@charset "utf-8";

@font-face {font-family: "OpenSans"; src: url("../font/OpenSans-VariableFont_wdth,wght.ttf") format("woff2");}

@font-face {
	font-family: 'Teko-M';
	src: url("../font/Teko-Medium.otf") format("opentype"),
		url("../font/Teko-Medium.svg") format('svg'),
		url("../font/Teko-Medium.eot") format("embedded-opentype"),
		url("../font/Teko-Medium.ttf") format("truetype"),
		url("../font/Teko-Medium.woff") format("woff"),
		url("../font/Teko-Medium.woff2") format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "iconfont";
	/* Project id 4626087 */
	src: url('../font/iconfont.woff2?t=1721718167610') format('woff2'),
		url('../font/iconfont.woff?t=1721718167610') format('woff'),
		url('../font/iconfont.ttf?t=1721718167610') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e6af";
}

.icon-contact:before {
	content: "\e644";
}

.icon-product:before {
	content: "\e7ba";
}

.icon-email-close:before {
	content: "\e641";
}

.icon-email-open:before {
	content: "\ef5e";
}

.icon-mes:before {
	content: "\e610";
}

.icon-address:before {
	content: "\e7e7";
}

.icon-code:before {
	content: "\e600";
}

.icon-tel:before {
	content: "\e603";
}

.icon-skype:before {
	content: "\e87d";
}

.icon-email:before {
	content: "\e628";
}

.icon-whatsapp:before {
	content: "\e8ea";
}

.icon-name:before {
	content: "\e74c";
}

.icon-im:before {
	content: "\e632";
}

.icon-tworight:before {
	content: "\e651";
}

.icon-jiantright:before {
	content: "\e6a9";
}

.icon-jiantleft:before {
	content: "\e61f";
}

/*bootstrop*/
@media screen and (min-width: 1600px) {
	html {
		font-size: 100px;
	}
}

@media screen and (max-width: 1600px) {
	html {
		font-size: 100px;
	}
}

@media screen and (max-width: 1599px) {
	html {
		font-size: 94px;
	}
}

@media screen and (max-width: 1574px) {
	html {
		font-size: 92px;
	}
}

@media screen and (max-width: 1549px) {
	html {
		font-size: 91px;
	}
}

@media screen and (max-width: 1524px) {
	html {
		font-size: 89px;
	}
}

@media screen and (max-width: 1499px) {
	html {
		font-size: 88px;
	}
}

@media screen and (max-width: 1474px) {
	html {
		font-size: 86px;
	}
}

@media screen and (max-width: 1449px) {
	html {
		font-size: 85px;
	}
}

@media screen and (max-width: 1424px) {
	html {
		font-size: 83px;
	}
}

@media screen and (max-width: 1399px) {
	html {
		font-size: 82px;
	}
}

@media screen and (max-width: 1374px) {
	html {
		font-size: 80px;
	}
}

@media screen and (max-width: 1349px) {
	html {
		font-size: 79px;
	}
}

@media screen and (max-width: 1324px) {
	html {
		font-size: 77px;
	}
}

@media screen and (max-width: 1299px) {
	html {
		font-size: 76px;
	}
}

@media screen and (max-width: 1274px) {
	html {
		font-size: 74px;
	}
}

@media screen and (max-width: 1249px) {
	html {
		font-size: 73px;
	}
}

@media screen and (max-width: 1224px) {
	html {
		font-size: 72px;
	}
}

@media screen and (max-width: 1199px) {
	html {
		font-size: 70px;
	}
}

@media screen and (max-width: 1174px) {
	html {
		font-size: 69px;
	}
}

@media screen and (max-width: 1149px) {
	html {
		font-size: 67px;
	}
}

@media screen and (max-width: 1124px) {
	html {
		font-size: 66px;
	}
}

@media screen and (max-width: 1099px) {
	html {
		font-size: 64px;
	}
}

@media screen and (max-width: 1074px) {
	html {
		font-size: 63px;
	}
}

@media screen and (max-width: 1049px) {
	html {
		font-size: 61px;
	}
}

@media screen and (max-width: 1024px) {
	html {
		font-size: 60px;
	}
}

@media screen and (max-width: 992px) {
	html {
		font-size: 70px;
	}
}

@media screen and (max-width: 769px) {
	html {
		font-size: 80px;
	}
}


/* .row { margin-right: -0.15rem; margin-left: -0.15rem;} */
.input-group {
	display: table;
	position: relative;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	border: none;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

.container {
	width: 100%;
	max-width: 15.5rem;
	margin: 0 auto;
}

@media screen and (max-width: 1580px) {

	.container {
		padding-left: 4% !important;
		padding-right: 4% !important;
		max-width: 100% !important;
	}

	.header-wrap,
	.nav_section {
		width: 100%;
		max-width: 100% !important;
	}
}

@media screen and (max-width: 992px) {

	.container {
		padding-left: 0.3rem !important;
		padding-right: 0.3rem !important;
		max-width: 100% !important;
	}
}

@media screen and (max-width: 769px) {

	.container,.nav_section {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 0.15rem;
	padding-left: 0.15rem;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

@media screen and (min-width: 768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}
}

@media screen and (min-width:992px) {
	.col-md-3 {
		width: 25%;
	}
}

/* BODY */
* {
	outline: none !important;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'OpenSans';
	color: rgba(25,27,38,.64);
	overflow-x: hidden;
	line-height: 1.7;
	font-size: 16px;
	font-weight: 500;
	background: #131313;
}

@media screen and (max-width: 1400px) {
	body {
		font-size: 16px;
	}
}

@media screen and (max-width: 1200px) {
	body {
		font-size: 15px;
	}
}

strong,
b {
	font-weight: bold;
	color: #000;
}

/*reset*/
body,
ul,
img,
p,
input,
dl,
dd,
tr,
th,
td {
	margin: 0;
	padding: 0;
	min-height: 1px;
}

*,
::after,
::before {
	box-sizing: border-box;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	line-height: 0;
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

.page ul {
	padding-left: 16px;
}

table td {
	padding: 5px;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.table-responsive ul li {
	list-style-position: inside !important;
}

.table-responsive td {
	padding-left: 8px
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.cform-item__wrap {
	display: flex;
	align-items: center;
	font-size: 12px;
}

.cform-item__wrap input {
	width: 96px !important;
	padding: 0 5px !important;
}

.cform-item__wrap img {
	height: auto;
	display: inline-block;
	margin: 0 5px !important;
	max-width: 100px;
}

#powerby,
#powerby a {
	display: inline-block;
	color: #c9c9c9;
	font-size: 13px
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.tl {
	text-align: left !important;
}

.tc {
	text-align: center !important;
}

iframe,
video {
	max-width: 100%;
}

.hidden {
	display: none !important;
}

.hidden_web {
	display: none;
}

@media screen and (max-width:992px) {
	.hidden_mob {
		display: none !important;
	}

	.hidden_web {
		display: block !important;
	}
}

@media screen and (max-width:768px) {
	/* iframe{ height: auto;} */
}


img {
	max-width: 100%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	height: auto;
}

label,
button,
a {
	cursor: pointer;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

a:focus,
input:focus,
p:focus,
div:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img[src=""],
img:not([src]) {
	opacity: 0;
}

font {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	text-transform: inherit;
}

/*用来解决在安卓上的点击出现蓝框问题*/
body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* LINKS */
a {
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	text-decoration: none;
	color:  rgba(25,27,38,.64);
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline-style: none;
	-moz-outline-style: none;
	text-decoration: none;
}

/* GOOGLE MAPS */
.google-maps {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 999;
	background: #fff;
}

.google-maps iframe {
	max-width: 100%;
	border: none;
}

/*inquiry*/
.inquiry .p {
	margin-bottom: 20px;
	color: rgba(25,27,38,.64);
	line-height: 22px;
}

.inquiry ul {
	list-style: none;
	margin: 0px -10px;
}

.inquiry ul li {
	padding: 0 10px;
	margin-bottom: 10px;
}

.inquiry ul li span:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-position: center center;
}

.inquiry ul li span:before {
	content: '';
	position: absolute;
	right: 18px;
	top: 0;
	width: 28px;
	height: 100%;
	display: inline-block;
	background-repeat: no-repeat;
}

.inquiry ul li span.ms_e:before {
	background-image: url("data:image/svg+xml,%3Csvg t='1663667324824' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='7187' width='22' height='22'%3E%3Cpath d='M914.691674 123.697006H109.30935c-47.583643 0-86.289099 38.70648-86.2891 86.290123v603.998113c0 47.583643 38.705456 86.317752 86.2891 86.317752h805.382324c47.58262 0 86.288076-38.734109 86.288076-86.317752V209.987129c0-47.58262-38.705456-86.290123-86.288076-86.290123z m-15.169461 57.497414l-387.51505 335.861726-387.530399-335.861726h775.045449z m15.169461 661.581484H109.30935c-11.670784 0-21.62958-7.049542-26.138258-17.050293l274.221977-219.374921-35.955838-44.913843-240.893984 192.718871V219.283847l431.462893 373.892825L943.454707 219.283847v534.871871l-240.891938-192.718871-35.955838 44.913843L940.812535 825.724587c-4.491282 10.001775-14.49408 17.051317-26.120861 17.051317z' p-id='7188' fill='%23d5d5d5'%3E%3C/path%3E%3C/svg%3E");
}

.inquiry ul li span.ms_p:before {
	background-image: url("data:image/svg+xml,%3Csvg t='1663667419565' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='8334' width='22' height='22'%3E%3Cpath d='M752 944C380.8 944 80 643.2 80 272c0-105.6 86.4-192 192-192s192 86.4 192 192c0 81.6-49.6 150.4-123.2 179.2 44.8 102.4 128 187.2 232 232C601.6 609.6 670.4 560 752 560c105.6 0 192 86.4 192 192s-86.4 192-192 192zM272 144c-70.4 0-128 57.6-128 128 0 336 272 608 608 608 70.4 0 128-57.6 128-128s-57.6-128-128-128c-62.4 0-115.2 44.8-126.4 107.2-1.6 9.6-6.4 17.6-16 22.4-8 4.8-17.6 6.4-27.2 3.2C436.8 704 320 587.2 268.8 440c-3.2-9.6-1.6-19.2 3.2-27.2 4.8-8 12.8-14.4 22.4-16 62.4-9.6 107.2-64 107.2-126.4C400 201.6 342.4 144 272 144z' p-id='8335' fill='%23d5d5d5'%3E%3C/path%3E%3C/svg%3E");
}

.inquiry ul li span.ms_m:before {
	background-image: url("data:image/svg+xml,%3Csvg t='1663667534152' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='9305' width='24' height='24'%3E%3Cpath d='M832.161 351.79c-17.673 0-32 14.327-32 32v479.85H224.037V223.784h414.605c17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32H192.037c-17.673 0-32 14.327-32 32V895.64c0 17.673 14.327 32 32 32h640.124c17.673 0 32-14.327 32-32V383.79c0-17.673-14.327-32-32-32z' fill='%23d5d5d5' p-id='9306'%3E%3C/path%3E%3Cpath d='M485.612 534.222c6.249 6.248 14.438 9.372 22.627 9.372s16.379-3.124 22.627-9.372l321.407-321.406c12.496-12.497 12.496-32.758 0-45.255-12.498-12.497-32.759-12.497-45.255 0L485.612 488.967c-12.497 12.496-12.497 32.758 0 45.255zM736 627c0-17.673-14.327-32-32-32H322c-17.673 0-32 14.327-32 32s14.327 32 32 32h382c17.673 0 32-14.327 32-32zM322 725c-17.673 0-32 14.327-32 32s14.327 32 32 32h251c17.673 0 32-14.327 32-32s-14.327-32-32-32H322z' fill='%23d5d5d5' p-id='9307'%3E%3C/path%3E%3C/svg%3E");
	background-position: center 10px;
}

.inquiry ul li span.ms_n:before {
	background-image: url("data:image/svg+xml,%3Csvg t='1716860720671' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='1461' width='22' height='22'%3E%3Cpath d='M511.88622222 598.016c-76.8 0-148.93511111-29.92355555-203.20711111-84.19555555-54.272-54.272-84.19555555-126.40711111-84.19555556-203.20711112s29.92355555-148.93511111 84.19555556-203.20711111 126.40711111-84.19555555 203.20711111-84.19555555 148.93511111 29.92355555 203.20711111 84.19555555c54.272 54.272 84.19555555 126.40711111 84.19555556 203.20711111s-29.92355555 148.93511111-84.19555556 203.20711112c-54.272 54.272-126.52088889 84.19555555-203.20711111 84.19555555z m0-501.87377778c-118.32888889 0-214.47111111 96.256-214.47111111 214.47111111 0 118.32888889 96.256 214.47111111 214.47111111 214.47111112 118.32888889 0 214.47111111-96.256 214.47111111-214.47111112s-96.256-214.47111111-214.47111111-214.47111111z' p-id='1462' fill='%23d5d5d5'%3E%3C/path%3E%3Cpath d='M909.76711111 997.376H114.00533333c-9.67111111 0-18.88711111-3.86844445-25.71377778-10.69511111s-10.69511111-16.04266667-10.6951111-25.71377778c0-58.59555555 11.49155555-115.48444445 34.2471111-168.96 21.84533333-51.65511111 53.248-98.07644445 93.07022223-138.01244444 39.82222222-39.82222222 86.35733333-71.11111111 138.01244444-93.07022222 53.58933333-22.64177778 110.36444445-34.13333333 169.07377778-34.13333334s115.48444445 11.49155555 169.07377778 34.13333334c51.65511111 21.84533333 98.19022222 53.13422222 138.01244444 93.07022222 39.82222222 39.82222222 71.22488889 86.24355555 93.07022223 138.01244444 22.64177778 53.58933333 34.13333333 110.36444445 34.2471111 168.96 0 9.67111111-3.86844445 18.88711111-10.6951111 25.71377778-7.05422222 6.82666667-16.27022222 10.69511111-25.94133334 10.69511111z m-757.53244444-72.81777778H871.53777778c-8.30577778-82.71644445-44.48711111-159.51644445-104.10666667-219.02222222-68.26666667-68.26666667-159.06133333-105.81333333-255.54488889-105.81333333-96.48355555 0-187.27822222 37.54666667-255.54488889 105.81333333-59.61955555 59.50577778-95.91466667 136.192-104.10666666 219.02222222z' p-id='1463' fill='%23d5d5d5'%3E%3C/path%3E%3C/svg%3E");
}

.inquiry ul li span.ms_c:before {
	background-image: url("data:image/svg+xml,%3Csvg t='1716861066787' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='1536' width='22' height='22'%3E%3Cpath d='M438.857143 146.285714c0-43.885714-29.257143-73.142857-73.142857-73.142857H146.285714c-43.885714 0-73.142857 29.257143-73.142857 73.142857v731.428572c0 43.885714 29.257143 73.142857 73.142857 73.142857h292.571429V146.285714zM146.285714 0h219.428572c80.457143 0 146.285714 65.828571 146.285714 146.285714v877.714286H146.285714c-80.457143 0-146.285714-65.828571-146.285714-146.285714V146.285714C0 65.828571 65.828571 0 146.285714 0z m36.571429 219.428571h146.285714c21.942857 0 36.571429 14.628571 36.571429 36.571429s-14.628571 36.571429-36.571429 36.571429h-146.285714c-21.942857 0-36.571429-14.628571-36.571429-36.571429s14.628571-36.571429 36.571429-36.571429z m0 219.428572h146.285714c21.942857 0 36.571429 14.628571 36.571429 36.571428s-14.628571 36.571429-36.571429 36.571429h-146.285714c-21.942857 0-36.571429-14.628571-36.571429-36.571429s14.628571-36.571429 36.571429-36.571428z m0 219.428571h146.285714c21.942857 0 36.571429 14.628571 36.571429 36.571429s-14.628571 36.571429-36.571429 36.571428h-146.285714c-21.942857 0-36.571429-14.628571-36.571429-36.571428s14.628571-36.571429 36.571429-36.571429z m512-219.428571c21.942857 0 36.571429 14.628571 36.571428 36.571428v73.142858c0 21.942857-14.628571 36.571429-36.571428 36.571428S658.285714 570.514286 658.285714 548.571429v-73.142858c0-21.942857 14.628571-36.571429 36.571429-36.571428z m0 219.428571c21.942857 0 36.571429 14.628571 36.571428 36.571429v73.142857c0 21.942857-14.628571 36.571429-36.571428 36.571429s-36.571429-14.628571-36.571429-36.571429v-73.142857c0-21.942857 14.628571-36.571429 36.571429-36.571429zM512 950.857143h365.714286V438.857143c0-43.885714-29.257143-73.142857-73.142857-73.142857H512v585.142857zM438.857143 292.571429h365.714286c80.457143 0 146.285714 65.828571 146.285714 146.285714v585.142857H438.857143V292.571429z' p-id='1537' fill='%23d5d5d5'%3E%3C/path%3E%3C/svg%3E");
}


.inquiry ul li input {
	background: rgba(255, 255, 255, .01);
	height: 40px;
	width: 100%;
	line-height: 45px;
	padding-right: 45px;
	color: #999;
	border: 1px solid #e7e7e7;
	border-radius: 0;
	padding-left: 10px;
	font-size: 14px;
	border-radius: 0;
}

.inquiry ul li textarea {
	height: 1.15rem;
	background: rgba(255, 255, 255, .01);
	width: 100%;
	max-width: 100%;
	max-height: 215px;
	padding: 8px 45px 10px 10px;
	color: #999;
	border: none;
	border-radius: 0;
	line-height: 20px;
	font-size: 14px;
	border-radius: 0;
}

.inquiry ul li input:focus,
.inquiry ul li textarea:focus {
	color: #999;
	border-color: #999;
}

.inquiry ul li input:-ms-input-placeholder {
	color: #999;
}

/* OpenSansnet Explorer 10+ */
.inquiry ul li input::-webkit-input-placeholder {
	color: #999;
}

/* WebKit browsers */
.inquiry ul li input::-moz-placeholder {
	color: #999;
}

/* Mozilla Firefox 4 to 18 */
.inquiry ul li input:-moz-placeholder {
	color: #999;
}

/* Mozilla Firefox 19+ */
.inquiry ul li textarea:-ms-input-placeholder {
	color: #999;
}

/* OpenSansnet Explorer 10+ */
.inquiry ul li textarea::-webkit-input-placeholder {
	color: #999;
}

/* WebKit browsers */
.inquiry ul li textarea::-moz-placeholder {
	color: #999;
}

/* Mozilla Firefox 4 to 18 */
.inquiry ul li textarea:-moz-placeholder {
	color: #999;
}

/* Mozilla Firefox 19+ */
.inquiry ul li input,
.inquiry ul li textarea {
	border: none;
	box-shadow: 0 0 4px 0px rgb(255 255 255 / 10%) inset;
	border: 1px solid rgba(0, 0, 0, .1);
}

.inquiry ul li input:focus,
.inquiry ul li textarea:focus {
	border: 1px solid #ec722f;
	background-color: #fff;
}

.inquiry select {
	width: 100%;
	height: 40px;
	border: none;
	border: 1px solid #d7d7dc;
	background: rgba(255, 255, 255, .1);
	padding-left: 15px;
	color: #999;
	font-size: 14px;
	14px
}

.inquiry .select {
	margin: 0;
}

.inquiry .select:after {
	content: "\f0d7";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0.3rem;
	color: #888;
	top: 0.18rem;
	z-index: 99;
}

.inquiry .subject_title {
	background: #f7f7f7;
	min-height: 0.5rem;
	padding: 0.15rem;
}

.inquiry .subject_title a {
	font-family: 'OpenSans';
	color: #888;
	text-decoration: underline;
}

.inquiry .subject_title span {
	font-size: 0.14rem;
	color: #444;
	margin-right: 0.1rem;
}

.inquiry .subject_title a:hover {
	color: #ec722f;
}

.inquiry ul li .yanz-m {
	position: relative;
	overflow: hidden;
}

.inquiry ul li .yan-bt {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100px;
	height: 40px;
	display: block;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, .1);
}


.ms_btn {
	font-family: "OpenSans";
	border-radius: 0;
	flex-shrink: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all 0.4s ease;
	z-index: 9;
	overflow: hidden;
	padding: 0 0.3rem;
	line-height: 40px;
	color: #fff;
	font-size: .16rem;
	position: relative;
	overflow: hidden;
	text-transform: capitalize;
	background: #ec722f;
	border-radius: 0;
	font-weight: 400;
	padding-top: 2px;
	padding-right: 42px;
}

.ms_btn input {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: none;
	border: none;
	z-index: 2;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
}

.ms_btn:before {
	content: ' ';
	position: absolute;
	background: rgba(255, 255, 255, 0.3);
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.ms_btn:hover:before {
	width: 100%;
}

/* .ms_btn:hover{ background: #121212;} */
.ms_btn:after {
	position: absolute;
	right: 20px;
	top: 0;
	height: 100%;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg t='1687242759528' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='3123' width='20' height='20'%3E%3Cpath d='M915.515273 142.819385 98.213046 458.199122c-46.058539 17.772838-44.90475 43.601756 2.348455 57.622994l197.477685 58.594874 80.292024 238.91085c10.51184 31.277988 37.972822 37.873693 61.462483 14.603752l103.584447-102.611545 204.475018 149.840224c26.565749 19.467242 53.878547 9.222132 61.049613-23.090076l149.210699-672.34491C965.264096 147.505054 946.218922 130.971848 915.515273 142.819385zM791.141174 294.834331l-348.61988 310.610267c-6.268679 5.58499-11.941557 16.652774-12.812263 24.846818l-15.390659 144.697741c-1.728128 16.24808-7.330491 16.918483-12.497501 1.344894l-67.457277-203.338603c-2.638691-7.954906 0.975968-17.705389 8.022355-21.931178l442.114555-265.181253C812.67481 268.984974 815.674251 272.975713 791.141174 294.834331z' p-id='3124' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	content: '';
	line-height: 20px;
	width: 18px;
	opacity: 0;
}

.ms_btn:after {
	opacity: 1;
}

/* .inquiry select{
  	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;
  	background: url(../images/faq_icon1.png) no-repeat scroll right center transparent; 
  	background-size:12px;
}
.inquiry select:-ms-expand { display: none; } */

/*num*/
.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car,
.odometer.odometer-theme-car .odometer-digit {
	-moz-box-orient: vertical;
	display: inline-block;
	/* vertical-align: middle; */
	position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	left: 0
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
	display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
	position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
	padding: 0 2px;
}

/*nav*/
.main-menu ul li {
	list-style: none;
	margin: 0;
}

.main-menu ul li a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

@media screen and (min-width:992px) {
	.pro-nav {
		display: none !important;
	}

	.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.main-menu li {
		position: relative;
		list-style: none
	}

	.main-menu li a {
		display: block;
		-webkit-transition: all 300ms linear 0ms !important;
		-khtml-transition: all 300ms linear 0ms !important;
		-moz-transition: all 300ms linear 0ms !important;
		-ms-transition: all 300ms linear 0ms !important;
		-o-transition: all 300ms linear 0ms !important;
		transition: all 300ms linear 0ms !important;
	}

	.main-menu li .menu-toggle {
		display: none
	}

	.main-menu>li {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		text-align: left;
		margin-right: 1.2rem;
	}

	.main-menu>li:first-child {
		padding-left: 0;
	}

	.main-menu>li:last-child {
		padding-right: 0;
		margin-right: .6rem;
	}

	.main-menu>li>a {
		position: relative;
	}

	.main-menu>li.active>a,
	.main-menu>li:hover>a {
		color: #ec722f;
		border-bottom: 3px solid #ec722f;
	}

	/* .main-menu>li>a:before{
		content: "";
		width: 10px;
		height: 10px;
		border-radius:50%;
		background: #ec722f;
		position: absolute;
		top:15px;left:-3px;
		opacity: 0;
		z-index: -1;
	}
	.main-menu>li.active>a:before, .main-menu>li:hover>a:before{ opacity: 1;} */
	.main-menu>li.menu-children>a:after,
	.main-menu>li.page_item_has_children>a:after {
		content: "\f107";
		font-family: FontAwesome;
		margin-left: 4px;
		display: inline-block;
		font-size: .16rem;
	}

	.main-menu .sub-menu,
	.main-menu .children {
		position: absolute;
		background: #fff;
		padding: 10px 0 0 0;
		top: 100%;
		left: 0;
		margin-top: 0;
		margin-bottom: 0;
		min-width: 240px;
		z-index: 99;
		visibility: hidden;
		opacity: 1;
		-webkit-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
		-khtml-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
		-moz-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
		-ms-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
		-o-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
		box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		-webkit-transform: scaleY(0);
		-khtml-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		transform: scaleY(0);
		transform-origin: 0 0 0;
		-webkit-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		box-shadow: rgba(0, 0, 0, 0.2);
		border-radius: 0;
		font-size: 14px;
	}
	.sub-menu .nav_li {max-height: 600px;overflow-y: auto;}
	.sub-menu .nav_li::-webkit-scrollbar {
	/*滚动条整体样式*/
	width:4px;/*高宽分别对应横竖滚动条的尺寸*/height: 1px;
	}
	.sub-menu .nav_li::-webkit-scrollbar-thumb{/*滚动条里面小方块*/
	background: #999;
	}
	.sub-menu .nav_li::-webkit-scrollbar-track{
	/*滚动条里面轨道*/
	background: #ededed;
	}
	.main-menu .sub-menu li,
	.main-menu .children li {
		padding: 0 8px;
	}

	.main-menu .sub-menu li a,
	.main-menu .children li a {
		color: #171717;
		font-size: 16px;
		line-height: normal;
		padding: 12px 20px 12px 5px;
		position: relative;
		text-transform: capitalize;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #eee;
	}

	/* .main-menu .sub-menu li a img, .main-menu .children li a img {padding: 10px;} */
	.main-menu .sub-menu li>a:hover,
	.main-menu .children li a:hover {
		color: #ec722f;
	}

	.main-menu .sub-menu li.menu-children>a:after,
	.main-menu .children li.menu-children>a:after,
	.main-menu .sub-menu li.page_item_has_children>a:after,
	.main-menu .children li.page_item_has_children>a:after {
		content: "\f105";
		font-family: "FontAwesome";
		position: absolute;
		right: 6px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-khtml-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		font-size: 12px;
		color: #aaa;
	}

	.main-menu .sub-menu .sub-menu,
	.main-menu .children .sub-menu,
	.main-menu .sub-menu .children,
	.main-menu .children .children {
		top: -10px;
		left: 100%;
	}

	.main-menu li:hover,
	.main-menu li.focus {
		overflow: visible
	}

	.main-menu li:hover>.sub-menu,
	.main-menu li.focus>.sub-menu,
	.main-menu li:hover>.children,
	.main-menu li.focus>.children {
		visibility: visible;
		opacity: 1;
		clip: inherit;
		-webkit-transform: scaleY(1);
		-khtml-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
	}

	.main-menu li.megamenu {
		position: static
	}

	.main-menu li.megamenu .sub-menu,
	.main-menu li.megamenu .children {
		width: 100%;
		max-width: 1400px;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		left: 0 !important;
		right: 0 !important;
		top: 89% !important;
	}

	.megamenu .sub-menu .nav_li {
		padding-bottom: 0.2rem;
		padding-top: 0.2rem;
		display: flex;
		flex-wrap: wrap;
	}

	.megamenu .sub-menu .nav_li .img {
		max-width: 1.6rem;
		overflow: hidden;
	}

	.megamenu .sub-menu .nav_li .pro-img {
		width: 50%;
		margin-bottom: .2rem;
	}

	.megamenu .sub-menu .nav_li .title {
		display: block;
		font-size: 16px;
		line-height: 0.2rem;
		padding: 0px;
		color: #000;
		margin-bottom: 0.15rem;
		font-weight: 600;
		border-bottom: 1px solid #d6d6d6;
		padding-bottom: 15px;
	}

	.megamenu .sub-menu .nav_li .title img {
		width: 20%;
		margin-right: .15rem;
	}

	.megamenu .sub-menu .nav_li>li {
		padding: 0px 15px;
		margin-bottom: 0.15rem;
		width: 20%;
	}

	.megamenu .sub-menu .nav_li>li:nth-child(5n+1) {
		clear: both;
	}

	.megamenu .sub-menu .nav_li .title span {
		display: block;
		margin-bottom: .15rem;
	}

	.megamenu .sub-menu .nav_li .title span i {
		display: inline-block;
		width: .33rem;
		height: .33rem;
		border: 1px solid #ec722f;
		font-family: "OpenSans";
		font-size: .16rem;
		text-align: center;
		line-height: .33rem;
		color: #ec722f;
		font-style: normal;
		margin-right: .09rem;
	}

	.megamenu .sub-menu .nav_li>li:last-child {
		border-right: none;
	}

	.megamenu .sub-menu .nav_li>li>ul {
		top: 0 !important;
	}

	.megamenu .sub-menu .nav_li>li>a {
		color: #666;
		border-bottom: none;
	}

	.megamenu .sub-menu .nav_li>li .nav-img a {
		border-bottom: none;
	}

	.megamenu .sub-menu .nav_li>li>ul>li>a {
		color: #666;
		width: 100%;
		display: block;
		padding-left: 0px;
		font-size: 15px;
		padding: 12px 0 12px 12px;
		position: relative;
	}

	.megamenu .sub-menu .nav_li>li>ul>li>a::before {
		content: "«";
		font-size: 18px;
		display: block;
		width: 4px;
		height: 4px;
		position: absolute;
		left: 0;
		top: 8px;
	}

	.megamenu .sub-menu .nav_li a:hover {
		color: #ec722f;
	}

	.megamenu .sub-menu .nav_li a:hover::before {
		background: #ec722f;
	}

	.megamenu>.sub-menu>li .img img {
		width: 100%;
	}

	.megamenu .sub-menu ul {
		position: inherit;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		height: 100%;
		padding: 0px;
	}

	.megamenu .sub-menu ul li,
	.megamenu .sub-menu ul {
		opacity: 1;
		clip: inherit;
		-webkit-transform: scaleY(1);
		-khtml-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
		padding: 0;
	}

	.megamenu .sub-menu ul.sub-menu,
	.main-menu li.focus>.sub-menu,
	.main-menu li>.children,
	.main-menu li.focus>.children {
		visibility: visible;
		opacity: 1;
		clip: inherit;
		-webkit-transform: scaleY(1);
		-khtml-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
		box-shadow: none;
		background: none;
	}

	.main-menu .megamenu a:after {
		display: none;
	}

	.main-menu ul li .icon {
		max-width: 100px;
	}
}


@media screen and (max-width:992px) {

	.megamenu>.sub-menu>li.img,
	.megamenu .sub-menu .nav_li .pro-img,
	.megamenu .sub-menu .nav_li .title span,
	.megamenu .sub-menu .nav_li>li .nav-img {
		display: none;
	}

	.header-navigation {
		position: absolute;
		height: 100vh;
		width: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		margin: 0 !important;
		overflow: hidden;
		visibility: hidden;
		z-index: 9999999
	}

	.header-navigation .main-navigation {
		overflow: hidden;
		width: 100%;
		background: #131313;
		padding: 0;
		position: fixed;
		z-index: 9999999;
		top: 0;
		height: 100vh;
		left: 0;
		right: 0;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		-webkit-transform: translateY(-100%);
		-khtml-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		-khtml-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		-moz-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		-ms-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		-o-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		box-shadow: 0 0 12px rgba(0, 0, 0, .22)
	}

	.header-navigation.navigation-open {
		z-index: 9999999;
		visibility: visible
	}

	.header-navigation.navigation-open .main-navigation {
		-webkit-transform: translateY(0%);
		-khtml-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}

	.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		background: rgba(255,255,255,.05);
		box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 15%);
	}

	.main-menu .sub-menu ul {
		background: rgba(255,255,255,.02);
		padding: 10px;
	}

	.main-menu li {
		display: block;
		position: relative;
		list-style: none;
		margin: 0 !important;
		padding: 0 !important;
	}

	.main-menu>li>a {
		padding: 0 !important;
		margin: 0 !important;
		border-left: none !important;
	}

	.main-menu li a {
		font-family: "OpenSans";
		display: block;
		padding: 0;
		line-height: 50px;
		text-transform: capitalize;
		color: rgba(255,255,255,.8) !important;
		font-size: 16px !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		margin: 0;
		line-height: 20px !important;
		padding: 15px !important;
		border-bottom: 1px solid rgba(255,255,255,.08)!important;
	}

	.main-menu>li.active>a,
	.main-menu>li:hover>a {
		background: none;
	}

	.main-menu li .img {
		display: none !important;
	}

	.main-menu>li>a.onepage-active,
	.main-menu>li>a:hover,
	.main-menu>li>a.current,
	.main-menu>li.current_page_item>a,
	.main-menu>li.current-menu-item>a,
	.main-menu>li.current_page_ancestor>a,
	.main-menu>li.current-menu-ancestor>a {
		color: #ec722f
	}

	.main-menu li .icon {
		display: none;
	}

	.main-menu>li>.sub-menu {
		border-bottom: 1px solid rgba(255, 255, 255,.03);
		padding-left: 15px;
		background: rgba(255,255,255,.03);
	}

	.main-menu .sub-menu,
	.main-menu .children {
		position: relative;
		display: none
	}

	.main-menu .sub-menu li a,
	.main-menu .children li a {
		padding: 10px 24px 10px 6px !important;
		line-height: 20px !important;
		font-size: 15px !important;
		border: none
	}

	.main-menu .sub-menu li>a:hover,
	.main-menu .children li>a:hover,
	.main-menu .sub-menu li>a.current,
	.main-menu .children li>a.current,
	.main-menu .sub-menu li.current_page_item>a,
	.main-menu .children li.current_page_item>a,
	.main-menu .sub-menu li.current-menu-item>a,
	.main-menu .children li.current-menu-item>a,
	.main-menu .sub-menu li.current_page_ancestor>a,
	.main-menu .children li.current_page_ancestor>a,
	.main-menu .sub-menu li.current-menu-ancestor>a,
	.main-menu .children li.current-menu-ancestor>a {
		color: #ec722f
	}

	.main-menu .sub-menu li .menu-toggle,
	.main-menu .children li .menu-toggle {
		top: 2px
	}

	.main-menu .sub-menu .sub-menu li a,
	.main-menu .children .sub-menu li a {
		padding: 0 0 0 20px;
		color: #aaa !important;
	}

	.main-menu .sub-menu .sub-menu li .sub-menu li a,
	.main-menu .children .sub-menu li .sub-menu li a {
		padding: 0 0 0 30px
	}

	.main-menu li.focus>.sub-menu,
	.main-menu li.focus>.children {
		visibility: visible;
		opacity: 1;
		max-height: none;
		overflow: visible
	}

	.header-navigation .main-navigation .main-navigation-inner {
		height: 100%;
		overflow-y: scroll;
		padding: 0 30px 20px 20px;
		margin-right: -10px
	}

	.menu-toggle {
		position: absolute;
		top: 10px;
		height: 30px;
		right: 6px;
		/* border: 1px solid rgba(255, 255, 255, 0.2); */
		width: 30px;
		cursor: pointer;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		font-family: FontAwesome;
		font-size: 20px;
		color: #fff;
	}

	.menu-toggle:before {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-khtml-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms
	}

	.menu-toggle.toggle-open:before {content: '\f106'}

	#menu-mobile {
		width: 100%;
		height: 50px;
		display: flex !important;
		justify-content: flex-end;
		justify-content: center;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99999999;
		background: #131313;
		transition: 0.5s all;
		align-items: center;
	}

	#menu-mobile .btn-nav-mobile {
		color: #ec722f;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		z-index: 8888888;
		height: 16px;
		position: absolute;
		width: 100%;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
	}

	#menu-mobile .btn-nav-mobile:before,
	#menu-mobile .btn-nav-mobile:after,
	#menu-mobile .btn-nav-mobile span {
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		content: "";
		background-color: #ec722f;
		display: block;
		height: 2px;
		margin: auto;
		position: absolute;
		left: 15px;
		width: 0.26rem;
		top: 5px;
	}

	#menu-mobile .btn-nav-mobile:before {
		top: 0
	}

	#menu-mobile .btn-nav-mobile span {
		bottom: -1px;
	}

	#menu-mobile .btn-nav-mobile.opened:before {
		top: 8px;
		background: #ec722f;
		-webkit-transform: rotate(45deg);
		-khtml-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	#menu-mobile .btn-nav-mobile.opened:after {
		-webkit-transform: rotate(-45deg);
		-khtml-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 8px;
		background: #ec722f;
	}

	#menu-mobile .btn-nav-mobile.opened span {
		display: none
	}

	li.megamenu .container {
		padding: 0
	}

	li.megamenu .container .elementor-column-wrap {
		padding: 0 !important
	}

	li.megamenu .elementor-row {
		display: block
	}

	li.megamenu .elementor-row>.elementor-element {
		width: 100% !important
	}

	li.megamenu .elementor-element-populated {
		padding: 0 !important
	}


	.nav_con {
		margin-top: 60px;
		display: flex;
		color: #fff;
		line-height: 30px;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.nav_con a {
		color: #fff;
		line-height: 36px;
	}

	.nav_con .email_btn {
		display: inline-block;
		border-radius: 5px;
		background: #ec722f;
		color: #fff;
		line-height: 36px;
		padding: 0 10px;
		float: right;
		font-weight: 400;
	}
}

