@charset "UTF-8";

/* CSS Document */
html, body, wrapper {
	margin: 0;
	padding: 0;
	height: 100%;
	/* background-color: #F7F4F2; */
}

body {
	line-height: 160%;
	color: #666;
	-webkit-text-size-adjust:none;	/* 直接解决在safari下会出现两种字体的情况 */
	/* 中文 */
	/* font-family: SimSum!important; */
	/* 英文 */
	/* font-family: Times New Roman!important; */
	/* 日文 */
	/* font-family: MS Mincho!important; */
}

body, html, p, h1, h2, h3, h4, h5, h6, dl, dd, dt, ul, li {
	padding: 0;
	margin: 0;
}

* {
	z-index: 3;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
-webkit-appearance: none;
}

dl, dd, dt, ul, li {
	list-style: none;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #333;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.clearfix .language {
	min-width: 110px;
	margin-top: -32px;
}

.clearfix .language .item {
	padding: 0!important;
	height: 40px!important;
	line-height: 40px!important;
}

.language_dropdown {
	display: none;
}

.adsfix {
	width: 20%!important;
	height: 130px;
}

.adstext {
	width: 100%!important;
	height: 30px;
	margin: auto 36%;
	text-align: left;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.tc {
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* */

.k1120 {
	max-width: 1420px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 1100;
	background: #F7F4F2;
	top: 0;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
}

#header .k1120 {
	position: relative;
	padding: 0 10px;
}

/* ------- Menu ------- */
.wrapper {
	overflow: hidden;
	background-color: #F7F4F2;
}

.pageMain {
	margin-right: 0;
	margin-left: 0;
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
}

.sidebar {
	position: fixed;
	right: 0;
	top: 0;
	left: 0;
	z-index: 9999;
}

.sidebar .k1120 {
	position: relative;
}

#logo {
	width: 193px;
	height: 48px;
	display: inline-block;
	background: url(../images/jieyaoqi_logo.png) no-repeat;
	background-size: contain;
	overflow: hidden;
	margin: 25px 0 0 0;
	text-indent: -20em;
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
}

#menu {
	position: absolute;
	right: 0;
	top: 0;
}

#menu li {
	display: inline-block;
}

#menu a {
	font-size: 18px;
	height: 65px;
	width: 110px;
	text-align: center;
	display: inline-block;
	line-height: 40px;
	padding: 35px 0 0 0;
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
	color: #333333;
	background: #0000!important;
}

#menu a span {
	display: inline-block;
	line-height: 23px;
	margin: 11px 0;
	text-align: center;
}

#menu a b {
	font-size: 12px;
	color: #8d8d8d;
	font-weight: normal;
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
}

#menu a:hover, #menu a:hover b, #menu a.current, #menu a.current b {
	color: #367E57;
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
}

#menu a:hover, #menu a.current {
	/* background: #484848; */
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
}

.drop_down-second {
	/* display: block; */
	display: none;
	position: absolute;
	background-color: #F7F4F2;
	color: #9B9B9B;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#nav_drop_down:hover .drop_down-second {
	display: block;
	padding: 5px 0;
	transition: .4s;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
}

.drop_down-second li {
	display: inherit!important;
}

.drop_down-second a {
	padding: 0!important;
}

.scrol-page {
	margin: 0 auto;
	padding: 45px 0 0 0;
	z-index: 3;
}

