@charset "utf-8";

body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#666;line-height:1.5;font-family:'Microsoft YaHei',Arial,'simsun',HELVETICA;min-width:320px;}
a{color:#666;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#015496;}


/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.container{position:relative;min-width:320px;width:100%;max-width:1600px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.pd60{padding:60px 0;font-size:.875em;overflow:hidden;}
.mb40{margin-bottom:40px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}

/* 头部 */
.header{width:100%;height:120px;line-height:120px;background:#fff;position:relative;z-index:99; border-bottom:1px #e6e6e6 solid;}
.header .logo{position:absolute;left:0;top:0;} 
.nav {padding:0 280px 0 380px;height:120px;display:flex;flex-flow: row wrap;justify-content: space-between;}
.nav .m{float:left;text-align:center;position:relative;z-index:10;flex-grow:1;}
.nav .m>a{color:#191919;display:inline-block;position:relative;}
.nav .m>a::after{content:"";position:absolute;left:0;bottom:0;height:2px;background:#015496;width:100%;transform: scale(0,1);transform-origin:right;transition: transform .3s;}
.nav .cur>a,.nav .m>a:hover{color:#015496;}
.nav .cur>a::after,.nav .m>a:hover::after{width:100%;transform: scale(1);transform-origin:left;}
.nav .navSub{position:absolute;left:-1%;top:100%;background:#eee;line-height:45px;width:140px;color:#333;font-size:.875rem;transform:scale(0,1);transition:all 0.4s;opacity:0;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:45px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#015496;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;}


/* 头部右侧 */
.headR{position:absolute;right:0;top:44px;line-height: 30px;}
.headR .en,.wapEn{float:left;color:#015496;font-size:12px;margin-left:15px;border-radius:100%;height:28px;width:28px;border:1px solid #015496;text-align:center;line-height:28px;}
.headR .sIcon{position: relative;width: 21px;height: 24px;/* background: url('../images/mobile.png') no-repeat left 0px; */float:left;/* margin-right:30px; */}
.headR .tel{float:left;background: url('../images/phoneb.svg') no-repeat left 2px;color:#015496;padding-left: 35px;font-size:1.375em; background-size: 30px;}




/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#015496;margin-bottom:6px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger-on span:nth-child(1){transform: translateX(4px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapTel{position: absolute;color:#015496;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}



/* 广告轮播图 */
.banner{position:relative;overflow:hidden;font-size:.875rem;}
.banner .swiper-slide{position: relative;}
.banner .pic{width:100%;}
.banner .txt{position:absolute;left:0;top:18%;transform:translateX(-50%);z-index:10;opacity:0;transition:all 1s;}
.banner .txt2{left:auto;right:0;top:24%;}
.banner .txt3{top:24%;}
.banner .swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination{bottom:15px;;max-width:1600px;left:50%;transform:translateX(-50%);}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:14px;height:14px;border:1px solid #fff;position: relative;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:6px;height:6px;background:#fff;top:3px;left:3px;border-radius:100%;}
.banner .swiper-pagination-bullet-active{border-color: #015496;}
.banner .swiper-pagination-bullet-active::after{background:#015496;}
.banner .swiper-slide-active .txt{ opacity:1;left:24%;}
.banner .swiper-slide-active .txt2{right:-8%;left:auto;}


/* 我们的产品 */
.hTitle{font-size:1rem;margin-bottom:40px;position: relative;}
.hTitle span{display: block;font-size:2.875em;color:#191919;margin-bottom:5px;}
.hTitlew{font-size:1rem;margin-bottom:40px;position: relative;color:#fff;}
.hTitlew span{display: block;font-size:2.875em;color:#fff;margin-bottom:5px;}
.proMain{margin-right:-20px;}
.proMain li{float:left;width:25%;padding-right:20px;font-size:1.143em;margin-bottom:15px;}
.proMain li a{display:block;overflow:hidden;}
.proMain li .pImg{padding-top:78%; border:solid 1px #dbdbdb;}
.proMain li .pImg img{padding:1px;}
.proMain li h4{padding:15px 0;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;line-height:30px;}
.proMain li h4 i{font-style:normal;margin-left:15px;color:#999;font-size:14px;}
.proMain li a:hover img{transform: scale(1.1);}
.proMain li a:hover h4,.proMain li a:hover i{color:#015496;}
.proMain li a:hover .pImg::after{transform:scale(1) rotate(0deg);opacity:.6;}

/* 关于 */
.hTitlew{font-size:1rem;margin-bottom:40px;position: relative;}
.hTitlew span{display: block;font-size:2.875em;color:#fff;margin-bottom:5px;}
.about{background-image:url('../images/about_bg.jpg'); overflow:hidden;color:#fff;}
.aboutPic{width:50%;display:block;overflow:hidden;position: relative;}
.aboutPic .bgImg{animation:scale 30s infinite;}

.aboutTxt{width:46%;}
.aboutTxt .title{color:#fff;font-size:2em;margin-bottom:30px;background: url('../images/aTie_bg.png') no-repeat left bottom;padding-bottom:20px;}
.aboutTxt .txt{height:330px;margin-bottom:10px;overflow:hidden;line-height:1.8;}
.aboutTxt .txt p{padding-bottom:16px;}

@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

.setting{padding-top:50px;overflow:hidden;}
.setting li{float:left;width:25%;}
.setting li .pImg{padding-top:74%;}
.setting li p{padding-top:12px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;font-size: 15px;}
.setting li:hover img,.newsL .pic:hover img{transform: scale(1.1);}

/* 新闻快讯 */
.indexTre{background-color:#f2f2f2; background-size:cover; padding:52px 0 69px 0; position:relative; overflow:hidden;}
.indexTre .exhibition{ float:left; width:48.78%; position:relative; z-index:2;}
.indexTre .indexHead{ padding-bottom:1px; background:url(images/index27.jpg) no-repeat left bottom; text-align:left;}
.indexTre .exhibition .exhibitionPage{ width:100%; float:left;}
.indexTre .exhibition .exhibitionPage a{ width:100%; display:block; float:left; padding-bottom:51.487%; position:relative; overflow:hidden;}
.indexTre .exhibition .exhibitionPage a img{ width:100%; position:absolute; left:0; top:0; min-height:100%;}
.indexTre .exhibition .exhibitionPage .slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: auto;
	left:auto; right:0; background:#f6f6f6; padding:18px 22px;
}
.indexTre .exhibition .exhibitionPage .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background:black; opacity:0.1;
	-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;
}
.indexTre .exhibition .exhibitionPage .slick-dots li button { display:none;}
.indexTre .exhibition .exhibitionPage .slick-dots li.slick-active{
	background:#d61518; opacity:1;
}
.indexTre .exhibition .exhibitionText{ width:100%; float:left; background:white; padding:41px 30px 18px 42px;}
.indexTre .exhibition .exhibitionText .exhibitionTextName{ width:100%; float:left; padding-right:60px; position:relative; padding-bottom:21px; background:url(images/index30.jpg) no-repeat left bottom;}
.indexTre .exhibition .exhibitionText .exhibitionTextName a{display:block;float:left;font-size:20px;color:#333;line-height:32px;width:100%;/* font-weight:700; */}
.indexTre .exhibition .exhibitionText .exhibitionTextName span{ display:block; position:absolute; right:0; top:0; font-size:14px; color:#c0c0c0; line-height:32px;}
.indexTre .exhibition .exhibitionText .exhibitionTextName a:hover{ color:#d61518;}
.indexTre .exhibition .exhibitionText .exhibitionTextP{ display:block; float:left; margin-top:16px; font-size:14px; color:#666; line-height:30px; height:90px; overflow:hidden; width:100%;}

.indexTre .classroom{ float:right; width:48.94%; position:relative; z-index:2;}
.indexTre .classroom .classroomBody{ width:100%; float:left; overflow:hidden;}
.indexTre .classroom ul{ width:100%; float:left;}
.indexTre .classroom ul li{ width:100%; float:left; margin-bottom:12px; background:white; padding:29px 30px 32px 40px;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.indexTre .classroom ul li .classroomName{width:100%;float:left;font-size: 1.429em;color:#333;line-height:38px;letter-spacing:1px;/* font-weight:700; */;overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space:nowrap;}
.indexTre .classroom ul li .classroomTiem{width:100%;float:left;font-size: 14px;color:#c0c0c0;line-height:36px;letter-spacing:1px;background:url(images/index32.png) no-repeat right center;}
.indexTre .classroom ul li .classroomText{ width:100%; float:left; margin-top:3px; font-size:14px; color:#666; line-height:30px; letter-spacing:1px; height:60px; overflow:hidden;}
.indexTre .indexTreDown{ width:100%; float:left; margin-top:39px; text-align:center;}
.indexTre .indexTreDown a{ display:inline-block; vertical-align:top; width:250px; height:28px; background:url(images/index28.png) no-repeat center center; font-size:16px; color:black; line-height:28px; cursor:pointer;}
.indexTre .classroom ul li:hover{ box-shadow:0 0 13px rgba(0,0,0,0.05);}

.indexTre .classroom ul li:hover .classroomName{ color:#015496;}
.tempWrap{ width:100%;}
@media screen and (max-width: 1309px) {
.indexTre .classroom ul li{ padding:24px 30px 25px 40px;}
}
@media screen and (max-width: 1199px) {
.indexTre:before{ top:124px;}
.indexTre .classroom ul li{ padding:15px 30px 16px 30px;}
}
@media screen and (max-width: 991px) {
.indexTre{ padding:32px 0 49px 0;}
.indexTre:before{ top:91px;}
.indexTre .indexHead{ background-size:auto 2px;}
.indexTre .exhibition .exhibitionPage{ width:100%; float:left;}
.indexTre .exhibition .exhibitionPage .slick-dots { padding:6px 12px;}
.indexTre .exhibition .exhibitionPage .slick-dots li {
	width: 6px;
	height: 6px;
	margin: 0 3px;}
.indexTre .exhibition .exhibitionText{ padding:21px 10px 13px 22px;}
.indexTre .exhibition .exhibitionText .exhibitionTextName{ padding-right:40px; padding-bottom:11px; background-size:auto 2px;}
.indexTre .exhibition .exhibitionText .exhibitionTextName a{ font-size:16px; line-height:26px;}
.indexTre .exhibition .exhibitionText .exhibitionTextName span{ font-size:14px; line-height:26px;}
.indexTre .exhibition .exhibitionText .exhibitionTextP{ margin-top:10px; font-size:12px; line-height:24px; height:72px;}
.indexTre .exhibition .exhibitionText .exhibitionTextDetail{ margin-top:20px;}
.indexTre .exhibition .exhibitionText .exhibitionTextDetail a{ font-size:14px; line-height:24px;}
.indexTre .exhibition .exhibitionText .exhibitionTextDetail a img{ margin:0 0 0 15px; height:5px;}
.indexTre .classroom ul{ margin-top:15px;}
.indexTre .classroom ul li{ margin-bottom:8px; padding:9px 20px 10px 20px;}
.indexTre .classroom ul li .classroomName{ font-size:16px; line-height:34px;}
.indexTre .classroom ul li .classroomTiem{ font-size:12px; line-height:22px; background-size:auto 1px;}
.indexTre .classroom ul li .classroomText{ margin-top:0px; font-size:12px; line-height:24px; height:48px;}
.indexTre .indexTreDown{ margin-top:29px;}
.indexTre .indexTreDown a{ width:230px; font-size:14px; background-size:auto 2px;}
}
@media screen and (max-width: 767px) {

.indexTre:before{ display:none;}
.indexTre .exhibition{ width:100%;}
.indexTre .classroom{ width:100%;}
.indexTre .indexTreDown{ margin-top:19px;}
.indexTre .indexTreDown a{ width:220px; background-size:auto 1.5px; font-size:12px;}
}


/*公共底部*/
.footer{ background: #232323;padding:50px 0 0 0; clear:both;}
.footer-top {padding-bottom:50px}
.footer h2{font-size:18px;font-weight: bold;color:#fff;margin-bottom:30px}
.footer ul li{color:#DFDFDF;margin-bottom:20px;font-size: 14px;}
.footer ul li img{margin-right:10px;width: 18px;}

.foot-nav{width:460px;margin-left:10%}
.foot-nav li{float:left;width:50%; background:url(../images/chevrons-right.svg) no-repeat center left;text-indent:10px;color:#fff;background-size: 18px;
    padding-left: 8px;}
.foot-nav li a{color:#DFDFDF}

.foot-pro{margin-left:10%}
.foot-pro li{background:url(../images/chevrons-right.svg) no-repeat center left;text-indent:10px;background-size: 18px;
    padding-left: 8px;}
.foot-pro li a{color:#DFDFDF}

.foot-wx{overflow: hidden;}
.foot-wx dl{float: left;text-align: center;margin-left:30px;}
.foot-wx dl dd{color:#fff;margin-top:10px;font-size: 14px;}

.footer-bottom span{margin-right:20px;font-size: 14px;}
.footer-bottom{height:60px;line-height: 60px;background: url(../images/foot-x.png) no-repeat center top;text-align: center;color:#AAAAAA}
.footer-bottom a{color:#AAAAAA}
.footer-bottom a:hover{color:#fff}
.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}





/*内页公用 */
.listWrap{overflow:hidden;padding:60px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:500px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#333;top:40%;font-size:2.5rem;text-transform:uppercase;width:100%;font-weight:700;padding-bottom:15px;animation:leftPic 1s;max-width:1600px;min-width:360px;left:50%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%);text-align: center;}
.listBanner h3 span{display: block;font-size:18px;font-weight: 400;opacity: 0.8;}
.breadCrumb{font-size:.875rem;padding:25px 20px 25px 20px;position:relative;overflow:hidden;}
.breadCrumb::after{position:absolute;left:0;} 
.breadCrumb .back{float:right;position:relative;color:#015496;border:1px solid #015496;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{margin-right:5px;}
.breadCrumb .back:hover{background:#015496;color:#fff;}

.proSear{width:50%;margin:0 auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 50px 0 15px;background:#eee;}
.proSear .btn{height:50px;line-height:50px;width:50px;text-align:center;font-size:16px;background:#333 url('../images/sIcon.png') no-repeat center;color:#fff;cursor:pointer;transition:all 0.3s;float:left;margin-right:-50px;}
.proSear .txt{height:48px;line-height:48px;border-right:none;width:100%;padding:0 10px;float:left;}
.proSear .btn:hover{background-color:#111;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}


/*内页公用菜单*/
.listMenu{border-bottom: 1px solid #d9d9d9;text-align:center;padding-top:20px;font-size:1.25em;}
.listMenu .main{display:flex;flex-flow:row wrap;justify-content:center;height:55px;}
.listMenu a{position:relative;display:inline-block;height:55px;color:#333;margin:0 25px;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#015496;bottom:-1px;transform: scale(0,1);transform-origin: right;transition:transform .4s;}
.listMenu a:hover,.listMenu .cur{color:#015496;}
.listMenu .cur::after,.listMenu a:hover::after{transform: scale(1);transform-origin:left;}


/* 产品列表 */
.proList{margin-right:-20px;}
.proList li{float:left;width:25%;font-size:1.143em;margin-bottom:15px;}
.proList li a{display:block;overflow:hidden;}
.proList li .pImg{padding-top:76%;}
.proList li .pImg::after{content:"";position: absolute;left:15px;top:15px;right:15px;bottom:15px;border:1px solid #fff;transform:scale(0) rotate(-180deg);opacity:0;transition:all .4s;}
.proList li h4{padding:15px 0;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;line-height:30px;}
.proList li h4 i{font-style:normal;margin-left:15px;color:#999;font-size:14px;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover h4,.proList li a:hover i{color:#015496;}
.proList li a:hover .pImg::after{transform:scale(1) rotate(0deg);opacity:.6;}

/*  产品详情 */
.proShow_box1{background:#f4f4f4;}
.gallery{width:55%;position:relative;padding:10px 140px 10px 10px;}
.galleryBig{position:relative;height:480px;background:#fff;box-shadow:0 0 10px #ccc;}
.galleryBig li{height:480px;line-height:480px;text-align:center;}
.gallery img{width:100%;vertical-align: middle;}
.gallerySmall{position:absolute;z-index:10;top:0;right:10px;width:110px;height:480px;margin-top:10px;}
.gallerySmall li{border:1px solid #bdc4ce;padding-top:80%;cursor:pointer;pointer-events:initial !important;}
.gallerySmall li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;}
.gallerySmall .on::after{border:2px solid #015496;}
.gallery .btn{background:#333;width:35px;height:35px;line-height:35px;text-align:center;color:#fff;opacity:0;}
.gallery .swiper-button-prev{left:10px;}
.gallery .swiper-button-next{right:160px;left:auto;}
.gallery:hover .btn{opacity:.8;}

.proShow_R{width:40%;overflow:hidden;height:480px;}
.proShow_R .title{margin-bottom:20px;color:#333;}
.proShow_R .title span{display:block;font-size:2.286em;color:#015496;}
.proShow_R .font{min-height:120px;line-height:2;}
.proShow_R .tel{border-bottom: 1px solid #ddd;padding:20px;margin:20px 0;border-top: 1px solid #ddd;font-size:1.5em;color:#191919;background: url('../images/zxtel.png') no-repeat left center;padding-left:40px;}
.proShow_R .btn{margin-top:30px;overflow:hidden;position:relative;}
.proShow_R .btn a{display:block; width:40%;height:50px;line-height:50px;text-align:center;background:#fff;color:#333;margin-bottom:35px;max-width:180px;border-radius:5px;box-shadow:2px 2px 6px #ccc;}
.proShow_R .btn i{position:relative;margin-right:5px;font-style:normal;font-size:1.286rem;line-height:1;top:2px;}
.proShow_R .btn a:nth-child(2){color:#f00;}
.proShow_R .btn a:hover{background:#015496;color:#fff;}
.proShow_R .wx{position: absolute;right:5%;top:0;width:120px;text-align:center;}
.proShow_R .wx img{width:100%;box-shadow:2px 2px 6px #ccc;}
.proShow_R .wx span{display:block;margin-top:10px;}

.proShow_fix{position: fixed;width:100%;top:0;left:0;background:#fff;padding:20px;box-shadow:0 0 10px #ccc;z-index:10;}
.proTie span{display:inline-block;height:45px;color:#191919;}
.proShow_menu span{display:inline-block;margin-right:30px;cursor:pointer;position:relative;height:45px;}
.proShow_menu span::after,.showTie2 h2::after{content:"";position: absolute;left:0;bottom:0;background:#015496;height:1px;width:0;transition:all .4s;}
.proShow_menu .on{color:#015496;}
.proShow_menu .on::after{width:100%;}
.proShow_con{width:70%;}
.proShow_tab{background:#fff;min-height:200px;overflow:hidden;margin-bottom:30px;}
.proShow_tab .swiper-slide{padding:4%;}
.relative_pro li{width:33.3%;}

/* 实力展示 */
.settingTop{background: #e3e3e3;margin-bottom: 45px;overflow: hidden;}
.settingTop .bgImg{width:50%; height:420px;}
.settingTop .font{width:50%;padding:4% 5%;position: relative;z-index:2;height:420px;background: #f6f6f6;}
.settingTop .font h3{font-size:1.857em;color:#015496;margin-bottom:30px;position:relative;padding-bottom:10px;}
.settingTop .font h3::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#015496;}
.settingTop:hover .bgImg{transform: scale(1.05);}
.picList ul{margin-right:-30px;}
.picList li{width:25%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;}
.picList li a{display:block;overflow:hidden;}
.picList li .pImg{padding-top:74%;border:1px solid #e1e1e1;}
.picList li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:20px;}
.picList li .pImg:hover img{transform:scale(1.1);}
.picList li .pImg:hover p{color:#015496;}
.galy{background:#f5f5f5;}

.partnerList ul{padding-left:1px;padding-top:1px;}
.partnerList li{float:left;width:14.3%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;}
.partnerList li .pImg{padding-top:65%;}
.partnerList li img{padding:20px 0;}
.partnerList li p{background:#015496;color:#fff;height:32px;line-height:32px;text-align:center;padding:0 10px;position:absolute;left:0;bottom:-32px;width:100%;font-size:12px;transition:all .5s;}
.partnerList li:hover{z-index:2;border:1px solid #015496;}
.partnerList li:hover p{bottom:0;}
.partnerList li:hover img{top:-20px;}
.caseList li{width:33.3%;}
.caseList li .pImg{padding-top:54%;}
.caseList li p{text-align: left;}
.caseList li i{float:right;font-style:normal;}

/* 行业应用 */
.applyList li{background:#f5f5f5;overflow:hidden;margin-bottom:20px;transition:all .5s;}
.applyList li .pic{width:50%;overflow:hidden;display:block;height:420px;}
.applyList li .txt{width:50%;padding:4%;position:relative;}
.applyList li h4{font-size: 2.143em;font-weight:normal;position:relative;padding-bottom:15px;margin-bottom:30px;}
.applyList li h4::after,.applyFont .title::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#015496;width:15px;transition:all 0.4s; }
.applyList li h4 a{color:#333;}
.applyList li .txt .info{min-height:130px;}
.applyList li .btn{text-align:center;display:inline-block;font-size:12px;font-family:Arial;margin-top:25px;width:160px;border:none;height:46px;line-height:46px;color:#fff;background:#015496;}
.applyList li .more{background:#fff;color:#015496;margin-left:15px;}
.applyList li .btn:hover{color:#fff;background: #d80000;}
.applyList li:nth-child(2n) .txt{float:left;} 
.applyList li:nth-child(2n) .pic{float:right;}
.applyList li:hover .bgImg{transform: scale(1.05);}
.applyList li:hover{box-shadow:0 0 10px #ccc;}
.applyList li h4 a:hover{color:#015496;}

/* 行业应用详情 */
.applySlide{width:55%;overflow:hidden;position:relative;}
.applySlide li{height:520px;}
/* .applySlide .swiper-pagination-bullet{width:12px;height:12px;} */
.applySlide .swiper-pagination-bullet-active{background:#015496;}
.applySlide .btn{width:35px;height:35px;border-radius:100%;background:#fff;text-align:center;color:#333;line-height:35px;font-family:"宋体";font-weight:bold;font-size:20px;transition:all .3s;}
.applySlide .btn:hover{background:#015496;color:#fff;}
.applyFont{width:45%;height:520px;background:#f5f5f5;overflow: hidden;padding:4% 5%;}
.applyFont .title{font-size:2em;color:#015496;margin-bottom:30px;padding-bottom:15px;position: relative;}

.applyCon{background:#f5f5f5;overflow: hidden;}
.applyCon .tie,.relativeS .tie{font-size:2em;color:#333;margin-bottom:30px;}
.relativeS ul{margin-right:-30px;}
.relativeS li{float:left;width:25%;padding-right:30px;text-align:center;}
.relativeS li p{height:60px;line-height:60px;background:#fff;}
.relativeS li .pImg{padding-top:74%;}
.relativeS li a:hover img{transform: scale(1.1);}

/* 关于我们 */
.aTie{font-size:48px;color:#015496;text-align:center;margin-bottom:40px;}
.aTie span{display: block;font-size:18px;color:#999;font-weight:300;}
.aboutBox2{padding-bottom:0;}
.aboutBox2 .tie{font-size:2.571em;color:#015496;margin-bottom:30px;line-height:1;}
.aboutBox2 .left{width:50%;line-height:1.8;position: relative;}
.aboutBox2 .font{overflow-y:auto;height:440px;font-size:1.071em;}
.aboutBox2 .right{width:46%;height:510px;overflow:hidden;display:block;}
.culture{background:url('../images/culture_bg.jpg') no-repeat center;background-size:cover;background-attachment:fixed; color:#fff;}
.aTiew{text-align:center;color:#fff;margin-bottom:40px;}
.aTiew span{color:#fff;opacity:.5;}
.culture .main{text-align:center;max-width:780px;}
.culture .txt{font-size:1.286em;line-height:2.4;}
.activity ul{margin-right:-20px;}
.activity li{float: left;width:25%;overflow:hidden;padding-right:20px;margin-bottom:20px;}
.activity li .pImg{padding-top:70%;}
.activity li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;font-size:1.143em;margin-top:15px;}
.activity li:hover img{transform: scale(1.1);}
.aboutBox3{background:#f4f4f4;padding:60px 0;}
.aboutBox3 .aboutL{width:100%;display: flex;justify-content: space-between;flex-flow: row wrap;}
.aboutBox3 .aboutL li{width:auto;min-height:130px;}
.aboutBox3 li:nth-child(2){margin-right:0;}
.aboutBox3 li h4 span{font-weight:700;font-size:1.429em;}

/* 新闻列表 */
.newsSlide{overflow:hidden;position:relative;text-align: center;margin-bottom:50px;}
.newsSlide li{text-align: left;background:#e3e3e3;overflow: hidden;}
.newsSlide li .pic{width:45.5%;height:530px;overflow: hidden;display:block;}
.newsSlide li .txt{width:54.5%;padding:6%;}
.newsSlide li h4{font-size: 1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position:relative;padding-bottom:20px;margin-bottom:30px;font-weight:700;}
.newsSlide li h4::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#015496;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover{color: #015496;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#333; height: 80px;line-height: 80px;width:54.5%;z-index:2;left:auto;padding-left:6%;text-align: left;}
.newsSlide .swiper-pagination-bullet{width:10px;height:10px;cursor: pointer;background:#fff;}
.newsSlide .swiper-button-next, .newsSlide .swiper-button-prev{background:rgba(0,0,0,.8);width:80px;height:36px;opacity:1;font-size:20px;font-family:"宋体";font-weight:bold;line-height:36px;text-align:center;color:#fff;position: static;margin-top: 20px;display: none;}
.newsSlide li .pic{height:460px;}
.newsSlide li .txt{padding:5%;}
.newsSlide li:hover .bgImg{transform: scale(1.08);}


.newsList{width:70%;overflow:hidden;}
.newsList li{border-bottom: 1px solid #ddd;padding-bottom:40px;margin-bottom:40px;transition: all .3s;overflow: hidden;}
.newsList li .pic{float: left;width:420px;height:240px;margin-right:50px;overflow: hidden;}
.newsList li img{transition: all .5s;width:100%;height:100%;}
.newsList li h3{font-size: 1.571em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:12px;}
.newsList li h3 a{color:#333;}
.newsList li p{min-height:80px;}
.newsList li .date{display: block;color:#999;margin-bottom:25px;font-size:12px;}
.newsList li .date i{font-style: normal;margin-left:8px;}
.newsList li .more{display: inline-block;width:120px;height:38px;line-height:38px;text-align: center;margin-top:25px;border: 1px solid #ccc;}
.newsList li .more:hover{background: #015496;border: 1px solid #015496;color:#fff;}
.newsList li:hover{box-shadow: 6px 6px 6px #eee;}
.newsList li:hover img{transform: scale(1.1);}

/* 新闻详情 */
.picShow_l{width:68.5%;overflow:hidden;}
.showTitle{font-size:2.571em;color:#333;margin-bottom:8px;}
.newsShow .txt .date{margin-right:15px;}
.showTie{overflow:hidden;margin-bottom:40px;}
.showTie h2{font-size:1.714em;color:#333;margin-bottom:25px;}
.showTie .txt span{color:#454545;position:relative;padding-left:22px;font-size:1.143em;margin-right:15px;}
.showTie .txt span:before{position:absolute;left:0;top:-1px;}
.showTie .txt .s:before{font-size:1.2rem;top:-2px;}
.showTie .bshare-custom{margin-top:-30px;}
.newsShow .showTie p{font-size:.75rem;color:#999;}
.showCon{overflow:hidden;margin-bottom:40px;}
.showCon .ce img{min-width:60%;}
.show-synopsis{background:#f7f8fa;padding:15px;margin-bottom:40px;}
.show-synopsis i{display:inline-block;width:15px;background: url('../images/a_l.png') no-repeat;height:15px;margin-right:5px;}
.show-synopsis .r{background: url('../images/a_r.png') no-repeat;margin-left:5px;margin-right:0;}

.picShow_r{width:25%;overflow:hidden;}
.picShow_r .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.picShow_r .title span{display:inline-block;border-bottom: 1px solid #015496;height:40px;}
.picShow_r .title a{float:right;font-size:12px;margin-top:4px;}
.picShow_r li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.picShow_r li .pImg{width:35%;float:left;padding-top:26%;margin-right:20px;border:1px solid #ddd;}
.picShow_r li h4{font-size:15px;margin-bottom:10px;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#015496;}
.picShow_r li:hover img{transform: scale(1.1);}
.picShow_r li:last-child{border-bottom:none;}
.rightNews_w li h4{font-size:18px;padding-top:10px;}
.showPage{height:90px;line-height:90px;overflow:hidden;background:#f1f1f1;}
.showPage a{float:left;width:43%;padding:0 20px;}
.showPage a i{font-style:normal;font-family:"宋体";font-weight:bold;padding-left:10px;margin-left:10px; border-left: 1px dotted #ccc;}
.showPage a:nth-child(2){float:right;text-align:right;}
.showPage a:nth-child(1) i{padding:0 10px 0 0;margin:0 10px 0 0; border-right: 1px dotted #ccc;border-left:none;}
.showPage a:nth-child(3){width:14%;text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.showPage a:hover{background:#015496;color:#fff;}
.rightNews,.rightContact{background:#f4f4f4;padding:5%;}
.rightNews_w,.rightContact_w{background:#fff;padding:8%;}
.rightContact{margin-top:30px;}
.rightContact h4{background: url('../images/zxIcon.png') no-repeat left 8px;padding-left:30px;font-size:2em;color:#191919;font-family:Arial;font-weight:bold;border-bottom: 1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
.rightContact p{padding-left:80px;margin-bottom:10px;overflow:hidden;}
.rightContact p span{margin-left:-80px;float:left;}

/* 常见问题 */
.faq ul{padding-left:1px;padding-top:1px;overflow: hidden;}
.faq li{float:left;width:50%;position:relative;border:1px solid #e5e5e5;margin-left:-1px;margin-top:-1px;transition:all .3s;padding:2.5%;}
.faq li::after{content:"";position: absolute;left:0;bottom:0;height:6px;background:#015496;transition:all .5s;width:0;}
.faq li h4{font-size:1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight:700;margin-bottom:20px;color:#333;}
.faq li .tag{font-size:12px;margin:15px 0 20px 0;padding-left:25px;position:relative;color:#8f8f8f;}
.faq li .tag::after{position:absolute;left:0;top:-2px;font-size:1.143rem;}
.faq li .txt{color:#777;height:100px;margin-bottom:15px;overflow:hidden;}
.faq li .date{color:#999;display:block;}
.faq li .date i{float:right;font-style:normal;font-size:1.286rem;font-family:"Arial";margin-top:-5px;}
.faq li:hover::after{width:100%;}
.faq li:hover{box-shadow:0 0 10px #ccc;}
.faq li:hover h4 {color:#015496;}
.faqList li h4{margin-bottom:20px;}

/* 内页联系 */
.xy-contact .list{ margin:0 -16px;}
.xy-contact .list ul{ width:100%; float:left; margin-top:70px;}
.xy-contact .list ul li{ width:25%; float:left; padding:0 16px;}
.xy-contact .list ul li .box{ width:100%; float:left; background:#f0f0f6; text-align:center; padding:0 50px 10px 50px; height:234px;
-moz-border-radius:6px; 
-webkit-border-radius:6px; 
-khtml-border-radius:6px;
border-radius:6px;}
.xy-contact .list ul li .box .ico{ display:inline-block; vertical-align:top; width:104px; height:104px; background:#015496; margin-top:-53px;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.xy-contact .list ul li .box .ico img{ width:100%; float:left;}
.xy-contact .list ul li .box h5{ width:100%; margin-top:27px; line-height:23px; font-size:17px; color:#333; letter-spacing:2px;font-family: Microsoft YaHei; font-weight:bold;}
.xy-contact .list ul li .box h6{ width:100%; line-height:18px; font-size:12px; color:#888787; letter-spacing:1px; font-family:Arial; text-transform:uppercase;}
.xy-contact .list ul li .box .jj{ width:100%; margin-top:19px; line-height:26px; font-size:15px; color:#333; letter-spacing:1px;}
.xy-contact .list ul li .box .btn{ width:100%; height:88px; line-height:88px; position:relative; margin-top:10px;}
.xy-contact .list ul li .box .btn img{ width:35px;}
.xy-contact .list ul li .box .btn .ewm{ width:88px; height:88px; position:absolute; left:50%; top:0; margin-left:-44px; padding:5px; background:white; overflow:hidden; opacity:0;
-moz-border-radius:6px; 
-webkit-border-radius:6px; 
-khtml-border-radius:6px;
border-radius:6px;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.xy-contact .list ul li .box .btn .ewm img{ width:100%; float:left;}
.xy-contact .list ul li .box .btn:hover .ewm{ opacity:1;}

.xy-map {
    position: relative;
    background: #eee;
    margin: 0 0 80px 0;
	height: 600px;
}
#map {
    height: 600px;
    background-size: #eee;
}
.xy-map .gogo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -120px;
    margin-top: -28px;
    width: 240px;
    height: 56px;
    background-color: #015496;
    box-shadow: 0px 10px 20px 0px 
        rgba(47, 113, 214, 0.15);
    border-radius: 28px;
    z-index: 2;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.xy-map .gogo:hover {
    box-shadow: 0px 10px 20px 0px 
        rgba(0, 0, 0, 0.25);
}
.icon-map-loc {
    width: 26px;
    height: 26px;
    background-size: contain;
    margin-right: 15px;
    margin-top: -2px;
}
/* 内页联系 */


/*新闻*/
.news {
		margin-top: 60px;
	}

	.news .title {
		margin-bottom: 50px;
	}

	.home-page .title .h1 {
		font-size: 42px;
		color: #333333;
		text-align: center;
	}
	.news-list .column {
		float: left;
		width: 22.9%;
		margin-right: 2.265%;
		/* padding: 16px 18px; */
		background-color: #ffffff;
		margin-bottom: 30px;
		border: 1px solid #e5e5e5;
		padding: 12px;
	}

	.news-list .column .img{float:left;width:100%;/* line-height:0; */overflow:hidden;/* padding-bottom:70%; *//* position:relative; */height: 252px;}

	.news-list .column img{/* position:absolute; *//* left:0; *//* top:0; *//* width:100%; */height:100%;display:block;-webkit-transition: all 0.5s ease-out 0s;-moz-transition: all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;overflow: hidden;}
.news-list .column:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}

	.news-list .column a {
		border: 1px solid #ffffff;
		width: 100%;

	}

	.news-list .column:nth-child(4n+0) {
		margin-right: 0;
	}

	.news-list .text {
		padding: 35px 10px 0px;
		display: block;
		overflow: hidden;
	}

	.news-list .h1 {
		font-size: 17px;
		color: #333333;
		margin-bottom: 15px;
		transition: all .3s;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.news-list .words {
		font-size: 14px;
		color: #666666;
		line-height: 30px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.news-list .date {
		font-size: 16px;
		color: #bbbbbb;
		margin-top: 20px;
	}

	.news-list .column:hover .h1 {
		color: #015496;
	}
/*新闻*/


/*关于我们*/
.pageNav{padding:0 15px; border-bottom:1px solid #f1f1f1; font-size:0; line-height: 0;text-align: center;}
.pageNav a{display:inline-block; min-width: 76px; padding:0 40px; font-size:16px; color:#333333; line-height: 50px; border-right:1px solid #f1f1f1; box-sizing: content-box;}
.pageNav a:first-child{ border-left:1px solid #f1f1f1;}
.pageNav a.on{background-color:#015496; color:#fff;}
.pageNav a:hover{background-color:#015496; color:#fff;}

@media screen and (max-width:991px) {
	.pageNav{/* display:none; */}
	.pageNav a {
    padding: 0 20px;
    font-size: 14px;
    color: #333333;
    line-height: 45px;
}
}
/*关于我们*/



._ctext{padding-top: 60px;padding-bottom: 60px;} 
.ctext{float:left;width:100%;padding-left:80px;padding-right:80px;}
._newsDet{float: left;width: 100%;/* border:1px solid #e5e5e5; *//* padding:55px 3.88% 35px 3.88%; */} 
._newsDet.pagecon{padding-top:35px;}
._newsDet h1{float: left; width: 100%; color:#333333; font-size:28px; line-height:38px; text-align:center;}
.pro_tit h3 {margin: 1.5rem 0rem 1rem -.2rem;padding: .2rem 1rem;font-weight: 400;border-left: .4rem solid #db261d;background-color: #ebdbda;font-size: 18px;line-height: 30px;}
._newsDet .dTime{float: left; width: 100%; color:#555555; font-size:16px; line-height:26px; margin-top:6px; text-align:center;}
._newsDet .dTime img{vertical-align: middle; margin-top: -2px;}
._newsDet .newsWords{float: left; width: 100%; margin-top:33px; border-top:1px solid #e5e5e5; color:#555555; font-size:16px; line-height:28px;  padding:38px 0 48px 0;}
._newsDet.pagecon .newsWords{border:0; margin-top:0; padding:0;}
._newsDet .caseShare{float: left; width: 100%; text-align: center; margin:30px 0 40px 0;font-size:20px;}
._newsDet .info{ float:left; width:100%; color:#555555; font-size:16px; line-height:30px; background:#f0f0f0; padding:21px 30px; border-radius:5px;}
._newsDet .cont{ float:left; width:100%;}
._newsDet .cont .zan{ display:block; margin:0 auto; width:104px; height:104px; position:relative; border:1px solid #e5e5e5; border-radius:50%;}
._newsDet .cont .img{ float:left; width:100%; line-height:0; text-align:center; margin:18px 0 7px 0;}
._newsDet .cont .img img{ width:38px; height:38px;}
._newsDet .cont .tit{ float:left; width:100%; color:#555555; font-size:16px; line-height:26px; text-align:center;}
._newsDet .cont .zan.on .tit{color: #003567;}
._newsDet .UP_DOWN{float: left; width: 100%; padding:43px 0 8px 0;position: relative; margin-top:39px; overflow:hidden; font-size:16px;}
._newsDet .UP_DOWN:after,
._newsDet .UP_DOWN:before{ float:left; width:44.7%; height:1px; background:#e5e5e5; position:absolute; top:24px; content:'';}
._newsDet .UP_DOWN:after{ left:50%; margin-left:50px; }
._newsDet .UP_DOWN:before{ right:50%; margin-right:50px;}
._newsDet .UP_DOWN .left,
._newsDet .UP_DOWN .right{ float:left; max-width:44.7%; color:#555555; font-size:16px; line-height:28px; height:56px; overflow: hidden;}
._newsDet .UP_DOWN .left:hover,
._newsDet .UP_DOWN .right:hover{ color:#003567;}
._newsDet .UP_DOWN .right{ float:right; text-align:right;}
._newsDet .UP_DOWN .return{ float:left; position: absolute; left:50%; top:0; line-height:56px; background:#015496; width:56px; height:56px; border-radius:50%; text-align:center; margin-left:-28px; color:#fff; font-size:16px;}
._newsDet .UP_DOWN .return:after,
._newsDet .UP_DOWN .return:before{ float:left; position:absolute; right:100%; top:32px; content:''; background:#e5e5e5; width:116px; height:1px;}
._newsDet .UP_DOWN .return:after{ left:50%; margin-left:50px;}
._newsDet .UP_DOWN .return:before{ right:50%; margin-right:50px;}
._newsDet .UP_DOWN i{ float:left; width:1px; height:32px; background:#e5e5e5; position:absolute; left:50%; bottom:0;}
.bsBox{ box-sizing:content-box;}

@media  screen and (max-width:992px){
._newsDet{ padding:15px 12px;}	
._newsDet.pagecon{padding-top:15px;}
._newsDet .info{ padding:12px 10px; font-size:14px; line-height:24px;}
._newsDet .newsWords{ font-size:14px; line-height:24px; margin-top:14px; padding:18px 0;}
._newsDet .newsWords p img{width:100%;height: 100%;}
._newsDet.pagecon .newsWords{margin-top:0; padding:0;}
._newsDet .dTime{ font-size:14px; line-height:24px; margin-top:3px;}
._newsDet h1{ font-size:18px; line-height:28px;}
._newsDet .caseShare{ margin:15px 0 20px 0;}
._newsDet .cont .zan{width:70px; height:70px;}
._newsDet .cont .img{ margin:10px 0 1px 0;}
._newsDet .cont .img img{ width:24px; height:24px;}
._newsDet .cont .tit{ font-size:13px; line-height:22px;}
._newsDet .UP_DOWN{ margin-top:20px; padding:36px 0 2px 0; font-size:14px;}
._newsDet .UP_DOWN .left,
._newsDet .UP_DOWN .right{ font-size:14px; line-height:24px; height:48px;}
._newsDet .UP_DOWN:after,
._newsDet .UP_DOWN:before{ top:16px;}
._newsDet .UP_DOWN:after{ left:50%; margin-left:30px; }
._newsDet .UP_DOWN:before{ right:50%; margin-right:30px;}
._newsDet .UP_DOWN .return{ width:40px; height:40px; line-height:40px; font-size:12px; margin-left:-20px;}
._newsDet .UP_DOWN .return:after,
._newsDet .UP_DOWN .return:before{ width:50px; top:24px;}
._newsDet .UP_DOWN .return:after{ left:50%; margin-left:30px;}
._newsDet .UP_DOWN .return:before{ right:50%; margin-right:30px;}
._newsDet .UP_DOWN i{ height:28px;}


}
 
._slide1{ float:left; width:100%; margin-bottom:19px;} 
._slide1 li{ float:left; width:100%; margin-bottom:11px;} 
._slide1 li a{ float:left; width:100%; text-align:right; background:#f0f0f0; color:#333333; font-size:18px; line-height:30px; padding:12px 26px; position:relative;} 
._slide1 li a:after{ display:none; float:left; width:20px; height:1px; position:absolute; left:26px; top:50%; content:''; background:#fff; margin-top:-1px;}
._slide1 li a:before{ display:none; float:left; width:11px; height:11px; position:absolute; left:26px; top:50%; content:''; transform:translate(0,-50%) rotate(45deg); -ms-transform:translate(0,-50%) rotate(45deg); border-left:1px solid #fff; border-bottom:1px solid #fff;}
._slide1 li:hover a{ color:#db261d; box-shadow:0 3px 5px rgba(0,0,0,0.2);}
._slide1 li.on a{ background:#db261d; color:#fff;}
._slide1 li.on a:after{ display:block;}
._slide1 li.on a:before{ display:block;}
@media  screen and (max-width:992px){
._slide1{ margin-bottom:15px;}	
._slide1 li{ margin-bottom:6px;}
._slide1 li a{ padding:4px 12px; font-size:14px; line-height:24px;}
._slide1 li a:after{ left:12px; width:12px;}
._slide1 li a:before{ left:12px; width:7px; height:7px;}

}

 
._slide2{ float:left; width:100%; margin-bottom:19px;} 
._slide2 li{ float:left; width:100%; margin-bottom:11px;} 
._slide2 li span{ float:left; width:100%;}
._slide2 li span a{ float:left; width:100%; text-align:right; background:#f0f0f0; color:#333333; font-size:18px; line-height:30px; padding:12px 26px; position:relative;} 
._slide2 li span a:before{ float:left; width:14px; height:14px; position:absolute; left:26px; top:50%; content:''; transform:translate(0,-50%) rotate(45deg); -ms-transform:translate(0,-50%) rotate(45deg); border-left:1px solid #a8a8a8; border-bottom:1px solid #a8a8a8;}
._slide2 li span a.nosub:before{display:none;}
._slide2 li:hover span a{ color:#db261d; box-shadow:0 3px 5px rgba(0,0,0,0.2);}
._slide2 li.on span a{ background:#db261d; color:#fff;}
._slide2 li.on span a:before{ border-left:1px solid #fff; border-bottom:1px solid #fff; transform:translate(0,-80%) rotate(-45deg); -ms-transform:translate(0,-80%) rotate(-45deg);}
._slide2 li dl{ float:left; width:100%; border:1px solid #e5e5e5; border-top:none; padding:20px 0;}
._slide2 li dd{ float:left; width:100%; }
._slide2 li dd a{ float:left; width:100%; color:#555555; font-size:16px; line-height:36px; padding:0 28px; text-align:right; }
._slide2 li dd a.on,
._slide2 li dd a:hover{ color:#db261d; font-weight:bold;}

@media  screen and (max-width:992px){
._slide2{ margin-bottom:15px;}	
._slide2 li{ margin-bottom:6px;}
._slide2 li span a{ padding:4px 12px; font-size:14px; line-height:24px;}
._slide2 li span a:after{ left:12px; width:12px;}
._slide2 li span a:before{ left:12px; width:7px; height:7px;}
._slide2 li dl{ padding:8px 8px;}
._slide2 li dd{ width:33.33%;}
._slide2 li dd a{ font-size:13px; line-height:24px; padding:0 6px 0 0;}

}
 

._helpHd1{ float:left; width:100%; overflow:hidden; position:relative; z-index:1; border-bottom:1px solid #e5e5e5;} 
._helpHd1.active{ background:#fff; box-shadow:0 5px 10px rgba(0,0,0,0.2); position:fixed; top:0; width:1032px;}
._helpHd1 ul{ float:left;flex-wrap:wrap; display:flex;}
._helpHd1 ul li{ display:inline-block; vertical-align:top; white-space:nowrap; color:#555555; font-size:18px; line-height:28px; padding:9px 26px; cursor:pointer;}
._helpHd1 ul li.on{ background:#db261d; color:#fff;}
._helpHd1 ul li.on a{ color:#fff;}
._helpBd1{ float:left; width:100%;}  
._helpD{ float:left; width:100%; margin-top:13px; color:#555555; font-size:16px; line-height:30px;}
._helpD{ float:left; width:100%; margin-top:28px;}
._helpD .tit{ float:left; width:100%; color:#db261d; font-size:18px; line-height:28px; min-height:36px; font-weight:bold; position:relative; padding-left:50px; padding-top:4px;}
._helpD .tit h1{ float:left; width:36px; height:36px; border-radius:50%; line-height:34px; text-align:center; color:#fff; background:#db261d; font-size:16px; position:absolute; left:0; top:0;}
._helpD .p{ float:left; width:100%; color:#555555; font-size:16px; line-height:30px; margin-top:13px;}

@media  screen and (max-width:1500px){
._helpHd1.active{ width:59.8%;}	
._helpHd1 ul li{ padding:7px 15px; font-size:15px;}	
	
}
@media  screen and (max-width:992px){
._helpHd1.active{ width:100%; left:0;}		
._helpHd1 ul li{ font-size:13px; line-height:22px; padding:4px 8px;}
._helpD{ margin-top:15px; font-size:14px; line-height:24px;}
._helpD .tit{ font-size:16px; line-height:26px; padding-left:34px; padding-top:1px; min-height:28px;}
._helpD .tit h1{ width:28px; height:28px; line-height:28px; font-size:13px;}
._helpD .p{ font-size:14px; line-height:24px; margin-top:8px;}


}

/* 内页产品 */
.hhl-fqclsb{padding-top:60px;overflow: visible;}
.hhl-fqclsb .proSider{width:22%;font-size:1.143em;float:left;}
.hhl-fqclsb .proSider .title{background:#015496;padding:30px;color:#fff;font-size:2.25em;text-transform: uppercase;}
.hhl-fqclsb .proSider .title span{display:block;font-family:Arial;font-size:0.556em;}
.hhl-fqclsb .proSider .title i{float:right;color:#015496;display:none;font-size:14px;cursor:pointer;position: relative;padding-right:25px;font-style:normal;}
.hhl-fqclsb .proSider .title i::after{position:absolute;right:0;top:0;font-size:1.143rem;}
.hhl-fqclsb .proSider .proSide_sub{background:#f2f2f2;margin-bottom:30px;width:100%;}
.hhl-fqclsb .proSider .proSide_sub li{border-top: 1px solid #fff;}
.hhl-fqclsb .proSider .proSide_sub li a{padding:0 30px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;display:block;height:55px;line-height:55px;}
.hhl-fqclsb .proSider .proSide_sub li i{margin-right:10px;font-style:normal;font-size:1.286em;position: relative;top:3px;}
.proSide_sub li a:hover,.proSide_sub li .cur{background:#015496;color:#fff;}
.hhl-fqclsb .proSider .proSide_sub ul{padding:10px 0;border-bottom: 1px solid #e6e6e6;font-size:.875em;}
.hhl-fqclsb .proSider .proSide_sub ul li{background: url('../images/ly_li.png') no-repeat 15% center;padding-left:20%;line-height:40px;}
.hhl-fqclsb .proSider .proSide_sub ul a{padding:0;}
.hhl-fqclsb .proSider .proSide_sub ul li .cur,.hhl-showf .proSide_sub ul ul a:hover{color:#015496;background:none;}
.hhl-fqclsb .proSider .hot{background:#f2f2f2;padding:20px 30px;}
.hhl-fqclsb .proSider .hot .tit{height:45px;border-bottom: 1px solid #d7d7d7;font-size:1.25em;color:#333;margin-bottom:20px;}
.hhl-fqclsb .proSider .hot li .pImg{padding-top:80%;}
.hhl-fqclsb .proSider .hot li p{height:60px;line-height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.hhl-fqclsb .proSider .hot li i,.proList li i{float:right;font-style:normal;margin-left:15px;}
.hhl-fqclsb .proSider .hot li:hover img{transform: scale(1.1);}

.hhl-fqclsb .right{width:74%;}
.hhl-fqclsb .right .list li{float:left;width: 31.6%;margin-bottom:10px;margin-right: 30px;}
.hhl-fqclsb .right .list li:nth-child(3n){margin-right: 0px;}
.hhl-fqclsb .right .list li a{display:block;}
.hhl-fqclsb .right .list li .pImg{padding-top: 74.7%;transition:all .3s;border:1px solid #d1d1d1;transition:all .4s;}
.hhl-fqclsb .right .list li p{height:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;}
.hhl-fqclsb .right .list li a:hover .pImg{box-shadow:0 0 10px #ccc;}
.hhl-fqclsb .right .list a:hover img{transform: scale(1.1);}
.hhl-fqclsb .right .list li a:hover p{color:#015496;}
/* 内页产品 */

/* 内页产品详情 */
.kuang {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px;
    padding: 6px;
    border: 1px solid #d1d1d1;
}
.kuang p{    font-size: 15px;
    line-height: 36px;
    padding: 0 4px;
    color: #333;
}
.hhl-fqclsb .right{width:74%;}
.pro_tit h3 {padding: .2rem 1rem;font-weight: 400;border-left: .4rem solid #015496;background-color: #cee6d0;font-size: 16px;line-height: 30px;color: #333; margin-top:10px;}
.hhl-fqclsb .right .main p{line-height:32px; font-size:15px; color:#333; padding-top:15px;}
.proTie{border-bottom:1px solid #dcdcdc;font-size: 26px;margin-bottom:25px;text-align: center;padding-bottom: 10px;}
.proTie span{display:inline-block;color:#015496;height:50px;}
.proShow_con3{width:100%;}

.protitle{height:50px;line-height:50px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;margin-top:30px;}
.protitle span{display:inline-block;border-bottom:1px solid #2853be;;color:#2853be;height:50px;}
.proShow_con3{width:100%;}

.proList li{float:left;width:32.2%;margin-bottom:20px;margin-right:20px;}
.proList li:nth-child(3n){margin-right: 0;}
.proList li a{display:block;}
.proList li .pImg{padding-top:80%;transition:all .3s;border:1px solid #d1d1d1;transition:all .4s;}
.proList li p{height:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;}
.proList li a:hover .pImg{box-shadow:0 0 10px #ccc;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover p{color:#2853be;}
/* 内页产品详情 */

/* 内页关于我们 */
.hhl-about{overflow:hidden;}
.hhl-about .content{width:48%;line-height:1.8;}
.hhl-about .picture{/* height:430px; */width:46%;}
.hhl-about .title{margin-bottom:35px;font-size:2.571em;color:#191919;position:relative;padding-bottom:15px;}
.hhl-about .title span{display:block;font-size:16px;opacity:.8;}
.hhl-about .text{overflow-y:auto;max-height:360px;}
/*--*/
.hhl-culture{background: url(../images/cultureBg.jpg) no-repeat center;background-size:cover;/* margin:40px 0 0 0; */}
.hhl-culture .wx{color:#fff;font-size:18px; line-height: 40px; text-align: center;}
.hhl-culture .wx strong{font-size:22px;}
.hhl-culture .title{color:#333333;font-size:40px;text-align:center;margin: 10px 0;width: 100%;}
.hhl-culture .title hr{ display:table; border:none;margin:10px auto;width:30px;height:2px; background:#43aa4e;}
.hhl-culture .title span{display:block;color:#666;font-size:14px;}
.hhl-culture .title.pg{margin:60px 0 10px 0}
.hhl-culture .title.tm50{margin-bottom:50px;}
.hhl-culture .title.tm60{margin-bottom:30px;}
.hhl-culture .title.white,.title.white span{color:#fff}
.hhl-culture .title.white hr{background: #fff;}
/*--*/
.hhl-environment .title{color:#333333;font-size:40px;text-align:center;margin: 10px 0;width: 100%;}
.hhl-environment .title hr{ display:table; border:none;margin:10px auto;width:30px;height:2px; background:#015496;}
.hhl-environment .title span{display:block;color:#666;font-size:14px;}
.hhl-environment .title.pg{margin:60px 0 10px 0}
.hhl-environment .title.tm50{margin-bottom:50px;}
.hhl-environment .title.tm60{margin-bottom:30px;}
.hhl-environment ul{position:relative;margin-right:-10px;overflow:hidden;}
.hhl-environment li{float:left;width:25%;padding-right:10px;margin-bottom:10px;}
.hhl-environment li:nth-child(2){width:50%;}
.hhl-environment li:last-child{position:absolute;left:0;bottom:0;}
.hhl-environment li .pImg{padding-top:64%;;}
.hhl-environment li p{background: rgba(0, 0, 0, .6);padding: 0 5%;position: absolute;left:0;bottom: -50px;color: #fff;width: 100%;height: 50px;line-height: 50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .4s;}
.hhl-environment li:hover img{transform: scale(1.1);}
.hhl-environment li:hover p,.settingSlide li p{bottom:0;}
.about_partner{background-image:url('../images/pk_bg.jpg');background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment: fixed;}
.pMore{width:260px;height:50px;background:#f8c400;margin:0 auto;color:#fff;line-height:50px;text-align:center;margin-left:-130px;display:block;margin:0 auto;margin-top:50px;}
.pMore i{font-style:normal;margin-left:15px;}
.pMore:hover{color:#fff;width:360px;}
.pd120{padding:120px 0;font-size:.875em;overflow:hidden;}
/* 内页关于我们 */

/* xy-feedback */
.xy-feedback {padding-top: 60px;padding-bottom: 60px;background: url(../images/feedback-bg.jpg) no-repeat center;background-size: cover;/* margin-top: 60px; */}
.xy-feedback .form-one {margin-top: 36px;}
.form-one input { width: 24.2%; height: 68px; background-color: #ffffff; font-size: 14px; color: #383635; padding: 0 25px; }
.form-one textarea { width: 100%; height: 120px; background-color: #ffffff; margin-top: 20px; padding: 20px 25px; }
.form-one .sub {width: 200px;height: 52px;background-image: linear-gradient(165deg, #015496 0%, #015496 100%);box-shadow: 0px 10px 20px 0px 
rgba(19, 91, 171, 0.09);border-radius: 26px;line-height: 52px;font-size: 16px;color: #ffffff;margin: 48px auto 0;display: block;cursor: pointer;-webkit-transition: .4s;-o-transition: .4s;transition: .4s;}
.form-one .sub:hover { width: 220px; }
.flex {display: flex;justify-content: space-between;flex-wrap: wrap;}
/* xy-feedback */