@charset "utf-8";

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color: #666; overflow-x: hidden;font-family:Helvetica,Arial,Verdana,sans-serif;  padding-top: 135px;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{color: #999; outline:none; font-family:Helvetica,Arial,Verdana,sans-serif; }
table td{padding-left:10px;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

a { text-decoration: none; color:#666; transition: color 0.56s ease;}
a:hover{ color: #1c3c97;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 1280px; margin: 0 auto;}
.ovh{overflow: hidden;}


::-webkit-scrollbar { width: 8px;padding-right: 8px; background-color: #f2f2f2;  /*其他样式，比如圆角等*/}
/*滑块样式*/
::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, .6);}
/*当前窗口失去焦点时的滑块样式*/
::-webkit-scrollbar-thumb:window-inactive {background: rgba(0, 0, 0, .6);}


/*顶部*/
.header{ width: 100%; height:135px; background:#fff; box-shadow: 0 0 10px rgba(0,0,0,.1); position: fixed; left: 0; top: 0; z-index: 99999;  transition: all .6s;}
.header .logo{  height: 135px; padding: 46px 40px 18px 0; position: relative; transition: all .5s;}
.header .logo::before{ content: ""; width: 2000px; height: 22px; background: #1c3c97; position: absolute; right: 0; top: 0;}
.header .headRight{ flex-direction: column-reverse; align-items: flex-end;}
.header .telLang{ font-size: 14px; line-height: 38px; display: flex;}
.header .telLang .tel{ background: url(../images/icon01.png) no-repeat left center; padding-left: 25px; margin-right: 35px;}
.header .telLang .lang{ position: relative;}
.header .telLang .lang dl{ color: #1c3c97; background: url(../images/icon02.png) no-repeat left center; padding:0 16px 0 22px; position: relative; cursor: pointer;}
.header .telLang .lang dl::before{ content: ""; width: 9px; height: 5px; background: url(../images/icon03.png) no-repeat center; position: absolute; right: 0; top: 16px;}
.header .telLang .lang ul{ width: 100%; text-align: center; background: rgba(28, 60, 150, 0.8); padding: 10px; position: absolute; left: 0; top: 38px; display: none;}
.header .telLang .lang ul li{ line-height: 24px;}
.header .telLang .lang ul li a{ color: #fff;}
.header .nav{ margin-top: 16px;}
.header .nav>ul>li{ line-height: 80px; margin-left: 35px; position: relative;}
.header .nav>ul>li.on>a{ color: #1c3c97; font-weight: bold;}
.header .nav>ul>li>a{ color: #333;  font-size: 17px; display: block;}
.header .nav>ul>li>a:hover{ color: #1c3c97; font-weight: bold;}
.header .nav>ul>li>a.tit:hover{ color: #1c3c97;}
.header .nav>ul>li:hover>a{ color: #1c3c97; font-weight: bold;}
.header .nav>ul>li:hover>a.tit{ color: #1c3c97;}
.header .nav ul li .subnav{ width:auto; padding:10px 30px; background: rgba(255, 255, 255, .7); overflow: hidden;  position: absolute; top: 80px; left:50%; transform: translateX(-50%); z-index: 111; display: none;}
.header .nav ul li .subnav a{ font-size: 15px; color: #333; line-height: 30px; text-align: center; white-space:nowrap; display: block;}
.header .nav ul li .subnav a:hover{color: #1c3c97; font-weight: bold;}
.menu-toggle{display: none;}


/*首页bannner*/
.banner { position: relative;}
.banner .swiper-container{ width:100%; overflow:hidden;}
.banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
.banner .swiper-container .swiper-slide img{width:100%;}
.banner .pagination {position: absolute;z-index: 20;bottom:40px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:12px; height: 12px; background:#fff; margin: 0 6px; border-radius: 10px; cursor: pointer;}
.banner .swiper-active-switch { background: #254ec0; border: none; opacity: 1;}
.banner video{ width: 100%; background:#000; -o-object-fit: fill; object-fit: fill; position: absolute; top: 50%; left: 0; transform: translateY(-50%); z-index: 2;}

.neiBanner{ height:460px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.title{ margin-bottom:25px; display: flex; align-items:flex-end;}
.title h2{ color: #1c3c97; font-size: 35px; line-height: 1; background: url(../images/icon04.png) no-repeat left center; padding-left: 50px; margin-right: 5px;}
.title p{ color: #dfdfdf; font-weight: bold; line-height: 1;}

.ntitle{display: flex; align-items:flex-end;}
.ntitle h2{ color: #1c3c97; font-size: 35px; line-height: 1; background: url(../images/icon04.png) no-repeat left center; padding-left: 50px; margin-right: 5px;}

.more{ width: 150px; height: 48px; line-height: 42px; padding-left:30px; background: #fff url(../images/icon05.png) no-repeat right 25px center; border: #d5d5d5 solid 2px; color: #1c3c97; font-size: 16px; display: block; transition: all .3s;}
.more:hover{background: #1c3c97 url(../images/icon05_02.png) no-repeat right 25px center;  border: #1c3c97 solid 2px; color: #fff;}

.iabout{ padding:85px 0 60px;}
.iabout .wrap{ position: relative;}
.iabout .wrap::before{ content: ""; width: 650px; height: 340px; background: url(../images/icon06.png) no-repeat center; position: absolute; right: -70px; top: -85px;}
.iabout .box{ width: 53%;}
.iabout .box .text{ line-height: 25px; margin-bottom: 30px;}
.iabout .pic{ position: relative; align-self:center; margin-right: 60px; cursor: pointer;}
.iabout .pic img{ transition: all .4s;}
.iabout .pic:hover img{ opacity: 0.9;}

.ipro{ padding: 65px 0 100px; background: #f6f6f6;}
.ipro .wrap{ position: relative;}
.ipro .more{ position: absolute; right: 0; top: -5px;}
.ipro .title{ margin-bottom: 45px;}
.ipro .swiper-container{ margin: 0 -10px;}
.ipro .swiper-slide{ box-sizing: border-box; padding:10px;}
.ipro .swiper-slide a{ box-shadow:0 0 10px rgba(28, 60, 150, .3); display: block;}
.ipro .swiper-slide dl{ padding-bottom: 80.9836%;}
.ipro .swiper-slide h3{ color: #fff; font-size: 17px; line-height: 66px; font-weight: normal; padding: 0 50px 0 20px; background: #1c3c97 url(../images/icon07.png) no-repeat right 20px center;}

.iequipment{ padding: 65px 0 140px; background: url(../images/equipmentBg.jpg) no-repeat center; background-size: cover;}
.iequipment .title{ margin-bottom: 45px;}
.iequipment .title h2{ color: #fff; background: url(../images/icon04_02.png) no-repeat left center;}
.iequipment .title p{ color: #666; }
.iequipment .box{ position: relative;}
.iequipment .con{ overflow: hidden;}
.iequipment .swiper-container{ margin: 0 -10px;}
.iequipment .swiper-slide{ box-sizing: border-box; padding:0 10px;}
.iequipment .swiper-slide ol{ cursor: pointer;}
.iequipment .swiper-slide dl{ padding-bottom: 78.0327%;}
.iequipment .swiper-slide h3{font-size: 17px; color: #ccc; line-height: 60px; text-align: center; font-weight: normal; border-bottom: #666 solid 2px;}
.iequipment .box .arrow-left,.iequipment .box .arrow-right{ width: 64px; height: 64px; position: absolute; top: 30%;}
.iequipment .box .arrow-left{ background:url(../images/arrow-left.png) no-repeat center; left: -88px;}
.iequipment .box .arrow-right{ background:url(../images/arrow-right.png) no-repeat center; right: -88px;}

.bread{ margin-bottom: 40px;}
.bread .wrap{ border-bottom: #dbdbdb solid 1px; padding: 30px 0 16px 0;}
.bread .breadBox{ font-size: 15px;}

.about { padding-bottom: 110px;}
.about .text{ line-height: 26px;}
.about .piclist{ margin-top: 60px;}
.about .piclist ul{ margin: 0 -13px;}
.about .piclist ul li{ width: 33.33%; padding: 0 13px;}
.about .piclist ul li dl{ padding-bottom: 65.8536%; cursor: pointer;}

.culture{ padding-bottom: 50px;}
.culture .item{ background: #f2f2f2; margin-bottom: 26px; display: flex; align-items: center;}
.culture .item .pic{ width: 50%;}
.culture .item .con{ width: 50%; padding: 30px 50px 30px 25px; line-height: 26px;}
.culture .item .con h3{ font-weight: normal; line-height: 40px;}

.honor{ padding-bottom: 70px;}
.honor .box .honorlist3{ margin: 0 -15px;}
.honor .box .honorlist3 li{ width: 33.3333%; padding: 0 15px; margin-bottom: 20px;}
.honor .box .honorlist3 li dl{ padding-bottom: 72.66%; border: #dbdbdb solid 1px; position: relative; overflow: hidden; cursor: pointer;}
.honor .box .honorlist4{ margin: 0 -13px;}
.honor .box .honorlist4 li{ width: 25%; padding: 0 13px; margin-bottom: 20px;}
.honor .box .honorlist4 li dl{ padding-bottom: 143.3333%; border: #dbdbdb solid 1px; position: relative; overflow: hidden; cursor: pointer;}
.honor .box ul li dl img{ width: 100%; height: 100%; position:absolute;top:0;bottom:0;left:0;right:0; margin:auto;}

.advantage{ padding-bottom: 100px;}
.advantage .box ul{ margin: 0 -20px;}
.advantage .box ul li{ width: 33.33%; padding: 0 20px;}
.advantage .box ul li dl{ padding-bottom: 59.5%;}
.advantage .box ul li h3{ background: #1f2f5a; color: #fff; font-size: 18px; text-align: center; line-height: 60px; font-weight: normal;}
.advantage .box ul li ol{ font-size: 15px; margin-top: 18px;}

.tuzhi{ padding-bottom: 80px;}
.tuzhi .box { padding-bottom: 20px;}
.tuzhi .box ul{ margin: 0 -10px;}
.tuzhi .box ul li{ width: 33.33%; padding: 0 10px; margin-bottom: 20px;}
.tuzhi .box ul li dl{ padding-bottom: 73.77%; border: #d2d2d2 solid 1px;}
.tuzhi .box ul li h3{ font-size: 16px; text-align: center; font-weight: normal; margin-top: 13px;}


.tuzhiView .newsHead{ background: #1c3c97; color: #fff; padding: 26px 0 26px; margin-bottom: 40px;}
.tuzhiView .newsHead .wrap{ min-height: 80px;}
.tuzhiView .newsHead h1{ width: 80%; font-size: 30px;}
.tuzhiView .newsHead dd{ font-size: 15px; line-height: 1;}
.tuzhiView .boxCon .text{ color: #666; line-height: 28px; padding-bottom: 60px;}
.tuzhiView .boxCon .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 0; overflow: hidden; position: relative;}
.tuzhiView .boxCon .viewPage .box{ padding-right: 200px;}
.tuzhiView .boxCon .viewPage .box a{ color: #666; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 10px; }
.tuzhiView .boxCon .viewPage .box b{ color: #1c3c97;}
.tuzhiView .boxCon .viewPage .box a:hover{color: #1c3c97;}
.tuzhiView .boxCon .viewPage .back{ width: 160px; height: 42px; line-height: 42px;  text-align: center; border-radius: 40px; background: #1c3c97; position:absolute; right: 0; top: 35px;}
.tuzhiView .boxCon .viewPage .back a{color: #fff; display: block;}



.products{ padding-bottom: 80px;}
.products .box { padding-bottom: 20px;}
.products .box ul{ margin: 0 -10px;}
.products .box ul li{ width: 25%; padding: 0 10px; margin-bottom: 20px;}
.products .box ul li dl{ padding-bottom: 73.77%; border: #d2d2d2 solid 1px;}
.products .box ul li h3{ font-size: 16px; text-align: center; font-weight: normal; margin-top: 13px;}

.proview{ width: 840px; margin: 0 auto; padding: 50px 0 80px;}
.proview .tit{ margin-bottom: 30px;}
.proview .tit h1{ color:#1c3c97; font-size: 30px; line-height: 1; text-align: center;}
.proview .pic{ position: relative; margin-bottom: 85px;}
.proview .pic{ border: #dfdfdf solid 2px;}
.proview .pic .swiper-slide{ display: flex; justify-content: center; align-items: center;}
.proview .pic img{ width: 100%;}
.proview .pagination {position: absolute;z-index: 20; bottom:-40px;width: 100%;text-align: center;}
.proview .swiper-pagination-switch {display: inline-block; width:15px; height: 15px; background:#cbcbcb; margin: 0 6px; border-radius: 10px; cursor: pointer;}
.proview .swiper-active-switch { background: #2f57c8; border: none; opacity: 1;}
.proview .pic .arrow-left,.proview .pic .arrow-right{ width: 30px; height: 58px; position: absolute; top: 50%; transform: translateY(-50%);}
.proview .pic .arrow-left{ background:url(../images/arrow-left02.png) no-repeat center; left: -100px;}
.proview .pic .arrow-right{ background:url(../images/arrow-right02.png) no-repeat center; right: -100px;}
.proview .text{ line-height: 25px;}
.proview .propage{ display: flex; justify-content: space-between; margin-top: 60px;}
.proview .propage li{ width: 160px; line-height: 44px;}
.proview .propage li a{ text-align: center; background: #e7e7e7; display: block; transition: all .4s;}
.proview .propage li a:hover{ background: #1c3c97; color:#fff;}

.equipment{ padding-bottom: 80px;}
.equipment .box{ padding-bottom: 20px;}
.equipment .box ul{ margin: 0 -13px;}
.equipment .box ul li ol{ cursor: pointer;}
.equipment .box ul li{ width: 33.33%; padding: 0 13px; margin-bottom: 18px;}
.equipment .box ul li h3{ font-size: 15px; font-weight: normal; margin-top: 8px;}

.news{ padding-bottom: 80px;}
.news .box ul li{ border-bottom: #dedede solid 1px; padding-bottom: 20px; margin-bottom: 20px;}
.news .box ul li a{ display: flex;}
.news .box ul li .pic{ width: 280px; margin-right: 40px; flex: 0 0 auto;}
.news .box ul li .pic dl{ padding-bottom: 64.2857%;}
.news .box ul li .box{ display: flex; flex-direction: column; justify-content: space-between;}
.news .box ul li .box .con h3{ font-size: 18px; color: #1c3c97; font-weight: normal; line-height: 1; margin-bottom: 15px;}
.news .box ul li .box .con dt{ font-size: 15px; color: #666;}
.news .box ul li .box .date{ font-size: 15px; display: flex; justify-content: space-between;}
.news .box ul li .box .date dd{ color: #666;}
.news .box ul li .box .date em{ color: #1c3c97; font-style: normal;}
.news .fenye{ text-align:left;}

.newsView .newsHead{ background: #1c3c97; color: #fff; padding: 26px 0 26px; margin-bottom: 40px;}
.newsView .newsHead .wrap{ min-height: 80px;}
.newsView .newsHead h1{ width: 80%; font-size: 30px;}
.newsView .newsHead dd{ font-size: 15px; line-height: 1;}
.newsView .boxCon .text{ color: #666; line-height: 28px; padding-bottom: 60px;}
.newsView .boxCon .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 0; overflow: hidden; position: relative;}
.newsView .boxCon .viewPage .box{ padding-right: 200px;}
.newsView .boxCon .viewPage .box a{ color: #666; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 10px; }
.newsView .boxCon .viewPage .box b{ color: #1c3c97;}
.newsView .boxCon .viewPage .box a:hover{color: #1c3c97;}
.newsView .boxCon .viewPage .back{ width: 160px; height: 42px; line-height: 42px;  text-align: center; border-radius: 40px; background: #1c3c97; position:absolute; right: 0; top: 35px;}
.newsView .boxCon .viewPage .back a{color: #fff; display: block;}

.marketing{ padding-bottom: 130px;}
.marketing .text{ line-height: 30px;}

.contact{ padding-bottom: 60px;}
.contact .box{ height: 322px; background: #f1f1f1 url(../images/contactBg.jpg) no-repeat left center; margin-bottom: 50px; display: flex; justify-content: flex-end; align-items: center;}
.contact .box .text{ width: 50%; line-height: 30px;}
.contact .box .text h3{ font-size: 25px; font-weight: normal; color: #1c3c97; margin-bottom: 10px;}
#map{ height: 460px; border: #ddd solid 1px;}

.footer .fmain{ padding: 85px 0 65px; background: #e4e4e4;}
.footer .fmain .fcontact .tit{ font-size: 29px; color: #1c3c97; line-height: 1; margin-bottom: 42px;}
.footer .fmain .fcontact .box ul li{ color: #666; margin-bottom: 12px;}
.footer .fmain .fcontact .box ul li img{ margin-right: 12px;}
.footer .fmain .message{ width: 440px;}
.footer .fmain .message ul li{ margin-bottom: 8px;}
.footer .fmain .message ul li input{ width: 100%; height: 42px; font-size: 16px; border: #c2c2c2 solid 2px; border-radius: 6px; padding-left: 15px;}
.footer .fmain .message ul li textarea{ width: 100%; height: 104px; font-size: 16px; border: #c2c2c2 solid 2px; border-radius: 6px; padding:8px 15px;}
.footer .fmain .message ul li button{ width: 100%; line-height: 44px; color: #fff; font-size: 16px; text-align: left; background: #1c3c97 url(../images/icon14.png) no-repeat right 18px center; border: none; border-radius: 6px;  padding-left: 15px; cursor: pointer;}
.footer .fmain .message ul li button:hover{background: #2854cc url(../images/icon14.png) no-repeat right 18px center;}
.footer .copyright{ color: #a2b9fc; line-height: 66px; background: #1c3c97;}
.footer .copyright a{ color: #a2b9fc;}
.footer .copyright a:hover{ color: #406be2;}

/*===/分页=============================*/
.fenye { padding-top: 25px; text-align:center}
.fenye ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.fenye li {display:inline-block!important; margin: 0 1px;}
.fenye a { font-size: 15px; color:#333;padding:10px 15px;line-height:18px; background: #e2e2e2; display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.fenye .disabled a:link,.fenye .disabled a:visited,.fenye .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.fenye .active {pointer-events:none}
.fenye .active,.fenye a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.blank-large{height:80px;line-height:80px;clear:both;font-size:0}
.fenye li.active a,.fenye li a:hover{background: #1c3c97; color: #fff; }

/* 弹出框 */
.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{max-width: 1000px;padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 40px; height: 40px; background:url(../images/off02.png) no-repeat center; position: absolute; top: -20px; right: -20px; cursor: pointer;}
.tccBox .BoxCon h3{ font-size: 25px; color: #fff; text-align: center; position: absolute; left: 50%; top: -30px; transform: translateX(-50%);}
.tccBox .BoxCon ul video{ width: 100%; }

@media (max-width: 1500px) {
 
}

@media (max-width: 1366px) {

}

@media (max-width: 1320px) {
    body{ font-size: 15px;}
    .wrap{ width: 100%; padding: 0 20px;}
    .header .logo{ padding: 50px 20px 25px 0;}
    .header .nav>ul>li{ margin-left: 32px;}
    .header .nav>ul>li>a{ font-size: 16px;}

    .neiBanner{ height: 390px;}

    .title h2{font-size: 30px; background-size: auto 100%; padding-left: 40px;}
    .ntitle h2{font-size: 30px; background-size: auto 100%; padding-left: 40px;}

    .ipro .more{ right: 20px;}
    .ipro .box .swiper-slide h3{ font-size: 15px;}

    .iequipment { padding: 65px 0 90px;}
    .iequipment .swiper-slide h3{ font-size: 15px;}
    .iequipment .box .arrow-left, .iequipment .box .arrow-right{ display: none;}

    .bread{ padding: 0 20px;}
}

@media (max-width: 1030px) {

    .neiBanner { height: 320px; }

    .proview .pic .arrow-left{ left: -60px;}
    .proview .pic .arrow-right{ right: -60px;}

    .footer .fmain { padding: 60px 0 50px;}
    .footer .fmain .fcontact .tit{ font-size: 24px;}
}

@media screen and (max-width:1000px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ width: 100%; padding: 0 15px;}

    .header{ width: 100%; height:60px; background:#fff; box-shadow: 0 0 5px rgba(0,0,0,.3); position: fixed; top: 0; left: 0; z-index: 99999999; }
    .header .logo{ height: 60px; padding: 13px 0; }
    .header .logo::before{ display: none;}
    .header .headRight{ width: 100%; height: calc(100% - 60px); position: fixed !important; left: 0; top: 60px !important; bottom: inherit; background: #fff; border-top: 1px solid #eee; z-index: 99999; display: none;}
    .header .nav{ margin-top: 0;}
    .header .nav>ul{ display: block;}
    .header .nav>ul>li {width: 100%; border-bottom: 1px solid #eee; margin-left: 0;}
    .header .nav>ul>li>a{ font-size: 15px; color: #000;  line-height: 44px; padding: 0 15px; text-align: left;}
    .header .nav>ul>li>a:hover,.nav ul>li.on>a{ color: #1c3c97;}
    .header .nav ul li .subnav{ width: 100%; padding:15px; background: #eeee; position: relative; top: 0; left: 0; z-index: 111; transform: inherit; display: none; }
    .header .nav ul li .subnav a{ font-size: 15px; color: #666; line-height:1.8; text-align: left; white-space:nowrap; display: block;}
    .header .nav ul li .subnav a:hover{color: #1c3c97; font-weight: normal;}
    .header .telLang{ display: block; padding: 0 15px; margin-top: 20px;}
    .header .lang{ width: 106px;}
    .header .telLang .lang ul{ display: block; position: relative; top: 0;}

    .menu-toggle{ width:60px; height:60px; position:fixed; right:0; top:0; z-index:9999999; display:block;}
    .menu-toggle span{ width:35px; height:2px; background:#222;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .menu-toggle span:before{ content:"";width:35px; height:2px; background:#222;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .menu-toggle span:after{ content:"";width:35px; height:2px; background:#222;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .menu-toggle.cur span{background-color:transparent;}
    .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    /*首页bannner*/
    .banner::before{ display: none;}
    .banner .swiper-container .swiper-slide .bannerText h2{ font-size: 22px;}
    .banner .pagination {position: absolute;z-index: 20;bottom:15px;width: 100%;text-align: center;}
    .banner .swiper-pagination-switch {display: inline-block; width:10px; height: 10px; background:#fff; margin: 0 2px; border-radius: 10px; cursor: pointer;}
    .banner .swiper-active-switch { background: #254ec0; border: none; opacity: 1;}

    .neiBanner{ height: 130px;}

    .more { width: 100px; height: 36px; line-height: 34px; padding-left: 15px; background: #fff url(../images/icon05.png) no-repeat right 12px center; background-size: 7px auto; border: #d5d5d5 solid 1px; font-size: 14px;}

    .title h2{ font-size: 20px; background-size: auto 100% !important; padding-left: 30px;}
    .title p{ font-size: 14px; font-weight: normal;}

    .ntitle h2{ font-size: 18px; background-size: auto 100% !important; padding-left: 26px;}

    .iabout{ padding: 40px 0;}
    .iabout .wrap{ display: block;}
    .iabout .wrap::before{ display: none;}
    .iabout .box{ width: 100%;}
    .iabout .pic{ width: 250px; margin: 30px auto 0;}
    .iabout .more{ margin:0 auto;}

    .ipro { padding: 40px 0 35px;}
    .ipro .title{ margin-bottom: 30px;}
    .ipro .box .swiper-container { margin: 0 -5px;}
    .ipro .box .swiper-slide{ width: 50%; padding: 5px; margin-bottom: 10px;}
    .ipro .swiper-slide a{ box-shadow:0 0 5px rgba(28, 60, 150, .3); display: block;}
    .ipro .box .swiper-slide h3{ font-size: 14px; line-height: 40px; padding: 0 30px 0 12px; background: #1c3c97 url(../images/icon07.png) no-repeat right 12px center; background-size: 16px auto !important;}
    
    .iequipment{ padding: 40px 0;}
    .iequipment .title{ margin-bottom: 25px;}
    .iequipment .swiper-container{ margin: 0 -5px;}
    .iequipment .swiper-slide{ padding: 0 5px;}
    .iequipment .swiper-slide h3{ font-size: 14px; line-height: 42px; border-bottom: #666 solid 1px;}

    .bread{ padding: 0 15px; margin-bottom: 30px;}
    .bread .wrap{ padding: 15px 0;}
    .bread .breadBox{ font-size: 12px;}

    .about{ padding-bottom: 40px;}
    .about .text{ line-height: 1.7;}
    .about .piclist{ margin-top: 30px;}
    .about .piclist ul{ margin: 0;}
    .about .piclist ul li{ width: 100%; padding: 0; margin-bottom: 10px;}

    .culture { padding-bottom: 40px;}
    .culture .item{ display: block; margin-bottom: 10px;}
    .culture .item .pic{ width: 100%;}
    .culture .item .con{ width: 100%; padding: 30px; line-height: 24px;}

    .honor { padding-bottom: 40px;}
    .honor .box .honorlist3{ margin: 0 -5px;}
    .honor .box .honorlist3 li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .honor .box .honorlist4{ margin: 0 -5px;}
    .honor .box .honorlist4 li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}

    .advantage{ padding-bottom: 40px;}
    .advantage .box ul{ margin: 0;}
    .advantage .box ul li{ width: 100%; margin-bottom: 20px; padding: 0;}
    .advantage .box ul li h3 { font-size: 15px; line-height: 42px;}
    .advantage .box ul li ol{ font-size: 14px; margin-top: 10px;}
	
	.tuzhi{ padding-bottom: 40px;}
    .tuzhi .box { padding-bottom: 10px;}
    .tuzhi .box ul { margin: 0 -5px;}
    .tuzhi .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}
    .tuzhi .box ul li h3{ font-size: 14px; margin-top: 5px;}

    .products{ padding-bottom: 40px;}
    .products .box { padding-bottom: 10px;}
    .products .box ul { margin: 0 -5px;}
    .products .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}
    .products .box ul li h3{ font-size: 14px; margin-top: 5px;}

    .proview{ width: 100%; padding:30px 15px 60px;}
    .proview .tit { margin-bottom: 15px; }
    .proview .tit h1{ font-size: 18px;}
    .proview .pic{ margin-bottom: 50px;}
    .proview .pagination{ bottom: -30px;}
    .proview .swiper-pagination-switch{ width: 10px; height: 10px;}
    .proview .pic .arrow-left, .proview .pic .arrow-right{ display: none;}
    .proview .propage{ margin-top: 30px;}

    .equipment { padding-bottom: 40px; }
    .equipment .box{ padding-bottom: 10px;}
    .equipment .box ul { margin: 0 -5px;}
    .equipment .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .equipment .box ul li h3{ font-size: 14px; text-align: center;}

    .news { padding-bottom: 40px; }
    .news .box ul li { padding-bottom: 14px; margin-bottom: 14px; }
    .news .box ul li .pic { width: 125px; margin-right: 12px;}
    .news .box ul li .box{ width:calc(100% - 137px);}
    .news .box ul li .box .con h3{ font-size: 15px; margin-bottom: 5px;}
    .news .box ul li .box .con dt{ height: 32px; font-size: 12px; color: #999; -webkit-line-clamp: 2;}
    .news .box ul li .box .date{ font-size: 12px;}
    .news .box ul li .box .date dd{ color: #999;}
    .news .box ul li .box .date em{ color: #8097da;}
    .news .fenye{ text-align: center;}

    .newsView .newsHead .wrap{ min-height: inherit; display: block;}
    .newsView .newsHead h1{ width: 100%; font-size: 17px; margin-bottom: 10px;}
    .newsView .newsHead dd{ font-size: 14px;}
    .newsView .boxCon .text{ line-height: 1.6; padding-bottom: 30px;}
    .newsView .boxCon .viewPage .box{ padding-right: 140px;}
    .newsView .boxCon .viewPage .back{ width: 120px;}
	
	
    .tuzhiView .newsHead .wrap{ min-height: inherit; display: block;}
    .tuzhiView .newsHead h1{ width: 100%; font-size: 17px; margin-bottom: 10px;}
    .tuzhiView .newsHead dd{ font-size: 14px;}
    .tuzhiView .boxCon .text{ line-height: 1.6; padding-bottom: 30px;}
    .tuzhiView .boxCon .viewPage .box{ padding-right: 140px;}
    .tuzhiView .boxCon .viewPage .back{ width: 120px;}	

    .marketing{ padding-bottom: 40px;}
    .marketing .text{ line-height: 1.6;}

    .contact{ padding-bottom: 40px;}
    .contact .box{ height: 270px; margin-bottom: 15px; padding: 15px;}
    .contact .box .text { width: 100%; line-height: 23px; background:rgba(255,255,255,0.6); padding: 15px; }
    .contact .box .text h3{ font-size: 18px;}

    #map{ height: 300px;}

    .footer .fmain { padding: 35px 0 32px; }
    .footer .fmain .wrap{ display: block;}
    .footer .fmain .fcontact .tit{ font-size: 17px; margin-bottom: 20px;}
    .footer .fmain .fcontact .box ul li{ font-size: 13px; margin-bottom: 10px;}
    .footer .fmain .message{ width: 100%;}
    .footer .fmain .message ul li{ margin-bottom: 5px;}
    .footer .fmain .message ul li input{ height: 40px; font-size: 14px; border: #c2c2c2 solid 1px;}
    .footer .fmain .message ul li textarea{ height: 70px; font-size: 14px; border: #c2c2c2 solid 1px;}
    .footer .fmain .message ul li button{ font-size: 14px; line-height: 40px;}
    .footer .copyright{ font-size: 12px; line-height: 1.3; padding: 10px 0;}

    /*===/分页=============================*/
    .fenye {text-align:center;padding-top: 15px;}
    .fenye ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom}
    .fenye li {display:inline-block!important;}
    .fenye a { font-size: 13px; color:#333;padding:4px 7px;line-height:18px;border:solid 1px #cccccc;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
    .fenye .disabled a:link,.fenye .disabled a:visited,.fenye .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
    .fenye .active {pointer-events:none}
    .fenye .active,.fenye a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
    .blank-large{height:80px;line-height:80px;clear:both;font-size:0}
    .fenye li.active a,.fenye li a:hover{background: #1c3c97; color: #fff; border: 1px solid #1c3c97;}

    .tccBox .BoxCon{ width: 95%;}
    .tccBox .BoxCon .off{ width: 25px; height:25px; background-size: contain; right:2px; top: -10px;}
    .tccBox .BoxCon h3{ font-size: 17px; top: -12px;}
    .tccBox .BoxCon ul video{ height: 250px;}
    .search-dialog{ width: 95%;}
}