﻿@charset "utf-8";

/* CSS Document */

* {
	box-sizing: border-box;
}

.block_home_slider {
	padding: 0px;
	position: relative;
	background-color: #ffffff;
	text-align: center;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
max-width: 1920px;
margin: auto;
}

.block_home_slider .slide {
	position: relative;
}

.block_home_slider .flex-direction-nav a {
	width: 50px;
	height: 50px;
	margin-top: -27px;
	display: block;
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
	text-indent: -9000px;
	background-position: center;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	opacity: 0.5;
	background: url(../img/ban_pre.png) no-repeat center;
	background-size: cover;
}

.block_home_slider .flex-direction-nav {
	opacity: 0;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}

.block_home_slider:hover .flex-direction-nav {
	opacity: 1;
}

.block_home_slider .flex-direction-nav a:hover {
	opacity: 1;
	background-image: url(../img/ban_pres.png);
}

.block_home_slider .flex-direction-nav a.flex-prev {
	left: 170px;
}

.block_home_slider .flex-direction-nav a.flex-prev:hover {
	background-position: right;
}

.block_home_slider .flex-direction-nav a.flex-next {
	background-image: url(../img/ban_next.png);
	right: 170px;
}

.block_home_slider .flex-direction-nav a.flex-next:hover {
	background-image: url(../img/ban_nexts.png);
}

.block_home_slider .flex-control-paging {
	display: inline-block;
	position: absolute;
	bottom: 98px;
	display: flex;
	width: 100%;
	text-align: center;
	flex-direction: row;
	justify-content: center;
}

.block_home_slider .flex-control-paging li {
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
	display: inline-block;
}

.block_home_slider .flex-control-paging li a {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: #fff;
	opacity: 0.5;
	border-radius: 50%;
	margin-right: 15px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	z-index: 9;
}

.block_home_slider .flex-control-paging li a.flex-active {
	background: #fec80c;
	opacity: 1;
}

.block_home_post_feature {
	width: 300px;
}