.header-navigation.navigation-open .nav_overly {
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

@media screen and (max-width:300px) {
	.header-navigation .main-navigation {
		width: 100%;
	}

	#menu-mobile .btn-nav-mobile.opened:before,
	#menu-mobile .btn-nav-mobile.opened:after {
		background: #333;
	}
}

/*language*/
.iso-img a {
	margin-left: .15rem;
}

.language {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.language p {
	position: relative;
	z-index: 5;
	transition: 0.6s all;
	line-height: 30px;
	background-size: auto 100%;
	font-size: .18rem;
	text-align: center;
	position: relative;
	color: #999999;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.language p:hover {
	color: #fff;
}

.language p span {
	display: block;
}

.language p i {
	color: rgba(255, 255, 255, .5);
	margin-left: .07rem;
	font-size: .18rem;
}

.language p img {
	overflow: hidden;
	display: block;
	margin: .1rem .1rem .1rem 0;
}

.language .language_ul {
	width: 145px;
	border-radius: 3px;
	position: absolute;
	box-shadow: 1px 1px 10px 0 #ccc;
	top: 80%;
	right: -100px;
	background: #fff;
	-webkit-transition: margin .5s ease-in-out;
	-moz-transition: margin .5s ease-in-out;
	margin-top: 50px;
	opacity: 0;
	z-index: -2;
	transition: 0.5s all;
}

.language:hover {
	overflow: inherit;
}

.language:hover .language_ul {
	margin-top: 5px;
	-webkit-transition: margin .3s ease-in-out;
	-moz-transition: margin .3s ease-in-out;
	opacity: 1;
	z-index: 9999999999;
}

.language .language_ul:after {
	position: absolute;
	top: -5px;
	left: 15px;
	width: 0;
	height: 0;
	content: '';
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 5px solid #fff;
}

.language ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding: 6px;
	position: relative;
}

.language ul li.active:after {
	content: "\f00c";
	font-family: 'FontAwesome';
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 14px;
	color: #ec722f;
}

.language ul li:hover {
	background: #f7f7f7;
}

.language ul li img {
	margin-right: 6px;
	float: left;
}

.language ul li a {
	line-height: 22px;
	padding: 5px;
	display: flex;
	align-items: center;
	color: #444;
	font-size: 14px;
	font-weight: 500;
}

.mob_language,
.mob_sns.shemei-top {
	display: none;
}

@media screen and (max-width:992px) {
	.pro-nav {
		display: block !important;
	}

	.mob_language,
	.mob_sns,
	.yuyan-search {
		display: block;
	}

	.mob_logo {
		position: relative;
		z-index: 8888889;
	}

	.mob_logo a {
		display: block;
	}

	.mob_logo img {
		max-height: 25px;
	}

	.mob_language {
		margin-top: 0.3rem;
	}

	.mob_language p,
	.mob_sns p {
		font-family: "OpenSans";
		font-size: 18px;
		color: #fff;
		text-transform: capitalize;
		width: 100%;
		margin-bottom: .15rem;
	}

	.mob_language a {
		float: left;
		width: 33.33%;
		display: flex;
		padding: 8px 0;
		align-items: center;
		color: #aaa;
		font-size: 14px;
	}

	.mob_language a img {
		flex-shrink: 0;
		margin-right: 8px;
	}

	.mob_sns.shemei-top {
		margin-top: 0.2rem;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.mob_sns.shemei-top a {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: .1rem;
		width: 36px;
		height: 36px;
		margin-left: 0;
		padding: 0;
		border-radius: 50%;
		background: rgba(255,255,255,.1);
	}
}


.lang_web img {
	margin-right: 4px;
	margin-bottom: 0.16rem;
}

.lang_web a {
	font-weight: normal;
	line-height: 24px;
	padding: 0 !important;
	border: 0;
	font-size: 15px;
	color: #6e6e6e;
	float: left;
	display: flex;
	margin-left: 0.26rem;
}

/*Search*/
.search_title {
	color: #171717;
	font-size: 0.28rem;
	margin-top: 0.3rem;
	text-align: center;
	margin-bottom: 0.1rem;
	font-family: "OpenSans";
	font-weight: 600;
	text-transform: uppercase;
}

.yuyan-search {
	position: relative;
}
.yuyan-search.xp-search {display: none;}
.yuyan-search .search_main .search_btn {
	width: 22px;
	height: 23px;
	background-size: 22px 23px;
}

.search_section {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.ico_search {
	background-size: 22px 23px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: inherit;
	display: inline-block;
	float: left;
	color:#999999;
	font-style: normal;
	width: 23px;
	height: 23px;
	text-align: left;
	cursor: pointer;
}
.top-header .ico_search {width: 95px;height: 26px;background-position: right center;}

.ico_search:hover {
	color: #fff;
}

.search_input {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	transition: all 0.5s;
	z-index: 9999999;
	display: none;
	transition-property: top, width, border;
	transition-duration: 0.1s, 0.1s;
	background: #e8e8e8;
	height: auto;
	border-radius: 0;
	padding: 0 10%;
	box-shadow: 0 0 0.6rem rgba(14, 96, 87, 0.5);
}

.search_main {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.search_main .form-control {
	font-family: "OpenSans";
	height: 45px;
	color: #000;
	float: left;
	line-height: 45px;
	font-size: 16px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	background: #fff;
	padding-right: 55px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	float: none;
	border: 1px solid #ddd;
	padding-left: 10px;
}

.search_main .form-control:focus {
	color: #000;
}

.search_main .search_btn {
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: none;
	position: absolute;
	bottom: 12px;
	right: 5px;
	background-image: url(../images/search-h.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 0;
	background-color: transparent;
}

.top_overly {
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	display: none;
	backdrop-filter: blur(40px);
}

.close-search {
	position: absolute;
	left: 50%;
	bottom: -30px;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	height: 60px;
	width: 60px;
	line-height: 60px;
	color: #171717;
	font-size: 20px;
	text-align: center;
	color: #fff;
	margin-left: -30px;
}

.close-search i {
	line-height: 30px;
}

.search_tags {
	margin: 0.2rem 0 0.8rem;
	text-align: center;
}

.search_tags a {
	display: inline-block;
	background: #fff;
	border-radius: 0;
	color: #999;
	font-size: 14px;
	line-height: 30px;
	padding: 0 0.15rem;
	margin-bottom: 0.04rem;
	border-radius: 5px;
}

.search_tags a:hover {
	background: #ec722f;
	color: #fff;
}

.search-z {
	color: #fff;
}

.nav-serch .search_main {
	width: 2.2rem;
	min-width: 2.2rem;
	border: none;
	border-bottom: 1px solid #ec722f;
}

/* .search_main .form-control {border: none;height: 30px;line-height: 30px;} */


@media screen and (max-width:992px) {
	.yuyan-search {
		position: initial;
	}

	.yuyan-search {
		display: block;
	}

	/* .ico_search {width: 25px;height: 25px;} */
	.search_main .form-control {
		font-size: 15px;
		height: 45px;
		line-height: 45px;
	}

	.search_main .search_btn {
		background-size: 20px 20px;
		bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	.search_input {
		left: 5%;
		width: 90%;
		top: 0.8rem;
	}
}

/*Search*/
.search_web {
	position: relative;
	width: 2.6rem;
	z-index: 1;
}

.search_web .form-control {
	height: 40px;
	color: #999;
	float: left;
	line-height: 0.4rem;
	font-size: 14px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	background: #fff;
	padding-right: 50px;
	box-shadow: none;
	float: none;
	padding-left: 0.12rem;
	border: 1px solid #eee;
	border-radius: 30px;
}

.search_web .form-control:focus {
	color: #171717;
	border: 1px solid #333;
}

.search_web .search_btn {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: none;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("data:image/svg+xml,%3Csvg t='1665456003780' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4134' width='18' height='18'%3E%3Cpath d='M940.3 847.4L764.1 671.2c-1-1-2.1-2-3.2-3 44.1-62.5 70-138.7 70-221 0-211.8-171.7-383.4-383.4-383.4S64.1 235.5 64.1 447.3s171.7 383.4 383.4 383.4c82.1 0 158.2-25.8 220.6-69.8 1 1.1 2 2.2 3 3.2l176.2 176.2c12.8 12.8 29.7 19.3 46.5 19.3s33.6-6.4 46.5-19.3c25.6-25.6 25.6-67.2 0-92.9zM555.8 703.7c-34.2 14.5-70.7 21.8-108.3 21.8s-74-7.3-108.3-21.8c-33.1-14-62.9-34.1-88.5-59.7S205 588.6 191 555.5c-14.5-34.2-21.8-70.7-21.8-108.3s7.3-74 21.8-108.3c14-33.1 34.1-62.9 59.7-88.5s55.4-45.7 88.5-59.7c34.2-14.5 70.7-21.8 108.3-21.8s74 7.3 108.3 21.8c33.1 14 62.9 34.1 88.5 59.7s45.7 55.4 59.7 88.5c14.5 34.2 21.8 70.7 21.8 108.3s-7.3 74-21.8 108.3c-14 33.1-34.1 62.9-59.7 88.5s-55.4 45.7-88.5 59.7z' p-id='4135' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: inherit;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


/*select*/
.select>a {
	background: #fff;
	line-height: 36px;
	color: #6d6d6d;
	font-size: 14px;
	transition: all 0s;
	text-align: center;
	display: inline-block;
	text-align: center;
	padding: 0px 25px;
	border-radius: 5px;
}

.select-modal {
	position: fixed;
	top: 0;
	left: 50%;
	width: 50%;
	width: 80%;
	height: auto;
	z-index: 99999999999999995;
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 1000px;
}

.select-show {
	visibility: visible;
	transition: all .5s;
}

.select-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 999999999;
	opacity: 0;
	filter: alpha(opacity=0);
	background: rgba(1, 1, 1, 0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.select-show~.select-overlay {
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity=100);
}

.select-modal .select-content {
	margin: 0 auto;
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
	margin-top: 12%;
}

.select-modal.select-show .select-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
	filter: alpha(opacity=100);
}

.select-content {
	color: #5b5b5b;
	background: #fff no-repeat right bottom;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	filter: alpha(opacity=0);
}

.select-content .select-close {
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;
	background-color: transparent;
}

.select-content .select-close i {
	width: 30px;
	height: 30px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.select-content .select-close i:before,
.select-content .select-close i:after {
	content: '';
	display: inline-block;
	background: #4d4d4d;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}

.select-content .select-close i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

.select-content .select-close i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

.select-content .select_title {
	padding: 20px 0;
	text-align: center;
}

.select-content .select_title em {
	display: block;
	font-size: 30px;
	line-height: 0.34rem;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 600;
}

.select-content .select_title .text {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	margin-bottom: 0;
}

.select-content .main {
	padding: 0;
	display: flex;
	align-items: center;
}

.select-content .main .send_column {
	background: none;
	box-shadow: none;
	padding: 30px;
	width: 50%;
}

.select-content .main .send_column form {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}

.select-content .main .send_column .main_more {
	margin-left: 0;
}

.select-content .main .send_column ul {
	margin: 0;
}

.select-content .main .send_column ul li {
	padding: 0;
}

.select-content .main .select_image {
	height: 100%;
	padding: 0;
	width: 50%;
}

.select-content .main .select_image img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}

.select-content .send_column .send {
	width: 100%;
	margin-top: 0.2rem
}

.select-content .select-close {
	position: absolute;
	right: 20px;
	top: 20px;
	border: none;
	background-color: transparent;
	z-index: 99;
}

.select-content .select-close i {
	width: 30px;
	height: 30px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.select-content .select-close i:before,
.select-content .select-close i:after {
	content: '';
	display: inline-block;
	background: #808080;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}

.select-content .select-close i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

.select-content .select-close i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

@-webkit-keyframes animate-btn-line {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	50% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	51% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
}

@keyframes animate-btn-line {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	50% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	51% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
}

.select-show .select-content::-webkit-scrollbar {
	width: 3px;
}

.select-show .select-content::-webkit-scrollbar-track {
	background-color: #f2f2f2;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.select-show .select-content::-webkit-scrollbar-thumb {
	background-color: #ccc;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.send_column ul li {
	margin-bottom: 0.2rem;
	list-style: none;
	padding: 0 0.15rem;
}

.send_column ul li span {
	display: block;
	position: relative;
}

.send_column ul li input {
	background: #f3f4f4;
	height: 40px;
	width: 100%;
	line-height: 40px;
	padding-right: 0.2rem;
	padding-left: 0.2rem;
	font-size: 16px;
	color: #8b8d8e;
	border: none;
	border-radius: 0;
	transition: all .5s;
	border-bottom: 2px solid #c5c5c5;
}

.select-content .main .send_column ul li {
	padding: 0;
}

.send_column ul li textarea {
	height: 120px;
	background: #f3f4f4;
	width: 100%;
	max-width: 100%;
	max-height: 120px;
	font-size: 16px;
	padding: 0.2rem;
	color: #8b8d8e;
	border: none;
	border-bottom: 2px solid #c5c5c5;
	border-radius: 0px;
	transition: all .5s;
}

.send_column .send {
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	font-size: 14px;
	position: relative;
	display: inline-block;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	background: #ec722f;
	border-radius: 0.03rem;
	margin-top: 0.06rem;
	transition: all .9s;
	font-weight: 600;
}

.select-content .send_column .send {
	width: 100%;
	margin-top: 0.2rem;
}

.send_column .send input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
	background: none;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
}


/*swiper*/
.swi_position {
	position: relative;
}

.swi_position .swiper-button-prev {
	left: 0;
}

.swi_position .swiper-button-next {
	right: 0;
}

.button_inside {
	overflow: hidden;
}

.button_inside,
.button_outside {
	position: relative;
}

.button_inside .swiper-button-prev {
	left: 15px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
}

.button_inside .swiper-button-next {
	right: 15px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
}

.button_outside .swiper-button-prev {
	left: -0.4rem;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.button_outside .swiper-button-next {
	right: -0.4rem;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

@media screen and (max-width:992px) {
	.select-content .main .select_image {
		display: none;
	}

	.select-content .main .send_column {
		width: 100%;
	}
}

@media only screen and (max-width:768px) {
	.button_outside {
		padding: 0 0.2rem;
	}

	.button_outside .swiper-button-prev {
		left: -0.15rem;
	}

	.button_outside .swiper-button-next {
		right: -0.15rem;
	}
}


/*num*/
.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car,
.odometer.odometer-theme-car .odometer-digit {
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	left: 0
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
	display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
	position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
	padding: 0 2px;
}


/*honor*/
.honor_section {
	position: relative;
}

.honor_section .swiper-wrapper {
	height: 100%;
}

.modelTostChile .swiper-wrapper {
	height: 100%;
}

.modelTost {
	display: none;
	background: rgba(0, 0, 0, .85);
	z-index: 999999999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.modelTostChile {
	width: 100%;
	height: 90%;
	padding: 0 0.3rem;
	z-index: 9999999;
	position: relative;
}

.modelTostChile .swiper-container {
	height: 100%;
}

.modelTostChile .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.modelTostChile img {
	max-height: 100%;
}

.modelTost p {
	position: relative;
	width: 100%;
	height: 50px;
}

.modelClose {
	float: right;
	cursor: pointer;
	font-size: 50px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	color: rgba(255, 255, 255, 1);
	z-index: 999999;
	text-align: right;
	padding-right: 20px;
}

.modelTost .swiper-slide {
	text-align: center;
	opacity: 0;
}

.modelTost .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.modelTost .swiper-slide img {
	text-align: center;
	position: relative;
}

.appBox li {
	margin-bottom: 30px;
}

.appBox li .li {
	margin-bottom: 30px;
	position: relative;
}

.appBox li .img {
	position: relative;
}

.appBox li .img img {
	cursor: pointer;
}

.appBox {
	position: relative;
}

.appBox li {
	float: left;
	width: 33.33%;
	list-style: none;
	padding: 0 10px !important;
}

.appBox .swiper-wrapper {
	position: relative;
}

.modelTostChile .swiper-button-prev,
.modelTostChile .swiper-rtl .swiper-button-next {
	left: 10%;
	position: absolute;
	z-index: 9999999;
}

.modelTostChile .swiper-button-next,
.modelTostChile .swiper-rtl .swiper-button-prev {
	right: 10%;
	position: absolute;
	z-index: 9999999;
}

.modelTostChile .swiper-button-prev,
.modelTostChile .swiper-button-next {
	color: #fff;
}


/*css*/
.light_box {
	position: relative;
	display: block;
}

.light_box:before,
.light_box:after {
	Content: '';
	background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	position: absolute;
	z-index: 1;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
}

li:hover .light_box:before {
	left: 50%;
	opacity: 1;
	right: 50%;
}

li:hover .light_box:after {
	bottom: 50%;
	opacity: 1;
	top: 50%;
}

/*banner*/
.banner {
	position: relative;
	width: 100%;
}

.banner .banner-tel {
	font-family: "OpenSans";
	position: absolute;
	left: 0;
	bottom: .7rem;
	z-index: 99;
	min-width: 2.85rem;
	height: .85rem;
	background: #ec722f;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .24rem;
	color: #fff;
	font-weight: 500;
}

.banner .banner-tel img {
	margin-right: .1rem;
}

.banner .banner-shemei {
	position: absolute;
	right: .85rem;
	top: .78rem;
	z-index: 99;
	text-align: center;
}

.banner .banner-shemei .line {
	width: 1px;
	height: 2.88rem;
	background: #fff;
	margin: auto;
}

.banner .banner-shemei .shemei-list a {
	display: block;
	width: .3rem;
	margin-top: .6rem;
}

.banner .banner-shemei .shemei-list a img {transform: scale(.98);}
.banner .banner-shemei .shemei-list a:hover img{transform: scale(1.2);}

.banner .swiper-slide img {
	width: 100%;
}

.banner .swiper-pagination {
	position: absolute;
	left: 0;
	width: 100%;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	background: transparent;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	color: #ec722f;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	color: #ec722f;
}

.banner .swiper-pagination {
	position: absolute;
}

.banner .swiper-slide {
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide img {
	display: block;
	width: 100%;
}

.banner .swiper-slide .banner_text {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 15.5rem;
	text-align: left;
}

.banner .swiper-slide .banner_text .banner_main {
	max-width: 6.8rem;
}

.banner .swiper-slide .banner_text .title {
	transform: translateY(15px);
	opacity: 0;
	color: #fff;
	font-size: .74rem;
	line-height: 0.8rem;
	font-family: "OpenSans";
	text-transform: uppercase;
	max-width: 11rem;
}

.banner .swiper-slide .banner_text .title b {
	color: #ec722f;
}

.banner .swiper-slide .banner_text .title b i {
	font-size: .78rem;
	font-style: normal;
}

.banner .swiper-slide .banner_text p {
	font-family: "OpenSans";
	display: block;
	font-size: .25rem;
	line-height: .34rem;
	color: #fff;
	transform: translateY(15px);
	opacity: 0;
	text-transform: uppercase;
	margin: auto;
	margin-top: .6rem;
}

.banner .swiper-slide .banner_text p b {
	color: #ec722f;
}

.banner .swiper-slide .banner_text .wenzi {
	display: block;
	font-size: .2rem;
	color: #ec722f;
	line-height: .3rem;
	margin: auto;
	transform: translateY(15px);
	opacity: 0;
}

.banner .swiper-slide .banner_text .line {
	max-width: 5.6rem;
	height: 6px;
	border-radius: 3px;
	background: #fff;
	margin: .25rem 0 0 auto;
	margin-bottom: .2rem;
	transform: translateY(15px);
	opacity: 0;
}

.banner .swiper-slide .banner_text .banner-list {
	max-width: 8.5rem;
	margin: 0 0 0 auto;
	transform: translateY(15px);
	opacity: 0;
}

.banner .swiper-slide .banner_text .banner-list dd {
	float: right;
	text-align: right;
	font-family: "OpenSans";
	font-size: .22rem;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	padding: .15rem .12rem;
	background: linear-gradient(to left, rgba(255, 255, 255, .2), rgba(255, 255, 255, .05));
	margin-left: .25rem;
	margin-top: .12rem;
}

.banner .swiper-slide .banner_text .banner-list dd:nth-child(2n) {
	margin-left: 0;
}

.banner .swiper-slide .banner_text p span {
	display: inline-block;
	font-family: "OpenSans";
}

.banner .swiper-slide .banner_text .v-more {
	font-family: "OpenSans";
	font-size: .2rem;
	min-width: 1.6rem;
	padding: .14rem;
	text-align: center;
	background: #ec722f;
	color: #fff;
	border-radius: 0;
	transition: all .9s ease 1s;
	transform: translateY(15px);
	opacity: 0;
	margin-top: .5rem;
}


.banner .swiper-slide .banner_text .p {
	font-family: "OpenSans";
	transform: translateY(15px);
	opacity: 0;
	color: #fff;
	font-size: .56rem;
	line-height: .8rem;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
}

.banner .swiper-slide .banner_text .p b {
	line-height: 100%;
	display: inline-block;
	color: #ec722f;
	margin-right: .03rem;
}

.banner .swiper-slide .banner_text .p span {
	display: block;
	font-size: .42rem;
}

.banner .swiper-slide-active .banner_text .title {
	transition: all .5s ease .6s;
	transform: translateY(0);
	opacity: 1;
}

.banner .swiper-slide-active .banner_text .p {
	transition: all .6s ease .8s;
	transform: translateY(0);
	opacity: 1;
}

.banner .swiper-slide-active .banner_text .v-more {
	transition: all .8s ease 1s;
	transform: translateY(0);
	opacity: 1;
}

.banner .swiper-slide-active .banner_text p {
	transition: all .7s ease .9s;
	transform: translateY(0);
	opacity: 1;
}

.banner .swiper-slide-active .banner_text .wenzi {
	transition: all .7s ease .9s;
	transform: translateY(0);
	opacity: 1;
}

.banner .swiper-slide-active .banner_text .line {
	transition: all .8s ease 1s;
	transform: translateY(0);
	opacity: 1;
}

.banner .swiper-slide-active .banner_text .banner-list {
	transition: all .9s ease 1.1s;
	transform: translateY(0);
	opacity: 1;
}

.banner .swiper-slide-active .banner_text span {
	transition: all 1s ease 1.2s;
	transform: translateY(0);
	opacity: 1;
}

.banner .swiper-button-prev,
.banner_text .banner .swiper-button-next {
	background-image: none;
	text-align: center;
	color: #ffffff;
	transition: all .3s ease;
}

.banner .a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner .swiper-fade .swiper-slide-active,
.banner .swiper-fade .swiper-slide-active .swiper-slide-active {
	z-index: 99;
}

.banner .swiper-slide video {
	width: 100%;
}

.banner .b-search {
	transform: translateY(15px);
	opacity: 0;
}

.banner .search_main {
	width: 3.8rem;
	border: 1px solid #ec722f;
}

.banner .search_main .search_btn {
	background: #ec722f;
	width: .8rem;
	height: 100%;
	color: #fff;
	bottom: 0;
	border: 1px solid #ec722f;
}

.banner .swiper-slide-active .banner_text .b-search {
	transition: all .5s ease .6s;
	transform: translateY(0);
	opacity: 1;
}

@media screen and (max-width:1700px) {
	.banner .banner-shemei .line {height: 1.6rem;}
}

@media screen and (max-width:1600px) {
	.banner .banner-tel {bottom: 0;}
	.banner .swiper-slide .banner_text {padding: 0 5%;}
	.banner .swiper-slide .banner_text .line {
		max-width: 4.8rem;
		margin: .2rem 0 .15rem auto;
	}

	.banner .swiper-slide .banner_text .banner-list {
		max-width: 6.5rem;
	}

	.banner .swiper-slide .banner_text .banner-list dd {
		font-size: .18rem;
		line-height: .2rem;
		padding: .1rem;
		margin-top: .08rem;
	}
}

@media screen and (max-width:1366px) {
	.banner .swiper-slide .banner_text .v-more {
		min-width: 130px !important;
		font-size: 15px !important;
		padding: 12px 10px;
	}
	.banner .swiper-button-next,.banner .swiper-rtl .swiper-button-prev {right: 0;}
	.banner .swiper-button-prev,.banner .swiper-rtl .swiper-button-next {left: 0;}
}

@media screen and (max-width:1400px) {
	.banner .swiper-slide .banner_text {
		max-width: 100%;
		width: 100%;
		padding: 0 6%;
	}
}

@media only screen and (max-width: 992px) {
	.banner .swiper-slide .banner_text .p {font-size: .42rem;line-height: .6rem;}
	.banner .swiper-slide .banner_text p {font-size: .2rem;line-height: .24rem;}
	.banner .banner-shemei {top: 0;}
	.banner .banner-shemei .shemei-list a {margin-top: .4rem;width: .24rem;}
	.banner .swiper-pagination {bottom: 10px;}
}

@media screen and (max-width:768px) {
	.banner .swiper-slide .banner_text {top:40%}
	.banner .banner-shemei {display: none;}
	.banner .swiper-slide .banner_text .p {font-size: .3rem;line-height: .48rem;}
	.banner .swiper-slide .banner_text p {font-size: 18px;line-height: 22px;margin-top: 20px;}
	.banner .swiper-slide .banner_text .v-more {font-size: 14px !important;margin-top: 15px;}
}

@media screen and (max-width:650px) {
	.banner .swiper-slide .banner_text p {font-size: 15px;line-height: 20px;}
	.banner .swiper-slide .banner_text .p {font-size: .26rem;line-height: .38rem;}
	.banner .banner-tel {display: none;}
}

@media only screen and (max-width: 550px) {
	.banner .swiper-slide .banner_text .p {
		font-size: .22rem;
		line-height: .34rem;
	}

	.banner .swiper-slide .banner_text {
		padding: 0 .5rem;
	}
}

@media screen and (max-width: 450px) {
	.banner .swiper-slide .banner_text .p {
		font-size: 18px;
		line-height: 26px;
	}

	.banner .swiper-slide .banner_text .v-more{
		display: none;
	}
	.banner .swiper-slide .banner_text p {margin-top: 10px;}
}

@media screen and (max-width: 375px) {
	.banner .swiper-slide .banner_text p {
		font-size: 16px;
		line-height: 28px;
	}
}

/*index*/
@-webkit-keyframes qodefBorderAnimation {
	0% {
		background-position: 0 0, 100% 100%, 0 100%, 100% 0
	}

	100% {
		background-position: 100% 0, 0 100%, 0 0, 100% 100%
	}
}

@keyframes qodefBorderAnimation {
	0% {
		background-position: 0 0, 100% 100%, 0 100%, 100% 0
	}

	100% {
		background-position: 100% 0, 0 100%, 0 0, 100% 100%
	}
}

@-webkit-keyframes qodef-jump {
	50% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes qodef-jump {
	50% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}



.my_more1 {
	display: inline-block;
	padding: 0 0.3rem;
	padding-top: 4px;
	line-height: 44px;
	color: #fff;
	position: relative;
	overflow: hidden;
	background: #ec722f;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}

.my_more1:before {
	content: ' ';
	position: absolute;
	background: rgba(255, 255, 255, 0.15);
	width: 36px;
	height: 36px;
	bottom: -20px;
	right: -58px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.my_more1:hover:before {
	width: 200px;
	height: 200px;
	right: -20px;
	bottom: -40px;
}

.my_more1:after {
	position: absolute;
	right: 15px;
	top: 0;
	height: 100%;
	display: inline-block;
	background: url(../images/arrow-right.svg) no-repeat center center;
	content: '';
	line-height: 20px;
	width: 18px;
	opacity: 0;
}

.my_more1:hover:after {
	opacity: 1;
}

.n_main .my_more1 {
	line-height: 40px;
	font-size: 14px;
	padding: 0 0.24rem;
}

.my_more1:hover {
	background: #ec722f;
	padding-right: 40px;
}

header #logo img {
	transition: all .5s ease-in-out;
	width: 2.08rem;
}

header #logo .logo2 {
	display: none;
	transition: all .5s ease-in-out;
}

header {
	width: 100%;
	z-index: 999999;
	position: fixed;
	top: 0;
	transition: 0.3s all;
	transition: all .5s;
}

header.small {
	height: .63rem;
	left: 0;
	top: 0;
	position: fixed;
	font-size: 100%;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
}
header.small #logo img {
	transition: all .5s ease-in-out;
	width: 1.9rem;
}

header.small #logo .logo2 {
	display: block;
	transition: all .5s ease-in-out;
}

header.small #logo .logo1 {
	display: none;
	transition: all .5s ease-in-out;
}

header.small .top-wrap {
	display: none;
}

.top_section {
	background: #f7f7f7;
}

.top_section .top_con {
	display: flex;
	height: 0.4rem;
	float: right;
}

.top_section .top_con a {
	display: flex;
	float: left;
	line-height: 0.22rem;
	align-items: center;
	position: relative;
	padding: 0 9px;
	color: #808080;
	font-size: 15px;
}

.top_section .top_con a img {
	margin-right: 4px;
}

.top_section .top_con a:hover {
	color: #ec722f;
	text-decoration: underline;
}

.top_section .top_con svg {
	fill: #ec722f;
	width: 0.22rem;
	height: 0.22rem;
	margin-right: 0.06rem;
}

.top_section .top_sns {
	float: right;
	margin-top: 5px;
	margin-left: 20px;
}

.top_section .top_sns a {
	display: inline-block;
	width: 28px;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 3px;
	float: left;
}


.nav_section {
	width: 100%;
	margin: auto;
	transition: all .5s;
	position: relative;
}

.nav_section .main {
	width: 100%;
}

.nav_section .main .nav_r {
	padding: .1rem .1rem .2rem .1rem;
	background: #131313;
	transform: translateY(0);
	transition: all .5s;
}

.nav_section .navR-right {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.main-menu>li>a {
	font-family: "OpenSans";
	font-size: .18rem;
	color: #fff;
	position: relative;
	background-position: center center;
	padding: .12rem .05rem;
	line-height: .2rem;
	border-bottom: 3px solid transparent;
	font-weight: 500;
}

.main-menu>li>a>span {
	position: relative;
	z-index: 555;
}

header.small .nav_section .main .nav_r {
	transform: translateY(-120px);
	transition: all .5s;
}

header.small .nav_section:hover .main .nav_r {
	transform: translateY(0);
	transition: all .5s;
}


.height {
	height: .63rem;
}

/* top-left */
.top-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .15rem 1rem;
	background: #131313;
	position: relative;
	z-index: 9;
}

.top-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-l {
	display: flex;
	align-items: center;
}

.top-l .com {
	font-size: .16rem;
	color: #000;
	padding-right: .16rem;
	position: relative;
	margin-right: .16rem;
	text-transform: uppercase;
}

.top-l .com::before {
	content: "";
	display: block;
	width: 1px;
	height: 22px;
	background: #d3d3d3;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.top-languge p {
	font-size: .16rem;
	color: #333;
	margin-left: .3rem;
}

.language-list a {
	display: inline-block;
	margin-left: .1rem;
}

.top-l p {
	margin-right: .24rem;
	position: relative;
	padding-right: .22rem;
}

.top-l p a {
	font-family: "OpenSans";
	display: block;
	font-size: .16rem;
	color: #888888;
	padding: .02rem 0 .02rem .29rem;
	background-position: left center;
	background-repeat: no-repeat;
}

.top-l p.t-email::before {
	display: none;
}

.top-l p.t-tel a {
	background-image: url(../images/top-tel.png);
}

.top-l p.t-email a {
	background-image: url(../images/top-email.png);
}

.top-r {
	padding: .07rem 0;
}

.top-r .search_main {
	border-bottom: 1px solid #666666;
	min-width: 2.11rem;
}

.top-r .search_main .form-control {
	font-size: .14rem;
	height: .3rem;
	line-height: .3rem;
	background: transparent;
	border: none;
	padding: 0;
}

.shemei-top {
	display: flex;
	align-items: center;
}

.shemei-top a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .165rem .22rem;
	border-right: 1px solid #f1f1f1;
}

.top-yuyan {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .1rem;
}

.top-yuyan p {
	font-family: "OpenSans";
	font-size: 16px;
	color: #fff;
	margin-right: 13px;
}

.top-yuyan p img {
	display: inline-block;
	vertical-align: -2px;
	margin-right: 10px;
}

.top-yuyan .top-languge a {
	display: inline-block;
	font-family: "OpenSans";
	font-size: 15px;
	color: #fff;
	margin-right: .25rem;
	margin-top: .05rem;
}

.top-yuyan .top-languge a img {
	display: inline-block;
	vertical-align: -2px;
	margin-right: .1rem;
}

.logo-wrap {
	padding: .2rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-right dl {
	display: flex;
	flex-wrap: wrap;
}

.logo-right dl dd {
	display: flex;
	align-items: center;
	margin-left: .65rem;
}

.logo-right dl dd span.icon-t {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #ec722f;
	margin-right: .2rem;
}

.logo-right dl dd p,
.logo-right dl dd p a {
	font-size: .14rem;
	color: #6e6e6e;
}

.logo-right dl dd p b {
	display: block;
	font-size: .16rem;
	color: #171717;
	font-weight: normal;
}

.logo-search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .15rem 0;
}

.kuang-search .search_main {
	display: flex;
	align-items: center;
}

.kuang-search .search_main .form-control {
	min-width: 2.1rem;
	border: none;
	height: 35px;
	background: #fff;
	padding-left: .15rem;
	padding-right: .15rem;
	border: 1px solid #333333;
	margin-left: .2rem;
}

.kuang-search .search_main .form-control:-ms-input-placeholder {
	font-family: "OpenSans";
	font-size: .15rem;
	color: #333;
}

.kuang-search .search_main .search_btn {
	width: 35px;
	height: 100%;
	background: url(../images/search.png) center center no-repeat;
	background-size: .26rem .26rem;
	position: initial;
}

.chat-more {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 1.6rem;
	height: .5rem;
	background: #ec722f;
	border-radius: 10px;
	font-size: .16rem;
	color: #fff;
	padding: 0 .1rem;
	margin-left: .95rem;
	position: relative;
	overflow: hidden;
}

.chat-more img {
	display: inline-block;
	vertical-align: 2px;
	margin-right: .12rem;
}

.chat-more::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #2c84a8;
	opacity: .15;
	position: absolute;
	left: 100%;
	top: 0;
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	transition: all 1s;
}

.chat-more:hover::after {
	left: -100%;
	transition: all 1.1s;
}

.chat-more:hover {
	color: #fff;
}

.pronav-wrap {
	background: #f3f3f3;
}

.pronav-wrap .container {
	max-width: 14.4rem;
}

.pronav-wrap .pronav-list>li {
	float: left;
	width: 20%;
	margin-right: 0;
	text-align: center;
}

.pronav-wrap .pronav-list>li>a {
	font-family: "OpenSans";
	font-size: .18rem;
	color: #000;
	line-height: .24rem;
	padding: .3rem 0;
}

.pronav-wrap .pronav-list>li.active>a,
.pronav-wrap .pronav-list>li:hover>a {
	background: #ffa300;
	color: #fff;
}

.pronav-wrap .main-menu .sub-menu,
.pronav-wrap .main-menu .children {
	min-width: 100%;
}

.top-con {
	background: #ec722f;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 .44rem 0 .38rem;
	margin-left: .38rem;
}

.con-center {
	display: flex;
	font-family: "OpenSans";
	font-size: .14rem;
	color: #fff;
}

.con-center .con-icon {
	flex-shrink: 0;
	width: .43rem;
	height: .43rem;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .1rem;
}

.con-center a {
	display: block;
	font-family: "OpenSans";
	font-size: .16rem;
	color: #fff;
}

@media screen and (max-width:1366px) {
	.top-r .search_main .form-control {font-size: 14px;}
	.top-header {padding:10px;}
	.nav_section .main .nav_r {padding: 0 10px 10px 10px;}
	.main-menu>li>a {font-size: 16px;padding: 10px 2px;line-height: 20px;}
	.language p,.ico_search,.language p i {font-size: 16px;}
	.height {height: 50px;}
}

@media only screen and (max-width:992px) {
	.nav_section .main .nav_r {padding: 0;width: 100%;}
	.nav_section .navR-right {position: initial;}
	.top-nav,.logo-search,.chat-more,.pronav-wrap,.top-wrap {display: none;}
	.height {height: 50px;}
	.nav_section {padding: 0;position: initial;}
	.nav_section .main {width: 100%;}
	.nav_section #logo {display: none;}
	header,header.small {background: none;box-shadow: none;height: auto;}
	.search_section {
		width: 50px;
		height: 50px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 999999998;
		margin: 0;
		padding-right: 0;
		border-radius: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 0;
	}
	.search_section:after {display: none;}
	.top-header,.logo-right,.top-left {display: none;}
	.yuyan-search.xp-search {display: block;}
}

@-webkit-keyframes animborder {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	100% {
		-webkit-transform: translateX(60px);
		transform: translateX(60px);
	}
}

@keyframes animborder {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	100% {
		-webkit-transform: translateX(60px);
		transform: translateX(60px);
	}
}

.i_title {
	text-align: center;
	margin-bottom: 0.4rem;
}

.i_title .h4 {
	font-family: 'OpenSans';
	font-size: 0.4rem;
	text-transform: capitalize;
	color: #171717;
	line-height: 0.6rem;
	position: relative;
	margin-bottom: 10px;
}

.i_title .p {
	line-height: 26px;
	font-size: 16px;
	max-height: 52px;
	overflow: hidden;
	color: #808080;
	max-width: 7rem;
	margin: 0.1rem auto 0;
	text-align: center;
	padding-bottom: 20px;
}

.tl {
	text-align: left;
}

.tl .h4 {
	left: 0;
	margin-left: 0;
	background-position: left bottom;
}

.tl .h4:after {
	left: 0;
	margin: 0;
}

.tl .p {
	text-align: left;
	margin-left: 0;
}

.scrollbar_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.7rem;
	position: relative;
	z-index: 333;
}

.scrollbar_title .i_title {
	width: 55%;
	margin-bottom: 0;
}

@media only screen and (max-width:768px) {
	.i_title img {
		display: none;
	}

	.i_title .h4 {
		font-size: 0.3rem;
		line-height: 0.4rem;
		letter-spacing: 0;
	}

	.i_title .p {
		margin-top: 0.2rem;
		margin-top: 5px;
		line-height: 20px;
		max-height: 40px;
	}

	.i_title .h4:after {
		bottom: -10px;
	}

	.animate-border {
		display: none;
	}

	.i_title {
		margin-bottom: 20px;
	}
}

.v-more {
	font-family: "OpenSans";
	display: inline-block;
	z-index: 1;
	min-width: 1.6rem;
	padding: .14rem .1rem;
	background: #ec722f;
	text-align: center;
	font-size: .16rem;
	line-height: .22rem;
	color: #FFFFFF;
	position: relative;
	transition: all .5s;
	overflow: hidden;
}

.v-more img {
	display: inline-block;
	vertical-align: middle;
	margin-left: .08rem;
}

.v-more::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .1);
	border-radius: 5px;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.v-more:hover::before {
	left: 0;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.r-more {
	display: inline-block;
	min-width: 120px;
	text-align: center;
	padding: 5px;
	font-family: "OpenSans";
	font-size: 14px;
	color: #ec722f;
	border: 1px solid #ec722f;
}

.r-more:hover {
	background: #ec722f;
	color: #fff;
}


.p-more {
	font-family: "OpenSans";
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 1.6rem;
	font-size: .16rem;
	color: #fff;
	line-height: .2rem;
	padding: .14rem .1rem;
	background: #222222;
	border-radius: 0 0 15px 0;
}

.p-more img {
	display: inline-block;
	vertical-align: middle;
	margin-left: .05rem;
}

.n-more {
	display: inline-block;
	font-family: "OpenSans";
	font-size: .16rem;
	line-height: .2rem;
	min-width: 1.2rem;
	padding: .1rem;
	color: #fff;
	background: #ec722f;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-top: .1rem;
}

.n-more::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .1);
	border-radius: 5px;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.n-more:hover::before {
	left: 0;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.index-title {
	text-align: center;
}

.index-title .tips {
	font-family: "OpenSans";
	display: inline-block;
	font-size: .18rem;
	line-height: .24rem;
	color: #000;
	text-transform: uppercase;
	margin-bottom: .2rem;
	position: relative;
	padding-right: .73rem;
}

.index-title .tips::before {
	content: "";
	display: block;
	width: .65rem;
	height: 2px;
	background: #ec722f;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index-title h2 {
	display: block;
	font-family: "OpenSans";
	font-size: .48rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	line-height: .58rem;
}

.index-title p {
	font-family: "OpenSans";
	display: block;
	font-size: .16rem;
	color: #808080;
	line-height: .24rem;
	max-width: 80%;
	margin: .15rem auto 0 auto;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.title-right {
	text-align: right;
	width: 50%;
}

.title-right p {
	font-size: .16rem;
	color: #666;
	line-height: .26rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.title-right .v-more {
	margin-top: .2rem;
}

@media screen and (max-width:1366px) {
	.v-more {
		font-size: 14px;
		min-width: 135px !important;
		padding: 12px;
	}

	.v-more span {
		width: 38px;
		height: 100%;
	}

	.r-more img {
		width: 13px;
	}

	.r-more span {
		width: 60px;
		height: 32px;
	}

	.r-more i {
		width: 40px;
	}

	.index-title p,
	.title-right p {
		font-size: 15px;
		line-height: 22px;
	}

	.p-more {
		font-size: 14px;
		line-height: 20px;
		min-width: 135px;
	}

	.n-more {
		font-size: 14px;
		min-width: 125px;
		padding: 10px;
	}

	.index-title .tips {
		font-size: 14px;
	}
}

@media screen and (max-width:1200px) {
	.news-index .n-more span {
		width: 35px !important;
		height: 35px !important;
	}
}

@media screen and (max-width:992px) {
	.index-title .tips {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: .15rem;
	}

	.index-title span {
		margin-bottom: .15rem;
	}

	.index-title p {
		padding: 0;
		margin-top: 10px;
		max-width: 70% !important;
	}

	.title-right {
		text-align: right;
		width: 60%;
	}
}

@media screen and (max-width:650px) {
	.index-title p {
		display: none;
	}
}

@media screen and (max-width:375px) {
	.c-more i {
		display: none;
	}
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

/* about-index */
.about-index {
	padding-bottom: .65rem;
	position: relative;
	height: 6rem;
	overflow: hidden;
}

.about-index .about-wrap {
	display: flex;
	align-items: center;
}

.about-index .about-left {
	width: 51%;
	padding-right: 1.4rem;
	padding-top: 1.63rem;
}

.about-index .about-right {
	width: 49%;
	position: absolute;
	right: 0;
	top: 0;
	height: 5.97rem;
}

.about-index .index-title {
	text-align: left;
	margin-bottom: .85rem;
}

.about-index .index-title h2 {
	font-family: "OpenSans";
	font-size: 1.18rem;
	color: #fff;
	line-height: 100%;
	position: relative;
}

/* .about-index .index-title h2::before {
	content: "About Us";
	font-size: 1.18rem;
	color: #fff;
	line-height: 100%;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ec722f;
	position: absolute;
	top: -.1rem;
	left: 0;
	z-index: -1;
} */

.about-index .text {
	font-size: .2rem;
	color: #999999;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	/* word-break: break-all; */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	line-height: .34rem;
}

@media screen and (max-width:1700px) {
	.about-index .about-left {padding-top: 1.2rem;}
}
@media screen and (max-width:1600px) {
	.about-index .about-left {padding-top: 1rem;}
}
@media screen and (max-width:1200px) {
	.about-index .text {font-size: 16px;line-height: 28px;}
	.about-index .index-title h2,.about-index .index-title h2::before {font-size: 1rem;}
}
@media screen and (max-width:992px) {
	.about-index {height: auto;padding-bottom: .3rem;}
	.about-index .about-wrap {display: block;}
	.about-index .about-left {width: 100%;padding: .4rem 0 0 0;}
	.about-index .about-right {position: inherit;width: 100%;margin-top: .25rem;height: auto;}
	.about-index .index-title h2 {font-size: .4rem;padding-left: 0;}
	.about-index .index-title h2::before {display: none;}
	.about-index .index-title {margin-bottom: .25rem;}
	.about-index .about-right img {width: 100%;}
}
@media screen and (max-width:768px) {
	.about-index .index-title h2 {font-size: .3rem;}
}
@media screen and (max-width:600px) {
	.about-index .index-title h2 {font-size: .28rem;}
}

/* choose-index */
.choose-index {
	padding-top: .7rem;
	overflow: hidden;
}
.choose-index .index-title {padding-bottom: .55rem;}

.choose-index .index-title h2 {
	color: #fff;
	position: relative;
}

.choose-index .index-title h2::before {
	width: 100%;
	content: "WHY CHOOSE US";
	font-size: 2.16rem;
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, .03);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

.choose-wrap {
	padding: 1.25rem 0 .35rem 0;
	background: #f5f5f5;
}

.about-icon-list li {
	list-style: none;
	width: 50%;
	padding: 0 2.3rem;
	float: left;
	margin-bottom: .7rem;
}

.about-icon-list li .num {
	font-family: "OpenSans";
	font-size: .5rem;
	color: #000;
	line-height: 100%;
	letter-spacing: -2px;
}

.about-icon-list li .num sup {
	display: inline-block;
	vertical-align: middle;
}

.about-icon-list li p {
	font-family: "OpenSans";
	font-size: .2rem;
	color: #000;
	line-height: .26rem;
	margin-top: .1rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	/* word-break: break-all; */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: .52rem;
}

@media screen and (max-width:1366px) {
	.about-icon-list li p {font-size: 16px;line-height: 22px;min-height: 44px;}
}
@media screen and (max-width:992px) {
	.choose-index {padding-top: .3rem;}
	.choose-wrap {padding: .5rem 0 0 0;}
	.choose-index .index-title {padding-bottom: .25rem;}
	.about-icon-list li {margin-bottom: .5rem;padding: 0 1.2rem;}
}
@media screen and (max-width:768px) {
	.about-icon-list li {padding: 0 .3rem;}
	.about-icon-list li .num {font-size: .38rem;}
}
@media screen and (max-width:650px) {
	.about-icon-list li {margin-bottom: .3rem;padding: 0 .2rem;}
}
@media screen and (max-width:550px) {
	.about-icon-list li {margin-bottom: .25rem;padding: 0 .1rem;}
}


/* service-index */
.service-index {
	display: flex;
}

.service-left {
	flex-shrink: 0;
	max-width: 2.9rem;
	padding: 3.4rem .58rem 2.1rem .55rem;
	position: relative;
}
.service-right {width: 100%;}

.service-left::before {
	content: "";
	display: block;
	width: 1px;
	height: 3.02rem;
	background: #ec722f;
	position: absolute;
	top: 0;
	left: .55rem;
}

.service-left::after {
	content: "";
	display: block;
	width: 1px;
	height: 3.02rem;
	background: #ec722f;
	position: absolute;
	bottom: 0;
	left: .55rem;
}

.service-left .index-title {
	text-align: left;
}

.service-left .index-title h2 {
	font-family: "OpenSans";
	font-size: .4rem;
	line-height: .58rem;
	color: #ec722f;
}

.service-left .index-title span {
	display: block;
	font-family: "OpenSans";
	font-size: 1rem;
	height: 100%;
	color: rgba(255, 255, 255, .05);
	text-transform: uppercase;
	writing-mode: vertical-rl;
	position: absolute;
	left: -.15rem;
	top: 0;
}

.service-right .service-list li {
	padding: 0 .23rem;
	list-style: none;
	float: left;
	width: 25%;
}

.service-right .service-list li .service-center {
	position: relative;
}

.service-right .service-list li .service-center .a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;left: 0;
	z-index: 9;
}
.service-right .service-list li .service-center p {
	font-family: "OpenSans";
	font-size: .28rem;
	color: #fff;
	/* -webkit-text-stroke: 1px #000; */
	writing-mode: vertical-rl;
	text-transform: uppercase;
	position: absolute;
	top: .35rem;
	right: -.2rem;
	font-weight: 500;
}

.service-right .service-list li .service-center .service-img {
	overflow: hidden;
	position: relative;
}
.service-right .service-list li .service-center .service-img img {width: 100%;}

.service-right .service-list li .service-center .service-img::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, .3), rgba(0, 0, 0, .05));
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width:1880px) {
	.service-left .index-title span {font-size: .9rem;}
}
@media screen and (max-width:1800px) {
	.service-left::after {height: 2.45rem;}
}
@media screen and (max-width:1700px) {
	.service-left::after {height: 1.8rem;}
}
@media screen and (max-width:1600px) {
	.service-left .index-title span {font-size: .82rem;}
}
@media screen and (max-width:992px) {
	.service-left {padding: 2rem .58rem 1.5rem .55rem;}
	.service-left::before {height: 1.65rem;}
	.service-left .index-title span {font-size: .68rem;}
}
@media screen and (max-width:880px) {
	.service-left {
	    padding: 1.6rem .58rem 1.5rem .55rem;
	}
	.service-left::before {
	    height: 1.4rem;
	}
	.service-left::after {
	    height: 1.3rem;
	}
}

@media screen and (max-width:768px) {
	.service-index {display: block;}
	.service-left {padding: 0;text-align: center;width: 100%;max-width: 100%;padding: .25rem 0;}
	.service-left .index-title {text-align: center;}
	.service-left::after,.service-left::before {display: none;}
	.service-left .index-title span {writing-mode: horizontal-tb;left: 50%;transform: translateX(-50%);width: 100%;}
	.service-right .service-list li {padding: 0 .15rem;}
	.service-left .index-title h2 {font-size: .28rem;line-height: .4rem;}
}
@media screen and (max-width:600px) {
	.service-left .index-title h2 {font-size: .26rem;line-height: .38rem;}
}
@media screen and (max-width:500px) {
	.service-right .service-list li {width: 50%;margin-bottom: .2rem;}
}
@media screen and (max-width:450px) {
	.service-left .index-title h2 {font-size: 20px;line-height: 30px;}
}

/* somax-index */
.somax-index {
	padding: .85rem 0;
	overflow: hidden;
}

.somax-index .somax-left {
	float: left;
	width: 43%;
	padding-right: .65rem;
}

.somax-index .somax-left .index-title {
	text-align: left;
	margin-bottom: .35rem;
}

.somax-index .somax-left .index-title h2 {
	font-family: "OpenSans";
	font-size: 1.5rem;
	line-height: 100%;
	color: #fff;
	/* -webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff; */
	opacity: .8;
}

.somax-index .somax-left .text {
	font-size: .16rem;
	line-height: .34rem;
	color: #999999;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	/* word-break: break-all; */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	text-indent: .3rem;
	margin-bottom: .35rem;
}

.somax-index .somax-right {
	float: right;
	width: 57%;
}
@media screen and (max-width:1366px) {
	.somax-index .somax-left .text {font-size: 15px;line-height: 26px;}
	.somax-index .somax-left .index-title h2 {font-size: 1.1rem;}
}
@media screen and (max-width:992px) {
	.somax-index {padding: .4rem 0;}
	.somax-index .somax-left .index-title {margin-bottom: .25rem;}
	.somax-index .somax-left .index-title h2 {font-size: .8rem;}
	.somax-index .somax-left {float: none;width: 100%;padding-right: 0;}
	.somax-index .somax-right {float: none;width: 100%;margin-top: .3rem;}
	.somax-index .somax-right img {width: 100%;}
}
@media screen and (max-width:768px) {
	.somax-index .somax-left .index-title h2 {font-size: .6rem;}
}
@media screen and (max-width:650px) {
	.somax-index .somax-left .index-title h2 {font-size: .46rem;}
}
@media screen and (max-width:500px) {
	.somax-index .somax-left .index-title h2 {font-size: 30px;}
}

/* cate-index */
.cate-index {
	padding: 1rem 0;
	background: #e9e9e9;
	overflow: hidden;
}

.cate-index .pro_list {
	margin: .7rem 0 .3rem 0;
	position: relative;
}
.cate-index .pro_list .swiper-button-next,.cate-index .pro_list .swiper-rtl .swiper-button-prev {right: -.4rem;}
.cate-index .pro_list .swiper-button-prev,.cate-index .pro_list .swiper-rtl .swiper-button-next {left: -.4rem;}

.cate-index .pro_list .swiper-slide {
	padding: .2rem;
	border-top: 4px solid #d2d2d2;
}

.cate-index .pro_list .swiper-slide .li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cate-index .pro_list .swiper-slide .li p {
	font-family: "OpenSans";
	font-size: .16rem;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
}

.cate-index .pro_list .swiper-slide .li span {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
}

.cate-index .gallery-thumbs .swiper-slide-thumb-active {
	border-top-color: #222222;
	background: #222222;
}

.cate-index .gallery-thumbs .swiper-slide-thumb-active .li p {
	color: #fff;
}

.cate-index .gallery-thumbs .swiper-slide-thumb-active .li span img {
	margin-top: -.36rem;
}

.cate-index .gallery-top .swiper-slide {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.cate-index .gallery-top .swiper-slide .li {
	display: flex;
	flex-wrap: wrap;
	cursor: pointer;
}

.cate-index .gallery-top .swiper-slide .li .cate-left {
	width: 50%;
	padding: .45rem .75rem .7rem .75rem;
}

.cate-index .gallery-top .swiper-slide .li .cate-left .shu {
	display: block;
	font-family: "OpenSans";
	font-size: .62rem;
	line-height: 100%;
	margin-bottom: .3rem;
	font-weight: 600;
}

.cate-index .gallery-top .swiper-slide .li .cate-left .cate-title {
	display: block;
	font-family: "OpenSans";
	font-size: .28rem;
	color: #ee7932;
	line-height: .34rem;
	text-transform: uppercase;
	margin-bottom: .2rem;
	font-weight: 500;
}

.cate-index .gallery-top .swiper-slide .li .cate-left .text {
	font-size: .16rem;
	line-height: .3rem;
	color: rgba(25,27,38,.64);
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	/* word-break: break-all; */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

.cate-index .gallery-top .swiper-slide .li .cate-left .c-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .18rem;
	color: #666666;
	padding-top: .3rem;
	margin-top: .4rem;
	border-top: 1px solid #cbcbcb;
}

.cate-index .gallery-top .swiper-slide .li .cate-left .c-more:hover {
	color: #ee7932;
}

.cate-index .gallery-top .swiper-slide .li .cate-right {
	width: 50%;
	background: url(../images/cate-bg.png) center center no-repeat;
	background-size: cover;
	display: flex;
	align-items: end;
	justify-content: center;
}

@media screen and (max-width:1366px) {
	.cate-index .gallery-top .swiper-slide .li .cate-left .text {font-size: 14px;line-height: 26px;}
	.cate-index .gallery-top .swiper-slide .li .cate-left .c-more {font-size: 14px;}
	.cate-index .pro_list .swiper-slide .li p {font-size: 15px;}
}
@media screen and (max-width:1200px) {
	.cate-index .gallery-top .swiper-slide .li .cate-left {padding: .35rem .5rem .5rem .5rem;}
}

@media screen and (max-width:992px) {
	.cate-index {padding: .4rem 0;}
	.cate-index .pro_list {margin: .3rem 0;}
	.cate-index .gallery-top .swiper-slide .li .cate-left .text {-webkit-line-clamp:5}
	.cate-index .gallery-top .swiper-slide .li .cate-left .shu {font-size: .42rem;margin-bottom: .15rem;}
}
@media screen and (max-width:650px) {
	.cate-index .gallery-top .swiper-slide .li {display: block;}
	.cate-index .gallery-top .swiper-slide .li .cate-left {padding: .25rem;}
	.cate-index .gallery-top .swiper-slide .li .cate-left,.cate-index .gallery-top .swiper-slide .li .cate-right {width: 100%;}
	.cate-index .gallery-top .swiper-slide .li .cate-left .c-more {padding-top: .2rem;margin-top: .2rem;}
}
@media screen and (max-width:500px) {
	.cate-index .p-more {display: none;}
	.cate-index .pro_list .swiper-slide {padding: .15rem;}
	.cate-index .pro_list {margin: .2rem 0;}
}



/*case_section*/
.case_section {padding-bottom: .75rem;}
.case_section .case_main {
	position: relative;
}

.case_section .case_nav {
	position: absolute;
	left: 50%;
	bottom: .1rem;
	width: 1020px;
	margin-bottom: .55rem;
	transform: translateX(-50%);
	z-index: 999;
}
/* .case_section .case_nav::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	position: absolute;
	left: 0;bottom: 31%;
	z-index: 9;
} */

.case_section .case_nav .swiper-wrapper {
	align-items: flex-end;
}
.case_section .case_nav #pro_img_thumbs2 {z-index: 99;}
.case_section .case_nav #pro_img_thumbs2 .swiper-slide {
	padding:0 .08rem;
	transition: 0.5s all;
	cursor: pointer;
	width: 33.33%;
}
.case_section .case_nav #pro_img_thumbs2 .swiper-slide .li {
	padding: .1rem .16rem;
	background: #fff;
}
.case_section .case_nav #pro_img_thumbs2 .swiper-slide .li .case-img {
	flex-shrink: 0;
	width: 100%;
	height: 1rem;
	margin-bottom: .1rem;
	transition: 0.5s all;
	overflow: hidden;
}


.case_section .case_nav #pro_img_thumbs2 .case-tips {
	font-family: "OpenSans";
	font-size: .17rem;
	line-height: .24rem;
	color: #000;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	min-height: .48rem;
	font-weight: 500;
}

.case_section .case_nav #pro_img_thumbs2 p {
	font-size: .16rem;
	color: #000;
	line-height: .26rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.case_section .case_nav #pro_img_thumbs2 i {
	display: inline-block;
	width: 0.46rem;
	height: 0;
	background: #fff;
	color: #333;
	height: 0.46rem;
	line-height: 0.46rem;
	line-height: 0.46rem;
	text-align: center;
	font-size: 0.24rem;
	overflow: hidden;
	transition: 0.5s all;
	position: absolute;
	left: 20px;
	bottom: -100px;
	border-radius: 50%;
}
.case_section .case_nav #pro_img_thumbs2 .swiper-slide.swiper-slide-thumb-active .li .case-img,.case_section .case_nav #pro_img_thumbs2 .swiper-slide.swiper-slide-thumb-active.swiper-slide-active .li .case-img {
	height: 1.2rem;
	transition: 0.5s all;
}
.case_section .case_nav #pro_img_thumbs2 .swiper-slide-thumb-active i {
	bottom: 0.2rem;
}

