@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, form{margin:0;}
ol,ul{margin:0; padding:0;}
body{
    font-family: "Microsoft YaHei","Open Sans","微软雅黑", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;font-size: 14px;color: #333;}
ul li{list-style: none; }
img{-webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;}
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;
}

.wrapper{
    width: 1300px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}
.menu{
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url("../images/menu.png") no-repeat center;
    box-shadow: 0 0 5px #ddd;
}
#top-btn{
    width: 80px;
    height: 80px;
    background: #fff url("../images/top.png") no-repeat center top 15px ;
    text-align: center;
    position: fixed;
    right: 192px;
    bottom: 300px;
    padding-top: 46px;
    z-index: 999;
    box-shadow: 0 0 5px #ddd;
}
.index-nav2{
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1000;
}
.index-nav2 li{
    background: rgba(0,0,0,0.6);
    /*border-bottom: 1px solid red;*/
    width: 100%;
    text-align: center;
    padding: 15px 0 ;

}
.index-nav2 li a{
    color: #fff;
    padding: 10px;
}

.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;}
.mt20{
    margin-top: 0.2rem;
}
.h-top span{
    float: left;
}
.phone{
    float: right;
    font-size: 12px;
}
.phone img{
    float: left;
    margin-top: 5px;
    margin-right: 7px;
}
.m-nav-bg{
    width: 100%;
    height: 100px;
    background: #262626;
}
.banner{
    position: relative;

}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
    width: 10px;
    right: 100px;
    left: auto;
    top: 50%;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #d4e5f7;
    opacity: 1;
    margin: 0 0 10px;
    border-radius: 5px;
    display: block;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
    height: 44px;

}
.header{
    position: absolute;
    width: 100%;
    height: 100px;
    /*background: #1b5ad1;*/
    z-index: 999;

}
.logo{
    float: left;
    height: 100%;
}
.logo a{
    display: block;
    width: 320px;
    height: 100%;
    float: left;
    background: #fff;
    padding-left: 100px;
    padding-top: 18px;
}
.logo>img{
    float: left;
    margin-left: 30px;
    margin-top: 26px;
}
.main-nav{
    float: right;
}
.main-nav li{
    float: left;
    margin: 33px  22px 0;
}
.main-nav li a{
    display: block;
    width: 128px;
    height: 38px;
    border: 1px solid transparent;
    color: #fff;
    line-height: 36px;
    border-radius: 19px;
    text-align: center;
    font-size: 16px;

}
.main-nav li.on a{
    border: 1px solid #fff;
}
.main-nav li:hover a{
    border: 1px solid #fff;

}
.zx-bn{
    width: 100%;
    height: 115px;
    background: rgba(30,37,58,0.9);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    color: #fff;
}
.zx-bn-l{
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}
.zx-qq{
    width: 238px;
    height: 50px;
    border-left: 1px solid #b3b8c1;
    float: right;
    margin-top: 34px;
    background: url("../images/q.png") no-repeat left 46px center;
}
.qq-r{
    float: right;
    width: 128px;
    text-align: center;
}
.qq-r div{
    width: 100%;
    height: 28px;
    border-radius: 14px;
    background: linear-gradient(to right,#00ccff,#00ffff);
    color: #333;
    line-height: 28px;
    font-weight: bold;
}
.qq-r span{
    font-size: 12px;
    letter-spacing: 1px;
}
.part1{
    width: 100%;
    background: #f5f6fb;
    padding-top: 120px;
    padding-bottom: 90px;
}
.part-tit{
    text-align: center;
}
.part-tit p{
    font-family: Impact;
    color: #0170d4;
    font-size: 30px;
}
.part-tit span{
    font-size: 18px;
    font-weight: bold;
}
.product-list{
    margin-top: 80px;
    margin-left: -20px;
}
.product-list li{
    width: 240px;
    height: 312px;
    float: left;
    position: relative;
    margin-left: 20px;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.product-list li:before{
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 65px;
    background: #fff;
    left: -1px;
    top: 0;
}
.pro-intro{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-top: 15px;
}
.pro-intro h3{
    font-family: Arial;
    font-size: 40px;
    font-weight: bold;
    color: #eae9eb;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.pro-intro span{
    color: #666;
    font-size: 18px;
    font-weight: bold;
}
.product-list li:hover{
    border-color: #006fd3;
}
.product-list li:hover .pro-intro span{
    color: #006fd3;
}
.product-list li:hover .pro-intro h3{
    color: #006fd3;
}
a.more-btn{
    width: 148px;
    height: 36px;
    border: 1px solid #006fd3;
    color: #006fd3;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    display: block;
    margin: 80px auto 0;
    font-weight: bold;
    font-size: 16px;
}
a.more-btn:hover{
    color: #fff;
    background: #006fd3;
}
.part2{
    padding-top: 120px;
    padding-bottom: 70px;
}
.adv-intro{
    padding: 0 80px;
    line-height: 30px;
    color: #666;
    margin-top: 30px;
}
.part2 .more-btn{
    margin-top: 50px;
}
.adv-part{
    width: 100%;
    padding-top: 136px;
    padding-bottom: 100px;
    background: url("../images/adv-bg.jpg") top center;
    background-size: cover;
}
.adv-icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.adv-list{

}
.adv-list li{
    float: left;
    margin: 0 64px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.adv-list li:hover{
    margin-top: -20px;
}
.case-img{
    overflow: hidden;
}
.case-intro{
    height: 86px;
    width: 100%;
    padding: 20px 15px 0;
    background: #f3f6f9;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.case-intro h3{
    font-size: 16px;
    font-weight: bold;
    float: left;
}
.case-intro span{
    float: right;

}
.case-intro p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}
.case-list{
    margin-left: -55px;
    margin-top: 60px;
}
.case-list li{
    width: 390px;
    float: left;
    margin-bottom: 26px;
    margin-left: 55px;
}
.case-list li:hover img{
    transform: scale(1.1);
}
.case-list li:hover .case-intro{
    color: #fff;
    background: #006fd3;
}
.part3{
    padding-top: 120px;
    padding-bottom: 70px;
}
.part3 .more-btn{
    margin-top: 40px;
}
.part4{
    padding-top: 88px;
    padding-bottom: 70px;
    background: url("../images/news-bg.jpg") top center;
    background-size: cover;
}
.part4 .part-tit{
    color: #fff;
}
.part4 .part-tit p{
    color: #fff;
}
.part4 .more-btn{
    margin-top: 40px;
    border: 1px solid #fff;
    color: #fff;
}
.part4 .more-btn:hover{
    background: #fff;
    border: 1px solid #fff;
    color: #006fd3;
}
.news-wrap{
    background: rgba(255,255,255,0.1);
    width: 100%;
    margin-top: 40px;
    padding-top: 46px;
    padding-bottom: 50px;
}
.news-box{
    width: 50%;
    padding: 0 64px;
    color: #fff;
    float: left;
}
.news-tit{
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}
.news-tit span{
    font-style: italic;
    position: relative;

}
.news-tit span:after{
    position: absolute;
    content: '';
    display: block;
    right: -20px;
    top: -6px;
    width: 12px;
    height: 12px;
    background: url("../images/news-icon.png") no-repeat center;
}
.news-list{
    margin-top: 30px;
}
.news-list li{
    margin-bottom: 15px;
}
.news-list li span{
    float: left;
    font-size: 16px;
    font-weight: bold;
    width: 70px;
}
.news-list li a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
    width: calc(100% - 70px);
    font-size: 16px;
    color: #fff;
}
.ft-nav{
    float: left;
}
.ft-nav-cl{
    float: left;
    margin-right: 50px;
    text-align: center;
}
.footer{
    background: #2d343a;
    color: #fff;
    padding-bottom: 40px;
}
.ft-nav-cl ul li{
    margin-bottom: 8px;
}
.ft-nav-cl ul li a{
    color: #b7bec4;
}
.ft-nav-cl ul li.ft-nav-t a{
    color: #fff;
    font-size: 16px;
    font-weight: bold;

}
.ft-nav-cl ul li.ft-nav-t{
    margin-bottom: 20px;
}
.footer-top{
    padding-top: 50px;
    padding-bottom: 20px;
}
.ft-top-r{
    float: right;
    border-left: 1px dashed #56595b;
    width: 550px;
}
.free-tel{
    float: left;
    padding-left: 50px;
}
.free-tel p{

}
.free-tel span{
    font-weight: bold;
    font-size: 20px;
}
.ft-ctt{
    width: 266px;
    float: right;
}
.ft-ctt-row{
    padding-left: 30px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 12px;

}
.footer-bottom{
    width: 100%;
    border-top: 1px solid #404549;
}
.f-link{
    margin-top: 20px;
}
.f-link span{
    float: left;
    color: #b7bec4;
    margin-right: 6px;
}
.f-link a{
    float: left;
    color: #b7bec4;
    margin: 0 6px;
}
.qr{
    width: 78px;
    height: 78px;
    float: left;

}
.cr{
    margin-top: 15px;
}
.share{
    float: left;
    margin-top: 25px;
    margin-left: 20px;
}
.share li{
    float: left;
    margin: 0 2px;
}
.f-logo{
    float: right;
}
.cr p{
    float: left;
    margin-left: 40px;
    margin-top: 30px;
    color: #b7bec4;
}
.header2{
    position: relative;
    z-index: 999;
    height: 100px;
    box-shadow: 0 0 10px #05559f;
}
.header2 .main-nav{
    margin-right: 110px;
}
.header2 .main-nav li{
    margin: 33px 5px 0;
}
.header2 .main-nav li a{
    color: #333;
}
.header2 .main-nav li.on a{
    border: 1px solid #05559f;
}
.header2 .main-nav li a:hover{
    border: 1px solid #05559f;
}
.erji{
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    height: 78px;
}
.erji ul li{
    float: left;
    width: 180px;
    height: 76px;
    line-height: 76px;
    font-size: 16px;
    margin-right: 1px;
}
.erji ul li a{
    display: block;
    height: 100%;
    width: 100%;
}
.erji ul li.on a{
    background: #04559d;
    color: #fff;
}
.erji ul li a:hover{
    background: #04559d;
    color: #fff;
}
.in-bg{
    width: 100%;
    background: #f4f7f7;
    padding-top: 100px;
    padding-bottom: 60px;
}
.in-tit{
    text-align: center;
}
.in-tit p{

    font-size: 32px;
}
.in-tit span{
    font-family: "Arial Black";
    font-size: 20px;
    color: #cbcbcc;
    position: relative;
}
.in-tit span:before{
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #c7caca;
    position: absolute;
    left: -118px;
    top: -20px;
}
.in-tit span:after{
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #c7caca;
    position: absolute;
    right: -118px;
    top: -20px;
}
.news-list2{
    margin-top: 40px;
}
.news-list2 li{
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 30px;
}
.news-list2 li a{
    color: #999;
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px;
    background: #fff;
}
.news-list2 li a .news-t{
    float: left;
    font-size: 18px;
    color: #333;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.news-date{
    float: right;

}
.news-intro{
    margin-top: 5px;
}
.news-list2 li a:hover{
    background: #04559d;
    color: #fff;
}
.news-list2 li a:hover .news-t{
    color: #fff;
    font-weight: bold;

}
.page-wrap{
    margin-top: 60px;
}
.page-wrap ul li{
    float: left;
    margin: 0 1px;
}
.page-wrap ul li a{
    display: block;
    padding: 4px 10px 4px;
}
.page-wrap ul li span{
    display: block;
    padding: 4px 10px 4px;
    background: #0454a4;
    color: #fff;
}
.page-wrap ul li a:hover{
    background: #0454a4;
    color: #fff;
}
.net-wrap{

}
.net-wrap img{
    margin: 100px auto;
}
.net-bg{
    padding-top: 80px;
}
.intro-wrap{
    margin-top: 60px;
    padding: 0 140px 60px;
}
.intro-wrap p{
    line-height: 26px;
}
.intro-wrap img{
    margin: 20px auto;
}
.detail-tit{
    text-align: center;
}
.detail-tit h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.detail-tit p{
    font-size: 12px;
}
.detail-wrap{
    padding: 100px 0 80px;
}
.detail-txt{
    margin-top: 50px;
    line-height: 26px;
}
.flip-wrap{
    margin-top: 40px;
}
.flip-wrap>div{
    margin-bottom: 20px;
    padding-left: 16px;
    position: relative;
}
.flip-wrap>div:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #05559e;
}
.honor-wrap{
    padding-bottom: 100px;
}
.honor-slide{
    width: 100%;
    position: relative;
    margin-top: 90px;
}
.honor-slide .hd{

}
.honor-slide .hd span{
    display: block;
    width: 40px;
    height: 52px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    cursor: pointer;
}
.honor-slide .hd span.prev{
    background: url("../images/arr-l.png") no-repeat center;
    left: 0;
}
.honor-slide .hd span.next{
    background: url("../images/arr-r.png") no-repeat center;
    right: 0;
}
.honor-slide .bd .tempWrap{
    margin: 0 auto;
}
.honor-slide .bd ul li{
    float: left;
    width: 274px;
    height: 192px;
    margin: 0 13px;
}
.case-wrap{
    padding-bottom: 70px;
}
/*.case-list2{*/

