@font-face{
 font-family: 'rt';
 src:url('pfr.ttf');
}
body{background: #fff;font-size:14px;font-family:-apple-system,"PingFang SC", "Microsoft YaHei","微软雅黑",Arial,sans-serif;color:#333;max-width: 1920px;margin:0 auto;}
*{margin:0;padding:0;box-sizing: border-box;}
ul,dl,dd,dt,h2,p,h3,h4,h1{margin:0;}
ul,li{list-style: none;}
i{font-style: normal;}
a{cursor: pointer;color:inherit;}
a:hover,a:focus{text-decoration: none;color:inherit;}

.fs0{font-size:0;}
.wrapper,.header,.footer{font-family: -apple-system,"PingFang SC","rt","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;}
.wrapper .fs36{font-size: 32px;}
.wrapper .fs30{font-size: 25px;}
.wrapper .fs24{font-size: 20px;}
.wrapper .fs22,.footer .fs22{font-size: 18px;}
.wrapper .fs20,.footer .fs20{font-size: 16px;}


@font-face{font-family: "iconfont";
 src: url('../fonts/iconfont.eot'); /* IE9*/
 src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
 url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
 url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
 url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
 font-family:"iconfont" !important;
 display:inline-block;
 vertical-align: middle;
 margin:0 .3em;
 font-size: 1.1em;
 font-style:normal;
 -webkit-font-smoothing: antialiased;
 -webkit-text-stroke-width: 0px;
 -moz-osx-font-smoothing: grayscale; 
}




.c0{color:#000;}
.c3{color:#333;}
.c6{color:#666;}
.fl{float:left;}
.fr{float:right!important;}
.mb10{margin-bottom: 10px;}
.mt10{margin-top: 10px;}
.mt5{margin-top: 5px;}
.pr{position: relative;}
.bold{font-weight: bold;}
.img-responsive{display: block;margin:0 auto;}
.flex,.flexC{ display: -webkit-box;display: -webkit-flex; display: -ms-flexbox; display: flex;}
.flex>.sub,.flexC>.sub{ -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden;}
.flexC{-webkit-flex-direction: column; flex-direction: column;}
.sb{justify-content: space-between;}
.jc{justify-content: center;}
.ai{align-items: center;}
.wrap{flex-wrap: wrap;}
.oneLine{white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;}
.twoLine{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}
.no-padding{padding-left:0;padding-right: 0;}
.padding{padding:0 3%;}
.bg{background: #f8f8f8;}
.navbar{margin:0;border:none;background: none;color:#fff;}
.navbar-brand{height: auto;padding:20px 15px;display: inline-block;}
/*.navbar-collapse{padding:20px 0;}*/
.logo-m{display: none!important;}
.navbar-brand>img{max-height: 55px;}
.imghover{transition: all linear .6s;}
.imghover:hover{transform: scale(1.08);}
.mix{position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.w1400{width: 85%;max-width: 1470px;margin-left:auto;margin-right: auto;}
.css3{-webkit-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s;}
.full_img{width:100%;height: 100%;object-fit: cover;}

.common_btn{position: relative;overflow: hidden;}
.common_btn>span{display:inline-block;vertical-align:middle;opacity:0;filter: alpha(opacity=0);color:#fff;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);-webkit-transition:-webkit-transform .3s,opacity .3s;transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);vertical-align:0}
.common_btn::before{content:attr(c-text);position:absolute;top:0;left:10%;width:80%;height:100%;-webkit-transition:-webkit-transform .3s,opacity .3s;transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);display: none\0;}
.common_btn:hover .iconfont{color:#fff;}
/*.common_btn:hover{background:#d20319;}*/
.common_btn:hover::before{opacity:0;filter: alpha(opacity=0);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
.common_btn:hover>span{opacity:1;filter: alpha(opacity=100);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);display: inline-block;}
.common_btn>span.sep{width: 5px;height: 5px;display: inline-block;}
.common_btn:hover>span:nth-child(1){-webkit-transition-delay:45ms;transition-delay:45ms}
.common_btn:hover>span:nth-child(2){-webkit-transition-delay:.09s;transition-delay:.09s}
.common_btn:hover>span:nth-child(3){-webkit-transition-delay:.135s;transition-delay:.135s}
.common_btn:hover>span:nth-child(4){-webkit-transition-delay:.18s;transition-delay:.18s}
.common_btn:hover>span:nth-child(5){-webkit-transition-delay:.225s;transition-delay:.225s}
.common_btn:hover>span:nth-child(6){-webkit-transition-delay:.27s;transition-delay:.27s}
.common_btn:hover>span:nth-child(7){-webkit-transition-delay:.315s;transition-delay:.315s}
.common_btn:hover>span:nth-child(8){-webkit-transition-delay:.36s;transition-delay:.36s}
.common_btn:hover>span:nth-child(9){-webkit-transition-delay:.405s;transition-delay:.405s}
.common_btn:hover>span:nth-child(10){-webkit-transition-delay:.45s;transition-delay:.45s}
.common_btn:hover>span:nth-child(11){-webkit-transition-delay:.495s;transition-delay:.495s}
.common_btn:hover>span:nth-child(12){-webkit-transition-delay:.54s;transition-delay:.54s}
.common_btn:hover>span:nth-child(13){-webkit-transition-delay:.585s;transition-delay:.585s}
.common_btn:hover>span:nth-child(14){-webkit-transition-delay:.63s;transition-delay:.63s}
.common_btn:hover>span:nth-child(15){-webkit-transition-delay:.675s;transition-delay:.675s}
.common_btn:hover>span:nth-child(16){-webkit-transition-delay:.72s;transition-delay:.72s}
.common_btn:hover>span:nth-child(17){-webkit-transition-delay:.765s;transition-delay:.765s}
.common_btn:hover>span:nth-child(18){-webkit-transition-delay:.81s;transition-delay:.81s}
.common_btn:hover>span:nth-child(19){-webkit-transition-delay:.855s;transition-delay:.855s}
.common_btn:hover>span:nth-child(20){-webkit-transition-delay:.9s;transition-delay:.9s}
.common_btn.static_btn:hover{background:none;}
.common_btn.static_btn>span{color:#d20319;}
.common_btn.static_btn::before{left:0;}

.common-btn{border-radius:999px;width:310px;text-align: center;max-width: 60%;margin-left:auto;margin-right: auto;display: block;line-height: 58px;border:3px solid #313131;}
.common-btn:hover{border-color:#133b8f;background: #133b8f;color:#fff;}

@media (min-width: 767px){
 .container{width:88%;max-width: 1500px;}
}
@media (min-width: 1200px){
 .container{width:86%;}
 /*.container{width:1440px;}*/
}
/*@media (min-width: 1600px){
 .container{width: 1400px;}
}
*/

/* 导航部分 */
.header{position: fixed;top:0; left:0; right:0; z-index: 99;transition: top .5s ease;-webkit-transition:top .5s ease; -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;background:#fff;color:#666;}
.header_box{position: relative;}
.header .header_logo{position: absolute;left:0;top:0;bottom:0;max-width: 30%;}
.header .header_logo .flexC{height: 100%;}
.header .header_logo img{max-height:90%;margin:0;}
.header .header_nav{text-align: right;font-size:17px;}
.header .header_nav .nav_container>ul>li{display: inline-block;text-align: center;margin-left:3%;}
/*.header .header_nav li{position: relative;}*/
.header .header_nav .nav_container>ul>li>a{font-weight: bold;display: block;padding:40px 20px;color:#666;position: relative;line-height:20px;}
.header .header_nav .nav_container>ul>li>a.active,.header .header_nav .nav_container>ul>li>a:hover{color:#133b8f;}
/*.header .header_nav .nav_container>ul>li>a::after{transition: all .3s;position: absolute;content:'';width:0;height: 2px;background: #fff;left:50%;transform: translateX(-50%);bottom:30px;}*/
/*.header .header_nav .nav_container>ul>li>a.active::after,.header .header_nav .nav_container>ul>li>a:hover::after{width:30px;}*/
.header .header_nav .nav_container .dropdown-menu{margin:0;padding:0;border:none;left:50%;transform: translateX(-50%);text-align: center;border-radius:0;background: rgba(255,255,255,.7);font-size:15px;}
.dropdown-menu li a{display: block;white-space: nowrap;padding:16px 10px;color:#010000;position: relative;transition: all .3s;}
.dropdown-menu li a:hover, .dropdown-menu li a:focus,.dropdown-menu li a.active{background: #133b8f;color:#fff;}

.mobile_key {display: none;width:28px;height:25px;position: relative;border:none!important;cursor: pointer;padding:0;}
/*.button_menu{width: 30px;height: 25px;position: absolute;top:7px;left:0;}*/
.button_menu span {display:block;width:100%;height:3px;background-color:#333;position:absolute;left:0;-moz-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;transition:all .36s ease;}
.button_menu span:nth-child(1) {top:0}
.button_menu span:nth-child(2) {top:50%;transform: translateY(-50%);}
.button_menu span:nth-child(3) {bottom:0}


/* 下拉 */
.header .header_nav .inner_box{color: #0c0c0c;position: absolute;top: 100%;left: 0;width: 100%;padding: 50px 0;background: #fff;display: none;border-top: 1px solid #e5e5e5;}
.header .header_nav .inner_box .nav-first-ul{width: 100%;text-align: center;opacity: 0;filter: alpha(opacity=0);transform: translateY(20px);transition: all .5s cubic-bezier(.4,.5,.58,1.11);transition-delay: 0.3s;}
.header .header_nav .inner_box.inner_hover .nav-first-ul{opacity: 1;filter: alpha(opacity=100);transform: translate(0,0);}
.header .header_nav .inner_box .nav-first-ul>li{width: 20%;float: left;line-height: 30px;font-size: 17px;margin-top: 11px;position: relative;text-align: left;padding-top: 15px;margin-bottom: 35px;}
.header .header_nav .inner_box .nav-first-ul>li::before{content: '';position: absolute;top: 0;left: 0;width: 37px;height: 2px;background: #313131;transition: all .5s ease;-webkit-transition: all .5s ease;}
.header .header_nav .inner_box .nav-first-ul>li a{display: block;}
.header .header_nav .inner_box a:hover,.header .header_nav .inner_box a.active{color:#133b8f;}
.header .header_nav .inner_box .nav-first-ul>li:hover::before{width: 95px;background: #133b8f;}
.header .header_nav .inner_box .nav-second-ul{font-size:14px;line-height: 1.6;margin-top:10px;}
.header .header_nav .inner_box .nav-second-ul li{margin-bottom: 5px;}
.header .header_nav .inner_box .nav-second-ul a{padding:2px 10px;}



.index_header{top:-80px; -moz-transition:all 1s ease 0s; -ms-transition:all 1s ease 0s; -o-transition:all 1s ease 0s; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.index_header.ani{top:0;}
.header-container{position: relative;z-index:10;}

.ibanner{position: relative;text-align: center;}
.ibanner .slide-item{position: relative;overflow: hidden;color:#fff;}
.ibanner .slide-item .slide-item-img{max-width: 100%;}
.ibanner .slide-item .slide-item-img.mix{min-width: 100%;min-height: 100%;max-width: none;}
.ibanner .item-mask{position: absolute;top:0;left:0;right:0;bottom:0;background: rgba(0,0,0,.3);color:#fff;}
.ibanner .item-mask .title img{width:80%;max-width: 890px;}
.ibanner .item-mask .subtitle{margin-top:78px;}
.ibanner .item-mask .subtitle img{max-width: 500px;width: 34.8%;}

.ibanner .swiper-container-horizontal>.swiper-pagination-bullets{bottom:4.6%;font-size:0;}
.ibanner .swiper-pagination-bullet{width: 3%;height:4px;background:#fff;opacity:0.5 ;border-radius:2px;transition: all .2s;}
.ibanner .swiper-pagination-bullet-active{opacity: 0.9;width:5.2%;}
.ibanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 3px;}
/* 搜索框 */
.search_hover .header_logo .logo-pc{display:block!important;}
.search_hover .header_logo .logo-m{display:none!important;}


@media (max-width:1230px){
 .header .header_nav .nav_container>ul>li>a{padding:40px 16px;}
 .header .header_nav .nav_container>ul>li{margin-left: 2%;}
}

@media (max-width:767px){
 .header_box{overflow: hidden;padding:12px 0;}
 .mobile_key{display: block;float:right;}
 .header .header_logo{max-width: 70%;}
 .header .header_nav{text-align: left;font-size:14px;}
 .no-padding{padding-left:15px;padding-right: 15px;}
}


.subcolumn-nav{position: absolute;z-index:12;bottom:7.5%;left:0;width:100%;color:#fff;text-align: center;font-size:0;}
.subcolumn-nav li{display: inline-block;padding:0 5.55%;position: relative;}
.subcolumn-nav li::after{content:'';position: absolute;right:0;width: 1px;height: 20px;top:50%;margin-top:-10px;background: rgba(255,255,255,.7);}
.subcolumn-nav li:last-child::after{display: none;}
.subcolumn-nav a{display: inline-block;line-height: 1;padding:14px 0 15px;position: relative;}
.subcolumn-nav a::after{position: absolute;content:'';height: 2px;opacity: 0;transition: all .3s;background: #fff;left:4px;right:4px;bottom:0;}
.subcolumn-nav a:hover::after,.subcolumn-nav a.active::after{opacity: 1;}


.title-box{text-align: center;position: relative;margin-bottom: 65px;}
.title-box .tit{position: absolute;top:0;left:0;height:100%;width: 100%;padding-top:34px;color:#333;}
.title-box .tit span{line-height:1;display: inline-block;position: relative;padding:0 40px;/*letter-spacing: 1px;*/font-weight: bold;}
.title-box .tit span::after,.title-box .tit span::before{content:'';position: absolute;top:50%;margin-top:-1px;width:60px;height:2px;background: #333;}
.title-box .tit span::after{right:0;transform: translateX(100%);}
.title-box .tit span::before{left:0;transform: translateX(-100%);}
.title-box.white .tit{color:#fff;}
.title-box.white .tit span::after,.title-box.white .tit span::before{background: #fff;}

.part-pro{padding:100px 0;}
.index-proSwiper{padding-bottom: 84px;position: relative;}
.index-proSwiper .pro-item{text-align: center;background: #f2f2f2;color:#666;}
.index-proSwiper .pro-item .item-title{color:#fff;padding:32px 5px;background: #133b8f;line-height: 1;font-weight: bold;}
.index-proSwiper .pro-item .item-img{position: relative;padding-bottom: 125%;}
.index-proSwiper .pro-item .item-img img{max-height: 100%;}
.index-proSwiper .pro-item .item-more{line-height: 60px;}
.index-proSwiper .pro-item .item-more .num{float:left;width:44.4%;}
.index-proSwiper .pro-item .item-more .more-icon{float:right;width:55.6%;height: 60px;background:#dadada;transition: all .3s;}
.index-proSwiper .pro-item .item-more .more-icon span{display: block;width: 100%;height: 100%;background: url(../images/icon-arrow.png) no-repeat center;background-size: 20% auto;}
.index-proSwiper .swiper-pagination{width: 100%;text-align: center;font-size: 0;bottom:0;}
.index-proSwiper .swiper-pagination .swiper-pagination-bullet{outline: none;width:14px;height: 14px;margin:0 0.7%;background: #d8d8d8;opacity: 1;}
.index-proSwiper .swiper-pagination .swiper-pagination-bullet-active{background: #dc8751;}
.index-proSwiper .pro-item:hover .more-icon{background: #dc8751;}
.index-proSwiper .pro-item:hover .more-icon span{background-image: url(../images/icon-arroww.png);}
.index-proSwiper .pro-item:hover .num{color:#dc8751;}

.part-field{background: #133b8f;color:#fff;}
.part-field .field-left{float:left;width:36%;padding:30px 4.6%;max-width: 700px;}
.part-field .field-left .desc{line-height: 2.2;text-indent: 1em;}
.part-field .field-con{text-align: center;position: relative;width:64%;padding:2px;}
.part-field .field-imgList{position: absolute;left:0;top:0;width:100%;height: 100%;}
.part-field .field-img{display: none;height:100%;width:100%;background-repeat: no-repeat;background-size: cover;background-position: center;}
.part-field .field-img:first-child{display: block;}
.part-field .field-con .num-item,.part-field .field-con .num-item-blank{float:left;width: 25%;padding-bottom:25%;z-index:10;position: relative;}
.part-field .field-con .num-item .item-con{position: absolute;top:2px;left:2px;right:2px;bottom:2px;}
.part-field .field-con .num-item .item-con .item-bg{z-index:-1;transition: all .5s;position: absolute;width: 100%;height: 100%;background: rgba(255,255,255,.46);}
.part-field .field-con .num-item .item-con p{line-height: 1;margin-top:17%;}
.part-field .field-con .num-item .item-con img{max-height: 26.67%;}
.part-field .field-con .num-item{cursor: pointer;}
.part-field .field-con .num-item1{margin-left:50%;margin-right:25%;}
.part-field .field-con .num-item4{margin-left:25%;}
.part-field .field-con .num-item6{float:right;}
.part-field .field-con .num-item5{margin-left:50%;}
.part-field .field-con .num-item.active .item-bg,.part-field .field-con .num-item:hover .item-bg{transform: rotateY(180deg);background: rgba(220,135,81,.7);}

.part-about{padding:100px 0 50px;}
.part-about .title-box{margin-bottom:30px;}
.index-about{margin-left:7%;padding-top:100px;align-items: flex-end;background: url(../images/about-bg.png) no-repeat left bottom;background-size: auto 100%;}
.index-about .left{width:42.7%;}
.index-about .left .desc{font-weight:bold;margin-bottom:110px;color:#333;line-height: 1.875;text-indent: 2em;padding-left:6%;text-align: justify;}
.index-about .left .more{transition: all .4s;float:right;width:30%;background: #dc8751;max-width:175px;}
.index-about .left .more .more-icon{display: block;padding-bottom: 32%;background: url(../images/icon-arrowm.png) no-repeat center;background-size: 35% auto;}
.index-about .left .more:hover{transform: translateX(15px);}
.index-about .right{width:50.1%;position: relative;padding:84px 0 64px;}
.index-about .right::after{content:'';position: absolute;right:0;top:0;height:100%;background: #133b8f;width:64%;}
.index-about .img-box{width:62.3%;background:#fff;position: relative;z-index:10;margin-top:20px;margin-left:20px;}
.index-about .img-box .img{width: 100%;position: relative;top:-20px;left:-20px;padding-bottom: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;}

.part-news{padding:100px 0;}
.index-news-box{background: #133b8f;}
.index-news-box .news-item{position: relative;}
.index-news-box .news-item .item-img{padding-bottom: 63%;/*height:750px;*/background-size: cover;background-position: center;background-repeat: no-repeat;}
.index-news-box .news-item .item{width:50.4%;max-width: 600px;background: rgba(255,255,255,.8);position: absolute;left:0;top:0;}
.index-news-box .news-item .item-con{color:#666;line-height: 1;padding:50px 14%;}
.index-news-box .news-item .item-tit{font-weight: bold;color:#133b8f;margin:40px 0 30px;}
.index-news-box .news-item .item-desc{line-height: 1.5;margin-bottom: 20px;height:90px;-webkit-line-clamp:3;line-clamp:3;text-align: justify;}
.index-news-box .news-item .item-more{background: #dc8751;width: 120px;height:40px;transition: all .3s;}
.index-news-box .news-item .item-more span{display: block;height: 100%;background: url(../images/icon-arroww.png) no-repeat center;background-size: 33.333% auto;}
.index-news-box .swiper-container{margin-left:17.4%;}
.index-news-box .swiper-pagination{width: 17.4%;text-align: center;float:left;position: relative;padding:20px 0;}
.index-news-box .swiper-pagination .swiper-pagination-bullet{outline: none;line-height:1;width: 100%;float:none;display: block;opacity: 1;background: none;color:#fff;margin:60px 0;height:auto;}
.index-news-box .swiper-pagination .swiper-pagination-bullet-active{font-size:56px;}
.index-news-box .news-item .item-more:hover{transform: translateX(10px);}

.footer{background: #133b8f;color:#fff;padding:80px 0 32px;margin-top:90px;}
.footer-nav ul li{float:left;margin-right:3.6%;padding-right:3.6%;position: relative;margin-bottom: 15px;}
.footer-nav ul li::after{position: absolute;content:'';right:0;width:4px;height: 4px;border-radius:100%;overflow:hidden;background: #fff;top:50%;margin-top:-2px;}
.footer-nav ul li:last-child{padding:0;margin-right:0;}
.footer-nav ul li:last-child::after{display: none;}
.footer-nav ul li a{opacity: 0.8;}
.footer-nav ul li a.active{opacity: 1;}
.footer-info{opacity: 0.8;margin-top:35px;}
.footer-info .p{margin-top:22px;}
.footer .copyright{margin-top:40px;}
.footer-info .code{max-width: 150px;width: 100%;}

@media (max-width: 1400px){
 .wrapper .fs36{font-size: 30px;}
 .wrapper .fs30{font-size: 22px;}
 .wrapper .fs24{font-size: 18px;}
 .wrapper .fs22,.footer .fs22{font-size: 17px;}

 .header .header_nav .nav_container>ul>li>a{padding:35px 16px;}
 .part-field .field-left{padding:20px 4%;}
 .index-about{padding-top:80px;}
 .index-about .left .desc{margin-bottom: 90px;}
 .index-about .right{padding:70px 0 50px;}
 .index-about .img-box{width: 65%;margin-top:15px;margin-left:15px;}
 .index-about .img-box .img{top:-15px;left:-15px;}
 .index-news-box .swiper-pagination{padding:10px 0;}
 .index-news-box .swiper-pagination .swiper-pagination-bullet{margin:45px 0;}
 .index-news-box .swiper-pagination .swiper-pagination-bullet-active{font-size:50px;}
 .index-news-box .news-item .item-con{padding:40px 14%;}
 .index-news-box .news-item .item-tit{margin:35px 0 25px;}
 .index-news-box .news-item .item-desc{height: 81px;}
}

@media (max-width: 1200px){
 .title-box{margin-bottom: 50px;}
 .title-box .en img{max-height: 70px;}
 .title-box .tit{padding-top:26px;}
 .title-box .tit span{padding:0 30px;}
 .title-box .tit span::after, .title-box .tit span::before{width:50px;}
 .part-pro{padding:80px 0;}
 .index-proSwiper{padding-bottom: 70px;}
 .index-proSwiper .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;}
 .part-field .field-left .desc{font-size:16px;}
 .part-about{padding:80px 0 30px;}
 .index-about .left .desc{margin-bottom: 70px;}
 .index-news-box .news-item .item-con{padding:35px 14%;}
 .index-news-box .swiper-pagination .swiper-pagination-bullet{margin:40px 0;}
 .index-news-box .swiper-pagination .swiper-pagination-bullet-active{font-size:48px;}
 .index-news-box .news-item .item-tit{margin:30px 0 20px;}
 .part-news{padding:80px 0;}
 .footer{margin-top:70px;padding:60px 0 26px;}
}
@media (max-width: 992px) and (min-width:767px){
 .header .header_nav{font-size:16px;}
 .header .header_nav .nav_container>ul>li{margin-left:1%;}
 .header .header_nav .nav_container>ul>li>a{padding:30px 15px;}
}
@media (max-width: 992px){
 .wrapper .fs36{font-size: 26px;}
 .wrapper .fs30{font-size: 20px;}
 .wrapper .fs24{font-size: 17px;}
 .wrapper .fs22,.footer .fs22{font-size: 16px;}
 .title-box .en img{height:60px;}
 .title-box{margin-bottom: 45px;}
 .title-box .tit{padding-top:24px;}
 .title-box .tit span{padding:0 25px;}
 .title-box .tit span::after, .title-box .tit span::before{width:40px;}
 .part-pro{padding:65px 0;}
 .index-proSwiper{padding-bottom: 54px;}
 .index-proSwiper .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;}
 .index-proSwiper .pro-item .item-title{padding:24px 5px;}
 .index-proSwiper .pro-item .item-more{line-height: 50px;}
 .index-proSwiper .pro-item .item-more .more-icon{height: 50px;}
 .part-field .field-left,.part-field .field-con{width: 100%;}
 .part-field .field-left{max-width: none;padding:60px 4.6% 80px;}
 .part-about{padding:60px 0 20px;}
 .index-about .left,.index-about .right{width: 100%;}
 .index-about{margin-left:6%;padding:0;background: none;}
 .index-about .left{margin-right:12%;padding-top:80px;margin-bottom:50px;background: url(../images/about-bg.png) no-repeat left bottom;background-size: auto 100%;}
 .index-about .img-box{width: 52%;}
 .index-about .right{padding:60px 0 45px;}
 .index-news-box .swiper-pagination{font-size:18px;}
 .index-news-box .swiper-pagination .swiper-pagination-bullet{margin:30px 0;}
 .index-news-box .swiper-pagination .swiper-pagination-bullet-active{font-size:36px;}
 .index-news-box .news-item .item-img{padding-bottom: 75%;}
 .index-news-box .news-item .item{width: 65%;}
 .index-news-box .news-item .item-con{padding:;}
 .index-news-box .news-item .item-tit{margin:25px 0 17px;}
 .index-news-box .news-item .item-desc{height: 72px;font-size:16px;}
 .index-news-box .news-item .item-more{width: 100px;height: 35px;}
 .part-news{padding:60px 0;}
 .footer{margin-top:50px;padding:50px 0 20px;}
}

@media (max-width: 767px){
 .wrapper .fs36{font-size: 24px;}
 .wrapper .fs30{font-size: 18px;}
 .wrapper .fs24{font-size: 16px;}
 .wrapper .fs22,.footer .fs22{font-size: 15px;}
 .wrapper .fs20,.footer .fs20{font-size: 14px;}
 .ibanner .slide-item-img{min-height: 250px;object-fit: cover;}
 .part-pro{padding:50px 0;}
 .title-box .en img{height: 50px;}
 .title-box .tit{padding-top:18px;}
 .title-box .tit span{padding:0 20px;}
 .title-box .tit span::after, .title-box .tit span::before{width:35px;}
 .index-proSwiper .pro-item .item-title{padding:20px 5px;}
 .index-proSwiper .pro-item .item-more{line-height: 40px;}
 .index-proSwiper .pro-item .item-more .more-icon{height: 40px;}
 .index-proSwiper{padding-bottom: 45px;}
 .index-proSwiper .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin:0 5px;}
 .part-field .field-left{padding:50px 20px 50px;}
 .part-field .field-con .num-item{font-size:15px;}
 .index-about{margin:0;padding-left:20px;}
 .index-about .left{margin:0 0 40px;padding-right: 20px;padding-top:50px;}
 .index-about .left .desc{padding-left:0;}
 .index-about .left .more{width: 38%;}
 .index-about .img-box{width: 60%;}
 .index-about .right{padding:40px 0 25px;}
 .index-about .left .desc{margin-bottom: 60px;}
 .index-about .left .desc,.part-field .field-left .desc{font-size:15px;}
 .part-news{padding:50px 0;}
 .index-news-box .swiper-container{background: #fff;}
 .index-news-box .news-item .item{width: 100%;max-width: none;}
 .index-news-box .news-item .item-img{padding-bottom: 150%;}
 .index-news-box .swiper-pagination{font-size:16px;font-weight: bold;}
 .index-news-box .swiper-pagination .swiper-pagination-bullet{margin:28px 0;}
 .index-news-box .swiper-pagination .swiper-pagination-bullet-active{font-size: 28px;}
 .index-news-box .news-item .item-desc{font-size:15px;height: 66px;}
 .footer{margin-top:35px;padding:40px 0 16px;}
 .footer .code{float:none!important;max-width: 150px;margin:40px auto 0;}
}


.fs50{font-size: 46px;line-height: 1;}
.fs48{font-size: 36px;line-height: 1;}
.fs42{font-size: 34px;line-height: 1;}
.fs36{font-size: 30px;}
.fs34{font-size: 28px;}
.fs30{font-size: 25px;}
.fs28{font-size: 22px;}
.fs26{font-size: 20px;}
.fs24{font-size: 19px;}
.fs20{font-size: 17px;}
.fs18{font-size: 16px;}
.fs16{font-size: 15px;}
.fs15{font-size: 14px;}

@media (max-width:1600px){
 .fs48{font-size:32px;}
 .fs42{font-size: 30px;}
 .fs36{font-size: 28px;}
 .fs34{font-size: 26px;}
 .fs30{font-size: 24px;}
 .fs24{font-size:18px;}
}
@media (max-width:1200px){
 .fs50{font-size: 44px;}
 .fs48{font-size: 30px;}
 .fs42{font-size: 29px;}
 .fs36{font-size: 28px;}
 .fs34{font-size: 26px;}
 .fs30{font-size: 25px;}
 .fs28{font-size: 20px;}
 .fs26{font-size: 19px;}
 .fs24{font-size: 18px;}
 .fs20{font-size: 17px;}
 .fs18{font-size: 16px;}
}
@media (max-width:1100px){
 .fs50{font-size: 40px;}
 .fs48{font-size: 29px;}
 .fs42{font-size: 28px;}
 .fs36{font-size: 26px;}
 .fs34{font-size: 24px;}
 .fs30{font-size: 22px;}
 .fs28{font-size: 19px;}
 .fs26{font-size: 18px;}
 .fs24{font-size: 17px;}
 .fs20{font-size: 16px;}
 .fs18{font-size: 15px;}
}

@media (max-width:800px){
 .fs126{font-size: 80px;}
 .fs50{font-size: 30px;}
 .fs48{font-size: 28px;}
 .fs42{font-size: 26px;}
 .fs36{font-size: 24px;}
 .fs34{font-size: 20px;}
 .fs30{font-size: 19px;}
 .fs28{font-size: 18px;}
 .fs26{font-size: 17px;}
 .fs24{font-size: 16px;}
 .fs20{font-size: 15px;}
 .fs18{font-size: 15px;}
}

@media (max-width:767px){
 .fs126{font-size: 54px;}
 .fs50{font-size: 26px;}
 .fs48{font-size: 24px;}
 .fs42{font-size: 23px;}
 .fs36{font-size: 22px;}
 .fs34{font-size: 19px;}
 .fs30{font-size: 18px;}
 .fs28{font-size: 17px;}
 .fs26{font-size: 16px;}
 .fs24{font-size: 16px;}
 .fs20{font-size: 15px;}
 .fs18{font-size: 14px;}
}

.inner-banner{position: relative;}
.inner-txt{text-align: left;position: absolute;width: 100%;left:0;top:50%;transform: translateY(-50%);color:#fff;z-index:11;padding-top:80px;}
.inner-txt .title{font-weight: bold;margin-bottom: 15px;}
.inner-txt .en-tit{margin-bottom: 18px;}
.inner-txt .line{width: 80px;height: 5px;background: #fff;margin-bottom: 30px;}
.inner-txt .addr{padding-left: 32px;background: url(../images/icon-address1.png) no-repeat left center;line-height: 30px;background-size: auto 100%;}
.inner-txt .addr a:hover{color:#133b8f;}
.inner-txt-address{bottom:25px;left:0;z-index:10;width:100%;transform:none;top:auto}

.product-box{padding:70px 0;}
.product-left{float:left;width: 19%;}
.product-content,.content-right{float:left;width: 81%;}
.category-box{box-shadow: 2.12px 2.12px 10px 0 rgba(6,0,1,.3);}
.category-box .backBtn{position:absolute;width:45px;left:0;top:0;height:100%;vertical-align:top;background:#f5f8fa;display: none;}
.category-box .backBtn i{z-index:10;position:absolute;top:50%;margin-top:-20px;width:100%;height:40px;display:block;text-align:center;line-height:40px;font-size:24px;color:#7b8a96;padding:0;background: url(../images/icon-pro-arrow.png) no-repeat center;transform: rotate(-90deg);}
.category-box .moveBtn{display: none;line-height: 35px;text-align: center;margin:18px auto;width:200px;border-radius:999px;border:2px solid #313131;font-size:16px;}
.category-top{padding:15px 30px;color:#fff;background: #133b8f;}
.category-top i{margin-right: 15px;float:left;width:44px;height: 44px;background: url(../images/icon-pro.png) no-repeat left center;background-size: auto 100%;}
.category-box .content p{transition: all linear .3s;padding:15px 0;line-height: 24px;border-bottom: 1px solid #e5e5e5;position: relative;}
.category-box .content .item-link{padding-left:20px;border-left:10px solid transparent;}
.category-box .content .ejBox{display: none;color:#7d7d7d;text-align: center;}
.category-box .content li .item-link:hover,.category-box .content li .item-link.on,.category-box .content li .item-link.active{border-left-color: #133b8f;}
/*.category-box .content li p:hover,.category-box .content li .item-link.on,.category-box .content li p.active{background: rgba(19, 59, 143,.1);}*/
.category-box .content li p:hover,.category-box .content li .item-link.on,.category-box .content li p.active{color:#133b8f;}
.ejBox-child p{padding-left: 20px;font-size:14px;}
.category-box .content li .hasChild i{position: absolute;right:12%;top:50%;width: 16px;margin-top:-8px;height: 16px;background: url(../images/icon-pro-arrow.png) no-repeat center;background-size: 100% auto;transition: all linear .3s;transform: rotate(90deg);}
.category-box .content li .hasChild.on i{transform: rotate(0);}
.content-right{padding-left: 40px;}
.product-content{padding-left: 20px;}
.product-content li{padding:0 0 50px 40px;}
.product-content .proLi{position: relative;}
.product-content .porTbox{position: relative;padding-bottom: 80%;overflow: hidden;}
.product-content .proImg{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;z-index:1;transition: all linear .3s;}
.product-content .proMask{max-width: 60%;z-index:2;}
.product-content .proMask img{max-height: 50px;opacity: 0.2;}
.product-content .showBox{z-index:3;position:absolute;top:0px;left:0px;width:100%;height:100%;opacity:0;background:rgba(49,49,49,.7);transition:all 0.5s ease;color:#fff;}
.product-content .showBoxLink{width: 60%;z-index:4;text-align: center;padding:14px 0;}
.product-content .showBoxLink::before,.product-content .showBoxLink::after{content:'';position:absolute;top:0px;left:50%;transform:translateX(-50%);width:60%;height:1px;background:#fff;transition:all .5s ease;}
.product-content .showBoxLink::after{top:auto;bottom:0;}
.product-content .porBbox{text-align: center;padding:16px 15px;background: #eeeeee;transition: all linear .3s;}
.product-content .porBbox p{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.product-content .proLi:hover .proImg{transform: translate( -50% ,-50%) scale(1.1);}
.product-content .proLi:hover .showBox{opacity: 1;}
.product-content .proLi:hover .showBoxLink::before,.product-content .proLi:hover .showBoxLink::after{width:30px;}
.product-content .proLi:hover .porBbox{background: #133b8f;color:#fff;}


@media (max-width: 1200px){
 .product-left{width: 22%;}
 .product-content,.content-right{width: 78%;padding-left: 10px;}
 .content-right{padding-left:30px;}
 .product-content li{padding:0 0 25px 30px;}
 .category-top{padding:15px 18px;}
 .category-top i{width:36px;height: 36px;}
 .category-box .content p{padding:13px 0;}
 .category-box .content .item-link{padding:13px 15px;border-left-width:6px;}
}

@media (max-width: 800px){
 .product-left{width: 100%;}
 .product-content,.content-right{width: 100%;padding:0;}
 .product-box{padding:40px 0;}
 .inner-txt{padding-top: 60px;}
 .inner-txt .title{margin-bottom: 12px;}
 .inner-txt .en-tit{margin-bottom: 15px;}
 .inner-txt .line{height: 3px;margin-bottom: 20px;}
 .category-box{padding-bottom: 1px;margin-bottom: 30px;box-shadow: none;border:1px solid #f0f0f0;}
 .category-top{padding:12px 18px;}
 .category-top i{width: 30px;height: 30px;}
 /*.category-box .content{display: none;}*/
 .category-box .moveBtn,.category-box .backBtn{display: block;}
 .contentBox{position: fixed;top:0;width: 100%;left:100%;background: #fff;z-index:1000;bottom:0;overflow-y: auto;font-size:0;padding-left:45px;}
 .product-content ul{margin-left:-10px;margin-right: -10px;}
 .product-content li{padding:0 10px 20px;}
 .product-content .porBbox{padding:12px;}
}
@media (max-width: 600px){

 .inner-txt .addr{line-height: 18px;padding-left: 20px;}
 .inner-banner .swiper-slide img{min-height: 300px;object-fit: cover;}
 .category-top{padding:6px 18px;}
 .product-box{padding:35px 0;}
 .category-box .moveBtn{width:180px;}
 .category-box{margin-bottom: 25px;}
 .product-content ul{margin-left:0;margin-right: 0;}
 .product-content li{padding: 0 0 14px;}

}

.category-tab{text-align: center;margin:40px 0 60px;}
.category-tab a{display: inline-block;min-width: 180px;letter-spacing: 1px;padding:16px 20px;margin:0 20px;color:#fff;background:#133b8f;transition: all linear .3s;}
.category-tab a.active,.category-tab a:hover{background: #DC8751;}
.news-box{padding:40px 0;}
.news-box .newsItem{padding:32px 0;border-bottom: 1px solid #d2d2d2;transition: all linear .3s;}
.news-box .newsItem .item-left{float:left;width: 160px;border-right:2px solid #d2d2d2;padding-right: 30px;}
.news-box .newsItem .item-date{width: 100%;height: 130px;text-align: center;color:#fff;background: #133b8f;line-height: 32px;margin:10px 0 25px;transition:all linear .3s;}
.news-box .newsItem .item-arrow{margin:0 auto;width:46px;height: 15px;background: url(../images/icon-narrow.png) no-repeat center;background-size: 80% auto;}
.news-box .newsItem .item-con{padding:30px 30px 0;margin-left:160px;}
.news-box .newsItem .item-con .item-title{margin-bottom: 20px;}
.news-box .newsItem .item-con .item-desc{color:#959595;line-height: 1.5;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}
.news-box .newsItem .item-detail{width:81%;float:left;}
.news-box .newsItem .newPicBox{width:19%;float:right;position: relative;overflow: hidden;}
.news-box .newsItem .newPicBox .newPicLink{position: relative;padding-bottom:65%;transition: all linear .3s;}
.news-box .newsItem .newPicBox .newPicLink img{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);min-height: 100%;min-width: 100%;}
.news-box .newsItem:hover{background: rgba(0,132,233,.2);}
.news-box .newsItem:hover .item-date{background: #DC8751;}
.news-box .newsItem:hover .item-arrow{background-image: url(../images/icon-narrowon.png);}
.news-box .newsItem .newPicBox:hover .newPicLink{transform: scale(1.05);}


.pagerBox{margin:40px 0;text-align: center;}
.pagerBox .pager-list{float:left;}
.pagerBox .pager-right{float:right;}
.pagerBox a{transition: all linear .3s;font-size:14px;display:inline-block;background: #eeeeee;line-height: 58px;min-width: 70px;text-align: center;padding:0 10px;color:#959595;}
.pagerBox a:hover,.pagerBox a.Ahover{color:#fff;background: #133b8f;}
.pagerBox a.PreA,.pagerBox a.NextA{}
@media (max-width: 1500px){
 .category-tab a{min-width: 150px;margin:0 20px 15px;}
 .pagerBox a{line-height: 40px;min-width: 50px;font-size:14px;}
}

@media (max-width: 1200px){
 .category-tab{margin-bottom: 45px;}
 .category-tab a{min-width: 140px;margin:0 15px 15px;}
 .news-box .newsItem{padding:25px 0;}
 .news-box .newsItem .item-left{width:135px;padding-right: 25px;}
 .news-box .newsItem .item-date{height: 100px;margin-bottom: 20px;}
 .news-box .newsItem .item-con{padding:20px 25px 0;margin-left: 135px;}
}

@media (max-width: 900px){
 .news-box .newsItem .item-con .item-title{margin-bottom: 15px;}
 .category-tab{margin-bottom: 20px;}
 .category-tab a{margin:0 10px 15px;}
 .news-box .newsItem .item-date{margin-bottom: 12px;}
}
@media (max-width: 600px){
 .category-tab{margin-bottom: 15px;}
 .category-tab a{display: inline-block;min-width: 100px;padding:10px 15px;margin:0 6px 10px;width: auto;}
 .news-box .newsItem .item-detail{width: 100%;}
 .news-box .newsItem .newPicBox{width:100%;margin-bottom:20px;}
 .newsItem .flex{flex-direction:column-reverse;}
 .news-box .newsItem .item-left{width: 110px;padding-right: 15px;border-right-width: 1px;}
 .news-box .newsItem .item-date{height: 95px;line-height: 28px;}
 .news-box .newsItem .item-con{margin-left: 110px;padding:15px 15px 0;}
 .pagerBox .pager-list,.pagerBox .pager-right{width: 100%;text-align: center;display: flex;justify-content: center;align-items: center;}
 .pagerBox a{display:block;float:none;margin-bottom: 20px;}
}

/*contact*/
.contactUs-box{margin-bottom: 60px;}
.mapBox{height:100%;position: relative;}
.mapBox #mapContent{position: absolute;left:0;top:0;width: 100%;height: 100%;}
.mapBox img,.mapBox label{max-width: none;}
.contactUs-subtit{color:#959595;margin-top:20px;}
.contactUs-con{margin-top:40px;}
.contactUs-item{margin-bottom: 40px;background: #f5f5f5;padding:30px 35px;}
.contactUs-item .item-title{color:#133b8f;padding-bottom: 12px;border-bottom: 1px solid #133b8f;letter-spacing: 1px;margin-bottom: 15px;}
.contactUs-item .item-user{margin-bottom: 20px;color:#7d7d7d;}
.contactUs-item .item-user:last-child{margin:0;}
.contactUs-item .item-user>*,.contactUs-item .item-user>p{margin-top: 7px;line-height: 20px;padding:4px 0;padding-left: 32px;background-size: auto 19px;background-repeat: no-repeat;background-position: left center;}
.contactUs-item .item-user .fs24{padding:0;}
.contactUs-item .item-user .item-mobile{background-image: url(../images/icon-mapmobile.png);}
.contactUs-item .item-user .item-phone{background-image: url(../images/icon-mapphone.png);}
.contactUs-item .item-user .item-fax{background-image: url(../images/icon-mapfax.png);}
.contactUs-item .item-user .item-addr{background-image: url(../images/icon-mapaddr.png);}
.contactUs-item .item-user .item-qq{background-image: url(../images/icon-mapqq.png);}
.contactUs-item .item-user .item-mail{background-image: url(../images/icon-mapmail.png);}
.contactUs-item:last-child{margin-bottom: 0;}
.BMap_Marker .BMapLabel{transform: translateX(-42%);background: url(../images/logo-bg.png) no-repeat center;background-size: 100% 100%;}
@media (max-width: 992px){
 .mapBox{height: 0;padding-bottom: 103%;margin-top:30px;}
}
@media (max-width: 767px){
 .contactUs-item{margin-bottom: 25px;padding:20px 20px;}
 .contactUs-subtit{margin-top: 10px;}
 .contactUs-con{margin-top: 25px;}
}

.jobList ul{margin-top:60px;}
.jobList ul li{margin-bottom: 40px;background: #f5f5f5;padding:35px 3.5% 25px;color:#7d7d7d;}
.jobList ul li .jobItem-title{padding-bottom: 16px;border-bottom: 1px solid #133b8f;color:#133b8f;margin-bottom: 25px;}
.jobList ul li .jobItem-title .jobItem-profit{float:right;color:#dc2230;}
.jobList ul li:last-child{margin:0;}
.jobList .jobItem-con>div{margin-bottom: 10px;}
@media (max-width: 767px){
 .jobList ul{margin-top:30px;}
 .jobList ul li{padding:20px 15px 10px;margin-bottom: 20px;}
 .jobList ul li .jobItem-title{margin-bottom: 15px;padding-bottom: 10px;font-size:16px;}
}


.msg-form{padding-bottom: 40px;}
.form-item{margin-top: 45px;}
.form-item-txt{width: 100%;background: #f5f5f5;padding:0 25px;outline: none;border:none;}
.form-item-txt.item-textarea{height: 320px;padding:20px 25px;}
.form-item-txt.item-input{line-height: 75px;}
.form-code{position: relative;padding-right: 170px;}
.form-code .item-code{position: absolute;right:0;top:50%;transform: translateY(-50%);max-width: 170px;max-height: 100%;}
.form-code .item-code img{max-height: 75px;}
.form-item input::-webkit-input-placeholder {color:#959595;}
.form-item input::-moz-input-placeholder {color:#959595;}
.form-item input::-ms-input-placeholder {color:#959595;}
.msg-form .submit-btn{padding:20px 0;background: #133b8f;color:#fefefe;display: block;width: 100%;text-align: center;margin-top:55px;border:none;outline: none;}
@media (max-width: 1600px){
 .form-item-txt.item-input{line-height: 60px;}
 .form-code .item-code img{max-height: 60px;}
 .form-item-txt.item-textarea{height: 240px;}
 .form-item{margin-top:25px;}
 .msg-form .submit-btn{margin-top:40px;padding:15px 0;}
}
@media (max-width: 900px){
 .form-item{margin-top:20px;}
}
@media (max-width: 700px){
 .form-item-txt.item-textarea{height: 200px;}
 .contactUs-subtit{font-size:14px;}
 .form-item{margin-top:15px;}
 .form-item-txt{padding:0 16px;}
 .form-item-txt.item-textarea{padding:15px 16px;}
 .form-item-txt.item-input{line-height: 50px;}
 .form-code .item-code img{max-height: 50px;}
 .form-code{padding-right: 120px;}
 .form-code .item-code{max-width: 120px;}
 .msg-form .submit-btn{padding:12px 0;}
 .msg-form{padding-bottom: 20px;}
}

.profile{color:#707070;}
.profile-item{overflow: hidden;}
.profile-item .item-img{padding:45px 40px;position: relative;}
.profile-item .item-img::after{position: absolute;content:'';right:0;top:0;width: 50%;height: 100%;background: #DC8751;}
.profile-item .item-img img{position: relative;z-index:2;}
.profile-item .item-con{color:#707070;padding-right: 40px;padding-top:90px;}
.profile-item .item-con h2{margin-bottom: 25px;color:#313131;font-weight: bold;}
.profile-item .item-con p{line-height: 2;text-indent: 36px;}
.profile-item .col-xs-12{padding:40px 0;}
.profile-item:nth-child(2n+2){background: #f8f8f8;}
.profile-item:nth-child(2n+2) .flex{flex-direction: row-reverse;}
.profile-item:nth-child(2n+2) .item-img{padding:45px 80px 45px 0;}
.profile-item:nth-child(2n+2) .item-img::after{left:0;right:auto;background: #133b8f;}
.profile-item:nth-child(2n+2) .item-con{padding:90px 0 0 40px;}
.profile-txt{padding:70px 15px;text-indent:2em;}
.profile-txt p{line-height: 2.2;}
.profile-img{max-width: 60%;}
@media (max-width: 1600px){
 .profile-item .item-img{padding-left:30px;}
 .profile-item:nth-child(2n+2) .item-img{padding-left:0;padding-right: 30px;}
 .profile-txt{padding:60px 15px;}
}
@media (max-width: 1300px){
 .header .header_nav .nav_container>ul>li a{padding-right: 15px;}
}
@media (max-width: 900px){
 .profile-item .item-con{padding:50px 15px 0 0;}
 .profile-item:nth-child(2n+2) .item-con{padding:50px 0 0 15px;}
 .profile-item .item-img{padding-left:15px;}
 .profile-item:nth-child(2n+2) .item-img{padding-right: 15px;padding-left:0;}
 .profile-item .item-con h2{margin-bottom: 15px;}
 .profile-item .col-xs-12{padding:30px 0;}
 .profile-txt{padding:40px 15px;}
}
@media (max-width: 767px){
 .profile-item{padding:30px 0;}
 .profile-item .item-con,.profile-item:nth-child(2n+2) .item-con{padding:0 0 20px;}
 .profile-item .col-xs-12{padding:0;}
 .profile-item .item-img{padding:35px 30px 35px 0;}
 .profile-item:nth-child(2n+2) .item-img{padding:35px 0 35px 0;}
 .profile-txt{padding:25px 15px 20px;}
 .profile{font-size:15px;}
}


.news-detail .border-bottom1{border-bottom:1px solid #eee;}
.news-detail .border-top1{border-top:1px solid #eee;}
.news-detail .border-bottom1,.news-detail .border-top1,.news-detail .qilin-page .pagination li a{border-color:#eeeeee;}
.news-detail .details-title{padding:20px;text-align: center;}
.news-detail .details-title h1{font-size:30px;line-height:1.5;color: #000000;color: #000000;}
.news-detail .details-title .info{font-size:16px;color:#666;}
.news-detail .details-title .info span{padding-right:10px;}
.news-detail .qilin-page .pagination li a{color:#727272; color:;}
.news-detail .page-link:focus,.news-detail .page-link:hover{background-color: transparent;background-color: ; }
.news-detail .qilin-editor {padding: 30px; width: 100%; max-width: 100%; word-wrap: break-word; font-size:16px;line-height: 1.7;}

.location .location-breadcrumb{background: #fff;padding:15px 0;margin-bottom: 10px;}
.breadcrumb-item{position: relative;padding-right: 14px;display: inline-block;margin-right: 3px;}
.breadcrumb-item::after{position: absolute;content:'>';right:0;}
.breadcrumb-item:last-child::after{content:'';}

.rightsidebar{margin-left:30px;}

@media (max-width: 767px){
 .news-detail .details-title{padding:10px 0 20px;}
 .news-detail .details-title h1{font-size:26px;}
 .location .location-breadcrumb{margin-bottom: 4px;}
 .news-detail .details-title .info{font-size:14px;}
 .news-detail .qilin-editor{padding:25px 5px;font-size:15px;}
 .news-detail .qilin-page{font-size:13px;}
}

@media screen and (min-width: 767px){
 .proDetail-img{float:left;width:45.2%;}
 .proDetail-right{float:right;width:49%;}
}
.proDetail-img .swiper-slide{overflow: hidden;}
.proDetail-right .title{color:#000;padding-bottom: 20px;border-bottom:1px solid #e8e8e8;letter-spacing: 1px;}
.proDetail-right .title-nav{margin-top:15px;}
.proDetail-right .nav{margin-top:30px;color:#000;}
.proDetail-right .desc{ margin-top:30px;}
.proDetail-right .desc .c{margin-top:16px;color:#666;line-height: 1.58;text-align: justify;padding-right:20%;}
.proDetail-right .more-btn{display: inline-block;margin-top:80px;cursor:pointer;width: 280px;line-height: 74px;max-width:45.5%;background: #204c9c;color:#fff;text-align: center;}
.proDetail-img .gallery-top{border:1px solid #eee;}
.proDetail-img .gallery-top .item-img{position: relative;padding-bottom: 60%;}
.proDetail-img .gallery-thumbs{margin-top:20px;}
.proDetail-img .gallery-thumbs .item-img{position: relative;padding-bottom: 80%;border:2px solid #eee;}
.proDetail-img .gallery-thumbs .swiper-slide-active .item-img{border-color:#133b8f;}
.proDetail-img .item-img img{max-height: 100%;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
.product-detail .pro-content{margin-top:100px;}
.product-detail .pro-content .tab{border-bottom:1px solid #e8e8e8;}
.product-detail .pro-content .tab li{float:left;margin-right: 6.46%;font-weight: bold;}
.product-detail .pro-content .tab li span{transition: all .3s;cursor: pointer;display: inline-block;padding: 10px 0;position: relative;border-bottom: 4px solid transparent;}
.product-detail .pro-content .tab li.active span,.product-detail .pro-content .tab span:hover{border-bottom-color:#133b8f;}
.product-detail .pro-content .item-con{display: none;padding:40px 0;color:#444;line-height: 1.6;}
.product-detail .pro-content .item-con:first-child{display: block;}
.product-detail .pro-content .item-con p{margin-bottom: 13px;}

.page-index-box{padding:80px 0;}
.page-index-box .title{text-align: center;font-weight: bold;margin-bottom: 25px;}
.page-index-box .content{line-height: 1.66;}

@media screen and (max-width: 1100px){
 .proDetail-right .desc{margin-top:30px;}
 .proDetail-right .more-btn{line-height: 60px;}
 .proDetail-right .nav{margin-top:20px;}
 .proDetail-right .more-btn{margin-top:60px;}
 .proDetail-img{width: 48%;}
 .product-detail .pro-content{margin-top:80px;}
}
@media screen and (max-width: 992px){
 
 .proDetail-right .more-btn{line-height: 52px;}
}

@media screen and (max-width: 767px){
 .page-index-box{padding:50px 0;}
 .proDetail-img{width: 100%;}
 .proDetail-img .gallery-top .item-img{padding-bottom: 80%;}
 .proDetail-right{padding-top:35px;}
 .proDetail-right .desc{min-height: auto;margin-top:20px;}
 .proDetail-right .title{font-size:22px;letter-spacing: 0;padding-bottom: 16px;}
 .proDetail-right .more-btn{line-height: 48px;letter-spacing: 1px;font-size:16px;margin-top:45px;}
 .product-detail .pro-content .tab li span{font-size:15px;border-bottom-width: 3px;padding-bottom:7px;}
 .product-detail .pro-content{margin-top:50px;}
 .product-detail .pro-content .item-con{font-size:15px;}
 .proDetail-right .desc .c{padding:0;}
 .product-detail .pro-content .item-con{padding:30px 0;}
 .footer-info{margin-top:25px;}
 .footer-info .p{margin-top:14px;}
}

.case-box .case-list{width:100%;}
.case-box .case-list li{padding-left:20px;padding-right:20px;}
.qilin-infocontent-title{padding-bottom: 16px;}
.qilin-infocontent-title span{display: inline-block;margin:0 10px;}
.img-detail-content .qilin-infocontent-body{padding:30px 0;margin-bottom:30px;border-bottom: 1px solid #e8e8e8;border-top: 1px solid #e8e8e8;}
