/*index_banner*/

.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.banner .img-box {
	z-index: 0;
	padding-bottom: 41.40625%;
}

.banner .slick-dots {
	position: absolute;
	left: 13%;
	bottom: 110px;
	text-align: center;
}

.banner .slick-dots:before {
	content: 'PREV';
	font-size: 14px;
	line-height: 24px;
	color: #EEEEEE;
	letter-spacing: 2px;
	opacity: 0.5;
	position: relative;
	top: 4px;
	left: -25px;
}

.banner .slick-dots:after {
	content: 'NEXT';
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #EEEEEE;
	opacity: 0.5;
	position: relative;
	top: 4px;
	right: -25px;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 53px;
	height: 1px;
	cursor: pointer;
	background-color: #fff;
	opacity: .5;
}

.banner .slick-dots li.slick-active {
	height: 2px;
	opacity: 1;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-arrow {
	width: 52px;
	height: 52px;
	background-color: rgba(0, 0, 0, .4);
	border-radius: 10px;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 5%;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.banner .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	line-height: 52px;
	display: block;
	content: '\e727';
	text-align: center;
	color: #FFFFFF;
	opacity: 0.5;
}

.banner .slick-arrow.slick-next {
	right: 5%;
	left: auto;
}

.banner .slick-arrow.slick-next:before {
	content: '\e728';
}

.banner .slick-arrow:hover {
	background-color: rgba(0, 0, 0, .65);
}

@media (max-width: 991px) {
	.banner {
		padding-top: 70px;
	}
	/*.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}*/
	.banner .slick-dots {
		bottom: 20px;
	}
	.banner .slick-dots:before {
		left: -10px;
		letter-spacing: 0px;
	}
	.banner .slick-dots:after {
		right: -10px;
		letter-spacing: 0px;
	}
	.banner .slick-arrow {
		left: 15%;
		width: 35px;
		height: 35px;
	}
	.banner .slick-arrow:before {
		font-size: 18px;
		line-height: 35px;
	}
	.banner .slick-arrow.slick-next {
		right: 15%;
	}
}


/*title*/

.title {
	text-align: center;
}

.title b {
	font-family: 'Oswald-Bold';
	font-size: 46px;
	line-height: 30px;
	color: #000000;
}

.title p {
	font-family: ' Oxygen-Regular';
	font-size: 14px;
	color: #666666;
	padding-top: 20px;
}

.padd {
	padding: 90px 0;
}

@media (max-width: 991px) {
	.title b {
		font-size: 20px;
	}
	.title p {
		padding-top: 15px;
	}
	.padd {
		padding: 40px 0;
	}
}

.contact_box:after,
.download .item:after,
.product_box:after,
.pro_arrow:after,
.footer .foot:after {
	display: table;
	content: '';
	clear: both;
}


/*index_product*/

.index_product .title {
	padding-bottom: 30px;
}

.index_product .item .pic {
	display: block;
	padding: 10px;
}

@media (max-width: 1470px) {
	.index_product .item .pic {
		display: block;
	}
}

.index_product .item .img-box .more:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s;
	transition: all .4s;
	margin: auto;
	display: block;
	width: 67px;
	height: 67px;
	border-radius: 50%;
	background-color: rgba(242, 229, 1, .89);
	font-size: 35px;
	font-family: 'iconfont';
	content: '\e61a';
	line-height: 67px;
	text-align: center;
	color: #000000;
	opacity: 0;
}

.index_product .item:hover .img-box .more:before {
	opacity: 1;
}

.index_product .item .note a {
	display: block;
	width: 180px;
	height: 45px;
	margin: auto;
	background-color: #FFFFFF;
	border-radius: 22px;
	font-family: 'Oxygen-Bold';
	font-size: 20px;
	line-height: 45px;
	color: #000000;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index_product .item:hover .note a {
	background-color: #333333;
	color: #fff100;
}

.index_product .slick-product .slick-arrow {
	width: 40px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background-color: #333333;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: -3%;
	padding: 0;
	cursor: pointer;
	font-family: 'Oxygen';
	font-size: 16px;
	color: #fff100;
	text-transform: uppercase;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index_product .slick-product .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	line-height: 40px;
	display: inline-block;
	content: '\e621';
	text-align: center;
	color: #fff100;
}

.index_product .slick-product .slick-arrow.slick-next {
	right: -3%;
	left: auto;
}

.index_product .slick-product .slick-arrow.slick-next:before {
	/*display: none;*/
}

.index_product .slick-product .slick-arrow.slick-next:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	line-height: 40px;
	display: inline-block;
	content: '\e622';
	text-align: center;
	color: #fff100;
}

.index_product .slick-product .slick-arrow:hover:before {
	color: #333333;
}

.index_product .slick-product .slick-arrow:hover {
	color: #333333;
	/*width: 120px;
	height: 40px;*/
	background-color: #fff100;
	/*border-radius: 0px 20px 20px 0px;*/
}

