@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, form{margin:0;}
ol,ul{margin:0; padding:0;}
html{height: 100%; position: relative;}
body{
    font-family: "Microsoft YaHei","Open Sans","微软雅黑", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;color: #333;height: 100%; position: relative;
    font-size: 14px;
}
ul{margin:0; padding:0;}
ul li{list-style: none; }
a{text-decoration: none; color: #303030;-webkit-transition: all 0.2s ease;
    -moz-transition:  all 0.2s ease;
    transition:  all 0.2s ease;}
a:hover{}
*{box-sizing: border-box;}

.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{clear: both;}

.fl{
    float: left;}
.fr{
    float: right;}
.t-c{
    text-align: center;
}
.i-b{
    display: inline-block;
}
.img-auto{
    display: block;
    width: 100%;
    height: 100%;
}
.img-res{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.menu{
    width: 48px;
    height: 48px;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
    background: url("../images/menu2.png") no-repeat center;
    background-size: 100%;
}
.menu{
    width: 48px;
    height: 48px;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
    background: url("../images/menu2.png") no-repeat center;
    background-size: 100%;
}
.index-nav2{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1000;
    background-color: #727272;
}
.index-nav2 li{
    /*border-bottom: 1px solid red;*/
    width: 100%;
    text-align: left;

    color: #e6e6e6;
    line-height: 4.5rem;
    border-bottom: solid 1px #bfbfbf;

}
.m-nav2{
    background: url("../images/show1.png") no-repeat right 1em center;
}
.m-nav3{
    background: url("../images/show2.png") no-repeat right 1em center;
}
.index-nav2 li>a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 2em;
}
.m-nav2-wrap{
    background-color: #e6e6e6;
    display: none;
}
.m-nav2-row{
    border-bottom: solid 1px #bfbfbf;
    line-height: 4rem;
}
.m-nav2-row a{
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 2em;
}
.m-nav3-wrap{
    display: none;
}
.m-nav3-wrap .m-nav2-row{
    line-height: 3.6rem;
    background: #fff;
    font-size: 12px;
    border-bottom: none;
}
.add-icon1{
    background: url("../images/show1.png") no-repeat right 1em center !important;
}
.add-icon2{
    background: url("../images/show2.png") no-repeat right 1em center !important;
}
.hide-icon1{
    background: url("../images/hide1.png") no-repeat right 1em center;
}
.hide-icon2{
    background: url("../images/hide2.png") no-repeat right 1em center;
}