.case_section #pro_img_gallery2 .swiper-slide {
	position: relative;
	opacity: 0!important;
	overflow: hidden;
}
.case_section #pro_img_gallery2 .swiper-slide.swiper-slide-active {
	opacity: 1!important;
}
.case_section #pro_img_gallery2 .swiper-slide::before {
	content: "";
	display: block;
	width: 100%;
	height: 110%;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;top: 0;
	z-index: 1;
}

.case_section #pro_img_gallery2 .text {
	position: absolute;
	top: 10%;
	width: 100%;
	left: 0;
	transition: all 0.5s;
	-webkit-transform: translate(0%, 50%);
	-moz-transform: translate(0%, 50%);
	-ms-transform: translate(0%, 50%);
	-o-transform: translate(0%, 50%);
	transform: tanslate(0%, 50%);
	z-index: 9;
}

.case_section #pro_img_gallery2 .text .title {
	display: inline-block;
	font-family: "OpenSans";
	color: #fff;
	font-size: 0.32rem;
	line-height: .38rem;
	padding: 0 .05rem;
	text-transform: uppercase;
	position: relative;
	/* margin-bottom: .3rem; */
	width: 100%;
	text-align: center;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/* .case_section #pro_img_gallery2 .text .title::before {
	content: "";
	display: block;
	width:100%;
	height: .15rem;
	background: #ec722f;
	position: absolute;
	bottom: 6px;left: 0;
	z-index: -1;
} */

.case_section #pro_img_gallery2 .text .p {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	max-height: 78px;
	overflow: hidden;
	max-width: 5.6rem;
}

.case_section #pro_img_gallery2 .text .my_more1 {
	border: 1px solid #fff;
	background: none;
	color: #fff;
}

.case_section #pro_img_gallery2 .swiper-slide-active .text {
	top: 91%;
	transform: translateY(-50%);
}
.case_section #pro_img_gallery2 .swiper-slide img {width: 100%;}
.case_section #pro_img_gallery2 .swiper-slide-active img {
	transform: scale(1.03);
}

.case_section .swiper-slide-active {
	display: block;
	position: relative;
	z-index: 333;
}

.case_section .a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.case_section .pro_button,.case_section .case_button {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 200px;
	margin: auto;
	position: relative;
	z-index: 9;
	margin-top:2.1rem;
}

.pro_button .swiper-button-next,.pro_button .swiper-button-prev,.case_button .swiper-button-next,.case_button .swiper-button-prev {
	position: inherit;
	margin-top: 0;
	height: 25px;
}
.pro_button .swiper-pagination,.case_button .swiper-pagination {
	font-family: "OpenSans";
	font-size: .22rem;
	color: #fff;
	margin-top: 0;
	padding-top: 0;
	padding: 0 .1rem;
	margin: 0 20px;
	font-weight: 500;
}
.pro_button .swiper-button-next:after,.pro_button .swiper-rtl .swiper-button-prev:after,.case_button .swiper-button-next:after,.case_button .swiper-rtl .swiper-button-prev:after {
	content: "";
	width: 27px;
	height: 19px;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/btn-right.png);
}
.pro_button .swiper-button-prev:after,.pro_button .swiper-rtl .swiper-button-next:after,.case_button .swiper-button-prev:after,.case_button .swiper-rtl .swiper-button-next:after {
    content: '';
	width: 27px;
	height: 19px;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/btn-left.png);
}

@media screen and (max-width:1366px) {
	.case_section .case_nav #pro_img_thumbs2 p {font-size: 14px;line-height: 24px;}
	.case_section .case_nav #pro_img_thumbs2 .case-tips {font-size: 16px;}
}

@media screen and (max-width:1024px) {
	.case_section {padding-bottom: .4rem;}
	.case_section .case_nav {margin-bottom: .3rem;position: initial;transform: translateX(0);width: 90%;margin-left: 5%;}
	.case_section .case_nav::before {display: none;}
	.case_section .pro_button, .case_section .case_button {margin-top: .3rem;}
	.case_section .case_nav #pro_img_thumbs2 .case-tips {font-size: 14px;line-height: 20px;min-height: 40px;}
}
@media screen and (max-width:768px) {
	.case_section .case_nav {width: 80%;margin-left: 10%;}
	.case_section .case_nav #pro_img_thumbs2 .swiper-slide {width: 50%;}
	.case_section .pro_button, .case_section .case_button {margin-top: 0;}
	.case_section .pro_button {margin-top: 0;}
	.case_section .case_nav #pro_img_thumbs2 .swiper-slide {padding: 0 .1rem;}
	.case_section .case_nav #pro_img_thumbs2 .swiper-slide .li .case-img {width: 100%!important;height: .85rem!important;}
	.case_section .case_nav #pro_img_thumbs2 .swiper-slide.swiper-slide-thumb-active .li .case-img, .case_section .case_nav #pro_img_thumbs2 .swiper-slide.swiper-slide-thumb-active.swiper-slide-active .li .case-img {width: 100%!important;height: .96rem!important;}
	.case_section #pro_img_gallery2 .swiper-slide-active .text {top: 85%;}
}
@media screen and (max-width:650px) {
	.case_section .case_nav #pro_img_thumbs2 .swiper-slide .li {padding: .2rem .16rem;}
	.case_section .case_nav {width: 100%;margin:.15rem 0;}
}
@media screen and (max-width:550px) {
	.case_section .case_nav #pro_img_thumbs2 .swiper-slide {width: 100%;}
	.case_section .case_nav {margin: .15rem 0;}
}
@media screen and (max-width:375px) {
	.case_section #pro_img_gallery2 .text {top:0%}
	/* .case_section #pro_img_gallery2 .swiper-slide-active .text {top: -5%;} */
	.case_section #pro_img_gallery2 .text .title {font-size: 18px;line-height: 22px;margin-bottom: 10px;}
	.case_section #pro_img_gallery2 .text .title::before {display: none;}
}

/* products-index */
.products-index {
	padding: 1.1rem 0;
	background: #f5f5f5;
	overflow: hidden;
}
.products-index .product-wrap {
	display: flex;
	align-items: center;
}
.products-index .products_scrollbar::before {
	content: "HOT  PRODUCTS";
	display: block;
	width: .9rem;
	height: 100%;
	font-family: "OpenSans";
	font-size: .78rem;
	color: #868c94;
	writing-mode: vertical-rl;
	text-transform: uppercase;
	position: absolute;
	right: 0;top: 0;
	z-index: 999;
	font-weight: 600;
}
.products-index .products_scrollbar .swiper-slide {background: #f5f5f5;opacity: 0!important;}
.products-index .products_scrollbar .swiper-slide.swiper-slide-active {opacity: 1!important;}
.products-index .products_scrollbar .swiper-slide .li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.products-index .product-wrap .products-left {
	flex-shrink: 0;
	max-width: 5.5rem;
	padding: .3rem 1rem 0 0;
}
.products-index .product-wrap .products-left .index-title {
	text-align: left;
	margin-bottom: .7rem;
}
.products-index .product-wrap .products-left .index-title span {
	display: block;
	font-family: "OpenSans";
	font-size: .38rem;
	line-height: 100%;
	color: #ec722f;
	/* -webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ec722f; */
	text-transform: uppercase;
	margin-bottom: .7rem;
}
.products-index .product-wrap .products-left .index-title h2 {
	font-size: .46rem;
	line-height: .58rem;
}
.products-index .product-wrap .products-left .text {
	font-family: "OpenSans";
	font-size: .18rem;
	line-height: .3rem;
	color: rgba(25,27,38,.64);
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.products-index .product-wrap .products-left .v-more {margin-top: .75rem;}
.products-index .product-wrap .products-right {
	padding-right: 1.3rem;
	position: relative;
}
.products-index .products_scrollbar .swiper-slide .li::before {
	content: "";
	display: block;
	width: 4.8rem;
	height: 6.6rem;
	background: #868c94;
	position: absolute;
	top: 0;right: 1.4rem;
}
.products-index .pro_button {
	flex-shrink: 0;
	width: 170px;
	padding-left: .8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.products-index .pro_button .swiper-pagination {
	color: #000;
	flex-shrink: 0;
	margin: 0;
}
.products-index .pro_button .swiper-button-next:after,.products-index .swiper-rtl .swiper-button-prev:after {
	background-image: url(../images/probtn-right.png);
}
.products-index .pro_button .swiper-button-prev:after,.products-index .swiper-rtl .swiper-button-next:after {
	background-image: url(../images/probtn-left.png);
}

@media screen and (max-width:1366px) {
	.products-index .product-wrap .products-left .text {font-size: 16px;line-height: 28px;}
	.pro_button .swiper-pagination {font-size: 20px;}
}
@media screen and (max-width:1100px) {
	.products-index .products_scrollbar .swiper-slide .li::before {width: 4.3rem;}
}
@media screen and (max-width:992px) {
	.products-index {padding: .4rem 0;}
	.products-index .pro_button {padding-left:20px;margin: .2rem auto 0 auto;}
	.products-index .products_scrollbar .swiper-slide .li::before {display: none;}
	.products-index .product-wrap {display: block;}
	.products-index .product-wrap .products-left {padding-right: 1rem;}
	.products-index .products_scrollbar::before {font-size: .7rem;}
	.products-index .product-wrap .products-left .index-title span {font-size: 26px;}
}
@media screen and (max-width:768px) {
	.products-index .products_scrollbar .swiper-slide .li {display: block;}
	.products-index .product-wrap .products-left {max-width: 100%;width: 100%;padding: 0 1.3rem .3rem 0;}
	.products-index .product-wrap .products-left .index-title span {margin-bottom: .2rem;}
	.products-index .product-wrap .products-left .index-title h2 {
	    font-size: .32rem;
	    line-height: .44rem;
	}
	.products-index .product-wrap .products-left .index-title {margin-bottom: .2rem;}
	.products-index .product-wrap .products-left .v-more {
	    margin-top: .3rem;
	}
}
@media screen and (max-width:600px) {
	.products-index .product-wrap .products-left .index-title h2 {
	    font-size: .26rem;
	    line-height: .34rem;
	}
	.products-index .product-wrap .products-left .index-title span {display: none;}
	.products-index .products_scrollbar::before {
	    font-size: .7rem;
	}
}
@media screen and (max-width:500px) {
	.products-index .products_scrollbar::before {
	    font-size: .7rem;
	}
}
@media screen and (max-width:450px) {
	.products-index .product-wrap .products-left .index-title h2 {
	    font-size: 20px;
	    line-height: 30px;
	}
	.products-index .products_scrollbar::before {display: none;}
	.products-index .product-wrap .products-left,.products-index .product-wrap .products-right {padding-right: 0;}
}



/* partner-index */
.partner-index {
	padding: .75rem 0;
}
.partner-index .index-title h2 {
	color: #fff;
	position: relative;
}
/* .partner-index .index-title h2::before {
	content: "";
	display: block;
	width: 3rem;
	height: 20px;
	background: #ee7932;
	position: absolute;
	left: 30.5%;bottom: 6px;
	z-index: -1;
} */
.partner-index .partner-wrap {
	margin: .4rem 0 0 0;
	padding: .85rem .75rem;
	background: rgba(255,255,255,.04);
	-webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 5%);
	clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 5%);
}

.partner-index .partnertwo_scrollbar .swiper-wrapper {height: 257px;}
.partner-index .partnertwo_scrollbar .swiper-wrapper::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.1);
	position: absolute;
	left: 0;top: 50%;
	transform: translateY(-50%);
}
.partner-index .partnertwo_scrollbar .swiper-slide {height: 128.5px;opacity: .7;border-right: 1px solid rgba(255,255,255,.1);}
.partner-index .partnertwo_scrollbar .swiper-slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 128.5px;
	overflow: hidden;
}
.partner-index .partnertwo_scrollbar .swiper-slide:hover a img {transform: scale(1.05);}

