body{font-family:"微软雅黑", Arial, Tahoma, Verdana, sans-serif;font-size:14px;background:#fff;}

ol,ul,li{list-style-type:none;}

img{border:0;}

.ysj{width:1300px; margin:0 auto;}

a:hover{text-decoration:none;}

a{text-decoration:none;color:#666; font-size:14px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}

.fl{float:left;}

.fr{float:right;}

@font-face {

  font-family: '../font/iconfont';

  src: url('../font/iconfont.eot');

  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),

      url('../font/iconfont.woff2') format('woff2'),

      url('../font/iconfont.woff') format('woff'),

      url('../font/iconfont.ttf') format('truetype'),

      url('../font/iconfont.svg#iconfont') format('svg');

}

.iconfont {

  font-family: "../font/iconfont" !important;

  font-size: 16px;

  font-style: normal;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

/*banner背景图片动画*/

@-webkit-keyframes scale-bg{

	from{

		-webkit-transform:scale(1.2);

		transform:scale(1.2);

	}

	to{

		-webkit-transform:scale(1);

		transform:scale(1);

	}

}

@keyframes scale-bg{

	from{

		-webkit-transform:scale(1.2);

		transform:scale(1.2);

	}

	to{

		-webkit-transform:scale(1);

		transform:scale(1);

	}

}

.gkb{ position:fixed; top:45%;left:0; z-index:9999;}

/*banner */

.index_main{

	background: #f7f7f7;

}

.index_main .section1{

	position: relative;

}

.index_main .section1 .index_banner .item{

	background-size: cover;

	-webkit-background-size:cover;

	background-position: center;

	background-repeat: no-repeat;

	height:100vh;

	position: relative;

}

.index_main .section1 .index_banner .item.slick-current .scaleBg{

	visibility: visible; 

	-webkit-animation:scale-bg 2s linear forwards;

	animation:scale-bg 2s linear forwards;

}

.index_main .section1 .index_banner .items{

	background-size: cover;

	background-position: center center;

	background-repeat: no-repeat;

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	z-index: 0;

}

.index_main .section1 .index_banner .items:after{

	content: "";

	display: block;

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0;

	top: 0;

}

.index_main .section1 .index_banner .item .inner .block_txt{

	position: absolute;

	top: 44%;

	right: 10px;

	left:10px;

	opacity: 0; 

	transform: translateY(40px);

	-webkit-transform: translateY(40px); 

	-webkit-transition: all 500ms ease; 

	transition: all 500ms ease;

}

.index_main .section1 .index_banner .item.active .inner .block_txt{

	opacity: 1; 

	-webkit-transform: translateY(0); 

	transform: translateY(0); 

	-webkit-transition-delay: 100ms; 

	transition-delay: 100ms;

}

.index_main .section1 .index_banner .item .inner .block_txt h4{

	font-size: 30px;

	color: #fff;

	text-align: center;

	font-family: 'COCO';

}

.index_main .section1 .index_banner .item .inner .block_txt h2{

	color: #fff;

	font-size: 70px;

	font-weight: bold;

	text-align:center;

	letter-spacing:5px;

}

.index_main .section1 .index_banner .item .inner .block_txt h2 span{

	color: #f00;

	display: inline-block;

	letter-spacing: 5px;

}

.index_main .section1 .index_banner .item .inner .block_txt h3{

	color: #fff;

	font-size: 22px;

	text-align:center;

	margin-top: 10px;

	letter-spacing: 3px;

}

.index_main .section1 .slick_txt{

	width:30%;

	height: 100%;

	background-color: transparent;

	transition: all 500ms ease;

	-webkit-transition:all 500ms ease; 

	background-repeat: no-repeat;

	position: absolute;

	top: 0;

	font-size: 0;

	outline: none;

	border:0;

}

.index_main .section1 .left{

	left: 0;

}

.index_main .section1 .right{

	right:0;

}

.index_main .section1 .slick_txt:hover .slick_arrow{

	opacity: 1;

	visibility: visible;

}

.index_main .section1 .slick_txt .slick_arrow{

	width: 20px;

	height: 36px;

	background-repeat: no-repeat;

	background-position: center;

	margin-top: -18px;

	position: absolute;

	top: 50%;

	cursor: pointer;

	transition: all 500ms ease;

	-webkit-transition:all 500ms ease;

	opacity: 0;

	visibility: hidden;

}

.index_main .section1 .slick_txt .prev{

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

	left:60px;

}

.index_main .section1 .slick_txt .next{

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

	right:60px;

}

.index_main .section1 .slick_txt .prev:hover{

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

}

.index_main .section1 .slick_txt .next:hover{

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

}

.index_main .section1 .number{

	position: absolute;

	bottom:8%;

	left: 50%;

	padding-bottom: 5px;

	border-bottom: 1px solid rgba(255,255,255,0.2);

	display: table;

	padding: 0 20px;

	width: auto;

	text-align: center;

	transform: translateX(-50%);

	-webkit-transform: translateX(-50%);

}

.index_main .section1 .number span{

	font-family: "Myriad Pro","Microsoft YaHei";

	font-size: 14px;

	color: #fff;

	margin-right:100px;

	display: inline-block;

	cursor: pointer;

	position: relative;

	transition: all 500ms ease;

	-webkit-transition:all 500ms ease;

}

.index_main .section1 .number span:last-child{

	margin-right: 0;

}

.index_main .section1 .number span:after{

	content: "";

	display: inline-block;

	width: 0;

	height: 2px;

	background: #fff;

	position: absolute;

	left: 50%;

	transform: translateX(-50%);

	-webkit-transform: translateX(-50%);

	bottom:-20px;

	opacity: 0;

	visibility: hidden;

	transition: all 500ms ease;

	-webkit-transition:all 500ms ease;

}

.index_main .section1 .number span.active:after{

	width: 100%;

	opacity: 1;

	visibility: visible;

}



/*/section2/*/

.zjjy{width:820px;}

.index_main .section2{background:url(../images/ind2.jpg) no-repeat center;}

.index_main .section2 .jj_t{ background:url(../images/abo.png) no-repeat; font-size:36px; color:#333333; line-height:120px; height:110px;}

.index_main .section2 .jj_nr{ font-size:16px; color:#666; line-height:32px;}

.index_main .section2 .jj_e{ margin-top:30px;}

.index_main .section2 .jj_e ul li a{ float:left;width:160px; height:110px; padding-top:20px; margin-right:20px; background:#e8e8e8; display:block; text-align:center; font-size:16px; color:#333;}

.index_main .section2 .jj_e ul li a:hover{ background:#f6571f; color:#fff;}

.index_main .section2 .jj_e ul li a i{ font-size:36px; color:#666;}

.index_main .section2 .jj_e ul li a:hover i{ color:#fff;}







.index_main .section2 h3{

	text-align: center;

}

.index_main .section3{background: url(../images/ind3.jpg) no-repeat center;}

.index_main .section3 h3{

	text-align: center;

}



.cpzs1{ width:1300px; height:auto; margin:0 auto;}

.cpzs1 .tab{ overflow:hidden; background:#fff; float:left;width:280px; height:480px;}

.cpzs1 .tab a{ display:block; color:#333;width:250px; line-height:96px; font-size:16px; color:#333; padding-left:30px;}

.cpzs1 .tab a:hover{ background:#fb622c; color:#fff; text-decoration:none;}

.cpzs1 .tab a i{ float:right; padding-right:20px; color:#d8d8d8;}

.cpzs1 .tab a.on i{ color:#fff;}

.cpzs1 .tab a.on{ background:#fb622c; color:#fff; text-decoration:none;}



.cpzs1 .content{ overflow:hidden; float:right;width:980px;}

.cpzs1 .content li{ display:none;}

.cpzs1 .content ul li .cp_tt{ overflow:hidden; margin-bottom:10px;}

.cpzs1 .content ul li .cp_tt .c01{ font-size:16px; color:#333; font-weight:bold; line-height:52px;}

.cpzs1 .content ul li .cp_tt .c02{ font-size:14px; color:#666; line-height:26px;}

.cpzs1 .content ul li .cp_ee dl{ float:left;width:300px; height:auto; margin-right:25px; margin-top:10px;}

.cpzs1 .content ul li .cp_ee dl p{ width:300px; height:84px; background:#f6571f; color:#fff; font-size:16px; line-height:30px; padding-top:10px;text-align:center;}

.cpzs1 .content ul li .cp_ee dl a p i{ font-size:30px;}

.cpzs1 .content ul li .cp_ee dl a span{width:300px; height:auto; display:block; overflow:hidden;}

.cpzs1 .content ul li .cp_ee dl a span img{transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}

.cpzs1 .content ul li .cp_ee dl a span img:hover{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);}







.index_main .section4{background: url(../images/ind4.jpg) no-repeat center;}

.index_main .section4 h3{ font-size:16px; color:#666; line-height:40px;

	text-align: center;

}

.ceshi{ overflow:hidden;}

.cesnr{ position:relative; height:500px; margin-top:10px;}

.cesnr ul li{ float:left;width:200px; height:233px; background:url(../images/c_bj.png) no-repeat center; margin:0 20px; padding-top:15px;}

.cesnr ul li.ce01{ position:absolute;left:25px;top:110px; color:#fff; text-align:center;}

.cesnr ul li.ce01 i,.cesnr ul li.ce02 i,.cesnr ul li.ce03 i,.cesnr ul li.ce04 i,.cesnr ul li.ce05 i{ font-size:60px;}

.cesnr ul li.ce01 p,.cesnr ul li.ce02 p,.cesnr ul li.ce03 p,.cesnr ul li.ce04 p,.cesnr ul li.ce05 p{ font-size:20px;}

.cesnr ul li.ce01 span,.cesnr ul li.ce02 span,.cesnr ul li.ce03 span,.cesnr ul li.ce04 span,.cesnr ul li.ce05 span{ padding:10px 15px; text-align:left; line-height:20px; font-size:12px; color:#ffcdbb; display:block;}

.cesnr ul li.ce02{ position:absolute;left:278px;top:35px; color:#fff; text-align:center;}

.cesnr ul li.ce03{ position:absolute;left:530px;top:0px; color:#fff; text-align:center;}

.cesnr ul li.ce04{ position:absolute;left:780px;top:35px; color:#fff; text-align:center;}

.cesnr ul li.ce05{ position:absolute;left:1030px;top:110px; color:#fff; text-align:center;}





.index_main .section5{background:#fff;}

.index_main .section5 h3{

	text-align: center;

}

.lanr{overflow:hidden;float:right;width:100%;}

.lanr ul li{float:left;display:inline;width:33.333333%;height:100%;overflow:hidden;position:relative;}

.lanr ul li .photo{width:100%;height:100vh;overflow:hidden;}

.lanr ul li .photo img{ height:100vh;width:100%;}

.lanr .rsp{width:100%;height:100%;overflow:hidden;position: absolute;background:#000;top:0px;left:0px;}

.lanr .text{position:absolute;width:100%;height:100%;left:-100%;top:30%;overflow:hidden;}

.lanr .text h3{width:100%;margin-top:100px;height:50px;line-height:50px;text-align:center;color:#FFFFFF;font-size:22px;}

.lanr .text a{text-decoration:none}

.lanr .text p{ height:2px; background:#fff;width:40px; margin:20px auto;}

.lanr .text div{text-align:left;color:#FFFFFF;font-size:14px; line-height:28px; padding:0 50px;}







.index_main .section6{ position:relative;}

.dt_tt{ height:60%;width:100%; overflow:hidden; position:absolute;top:0;left:0;}

.dt_ee{ height:40%;width:100%; padding-top:2%; position:absolute;top:60%;left:0;}

.dt_ee_lt{ float:left;width:30%; margin-left:8%;}

.dt_ee_lt ul{ float:left; margin-right:10%;}

.dt_ee_lt ul p a{ color:#1c1c1c; font-size:16px; line-height:60px;}

.dt_ee_lt ul p a:hover{ color:#f6571f;}

.dt_ee_lt ul li a{ font-size:14px; color:#666; line-height:34px;}

.dt_ee_lt ul li a:hover{ color:#f6571f;}

.dt_ee_zh{ float:left;width:20%;}

.dt_ee_zh img{ padding-top:12%;}

.dt_ee_rt{ float:right;width:34%; font-size:16px; line-height:34px; color:#5b5b5b;}

.dt_ee_rt img{ float:left;width:35%; margin-right:2%;}

.dt_ee_rt strong{ font-size:16px; color:#f6571f;}





#w_rbox { position: fixed; top: 30px; left: auto; bottom: auto; right: 20px; transform: none; width: 90px; height: 90px; z-index:9999; content: "rt"; max-width: none; min-width: 0px; max-height: none; min-height: 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; -webkit-transform: none;}

.w_rbox { margin: 0; padding: 0; width: 100%; height: 100%; }

#w_rbox div.w_rbox>.p_rbox { background-color: rgba(246,87,31,1); }

.e_rbox { margin: 0; padding: 0; width: inherit; height: inherit; background-repeat: no-repeat; background-position: center center; background-size: auto auto; }

#c_nav_main { position: absolute; top: 33px; left: -13px; z-index: 1; width: 39px; height: 45px; }

.leftmenu { height: 100%; width: 250px; }

.menu1{ width: 250px; position: fixed; top: 0; z-index: 9999; background: #fff; bottom: 0; font-size: 14px; right: -249px; opacity: 0; -moz-box-shadow: 2px 3px 5px #ccc; -webkit-box-shadow: 2px 3px 5px #ccc; box-shadow: 2px 3px 5px #ccc; }

.menu1 .close { font-size: 18px;height: 150px;line-height: 40px;padding-left: 30px;cursor: pointer; color: #ffffff; background:url(../images/wade.jpg) no-repeat; }

.menu1 .close .rightclose { float: right; font-size: 22px; padding-right: 20px; }

.menu1 ul li a { height: 55px; line-height: 55px; padding: 0 30px; display: block; border-bottom: 1px solid #f2f2f2; color: #999; text-align: center; }

.menu1 .ewm { text-align: center; padding-top: 30px;width:200px; height:200px; margin:0 auto;}

.menu1 .ewm img{width:200px; height:200px;}

.naver .toggle { height: 80px; padding-left: 30px; font-size: 18px; cursor: pointer; color: #ffffff; }









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

	.index_main .section1 .index_banner .item .inner .block_txt h4{

		font-size: 28px;

	}

	.index_main .section1 .index_banner .item .inner .block_txt h2{

		font-size: 60px;

	}

	.index_main .section1 .index_banner .item .inner .block_txt h3{

		font-size: 20px;

	}

}

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

	.index_main .section1 .index_banner .item .inner .block_txt h4{

		font-size: 24px;

	}

	.index_main .section1 .index_banner .item .inner .block_txt h2{

		font-size: 40px;

	}

	.index_main .section1 .index_banner .item .inner .block_txt h3{

		font-size: 18px;

		margin-top: 5px;

	}

}

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

	.index_main .section1 .index_banner .item .inner .block_txt h4{

		font-size: 20px;

	}

	.index_main .section1 .index_banner .item .inner .block_txt h2{

		font-size: 26px;

	}

	.index_main .section1 .index_banner .item .inner .block_txt h3{

		font-size: 16px;

	}

	.index_main .section1 .index_banner .slick-arrow{

		background-size: auto 30px;

	}

}

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



}

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

	.index_main .section1 .index_banner .item .inner .block_txt h4{

		font-size: 18px;

	}

	.index_main .section1 .index_banner .item .inner .block_txt h2{

		font-size: 22px;

		}

	.index_main .section1 .index_banner .item .inner .block_txt h3{

		font-size: 14px;

	}

}

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

	.index_main .section1 .index_banner .item{

		height: 100vh;

	}

	.index_main .section1 .index_banner .item .inner .block_txt{

		left: 0;

		right:0;

		margin: 0 auto;

		padding: 0 20px;

		top: 42%;

	}

	.index_main .section1 .index_banner .slick-arrow{

		display: none !important;

	}

    .index_main .section1 .index_banner .slick-dots{

    	position: absolute;

    	bottom: 12px;

    }

    .index_main .section1 .index_banner .slick-dots li{

    	width: 12px;

    	height: 12px;

    	border-radius: 50%;

    	border:2px solid #fff;

    }

    .index_main .section1 .index_banner .slick-dots li button{

    	display: none;

    }

    .index_main .section1 .index_banner .slick-dots li.slick-active{

    	background: #fff;

    }

	.index_main .section1 .number{

		bottom: 12%;

		display: none;

	}

	.index_main .section1 .number span{

		margin-right: 22px;

	}

	.index_main .section1 .number span:after{

		bottom: -14px;

	}



}

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

    

}

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

 

}

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

	

}





.sylogo{width:219px; height:69px; position:fixed;left:3%;top:0; z-index:9999;}





.top{ background:rgba(255,255,255,1); height:90px; position:fixed;top:0; z-index:9999;width:100%;}

.top .logo{ float:left; padding-top:5px;}



/*网站导航*/

.ys_menu{width:850px; float:right; height:90px;}

.nav{width:1260px; margin:0 auto;}

.nav li{ position:relative; background: url(../images/nav_t.jpg) right center no-repeat; float:left; width:110px; z-index: 999; text-align:center;}

.nav li a{ display:block; line-height:90px;  font-size:16px; color:#333;}

.span_1 .b_left { width:0px; height:3px; background:#f6571f; display: block; position:absolute; right:50%; bottom:0px;transition:all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-ms-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;-webkit-transition:all  0.3s ease-in 0s;}

.span_1 .b_right { width:0px; height:3px; background:#f6571f; display: block; position:absolute; left:50%; bottom:0px;transition:all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-ms-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;-webkit-transition:all  0.3s ease-in 0s;}

.nav ul li.hover .span_1 .b_left { width:37px; height:3px; background:#f6571f; display: block; position:absolute; right:50%; bottom:0px;transition:all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-ms-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;-webkit-transition:all  0.3s ease-in 0s;}

.nav ul li.hover .span_1 .b_right { width:37px; height:3px; background:#f6571f; display: block; position:absolute; left:50%; bottom:0px;transition:all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-ms-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;-webkit-transition:all  0.3s ease-in 0s;}

.nav ul li.hover a{ color: #f6571f;}

.nav li .lev2{position:absolute;display:none;top:90px;width:200px;left:-40px;background-color:#fff;border-top:1px solid #eee;}

.nav li .lev2 li{position:static;width:100%;line-height:56px;height:56px; border-bottom:1px solid #eee; }

.nav li .lev2 li a{ width:100%;  margin:0 auto; color: #2c2b2b; background:#fff; line-height:56px;}

.nav li .lev2 li:hover a{ color:#fff; background-color:#f6571f}

.nav li .menu_fine{color: #f6571f; font-weight:bold;}



.nyban1{ height:619px; background:url(../images/nyban1.jpg) no-repeat center;width:100%; margin-top:125px;}

.nyban2{ height:619px; background:url(../images/nyban2.jpg) no-repeat center;width:100%; margin-top:125px;}

.nyban3{ height:619px; background:url(../images/nyban3.jpg) no-repeat center;width:100%; margin-top:125px;}

.nyban4{ height:619px; background:url(../images/nyban4.jpg) no-repeat center;width:100%; margin-top:125px;}

.nyban5{ height:619px; background:url(../images/nyban5.jpg) no-repeat center;width:100%; margin-top:125px;}

.nyban6{ height:619px; background:url(../images/nyban6.jpg) no-repeat center;width:100%; margin-top:125px;}

/*.nyban4{ height:280px; background:url(../images/nyban4.jpg) no-repeat top;margin-top:90px;}

.nyban5{ height:280px; background:url(../images/nyban5.jpg) no-repeat top; margin-top:90px;}

.nyban6{ height:280px; background:url(../images/nyban6.jpg) no-repeat top; margin-top:90px;}

.nyban7{ height:280px; background:url(../images/nyban7.jpg) no-repeat top; margin-top:90px;}*/



.ny_ll{ height:60px; border-bottom:1px solid #d8d8d8; color:#666;}

.ny_ll ul p{ border-bottom:2px solid #f22e3c; line-height:58px; font-size:14px; display:inline-block;}

.ny_ll ul p i{ font-size:16px; padding-right:10px;}



.ny_nav{ height:60px; margin-top:-60px; line-height:60px;text-align:right;}

.ny_nav1{width:1300px; margin:0 auto;}

.ny_nav li{ display:inline-block;width:150px; height:60px; line-height:60px; text-align:center; font-size:16px; box-shadow:0px 2px 3px #e5e1e1;}

.ny_nav a{ color:#333; line-height:60px; text-align:center; font-size:16px; background:#fff; display:block;width:100%; height:100%;}

.ny_nav ul .column_active{ background:#f22e3c; color:#fff;}

.ny_nav ul li a:hover{ background:#f22e3c; color:#fff;}





.nynr{ line-height:34px; font-size:14px; color:#333; padding-top:30px; margin-bottom:30px; overflow:hidden;}





.end{ height:300px; background:url(../images/end_bj.jpg) no-repeat center; background-attachment:fixed;}

.end_lt{width:650px; padding-top:20px;}

.end_lt ul{ float:left; margin-right:100px;width:auto;}

.end_lt ul p a{ font-size:15px; color:#fff; font-weight:bold; line-height:50px; position:relative; display:block; margin-bottom:10px;}

.end_lt ul p a:after{width:20px; background:#fff; position:absolute;left:0; bottom:0; height:1px; content:"";}

.end_lt ul li a{ font-size:13px; color:#ffdacd; line-height:30px;}

.end_lt ul li a:hover{ color:#FF0;-webkit-transition: all 4s linear; -moz-transition: all 0.5s linear;  -o-transition: all 0.5s linear; transition: all 0.5s linear;padding-left:2px;}

.end_rt{width:480px; padding-top:50px; color:#fff; line-height:30px; text-align:right; font-size:13px;}

.end_rt img{width:200px; height:200px; float:right;}

.end_rt dl{ float:left;}

.cop{ line-height:50px; font-size:12px; color:#858585; background:#090a0a; height:50px;}

.cop a{ font-size:12px; color:#858585;}

.cop a:hover{ color:#f00;}





.cpcp{ margin-top:50px;}

/*industry*/

.industry{padding:160px 0;background-position:center top; background-repeat:no-repeat; background-size:cover;}

.industry .title{font-size:36px; color:#000; text-align:center; margin-bottom:20px;}

.industry .info{font-size:14px; color:#666; line-height:27px; width:80%; margin:0 auto 40px; text-align:center;}

.industry .detail_box .cell{background:url(../images/lbj.jpg) repeat; height:500px;width:33%; float:left; overflow:hidden; position:relative; cursor:pointer;}

.industry .detail_box .cell .pd{padding-top:70px; opacity:1;  transition:all 0.5s ease; -webkit-transition:all 0.5s ease; visibility:visible;}

.industry .detail_box .cell .t{font-size:20px; color:#fff;text-align:center; line-height:1; margin-bottom:20px; margin-top:20px;}

.industry .detail_box .cell .d{font-size:13px; line-height:26px; color:#b7d7f3; width:67%; margin:0 auto 50px; text-align:center;}

.industry .detail_box .cell .con_box{width:80%; margin:0 auto;}

.industry .detail_box .cell .con_box li{width:80%; padding-left:10%; margin-bottom:15px; font-size:13px; line-height:26px; color:#b7d7f3;}

.industry .detail_box .cell .con_box .btn{width:165px; line-height:40px; background:#a80d0f; color:#e7cccd; font-size:13px; display:block; margin:35px auto 0; text-align:center;}

.industry .detail_box .cell .con_box .btn i{margin-left:50px;}

.industry .detail_box .cell .con_box .btn:hover{color:#fff;}

.industry .detail_box .cell .icon_box{text-align:center; margin-bottom:12px; margin-top:70px;}

.industry .detail_box .cell .icon_box img{width:95px; height:95px; transition:all 0.5s ease; -webkit-transition:all 0.5s ease;}

.industry .detail_box .cell .img_box{position:absolute; left:0; bottom:0; width:100%;}

.industry .detail_box .cell .list_cover{position:absolute; left:0; top:0; width:100%; height:100%; overflow:hidden; opacity:0; transition:all 0.5s ease; -webkit-transition:all 0.5s ease; visibility:hidden;}

.industry .detail_box .cell:hover .pd{opacity:0; visibility:hidden;}

.industry .detail_box .cell:hover .list_cover{opacity:1; visibility:visible;}

.industry .detail_box .cell:after{content:''; position:absolute; right:0; top:0; width:1px; height:100%; background:#fff; opacity:0.4;}

.industry .detail_box .cell:last-child:after{display:none;}

.industry .detail_box .cell:hover .icon_box>img{transform:rotateY(180deg); -webkit-transform:rotateY(180deg);}