.container-full{
    width: 100%;
}
.bold{
    font-weight: bold;
}
::-webkit-scrollbar              {/* 1 */width:9px; background-color:#333;}
::-webkit-scrollbar-button       {/* 2 */}
::-webkit-scrollbar-track        {/* 3 */}
::-webkit-scrollbar-track-piece  {/* 4 */}
::-webkit-scrollbar-thumb        {/* 5 */border:solid 2px #333; width:5px;  border-radius:4px; background-color:#fff;}
::-webkit-scrollbar-corner       {/* 6 */background-color:#333;}
::-webkit-resizer                {/* 7 */}
::-webkit-scrollbar:horizontal   {height:9px;}

.wrapper{
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.header-top{
    width: 100%;
    height: 41px;
    line-height: 40px;
    background: #eeeeee;
    border-top: 1px solid #86b9f2;
    overflow: hidden;
}
.welcome{
    color: #666;
}
.phone{
    height: 40px;
    padding-left: 40px;
    background: url("../images/phone.png") no-repeat left center;
    font-size: 18px;
    font-weight: bold;
    color: #0d74e6;
}

.header{



}
.logo{
    display: block;
    float: left;
    margin-top: 10px;
    width: 184px;
}
.main-nav{
    float: right;
}
.main-nav>li{
    float: left;

    margin: 0 5px;
    font-size: 16px;
    height: 100px;
    line-height: 100px;
    position: relative;
}
.main-nav>li>a{
    display: block;
    padding: 0 20px;
    height: 100%;

}
.main-nav>li>a:hover{
    background: #0d74e6;
    color: #fff;
}
.main-nav>li.on>a{
    background: #0d74e6;
    color: #fff;
}
.main-nav>li:hover .child-nav{
    display: block;
}
.child-nav{
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
    display: none;
}
.child-nav li{
    width: 100%;
    font-size: 14px;
}
.child-nav li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    text-align: center;
    line-height: 32px;
}
.child-nav li a:hover{
    background: rgba(0,0,0,0.5);
    color: #0d74e6;
}
.series-wrap{
    width: 100%;
    background: #86b9f2;
    padding-top: 60px;
    padding-bottom: 40px;
}
.series-list{

}
.series-list li {
    float: left;
    width: 150px;
    height: 44px;
    border: 2px solid #fff;
    line-height: 40px;
    margin: 0 25px 0;
}
.series-list li:hover{
    font-size: 16px;
    letter-spacing: 1px;
}
.series-list li a{
    color: #fff;
}
.notice-wrap{
    width: 100%;
    height: 100px;
    background: #c3dcf9;
    overflow: hidden;
}
.notice{
    width: 750px;
    margin: 16px auto 0;

}
.notice img{
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}
.notice-r{
    float: right;
    width: calc(100% - 72px);

}
.notice-r p{
    color: #0d74e6;
    line-height: 34px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.p-bb{
    border-bottom: 1px dashed #fff;
}
.part-tit{
    text-align: center;
    margin-top: 60px;
}
.part-tit h2{
    font-size: 28px;
    margin-bottom: 6px;
}
.part-tit span{
    font-size: 18px;
    color: #999;
}
.b-h2{
    color: #0d74e6;
}
.g-h2{
    color: #177b41;
}

.about-wrap{
    margin-top: 40px;
}
.about-img{
    float: right;

}
.about-intro{
    float: left;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    min-height: 295px;
    padding-top: 25px;
}
.about-intro h3{
    font-size: 18px;
    font-weight: bolder;
    color: #666666;

}
.about-intro p{
    margin-top: 10px;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
}
.part1{
    padding-bottom: 80px;
}
.more-btn{
    width: 138px;
    display: block;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.more-btn div{
    float: left;
    width: 100px;
    background: #0d74e6;
}
.more-btn:hover span{
    color: #0d74e6;
}
.more-btn span{
    font-size: 30px;
    background: #7eb0e6;
    display: block;
    width: 38px;
    float: left;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.part2{
    width: 100%;
    overflow: hidden;
    background: #86b9f2;
    padding-bottom: 80px;
}
.part2 .part-tit .g-h2{
    color: #fff;
}
.part2 .part-tit span{
    color: #fff;
}
.part2 .wrapper{
    position: relative;
}
.case-slide{
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.case-slide .hd{

}
.case-slide .hd span{
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    top: 50%;
    cursor: pointer;
}
.case-slide .hd span.prev{
    background: #c3dcf9 url("../images/arr-l.png") no-repeat center;
    left: -55px;
}
.case-slide .hd span.next{
    background: #c3dcf9 url("../images/arr-r.png") no-repeat center;
    right: -55px;
}


.case-slide .bd ul li{
    width: 290px;
    height: 220px;
    position: relative;
    margin: 0 15px;
    overflow: hidden;
    text-align: center;
    float: left;
}
.case-slide .bd ul li:hover .more-link{
    top: 0;
}
.case-slide .bd ul li .more-link{
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url("../images/add.png") no-repeat center;
}
.case-img{
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.case-slide .bd ul li div{
    line-height: 40px;
    background: #eeeeee;
}
.feature-list{
    margin-top: 50px;
}
.feature-list li{

}
.feature-list li div{
    width: 200px;
    height: 80px;
    /*background: url("../images/ty1.png") no-repeat center;*/
    text-align: center;
    line-height: 76px;
    font-size: 22px;
    color: #666;
    border: 2px #86b9f2 solid;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.feature-list li div:hover{
    background: #86b9f2;
    color: #fff;
}
.part3{
    padding-bottom: 70px;
}
.part4{
    width: 100%;
    /*background: url("../images/bg.jpg") no-repeat top center;*/
    background: #b9d8fd ;
    background-size: cover;
    padding-bottom: 80px;

}
.part4 .part-tit{
    color: #fff;
}
.part4 .part-tit span{
    color: #fff;
}
.pro-slide{
    margin-top: 40px;
}
.pro-slide .hd{
    width: 294px;
    color: #fff;
    background: #fff;
    padding: 10px;
    float: left;
}
.pro-slide .hd ul{
    margin-top: 10px;
}
.pro-slide .hd ul li{
    width: 160px;
    height: 66px;
    border-bottom: 1px dashed #fff;
    margin: 0 auto;
    overflow: hidden;

}
.pro-slide .hd ul li a{
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100%;
    margin:  18px auto 0;
    border-radius: 10px;
    text-align: center;
}
.pro-slide .hd ul li a:hover{
    background: #eeeeee;
    color: #0d74e6;
}
.pro-slide .hd ul li.on a{
    background: #eeeeee;
    color: #0d74e6;
}
.pro-slide .hd-tit{
    width: 220px;
    height: 50px;
    line-height: 48px;
    border: 1px dashed #fff;
    text-align: center;
    border-radius: 10px;
    margin: 35px auto 0;
    font-size: 16px;
}
.hd-wrap{
    background: #494949;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}
.pro-slide .bd{
    float: left;
    max-width: 978px;
}
.pro-slide .bd ul li{
    width: 294px;
    height: 226px;
    margin: 0 15px 15px;
    float: left;
}
.pro-img{
    width: 100%;
    height: 187px;
    display: block;
}
.pro-name{
    color: #fff;
    text-align: center;
    line-height: 42px;
    height: 42px;
    display: block;
}
.pro-slide .bd ul li:hover .pro-name{
    background: #0d74e6;
}
.more-btn2{
    display: block;
    width: 100px;
    height: 38px;
    color: #fff;
    background: #0d74e6;
    margin: 0 auto ;
    text-align: center;
    line-height: 38px;
}


.sl-list{
    margin-top: 30px;
}
.sl-list li{
    padding: 15px 20px;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.sl-tit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.sl-list li:hover{
    background: #177b41;
    color: #fff;
}
.sl-list li:hover a{
    color: #fff;
    text-decoration: underline;
}
.part5{
    padding-bottom: 70px;
}
.part6{
    width: 100%;
    overflow: hidden;
    background: url("../images/news-bg.jpg") top center;
    background-size: cover;
    padding-bottom: 80px;
}
.news-slide{
    margin-top: 70px;
}
.news-slide .hd ul li{
    float: left;
    max-width: 180px;
    text-align: left;
    margin: 0 24px;
    cursor: pointer;
    opacity: 0.5;
}
.news-slide .hd ul li:first-child{
    text-align: right;
}
.news-slide .hd ul li p{
    font-size: 28px;
    color: #fff;
}
.news-slide .hd ul li.on{
    opacity: 1;
}
.news-slide .hd ul li span{
    font-size: 18px;
    color: #999;
}
.news-slide .bd{
    margin-top: 30px;
}
.news-slide .bd ul li{
    padding: 0 20px;
}
.news-wrap{
    background: #fff;
}

.hl-news{
    display: block;
    margin-bottom: 15px;
}
.news-row{
    background: url("../images/rhomb.png") no-repeat left 15px center;
    padding: 0 15px 0 30px;
    font-weight: lighter;
    color: #666;
    line-height: 24px;
}
.news-row a{
    float: left;
    color: #666;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 80px);
}
.news-row span{
    float: right;

}
.news-row a:hover{
    color: #0d74e6;

}
.more-news{
    display: block;
    text-align: center;
    height: 50px;
    color: #7d7d7d;
    background:  url("../images/icon3.png") no-repeat left 40% center;
    line-height: 46px;
    margin-top: 15px;
    border: 2px solid #dcdcdc;
    padding-left: 15px;
    font-weight: lighter;
}
.more-news:hover{
    color: #fff;
    border: 2px solid #0d74e6;
    background:#0d74e6  url("../images/icon4.png") no-repeat left 40% center;
}
.msg-form{
    margin-top: 40px;
}
.msg-form input{
    float: left;
    width: 300px;
    height: 52px;
    margin: 0 15px;
    outline: none;
}
.msg-form input[type=text]{
    border: 2px solid #dcdcdc;
    padding-left: 20px;
}
.msg-form input[type=text]::placeholder{
    color: #999;
}
.msg-form input[type=submit]{
    background: #323433;
    color: #fff;
    font-size: 16px;
    border: none;
}
.part7{
    padding-bottom: 80px;
}
.part7 h3{
    text-align: center;
    font-size: 24px;
    color: #999999;
    margin-top: 70px;
    margin-bottom: 40px;
}
.part7 p{
    text-align: center;
    color: #999999;
}
.f-link{
    color: #7d7d7d;
    margin-bottom: 10px;
}
.f-link ul{

}
.f-link ul li{
    float: left;
    color: #b3b3b3;

}
.f-link ul li a{
    color: #7d7d7d;

}
.contact-wrap{
    width: 100%;
    min-height: 78px;
    background: #07439e;
    color: #fff;
}
.contact-l{
    float: left;
    line-height: 40px;
    border-right: 1px solid #fff;
    padding-right: 15px;
    margin-top: 20px;
}
.contact-l span{
    font-size: 20px;
}
.contact-r{
    float: right;
}
.contact-col{
    float: left;
    margin-right: 70px;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    white-space: nowrap;
}
.contact-col img{
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}
.footer{
    width: 100%;
    background: #2b2b2b;
    border-top: 1px solid #b5b5b5;
    padding-bottom: 15px;
}
.f-logo{
    float: left;
    margin-top: 15px;
}
.slogan{
    float: left;
    margin-left: 50px;
    margin-top: 50px;
}
.cr{
    float: right;

}
.cr-l{
    float: left;
    color: #fff;
    font-weight: lighter;
    margin-top: 40px;
    margin-right: 20px;
    text-align: right;
}
.cr-l a{
    color: #fff;
}
.qr{
    float: right;
    margin-top: 15px;
}
.gary-bg{
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;

}
.crumbs{
    width: 100%;
    background: #c3dcf9;
    line-height: 40px;
}
.in-tit{
    text-align: center;
    font-size: 28px;
    font-weight: bolder;
    color: #0d74e6;
    margin: 35px 0;
}
.white-bg{
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 80px;
}
.erji-nav{
    margin-top: 50px;

}
.erji-nav li{
    float: left;
    padding: 0 30px;
    height: 18px;
    border-right: 1px solid #797979;
    font-weight: lighter;
}
.erji-nav li:last-child{
    border-right:none;
}
.erji-nav li a{
    display: block;
    padding: 5px 10px 6px;
    margin-top: -5px;
}
.erji-nav li a:hover{
    background: #0d74e6;
    color: #fff;
}
.erji-nav li.on a{
    background: #0d74e6;
    color: #fff;
}
.case-list{
    margin-top: 40px;
}
.case-list li{
    float: left;
    padding: 0 15px;
    height: 218px;
    margin-bottom: 20px;
}
.case-list li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.case-list li a img{
    width: 100%;
    display: block;
    height: 174px;
}
.case-list li a span{
    line-height: 44px;

}
.case-list li a:hover{
    background: #e5e5e5;
}
.fenye{
    margin: 20px auto;
}
.gongqi{
    text-align: center;
    margin-top: 40px;
}
.gongqi li{
    font-weight: lighter;
    margin-bottom: 15px;
}
.gongqi li a{
    margin-right: 50px;
}
.gongqi li a:hover{
    color: #0d74e6;
}

.article-list{
    margin-top: 60px;
    padding: 0 40px;
}
.article-list li{
    padding: 0 20px;
    margin-bottom: 25px;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.article-img{
    display: block;
    width: 220px;
    height: 136px;
    float: left;
    margin-right: 20px;
}
.atc-r{
    float: left;
    width: calc(100% - 240px);
}
.atc-r h3{
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 15px;
}
.atc-r p{
    margin-bottom: 15px;
    line-height: 22px;
}
.article-list li:hover{
    color: #0d74e6;
}
.article-list li:hover a{
    color: #0d74e6;
}


.news-date{
    width: 80px;
    text-align: center;
    color: #999999;
    float: left;
    font-size: 20px;
    margin-top: 35px;

}
.news-date p{
    border-bottom: 2px solid #dcdcdc;
    font-weight: bold;
}
.news-list{
    margin-top: 50px;
    padding: 0 150px;
}
.news-list li{
    margin-bottom: 25px;
}
.news-list li img{
    width: 220px;
    height: 136px;
    display: block;
    float: left;
    margin-left: 25px;
    margin-right: 25px;
}

.news-r{
    float: left;
    width: calc(100% - 350px);
}
.news-r h3{
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 15px;
}
.news-r p{
    margin-bottom: 15px;
    line-height: 22px;
}
.news-r a:hover{
    color: #0d74e6;
}

.news-detail{
    padding: 0 40px;
}
.d-tit{
    text-align: center;
    margin-top: 55px;
}
.d-tit h3{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.d-tit p{
    color: #999999;
}
.detail-txt{
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 40px;
    padding: 30px 0;
    line-height: 24px;
}
.detail-txt img{
    display: block;
    max-width: 100%;
    margin: 20px auto;
}
.flip-wrap{
    margin-top: 10px;
}
.flip-wrap p{
    margin: 10px 0;
}
.flip-wrap .shang{
    float: left;
}
.flip-wrap .xia{
    float: right;
}
.flip-wrap p a:hover{
    color: #0d74e6;
}
.contact-det{
    margin-top: 50px;
    padding: 0 30px;
}
.contact-det-r{
    font-weight: lighter;
    font-size: 16px;
}
.pro-d-wrap{
    padding: 0 100px;
    margin-top: 50px;
}
.pro-d-tit{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
}
.pro-d-part{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.xinghao-list{
    margin-bottom: 20px;
}
.xinghao-list li{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 4px 15px ;
    border: 1px solid #0d74e6;
}
.pro-d-txt{

}
.plan-wrap{
    padding: 0 100px;
}
.plan-list{
    margin-top: 60px;
}
.plan-list li{
    padding: 25px;
    background: #b6d5f7;
    overflow: hidden;
    color: #fff;
    margin-bottom: 8px;
}
.plan-list li p{
    line-height: 24px;
}
.plan-list li a{
    font-size: 16px;
    font-weight: bold;
    color: #0d74e6;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.plan-list li:nth-child(2n+1){
    background: #86b9f2;
}
.map{
    width: 100%;
    height: 300px;
}
.ft-clear{display: none;}