@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, form{margin:0;}
ol,ul{margin:0; padding:0;}
ul{margin:0; padding:0;}
ul li{list-style: none; }
a{text-decoration: none; color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    transition:  all 0.3s ease;}
a:hover{text-decoration: none; }
*{box-sizing: border-box;}
body {
    background: #ffffff;
    font-family:  "Microsoft YaHei","微软雅黑","Open Sans", Arial, SimSun, sans-serif;
    font-style: normal;
    position: relative;
    font-size: 14px;
    color: #333;

}
@font-face {
    font-family: pf;
    src: url('../fonts/PingFangMedium.ttf');
}
.img-auto{
    display: block;
    width: 100%;
    height: 100%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.t-c{
    text-align: center;
}
.i-b{
    display: inline-block;
}
::-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;}

.img-res{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.wrapper{
    width: 1460px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.menu{
    width: 48px;
    height: 48px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url("../images/menu2.png") no-repeat center;
    background-size: 100%;
}
.index-nav2{
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1000;
}
.index-nav2 li{
    background: rgba(0,0,0,0.6);
    width: 100%;
    text-align: center;
    padding: 15px 0 ;

}
.index-nav2 li a{
    color: #fff;
    padding: 10px;
}

.header{
    height: 105px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    margin: auto;
    right: 0;
}
.logo{
    float: left;

}
.logo a{
    float: left;
    margin-top: 10px;
}
.logo2{
    float: left;
    height: 28px;
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    font-family: pf;
    border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 18px;
    margin-top: 40px;
}
.main-nav{
    margin-top: 36px;
    float: right;
    margin-right: 40px;
}
.main-nav li{
    float: left;
    margin: 0 4px;
}
.main-nav li a{
    display: block;
    padding: 5px 20px;
    border-radius: 18px;
    color: #fff;
    border: 1px solid transparent;
}
.main-nav li.on a{
    border: 1px solid #ffd200;
}
.main-nav li:hover a{
    border: 1px solid #ffd200;
}
.search-wrap{
    position: absolute;
    right: 0;
    top: 38px;
}
.magnifier{
    width: 30px;
    height: 30px;
    float: right;
    background: url("../images/fdj.png") no-repeat center;
    cursor: pointer;
}
.search-box{
    width: 242px;
    height: 38px;
    background: #fff;
    border-radius: 19px;
    position: absolute;
    top: 44px;
    right: 0;
    display: none;
}
.search-box input[type=text]{
    width: 170px;
    float: left;
    border-radius: 19px;
    height: 100%;
    margin-left: 14px;
    border: none;
    outline: none;
    padding-left: 2px;
}
.search-box input[type=button]{
    width: 40px;
    height: 100%;
    border: none;
    outline: none;
    background: #fff;
    float: right;
    border-radius: 19px;
    margin-right: 10px;
}
.banner .swiper-pagination-clickable .swiper-pagination-bullet{
    width: 25px;
    height: 4px;
    background: #fff;
    opacity: 1;
    border-radius: 0;

}
.banner .swiper-pagination-clickable .swiper-pagination-bullet-active{
    background: #ffd200;
}

.part1{
    margin-top: 60px;
    padding-bottom: 60px;
}
.part-l{
    float: left;
    width: 330px;
}
.part-tit h2{
    font-size: 40px;
    font-weight: bold;
    font-family: Arial;
}
.part-tit i{
    display: block;
    width: 40px;
    height: 6px;
    background: #ffd300;
    margin: 15px 0;
}
.part-tit span{
    font-size: 20px;

}













.header2{
    width: 1440px;
    height: 85px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    margin: auto;
    right: 0;
}
.header2 .logo a{
    float: left;
    margin-top: 15px;
}
.header2 .logo2{
    float: left;
    height: 26px;
    border-left: 1px solid #a0a0a0;
    font-size: 26px;
    line-height: 26px;
    color: #000;
    font-family: pf;
    margin-left: 12px;
    padding-left: 12px;
    margin-top: 35px;
}

.header2 .main-nav{
    margin-top: 28px;
    float: right;
    margin-right: 40px;
}
.header2 .main-nav li{
    float: left;
    margin: 0 4px;
}
.header2 .main-nav li a{
    color: #333;
}
.header2 .search-wrap{
    position: absolute;
    right: 0;
    top: 30px;
}
.header2 .magnifier{
    width: 30px;
    height: 30px;
    float: right;
    background: url("../images/fdj2.png") no-repeat center;
    cursor: pointer;
}
.header2  .search-box{
    width: 242px;
    height: 38px;
    background: #fff;
    border-radius: 19px;
    position: absolute;
    top: 56px;
    right: 0;
    display: none;
}





.in-banner{
    width: 100%;
    height: 250px;
    background-size: cover;
    overflow: hidden;
}
.in-banner p{
    height: 20px;
    border-left: 5px solid #ffd200;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    margin-top: 110px;
    padding-left: 12px;
}
.in-wrap{
    padding: 0 40px;
}
.in-tit{
    text-align: center;
    margin-top: 65px;
}
.in-tit h2{
    font-weight: bold;
    font-size: 26px;

}
.in-tit p{
    color: #999;
    margin-top: 10px;
}
.crumbs-row{
    border-bottom: 1px solid #dcdcdc;
    margin-top: 30px;
}
.crumbs{
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    margin-bottom: 12px;
    float: right;
    color: #999;
}
.crumbs a{
    color: #999;
}
.crumbs .on{
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    color: #fff;
    background: #274db0;
    text-align: center;
    border-radius: 13px;
}
.detail-txt{
    font-size: 16px;
    line-height: 32px;
    padding: 40px 0;
}
.contact-wrap{
    border-top: 2px solid #ffd200;
    background: #092671;
}
.cont-list{
    float: left;
    margin-top: 15px;
    width: 1290px;
}
.cont-list li{
    margin-bottom: 15px;
    padding: 0 5px;
}
.cont-icon{
    width: 73px;
    height: 73px;
    border-radius: 50%;
    float: left;
    border: 1px solid #385bb4;
}
.cont-list li span{
    float: left;
    font-size: 18px;
    font-family: Arial;
    color: #fff;
    margin-top: 26px;
    margin-left: 20px;
}
.qr{
    width: 66px;
    height: 66px;
    float: right;
    margin-top: 18px;
}
.footer{
    text-align: center;
    color: #fff;
    background: #113184;
    font-size: 12px;
    padding: 15px 10px 20px;
    line-height: 20px;
}
.footer a{
    color: #fff;
}
.case-list{
    margin-top: 40px;
}
.case-list li{
    padding: 0 5px;
    height: 290px;
    margin-bottom: 24px;
}
.case-list li>div{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.case-list li>div img{
    width: 100%;
    height: 100%;
}
.case-list li>div .case-info{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 222px;
    background: #274db0;
    padding: 15px 15px 0;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
    color: #fff;
}
.case-list li:hover .case-info{
    top: 0;
    padding: 35px 15px 0;
}
.case-tit{
    font-size: 16px;
}
.case-intro{
    color: #a6b9e8;
    margin-top: 20px;
}
.case-info a{
    color: #fff;
    float: left;
    width: 96px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    display: block;
    background: #183c98;
}
.case-info span{
    float: right;
    line-height: 32px;
}
.case-info .clearfix{
    width: calc(100% - 30px);
    position: absolute;
    bottom: 18px;
    margin: auto;
    left: 0;
    right: 0;
}


.recruit-slide{
    margin-top: 24px;
    margin-bottom: 60px;
}
.recruit-tit{
    width: 100%;
    height: 52px;
    background: #dcdcdc;
    line-height: 52px;
    position: relative;
    margin-top: 1px;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.recruit-tit i{
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    background: url("../images/icon1.png") no-repeat center;
    right: 22px;
    top: 12px;
    cursor: pointer;
}
.recruit-det{
    width: 100%;
    padding: 30px;
    background: #f4f4f4;
}
.recruit-tit span{
    float: left;
    font-size: 16px;
}
.cl-7{
    width: 70%;
}
.cl-1{
    width: 10%;
}
.recruit-det h3{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.recruit-det p{
    color: #999;
}
.recruit-slide .on{
    background: #274db0;
    color: #fff;
}
.recruit-slide .on i{
    background: url("../images/icon2.png") no-repeat center;
}
.nav2{
    float: left;
    margin-top: 4px;
}
.nav2 li{
    float: left;
    margin-right: 8px;
}
.nav2 li a{
    display: block;
    width: 128px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #dcdcdc;
    border-radius: 17px;
    font-size: 16px;
}
.nav2 li.on a{
    background: #274db0;
    color: #fff;
}
.news-list{
    margin-top: 30px;
}
.news-list li{

    padding: 0 10px;
    margin-bottom: 18px;
}
.news-list li>div{
    width: 100%;
    border: 1px solid #dcdcdc;
    height: 100%;
    padding: 25px 10px 15px;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.news-tit{
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;

}
.news-list li .clearfix span{
    float: left;
    font-size: 12px;
    color: #999;
    line-height: 28px;
}
.news-list li .clearfix a {
    float: right;
    width: 96px;
    height: 28px;
    border-radius: 14px;
    background: #959595;
    color: #fff;
    text-align: center;
    line-height: 28px;
}
.news-list li>div:hover{
    border: 1px solid #274db0;
}
.news-list li>div:hover .news-tit{
    color: #274db0;
}
.news-list li>div:hover  .clearfix a{
    background: #274db0;
}
.detail-wrap{
    padding: 40px 20px;
    font-size: 16px;
    line-height: 32px;
}
.detail-wrap img{
    max-width: 100%;
}
.flip{
    width: 100%;
    background: #eeeeee;
    font-size: 16px;
    padding: 15px 30px;
    margin-bottom: 60px;
}
.flip div{
    margin: 10px 0;
}
.flip a:hover{
    color: #274db0;
}
.in-l{
    width: 230px;
    float: left;
    margin-top: 30px;
}
.in-l ul{

}
.in-l ul li{
    width: 100%;
    height: 52px;

    text-align: center;
    line-height: 52px;
    font-size: 16px;
    margin-bottom: 1px;
}
.in-l ul li a{
    display: block;
    width: 100%;
    height: 100%;
    background: #eeeeee;
}
.in-l ul li.on a{
    background: #274db0;
    color: #fff;
}
.in-l ul li:hover a{
    background: #274db0;
    color: #fff;
}
.in-r{
    float: right;
    width: 840px;
}
.case-type{
    font-size: 22px;
    font-weight: bold;
    float: left;
    line-height: 52px;
}
.product-list{
    margin-top: 24px;
    margin-left: -15px;
}
.product-list li{
    float: left;
    width: 270px;
    height: 248px;
    margin-left: 15px;
    margin-bottom: 29px;
}
.product-list li a{
    display: block;
    width: 100%;
    height: 100%;

}
.product-list li a img{
    display: block;
    width: 100%;
    height: 208px;
    border: 1px solid #dcdcdc;
}
.product-list li a div{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #959595;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.product-list li:hover a div{
    background: #274db0;
}
.pro-d-img{
    float: left;
    width: 410px;
    height: 340px;
    border: 1px solid #dcdcdc;
}
.pro-d-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.pro-d-txt{
    float: right;
    width: 380px;
}
.d-txt-row{
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    line-height: 48px;
    padding-left: 15px;
    font-size: 16px;
}
.call{
    margin-top: 50px;
}
.call-l{
    float: left;
    width: 165px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #f39800;
    text-align: center;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
}
.call-r{
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #666;
    padding-left: 28px;
    background: url("../images/phone.png") no-repeat left center;
    margin-left: 18px;
}
.pro-part-t{
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    line-height: 38px;
    height: 38px;
    padding-left: 46px;
    margin-top: 40px;
}
.pro-spec{
    padding: 30px 0 0;
}
.pro-spec img{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.cont-tit{
    font-size: 16px;
    font-weight: bold;
    color: #274db0;
}
.cont-tit span{
    color: #ccc;
}
.cont-half{
    margin-top: 35px;
}
.cont-row{
    height: 40px;
    line-height: 40px;
    padding-left: 60px;
    font-size: 20px;
    font-family: Arial;
    margin-top: 15px;

}
.from-txt{
    width: 46%;
    margin-right: 2%;
    height: 44px;
    border: 1px solid #a0a0a0;
    padding-left: 24px;
    font-size: 16px ;
    outline: none;
    border-radius: 20px;
    margin-top: 24px;

}
.msg-form textarea{
    width: 100%;
    height: 124px;
    border: 1px solid #a0a0a0;
    padding-left: 24px;
    padding-right: 20px;
    font-size: 16px ;
    outline: none;
    border-radius: 18px;
    resize: none;
    margin-top: 16px;
    padding-top: 10px;
}
.sub-btn{
    width: 174px;
    height: 40px;
    border-radius: 20px;
    background: #274db0;
    color: #fff;
    border: none;
    outline: none;
    margin-top: 15px;
}
.map-wrap{
    width: 100%;
    height: 216px;
    border: 1px solid #dcdcdc;
    margin: 50px auto ;
}
.part-r{
    float: right;
    width: 960px;
    position: relative;
}
.product-type{

}
.product-type ul li{
    width: 25%;
    float: left;
    padding-right: 1px;
    margin-bottom: 1px;
    height: 44px;

}
.product-type ul li:nth-child(4n){
    padding-right: 0;
}
.product-type ul li a{
    display: block;
    width: 100%;
    height: 100%;
    background: #ffeb8b;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
}
.product-type ul li a:hover{
    background: #fdf7da;
}
.product-show{
    border-left: 1px solid #dcdcdc;
    margin-top: 55px;
}
.product-show li{
    float: left;
    width: 25%;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    height: 230px;
}
.product-show li img{
    width: 100%;
    height: 188px;

}
.product-show li div{
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    background: #eeeeee;
}
.more-link{
    position: absolute;
    text-decoration: underline;
    font-style: italic;
    left: 10px;
    bottom: 60px;
}
.more-link:hover{
    color: #274db0;
}
.part2{
    background: #f4f4f4;
    width: 100%;
    padding-top: 60px;

}
.part2 .wrapper{
    padding-bottom: 30px;
}
.case-show{
    margin-left: -120px;
}
.case-show li{
    width: 240px;
    height: 212px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: 120px;
    margin-bottom: 30px;
}
.case-show li p{
    font-size: 16px;
    margin-top: 5px;
}
.view{
    position: absolute;
    width: 100%;
    border-top: 1px solid #a0a0a0;
    text-align: right;
    font-style: italic;
    font-family: Arial;
    left: 0;
    bottom: -19px;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.case-show li:hover .view{
    bottom: 0;
    color: #274db0;
    border-top: 1px solid #274db0;
}
.part3{
    width: 100%;
    padding: 50px 0;
    background: url("../images/about-bg.jpg") top center;
    color: #fff;
}
.part3 .part-l h2{
    color: #fff;
}
.part3 .part-l span{
    color: #fff;
}
.part3 .part-r p{
    line-height: 24px;
}
.part3 a{
    color: #fff;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
}
.ask-list{
    margin-left: -120px;
}
.ask-list li{
    width: 240px;
    margin-left: 120px;
    float: left;
    height: 338px;
    background: #f4f4f4;
    padding: 25px 20px 0;
    position: relative;
}
.ask-icon{
    width: 32px;
    height: 32px;
    background: #274db0;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    font-size: 16px;
}
.qs-icon{
    width: 32px;
    height: 32px;
    background: #ffd200;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    font-size: 16px;
}
.ask-list li h3{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 22px;
}
.ask-list li a{
    font-size: 12px;
    font-style: italic;
    font-family: Arial;
    color: #274db0;
    text-decoration: underline;
    position: absolute;
    left: 20px;
    bottom: 25px;
}
.ask-list li a:hover{
    left: 25px;
}
.ask-list li p{
    margin-top: 15px;
    color: #666;
}
.part4{
    padding-top: 60px;
    padding-bottom: 60px;
}
.part5 .wrapper{
    padding-bottom: 60px;

}
.part5{
    width: 100%;
    padding: 60px 0 0;
    background: #f4f4f4;
}
.news-wrap{
    width: 100%;
    background: #fff;
    padding-bottom: 35px;
}
.news-half{
    padding-left: 30px;
    padding-top: 35px;

}
.news-show{

}
.news-show li{
    margin-top: 22px;
    padding-left: 18px;
    position: relative;
    font-size: 16px;
}
.news-show li:before{
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: #274db0;
    left: 0;
    top: 8px;
}
.news-top{
    width: 98px;
    height: 32px;
    background: #274db0;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
}
.news-show li a:hover{
    font-style: italic;
    color: #274db0;
    text-decoration: underline;

}