/* banner */
.b_1 {
	background-image: url(../images/b1_bak2.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: unset;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	padding: 100px 0 145px 0;
	position: relative;
}

.b_1 .k1120 {
	padding-top: 166px;
}

.b_1 .row {
	display: none;
}

.b_1 .small {
	display: block;
	line-height: 40px;
	margin-top: 20px;
	font-size: 30px;
	width: 75%;
	margin: 0 auto;
	font-weight: bold;
	word-break: break-all;
	/* font-family: 'Myriad Pro Regular',Times New Roman!important; */
}

.b_2 {
	/* background-image: url(../images/b1.png); */
	background-color: #F7F4F2;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center 0;
	overflow: hidden;
	padding: 100px 0 0 0;
	position: relative;
}

.b_2 .case li {
	width: 100%;
	float: left;
	font-size: 20px;
}

.b_2 .case li img {
	/* width: 720px; */
}

.b_3 {
	background-color: #F7F4F2;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center 0;
	overflow: hidden;
	padding: 40px 0 0 0;
	position: relative;
	text-align: center;
}

.b_3 .image-center {
	padding-top: 60px;
}

.b_3 .k1120 {
	max-width: 869px;
	text-align: left;
	font-size: 20px;
}

.b_7 {
	background-color: #F7F4F2;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center 0;
	overflow: hidden;
	padding: 50px 0 0 0;
	position: relative;
	text-align: center;
	font-size: 20px;
}

.b_7 .case li {
	width: 20%;
	float: left;
}

.b_7 .k1120 {
	max-width: 869px;
}

.b_7 font {
	font-weight: bold;
}

.b_8 {
	background-image: url(../images/b8.png);
	background-color: #F7F4F2;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 70%;
	background-position: center 0;
	overflow: hidden;
	padding: 50px 0 90px 0;
	position: relative;
	text-align: center;
}

.b_8 .count-panel {
	color: #367E57;
	font-size: 40px;
	margin: 0 100px;
	padding: 20px 0 70px 0;
}
	
.b_8 .describe-panel {
	color: #367E57;
	font-size: 30px;
	margin: 0 100px;
}
		
.b_8 .count-panel span, .describe-panel span {
	width: 33.3%;
	float: left;
}

.b_8 .img-main, .b_8 .img-content {
	width: 39%;
	border: none;
}

.b_8 li {
	width: 20%!important;
}

.b_9 {
	background-color: #F7F4F2;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center 0;
	overflow: hidden;
	padding: 40px 0 50px 0;
	position: relative;
	text-align: center;
}

.b_10 {
	background-color: #F7F4F2;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center 0;
	overflow: hidden;
	padding: 40px 0 90px 0;
	position: relative;
	text-align: center;
}
			
.b_text {
	padding: 50px 0 0 0;
	color: #333333;
	width: 100%;
}

.b_text h1 {
	line-height: 120%;
	font-size: 120px;
	text-align: center;
	font-weight: initial;
	letter-spacing: 10px;
}

.b_text p {
	padding: 5px 0 32px 0;
	text-align: center;
	color: #333333;
	/* letter-spacing: 35px; */
	font-size: 55px;
	font-weight: bold;
}

.b_text img {
	display: block;
	width: 40%;
	margin: 30px auto 257px auto;
}

.b_text .os {
	color: #000000;
	/* font-size: 180px; */
	vertical-align: bottom;
}

.b_text .second_os {
	margin-top: 62px;
	font-family: "Raleway", sans-serif;
	text-shadow: 4px 4px 0 white, 4px -4px 0 white, -4px -4px 0 white, -4px 4px 0 white, 4px 3px 0 white, 4px -3px 0 white, -4px -3px 0 white, -4px 3px 0 white, 4px 2px 0 white, 4px -2px 0 white, -4px -2px 0 white, -4px 2px 0 white, 4px 1px 0 white, 4px -1px 0 white, -4px -1px 0 white, -4px 1px 0 white, 4px 0px 0 white, 4px 0px 0 white, -4px 0px 0 white, -4px 0px 0 white, 3px 4px 0 white, 3px -4px 0 white, -3px -4px 0 white, -3px 4px 0 white, 3px 3px 0 white, 3px -3px 0 white, -3px -3px 0 white, -3px 3px 0 white, 3px 2px 0 white, 3px -2px 0 white, -3px -2px 0 white, -3px 2px 0 white, 3px 1px 0 white, 3px -1px 0 white, -3px -1px 0 white, -3px 1px 0 white, 3px 0px 0 white, 3px 0px 0 white, -3px 0px 0 white, -3px 0px 0 white, 2px 4px 0 white, 2px -4px 0 white, -2px -4px 0 white, -2px 4px 0 white, 2px 3px 0 white, 2px -3px 0 white, -2px -3px 0 white, -2px 3px 0 white, 2px 2px 0 white, 2px -2px 0 white, -2px -2px 0 white, -2px 2px 0 white, 2px 1px 0 white, 2px -1px 0 white, -2px -1px 0 white, -2px 1px 0 white, 2px 0px 0 white, 2px 0px 0 white, -2px 0px 0 white, -2px 0px 0 white, 1px 4px 0 white, 1px -4px 0 white, -1px -4px 0 white, -1px 4px 0 white, 1px 3px 0 white, 1px -3px 0 white, -1px -3px 0 white, -1px 3px 0 white, 1px 2px 0 white, 1px -2px 0 white, -1px -2px 0 white, -1px 2px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px 0px 0 white, 1px 0px 0 white, -1px 0px 0 white, -1px 0px 0 white, 0px 4px 0 white, 0px -4px 0 white, 0px -4px 0 white, 0px 4px 0 white, 0px 3px 0 white, 0px -3px 0 white, 0px -3px 0 white, 0px 3px 0 white, 0px 2px 0 white, 0px -2px 0 white, 0px -2px 0 white, 0px 2px 0 white, 0px 1px 0 white, 0px -1px 0 white, 0px -1px 0 white, 0px 1px 0 white, 0px 0px 0 white, 0px 0px 0 white, 0px 0px 0 white, 0px 0px 0 white, 0 0 0 white;
}

.footer-text {
	text-align: center;
	font-weight: inherit;
	color: #7E7E7E;
	font-size: 22px;
	/* padding: 45px 0px 45px 0; */
	line-height: 35px;
	position: relative;
	display: block;
	background: #F7F4F2;
	margin: 25px 0 25px 0;
	letter-spacing: 2px;
}

.footer-text a {
	color: #000;
	font-size: 16px;
}

.footer-text #copyright0 {
	position: absolute;
	top: -88px;
	left: 0;
	width: 100%;
}