@media (max-width: 991px) {
	.index_product .slick-product .slick-arrow {
		left: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.index_product .slick-product .slick-arrow:before {
		line-height: 35px;
	}
	.index_product .slick-product .slick-arrow.slick-next {
		line-height: 35px;
		right: 0;
	}
	.index_product .slick-product .slick-arrow.slick-next:before {
		line-height: 35px;
	}
}


/*index_about*/

.index_about {
	width: 100%;
	/*background: url(../images/img/about_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 160px 0 0 0;*/
	background-color: #333;
}

.index_about .about_box {
	display: table;
}

.index_about .about_box .left {
	display: table-cell;
	vertical-align: top;
	width: 49%;
}

.index_about .about_box .left .video {
	position: relative;
}

.index_about .about_box .left .video-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.index_about .about_box .left:hover .video-cover {
	background-color: rgba(0, 0, 0, 0);
}

.index_about .about_box .left .video .img-box {
	z-index: 0;
	border: solid 3px #333333;
	padding-bottom: 61.59420289855072%;
	background-color: #000;
}

.index_about .about_box .left .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

@media (max-width: 991px) {
	.index_about .about_box .left .video .img-box img {
		width: 150%;
		margin-left: -25%;
	}
}

.index_about .about_box .left .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.index_about .about_box .left .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.index_about .about_box .left .video .play {
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	letter-spacing: 1px;
	color: #fff100;
}

@media (max-width: 991px) {
	.about_play .video .play {
		font-size: 24px;
	}
}

.index_about .about_box .left .video .play:before {
	font-family: 'iconfont';
	font-size: 60px;
	font-weight: normal;
	display: block;
	content: '\e630';
}

@media (max-width: 991px) {
	.index_about .about_box .left .video .play:before {
		font-size: 40px;
	}
}

.index_about .about_box .right {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding-top: 20px;
	padding-left: 60px;
}

.index_about .about_box .right .note .title {
	text-align: left;
}

.index_about .about_box .right .note .title b {
	color: #333333;
}

.index_about .about_box .right .note .title p {
	color: #333333;
}

.index_about .about_box .right .note .title p:after {
	display: block;
	content: '';
	width: 70px;
	height: 3px;
	background-color: #333333;
	margin-top: 25px;
}

.index_about .about_box .right .note .msg {
	padding-top: 30px;
}

.index_about .about_box .right .note .msg p {
	font-family: 'Oxygen';
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.index_about .about_box .right .note a {
	display: block;
	width: 150px;
	border: 1px solid #333333;
	background-color: #333333;
	border-radius: 22px;
	font-family: 'Oxygen';
	font-size: 14px;
	line-height: 44px;
	color: #fff100;
	text-align: center;
	margin-top: 40px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index_about .about_box .right .note a:hover {
	color: #333333;
	background-color: #fff100;
}


/*index_num*/

.box-number {
	padding: 60px 0;
}

@media (max-width: 768px) {
	.box-number {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.box-number .number {
	overflow: hidden;
}

.box-number .number ul {
	font-size: 0;
	margin: 0 -20px;
}

@media (max-width: 1350px) {
	.box-number .number ul {
		margin: 0 -10px;
	}
}

@media (max-width: 991px) {
	.box-number .number ul {
		margin: 0 -20px;
	}
}

@media (max-width: 767px) {
	.box-number .number ul {
		margin: 0 -10px;
	}
}

.box-number .number ul li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin: 10px 0;
	padding: 0 20px;
}

@media (max-width: 1350px) {
	.box-number .number ul li {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.box-number .number ul li {
		width: 33.33333333%;
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.box-number .number ul li {
		width: 50%;
		margin: 20px 0;
		padding: 0 10px;
	}
}

.box-number .number .item b {
	display: block;
	vertical-align: middle;
	font-family: 'Oswald-Bold';
	font-size: 56px;
	color: #fff100;
	text-align: center;
}

.box-number .number .item b sup {
	font-weight: normal;
}

.box-number .number .item b:before {
	display: block;
}

@media (max-width: 1199px) {
	.box-number .number .item b {
		font-size: 38px;
	}
}

@media (max-width: 767px) {
	.box-number .number .item b {
		font-size: 30px;
	}
}

.box-number .number .item p {
	font-family: 'Oxygen';
	font-size: 16px;
	line-height: 24px;
	color: #fff100;
	opacity: 0.75;
	text-align: center;
	padding-top: 20px;
}

@media (max-width: 991px) {
	.index_about .about_box .left {
		display: block;
		width: 100%;
	}
	.index_about .about_box .right {
		display: block;
		width: 100%;
		padding-top: 20px;
		padding-left: 0px;
	}
	.index_about {
		background: none;
		padding: 0;
	}
	.about_bg {
		padding-top: 30px;
		padding-bottom: 30px;
		background-color: #fff54d;
	}
	.index_about .about_box .right .note a {
		margin-top: 20px;
	}
	.number_bg {
		background-color: #333333;
	}
	.index_about .about_box .right .note .title p:after {
		margin-top: 15px;
	}
	.index_about .about_box .right .note .msg {
		padding-top: 20px;
	}
}


/*index_pbs*/

.index_pbs.padd {
	padding: 110px 0;
}

.index_pbs .pbs_video {
	padding-top: 50px;
}

.index_pbs .pbs_video .video {
	position: relative;
}

.index_pbs .pbs_video .video .video-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .3);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.index_pbs .pbs_video .video:hover .video-cover {
	background-color: rgba(0, 0, 0, 0);
}

.index_pbs .pbs_video .video .img-box {
	z-index: 0;
	padding-bottom: 35.46099290780142%;
	background-color: #000;
}

.index_pbs .pbs_video .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.index_pbs .pbs_video .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.index_pbs .pbs_video .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.index_pbs .pbs_video .video .play {
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 35%;
	left: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	letter-spacing: 1px;
	color: #fff100;
}

.index_pbs .pbs_video .video .play:before {
	font-family: 'iconfont';
	font-size: 60px;
	font-weight: normal;
	display: block;
	content: '\e630';
}

.index_pbs .pbs_video .video p {
	font-family: 'Oswald-Bold';
	font-size: 36px;
	color: #fff100;
	text-align: center;
	padding-top: 15px;
}

.index_pbs .info_box {
	position: relative;
	padding: 0 75px;
	margin-top: -120px;
}

.index_pbs .info_box .shadow {
	padding: 70px 80px;
	background-color: #FFFFFF;
	box-shadow: 1px 2px 8px 1px #C0C0C0;
}

.index_pbs .info_box .table-responsive thead {
	background-color: #333333;
}

.index_pbs .info_box .table-responsive thead tr th {
	font-size: 20px;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
}

.index_pbs .info_box .table-responsive tbody tr td {
	font-family: 'Oxygen';
	font-size: 20px;
	line-height: 70px;
	color: #333333;
	text-align: center;
	background-color: #d2d2d2;
	border: solid 1px #dcdbdc;
	padding: 0 10px !important;
	white-space: nowrap;
}

.index_pbs .info_box .note {
	padding-top: 40px;
}

.index_pbs .info_box .note p {
	font-family: 'Oswald-Bold';
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	text-align: center;
}

@media (max-width: 991px) {
	.index_pbs .pbs_video .video .img-box img {
		width: 150%;
		margin-left: -25%;
	}
	.index_pbs .pbs_video .video .play {
		font-size: 24px;
	}
	.index_pbs .pbs_video .video .play:before {
		font-size: 40px;
	}
	.index_pbs.padd {
		padding: 50px 0;
	}
	.index_pbs .pbs_video {
		padding-top: 20px;
	}
	.index_pbs .info_box {
		position: static;
		padding: 0 0px;
		margin-top: 20px;
	}
	.index_pbs .info_box .shadow {
		padding: 20px 10px;
	}
	.index_pbs .pbs_video .video p {
		font-size: 15px;
		padding-top: 0px;
	}
	.index_pbs .pbs_video .video .play {
		top: 50%;
	}
	.index_pbs .info_box .table-responsive thead tr th {
		font-size: 16px;
		line-height: 40px;
		padding: 0 10px;
	}
	.index_pbs .info_box .table-responsive tbody tr td {
		font-size: 16px;
		line-height: 45px;
		padding: 0 10px;
	}
	.index_pbs .info_box .note {
		padding-top: 10px;
	}
	.index_pbs .info_box .note p {
		font-size: 15px;
		line-height: 28px;
	}
}


/*pagebanner*/

.pagebanner .img-box {
	padding-bottom: 22.13541666666667%;
}

.pagebanner .location {
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pagebanner .location p {
	font-family: 'Oswald-Medium';
	font-size: 36px;
	color: #ffffff;
}

.pagebanner .location span {
	display: block;
	font-family: 'Oxygen';
	font-size: 16px;
	color: #ffffff;
	padding-top: 20px;
}

@media (max-width: 991px) {
	.pagebanner .slickbanner {
		width: 130%;
		max-width: 130%;
	}
	.pagebanner .location {
		top: 50%;
	}
	.pagebanner .location p {
		font-size: 20px;
		color: #ffffff;
	}
	.pagebanner .location span {
		font-size: 14px;
		padding-top: 0px;
	}
}


/*about*/

.about.padd {
	padding: 110px 0 160px 0;
}

.about .left .pic .img-box {
	padding-bottom: 86.84210526315789%
}

.about .right .info p {
	font-family: 'Oxygen';
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.about .right ul {
	padding-top: 48px;
}

.about .right ul li .item {
	padding: 70px 60px;
	background-color: #f6f6f6;
}

.about .right ul li .item b {
	display: block;
	font-family: 'Oswald-Medium';
	font-size: 24px;
	color: #000000;
	text-align: center;
}

.about .right ul li .item b:before {
	display: block;
	font-family: 'iconfont' !important;
	font-size: 30px;
	font-weight: normal;
	content: '\e62c';
	text-align: center;
}

.about .right ul li:first-child .item b:before {
	content: '\e602';
}

.about .right ul li .item p {
	font-family: 'Oxygen';
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	text-align: center;
	padding-top: 15px;
}

@media (max-width: 1470px) {
	.about .right ul li .item {
		padding: 50px 30px;
	}
}

@media (max-width: 991px) {
	.about.padd {
		padding: 50px 0 40px 0;
	}
	.about .right {
		padding-top: 20px;
	}
	.about .right ul {
		padding-top: 30px;
	}
	.about .right ul li .item {
		padding: 30px 20px;
		margin-bottom: 15px;
	}
	.about .right ul li .item b {
		font-size: 20px;
	}
	.about .right ul li .item p {
		padding-top: 10px;
	}
}


/*product*/

.product {
	padding: 37px 0 140px 0;
}

.pro_nav .scroll {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.pro_nav ul {
	font-size: 0;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	padding-bottom: 10px;
}

.pro_nav ul li {
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.pro_nav ul li:hover a,
.pro_nav ul li.active a {
	color: #000000;
	background-color: #fff100;
}

.pro_nav ul li a {
	display: inline-block;
	font-family: 'Oswald';
	font-size: 20px;
	color: #ffffff;
	line-height: 50px;
	padding: 0 45px;
	background-color: #434343;
	margin-right: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product .lists {
	padding-top: 50px;
}

.product .lists .item {
	display: block;
	position: relative;
	overflow: hidden;
	border: solid 1px #d2d2d2;
	/*padding: 30px 0 20px 0;*/
	margin-bottom: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*.product .lists .item .border{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	padding-bottom: 100%;
	border: solid 4px #fff100;
}*/

.product .lists .item:hover {
	border: solid 1px #fff100;
}

.product .lists .item .pic {
	/*padding: 0 90px;*/
}

.product .lists .item .pic .img-box {
	padding-bottom: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product .lists .item:hover .img-box {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.product .lists .item .note {
	width: 100%;
	position: absolute;
	bottom: 0px;
}

.product .lists .item .note p {
	font-family: 'Oxygen-Bold';
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #000000;
	background: linear-gradient(right, #fff, #fff100 50%, #fff 100%);
	background: -webkit-linear-gradient(right, #fff, #fff100 50%, #fff 100%);
}

@media (max-width: 991px) {
	.product {
		padding: 37px 0 50px 0;
	}
	.pro_nav ul li a {
		font-size: 15px;
		line-height: 40px;
		padding: 0 25px;
	}
	.product .lists {
		padding-top: 20px;
	}
	.product .lists .item {
		margin-bottom: 20px;
	}
}


/*pro_detial*/

.product_box {
	padding-top: 50px;
}

.product_box .left {
	width: 43%;
	padding-bottom: 30px;
	border: 1px solid #d2d2d2;
}

.product_box .right {
	width: 57%;
	padding-left: 60px;
}

.product_box .pro-show {
	overflow: hidden;
}

.product_box .pro-show .album {
	position: relative;
	float: left;
	width: 100%;
}

.product_box .pro-show .album .item .pic {
	/*padding: 60px 240px 60px 240px;*/
}

@media (max-width: 1470px) {
	.product_box .pro-show .album .item .pic {
		/*padding: 60px 180px 60px 180px;*/
	}
}

.product_box .pro-show .album .item .img-box {
	z-index: 0;
	padding-bottom: 100%;
	border: none;
}

.product_box .pro-show .album .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.product_box .pro-show .album .slider-nav {
	position: relative;
	padding: 0 80px 0px 80px;
	margin-top: 30px;
}

.product_box .pro-show .album .slider-nav .slick-current .item .pic {
	border: 1px solid #fff100;
}

.product_box .pro-show .album .slider-nav div:focus {
	outline: none;
	border: none;
}

.product_box .pro-show .album .slider-nav .item {
	padding: 0 5px;
}

.product_box .pro-show .album .slider-nav .item .pic {
	/*padding: 2px 22px;*/
	border: solid 1px #d2d2d2;
}

.product_box .pro-show .album .slider-nav .slick-arrow {
	width: 18px;
	height: 20px;
	background: none;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 5%;
	color: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product_box .pro-show .album .slider-nav .slick-arrow:before {
	display: block;
	overflow: hidden;
	font-family: 'iconfont' !important;
	font-size: 18px;
	content: '\e617';
	color: #666666;
	line-height: 20px;
}

.product_box .pro-show .album .slider-nav .slick-arrow.slick-prev:before {
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.product_box .pro-show .album .slider-nav .slick-arrow.slick-next {
	right: 5%;
	left: auto;
}

.product_box .pro-show .album .slider-nav .slick-arrow.slick-next:before {
	content: '\e617';
}

.product_box .pro-show .album .slider-nav .slick-arrow:hover:before {
	color: #fff100;
}

.product_box .right .prod_info .note h1 {
	font-family: 'Oswald-Bold';
	font-size: 46px;
	color: #000000;
}

.product_box .right .prod_info .note span {
	display: block;
	font-family: 'Oxygen';
	font-size: 20px;
	color: #000000;
	padding-top: 10px;
}

.product_box .right .prod_info .note span:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000000;
	margin-top: 15px;
}

.product_box .right .prod_info .note p {
	font-family: 'Oxygen';
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	padding-top: 20px;
}

.product_box .right .prod_info .msg {
	padding-top: 30px;
}

.product_box .right .prod_info .msg span {
	display: block;
	font-family: 'Oswald-Bold';
	font-size: 20px;
	color: #333333;
	padding-bottom: 20px;
}

.product_box .right .prod_info .msg p {
	width: 100%;
	min-height: 55px;
	line-height: 55px;
	background-color: #eeeeee;
	font-family: 'Oxygen';
	font-size: 16px;
	padding: 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product_box .right .prod_info .pro_btn {
	padding-top: 50px;
}

.product_box .right .prod_info .pro_btn a#inquiry_btn,
.product_box .right .prod_info .pro_btn a#download_btn {
	display: inline-block;
	padding: 0 35px;
	background-color: #fff100;
	font-family: 'Oxygen-Bold';
	font-size: 16px;
	line-height: 55px;
	color: #000000;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product_box .right .prod_info .pro_btn a#inquiry_btn {
	color: #ffffff;
	margin-right: 30px;
	background-color: #434343;
}

.product_box .right .prod_info .pro_btn a#inquiry_btn:hover {
	color: #000000;
	background-color: #fff100;
}

.product_box .right .prod_info .pro_btn a#inquiry_btn:before {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont' !important;
	font-size: 18px;
	content: '\e6a3';
	margin-right: 14px;
}

.product_box .right .prod_info .pro_btn a#download_btn:before {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont' !important;
	font-size: 24px;
	content: '\e64b';
	margin-right: 14px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product_box .right .prod_info .pro_btn a#download_btn:hover:before {
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.product_box .right .prod_info .pro_arrow {
	padding-top: 50px;
}

.product_box .right .prod_info .pro_arrow .item .pic {
	display: inline-block;
	width: 54px;
	height: 54px;
	/*padding: 2px 10px;*/
	background-color: #ffffff;
	border: solid 1px #d2d2d2;
}

.product_box .right .prod_info .pro_arrow .item .pic img {
	width: 100%;
	height: 100%;
}

.product_box .right .prod_info .pro_arrow .item a {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Oxygen';
	font-size: 16px;
	color: #333333;
	margin-left: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product_box .right .prod_info .pro_arrow .item:hover a {
	text-decoration: underline !important;
}

@media (max-width: 1199px) {
	.product_box .pro-show .album .item .pic {
		padding: 60px 160px 60px 160px;
	}
	.product_box .pro-show .album .slider-nav .item .pic {
		padding: 2px 14px;
	}
	.product_box .right {
		padding-left: 30px;
	}
	.product_box .right .prod_info .pro_btn a#inquiry_btn,
	.product_box .right .prod_info .pro_btn a#download_btn {
		padding: 0 22px;
	}
	.product_box .right .prod_info .pro_btn a#inquiry_btn {
		margin-right: 15px;
	}
	.product_box .right .prod_info .msg {
		padding-top: 15px;
	}
	.product_box .right .prod_info .msg span {
		padding-bottom: 10px;
	}
	.product_box .right .prod_info .note span:after {
		margin-top: 10px;
	}
	.product_box .right .prod_info .note p {
		padding-top: 10px;
	}
	.product_box .right .prod_info .pro_btn {
		padding-top: 20px;
	}
	.product_box .right .prod_info .pro_arrow {
		padding-top: 25px;
	}
}

@media (max-width: 991px) {
	.product_box {
		padding-top: 20px;
	}
	.product_box .left {
		width: 100%;
		padding-bottom: 20px;
	}
	.product_box .right {
		width: 100%;
		padding: 25px 0px;
	}
	.product_box .pro-show .album {
		float: none;
		width: 100%;
	}
	.product_box .pro-show .album .item .pic {
		padding: 30px 110px 30px 110px;
	}
	.product_box .pro-show .album .slider-nav .item .pic {
		padding: 2px 22px;
	}
	.product_box .right .prod_info .note h1 {
		font-size: 22px;
	}
	.product_box .right .prod_info .note span {
		font-size: 16px;
		padding-top: 5px;
	}
	.product_box .right .prod_info .msg span {
		font-size: 16px;
	}
	.product_box .right .prod_info .pro_btn a#inquiry_btn {
		margin-bottom: 10px;
	}
	.product_box .right .prod_info .pro_btn a#inquiry_btn,
	.product_box .right .prod_info .pro_btn a#download_btn {
		padding: 0 22px;
		line-height: 45px;
	}
}

.product .tab_box {
	padding-top: 70px;
}

.product .tab_box .nav_scroll ul {
	width: 100%;
	display: inline-block;
	position: relative;
	white-space: nowrap;
	background-color: #626262;
}

.product .tab_box .nav_scroll ul li {
	float: left;
	display: inline-block;
	cursor: pointer;
	font-family: 'Oswald-Bold';
	font-size: 20px;
	color: #fff100;
	line-height: 50px;
	color: #FFFFFF;
	padding: 0 30px;
	background-color: #313131;
	margin-right: 1px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product .tab_box .nav_scroll ul li.active {
	color: #000000;
	background-color: #fff100;
	margin-top: -5px;
}

.product .tab_box .nav_scroll ul li:hover {
	color: #000000;
	background-color: #fff100;
}

.product .tab_box .content {
	padding: 40px 0px 0px 0px;
}

.product .tab_box .content>div {
	display: none;
}

.product .tab_box .content>div.active {
	display: block;
}

.product .tab_box .content .prod_note {
	background-color: #eeeeee;
	padding: 15px;
}

.product .tab_box .content .prod_note p {
	font-family: 'Oxygen';
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.product .tab_box .content .prod_note p img {
	max-width: 100%;
}

.product .tab_box .content .inquire_form ul {
	margin: 0 -15px;
}

.product .tab_box .content .inquire_form ul li {
	float: left;
	margin-bottom: 20px;
	width: 33.333%;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.product .tab_box .content .inquire_form ul li {
		width: 100%;
	}
}

.product .tab_box .content .inquire_form ul li:nth-child(6),
.product .tab_box .content .inquire_form ul li:last-child {
	width: 100%;
}

.product .tab_box .content .inquire_form ul li input {
	width: 100%;
	line-height: 50px;
	min-height: 50px;
	padding: 0px 20px;
	background-color: #eeeeee;
	border: none;
	font-family: 'Oxygen';
	font-size: 16px;
	color: #666666;
}

.product .tab_box .content .inquire_form ul li textarea {
	width: 100%;
	font-family: 'Oxygen';
	font-size: 16px;
	color: #666666;
	min-height: 215px;
	line-height: 30px;
	background-color: #eeeeee;
	border: none;
	padding: 10px 20px;
}

.product .tab_box .content .inquire_form ul li input::-webkit-input-placeholder,
.product .tab_box .content .inquire_form ul li textarea::-webkit-input-placeholder {
	color: #666666;
}

.product .tab_box .content .inquire_form ul li input:-o-placeholder,
.product .tab_box .content .inquire_form ul li textarea:-o-placeholder {
	color: #666666;
}

.product .tab_box .content .inquire_form ul li input::-moz-placeholder,
.product .tab_box .content .inquire_form ul li textarea::-moz-placeholder {
	color: #666666;
}

.product .tab_box .content .inquire_form ul li input:-ms-input-placeholder,
.product .tab_box .content .inquire_form ul li textarea:-ms-input-placeholder {
	color: #666666;
}

.product .tab_box .content .inquire_form ul li input:focus::-webkit-input-placeholder,
.product .tab_box .content .inquire_form ul li textarea:focus::-webkit-input-placeholder {
	color: #999;
}

.product .tab_box .content .inquire_form ul li input:focus::-o-placeholder,
.product .tab_box .content .inquire_form ul li textarea:focus::-o-placeholder {
	color: #999;
}

.product .tab_box .content .inquire_form ul li input:focus::-moz-placeholder,
.product .tab_box .content .inquire_form ul li textarea:focus::-moz-placeholder {
	color: #999;
}

.product .tab_box .content .inquire_form ul li input:focus::-ms-input-placeholder,
.product .tab_box .content .inquire_form ul li textarea:focus::-ms-input-placeholder {
	color: #999;
}

.product .tab_box .content .inquire_form ul li:nth-child(7) p {
	font-family: 'Oxygen-Bold';
	font-size: 16px;
	color: #333333;
}

.product .tab_box .content .inquire_form ul li button {
	padding: 0 45px;
	line-height: 50px;
	background-color: #fff100;
	font-family: 'Oxygen-Bold';
	font-size: 16px;
	color: #1b1b1b;
	border-radius: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-top: 40px;
}

.product .tab_box .content .inquire_form ul li button:hover {
	background-color: #1b1b1b;
	color: #fff100;
}

.product .tab_box .content .relate_prod .lists li {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product .tab_box .content .relate_prod .lists .item {
	background-color: #eeeeee;
	padding: 10px 10px 0 10px;
	margin-bottom: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product .tab_box .content .relate_prod .lists .item .img-box {
	padding-bottom: 79.03225806451613%;
}

.product .tab_box .content .relate_prod .lists .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product .tab_box .content .relate_prod .lists .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product .tab_box .content .relate_prod .lists .item .note {
	padding: 20px 0;
}

.product .tab_box .content .relate_prod .lists .item .note a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product .tab_box .content .relate_prod .lists .item:hover {
	background-color: #066dcf;
}

.product .tab_box .content .relate_prod .lists .item:hover .note a {
	color: #FFFFFF;
}

@media (max-width: 991px) {
	.product .tab_box {
		padding-top: 0px;
	}
	.product .tab_box .nav_scroll {
		position: relative;
		z-index: 2;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.product .tab_box .nav_scroll ul li {
		float: none;
		display: inline-block;
		font-size: 15px;
		line-height: 40px;
		padding: 0 20px;
		margin-right: 0px;
	}
	.product .tab_box .content {
		padding: 15px 0 0 0;
	}
	.product .tab_box .content .relate_prod .lists .item .note {
		padding: 15px 0;
	}
	.product .tab_box .content .inquire_form p {
		padding-top: 5px;
		padding-bottom: 15px;
	}
	.product .tab_box .content .inquire_form ul li {
		width: 100%;
		margin-bottom: 15px;
	}
	.product .tab_box .content .inquire_form ul li textarea {
		min-height: 100px;
	}
	.product .tab_box .content .inquire_form ul li button {
		padding: 0 50px;
		line-height: 45px;
		font-size: 15px;
		margin-top: 0;
	}
}


/*approve*/

.approve .left .info .title {
	text-align: left;
}

.approve .left .info .title b {
	display: block;
	font-family: 'Oswald-Bold';
	font-size: 36px;
	line-height: 40px;
	color: #000000;
}

.approve .left .info .msg {
	padding-top: 40px;
}

.approve .left .info .msg p {
	font-family: 'Oxygen';
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}

.approve .right .approve_box .table-responsive thead {
	width: 100% !important;
}

.approve .right .approve_box .table-responsive thead tr th {
	font-family: 'Oxygen';
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	background-color: #434343;
	padding: 0 20px;
	border-top: none;
	border-left: none;
	border-bottom: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.approve .right .approve_box .table-responsive tbody tr td {
	font-family: 'Oxygen';
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	line-height: 40px;
	background-color: #eeeeee;
	padding: 0 20px !important;
	border-top: none;
	border-left: none;
	border-bottom: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.approve .right .approve_box .table-responsive tbody tr td:last-child,
.approve .right .approve_box .table-responsive thead tr th:last-child {
	margin-right: 0;
}

.approve .right .approve_box .note {
	padding-top: 10px;
}

.approve .right .approve_box .note p {
	font-family: 'Oxygen';
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}

.approve .right .approve_box .pic {
	padding-top: 25px;
}

.approve .right .approve_box .pic p img {
	max-width: 100%;
}

@media (max-width: 991px) {
	.approve .left .info .title b {
		display: block;
		font-family: 'Oswald-Bold';
		font-size: 20px;
		line-height: 28px;
		color: #000000;
	}
	.approve .left .info .msg {
		padding-top: 15px;
	}
	.approve .right {
		padding-top: 25px;
	}
}


/*download*/

.download .item {
	padding: 8px;
	margin-bottom: 30px;
	background-color: #434343;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.download .item:hover {
	background-color: #fff100;
}

.download .item .pic {
	width: 29%;
}

.download .item .pic .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.download .item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.download .item .info {
	width: 71%;
	padding: 20px 30px 0px 40px;
}

.download .item .info .msg b {
	display: block;
	font-family: 'Oxygen-Bold';
	font-size: 20px;
	font-weight: normal;
	color: #fff100;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.download .item .info .msg p {
	font-family: 'Oxygen';
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding-top: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.download .item .info .tips {
	padding-top: 15px;
}

.download .item .info .tips span {
	font-family: 'Oxygen';
	font-size: 14px;
	color: #ffffff;
	margin-right: 15px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.download .item .info a {
	display: block;
	font-family: 'Oxygen';
	font-size: 14px;
	color: #fff100;
	padding-top: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.download .item .info a:before {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont' !important;
	font-size: 20px;
	content: '\e647';
	margin-right: 10px;
}

.download .item:hover .info a,
.download .item:hover .info .tips span,
.download .item:hover .info .msg p,
.download .item:hover .info .msg b {
	color: #333333;
}

@media (max-width: 1470px) {
	.download .item .info {
		padding: 0px 10px 0px 20px;
	}
	.download .item .info .tips {
		padding-top: 5px;
	}
	.download .item .info a {
		padding-top: 12px;
	}
}

@media (max-width: 991px) {
	.download .item {
		margin-bottom: 20px;
	}
	.download .item .pic {
		width: 100%;
	}
	.download .item .info {
		width: 100%;
		padding: 10px 10px 0px 10px;
	}
	.download .item .info .tips {
		padding-top: 10px;
	}
}


/*sustainability*/

.sustainability .right .pic {
	padding-left: 55px;
}

.sustainability .right .pic .img-box {
	padding-bottom: 66.88311688311688%;
}

@media (max-width: 991px) {
	.sustainability .right .pic {
		padding-left: 0px;
	}
}


/*contact*/

.contact .title {
	text-align: left;
}

.contact .title b {
	display: block;
	font-family: 'Oswald-Bold';
	font-size: 30px;
	color: #333333;
}

.contact .title div {
	width: 100%;
	height: 3px;
	background-color: #1b1b1b;
	position: relative;
	margin-top: 25px;
}

.contact .title span {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45%;
	height: 6px;
	background-color: #fff100;
}

.contact .left {
	width: 40%;
}

.contact .right {
	width: 49%;
	margin-top: -100px;
	padding-top: 100px;
}

.contact .text {
	padding-top: 40px;
}

.contact .text p.company,
.contact .text p.address,
.contact .text p.fax,
.contact .text p.email,
.contact .text p.phone,
.contact .text p.website {
	position: relative;
	margin-bottom: 30px;
	padding-left: 70px;
	font-family: 'Oxygen';
	font-size: 16px;
	line-height: 42px;
	color: #333333;
}

.contact .text p.company {
	font-weight: bold;
}

.contact .text p.website a,
.contact .text p.email a,
.contact .text p.phone a {
	font-family: 'Oxygen';
	font-size: 16px;
	line-height: 42px;
	color: #333333;
}

.contact .text p.company:before,
.contact .text p.address:before,
.contact .text p.fax:before,
.contact .text p.email:before,
.contact .text p.phone:before,
.contact .text p.website:before {
	width: 42px;
	height: 42px;
	background-color: #313131;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 0px;
	left: 0;
	color: #FFFFFF;
}

.contact .text p.website a:hover,
.contact .text p.email a:hover,
.contact .text p.phone a:hover {
	text-decoration: underline !important;
}

.contact .text p.company:before {
	content: '\e64f';
}

.contact .text p.address:before {
	content: '\e734';
	font-size: 24px;
}

.contact .text p.fax:before {
	content: '\e615';
	font-size: 18px;
}

.contact .text p.email:before {
	content: '\e6a4';
}

.contact .text p.phone:before {
	content: '\e638';
	font-size: 20px;
}

.contact .text p.website:before {
	content: '\e7e2';
	font-size: 18px;
}

.contact .message_form {
	margin-top: 40px;
}

.contact .message_form p {
	font-family: 'Oxygen';
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

.contact .message_form span {
	display: block;
	font-family: 'Oxygen';
	font-size: 16px;
	color: #666666;
	padding-top: 25px;
}

.contact .message_form ul {
	margin: 0 -15px;
	padding-top: 30px;
}

.contact .message_form ul li {
	float: left;
	margin-bottom: 20px;
	width: 50%;
	padding: 0 15px;
}

.contact .message_form ul li:nth-child(5),
.contact .message_form ul li:last-child {
	width: 100%;
	min-height: 45px;
}

@media (max-width: 767px) {
	.contact .message_form ul li {
		width: 100%;
	}
	.contact .message_form ul li:nth-child(5),
	.contact .message_form ul li:last-child {
		width: 100%;
	}
}

.contact .message_form ul li input {
	width: 100%;
	font-family: 'Oxygen';
	font-size: 16px;
	color: #666666;
	line-height: 45px;
	min-height: 45px;
	padding: 0px 20px;
	border: none;
	background-color: #eeeeee;
}

.contact .message_form ul li textarea {
	width: 100%;
	font-family: 'Oxygen';
	font-size: 16px;
	color: #666666;
	min-height: 140px;
	line-height: 30px;
	border: none;
	background-color: #eeeeee;
	padding: 10px 20px;
}

.contact .message_form ul li input::-webkit-input-placeholder,
.contact .message_form ul li textarea::-webkit-input-placeholder {
	color: #666666;
}

.contact .message_form ul li input:-o-placeholder,
.contact .message_form ul li textarea:-o-placeholder {
	color: #666666;
}

.contact .message_form ul li input::-moz-placeholder,
.contact .message_form ul li textarea::-moz-placeholder {
	color: #666666;
}

.contact .message_form ul li input:-ms-input-placeholder,
.contact .message_form ul li textarea:-ms-input-placeholder {
	color: #666666;
}

.contact .message_form ul li input:focus::-webkit-input-placeholder,
.contact .message_form ul li textarea:focus::-webkit-input-placeholder {
	color: #999999;
}

.contact .message_form ul li input:focus::-o-placeholder,
.contact .message_form ul li textarea:focus::-o-placeholder {
	color: #999999;
}

.contact .message_form ul li input:focus::-moz-placeholder,
.contact .message_form ul li textarea:focus::-moz-placeholder {
	color: #999999;
}

.contact .message_form ul li input:focus::-ms-input-placeholder,
.contact .message_form ul li textarea:focus::-ms-input-placeholder {
	color: #999999;
}

.contact .message_form ul li button {
	width: 145px;
	background-color: #fff100;
	line-height: 45px;
	font-family: 'Oxygen';
	font-size: 16px;
	color: #333333;
	border-radius: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.contact .message_form ul li button:hover {
	background-color: #333333;
	color: #fff100;
}

.contact .ditu {
	padding-top: 58px;
}

.contact .google-map {
	width: 100%;
	height: 500px;
}

@media (max-width: 991px) {
	.contact .left {
		width: 100%;
		margin-bottom: 30px;
	}
	.contact .right {
		width: 100%;
	}
	.contact .text {
		padding-top: 25px;
	}
	.contact .title b {
		font-size: 20px;
	}
	.contact .title div {
		margin-top: 10px;
	}
	.contact .text p.company,
	.contact .text p.address,
	.contact .text p.fax,
	.contact .text p.email,
	.contact .text p.phone,
	.contact .text p.website {
		margin-bottom: 15px;
		padding-left: 60px;
	}
	.contact .message_form {
		margin-top: 20px;
	}
	.contact .message_form span {
		padding-top: 20px;
	}
	.contact .message_form ul li {
		margin-bottom: 15px;
	}
	.contact .message_form ul {
		padding-top: 15px;
	}
	.contact .ditu {
		padding-top: 10px;
	}
	.contact .google-map {
		height: 300px;
	}
}

.news-content {
	padding-top: 40px;
}

.news-content .news-wrap {
	margin-top: 60px;
}

@media (min-width: 1320px) {
	.news-content .news-wrap {
		margin: 60px -25px 0;
	}
}

@media (max-width: 1199px) {
	.news-content .news-wrap {
		margin-top: 50px;
	}
}

@media (max-width: 991px) {
	.news-content .news-wrap {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.news-content .news-wrap {
		margin-top: 30px;
	}
}

@media (min-width: 1320px) {
	.news-content .news-list {
		padding: 0 25px;
	}
}

.news-content .news-list li a {
	display: block;
	color: inherit;
}

.news-content .news-list li {
	margin-bottom: 45px;
	padding: 20px 15px;
	-webkit-transition: transform .3s;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}

.news-content .news-list li:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.news-content .news-list li:hover .more {
	color: #000;
}

@media (max-width: 991px) {
	.news-content .news-list li {
		margin-bottom: 35px;
	}
}

.news-content .news-list .img-box {
	padding-bottom: 72.4137931%;
}

.news-content .news-list .introduce .time {
	font-family: 'Helvetica Neue Medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
	font-size: 13px;
	display: inline-block;
	margin: 10px 0;
	padding: 5px 15px 2px;
	background-color: #fff100;
}

@media (min-width: 768px) {
	.news-content .news-list .introduce .time {
		position: relative;
		z-index: 2;
		left: -45px;
	}
}

@media (max-width: 767px) {
	.news-content .news-list .introduce .time {
		padding: 5px 15px 2px 15px;
	}
}

.news-content .news-list .introduce h4 {
	font-family: 'Helvetica Neue CondensedBold', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
	font-size: 20px;
	line-height: 26px;
	display: -webkit-box;
	overflow: hidden;
	height: 26px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
	.news-content .news-list .introduce h4 {
		margin-top: 0;
	}
}

.news-content .news-list .introduce p {
	font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
	line-height: 22px;
	display: -webkit-box;
	overflow: hidden;
	height: 44px;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-content .news-list .introduce .more {
	font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
	margin-top: 30px;
	color: #999;
}

@media (max-width: 1199px) {
	.news-content .news-list .introduce .more {
		margin-top: 15px;
	}
}

.news-content .news-list .introduce .more:after {
	font-family: 'iconfont' !important;
	margin-left: 15px;
	content: '\e72f';
	vertical-align: middle;
}

.news-content .news-list .introduce .more a {
	text-decoration: underline;
}

.news-content .news-list .page {
	margin-top: 80px;
}

@media (max-width: 1199px) {
	.news-content .news-list .page {
		margin-top: 60px;
	}
}

@media (max-width: 991px) {
	.news-content .news-list .page {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.news-content .news-list .page {
		margin-top: 30px;
	}
}

@media (min-width: 1320px) {
	.news-content .latest-news {
		padding: 0 25px;
	}
}

.news-content .latest-news h5 {
	font-family: 'Helvetica Neue CondensedBold', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 30px 0;
}

.news-content .latest-news h6 {
	font-family: 'Helvetica Neue Medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #666;
}

.news-content .latest-news h6:hover {
	text-decoration: underline;
}

.news-content .latest-news li {
	margin-bottom: 30px;
}

.news-content .latest-news li span {
	font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
	font-size: 12px;
	color: #999;
}

.news-details-content h1 {
	font-family: 'Helvetica Neue CondensedBold', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
	font-size: 30px;
	margin: 0 0 12px 0;
	text-align: center;
}

.news-details-content .time {
	display: block;
	text-align: center;
}

.news-details-content .news-wrap {
	margin-top: 28px;
	padding: 50px 0 80px 0;
	border-top: 1px dotted #cecece;
}

@media (max-width: 767px) {
	.news-details-content .news-wrap {
		padding: 30px 0 40px 0;
	}
}

.news-details-content .news-wrap p {
	line-height: 24px;
	margin: 0;
	color: #666;
}

.news-details-content .news-wrap img {
	/*  display: block;

    width: auto;
    max-width: 100%;
    margin-top: 50px; */
	max-width: 100%;
	height: auto!important;
}


/* @media (max-width: 991px) {
    .news-details-content .news-wrap img {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .news-details-content .news-wrap img {
        margin-top: 25px;
    }
} */

.news-details-content .news-page .prev,
.news-details-content .news-page .next {
	font-family: 'Helvetica Neue Medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
	font-size: 16px;
	line-height: 26px;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-bottom: 20px;
	padding: 15px 25px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767px) {
	.news-details-content .news-page .prev,
	.news-details-content .news-page .next {
		padding: 10px 15px 5px;
	}
}

.news-details-content .news-page .prev p,
.news-details-content .news-page .next p {
	font-family: 'Helvetica Neue Medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
	display: -webkit-box;
	overflow: hidden;
	max-height: 52px;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-details-content .news-page .prev p:before,
.news-details-content .news-page .next p:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 1px;
	vertical-align: middle;
}

.news-details-content .news-page .prev:hover a,
.news-details-content .news-page .next:hover a {
	text-decoration: underline;
}

.news-details-content .news-page .prev p:before {
	content: '\e727';
}

.news-details-content .news-page .next {
	margin-bottom: 0;
}

.news-details-content .news-page .next p:before {
	content: '\e728';
}

.news-details-content .news-page a {
	color: inherit;
}

.customers_box {
	padding-top: 80px;
}

.customers_box .cus_box {
	margin-top: 30px;
	padding: 30px 30px 50px 30px;
	border: solid 1px #dadada;
	background-color: #fff;
}

@media (max-width: 991px) {
	.customers_box .cus_box {
		padding: 20px;
	}
	.customers_box {
		padding-top: 40px;
	}
}

.customers_box .title {
	text-align: left;
}

.customers_box .title b {
	font-size: 30px;
}

.customers_box .cus_box .tit {
	padding-bottom: 24px;
	border-bottom: 1px solid #dadada;
}

@media (max-width: 480px) {
	.customers_box .cus_box .tit {
		padding-bottom: 20px;
	}
	.customers_box .title b {
		font-size: 24px;
	}
}

.customers_box .cus_box .tit p {
	font-size: 16px;
	line-height: 3.125;
	float: left;
	color: #666;
}

@media (max-width: 480px) {
	.customers_box .cus_box .tit p {
		font-size: 15px;
		line-height: 2.66666667;
	}
}

.customers_box .cus_box .tit .write_btn {
	font-size: 16px;
	line-height: 3.125;
	float: right;
	width: 160px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	background-color: #ae1a1a;
}

@media (max-width: 480px) {
	.customers_box .cus_box .tit .write_btn {
		font-size: 15px;
		line-height: 2.66666667;
	}
}

.customers_box .cus_box .tit .write_btn:hover {
	opacity: .85;
}

.customers_box .cus_box .cus_form {
	display: none;
	margin-top: 40px;
}

.customers_box .cus_box .cus_form p {
	font-family: 'Oswald-Medium';
	font-size: 18px;
	font-style: italic;
	line-height: 1.44444444;
	color: #022;
}

.customers_box .cus_box .cus_form .form_ipt {
	margin-top: 20px;
}

.customers_box .cus_box .cus_form .form_ipt ul li {
	float: none;
	margin-bottom: 10px;
}

.customers_box .cus_box .cus_form .form_ipt ul li:nth-child(2),
.customers_box .cus_box .cus_form .form_ipt ul li:last-child {
	float: left;
	margin-bottom: 0;
}

.customers_box .cus_box .cus_form .form_ipt ul li input,
.customers_box .cus_box .cus_form .form_ipt ul li textarea {
	font-size: 14px;
	line-height: 45px;
	display: block;
	width: 100%;
	height: 45px;
	padding: 0 16px;
	color: #222;
	border: solid 1px #dadada;
	background-color: #fff;
}

.customers_box .cus_box .cus_form .form_ipt ul li textarea {
	line-height: 28px;
	min-height: 190px;
	padding: 10px 16px;
}

.customers_box .cus_box .cus_form .form_ipt ul li input::-webkit-input-placeholder,
.customers_box .cus_box .cus_form .form_ipt ul li textarea::-webkit-input-placeholder {
	color: #888;
}

.customers_box .cus_box .cus_form .form_ipt ul li input:-o-placeholder,
.customers_box .cus_box .cus_form .form_ipt ul li textarea:-o-placeholder {
	color: #888;
}

.customers_box .cus_box .cus_form .form_ipt ul li input::-moz-placeholder,
.customers_box .cus_box .cus_form .form_ipt ul li textarea::-moz-placeholder {
	color: #888;
}

.customers_box .cus_box .cus_form .form_ipt ul li input:-ms-input-placeholder,
.customers_box .cus_box .cus_form .form_ipt ul li textarea:-ms-input-placeholder {
	color: #888;
}

.customers_box .cus_box .cus_form .form_ipt ul li input:focus::-webkit-input-placeholder,
.customers_box .cus_box .cus_form .form_ipt ul li textarea:focus::-webkit-input-placeholder {
	color: #e6e6e6;
}

.customers_box .cus_box .cus_form .form_ipt ul li input:focus::-o-placeholder,
.customers_box .cus_box .cus_form .form_ipt ul li textarea:focus::-o-placeholder {
	color: #e6e6e6;
}

.customers_box .cus_box .cus_form .form_ipt ul li input:focus::-moz-placeholder,
.customers_box .cus_box .cus_form .form_ipt ul li textarea:focus::-moz-placeholder {
	color: #e6e6e6;
}

.customers_box .cus_box .cus_form .form_ipt ul li input:focus::-ms-input-placeholder,
.customers_box .cus_box .cus_form .form_ipt ul li textarea:focus::-ms-input-placeholder {
	color: #e6e6e6;
}

.customers_box .cus_box .cus_form .form_ipt ul li button {
	font-size: 16px;
	line-height: 3.125;
	display: block;
	float: right;
	width: 160px;
	margin-top: 140px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	background-color: #ae1a1a;
}

@media (max-width: 991px) {
	.customers_box .cus_box .cus_form .form_ipt ul li button {
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
	.customers_box .cus_box .cus_form .form_ipt ul li button {
		font-size: 15px;
		line-height: 2.66666667;
	}
}

.customers_box .cus_box .cus_form .form_ipt ul li button:hover {
	opacity: .85;
}

.customers_box .customers_slick {
	padding: 30px;
}

@media (max-width: 991px) {
	.customers_box .customers_slick {
		padding: 20px;
	}
}

.customers_box .customers_slick .list ul li {
	border-bottom: 1px solid #dadada;
}

.customers_box .customers_slick .list ul li .item {
	padding: 30px 0;
}

.customers_box .customers_slick .list ul li .item b {
	font-family: 'Oswald-Medium';
	font-size: 16px;
	font-weight: normal;
	line-height: 1.625;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

.customers_box .customers_slick .list ul li .item span {
	font-size: 15px;
	line-height: 1.73333333;
	display: block;
	margin: 5px 0;
	color: #ae1a1a;
}

@media (max-width: 480px) {
	.customers_box .customers_slick .list ul li .item span {
		font-size: 14px;
	}
}

.customers_box .customers_slick .list ul li .item p {
	font-size: 15px;
	line-height: 1.73333333;
	color: #666;
}

@media (max-width: 480px) {
	.customers_box .customers_slick .list ul li .item p {
		font-size: 14px;
	}
}

.customers_box .customers_slick .slick-dots {
	position: absolute;
	bottom: -40px;
	left: 50%;
	display: block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

@media (max-width: 480px) {
	.customers_box .customers_slick .slick-dots {
		bottom: -30px;
	}
}

.customers_box .customers_slick .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	border-radius: 50%;
	background-color: #ccc;
}

.customers_box .customers_slick .slick-dots li button {
	display: none;
}

.customers_box .customers_slick .slick-dots .slick-active {
	background-color: #ac0909;
}