/*index_banner*/

.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 130px;
}

@media (max-width: 1199px) {
	.banner {
		padding-top: 125px;
	}
}

@media (max-width: 991px) {
	.banner {
		padding-top: 108px;
	}
}

.banner .img-box {
	z-index: 0;
	padding-bottom: 36.45833333333333%;
}

.banner_box {
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 12%;
}

.banner_arrow {
	float: left;
	width: 180px;
	height: 80px;
	background-color: #ffffff;
}

.banner_arrow .arrow {
	display: inline-block;
	width: 90px;
	height: 80px;
	color: #999999;
	font-size: 18px;
	line-height: 80px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.banner_arrow .arrow:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	content: '\e9b5';
	-webkit-transition: all .5s;
	transition: all .5s;
}

.banner_arrow .arrow.arrow_right:before {
	content: '\e72f';
}

.banner_arrow .arrow.arrow_left:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 18px;
	background-color: #dcdcdc;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner_arrow .arrow:hover:before {
	color: #333333;
}

@media (max-width: 991px) {
	.banner_arrow {
		float: left;
		width: 100px;
		height: 40px;
		background-color: #ffffff;
	}
	.banner_arrow .arrow {
		display: inline-block;
		width: 50px;
		height: 40px;
		color: #999999;
		font-size: 18px;
		line-height: 40px;
		text-align: center;
		cursor: pointer;
		position: relative;
	}
}

.banner_box .small_img {
	float: left;
	width: 220px;
}

@media (max-width: 1199px) {
	.banner_box .small_img {
		display: none;
	}
}

.banner_box .small_img .pic {
	padding: 5px;
}


/*index_about*/

.index_about {
	padding: 100px 0;
}

.index_about li {
	/*border: 1px solid slateblue;*/
}

.index_about .left {
	width: 50%;
	position: relative;
}

.index_about .right {
	width: 43%;
	padding-top: 20px;
}

@media (max-width: 991px) {
	.index_about {
		padding: 50px 0;
	}
	.index_about .left {
		width: 100%;
	}
	.index_about .right {
		width: 100%;
		margin-top: 20px;
		padding-top: 10px;
	}
}


/*video*/

.index_about .video .video-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
}

.index_about .video:hover .video-cover {
	opacity: 1;
}

.index_about .video .img-box {
	z-index: 0;
	padding-bottom: 54.86111111111111%;
	background-color: #000;
}

.index_about .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

@media (max-width: 991px) {
	.index_about .video .img-box img {
		width: 150%;
		margin-left: -25%;
	}
}

.index_about .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.index_about .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.index_about .video .play {
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	bottom: 5px;
	right: 25px;
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}

@media (max-width: 991px) {
	.index_about .video .play {
		font-size: 18px;
	}
}

.index_about .video .play:before {
	font-family: 'iconfont';
	font-size: 40px;
	display: block;
	content: '\e6db';
}

@media (max-width: 991px) {
	.index_about .video .play:before {
		font-size: 30px;
	}
}

.title b {
	font-size: 32px;
	font-weight: bold;
	color: #333333;
}

.title span {
	font-size: 12px;
	color: #999999;
	margin-left: 15px;
}

.title:after {
	content: '';
	display: block;
	width: 70px;
	height: 3px;
	background: url(../images/common/line.png) no-repeat;
	background-size: 100%;
	margin-top: 28px;
}

.index_about .right .info {
	padding-top: 50px;
}

.index_about .right .info b {
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

.index_about .right .info p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	padding-top: 20px;
}

.index_about .right .info a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 45px;
	line-height: 45px;
	background-color: #066dcf;
	border-radius: 22px;
	font-size: 14px;
	color: #ffffff;
	margin-top: 60px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index_about .right .info a:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont';
	font-size: 18px;
	content: '\e602';
	margin-left: 15px;
}

.index_about .right .info a:hover {
	background-color: #037ce3;
}

@media (max-width: 991px) {
	.title b {
		font-size: 24px;
	}
	.title:after {
		margin-top: 15px;
	}
	.index_about .right .info {
		padding-top: 25px;
	}
	.index_about .right .info b {
		font-size: 18px;
	}
	.index_about .right .info p {
		padding-top: 10px;
	}
	.index_about .right .info a {
		padding: 0 45px;
		line-height: 40px;
		margin-top: 20px;
	}
}


/*index_product*/

.index_product {
	padding-top: 68px;
	background-color: #eeeeee;
}

.index_product .title {
	text-align: center;
}

.index_product .title span {
	display: block;
	margin-left: 0;
}

.index_product .title p {
	width: 70%;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	padding-top: 25px;
	margin: auto;
}

.index_product .title:after {
	display: none;
}

.index_prod_lists {
	padding: 40px 104px 85px 104px;
}

.index_prod_lists .slick-product {
	margin: 0 -15px;
}

.index_prod_lists .item {
	margin: 0 15px;
	padding: 10px 10px 0px 10px;
	background-color: #FFFFFF;
}

.index_prod_lists .item .img-box {
	padding-bottom: 77.35849056603774%;
}

.index_prod_lists .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_prod_lists .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_prod_lists .item .note {
	text-align: center;
	padding: 27px 0;
}

.index_prod_lists .item .note b {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_prod_lists .item:hover .note b {
	color: #066dcf;
}

.index_product .pro_arrow {
	text-align: center;
	background-color: #066dcf;
}

.index_product .arrow_btn {
	width: 60px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 70px;
	text-align: center;
	cursor: pointer;
}

@media (max-width: 991px) {
	.index_product {
		padding-top: 50px;
	}
	.index_product .title p {
		width: 100%;
		padding-top: 20px;
	}
	.index_prod_lists {
		padding: 20px 15px 25px 15px;
	}
	.index_prod_lists .item .note {
		text-align: center;
		padding: 22px 0;
	}
	.index_product .arrow_btn {
		line-height: 50px;
	}
}

.index_product .arrow_btn:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	content: '\e9b5';
	color: #FFFFFF;
}

.index_product .arrow_btn.next:before {
	content: '\e72f';
}

.index_product .arrow_btn.prev {
	position: relative;
}

.index_product .arrow_btn.prev:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 18px;
	background-color: #dcdcdc;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_product .arrow_btn.next {
	margin-left: -5px;
}


/*index_prod*/

.index_prod {
	padding: 100px 80px;
	background-color: #FFFFFF;
}

.index_prod .title {
	text-align: center;
}

.index_prod .title span {
	display: block;
	margin-left: 0;
}

.index_prod .title:after {
	display: none;
}

.index_prod .prod_show {
	padding-top: 30px;
}

.index_prod .prod_lists {
	background-color: #eeeeee;
}