@media (max-width: 768px) {
	.b_1 {
		/* padding: 179px 0 465px 0; */
	}

	.b_2 {
		padding: 40px 0;
	}

	.b_3 {
		padding: 40px 0;
	}
	
	.b_7 {
		padding: 40px 0;
	}

	.b_8 {
		padding: 40px 0;
	}

	.b_8 .count-panel {
		color: #333333;
		font-size: 33px;
		margin: 0 25px;
	}
		
	.b_8 .describe-panel {
		color: #333333;
		font-size: 17px;
		margin: 0 25px;
	}
		
	.b_8 .count-panel span, .describe-panel span {
		width: 33.3%;
		float: left;
	}

	.b_8 .img-main, .b_8 .img-content {
		width: 39%;
		border: none;
	}

	.b_8 li {
		width: 33.3%!important;
	}
	
	.b_8 .count-panel {
		padding: 70px 0;
	}

	.b_8 .count-panel {
		padding: 13px 0 40px 0;
	}
	
	.b_9 {
		padding: 40px 0;
	}
	
	.b_10 {
		padding: 40px 0;
	}
	
	.scrol-page {
		/* padding: 40px 0 0 0; */
	}

	.b_text {
		padding-top: 20px;
	}

	.b_text h1 {
		font-size: 30px;
	}

	.b_text p {
    padding: 5px 0 5px 0;
    text-align: center;
    color: #CBCBCB;
    letter-spacing: 10px;
    font-size: 15px;
	}
	
	.b_text .os {
		color: #367E57;
		font-size: 38px;
	}

}

@media (max-width: 960px) {
	#menu a {
		height: 40px;
		width: 90px;
		padding: 20px 0 0 0;
		color: #9B9B9B;
		background: #F7F4F2;
	}

	.b_8 .count-panel {
		color: #367E57;
		font-size: 40px;
		margin: 0 25px;
	}
		
	.b_8 .describe-panel {
		color: #367E57;
		font-size: 25px;
		margin: 0 25px;
	}

	#logo {
		width: 133px;
		height: 33px;
		background: url(../images/jieyaoqi_logo.png) no-repeat;
		/* background-size: 133px 33px; */
		background-size: contain;
		margin: 20px 0 0 0;
	}

	#header {
		height: 70px;
	}

	.scrol-page {
		/* padding: 69px 0 0 0; */
	}
	
	.b_text {
		padding-top: 10px;
	}
	
}

.title {
	font-size: 40px;
	color: #333333;
	text-align: center;
	padding: 50px 0 50px 0;
}

.title b {
	font-size: 12px;
	color: #666;
	line-height: 16px;
	display: inline-block;
	padding: 10px 0 0 0;
	margin-bottom: -10px;
}

.title span {
	display: inline-block;
	line-height: 40px;
	position: relative;
	padding: 0 6%;
	font-weight: normal;
}

.title span:before {
	width: 60%;
	height: 3px;
	background: #367E57;
	position: absolute;
	left: 20%;
	right: 0;
	content: '';
	bottom: -20px;
	text-align: center;
}

.b_8 .title span:before {
	width: 8%!important;
	left: 46%!important;
}