.block_home_post_feature p {
	padding-bottom: 0px;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides {
	text-align: center;
}

.flexslider .slides img {
	max-width: 100%;
	display: inline-block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.block_home_slider .slide .div_abs {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.block_home_slider .slide .div_abs .div_rel {
	position: relative;
	height: 100%;
}

.block_home_slider .slide .div_abs .div_rel img {
	display: inline-block;
	margin: 0;
}

.block_home_slider .slide .div_abs .div_rel .ban1-s2 {
	transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	-o-transform: translateX(-300px);
	transition: all 1s ease-in-out 0.6s;
	-webkit-transition: all 1s ease-in-out 0.6s;
	-moz-transition: all 1s ease-in-out 0.6s;
	-o-transition: all 1s ease-in-out 0.6s;
	opacity: 0;
	float: left;
	margin-top: 230px;
}

.block_home_slider .flex-active-slide .slide .div_abs .div_rel .ban1-s2 {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	opacity: 1;
}


/*通用*/


/*关于*/

.ind_abt {
	padding: 100px 0 80px;
}

.ind_abt .left {
	width: 50%;
	float: left;
	padding-top: 45px;
}

.ind_abt .left .titlen {
	line-height: 1.2;
}

.ind_abt .left .titlen .cn {
	font-size: 36px;
	font-weight: bold;
	color: #131313;
}

.ind_abt .left .titlen .t-e {
	font-size: 36px;
	color: #bd0000;
}

.ind_abt .left .ms {
	padding: 60px 0 60px;
}

.ind_abt .left .ms .ntr {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}

.ind_abt .left .ms .bt {
	font-size: 22px;
	color: #000;
	padding-bottom: 30px;
}

.ind_abt .left ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ind_abt .left ul li {
	width: 139px;
	height: 139px;
	position: relative;
	cursor:pointer;
}

.ind_abt .left ul li img {
	position: absolute;
	left: 0;
	top: 0;
}

.ind_abt .left ul li img.show {
	opacity: 1;
}

.ind_abt .left ul li img.hide {
	opacity: 0;
}

.ind_abt .left ul li p {
	text-align: center;
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	bottom: 35px;
	font-size: 20px;
	color: #333;
}

.ind_abt .left ul li:hover p {
	color: #fff;
}

.ind_abt .left ul li:hover .show {
	opacity: 0;
}

.ind_abt .left ul li:hover .hide {
	opacity: 1;
}

.ind_abt .rit {
	float: right;
	width: 530px;
	position: relative;
}

.ind_abt .rit img {
	max-width: 100%;
}


/*关于end*/


/*产品*/

.ind_cp {
	padding: 45px 0;
}

.ind_cp .top_tit {
	text-align: center;
}

.ind_cp .top_tit h3 {
	font-weight: bold;
	color: #131313;
	font-size: 30px;
	padding-bottom: 5px;
}

.ind_cp .top_tit p {
	font-size: 20px;
	color: #333333;
	padding-bottom: 35px;
}

.ind_cpqh .cp_hd ul {
	text-align: center;
	width: 100%;
}

.ind_cpqh .cp_hd ul li {
	display: inline-block;
	padding: 0 25px;
	font-size: 16px;
	color: #000000;
}

.ind_cpqh .cp_hd ul li.on {
	color: #dd2400;
}

.ind_cpqh .cp_bd {
	padding-top: 30px;
}

.ind_cpqh .cp_bd .con .bd ul {
	width: 800px;
	margin: auto;
	height: 600px;
}

.ind_cpqh .cp_bd .con .bd ul li {
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
	width: 800px;
	height: 600px;
	position: relative;
	overflow: hidden;
}
/*
.ind_cpqh .cp_bd .con .bd ul li:first-child {
	width: 391px;
	height: 613px;
}*/

.ind_cpqh .cp_bd .con .bd ul li .show {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	background: rgba(0, 0, 0, 0.52);
	padding: 15px 0;
}

.ind_cpqh .cp_bd .con .bd ul li .show {
	color: #fff;
	font-size: 18px;
}

.ind_cpqh .cp_bd .con .bd ul li:hover .show {
	bottom: -60px;
	opacity: 0;
}

.ind_cpqh .cp_bd .con .bd ul li .show .bt {
	font-size: 22px;
}

.ind_cpqh .cp_bd .con .bd ul li .hide {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-o-transform: scale(0.6);
	opacity: 0;
	transition: all .6s ease-out 0s;
	-webkit-transition: all .6s ease-out 0s;
	-moz-transition: all .6s ease-out 0s;
	-o-transition: all .6s ease-out 0s;
	z-index: 9;
}

.ind_cpqh .cp_bd .con .bd ul li:hover .hide {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	opacity: 1;
}

.ind_cpqh .cp_bd .con .bd ul li .hide .ctn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ind_cpqh .cp_bd .con .bd ul li .hide .ctn .bt {
	font-size: 28px;
	color: #fff;
	padding-bottom: 15px;
	background: url(../img/ind_cp_hide_bdx.png) no-repeat bottom center;
}

.ind_cpqh .cp_bd .con .bd ul li .hide .ctn .bt2 {
	font-size: 18px;
	color: #fff;
	padding: 20px 0 40px;
}

.ind_cpqh .cp_bd .con .bd ul li .hide .ctn a {
	width: 167px;
	height: 53px;
	padding: 14px 20px;
	font-size: 16px;
	color: #292929;
	position: relative;
	background: rgba(255, 255, 255, 0.84);
	border-radius: 5px;
}

.ind_cpqh .cp_bd .con .bd ul li .hide .ctn a:after {
	height: 100%;
	position: absolute;
	content: "";
	width: 30px;
	background: url(../img/ind_cp-jt.png) no-repeat center;
	right: 20px;
	top: 0;
}


.jmcpys {
	width: 800px;
	margin: auto;
	padding-top: 10px;
	overflow: hidden;
}

.jmcpys .hd {
	padding-top: 40px;
	overflow: hidden;
}

.jmcpys .hd ul {
	zoom: 1;
	text-align: center;
	font-size: 0;
}

.jmcpys .hd ul li {
	cursor: pointer;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 12px;
	background: #ccc;
	border-radius: 50%;
}

.jmcpys .hd ul li.on {
	background: #f7a413;
}











/*产品end*/


/*企业文化*/

.ind_qywh {
	padding: 45px 0;
}

.ind_qywh .top_tit {
	text-align: center;
}

.ind_qywh .top_tit h3 {
	font-weight: bold;
	color: #131313;
	font-size: 30px;
	padding-bottom: 5px;
}

.ind_qywh .top_tit p {
	font-size: 20px;
	color: #333333;
	padding-bottom: 35px;
}

.ind_qywh ul {
	display: flex;
	justify-content: space-between;
}

.ind_qywh ul li {
	width: 380px;
	height: 402px;
	display: flex;
	flex-direction: column;
	background: #f7f7f7;
	padding: 30px 25px;
}

.ind_qywh ul li .text {
	text-align: center;
}

.ind_qywh ul li .text h2 {
	font-size: 16px;
	color: #131313;
	font-weight: bold;
}

.ind_qywh ul li .text p {
	padding-top: 15px;
	font-size: 16px;
	color: #131313;
	line-height: 24px;
	height: 60px;
}

.ind_qywh ul li .img {
	font-size: 0;
	text-align: center;
	padding-top: 20px;
}


/*新闻*/
.ind_news{
	padding-bottom: 40px;
}
.ind_news .news_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ind_news .news_top .left .cn {
	font-weight: bold;
	font-size: 36px;
	color: #131313;
}

.ind_news .news_top .left .en {
	font-size: 36px;
	font-weight: bold;
	font-size: 36px;
	color: #bd0000;
}

.ind_more {
	display: inline-block;
	font-size: 16px;
	color: #333;
	padding: 13px 35px;
	border: 1px solid #ccc;
}

.ind_news .news_left {
	padding-right: 45px;
	width: 785px;
	border-right: 1px dashed #ccc;
}

.ind_news .news_left .flag_h {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 35px;
}

.ind_news .news_left .flag_h .l_img {
	width: 320px;
	height: 240px;
}

.ind_news .news_left .flag_h .r_text {
	width: 400px;
}

.ind_news .news_left .flag_h .r_text .bt {
	font-size: 22px;
	color: #131313;
	display: inline-block;
	width: 100%;
}

.ind_news .news_left .flag_h .r_text .time {
	font-size: 14px;
	color: #7d7d7d;
	padding-top: 3px;
}

.ind_news .news_left .flag_h .r_text .ms {
	font-size: 14px;
	color: #7d7d7d;
	padding: 27px 0;
	line-height: 26px;
}

.ind_news .news_left .flag_h .r_text .lk {
	font-size: 14px;
	color: #fff;
	padding: 6px 13px;
	background: #dd2400;
	display: inline-block;
}

.ind_news .news_left .flag_c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 35px;
}

.ind_news .news_left .flag_c .l_img {
	width: 180px;
	height: 135px;
}

.ind_news .news_left .flag_c .r_text {
	width: 540px;
}

.ind_news .news_left .flag_c .r_text .bt {
	font-size: 22px;
	color: #131313;
}

.ind_news .news_left .flag_c .r_text .ms {
	font-size: 14px;
	color: #7d7d7d;
	line-height: 26px;
	padding: 27px 0 0;
}

.ind_news .news_rit {
	width: 415px;
	padding-left: 40px;
}

.ind_news .news_rit li {
	padding: 33px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #ccc;
}

.ind_news .news_rit li .l_time {
	width: 95px;
	text-align: left;
}

.ind_news .news_rit li .l_time .m-d {
	font-weight: bold;
	font-size: 30px;
	color: #6d6d6d;
}

.ind_news .news_rit li .l_time .y {
	font-size: 16px;
	color: #6d6d6d;
}

.ind_news .news_rit li .r_text {
	width: 260px;
}

.ind_news .news_rit li .r_text .bt {
	font-size: 18px;
	color: #131313;
}

.ind_news .news_rit li .r_text .ms {
	font-size: 14px;
	color: #6d6d6d;
	padding-top: 27px;
}
.ind_news .news_rit li:last-child{
	border-bottom: none;
}


/*新闻end*/