/*}*/
/*.case-list2 li{*/
    /*width: 31%;*/
    /*float: left;*/
    /*margin: 1.5%;*/
/*}*/
.pro-list{
    margin-top: 60px;
    margin-left: -20px;
    margin-bottom: 35px;
}
.pro-list li{
    width: 305px;
    background: #fff;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
    float: left;
    margin-left: 20px;
}
.pro-img{
    width: 100%;
    height: 188px;
    overflow: hidden;
}
.pro-intro2{
    width: 100%;
    height: 166px;

}
.pro-bg{
    background: #f4f6f8;
}
.pro-intro2 p{
    font-size: 18px;
    padding: 20px 25px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.dt-link{
    width: 110px;
    height: 34px;
    text-align: center;
    border: 1px solid #dcdcdc;
    color: #333;
    line-height: 32px;
    margin: 50px auto 0;
}
.pro-list li:hover img{
    transform: scale(1.1);
}
.pro-list li:hover {
    background: #05559e;
    color: #fff;
}
.pro-list li:hover a{
    color: #fff;
}
.pro-list li:hover .dt-link{
    color: #fff;
    border: 1px solid #fff;
}
.about-wrap{
    padding-bottom: 80px;
    margin-top: 40px;
}
.about-wrap>p{
    line-height: 26px;
}
.about-c{
    width: 100%;
    margin: 40px auto;
    position: relative;
}
.about-c-l{
    width: 373px;
    height: 413px;
    background: #05559e;
    color: #fff;
    padding: 60px 35px 0;
    line-height: 40px;
    float: left;

}
.about-c-c{
    width: 336px;
    height: 413px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    float: left;
    position: relative;
    z-index: 2;
}
.about-adv{
    margin-top: 54px;
}
.about-adv h3{
    font-size: 60px;
    font-family: Arial;
    float: left;
    width: 110px;
    margin-left: 35px;
    text-align: right;
}
.about-adv>div{
    float: left;
    margin-left: 20px;
}
.about-adv>div p{
    font-family: Arial;
    font-size: 30px;
}
.about-adv>div span{
    font-size: 18px;
    display: block;
    margin-top: -10px;
}
.about-c-r{
    position: absolute;
    right: 0;
    top: 0;
}