.title-short {
	padding-bottom: 14px;
}

.infoText {
	text-align: center;
	font-weight: inherit;
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 35px;
	letter-spacing: 3px;
}

.font-wide {
	letter-spacing: 5px;
}

.product-summary {
	font-weight: bold;
	font-size: 22px;
	margin-top: 80px;
}

/**/
.case {
	padding: 0 10px 0 10px;
}

.case li {
	width: 33.33%;
	float: left;
}

.case ul {
	margin-left: -20px;
}

.case li img {
	max-width: 98%;
	/* border: 1px dashed #888888; */
}

.case li .mask {
	right: 0;
	bottom: 0;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	color: #333333;
}

.view-tenth {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 45px 0 0 45px;
	/* max-height: 176px; */
	min-height: 65px;
	font-size: 26px;
	font-weight: bold;
}

.view-tenth .mask {
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-o-transition: all 0s linear;
	-ms-transition: all 0s linear;
	transition: all 0s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

#about {
	background: #fafcfc;
}

#about .title span:after {
	border: 10px solid #fafcfc;
}

.remove-after:after {
	display: none!important;
}

.viewBtn {
	border: 3px solid rgba(255, 255, 255, 0.6);
	color: #333333;
	height: 40px;
	line-height: 40px;
	padding: 0 4%;
	display: inline-block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.viewBtn:hover {
	border: 3px solid #333333;
	color: #333333;
	padding: 0 7%;
}
/* 
.contactBox {
	position: relative;
	background: #1f2636;
	overflow: hidden;
	margin: 50px 0 20px 0;
}

.contactBox:hover #dituContent {
	opacity: 1;
}

#dituContent {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 0.2;
	height: 550px;
}

.contactBox:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
}

.contactBox:hover:after {
	display: none;
}

.mapBox {
	position: relative;
	overflow: hidden;
}

.mapBox:before {
	display: block;
	content: '';
	position: absolute;
	width: 123px;
	height: 248px;
	background: url(../images/mapicon.png) no-repeat;
	left: 50%;
	top: 0;
	margin-left: -61px;
	z-index: 100;
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
}

.contactBox:hover .mapBox:before {
	margin-top: -248px;
}
 */

.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

.contactFoot {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	padding: 20px 10px;
	color: #333333;
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
}

.contactBox:hover .contactFoot {
	background: rgba(0, 0, 0, 0.5);
}

.contactFoot dl {
	width: 33.33333333%;
	float: left;
}

.contactFoot dt {
	font-size: 18px;
	padding-bottom: 5px;
}

.contactFoot dd {
	font-size: 12px;
	padding: 5px 0 0 0;
}

.contactFoot dd a {
	color: #333333;
}

.telBtn:before {
	background: url(../images/cicon.png) no-repeat 0 bottom;
	background-size: 25px 50px;
}

.footer {
	text-align: center;
	background: #202325;
	padding: 40px 0;
	color: #999;
	font-size: 12px;
}

.message {
	padding: 55px 10px 30px 10px;
	background-color: #F7F4F2;
}

.messageRow_1 {
	width: 45%;
	float: left;
	margin-top: 60px;
}

.messageRow_2 {
	width: 33%;
	float: left;
}

.messageRow_2 h3 {
	font-size: 36px;
	color: #333333;
	font-weight: inherit;
	margin-bottom: 15px;
}

.messageRow_1 p {
	font-size: 20px;
	color: #333333;
	line-height: 45px;
	display: -webkit-box;
	letter-spacing: 3px;
}

.messageRow_1 .messageBox {
	position: relative;
	padding-left: 150px;
}

.messageRow_1 img {
	width: 100%;
}

.messageRow_1 .qrcode-label {
	display: flex;
}

.messageRow_1 .qrcode-item {
	display: flex;
	flex-direction: column;
}

.messageRow_1 .qrcode-item  p {
	text-align: center;
	display: block;
	width: 100%;
}

#submit-button {
	background-color: #367E57;
	color: #fff;
	width: 90px;
	height: 40px;
	border: 1px solid;
	border-radius: 10px;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
}

#contact-icon {
	padding-left: 45px;
	font-size: 26px;
}

/* IE9+ */
/* #phone-icon:before, #phone-icon {
  before: 'fo1';
  content: 'fo1';
	background-repeat: no-repeat;
	background-size: 18px 18px;
	display: inline-flex;
} */