.partner-index .swiper-horizontal>.swiper-pagination-bullets,.partner-index .swiper-pagination-bullets.swiper-pagination-horizontal,.partner-index .swiper-pagination-custom,.partner-index .swiper-pagination-fraction {
	text-align: center;
	margin-top: .3rem;
}

.partner-index .partner-btn {
	padding: 0 .1rem;
	display: none;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width:1366px) {
	.partner-index .index-title h2::before {bottom: 0;}
	.partner-index .partner-wrap {padding: .5rem .65rem;}
}

@media screen and (max-width:992px) {
	.partner-index {padding: .4rem 0;}
	.partner-index .index-title h2::before {display: none;}
	.partner-index .partner-wrap {padding: .3rem;}
}
@media screen and (max-width:768px) {
	.partner-wrap {margin-top: 0;}
	.partner-index .partner-btn {margin-top: .2rem;}
	.partner-index .partnertwo_scrollbar .swiper-slide a,.partner-index .partnertwo_scrollbar .swiper-slide {height: 108px;}
	.partner-index .partnertwo_scrollbar .swiper-wrapper {
	    height: 216px;
	}
}
@media screen and (max-width:550px) {
	.partner-index .partnertwo_scrollbar .swiper-slide {padding: .05rem;}
	.partner-index .partner-btn {margin-top: 0;}
}

/* agents-index */
.agents-index {
	position: relative;
	overflow: hidden;
}
.agents-index .agents-img img {width: 100%;}
.agents-index .container {
	position: absolute;
	left: 50%;top: 50%;
	transform: translate(-50%,-50%);
} 
.agents-index .agents-wenzi {
	max-width: 8rem;
	float: right;
	margin-right: 1rem;
}
.agents-index .agents-wenzi h2 {
	font-family: "OpenSans";
	font-size: .7rem;
	line-height: 1.2rem;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 6px 13px 10px rgba(0,0,0,.8);
	position: relative;
	z-index: 2;
	font-weight: 500;
}
/* .agents-index .container span {
	display: block;
	max-width: 9rem;
	font-family: "OpenSans";
	font-size: .8rem;
	line-height: 1.2rem;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #3a829a;
	position: absolute;
	right: .1rem;top: 50%;
	transform: translateY(-50%);
	z-index: 1;
} */

@media screen and (max-width:1570px) {
	.agents-index .agents-wenzi {margin-right: 2.2rem;}
}
@media screen and (max-width:992px) {
	.agents-index .agents-wenzi {float: right;text-align: right;margin-right: 0;margin-left: .5rem;}
	.agents-index .agents-wenzi h2 {font-size: .5rem;line-height: .64rem;}
	.agents-index .container span {max-width: 8rem;font-size: .9rem;right: 0;line-height: 1rem;}
}
@media screen and (max-width:768px) {
	.agents-index .agents-wenzi h2 {font-size: .46rem;line-height: .54rem;}
}
@media screen and (max-width:650px) {
	.agents-index .agents-wenzi h2 {font-size: .34rem;line-height: .46rem;}
	.agents-index .container span {
	    max-width: 100%;
	    font-size: .7rem;
	    left: .2rem;right: auto;
	    line-height: .8rem;
	}
}
@media screen and (max-width:450px) {
	.agents-index .agents-wenzi h2 {font-size: 22px;line-height: 28px;}
	.agents-index .container span {font-size: 34px;line-height: 40px;}
}


/* foot-index */
.foot-index {
	background-color: #131313;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.foot-topcon {
	padding: .31rem .5rem;
	background: #121212;
}

.foot-topcon ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	flex-wrap: wrap;
}

.foot-topcon ul li {
	display: flex;
	padding: 0 .8rem;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.foot-topcon ul li:last-child {
	padding-right: 0;
	border-right: none;
}

.foot-topcon ul li .foottop-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: .6rem;
	height: .6rem;
	border: 1px solid #fff;
	margin-right: .29rem;
}

.foot-topcon ul li b {
	display: block;
	font-family: "OpenSans";
	font-size: .22rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	line-height: .22rem;
	margin-bottom: .15rem;
}

.foot-topcon ul li a {
	display: inline-block;
	max-width: 3.64rem;
	font-size: .18rem;
	line-height: .26rem;
	color: rgba(255, 255, 255, .7);
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.submit-wrap {
	padding: .02rem .25rem .07rem .25rem;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, .2);
	position: relative;
}

.submit-wrap legend {
	padding: 0 .05rem;
	font-size: .16rem;
	color: rgba(255, 255, 255, .7);
	font-weight: 300;
	line-height: .22rem;
}

.foot-index .input-list {
	position: relative;
}

.foot-index .input-list .fot_input {
	font-family: "OpenSans";
	width: 100%;
	height: .5rem;
	font-size: .16rem;
	color: #999999;
	background: rgba(255,255,255,.1);
	padding: .1rem;
}

.foot-index .input-list .fot_input::-webkit-input-placeholder {
	color: #999999;
}

.foot-index .input-list .ms_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "OpenSans";
	width: .95rem;
	height: .42rem;
	font-size: 14px;
	background: #ec722f;
	border-left: none;
	color: #fff;
	position: absolute;
	right: .04rem;top: .04rem;
	border-radius: 5px;
	padding: 0;
}

.foot-index .input-list .ms_btn input {
	font-size: 14px;
}

.foot-index .input-list .ms_btn:after {
	display: none;
}

.foot-wrap {
	padding: .75rem 0 0 0;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}

.foot-con-top a {
	display: block;
	font-size: .16rem;
	line-height: .26rem;
	color: #999999;
}

.foot-con-top a:hover {
	text-decoration: underline;
}

.foot-con-top b {
	display: block;
	font-family: "OpenSans";
	font-size: .24rem;
	color: #ec722f;
	font-weight: 500;
	margin-bottom: .05rem;
}

.foot-con-top span {
	display: block;
	font-size: .16rem;
	line-height: .26rem;
	color: #999999;
}

.foot-con-top>div {
	margin-bottom: .08rem;
}


.foot-pro.foot-con .ewm-img {
	margin-top: .5rem;
}

.foot-wrap .f-text {
	font-size: .16rem;
	color: #fff;
	line-height: .26rem;
	margin-bottom: .25rem;
}

.foot-wrap .foot-pro {
	float: left;
	width: 21%;
	padding-right: .3rem;
}

.foot-wrap .foot-pro.foot-app {
	padding-right: 0;
}

.foot-wrap .pro-left {
	display: flex;
	flex-wrap: wrap;
}
.foot-wrap .pro-left .foot-pro {width: 33.33%;margin-bottom: .45rem;}

.foot-wrap .foot-pro.foot-link {
	width: 28.5%;
}

.foot-wrap .foot-pro.footabout {
	width: 33%;
	padding-right: .8rem;
}

.foot-wrap .foot-pro.foot-con {
	width: 43%;
	padding-right: 1.4rem;
	padding-left: 0;
}

.foot-wrap .foot-pro.footabout .text {
	font-size: .16rem;
	line-height: .26rem;
	color: #fff;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.foot-wrap .foot-pro.foottop-logo {
	width: 38%;
	padding-right: 1.2rem;
}
.foot-wrap .foot-pro.foot-hot {padding-right: 0;width: 25%;}


.foot-wrap .foot-pro.foot-prolist {
	width: 38%;
	padding-right: .1rem;
}

.foot-wrap .foot-pro .f-title {
	font-family: "OpenSans";
	font-size: .26rem;
	color: #fff;
	line-height: 100%;
	margin-bottom: .3rem;
	position: relative;
	font-weight: 500;
}

.foot-wrap .foot-pro .f-title.foot-logo {
	padding-top: 0;
}

.foot-wrap .foot-pro .f-title.foot-logo img {
	width:2.08rem;
}

.foot-wrap .foot-list li {
	list-style: none;
	line-height: .2rem;
	margin-bottom: .1rem;
}

.foot-wrap .foot-list li:last-child {
	margin-bottom: 0;
}

.foot-wrap .foot-prolist .foot-list li {
	float: left;
	width: 50%;
	padding-right: .25rem;
	margin-bottom: .1rem;
}

.foot-wrap .foot-list li a {
	font-size: .16rem;
	line-height: .24rem;
	color: #999999;
}

.foot-wrap .foot-list li a:hover {
	text-decoration: underline;
	color: #ec722f;
}

.foot-wrap .foot-pro.foot-submit {
	width: 43%;
	padding-right: 1.4rem;
}

.foot-wrap .foot-right {
	float: left;
	width: 62%;
	padding-left: .45rem;
}

.foot-wrap .foot-pro.foot-submit .text {
	font-size: .16rem;
	line-height: .24rem;
	color:#999999;
	margin-bottom: .2rem;
}

.foot-wrap .foot-pro .foot-text {
	font-size: .16rem;
	color: #333;
	line-height: .3rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.link-wrap {
	display: flex;
	align-items: center;
	padding: .3rem;
	background: rgba(255, 255, 255, .1);
	overflow: hidden;
}

.link-wrap .link-title {
	font-family: "OpenSans";
	font-size: .22rem;
	color: #fff;
	text-transform: uppercase;
	margin-right: .2rem;
	flex-shrink: 0;
	width: 100px;
}

.link-wrap .link-title img {
	display: inline-block;
	vertical-align: -3px;
	margin-right: .1rem;
}

.link-wrap .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}

.link-wrap .bd {
	width: 80%;
}

.link-wrap .bd ul {
	overflow: hidden;
	zoom: 1;
	display: flex;
}

.link-wrap .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	min-width: 1.7rem !important;
}

.link-wrap .bd ul li a {
	font-size: 15px;
	color: #aaa;
}

.link-wrap .bd ul li a:hover {
	color: #ec722f;
}

.connect-wrap .connect-title {
	font-size: .22rem;
	line-height: 100%;
	font-weight: 500;
	color: #fff;
	margin: .25rem 0;
}

.shemei-bottom {
	display: flex;
	align-items: center;
	margin-top: .25rem;
}

.shemei-bottom a {
	display: flex;
	align-items: center;
	justify-content: center;
	width:36px;
	height:36px;
	background: rgba(255, 255, 255, .02);
	border-radius: 50%;
	margin-right: .1rem;
}

.copy-left {
	font-size: .16rem;
	line-height: .24rem;
	color:#aaa;
	padding: .35rem 0 .5rem 0;
	text-align: left;
	border-top: 1px solid rgba(255,255,255,.2);
}
.copy-left a,.copy-left p {
	font-size: .16rem;
	line-height: .24rem;
	color:#aaa;
}

.copy-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.copy-left a {
	display: inline-block;
	color:#aaa;
	margin: 0 .02rem;
}
.copy-left a:hover {
	text-decoration: underline;
}

.copy-left img {
	display: inline-block;
	vertical-align: -3px;
	margin: 0 2px;
}

.copy-left a:hover {
	text-decoration: underline;
}

.copy-left i {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, .5);
	vertical-align: middle;
	margin: 0 4px;
}

@media screen and (max-width:1440px) {
	.foot-wrap .foot-pro.footabout .text,
	.foot-wrap .f-text,
	.foot-index .foot-top p,
	.foot-wrap .foot-pro.foot-submit .text,
	.foot-con-top span,
	.foot-con-top a,
	.foot-wrap .foot-list li a,
	.copy-left {
		font-size: 16px;
		line-height: 24px;
	}

	.foot-index .foot-top .input-list .ms_btn {
		min-width: 100px;
	}
}

@media screen and (max-width:1366px) {
	.foot-topcon {
		padding: .3rem .3rem;
	}

	.foot-topcon ul li {
		padding: 0 .2rem;
	}

	.foot-topcon ul li b {
		font-size: 17px;
		line-height: 18px;
	}

	.foot-topcon ul li a {
		font-size: 15px;
		line-height: 20px;
	}

	.foot-topcon ul li .foottop-icon {
		width: 55px;
		height: 55px;
	}

	.foot-index .foot-top .input-list {
		min-width: 50%;
	}

	.foot-index .foot-top p {
		max-width: 80%;
	}

	.foot-wrap .foot-pro.footabout .text,
	.foot-wrap .f-text,
	.foot-index .foot-top p {
		font-size: 15px;
		line-height: 26px;
	}

	.foot-top .input-list .fot_input,
	.foot-index .foot-top .input-list .fot_input,
	.foot-index .foot-top .input-list .ms_btn {
		font-size: 15px;
	}

	.foot-top .foot-con-title p {
		font-size: 13px;
		line-height: 24px;
	}

	.foot-wrap .foot-list li a {
		font-size: 16px;
		line-height: 20px;
	}

	.foot-con-top>div {
		margin-bottom: 8px;
	}

	.foot-con-top span,
	.foot-con-top a {
		font-size: 16px;
		line-height: 26px;
	}

	.foot-submit .input-list .ms_btn {
		font-size: 14px;
		height: 40px;
		top: 4px;
	}

	.foot-submit .input-list .fot_input {
		height: 48px;
		font-size: 16px;
	}

	.foot-contact p a,
	.foot-contact p {
		font-size: 16px;
		line-height: 30px;
	}

	.foot-contactlist li span.foot-icon {
		width: 45px;
		height: 45px;
	}

	.foot-wrap .foot-pro.foot-service {
		width: 20%;
	}

	.copy-left {
		font-size: 16px;
		line-height: 26px;
		padding: .25rem 0 .7rem 0;
	}
	.copy-left a,.copy-left p {font-size: 16px;line-height: 26px;}
	.copy-wrap p {
		display: inline;
	}

	.shemei-bottom a {
		width: 35px;
		height: 35px;
	}

	.foot-news {
		height: 215px;
	}

	.foot-wrap .foot-pro.footabout {
		padding-right: 1rem;
	}

	.foot-index .foot-top .input-list .fot_input,
	.foot-index .foot-top .input-list .ms_btn {
		height: 50px;
	}

	.foot-wrap .foot-list li {
		margin-bottom: 2px;
	}

	.foot-con-top b {
		font-size: 20px;
	}

	.submit-wrap legend {
		font-size: 15px;
		line-height: 20px;
	}
}

@media screen and (max-width:1200px) {
	.copy-left .shemei-bottom {
		justify-content: center;
		margin-bottom: .2rem;
	}

	.copy-left .copy-r {
		text-align: center;
	}

	.foot-wrap .foot-pro .f-title {
		font-size: 22px;
	}

	.connect-wrap .connect-title {
		font-size: 20px;
	}

	.copy-left {
		display: block;
	}

	.copy-wrap,
	.copy-l {
		display: block;
		text-align: center;
	}

	.copy-l a.logo-f {
		display: none;
	}

	.copy-left p {
		display: inline;
		text-align: center;
	}

	.foot-con-top span {
		max-width: none;
	}

	.foot-wrap .foot-pro.footabout {
		width: 30%;
		padding-right: .5rem;
	}

	.foot-toptitle {
		font-size: 26px;
	}

	.foot-wrap .foot-pro.foot-con {
		padding-right: .5rem;
	}
}

@media screen and (max-width:1100px) {
	.foot-topcon ul li {
		width: 25%;
	}
}


@media screen and (max-width:1024px) {
	.foot-wrap .foot-pro.footabout {
		padding-right: 1rem;
	}

	.foot-wrap .foot-pro.foot-service {
		width: 17%;
	}

	.foot-topcon ul li {
		width: 50%;
		padding-left: 1rem;
		margin: .15rem 0;
	}
}

@media screen and (max-width:992px) {
	.foot-con-top .foot-add-t span {
		background: url(../images/foot_add.png) left 5px no-repeat;
	}

	.link-wrap {
		padding: .2rem;
	}

	.foot-pro.foot-con .ewm-img {
		margin-top: .25rem;
	}

	.link-wrap .bd ul li {
		min-width: 200px !important;
	}

	.foot-wrap .foot-right {
		width: 100%;
		padding-left: 0;
	}

	.foot-index .foot-top .input-list {
		min-width: 55%;
		padding-left: .5rem;
	}

	.foot-index .foot-top p {
		max-width: 100%;
		margin: 5px 0 10px 0;
	}

	.foot-index .foot-top .foot-toptitle {
		font-size: 22px;
		line-height: 28px;
	}

	.foot-index .foot-top {
		max-width: 100%;
		padding: .4rem 0 .3rem 0;
	}

	.foot-wrap .foot-pro.foot-con {
		margin-top: .2rem;
	}

	.foot-wrap .foot-pro,
	.foot-news-pro {
		display: none;
	}

	.foot-wrap .foot-pro.footabout,
	.foot-wrap .foot-pro.foot-submit {
		display: block;
		float: none;
		width: 100%;
	}

	.foot-wrap .foot-pro.foot-con {
		float: none;
		width: 100%;
		display: block;
		padding: 0;
		margin-bottom: .1rem;
		border-right: none;
	}

	.foot-wrap .foot-pro .f-title,
	.foot-wrap .f-text {
		margin-bottom: 20px;
	}

	.copycenter {
		font-size: 14px;
		border-top: 1px solid rgba(255, 255, 255, .2);
	}

	.foot-wrap .foot-pro.foot-submit {
		border-right: none;
		margin-top: 20px;
		padding-right: 0;
	}

	.foot-wrap {
		display: block;
		padding: 0.25rem 0 .2rem 0;
	}

	.foot-wrap .foot-con .foot-logo {
		margin-bottom: .2rem;
	}

	.text {
		font-size: 15px;
	}

	.copy-wrap .copy-right,
	.copy-wrap .copy-left {
		float: none;
		display: inline-block;
	}

	.foot-navlist {
		display: none;
	}

	.index-title h2 {
		font-size: .32rem;
		line-height: .38rem;
	}

	.index-title p span {
		font-size: .48rem;
	}

	.foot-contactlist li:first-child {
		width: 100%;
	}

	.foot-contactlist li {
		width: 49%;
		margin-bottom: .2rem;
	}

	.foot-contact-wrap {
		padding-top: .4rem;
	}

	.foot-wrap .foot-pro.foottop-logo {
		display: block;
		width: 100%;
		padding-right: 0;
		float: none;
	}

	.foot-con-top .foot-add-t a {
		background-position: left 2px;
	}

	.foot-con-top>div {
		margin-bottom: 10px;
	}

	.foot-top .foot-con-title {
		max-width: 400px;
	}

	.copy-left {
		padding-bottom: .8rem;
		text-align: center;
	}

	.foot-wrap .foot-pro.foot-submit .text {
		margin-bottom: .15rem;
	}

	.shemei-center {
		margin-top: .25rem;
	}

	.foot-topcon ul li {
		padding-left: .4rem;
	}

	.foot-topcon ul li:nth-child(2n) {
		border-right: none;
	}

	.foot-submit .input-list .ms_btn {
		width: 100px;
		padding: 12px;
	}

	.copy-left .copy-l {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.foot-index .foot-top {
		display: block;
	}

	.foot-top .foot-con-title {
		max-width: 100%;
		margin-bottom: 10px;
	}

	.foot-index .foot-top .input-list {
		max-width: 100%;
		width: 100%;
		padding-left: 0;
		margin-top: .2rem;
	}

	.index-title h2 {
		font-size: .28rem;
		line-height: .32rem;
	}

	.shemei-list::before,
	.shemei-list::after {
		width: 39%;
	}

	.shemei-list {
		margin-top: .2rem;
	}

	.foot-contactlist li b {
		font-size: 20px;
		line-height: 24px;
	}

	.copy-left {
		padding-bottom: .75rem;
	}

	.foot-top .input-list .fot_input,
	.foot-top .input-list .ms_btn {
		height: 45px;
	}

	.foot-topcon {
		padding: .3rem 15px 0 15px;
	}

	.foot-topcon ul li .foottop-icon {
		margin-right: .15rem;
	}
}

@media screen and (max-width:650px) {
	.foot-topcon ul li {
		padding-left: .2rem;
	}
}


@media screen and (max-width:600px) {

	.shemei-list::before,
	.shemei-list::after {
		width: 36%;
	}

	.index-title h2 {
		font-size: .26rem;
		line-height: .32rem;
	}

	.foot-top .foottop-l {
		font-size: .28rem;
		line-height: .32rem;
	}
}

@media screen and (max-width:550px) {
	.foot-topcon ul li {
		padding: 0;
		border: none;
		width: 100%;
	}

	.foot-topcon ul li a {
		max-width: 100%;
	}

	.foot-submit .input-list .ms_btn {
		width: 125px;
	}
}

@media screen and (max-width:500px) {
	.foot-top {
		display: block;
	}
}

@media screen and (max-width:450px) {
	.index-title h2 {
		font-size: 20px;
	}
}

@media screen and (max-width:375px) {
	.foot-top .foot-con-title {
		padding-left: 0;
		padding-top: 60px;
		background: url(../images/con-top.png) top left no-repeat;
		background-size: auto 50px;
	}
}

/*back-top*/
.progress-wrap {
	position: fixed;
	right: 0.3rem;
	bottom: 80px;
	height: 0.46rem;
	width: 0.46rem;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
	z-index: 8888888;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f106";
	text-align: center;
	line-height: 0.46rem;
	font-size: 0.24rem;
	color: #ec722f;
	left: 0;
	top: 0;
	height: 0.46rem;
	width: 0.46rem;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #ec722f;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

#whatsapp {
	z-index: 999998;
	position: fixed;
	right: 0.28rem;
	bottom: 20px;
	font-size: 12px;
}

#floatShow2 {
	display: block;
}

#floatHide2 {
	display: none;
}

#whatsapp_tab #floatShow2 {
	font-family: 'OpenSans';
	line-height: 50px;
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	transition: all .5s ease;
	display: block;
	padding-left: 50px;
	height: 50px;
	background: #ec722f;
	border-radius: 0;
	margin-bottom: -20px;
	box-shadow: 0 0 10px rgba(255, 255, 255, .2);
}

#whatsapp_tab #floatShow2 i {
	width: 30px;
	height: 30px;
	fill: #fff;
}

#whatsapp_tab .animated {
	opacity: 1;
}

#whatsapp_tab #floatShow2 .online_icon {
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s ease;
}

#whatsapp_tab #floatShow2 .online_icon i {
	transition: all .5s ease;
	font-size: 27px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 29px;
	height: 29px;
}

#whatsapp_tab #floatShow2 .online_open,
#whatsapp_tab #floatShow .online_close {
	transition: all .5s ease;
}

#whatsapp_tab #floatShow2 .online_open {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	display: inline-flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

#whatsapp_tab #floatShow2 .online_mobile {
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	transition: all .5s ease;
}

#whatsapp_tab #floatShow2 .online_mobile svg {
	fill: #fff;
}

#whatsapp_tab #floatShow2:hover .online_open {
	opacity: 1;
}

#whatsapp_tab #floatShow2:hover .online_close {
	opacity: 0;
}

#whatsapp_tab #floatShow2:hover {
	margin-right: 0;
}

#whatsapp_tab #floatShow2 p {
	color: #fff;
	line-height: 1.5;
	margin-right: 7px;
	padding: 18px 12px 15px 0;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	height: 50px;
	color: #fff;
	line-height: 14px;
	font-size: 16px;
	text-transform: uppercase;
}

#whatsapp_tab #floatShow2:hover {
	margin-right: 0;
}

#whatsapp_tab #floatHide2 {
	font-family: "FontAwesome";
	height: 100%;
	color: #fff;
	width: 100%;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	transition: all .5s ease;
	display: block;
	opacity: 0;
	transform: scale(0) rotate(-1turn);
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #ec722f;
}

#whatsapp_tab #floatHide2:after {
	border-radius: 0;
	color: #999;
	font-family: "FontAwesome";
	font-size: 20px;
	content: "\f00d";
	color: #fff;
	line-height: 50px;
}

#whatsapp_tab #floatShow2:hover,
#whatsapp_tab #floatHide2:hover {
	text-decoration: none;
}

#onlineService2 {
	display: inline;
	width: 350px;
	display: none;
	font-size: 14px;
	border-top: none;
	margin-bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 5px 30px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
	border-radius: 5px;
	background: #f9fafa;
	margin-right: 60px;
}

#whatsapp_tab #floatShow2 .online_icon i.icon-mes {
	font-size: 24px;
	margin-left: 3px;
}

#onlineService2 .title {
	font-family: 'OpenSans';
	background: #ec722f;
	display: flex;
	fill: #fff;
	padding: 10px 20px;
	align-items: center;
	text-transform: uppercase;
}

#onlineService2 .title i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	flex-shrink: 0;
	margin-right: 0.1rem;
	font-size: 32px;
	color: #fff;
}

#onlineService2 .title .h4 {
	font-family: 'OpenSans';
	color: #fff;
	font-size: 18px;
}

#onlineService2 .title p {
	color: #fff;
	line-height: 20px;
}

#onlineService2 .li {
	padding: 5%;
}

#onlineService2 .li a {
	background-color: #eee;
	margin-bottom: 15px;
	padding: 8px;
	line-height: 20px;
}

#onlineService2 .li a .icon svg {
	width: 50px;
	height: 50px;
	fill: #ec722f;
	margin-right: 10px;
}

#onlineService2 .li a:hover {
	background-color: #ddd;
}

#whatsapp .inquiry {
	padding: 0.2rem;
	background: #fff;
	font-size: 13px;
}

#whatsapp .inquiry .p {
	font-size: 14px;
	color: #888;
	line-height: 20px;
	margin-bottom: 0.1rem;
	font-family: "OpenSans";
}


@media screen and (min-width: 992px) {
	#whatsapp_tab #floatHide2 {
		top: 0;
		right: 60px;
	}
}

@media only screen and (max-width: 768px) {
	#whatsapp_tab #floatShow2 {
		box-shadow: 0 2px 8px 1px rgb(0 78 152 / 20%);
		border-radius: 30px;
	}

	#whatsapp_tab {
		position: initial;
	}

	#whatsapp_tab #floatShow2 p {
		display: none !important;
	}

	#whatsapp {
		right: 0;
		bottom: 0;
		width: 100%;
	}

	.back-home {
		display: none;
	}

	.progress-wrap {
		bottom: 60px;
	}

	#whatsapp {
		right: 0;
	}

	#onlineService2 {
		width: 100%;
		margin-bottom: 48px;
	}

	#whatsapp_tab {
		width: 48px;
		height: 48px;
		spadding: 0;
		box-shadow: none;
		border-radius: 50%;
		z-index: 9999999999;
		right: 50%;
		margin-right: -25px;
		bottom: 10px;
		position: absolute;
	}

	#whatsapp_tab #floatShow2 .online_icon {
		width: 100%;
		height: 100%;
		left: 0;
		margin-top: 0;
		top: 0;
	}

	#whatsapp_tab #floatShow2 .online_close,
	#whatsapp_tab #floatShow2 .online_open {
		display: none;
	}

	#whatsapp_tab #floatShow2 .online_mobile {
		display: flex;
	}

	#whatsapp_tab #floatShow2 p {
		display: none;
	}

	#whatsapp_tab #floatShow2:after {
		display: none;
	}

	.i_message_inquiry .inquiry {
		padding-left: 5px;
		padding-right: 5px;
	}

	.mobile_nav {
		display: block;
		box-sizing: content-box;
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
	}

	#whatsapp {
		box-sizing: content-box;
		margin-bottom: constant(safe-area-inset-bottom);
		margin-bottom: env(safe-area-inset-bottom);
	}

	.progress-wrap {
		box-sizing: content-box;
		margin-bottom: constant(safe-area-inset-bottom);
		margin-bottom: env(safe-area-inset-bottom);
	}

	.mobile_nav a i {
		width: 28px;
		height: 28px;
	}

	.mobile-footer-bottom {
		padding-bottom: 70px;
	}
}

/*fixed-contact*/
.fixed-contact {
	z-index: 999999;
	position: fixed;
	right: 0;
	top: 40%;
	width: 50px;
	margin-top: -90px;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s;
	transform: translateX(95px);
	-webkit-transform: translateX(95px);
	-moz-transform: translateX(95px);

}

.fixed-contact.show {
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.fixed-contact.active {
	width: 310px;
}

.fixed-contact li {
	position: relative;
	height: 50px;
	overflow: hidden;
	transition: all .4s;
	list-style: none;
	background: #ec722f;
	background-size: cover;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fixed-contact.active li a {
	opacity: 1;
}

.fixed-contact li a {
	position: relative;
	z-index: 1000;
	display: block;
}

.fixed-contact li i {
	width: 45px;
	height: 50px;
	color: #fff;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fixed-contact li i.icon-email {
	font-size: 20px;
}

.fixed-contact.active li:last-child:after {
	display: none;
}

.fixed-contact li:hover i,
.fixed-contact li:hover a {
	color: #fff;
}

.fixed-contact .online_p i {
	background-position: 0 -262px;
	border-top-left-radius: 30px;
	-moz-border-top-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	-moz-border-top-right-radius: 30px;
	-webkit-border-top-right-radius: 30px;
}

.fixed-contact li a {
	position: absolute;
	top: 0;
	right: -115px;
	display: block;
	width: 225px;
	line-height: 110%;
	padding: 18px 0 0 50px;
	color: #fff;
	white-space: nowrap;
	transition: all .4s;
	font-size: 16px;
	text-align: left;
	opacity: 0;

}

.fixed-contact.active li a {
	right: 85px;
}

.fixed-contact .online_code a img {
	max-width: 80px;
	margin: 0 4px;
}

.fixed-contact .online_code p {
	margin-bottom: 8px;
}

.fixed-contact.active .online_code {
	height: 130px;
}

.fixed-contact.active .online_code a p {
	margin: 0;
	margin-bottom: 5px;
}

.fixed-contact li.online_code:hover a {
	opacity: 1;
	right: auto;
	left: 0;
}

@media only screen and (max-width: 992px) {
	.fixed-contact {
		display: none !important;
	}

	.fixed-contact.show {
		opacity: 0;
	}
}


.mobile_nav {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
	display: none;
	z-index: 9999;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.4);
	border-radius: 2px 2px 0 0;
	background: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 2px 0 20px 0 rgb(0 0 0 / 8%);
}

.mobile_nav a {
	display: inline-block;
	width: 20%;
	padding: 0 4px;
	float: left;
	text-align: center;
}

.mobile_nav a i {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #808080;
	margin: 0.1rem auto 0 auto;
	font-size: 18px;
}

.mobile_nav a i.icon-product {
	font-size: 20px;
}

.mobile_nav a p {
	color: #666;
	padding-top: 5px;
	font-size: 0.12rem;
	text-transform: uppercase;
	line-height: 12px;
	margin: 0;
	margin-bottom: 0.1rem;
}

.mobile_nav a:nth-child(3),
.mobile_nav a:nth-child(4) {
	float: right;
}

@media only screen and (max-width: 768px) {
	.mobile_nav {
		display: block;
	}

	.mobile_nav a p {
		text-transform: capitalize;
	}

	.footer_bottom {
		margin-bottom: 70px;
		text-align: left;
		font-size: 12px;
		margin-top: 0;
	}
}


@media only screen and (max-width: 992px) {
	#service {
		display: none;
	}

	#onlineService01 {
		width: 150px;
	}

	#online_qq_tab #floatShow {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
	#online_qq_layer {
		right: 0;
	}

	#onlineService {
		width: 100%;
		padding: 0;
	}

	#online_qq_layer {
		width: 100%;
		bottom: 0;
	}

	#online_qq_tab {
		width: 100%;
	}

	#online_qq_tab #floatShow {
		background: #333 url(../images/icon.png) no-repeat -128px -218px;
		border-radius: 0;
		margin-right: 0;
		width: 50px;
		height: 50px;
		position: absolute;
		left: 50%;
		bottom: 10px;
		margin-left: -25px;
		border: 3px solid #fff;
		padding: 0;
		box-shadow: none;
		border-radius: 50%;
		text-indent: -999999px;
		z-index: 6666666;
	}

	#online_qq_tab #floatShow i {
		display: none;
	}

	#online_qq_tab #floatShow span {
		display: none;
	}

	.footer-bottom {
		padding-bottom: 60px;
	}

	#onlineService .i_message_inquiry .main-more input {
		padding: 8px 20px;
	}

	#onlineService .title {
		color: #fff;
		font-size: 18px;
	}

	#online_qq_layer {
		box-sizing: content-box;
		margin-bottom: constant(safe-area-inset-bottom);
		margin-bottom: env(safe-area-inset-bottom);
	}

	.mobile_nav {
		display: block;
		box-sizing: content-box;
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
	}

	.progress-wrap {
		box-sizing: content-box;
		margin-bottom: constant(safe-area-inset-bottom);
		margin-bottom: env(safe-area-inset-bottom);
	}

}

@media only screen and (max-width: 375px) {
	.mobile_nav a p {
		text-transform: capitalize;
	}
}



@media only screen and (max-width: 992px) {
	#service {
		display: none;
	}

	#onlineService01 {
		width: 150px;
	}

	.onlineMenu .call-top {
		padding: 8px 5px;
	}

	.onlineMenu .call-top p {
		font-size: 16px;
	}

	.onlineMenu ul {
		padding: 10px;
	}

	.onlineMenu .call>p {
		padding-left: 20px;
		font-size: 0.14rem;
	}

	.onlineMenu .call>p a {
		font-size: 0.14rem;
	}

	.onlineMenu .call>p.ser01,
	.onlineMenu .call>p.ser02,
	.onlineMenu .call>p.ser03,
	.onlineMenu .call>p.ser04,
	.onlineMenu .call>p.ser05 {
		background-size: 0.14rem;
	}

	#online_qq_tab #floatShow:before {
		display: none;
	}
}


/* 内页 标题 */
.n_title img {
	float: left;
	margin-right: 10px;
}

.mbx_section {
	text-align: center;
	font-size: 15px;
	position: relative;
	z-index: 333;
	padding: 10px 0;
}

.mbx_section span {
	margin-right: 0.04rem;
	color: #ec722f;
}

.mbx_section i {
	color: #ec722f;
	margin: 0px 0.1rem;
}

@media only screen and (max-width:992px) {
	.mbx_section {
		display: block;
	}

	.n_title {
		display: none;
	}
}

/* about */
.page_section {
	position: relative;
	padding-bottom: .7rem;
	z-index: 2;
	background: #f5f5f5;
	padding-top: .25rem;
}

.page_section.page_gary {
	background: #fafafa;
}

.page_products {
	position: relative;
	z-index: 2;
	padding-bottom: 0px;
}

