@charset "utf-8";

/* CSS Document */

@import "rubik.css";

body{ margin:0; padding:0; width:100%; color:#333; font-family:/*'PingFang SC',*/'微软雅黑','Microsoft YaHei','STHeiti','Gotham';overflow-x:hidden}

img,input,button,select,textarea{margin:0;padding:0;resize:none;border:none;outline:none; vertical-align:middle} 

ol,ul,li{list-style:none; margin:0; padding:0} 

h1,h2,h3,h4,h5,h6,p,em,i,b,em{font-size:100%;word-wrap:break-word;font-style:normal; font-weight:normal; margin:0; padding:0}

a{text-decoration:none; color:#333}

a:active,a:focus,a:hover{outline:none; color:#229649}

button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}

input[type="button"], input[type="submit"], input[type="reset"],select{-webkit-appearance:none;}

div,ul,li,span,p,i,a,h1,h2,h3,h4,h5,h6,img,input,submit,textarea{box-sizing:border-box;outline:none;}

*{box-sizing:border-box}

.fl {

  float: left;

  display: inline;

}



.fr {

  float: right;

  display: inline;

}

.f-cb {

    zoom: 1;

}

.pagemain {

    padding-bottom: 30px;

}

.toTop{ position:fixed;bottom:0; right:0; display:block; width:30px; height:30px; background:url(../images/totop.png) no-repeat; background-size:100% 100%; z-index:1000; display:none; opacity:0.7}

.toTop:hover{background:url(../images/totophover.png) no-repeat;background-size:100% 100%;opacity:1.0}



.container {

    width: 96%;

	 max-width:1440px; 

    margin: 0 auto;

    position: relative;

}

.boxTop{

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 1000;

	height:120px;

	background-color: #fff;

	background-image: url(../images/topbg.png);

	background-repeat: repeat-x;

	background-position: center top;

	box-shadow: 0 0 20px rgba(0, 0, 0, .1);

}

.boxTop1{position:relative;box-sizing:border-box; width:100%;text-align:right; margin:auto;}

.logo{position:absolute; left:30px; top:23px; height:73px;}



@font-face {

  font-family: "DINCond";

  src: url("../fonts/dincond.woff2") format("woff2"),

       url("../css/font/DINCond/DINCond.woff") format("woff"),

       url("../fonts/dincond.ttf") format("truetype"),

       url("../fonts/dincond.eot") format("embedded-opentype"),

       url("../fonts/dincond.svg") format("svg");

  font-weight:normal;

  font-style:normal;

}

.w1440{ width:100%; max-width:1440px; margin: 0 auto;}

.boxNav{height:90px; text-align:center;display:inline-block;  vertical-align:middle; margin-top:30px;}

.boxNav li{display:inline-block;position:relative; /*padding:0 25px; margin:0 20px; */padding:0 15px; margin:0 10px; }

.boxNav li span a{display:block;font-size:18px; line-height:60px; color:#555}

.boxNav li span a:hover{color:#229649}

.boxNav li span i{ height:3px; background:#229649; width:100%; position:absolute; top:0; left:0; display:none}

.boxNav li .on i{ display:block;animation:ANavI 0.3s}

.boxNav li .on a{color:#229649}

.boxNav li div{position:absolute; top:90px; left:0;text-align:left;background:rgba(12,113,47,0.8); z-index:2; display:none; padding:0 0 0 0}

.boxNav li div a{

	width: 100%;

	display: inline-block;

	font-size: 14px;

	padding: 12px 3px;

	color: #fff;

	line-height: 20px;

	text-align: center;

	opacity: 1;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #2f7c2f;

}

.boxNav li div a:hover{color:#fff; opacity:1}

.boxNav li:last-child{}



.icoTop{display:inline-block;height:60px;vertical-align:middle; float:right;margin-top:30px;}

.icoTop a{ position:relative;display:inline-block;vertical-align:top}

.icoTop a:first-of-type{ margin:0}

.icoTop a i{display:block; width:60px; height:60px;}

.icoTop a div{position:absolute; top:80px; right:0; background:#fff;  box-shadow:0 2px 10px rgba(0,0,0,0.2);text-align:center; display:none; padding:20px 0}

.icoTop a span{display:inline-block; width:120px;}

.icoTop a div img{width:90px}

.icoTop a div h1{display:block; font-size:12px; color:#444; padding:0; line-height:12px; margin-top:5px}

.topLink {
	padding: 0 0 0 10px;
	transition: all 0.5s;
}
.topLink font {
	background: url(../images/icolinktop.png) no-repeat center left;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 28px;
	font-size: 18px;
	color: #555;
}
/*.topLink:hover {
	background-color:#23994b;
	color: #555;
	transition: all 0.5s;
}
.topLink:hover font {
	background: url(../images/icolinktophover.png) no-repeat center left;
}*/

.boxLink {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	top: 0;
	right: 0;
	z-index: 10000;
	text-align: right;
	overflow: hidden;
	display: none
}
.boxLink ul {
	position: relative;
	z-index: 1;
	right: -200px;
	display: inline-block;
	width: 200px;
	height: 100%;
	background: #229649 url(../images/aboutbg.jpg) repeat left;
	font-size: 0;
	padding: 80px 30px 0 30px;
	text-align: left;;
	overflow: hidden;
}
.boxLink li {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden
}
.boxLink li h2 {
	font-size: 22px;
	color: #fff;
	display: block;
	line-height: 22px
}
.boxLink li h3 {
	font-size: 22px;
	color: #fff;
	font-family: 'rubik';
	text-transform: uppercase;
	line-height: 22px;
	margin: 10px 0;
	opacity: 0.5
}
.boxLink li i {
	display: block;
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	line-height: 40px;
	margin-bottom: 5px;
	opacity: 0.8
}
.boxLink li a {
	display: inline-block;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	opacity: 0.65
}
.boxLink li a:hover {
	opacity: 1.0
}
.btnCloseLink {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../images/icoclose1.png) center no-repeat;
	background-size: 100% 100%;


	z-index: 2;
	transition: transform 0.6s ease-out;
	cursor: pointer;
	opacity: 0.6
}
.btnCloseLink:hover {
	transform: rotateZ(180deg);
	opacity: 1
}


.topSearch i{background:url(../images/icosearchtop1.png) center no-repeat; }

/*.topSearch:hover i{background:url(../images/icosearchtophover.png) center no-repeat; background-color:#23994b}
*/


.searchTop{ position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8); text-align:center; z-index:1002; display:none}

.searchTop span{display:inline-block; width:700px; height:52px;  overflow:hidden; background:#fff; position:absolute; top:50%; left:50%; margin:-30px 0 0 -350px; font-size:0;}

.searchTop a{ width:40px; height:40px; display:inline-block; position:absolute;top:20px; right:20px;background:url(../images/icoclose1.png) center no-repeat; background-size:100% 100%; z-index:2;transition:transform 0.6s ease-out;}

.searchTop a:hover{ transform:rotateZ(180deg);}

.inputTop{width:600px; height:52px; line-height:52px; font-size:14px; color:#444; text-indent:15px;}

.submitTop{ width:100px; height:52px; background:#229649; font-size:14px;  color:#fff;cursor:pointer}  

.submitTop:hover{ background:#ff000d}



.dhTop{

	display: inline-block;

	height: 120px;

	vertical-align: middle;

	float: right;

	text-align: left;

	padding: 0 30px;

	margin-left: 20px;

	background-image: url(../images/dhbg.jpg);

	background-size:100% 100%;

}

.dhTop p{

	font-size: 16px;

	color: #fff;

	margin-top: 28px;

	background-image: url(../images/dh.png);

	background-repeat: no-repeat;

	background-position: left center;

	padding-left: 30px;

	line-height: 30px;

}

.dhTop h1{ font-size:28px; color:#fff;font-weight: bold;}





/*--------------------mTop------------------------*/

.boxTopM{ width:100vw; height:70px; position:fixed;top:0; left:0; z-index:100; display:none; background:#fff;box-shadow: 0px 0px 20px #767676;}

.logoM{ position:absolute;left:10px; top:18px; height:35px;}

.boxTopM font{background:url(../images/icolinktop.png) no-repeat center left; display:inline-block; height:70px; line-height:70px; padding:0 0 0 24px; font-size:16px;    position: absolute;top: 0;right: 60px;}



.openMenu{width:50px; height:70px; position:absolute; top:0; right:0;background:url(../images/openmenu.png) no-repeat center/cover;}

.closeMenu{width:70px; height:70px; position:absolute; top:0; left:-70px;background:#fff url(../images/closemenu.png) no-repeat center; background-size:cover;}





.navTopM{position:fixed; top:0; left:0; width:100vw;height:100vh; z-index:1001; background:rgba(0,0,0,0.8); display:none}

.boxNavM{ width:calc(100vw - 70px); height:100%;background:#229649 url(../images/aboutbg.jpg) repeat left;overflow-y:auto; padding:60px 30px 0 30px; box-sizing:border-box; position:relative; left:100%;}

.boxNavM li{ position:relative}

.boxNavM li span{display:block; position:relative; width:130px;}

.boxNavM li span a{display:block;font-size:16px;line-height:50px; color:rgba(255,255,255,0.7); }

.boxNavM li span a:hover{ color:#fff}

.boxNavM li .on a{color:#fff;}

.boxNavM li div{position:absolute; top:0; left:130px; display:none; z-index:100}

.boxNavM li div a{display:block; line-height:50px; font-size:14px; text-align:left; color:rgba(255,255,255,0.7);}

.boxNavM li div a:hover{color:#fff}

.boxNavM li div .on{color:#fff}



.searchTopM{margin:20px 0; padding:8px 0;background:#e6e6e8}

.searchTopM .inputSearchM{ width:calc(100% - 40px); height:30px; line-height:30px; background:none; border:none; font-size:14px;color:#999; text-indent:10px;}

.searchTopM .subimtSearchM{ width:40px; height:30px;background:none; background:url(../images/icosearchtopm.png) center no-repeat; background-size:40px 40px;cursor:pointer}

.searchTopM .subimtSearchM:hover{color:#c30e23;}



.icoTopM{text-align:center; color:#fff}

.icoTopM img{ width:50%;vertical-align:middle}

.icoTopM span{font-size:14px; line-height:14px; margin-top:10px; display:inline-block; vertical-align:middle; width:50%; padding:0 0 0 10px;  line-height:26px;}

/*--------------------mTop------------------------*/





.banner{width:100vw;height:40vw;overflow:hidden; position:relative; margin:80px 0 0 calc((100% - 100vw)/2);}

.banner .swiper-slide{width:100%;height:100%; position:relative; overflow:hidden; background-position:center!important; background-repeat:no-repeat!important; background-size:cover!important}

.banner .swiper-slide img{ width:100%;}

.banner .swiper-pagination{bottom:30px!important;z-index:1; text-align:center;}

.banner .swiper-pagination-bullet{width:50px; height:4px; background:url(../images/icobanner.png); opacity:1.0; border-radius:0;}

.banner .swiper-pagination-bullet-active{background:url(../images/icobannerhover.png);}

.banner .swiper-button-prev{left:30px;margin-top:-25px; width:60px; height:60px; background:url(../images/bannerjtleft.png) center no-repeat;opacity:0.5; z-index:101}

.banner .swiper-button-prev:hover{background:url(../images/bannerjtlefthover.png) center no-repeat;opacity:1.0}

.banner .swiper-button-next{right:30px;margin-top:-25px;width:60px; height:60px; background:url(../images/bannerjtright.png) center no-repeat;opacity:0.5; z-index:101}

.banner .swiper-button-next:hover{background:url(../images/bannerjtrighthover.png) center no-repeat;opacity:1.0}



.bannerM{width:100vw;height:60vw;overflow:hidden;position:relative; margin:70px 0 0 0;display:none}

.bannerM .swiper-slide{width:100%;height:100%; position:relative; overflow:hidden; background-position:center!important; background-repeat:no-repeat!important; background-size:cover!important}

.bannerM .swiper-pagination{bottom:10px!important;z-index:1; text-align:center; margin:0 2px}

.bannerM .swiper-pagination-bullet{width:11px; height:11px; background:url(../images/icobanner.png); opacity:1.0; border-radius:0;}

.bannerM .swiper-pagination-bullet-active{background:url(../images/icobannerhover.png);}



.about{ margin:90px auto;}

.jieshao{ width:53%;display:inline-block;vertical-align:top; margin-top:50px;}

.jieshao .lmbt{line-height: 50px;font-size: 43px;color: #333;font-weight: bold;margin-bottom: 25px;background-image: url(../images/line.jpg);background-repeat: no-repeat;background-position: left bottom;padding-bottom:30px;

}

.jieshao .lmbt span{color:#229649;}

.jieshao p{ font-size:16px; color:#555; line-height:36px;}

.jieshao .more{ background-color:#2ea155;display: inline-block;line-height: 43px;color: #fff;font-size: 16px;transition: all .5s; padding:0 40px; margin-top:30px;}

.jieshao .more img{ display:inline-block; margin:-2px 0 0 9px; transition:all .5s; width:17px;}

.jieshao .more:hover{ background:#0965c2; padding:0 50px;color:#fff;}

.jieshao .more:hover img{ -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}





.video{ width:43%; float:right;}

.video img{ width:100%;}





.tj{

	width: 100%;

	background-image: url(../images/aboutbg.jpg);

	background-repeat: no-repeat;

	height:213px;

	display: flex;

    justify-content: space-between;

    flex-flow: wrap;

}

.shili {

    display: flex;

    justify-content: space-between;

    flex-flow: wrap;

}

.tj .item {

    float: left;

    text-align: center;

    display: table;

    position: relative;

	margin-top:65px;

	

}

.tj .item.first {

	background: url(../images/img2.jpg) no-repeat;

	background-size: cover;

}

.tj .item.first::after,

.tj .item:last-child::after {

	display: none;

}

.tj .item .box {

	display: table-cell;

	vertical-align: middle;

}

.tj .item .box>div {

/*	display: inline-block;*/

	text-align: left;

}

.tj .item .title-en {

	color: rgba(255, 255, 255, .5);

	font-size: 24px;

}

.tj .item .title-cn {

	color: #fff;

	font: 30px PingFang SC;

	margin-top: 6px;

	line-height: 1.2;

}

.tj .item span {

	display: block;

	font-size: 18px;

	color: #fff;

}

.tj .item .number em {

	color: #fff;

	font-size: 60px;

	margin-right: 8px;

	font-weight: bold;

}

.tj .item .number {

	color: #fff;

}



.chanpin{ width:100%; padding:0;}

.lm2{ text-align:center; margin-bottom:70px; margin-top:100px;}

.lm2 h1{ font-size:46px;font-weight: bold; color:#333; line-height:40px; margin-bottom:16px;}

.lm2 p{ font-size:14px; color:#6e6e6e; max-width:1440px; width:100%; margin:0 auto;}



.lm3{ text-align:center; margin-bottom:100px; margin-top:100px;}

.lm3 h1{ font-size:46px;font-weight: bold; color:#fff; line-height:40px; margin-bottom:16px;}

.lm3 p{ font-size:14px; color:#fff;}



.w-imgText{ overflow:hidden;}

.w-imgText ul,.w-imgText li{ list-style:none; padding:0; margin:0;}

.w-imgText .item{ position:relative;}

.w-imgText .item > a{ display:block; position:absolute; left:0; top:0; right:0; bottom:0; z-index:2;}

.w-imgText .img-count-in{ position:absolute; top:0; left:0; right:0; bottom:0; overflow:hidden;*height:100%; }

.w-imgText .textB{ line-height:1.7;}

.w-imgText .textB .bg_x{ position:absolute; left:0; right:0; top:0; bottom:0; z-index:0;}

.w-imgText .text_x{ position:relative; z-index:1;}

.w-imgText .igt_page{ text-align:center; display:none; z-index:5;}

.w-imgText .igt_page .swiper-pagination-bullet{ border-radius:0; -webkit-border-radius:0; width:1em; height:5px; background:#999; opacity:0.5;}

.w-imgText .igt_page .swiper-pagination-bullet-active{ background:#16873c; opacity:1;}



.w-imgText5{position:relative;}

.w-imgText5 .img{ width:50%; position:relative; overflow:hidden;}

.w-imgText5 .img .imgSize{ height:650px;}

.w-imgText5 .img img{max-width:100%;transition:transform 0.5s; -webkit-transition:transform 0.5s; }

.w-imgText5 li:hover .img img{ transform:scale(1.02); -webkit-transform:scale(1.02);}

.w-imgText5 .textB{ position:absolute; left:50%; right:0; top:0; bottom:0;padding:80px 10% 50px 5%; color:#333; }

/*.w-imgText5 .textB .text_x{top:20%; top:0\9; *top:0; transform:translateY(-50%); -webkit-transform:translateY(-50%);/*  max-height:70%; overflow:hidden;*/



.w-imgText5 .textB .bg_x{ background:#f6f6f6;}

.w-imgText5 .text_x .tt_h{font-size:38px; line-height:1.5; padding-bottom:0.5em; position: relative;}

.w-imgText5 .text_x p{font-size:16px; line-height:1.5; color:#767676; margin-bottom:30px;}

.w-imgText5 .text_x .tt_img{ width:100%; 

    justify-content: space-between;

    flex-flow: wrap;}

.w-imgText5 .text_x .tt_img .tp{ width:30%; padding-right:0.5%; float:left; text-align:center; background-color:#fff; line-height:40px;}

.w-imgText5 .text_x .tt_img .tp p{     overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;    height: 40px; line-height:40px; margin-bottom:0px;}

.w-imgText5 .text_x .tt_img .tp img{ width:100%; height:auto;}

	

.w-imgText5 .igt_btn{ position:absolute; z-index:9; left:55%; top:80%; width:102px; height:32px;}

.w-imgText5 .igt_btn .igt_prev,.w-imgText5 .igt_btn .igt_next{ position:absolute; cursor:pointer; top:0; width:50px; height:50px; background:#9d9d9d;}

.w-imgText5 .igt_btn .igt_prev:hover,.w-imgText5 .igt_btn .igt_next:hover{ color:#fff;}

.w-imgText5 .igt_btn .igt_prev{left:0;}

.w-imgText5 .igt_btn .igt_next{right:0;}

.w-imgText5 .igt_btn .igt_prev:before,.w-imgText5 .igt_btn .igt_next:before{ content: ''; position:absolute; width:10px; height:10px; text-align:center; top:50%; margin-top:-5px; left:50%; margin-left:-5px;}

.w-imgText5 .igt_btn .igt_prev:before{background:url(../images/prev2.png) no-repeat center;}

.w-imgText5 .igt_btn .igt_next:before{background:url(../images/next2.png) no-repeat center;}

.w-imgText5 .igt_btn .igt_prev:hover,.w-imgText5 .igt_btn .igt_next:hover{ background:#2b9b65; border-color:#008CD6;}





@media (max-width:860px){

    .w-imgText .igt_page{ display:block;}

	.w-imgText .igt_btn{ display:none;}

	.w-imgText5 .img{ width:100%; float:none;height:auto; }

	.w-imgText5 .textB{ position:relative; left:0;padding:1.2em 4% 1.5em;}

	.w-imgText5 .igt_btn{ width:auto; left:0; right:0; top:50%; margin-top:-60px;}

	.w-imgText5 .textB .text_x{ top:0; transform:none; -webkit-transform:none;}

	:root .w-imgText5 .textB .text_x{ top:0;}

	.w-imgText5 .text_x p{font-size:14px; line-height:1.5; color:#767676; margin-bottom:30px;}

	.w-imgText5 .text_x .tt_img .tp{ width:33%; float:left; font-size:14px;text-align:center; background-color:#fff; line-height:40px;}





}

@media (max-width:767px){

	.w-imgText5 .img .imgSize{ height:auto; padding-bottom:50%;}

}

@media (max-width:640px){

	.w-imgText .igt_page .swiper-pagination-bullet{height:2px;}

}

@media (max-width:480px){

    body{font-size:4vw;}

    .title{font-size:6vw;}

	.w-imgText1 .igt_btn .igt_next, .w-imgText1 .igt_btn .igt_prev,.w-imgText3 .igt_btn .igt_next, .w-imgText3 .igt_btn .igt_prev{ width:2.5em; height:2.5em;}

	.w-imgText1 .text_x .tt_h,.w-imgText2 .text_x .tt_h,.w-imgText3 .text_x .tt_h,.w-imgText4 .text_x .tt_h,.w-imgText5 .text_x .tt_h{font-size:130%;}

}





.picFocus{position:relative; padding:0 0 30px 0;width:100%; overflow:hidden; width:100%; max-width:1440px; margin:0 auto}

.picFocus .swiper-slide{width:800px; height:500px; position:relative; background:#000; overflow:hidden}

.picFocus .swiper-slide img{ width:100%; height:100%; opacity:0.6}

.picFocus .swiper-slide h1 { width:100%; position:absolute; left:0; bottom:0; background:url(../images/bgNewsTitle.png) no-repeat; background-size:100% 100%;padding:40px 20px 20px 20px;text-align:center; font-size:15px; line-height:30px;color:#fff; display:none; z-index:2}

.picFocus .swiper-slide h1 strong{display:block; font-size:22px;}

.picFocus .swiper-slide h2{ width:100%; height:100%; opacity:0.8; background-size:cover!important}

.picFocus .swiper-slide-active img{opacity:1}

.picFocus .swiper-slide-active h1{display:block}

.picFocus .swiper-slide-active h2{opacity:1.0;transition:all 1s}

.picFocus .swiper-slide-active:hover h2{transform:scale(1.1,1.1);}



.picFocus .swiper-pagination{bottom:0!important;z-index:1}

.picFocus .swiper-pagination-bullet{width:6px; height:6px; background:#bec0c2; border-radius:4px; opacity:1.0}

.picFocus .swiper-pagination-bullet-active{background:#16873c; width:24px;}

.picFocus .swiper-button-prev{left:calc((100% - 800px)/4); margin:-37px 0 0 -11px; }

.picFocus .swiper-button-next{right:calc((100% - 800px)/4); margin:-37px -11px 0 0; }



.youshi{width: 100%;height:696px;background-image: url(../images/bg.jpg);background-repeat: no-repeat;background-position: center top;margin-top:100px;display: block;overflow:hidden

}

.yslist{	display: flex;justify-content: space-between;flex-flow: wrap;}	

.yslist .ys{ width:20%;float: left;text-align: center;display: table;position: relative;}

.yslist .ys img{ margin-bottom:50px;}

.yslist .ys h1{ color:#fff; font-size:28px;margin-bottom:30px;}

.yslist .ys p{ color:#bbb; font-size:14px; line-height:25px;}



.news_content{ width:100%; max-width:1480px;margin:0 auto; }

.news_content .scrollbar_news{ width:100%; margin:0 auto; overflow:hidden; margin-top:50px;}

.news_content .swiper-wrapper{ width:100%; margin:0 auto;}

.news_content .swiper-slide{ display:inline-block; width:33.33333%; padding:0 20px; list-style:none}

.news_content .moudle{ display:block; width:100%; overflow:hidden}

.news_content .moudle a.images{ display:block; width:100%; overflow:hidden;}

.news_content .moudle a.images img{ display:block; width:100%; transition:all .5s}

.news_content .moudle:hover .images img{ transform:scale(1.08); -webkit-transform:scale(1.08); -moz-transform:scale(1.08); -ms-transform:scale(1.08)}

.news_content .moudle .wrap{ display:block; width:100%; padding:10px 0 0; overflow:hidden; text-align:left}

.news_content .moudle .wrap .jj{ display:block; color:#7d7d7d; font-size:14px; margin-bottom:15px;overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;}

.news_content .moudle .wrap a.title{ display:block; color:#222; font-size:18px; line-height:40px; height:40px; font-weight:700; overflow:hidden; margin:10px 0 10px 0; box-sizing:border-box; width:100%; transition:all .5s;    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;}

.news_content .moudle:hover .wrap a.title{ color:#005aac}

.news_content .moudle .wrap span{ line-height:35px; color:#666; font-size:14px; float:left}

.news_content .moudle .wrap a.more{ display:inline-block; line-height:35px; color:#af0a0e; font-size:14px; transition:all .5s; float:right}

.news_content .moudle .wrap a.more img{ display:inline-block; margin:-2px 0 0 9px; transition:all .5s; width:12px;}

.news_content .moudle .wrap a.more:hover{ background:#0965c2; color:#fff; padding:0 20px; border-radius:25px; color:#fff}

.news_content .moudle .wrap a.more:hover img{ -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}

	

	.news_content .scrollbar_news .swiper-button-prev{    top: 40%;left:0;width:25px;height:49px;margin-top:1;background-image:url(../images/icojtlefthover.png);background-size:cover;transition:background-image .15s}

.news_content .scrollbar_news .swiper-button-next{    top: 40%;right:0;width:25px;height:49px;margin-top:1;background-image:url(../images/icojtlefthover.png);transform:rotate(180deg);background-size:cover;transition:background-image .15s}

.news_content .scrollbar_news .swiper-button-next:hover,.swiper-container-solution .swiper-button-prev:hover{background-image:url(../images/icojtleft.png);transition:background-image .2s}





@media only screen and (max-width: 1100px) { 

	.news_content .tab_list{ padding-bottom:45px}

	.news_content .swiper-slide{ width:50%; padding: 0px}

	.news_content .moudle .wrap a.title{ font-size:18px; overflow: hidden;padding-right: 3%}

}

@media only screen and (max-width: 768px) { 

	.news_content .swiper-slide{ width:100%; padding: 0 15}

	.news_content .moudle .wrap a.title{ font-size:20px; margin: 0 0 5px 0;}

}





@media only screen and (max-width: 768px) {  

.news_content .index_text{ font-size:17px; margin-top:15px}

}





.index-se6 {

    background: url(../images/bg2.jpg) no-repeat center top;

	background-size:auto 100%;

	display: block;

    overflow: hidden;

	margin-top:100px;

}

.index-se6 .lianxi{

    width: 50%;

    position: relative;

    cursor: pointer;

	float:left;

}

.index-se6 .lianxi li{ width:100%; display:inline-block; margin-bottom:60px;}

.index-se6 .lianxi li p{ font-size:20px; color:#fff; margin-top:5px;}

.index-se6 .lianxi li span{ font-size:30px; color:#fffc00; margin-top:5px;    font-weight: bold;}

.index-se6 .lianxi li img{ float:left; margin-right:20px;}

.lmbt2{ width:100%; padding:100px 0 50px 0;}



.lmbt2 h1{ font-size:40px; color:#fff;font-weight: bold; margin-bottom:10px;}

.lmbt2 p{ font-size:16px; color:#fff;}

.index-se6 .liuyan{

    width: 50%;

	height:100%;

	background-color:rgba(6, 191, 15, .6);

    position: relative;

    cursor: pointer;

	float:right;

	padding:0 100px 100px 100px;

}

.index-se6 .liuyan .inputbox {

    background-color: #fff;

    height: 46px;

    line-height: 46px;

    margin-bottom: 20px;

	border-radius:8px;

}

.index-se6 .liuyan .textarea {

    height: 120px;

    background-color: #fff;

    margin-bottom: 40px;

    padding: 14px;

	border-radius:8px;

}

.index-se6 .liuyan .inputbox input{

    display: block;

    width: 100%;

    height: 100%;

    padding: 0 16px;

    margin: 0;

    border: none;

    color: #8c8c8c;

    font-size: 14px;

    resize: none;

    background-color: transparent;

    line-height: 20px;

    box-sizing: border-box;

	

}

.index-se6 .liuyan .textarea textarea {

    display: block;

    width: 100%;

    height: 100%;

    padding: 0;

    margin: 0;

    border: none;

    color: #8c8c8c;

    font-size: 14px;

    resize: none;

    background-color: transparent;

    line-height: 20px;

    box-sizing: border-box;

	font-family: "Microsoft YaHei", arial, 宋体;

}

.index-se6 .liuyan .from-message input[type="submit"] {

    display: block;

    width: 200px;

    height: 45px;

    line-height: 45px;

    text-align: center;

    margin: 0 auto;

    color: #fff;

    border: none;

    background-color: #176ace;

    font-size: 16px;

    cursor: pointer;

    clear: both;

	border-radius:8px;

}



.footer {

	background: #262626;

	display: block;

    overflow: hidden;

	padding:70px 0 60px 0;

	display:block; overflow:hidden;

}

.footer .nav-view {

	width: 80%;

	float: left;

}

.footer .nav-view img{ margin-bottom:20px;}

.footer .nav-view .line{ width:80%; height:1px; background-color:#505050;margin-bottom:20px;}

.footer .nav-view p,.footer .nav-view p a{ color:#9e9e9e; font-size:14px; line-height:35px;}

.footer .ewm {

	float: right;

}



.pagebanner{ height:440px;width:100vw;overflow:hidden; position:relative; margin:80px 0 0 calc((100% - 100vw)/2);}



.b-single-title{

	width: 100%;

	height: 150px;

	position: absolute;/*z-index:16;*/

	top: 120px;

	text-align: center;

}

.b-single-title h3{color:#fff; font-size:40px; margin-top:20px;font-weight:700; margin-bottom:10px;}

.b-single-title span{color:#fff; line-height:25px; font-size:18px;font-weight:100;text-transform:uppercase; letter-spacing: 3px;}



.rjlm{left:50%;width:1400px; height:38px; position:absolute;margin-left:-700px; top:270px;display: flex;flex-flow: wrap;justify-content:center;}

.rjlm .list{margin:0 1%; line-height:38px;text-align:center; font-size:17px; display: inline-block;vertical-align: middle; margin-bottom:15px;}

.rjlm .list a{padding:0 30px;background-color:#fff;display:inline-block;}

.rjlm .list a:hover{background-color:#108b3a;display: block;color: #fff;transition: 0.2s;-webkit-transition: 0.2s;}





.position{margin-top:40px; font-size:16px;color:#000; background:#FFF; height:60px; line-height:60px;/* margin-top:-60px;*/border-bottom: 1px solid #e4e4e4;}

.position h3{

	font-size: 28px;

	float: left;

	font-weight: normal;

}

.position .icon{width:20px;height:19px;background-position:-477px -36px;margin-right:12px;position:relative;top:-3px;}

.position .title{color:#c30d22;}

.position.absolute{position:absolute;right:0;top:1px;z-index:1;text-align:right;}



.editor{font-size:18px;line-height:2.5;margin-bottom:50px;}





.editor a{padding-bottom:2px;border-bottom:1px solid #c30d22;color:#c30d22;}

.editor.justify{text-align:justify;line-height:2;}

.editor img{margin:15px 0;  max-width:100%;}

.video_info{text-align:center;background:#000;margin-bottom:30px;}

.video_info #viframe{}



.pa100 {

    padding-bottom: 100px;

}

.page-num{display:none}

.n-news a {

  display: block;

}

.n-news .ul .li {

  width: 31.3%;

  box-sizing: border-box;

  margin-right: 3%;

  margin-bottom: 3%;

  float: left;

  overflow: hidden;

  position: relative;

  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);

}

.n-news .ul .li.cp{

  width: 23.5%;

  box-sizing: border-box;

  margin-right: 2%;

  margin-bottom: 2%;

  float: left;

  overflow: hidden;

  position: relative;

  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);

}

.n-news .ul .li:hover {

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

  -webkit-transition: all 0.5s 0s cubic-bezier(0.86, 0.17, 1, 1);

          transition: all 0.5s 0s cubic-bezier(0.86, 0.17, 1, 1);

}

.n-news .ul .li:nth-child(3n) {

  margin-right: 0;

}

.n-news .ul .li.cp:nth-child(4n) {

  margin-right: 0;

}

.n-news .ul .li.cp:nth-child(3n) {

    margin-right: 2%;

}

.n-news .ul .li.cp:nth-child(12) {

    margin-right: 0;

}



.n-news .ul .li.cp2{

  width: 18%;

  box-sizing: border-box;

  margin-right: 2%;

  margin-bottom: 2%;

  float: left;

  overflow: hidden;

  position: relative;

  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);

}



.n-news .ul .li:hover .img img {

  -webkit-transform: scale3d(1.1, 1.1, 1);

          transform: scale3d(1.1, 1.1, 1);

}

.n-news .ul .p-text{

  position: relative;

}



.n-news .ul .li .img {

	background-color:#f7f7f7;

  overflow: hidden;

  width: 100%;

  text-align:center;

}

.n-news .ul .li .img img {

/*  width: 100%;*/

  max-width: 100%;

  -webkit-transform: scale3d(1, 1, 1);

          transform: scale3d(1, 1, 1);

  -webkit-transition: all .8s;

          transition: all .8s;

}

.n-news .ul .li .p-text {

  padding: 15px;

  background: #fff;

}

.n-news .ul .li .h {

  font-size: 18px;

  color: #000;

  line-height: 26px;

  height: 52px;

  overflow: hidden;

  margin-bottom: 10px;

  position: relative;

  z-index: 2;

  -webkit-transition: all .8s;

          transition: all .8s;

		  overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;

}

.n-news .ul .li .h2 {

  font-size: 18px;

  color: #000;

  line-height: 26px;

  overflow: hidden;

  text-align: center;

  position: relative;

  z-index: 2;

  -webkit-transition: all .8s;

          transition: all .8s;

		  height:26px;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.n-news .ul .li .p {

  font-size: 14px;

  color: #666;

  line-height: 24px;

  height: 48px;

  overflow: hidden;

  margin-bottom: 12px;

   position: relative;

  z-index: 2;

  -webkit-transition: all .8s;

          transition: all .8s;

		  overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;

}

.n-news .ul .bot {

  border-top: 1px solid #e5e5e5;

  background: #fff;

  padding: 16px 20px;

}

.n-news .ul .more {

  font-size: 14px;

  color: #b7b7b7;

  line-height: 22px;

  position: relative;

  z-index: 2;

  -webkit-transition: all .8s;

          transition: all .8s;

}

.n-news .ul .time {

  font-size: 14px;

  color: #b7b7b7;

  line-height: 22px;

  font-family: "Arial";

  position: relative;

  z-index: 2;

  -webkit-transition: all .8s;

          transition: all .8s;

}

.n-news .dlbox {

  background: #fff;

  margin-bottom: 20px;

}

.n-news .dlbox .dd {

  width: 540px;

}

.n-news .dlbox .dd img {

  width: 100%;

}

.n-news .dlbox .dt {

  width: calc(100% - 540px);

  padding: 64px 6%;

  box-sizing: border-box;

}

.n-news .dlbox .dt .h {

  font-size: 22px;

  line-height: 32px;

  margin-bottom: 18px;

  color: #333;

  font-weight: bold;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.n-news .dlbox .dt .p {

  font-size: 14px;

  color: #666;

  line-height: 28px;

  height: 84px;

  overflow: hidden;

  margin-bottom: 45px;

}

.n-news .dlbox .dt .ex-more {

  font-size: 14px;

  color: #fff;

  background: #36bef0;

  width: 145px;

  height: 40px;

  line-height: 40px;

  border-radius: 0;

}

.n-news .dlbox .dt .ex-more:hover::after {

  right: 30px;

}

.n-news .ul-two .li {

  padding: 40px 0;

  border-bottom: 1px solid #dedede;

}

.n-news .ul-two .li:hover .li-r img {

  -webkit-transform: scale3d(1.1, 1.1, 1);

          transform: scale3d(1.1, 1.1, 1);

}

.n-news .ul-two .li:hover .li-l .h {

  color: #36bef0;

}

.n-news .ul-two .li-l {

  width: calc(100% - 300px);

}

.n-news .ul-two .li-l .h {

  font-size: 18px;

  line-height: 24px;

  width: calc(100% - 90px);

  color: #333;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  margin-bottom: 15px;

  -webkit-transition: all .8s;

          transition: all .8s;

}

.n-news .ul-two .li-l .time {

  margin-left: 15px;

  font-size: 14px;

  color: #666;

  line-height: 18px;

}

.n-news .ul-two .li-l .p {

  font-size: 14px;

  line-height: 28px;

  color: #666;

  height: 56px;

  overflow: hidden;

}

.n-news .ul-two .li-r {

  width: 190px;

  overflow: hidden;

}

.n-news .ul-two .li-r img {

  width: 100%;

  -webkit-transition: all .8s;

          transition: all .8s;

  -webkit-transform: scale3d(1, 1, 1);

          transform: scale3d(1, 1, 1);

}





.wpage {

  text-align: center;

  width:100%;

  display:block;

  overflow:hidden;

  padding: 40px 0 0;

}



.page {

  font-size: 14px;

  font-weight: bold;

  line-height: 22px;

  clear: both;

  display: inline-block;

}



.page a {

  text-decoration: none;

  color: #666;

  padding: 10px 15px;

  margin-right: 3px;

  font-size: 14px;

  display: inline-block;

  background: #e3e3e3;

  border: 1px solid #e3e3e3;

  font-weight: normal;

  -webkit-transition: all .5s;

          transition: all .5s;

}



.page a.page-num-current {

  background: #1b9042;

  color: #fff;

  border: 1px solid #1b9042;

}



.page a:hover {

  text-decoration: none;

  color: #fff;

  background: #1b9042;

  border: 1px solid #1b9042;

}



.contentview{width:100%;border: 1px solid #ececec;}

.caseview{ padding:20px; background:#FFF;}

.suggestcontent{ background:#FFF;  margin-bottom:50px;}

.downloadview{ padding:20px; background:#FFF; margin-bottom:50px;}

.newsview{ padding:80px 80px 30px 80px; background:#FFF; margin-bottom:50px;}

h3.moudule-title,h3.single-title{font-size:36px;color:#3a3a3a;font-weight:100;margin-bottom:50px;text-transform:capitalize;position: relative;}

h3.moudule-title{font-size: 28px;}

h3.single-title {

    font-size: 34px;

    margin-bottom: 20px;

    text-align: center;

	    font-weight: 700;

}

.detailsinfo {

    position: relative;

    margin-bottom: 20px;

    text-align: center;

    padding-bottom: 40px;

    border-bottom: 1px solid #e4e4e4;

	font-size: 16px;

}

.lx{ width:100%; height: auto;display: block;overflow: hidden; margin-bottom:100px; background: url(../images/bg2.jpg) no-repeat center top;background-size: 100% auto ;}

.lxwm{ width:30%; padding:60px 60px 0 60px;float:left;}

.lxwm ul li{


	overflow: hidden;

	font-size: 16px;

	line-height: 25px;

	padding-bottom: 30px;

	margin-bottom: 30px;

	color: #fff;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #6b9bc4;
	display: flex;

}

.lxwm ul li span{ color:#fff; }

.lxwm ul li p{ padding-top:5px;}

.lxwm ul li img{ width:60px; height:60px;margin-right:15px;}

.map{

	width: 70%;

	height: 500px;

	background-color: #069;

	float: right;

	text-align: center;

	background-color:#e4e4e4;

}



.pro_view{width:100%; max-width:1440px;

    margin: 30px auto 100px auto;

    position: relative; }

.pro_info{height:auto;  background:#FFF; padding:70px 70px 10px 70px;display:block; overflow:hidden;}

.pro_info .pic{width:45%;margin-right:2%;}

.pro_info .desc{width:50%;height:422px;}

.pro_info .bigpic{margin-bottom:10px;position:relative;}

.pro_info .smallpic{position:relative;margin:0 25px 0 25px;}

.pro_info .bigpic .nopro_pic,.pro_info .smallpic .nopro_pic{text-align:center;color:#959595;text-transform:uppercase;}

.pro_info .bigpic .nopro_pic{height:343px;line-height:343px;}

.pro_info .smallpic .nopro_pic{height:68px;line-height:68px;}

.bigpic ul.slides li img{margin:0 auto;height:100%; width:100%;}

.bigpic ul.slides > li,.smallpic ul.slides > li{display:none;-webkit-backface-visibility:hidden;}

.pro_info .pic a.openvideo{cursor:pointer;position:absolute;right:0;bottom:0;z-index:1;width:68px;height:67px;background:#c30d22;color:#fff;text-align:center;text-transform:capitalize;}

.pro_info .pic a.openvideo .icon{display:block;width:28px;height:28px;margin:10px auto 0;background-position:-7px -267px;}

.pro_info .pic a.openvideo:hover{background:#c30d22;}

.pro_info .pic a.openvideo.disabled{background:#e9e9e9;color:#adadad;text-transform:uppercase;}

.pro_info .pic a.openvideo.disabled .icon{background-position:-46px -267px;}

.pro_info .desc h1.title{font-size:32px;font-weight:500;line-height:normal;position:relative;text-transform:capitalize;margin:25px 0;}

.pro_info .desc .filter{}

.pro_info .sort_info{font-size:18px;border-bottom:1px solid #e4e4e4;padding-bottom:10px;margin-bottom:18px; color:#666;}

.pro_info .sort_info span{margin-right:40px; font-size:14px;}

.pro_info .sort_info .vivst_num{font-size:14px;}

.pro_info .summary{font-size:16px;color:#333;line-height:35px;margin-bottom:25px; }

.pro_info .summary i{ color:#09F; font-size:18px;}

.pro_info .summary span{display:inline-block;vertical-align:middle;background:#0093dd;width:8px;height:8px;margin-right:8px;position:relative;top:-1px;}

.pro_info .summary_c h3{ font-size:16px; line-height:45px;}

.pro_info .summary_c p{ line-height:25px;}



.pro_info .zixun{ background-color:#ff7474;font-size:22px;color:#fff;line-height:35px; padding:0 40px; border-radius:8px;}



.pro_details{ background:#FFF; margin-bottom:50px;padding:0 70px 0 70px; display:block; overflow:hidden; margin-top:30px; margin-bottom:}

.swiper_tab{overflow:hidden;margin:20px 0 0 0;border-bottom: 1px solid #e4e4e4;}

.swiper_tab a{cursor:pointer;line-height:50px;float:left;width:10%;text-align:left;font-size:28px;color:#333;transition:all 0.2s;-webkit-transition:all 0.2s; padding-bottom:10px;}

.swiper_tab a:hover,.swiper_tab a.active{color:#333;}

.swiper_box{}

.swiper_con{ margin-top:10px; line-height:40px; font-size:16px;}

.clear {

    clear: both;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

    border: 0;

    font-family: inherit;

    font-size: 100%;

    font-style: inherit;

    font-weight: inherit;

    margin: 0;

    outline: 0;

    padding: 0;

    vertical-align: baseline;

}

.pro_details_pk{padding:20px; background:#FFF; margin-top:20px;}

.pro_pk_select{}

.pro_pk_select .self_item{width:43%;margin-right:2%;}

.pro_pk_select .self_item strong{font-size:15px;display:block;margin-bottom:5px; color:#666; margin-bottom:10px;}

.pro_pk_select .self_item select{border-color:#efefef;}

.pro_pk_select .self_item.do_action{width:10%;margin-right:0;}

.pro_pk_select .self_item.do_action span{display:block;height:40px;line-height:40px;background:#0093dd;color:#fff;text-align:center;margin-top:25px;cursor:pointer;transition:all 0.2s;-webkit-transition:all 0.2s;}

.pro_pk_select .self_item.do_action span:hover{background:#0989ec;}





.zoomDiv{z-index:999;position:absolute;top:0;left:0px;width:200px;height:200px;background:#fff;border:1px solid #bbb;display:none;text-align:center;overflow:hidden;}

.zoomDiv img{max-width:inherit;}

.zoomMask{position:absolute;background:url(../images/mask.png) repeat;cursor:move;z-index:1;}

.smallpic ul li{}

.smallpic .flex-direction-nav a:before{line-height:30px;}

.smallpic .flex-direction-nav a{top:50%;margin-top:-20px;background:#fff;width:30px;height:30px;}

.smallpic .flex-direction-nav a.flex-disabled{opacity:1!important;}

.smallpic .flex-direction-nav a.flex-prev{left:-30px;}

.smallpic .flex-direction-nav a.flex-next{right:-30px;}

.smallpic .small-photo{width:100%;}

.smallpic .small-photo img{width:120px;margin:0 auto;}





.wenhua{ width:100%;

    display: flex;

    justify-content: space-between;

    flex-flow: wrap;

	margin-bottom:100px;

}

.wenhua .wh{ width:100%;}

.wenhua .wgpic{float: left;

    text-align: center;

    display: table;

    position: relative;

	width:33.3%;

    }

.wenhua .wgpic img{ width:100%;}