#phone-icon:before, #phone-icon .before {
	background-image: url(../images/phone-icon.png);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	width: 25px;
	display: block;
	content: '';
	height: 18px;
	margin: 15px 5px 5px 15px;
}

/* IE9+ */
/* #email-icon:before, #email-icon {
  before: 'fo2';
  content: 'fo2';
	background-repeat: no-repeat;
	background-size: 18px 18px;
	display: inline-flex;
} */

#email-icon:before {
	background-image: url(../images/email-icon.png);
	background-repeat: no-repeat;
	background-size: 20px 16px;
	width: 25px;
	display: block;
	content: '';
	height: 18px;
	margin: 15px 5px 5px 14px;
}

#fax-icon:before {
	background-image: url(../images/fax-icon.png);
	background-repeat: no-repeat;
	background-size: 20px 16px;
	width: 25px;
	display: block;
	content: '';
	height: 18px;
	margin: 15px 5px 5px 14px;
}

/* IE9+ */
/* #address-icon:before, #address-icon {
  before: 'fo3';
  content: 'fo3';
	background-repeat: no-repeat;
	background-size: 18px 18px;
	display: inline-flex;
} */

#address-icon:before {
	background-image: url(../images/local-icon.png);
	background-repeat: no-repeat;
	background-size: 23px 18px;
	width: 25px;
	display: block;
	content: '';
	height: 18px;
	margin: 15px 5px 5px 13px;
}

/* .messageRow_1 .messageBox:before {
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	content: '';
	background-image: url(../images/icon.png);
	background-position: -110px 27px;
	background-repeat: no-repeat;
	background-size: 228px 61px;
	left: 0;
	top: 35px;
	border: 2px solid #333;
	border-radius: 100%;
} */

.fromList input, .fromList select {
	width: 100%;
	border: 1px solid #367E57;
	padding: 5px;
	box-sizing: border-box;
	height: 34px;
	line-height: 34px;
	color: #000;
	border-radius: 0;
	box-shadow: none;
	/* background-color: #303030; */
	border-color: #367E57;
	border-radius: 4px;
}

.fromList textarea {
	width: 100%;
	border: 1px solid #367E57;
	padding: 5px;
	box-sizing: border-box;
	resize: none;
	height: 131px;
	color: #000;
	border-radius: 0;
	box-shadow: none;
	/* background-color: #303030; */
	border-color: #367E57;
	border-radius: 4px;
}

.fromList {
	padding-bottom: 15px;
}

.fromList label{
	position: relative;
}
.fromList #fileinp{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.fromList #form_btn{
	margin-right: 5px;
	text-align: left;
	color: #666;
	line-height: 25px;
	background-color: #fff;
}
.fromList #text{
	color: #666;
	font-weight: 100;
	font-size: 10px;
}

.fromBtn {
	display: inline-block;
	padding: 0 32px;
	line-height: 32px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background: #c11e2b;
	vertical-align: middle;
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
}

.fromBtn:hover {
	color: #333333;
	opacity: 0.8;
}

.onlinebox_one_list {
	display: none;
	position: fixed;
	inset: 230px 10px auto auto;
	background-color: transparent;
	box-shadow: none;
	z-index: 1699;
}

.onlinebox_one_list .online-item {
	border-radius: 5px 5px 5px 5px;
	background-color: #367E57;
	width: 58px;
	height: 50px;
	margin-bottom: 2px;
	padding-top: 12px;
	position: relative;
	display: block;
	color: #ffffff;
	text-align: center!important;
	font-size: 10px;
}

.onlinebox_one_list .online-item .icon {
	width: 20px;
	height: 20px;
}

.onlinebox_4_wechat, .onlinebox_4_tiktok {
	display: none;
	position: fixed;
	background-color: #fff;
	border-radius: 8px;
	padding: 18px;
	box-shadow: 0px 0px 9px 0px;
}

.onlinebox_4_wechat img, .onlinebox_4_tiktok img {
	width: 110px;
	height: 110px;
}

.onlinebox_4_wechat::after, .onlinebox_4_tiktok::after {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-width: 14px 0px 14px 14px;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right: -9px;
	top: 63px;
}

@media (max-width: 1024px) {

	.messageRow_1 {
		padding-bottom: 20px;
		width: auto;
	}

	.messageRow_2 {
		clear: both;
		float: left;
		width: 40%;
	}

}

