/*index_banner*/

.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 140px;
}

@media (max-width: 1199px) {
	.banner {
		padding-top: 100px;
	}
}

@media (max-width: 1199px) {
	.banner .slickbanner {
		width: 120%;
		max-width: 120%;
		margin-left: -10%;
	}
}

@media (max-width: 991px) {
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}


/*@media (max-width: 767px) {

.banner .slickbanner {

width: 160%;

max-width: 160%;

margin-left: -30%;

}

}*/

.banner .slick-dots {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
}

@media (max-width: 991px) {
	.banner .slick-dots {
		bottom: 20px;
	}
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: solid 1px #ffffff;
	cursor: pointer;
	margin: 0 5px;
}

.banner .slick-dots li.slick-active {
	border: solid 1px #4275ad;
	background-color: #4275ad;
	opacity: 1;
}

.banner .slick-dots li button {
	display: none;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .item .img-box {
	padding-bottom: 42.70833333333333%;
}

@media (max-width: 767px) {
	.banner-in .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}


/*index_video*/

.index_video {
	background-color: #ededed;
}

.index_video .info {
	width: 24%;
	padding-right: 30px;
	display: inline-block;
	vertical-align: middle;
}

.index_video .info .title {
	padding-bottom: 10px;
}

.index_video .info .title b {
	display: block;
	font-family: 'OpenSans-Bold';
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	color: #3a3939;
}

.index_video .info .title span {
	font-size: 16px;
	line-height: 18px;
	color: #666666;
}

.index_video .msg {
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
}

.index_video .note p {
	font-family: 'OpenSans-Light';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #3a3939;
	text-align: justify;
}

.index_video .video_main {
	width: 49%;
	display: inline-block;
	vertical-align: middle;
}

.index_video .video_main .video {
	position: relative;
}

.index_video .video_main .video .video-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 192, 1, .7);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.index_video .video_main .video:hover .video-cover {
	opacity: 0;
}

.index_video .video_main .video .img-box {
	z-index: 0;
	padding-bottom: 61.11111111111111%;
	background-color: #000;
}