.index_prod .prod_lists:after {
	content: '';
	display: table;
	clear: both;
}

.index_prod .prod_lists li {
	float: left;
	width: 14.28571428571429%;
	border: 1px solid #FFFFFF;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_prod .prod_lists li:hover,
.index_prod .prod_lists li.active {
	background-color: #066dcf;
}

.index_prod .prod_lists li:hover a,
.index_prod .prod_lists li.active a {
	color: #ffffff;
}

.index_prod .prod_lists li a {
	display: block;
	font-size: 16px;
	line-height: 50px;
	color: #333333;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_prod .slick-prod {
	margin: 0 -10px;
	padding-top: 40px;
}

.index_prod .slick-prod .item {
	margin: 0 10px;
	padding: 10px 10px 36px 10px;
	background-color: #eeeeee;
}

.index_prod .slick-prod .item .img-box {
	padding-bottom: 76.54320987654321%;
}

.index_prod .slick-prod .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_prod .slick-prod .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_prod .slick-prod .item .note {
	text-align: center;
	padding: 0 40px;
}

.index_prod .slick-prod .item .note b {
	display: block;
	font-size: 16px;
	color: #333333;
	padding-top: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_prod .slick-prod .item .note p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding-top: 20px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.index_prod .slick-prod .item .note a {
	display: inline-block;
	padding: 0 52px;
	line-height: 45px;
	background-color: #959595;
	border-radius: 22px;
	font-size: 14px;
	color: #ffffff;
	margin-top: 25px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 1260px) {
	.index_prod .slick-prod .item .note a {
		padding: 0 40px;
	}
}

@media (max-width: 1199px) {
	.index_prod .slick-prod .item .note a {
		padding: 0 20px;
		line-height: 40px;
	}
}

@media (max-width: 991px) {
	.index_prod {
		padding: 50px 15px;
	}
	.index_prod .prod_lists li {
		width: 50%;
	}
	.index_prod .prod_lists li a {
		font-size: 15px;
		line-height: 50px;
	}
	.index_prod .slick-prod .item {
		margin: 0;
		padding: 10px 10px 25px 10px;
	}
	.index_prod .slick-prod .item .note b {
		padding-top: 20px;
	}
	.index_prod .slick-prod .item .note p {
		padding-top: 10px;
	}
	.index_prod .slick-prod .item .note a {
		padding: 0 40px;
		line-height: 40px;
		margin-top: 15px;
	}
}

.index_prod .slick-prod .item .note a:hover {
	background-color: #066dcf;
}

.index_prod .slick-prod .slick-arrow {
	width: 35px;
	height: 90px;
	background-color: rgba(0, 0, 0, .6);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	color: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 991px) {
	.index_prod .slick-prod .slick-arrow {
		left: 0;
	}
}

.index_prod .slick-prod .slick-arrow:before {
	display: inline-block;
	line-height: 90px;
	font-family: 'iconfont' !important;
	font-size: 28px;
	content: '\e9b5';
	color: #ffffff;
	background: none;
}

.index_prod .slick-prod .slick-arrow.slick-next {
	right: 0;
	left: auto;
}

@media (max-width: 991px) {
	.index_prod .slick-prod .slick-arrow.slick-next {
		right: 0;
	}
}

.index_prod .slick-prod .slick-arrow.slick-next:before {
	content: '\e72f';
}

.index_prod .slick-prod .slick-arrow:hover {
	background-color: rgba(0, 0, 0, .8);
}


/*index_news*/

.index_news {
	padding: 90px 0;
	background-color: #eeeeee;
}

.index_news .title:after {
	display: inline-block;
	float: right;
}

.index_news .news_main {
	padding-top: 50px;
}

.index_news .news_main .item {
	background-color: #FFFFFF;
}

.index_news .news_main .lists {
	padding: 36px 0 30px 0;
	background: url(../images/img/news_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.index_news .news_main .lists .pic {
	width: 178px;
	height: 95px;
	padding: 6px 8px 6px 0;
	background-color: #066dcf;
	border-radius: 0px 47px 47px 0px;
}

.index_news .news_main .lists .pic .pic_img {
	width: 82px;
	height: 82px;
	float: right;
}

.index_news .news_main .lists .pic .pic_img .img-box {
	border-radius: 50%;
}

.index_news .news_main .lists .tips {
	padding: 40px 25px 0 25px;
}

.index_news .news_main .lists .tips:after {
	content: '';
	display: table;
	clear: both;
}

.index_news .news_main .lists .tips b {
	float: left;
	font-size: 20px;
	color: #333333;
}

.index_news .news_main .lists .tips a {
	float: right;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .news_main .lists .tips a:hover {
	color: #066dcf;
}

.index_news .news_main .lists .news_list {
	padding-top: 15px;
}

.index_news .news_main .lists .news_list li {
	padding: 0 25px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .news_main .lists .news_list li:after {
	content: '';
	display: table;
	clear: both;
}

.index_news .news_main .lists .news_list li:hover {
	background-color: #066dcf;
	border-radius: 0px 22px 22px 0px;
}

.index_news .news_main .lists .news_list li a {
	width: 75%;
	display: inline-block;
	font-size: 14px;
	color: #666666;
	line-height: 45px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_news .news_main .lists .news_list li span {
	float: right;
	font-size: 14px;
	color: #666666;
	line-height: 45px;
}

.index_news .news_main .lists .news_list li:hover span,
.index_news .news_main .lists .news_list li:hover a {
	color: #FFFFFF;
}

.index_news .news_main .news {
	padding: 0;
	background-color: #FFFFFF;
}

.index_news .news_main .news .img-box {
	padding-bottom: 60%;
}

.index_news .news_main .news .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .news_main .news:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_news .news_main .news .note {
	padding: 36px 25px 25px 25px;
}

.index_news .news_main .news .note b {
	display: block;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_news .news_main .news .note span {
	display: block;
	font-size: 14px;
	color: #066dcf;
	padding-top: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_news .news_main .news .note p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding-top: 20px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index_news .news_main .news .note a {
	display: block;
	font-size: 14px;
	color: #066dcf;
	padding-top: 26px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .news_main .news .note a:hover {
	-webkit-transform: translateX(6px);
	-ms-transform: translateX(6px);
	transform: translateX(6px);
}

@media (max-width: 1470px) {
	.index_news .news_main .lists .news_list li a {
		width: 70%;
	}
}

@media (max-width: 1199px) {
	.index_news .news_main .lists .news_list li a {
		width: 60%;
	}
}

@media (max-width: 991px) {
	.index_news {
		padding: 40px 0;
	}
	.index_news .news_main {
		padding-top: 10px;
	}
	.index_news .news_main .lists {
		padding: 20px 0 20px 0;
	}
	.index_news .news_main .lists .pic {
		width: 158px;
		height: 77px;
	}
	.index_news .news_main .lists .pic .pic_img {
		width: 65px;
		height: 65px;
	}
	.index_news .news_main .lists .tips {
		padding: 25px 15px 0 15px;
	}
	.index_news .news_main .item {
		margin: 10px 0;
	}
	.index_news .news_main .lists .news_list li {
		padding: 0 15px;
	}
	.index_news .news_main .lists .news_list li a {
		width: 68%;
	}
}


/*index_customers*/

.index_customers {
	padding: 70px 0 100px 0;
	background: url(../images/banner/customers_banner.jpg) no-repeat center;
	background-size: cover;
}

.index_customers .container {
	padding: 0;
}

.index_customers .lists li:first-child .pic {
	width: 16.667%;
	margin-left: 50%;
}

.index_customers .lists li:nth-child(3),
.index_customers .lists li:nth-child(2) {
	width: 33.334%;
	float: left;
}

.index_customers .lists li:nth-child(3) .note {
	text-align: center;
	background-color: #066dcf;
	padding: 50px 50px;
}

.index_customers .lists li:nth-child(3) .note b {
	display: block;
	font-size: 32px;
	color: #ffffff;
}

.index_customers .lists li:nth-child(3) .note span {
	display: block;
	font-size: 12px;
	color: #ffffff;
}

.index_customers .lists li:nth-child(3) .note span:after {
	content: '';
	display: block;
	width: 70px;
	height: 3px;
	background: url(../images/common/line1.png) no-repeat;
	background-size: 100%;
	margin: auto;
	margin-top: 15px;
}

.index_customers .lists li:nth-child(3) .note p {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding-top: 30px;
}

.index_customers .lists li:nth-child(3) .note a {
	display: inline-block;
	padding: 0 40px;
	border: 1px solid #FFFFFF;
	background-color: #ffffff;
	border-radius: 22px;
	font-size: 14px;
	line-height: 43px;
	color: #066dcf;
	margin-top: 42px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_customers .lists li:nth-child(3) .note a:hover {
	color: #FFFFFF;
	background-color: transparent;
}

.index_customers .lists li:nth-child(3) .note a:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont';
	font-size: 18px;
	content: '\e602';
	margin-left: 15px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_customers .lists li:nth-child(3) .note a:hover:after {
	color: #FFFFFF;
}

.index_customers .lists li:nth-child(2) .pic .img-box {
	padding-bottom: 74.58333333333333%;
}

.index_customers .lists li:nth-child(4),
.index_customers .lists li:nth-child(5) {
	width: 16.667%;
	float: left;
}

.index_customers .lists li:nth-child(4) .icon_customers {
	line-height: 176px;
}

.index_customers .lists li:nth-child(4) .icon_customers span:before {
	display: block;
	font-family: 'iconfont';
	font-size: 35px;
	content: '\e634';
	color: #999999;
	text-align: center;
}

.index_customers .lists li:nth-child(5) {
	padding-top: 180px;
}

.index_customers .lists li:first-child .pic .img-box,
.index_customers .lists li:nth-child(4) .pic .img-box,
.index_customers .lists li:nth-child(5) .pic .img-box {
	padding-bottom: 75%;
}

@media (max-width: 991px) {
	.index_customers {
		padding: 40px 0px 25px 0px;
	}
	.index_customers .lists li {
		float: left;
		width: 50% !important;
		margin-bottom: 10px;
		padding: 2px;
	}
	.index_customers .lists li:first-child .pic {
		width: 100%;
		margin-left: 0;
	}
	.index_customers .lists li:nth-child(4) .pic {
		margin-bottom: 5px;
	}
	.index_customers .lists li:nth-child(4) .icon_customers {
		display: none;
		width: 50%;
	}
	.index_customers .lists li:nth-child(3) {
		width: 100% !important;
	}
	.index_customers .lists li:nth-child(3) .note {
		padding: 20px 20px;
	}
	.index_customers .lists li:nth-child(3) .note b {
		display: block;
		font-size: 22px;
		color: #ffffff;
	}
	.index_customers .lists li:nth-child(3) .note span:after {
		margin-top: 15px;
	}
	.index_customers .lists li:nth-child(3) .note p {
		font-size: 15px;
		line-height: 26px;
		padding-top: 15px;
	}
	.index_customers .lists li:nth-child(3) .note a {
		padding: 0 30px;
		font-size: 14px;
		line-height: 36px;
		margin-top: 20px;
	}
	.index_customers .lists li:nth-child(5) {
		padding-top: 0;
	}
}


/*pagebanner*/

.pagebanner .img-box {
	padding-bottom: 20.83333333333333%;
}

.pagebanner .location {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.pagebanner .location p {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 20px;
}

.pagebanner .location ul li {
	display: inline-block;
}

.pagebanner .location ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.pagebanner .location ul li:first-child a:before {
	display: inline-block;
	font-family: 'iconfont';
	font-size: 18px;
	content: '\e604';
	margin-right: 16px;
}

.pagebanner .location ul li a:after {
	display: inline-block;
	font-family: 'iconfont';
	font-size: 16px;
	content: '\e72f';
	margin: 0 12px;
}

.pagebanner .location ul li:last-child a:after {
	display: none;
}

.pagebanner .location ul li a:focus {
	outline: none;
}

@media (max-width: 1199px) {
	.banner .slickbanner {
		width: 120%;
		max-width: 120%;
		margin-left: -10%;
	}
	.pagebanner .location p {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
	.pagebanner .location p {
		font-size: 18px;
		padding-bottom: 5px;
	}
	.pagebanner .location ul li a {
		font-size: 15px;
	}
	.pagebanner .location ul li a:after {
		font-size: 15px;
		margin: 0 6px;
	}
	.pagebanner .location ul li:first-child a:before {
		font-size: 15px;
		margin-right: 8px;
	}
}


/*page_nav*/

.page_nav {
	padding: 40px 0;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.page_nav .nav_scroll {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.page_nav .nav_scroll::-webkit-scrollbar {
	width: 3px;
	height: 3px;
	background-color: #188a68;
}

.page_nav .nav_scroll::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.page_nav .nav_scroll::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .1);
}

.page_nav .nav_scroll::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
	background: rgba(0, 0, 0, .3);
}

.page_nav ul {
	display: inline-block;
	position: relative;
	white-space: nowrap;
}

.page_nav ul li {
	display: inline-block;
	margin: 0 2px;
	text-align: center;
	background-color: #626262;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.page_nav ul li a {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
	padding: 0 40px;
}

.page_nav ul li.active {
	background-color: #066dcf !important;
}

.page_nav ul li:hover {
	background-color: #066dcf;
}

@media (max-width: 991px) {
	.page_nav {
		padding: 20px 0;
	}
	.page_nav ul li a {
		font-size: 15px;
		line-height: 40px;
		padding: 0 20px;
	}
}

.page_title {
	text-align: center;
}

.page_title b {
	font-size: 26px;
	font-weight: normal;
	color: #333333;
}

.page_title p {
	font-size: 16px;
	color: #666666;
	padding-top: 25px;
}

@media (max-width: 991px) {
	.page_title b {
		font-size: 20px;
	}
	.page_title p {
		font-size: 15px;
		color: #666666;
		padding-top: 15px;
	}
}


/*about*/

.about {
	padding: 65px 0 200px 0;
}

.about .page_title b:after {
	content: '';
	display: block;
	width: 70px;
	height: 3px;
	background: url(../images/common/line.png) no-repeat;
	background-size: 100%;
	margin-top: 20px;
}

.about .left {
	padding-right: 60px;
}

.about .left .info {
	padding-top: 35px;
}

.about .left .info p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.about .left .info p i {
	color: #066dcf;
}

.about .right {
	padding-left: 15px;
}

.about .right .img-box {
	padding-bottom: 65.79710144927536% !important;
}

@media (max-width: 991px) {
	.about {
		padding: 30px 0 50px 0;
	}
	.about .page_title b:after {
		margin-top: 15px;
	}
	.about .left {
		padding: 0 15px;
	}
	.about .left .info {
		padding-top: 20px;
	}
	.about .right {
		padding: 0 15px;
		margin-top: 20px;
	}
}


/*about_events*/

.about_events {
	padding: 65px 0 200px 0;
}

.about_events .timeline {
	position: relative;
	width: 1100px;
	margin: auto;
	padding: 30px 0 0 0;
	margin-top: 50px;
}

.about_events .timeline:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 7px;
	height: 100%;
	margin-left: -5px;
	width: 7px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 2px #066dcf;
}

.about_events .item {
	margin-bottom: 0;
	position: relative;
}

.about_events .item:after {
	content: "";
	clear: both;
	display: table;
}

.about_events .item_dot {
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	border: solid 3px #066dcf;
	position: absolute;
	border-radius: 50%;
	top: 60px;
	left: 50%;
	z-index: 3;
	margin-left: -11px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.about_events .item_dot:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FFFFFF;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about_events .item_dot:after {
	content: '';
	position: absolute;
	top: -23px;
	left: -123px;
	width: 123px;
	height: 30px;
	z-index: -1;
	background: url(../images/common/events_line.png) no-repeat;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.about_events .item:nth-child(2n) .item_dot:after {
	content: '';
	position: absolute;
	left: 135%;
	width: 123px;
	height: 30px;
	background: url(../images/common/events_line1.png) no-repeat;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.about_events .item_content {
	width: 38%;
	border: solid 2px #d1e8fe;
	background: #fff;
	padding: 35px 35px 30px 35px;
	float: left;
	position: relative;
	z-index: 3;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.about_events .item:nth-child(2n) .item_content {
	float: right;
	text-align: right;
}

.about_events .item_content .item_date {
	position: absolute;
	top: -15px;
	left: 35px;
	font-size: 22px;
	font-weight: bold;
	color: #066dcf;
	padding: 0 15px;
	background-color: #FFFFFF;
}

.about_events .item:nth-child(2n) .item_date {
	position: absolute;
	top: -15px;
	right: 35px;
	left: auto;
	font-size: 22px;
	font-weight: bold;
	color: #066dcf;
	padding: 0 15px;
	background-color: #FFFFFF;
}

.about_events .item_content .item_description {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

@media (max-width: 1199px) {
	.about_events .timeline {
		width: 100%;
		margin-top: 50px;
	}
	.about_events .timeline:before {
		left: 0;
	}
	.about_events .item {
		margin-bottom: 30px;
	}
	.about_events .item_content {
		width: 100%;
		float: none;
		left: 15px;
	}
	.about_events .item:nth-child(2n) .item_content {
		text-align: left;
	}
	.about_events .item_dot {
		top: 40px;
		left: 0;
	}
	.about_events .item_dot:after {
		display: none;
	}
	.about_events .item:nth-child(2n) .item_date {
		right: auto;
		left: 35px;
	}
}

@media (max-width: 991px) {
	.about_events {
		padding: 30px 15px 50px 15px;
	}
	.about_events .timeline {
		margin-top: 30px;
	}
	.about_events .item_content {
		padding: 35px 20px 30px 20px;
	}
	.about_events .item_content .item_date {
		top: -14px;
		left: 15px;
		font-size: 20px;
		padding: 0 10px;
	}
	.about_events .item:nth-child(2n) .item_date {
		left: 15px;
		font-size: 20px;
		padding: 0 10px;
	}
}


/*about_team*/

.about_team {
	padding: 65px 0 150px 0;
}

.about_team .lists {
	padding-top: 45px;
}

.about_team .lists .item {
	margin-bottom: 38px;
}

.about_team .lists .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.about_team .lists .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.about_team .lists .item .img-box {
	padding-bottom: 71.11111111111111%;
}

.about_team .lists .item p {
	font-size: 16px;
	color: #333333;
	padding-top: 20px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.about_team .lists .item:hover p {
	color: #066dcf;
}

@media (max-width: 991px) {
	.about_team {
		padding: 30px 15px 50px 15px;
	}
	.about_team .lists {
		padding-top: 30px;
	}
	.about_team .lists .item {
		margin-bottom: 20px;
	}
	.about_team .lists .item p {
		padding-top: 15px;
	}
}


/*about_honor*/

.about_honor {
	padding: 65px 0 150px 0;
}

.about_honor .lists {
	padding-top: 45px;
}

.about_honor .lists .item {
	display: block;
	margin-bottom: 40px;
}

.about_honor .lists .item .pic {
	border: solid 1px #dcdbdc;
	padding: 50px 15px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.about_honor .lists .item:hover .pic {
	border: solid 1px #FFFFFF;
	box-shadow: 0px 0px 10px 2px rgba(121, 121, 121, 0.3);
}

.about_honor .lists .item .pic .img-box {
	padding-bottom: 71.66666666666667%;
}

.about_honor .lists .item p {
	font-size: 16px;
	color: #333333;
	padding-top: 18px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.about_honor .lists .item:hover p {
	color: #066dcf;
}

@media (max-width: 991px) {
	.about_honor {
		padding: 30px 15px 50px 15px;
	}
	.about_honor .lists {
		padding-top: 30px;
	}
	.about_honor .lists .item {
		margin-bottom: 20px;
	}
	.about_honor .lists .item p {
		padding-top: 15px;
	}
}


/*about_video*/

.about_video {
	padding: 65px 0 150px 0;
}

.about_video .video_lists {
	padding-top: 50px;
}

.about_video .video_lists li {
	margin-bottom: 40px;
}

.about_video .video_lists li .item {
	border: solid 1px #dcdbdc;
	padding: 10px;
}

.about_video .video_lists .video {
	position: relative;
}

.about_video .video_lists .video .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;
	opacity: 0;
}

.about_video .video_lists .video:hover .video-cover {
	opacity: 1;
}

.about_video .video_lists .video .img-box {
	z-index: 0;
	padding-bottom: 58.2089552238806%;
	background-color: #000;
}

.about_video .video_lists .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.about_video .video_lists .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.about_video .video_lists .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.about_video .video_lists .video .play {
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 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%);
	opacity: 0;
}

.about_video .video_lists .video:hover .play {
	opacity: 1;
}

@media (max-width: 991px) {
	.about_video .video_lists .video .play {
		font-size: 18px;
	}
}

.about_video .video_lists .video .play:before {
	font-family: 'iconfont';
	font-size: 38px;
	display: block;
	content: '\e6db';
}

@media (max-width: 991px) {
	.about_video .video_lists .video .play:before {
		font-size: 30px;
	}
}

.about_video .video_lists .item .name p {
	font-size: 16px;
	color: #333333;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

@media (max-width: 991px) {
	.about_video {
		padding: 30px 0px 50px 0px;
	}
	.about_video .video_lists {
		padding-top: 30px;
	}
	.about_video .video_lists li {
		margin-bottom: 20px;
	}
	.about_video .video_lists .video .img-box img {
		width: 150%;
		margin-left: -25%;
	}
	.about_video .video_lists .item .name p {
		padding-top: 15px;
		padding-bottom: 5px;
	}
}


/*news*/

.news {
	padding: 65px 0 150px 0;
}

.news .lists {
	padding-top: 40px;
}

.news .lists .item {
	margin-bottom: 40px;
	border-bottom: 3px solid #707070;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news .lists .item:hover {
	border-bottom: 3px solid #066dcf;
}

.news .lists .item .img-box {
	padding-bottom: 60%;
}

.news .lists .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news .lists .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news .lists .item .note {
	padding: 30px 20px 25px 20px;
}

.news .lists .item .note a:first-child {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .lists .item .note span {
	display: block;
	font-size: 14px;
	color: #066dcf;
	padding-top: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .lists .item .note p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding-top: 20px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news .lists .item .note a.more {
	display: block;
	font-size: 14px;
	color: #066dcf;
	padding-top: 26px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news .lists .item .note a.more:hover {
	-webkit-transform: translateX(6px);
	-ms-transform: translateX(6px);
	transform: translateX(6px);
}

@media (max-width: 991px) {
	.news {
		padding: 30px 0px 50px 0px;
	}
	.news .lists {
		padding-top: 30px;
	}
	.news .lists .item {
		margin-bottom: 20px;
	}
	.news .lists .item .note {
		padding: 15px 20px 10px 20px;
	}
	.news .lists .item .note span {
		padding-top: 8px;
	}
	.news .lists .item .note p {
		padding-top: 10px;
	}
	.news .lists .item .note a.more {
		padding-top: 15px;
	}
}


/*news_detail*/

.news_detail .page_title span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #066dcf;
	padding-top: 25px;
}

.news_detail .info {
	padding-top: 30px;
}

.news_detail .info p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	text-align: center;
}

.news_detail .info p img {
	max-width: 100%;
}

.news_relate {
	margin-top: 30px;
}

.news_relate ul {
	width: 115px;
	margin: auto;
}

.news_relate ul li {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #eeeeee;
	border: solid 1px #dcdcdc;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news_relate ul li:hover {
	background-color: #066dcf;
}

.news_relate ul li:first-child {
	margin-right: 20px;
}

.news_relate ul li a {
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 45px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news_relate ul li:hover a {
	color: #FFFFFF;
}

.news_relate li.prev a:before {
	font-family: 'iconfont' !important;
	content: '\e9b5';
	font-size: 18px;
	display: inline-block;
}

.news_relate li.next a:before {
	font-family: 'iconfont' !important;
	content: '\e72f';
	font-size: 18px;
	display: inline-block;
}


/*product*/

.product {
	padding-bottom: 150px;
}

.product .left {
	width: 23.5%;
	border: solid 1px #dcdcdc;
}

.product .left .tit {
	padding-left: 40px;
	border-bottom: solid 1px #dcdcdc;
}

.product .left .tit p {
	font-size: 30px;
	line-height: 80px;
	color: #333333;
}

.product .left .tit p:before {
	font-family: 'iconfont' !important;
	font-size: 25px;
	content: '\e7b6';
	color: #066dcf;
	margin-right: 20px;
}

.product .left .lists {
	padding: 20px 25px 10px 25px;
}

.product .left .lists ul li {
	background-color: #f5f5f5;
	margin-bottom: 10px;
	padding-left: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product .left .lists ul li:hover,
.product .left .lists ul li.active {
	background-color: #066dcf;
}

.product .left .lists ul li a {
	font-size: 18px;
	line-height: 40px;
	color: #333333;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product .left .lists ul li:hover a,
.product .left .lists ul li.active a {
	color: #ffffff;
}

.product .left .lists ul li a:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #333333;
	margin-right: 12px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product .left .lists ul li:hover a:before,
.product .left .lists ul li.active a:before {
	background-color: #ffffff;
}

.product .right {
	width: 76.5%;
	padding-left: 30px;
}

.product .right .tit {
	padding: 30px 0 20px 0;
}

.product .right .tit p {
	font-size: 26px;
	color: #333333;
	text-align: center;
}

.product .right .category {
	border: dashed 1px #dcdcdc;
}

.product .right .category ul {
	padding: 25px 5px 15px 5px;
}

.product .right .category ul:after {
	content: '';
	display: table;
	clear: both;
}

.product .right .category ul li {
	float: left;
}

.product .right .category ul li:hover a,
.product .right .category ul li.active a {
	background-color: #066dcf;
}

.product .right .category ul li a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 45px;
	padding: 0 21px;
	background-color: #626262;
	margin: 0 5px 10px 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product .right .prod_lists {
	padding-top: 30px;
}

.product .right .prod_lists li {
	margin-bottom: 30px;
}

.product .right .prod_lists .item {
	background-color: #eeeeee;
	padding: 10px 10px 0 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product .right .prod_lists .item .img-box {
	padding-bottom: 79.03225806451613%;
}

.product .right .prod_lists .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product .right .prod_lists .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product .right .prod_lists .item .note {
	padding: 20px 0;
}

.product .right .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;
}

.product .right .prod_lists .item:hover {
	background-color: #066dcf;
}

.product .right .prod_lists .item:hover .note a {
	color: #FFFFFF;
}

@media (max-width: 1470px) {
	.product .left .lists ul li {
		padding-left: 20px;
	}
	.product .left .lists ul li a {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.product {
		padding-bottom: 50px;
	}
	.product .left {
		width: 100%;
	}
	.product .right {
		width: 100%;
		padding-left: 0px;
	}
	.product .left .tit {
		padding-left: 20px;
	}
	.product .left .tit p {
		font-size: 20px;
		line-height: 50px;
	}
	.product .left .tit p:before {
		font-size: 20px;
		margin-right: 10px;
	}
	.product .right .tit p {
		font-size: 22px;
	}
	.product .right .category ul li a {
		font-size: 14px;
		line-height: 40px;
		padding: 0 15px;
		margin: 0 5px 10px 5px;
	}
	.product .right .prod_lists li {
		margin-bottom: 20px;
	}
}


/*prod_detail*/

.prod_detail {
	padding: 45px 0 60px 0;
}

.product_box:after {
	content: '';
	display: table;
	clear: both;
}

.product_box .left {
	width: 66%;
	border: none;
}

.product_box .right {
	width: 34%;
	padding-left: 35px;
}

@media (max-width: 991px) {
	.prod_detail {
		padding: 30px 0 0px 0;
	}
	.product_box .left {
		width: 100%;
	}
	.product_box .right {
		width: 100%;
		padding: 25px 0px;
	}
}

.product_box .pro-show {
	overflow: hidden;
}

.product_box .pro-show .album {
	position: relative;
	float: left;
	width: 100%;
}

@media (max-width: 991px) {
	.product_box .pro-show .album {
		float: none;
		width: 100%;
	}
}

.product_box .pro-show .album .item .img-box {
	z-index: 0;
	padding-bottom: 78.67647058823529%;
	border: solid 1px #e5e5e5;
}

.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 50px;
	margin-top: 14px;
	overflow: hidden;
}

.product_box .pro-show .album .slider-nav .slick-current .item .img-box {
	border: solid 3px #066dcf;
}

.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 .slick-arrow {
	background: none;
	position: absolute;
	top: 50%;
	left: 0;
	color: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.product_box .pro-show .album .slider-nav .slick-arrow {
		left: 0;
	}
}

.product_box .pro-show .album .slider-nav .slick-arrow:before {
	width: 25px;
	height: 105px;
	overflow: hidden;
	background-color: #626262;
	display: block;
	font-family: 'iconfont' !important;
	font-size: 18px;
	content: '\e9b5';
	color: #FFFFFF;
	line-height: 115px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product_box .pro-show .album .slider-nav .slick-arrow.slick-next {
	right: 0;
	left: auto;
}

@media (max-width: 991px) {
	.product_box .pro-show .album .slider-nav .slick-arrow.slick-next {
		right: 0;
	}
}

.product_box .pro-show .album .slider-nav .slick-arrow.slick-next:before {
	content: '\e72f';
}

.product_box .pro-show .album .slider-nav .slick-arrow:hover:before {
	background-color: #066dcf;
}

.product_box .right .prod_info h1 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.product_box .right .prod_info p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	padding-top: 30px;
}

.product_box .right .prod_info .pro_btn {
	padding-top: 55px;
}

.product_box .right .prod_info .pro_btn a {
	display: block;
	width: 200px;
	background-color: #626262;
	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product_box .right .prod_info .pro_btn a:hover {
	background-color: #066dcf;
}

.product_box .right .prod_info .pro_next {
	padding-top: 60px;
}

.product_box .right .prod_info .pro_next a {
	display: block;
	font-size: 14px;
	color: #666666;
	margin-bottom: 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product_box .right .prod_info .pro_next a:hover {
	text-decoration: underline !important;
	color: #066dcf;
}

@media (max-width: 991px) {
	.product_box .right .prod_info h1 {
		font-size: 18px;
	}
	.product_box .right .prod_info p {
		padding-top: 15px;
	}
	.product_box .right .prod_info .pro_btn {
		padding-top: 20px;
	}
	.product_box .right .prod_info .pro_btn a {
		width: 160px;
		line-height: 45px;
		margin-bottom: 15px;
	}
	.product_box .right .prod_info .pro_next {
		padding-top: 20px;
	}
	.product_box .right .prod_info .pro_next a {
		margin-bottom: 15px;
	}
}

.prod_detail .tab_box {
	padding-top: 60px;
}

.prod_detail .tab_box .nav_scroll ul {
	width: 100%;
	display: inline-block;
	position: relative;
	white-space: nowrap;
	background-color: #626262;
}

.prod_detail .tab_box .nav_scroll ul li {
	float: left;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	line-height: 45px;
	color: #FFFFFF;
	padding: 0 35px;
	background-color: #313131;
	margin-right: 1px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.prod_detail .tab_box .nav_scroll ul li.active {
	background-color: #066dcf;
	margin-top: -5px;
}

.prod_detail .tab_box .nav_scroll ul li:hover {
	background-color: #066dcf;
}

.prod_detail .tab_box .content {
	padding: 40px 0px 0px 0px;
}

.prod_detail .tab_box .content>div {
	display: none;
}

.prod_detail .tab_box .content>div.active {
	display: block;
}

.prod_detail .tab_box .content .prod_note p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.prod_detail .tab_box .content .inquire_form p {
	font-size: 14px;
	color: #666666;
	padding-bottom: 25px;
}

.prod_detail .tab_box .content .inquire_form ul {
	margin: 0 -15px;
}

.prod_detail .tab_box .content .inquire_form ul li {
	float: left;
	margin-bottom: 20px;
	width: 33.333%;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.prod_detail .tab_box .content .inquire_form ul li {
		width: 100%;
	}
}

.prod_detail .tab_box .content .inquire_form ul li:nth-child(7),
.prod_detail .tab_box .content .inquire_form ul li:last-child {
	width: 100%;
}

.prod_detail .tab_box .content .inquire_form ul li input {
	width: 100%;
	color: #333;
	line-height: 50px;
	min-height: 50px;
	padding: 0px 20px;
	background-color: #eeeeee;
	border: none;
}

.prod_detail .tab_box .content .inquire_form ul li textarea {
	width: 100%;
	color: #333;
	min-height: 245px;
	line-height: 30px;
	background-color: #eeeeee;
	border: none;
	padding: 10px 20px;
}

.prod_detail .tab_box .content .inquire_form ul li input::-webkit-input-placeholder,
.prod_detail .tab_box .content .inquire_form ul li textarea::-webkit-input-placeholder {
	color: #333333;
}

.prod_detail .tab_box .content .inquire_form ul li input:-o-placeholder,
.prod_detail .tab_box .content .inquire_form ul li textarea:-o-placeholder {
	color: #333333;
}

.prod_detail .tab_box .content .inquire_form ul li input::-moz-placeholder,
.prod_detail .tab_box .content .inquire_form ul li textarea::-moz-placeholder {
	color: #333333;
}

.prod_detail .tab_box .content .inquire_form ul li input:-ms-input-placeholder,
.prod_detail .tab_box .content .inquire_form ul li textarea:-ms-input-placeholder {
	color: #333333;
}

.prod_detail .tab_box .content .inquire_form ul li input:focus::-webkit-input-placeholder,
.prod_detail .tab_box .content .inquire_form ul li textarea:focus::-webkit-input-placeholder {
	color: #777777;
}

.prod_detail .tab_box .content .inquire_form ul li input:focus::-o-placeholder,
.prod_detail .tab_box .content .inquire_form ul li textarea:focus::-o-placeholder {
	color: #777777;
}

.prod_detail .tab_box .content .inquire_form ul li input:focus::-moz-placeholder,
.prod_detail .tab_box .content .inquire_form ul li textarea:focus::-moz-placeholder {
	color: #777777;
}

.prod_detail .tab_box .content .inquire_form ul li input:focus::-ms-input-placeholder,
.prod_detail .tab_box .content .inquire_form ul li textarea:focus::-ms-input-placeholder {
	color: #777777;
}

.prod_detail .tab_box .content .inquire_form ul li button {
	padding: 0 68px;
	line-height: 50px;
	background-color: #066dcf;
	font-size: 16px;
	color: #ffffff;
	border-radius: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.prod_detail .tab_box .content .inquire_form ul li button:hover {
	background-color: #026ba0;
}

.prod_detail .tab_box .content .relate_prod .lists li {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.prod_detail .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;
}

.prod_detail .tab_box .content .relate_prod .lists .item .img-box {
	padding-bottom: 79.03225806451613%;
}

.prod_detail .tab_box .content .relate_prod .lists .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.prod_detail .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);
}

.prod_detail .tab_box .content .relate_prod .lists .item .note {
	padding: 20px 0;
}

.prod_detail .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;
}

.prod_detail .tab_box .content .relate_prod .lists .item:hover {
	background-color: #066dcf;
}

.prod_detail .tab_box .content .relate_prod .lists .item:hover .note a {
	color: #FFFFFF;
}

@media (max-width: 991px) {
	.prod_detail .tab_box {
		padding-top: 0px;
	}
	.prod_detail .tab_box .nav_scroll {
		position: relative;
		z-index: 2;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.prod_detail .tab_box .nav_scroll ul li {
		float: none;
		display: inline-block;
		font-size: 15px;
		line-height: 40px;
		padding: 0 20px;
		margin-right: 0px;
	}
	.prod_detail .tab_box .content {
		padding: 15px 0 0 0;
	}
	.prod_detail .tab_box .content .relate_prod .lists .item .note {
		padding: 15px 0;
	}
	.prod_detail .tab_box .content .inquire_form p {
		padding-top: 5px;
		padding-bottom: 15px;
	}
	.prod_detail .tab_box .content .inquire_form ul li {
		width: 100%;
		margin-bottom: 15px;
	}
	.prod_detail .tab_box .content .inquire_form ul li textarea {
		min-height: 100px;
	}
	.prod_detail .tab_box .content .inquire_form ul li button {
		padding: 0 50px;
		line-height: 45px;
		font-size: 15px;
	}
}


/*company_strength*/

.company_strength {
	padding: 65px 0 150px 0;
}

.company_strength .lists {
	padding-top: 35px;
}

.company_strength .lists li {
	margin-bottom: 30px;
}

.company_strength .lists li:hover .img-box .cover {
	opacity: 1;
}

.company_strength .lists li:nth-child(2) {
	margin-bottom: 21px;
}

.company_strength .lists li .img-box {
	padding-bottom: 66.66666666666667%;
}

.company_strength .lists li .img-box .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(6, 109, 207, .9);
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.company_strength .lists li .img-box .cover p {
	width: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;
}

.company_strength .lists li .img-box .cover p:before,
.company_strength .lists li .img-box .cover p:after {
	display: block;
	content: '';
	width: 45px;
	height: 1px;
	background-color: #ffffff;
	margin: auto;
}

@media (max-width: 991px) {
	.company_strength {
		padding: 30px 0px 50px 0px;
	}
	.company_strength .lists {
		padding-top: 30px;
	}
	.company_strength .lists li {
		margin-bottom: 20px;
	}
}


/*company_client*/

.company_client {
	padding: 65px 0 150px 0;
}

.company_client .lists {
	padding-top: 35px;
}

.company_client .lists .item {
	border: solid 1px #dcdcdc;
	padding: 10px;
	margin-bottom: 30px;
}

.company_client .lists .item .img-box {
	padding-bottom: 65.11627906976744%;
}

.company_client .lists .item p {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 10px;
	line-height: 50px;
	background-color: #e5e5e5;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.company_client .lists .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.company_client .lists .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.company_client .lists .item:hover p {
	color: #ffffff;
	background-color: #066dcf;
}

@media (max-width: 991px) {
	.company_client {
		padding: 30px 0px 50px 0px;
	}
	.company_client .lists {
		padding-top: 30px;
	}
	.company_client .lists .item {
		margin-bottom: 20px;
	}
	.company_client .lists .item p {
		font-size: 15px;
		line-height: 40px;
	}
}


/*service*/

.service {
	padding: 65px 0 200px 0;
}

.service .service_main {
	width: 1080px;
	margin: auto;
}

.service .service_main:after {
	content: '';
	display: table;
	clear: both;
}

.service .service_main .left {
	width: 28%;
}

.service .service_main .left .img-box {
	padding-bottom: 152%;
}

.service .service_main .right {
	width: 70%;
	padding-left: 60px;
}

.service .service_main .right .page_title {
	text-align: left;
	padding-top: 30px;
}

.service .service_main .right .lists {
	margin-top: 55px;
	padding: 10px 0;
	position: relative;
}

.service .service_main .right .lists .line {
	position: absolute;
	top: 0;
	left: 0px;
	width: 20px;
	height: 100%;
	border-radius: 10px;
	border: solid 5px #e5e5e5;
	z-index: 3;
}

.service .service_main .right .lists .line span {
	display: block;
	width: 10px;
	height: 33.3333%;
}

.service .service_main .right .lists .line span:first-child {
	background-color: #3793bc;
	border-radius: 10px 10px 0 0;
}

.service .service_main .right .lists .line span:nth-child(2) {
	background-color: #56b4bc;
}

.service .service_main .right .lists .line span:last-child {
	background-color: #73bea7;
	border-radius: 0 0 10px 10px;
}

.service .service_main .right .lists ul li {
	margin: 10px 0 10px 0;
	position: relative;
}

.service .service_main .right .lists ul li .item {
	padding: 25px 30px 25px 80px;
	background-color: #eeeeee;
	border-radius: 0px 10px 10px 0px;
}

.service .service_main .right .lists ul li .item span {
	display: block;
	width: 48px;
	line-height: 44px;
	border-radius: 50%;
	background-color: #3793bc;
	border: solid 2px #ffffff;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: -14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}

.service .service_main .right .lists ul li:nth-child(2) .item span {
	background-color: #51b6c0;
}

.service .service_main .right .lists ul li:last-child .item span {
	background-color: #73bea7;
}

.service .service_main .right .lists ul li .item p {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}

@media (max-width: 1199px) {
	.service .service_main {
		width: 100%;
		padding: 0 15px;
	}
}

@media (max-width: 991px) {
	.service {
		padding: 30px 0px 50px 0px;
	}
	.service .service_main {
		width: 100%;
		padding: 0 15px;
	}
	.service .service_main .left {
		width: 100%;
		padding: 0px 90px;
	}
	.service .service_main .right {
		width: 100%;
		padding-left: 0px;
	}
	.service .service_main .right .lists {
		margin-top: 30px;
	}
	.service .service_main .right .lists ul li .item {
		padding: 25px 30px 25px 60px;
	}
}


/*sale*/

.sale {
	padding: 80px 0 180px 0;
}

.sale_main {
	width: 1200px;
	margin: auto;
}

.sale_main .img-box {
	padding-bottom: 52.5%;
}

@media (max-width: 1200px) {
	.sale_main {
		width: 100%;
		padding: 0 15px;
	}
}

@media (max-width: 991px) {
	.sale {
		padding: 30px 0px 50px 0px;
	}
}


/*contact*/

.contact {
	padding: 0 0 200px 0;
}

.contact .row {
	margin: 0;
}

.contact ul li {
	padding: 0;
}

.contact ul li:first-child .item {
	padding: 64px 100px 60px 12%;
	background-color: rgba(6, 109, 207, .1);
}

.contact .item .page_title {
	text-align: left;
}

.contact .item .main {
	padding-top: 35px;
}

.contact .item .main:after {
	display: table;
	content: '';
	clear: both;
}

.contact .item .main .code {
	width: 32%;
	float: left;
}

.contact .item .main .info {
	float: left;
	padding-left: 70px;
}

.contact .item .main .info h3 {
	font-size: 20px;
	color: #066dcf;
	padding-bottom: 20px;
}

.contact .item .main .info p {
	font-size: 16px;
	color: #333333;
	padding-bottom: 15px;
}

.contact .item .main .info p a {
	color: #333333;
}

.contact .item .main .info p a:hover {
	color: #066dcf;
}

.contact li:nth-child(2) {
	padding: 0;
}

.contact .map {
	width: 100%;
	height: 460px;
}

.contact_form {
	width: 600px;
	margin: auto;
	padding-top: 75px;
}

.contact .contact_form ul li {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}

.contact .contact_form ul li:nth-child(5),
.contact .contact_form ul li:last-child {
	width: 100%;
}

.contact .contact_form ul li input,
.contact .contact_form ul li textarea {
	width: 100%;
	border: none;
	background-color: #FFFFFF;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #d2d2d2;
	font-size: 16px;
	min-height: 45px;
	line-height: 45px;
	text-align: center;
	width: 100%;
	padding: 0px 20px;
}

.contact .contact_form ul li input::-webkit-input-placeholder,
.contact .contact_form ul li textarea::-webkit-input-placeholder {
	color: #999999;
}

.contact .contact_form ul li input:-o-placeholder,
.contact .contact_form ul li textarea:-o-placeholder {
	color: #999999;
}

.contact .contact_form ul li input::-moz-placeholder,
.contact .contact_form ul li textarea::-moz-placeholder {
	color: #999999;
}

.contact .contact_form ul li input:-ms-input-placeholder,
.contact .contact_form ul li textarea:-ms-input-placeholder {
	color: #999999;
}

.contact .contact_form ul li input:focus::-webkit-input-placeholder,
.contact .contact_form ul li textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.contact .contact_form ul li input:focus::-o-placeholder,
.contact .contact_form ul li textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.contact .contact_form ul li input:focus::-moz-placeholder,
.contact .contact_form ul li textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.contact .contact_form ul li input:focus::-ms-input-placeholder,
.contact .contact_form ul li textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.contact .contact_form ul li button {
	display: block;
	width: 135px;
	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
	margin: auto;
	background-color: #066dcf;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.contact .contact_form ul li button:hover {
	background-color: #8bc34a;
}

@media (max-width: 1460px) {
	.contact .item .main .info {
		padding-left: 30px;
	}
	.contact ul li:first-child .item {
		padding: 64px 40px 60px 12%;
	}
}

@media (max-width: 1199px) {
	.contact .item .main .info {
		padding-left: 20px;
	}
	.contact ul li:first-child .item {
		padding: 64px 15px 60px 15px;
	}
}

@media (max-width: 991px) {
	.contact {
		padding: 0 0 50px 0;
	}
	.contact ul li:first-child .item {
		padding: 30px 15px 30px 15px;
	}
	.contact .item .main {
		padding-top: 15px;
	}
	.contact .item .main .info {
		padding-left: 0px;
		padding-top: 20px;
	}
	.contact .item .main .info h3 {
		font-size: 18px;
		padding-bottom: 20px;
	}
	.contact .item .main .info p {
		font-size: 15px;
		padding-bottom: 10px;
	}
	.contact .map {
		width: 100%;
		height: 300px;
	}
	.contact_form {
		width: 100%;
		padding: 30px 15px 0 15px;
	}
	.contact .contact_lists li {
		width: 100%;
		margin-bottom: 20px;
	}
	.contact .contact_form ul li {
		width: 100%;
	}
	.contact .contact_lists li:nth-child(3),
	.contact .contact_lists li:last-child {
		margin-bottom: 20px;
	}
	.contact .contact_box h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.contact .contact_form ul li button {
		line-height: 45px;
	}
}