@media (max-width: 767px) {
	
	#nav_drop_down:hover .drop_down-second {
		display: none;
	}
	
	.b_8 .count-panel {
		color: #367E57;
		font-size: 25px;
		margin: 0 25px;
	}
		
	.openNav .sidebar {
		right: 0;
	}

	.sidebar {
		height: 100%;
		width: 100px;
		position: fixed;
		left: auto;
		right: -100px;
		top: 0;
		-webkit-transition: 0.2s ease-in 0s;
		-moz-transition: 0.2s ease-in 0s;
		-ms-transition: 0.1s ease-in 0s;
		-o-transition: 0.2s ease-in 0s;
		z-index: 9999;
	}

	.openNav .sidebar {
		right: 0;
	}

	#menu {
		left: 0;
	}

	#menu li {
		display: block;
		background-color: #000000;
	}

	#menu a {
		height: 35px;
		width: auto;
		display: block;
		padding: 5px 0 5px 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		line-height: 35px;
		text-align: center;
		color: #9B9B9B;
		background: #484848;
	}

	#menu a b {
		display: none;
	}

	#menu a span {
		display: block;
		line-height: 23px;
		margin: 0 6px;
		text-align: left;
	}
	
	#logo {
		width: 97px;
		height: 24px;
		background: url(../images/jieyaoqi_logo.png) no-repeat;
		/* background-size: 97px 24px; */
		background-size: contain;
		margin: 10px 0 11px 0;
		position: fixed;
		left: 10px;
	}

	#header {
		height: 45px;
	}

	.navBox {
		width: 45px;
		padding: 15px 0 0 0;
		height: 30px;
		position: absolute;
		left: -45px;
		top: 0;
	}

	.navOpen {
		height: 12px;
		width: 22px;
		display: block;
		margin: 0 auto;
		border-top: 2px solid #666;
		border-bottom: 2px solid #666;
		position: relative;
		z-index: 3;
	}

	.navOpen:after {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		height: 2px;
		overflow: hidden;
		content: '';
		background: #666;
		top: 50%;
		margin-top: -1px;
		z-index: 3;
	}

	.navBox:before {
		width: 2px;
		height: 18px;
		display: block;
		content: '';
		/* background: #F7F4F2; */
		left: 14px;
		top: 15px;
		position: absolute;
		z-index: 333;
	}
		
	.caseNav {
		padding-top: 20px;
	}

	.caseNav li {}

	.caseNav li a {
		font-size: 12px;
		height: 24px;
		line-height: 24px;
		padding: 0 5px;
		margin: 0;
	}

	.case {
		padding-top: 0;
	}

	.case li {
		width: 33.333333333%;
	}

	.contactFoot {
		position: relative;
	}

	.contactFoot dl {
		width: auto;
		float: none;
		padding: 10px 0;
	}

	.title span {
		display: block;
		margin: 0 10px;
		font-size: 24px;
	}

	.title b {
		margin: 0 0 5px 0;
	}

	.paging {
		text-align: center;
		padding: 20px 0;
	}

	.paging a {
		height: 30px;
		padding: 0 20px;
		line-height: 30px;
		margin: 0 2px;
		font-size: 12px;
		border-width: 2px !important;
	}
	
}