.page_products>.container>div.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.breadcrumb_m {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tips-n {
	font-size: 26px;
	font-weight: bold;
	text-transform: capitalize;
}

.breadcrumb {
	font-size: 12px;
	border-radius: 0;
	text-transform: capitalize;
	text-align: left;
	margin: 0;
	color: #808080;
	padding: 0.2rem 0;
	width: 100%;
	z-index: 5;
	background-color: transparent;
}

.breadcrumb .bread_right {
	padding-top: 0;
	line-height: 0.2rem;
	font-size: 14px;
	color: #808080;
	position: relative;
	z-index: 5;
	margin-bottom: 0;
	padding-left: 0;
	display: inline-block;
}

.breadcrumb>i {
	margin: 0 5px;
	display: inline-block;
	color: #808080;
	vertical-align: middle;
}

.breadcrumb a.home i {
	margin-right: 5px;
}

.breadcrumb a.home {
	color: #333333;
}

.breadcrumb a {
	color: #808080;
	font-size: 14px;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumb a:hover {
	color: #ec722f;
}

.breadcrumb p,
.breadcrumb h2 {
	margin: 0;
	display: inline-block;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
	color: #808080;
	vertical-align: middle;
	font-weight: 300;
}

.breadcrumb .attachment_line_top {
	display: none;
}

.single-page {}

.single-page .text {
	font-size: 17px;
}

.single-page .text img {
	max-width: 100%;
	height: auto;
}

.single-page .text a:hover {
	color: #ec722f;
}

.single-page .text ul {
	padding-left: 0.2rem;
}

.single_con_left {
	padding-left: 0;
	padding-right: 50px;
}

.page_footer {
	padding-top: 50px;
	margin-top: 0;
}



.page_nav02 {
	list-style: none;
	text-align: center;
	background: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
}

.page_nav02 .list {
	list-style: none;
	text-align: left;
}

.page_nav02 .list li {
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	margin: 0 5px;
	list-style: none;
}

.page_nav02 .list li a {
	display: block;
	padding: 0.25rem 0.1rem;
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #6e6e6e;
	transition: all .5s;
	position: relative
}

.page_nav02 .list li a:hover,
.page_nav02 li.active a {
	text-decoration: none;
	color: #ec722f;
	background: #fff;
}

.page_nav02 .list li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #ec722f;
	display: block;
	transform: scaleX(0);
	transition: all 0.4s ease 0s;
	transform-origin: 0 0 0;
	z-index: 0;
}

.page_nav02 .list li a:hover:after,
.page_nav02 li.active a:after {
	transform: scaleX(1);
	visibility: visible;
}

@media screen and (max-width:992px) {
	.page_section {
		padding-bottom: .4rem;
	}
}

@media only screen and (max-width: 768px) {
	.page_nav02 .list li a {
		padding: 0.18rem 0.02rem;
		text-transform: capitalize;
		font-size: 13px
	}
}

@media only screen and (max-width: 410px) {
	.page_nav02 .container {
		padding: 0 5px
	}

	.page_nav02 .list li {
		margin: 0 2px
	}

	.page_nav02 .list li a {
		padding: 0.15rem 1px;
		font-size: 12px
	}
}

.page_section02 {
	background: #fff;
	padding-bottom: 40px;
}

.page_section02 .breadcrumb {
	background: #f8f8f8;
	margin-bottom: 60px;
	padding-bottom: 50px;
}

@media only screen and (max-width: 992px) {
	.page_banner {
		margin-top: 0;
	}

	.page_banner .attachment_line_top {
		display: none;
	}

	.page_banner .attachment_line_bottom {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.page_section {
		padding: .25rem 0 .35rem 0;
	}

	.tips-n {
		display: none;
	}

	.page_banner .page_about_title em {
		text-align: center
	}

	.page_banner .page_about_title em {
		background-position: center bottom;
		margin-bottom: 0
	}

	.page_section.page_gary {
		background: #f7f7f7;
	}

	.page_section>.container:before {
		left: 0;
		right: 0;
	}

	.page_section>.container {
		padding-top: 0;
		padding-bottom: 0;
	}

	.page_section .page_column {
		top: 0;
		padding: 30px 0 0.2rem 0;
		box-shadow: none;
	}

	.page_banner .main_title {
		background: none;
		padding: 0.2rem 0 0;
		text-align: center;
		width: 100%;
		height: 100%;
	}

	.page_banner .main_title .line {
		margin-top: 0.15rem
	}

	.page_banner img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		height: 140px;
	}

	.breadcrumb,
	.breadcrumb a,
	.breadcrumb>i,
	.breadcrumb h2 {
		text-transform: capitalize;
		line-height: 0.2rem;
	}

	.breadcrumb {
		padding-bottom: 0.15rem;
		padding-top: 0.15rem;
		text-align: center;
		width: 100%;
		padding-left: 0;
		justify-content: center;
		background: none;
	}

	.breadcrumb:before {
		display: none;
	}

	.breadcrumb .container {
		padding-left: 10px;
	}

	.page_nav {
		display: block;
		margin-bottom: 00.3rem;
		border-bottom: none;
		padding-bottom: 0
	}

	.page_nav li {
		float: left;
		margin: 0 1px;
		padding: 0;
		border: none;
	}

	.page_nav li a {
		font-size: 0.12rem;
		display: block;
		line-height: 18px;
	}

	.page_nav li a p {
		font-size: 14px;
		margin: 0;
		margin-top: 0;
	}

	.page_footer {
		padding-bottom: 110px;
	}

	.page_section .main_title em {
		background-size: 56px;
	}

	.page_banner .attachment_line_bottom {
		display: none;
	}

	.page_section02 .breadcrumb {
		padding-bottom: 10px;
		margin-bottom: 40px;
	}

	.single-page .text {
		font-size: 14px
	}
}

@media only screen and (max-width: 480px) {
	.page_nav ul {
		display: block;
	}

	.page_nav li {
		width: 50%;
		padding: 5px;
		margin: 0
	}

	.page_nav li a:hover,
	.page_nav li.active a {
		border-color: #333333;
	}
}

.page_section>.container>div>.main_title {
	text-align: left;
	margin-bottom: 0.2rem;
}

@media only screen and (max-width: 480px) {
	.page_section .contact_l li .box {
		padding: 15px;
	}

	.page_banner .icon {
		width: 50px;
		height: 50px;
	}

	.page_banner .icon i {
		line-height: 50px;
		font-size: 16px;
	}

	.page_menu {
		display: none;
	}

	.contact_info ul {
		padding-top: 0;
	}

	.contact_info .icon {
		padding: 2px 10px;
	}
}

.page_con {
	padding-top: 60px;
}


.page_send {
	display: block !important;
}

.map {
	top: 0;
	padding: 0;
}

.map img {
	width: 100%
}

.map .container {
	position: relative;
	z-index: 9;
}

.page_title {
	font-family: "OpenSans";
	display: block;
	margin-bottom: 0.2rem;
	font-size: 0.38rem;
	line-height: 100%;
	text-transform: capitalize;
	color: #171717;
	padding-bottom: 0;
	position: relative;
	font-style: normal
}

.page_title i {
	font-size: 0.2rem;
	margin-right: 10px;
	position: relative;
	color: #fff;
	z-index: 5;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

.page_title i:after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #333333;
}

.page_con {
	padding-top: 0.7rem;
}

.contact_text {
	padding-top: 0;
	padding-right: 0;
}

.social_icons li.page_title {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 15px !important;
}



.message_wrap {
	padding: 0rem
}

.message_wrap .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.message_wrap .row:after,
.message_wrap .row:before {
	display: none
}

.message_wrap .send_column {
	border: none;
	box-shadow: none;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0.8rem;
	padding-bottom: 0;
	box-shadow: none;
	position: relative;
	background: none;
	width: 60%
}

.message_wrap .send_column .main_title {
	margin-top: 0;
	text-align: left
}


@media only screen and (max-width: 992px) {
	.single_con_column {
		width: 100%;
		padding: 30px 0;
	}

	.contact_list {
		margin-bottom: 0;
		padding: 0;
	}

	.page_section .mes_box {
		display: block;
		padding: 0;
		margin-top: 0.2rem;
		width: 100%;
	}

	.page_con_column {
		padding: 0;
		padding-top: 30px;
		width: 100%;
	}

	.page_section .send_column {
		width: 100%;
		padding-right: 0
	}

	.page_send {
		background-size: cover;
		margin-bottom: -50px;
	}

	.contact_right {
		min-height: 564px;
	}
}

@media only screen and (max-width: 768px) {
	.contact_column {
		padding: 0
	}

	.single_con_column .send_box {
		display: block;
		width: 100%;
	}

	.message {
		z-index: 9999;
	}

	.map {
		top: 0;
	}

	.map .container {
		padding: 0;
	}

	.page_title {
		font-size: 26px;
	}

	.page_title i {
		font-size: 18px;
	}

	.single_con_column .send_column {
		bottom: 0;
		margin-top: 30px;
	}

	.contact_sns a {
		margin: 3px;
	}

	.con_main {
		margin-top: 0.2rem;
	}

	.page_section .send_column ul li {
		margin-bottom: 10px;
	}

	.message_info {
		padding: 0.5rem 0;
	}

	.message_wrap {
		padding: 0rem 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.message_wrap .send_column {
		padding-left: 0rem;
		padding-right: 0rem;
	}

	.contact_right {
		padding-right: 0;
		padding-top: 30px;
		padding-bottom: 0;
		padding-left: 0;
		min-height: inherit;
	}

	.page_con {
		padding-top: 40px;
	}

	.page_column {
		padding: 0;
	}

	.contact_right .social_icons li {
		padding: 0 3px;
	}

	.contact_right .social_icons li img {
		max-width: 40px;
	}

	.contact_text {
		padding-left: 0;
	}
}

/* Styles for the gallery */
.tz-gallery .lightbox:before {
	content: '';
	width: 40px;
	height: 40px;
	background: #fff url(../images/icon.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	background-position: -422px -69px;
	display: inline-block;
}

.tz-gallery {
	padding: 0;
}

.tz-gallery>div {
	padding: 0.1rem 0.15rem;
}

.tz-gallery>div:nth-child(6n+1) {
	clear: both
}

.tz-gallery .thumbnail {
	background: #fff;
	text-align: center;
	border-radius: 0;
	border: none;
	padding: 5px;
	border: 1px solid #f7f7f7;
	transition: all .5s;
}

.tz-gallery .thumbnail:hover {
	border-color: #fff;
	box-shadow: 0 5px 10px 1px rgb(0, 0, 0, 0.05);
	background: #fff;
}

.tz-gallery .lightbox {
	display: block;
	padding: 0;
	position: relative;
}

.tz-gallery .lightbox:before {
	content: '';
	width: 40px;
	height: 40px;
	background: #fff url(../images/icon.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	background-position: -422px -69px;
	display: inline-block;
}

.tz-gallery .thumbnail .light_box::before {
	background-image: none;
}

.tz-gallery .lightbox img {
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: all .9s;
	cursor: url(../images/ico_magnifier.png), auto;
}

.tz-gallery img {
	border-radius: 0;
}

.tz-gallery .caption {
	padding: 10px 5px;
	text-align: left;
	background-color: transparent;
	border-top: none;
	position: relative;
	text-align: center;
}

.tz-gallery .caption h2 {
	font-size: 16px;
	margin: 0;
	font-style: normal;
	line-height: 22px;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	/* word-break: break-all; */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* min-height: 44px; */
}

.baguetteBox-button {
	background-color: transparent !important;
}

@media only screen and (max-width: 1480px) {
	.tz-gallery>div {
		width: 20%;
	}

	.tz-gallery>div:nth-child(6n+1) {
		clear: none
	}

	.tz-gallery>div:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width: 992px) {
	.tz-gallery>div {
		width: 25%;
	}

	.tz-gallery .caption .icon {
		right: 0;
	}

	.tz-gallery>div:nth-child(5n+1) {
		clear: none
	}

	.tz-gallery>div:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width: 768px) {
	.tz-gallery>div {
		width: 33.33%;
		padding: 0.05rem;
	}

	.tz-gallery .thumbnail {
		margin-bottom: 2px;
	}

	.tz-gallery .caption em {
		font-size: 14px;
		line-height: 0.2rem;
		height: 60px;
	}

	.tz-gallery>div:nth-child(4n+1) {
		clear: none
	}

	.tz-gallery>div:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width: 480px) {
	.tz-gallery>div {
		width: 50%;
	}

	.tz-gallery .thumbnail {
		padding: 5px;
	}

	.tz-gallery .caption {
		padding-top: 10px;
	}

	.tz-gallery .lightbox:before {
		right: 0;
		top: 0;
	}

	.tz-gallery>div:nth-child(3n+1) {
		clear: none
	}

	.tz-gallery>div:nth-child(2n+1) {
		clear: both
	}
}

/* honor */
/*!
  * baguetteBox.js
  * @author  feimosi
  * @version 1.8.2
  * @url https://github.com/feimosi/baguetteBox.js
  */
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	white-space: normal;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes bounceFromRight {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}
}

@keyframes bounceFromRight {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}
}

@-webkit-keyframes bounceFromLeft {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}
}

@keyframes bounceFromLeft {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	display: block !important;
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 0.2rem;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.baguetteBox-spcat_inner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.2rem;
	margin-left: -0.2rem
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}


.n_main {
	padding: .3rem 0 .7rem;
	background: #f5f5f5;
}

.n_left {
	width: 25%;
}

.n_right {
	width: 75%;
	padding-left: 0.3rem;
}

.n_left2 {
	width: 25%;
}

.n_right2 {
	width: 75%;
	padding-left: 0.3rem;
}

.pro_info {
	position: relative;
	z-index: 333;
}

.pro_info .cate_section {
	padding-top: 0;
}

.page_bg {
	background: #fafafa;
	padding-bottom: 0.8rem;
}

.page_bg .page_main {
	box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
	background: #fff;
	margin-top: -60px;
	position: relative;
	z-index: 666;
	padding: 40px;
}

.products_main .tab-content .tab-pane.active {
	display: block;
}

.products_main .tab-content .tab-pane {
	display: none;
}

.tab_list li {
	list-style: none;
}

.tab_wrapper {
	display: inline-block;
	width: 100%;
	position: relative;
}

.tab_wrapper>ul {
	clear: both;
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #ec722f;
}

.tab_wrapper>ul li {
	font-family: 'OpenSans';
	float: left;
	cursor: pointer;
	padding: 8px 18px;
	text-transform: capitalize;
	position: relative;
	border-top: 3px solid #eee;
	color: #fff;
	margin: 0 5px 0 0;
	font-size: 0.18rem;
	background: #131313;
}

.tab_wrapper>ul li.active {
	border-color: #ec722f;
	color: #fff;
	background: #ec722f;
}

/* .tab_wrapper > ul li.active:after {content: "";position: absolute;bottom: -1px;height: 1px;left: 0;background: #fff;width: 100%;} */
.tab_wrapper .controller {
	display: block;
	overflow: hidden;
	clear: both;
	position: absolute;
	top: 0;
	right: 0;
}

