@charset "utf-8";
/* CSS Document*/
/* 全局 */
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-justify:inter-ideograph;}
a{text-decoration:none;outline:0;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
/* 基础 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0}
::-webkit-scrollbar{width:8px;height:8px;background-color: #F5F5F5;}
::-webkit-scrollbar-track{border-radius: 10px;background-color: #E2E2E2;}
::-webkit-scrollbar-thumb{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);background-color: #555;}
input,textarea{-webkit-user-select:text}
body{text-align: left;padding: 0;margin: 0;font-size: 14px;font-family: 'microsoft yahei';-webkit-text-size-adjust: none;height: auto;color: #333;background: #fff;}
body{position: relative;overflow-x: hidden;overflow-y: auto;}
html{min-width: 1280px;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p{padding: 0;margin: 0;}
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th{padding: 0;margin: 0;}
fieldset{border-top-width: 0;border-left-width: 0;border-bottom-width: 0;border-right-width: 0;}
a img{border: 0;padding: 0;margin: 0;}
i{font-style: normal;}
address,caption,cite,cite,code,dfn,em,th,var{font-weight: normal;font-style: normal;}
li{list-style-type: none;}
caption{text-align: left;}
th{text-align: left;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;}
q:unknown{content: '';}
input,textarea,select{font-family: inherit;font-size: 100%;}
a:link{color: #333;text-decoration: none;}
a:visited{color: #333;text-decoration: none;}
a:hover{color: var(--colour1);text-decoration: none;}
.fl{float: left;}
.fr{float: right;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;font-size: 0;margin: 0;padding: 0;display: block;_height: 0;overflow: hidden;}
/*清除浮动*/
.clearfix{zoom: 1;}
.clearfix:before,.clearfix:after{visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0;}
/*高光特效*/
.white,.whites{position: relative;overflow: hidden;}
.white:after,.whites:after{content: '';position: absolute;left: -100%;top: 0;width:100%;height:100%;background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));transform: skewx(-25deg);}
.white:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.whites:hover:after{left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}
/*网站公用样式表*/
.w1200{width: 1200px;margin: 0 auto;}
/*头部*/
/*网站顶部*/
.top_main{width: 100%;height: 39px;color: #595959;font-size: 14px;line-height: 39px;border-bottom: 1px solid #eee;background: #f6f6f6;}
.top_main li{position: relative;display: inline-block;text-align: center;margin: 0 8px;}
.top_main li:last-child{margin-right: 0;}
.top_main li a{color: #595959;cursor: pointer;}
.top_main li a:hover{color: var(--colour1);}
/*网站头部*/
.header_main{position: relative;width: 100%;z-index: 100;box-shadow: 0 0 10px rgb(0 0 0 / 50%); background: #040730}
.header_main .logo{display: block;}
.header_main .logo img{width: 100%;height: 100%;display: block;background: var(--colour1);}
/*网站导航*/
.header_main .nav{margin-top: 25px;}
.header_main .nav li{float: left;margin-left:20px;position: relative;display: block;text-align: center;z-index: 9;  }
.header_main .nav li a i{width: 100%;height: 2px;position: absolute;left: 0;bottom: 7px;display: block;transition: ease-in-out 0.2s;z-index: 9;}
.header_main .nav li a p{width: 100%;height: 50px;text-align: center;left: 0;top: 0;z-index: 10;color: #fff;font-size: 17px;line-height: 50px;}
.header_main .nav li:hover a i,.header_main .nav li a.hover i{width: 100%;bottom: 0;background: #77a4ce;}
.header_main .nav li:hover a p,.header_main .nav li a.hover p{color: #f5f5f5;}
.header_main .nav dl{width: 120px;border-radius: 0 0 3px 3px;padding-bottom: 3px;background: var(--colour1);position: absolute;left: 50%;margin-left: -60px;top: 100%;z-index: 1555;border-top: none;}
.header_main .nav dl{filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.header_main .nav li:hover dl{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.header_main .nav dl dd{font-size: 12px;line-height: 40px;border-top: 1px solid var(--colour2);}
.header_main .nav dl dd a:hover{background: var(--colour2);}
.header_main .nav dl dd a{color: #fff;height: 35px;display: block;line-height: 35px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/*网站大图*/
.banner{width:100%;max-width: 1920px;position:relative;overflow:hidden;z-index:0;}
.banner li{width:100%;position:absolute;z-index:1;overflow:hidden;display: none;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide img{width: 100%;display:block;}
#banner .tipcon{width: 100%; height: 36px; position: absolute; left: 0; bottom: 30px; z-index: 10; text-align: center;}
#banner .tipcon .tip{width: auto;display: inline-block;vertical-align: top;height: 28px;padding: 0 14px 8px;border-radius: 20px;text-align: center;background: rgba(0,0,0,.3);}
#banner .tipcon .tip span{width: 12px;height: 12px;margin: 8px;display: inline-block;cursor: pointer;background: none;border: 2px solid #fff;opacity: 1;border-radius: 10px;transition: all .5s;outline: none;}
#banner .tipcon .tip span.swiper-pagination-bullet-active{background: #fff;}
#banner #btn_prev,#banner #btn_next{width: 65px;height: 100px;position: absolute;top: 50%;margin-top: -50px;background: url(../style/slider-arrow.png) no-repeat;z-index: 5;opacity: 0;}
#banner #btn_prev{background-position: -130px center;left: 4%;}
#banner #btn_next{background-position: 0 center;right: 4%;}
#banner:hover #btn_prev,#banner:hover #btn_next{opacity: .8;}
#banner .swiper-cube-shadow{display: none;}
/*顶部图片导航*/


 
 .jb .tempWrap{width: 100%!important;}
.jb li{float: left;width:25%;}
.jb li a{display: block;width: 100%;margin-bottom: 18px;}
.jb li .img{position: relative;width: 100%;overflow: hidden;}
.jb li .img img{width: 100%;height: 100%;display: block;}
.jb li .img .bg{position: absolute;top: 0;width: 100%;height: 100%;background: var(--colour4) url(../style/so.png) center no-repeat;opacity: 0;transform: scale(0);transition: all .5s;}
.jb li h3{font-size: 20px;line-height: 65px;color: #323232;text-align: center;padding: 0 10px;background: #fff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .5s;}
.jb li a:hover .img .bg{opacity: 1;transform: scale(1);}
.jb li a:hover h3{color: #fff;background: var(--colour1);}
 

 
/*******index css*******/
.index{line-height: 1.5;}
/*首页标题*/
.index .in_title{position: relative;color: #333;font-size: 24px;font-weight: bold;line-height:30px;height:40px;text-align: center;padding-bottom: 10px; width:100%}
 
.index .in_title span{color: #9d9d9d;font-size: 16px;font-weight: normal;line-height:30px;height:30px;padding-left:10px; width:100%}






.ui-head1{
	margin-bottom: 30px;
}
.ui-head1 h3{
	line-height: 1em;
	text-align: center;
	color: #333333;
	font-size:16px;
	margin-top: 12px;
}
.ui-head1 h3:before,
.ui-head1 h3:after{
	content: '';
	display: inline-block;
	width: 26px;
	height:1px;
	background-color: #999999;
	margin: 0 22px;
	vertical-align: middle;
}
.ui-head1 p{
	line-height: 1em;
	text-align: center;
	color: #1850a5;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;	
}




/*产品中心*/


.index .service{padding-top: 60px;margin-bottom: 22px;}
.index .service ul li{float: left;width: 298px;border:1px solid #ededed;}
.index .service ul li .box{width: 298px;padding-bottom: 47px;background: #f5f5f5;border:1px solid #ededed;text-align: center;cursor: pointer;transition: all .5s;}
.index .service ul li:last-child .box{margin-right: 0;}
.index .service ul li img{margin-top: 40px;width: 132px;height: 132px;}
.index .service ul li:hover img{transform: rotateY(180deg);-ms-transform: rotateY(180deg); /* IE 9 */-moz-transform: rotateY(180deg); /* Firefox */-webkit-transform: rotateY(180deg); /* Safari ?’? Chrome */-o-transform: rotateY(180deg); /* Opera */transition: all .5s;}
.index .service ul li p{font-size: 20px;margin-top: 52px;margin-bottom: 22px;font-weight: bold;padding: 0 10px; color:#727272}
.index .service ul li i{width: 60px;height: 1px;background: #595757;display: block;margin: auto;margin-bottom: 36px;transition: all .5s;}
.index .service ul li span{display: block;font-size: 16px;line-height: 26px;padding: 0 15px;height: 52px;overflow: hidden;}
.index .service ul li .box:hover{background: var(--colour1);box-shadow: 0px 0px 20px #aaa;color: #fff;}
.index .service ul li:hover i{background: #fff;}
@media (max-width: 1600px){
.index .service{padding-top: 40px;}
.index .service ul li .box{width: 298px;padding-bottom: 30px;border:1px solid #ededed;}
.index .service ul li img{margin-top: 30px;width: 120px;height: 120px;}
.index .service ul li p{font-size: 20px;margin-top: 20px;margin-bottom: 15px;}
.index .service ul li i{margin-bottom: 20px;}
.index .service ul li span{font-size: 13px;line-height: 22px;height: 44px;}}



.ui-piclist{margin:0 -.75%;padding:0 0 .25% 0;list-style:none;overflow:hidden;font-size:0;}
.ui-piclist:after{content:" ";clear:both;display:table;}
.ui-piclist-item{float:left;width:23.5%;padding:0;margin:0 .75% 1.5% .75%;background:#fff;border:1px solid #eaeaea;position:relative;z-index:1;}
.ui-piclist-item:hover{box-shadow:0 1px 20px rgba(0,0,0,0.1);}
.ui-piclist-item .ui-progress{position:absolute;top:32%;left:10px;right:10px;z-index:2;}
.ui-piclist-item .error{position:absolute;top:0;left:0;right:0;background:#F00;color:#fff;padding:8px;font-size:12px;z-index:2;text-align:center;}
.ui-piclist-item.disabled,.ui-piclist-item.disabled a{cursor:not-allowed;}
.ui-piclist-image{position:relative;overflow:hidden;padding-bottom:56.2%;}
.ui-piclist-image img{width:100%;position:absolute;z-index:1;}
.ui-piclist-image svg{width:100%;height:100%;z-index:1;color:#fff;font-size:24px;text-anchor:middle;position:absolute;}
.ui-piclist-image .upload{width:100%;height:100%;position:absolute;display:flex;justify-content:center;align-items:center;font-size:40px;color:#ccc;cursor:pointer;background:#f9f9f9;}
.ui-piclist-image .upload:hover{color:#333;}
.ui-piclist-image em{position:absolute;right:-74px;top:10px;z-index:10;width:200px;line-height:32px;background:#2DB7F5;color:#fff;font-size:13px;text-align:center;font-style:normal;transform:rotate(45deg);}
.ui-piclist-image em.bg-red{background:#ED4014;}
.ui-piclist-image em.bg-yellow{background:#F37B1D;}
.ui-piclist-image em.bg-blue{background:#1890FF;}
.ui-piclist-image em.bg-green{background:#19BE6B;}
.ui-piclist-image em.bg-info{background:#2DB7F5;}
.ui-piclist-body{padding:15px;}
.ui-piclist-title{font-size:16px;}
.ui-piclist-flex{margin:10px 0 5px 0;display:flex;align-items:center;}
.ui-piclist-price{color:#333;flex:1;font-size:14px;}
.ui-piclist-price strong{font-size:16px;color:#ED4014;}
.ui-piclist-price del,.ui-piclist-price span{color:#999;display:block;font-size:12px;}
.ui-piclist-flex .action{}
.ui-piclist-flex .action a.ui-btn{border-radius:50px;padding:0 20px;font-size:16px;}
.ui-piclist-col-2 .ui-piclist-item{width:48.5%;}
.ui-piclist-col-3 .ui-piclist-item{width:31.8%;}
.ui-piclist-col-5 .ui-piclist-item{width:18.5%;}
.ui-piclist-1-1 .ui-piclist-image{padding-bottom:100%;}
.ui-piclist-3-2 .ui-piclist-image{padding-bottom:66.6%;}
.ui-piclist-3-4 .ui-piclist-image{padding-bottom:133.3%;}
.ui-piclist-4-3 .ui-piclist-image{padding-bottom:75%;}
.ui-piclist-16-9 .ui-piclist-image{padding-bottom:56.2%;}
.ui-piclist-100 .ui-piclist-image img{min-height:100%;}
.ui-piclist-image .upload-action{position:absolute;width:100%;height:100%;bottom:-100%;display:flex;justify-content:center;align-items:center;font-size:15px;z-index:2;background:rgba(0,0,0,.4);transition:all .5s ease 0s;}
.ui-piclist-image .upload-action a{font-size:30px;color:#ccc;margin:0 5px;}
.ui-piclist-image .upload-action a:hover{color:#fff;}
.ui-piclist-image:hover .upload-action{bottom:0;}
.ui-piclist-top{margin-top:-15px;}















.index .ipro{padding-top: 35px; background: #fff;}
.index .ipro .bd{position: relative;margin-top: 50px;}
.index .ipro .bd .tempWrap{width: 100%!important;}
.index .ipro .bd li{float: left;width: 388px;margin-right: 18px; }
.index .ipro .bd li a{display: block;width: 100%;margin-bottom: 18px;height: 341px; background:#f6f6f6;}
.index .ipro .bd li .img{position: relative;width: 100%;height: 291px;overflow: hidden;}
.index .ipro .bd li .img img{width: 90%;height: 90%;display: block; margin-left:5%; margin-top:5%}
.index .ipro .bd li .img .bg{position: absolute;top: 0;width: 100%;height: 100%;background: var(--colour4) url(../style/so.png) center no-repeat;opacity: 0;transform: scale(0);transition: all .5s;}
.index .ipro .bd li h3{font-size: 20px;line-height: 45px;color: #323232;text-align: center;padding: 0 10px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .5s;}
.index .ipro .bd li a:hover .img .bg{opacity: 1;transform: scale(1);}
.index .ipro .bd li a:hover h3{color: #fff;background: var(--colour1);}
.index .ipro .prev,.index .ipro .next{position: absolute;top: 50%;margin-top: -37px;display: block;width: 56px;height: 56px;background: var(--colour1);border-radius: 50%;cursor: pointer;}
.index .ipro .prev{left: -100px;}
.index .ipro .next{right: -100px;}
.index .ipro .prev:after,.index .ipro .prev:before,
.index .ipro .next:after,.index .ipro .next:before{content:"";display: block;position: absolute;left: 15px;width: 22px;height: 5px;background: #fff;transition: all .5s;}
.index .ipro .prev:after,.index .ipro .next:after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.index .ipro .prev:before,.index .ipro .next:before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.index .ipro .prev:after{top: 32px;}
.index .ipro .prev:before{top: 19px;}
.index .ipro .next:after{top: 19px;left: auto;right: 15px;}
.index .ipro .next:before{top: 32px;left: auto;right: 15px;}
/*关于我们*/
.index .about{  margin-top:60px }
.index .about .in_title{color: #fff;margin-top: 80px;}
.index .about .txt{margin-top:20px;}
.index .about .txt .img{width: 580px;height: 345px;border: 10px solid var(--colour1);}
.index .about .txt .img img{width: 100%;height: 100%;display: block;}
.index .about .txt .con{width: 560px;color: #000;font-size: 16px;line-height: 36px;text-align: justify;height: 360px;overflow: hidden;}


.index .about  .more {
    display: inline-block;
    padding: 5px 40px;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 5px 5px 0 #eee;
	margin-top:20px;
	float:left;
	background:#2161c3
}

.index .about  .more:hover {
    background: #0E77EA;
    border-color: #0E77EA;
    color: #fff;
}


.index .about ul {
	overflow: hidden;
	margin-top:30px; 
	margin-left: -30px;
}
.index .about li {
	 
	float: left;
	width: 25%;
	padding-bottom: 30px;
	margin-bottom: -1px;
}
.index .about li .wrap {
	line-height: 1;
	border-right: 1px solid #eee;
	margin-left: 40%;
}
.index .about li p {
	font-size: 14px;
	line-height: 1;
	text-align: left;
	margin-top: 15px;
	text-indent: 0;
}
.index .about li .num strong {
	font-size:40px;
	color: #2161c3;
	font-family: Impact;
	margin-right: 5px;
}
.index .about li.active {
	border-bottom: 3px solid #b62020;
}
.index .about li:last-child .wrap {
	border-right: 0;
}





/*生产设备*/
.index .icase{padding: 60px 0; background:#f6f6f6}
.index .icase .bd{position: relative;margin-top: 50px;}
.index .icase .bd .tempWrap{width: 100%!important;}
.index .icase .bd li{float: left;width:288px;margin-right: 18px;}
.index .icase .bd li a{display: block;width: 100%;margin-bottom: 18px;}
.index .icase .bd li .img{position: relative;width: 100%;height:360px;overflow: hidden;}
.index .icase .bd li .img img{width: 100%;height: 100%;display: block;}
.index .icase .bd li .img .bg{position: absolute;top: 0;width: 100%;height: 100%;background: var(--colour4) url(../style/so.png) center no-repeat;opacity: 0;transform: scale(0);transition: all .5s;}
.index .icase .bd li h3{font-size: 20px;line-height: 65px;color: #323232;text-align: center;padding: 0 10px;background: #fff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .5s;}
.index .icase .bd li a:hover .img .bg{opacity: 1;transform: scale(1);}
.index .icase .bd li a:hover h3{color: #fff;background: var(--colour1);}
.index .icase .prev,.index .icase .next{position: absolute;top: 50%;margin-top: -37px;display: block;width: 56px;height: 56px;background: var(--colour1);border-radius: 50%;cursor: pointer;}
.index .icase .prev{left: -100px;}
.index .icase .next{right: -100px;}
.index .icase .prev:after,.index .icase .prev:before,
.index .icase .next:after,.index .icase .next:before{content:"";display: block;position: absolute;left: 15px;width: 22px;height: 5px;background: #fff;transition: all .5s;}
.index .icase .prev:after,.index .icase .next:after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.index .icase .prev:before,.index .icase .next:before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.index .icase .prev:after{top: 32px;}
.index .icase .prev:before{top: 19px;}
.index .icase .next:after{top: 19px;left: auto;right: 15px;}
.index .icase .next:before{top: 32px;left: auto;right: 15px;}
/*新闻资讯*/


.home_news{margin-top:30px;display:flex;flex-wrap:wrap;}
.home_news .home_news_item{margin:0 20PX 30px 0;width:580PX;}
.home_news .home_news_item:nth-child(even){margin-right:0;}
.home_news_body{box-shadow:0px 0px 4px rgba(0, 0, 0, 0.1);backgroud:#fff;padding:20px;border-radius:5px;display:flex;align-items:center;}
.home_news_body .date{width:90px;text-align:center;padding-right:20px;margin-right:30px;border-right:1px solid #eee;}
.home_news_body .date h4{font-size:30px;font-family:Politica;color:#999;margin:0;}
.home_news_body .date p{color:#999;font-size:14px;font-family:Verdana;}
.home_news_body .body{flex:1;overflow:hidden;transition:all 0.5s ease;}
.home_news_body .body h4{font-size:18px;font-weight:400;color:#515050;}
.home_news_body .body p{color:#c2c2c2;}
.home_news_body .body h4 a:hover{color:#0E77EA;}
.home_news_body:hover{box-shadow:0px 0px 30px rgba(0, 0, 0, 0.15);}
.home_news_body:hover .body{transform:translateX(5px);}
.home_news_item:hover .body h4 a{color:#1890FF;}
.home_news_item:hover .body p{color:#666;}



.index .inews{padding-top: 60px;  }
.index .inews .cont{margin-top: 60px;}
.index .inews .newsimg{width: 500px;}
.index .inews .newsimg .img{width: 100%;height: 375px;overflow: hidden;}
.index .inews .newsimg .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.index .inews .newsimg .txt{position: relative;padding-top: 30px;}
.index .inews .newsimg h3{color: #2e2e2e;font-size: 18px;font-weight: bold;line-height: 18px;padding-bottom: 10px;margin-right: 90px;transition: all .5s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.index .inews .newsimg span{position: absolute;top: 30px;right: 0;color: #8c8c8c;}
.index .inews .newsimg p{color: #8c8c8c;font-size: 14px;line-height: 23px;text-align: justify;height: 44px;overflow: hidden;}
.index .inews .newsimg:hover .img img{transform: scale(1.1);}
.index .inews .list{width: 630px;}
.index .inews .list li{padding: 32px 0;border-top: 1px solid #e4e4e4;}
.index .inews .list li:first-child{padding-top: 0;border-top: 0;}
.index .inews .list li:last-child{padding-bottom: 0;}
.index .inews .list li a{display: block;}
.index .inews .list li h3{color: #2e2e2e;font-size: 18px;font-weight: bold;line-height: 18px;padding-bottom: 10px;transition: all .5s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.index .inews .list li p{color: #8c8c8c;line-height: 23px;text-align: justify;height: 44px;overflow: hidden;}
.index .inews .list li .time{display: block;width: 91px;height: 70px;color: #929191;font-size: 16px;line-height: 30px;margin-right: 25px;padding-right: 20px;text-align: center;border-right: 1px solid #d5d5d5;}
.index .inews .list li .time b{font-weight: normal;display: block;color: #272727;font-size: 32px;padding-top: 4px;padding-bottom: 10px;}
/*合伙客户*/
.index .partner{padding: 40px 0 0 0;}
.index .partner ul{margin-top:40px;}
.index .partner ul li{float: left;width: 236px;height: 90px;margin-right: 5px;margin-bottom: 5px;cursor: pointer;overflow: hidden;border: solid 1px #ddd;}
.index .partner ul li:nth-child(5n){margin-right: 0;}
.index .partner ul li img{width: 100%;height: 100%;display: block;transition: all .5s;}
.index .partner ul li:hover img{transform: scale(1.1);}
/*友情链接*/
.links_main{line-height: 90px;height: 90px;overflow: hidden;}
.links_main span{color: var(--colour1);font-size: 36px;font-weight: bold;margin-right: 20px;display: block;float: left;}
.links_main a{display: inline-block;color: #666;font-size: 13px;line-height: 20px;padding: 5px 11px;margin: 29px 0;margin-right: 10px;border: 1px solid #eaeaea;border-radius: 3px;float: left;}
.links_main a:hover{color: var(--colour1);border-color: var(--colour1);}
/*网站底部*/

.footer{border-top:4px solid #0E77EA;background:#19171a;padding:40px 0;min-height:200px;color:#8b8b8b;min-width:1280px;}
.footer_item{width:15%;padding-left:4%;border-left:1px solid #444;position:relative;}
.footer_item:after{display:block;content:"";width:3px;height:30px;top:0;left:-2px;position:absolute;background:#0E77EA;}
.footer_item h4{font-size:18px;color:#fff;}
.footer_item h5{font-size:16px;color:#fff;}
.footer_item .footer_menu{line-height:36px;}
.footer_item .footer_menu a{display:block;color:#8b8b8b;transition:all 0.5s ease;}
.footer_item .footer_menu a:hover{color:#fff;transform:translateX(10px);}

.footer_last{width:auto;padding-left:4%;}
.footer_tel{font-family:'Impact';font-size:30px;color:#fff;}
.footer_tel img{max-width:100px;margin-top:10px;display:block;}

.copyright{background:#19171a;line-height:26px;padding:15px 0;text-align:center;color:#8b8b8b;border-top:1px solid #333;min-width:1280px;}
.copyright a{color:#8b8b8b;}
.copyright a:hover{color:#0E77EA;}

.container{min-height:300px;}
.container .width{margin:30px auto;}
.container-left{width:250px;margin-right:30px;}
.container-right{flex:1;overflow:hidden;}



/*二维码弹窗*/
.ewmbox{width: 300px;height: 320px;padding-top: 20px;background: #fff;z-index: 9999;position: fixed;left: 50%;top: 50%;margin: -170px 0 0 -150px;text-align: center;font-size: 16px;display: none;}
.ewmbox .close{width: 32px;height: 32px;position: absolute;top: -25px;right: -40px;cursor: pointer;border-radius: 100%;background: #f3f3f3 url(../style/dialogClose.png) no-repeat center center;transition: all ease 300ms;}
.ewmbox .close:hover{transform: rotate(180deg);}
.ewmbox img{width: 260px;height: 260px;display: block;margin: 0 auto 10px;}
.dialog-layout{width: 100%;height: 100%;position: fixed;z-index: 100;top: 0;left: 0;background: #000;opacity: 0.3;filter: alpha(opacity=30);}
/*浮动客服*/
.toolbar{position: fixed;top: 50%;right:1px;margin-top: -163px;z-index: 100;width:40px;}
.toolbar dd{position: relative;float: left;width: 40px;height:50px;background: var(--colour1);margin-top:5px;border-radius: 5px;color: #fff;font-size: 14px;line-height:20px;text-align: center;cursor: pointer;transition: all .5s; }
.toolbar dd:first-child{margin-top: 0;}
.toolbar dd i{width: 100%;height: 30px;display: block;margin-top: 13px;background: url(../style/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y: 0;}
.toolbar dd.tel i{background-position-y: -30px;}
.toolbar dd.code i{background-position-y: -60px;}
.toolbar dd.top i{background-position-y: -90px;}
.toolbar dd span{display: block;color: #fff;}
.toolbar dd.tel .box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: var(--colour1);opacity: 0;transition: all .5s;}
.toolbar dd.tel .box p{font-size: 14px;margin: 15px auto 7px;}
.toolbar dd.tel .box h3{font-size: 18px;font-weight: bold;}
.toolbar dd.tel .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent var(--colour1);;border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .box{position: absolute;top: 0;width: 162px;padding: 11px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background: var(--colour1);opacity: 0;transition: all .5s;}
.toolbar dd.code .box img{width: 140px;height: 140px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent var(--colour1);;border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #333;}
.toolbar dd.tel:hover .box{opacity: 1;right: 80px;}
.toolbar dd.code:hover .box{opacity: 1;right: 80px;}
/*内页大图*/
.nybanner{position: relative;height: 400px;overflow: hidden;background-position: center;background-repeat: no-repeat;background-image: url(../style/nybanner.jpg);}
.nybanner .w1200{height: 100%;padding-left:120px;position:relative;box-sizing: border-box;}
.nybanner .title{color:#fff;font-size:46px;line-height: 60px;font-weight:600;padding-top: 120px;text-shadow: 0 2px 3px rgb(0 0 0 / 50%);}
.nybanner .title span{position: relative;font-size:24px;margin-left:20px;border-left: 1px solid #fff;padding-left:20px;font-weight:300;text-transform: uppercase;}
.nybanner .title p{color:#fff;font-size:18px;line-height: 27px;margin-top: 5px;font-weight:300;}
.nybanner .position{position:absolute;bottom:-1px;left:0;right:0;height:40px; line-height:40px;background: rgba(255,255,255,.8);border-radius:4px 4px 0 0;box-shadow:0px 0px 30px rgba(0,0,0,0.1);}
.nybanner .position s{position: relative;top: -2px;width: 15px;height: 13px;margin-right: 10px;background-position: bottom left;}
.nybanner .position a{font-size: 13px;line-height: 30px;}
.nybanner .position i:after{padding: 0 5px;content:">>";color:#999;font-size: 12px;font-family:宋体;display: inline-block;}
.bg_main{padding-bottom: 50px;min-height: 640px;}
.sub_nav{height:75px;line-height: 33px;padding-bottom: 20px;border-bottom: 1px solid #f2f2f2;padding-top: 20px;}
.sub_nav .fl{color: var(--colour1);font-size: 30px;}
.sub_nav .fr li{float: left;}
.sub_nav .fr li a{padding: 0 20px;border: 1px solid #e6e6e6;display: block;margin-left: 10px;color: #666;}
.sub_nav .fr li a:hover,
.sub_nav .fr li a.hover{background: var(--colour1);color: #fff;border: 1px solid var(--colour1);;}
.menu_pro{line-height: 52px;position:relative;z-index:1;text-align: center;padding-top: 40px;}
.menu_pro li{margin: 5px;display: inline-block;}
.menu_pro li a{display: block;border: 1px solid #dcdcdc;text-align: center;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;overflow: hidden;height: 35px;line-height: 35px;padding: 0 10px;}
.menu_pro li:hover a,.menu_pro li.hover a{border: 1px solid var(--colour1);color: #fff;background: var(--colour1);}
.case{margin-top: 40px;}
.case ul{width: 100%;}
.case li{width: 380px;float: left;margin-right: 30px;margin-bottom: 30px;transition: all .5s;}
.case li:nth-child(3n){margin-right: 0;}
.case li .img{width: 100%;height: 284px;display: block;border: 1px solid #eaeaea;border-bottom: none;overflow: hidden;box-sizing: border-box;}
.case li .img img{width: 100%;height: 100%;transition: all .5s;}
.case li:hover .img img{transform: scale(1.1);}
.case li .p{border: 1px solid #efefef;display: block;padding: 0 19px;height: 108px;border-top: none;box-sizing: border-box;}
.case li .p p{border-bottom: 1px solid #eaeaea;height: 58px;line-height: 58px;margin-bottom: 10px;font-size: 18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s;}
.case li .p  span{color: #666;transition: all .5s;}
.case li .p i{width: 32px;height: 12px;}
.case li .p .fl{font-size: 12px;font-family: arial;}
.case li:hover a span{color:var(--colour1);;}
.case li:hover a p{color:var(--colour1);;}
.case li:hover{box-shadow: 0 1px 20px rgb(0 0 0 / 10%);}
.news{padding-top: 50px;}
.bg_main .news_ul{padding-bottom: 40px;}
.bg_main .news_ul li{border-bottom: 1px solid rgba(0,0,0,.06);padding: 30px 0;}
.bg_main .news_ul li a{display: flex;}
.bg_main .news_ul li .img{position:relative;width: 200px;height: 150px;margin-right: 30px;overflow: hidden;}
.bg_main .news_ul li .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.bg_main .news_ul li .txt{flex: 1;overflow: hidden;padding-right: 20px;}
.bg_main .news_ul li .txt h3{font-size: 20px;line-height: 30px;font-weight:600;margin-top: 5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s;}
.bg_main .news_ul li .txt .hits{color: #999;font-size: 14px;line-height: 30px;}
.bg_main .news_ul li .txt p{color: #aaa;font-size: 14px;line-height: 28px;text-align: justify;transition: all .5s;height: 80px;overflow: hidden;}
.bg_main .news_ul li .date{width:115px;padding: 24px 0 24px 35px;font-size:26px;line-height: 50px;color:#999;font-weight: normal;position:relative;text-align: center;}
.bg_main .news_ul li .date:after{display:block;content:"";width:1px;height: 100%;background:#f3f3f3;left:10px;top: 0;position:absolute;}
.bg_main .news_ul li .date span{display: block;}
.bg_main .news_ul li:hover .img img{transform: scale(1.1);}
.bg_main .news_ul li:hover .txt h3{color:var(--colour1);;}
.bg_main .news_ul li:hover .txt p{color: #666;}
.detail{padding-top: 50px;}
.detail .title{padding-bottom: 20px;border-bottom: 1px solid #f3f3f3;text-align: center;margin-bottom: 20px;}
.detail .title h1{font-size: 30px;font-weight: bold;padding-bottom: 15px;}
.detail .title span{line-height: 18px;font-family: arial;color: #999;margin-right: 14px;}
.detail .title span:last-child{margin-right: 0;}
.detail .title i{width: 23px;height: 16px;background-position: -73px 0;margin-right: 10px;}
.detail .title .i2{background-position: -104px 0;margin-left: 30px;}
.detail .context{color: #666;line-height: 30px;text-align: justify;padding-bottom: 25px;}
.detail .context img{max-width: 1200px;}
/* reLink*/
.reLink{height: 38px;line-height: 38px;border: 1px solid #e6e6e6;padding: 0 15px;margin-bottom: 50px;color: #666;}
.reLink .nextLink, .reLink .prevLink{width: 49%;}
.reLink .nextLink{text-align: right;}
.reLink a{color: #666;}
.reLink a:hover{color: var(--colour1);}
/* pager*/
.pager{padding: 30px 0 30px;text-align: center;*zoom: 1;*padding: 40px 0 30px;}
.pager:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.pager p{height: 26px;line-height: 26px;display: inline-block;*display: inline;*zoom: 1;display: none;}
.pager ul{display: inline-block;*display: inline;*zoom: 1;overflow: hidden;}
.pager ul li{float: left;margin: 0 5px;padding: 0 !important;height: auto !important;border: none !important;}
.pager ul a{line-height: 30px;padding: 0 10px;transition: all ease 300ms;color: #000000;text-decoration: none;float: left;border: 1px solid #ddd;}
.pager ul a.current,
.pager ul a:hover{color: #fff;border: 1px solid #0a408a;background: #0a408a;}
.contact .box1{line-height: 18px;padding: 48px 0 0px;overflow: hidden;}
.contact .box1 ul{width: 125%;}
.contact .box1 li{float: left;width: 230px;margin-right: 250px;}
.contact .box1 li i{width: 56px;height: 56px;background-position: -142px 0;float: left;}
.contact .box1 li b{font-size: 18px;font-family: arial;font-weight: 100;}
.contact .box1 li td{vertical-align: middle;height: 56px;padding-left: 5px;}
.contact .box1 .l2 i{background-position: -204px 0;}
.contact .box1 .l3 i{background-position: -267px 0;}
.contact .box2{margin-bottom: 75px;}
.contact .box2 #map1_container,
.contact .box2 #allmap1{width: 100%;height: 400px;}
.contact .box3 h1{font-size: 36px;padding-bottom: 15px;text-align: center;}
.contact .box3 p{font-size: 16px;color: #828282;line-height: 24px;padding-bottom: 46px;text-align: center;}
.contact .box3 b{color: var(--colour1);}
.formData{padding-bottom: 20px;}
.formData .item{float: left;color: #999;font-weight: normal;width: 560px;height: 50px;line-height: 50px;border: 1px solid #e4e4e4;margin-right: 76px;margin-bottom: 30px;border-radius: 5px;position: relative;box-sizing: border-box;transition: all .5s;}
.formData .item:hover{color:#495057;background:#fff;border-color: var(--colour1);outline:0;box-shadow: 0 0 0 2px var(--colour5);}
.formData .item label{padding-left: 15px;position: absolute;left: 0;top: 0;z-index: 11;text-align: center;display: block;margin: 0;height: 48px;line-height: 48px;font-size: 18px;color: #666;}
.formData .item input{outline: none; line-height: 38px; height: 38px; font-size: 18px;}
.formData .item .txt{width: 100%;height: 48px;line-height: 48px;display: block;background: none;padding-left: 70px;border: 0 none;color: #666;box-sizing: border-box;}
.formData .item .red{position: absolute; right: 15px; top: 0; color: #ff0000; z-index: 11;}
.formData .item.mr0{margin-right: 0;}
.formData .msg-box{position: absolute; left: 0; top: 0px;}
.formData .liuyan{width: 1198px; height: 240px; border: 1px solid #e5e5e5; float: left;}
.formData .liuyan label{text-align: right;display: block;top: 4px;}
.formData .liuyan textarea{width: 100%;height: 100%;line-height: 35px;padding: 12px 10px;text-indent: 100px;font-size: 18px;font-family: "microsoft yahei";color: #666;border: 0 none;overflow: hidden;background: none;resize: none;display: block;outline: none;box-sizing: border-box;}
.formData .bot{width: 100%;}
.formData .sub{width: 232px;line-height: 46px;border: 2px solid var(--colour1);;margin-right: 2px;text-align: center;background: var(--colour1);color: #FFF;cursor: pointer;font-size: 18px;display: block;outline: none;transition: all .5s;}
.formData .sub:hover{background: none;color: var(--colour1);}
.formData .yzm{width: 432px;}
.formData .yzm .txt{padding-left: 80px;}
.formData .yzm img{position: absolute;right: 3px;top: 3px;border: 0px;display: block;}
.about .box1{padding-top: 105px;padding-bottom: 100px;overflow: hidden;}
.box1_add{padding: 70px 0;}
.about .box1 .fl{padding-top: 32px;}
.about .box1 .fl h1{font-size: 80px;text-transform: uppercase;font-family: arial;line-height: 80px;}
.about .box1 .fl p{font-size: 24px;padding-bottom: 88px;}
.about .box1 .fl i{width: 54px;height: 54px;background-position: 0 -99px;cursor: pointer;position: relative;display: block;float: left;}
.about .box1 .fl i img{position: absolute;left: 20px;bottom: 56px;width: 0px;height: 0px;opacity: 0;filter: alpha(opacity=0);transition: ease-in-out .2s;}
.about .box1 .fl i:hover img{filter: alpha(opacity=100);opacity: 1;left: 0;height: 80px;width: 80px;}
.about .box1 .fl .i2{background-position: -58px -99px;margin-left: 20px;}
.about .box1 .fr{width: 611px;}
.about .box1 .fr h1{font-size: 24px;font-weight: 100;}
.about .box1 .fr span{display: block;background: #b0b0b0;width: 20px;height: 2px;margin: 13px 0 24px;}
.about .box1 .fr h2{font-size: 18px;}
.about .box1 .fr p{line-height: 30px;padding-top: 12px;}
.about .box1 .fr i{width: 54px;height: 54px;background-position: -59px -35px;margin-top: 35px;transition: ease-in-out .2s;}
.about .box1 .fr a:hover{cursor: pointer;}
.about .box1 .fr a:hover i{margin-left: 15px;}
.about .bg_20{height: 20px;width: 100%;background: #eaeaea;}
.about .box2{padding-bottom: 94px;}
.about .box2 .con{margin-top: 40px;}
.about .box2 .con .fl{width: 410px;height: 428px;overflow: hidden;}

.about .box2 .con .fl img{width: 410px;height: 428px;}
.about .box2 .con .fr .img{width: 380px;height: 214px;overflow: hidden;display: block;}
.about .box2 .con .fr .img img{width: 380px;height: 214px;transition: .9s;}
.about .box2 .con .fr .p{display: block;padding-left: 20px;width: 360px;height: 214px;}
.about .box2 .con .fr .p h1{font-size: 24px;line-height: 60px;font-weight: 100;}
.about .box2 .con .fr .p i{width: 54px;height: 54px;background-position: -59px -35px;margin-top: 35px;transition: ease-in-out .2s;}
.about .box2 .con .fr li:hover{cursor: pointer;}
.about .box2 .con .fr li:hover h1,
.about .box2 .con .fr li:hover p{color: #333;}
.about .box2 .con .fr li:hover i{margin-left: 15px;}
.about .box2 .con .fr li{float: left;}
.about .box2 .con .fr li:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.about .box3{background: url(../images/about_bg.jpg) center top no-repeat;width: 100%;height: 457px;padding-top: 93px;}
.about .box3 .w1200{overflow: hidden;}
.about .box3 .fl{width: 500px;}

.about .box3 .fl h1{font-size: 36px;color: #fff;font-weight: 100;padding-bottom: 25px;}
.about .box3 .fl span{display: block;width: 40px;height: 2px;background: #ffd200;margin-bottom: 25px;}
.about .box3 .fl p{color: #fff;line-height: 24px;}
.about .box3 .fl i{width: 54px;height: 54px;cursor: pointer;background-position: 0px -35px;margin-top: 35px;transition: ease-in-out .2s;}
.about .box3 .fl a:hover i{margin-left: 15px;}
.about .box3 .fr .picScroll-left{overflow: hidden;position: relative;margin-top: 68px;height: 225px;width: 620px;}
.about .box3 .fr .picScroll-left .hd{overflow: hidden;}
.about .box3 .fr .picScroll-left .hd .prev,
.about .box3 .fr .picScroll-left .hd .next{display: block;left: 0;top: 50%;margin-top: -36px;width: 30px;height: 72px;position: absolute;z-index: 10;background-position: -133px -67px;cursor: pointer;display: none;}
.about .box3 .fr .picScroll-left .hd .next{left: auto;right: 0;background-position: -164px -67px;}

.about .box3 .fr .picScroll-left:hover .hd .prev,
.about .box3 .fr .picScroll-left:hover .hd .next{display: block;}
.about .box3 .fr .picScroll-left .hd ul{float: right;overflow: hidden;margin-top: 10px;zoom: 1;}
.about .box3 .fr .picScroll-left .hd ul li{float: left;width: 9px;height: 9px;overflow: hidden;margin-right: 5px;text-indent: -999px;cursor: pointer;background: url("../images/icoCircle.gif") 0 -9px no-repeat;}
.about .box3 .fr .picScroll-left .hd ul li.on{background-position: 0 0;}
.about .box3 .fr .picScroll-left .bd ul{overflow: hidden;zoom: 1;}
.about .box3 .fr .picScroll-left .bd ul li{margin-right: 20px;float: left;_display: inline;overflow: hidden;text-align: center;}
.about .box3 .fr .picScroll-left .bd ul li img{width: 300px;height: 225px;}
.bg_top{height: 50px;background: #eaeaea;width: 100%;}
.showPro{padding-top: 50px;}
.showPro .reLink{margin-bottom: 0;}
.showPro .showContxt{padding: 30px 0 35px;color: #666;font-size: 14px;line-height: 30px;text-align: justify;}
.showPro .showContxt img{max-width: 100%;height: auto !important;}
.showPro .showimgCon{padding: 0 0 30px;font-size: 16px;line-height: 32px;}
.showPro .showimgCon .txtcon{width: 720px;height: 423px;float: right;position: relative;}
.showPro .showimgCon .txtcon .tit{position: relative;font-size: 20px;margin-bottom: 15px;color: var(--colour1);font-weight: bold;line-height: 24px;padding-bottom: 14px;border-bottom: 1px solid #dddddd;padding-right: 60px;}
.showPro .showimgCon .txtcon .tit .goBack{position: absolute;right: 0;top: 0;color: #999999;font-size: 14px;display: block;font-weight: normal;cursor: pointer;}
.showPro .showimgCon .txtcon .tit .goBack s{width: 20px;height: 20px;background-position: -440px -62px;margin-left: 6px;}
.showPro .showimgCon .txtcon .tit .goBack:hover{color: #047fcc;}
.showPro .showimgCon .txtcon .txt{font-size: 14px;line-height: 28px;color: #666;text-align: justify;}
.showPro .showimgCon .txtcon .txt .item{margin-bottom: 7px;max-height: 144px;overflow: hidden;}
.showPro .showimgCon .txtcon .tel-btn{width: 100%;position: absolute;left: 0;bottom: 0;border-top: 1px solid #ddd;padding-top: 40px;}
.showPro .showimgCon .txtcon .tel-btn .btn{width: 118px;float: right;height: 40px;line-height: 40px;margin-top: 5px;font-size: 20px;text-align: center;color: #fff;cursor: pointer;background: var(--colour1);}
.showPro .showimgCon .txtcon .tel-btn .btn:hover{background: #333;}
.showPro .showimgCon .txtcon .tel-btn .tel{width: 280px;float: left;}
.showPro .showimgCon .txtcon .tel-btn .tel span,
.showPro .showimgCon .txtcon .tel-btn .tel strong{display: block;color: #666;}
.showPro .showimgCon .txtcon .tel-btn .tel s{width: 42px;height: 42px;display: block;float: left;margin-right: 6px;margin-top: 4px;background-position:-15px bottom;}
.showPro .showimgCon .txtcon .tel-btn .tel span{font-size: 16px;line-height: 20px;}
.showPro .showimgCon .txtcon .tel-btn .tel strong{color: var(--colour1);font-size: 28px;line-height: 28px;}
.showPro .showimg{width: 442px;position: relative;float: left;overflow: hidden;}
.showPro .showimg .bigimg{height: 334px;display: block;position: relative;border: 1px solid #dddddd;}
.showPro .showimg .bigimg .list{width: 5000%;}
.showPro .showimg .bigimg .list li{width: 440px;height: 332px;float: left;border: 0;margin-right: 1px;}
.showPro .showimg .bigimg .list img{width: 100%;height: 100%;display: block;transition: all ease 300ms;}
.showPro .showimg .smallimg{width: 440px;height: 106px;position: relative;padding-top: 30px;z-index: 10;overflow: hidden;}
.showPro .showimg .list{width: 357px;overflow: hidden;position: relative;margin: 0 auto;}
.showPro .showimg .listcon{width: 600% !important;position: relative;}
.showPro .showimg .prev,
.showPro .showimg .next{width: 20px;height: 76px;z-index: 10;position: absolute;top: 30px;cursor: pointer;background: #f9f9f9 url(../style/show-btn-ico.png) no-repeat 0 center;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.showPro .showimg .prev:hover,.showPro .showimg .next:hover{background-color: #f9f9f9;}
.showPro .showimg .prev{left: 0;background-position: 3px center;}
.showPro .showimg .next{right: 0;background-position: -84px center;}
.showPro .showimg li{width: 94px;height: 70px;margin-right: 28px;float: left;cursor: pointer;position: relative;border: 3px solid #fff;transition: all .5s;}
.showPro .showimg li img{width: 100%;height: 100%;display: block;}
.showPro .showimg li.on{width: 94px;height: 70px;border: 3px solid var(--colour1);;}
.relateTit{height: 58px;line-height: 58px;border-bottom: 1px solid #e4e4e4;margin: 0 auto;width: 1200px;}
.relateTit h3{font-size: 18px;display: inline-block;*display: inline;*zoom: 1;position: relative;}
.relateTit h3 .line{width: 100%;height: 2px;display: block;position: absolute;left: 0;bottom: -1px;background: var(--colour1);}
#ie{position: fixed;top: 0;width: 100%;height: 100%;z-index: 9999;background: #00aeff;}
#ie p{position: absolute;top: 50%;margin-top: -60px;left: 50%;margin-left: -540px;width: 1080px;color: #fff;font-size: 20px;line-height: 2;text-align: center;}

.digsup{display:flex;justify-content:center;margin:30px 0 10px 0;}
.digsup a{display:block;cursor:pointer;margin:0 15px;width:70px;height:70px;margin-bottom:10px;line-height:60px;text-align:center;border-radius:50%;box-shadow:0px 0px 30px rgba(0,0,0,0.1);position:relative;}
.digsup a i{font-size:30px;color:#999;}
.digsup a em{display:block;font-family:verdana;color:#999;position:absolute;bottom:-15px;left:0;right:0;}
.digsup a:hover{box-shadow:0px 0px 30px rgba(0,132,255,0.3)}
.digsup a:hover i{color:#f60;}

/*网站标签*/
.tags_list{overflow:hidden;line-height:30px;padding: 10px;border-bottom:1px solid #ddd;}
.tags_list dt{float: left;margin-right: 2%;margin-bottom: 2%;width: 14.66666667%;}
.tags_list dt a{display:block;text-align:center;background: #ececec;font-size:14px;padding:8px 0;font-weight:normal;}
.tags_list dt a:hover{background: #ccc;color:#fff;}
.tags{overflow:hidden;margin-bottom: 20px;}
.tags span{float: left;display: block;line-height: 40px;}
.tags a{border-radius: 4px;-webkit-border-radius: 4px;display: inline-block;line-height: 28px;padding: 0 6px;margin: 5px;background: #fff;border: 1px solid #dadada;}
.tags a:hover {background: var(--colour1);border-color: var(--colour1);color: #fff;}

/*视频样式*/
video {background-color: #000;}
/*相关内容*/
.relate-tit{width: 100%;height: 39px;line-height: 40px;background: #fafafa;border-bottom: 1px solid #CCC;}
.relate-tit h3{float: left;font-size: 14px;line-height: 40px;display: block;padding: 0 30px;background: var(--colour1);color: #FFF;}
.relate-pro{margin: 20px 0;}
.relate-pro ul{margin-top: 20px;}
.relate-pro ul li{float: left;width: 210px;margin-right: 10px;transition: all .5s;}
.relate-pro ul li:nth-child(4n){margin-right: 0;}
.relate-pro ul li a{display: block;border: 1px solid #eaeaea;}
.relate-pro ul li .img{position: relative;width: 100%;/* height: 209px; */overflow: hidden;}
.relate-pro ul li .img img{display: block;width: 100%;height: 100%;transition: all .5s;}
.relate-pro ul li h3{color: #555;font-size: 14px;text-align: center;display: block;line-height: 35px;background: #fff;padding: 0 10px;border-top: 1px solid #eaeaea;transition: all .5s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.relate-pro ul li:hover .img img{transform: scale(1.1);}
.relate-pro ul li:hover h3{color: #fff;background: var(--colour1);}
.relate-pro .swiper-container-horizontal>.swiper-scrollbar{position: relative;left: 0;bottom: 0;width: 100%;margin-top: 10px;}
.relate-pro .swiper-scrollbar-drag{background: var(--colour1);}
.relate-news ul{padding-top: 10px;}
.relate-news ul li{float: left;position: relative;width: 48%;line-height: 35px;}
.relate-news ul li:nth-child(even) {float: right;}
.relate-news ul li a{display: block;color: #666;padding-right: 100px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.relate-news ul li a:before{content: '+';font-weight: bold;font-size: 16px;line-height: 1;margin-right: 5px;}
.relate-news ul li span{position: absolute;top: 0;right: 0;color: #999;white-space: nowrap;}
.relate-news ul li a:hover{color: var(--colour1);}