@media (max-width: 480px) {
	
	a {
		/* font-size: 20px; */
	}
	
	.b_1 {
		padding: 168px 0 326px 0;
		background-color: initial;
		background-image: url(../images/b1.png);
		background-color: #fff;
		background-repeat: no-repeat;
		background-attachment: unset;
		background-size: cover;
		background-position: center 0;
		overflow: hidden;
		padding: 90px 0 70px 0;
		position: relative;
	}
	
	.b_1 .k1120 {
		padding-top: 15px;
	}
	
	.b_1 .row {
		display: none;
	}
	
	.b_1 .small {
		display: block;
		line-height: 28px;
		margin-top: 50px;
		font-size: 20px;
	}
	
	.b_2 {
		padding: 50px 0 20px 0;
		background-color: initial;
	}
	
	.b_3 {
		padding: 0 0 10px 0;
		background-color: initial;
	}
	
	.b_3 img {
		width: 100%;
	}
	
	.b_3 .image-center {
		padding-top: 30px;
	}
	
	.b_3 .scene1 {
		padding-top: 30px;
	}
	
	.b_3 .k1120 {
		padding: 0 10px;
	}
	
	.b_7 img {
		width: 100%;
	}
	
	.b_7 {
		padding: 40px 0;
		background-color: initial;
		font-size: 12px;
	}
	
	.b_7 .case li {
		width: 40%;
    float: left;
		margin: 0 3% 0 7%;
	}
	
	.b_8 {
		padding: 25px 0 10px 0;
	}
	
	.b_8 .count-panel span {
		width: 33.3%;
		float: left;
		font-size: 16px;
	}
	
	.b_8 .describe-panel span {
		width: 33.3%;
		float: left;
		font-size: 18px;
	}
	
	.b_8 .img-main, .b_8 .img-content {
		width: 39%;
		border: none;
	}
	
	.b_8 li {
		width: 33%!important;
	}
	
	.b_8 .count-panel {
		padding: 13px 0 25px 0;
		margin: 0 0;
	}
	
	.b_8 .describe-panel {
		margin: 0 0 60px 0;
	}
	
	.b_9 {
		padding: 10px 0 30px 0;
		background-color: initial;
	}
	
	.b_9 .adsfix {
		width:50%!important;
		height: 140px;
		margin-bottom: -60px;
	}
	
	.b_9 .adstext {
		margin: auto 10%;
	}
	
	.b_9 .case li img {
		max-width: 77%;
	}
	
	.b_10 {
		padding: 10px 0;
	}
	
	.b_text {
		width: auto;
		float: none;
		padding-bottom: 10px;
	}
	
	.b_text h1 {
		padding: 0 0 0 20px;
	}
	
	.b_text p {
		text-align: center;
		line-height: 180%;
		color: #CBCBCB;
		letter-spacing: 4px;
    font-size: 10px;
	}
	
	.b_text img {
		width: 75%;
		margin: 30px auto 168px auto;
	}
	
	.b_text .os {
		font-size: 50px;
		color: #000;
		font-weight: bold;
		vertical-align: bottom;
	}
	
	.remove-after:after {
		display: none;
	}
	
	#nav_drop_down:hover .drop_down-second {
		display: none;
	}
	
	.infoText {
		font-size: 18px;
	}

	.product-summary {
		margin-top: 40px;
	}

	.title {
		font-size: 28px;
		padding: 20px 0 10px 0;
	}

	.title span {
		line-height: 30px;
		padding: 0 5%;
	}

	.title span:before {
		bottom: -10px;
	}

	.b_8 .title span:before {
			width: 12%!important;
			left: 44%!important;
	}

	.case li {
		width: 50%;
		margin-bottom: 80px;
		/* font-size: 25px; */
	}
	
	.case ul {
		margin-left: -10px;
	}

	.view-tenth {
		margin: 10px 0 -40px 10px;
		font-size: 18px;
	}

	.viewBtn {
		display: block;
		border-width: 2px;
	}

	.contactBox:after {
		display: none;
	}

	.footer {
		padding: 20px 0;
	}

	.messageRow_1, .messageRow_2 {
		float: none;
		padding: 10px 0;
		width: auto;
	}
	
	.messageRow_1 p {
    font-size: 18px!important;
		width: 300px;
	}
	
	.messageRow_1 {
		padding-top: 40px;
	}
	
	.messageRow_2 {
		padding-top: 20px;
		padding-bottom: 0;
	}
	
	.messageRow_2 h3 {
		text-align: center;
    font-size: 24px;
	}

	.messageRow_2 .web-site {
		display: none;
	}
	
	#contact-icon {
    width: 108px;
    margin: 0 auto;
    padding: 0;
    font-size: 26px!important;
    letter-spacing: 1px;
	}

	.messageRow_1 .messageBox, .messageRow_2 .messageBox, .messageBox {
		padding-left: 0;
	}

	.messageRow_4 {
		width: 100%;
		margin-bottom: 20px;
	}

	.messageRow_4 img {
		width: 60%;
    margin: auto 20%;
	}
	
	.messageRow_4 p {
		text-align: center;
    width: 60%;
    margin: 20px 20%;
	}

	.fromBtn {
		display: block;
		margin-bottom: 5px;
	}

	.message {
		padding: 0 10px;
		background-color: initial;
	}
	
	.footer-text {
    margin-bottom: 45px;
		background-color: initial;
	}
	
	.footer-text a {
		font-size: 16spx;
	}

	.footer-text #copyright0 {
    top: -143px;
	}

	.onlinebox_one_list, .language_drop {
		display: none!important;
	}
	
	.language_dropdown {
		display: block;
	}
	
}