.tab_wrapper .controller span {
	padding: 8px 22px;
	background: #2c2c2c;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}

.tab_wrapper .content_wrapper {
	width: 100%;
}

.tab_wrapper .content_wrapper .tab_content {
	display: none;
	padding: 15px 0;
}

.tab_wrapper .content_wrapper .accordian_header {
	display: none;
	padding: 10px 0;
	text-transform: capitalize;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	cursor: pointer;
	font-size: 20px;
}

.tab_wrapper .content_wrapper .accordian_header.active {
	color: #2c2c2c;
	border-top: 1px solid #fff;
}

.tab_wrapper .content_wrapper .accordian_header .arrow {
	float: right;
	display: inline-block;
	width: 12px;
	height: 12px;
	position: relative;
	border-radius: 2px;
	transform: rotate(-135deg);
	background: #fff;
	border-top: 3px solid #ccc;
	border-left: 3px solid #ccc;
	margin-top: 10px;
	margin-right: 10px;
}

.tab_wrapper .content_wrapper .accordian_header.active .arrow {
	transform: rotate(45deg);
	border-top: 3px solid #ccc;
	border-left: 3px solid #ccc;
}

.tab_wrapper.accordion .content_wrapper .accordian_header {
	display: block;
}

.tab_wrapper.accordion>ul {
	display: none;
}

@media screen and (min-width:992px) {
	.n_main .n_left div.left_fixed {
		position: sticky !important;
		top: 1rem;
		margin-bottom: 0;
	}

	.n_main .n_left div.left_fixed .left_fixed_box {
		overflow-y: auto;
		padding: 0px 20px 50px 1px;
		height: 1000px;
	}

	.n_main .n_left div.left_fixed_box::-webkit-scrollbar {
		width: 3px;
	}

	.n_main .n_left div.left_fixed_box::-webkit-scrollbar-track {
		background-color: #f7f7f7;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.n_main .n_left div.left_fixed_box::-webkit-scrollbar-thumb {
		background-color: #e5e5e5;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.n_main .n_left div.left_fixed_box::-webkit-scrollbar-thumb:hover {
		background-color: #ec722f;
	}
}

@media only screen and (max-width:992px) {

	/* .n_main{padding: 0.1rem 0;} */
	.n_main .n_left div.left_fixed .left_fixed_box {
		height: auto;
	}

	.n_left {
		width: 100%;
		margin-bottom: 10px;
	}

	.n_right {
		width: 100%;
		padding: 0;
	}

	.n_left2 {
		width: 100%;
		margin-bottom: 5px;
	}

	.n_right2 {
		width: 100%;
		padding: 0;
	}

	.n_main {
		padding: .3rem 0 .3rem;
	}
}

@media only screen and (max-width: 768px) {
	.tab_wrapper>ul {
		display: none;
	}

	.tab_wrapper .content_wrapper {
		border: 0;
	}

	.tab_wrapper .content_wrapper .accordian_header {
		display: block;
		font-size: 18px;
	}

	.tab_wrapper.left_side .content_wrapper,
	.tab_wrapper.right_side .content_wrapper {
		width: 100%;
		border-top: 0;
	}

	.tab_wrapper .controller {
		display: none;
	}

	.tab_wrapper .content_wrapper .tab_content {
		padding: 10px 0;
	}
}

.n_banner {
	position: relative;
	z-index: 666;
}

.n_banner img {
	width: 100%;
}

.n_title img {
	float: left;
	margin-right: 10px;
}

.n_title h2,
.n_title h1,
.po-tips,
.n_title {
	font-size: 0.3rem !important;
	line-height: 0.32rem !important;
	color: #333 !important;
	text-transform: capitalize;
	font-family: 'OpenSans' !important;
}

.mbx_section {
	text-align: center;
	font-size: 0.15rem;
	position: relative;
	z-index: 333;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.mbx_section span {
	margin-right: 0.04rem;
	color: #ec722f;
}

.mbx_section i {
	color: #ec722f;
	margin: 0px 0.1rem;
}

.mbx_section a,
.mbx_section p.p-ti,
.mbx_section h2 {
	font-family: 'OpenSans';
	font-size: 15px;
	color: #aaa;
	font-weight: normal;
	display: inline-block;
	text-transform: capitalize;
}

.n_banner .n_title h1 {
	color: #fff !important;
	font-size: .42rem !important;
}

.n_banner .n_title {
	position: absolute;
	bottom: 25px;
	color: #fff !important;
	display: none;
}

.mbx_section .mbx-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


@media only screen and (max-width:992px) {
	.mbx_section {
		display: block;
		padding: 10px 0;
	}

	.n_title {
		display: none;
	}
}


/*mes_section*/
.i_main {
	padding-bottom: .2rem;
}

.contact_info {
	position: relative;
	padding: 0.3rem 0 0.3rem;
	z-index: 2;
	overflow: hidden;
}

.contact_info ul {
	list-style: none;
	padding: 0;
	padding-top: 0.3rem;
	display: flex;
	margin: 0 -.2rem;
}

.contact_info ul li {
	padding: 0 0.2rem;
	position: relative;
	z-index: 2;
	text-align: center;
}

.contact_info ul li .column {
	box-shadow: 0 5px 27px rgba(0, 0, 0, .09);
	transition: all .5s;
	padding: 0.2rem;
	padding-top: 0;
	border-radius: 0;
	position: relative;
	z-index: 5;
	text-align: center;
	min-height: 2rem;
	background: rgba(255,255,255,.05);
	height: 100%;
}

.contact_info ul li .column:hover {
	border-color: #666;
	box-shadow: 0 2px 30px 1px rgba(0, 0, 0, 0.05);
}

.contact_info ul li em {
	display: block;
	font-size: 18px;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0.1rem;
	margin-top: -0.1rem;
	font-family: 'OpenSans';
}

.contact_info ul li .txt {
	line-height: 0.2rem;
	padding: 0;
	width: 100%;
	text-transform: uppercase;
	margin-top: 15px;
	display: block;
}

.contact_info ul li .icon {
	width: 0.8rem;
	height: 0.8rem;
	position: relative;
	z-index: 4;
	top: -0.4rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.contact_info ul li .icon svg {
	fill: #fff;
	font-size: 0.4rem;
	height: 0.4rem;
}

.contact_info ul li .icon path {
	fill: #fff;
}

.contact_info ul li .icon:after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	border-radius: 30%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #ec722f;
}

.contact_info ul li:hover .icon:after {
	border-radius: 50%;
}

.contact_info ul li .icon:before {
	content: '';
	top: -0.05rem;
	bottom: -0.05rem;
	right: -0.05rem;
	left: -0.05rem;
	border-radius: 50%;
	border: 1px solid #ec722f;
	transition: all .5s;
	position: absolute;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
}

.contact_info ul li:hover .icon:before {
	left: -0.2rem;
	right: -0.2rem;
	bottom: -0.2rem;
	top: -0.2rem;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.contact_info ul li .icon i {
	display: inline-block;
	transition: all .5s;
	width: 0.48rem;
	height: 0.48rem;
	line-height: 0.48rem;
	font-size: 0.3rem;
	color: #fff;
}

/* .contact_info ul li:hover .icon i{-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-o-transform:scaleX(-1);
transform:scaleX(-1);filter:FlipH; transform: rotateY(180deg);} */
.contact_info ul li p {
	line-height: 24px;
	margin: 0;
	color: #999;
	font-size: 16px;
}
.contact_info ul li p a {color: #999;}

.contact_info ul li p a:hover {
	color: #fff;
}

@media (max-width:1200px) {

	/* .mes_section .i_title .h4 {font-size: 28px;} */
	.section_title {
		font-size: .26rem;
	}
}

@media screen and (max-width:992px) {
	.contact_info ul li em {
		font-size: 18px;
	}

	.contact_info ul li p {
		font-size: 16px;
		line-height: 24px;
	}

	.i_main {
		padding-bottom: .35rem;
	}
}

@media only screen and (max-width:768px) {
	.contact_info ul {
		display: block;
	}

	.contact_info ul li {
		width: 100%;
		margin-bottom: 0.48rem;
	}

	.contact_info ul li:last-child {
		margin-bottom: .25rem;
	}
}

.mes_section {
	position: relative;
	background: #f5f5f5;
	padding: .2rem 0 .5rem 0;
}

.mes_section .i_title .h4 {
	font-size: .32rem;
	line-height: 0.36rem;
	font-weight: 500;
}

.mes_section .left .i_title .h4:after {
	bottom: -5px;
}

.mes_section .mess_main .i_title {
	margin-bottom: 20px;
}

/* .mes_section .mess_main .left{padding-right: 0.3rem;} */
.mes_section .mess_main .right {
	padding-left: 0.3rem;
}

.mes_section .mess_main .right .other.page {
	padding-left: .3rem;
	border-left: 2px dotted #eee;
}

.mes_section .mes_left {
	float: left;
	width: 100%;
	padding-top: 0.6rem;
}

.mes_section .mes_left .i_title .h4 {
	font-size: 0.4rem;
}

.mes_section .mes_left .i_title {
	margin-bottom: 10px;
}

.mes_section .mes_right {
	float: left;
	width: 45%;
	margin-top: 60px;
	background-size: cover;
	padding: 0.5rem;
}

.mes_section .mes_right {
	position: relative;
}

.mes_section .mes_right .mes_con {
	border-radius: 5px;
	padding: 0.3rem;
	background: rgba(255, 255, 255, 0.95);
	width: 376px;
	font-size: 15px;
}

.mes_section .mes_right .mes_con .title {
	font-size: 0.3rem;
	text-transform: capitalize;
	color: #171717;
}

.mes_section .mes_right .mes_con p {
	font-size: 15px;
	color: #808080;
	line-height: 22px;
}

.mes_section .mes_right .mes_con img {
	flex-shrink: 0;
	margin-right: 14px;
	border-radius: 50%;
	background: #ec722f;
}

.mes_section .mes_right .mes_con ul {
	margin-top: 10px;
}

.mes_section .mes_right .mes_con a,
.mes_section .mes_right .mes_con .p {
	text-transform: none;
	display: block;
	line-height: 26px !important;
}

.mes_section .mes_right .mes_con ul {
	margin-top: 20px;
}

.mes_section .mes_right .mes_con ul li a {
	line-height: 36px;
}

.mes_section .mes_right .mes_con ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.mes_section .ms_btn {
	width: auto;
}

.con_other {
	display: inline-block;
	text-align: left;
	padding-bottom: 0.6rem;
}

.mes_section .mess_main .right .get_pp {
	font-family: 'OpenSans';
	font-size: .28rem;
	color: #171717;
	font-weight: 500;
}

.mes_section .mess_main .map {
	margin-top: .5rem;
}

.mes_section .mess_main .left {
	padding: .2rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

@media only screen and (max-width:1700px) {
	.mes_section .mes_left {
		padding-left: 8%;
		padding-right: 4%;
		padding-top: 110px;
	}

	.mes_section .mes_right .mes_con {
		padding: 25px;
	}

	.mes_section .mes_right .mes_con ul li {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:1260px) {
	.mes_section .mes_right>img {
		min-height: 600px;
		width: auto;
		max-width: none;
	}

	.mes_section .mes_right .mes_con {
		width: 80%;
	}

}

@media only screen and (max-width:992px) {
	.mes_section .mes_left {
		width: 100%;
		padding: 20px 0;
	}

	.mes_section .mes_left .i_title:after {
		display: none;
	}

	.mes_section .mes_right {
		display: none;
	}

	.mes_section .mes_left .i_title .h4 {
		font-size: 0.3rem;
	}

	/* .mes_section{margin-top: 0.3rem;} */
	.mes_section:before {
		display: none;
	}

	.contact_info {
		padding-bottom: .3rem;
	}

	.mes_section .mess_main .right {
		border-left: none;
	}

	.mes_section .mess_main .map {
		margin-top: .3rem;
	}
	.mes_section {padding: .2rem 0 .3rem 0;}
}

@media (max-width:768px) {
	.mes_section .mess_main .left {
		margin-bottom: 10px;
		padding: 20px;
		margin-top: 0;
	}

	.mes_section .mess_main .right {
		padding: 0;
	}

	.mes_section .mess_main .right .other.page {
		padding-left: 0;
		margin-top: 25px;
		border-left: none;
	}

	.contact_info {
		padding-bottom: 0;
	}
}


.n_honor ul li {
	list-style: none;
	float: left;
	width: 20%;
	padding: 0px 10px;
	text-align: center;
	margin-bottom: 20px;
}

.n_honor ul li .li {
	position: relative;
	display: inline-block;
}

.n_honor ul li:nth-child(5n+1) {
	clear: both;
}

.n_honor ul li img {
	border: 1px solid #eee;
	cursor: pointer;
}

.n_honor ul li p {
	font-size: 16px;
	margin-top: 10px;
}


.section_title {
	font-family: 'OpenSans';
	font-size: .28rem;
	color: #171717;
	text-transform: capitalize;
	margin: .2rem 0;
	line-height: .3rem;
	padding-bottom: 10px;
	border-bottom: 2px dotted #eee;
	position: relative;
	font-weight: 500;
}

.section_title img {
	float: left;
}

@media only screen and (max-width:400px) {
	.section_title {
		font-size: 20px;
		letter-spacing: 0;
	}
}

.section_title img {
	float: left;
	margin-right: 20px;
}

.section_title:after {
	position: absolute;
	right: 0px;
	bottom: -4px;
	width: 8px;
	height: 8px;
	background: #aaa;
	content: '';
	border-radius: 50%;
}

.contact {
	padding: 40px 0 80px;
}

.contact .i_title {
	margin-bottom: 20px;
}

.con-shemei {
	display: flex;
	align-items: center;
}

.con_sns .con-shemei a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .1rem;
	width: 36px;
	height: 36px;
	background: #ec722f;
	border-radius: 50%;
	padding: 0;
}


.left_nav {
	border-top: none;
}

ul.mtree {
	margin-left: 0;
	border-bottom: none;
	border-radius: 0;
	background: #fff;
	padding: 0 .15rem;
}

ul.mtree li {
	list-style: none;
}

ul.mtree>li>h2>a {
	font-family: "OpenSans";
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	display: flex;
	align-items: center;
	height: 45px;
	padding-left: 5px;
	color: #171717;
	font-size: 16px;
}

ul.mtree>li>h2>a i {
	width: 0.5rem;
	height: 0.5rem;
	padding: 0.05rem;
	display: inline-block;
	margin-right: 0.15rem;
	border-right: 1px solid #fff;
}

ul.mtree>li>h2>a i img {
	filter: brightness(0);
	filter: black;
	opacity: 0.3;
	transition: 0.3s all;
}

ul.mtree>li>a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	display: flex;
	align-items: center;
	height: 0.5rem;
	padding-left: 0.1rem;
	color: #171717;
	font-size: 16px;
	font-weight: 500;
}

ul.mtree>li>a i {
	width: 0.5rem;
	height: 0.5rem;
	padding: 0.05rem;
	display: inline-block;
	margin-right: 0.15rem;
	border-right: 1px solid #fff;
}

ul.mtree>li>a i img {
	filter: brightness(0);
	filter: black;
	opacity: 0.3;
	transition: 0.3s all;
}

ul.mtree>li {
	position: relative;
	background: #fff;
}

ul.mtree>li>div {
	display: flex;
	align-items: center;
	padding: 5px 0;
}

ul.mtree li:last-child {
	border: none;
}

ul.mtree a {
	display: block;
	font-size: 17px;
	color: #171717;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	transition: all 0s;
	padding: 10px 0;
	line-height: 22px;
	padding-right: 30px;
}

/* ul.mtree.transit>li.mtree-open>b:before {
    top: 0!important;
} */
ul.mtree.transit>li.mtree-open>b:before {
	content: "\f106";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 20px;
	font-style: normal;
	line-height: 42px;
	width: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #ec722f;
}

ul.mtree.transit li.mtree-closed>b:before,
ul.mtree .mtree-level-1 li.mtree-closed>b:before {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 20px;
	font-style: normal;
	line-height: 42px;
	width: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #171717;
	z-index: 11;
}

ul.mtree .mtree-level-1 li.mtree-open>b:before {
	content: "\f106";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 20px;
	font-style: normal;
	line-height: 42px;
	width: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #6e6e6e;
}

ul.mtree li ul a {
	line-height: 45px;
	padding: 0px 12px;
	padding-right: 24px;
	font-weight: normal;
	color: #fff;
	font-size: 14px;
}

ul.mtree ul li:last-child a {
	border: none;
}

ul.mtree.transit li.mtree-open>span:before {
	content: "\f106";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 20px;
	font-style: normal;
	height: 45px;
	line-height: 45px;
	width: 20px;
	position: absolute;
	right: 0;
	top: 0px;
	color: #6e6e6e;
}

ul.mtree.transit li.mtree-closed>span:before {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 20px;
	font-style: normal;
	height: 45px;
	line-height: 45px;
	width: 20px;
	position: absolute;
	right: 0;
	top: 0px;
	color: #6e6e6e;
}

ul.mtree .mtree-level-1 li.mtree-open>span:before {
	content: "\f106";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 20px;
	font-style: normal;
	height: 46px;
	widows: 20px;
	line-height: 46px;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	border-left: none;
	color: #6e6e6e;
}

ul.mtree .mtree-level-1 li.mtree-closed>span:before {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 20px;
	font-style: normal;
	height: 46px;
	width: 20px;
	line-height: 46px;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	border-left: none;
	color: #6e6e6e;
}

ul.mtree li ul a li a {
	padding-left: 20px;
}

/* ul.mtree>li:hover h2>a{ color:#ec722f;} */
/* ul.mtree>li.mtree-open{color:#ec722f;padding-bottom:0;} */
ul.mtree>li.mtree-open>div,
ul.mtree>li:hover>div,
ul.mtree>li:hover>h2>a {
	color: #ec722f;
}

ul.mtree>li.mtree-open h2>a,
ul.mtree>li.mtree-active h2>a {
	color: #ec722f;
}

ul.mtree.transit li.mtree-open:hover>span:before,
ul.mtree>li:hover>div a {
	color: #ec722f;
}

ul.mtree>li.mtree-node:hover h2>a,
ul.mtree.transit li.mtree-node:hover>span:before {
	color: #ec722f;
	text-decoration: none;
}

ul.mtree .mtree-level-1 li.mtree-closed>span {
	color: #ec722f;
	text-decoration: none;
}

ul.mtree.transit li.mtree-closed:hover>span::before,
ul.mtree.transit li.mtree-open:hover>span:before,
ul.mtree>li.mtree-closed:hover>b:before {
	color: #ec722f;
}

ul.mtree .mtree-level-1 li.mtree-open:hover>span:before,
ul.mtree .mtree-level-1 li.mtree-closed:hover>span:before {
	color: #ec722f !important;
}

ul.mtree ul {
	background: #f8f8f8;
	border-radius: 5px;
}

ul.mtree ul li {
	list-style: none;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

ul.mtree ul li:last-child {
	border-bottom: none;
}

ul.mtree ul li a {
	font-family: 'OpenSans';
	display: block;
	color: #444;
}

ul.mtree>li>ul>li>h2>a {
	font-size: 15px !important;
}

ul.mtree>li>ul>li>h2>a:before {
	content: "";
}

ul.mtree>li>ul>li>a {
	font-size: 16px !important;
}

ul.mtree>li>ul>li>a:before {
	content: "";
}

ul.mtree ul li:hover a {
	color: #ec722f;
}

ul.mtree .mtree-level-2 {
	margin-top: 0px;
	border: none;
	padding: 0px;
	margin-bottom: 0;
	background: #fff;
	padding: 0 10px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	border-radius: 0;
}

ul.mtree li ul.mtree-level-2 li {
	border: none;
	background: #fff;
}

ul.mtree li ul.mtree-level-2 li a {
	padding-left: 0;
	color: #6e6e6e;
}

ul.mtree li ul.mtree-level-3 li a {
	color: #666;
	padding-left: 10px;
	position: relative;
}

ul.mtree li ul.mtree-level-3 li a::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #999;
	position: absolute;
	left: 0;
	top: 52%;
	transform: translateY(-50%);
}

ul.mtree .mtree-level-2 li a:hover {
	text-decoration: underline;
	color: #333;
	font-weight: normal;
}

ul.mtree.jet ul {
	margin-left: 0;
}

ul.mtree.jet li {
	margin-bottom: 1px;
}

ul.mtree.jet li:last-child {
	margin-bottom: 0px;
}

ul.mtree.jet li:first-child {
	margin-top: 1px;
}

ul.mtree.jet li.mtree-active a {
	background: #e5e5e5;
}

ul.mtree.jet li.mtree-active li:last-child>a {
	border-radius: 0px 0px 3px 3px;
}

ul.mtree.jet li.mtree-active>a {
	background: #ec722f;
	color: #FFF;
	border-radius: 3px 3px 0px 0px;
}

ul.mtree.jet li>a:hover {
	background: #ec722f;
	color: #FFF;
}

ul.mtree li ul li.mtree-open>a {
	color: #ec722f;
	text-decoration: none;
}

ul.mtree li ul.mtree-level-2 li.mtree-open>a {
	color: #ec722f;
}

ul.mtree.jet a {
	padding: 5px 0px 5px 1em;
}

ul.mtree.jet li li>a {
	padding-left: 2em;
}

ul.mtree.jet li li li>a {
	padding-left: 3em;
}

ul.mtree.jet li li li li>a {
	padding-left: 4em;
}

ul.mtree.jet li li li li li>a {
	padding-left: 5em;
}

ul.mtree a:hover {
	text-decoration: none;
}

ul.mtree>li.mtree-node ul i {
	margin-right: 4px;
	color: #999;
}

.mtree-skin-selector {
	display: none !important
}

ul.mtree>li.mtree-open i img,
ul.mtree>li:hover i img {
	filter: brightness(1);
	filter: none;
	opacity: 1;
}

ul.mtree>li.mtree-open i,
ul.mtree>li:hover i {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

/*ul.mtree>li.active>a{color:#171717; padding-left:20px;}
ul.mtree>li.active>a:before{ content:"\f178";font-family:FontAwesome; margin-right:0px; position:absolute; left:0px; top:0; padding:8px 0; opacity:1;}
*/

.left_top {
	font-family: 'OpenSans';
	margin-bottom: .1rem;
	line-height: .34rem;
	color: #171717;
	font-size: .22rem;
	position: inherit;
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 4px;
	font-weight: 600;
}

.left_nav {
	font-family: 'OpenSans';
	padding-bottom: .15rem;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
	background: #ffffff;
	overflow: hidden;
}

@media only screen and (max-width:992px) {
	.left_nav {
		padding: 0;
		border: 0;
		border-radius: 0;
	}

	ul.mtree a {
		font-size: 16px;
	}

	ul.mtree>li>h2>a {
		padding-left: 0px;
	}
}

.nav_top {
	font-family: "OpenSans";
	display: block;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 0.22rem;
	line-height: .26rem;
	text-transform: capitalize;
	font-style: normal;
	background: #ec722f;
	/* height: 45px; */
	padding: .12rem .15rem;
	font-weight: 600;
}

/* .nav_top h2 {font-size: 22px;} */
.nav_top::after {
	content: none;
}

.nav_top:before {
	content: "\f03a";
	color: #fff;
	float: right;
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 0.06rem;
	line-height: 0.32rem;
}

@media screen and (max-width:1366px) {
	.nav_top {
		font-size: 20px;
		line-height: 24px;
	}

	.left_top {
		font-size: 20px;
		line-height: 26px;
	}
}

@media only screen and (max-width:992px) {

	.nav_top,
	.left_top {
		background-color: #ec722f;
		position: relative;
		color: #fff;
		padding: 0px 10px;
		font-size: 18px;
		line-height: 45px;
	}

	/* .nav_top h2 {font-size: 20px;} */
	.nav_top:before {
		content: none;
	}

	.nav_top:after,
	.left_top:after {
		display: block;
		content: "\f107";
		font-family: "FontAwesome";
		position: absolute;
		right: 0.15rem;
		cursor: pointer;
		font-size: 20px;
		top: 0px;
		color: #fff;
	}

	ul.mtree>li>div {
		padding: 5px 0px;
	}

	.blog_nav,
	.hot_tags {
		padding: 0 !important;
		margin-top: .1rem !important;
	}
}

.toggle_content {
	width: 100%;
}


.hot_left {
	margin-top: 30px;
	border-radius: 0;
}

.hot_left ul {
	border-bottom: none;
	margin-top: 0.1rem;
}

.hot_left ul li {
	list-style: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	position: relative;
}

.hot_left ul li .li {
	position: relative;
	z-index: 999;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	border: 1px solid #eee;
	background: #fff;
	padding: 15px;
	margin-bottom: 8px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

.hot_left ul li .img {
	float: left;
	width: 35%;
	display: inline-block;
	margin-right: 0.1rem;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}

.hot_left ul li .h4 a {
	color: rgba(25,27,38,.64);
	overflow: hidden;
	line-height: 20px;
	max-height: 40px;
	display: block;
	margin-bottom: 0.05rem;
	margin-top: 0.05rem;
	font-size: 16px;
	font-weight: 400;
	font-family: 'OpenSans';
}

.hot_left ul li .more {
	text-transform: capitalize;
	color: #ec722f;
	display: block;
	margin-top: 0.1rem;
	font-size: 14px;
}

.hot_left ul li .more i {
	margin-left: 0.04rem;
}

.hot_left ul li:hover .img img {
	transform: scale(1.1);
}

.hot_left ul li:hover .more {
	color: #ec722f;
}



.left-adv {
	margin-top: 30px;
	width: 100%;
	background-size: cover;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.left-adv .ovrly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=0.4);
	transition: all .5s;
	border-radius: 0;
}

.left-adv .main {
	position: relative;
	left: 0;
	top: 0;
	padding: 20px;
	z-index: 2;
	text-align: left;
}

.left-adv .my_more1 {
	background: #ec722f;
}

.left-adv .icon {
	width: 36px;
	height: 36px;
	margin: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
	z-index: 3;
}

.left-adv .icon i {
	width: 36px;
	height: 36px;
	background: url(../images/icon.png) no-repeat;
	background-position: -423px 0px;
	display: inline-block;
}

.left-adv .main .title {
	font-family: "OpenSans";
	font-size: .22rem;
	line-height: .28rem;
	color: #fff;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 10px 0;
	font-weight: 600;
}

.left-adv .main .title:hover {
	text-decoration: none;
}

.left-adv .main .text {
	color: #fff;
	line-height: 24px;
	margin-bottom: 20px;
}

.left-adv .main:after {
	background-position: -331px -103px;
	vertical-align: middle;
	margin-top: -1px;
	content: '';
	display: inline-block;
	margin-left: 10px;
	opacity: 1;
	position: relative;
	right: auto;
	top: auto;
}

.left-adv .main:hover:after {
	animation: none;
}

.left-adv .main:before {
	position: absolute;
	content: '';
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .03) 1%, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, .85) 90%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
	width: 60%;
	height: 100%;
	transform: skew(-10deg, 0deg);
	animation: move 2s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
	border-radius: 0;
	border: none;
}

.left-adv .r-more {
	margin-top: 0;
}

.left-adv .main .in-more {
	width: 1.6rem;
	height: .4rem;
	line-height: .4rem;
	text-transform: capitalize;
	margin: .2rem 0 0 0;
}

@media only screen and (max-width:992px) {
	.left-adv {
		display: none;
	}
}


.page_num {
	margin: 0px auto 0px;
	width: 100%;
	margin-top: 0.2rem;
}

.page_num a {
	padding: 0px 10px;
	text-align: center;
	margin-left: 5px;
	color: #666;
	display: inline-block;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	text-transform: uppercase;
	line-height: 40px;
	height: 40px;
	float: left;
	border-radius: 0;
	min-width: 40px;
	background: #eee;
}

.page_num a i {
	line-height: 34px;
}

.page_num a:hover {
	color: #171717;
	-webkit-animation: qodef-jump .6s cubic-bezier(.43, .41, .36, .9) forwards;
	animation: qodef-jump .6s cubic-bezier(.43, .41, .36, .9) forwards
}

.total {
	line-height: 24px;
	color: #666;
	margin-top: 6px;
	text-transform: capitalize;
	float: right;
}

.total span {
	color: #ec722f;
	margin: 0px 6px;
}

.page_num>span {
	display: inline-block;
	float: left;
	padding: 0px 10px;
	line-height: 34px;
	background: #ec722f;
	transition: 0.6s all;
	color: #fff !important;
	line-height: 40px;
	height: 40px;
	color: #fff;
	margin-left: 5px;
	min-width: 40px;
	text-align: center;
}

@media only screen and (max-width:992px) {
	.total {
		width: 100%;
		text-align: left;
	}

	.total {
		font-size: 14px;
		margin-top: 10px;
	}

	.page_num a,
	.page_num>span {
		margin: 4px;
		min-width: 30px;
	}

	.page_num a {
		min-width: 30px;
	}

	.page_num {
		margin-top: .1rem;
	}

	.toggle_content {
		padding: 0 10px 10px 10px;
	}

	ul.mtree {
		padding: 0;
	}

	.blog_nav ul li a {
		padding: 10px 0;
	}
}

@media screen and (max-width:768px) {

	.nav_top,
	.left_top {
		font-size: 18px;
		line-height: 42px;
	}
}

@media only screen and (max-width:400px) {
	.page_num a {
		padding: 0px 6px;
	}
}


/*page-turning*/
.navigation {
	width: 100%;
	list-style: none;
	margin-top: 20px;
}

.navigation li {
	width: calc(100% - 0px);
	float: left;
	text-align: left;
	margin-bottom: 10px;
	background: #e9e9e9;
	padding: 10px;
}

/*.navigation li.next_post{float:right;text-align:right;}*/
.navigation li a {
	position: relative;
	display: block;
	transition: all .5s;
	padding-left: 50px;
	border-radius: 0;
}

.navigation li a:hover {
	text-decoration: none;
}

/*.navigation li.next_post a{padding-right:50px;}*/
.navigation li a:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 39px;
	border-radius: 0;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .5s;
	border-radius: 0;
}

.navigation li.prev_post a:before {
	left: 0;
	content: "\f106";
	color: #171717;
}

.navigation li.next_post a:before {
	left: 0;
	content: "\f107";
	color: #171717;
}

.navigation li a:before {
	color: #fff;
	background: #fff;
}

.navigation li:hover a:before {
	color: #fff;
	background: #ec722f;
}


.navigation li a .meta_nav {
	font-family: 'OpenSans';
	display: inline-block;
	text-transform: uppercase;
	color: #171717;
	margin-bottom: 0;
	line-height: .26rem;
	transition: all .5s;
	font-weight: 600;
}

.navigation li a .post_title {
	overflow: hidden;
	line-height: 20px;
	max-height: 40px;
	margin: 0;
	transition: all .5s;
}


@media only screen and (max-width: 768px) {
	.navigation {
		border: none;
		padding-top: 0;
		margin-bottom: 0;
	}

	.navigation li {
		width: 100%;
		border-radius: 0;
		padding: 0;
		margin-bottom: 10px;
	}

	.navigation li.prev_post a {
		padding-left: 60px;
		border-radius: 0;
	}

	.navigation li.next_post a {
		padding-left: 60px;
		border-radius: 0;
	}

	.navigation li.prev_post a:before {
		left: 10px;
	}

	.navigation li.next_post a:before {
		left: 10px;
	}

	.navigation li a:before {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.navigation li a .meta_nav {
		color: #171717;
		margin-bottom: 0;
	}

	.navigation li a {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}

	.navigation li a .post_title {}
}


.tags_ul {
	padding: 0.04rem 0;
	margin: 0.1rem 0 .1rem 0;
}

.tags_ul span {
	font-family: 'OpenSans';
	text-transform: uppercase;
	color: #171717;
	margin-right: 0.06rem;
	font-weight: 600;
}

.tags_ul h2 {
	display: inline-block;
}

.tags_ul a {
	font-family: 'OpenSans';
	display: inline-block;
	padding: 0px 16px;
	background: #fafafa;
	color: #666;
	text-transform: capitalize;
	line-height: 30px;
	border: 1px solid #f1f1f1;
	font-size: 14px;
	margin: 2px;
}

.tags_ul i {
	margin-right: 0.3rem;
	color: #ccc;
	transition: 0.6s all;
}

.tags_ul a:hover {
	background: #ec722f;
	color: #fff;
}

@media screen and (max-width: 992px) {
	.tags_ul {
		width: 100%;
	}

}

/* blog */
.page_date:before {
	content: '';
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	width: 15px;
	height: 14px;
	background-position: 0 -57px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 8px;
}

.blog_list {
	list-style: none;
}

.blog_list>li {
	padding: 0.3rem;
	margin-bottom: 40px;
	position: relative;
	transition: all .5s;
	z-index: 10;
	border: 1px solid #eee;
	border-radius: 0;
	display: flex;
	align-items: flex-start;
	overflow: hidden;
}

.blog_list>li:last-child {
	margin-bottom: 10px;
}

.blog_list>li:before {
	content: '';
	background: #fff;
	box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.05);
	transition: all .5s;
	position: absolute;
	left: 0.2rem;
	top: 0.2rem;
	right: 0.2rem;
	bottom: 0.2rem;
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: block;
	border-radius: 0
}

.blog_list>li:hover:before {
	left: -0.2rem;
	top: -0.2rem;
	right: -0.2rem;
	bottom: -5px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.blog_list li .image {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 0;
	min-width: 365px;
	max-width: 365px;
	margin-right: 0.2rem;
	position: relative;
}

.blog_list li .image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}

.blog_list li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}

.blog_list li .image {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 0;
}

.blog_list li .image:before {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
}

.blog_list li .image:after {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	opacity: 1;
	filter: alpha(opacity=100);
}

.blog_list li:hover .image:before,
.blog_list li:hover .image:after {
	height: 100%;
	width: 100%;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.blog_list li .title {
	font-family: 'OpenSans';
	color: #171717;
	font-size: 20px;
	line-height: 24px;
	display: block;
	margin-top: 0;
	margin-bottom: 0.2rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	/* word-break: break-all; */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.blog_list li:hover .title {
	color: #ec722f;
	text-decoration: none;
}

.blog_list li .text {
	color: #808080;
	font-size: 16px;
	line-height: 24px;
	margin-top: 0;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	/* word-break: break-all; */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.blog_list li .post_blog_tag {
	margin-bottom: 0;
}

.blog_list li .main_more {
	margin-bottom: 0.2rem;
}

.blog_list li .main_more a {
	line-height: 32px;
	height: 32px;
	font-size: 14px;
}

.blog_list li .page_date {
	margin-top: 0;
	margin-bottom: 10px;
}

.post_blog_tag {
	border-radius: 0;
	margin-top: 0.1rem;
	padding-top: 0.1rem;
}

.post_blog_tag>p {
	font-family: 'OpenSans';
	display: inline-block;
	text-transform: uppercase;
	margin: 0;
	color: #171717;
}

.post_blog_tag>p i {
	color: #ec722f;
	margin-right: 5px;
	font-size: 14px;
}

.post_blog_tag li {
	list-style: none;
	display: inline-block;
	margin: 5px 0 0 5px;
	position: relative;
	border: none;
	padding: 0;
}

.post_blog_tag li a {
	font-family: "OpenSans";
	display: inline-block;
	background: #e5e5e5;
	font-size: 14px;
	border-radius: 0;
	line-height: 20px;
	color: #4d4d4d;
	padding: 5px 15px;
	transition: all .5s;
	text-transform: capitalize;
}

.post_blog_tag li:hover a {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	text-decoration: none;
	color: #fff;
	border-color: #ec722f;
	border-radius: 0;
	background: #ec722f;
}

.blog_nav {
	padding: 0.15rem;
	margin-top: 0.3rem;
	background: #fff;
	border-radius: 0px;
	box-shadow: 0 5px 20px 1px rgb(0 0 0 / 5%);
}

.blog_nav ul li {
	list-style: none;
}

.blog_nav ul li a {
	font-family: "OpenSans";
	font-weight: normal;
	font-size: 16px;
	color: #171717;
	line-height: 22px;
	padding: 10px 0;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.blog_nav ul li a i {
	color: #ccc;
	margin-right: 0.1rem;
}

.blog_nav ul li a:hover {
	padding-left: .1rem;
	color: #ec722f;
}

.blog_nav ul li a:hover i {
	color: #ec722f;
}

.hot_tags {
	margin-top: .3rem;
	background: #fff;
	padding: 0.15rem;
	border-radius: 0px;
	box-shadow: 0 5px 20px 1px rgb(0 0 0 / 5%);
}

.hot_tags a {
	font-family: "OpenSans";
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	padding: 0px 12px;
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	margin: 0.04rem;
	line-height: 34px;
	text-transform: capitalize;
}

.hot_tags a:hover {
	background: #ec722f;
	color: #fff;
}

@media only screen and (min-width: 992px) {
	.blog-archives .fot_title {
		background: none;
		padding: 0;
		color: #171717;
		box-shadow: none;
	}

	.blog-archives .fot_title em {
		color: #171717;
	}

	.blog-archives .fot_title span {
		display: none;
	}

	.blog-tags .fot_title {
		background: none;
		padding: 0;
		color: #171717;
		box-shadow: none;
	}

	.blog-tags .fot_title em {
		color: #171717;
	}

	.blog-tags .fot_title span {
		display: none;
	}
}

@media only screen and (max-width: 992px) {
	.left-blog {
		padding: 0;
		border: none;
		margin-bottom: 0;
	}

	.blog_list li .right {
		padding-left: 65px;
		width: 100%;
	}

	.left-blog .left_title {
		display: block;
	}

	.blog-list p,
	.blog-cat p {
		margin-bottom: 15px;
	}

	.blog-list {
		border-bottom: 1px solid #efefef;
		padding-bottom: 0.2rem;
	}

	.blog-archives,
	.blog-tags {
		margin-bottom: 0px;
		padding: 0;
		border: none;
		box-shadow: none;
	}

	.blog_list li .date em {
		font-size: 60px;
		line-height: 56px;
	}

	.blog-archives ul,
	.blog-tags ul {
		padding-top: 0;
	}

	.blog_nav ul li {
		padding-left: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.blog_list>li {
		margin-bottom: 15px;
		padding: 15px;
	}

	.blog_list>li .page_date {
		position: inherit;
		right: auto;
		top: auto;
	}

	.blog_list>li:hover:before {
		left: -10px;
		top: -10px;
		right: -10px;
		bottom: -10px;
	}

	.blog_list {
		border: none;
	}

	.blog_tag>p {
		display: block;
	}

	.blog_list li .right {
		padding-left: 80px;
	}

	.blog_list li .title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.blog_list li .text {
		font-size: 15px;
		line-height: 22px;
		-webkit-line-clamp: 2;
	}

	/* 	.blog_list li .post_blog_tag {
   		margin-top: 15px;
   	} */

	.blog_list li .image {
		min-width: 260px;
		max-width: 260px;
		margin-right: 10px;
	}

	.post_blog_tag {
		padding: 0;
		/* padding-top: 10px; */
		border-radius: 0;
	}

	.post_blog_tag>p {
		display: block;
		font-size: 14px;
	}

	.post_blog_tag li a {
		font-size: 14px;
		padding: 3px 10px;
	}

	.news_detail_info .news_detail_title p.title {
		font-size: 18px;
	}
}

@media only screen and (max-width: 480px) {
	.blog_list>li {
		padding-bottom: 0.2rem;
		display: block;
	}

	.blog_list li .right {
		padding: 0;
		padding-top: 10px;
	}

	.blog_list li .more {
		letter-spacing: 0;
	}

	.blog_list li .image {
		min-width: 100%;
		max-width: 100%;
	}
}

.blog-info {
	border-bottom: 2px dotted #eee;
	padding: 0.1rem 0;
	margin-bottom: 0.2rem;
}

.blog-info i {
	margin-right: 0.06rem;
	color: #aaa;
}


.more-com {
	width: 145px;
	background: #fff;
	color: #ec722f;
	text-align: center;
	margin-top: 0;
}

.news ul li:hover .more-com {
	background: #ec722f;
	color: #fff;
}

/*产品列表*/
.products_m {
	margin-bottom: 0.1rem;
	line-height: 0.3rem;
}

.products_m .pm_pt {
	font-family: "OpenSans";
	font-size: .28rem;
	color: #171717;
	margin-bottom: 10px;
}

.products_m .n_title {
	margin-bottom: .15rem;
}

/*products*/
.cbp-vm-switcher {
	width: 100%;
	margin-top: .15rem;
}

.cbp-vm-view-grid .tags_ul {
	display: none;
}

.cbp-vm-view-grid ul li .my_more1 {
	margin-top: 10px;
	position: relative;
	z-index: 555;
	line-height: 36px;
}

.cbp-vm-view-grid ul li .cbp-vm-details {
	opacity: 0;
	display: none;
}

.cbp-vm-view-grid .pro_more {
	margin-top: 10px;
}

.cbp-vm-options {
	margin-bottom: 15px;
	text-align: left;
	padding: 6px;
	background: #f5f5f5;
	border-radius: 0;
}

.cbp-vm-options p {
	display: inline-block;
	float: left;
	vertical-align: middle;
	color: #ec722f;
	text-transform: capitalize;
	margin-left: 8px;
}

.cbp-vm-options a {
	vertical-align: middle;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	color: #171717;
	line-height: 32px;
	text-align: center;
	width: 32px;
	display: inline-block;
	background: #fff;
	vertical-align: middle;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin-right: 6px;
}

.cbp-vm-options a svg {
	width: 16px;
	height: 16px;
	color: #999;
	transition: 0.5s all;
}

.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {
	border: 1px solid #ec722f;
	background: #ec722f;
}

.cbp-vm-options a:hover svg,
.cbp-vm-options a.cbp-vm-selected svg {
	color: #fff;
}

/* General list */
.cbp-vm-switcher ul {
	list-style: none;
	padding: 0;
}

.cbp-vm-switcher ul:before,
.cbp-vm-switcher ul:after {
	content: " ";
	display: table;
}

.cbp-vm-switcher ul:after {
	clear: both;
}

.cbp-vm-switcher ul li {
	display: block;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-vm-image {
	display: block;
	margin: 0 auto;
	position: relative;
}

.cbp-vm-image img {
	width: 100%;
	cursor: pointer;
	position: relative;
	max-width: 100%;
	max-height: 100%;
}

.cbp-vm-switcher ul li .cbp-vm-details {
	color: #999;
	overflow: hidden;
	height: 0.4rem;
	line-height: 0.2rem;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-size: 0.16rem;
}

.cbp-vm-image .img {
	display: block;
	overflow: hidden;
}

.li:hover .cbp-vm-image .img img {
	transform: scale(1.1);
}



/* Common icon styles */
.products ul li .li .a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 555;
}

.cbp-vm-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.cbp-vm-view-grid ul li {
	width: 25%;
	text-align: left;
	vertical-align: top;
	float: left;
}

/* List view */
.cbp-vm-view-list li {
	text-align: left;
	white-space: normal;
	margin-bottom: 0;
}

.cbp-vm-view-list li .i_more {
	margin-top: 0px;
}

.cbp-vm-view-list li {
	padding: 0.15rem;
	border-bottom: none;
	background: #fff;
}

.cbp-vm-view-list li:hover {
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}

.cbp-vm-view-list li:last-child {
	border-bottom: 1px solid #eee;
}

.cbp-vm-view-list li:before,
.cbp-vm-view-list li:after {
	content: " ";
	display: table;
}

.cbp-vm-view-list li:after {
	clear: both;
}

.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
	display: inline-block;
	vertical-align: middle;
}

.cbp-vm-view-list .cbp-vm-image {
	width: 27%;
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin-right: 2%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	border: 1px solid #eee;
}

.cbp-vm-view-list .cbp-vm-image a {
	display: block;
	overflow: hidden;
}

.cbp-vm-view-list ul li .cbp-vm-details {
	width: 60%;
	overflow: hidden;
	white-space: normal;
	min-height: 48px;
	line-height: 24px;
	color: rgba(25,27,38,.64);
	margin: 5px 0px;
	font-size: 16px;
}



.cbp-vm-view-list ul li .quick_ico {
	display: none;
}

.cbp-vm-view-list ul li .h4 a {
	font-family: 'OpenSans';
	max-height: 52px;
	line-height: 26px;
	color: #171717;
	font-size: 18px;
	overflow: hidden;
	display: block;
	font-weight: 500;
}

.cbp-vm-view-list ul li .h4 a:hover {
	color: #6e6e6e;
}

.cbp-vm-view-list ul li:hover .cbp-vm-image {
	border-color: #6e6e6e;
}

.cbp-vm-view-list ul li .pro_ico {
	display: none;
}

/*9gonghe*/
.cbp-vm-view-grid ul {
	list-style: none;
	padding: 0;
	margin: 0px -0.1rem;
}

.cbp-vm-view-grid ul li .li {
	position: relative;
	background: #fff;
}

.cbp-vm-view-grid ul li .li:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	border: 1px solid #eee;
	background: #fff;
	transition: 0.5s all;
}

.cbp-vm-view-grid ul li .li:hover {
	z-index: 999;
	border-color: #ec722f;
}

.cbp-vm-view-grid ul li .li:hover:after {
	box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
	height: calc(100% + 10px);
}

.cbp-vm-view-grid ul li .i_more {
	display: none;
}

.cbp-vm-view-grid ul li {
	margin-bottom: 0.2rem;
	padding: 0px 0.1rem;
}

.cbp-vm-view-grid ul li .h4 a {
	font-family: "OpenSans";
	margin: 5px 0 10px 0;
	line-height: .22rem;
	font-size: .16rem;
	height: .44rem;
	overflow: hidden;
	display: block;
	text-align: center;
	color: #171717;
	z-index: 999;
	position: relative;
	font-weight: 500;
}

.cbp-vm-view-grid ul li .li {
	text-align: center;
	position: relative;
}

.cbp-vm-view-grid ul li .li .cbp-vm-image {
	overflow: hidden;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	position: relative;
	z-index: 66;
	position: relative;
}

.cbp-vm-view-grid ul li .li .text {
	position: relative;
	z-index: 9;
}

.cbp-vm-view-grid ul li .li:hover .h4 a {
	color: #ec722f;
}

.cbp-vm-view-grid ul .li {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.cbp-vm-view-grid ul li .li .r-more {
	margin-top: .2rem;
	position: relative;
	z-index: 22;
}

.cbp-vm-view-grid ul li:nth-child(4n+1) {
	clear: both;
}

.cbp-vm-view-list li .p-more.all-m {
	min-width: 130px;
	display: inline-block;
}

/*效果*/
.products ul li .li .img a {
	display: block;
}

.cbp-vm-view-grid ul li .li {
	position: relative;
	padding: .15rem;
}

.cbp-vm-view-grid ul li .img a {
	display: block;
	overflow: inherit;
}

.cbp-vm-view-grid ul li:hover .img img {
	transform: scale(1.1);
}

.in-more.p-more {
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 1.6rem;
	height: .4rem;
	line-height: .4rem;
	text-transform: capitalize;
	margin: .2rem 0 0 0;
}

.left-adv .v-more {
	font-family: "OpenSans";
	min-width: 125px !important;
	padding: 12px 10px;
	font-size: 14px;
	background: #ec722f;
	color: #fff;
}

.left-adv .v-more span {
	width: 44px;
}

.left-adv .v-more i {
	margin-left: .08rem;
}

.left-adv .v-more:hover {
	background: #ec722f;
	color: #fff;
	border-color: #ec722f;
}

/* .v-more.all-m {
	font-family: "OpenSans";
	padding: 10px;
	min-width: 100%;
	font-size: .16rem;
	background: #f5f5f5;
	color: #000;
} */
.cbp-vm-view-grid ul li .li:hover .p-more {
	background: #ec722f;
	color: #fff;
}

.cbp-vm-view-grid ul li .li:hover .p-more img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.p-more.all-m {
	position: relative;
	z-index: 2;
	font-size: .16rem;
}

.p-more.all-m:hover {
	color: #ec722f;
}

.cbp-vm-switcher ul li .li .v-more {
	display: inline-block;
	min-width: 140px;
	background: transparent;
	color: #ec722f;
}

.cbp-vm-switcher ul li .li .v-more span {
	border-left-color: #ec722f;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/more-rh.png);
}

.cbp-vm-switcher ul li .li:hover .v-more {
	color: #fff;
	background: #ec722f;
}

.cbp-vm-switcher ul li .li:hover .v-more span {
	border-left-color: #fff;
	background-image: url(../images/more-b.png);
}


@media screen and (max-width:1366px) {
	.cbp-vm-view-grid ul li .h4 a {
		font-size: 16px;
		line-height: 20px;
		min-height: 40px;
	}
}

@media screen and (max-width: 992px) {
	.cbp-vm-view-grid ul li {
		width: 33.33%;
	}

	.cbp-vm-view-grid ul li:nth-child(4n+1) {
		clear: none;
	}

	.cbp-vm-view-grid ul li:nth-child(3n+1) {
		clear: both;
	}

	.cbp-vm-view-grid ul li .my_more1 {
		display: none;
	}

	.cbp-vm-view-grid ul li .h4 a {
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}

	.v-more.all-m {
		min-width: 100% !important;
		opacity: 1;
		padding: 8px;
	}
}

@media screen and (max-width: 768px) {
	.cbp-vm-options {
		display: none;
	}

	.cbp-vm-view-grid ul li {
		width: 50%;
	}

	.cbp-vm-view-grid ul li:nth-child(3n+1) {
		clear: none;
	}

	.cbp-vm-view-grid ul li:nth-child(2n+1) {
		clear: both;
	}
}


.pro_info_top {
	position: relative;
	z-index: 9;
	margin-bottom: 0.4rem
}

.prom-right>h1 {
	font-family: 'OpenSans';
	padding: 0;
	margin: 0;
	display: block;
	font-size: 0.2rem;
	color: #171717;
	margin-bottom: 0.2rem;
	line-height: 28px;
	margin-top: 0;
}

.prom-right>div.main {
	font-size: 15px;
	line-height: 24px;
	color: #808080;
	margin-bottom: 0.2rem;
}

.prom-right {
	padding: 0 0 0 0.6rem;
	border-radius: 0;
}

.prom-right .pro-table {
	margin-bottom: 0;
	border-bottom: none;
	overflow: hidden;
	background: #fff;
	border-radius: 2px;
	margin-top: 0.2rem;
	border: 1px solid #eee;
	border-bottom: none;
}

.prom-right .pro-table>em {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.prom-right .pro-table ul li {
	list-style: none;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.prom-right .pro-table ul li p {
	font-family: "OpenSans";
	display: inline-block;
	font-size: 16px;
	color: #171717;
	width: 30%;
	margin: 0;
	text-transform: capitalize;
	line-height: 0.2rem;
	border-right: 1px solid #eee;
	padding: 10px;
	background: #fafafa;
	font-weight: 500;
}

.prom-right .pro-table ul li span {
	color: #171717;
	display: inline-block;
	font-size: 14px;
	padding-left: 10px;
	color: #171717;
	line-height: 0.2rem;
	padding: 10px;
	font-weight: 500;
}

.prom-right .mobile_inquiry {
	display: inline-block;
	margin-top: 0.3rem;
}

.prom-right .main_more {
	vertical-align: middle;
	height: 0.46rem;
	line-height: 0.46rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	color: #fff;
	z-index: 0;
	border: none;
	align-items: center;
}

.prom-right .main_more:after {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/icon.png) no-repeat;
	background-position: -392px -99px;
	margin: 0;
	margin-left: 3px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	right: auto;
	opacity: 1;
	animation: none;
	margin-top: 0px;
}

.prom-right .main_more:before {
	position: absolute;
	content: '';
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .03) 1%, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, .85) 71%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
	width: 30%;
	height: 100%;
	transform: skew(-10deg, 0deg);
	animation: move 2s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
	border-radius: 0;
	border: none;
}

.prom-right .cart_area {
	margin-top: 15px;
	margin-bottom: 10px;
}

.prom-right .cart_area .cartnum {
	text-align: center;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	max-width: 100%;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
	border-radius: 5px;
}

@media screen and (max-width:992px) {
	.prom-right {
		padding: 0 0 0 15px;
	}
}

@media screen and (max-width:768px) {
	.prom-right {
		padding: 10px 0 0 0;
	}

	.pro_info_top {
		margin-bottom: .2rem;
	}
}

/*news*/
.post-image-mask {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -16px;
	text-align: center;
	font-size: 0;
}

.post-image-mask span,
.post-image-mask:after,
.post-image-mask:before {
	display: inline-block;
	margin-right: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #FFF;
	vertical-align: middle;
	opacity: 0;
	transition: opacity .2s ease;
	-webkit-animation: wd-fadeOutRight .3s ease;
	animation: wd-fadeOutRight .3s ease;
}

.post-image-mask:before {
	content: '';
	transition-delay: .15s;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

.post-image-mask:after {
	content: '';
	margin-right: 0;
}

.li:hover .post-image-mask span,
.li:hover .post-image-mask:after,
.li:hover .post-image-mask:before {
	opacity: 1;
	-webkit-animation: wd-fadeInLeft .3s ease;
	animation: wd-fadeInLeft .3s ease;
}

.li:hover .post-image-mask:before,
.li:hover .post-image-mask:before,
.li:hover .post-image-mask:before {
	transition-delay: .2s;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.li:hover .post-image-mask span,
.li:hover .post-image-mask span,
.li:hover .post-image-mask span {
	transition-delay: .1s;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

@-webkit-keyframes wd-fadeOutRight {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}
}

@keyframes wd-fadeOutRight {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}
}

@-webkit-keyframes wd-fadeOutLeft {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}
}

@keyframes wd-fadeOutLeft {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}
}

@-webkit-keyframes wd-fadeInLeft {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wd-fadeInLeft {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

.news_left:hover .post-image-mask span,
.news_left:hover .post-image-mask:after,
.news_left:hover .post-image-mask:before {
	opacity: 1;
	-webkit-animation: wd-fadeInLeft .3s ease;
	animation: wd-fadeInLeft .3s ease;
}

.news_left:hover .post-image-mask:before,
.news_left:hover .post-image-mask:before,
.news_left:hover .post-image-mask:before {
	transition-delay: .2s;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.news_left:hover .post-image-mask span,

.news_left:hover .post-image-mask span,
.news_left:hover .post-image-mask span {
	transition-delay: .1s;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.news ul li {
	float: left;
	list-style: none;
	width: 100%;
	margin-bottom: 0.3rem;
}

.news .img {
	min-width: 200px;
	width: 36%;
	margin-right: 0.3rem;
	overflow: hidden;
	display: block;
	float: left;
	position: relative;
	transition: 0.5s all;
}

.news .img img {
	width: 100%;
}

.news .li .h4 {
	font-family: 'OpenSans';
	line-height: 26px;
	font-size: 20px;
	max-height: 48px;
	color: #171717;
	display: block;
	overflow: hidden;
	margin: 0 0 10px;
	font-weight: 500;
}

.news ul li {
	list-style: none;
	margin-bottom: 0.2rem;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.news ul li:last-child {
	margin-bottom: 0;
}

.news ul li .li {
	position: relative;
	padding: 0.15rem;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
	transition: 0.5s all;
	display: flex;
	align-items: flex-start;
}

.news .li .day {
	color: #999;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0.1rem;
	display: flex;
	align-items: center;
	margin: 0.1rem 0;
}

.news .li .day i {
	margin-right: 0.1rem;
}

.news ul li p {
	color: rgba(25,27,38,.64);
	max-height: 52px;
	overflow: hidden;
	line-height: 26px;
	margin-top: 0.06rem;
	margin-bottom: 0.18rem;
}

.news ul li .v-more.all-m {
	min-width: 135px;
	background: transparent;
	color: #ec722f;
}

.news ul li .v-more.all-m span {
	border-left-color: #ec722f;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/more-rh.png);
}

.news ul li:hover .v-more.all-m span {
	border-left-color: #ec722f;
	background-image: url(../images/more-b.png);
}

.news ul li:hover .img {
	background: #000;
}

.news ul li:hover .img img {
	transform: scale(1.1);
	opacity: 0.7;
}

.news ul li:hover {
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}

.news ul li:hover .li {
	border: 1px solid #ddd;
}

.news ul li:hover .v-more.all-m {
	color: #fff;
	background: #ec722f;
}

.news ul li:hover .h4 {
	color: #ec722f;
}

.news ul li .img {
	position: relative;
	flex-shrink: 0;
}

.news ul li .img img {
	width: 100%;
}

.news ul li:hover .li .p-more img {
	transition: all .5s;
	margin-left: .05rem;
}

/* .news ul li .li .v-more {min-width: 165px} */
.news_detail_info .news_detail_title {
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

.news_detail_info .news_detail_title .title {
	font-family: "OpenSans";
	color: #171717;
	font-size: .22rem;
	line-height: .24rem;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0;
	font-style: normal;
	margin-bottom: 0.1rem;
	font-weight: 600;
}

.news_detail_info .page_date {
	margin-bottom: 0;
	font-weight: normal;
}

.page_date {
	margin-top: .15rem;
	color: #111;
	text-transform: uppercase;
	font-size: 15px;
	line-height: .2rem;
	display: inline-block;
}

.page_date:before {
	content: '';
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	width: 15px;
	height: 14px;
	background-position: 0 -57px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 8px;
}

@media screen and (max-width:992px) {
	.news ul li .v-more.all-m {
		min-width: 125px !important;
	}
}

@media screen and (max-width: 768px) {
	.news ul li p {
		display: none;
	}

	.news .li .day {
		border-bottom: none;
	}
}


@media screen and (max-width: 460px) {
	.news ul li .li {
		display: block;
	}

	.news ul li .img {
		width: 100%;
		margin: 0;
		float: none;
		margin-bottom: 0.15rem;
	}
}


.page h1 {
	font-family: "OpenSans";
	color: #171717;
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
}

.blog-info {
	border-bottom: 2px dotted #eee;
	padding: 0.1rem 0;
	margin-bottom: 0.2rem;
}

.blog-info i {
	margin-right: 0.06rem;
	color: #aaa;
}

/* Projects */
.case-wrap {
	padding: .3rem 0 .4rem 0;
	background: #f5f5f5;
}

.case-nlist {
	margin: 0 -.1rem;
}

.case-nlist li {
	list-style: none;
	float: left;
	width: 50%;
	padding: 0 .1rem;
	margin-bottom: .15rem;
}

.case-nlist li:nth-child(2n+1) {
	clear: both;
}

.case-nlist li .case-ncen {
	box-shadow: 0 0 6px rgba(0, 0, 0, .09);
}

.case-nlist li .case-img {
	position: relative;
	overflow: hidden;
}

.case-nlist li .case-img a {
	display: block;
	width: 100%;

}

.case-nlist li .case-img img {
	max-width: none;
	width: 100%;
}

.case-nlist li .case-text {
	padding: .2rem;
}

.case-nlist li .case-text .case-title a {
	display: block;
	font-family: "OpenSans";
	font-size: .18rem;
	color: #000;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: .24rem;
	min-height: .48rem;
	font-weight: 500;
}

.case-nlist li .case-text p {
	font-size: 16px;
	color: rgba(25,27,38,.64);
	line-height: 24px;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 48px;
}

.case-nlist li:hover .case-img img {
	transform: scale(1.1);
}

.case-nlist li .case-text .case-more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background: #ec722f;
	margin-top: .2rem;
}

.case-nlist li:hover .case-text .case-title a {
	color: #ec722f;
}

@media screen and (max-width:1366px) {
	.case-nlist li .case-text .case-title a {
		font-size: 16px;
		line-height: 20px;
		min-height: 40px;
	}

	.case-nlist li .case-text .n-more {
		font-size: 14px;
		background-size: 22px 11px;
	}

	.case-nlist li .case-text p {
		font-size: 14px;
		line-height: 22px;
		min-height: 44px;
	}

	.case-nlist li .case-text .n-more i {
		font-size: 16px;
		margin-left: .1rem;
	}
}

@media screen and (max-width:768px) {

	.case-wrap {
		padding: .3rem 0;
	}
}

/*sitemap*/
.sitemap {
	width: 100%;
}

.stp-listA>li {
	text-transform: capitalize;
	list-style: none;
	margin-bottom: 0.15rem;
	background: #fff;
	overflow: hidden;
}

.stp-top {
	width: 100%;
	background: #eee;
}

.stp-top .page_info_title {
	font-family: "OpenSans";
	font-size: 16px;
	line-height: .24rem;
	text-transform: uppercase;
	display: block;
	padding: 0;
	padding: 15px 20px;
	transition: all .5s;
	color: #171717;
}

.stp-top .page_info_title:hover {
	text-decoration: none;
	color: #171717;
}

.stp-top .page_info_title i {
	padding-left: 0.05rem;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.stp-top .page_info_title:hover i {
	padding-left: 0.08rem;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.stp-listB {
	display: block;
	padding: 0.15rem;
	border: 1px solid #eee;
	border-top: none;
	padding: 0.3rem 0.2rem;
	list-style: none;
	margin-top: -1px;
	background: #fff;
	border-radius: 0;
}

.stp-listB>li {
	width: 25%;
	padding: 0.08rem 0.1rem;
	float: left;
	overflow: hidden;
}

.stp-listB>li>a {
	font-family: "OpenSans";
	line-height: 0.22rem;
	display: block;
	color: #4d4d4d;
}

.stp-listB>li>a i {
	padding-right: 0.05rem;
}

.stp-listB>li:hover>a {
	color: #ec722f;
}

.stp-listB>li:nth-child(4n+1) {
	clear: both;
}

.stp-pro .stp-listB>li {
	width: 100%;
	margin-bottom: 0.2rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #eee;
}

.stp-pro .stp-listB>li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.stp-pro .stp-listB>li .top {
	display: flex;
	align-items: flex-end;
}

.stp-pro .stp-listB>li .image {
	max-width: 0.48rem;
	min-width: 0.48rem;
}

.stp-pro .stp-listB>li .title {
	line-height: 0.24rem;
	text-transform: capitalize;
	display: block;
}

.stp-pro .stp-listB>li .title:after {
	content: "\f105";
	font-family: 'FontAwesome';
	padding-left: 0.06rem;
	color: #ccc;
}

.stp-pro .stp-listB>li .title:hover {
	color: #333;
	text-decoration: none;
}

.stp-pro .stp-listB>li .title:hover:after {
	color: #333;
}

.stp-listB li .stp-listC {
	width: 100%;
	padding-top: 0.2rem;
	list-style: none;
}

.stp-listB li .stp-listC li {
	width: 100%;
	margin-bottom: 0.08rem;
	float: left;
}

.stp-listB li .stp-listC li a {
	font-size: 14px;
	-webkit-transition: all var(--transition-time, 500ms);
	-o-transition: all var(--transition-time, 500ms);
	transition: all var(--transition-time, 500ms);
}

.stp-listB li .stp-listC li a i {
	padding-right: 0.05rem;
}

.stp-listB li .stp-listC li a:hover {
	color: #333;
}


@media only screen and (max-width: 768px) {
	.stp-listA {
		padding: 0;
	}

	.stp-listB>li {
		width: 50%;
		padding: 4px 0;
	}

	.stp-listB>li:nth-child(2n+1) {
		clear: both;
	}

	.stp-listB {
		border-width: 1px;
		padding: 15px;
	}

	.stp-pro .stp-listB>li .image {
		max-width: 32px;
		min-width: 32px;
	}

	.stp-listB li .stp-listC li {
		width: 100%;
	}

	.stp-listB>li>a {
		font-size: 15px;
	}

	.stp-top .page_info_title {
		font-size: 14px;
		padding: 10px 10px;
	}

	.stp-listB li .stp-listC li a {
		font-size: 13px;
	}
}

@media only screen and (max-width: 400px) {
	.stp-listB li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2%;
	}
}

/*products_main*/
/* CSS for the loading div */
.prom_img {
	padding: 0;
	text-align: center;
	padding-right: 0;
	border-radius: 0;
}

.prom_img .swiper-slide {
	position: relative;
	display: inline-block;
}

.prom_img #pro_img_gallery {
	overflow: inherit;
	border: 2px solid #eee;
}

.prom_img #pro_img_gallery .swiper-slide {
	opacity: 0 !important;
	z-index: -1;
}

.prom_img #pro_img_gallery .swiper-slide-active {
	opacity: 1 !important;
	z-index: 3;
}

.prom_img #pro_img_gallery .swiper-slide img {
	width: 100%;
	background: #fff;
}

.prom_img .video_play .video_buttom:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #fff;
	line-height: 60px;
	font-family: 'FontAwesome';
	content: "\f04b";
	z-index: 2;
	border-radius: 5px;
	background: #ec722f;
	width: 60px;
	height: 60px;
	text-align: center;
	cursor: pointer;
}

.cloud-zoom-lens {
	background: #000 !important;
	opacity: 0.1 !important;
}

.prom_img .swiper-slide iframe {
	position: absolute;
	z-index: 66;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}

#pro_img_thumbs {
	padding-top: 15px;
}

#pro_img_thumbs .swiper-slide {
	border-radius: 0;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #eee;
	padding: 0;
	background: #fff;
}

#pro_img_thumbs .swiper-slide-thumb-active {
	border: 1px solid #ec722f;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#pro_img_thumbs .swiper-slide.swiper-slide-thumb-active img {
	border-color: #ec722f;
}

.prom_img .sp-video-icon {
	position: relative;
}

.prom_img .sp-video-icon img {
	opacity: 0.5;
	border-radius: 0;
}

.prom_img .sp-video-icon:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	font-family: 'FontAwesome';
	content: "\f04b";
	z-index: 2;
	border-radius: 5px;
	background: #ec722f;
	width: 30px;
	height: 30px;
	text-align: center;
}

