/*公用*/
.page,.content{ width:1400px; margin:0 auto; overflow: hidden;}
.content1{ width:1400px; margin:0 auto; position: relative;}
.pr{position: relative;}
.pa{position: absolute;}
.nno{margin:0px !important;padding:0px !important;border:none !important;}
.nnx{margin-right:0px !important;}
.page.w1400{overflow:visible;}
/*抬头*/
.header{ height:120px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;padding-right:3%;min-width: 1400px;position: fixed;top: 0;z-index: 999;width: 100%;background: #fff;border-bottom: 1px solid #f1f1f1;box-shadow: 1px 1px 2px #f1f1f1;-webkit-box-shadow: 1px 1px 2px #f1f1f1;}
.hright,.hbtn,.htel,.hlogo,.aligbb{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.hleft{ position:relative; z-index:99; height:120px; width:192px;}
.hlogo{height:120px; width:192px;justify-content:center;}
.hlogo img{justify-content:center; margin-top:4px;}

.hmean{ font-size:24px; color:#333;  font-weight: bold; position:absolute; margin-top:31px; margin-left:205px;}
.hmean strong{ color:#0073c8; font-family:din; font-size:40px;  font-weight: bold;}
.hmean p{ color:#888; font-size:14px; font-weight:100; margin-top:5px;}

.nav{display: inline-block;position: absolute;width: 100%;text-align: center;}

.nav >ul{text-align: center;display: inline-block;}
.nav >ul>li{  padding:0 25px;position: relative;float: left;}
.nav >ul> li>a{ display:block; font-size:20px; color:#333333; line-height:120px; position:relative;}
.nav>ul >li>a:after{ content:''; display:block; position:absolute; left:0; right:0; margin:0 auto; width:21px; height:18px; transition:all .3s ease; transform:scale(0); bottom:12px;} 
.nav>ul> li.cur>a:after,.nav >ul >li:hover>a:after{ transform:scale(1);}
.nav>ul >li.cur>a,.nav> ul >li:hover>a{color:#0562c1;font-weight: bold;}
.nav>ul>li .dropmenu{width:120%;position:absolute;top:100%;left:-10%;z-index: 99;transform-origin: 0 0;transform: perspective(600px) rotateX(-90deg);transition:600ms ease;}
.nav>ul>li:hover .dropmenu{transform: perspective(600px) rotateX(0deg);transition:600ms ease;cursor:pointer; }
.nav>ul>li .dropmenu a{font-size:14px;display:block;line-height:50px;text-align:center;color:#333;background:rgba(199,248,255,.9);transition:600ms ease; margin-top:1px;}
.nav>ul>li .dropmenu a:hover{background:#0562c1;color: #fff;}
.nav>ul>li table,.nav>ul>li tbody,.nav>ul>li tr,.nav>ul>li td{ display:block;}

.nav>ul>li>a:after,.nav>ul>li>a:before{ content:''; display:block; position:absolute; left:0; right:0; margin:0 auto; z-index:9; transition:all .3s ease;}
.nav>ul>li>a:after{ width:7px; height:7px; border:3px solid #fff; background:#0562c1; border-radius:50%; top:28px; transform:scale(0);}
.nav>ul>li>a:before{ width:1px; height:0; background:#0562c1; z-index:10;}
.nav>ul>li.cur>a:before,.nav>ul>li:hover>a:before{ height:32px;}
.nav>ul>li.cur>a:after,.nav>ul>li:hover>a:after{ transform:scale(1);}

	
.htelicon{border-radius:50%; background:rgba(14,93,212,.2); margin-left:20px;cursor:pointer;}
.htelicon span{ display:block; margin:6px; background:#0562c1 url(../images/moqiewang02.png) no-repeat center; border-radius:50%; width:38px; height:38px;}
.hsearch i{display: block;font-size: 22px;color: #0562c1;font-weight: bold;margin: 0 14px;line-height: 25px;}



.alibbgb{border-radius:50%; background:rgba(14,93,212,.2); margin-left:20px;cursor:pointer;}
.alibbgb span{ display:block; margin:6px; background:#0562c1 url(../images/moqiewang03.png) no-repeat center; border-radius:50%; width:38px; height:38px;}
.alibbgb a{display: block;width: 100%;height: 100%;}

.hseaicon{background:rgba(14,93,212,.2); border-radius:50%; cursor:pointer;}
.hseaicon span{display:block; margin:6px; background:#0562c1 url(../images/moqiewang04.png) no-repeat center; border-radius:50%; width:38px; height:38px;}
.hsearch{ height:98px;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center; position:relative;}

.hsearch:hover .iser_box{transform: rotateX(0deg);}
.hsearch:hover .hseaicon span{ background-color:#0d469c;}
.hsearch:hover .htelicon span{ background-color:#0d469c;}
.aligbb:hover .alibbgb span{ background-color:#0d469c;}

.iser_box{background: rgba(255,255,255,0.8); position: absolute;top:105%;right: 0;padding: 30px; transform-origin: top; transform: rotateX(90deg);transition: all 0.5s;z-index: 9;}

.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;background: url(../images/search2.png) no-repeat center;border: 0;}
.itel_box{width:228px;}
.itel_box p{padding-left:25px;color:#333;position:relative;}
.itel_box p:before{position:absolute;left:0;color:#333;}
.itel_box em{font-family:'arial';font-size:26px;font-weight: bold;color:#0562c1;margin-top:10px;}
.htel{ width:500px;}
.htel p+p{ margin-left:60px; font-size:16px; color:#888888;}
.htel p em{ display:block; font-size:30px; color:#0e5dd4; font-family:Arial, Helvetica, sans-serif; padding-top:8px;}

@media screen and (max-width:1700px){
	.nav >ul >li{ padding:0 19px;}
	.nav >ul >li>a{ font-size:18px;}
	}
@media screen and (max-width:1580px){
	.nav >ul> li{ padding:0 15px;}
	.nav >ul >li>a{ font-size:18px;}
	}

@media screen and (max-width:1480px){
    .hlogo,.hleft{width: 162px;}
    .hlogo img{width: 150px;}
    .hmean{font-size: 20px;margin-top: 36px;margin-left: 175px;}
    .hmean p{font-size: 12px;}
    .htelicon,.alibbgb{    margin-left: 10px;}
    .hsearch i{font-size: 20px;}
}


/*
.Hnav-sub{padding:48px 0;width:100%;background:#fff;position:absolute;display: none;top:120px;left:0px;border-top:1px solid #eee;z-index: 98;background: #f9f9f9;}
.HnavSub-list{width:39%;float:left;padding:0 5%;box-sizing: border-box;}
.HnavSub-list li{width:44%;float:left;border-bottom: 1px solid #e5e5e5;	padding:0px 1% 5px 0;margin-bottom:5px;}
.HnavSub-list li:nth-child(2n){float:right;}
.HnavSub-list li a {display: block;height: 35px;line-height: 35px;text-align: left;color: #333;background: url(../images/moqiewang08.png) no-repeat left center;padding-left: 20px;
}
.H-nav>li.cur .Hnav-menu{color:#0562c1;}
.HnavSub-list li.cur a,
.HnavSub-list li a:hover{color:#0562c1;}

.HnavSub-box{padding:0 0 0 3.91667%;width:36%;color:#666;border-left:1px solid #e5e5e5;position:relative;float:left;box-sizing: border-box;height: 175px;}
.HnavSub-box .c{line-height:33px;font-size:14px;}

.HnavSub-img{display:block;width:24%;height:173px;overflow:hidden;float:left;}
.HnavSub-img img{width:100%;height:100%;}

.H-lang:hover .Hlang-box{display:block;animation:fadeInUp1 .4s ease-in-out;-webkit-animation:fadeInUp1 .4s ease-in-out;}
.nav ul li:hover .Hnav-sub{display:block;animation:fadeInDown1 .4s ease-in-out;-webkit-animation:fadeInDown1 .4s ease-in-out;}

@keyframes fadeInUp1{
	0%{transform:translateY(-20px);-webkit-transform:translateY(-20px);opacity:0;}
	100%{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}
}
@keyframes fadeInDown1{
	0%{transform:translateY(20px);-webkit-transform:translateY(20px);opacity:0;}
	100%{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}
}


*/





/*关键词*/
.gy{width: 1400px;margin: 0 auto;}
.search_bc{width: 100%;overflow: hidden;}
.search_c{display: flex;height: 90px;justify-content: space-between;}
.search_r{background: #0562c1;position: relative;padding-left: 25px;}
.search_r:after{background: #0562c1;position: absolute;content: "";width: 400px;height: 100%;top: 0;right: -400px;}
.search_l ul{display: flex;height: 100%;align-items: center;}
.search_l ul li a,.search_l ul li{font-size: 18px;color: #6c7171;}
.search_l ul li:hover a{color:#00d7f6;}
.search_l ul li:last-child > i{display: none;}
.search_l ul li:first-child{position: relative;margin-left:56px;}
.search_l ul li:first-child i{position: absolute;font-size: 22px;color: #fff;top: -9px;left:-56px;width: 38px;height: 38px;border-radius: 100%;background: #0562c1;text-align: center;line-height: 38px;}
input,textarea {outline: none;border: none;}
textarea {resize: none;overflow: auto;}
#search_bg{display: flex;
    align-items: center;
    
    position: relative;
    width: 310px;height: 41px;}
.z span {
    font-size: 20px;
    color: #0562c1;
}
.z{position: absolute;top: 10px;right: 18px;}
.search_r form{height:100%;}
.search_r form ul{display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;}
#key{color: #999;;background: transparent;background: #fff;}
.search-img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background:none;cursor: pointer;}


.dfs{display:flex;align-items:end;justify-content:space-between;margin-left: 26px;}
.icon>div{width:36px;height:100px;position:relative;padding-top:36px;}
.icon>div+div{margin-left:10px;}
.icon>div i{width:28px;height:28px;border-radius:100%;display: block;color:#fff;text-align: center;line-height:28px;user-select:none;transition:all 0.5s;}
.icon>div:hover i{background:#f8333c;z-index: 2;}
.iser_box,.itel_box{background:rgba(255,255,255,0.8);position:absolute;top:100px;right:0;padding:30px;transform-origin:top;transform:rotateX(90deg);transition:all 0.5s;z-index: 9}
.icon>div:hover .iser_box,.icon>div:hover .itel_box{transform:rotateX(0deg);}
.search_l{display:flex;align-items:center;justify-content:end;}
.search_l span+span{margin-left:10px;}
.search_l a{color: #333}
.search_r{position:relative;}
#key{width:310px;height:38px;line-height: 38px;border:1px solid #eee;text-indent:12px;border-radius: 18px;}
.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}






/*简介*/
.com_bc{width: 100%;background: url(../images/moqiewang10.jpg) no-repeat bottom;padding-bottom: 90px;overflow: hidden;}

.com_c{display: flex;justify-content: space-between;padding-top: 90px;}
.video_rc{width: 53%;position: relative;}
.video_rc>p {
    position: relative;
}
.video_rc img{width: 100%;}
.video_rc iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;padding-left:30px;
}
.video_rc>span{display: block;color: #fff;font-size: 56px;position: absolute;top: 50%;left: 50%;margin-top: -27px;margin-left: -24px;}
.com_lc{width: 47%;box-sizing: border-box;padding-left: 25px;}
.com_lc>p{font-size: 38px;color: #333;}
.com_lc>b{font-size: 32px;color: #0562c1;display: block;position: relative;padding-bottom: 42px;}
.com_lc>b:after{position: absolute;content: "";width: 100%;height: 1px;background: #dedede;bottom: 20px;left: 0;}
.com_wz{font-size: 16px;color: #666;line-height: 30px;padding-bottom: 22px;}
.com_lc>a{width: 110px;height: 110px;text-align: center;line-height: 52px;color: #333;font-size: 18px;background: #fff;display: inline-block;border-radius: 10px;margin-right: 30px;}
.com_lc>a i{display: block;margin: 0 auto;font-size: 34px;color: #333;line-height: 34px;margin-top: 20px;}
.com_lc>a:hover,.com_lc>a.on{background: #0562c1;color: #fff;}
.com_lc>a:hover i,.com_lc>a.on i{color: #fff;}
.com_lc>a>span{font-size: 16px;color: #fff;}
.com_bo>ul{display: flex;justify-content: space-between;}
.com_bo>ul li{;border-right: 1px solid #ededed;text-align: center;width: 25%;}
.com_bo {margin-top: 47px;background: rgba(255,255,255,0.8);padding: 45px 0;}
.com_bo>ul li:last-child{border:none;}
.com_bo>ul p{font-size: 16px;color: #4d4d4d;position: relative;display: inline-block;}
.com_bo>ul p b{font-size: 60px;color: #0562c1;display: inline-block;position: relative;}
.com_bo>ul p span{position: absolute;top: 12px;right: -21px;font-size: 14px;color: #f88e04;width: 30px;height: 30px;border-radius: 100%;background: #f88e04;text-align: center;line-height: 30px;color: #fff;}
.com_bo>ul div{font-size: 14px;color: #727272;}


/*视频*/
.video0{ position:relative; float:left;}
.video1{ position:relative; width:742px;}
.video1 img{ display:block; width:100%;}
.video_btn{ position:absolute; top:170px; left:50%; margin-left:-14px;}
.about1_des{ text-align:center; font-size:16px; line-height:36px; width:832px; margin:0 auto; margin-top:50px;}
/*点击视频弹出*/
.video_btn a{display:block;width:100%;height:100%;}
.video_btn{ position:absolute; top:163px; left:50%;  z-index:2; width:54px; height:54px; border-radius:50%; -webkit-transform:rotate(0deg); transform:rotate(0deg); background:url(../images/moqiewang11.png) no-repeat center; cursor:pointer;}
.pulse1{ position:absolute; z-index:1; width:150px; height:150px; top:115px; left:50%; margin-left:-63px; border-radius:50%; opacity:1; -webkit-animation:warn 1.5s ease-out; animation:warn 1.5s ease-out; -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite; background:#0562c1; box-shadow:1px 1px 20px #0562c1;}
.video_box{ width:100%; height:100%; background:rgba(0,0,0,0.6); position:fixed; top:0; left:0; z-index:-1; opacity:0; transition:600ms ease;}
.video_box.videocur{ opacity:1; z-index:9999; transition:600ms ease;}
.video{ position:fixed; top:-100%; left:50%; margin-top:-250px; margin-left:-500px; transition:600ms ease;}
.video_box.videocur .video,.video_box.videocur .video_x{ top:55%; transition:600ms ease;}
.video_x{ width:50px; height:50px; border-radius:50px; background:#fff; position:fixed; top:-100%; left:50%; margin-left:520px; margin-top:-250px; text-align:center; line-height:50px; font-size:22px; font-weight:lighter; cursor:pointer; transition:600ms ease;}
/*背景扩展*/
@-webkit-keyframes warn {
0% { transform: scale(0.6); -webkit-transform: scale(0.6); opacity: 0.0;}
25% { transform: scale(0.6); -webkit-transform: scale(0.6); opacity: 0.3;}
50% { transform: scale(0.6); -webkit-transform: scale(0.6); opacity: 0.5;}
75% { transform: scale(0.8); -webkit-transform: scale(0.8); opacity: 0.7;}
100% { transform: scale(0.8); -webkit-transform: scale(0.8); opacity: 0.0;}
}









/*热销产品*/
.product{ padding:70px 0;}
.protitle{ text-align:center; font-size:40px; color:#222;}
.protitle i{ color:#0562c1;}
.protitle span{ display:block; font-size:16px; margin:5px 0 15px 0;}
.protitle:after{ content:''; display:block; width:32px; height:3px; background:#f88e04; background:linear-gradient(to right,#f88e04 50%,#0562c1 50%);margin: 0 auto;}
.procenter{ margin-top:30px;}
.proclass{ width:252px; background:#f0f1f3;}
.pro_t{ text-align:center; background:#0562c1; color:#fff; height:110px; border-bottom:1px solid #fff;}
.pro_t b{ display:block; font-size:33px; padding:23px 0 5px 0;}
.pro_t em{ display:block; font-size:13px; font-weight:lighter; text-transform:uppercase;}
.pcc table,.pcc tbody,.pcc tr,.pcc td{ display:block; width:100%;} 
.pcc tr,.pcc li{ border-bottom:1px solid #fff;}
.pcc td a,.pcc li a{ display:block; line-height:58px; position:relative; padding-left:30px; font-size:16px; color:#0562c1; font-weight:lighter; transition:all .3s ease;border-bottom:2px solid #fff;}
.pcc td >a:hover,.pcc tr.on td >a{ background:#0562c1; color:#fff;}
.pcc td >a:after{ content:''; display:block; position:absolute; width:18px; height:18px; border-radius:50%; background:url(../images/moqiewang12.png) no-repeat center; top:0; bottom:0; margin:auto 0; right:30px; transition:all .3s ease;}
.pcc td > a:hover:after,.pcc tr.on td >a:after{ background:url(../images/moqiewang13.png) no-repeat center;}

.pcc td dl a:hover{background:#0562c1; color:#fff;}
.pcc td dd a:after{ content:''; display:block; position:absolute; width:18px; height:18px; border-radius:50%; background:url(../images/moqiewang12-1.png) no-repeat center; margin:auto 0; left:45px; transition:all .3s ease;top: 0;bottom: 0;}
.pcc td dd a:hover:after{ background:url(../images/moqiewang13-1.png) no-repeat center;}

.pcc td dd a{ display:block; line-height:42px; position:relative; padding-left:75px; font-size:14px; color:#484848; font-weight:lighter; transition:all .3s ease;border-bottom:1px solid #fff;background: #f9f9f9;}

.pcc tr dl{ transform: scaleY(0);transform-origin: top; transition: all ease 0.8s;}
.pcc tr.on dl{transform: scaleY(1);transition: all ease 0.8s;}
.pcc tr dl dd{height: 0;}
.pcc tr.on dl dd{height: auto;}



.pconcat{    padding: 35px 20px;}
.pcaddr{ margin-top:20px; font-size:15px; color:#484848; font-weight:lighter; line-height:30px;}
.pcaddr p:nth-child(2){text-indent: 3em;}
.proright{ width:1100px;}
.hotpro{ position:relative; border:1px solid #e8e8e8; height:382px;}
.projt{ cursor:pointer; position:absolute; width:44px; height:100px; top:140px; left:0;}
.projt.next{ left:auto; right:0;}
.hotrait{ font-size:0; white-space:nowrap; position:absolute;  top:206px; left:110px;}
.hotrait li{ display:inline-block; vertical-align:top; text-align:center; font-size:18px; font-weight:lighter; color:#333333; transition:all .3s ease; padding-top:55px;}
.hotrait li+li{ margin-left:45px;}
.hotrait li:hover{ color:#0562c1;} 
.hotrait li:nth-child(1){ background:url(../images/moqiewang14.png) no-repeat center top;}
.hotrait li:nth-child(2){ background:url(../images/moqiewang15.png) no-repeat center top;}
.hotrait li:nth-child(3){ background:url(../images/moqiewang16.png) no-repeat center top;}
.hotprocon .product_div_item_pic{ float:right; width:440px; height:378px; padding:2px; border:1px solid #e8e8e8;margin-right: 80px;}
.hotprocon .product_div_item_pic img{ width:100%; height:100%; transition:all .6s ease;}
.hotprocon .divproduct_new_div_item:hover .divproduct_new_div_item_a{ color:#0562c1;}
.hotprocon .divproduct_new_div_item_content{ float:left; width:460px; margin:60px 0 0 80px;}
.hotprocon .divproduct_new_div_item_a{ display:block; font-size:25px; color:#333333;}
.hotprocon .divproduct_new_div_item_body{ font-size:14px; color:#666; line-height:33px; height:90px; overflow:hidden; margin:20px 0 60px 0;}
.hotprocon .probtn{ font-size:0;}
.hotprocon .probtn a{ display:inline-block; width:192px; line-height:45px; transition:all .3s ease; background:#c7f8ff; text-align:center; font-size:14px; color:#333; font-weight:lighter; transition:all .3s ease;}
.hotprocon .probtn a:hover{ background:#b3e3ea;}
.hotprocon .probtn a+a:hover{ background:#db7e05;}
.hotprocon .probtn a+a{ width:152px; background:#f88e04;color: #fff;}
.proshow{width: 1100px;}
.proshow td{ display:inline-block; position:relative; width:240px; padding:10px!important; background:#f0f1f3; transition:all .3s ease; margin-top:20px;}
.proshow td a,.proshow td span{ display:block;overflow: hidden;}
.proshow td br{ display:none;}
.proshow td span a{ line-height:65px;font-size:16px; background:#c7f8ff; color:#333; font-weight:lighter; position:relative; text-align:left; transition:all .3s ease; padding:0 35px 0 25px;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.proshow td span a:after{ content:'+'; display:block; position:absolute; font-size:30px; font-weight:lighter; color:#333; line-height:65px; right:13px; top:0; transition:all .4s ease; transition:all .3s ease;}
.proshow td{ margin-left:20px;}
.proshow td:nth-child(1),.proshow td:nth-child(5){ margin-left:0px;}
.proshow tr+tr{ display:block; margin-top:34px;}
.proshowx td>a{ position:relative; overflow:hidden;}
.proshow td>a img{ transition:all .6s ease;width: 100%;
    height: auto;}
.proshow td:hover>a img{ transform:scale(1.1);}
.proshow td>a:after{ transition:all .2s ease; content:''; display:block; position:absolute; opacity:0; background:rgba(0,0,0,0.5); top:0; left:0; width:100%; height:100%;}
.proshow td>a i{ position:absolute; display:block; font-size:15px; color:#fff; top:110px; left:0; right:0;  opacity:0; transition:all .4s ease; width:120px; text-align:center; line-height:45px;height:45px; margin:auto; z-index:99;}
.proshow td:hover>a:after{ opacity:1;}
.proshow td:hover>a i{ opacity:1;}
.proshow td>a i:after,.proshow td>a i:before{ content:''; display:block; height:1px; width:0; background:#fff; transition:all .8s ease; position:absolute;}
.proshow td>a i:after{ top:0; left:0; right:auto;}
.proshow td>a i:before{ bottom:0; right:0; left:auto;}
.proshow td:hover>a i:after,.proshow td:hover>a i:before{ width:100%;}
.proshow td:hover span a:after{ transform: rotate(360deg);}













/*adv*/
.adv {padding: 80px 0;overflow: hidden;background: url(../images/moqiewang22.jpg)no-repeat center;height:1010px;box-sizing: border-box;}
.adv_box {width:1400px;margin: 0 auto;}
.adv_box .origin ul li.on {background:#ffffff;transition:0.5s;}
.adv_tit {font-size: 40px;line-height: 55px;text-align: center;color: #ffffff;font-weight: bold;}
.adv_tit b {}
.adv_tit p {font-size: 18px;color: #ffffff;line-height: 36px;letter-spacing: 1px;}
.adv_tab {width: 1300px;height: 791px;background: #f1f1f1;border-top-left-radius: 100px;margin-top: 40px;padding: 83px 40px;position: relative;}
.adv_tab:after {content: '';width: 24%;height: 100%;background: #f1f1f1;position: absolute;top: 0; right: -24%;}
.adv_nav {position: relative;}
.adv_nav ul {display: flex;justify-content: space-around;border-bottom: 1px solid #dddddd;padding-bottom: 35px;}
.adv_nav li {color: #0562c1;text-align: center;cursor: pointer;}
.adv_nav li:before {content: '';width: 19px;height: 19px;background: #0562c1;border-radius: 50%;position: absolute;bottom: -9px;margin-left: 8px;opacity: 0.5;}
@keyframes animations{
    0%{ box-shadow: 0 0 0 0 rgb(255 193 5 / 30%);}
    50%{ box-shadow: 0 0 0 3px rgb(255 193 5 / 30%);}
    100%{ box-shadow: 0 0 0 6px rgb(255 193 5 / 30%);}
}
.adv_nav li:after {content: '';width: 9px;height: 9px;background: #0562c1;border-radius: 50%;position: absolute;bottom: -4px;margin-left:-3px;}
.adv_nav li.on {color: #f88e04;transition: 0.5s;}
.adv_nav li.on:before,.adv_nav li.on:after {background:#f88e04;transition: 0.5s;animation: animations 4s ease-out infinite; }
.adv_nav li i {font-size: 32px;}
.adv_nav li p {font-size: 26px;line-height: 30px;padding-top: 22px;}
.adv_con {padding-top: 43px !important; }
.adv_big {display: flex;}
.adv_pic {}
.adv_txt {width: 710px;height: 465px;background: #ffffff;padding: 64px 42px;box-sizing: border-box;}
.adv_txt p {font-size: 21px;color: #666666;line-height: 46px;}
.adv_txt p b {color: #0562c1;font-size: 32px;line-height: 36px;display: block;}
.adv_txt i {display: inline-block;width: 25px;height: 2px;background: #f88e04;margin: 10px 0 36px; }
.adv_txt em {font-size: 15px;color: #888888;line-height: 28px;display: inline-block;}
.adv_txt a {width: 148px;height: 48px;background: #0562c1;line-height: 48px;font-size: 16px;color: #ffffff;text-align: center;display: inline-block;margin-top: 18px;    position: relative;z-index:5;transition: all 0.5s;}
.adv_txt a:after {    content: ''; position: absolute;background:#f88e04;left: 50%;width: 0;top: 0px; bottom: 0px;transition: all 0.5s; -moz-transition: all 0.5s;-webkit-transition: all 0.5s;z-index:-1;}
.adv_txt a:hover:after {width: 100%;left: 0px;transition: all 0.5s;}




































/*解决方案*/

.case{padding-top: 70px;padding-bottom: 70px;position: relative;margin:0 auto; width:100%;max-width: 1920px;min-width: 1200px;overflow: hidden;background: url(../images/moqiewang10.jpg) no-repeat center;}
.case h2 a{height: 127px;text-align: center;font-size: 48px;color:#000;font-weight: bold;background: #fff;display: block;}
.case h2 em{display: block;font-size: 18px;color:#525252;font-weight: normal;padding-top: 6px;}
.case dt{width: 100%;overflow: hidden;}
.case dt img{width:100%;display: block;}
.case .tempWrap{width: 100%!important;margin-top: 50px;}
.case dl{float: left;margin-bottom:6.25rem;
	width:24.375%;
	padding: 0 .15%;
	box-sizing: border-box;
	position: relative;}
.case dd{position: absolute;left:0;top:0;width:100%;height: 100%;}
.case .anshort{display: block;margin:1rem 0 0 1rem;width:4.16rem;height: 4.16rem;background: #c7f8ff;padding: 0.75rem 0.75rem 0 0.75rem;box-sizing: border-box;font-size: 1rem;color:#333;line-height: 1.5rem; text-align: center;}

.case .anwz{position: absolute;left:6.6%;bottom:-4.16rem;width:; height: 13rem;width:86%;background: #c7f8ff;border-radius: 5px;padding: 0.9rem 5% 0;box-sizing: border-box;transition: all 0.3s linear 0s;opacity: 0;}
.case .anwz h3 a{display: block;line-height: 2rem;font-size: 1rem;color:#333;font-weight: normal;}
.case .anwz p{display: block;font-size: 18px;color: #333;margin-bottom: 0.6rem;}
.case .anwz span a{display: block;width:1.5rem;height: 1.5rem;}
.case .anwz span img{width:100%;display: block;}
.case dl:hover .anwz,.case .cur .anwz{opacity: 1}




.case .jt{position: absolute;width:1200px;left:50%;margin-left: -600px;bottom:95px;z-index: 1552;}
.case .u_ljt,.case .u_rjt{position: absolute;width:600px;height: 32px;}
.case .u_ljt{position: absolute;left:0; top:0; background:url(../images/moqiewang27.png) no-repeat;background-size: cover;}
.case .u_rjt{position: absolute;right:0; top:0; background:url(../images/moqiewang28.png) no-repeat;background-size: cover;}














/*新闻*/
.news{ padding:40px 0;background:#f9f9f9;}
.newstab{ font-size:0; margin:30px 0 25px 0;}
.newstab a{ display:inline-block; vertical-align:top; width:470px; height:74px; box-sizing:border-box; padding:12px 25px; background:#fff; transition:all .3s ease; position:relative; font-size:24px; color:#222222;}
.newstab a em{ display:block; font-size:14px; color:#888888; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; margin-top:3px;}
.newstab a:after{ content:''; display:block; position:absolute; width:29px; height:30px; top:0; bottom:0; margin:auto 0; right:40px; background:url(../images/moqiewang30.png) no-repeat center;transition:all .3s ease;}
.newstab a em,.newstab a span{ transition:all .3s ease;}
.newstab a+a{ margin-left:15px;}
.newstab a.on{ background:#0562c1; width:430px; color:#fff;}
.newstab a.on span{ font-weight:bold;}
.newstab a.on em{ color:#fff;}
.newstab a.on:after{background:url(../images/moqiewang31.png) no-repeat center;}
.newsleft{ width:725px;}
.newsright{ width:754px;}
.newsleft .news_div_item{ padding:26px; background:#fff; position:relative;}
.newsleft .news_div_item+.news_div_item{ margin-top:15px;}
.newsleft .news_div_item_pic{ overflow:hidden;width:250px;border:1px solid #eee;}
.news .news_div_item_pic img{ width:100%; height:auto; transition:all .6s ease;}
.news .news_div_item:hover .news_div_item_pic img{ transform: scale(1.1);}
.news_div_item:hover .news_div_item_a{color:#1f55cf;}
.newsleft .news_div_item_content{ right:40px; top:25px; bottom:0; width:385px; position:absolute;}
.news .news_div_item_a{ display:block; position:relative; white-space:nowrap;text-overflow:ellipsis; font-size:18px; color:#666666;}
.news .news_div_item_body{ font-size:14px; color:#666666; font-weight:lighter; line-height:30px; height:120px; overflow:hidden; margin-top:10px;}
.newsleft .news_div_item_a:after{ content:''; display:block; position:absolute; right:0; top:138px; width:25px; height:25px; background:url(../images/moqiewang32.png) no-repeat center;}
.newsright .news_div_item{ padding:15px; background:#fff; position:relative;}
.newsright .news_div_item_pic{ width:165px;overflow:hidden;border: 1px solid #eee;}
.newsright .news_div_item_content{ position:absolute; right:110px; width:430px; top:20px;}
.newsright .news_div_item_body{ height:60px;}
.newsright .news_div_item+.news_div_item{margin-top: 17px;}
.newsright .news_div_item_date{ position:absolute; padding-left:20px; text-align:center; height:110px; border-left:1px solid #f0f2f1; top:13px; right:15px; font-size:16px; color:#666666; font-family:fontDin1; line-height:30px;}
.newsright .news_div_item_month,.newsright .news_div_item_day{ display:inline-block;}
.newsright .news_div_item_year{ font-size:25px;}
.newsright .news_div_item_a:after{ content:''; display:block; position:absolute; right:-80px; bottom:-65px; width:25px; height:25px; background:url(../images/moqiewang32.png) no-repeat center;}




.news .gy{width: 1400px;}
.newsleft{ width:675px;}
.newsright{ width:700px;}
.newsleft .news_div_item_content{width:325px;}
.newsright .news_div_item_content{  width:380px;}








.linkTagcs
   { 
   width:1050px;
height:auto;}
   .linkTagcs ul
   {margin:0px;padding:0px;list-style-type:none;}
   .linkTagcs li
   {list-style:none;margin:0px;  padding-right:10px;line-height:65px;float:left;}
   .linkTagcs li a
   {color:#7c7b79;word-break:break-all;}
   .linkTagcs li img
   {border:0px;}





/*版权*/
.b_coight{ background:#f9f9f9;}
.copyright{ background:#171614;}
.crconcat{ height:170px; background:#c7f8ff;}
.crconcat ul{ padding-top:25px; font-size:0;}
.crconcat li{ display:inline-block; vertical-align:top; width:426px; height:116px; background:#fff;position:relative;}

.crconcat li+li{ margin-left:60px;}
.crconcat li i{ position:absolute; display:block; height:32px;  top:0; bottom:0; margin:auto 0;left:50px;}
.crconcat li p{ padding:28px; font-size:18px; color:#1e2428;padding-left: 120px;}
.crconcat li em{ display:block; font-size:20px; font-family:Arial, Helvetica, sans-serif; margin-bottom:13px;}
.crconcat li span{ font-size:20px; font-family:Arial, Helvetica, sans-serif;} 
.links{ line-height:65px; border-bottom:1px dashed #2f343a; font-size:16px; color:#fff;}
.links p.fl{ padding-left:35px; background:url(../images/moqiewang34.png) no-repeat left center; font-weight:bold;}
.links p.fl span{ font-size:18px; vertical-align:bottom; padding:0 20px 0 5px;}
.end{ border-top:1px solid #161c22; line-height: 30px;padding: 5px 0;}
.end,.end a{ font-size:15px; color:#7c7b79;}
.end {height: 40px;line-height: 40px;}
.end a:hover{ color:#fff;}
.crcon{ padding:18px 0; border-bottom:1px solid #262524;}
.kslj{ font-size:0;}
.kslj li{ display:inline-block; vertical-align:top; padding:0 80px; position:relative;}
.kslj li:first-child{padding-left: 0;}
.kslj li:after,.kslj li:nth-child(1):before{ content:''; display:block; position:absolute; width:3px; height:175px; right:0; top:0; background:url(../images/moqiewang36.png) no-repeat center;}
.kslj li p{ font-size:20px; color:#fff; margin-bottom:20px;}
.kslj li:nth-child(1):before{ right:auto; left:0;} 
.kslj li a{ display:block; font-size:14px; color:#7c7b79; line-height:30px;}
.kslj li a:hover{ color:#fff;}
.codecon dl p{ font-size:18px; color:#fff; margin-bottom:20px; text-align:center;}
.codecon dl img{ display:block; padding:4px; border:1px solid #2f363c; width:140px; height:140px;}
.codecon dl { width:150px !important;}
.codetab{ margin:47px 0 0 47px;}
.codetab p{ border-radius:50%; cursor:pointer; background:#52514f;text-align: center;}
.codetab p+p{ margin-top:14px;}
.codetab p.on{ background:#f85811;}