.index_video .video_main .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.index_video .video_main .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.index_video .video_main .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.index_video .video_main .video .play {
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_video .video_main .video:hover .play {
	opacity: 1;
}

.index_video .video_main .video .play:before {
	font-family: 'iconfont';
	font-size: 80px;
	display: block;
	content: '\e607';
}

@media (max-width: 991px) {
	.index_video {
		padding: 30px 0;
	}
	.index_video .info {
		width: 100%;
		padding-right: 0px;
	}
	.index_video .msg {
		width: 100%;
		padding-left: 0;
	}
	.index_video .video_main {
		width: 100%;
		padding: 15px 0;
	}
	.index_video .video_main .video .play:before {
		font-size: 40px;
	}
}


/*title_line*/

.padt {
	padding-top: 80px;
}

.title_line {
	width: 58%;
	margin: auto;
	text-align: center;
	position: relative;
}

.title_line b {
	display: block;
	font-family: 'Poppins-Bold';
	font-size: 45px;
	font-weight: normal;
	color: #3a3939;
	line-height: 100px;
}

.title_line b:before {
	content: '';
	display: block;
	background: url(../images/img/title_line1.jpg) no-repeat;
	background-size: cover;
	width: 410px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 0;
}

.title_line b:after {
	content: '';
	display: block;
	background: url(../images/img/title_line2.jpg) no-repeat;
	background-size: cover;
	width: 375px;
	height: 20px;
	position: absolute;
	bottom: -8px;
	left: 0;
}

@media (max-width: 1470px) {
	.title_line {
		width: 72%;
	}
}

@media (max-width: 1199px) {
	.title_line {
		width: 88%;
	}
	.title_line b {
		font-size: 40px;
		line-height: 90px;
	}
	.padt {
		padding-top: 60px;
	}
}

@media (max-width: 991px) {
	.title_line b:before,
	.title_line b:after {
		display: none;
	}
	.title_line b {
		font-size: 30px;
		line-height: 30px;
	}
	.padt {
		padding-top: 50px;
	}
}

@media (max-width: 767px) {
	.title_line b {
		font-size: 22px;
		line-height: 22px;
	}
	.padt {
		padding-top: 40px;
	}
}


/*index_hotproduct*/

.index_hotproduct {
	overflow: hidden;
}

.index_hotproduct .lists {
	padding-top: 60px;
}

.index_hotproduct .lists .left {
	width: 40.426%;
	float: left;
}

.index_hotproduct .lists .right {
	width: 57.447%;
	float: right;
}

.index_hotproduct .lists.lists_box .right {
	width: 40.426%;
}

.index_hotproduct .lists.lists_box .left {
	width: 57.447%;
}

.index_hotproduct .lists .item {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_hotproduct .lists.lists_box .right .img-box,
.index_hotproduct .lists .left .img-box {
	padding-bottom: 68.42105263157895%;
}

.index_hotproduct .lists .icon_hot {
	position: absolute;
	top: 60px;
	left: 40px;
}

.index_hotproduct .lists .icon_hot span {
	display: inline-block;
	margin: 0 -2px;
}

.index_hotproduct .lists .icon_hot span:before {
	display: inline-block;
	font-family: 'iconfont' !important;
	font-size: 30px;
	content: '\e63b';
	color: #f41a03;
}

.index_hotproduct .lists .info {
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 192, 1, 1);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_hotproduct .lists .item:hover .info {
	height: 100%;
	padding: 30px;
	background-color: rgba(255, 192, 1, .8);
}

.index_hotproduct .lists .info:before {
	display: block;
	font-family: 'iconfont' !important;
	font-size: 30px;
	content: '\e6cd';
	color: #FFFFFF;
	position: absolute;
	right: 30px;
	bottom: 8px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_hotproduct .lists .item:hover .info:before {
	color: #000000;
}

.index_hotproduct .lists .info .title b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	line-height: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 85px;
}

.index_hotproduct .lists .item:hover .title b {
	font-family: 'Poppins-Bold';
	line-height: 22px;
	color: #3a3939;
}

.index_hotproduct .lists .info .title b:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 1px;
	background-color: #FFFFFF;
	margin-right: 8px;
}

.index_hotproduct .lists .item .title b:after {
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	background-color: #3a3939;
}

.index_hotproduct .lists .item:hover .title b:before {
	display: none;
}

.index_hotproduct .lists .item:hover .title b:after {
	width: 28%;
}

.index_hotproduct .lists .info .title p {
	display: block;
}

.index_hotproduct .lists .info .note {
	padding-top: 5px;
}

.index_hotproduct .lists .info .note p {
	font-size: 14px;
	line-height: 24px;
	color: #3a3939;
}

.index_hotproduct .lists.lists_box .left .img-box,
.index_hotproduct .lists .right .img-box {
	padding-bottom: 48.14814814814815%;
}

@media (max-width: 991px) {
	.index_hotproduct .lists .left {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
	.index_hotproduct .lists .right {
		width: 100%;
		float: none;
	}
	.index_hotproduct .lists.lists_box .right {
		width: 100%;
	}
	.index_hotproduct .lists.lists_box .left {
		width: 100%;
	}
	.index_hotproduct .lists {
		padding-top: 25px;
	}
}

@media (max-width: 767px) {
	.index_hotproduct .lists .info {
		height: 45px;
	}
	.index_hotproduct .lists .info .title b {
		font-size: 16px;
		line-height: 45px;
	}
	.index_hotproduct .lists .info:before {
		font-size: 20px;
	}
}


/*index_product*/

.index_product .lists {
	padding-top: 60px;
}

.index_product .left ul li:first-child .img-box,
.index_product .left ul li:nth-child(2) .img-box {
	padding-bottom: 86.66666666666667%;
}

.index_product .left ul li:last-child {
	margin-top: 3.125%;
}

.index_product .left ul li:last-child .img-box {
	padding-bottom: 40.86021505376344%;
}

.index_product .right .img-box {
	padding-bottom: 177.7777777777778%;
}

.index_product .item {
	display: block;
	position: relative;
}

.index_product .item .info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba(255, 192, 1, .8);
}

.index_product .item .info b {
	display: block;
	text-align: center;
	font-family: 'OpenSans-Bold';
	font-size: 22px;
	font-weight: normal;
	line-height: 60px;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
}

@media (max-width: 991px) {
	.index_product .lists {
		padding-top: 25px;
	}
	.index_product .item {
		margin-bottom: 20px;
	}
	.index_product .right .item {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.index_product .item .info b {
		font-size: 16px;
		line-height: 45px;
	}
}


/*index_about*/

.index_about {
	padding-bottom: 110px;
}

.index_about .about_mian {
	padding-top: 60px;
	position: relative;
}

.index_about .about_mian .pic {
	width: 42.55%;
}

.index_about .about_mian .pic .about_cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
}

.index_about .about_mian .pic .arrow_box {
	padding-top: 15px;
	padding-left: 55%;
}

.index_about .about_mian .pic .arrow_box .arrow_btn {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #191919;
	cursor: pointer;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_about .about_mian .pic .arrow_box .arrow_btn:hover {
	background-color: #ffc001;
}

.index_about .about_mian .pic .arrow_box .arrow_btn:before {
	display: block;
	text-align: center;
	line-height: 60px;
	font-family: 'iconfont' !important;
	font-size: 26px;
	content: '\e670';
	color: #FFFFFF;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_about .about_mian .pic .arrow_box .arrow_btn:hover:before {
	color: #191919;
}

.index_about .about_mian .pic .arrow_box .arrow_btn.next {
	margin-left: 5px;
}

.index_about .about_mian .pic .arrow_box .arrow_btn.next:before {
	content: '\e66f';
}

.index_about .about_mian .info {
	width: 66%;
	background-color: #ffffff;
	box-shadow: 4px 8px 10px 0px rgba(58, 59, 59, 0.47);
	position: absolute;
	top: 210px;
	right: 0;
	padding: 130px 90px;
}

.index_about .about_mian .info .title {}

.index_about .about_mian .info .title b {
	display: block;
	font-family: 'OpenSans-Bold';
	font-size: 18px;
	font-weight: normal;
	color: #3a3939;
}

.index_about .about_mian .info .title p {
	font-size: 16px;
	line-height: 18px;
	color: #666666;
	padding-top: 5px;
}

.index_about .about_mian .info:before {
	content: '';
	display: block;
	position: absolute;
	top: 45px;
	right: -60px;
	width: 120px;
	height: 4px;
	background-color: #666666;
}

.index_about .about_mian .info .note {
	padding-top: 20px;
}

.index_about .about_mian .info .note p {
	font-family: 'OpenSans-Light';
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align: justify;
}

.index_about .about_mian .info .note a {
	display: block;
	position: relative;
	margin-top: 15px;
	float: right;
	width: 110px;
	height: 40px;
	line-height: 40px;
	background-color: #191919;
	font-family: 'OpenSans-Bold';
	font-size: 16px;
	color: #ffc001;
	text-align: center;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_about .about_mian .info .note a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	height: 1px;
	background-color: #191919;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_about .about_mian .info .note a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	height: 1px;
	background-color: #191919;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_about .about_mian .info .note a:hover {
	text-indent: -55px;
	background-color: #FFFFFF;
}

.index_about .about_mian .info .note a:hover:before {
	width: 45%;
}

.index_about .about_mian .info .note a:hover:after {
	width: 100%;
}

@media (max-width: 1470px) {
	.index_about .about_mian .pic .arrow_box {
		padding-left: 50%;
	}
	.index_about .about_mian .info {
		top: 150px;
		padding: 100px 60px;
	}
}

@media (max-width: 1199px) {
	.index_about .about_mian .pic .arrow_box {
		padding-left: 43%;
	}
	.index_about .about_mian .info {
		top: 100px;
		padding: 50px 40px;
	}
}

@media (max-width: 991px) {
	.index_about {
		padding-bottom: 30px;
	}
	.index_about .about_mian {
		padding-top: 25px;
	}
	.index_about .about_mian .pic {
		width: 100%;
	}
	.index_about .about_mian .info {
		width: 100%;
		position: static;
		margin-top: 20px;
	}
	.index_about .about_mian .info:before {
		display: none;
	}
	.index_about .about_mian .pic .arrow_box {
		padding-top: 10px;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.index_about .about_mian .info {
		padding: 20px 25px;
	}
	.index_about .about_mian .pic .arrow_box .arrow_btn {
		width: 40px;
		height: 40px;
	}
	.index_about .about_mian .pic .arrow_box .arrow_btn:before {
		font-size: 14px;
		line-height: 40px;
	}
}


/*index_num*/

.index_num {
	background: url(../images/img/number_bg.jpg) no-repeat center;
	background-size: cover;
}

.index_num .box-number .number {
	overflow: hidden;
}

.index_num .box-number .number ul {
	font-size: 0;
	padding: 90px 0 90px 0;
	margin: 0 -10px;
}

.index_num .box-number .number ul li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 70px;
}

.index_num .box-number .number .item {
	position: relative;
	text-align: center;
}

.index_num .box-number .number .item b {
	display: block;
	vertical-align: middle;
	font-family: 'Poppins-Bold';
	font-size: 34px;
	font-weight: normal;
	color: #ffffff;
}

.index_num .box-number .number .item span {
	font-family: 'Poppins-Bold';
	font-size: 34px;
	font-weight: normal;
	color: #ffffff;
}

.index_num .box-number .number .item b sup {
	top: 0;
	font-family: 'Poppins-Bold';
	font-size: 34px;
	margin-left: 5px;
}

.index_num .box-number .number .item p {
	font-size: 14px;
	color: #ffffff;
	line-height: 1.71428571;
	border-top: 2px solid #FFFFFF;
}

.index_num .box-number .number .item:before {
	display: block;
	font-family: 'iconfont';
	font-size: 60px;
	line-height: 70px;
	content: '\e7e7';
	text-align: center;
	width: 130px;
	height: 70px;
	margin: 0 auto;
	color: #FFFFFF;
	background: url(../images/img/number_icon.png) no-repeat center;
	background-size: cover;
}

.index_num .box-number .number ul li:nth-child(2) .item:before {
	content: '\e608';
}

.index_num .box-number .number ul li:nth-child(3) .item:before {
	content: '\e612';
	font-size: 46px;
}

.index_num .box-number .number ul li:last-child .item:before {
	content: '\e638';
	font-size: 50px;
}

@media (max-width: 1470px) {
	.index_num .box-number .number ul li {
		padding: 0 50px;
	}
}

@media (max-width: 1199px) {
	.index_num .box-number .number ul li {
		padding: 0 30px;
	}
}

@media (max-width: 991px) {
	.index_num .box-number .number ul {
		padding: 30px 0 10px 0;
	}
	.index_num .box-number .number ul li {
		width: 50%;
		margin-bottom: 20px;
		padding: 0 50px;
	}
	.index_num .box-number .number .item p:before {
		font-size: 50px;
		line-height: 50px;
	}
	.index_num .box-number .number ul li:nth-child(3) .item p:before {
		font-size: 35px;
	}
	.index_num .box-number .number ul li:last-child .item p:before {
		font-size: 37px;
	}
	.index_num .box-number .number .item span,
	.index_num .box-number .number .item b sup {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.index_num .box-number .number ul {
		padding: 20px 0 10px 0;
	}
	.index_num .box-number .number ul li {
		margin-bottom: 15px;
		padding: 0 20px;
	}
	.index_num .box-number .number .item span,
	.index_num .box-number .number .item b sup {
		font-size: 28px;
	}
}


/*index_news*/

.index_news {
	padding-bottom: 80px;
}

.index_news .lists {
	padding-top: 60px;
}

.index_news .lists .item {
	display: block;
	position: relative;
	background-color: #eeeeec;
}

.index_news .lists ul li:first-child .img-box {
	padding-bottom: 105.2631578947368%;
}

.index_news .lists ul li:first-child .info {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 192, 1, .7);
}

.index_news .lists ul li:first-child .info .date {
	width: 16%;
	float: left;
	background-color: #eeeeec;
	padding: 0 20px;
	text-align: center;
}

.index_news .lists ul li:first-child .info .date p {
	font-family: 'OpenSans-Bold';
	font-size: 22px;
	color: #3a3939;
}

.index_news .lists ul li:first-child .info .note {
	float: left;
	width: 84%;
}

.index_news .lists ul li:first-child .info .note b {
	display: block;
	font-size: 18px;
	font-family: 'OpenSans';
	font-weight: normal;
	line-height: 60px;
	color: #ffffff;
	padding: 0 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_news .lists ul li:nth-child(2) .item .img-box {
	padding-bottom: 88.88888888888889%;
}

.index_news .lists ul li:last-child .item .img-box {
	padding-bottom: 121.2121212121212%;
}

.index_news .lists ul li:nth-child(2) .item .info,
.index_news .lists ul li:last-child .item .info {
	background-color: #eeeeec;
	padding: 20px;
	position: relative;
}

.index_news .lists ul li:nth-child(2) .item .info .date,
.index_news .lists ul li:last-child .item .info .date {
	width: 60px;
	background-color: #191919;
	text-align: center;
	padding: 10px;
	margin-top: -60px;
}

.index_news .lists ul li:nth-child(2) .item .info .date p,
.index_news .lists ul li:last-child .item .info .date p {
	font-family: 'OpenSans';
	font-size: 18px;
	color: #ffc001;
}

.index_news .lists ul li:nth-child(2) .item .note,
.index_news .lists ul li:last-child .item .note {
	padding-top: 20px;
}

.index_news .lists ul li:nth-child(2) .item .note b,
.index_news .lists ul li:last-child .item .note b {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'OpenSans';
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #3a3939;
}

.index_news .lists ul li:nth-child(2) .item .note p,
.index_news .lists ul li:last-child .item .note p {
	font-family: 'OpenSans-Light';
	font-size: 16px;
	line-height: 26px;
	color: #585858;
	padding-top: 10px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.index_news .lists ul li:nth-child(2) .item:hover .note b,
.index_news .lists ul li:last-child .item:hover .note b,
.index_news .lists ul li:nth-child(2) .item:hover .note p,
.index_news .lists ul li:last-child .item:hover .note p {
	text-decoration: underline !important;
}

.index_news .lists .more {
	padding-top: 50px;
}

.index_news .lists .more a {
	display: block;
	position: relative;
	margin: auto;
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-family: 'OpenSans-Bold';
	font-size: 16px;
	color: #ffc001;
	text-align: center;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_news .lists .more i:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: #191919;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_news .lists .more a:hover i:before {
	width: 0;
}

.index_news .lists .more a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	height: 1px;
	background-color: #191919;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_news .lists .more a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	height: 1px;
	background-color: #191919;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_news .lists .more a:hover {
	background-color: #FFFFFF;
}

.index_news .lists .more a:hover:before {
	width: 100%;
}

.index_news .lists .more a:hover:after {
	width: 100%;
}

@media (max-width: 1470px) {
	.index_news .lists ul li:first-child .info .date {
		padding: 0 10px;
	}
	.index_news .lists ul li:nth-child(2) .item .note,
	.index_news .lists ul li:last-child .item .note {
		padding-top: 10px;
	}
	.index_news .lists ul li:nth-child(2) .item .info,
	.index_news .lists ul li:last-child .item .info {
		padding: 15px 20px;
	}
}

@media (max-width: 1199px) {
	.index_news .lists ul li:first-child .info .date {
		padding: 0 0px;
	}
}

@media (max-width: 991px) {
	.index_news {
		padding-bottom: 40px;
	}
	.index_news .lists {
		padding-top: 25px;
	}
	.index_news .lists ul li {
		margin-bottom: 20px;
	}
	.index_news .lists ul li:first-child .info .date {
		width: 10%;
		padding: 0 10px;
	}
	.index_news .lists .more {
		padding-top: 10px;
	}
}

@media (max-width: 767px) {
	.index_news .lists ul li:first-child .info .date {
		width: 30%;
		padding: 0 10px;
	}
	.index_news .lists ul li:first-child .info .date p {
		font-size: 18px;
		line-height: 60px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.index_news .lists ul li:first-child .info .note {
		width: 70%;
	}
	.index_news .lists ul li:nth-child(2) .item .info .date p,
	.index_news .lists ul li:last-child .item .info .date p {
		font-size: 16px;
	}
}


/*index_partner*/

.index_partner {
	padding-bottom: 60px;
	background: url(../images/img/partner_bg.jpg) no-repeat center;
	background-size: cover;
}

.index_partner .title_line b {
	color: #fefefe;
}

.index_partner .title_line b:before {
	content: '';
	display: block;
	height: 23px;
	background: url(../images/img/line1.png) no-repeat;
	background-size: cover;
}

.index_partner .title_line b:after {
	content: '';
	display: block;
	background: url(../images/img/line2.png) no-repeat;
	background-size: cover;
}

.index_partner .lists {
	padding-top: 60px;
}

.index_partner .lists .item {
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_partner .lists .item:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0px 0px 20px rgba(255, 255, 255, .86);
}

.index_partner .lists .item .img-box {
	padding-bottom: 47.61904761904762%;
}

@media (max-width: 991px) {
	.index_partner {
		padding-bottom: 20px;
	}
	.index_partner .title_line b:before,
	.index_partner .title_line b:after {
		display: none;
	}
	.index_partner .lists {
		padding-top: 25px;
	}
}


/*subscribe_main*/

.subscribe_main {
	padding: 60px 0 50px 0;
	background: url(../images/img/contact_bg.jpg) no-repeat center;
	background-size: cover;
}

.subscribe_main .info {
	float: left;
}

.subscribe_main .info .logo {
	width: 120px;
	height: 108px;
	display: inline-block;
	vertical-align: middle;
}

.subscribe_main .info .logo img {
	width: 100%;
	height: 100%;
}

.subscribe_main .info .note {
	display: inline-block;
	vertical-align: middle;
}

.subscribe_main .info .note b {
	font-family: 'OpenSans-Bold';
	font-size: 30px;
	font-weight: normal;
	color: #2c2e2e;
	padding-left: 30px;
}

.subscribe_main .subscribe_form {
	float: left;
	padding-top: 100px;
	padding-left: 135px;
}

.subscribe_main .subscribe_form input {
	display: block;
	float: left;
	width: 360px;
	line-height: 50px;
	background-color: #ffffff;
	border: none;
	font-family: 'OpenSans';
	color: #2c2e2e;
	padding: 0 20px;
}

.subscribe_main .subscribe_form input::-webkit-input-placeholder {
	color: #2c2e2e;
}

.subscribe_main .subscribe_form input:-o-placeholder {
	color: #2c2e2e;
}

.subscribe_main .subscribe_form input::-moz-placeholder {
	color: #2c2e2e;
}

.subscribe_main .subscribe_form input:-ms-input-placeholder {
	color: #2c2e2e;
}

.subscribe_main .subscribe_form input:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.subscribe_main .subscribe_form input:focus::-o-placeholder {
	color: #c5c5c5;
}

.subscribe_main .subscribe_form input:focus::-moz-placeholder {
	color: #c5c5c5;
}

.subscribe_main .subscribe_form input:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.subscribe_main .subscribe_form button {
	display: block;
	float: left;
	padding: 0 10px;
	height: 50px;
	background-color: #191919;
	font-family: 'OpenSans';
	font-size: 20px;
	color: #ffffff;
}

.subscribe_main .subscribe_form button:before {
	display: inline-block;
	font-family: 'iconfont' !important;
	display: inline-block;
	color: #fff;
	font-size: 28px;
	margin-right: 8px;
	content: '\e642';
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.subscribe_main .subscribe_form button:hover:before {
	-webkit-transform: translateX(6px);
	-ms-transform: translateX(6px);
	transform: translateX(6px);
}

@media (max-width: 1469px) {
	.subscribe_main .subscribe_form {
		padding-left: 37px;
	}
}

@media (max-width: 1199px) {
	.subscribe_main .info .note b {
		font-size: 25px;
		padding-left: 20px;
	}
	.subscribe_main .subscribe_form {
		padding-left: 15px;
	}
	.subscribe_main .subscribe_form input {
		width: 270px;
	}
}

@media (max-width: 991px) {
	.subscribe_main .info {
		float: none;
	}
	.subscribe_main .subscribe_form {
		float: none;
		padding-top: 30px;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.subscribe_main {
		padding: 40px 0;
	}
	.subscribe_main .info .logo {
		width: 100px;
		height: 88px;
		display: block;
		margin: auto;
	}
	.subscribe_main .info .note {
		display: block;
		padding-top: 10px;
	}
	.subscribe_main .info .note b {
		display: block;
		text-align: center;
		padding-left: 0;
		font-size: 22px;
	}
	.subscribe_main .subscribe_form {
		padding-top: 20px;
	}
	.subscribe_main .subscribe_form input {
		width: 56%;
	}
	.subscribe_main .subscribe_form button {
		width: 44%;
		font-size: 18px;
	}
	.subscribe_main .subscribe_form button:before {
		font-size: 24px;
	}
}

@media (max-width: 340px) {
	.subscribe_main .subscribe_form input {
		width: 52%;
	}
	.subscribe_main .subscribe_form button {
		width: 48%;
	}
}


/*pagebanner*/

.pagebanner {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 140px;
}

.pagebanner .img-box {
	padding-bottom: 18.22916666666667% !important;
}

@media (max-width: 1199px) {
	.pagebanner {
		padding-top: 100px;
	}
	.pagebanner .item {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}


/*about*/

.about .about_contact {
	padding: 80px 0 30px 0;
}

.about .about_contact .about_box {
	margin-bottom: 30px;
}

.about .about_contact .about_box .left {
	width: 47.917%;
	display: inline-block;
	vertical-align: bottom;
}

.about .about_contact .about_box .right {
	width: 47.917%;
	margin-left: 30px;
	display: inline-block;
	vertical-align: bottom;
}

.about .about_contact .about_box .right .title {
	padding-bottom: 10px;
}

.about .about_contact .about_box .right .title b {
	display: block;
	font-family: 'OpenSans-Bold';
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	color: #3a3939;
}

.about .about_contact .about_box .right .title p {
	font-size: 16px;
	line-height: 18px;
	color: #666666;
}

.about .about_contact .note p {
	font-family: 'OpenSans-Light';
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.about .about_contact .note b {
	font-family: 'OpenSans-Bold';
	font-size: 16px;
	color: #666666;
}

.about .about_contact .pic2 {
	margin-top: 35px;
}

.about .about_contact .pic2 .img-box {
	padding-bottom: 55.07246376811594%;
}

.about .about_contact .about_box.last_box .left {
	vertical-align: top;
	padding-top: 50px;
}

@media (max-width: 991px) {
	.about .about_contact {
		padding: 25px 0 20px 0;
	}
	.about .about_contact .about_box {
		margin-bottom: 20px;
	}
	.about .about_contact .about_box .left {
		width: 100%;
		display: block;
	}
	.about .about_contact .about_box .right {
		width: 100%;
		display: block;
		margin-left: 0;
		margin-top: 20px;
	}
	.about .about_contact .about_box.last_box .left {
		padding-top: 0;
	}
}


/*contact*/

.contact {
	padding: 80px 0;
	overflow: hidden;
}

.contact_main {
	padding-top: 60px;
}

.contact_main .contact_title {
	padding-bottom: 10px;
}

.contact_main .contact_title b {
	font-family: 'OpenSans-Bold';
	font-size: 16px;
	font-weight: normal;
	color: #595757;
}

.contact_main .contact_title p {
	font-family: 'OpenSans-Light';
	font-size: 14px;
	color: #595757;
	padding-top: 15px;
}

.contact .message_form ul {
	margin: 0 -15px;
}

.contact .message_form ul li {
	float: left;
	margin-bottom: 20px;
	width: 50%;
	padding: 0 15px;
}

.contact .message_form ul li:first-child,
.contact .message_form ul li:nth-child(4),
.contact .message_form ul li:last-child {
	width: 100%;
	min-height: 45px;
}

.contact .message_form ul li input {
	width: 100%;
	font-size: 14px;
	color: #4a4949;
	line-height: 50px;
	min-height: 50px;
	padding: 0px 10px;
	border: none;
	background-color: #eeecec;
}

.contact .message_form ul li textarea {
	width: 100%;
	font-size: 14px;
	color: #4a4949;
	min-height: 125px;
	line-height: 30px;
	border: none;
	background-color: #eeecec;
	padding: 10px;
}

.contact .message_form ul li input::-webkit-input-placeholder,
.contact .message_form ul li textarea::-webkit-input-placeholder {
	color: #4a4949;
}

.contact .message_form ul li input:-o-placeholder,
.contact .message_form ul li textarea:-o-placeholder {
	color: #4a4949;
}

.contact .message_form ul li input::-moz-placeholder,
.contact .message_form ul li textarea::-moz-placeholder {
	color: #4a4949;
}

.contact .message_form ul li input:-ms-input-placeholder,
.contact .message_form ul li textarea:-ms-input-placeholder {
	color: #4a4949;
}

.contact .message_form ul li input:focus::-webkit-input-placeholder,
.contact .message_form ul li textarea:focus::-webkit-input-placeholder {
	color: #DDDDDD;
}

.contact .message_form ul li input:focus::-o-placeholder,
.contact .message_form ul li textarea:focus::-o-placeholder {
	color: #DDDDDD;
}

.contact .message_form ul li input:focus::-moz-placeholder,
.contact .message_form ul li textarea:focus::-moz-placeholder {
	color: #DDDDDD;
}

.contact .message_form ul li input:focus::-ms-input-placeholder,
.contact .message_form ul li textarea:focus::-ms-input-placeholder {
	color: #DDDDDD;
}

.contact .message_form ul li button {
	background-color: #000000;
	line-height: 30px;
	font-family: 'Poppins-Bold';
	font-size: 14px;
	color: #ffc001;
	cursor: pointer;
	padding-right: 10px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.contact .message_form ul li button:before {
	font-family: 'iconfont' !important;
	display: inline-block;
	width: 30px;
	background-color: #ffc001;
	font-size: 18px;
	line-height: 33px;
	color: #000000;
	content: '\e642';
	margin-right: 10px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.contact .message_form ul li button:hover:before {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.contact .map {
	padding-top: 10px;
}

.contact .map .map-content {
	width: 100%;
	height: 370px;
}

.contact .lists {
	overflow: hidden;
	border-top: 1px solid #4c4c4b;
}

.contact .lists .item {
	padding-top: 25px;
	padding-left: 45%;
}

.contact .lists ul li:first-child .item {
	padding-left: 0;
}

.contact .lists .item b {
	display: block;
	font-family: 'OpenSans-Bold';
	font-size: 16px;
	font-weight: normal;
	color: #4c4b4b;
}

.contact .lists .item p {
	font-family: 'OpenSans-Light';
	font-size: 14px;
	line-height: 22px;
	color: #4c4b4b;
	padding-top: 15px;
}

.contact .lists .item p a {
	color: #4c4b4b;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.contact .lists .item p a:hover {
	text-decoration: underline !important;
}

@media (max-width: 1469px) {
	.contact .lists .item {
		padding-left: 28%;
	}
}

@media (max-width: 1199px) {
	.contact .lists .item {
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.contact {
		padding: 30px 0 50px 0;
	}
	.contact_main {
		padding-top: 25px;
	}
	.contact .lists {
		border-top: none;
	}
	.contact .map {
		padding-top: 20px;
	}
	.contact .map .map-content {
		height: 300px;
	}
	.contact_main .contact_title p {
		padding-top: 10px;
	}
}

@media (max-width: 767px) {
	.contact {
		padding: 30px 0;
	}
	.contact_main {
		padding-top: 10px;
	}
	.contact .message_form ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	.contact .message_form ul li input {
		line-height: 45px;
		min-height: 45px;
	}
	.contact .message_form ul li textarea {
		min-height: 100px;
	}
	.contact .map {
		padding-top: 0;
	}
	.contact .lists .item {
		padding-top: 20px;
	}
	.contact .lists .item p {
		padding-top: 0;
	}
}


/*product*/

.product {
	padding: 80px 0;
}

.product .product_main .page_left {
	float: left;
	width: 23.4%;
	background-color: #dfdfde;
}

.product .product_main .page_right {
	width: 76.6%;
	padding-left: 60px;
}

.product .product_main .page_right .product_note p {
	font-size: 16px;
	line-height: 1.6;
	color: #666666;
}

.product .product_main .page_left .title {
	padding: 25px 0 25px 0;
	background-color: #ffc001;
}

.product .product_main .page_left .title b {
	display: block;
	font-family: 'Poppins-Bold';
	font-size: 45px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}

.product .product_main .page_left .title b:before {
	content: '';
	display: block;
	width: 16px;
	height: 12px;
	background: url(../images/img/pro_icon.png) no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.product .product_main .page_left .page_nav {
	padding: 0;
	border-top: 10px solid #FFFFFF;
}

.product .product_main .page_nav .menu {
	position: relative;
}

.product .product_main .page_nav .menu .menu1>li {
	border-bottom: 5px solid #FFFFFF;
}

.product .product_main .page_nav .menu .menu1>li.more>a:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 48%;
	left: 20px;
	display: block;
	content: '\e600';
	color: #6c6c6c;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(-45%) rotateZ(90deg);
	-ms-transform: translateY(-45%) rotate(90deg);
	transform: translateY(-45%) rotateZ(90deg);
}

.product .product_main .page_nav .menu .menu1>li.nomore>a:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 48%;
	left: 20px;
	display: block;
	content: '\e600';
	color: #6c6c6c;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(-45%) rotateZ(0);
	-ms-transform: translateY(-45%) rotate(0);
	transform: translateY(-45%) rotateZ(0);
}

.product .product_main .page_nav .menu .menu1>li:hover>a,
.product .product_main .page_nav .menu .menu1>li.active>a {
	/*color: #106fc4;*/
}

.product .product_main .page_nav .menu .menu1>li:hover>a:before,
.product .product_main .page_nav .menu .menu1>li.active>a:before {
	/*color: #106fc4;*/
}

.product .product_main .page_nav .menu .menu1>li:hover>a:before,
.product .product_main .page_nav .menu .menu1>li.active>a:before {
	-webkit-transform: translateY(-45%) rotateZ(90deg);
	-ms-transform: translateY(-45%) rotate(90deg);
	transform: translateY(-45%) rotateZ(90deg);
}

.product .product_main .page_nav .menu .menu1>li.active .menu2 {
	display: block !important;
}

.product .product_main .page_nav .menu .nomore .menu2 {
	display: none;
	background-color: #f4f4f3;
}

.product .product_main .page_nav .menu .menu1>li>a {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #000;
	padding: 10px 0 10px 50px;
	position: relative;
	display: block;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product .product_main .page_nav .menu .menu1>li>.menu2 {
	/* padding: 20px 10px 10px 25px; */
	padding: 20px 0;
}

.product .product_main .page_nav .menu ul.menu2>li {
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	z-index: 2;
	
}
.product .product_main .page_nav .menu ul.menu2>li:hover::before {
	opacity: 1;
}
.product .product_main .page_nav .menu ul.menu2>li::before {
	position: absolute;
    top: 0;
    left: 0;
    display: block;
	z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#fefcf6), to(#ffc001));
    background-image: -webkit-linear-gradient(left, #fefcf6, #ffc001);
    background-image: linear-gradient(90deg, #fefcf6, #ffc001);
}
.product .product_main .page_nav .menu ul.menu2>li.more>a {
	position: relative;
}

.product .product_main .page_nav .menu ul.menu2>li.act>a,
.product .product_main .page_nav .menu ul.menu2>li:hover>a {
	text-decoration: underline !important;
}

.product .product_main .page_nav .menu ul.menu2>li>a {
	font-size: 16px;
	line-height: 36px;
	color: #595757;
	/* display: inline-block; */
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	padding: 0 20px;
	display: block;
}

.product .product_main .page_nav .menu ul.menu2>li>a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 1px;
	background-color: #595757;
	margin-right: 5px;
}

.product .product_main .page_nav .menu ul.menu2>li.act .menu3 {
	display: block !important;
}

.product .product_main .page_nav .menu ul.menu3 {
	padding: 0 0 0 12px;
	display: none;
}

.product .product_main .page_nav .menu ul.menu3>li>a {
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #595757;
	opacity: .7;
	text-decoration: none !important;
}

.product .product_main .page_nav .menu ul.menu3>li.act>a {
	text-decoration: underline !important;
}

.product .product_main .page_nav .menu ul.menu3>li>a:hover {
	text-decoration: underline !important;
}

.product .product_main .page_nav .menu ul.menu3>li.act .menu4 {
	display: block !important;
}

.product .product_main .page_nav .menu ul.menu4 {
	padding: 0 0 0 10px;
	display: none !important;
}

.product .product_main .page_nav .menu ul.menu4>li>a {
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #595757;
	opacity: .7;
	text-decoration: none !important;
}

.product .product_main .page_nav .menu ul.menu4>li>a:hover {
	text-decoration: underline !important;
}

.product .product_main .page_right .prod_partner {
	/*margin-top: 50px;*/
}

.product .product_main .page_right .prod_partner .row {
	margin: 0 -4px;
}

.product .product_main .page_right .prod_partner ul li {
	padding: 0 4px;
}

.product .product_main .page_right .prod_partner ul li.active .item,
.product .product_main .page_right .prod_partner ul li:hover .item {
	background-color: #ffc001;
}

.product .product_main .page_right .prod_partner .item {
	display: block;
	margin-bottom: 8px;
	background-color: #f4f4f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.product .product_main .page_right .prod_partner .item .img-box {
	padding-bottom: 47.61904761904762%;
}

.product .product_main .page_right .product_lists {
	padding-top: 15px;
}

.product .product_main .page_right .product_lists .item {
	position: relative;
	display: block;
	margin-bottom: 30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.product .product_main .page_right .product_lists .item .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.product .product_main .page_right .product_lists .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product .product_main .page_right .product_lists .item .note {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 192, 1, .8);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.product .product_main .page_right .product_lists .item:hover .note {
	height: 100%;
}

.product .product_main .page_right .product_lists .item .note .msg {
	padding-right: 55px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product .product_main .page_right .product_lists .item:hover .note .msg {
	padding: 20px;
}

.product .product_main .page_right .product_lists .item .note .msg a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'OpenSans';
	font-size: 18px;
	line-height: 50px;
	color: #000000;
}

.product .product_main .page_right .product_lists .item:hover .note .msg a {
	font-family: 'OpenSans-Bold';
	text-align: center;
	color: #ffffff;
}

.product .product_main .page_right .product_lists .item .note .msg a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 1px;
	background-color: #000000;
	margin-right: 8px;
}

.product .product_main .page_right .product_lists .item:hover .msg a:before {
	display: none;
}

.product .product_main .product_lists .item .note a.add_shopcart:after {
	position: absolute;
	right: 20px;
	bottom: 8px;
	display: block;
	content: '\e602';
	font-family: 'iconfont' !important;
	font-size: 25px;
	color: #000000;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.product .product_main .page_right .product_lists .item .note a.add_shopcart:hover:after {
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateX(-8px);
}

@media (max-width: 1469px) {
	.product .product_main .page_left {
		width: 28%;
	}
	.product .product_main .page_nav .menu .menu1>li>a {
		font-size: 18px;
		padding: 10px 0 10px 45px;
	}
	.product .product_main .page_right {
		width: 72%;
		padding-left: 30px;
	}
}

@media (max-width: 1199px) {
	.product .product_main .page_left {
		width: 32%;
	}
	.product .product_main .page_right {
		width: 68%;
		padding-left: 20px;
	}
	.product .product_main .product_lists .item .note b {
		width: 40%;
	}
}

@media (max-width: 991px) {
	.product {
		padding: 40px 0;
	}
	.product .product_main .page_left .title {
		padding: 15px 0 10px 0;
	}
	.product .product_main .page_left .title b {
		font-size: 30px;
	}
	.product .product_main .page_left {
		width: 100%;
	}
	.product .product_main .page_nav .menu .menu1>li>a {
		line-height: 35px;
	}
	.product .product_main .page_right {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	.product .product_main .page_right .product_note p {
		font-size: 15px;
	}
	.product .product_main .page_right .product_lists {
		padding-top: 25px;
	}
	.product .product_main .page_right .product_lists .item {
		margin-bottom: 20px;
	}
	.product .product_main .product_lists .item .note b {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.product .product_main .page_left .title b {
		font-size: 22px;
	}
	.product .product_main .page_nav .menu .menu1>li>a {
		font-size: 16px;
		line-height: 22px;
	}
	.product .product_main .page_nav .menu .menu1>li.nomore>a:before {
		font-size: 14px;
	}
	.product .product_main .page_right {
		padding-top: 10px;
	}
	.product .product_main .page_right .product_note p {
		font-size: 14px;
	}
	.product .product_main .product_lists .item .note {
		padding-top: 15px;
	}
}


/*prod_details*/

.product_box {
	position: relative;
}

.product_box .lef {
	font-size: 0;
	width: 45%;
}

@media (max-width: 1199px) {
	.product_box .lef {
		float: none;
		width: 70%;
		margin: auto;
	}
}

@media (max-width: 991px) {
	.product_box .lef {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.product_box .lef {
		width: 80%;
	}
}

@media (max-width: 575px) {
	.product_box .lef {
		width: 100%;
	}
}

.product_box .lef .big_pic {
	overflow: hidden;
	border: 1px solid #d0d0d0;
}

.product_box .lef .big_pic .pic .img-box {
	padding-bottom: 100%;
}

.product_box .lef .big_pic .prod_vv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product_box .lef .small_pic {
	margin-top: 10px;
}

@media (max-width: 575px) {
	.product_box .lef .small_pic {
		width: 100%;
		margin-top: 10px;
		padding-left: 0;
	}
}

.product_box .lef .small_pic .slider-nav {
	font-size: 0;
	padding: 0 30px;
}

.product_box .lef .small_pic .slider-nav .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 5px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 575px) {
	.product_box .lef .small_pic .slider-nav .slick-arrow {
		left: 0;
	}
}

.product_box .lef .small_pic .slider-nav .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e727';
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_box .lef .small_pic .slider-nav .slick-arrow:hover:before {
	color: #222;
}

.product_box .lef .small_pic .slider-nav .slick-next {
	right: 5px;
	left: auto;
}

@media (max-width: 575px) {
	.product_box .lef .small_pic .slider-nav .slick-next {
		right: 0;
	}
}

.product_box .lef .small_pic .slider-nav .slick-next:before {
	content: '\e728';
}

.product_box .lef .small_pic .slider-nav .slick-list {
	margin: 0 -7px;
}

@media (max-width: 575px) {
	.product_box .lef .small_pic .slider-nav .slick-list {
		margin: 0 -5px;
	}
}

.product_box .lef .small_pic .slider-nav .slick-list .slick-slide {
	padding: 0 7px;
}

@media (max-width: 575px) {
	.product_box .lef .small_pic .slider-nav .slick-list .slick-slide {
		padding: 0 5px;
	}
}

.product_box .lef .small_pic .slider-nav .slick-list .slick-slide .pic {
	position: relative;
	overflow: hidden;
}

.product_box .lef .small_pic .slider-nav .slick-list .slick-slide .pic .img-box {
	padding-bottom: 100%;
	border: 1px solid #d0d0d0;
}

.product_box .lef .small_pic .slider-nav .slick-list .slick-slide .prod_vv .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.product_box .lef .small_pic .slider-nav .slick-list .slick-slide .prod_vv .video-cover:before {
	font-family: 'iconfont' !important;
	font-size: 30px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	margin: 0 auto;
	content: '\e602';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1399px) {
	.product_box .lef .small_pic .slider-nav .slick-list .slick-slide .prod_vv .video-cover:before {
		font-size: 25px;
	}
}

.product_box .lef .small_pic .slider-nav .slick-list .slick-current .pic .img-box {
	border: solid 1px #0039c7;
}

.product_box .rig {
	width: 55%;
	padding: 0 0 0 50px;
}

@media (max-width: 1469px) {
	.product_box .rig {
		padding: 0 0 0 40px;
	}
}

@media (max-width: 1399px) {
	.product_box .rig {
		padding: 0 0 0 30px;
	}
}

@media (max-width: 1199px) {
	.product_box .rig {
		float: none;
		width: 100%;
		margin-top: 20px;
		padding: 0;
	}
}

.product_box .rig .tit {
	position: relative;
}

.product_box .rig .tit p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	color: #111;
}

@media (max-width: 1199px) {
	.product_box .rig .tit p {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.product_box .rig .tit p {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.product_box .rig .tit p {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.product_box .rig .tit p {
		font-size: 18px;
	}
}

.product_box .rig .text {
	margin: 20px 0;
}

@media (max-width: 991px) {
	.product_box .rig .text {
		margin: 15px 0 20px;
	}
}

.product_box .rig .text p {
	font-size: 16px;
	line-height: 1.625;
	word-break: break-word;
	color: #444;
}

@media (max-width: 991px) {
	.product_box .rig .text p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.product_box .rig .text p {
		font-size: 14px;
	}
}

.product_box .rig .text p img {
	max-width: 100%;
	height: auto !important;
}

.product_box .rig .note_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 70%;
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1469px) {
	.product_box .rig .note_box {
		max-width: 80%;
	}
}

@media (max-width: 1399px) {
	.product_box .rig .note_box {
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	.product_box .rig .note_box {
		display: block;
	}
}

.product_box .rig .note_box .note p {
	font-size: 14px;
	line-height: 1.71428571;
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	color: #333;
}

.product_box .rig .note_box .note p a {
	color: #333;
}

.product_box .rig .note_box .note p:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #666;
}

.product_box .rig .note_box .note .people:before {
	content: '\e663';
}

.product_box .rig .note_box .note .tel:before {
	content: '\e605';
}

.product_box .rig .note_box .note .whatsapp:before {
	content: '\e614';
}

.product_box .rig .note_box .note .email {
	margin-bottom: 0;
}

.product_box .rig .note_box .note .email:before {
	content: '\e653';
}

.product_box .rig .note_box .pic {
	width: 100px;
	border: 1px solid #eee;
}

@media (max-width: 575px) {
	.product_box .rig .note_box .pic {
		margin-top: 20px;
	}
}

.product_box .rig .note_box .pic img {
	max-width: 100%;
	height: auto !important;
}

.product_box .rig .prod_btn {
	margin: 30px 0;
}

@media (max-width: 991px) {
	.product_box .rig .prod_btn {
		margin: 20px 0;
	}
}

.product_box .rig .prod_btn a {
	display: block;
	font-size: 16px;
	line-height: 2.875;
	float: left;
	width: 230px;
	cursor: pointer;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-align: center;
	color: #444;
	border: 1px solid #444;
	border-radius: 4px;
}

@media (max-width: 1399px) {
	.product_box .rig .prod_btn a {
		font-size: 15px;
		line-height: 2.66666667;
		width: 200px;
	}
}

@media (max-width: 991px) {
	.product_box .rig .prod_btn a {
		font-size: 15px;
		line-height: 2.4;
	}
}

.product_box .rig .prod_btn a:hover {
	color: #fff;
	border: 1px solid #ffc001;
	background-color: #ffc001;
}

.product_box .rig .prod_btn .inquiry_btn {
	margin-right: 20px;
	width: 150px;
}

@media (max-width: 1469px) {
	.product_box .rig .prod_btn .inquiry_btn {
		margin-right: 10px;
	}
}

@media (max-width: 575px) {
	.product_box .rig .prod_btn a {
		float: none;
	}
	.product_box .rig .prod_btn .inquiry_btn {
		margin-bottom: 10px;
		margin-right: 0;
	}
}

.product_box .rig .share_box span {
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	color: #222;
}

@media (max-width: 767px) {
	.product_box .rig .share_box span {
		font-size: 15px;
	}
}

.product_box .rig .share_box .share_tool {
	display: inline-block;
	vertical-align: middle;
}

.product_box .rig .share_box .share_tool .a2a_svg {
	line-height: 30px !important;
	width: 30px !important;
	height: 30px !important;
}

@media (max-width: 1199px) {
	.product_box .rig .share_box .share_tool .a2a_svg {
		line-height: 25px !important;
		width: 25px !important;
		height: 25px !important;
	}
}

.product .tab_box {
	padding-top: 50px;
}

.product .tab_box .row {
	margin: 0 -1px;
}

.product .tab_box .tab_item {
	margin-top: 5px;
	padding: 0 1px;
}

.product .tab_box .tab_item p {
	font-family: 'Poppins-Bold';
	font-size: 20px;
	color: #272727;
	line-height: 50px;
	text-align: center;
	background-color: #ffc001;
}

.product .tab_box table tr>td {
	border: 1px solid #FFFFFF !important;
	font-size: 14px;
	color: #272727;
	text-align: center;
	line-height: 33px;
	background-color: #f2f2f2;
}

.product .tab_box p {
	font-size: 16px;
	color: #272727;
	line-height: 26px;
}

.product .tab_box p strong {
	font-family: 'Poppins-Bold';
	font-size: 20px;
	color: #333;
	line-height: 30px;
}

.product .pro_vv {
	overflow: hidden;
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.product .pro_vv {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.product .pro_vv {
		margin-top: 20px;
	}
}

.product .pro_vv {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.product .pro_vv .img-box {
	padding-bottom: 45%;
}

.product .pro_vv .img-box .iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product .inquire_form {
	padding-top: 50px;
}


.product .inquire_form .title {
	text-align: left;
	background-color: #ffc001;
	padding: 0 20px;
}

.product .inquire_form .title b {
	display: block;
	font-family: 'Poppins-Bold';
	font-size: 23px;
	font-weight: normal;
	color: #282828;
	line-height: 60px;
}

.product .inquire_form .msg {
	padding-top: 15px;
}

.product .inquire_form .msg b {
	display: block;
	font-family: 'Poppins-Bold';
	font-size: 20px;
	font-weight: normal;
	color: #282828;
}

.product .inquire_form .msg p {
	font-family: 'OpenSans-Light';
	font-size: 14px;
	color: #272727;
	padding-top: 5px;
}

.product .inquire_form ul {
	margin: 0 -10px;
	padding-top: 20px;
}

.product .inquire_form ul li {
	float: left;
	margin-bottom: 10px;
	width: 50%;
	padding: 0 10px;
}

.product .inquire_form ul li:first-child,
.product .inquire_form ul li:nth-child(6),
.product .inquire_form ul li:last-child {
	width: 100%;
}

.product .inquire_form ul li input {
	width: 100%;
	line-height: 45px;
	min-height: 45px;
	padding: 0px 10px;
	background-color: #f4f4f3;
	border: none;
	font-size: 16px;
	color: #272727;
}

.product .inquire_form ul li textarea {
	width: 100%;
	font-size: 16px;
	color: #272727;
	min-height: 100px;
	line-height: 30px;
	background-color: #f4f4f3;
	border: none;
	padding: 10px;
}

.product .inquire_form ul li input::-webkit-input-placeholder,
.product .inquire_form ul li textarea::-webkit-input-placeholder {
	color: #272727;
}

.product .inquire_form ul li input:-o-placeholder,
.product .inquire_form ul li textarea:-o-placeholder {
	color: #272727;
}

.product .inquire_form ul li input::-moz-placeholder,
.product .inquire_form ul li textarea::-moz-placeholder {
	color: #272727;
}

.product .inquire_form ul li input:-ms-input-placeholder,
.product .inquire_form ul li textarea:-ms-input-placeholder {
	color: #272727;
}

.product .inquire_form ul li input:focus::-webkit-input-placeholder,
.product .inquire_form ul li textarea:focus::-webkit-input-placeholder {
	color: #999;
}

.product .inquire_form ul li input:focus::-o-placeholder,
.product .inquire_form ul li textarea:focus::-o-placeholder {
	color: #999;
}

.product .inquire_form ul li input:focus::-moz-placeholder,
.product .inquire_form ul li textarea:focus::-moz-placeholder {
	color: #999;
}

.product .inquire_form ul li input:focus::-ms-input-placeholder,
.product .inquire_form ul li textarea:focus::-ms-input-placeholder {
	color: #999;
}

.product .inquire_form ul li button {
	background-color: #000000;
	line-height: 30px;
	font-family: 'Poppins-Bold';
	font-size: 14px;
	color: #ffc001;
	cursor: pointer;
	margin-top: 40px;
	padding-right: 10px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product .inquire_form ul li button:before {
	font-family: 'iconfont' !important;
	display: inline-block;
	width: 30px;
	background-color: #ffc001;
	font-size: 18px;
	line-height: 33px;
	color: #000000;
	content: '\e642';
	margin-right: 10px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product .inquire_form ul li button:hover:before {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.product .relate_prod .lists li {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product .relate_prod .lists .item {
	background-color: #eeeeee;
	padding: 10px 10px 0 10px;
	margin-bottom: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product .relate_prod .lists .item .img-box {
	padding-bottom: 79.03225806451613%;
}

.product .relate_prod .lists .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product .relate_prod .lists .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product .relate_prod .lists .item .note {
	padding: 20px 0;
}

.product .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 .relate_prod .lists .item:hover {
	background-color: #066dcf;
}

.product .relate_prod .lists .item:hover .note a {
	color: #FFFFFF;
}

@media (max-width: 991px) {
	.product .tab_box {
		padding-top: 30px;
	}
	.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: 18px;
		line-height: 50px;
		margin: 0 15px;
	}
	.product .tab_box .content {
		padding: 15px 0 0 0;
	}
	.product .tab_box .content .prod_note {
		padding: 10px 0 20px 0;
	}
	.product .inquire_form .title {
		padding: 0 15px;
	}
	.product .inquire_form .title b {
		font-size: 18px;
		line-height: 50px;
	}
	.product .tab_box .content .inquire_form p {
		padding-top: 5px;
		padding-bottom: 15px;
	}
	.product .inquire_form ul {
		padding-top: 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: 80px;
	}
	.product .tab_box .content .inquire_form ul li button {
		padding: 0 50px;
		line-height: 45px;
		font-size: 15px;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.product .inquire_form {
		padding-top: 20px;
	}
	.product .inquire_form ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	.product .inquire_form ul li input {
		line-height: 45px;
	}
	.product .inquire_form ul li button {
		margin-top: 0;
	}
}


/*inquire_vehicle*/

.inquire_vehicle {
	padding: 80px 0;
}

.inquire_vehicle .vehicle_box {
	background-color: #F2F2F2;
}

.inquire_vehicle .vehicle_box .lists_title {
	background-color: #ffc001;
}

.inquire_vehicle .vehicle_box .lists_title ul {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}

.inquire_vehicle .vehicle_box .lists_title ul li {
	float: left;
	width: 20%;
	line-height: 60px;
	text-align: center;
}

.inquire_vehicle .vehicle_box .lists_title p {
	font-family: 'Poppins-Bold';
	font-size: 18px;
	color: #595757;
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child input {
	display: inline-block;
	/*vertical-align: sub;*/
	width: 16px;
	height: 16px;
	background-color: #ffc001;
	border-radius: 0;
	border: solid 1px #FFFFFF;
	margin-right: 10px
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child input[type="checkbox"]::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: #ffc001;
	border-radius: 0;
	border: solid 1px #FFFFFF;
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child input[type="checkbox"]:checked::before {
	font-family: 'iconfont';
	content: "\e604";
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child p {
	display: inline-block;
	/*vertical-align: middle;*/
}

.inquire_vehicle .vehicle_box .list li {
	border-top: 4px solid #fff;
}

.inquire_vehicle .vehicle_box .list .choose {
	float: left;
	width: 20%;
	line-height: 180px;
	text-align: center;
}

.inquire_vehicle .vehicle_box .list .info {
	float: left;
	width: 20%;
	line-height: 180px;
	padding: 20px 0;
	border-left: 1px solid #b0afaf;
	border-right: 1px solid #b0afaf;
}

.inquire_vehicle .vehicle_box .list .name {
	float: left;
	width: 20%;
	line-height: 180px;
	text-align: center;
}

.inquire_vehicle .vehicle_box .list .num {
	float: left;
	width: 20%;
	line-height: 180px;
	text-align: center;
	border-left: 1px solid #b0afaf;
	border-right: 1px solid #b0afaf;
}

.inquire_vehicle .vehicle_box .list .del {
	float: left;
	width: 20%;
	line-height: 180px;
}

.inquire_vehicle .vehicle_box .list .choose input {
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #d5d5d5;
	margin: 0 35px 0 0;
}

.inquire_vehicle .vehicle_box .list .choose input[type="checkbox"]::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: #F2F2F2;
	border-radius: 0;
	border: solid 1px #595757;
}

.inquire_vehicle .vehicle_box .list .choose input[type="checkbox"]:checked::before {
	font-family: 'iconfont';
	content: "\e604";
	color: #595757;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
}

.inquire_vehicle .vehicle_box .list .info .pic {
	width: 140px;
	margin: 0 auto;
	display: block;
	border: 2px solid #b0afaf;
}

.inquire_vehicle .vehicle_box .list .info p {
	width: 68%;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #333333;
	padding-left: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inquire_vehicle .vehicle_box .list .name b {
	display: block;
	font-family: 'OpenSans';
	font-size: 18px;
	font-weight: normal;
	color: #3a3939;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
}

.inquire_vehicle .vehicle_box .list .num a {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 50px;
	border: solid 1px #969696;
}

.inquire_vehicle .vehicle_box .list .num a:before {
	content: '\e6f2';
	display: block;
	font-family: 'iconfont' !important;
	font-weight: bold;
	font-size: 16px;
	line-height: 50px;
	color: #595757;
	text-align: center;
}

.inquire_vehicle .vehicle_box .list .num a.add_num:before {
	content: '\e6f1';
}

.inquire_vehicle .vehicle_box .list .num input {
	width: 80px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Chivo-Bold';
	font-size: 16px;
	line-height: 48px;
	color: #595757;
	margin: 0 -4px;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
	text-align: center;
	border-left: none;
	background-color: #f2f2f2;
}

.inquire_vehicle .vehicle_box .list .del a:before {
	content: '\e665';
	display: block;
	font-family: 'iconfont' !important;
	font-weight: bold;
	font-size: 22px;
	color: #848383;
	text-align: center;
}

.inquire_vehicle .product .inquire_form {
	padding: 0;
}

@media (max-width: 991px) {
	.inquire_vehicle {
		padding: 50px 0;
	}
	.inquire_vehicle .vehicle_box .list .num span {
		width: 45px;
	}
}

@media (max-width: 767px) {
	.inquire_vehicle {
		padding: 40px 0;
	}
	.inquire_vehicle .product {
		padding: 0;
	}
	.inquire_vehicle .product .inquire_form {
		padding-top: 20px;
	}
	.inquire_vehicle .vehicle_box .lists_title ul li {
		width: 25%;
		float: none;
		display: inline-block;
		line-height: 50px;
	}
	.inquire_vehicle .vehicle_box .list li {
		position: relative;
		z-index: 2;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.inquire_vehicle .vehicle_box .list .choose,
	.inquire_vehicle .vehicle_box .list .info,
	.inquire_vehicle .vehicle_box .list .name,
	.inquire_vehicle .vehicle_box .list .num,
	.inquire_vehicle .vehicle_box .list .del {
		width: 25%;
		line-height: 150px;
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
	.inquire_vehicle .vehicle_box .list .choose {
		width: 15%;
	}
	.inquire_vehicle .vehicle_box .list .choose input {
		margin: 0;
	}
	.inquire_vehicle .vehicle_box .list .info {
		width: 40%;
	}
	.inquire_vehicle .vehicle_box .list .info .pic {
		width: 110px;
	}
	.inquire_vehicle .vehicle_box .list .name {
		width: 40%;
	}
	.inquire_vehicle .vehicle_box .list .num {
		width: 35%;
	}
	.inquire_vehicle .vehicle_box .list .num a {
		width: 30px;
		height: 40px;
	}
	.inquire_vehicle .vehicle_box .list .num span {
		line-height: 38px;
	}
	.inquire_vehicle .vehicle_box .list .num a:before {
		font-size: 14px;
		line-height: 40px;
	}
	.inquire_vehicle .vehicle_box .list .del {
		width: 15%;
	}
	.inquire_vehicle .vehicle_box .list .del a:before {
		font-size: 18px;
	}
}

@media (max-width: 360px) {
	.inquire_vehicle .vehicle_box .lists_title ul li {
		width: 28%;
	}
	.inquire_vehicle .vehicle_box .list .info {
		width: 45%;
	}
	.inquire_vehicle .vehicle_box .list .num {
		width: 42%;
	}
}


/*news*/

.news .lists .page {
	padding-top: 50px;
}

@media (max-width: 991px) {
	.news .lists .page {
		padding-top: 0px;
	}
}


/*news_detail*/

.news_detail {
	padding: 80px 0;
}

.news_detail .title {
	text-align: center;
}

.news_detail .title b {
	display: block;
	font-family: 'OpenSans';
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	color: #3a3939;
}

.news_detail .title p {
	font-family: 'OpenSans-Light';
	font-size: 14px;
	color: #3a3939;
	opacity: .6;
	padding-top: 20px;
}

.news_detail .title p:before {
	display: inline-block;
	font-family: 'iconfont';
	content: '\e613';
	margin-right: 10px;
}

.news_detail .info {
	padding-top: 35px;
}

.news_detail .info p {
	font-family: 'OpenSans-Light';
	font-size: 14px;
	line-height: 30px;
	color: #3a3939;
	text-align: justify;
}

.news_detail .info p img {
	max-width: 100%;
	height: auto !important;
}

.news_detail .news_page {
	padding-top: 50px;
}

.news_detail .news_page .item.prev {
	padding-bottom: 10px;
}

.news_detail .news_page .item a {
	display: block;
	font-size: 12px;
	color: #585858;
	opacity: 0.8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_detail .news_page .item a:hover {
	opacity: 1;
	text-decoration: underline !important;
}

@media (max-width: 991px) {
	.news_detail {
		padding: 50px 0;
	}
	.news_detail .info {
		padding-top: 20px;
	}
	.news_detail .news_page {
		padding-top: 40px;
	}
}

@media (max-width: 767px) {
	.news_detail {
		padding: 40px 0;
	}
	.news_detail .title p {
		padding-top: 15px;
	}
	.news_detail .news_page {
		padding-top: 30px;
	}
}


/*service*/

.service {
	padding: 80px 0;
}

.service .item_first {
	padding-top: 60px;
}

.service .item_first .left {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 180px;
	padding-right: 30px;
}

.service .item .title b {
	display: block;
	font-family: 'OpenSans-Bold';
	font-size: 25px;
	line-height: 24px;
	color: #191919;
}

.service .item .title p {
	font-family: 'OpenSans';
	font-size: 18px;
	line-height: 30px;
	color: #191919;
	padding-top: 10px;
	text-align: justify;
}

.service .item .info {
	padding-top: 20px;
}

.service .item .info p {
	font-family: 'OpenSans-Light';
	font-size: 18px;
	line-height: 30px;
	color: #191919;
}

.service .item_first .right {
	width: 48.937%;
	display: inline-block;
	vertical-align: middle;
}

.service .item_first .right .img-box {
	padding-bottom: 69.56521739130435%;
}

.service .item_second {
	margin-top: -130px;
}

.service .item_second .left {
	width: 42.554%;
	display: inline-block;
	vertical-align: bottom;
}

.service .item_second .right {
	width: 45.5%;
	padding-left: 30px;
	display: inline-block;
	vertical-align: bottom;
}

.service .pic {
	margin: 50px 0;
}

.service .pic .img-box {
	padding-bottom: 18.22916666666667%;
}

.service .item_third .left {
	width: 46.1%;
	display: inline-block;
	vertical-align: top;
}

.service .item_third .left .img-box {
	padding-bottom: 92.30769230769231%;
}

.service .item_third .right {
	width: 48%;
	padding-top: 90px;
	padding-left: 65px;
	display: inline-block;
	vertical-align: top;
}

.service .item_four {
	margin-top: -130px;
}

.service .item_four .left {
	width: 48%;
	display: inline-block;
	vertical-align: bottom;
}

.service .item_four .right {
	width: 48.937%;
	display: inline-block;
	vertical-align: bottom;
	padding-left: 40px;
}

.service .item_four .right .img-box {
	padding-bottom: 69.56521739130435%;
}

@media (max-width: 1469px) {
	.service .item_second {
		margin-top: -60px;
	}
	.service .item_four {
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.service .item_first .left {
		padding-left: 50px;
		padding-right: 30px;
	}
	.service .item_second {
		margin-top: -30px;
	}
	.service .item_third .right {
		padding-top: 15px;
	}
}

@media (max-width: 991px) {
	.service {
		padding: 50px 0;
	}
	.service .item_first .left {
		width: 100%;
		display: block;
		padding: 0;
	}
	.service .item_first .right {
		width: 100%;
		display: block;
		padding-top: 15px;
	}
	.service .item_first {
		padding-top: 20px;
	}
	.service .item_second {
		margin-top: 20px;
	}
	.service .item_second .left,
	.service .item_third .left,
	.service .item_four .left {
		width: 100%;
		display: block;
	}
	.service .item_second .right,
	.service .item_four .right {
		width: 100%;
		display: block;
		padding-left: 0;
		padding-top: 15px;
	}
	.service .pic {
		margin: 25px 0;
	}
	.service .item_third .right {
		width: 100%;
		display: block;
		padding-left: 0;
	}
	.service .item_four {
		margin-top: 25px;
	}
	.service .item .title b {
		font-size: 22px;
	}
	.service .item .info {
		padding-top: 10px;
	}
	.service .item .title p,
	.service .item .info p {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.service {
		padding: 40px 0;
	}
	.service .item_first {
		padding-top: 15px;
	}
}


/*honor_lists*/

.honor_lists {
	padding: 60px 0 80px 0;
}

.honor_lists ul li:first-child .info {
	padding-top: 138px;
}

.honor_lists ul li:first-child .info b {
	display: block;
	font-family: 'Poppins-Bold';
	font-size: 18px;
	font-weight: normal;
	color: #3a3939;
}

.honor_lists ul li:first-child .info p {
	font-size: 16px;
	color: #3a3939;
	/*text-align: justify;*/
}

.honor_lists ul li:first-child .item {
	padding-top: 130px;
}

.honor_lists ul li:first-child .item .img-box {
	padding-bottom: 66.66666666666667%;
}

.honor_lists ul li .item {
	display: block;
	margin-bottom: 30px;
}

.honor_lists ul li .item p {
	font-size: 23px;
	color: #3a3939;
	padding-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.honor_lists ul li .item .img-box {
	padding-bottom: 146.6666666666667%;
}

@media (max-width: 1469px) {
	.honor_lists ul li:first-child .info {
		padding-top: 100px;
	}
	.honor_lists ul li:first-child .item {
		padding-top: 97px;
	}
}

@media (max-width: 1199px) {
	.honor_lists ul li:first-child .info {
		padding-top: 40px;
	}
	.honor_lists ul li:first-child .item {
		padding-top: 56px;
	}
	.honor_lists {
		padding: 50px 0 50px 0;
	}
}

@media (max-width: 767px) {
	.honor_lists {
		padding: 20px 0 40px 0;
	}
	.honor_lists ul li:first-child .info {
		padding-top: 0;
	}
	.honor_lists ul li:first-child .item {
		padding-top: 20px;
	}
	.honor_lists ul li .item {
		margin-bottom: 20px;
	}
	.honor_lists ul li .item p {
		font-size: 20px;
	}
}

.act {
	/*text-decoration: underline !important;*/
}

.product .tab_box img {
	width: 100%;
}

@media (max-width: 767px) {
	.prod_partner {
		display: none;
	}
}


/*bottom_nav*/

.bottom_nav {
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;
	padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
	padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
	padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
	padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
	background-color: #e99800;
}

@media (max-width: 991px) {
	.bottom_nav {
		display: block;
	}
}

.bottom_nav ul {
	text-align: center;
	color: #000;
}

.bottom_nav ul li {
	float: left;
	width: 20%;
	border-right: 1px solid #f3be1f;
	border-left: 1px solid #bf7e1e;
}

.bottom_nav ul li a {
	font-size: 13px;
	display: block;
	padding: 4px 0;
	color: #000000;
}

.bottom_nav ul li a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	display: block;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bottom_nav ul li:first-child {
	border-left: none;
}

.bottom_nav ul li:last-child {
	border-right: none;
}

.bottom_nav ul .bot_wechat {
	position: relative;
}

.bottom_nav ul .bot_wechat .code_img {
	position: absolute;
	z-index: 1;
	bottom: 52px;
	left: 0;
	display: none;
	width: 90px;
	height: 90px;
}

.bottom_nav ul .bot_email>a:before {
	content: '\e624';
}

.bottom_nav ul .bot_tel>a:before {
	content: '\e6c1';
}

.bottom_nav ul .bot_prod>a:before {
	content: '\e617';
}

.bottom_nav ul .bot_whatsapp>a:before {
	content: '\e894';
}

.bottom_nav ul .bot_top>a:before {
	content: '\e622';
}

.fszero {
	display: none !important;
}

.wrap-sitemap {
	padding: 80px 0;
	overflow: hidden;
}

.wrap-sitemap .title_line {
	text-align: left !important;
	width: 100%;
}

.wrap-sitemap .title_line b:before,
.wrap-sitemap .title_line b:after {
	display: none;
}

.wrap-sitemap .list {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.wrap-sitemap {
		padding: 60px 0;
	}
	.wrap-sitemap .list {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.wrap-sitemap {
		padding: 50px 0;
	}
}

@media (max-width: 767px) {
	.wrap-sitemap {
		padding: 40px 0;
	}
}

.wrap-sitemap .list>ul>li:last-child .item {
	margin-bottom: 0;
}

.wrap-sitemap .list>ul>li {
	position: relative;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.wrap-sitemap .list>ul>li {
		margin-bottom: 15px;
	}
}

.wrap-sitemap .list>ul>li>a {
	font-size: 18px;
	font-weight: bold;
	line-height: 2.77777778;
	display: block;
	width: 220px;
	padding: 0 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: left;
	text-transform: uppercase;
	color: #000;
	background-color: #ffc001;
}

@media (max-width: 991px) {
	.wrap-sitemap .list>ul>li>a {
		font-size: 16px;
		line-height: 2.8125;
		width: 200px;
	}
}

@media (max-width: 767px) {
	.wrap-sitemap .list>ul>li>a {
		width: 160px;
	}
}

.wrap-sitemap .list .nav-list2 {
	margin-top: 15px;
	padding: 0 20px;
}

.wrap-sitemap .list .nav-list2>li>a {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	padding: 5px 0;
	padding-left: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-transform: capitalize;
	color: #222;
}

.wrap-sitemap .list .nav-list2>li>a:hover {
	color: #ffc001;
}

@media (max-width: 991px) {
	.wrap-sitemap .list .nav-list2>li>a {
		font-size: 17px;
		position: static;
	}
}

@media (max-width: 767px) {
	.wrap-sitemap .list .nav-list2>li>a {
		font-size: 16px;
	}
}

.product_note {
	margin-top: 20px;
}