.zoomImg {
	transition: 0.3s all;
}

.productsnei-index .n_right {
	width: 100%;
	padding-left: 0;
	float: none;
}

.main_more {
	font-family: "Acephimere";
	position: relative;
	display: inline-flex;
	margin-top: 0;
	transition: all .5s;
	z-index: 3;
	height: 0.54rem;
	line-height: 0.54rem;
	font-size: 14px;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	text-transform: uppercase;
	color: #ffffff;
	overflow: hidden;
	background: #ec722f;
	border-radius: 0;
	overflow: hidden;
	align-items: center;
}

.main_more:hover {
	background: #ec722f;
}

@media only screen and (max-width: 992px) {

	.mousetrap,
	#cloud-zoom-big,
	.cloud-zoom-big {
		display: none !important;
	}
}

/*pro_detail*/
.pro_page {
	position: relative;
	margin: 0.2rem auto 0.2rem auto;
}

.pro_page .pro_main {
	display: flex;
	padding: 0.15rem;
	background: rgba(255,255,255,.02);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.pro_page .prom_img {
	width: 35%;
	position: relative;
}

.pro_page .main_text {
	width: 65%;
	padding-left: 0.3rem;
}

.pro_page a,
.pro_page button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

.pro_page .clearfix:after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none !important
}

.pro_page a {
	display: block;
}

.pro_page .thumb img {
	width: 100%;
}

.zoomImg {
	transition: 0.1s all;
}

.pro_page a {
	display: block;
}

.pro_main_title {
	font-family: "OpenSans";
	font-size: 0.22rem;
	overflow: hidden;
	display: block;
	text-transform: capitalize;
	color: #fff;
	line-height: 0.26rem;
	margin-bottom: 0.1rem;
}

.pro_main_text {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 0.2rem;
	color: #999;
}



.enlarge_ico {
	width: 40px;
	height: 40px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	z-index: 999;
	background-image: url("data:image/svg+xml,%3Csvg t='1710902452033' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='5097' width='22' height='22'%3E%3Cpath d='M970.837333 919.850667l-205.696-205.653334A382.421333 382.421333 0 0 0 853.333333 469.333333a384 384 0 0 0-384-384 384 384 0 0 0-384 384 384 384 0 0 0 384 384 382.421333 382.421333 0 0 0 244.906667-88.192l205.653333 205.653334a36.053333 36.053333 0 0 0 50.986667 0 36.266667 36.266667 0 0 0-0.042667-50.944z m-380.117333-162.986667c-38.4 16.256-79.189333 24.448-121.386667 24.448a311.296 311.296 0 0 1-220.586666-91.392A311.296 311.296 0 0 1 157.312 469.333333 311.296 311.296 0 0 1 248.746667 248.746667 311.296 311.296 0 0 1 469.333333 157.354667a311.296 311.296 0 0 1 220.586667 91.392A311.296 311.296 0 0 1 781.354667 469.333333a311.296 311.296 0 0 1-91.392 220.586667 310.186667 310.186667 0 0 1-99.242667 66.901333z' fill='%23ec722f' p-id='5098'%3E%3C/path%3E%3Cpath d='M652.672 431.829333h-147.84V292.010667a35.968 35.968 0 1 0-71.978667 0v139.818666H292.010667a35.968 35.968 0 1 0 0 72.021334h140.8v140.8a35.968 35.968 0 1 0 72.021333 0v-140.8h147.84a35.968 35.968 0 1 0 0-72.021334z' fill='%23ec722f' p-id='5099'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
}

.embed-border {
	box-sizing: border-box;
}

.embed-responsive {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding-bottom: 50%;
}

.embed-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embed-responsive iframe video {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

/* these styles are for the demo, but are not required for the plugin */
.zoom {
	display: inline-block;
	position: relative;
}

.zoom img {
	display: block;
}

.zoom img::selection {
	background-color: transparent;
}

.zoom img:hover {
	cursor: url(../images/grab.cur), default;
}

.zoom img:active {
	cursor: url(../images/grabbed.cur), default;
}



.relpro_content {
	padding: 0.3rem 0 0.7rem;
	background: #fff;
}

.main_title em,
.main_title h2 {
	font-family: "OpenSans";
	color: #333333;
	font-size: .32rem;
	text-transform: capitalize;
	margin: 0;
	position: relative;
	z-index: 2;
	display: block;
	text-align: center;
	margin-bottom: .2rem;
	font-weight: 600;
	text-transform: uppercase;
}

.relpro_content .swiper-slide {
	padding: 0 .1rem;
}

.relpro_content .swiper-slide .li {
	overflow: hidden;
}

.relpro_content .swiper-slide .li .wrap {
	padding: .2rem .15rem;
	background: #eee;
}

.relpro_content .swiper-slide .li .img {
	display: block;
	overflow: hidden;
}

.pro_scrollbar .swiper-slide .li img {
	width: 100%;
	transition: all .5s;
}

.relpro_content .swiper-slide .li:hover img {
	transform: scale(1.1);
	transition: all .5s;
}

.relpro_content .pro_scrollbar .swiper-slide .li .number_detail {
	font-family: 'OpenSans';
	display: block;
	font-size: .18rem;
	color: #171717;
	font-weight: 600;
	line-height: .22rem;
	text-transform: capitalize;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 0.44rem;
	text-align: center;
}

.relpro_content .pro_scrollbar .swiper-slide .li .title {
	display: block;
	font-size: .16rem;
	color: rgba(25,27,38,.64);
	line-height: .22rem;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 0.44rem;
}

.relpro_content .swiper-slide .li .view {
	font-family: "OpenSans";
	display: block;
	width: 87px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	background: #ec722f;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: .18rem auto auto;
}

.relpro_content .pro_scrollbar .swiper-slide .li:hover .number_detail {
	color: #ec722f;
}

.relpro_content .swiper-button-next,
.relpro_content .swiper-button-prev {
	background: #ec722f;
}

.relpro_content .swiper-button-next:after,
.relpro_content .swiper-button-prev:after {
	color: #fff;
	font-size: 18px;
}

.products-section .swiper-pointer-events {
	position: initial;
}

.swiper-pointer-events {
	touch-action: pan-y;
}

.products-section .swiper-wrapper {
	position: relative;
	width: 100%;
	/* height: 100%; */
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
	overflow: hidden;
}

.products-section .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.cat_scroll .swiper-slide .products-images {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: .2rem;
	padding: .2rem;
}

.cat_scroll .swiper-slide .products-images .p-more {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}

.cat_scroll .swiper-slide .pro-tips {
	display: block;
	font-size: .15rem;
	color: #555555;
	line-height: .22rem;
	margin-bottom: .2rem;
}

.cat_scroll .swiper-slide .products-title {
	font-family: "OpenSans";
	font-size: .18rem;
	color: #000;
	line-height: .24rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: .48rem;
}

.cat_scroll .swiper-slide .li:hover .products-images img {
	transform: scale(1.06);
}

.cat_scroll .swiper-slide .li:hover .products-images .p-more {
	opacity: 1;
}

.cat_scroll .swiper-slide .li:hover .products-title {
	color: #ec722f;
}



.cat_scroll {
	position: relative;
}

.cat_scroll .swiper-button-next,
.cat_scroll .swiper-rtl .swiper-button-prev {
	right: -0;
	left: auto;
}

.cat_scroll .swiper-button-prev,
.cat_scroll .swiper-rtl .swiper-button-next {
	left: 0;
	right: auto;
}



.relpro_content .swiper-button-next.swiper-button-disabled,
.relpro_content .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}


#content {
	position: relative;
	top: -0.6rem;
}

.pro_table .pro_main_title {
	font-family: "OpenSans";
	font-size: 20px;
	overflow: hidden;
	display: block;
	text-transform: capitalize;
	color: #1c77be;
	line-height: 30px;
	margin-bottom: 0.2rem;
	font-weight: normal;
	font-weight: 500;
}

.pro_table .pro_main_text {
	line-height: 0.28rem;
	padding-bottom: 0.2rem;
}

.pro_table ul {
	padding-left: 0;
	border-left: 1px solid rgba(255,255,255,.07);
	border-top: 1px solid rgba(255,255,255,.07);
	display: flex;
	flex-wrap: wrap;
}

.pro_table ul li {
	color: #999;
	list-style: none;
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.07);
	border-right: 1px solid rgba(255,255,255,.07);
}

.pro_table ul li:nth-child(2n+1) {
	background: rgba(255,255,255,.05);
}

.pro_table ul li p {
	font-family: "OpenSans";
	display: inline-block;
	margin-right: 0.1rem;
	vertical-align: middle;
	margin-bottom: 0;
	color: #999;
	min-width: 1.2rem;
	padding: 10px 8px;
	border-right: 1px solid rgba(255,255,255,.07);
	min-width: 105px;
	font-weight: 400;
	width: 25%;
}

.main-more {
	text-align: left !important;
	margin-top: 20px;
}

.pro_more a {
	font-family: 'OpenSans';
	background: #333;
	text-transform: capitalize;
	line-height: .4rem;
	padding: 5px 15px;
	border-radius: 0;
	display: inline-block;
	font-size: 0.14rem;
	color: #fff;
	margin-right: 0.1rem;
	border-radius: 0;
	position: relative;
}

.pro_more a:before {
	position: absolute;
	content: '';
	opacity: 0;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .03) 1%, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, .85) 71%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
	width: 30%;
	height: 100%;
	transform: skew(-10deg, 0deg);
	animation: move 2s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
}

@keyframes move {
	0% {
		left: 0;
		opacity: 0
	}

	5% {
		opacity: .0
	}

	48% {
		opacity: .2
	}

	80% {
		opacity: .0
	}

	100% {
		left: 82%
	}
}

.pro_more a:hover {
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}

.pro_more div {
	display: inline-block;
}

.pro_more .main-more a {
	background: #ec722f;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 40px;
}

.pro_more a i {
	margin-right: 6px;
}

.pro_sns {
	margin-top: 30px;
}

.pro_sns span {
	font-size: 16px;
	background: url(../images/share_ico.png) no-repeat left center;
	padding-left: 30px;
	color: #171717;
	float: left;
	margin-right: 8px;
	line-height: 38px;
	text-transform: capitalize;
}

.pro_sns a {
	display: inline-block;
	padding: 0;
	margin-right: 2px;
	border-radius: 5px;
	overflow: hidden;
}

.products_main .nav-tabs li {
	float: left;
	list-style: none;
	background: #eee;
	margin-bottom: 20px;
	overflow: hidden;
}

.products_main .nav-tabs li a {
	font-family: "OpenSans";
	color: #121212;
	font-size: 16px;
	display: inline-block;
	padding: 8px 10px;
	line-height: 30px;
	text-transform: capitalize;
}

.products_main .nav-tabs li.active a {
	background: #121212;
	color: #fff;
	position: relative;
}

@media screen and (max-width:1366px) {
	.pro_main_title {
		font-size: 18px;
		line-height: 26px;
	}

	.relpro_content .pro_scrollbar .swiper-slide .li .number_detail {
		font-size: 16px;
		line-height: 20px;
		min-height: 40px;
	}

	.relpro_content .pro_scrollbar .swiper-slide .li .title {
		font-size: 15px;
		line-height: 20px;
		min-height: 40px;
	}
}

@media only screen and (max-width: 1260px) {
	.pro_page .prom_img {
		width: 40%;
		position: relative;
	}

	.pro_page .main_text {
		width: 60%;
		padding-left: 0.3rem;
	}

	.pro_table ul li {
		width: 100%;
	}
}

@media only screen and (max-width: 992px) {
	.products_main .nav-tabs li a {
		font-size: 14px !important;
		padding: 10px;
	}

	.pro_scrollbar .swiper-slide {
		margin-top: 0;
	}

	.relpro_content .pro_scrollbar .swiper-slide .li .number_detail {
		font-size: 16px;
		line-height: 20px;
		min-height: 40px;
	}

	.relpro_content .pro_scrollbar .swiper-slide .li .title {
		font-size: 15px;
		line-height: 20px;
		min-height: 40px;
	}
}


@media only screen and (max-width:768px) {

	.cat_scroll .swiper-button-next,
	.cat_scroll .swiper-rtl .swiper-button-prev {
		right: 0;
		left: auto;
	}

	.cat_scroll .swiper-button-prev,
	.cat_scroll .swiper-rtl .swiper-button-next {
		left: 0;
		right: auto;
	}

	.pro_page {
		margin: 0.1rem auto 0.2rem auto;
	}

	.pro_table .pro_main_title {
		margin-top: 0.2rem;
	}

	.pro_page .main_text {
		margin-top: .2rem;
	}

	.pro_page .pro_main {
		display: block;
		background: #fff;
		margin-top: 0;
	}

	.pro_page .prom_img,
	.pro_page .main_text {
		width: 100%;
		padding: 0;
		float: none;
	}

	.pro_sns {
		display: none;
	}

	.pro_table ul li {
		width: 100%;
	}

	.pro_more .main-more a {
		display: block;
		z-index: 22;
		padding: 3px 10px;
		line-height: 36px;
	}

	.inquiry_pro.show {
		position: fixed;
		bottom: 60px;
		left: 10px;
		line-height: 20px;
		padding: 5px 0;
		z-index: 99999;
		font-size: 12px !important;
	}

	.relpro_content {
		padding: 0.3rem 0;
	}
}

/*inquiry*/
.pro_inq {
	position: relative;
	background: #fff;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 15px 0px;
	border-radius: 0;
}

.pro_inq .title {
	font-family: 'OpenSans';
	color: #fff;
	background: #ec722f;
	padding: 15px 35px;
	font-size: .24rem;
	line-height: .3rem;
	text-transform: uppercase;
	background-size: cover;
	margin-top: .2rem;
}

.pro_inq .title img {
	margin-right: 15px;
}

.pro_inq .text {
	margin-bottom: 10px;
	color: rgba(25,27,38,.64);
	line-height: 20px;
	background: #fff;
	margin-top: -50px;
	padding: 15px;
	border-radius: 0;
	line-height: 22px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0px 20px;
	font-weight: 500;
}

.pro_inq .inquiry {
	padding: 0.3rem;
}

.pro_inq .inquiry .ms_btn {
	width: auto;
}


.rel_section {
	overflow: hidden;
	padding: 0.5rem 0 0.5rem;
	background: #f7f7f7;
}

.rel_section .button_outside {
	margin: 0.3rem -0.15rem 0.5rem;
}

.rel_section .swiper-slide {
	opacity: 0;
	transition: 0.5s all;
}

.rel_section .swiper-slide.swiper-slide-visible {
	opacity: 1;
}

.rel_section .swiper-slide {
	width: 25%;
	padding: 0 0.1rem;
}

.rel_section .li {
	padding: 5px;
	border: 1px solid #eee;
	background: #fff;
	text-align: center;
	border-radius: 0;
	transition: 0.5s all;
}

.rel_section .img {
	position: relative;
	display: block;
	overflow: hidden;
}

.rel_section .li .h4 {
	color: #171717;
	font-size: 0.2rem;
	display: block;
	line-height: 0.24rem;
	margin: 0 0 0.15rem;
	padding: 0 0.15rem;
	overflow: hidden;
	height: 0.48rem;
	margin-top: 15px;
	font-weight: 500;
}

.rel_section .li .my_more1 {
	margin: 0.15rem 0;
}

.rel_section .li p {
	color: #999;
	line-height: 0.22rem;
	font-size: 0.15rem;
	overflow: hidden;
	padding: 0 0.15rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rel_section .li:hover {
	border: 1px solid #121212;
}

.rel_section .li:hover .img img {
	transform: scale(1.05);
}

@media only screen and (max-width: 768px) {
	.rel_section {
		padding: 0.6rem 0;
	}

	.rel_section .swiper-slide {
		width: 33.33%;
	}

	.rel_section .swi_position {
		padding: 0 0.3rem;
		margin-top: 0;
	}

	.rel_section .swi_position .swiper-button-prev {
		left: -0.2rem;
	}

	.rel_section .swi_position .swiper-button-next {
		right: -0.2rem;
	}

	.pro_inq .inquiry,
	.pro_inq .title {
		padding: 15px;
	}

	.pro_inq .text {
		margin: 0;
	}
}

@media only screen and (max-width: 500px) {
	.rel_section {
		padding: 0.4rem 0;
	}

	.rel_section .swiper-slide {
		width: 50%;
	}
}

@media only screen and (max-width: 400px) {
	.rel_section .swiper-slide {
		width: 100%;
	}
}


.pro_may {
	background: #fff;
	padding: 0;
}

.pro_may .title_h4 {
	border-bottom: 1px solid #eee;
	margin-bottom: 0.2rem;
	font-size: 0.2rem;
	color: #171717;
}

.pro_may ul li .li {
	border: 1px solid #fff;
}



/*video_l*/
.video_l {
	list-style: none;
}

.video_l li {
	margin-bottom: 0.5rem;
}

.video_l li:nth-child(3n+1) {
	clear: both;
}

.video_l li .column {
	transition: all .5s;
	background: #fff;
	border-radius: 0;
}

.video_l li .image {
	display: block;
	overflow: hidden;
	position: relative;
	transition: all .5s;
	border-radius: 0;
	overflow: hidden;
}

.video_l li:hover .image {
	box-shadow: 0 10px 25px 1px rgba(0, 0, 0, 0.1);
}

.video_l li .image>a.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
}

.video_l li .image img {
	max-width: 100%;
	height: auto;
	width: 100%;
	transition: all .9s;
}

.video_l li:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.video_l li .ovrly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
	transition: all .5s;
}

.video_l li:hover .ovrly {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.video_l li .video_button {
	display: inline-flex;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	font-size: 18px;
	background: #ec722f;
	align-items: center;
	justify-content: center;
	z-index: 99;
	color: #fff;
	transition: all .5s;
}

.video_l li .video_button .line-video-animation {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(255, 255, 255, 0.27);
	border-radius: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
}

.video_l li:hover .video_button {
	width: 70px;
	height: 70px;
	text-decoration: none;
	background: #fff;
	color: #ec722f;
}

.video_l li:hover .video_button .line-video-animation {
	animation: squares 3.9s linear 0s infinite;
	-webkit-animation: squares 3.9s linear 0s infinite;
	-ms-animation: squares 3.9s linear 0s infinite;
	-o-animation: squares 3.9s linear 0s infinite;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

.video_l li:hover .video_button .line-video-animation.line-video-2 {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-o-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.video_l li:hover .video_button .line-video-animation.line-video-3 {
	-webkit-animation-delay: 2.6s;
	-moz-animation-delay: 2.6s;
	-o-animation-delay: 2.6s;
	animation-delay: 2.6s;
}

@-webkit-keyframes squares {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	20% {
		-webkit-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0
	}
}

@-moz-keyframes squares {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	20% {
		-moz-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1
	}

	100% {
		-moz-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0
	}
}

@-o-keyframes squares {
	0% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	20% {
		-o-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1
	}

	100% {
		-o-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0
	}
}

@keyframes squares {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	20% {
		-webkit-transform: scale(1.24);
		-moz-transform: scale(1.24);
		-o-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(2.1);
		-moz-transform: scale(2.1);
		-o-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0
	}
}

.video_l li .info {
	margin-top: 0.2rem;
}

.video_l li .info span {
	font-size: 15px;
	display: inline-block;
	line-height: 30px;
	background: #ec722f;
	float: left;
	color: #fff;
	padding: 0 0.1rem;
}

.video_l li .info i {
	float: right;
	line-height: 0.32rem;
	color: #222;
	font-style: normal;
}

.video_l li .title a {
	font-family: 'OpenSans';
	font-size: 0.18rem;
	line-height: 0.22rem;
	color: #171717;
	font-weight: 400;
	min-height: .44rem;
	margin: .1rem 0 0 0;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: center;
}

.video_l li:hover .title a {
	color: #ec722f;
}

.video_l li p {
	line-height: 22px;
	overflow: hidden;
	font-size: 15px;
	color: #999;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	min-height: 66px;
}

@media screen and (max-width:1366px) {
	.video_l li .title a {
		font-size: 16px;
		line-height: 20px;
		min-height: 40px;
	}
}

@media screen and (max-width:1024px) {
	.video_l li {
		width: 50%;
	}

	.video_l li:nth-child(2n+1) {
		clear: both;
	}

	.video_l li:nth-child(3n+1) {
		clear: none;
	}
}

@media only screen and (max-width: 768px) {
	.video_l li {
		padding: 0 5px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 480px) {
	.video_l li {
		padding: 0;
		width: 100%;
	}

	.video_l li .title a {
		font-size: 16px;
		margin-bottom: 0;
		height: auto;
		line-height: 22px;
	}

}

.project_list {
	list-style: none;
}

.project_list li {
	margin-bottom: 20px;
	padding: 0 10px;
}

.project_list li:nth-child(3n+1) {
	clear: both;
}

.project_list li .column {
	transition: all .5s;
	overflow: hidden;
}

.project_list li .image {
	display: block;
	overflow: hidden;
	position: relative;
}

.project_list li .image>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block;
}

.project_list li .image img {
	max-width: 100%;
	height: auto;
	width: 100%;
	transition: all .9s;
}

.project_list li:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.project_list li .image .more_box {
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	transition: all .8s;
	opacity: 0;
}

.project_list li:hover .image .more_box {
	top: 0;
	opacity: 1;
}

.project_list li .image .more_box .main_more {
	background: #fff;
	color: #171717;
}

.project_list li .image .ovrly {
	position: absolute;
	left: 0;
	top: -50%;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
}

.project_list li:hover .image .ovrly {
	opacity: 0.6;
	filter: alpha(opacity=60);
	top: 0;
}

.project_list li .img {
	height: 220px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}

.project_list li .wrap {
	background: #f7f7f7;
	padding: 20px;
	text-align: center;
	position: relative;
}

.project_list li .wrap:before {
	background-color: #171717;
	bottom: calc(100% - 1px);
	content: '';
	height: 10px;
	position: absolute;
	left: 0;
	transform: scaleY(0);
	transform-origin: right bottom;
	transition: transform .7s;
	width: 100%;
	z-index: 2;
}

.project_list li:hover .wrap:before {
	transform: scaleY(1);
	-webkit-transition: all 500ms cubic-bezier(0.93, .1, .195, 1);
	transition-timing-function: cubic-bezier(0.93, .1, 0, 1.65);
}

.project_list li .title {
	color: #171717;
	font-size: 0.18rem;
	line-height: 0.24rem;
	overflow: hidden;
	height: 0.48rem;
	display: block;
	margin-bottom: 0;
	transition: all .5s;
	margin-top: 0;
	margin-bottom: 0.1rem;
}

.project_list li .text {
	line-height: 0.24rem;
	overflow: hidden;
	height: 0.48rem;
}

@media only screen and (max-width: 480px) {
	.project_list li {
		padding: 0;
		width: 100%;
	}

	.project_list li .title {
		height: auto;
		max-height: 48px;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.project_list li .wrap {
		padding: 15px 10px;
	}

	.project_list li .text {
		font-size: 12px;
		height: 24px;
	}
}


.pro_select {
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #eee;
}

.pro_select .pro_select_list {
	float: left;
	width: 22%;
	position: relative;
}

.pro_select .prS_select {
	position: relative;
	display: block;
	width: 100%;
	z-index: 5;
}

.pro_select select {
	height: 46px;
	width: 100%;
	border: 1px solid #eee;
	background-color: transparent;
	padding-left: 15px;
	font-size: 14px;
	color: #333333;
	Appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.pro_select .pro_select_wrap:after {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	right: 20px;
	line-height: 16px;
	font-size: 16px;
	color: #808080;
	top: 16px;
	z-index: -1;
}



.pro_select .main_more {
	margin-top: 0;
	font-size: 0.15rem;
	line-height: 0.4rem;
	height: 0.4rem;
	padding: 0px 0.25rem;
	font-weight: 100;
	border: none;
}


.pro_select_more_2 {
	float: right;
}

.rower_2 {
	display: block !important;
	width: 100%
}

.pro_select_more {
	float: left;
	width: 8%;
	margin-left: 15px;
}

@media only screen and (max-width: 992px) {
	.pro_select .pro_select_list {
		width: 25%;
		margin-bottom: 10px;
	}

	.pro_select_more {
		padding-left: 0px;
	}

	.pro_select .main_more {
		margin-left: 0px;
	}

	.pro_select select {
		padding-left: 10px;
	}

	.rower_2 {
		width: 100%
	}

	.pro_select_more_2 {
		display: inline-table;
		margin: 10px 0px;
	}

}



@media only screen and (max-width:992px) {
	.pro_select .pro_select_wrap {
		width: 50%;
		margin-bottom: 10px;
		padding: 0 5px;
	}

	.pro_select .pro_select_more {
		margin-top: 10px;
		width: 100%;
	}

	.pro_select .pro_select_more .main_more {
		display: block;
	}

	.pro_select .pro_select_more .main_more {
		width: 100%
	}

	.pro_select_more_2 {
		width: 100%
	}
}



@media only screen and (max-width: 480px) {
	.pro_select .pro_select_wrap {
		width: 100%;
		padding: 0;
	}

	.pro_select .pro_select_more {
		padding: 0;
	}
}

.pro_select .main_more {
	position: relative;
	display: inline-block;
	transition: all .5s;
	z-index: 3;
	height: 0.40rem;
	line-height: 0.4rem;
	font-size: 0.2rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	text-transform: capitalize;
	color: #ffffff;
	overflow: hidden;
	border-radius: 0.05rem;
	background: #333;
	letter-spacing: 0.5px;
	text-align: center;
	font-size: 14px;
	border-radius: 0;
}

.pro_select .main_more:hover {
	;
	text-decoration: none;
}

.pro_select .main_more:before {
	content: ' ';
	position: absolute;
	background: rgba(255, 255, 255, 0.15);
	width: 36px;
	height: 36px;
	top: -41px;
	left: -46px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	z-index: -1
}

.pro_select .main_more:hover:before {
	width: 300px;
	height: 300px;
	left: -35px;
	top: -50px;
}


.pro_select input.main_more {
	box-shadow: none;
}


.page_pro_list {
	padding-top: 40px;
}

.page_pro_list .p {
	margin: 0.2rem 0;
	text-align: left;
}

.page_pro_list .page_pro_column {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.page_pro_list .page_pro_column:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.page_pro_list .page_pro_column .page_pro_title {
	display: flex;
	margin-bottom: 25px;
	;
	padding: 10px 15px;
	background: #f7f7f7;
	border-radius: 0;
	align-items: center;
	justify-content: space-between;
	width: 80%;
	width: 100%;
}

.page_pro_list .page_pro_column .page_pro_title .title {
	font-size: 0.28rem;
	line-height: 120%;
	text-transform: uppercase;
	transition: all .5s;
	display: inline-block;
	color: #171717;
}

.page_pro_list .page_pro_column .page_pro_title a:hover {
	color: #171717;
	text-decoration: none;
}

.page_pro_list .page_pro_column .page_pro_title .page_more {
	font-size: 18px;
	margin-top: 0;
}

.page_pro_list .page_pro_column .page_pro_title .page_more i {
	width: 32px;
	height: 32px;
}

.page_pro_list .page_pro_column .page_pro_title .page_more:before {
	width: 32px;
	height: 32px;
	left: -5px;
	top: 5px;
}

.page_pro_list .page_pro_column .list {
	list-style: none;
	margin-right: -15px;
	margin-left: -15px;
}

.page_pro_list .page_pro_column .list li {
	margin-bottom: 20px;
}

.page_pro_list .page_pro_column .list li .image {
	border: 2px solid #eee;
	display: block;
	overflow: hidden;
	transition: all .5s;
	text-align: center;
	border-radius: 10px;
}

.page_pro_list .page_pro_column .list li .image:hover {
	border-color: #171717;
}

.page_pro_list .page_pro_column .list li .image img {
	transition: all .9s;
}

.page_pro_list .page_pro_column .list li:hover .image img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
}

.page_pro_list .page_pro_column .list li .title {
	margin-top: 20px;
	font-size: 0.2rem;
	display: block;
	line-height: 24px;
	transition: all .5s;
	color: #171717;
}

.page_pro_list .page_pro_column .list li .title:hover {
	color: #171717;
	text-decoration: none;
}

.page_pro_list .page_pro_column .list li .text {
	margin-top: 12px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #808080;
}

@media only screen and (max-width: 992px) {
	.page_pro_nav .list {
		display: block;
	}

	.page_pro_nav .list li {
		float: left;
		width: 25%;
	}

	.page_pro_nav .list li .column {
		padding: 5px;
	}

	.page_pro_nav .list li .title {
		font-size: 0.14rem;
		line-height: 20px;
		height: 60px;
	}
}

@media only screen and (max-width: 768px) {
	.page_pro_list .page_pro_column {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.page_pro_list .page_pro_column .list {
		margin: 0;
	}

	.page_pro_list .page_pro_column .list li {
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.page_pro_list .page_pro_column .list li .title {
		margin-top: 10px;
		font-size: 14px;
		line-height: 20px;
		height: 60px;
	}

	.page_pro_list .page_pro_column .page_pro_title .page_more {
		display: none;
	}
}

.page_more {
	color: #171717;
	display: inline-block;
	line-height: 20px;
	position: relative;
	z-index: 2;
	margin-top: 30px;
	transition: all .5s;
	text-transform: capitalize;
	font-size: 15px;
}

.page_more:hover {
	color: #171717;
	opacity: 1;
	text-decoration: none;
}

.page_more i {
	display: inline-flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	position: relative;
	background: linear-gradient(to right, #333, #31c2f7);
	margin-right: 8px;
	vertical-align: middle;
}

.page_more i:before {
	content: '';
	transition: all .5s;
	display: inline-block;
	background: url(../images/arrow-right.svg) no-repeat;
	width: 18px;
	height: 14px;
}

.page_more:hover i:before {
	animation: scroll_right_anim 1.5s infinite;
}

.page_more:hover:before {
	width: 42px;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes scroll_right_anim {
	0% {
		transform: translateX(-3px);
	}

	50% {
		transform: translateX(3px);
	}

	100% {
		transform: translateX(-3px);
	}
}



.solutions ul li {
	list-style: none;
	padding: 0.6rem 0;
}

.solutions ul li .img {
	float: left;
}

.solutions ul li:nth-child(2n) .img {
	float: right;
}

.solutions ul li:nth-child(2n) {
	background: #f7f7f7;
}

.solutions ul li .title {
	font-size: 0.2rem;
	line-height: 0.3rem;
	color: #171717;
	display: block;
}

.solutions ul li p {
	margin: 0.2rem 0;
}

.products_li ul li {
	list-style: none;
}

.products_li ul li:nth-child(2n) {
	background: #f7f7f7;
}

.products_li ul li .li {
	display: flex;
	align-items: center;
	padding: 0.5rem 0.3rem;
}

.products_li ul li .img {
	width: 50%;
	text-align: center;
	padding: 0 0.15rem;
}

.products_li ul li .text {
	width: 50%;
	padding: 0 0.15rem;
}

.products_li ul li .title {
	font-weight: 400;
	display: block;
	font-size: 0.3rem;
	color: #171717;
	line-height: 0.32rem;
	max-height: 0.64rem;
}

.products_li ul li p {
	line-height: 0.3rem;
	height: 0.9rem;
	overflow: hidden;
	margin: 0.2rem 0;
}

@media only screen and (max-width: 768px) {
	.products_li ul li .title {
		font-size: 18px;
	}
}

@media only screen and (max-width: 400px) {
	.products_li ul li .li {
		padding: 0.3rem 0.2rem;
		flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.products_li ul li .text,
	.products_li ul li .img {
		width: 100%;
		padding: 0;
	}
}

.pro_mainnav {
	background: #333;
	position: fixed;
	top: 74px;
	left: 0;
	width: 100%;
	z-index: 888;
}

.pro_mainnav .container {
	width: 100%;
	max-width: none;
	padding: 0 0.3rem;
}

.pro_mainnav ul li {
	list-style: none;
}

.pro_mainnav .main {
	display: flex;
	justify-content: space-between;
	height: 50px;
	align-items: center;
}

.pro_mainnav .title {
	font-weight: 400;
	font-size: 0.2rem;
	color: #fff;
	text-transform: uppercase;
}

.pro_mainnav .li a {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 50px;
	padding: 0 0.2rem;
	display: inline-block;
}

.pro_mainnav .li a:hover {
	background: rgba(255, 255, 255, 0.15);
}

.pro_mainnav .li .con_btn {
	line-height: 50px;
	background: #333;
	display: inline-block;
	padding: 0 0.2rem;
}

.pro_detail {
	margin-top: 50px;
}

@media only screen and (max-width:992px) {
	.pro_mainnav {
		top: 50px;
	}
}

@media only screen and (max-width:768px) {
	.pro_mainnav .li a {
		padding: 0 0.05rem;
	}

	.pro_mainnav .container {
		padding-right: 0;
		padding-left: 10px;
	}

	.pro_mainnav .li .con_btn {
		padding: 0 0.05rem;
	}

	.pro_mainnav .li a {
		text-transform: capitalize;
	}
}


@media only screen and (max-width:500px) {
	.pro_mainnav .li .con_btn {
		display: none;
	}

	.pro_mainnav .main {
		height: 40px;
	}

	.pro_mainnav .li a {
		line-height: 40px;
	}
}

/*table*/
table.altrowstable {
	color: #777;
	border-width: 1px;
	border-color: #eee;
	border-collapse: collapse;
	text-align: center;
	font-size: 15px;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
	position: relative;
	background: #fff;
	width: 100%;
	font-weight: 600;
}

table.altrowstable th {
	border-width: 1px;
	padding: 0.13rem 0.1rem 0.1rem;
	border-style: solid;
	border-color: #eee;
	font-weight: 600;
	text-align: center;
	background: #ddd;
	color: #171717;
	font-size: 14px;
}

table.altrowstable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #eee;
	font-weight: normal;
	color: #555;
}

table.altrowstable tr {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

table.altrowstable tr a img {
	max-width: 1rem;
}

table.altrowstable tr a {
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

table.altrowstable tr a:hover {
	color: #ec722f;
	text-decoration: underline;
}

.oddrowcolor {
	background-color: #fff;
}

.evenrowcolor {
	background-color: #f9f9f9;
}

table.altrowstable .more {
	color: #fff;
	background: #ec722f;
	line-height: 20px;
	font-size: 14px;
	display: inline-block;
	padding: 8px;
}

table.altrowstable tr .more:hover {
	color: #fff !important;
}

@media screen and (max-width:1200px) {
	.pro_listtab table.altrowstable {
		width: 1200px;
	}
}

@media only screen and (max-width: 768px) {
	table.altrowstable {
		width: 700px;
	}

	table.altrowstable tr a img {
		max-width: 0.7rem;
	}

	table.altrowstable {
		font-size: 12px;
	}

	table.altrowstable th {
		font-size: 12px;
		font-weight: normal;
		padding: 5px;
	}

	table.altrowstable td {
		padding: 5px;
	}

	table.altrowstable .more {
		font-size: 12px;
	}

}




/* download */
/*ä¸‹è½½é¡µé¢1*/
/*download*/
.download_info_list {
	list-style: none;
	margin-top: 10px;
}

.download_info_list li {
	margin-bottom: 20px;
	padding: 0 10px;
}

.download_info_list li .wrap {
	border: 2px solid #ebebeb;
	background: #fff url(../images/bg_down.jpg) no-repeat 98% 5px;
	transition: all .5s;
	padding: 20px;
	position: relative;
	border-radius: 0;
}

.download_info_list li:hover .wrap {
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}

.download_info_list li .wrap:before {
	position: absolute;
	left: -2px;
	top: -2px;
	height: 0;
	content: '';
	width: calc(100% + 4px);
	border-left: 2px solid #0051b5;
	border-right: 2px solid #0051b5;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.download_info_list li:hover .wrap:before {
	height: calc(100% + 4px);
}

.download_info_list li .wrap:after {
	position: absolute;
	left: -2px;
	top: -2px;
	height: calc(100% + 4px);
	content: '';
	width: 0;
	border-top: 2px solid #0051b5;
	border-bottom: 2px solid #0051b5;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.download_info_list li:hover .wrap:after {
	width: calc(100% + 4px);
}

.download_info_list li .wrap>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

.download_info_list li .wrap>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

.download_info_list li .wrap .icon {
	display: inline-block;
	width: 45px;
	height: 44px;
	background: url(../images/download_icon.png) no-repeat;
	transition: all .5s;
}

.download_info_list li .wrap:hover .icon {
	background-position: 0px -40px;
}

.download_info_list li .wrap .title {
	font-style: normal;
	display: block;
	margin-top: 15px;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: bold
}

.download_info_list li .wrap:hover .title {
	color: #0051b5;
	text-decoration: none;
}

.download_info_list li .wrap .date {
	font-size: 12px;
	display: inline-block;
	line-height: 18px;
	color: #ffa300;
}

@media only screen and (max-width: 768px) {
	.download_info_list li {
		padding: 0 .1rem;
	}

	.download_info_list li .wrap {
		padding: 15px;
	}

	.download_info_list li .wrap>.title {
		font-size: 14px;
	}
}


.down_load {
	width: 100%;
	margin: 0.6rem auto 0;
}

.down_load ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.down_load ul li {
	display: inline-block;
	width: 32%;
	margin: 0 2% 20px 0;
	list-style: none;
	overflow: hidden;
	border: 1px #e6e6e6 solid;
	text-align: center;
	padding: 50px 0 35px;
	transition: all .5s
}

.down_load ul li:nth-child(3n) {
	margin-right: 0
}

.down_load ul li .icon {
	display: block;
	width: 60px;
	height: 75px;
	background: url("../images/icon-pdf.png") no-repeat center top;
	background-position: 0 100%;
	transition: 0.3s all;
	margin: 0 auto
}

.down_load ul li:hover .icon {
	background-position: 0 0;
}

.down_load ul li .title {
	display: block;
	color: #222;
	margin-top: 0.2rem;
}

.down_load ul li:hover {
	background: #f5f5f5
}

@media only screen and (max-width:1024px) {
	.down_load ul li {
		width: 49%;
		margin: 0 2% 20px 0;
	}

	.down_load ul li:nth-child(3n) {
		margin-right: 2%
	}

	.down_load ul li:nth-child(2n) {
		margin-right: 0
	}
}

@media only screen and (max-width:480px) {
	.down_load ul li {
		width: 100%;
		margin: 0 0 20px 0 !important;
	}
}

/*page_nav*/
.page_nav {
	margin-bottom: 0;
	padding: 0;
	padding-top: 0;
	margin-bottom: 30px;
	position: relative;
}

.page_nav ul {
	list-style: none;
	text-align: center;
	display: flex;
	border-radius: 0;
	border-bottom: 2px solid #ec722f;
}

.page_nav li {
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	float: left;
}

.page_nav li:last-child {
	border-right-color: transparent;
}

.page_nav li a {
	font-family: 'OpenSans';
	display: flex;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	transition: all .5s;
	position: relative;
	z-index: 5;
	align-items: center;
	justify-content: center;
	padding: .1rem 2px;
	color: #fff;
	border-bottom: 2px solid transparent;
	min-width: 125px;
	background: #131313;
}

.page_nav li a p {
	margin: 0;
	margin-left: 0;
	color: #fff;
	transition: all .5s;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%
}

.page_nav li a:after {
	bottom: -10px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ec722f;
	border-width: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
	margin-left: -10px;
}

.page_nav li a:hover,
.page_nav li.active a {
	border-bottom: 2px solid #ec722f
}

.page_nav li a:hover p,
.page_nav li.active p {
	color: #ec722f;
}

.page_nav li a:hover p,
.page_nav li.active a p {
	color: #fff;
}

.page_nav li a:hover,
.page_nav li.active a {
	background: #ec722f
}

.page_nav li a:hover:after,
.page_nav li.active a:after {
	opacity: 0;
	filter: alpha(opacity=100);
	bottom: -18px;
}

.page_nav li a p:before {
	content: ' ';
	position: absolute;
	background: rgba(255, 255, 255, 0.15);
	width: 46px;
	height: 46px;
	top: -21px;
	left: -26px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	z-index: -1;
	display: none;
}

.page_nav li a p:hover:before {
	width: 200px;
	height: 200px;
	left: -15px;
	top: -50px;
}

@media only screen and (max-width:992px) {
	.page_nav {
		margin-bottom: 0;
		padding-bottom: 15px;
	}

	.page_nav li {
		padding-right: 0;
	}
}

@media only screen and (max-width:550px) {
	.page_nav ul {
		display: block;
		border-bottom: none;
	}

	.page_nav li {
		width: 100%;
		margin-bottom: 10px;
	}

	.page_nav {
		border: none;
	}
}

.case_list {
	list-style: none;
}

.case_list li {
	margin-bottom: 20px;
	padding: 0 10px;
}

.case_list li:nth-child(3n+1) {
	clear: both;
}

.case_list li .column {
	transition: all .5s;
	overflow: hidden;
}

.case_list li .image {
	display: block;
	overflow: hidden;
	position: relative;
}

.case_list li .image>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block;
}

.case_list li .image img {
	max-width: 100%;
	height: auto;
	width: 100%;
	transition: all .9s;
}

.case_list li:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.case_list li .image .more_box {
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	transition: all .8s;
	opacity: 0;
}

.case_list li:hover .image .more_box {
	top: 0;
	opacity: 1;
}

.case_list li .image .more_box .main_more {
	background: #fff;
	color: #171717;
}

.case_list li .image .ovrly {
	position: absolute;
	left: 0;
	top: -50%;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
}

.case_list li:hover .image .ovrly {
	opacity: 0.2;
	filter: alpha(opacity=20);
	top: 0;
}

.case_list li .img {
	height: 220px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}

.case_list li .wrap {
	background: #fff;
	padding: 20px;
	position: relative;
}

.case_list li .wrap:before {
	background-color: #171717;
	bottom: calc(100% - 1px);
	content: '';
	height: 6px;
	position: absolute;
	left: 0;
	transform: scaleY(0);
	transform-origin: right bottom;
	transition: transform .7s;
	width: 100%;
	z-index: 2;
}

.case_list li:hover .wrap:before {
	transform: scaleY(1);
	-webkit-transition: all 500ms cubic-bezier(0.93, .1, .195, 1);
	transition-timing-function: cubic-bezier(0.93, .1, 0, 1.65);
}

.case_list li .title {
	color: #171717;
	font-size: 0.2rem;
	line-height: 0.26rem;
	overflow: hidden;
	height: 0.52rem;
	display: block;
	margin-bottom: 0;
	transition: all .5s;
	margin-top: 0;
	margin-bottom: 0.1rem;
	font-weight: 500;
}

.case_list li .text {
	line-height: 0.24rem;
	overflow: hidden;
	height: 0.48rem;
}

@media only screen and (max-width: 480px) {
	.case_list li {
		padding: 0;
		width: 100%;
	}

	.case_list li .title {
		height: auto;
		max-height: 48px;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.case_list li .wrap {
		padding: 15px 10px;
	}

	.case_list li .text {
		font-size: 12px;
		height: 24px;
	}
}

.down_l {
	list-style: none;
}

.down_l li {
	margin-bottom: 30px;
}

.down_l li .main {
	background: #fafafa url(../images/down_bg.png) no-repeat right center;
	overflow: hidden;
	border-radius: 25px;
	padding-right: 20px;
	padding-left: 20px;
	transition: all .5s;
}

.down_l li:hover .main {
	background-color: #ff9832;
	background-image: url(../images/down_bg_g.png);
}

.down_l li .main a {
	display: block;
	width: 100%;
	padding: 10px 0;
}

.down_l li .main p {
	display: inline-block;
	max-width: 80%;
	line-height: 24px;
	float: left;
	color: #333333;
	font-size: 14px;
	transition: all .5s;
	font-weight: bold
}

.down_l li:hover .main p {
	color: #fff;
}

.down_l li .main i {
	color: #ff7109;
	font-size: 20px;
	display: inline-block;
	float: left;
	line-height: 24px;
	margin-right: 10px;
	transition: all .5s;
}

.down_l li:hover .main i {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.down_l li .main p {
		font-size: 14px;
		line-height: 20px;
	}

	.down_l li .main i {
		font-size: 18px;
		line-height: 20px;
	}

	.down_l li .main {
		background-size: 36px;
	}
}


/*  */
.download_list {
	list-style: none;
	margin-right: -15px;
	margin-left: -15px;
}

.download_list li {
	float: left;
	width: 33.33%;
	list-style: none;
	margin-bottom: .3rem;
}

.download_list li:nth-child(3n+1) {
	clear: both;
}

.download_list li .image {
	display: block;
	overflow: hidden;
}

.download_list li .image img {
	transition: all .9s;
	width: 100%;
}

.download_list li .wrap {
	background: #fff;
	padding: 5px;
	transition: all .5s;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.download_list li .title {
	display: block;
	padding: .1rem;
	font-size: .16rem;
	color: #171717;
	padding-right: .35rem;
	position: relative;
	line-height: .24rem;
}

.download_list li .title:after {
	content: '';
	background: url(../images/icon.png) no-repeat;
	position: absolute;
	right: 8px;
	top: 10px;
	width: 24px;
	height: 24px;
	background-position: -327px -276px;
}

.download_list li:hover .image img {
	transform: scale(1.1);
}

.download_list li:hover .title {
	color: #121212;
}

@media only screen and (max-width: 992px) {
	.download_list li:nth-child(2n+1) {
		clear: both;
	}

	.download_list li:nth-child(3n+1) {
		clear: inherit;
	}

	.download_list li {
		width: 50%;
	}
}

@media (max-width: 590px) {
	.download_list li {
		width: 100%;
	}
}

/*FAQ*/
.page_faq_l {
	list-style: none;
}

.page_faq_l li {
	list-style: none;
}

.page_faq_l li.question {
	position: relative;
}

.page_faq_l li.question .column {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f8f8f8;
	overflow: hidden;
	padding: 7px 20px;
	cursor: pointer;
}

.page_faq_l li.question .column>i {
	display: inline-flex;
	width: .52rem;
	height: .52rem;
	float: left;
	position: relative;
	text-align: center;
	font-style: normal;
	background: #ec722f;
	align-items: center;
	justify-content: center;
}

.page_faq_l li.question .column>i:before {
	content: '';
	display: inline-block;
	background: url(../images/faq_icon1.png) center center no-repeat;
	width: .21rem;
	height: .21rem;
}

.page_faq_l li.question .column>em {
	font-size: .18rem;
	color: #000;
	font-weight: 500;
	font-style: normal;
	margin: 0;
	display: inline-block;
	max-width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: .24rem;
	float: left;
}

.page_faq_l li.answer {
	color: #808080;
	font-size: .16rem;
	line-height: .24rem;
	overflow: hidden;
	padding: 0 20px 35px 20px;
	display: none;
	background: #eef8f6;
}

.page_faq_l li.answer a {
	text-decoration: underline;
}

.page_faq_l li.answer a:hover {
	color: #ff5e10;
}

.page_faq_l div.clearfix {
	height: .25rem;
	display: block;
}

.single-page .text ul {
	padding-left: 20px;
}

.page_faq_l li .column.rotate {
	background: #eef8f6;
}

/* .page_faq_l li .column.rotate > em{color:#fff;} */
/* .page_faq_l li .column.rotate > i{background:rgba(255,255,255,0.2);} */
.page_faq_l li .column.rotate>i:before {
	background: url(../images/faq_icon2.png) no-repeat;
}

@media screen and (max-width:1366px) {
	.page_faq_l li.question .column>em {
		font-size: 17px;
		line-height: 22px;
	}

	.page_faq_l li.answer {
		font-size: 15px;
		line-height: 22px;
	}
}

@media screen and (max-width:992px) {
	.page_faq_l li.question .column>i {
		width: 40px;
		height: 40px;
	}

	.page_faq_l li.question .column>i:before {
		width: 15px;
		height: 15px;
	}
}

@media only screen and (max-width: 768px) {

	/* .page_faq_l li.question .column > em{font-size:14px;margin-top:4px;line-height:20px;} */
	.page_faq_l li.question .column>i {
		width: 35px;
		height: 35px;
	}

	.page_faq_l li.question .column>i:before {
		line-height: 28px;
	}
}

@media only screen and (max-width: 480px) {
	.page_faq_l li.question .column>em {
		font-size: 16px;
		line-height: 20px;
	}

	.page_faq_l li.question {
		background-image: none;
		padding: 0;
	}
}

/* case */
.fact_list li {
	float: left;
	width: 33.33%;
	list-style: none;
	margin-bottom: .2rem;
	padding: 0 10px;
	text-align: center;
}

.fact_list li .image {
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	background: #000;
	padding: 0;
	max-height: 3.6rem;
}

.fact_list li .image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 35%;
	width: 100%;
	height: 200%;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: rotate(80deg);
	transition: all 0.6s ease;
	z-index: 1;
	background: #000;
}

.fact_list li .image>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

.fact_list li .image img {
	max-width: 100%;
	height: auto;
	width: 100%;
	transition: all .5s;
}

.fact_list li .image .icon {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	background: #ec722f url(../images/icon_link.png) no-repeat center center;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: all .5s;
	z-index: 2;
	-webkit-transform: scale(var(--scale-multiplier, 0.8));
	-ms-transform: scale(var(--scale-multiplier, 0.8));
	transform: scale(var(--scale-multiplier, 0.8));
}

.fact_list li .image .icon:after {
	content: '';
	background: #ec722f;
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	transition: all .5s;
	border-radius: 50%;
	z-index: -1;
}

.fact_list li .wrap {
	padding: .2rem;
	background: #f7f7f7;
	position: relative;
	overflow: hidden;
}

.fact_list li .title {
	display: block;
	font-size: .16rem;
	color: #171717;
	line-height: .24rem;
	overflow: hidden;
	height: .48rem;
	font-family: 'OpenSans';
	margin-bottom: .1rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	/* word-break: break-all; */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fact_list li .text {
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.fact_list li .more {
	background: #f7f7f7;
	position: absolute;
	left: 0;
	bottom: -10px;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: .15rem 0;
	width: 100%;
	transition: all .5s;
}

.fact_list li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.fact_list li:hover .image .icon {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(var(--scale-multiplier, 1));
	-ms-transform: scale(var(--scale-multiplier, 1));
	transform: scale(var(--scale-multiplier, 1));
}

.fact_list li:hover .image:before {
	transform: rotate(54deg);
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.fact_list li:hover .title {
	color: #ec722f;
	text-decoration: none;
}

.fact_list li:hover .more {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

@media screen and (max-width:992px) {
	.fact_list li {
		width: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.fact_list li .title {
		font-size: 14px;
		height: auto;
		max-height: 48px;
	}
}

@media screen and (max-width:550px) {
	.fact_list li {
		width: 100%;
	}
}

/* 评价 */
.customer-xq {
	margin-bottom: .4rem;
}

.add-customer {
	border: 1px solid #eee;
	border-radius: 5px;
	margin-bottom: .2rem;
}

.customer-tips {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "OpenSans";
	font-size: .24rem;
	padding: .2rem;
	background: #EEEEEE;
}

.add-customer .star {
	position: relative;
	display: flex;
}

.add-customer .star span {
	font-size: .22rem;
}

.add-customer.star ul,
.add-customer .star span {
	float: left;
	display: inline;
}

.add-customer .star ul {
	margin: 0 10px;
}

.add-customer .star li {
	float: left;
	cursor: pointer;
	list-style: none;
}

.add-customer .star li i {
	font-size: .2rem;
	color: #999;
	margin: 0 .02rem;
}

.add-customer .star li.on i {
	color: #ec722f;
}

.add-customer .add-wenzi {
	padding: .2rem;
}

.add-customer .add-wenzi textarea {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	height: 1.15rem;
	background: rgba(255, 255, 255, .1);
	max-width: 100%;
	max-height: 215px;
	margin-bottom: .25rem;
	padding: 10px 15px;
	color: #999;
}

.pingjia-list li {
	list-style: none;
	padding: 15px;
	border-bottom: 1px dotted #eee;
}

.pingjia-list li .ping-top {
	display: flex;
}

.pingjia-list li .tx-icon {
	flex-shrink: 0;
	width: .65rem;
	height: .65rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right: .2rem;
}

.pingjia-list li .pingjia-middle {
	width: 100%;
}

.pingjia-list li .pj-tx {
	display: flex;
	justify-content: space-between;
}

.pingjia-list li .pj-tx .ping-name {
	font-family: "OpenSans";
	font-size: .18rem;
	color: #171717;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: .05rem;
}

.pingjia-list li .pj-tx .ping-star i {
	color: #999;
	margin-right: .05rem;
}

.pingjia-list li .pj-tx .ping-star i.on {
	color: #ec722f;
}

.pingjia-list li .date-pj {
	font-size: 14px;
	color: #6e6e6e;
}

.pingjia-list li p {
	font-size: 14px;
	color: #808080;
	line-height: 22px;
	margin-top: .1rem;
}

.pingjia-list li .huifu {
	font-size: 14px;
	color: #6e6e6e;
	margin-top: .2rem;
	text-align: right;
}

.pingjia-list li:hover .huifu a {
	color: #ec722f;
}

.pingjia-list li .huifu img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin-right: .05rem;
}

.huifu-wenzi {
	background: #f7f7f7;
	border-radius: 5px;
	padding: .15rem;
	margin-left: .8rem;
	margin-top: .2rem;
}

.zhuce-wrap {
	display: flex;
	align-items: center;
}

.zhuce-left {
	float: left;
	width: 45%;
}

.zhuce-right {
	width: 55%;
}

.zhuce-right .zhuce-list li {
	list-style: none;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
}

.zhuce-right .zhuce-list li input {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	color: #666;
}

.zhuce-right .zhuce-list li span::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	width: 28px;
	height: 100%;
	display: inline-block;
	background-repeat: no-repeat;
}

.zhuce-right .zhuce-list li .code {
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-left: 1px solid #ec722f;
	height: 100%;
	padding: 0 10px;
	background: #ec722f;
	line-height: 45px;
}

.zhuce-right .zhuce-list li.zhu-phone span::before {
	background-image: url("data:image/svg+xml,%3Csvg t='1663667419565' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='8334' width='22' height='22'%3E%3Cpath d='M752 944C380.8 944 80 643.2 80 272c0-105.6 86.4-192 192-192s192 86.4 192 192c0 81.6-49.6 150.4-123.2 179.2 44.8 102.4 128 187.2 232 232C601.6 609.6 670.4 560 752 560c105.6 0 192 86.4 192 192s-86.4 192-192 192zM272 144c-70.4 0-128 57.6-128 128 0 336 272 608 608 608 70.4 0 128-57.6 128-128s-57.6-128-128-128c-62.4 0-115.2 44.8-126.4 107.2-1.6 9.6-6.4 17.6-16 22.4-8 4.8-17.6 6.4-27.2 3.2C436.8 704 320 587.2 268.8 440c-3.2-9.6-1.6-19.2 3.2-27.2 4.8-8 12.8-14.4 22.4-16 62.4-9.6 107.2-64 107.2-126.4C400 201.6 342.4 144 272 144z' p-id='8335' fill='%23d5d5d5'%3E%3C/path%3E%3C/svg%3E");
}

.zhuce-right .zhuce-list li.zhu-yanz span::before {
	background-image: url("data:image/svg+xml,%3Csvg t='1704875770120' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='6754' width='22' height='22'%3E%3Cpath d='M513.3 958.5c-142.2 0-397.9-222.1-401.6-440.5V268c1.7-39.6 31.7-72.3 71.1-77.3 49-4.6 97.1-16.5 142.7-35.3 47.8-14 91.9-38.3 129.4-71.1 30.3-24.4 72.9-26.3 105.3-4.6 39.9 30.7 83.8 55.9 130.5 74.6 48.6 14.7 98.2 25.9 148.4 33.7 38.5 7.6 67.1 40.3 69.5 79.5 3.3 84.9 2.5 169.9-2.6 254.7-33.7 281.6-253.7 436.4-392.7 436.3z m-0.1-813.7c-7.2-0.2-14.3 2-20 6.4-39.7 35.2-86.8 61.1-137.7 75.7-46.8 19.2-96.2 31-146.6 35.2-11 3.2-18.8 13-19.5 24.4v230.1c3.5 180.3 223.3 361 323.9 361s287.3-120.2 317.6-360.5c7.3-142.7 0-228.6 0-229.6-1.3-13.3-11-24.3-24-27.3-49.6-7.7-98.6-19-146.5-33.7-46.3-19.5-89.7-45.3-129-76.7-5.8-3.8-12.7-5.5-19.5-4.9l1.3-0.1z' fill='%23cdcdcd' p-id='6755'%3E%3C/path%3E%3Cpath d='M750.1 428L490.7 673.2c-11.7 11.1-29.5 12.9-43.1 4.2l-6.8-5.8-141.2-149.4c-9.3-9.3-12.7-22.9-9-35.5 3.8-12.6 14.1-22.1 27-24.8 12.9-2.7 26.1 1.9 34.6 11.9L469 597.5l233.7-221c14.6-12.8 36.8-11.6 49.9 2.7 13.2 14.2 11.5 35.3-2.5 48.8' fill='%23cdcdcd' p-id='6756'%3E%3C/path%3E%3C/svg%3E");
}

.zhuce-right .zhuce-list li.zhu-mima span::before {
	background-image: url("data:image/svg+xml,%3Csvg t='1704876011062' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='7833' width='22' height='22'%3E%3Cpath d='M495.499 560.825l15.468 0c12.808 0 23.202 10.938 23.202 24.415l0 113.936c0 13.477-10.395 24.415-23.218 24.415l-15.468 0c-12.823 0-23.202-10.938-23.202-24.415L472.281 585.239C472.297 571.762 482.676 560.825 495.499 560.825zM750.723 479.442l0 293.564c0 17.628-13.859 31.967-30.936 31.967L286.679 804.973c-17.061 0-30.936-14.34-30.936-31.967L255.743 479.442 750.723 479.442M797.128 430.612 209.339 430.612l0 342.394c0 44.63 34.618 80.797 77.341 80.797l433.108 0c42.723 0 77.341-36.167 77.341-80.797L797.129 430.612 797.128 430.612zM735.255 430.612l-46.404 0 0-48.83c0-109.802-87.132-195.319-185.618-195.319-100.914 0-185.618 89.114-185.618 195.319l0 48.83-46.404 0 0-48.83c0-133.126 105.508-244.148 232.022-244.148 124.921 0 232.022 106.498 232.022 244.148L735.255 430.612z' fill='%23999999' p-id='7834'%3E%3C/path%3E%3C/svg%3E");
}

@media screen and (max-width:768px) {
	.zhuce-left {
		display: none;
	}

	.zhuce-wrap {
		display: block;
	}

	.zhuce-right {
		width: 100%;
	}

	.zhuce-list {
		padding-left: 0 !important;
	}
}

@media screen and (max-width:450px) {
	.zhuce-right .zhuce-list li .code {
		position: initial;
		height: 40px;
		line-height: 40px;
		display: inline-block;
	}

	.customer-tips {
		display: block;
	}
}

#video-dialog {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 8888888;
	background: rgba(1, 1, 1, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
}

#video-dialog iframe {
	display: block;
	width: 900px;
	height: 450px;
}

.baguetteBox-button1 {
	position: fixed;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(1, 1, 1, 0);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
	z-index: 8888889
}

.baguetteBox-button1:focus,
.baguetteBox-button1:hover {
	background-color: rgba(1, 1, 1, 0.6)
}

.baguetteBox-button1#close-button1 {
	top: 20px;
	right: 2%;
	width: 30px;
	height: 30px
}

.baguetteBox-button1 svg {
	position: absolute;
	left: 0;
	top: 0
}

/* 视频黑边样式控制 */
@media screen and (max-width:768px) {
	.embed-border {
		box-sizing: border-box;
	}

	.embed-responsive {
		position: relative;
		overflow: hidden;
		height: 0;
		padding-bottom: 56.25%;
	}

	.embed-responsive iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}


.pro_select .rower_2 {
	margin-bottom: .25rem;
}

.form_input_one>div,
.form_input_two>div {
	width: 24%;
	display: inline-block;
}

.pro_select .layui-form-select,
.pro_select .Purchaser input,
.pro_select .form_input_two input {
	display: inline-block;
	width: 100%;
}

.form_input_one input,
.form_input_two input {
	height: 40px;
	border: 1px solid #D8E0F0;
	border-radius: 4px;
	padding-left: 20px;
	font-size: .16rem;
}

.pro_select .layui-form-selectup dl {
	top: 42px !important;
	bottom: auto !important;
}

.pro_select .rower_2 .layui-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pro_select .rower_2 .layui-form .form_input_one {
	width: 90%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-right: .2rem;
}

.pro_select .rower_2 .layui-form .but {
	width: 10%;
}

.pro_select .rower_2 .layui-form .but input {
	background: linear-gradient(to right, #ec722f, #2c84a8, #ec722f);
	border-radius: 4px;
	min-width: 100%;
	max-width: 120px;
	height: 40px;
	color: #FFFFFF;
	cursor: pointer;
}

.pro_select .rower_2 .layui-form-select dl dd.layui-this {
	background-color: #ec722f;
	color: #fff;
}

.pro_select table.altrowstable th {
	height: 55px;
}

.pro_select table.altrowstable td {
	padding: 5px;
}

.pro_select .pro_listtab {
	margin-bottom: .2rem;
}

@media screen and (max-width:1200px) {

	.form_input_one input,
	.form_input_two input {
		font-size: 14px;
	}
}

@media screen and (max-width:1024px) {
	.pro_select .rower_2 .layui-form .form_input_one {
		width: 85%;
	}

	.pro_select .rower_2 .layui-form .but {
		width: 15%;
	}

	.form_input_one>div,
	.form_input_two>div {
		width: 49%;
		margin-bottom: .1rem;
	}
}

@media screen and (max-width:540px) {
	.pro_select .rower_2 .layui-form .form_input_one {
		width: 100%;
		padding-right: 0;
	}

	.pro_select .rower_2 .layui-form .but {
		width: 100%;
	}

	.form_input_one>div,
	.form_input_two>div {
		width: 49%;
		margin-bottom: .1rem;
	}

	.form_input_one input,
	.form_input_two input {
		padding-left: 10px;
	}

	.pro_select .rower_2 {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:420px) {

	.form_input_one>div,
	.form_input_two>div {
		width: 100%;
	}
}