<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: main;
	src: url(../fonts/rubik.ttf);
}

@font-face {
	font-family: titles;
	src: url(../fonts/ubuntu.ttf);
}

body {
	min-width: 1200px;
	background: #ffffff;
	font-size: 100%;
	font-family: main, "microsoft yahei", arial;
	color: #333;
}

a {
	color: #333;
}

img {
	border: 0;
	max-width: 100%;
	height: auto!important;
}

input,
select,
textarea,
button {
	font-family: main, "microsoft yahei", arial;
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	appearance: none;
}

.unsec {
	-moz-user-select: none;
	/*鐏嫄*/
	-webkit-user-select: none;
	/*webkit娴忚鍣�*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*鏃╂湡娴忚鍣�*/
	user-select: none;
}

@media only screen and (min-width: 769px) {
	/*瀹氫箟婊氬姩鏉￠珮瀹藉強鑳屾櫙 楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
	::-webkit-scrollbar {
		width: 8px;
		height: 8px;
		background-color: transparent;
	}
	/*瀹氫箟婊氬姩鏉¤建閬� 鍐呴槾褰�+鍦嗚*/
	::-webkit-scrollbar-track {
		-webkit-box-shadow: transparent;
		border-radius: 0;
		background-color: transparent;
	}
	/*瀹氫箟婊戝潡 鍐呴槾褰�+鍦嗚*/
	::-webkit-scrollbar-thumb {
		border-radius: 0;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
		background-color: #0d84c6;
	}
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 0 0 0 1.6rem;
	box-sizing: border-box;
	font-size: 0;
	font-family: titles;
	line-height: 120px;
	transition: all 0.3s;
	z-index: 100;
}

header.on {
	border-color: #ffffff;
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(153, 153, 153, 0.2);
}

.logo {
	position: relative;
	display: inline-block;
	width: 260px;
	height: 100px;
	background: url(../img/logo.png) no-repeat center;
	background-size: 100%;
	vertical-align: middle;
	transition: all 0.3s;
	z-index: 10;
}

header.on .logo {
	background: url(../img/logoon.png) no-repeat center;
	background-size: 100%;
}

header .container {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
}

header .container .left {
	display: inline-block;
	/* border-right: 1px solid rgba(255, 255, 255, 0.1); */
	vertical-align: top;
	transition: border-color 0.3s;
}

header.on .container .left {
	border-color: #eeeeee;
}

header .container .right {
	display: inline-block;
	vertical-align: top;
}

header .container .right_t {
	position: relative;
	height: 51px;
	padding: 0 1.6rem 0 0.4rem;
	line-height: 51px;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
	transition: border-color 0.3s;
	z-index: 3;
}

header.on .container .right_t {
	border-color: #eeeeee;
}

.search_click {
	margin-left: -15px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/search_icon.png) no-repeat center;
	vertical-align: middle;
	transition: all 0.3s;
}

header.on .search_click {
	background: url(../img/search_iconon.png) no-repeat center;
}

.search_click .content {
	position: absolute;
	top: 50px;
	right: 0;
	width: 100%;
	background: #ffffff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

header.on .search_click .content {
	background: #f8f8f8;
}

.search_click .content:before {
	content: "";
	position: relative;
	top: -1px;
	height: 2px;
	width: 100%;
}

.search_click:hover .content,
.search_click .content:hover {
	opacity: 1;
	visibility: visible;
}

.search_click .in {
	margin: auto;
	width: 1200px;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}

.search_sel {
	width: 125px;
	height: 70px;
	padding-right: 40px;
	border: 0;
	border-right: 1px solid #eeeeee;
	background: url(../img/shsel_arrow.png) no-repeat right 22px center;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.search_input {
	padding-left: 57px;
	width: 600px;
	height: 70px;
	background: url(../img/sh_icon.png) no-repeat left 25px center;
	border: 0;
	font-size: 16px;
	vertical-align: middle;
}

.search_submit {
	width: 140px;
	height: 50px;
	border-radius: 50px;
	border: 0;
	background: #0d84c6;
	font-size: 18px;
	color: #ffffff;
	vertical-align: middle;
	transition: all 0.3s;
	cursor: pointer;
}

.search_submit:hover {
	opacity: 0.6;
}

.en_line {
	margin-left: 40px;
	display: inline-block;
	vertical-align: middle;
}

.en_line a {
	font-size: 14px;
	color: #ffffff;
	vertical-align: middle;
	transition: all 0.3s;
}

.en_line span {
	margin: 0 5px;
	font-size: 14px;
	color: #ffffff;
	vertical-align: middle;
	transition: all 0.3s;
}

.en_line a:hover {
	opacity: 0.6;
}

header.on .en_line a,
header.on .en_line span {
	color: #999999;
}

.right_b {
	height: 68px;
	padding: 0 1.6rem 0 0.4rem;
	line-height: 68px;
	text-align: right;
}

.t_lrbtn {
	position: relative;
	display: inline-block;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 14px;
	color: #ffffff;
	line-height: 34px;
	transition: all 0.3s;
	vertical-align: middle;
}

header.on .t_lrbtn {
	border-color: #e5e5e5;
	color: #999999;
}

.t_lrbtn:hover {
	opacity: 0.6;
}

.t_lrbtn.l {
	border-radius: 34px 0 0 34px;
	border-right: 0;
	padding: 0 10px 0 25px;
}

.t_lrbtn.l:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	width: 1px;
	height: 12px;
	background: rgba(255, 255, 255, 0.3);
	transition: all 0.3s;
}

header.on .t_lrbtn.l:before {
	background: #e5e5e5;
}

.t_lrbtn.r {
	border-radius: 0 34px 34px 0;
	border-left: 0;
	padding: 0 25px 0 10px;
}

.left_t {
	height: 51px;
	padding: 0 36px 0 51px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05));
	line-height: 51px;
	text-align: right;
}

.left_t a {
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #ffffff;
	transition: all 0.3s;
	vertical-align: middle;
}

.left_t span {
	font-size: 14px;
	color: #ffffff;
	padding: 0 13px;
	transition: all 0.3s;
	vertical-align: middle;
}

.left_t a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 0;
	width: 0;
	height: 1px;
	background: #ffffff;
	transition: all 0.3s;
}

header.on .left_t a,
header.on .left_t span {
	color: #666666;
}

header.on .left_t a.on,
header.on .left_t a:hover {
	color: #0d84c6;
}

header.on .left_t a:before {
	background: #0d84c6;
}

.left_t a.on:before,
.left_t a:hover:before {
	margin-left: -25px;
	width: 50px;
}

.left_r {
	height: 68px;
	padding: 0 36px 0 51px;
	line-height: 68px;
	text-align: right;
}

.left_r a {
	position: relative;
	display: inline-block;
	margin-left: 0.5rem;
	font-size: 16px;
	color: #ffffff;
	vertical-align: top;
	transition: color 0.3s;
}

header.on .left_r a {
	color: #333333;
}

header.on .left_r a:hover,
header.on .left_r a.on {
	color: #0d84c6;
}

.left_r a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: 0;
	width: 0;
	height: 1px;
	background: #ffffff;
	transition: all 0.3s;
}

header.on .left_r a:before {
	background: #0d84c6;
}

.left_r a.on:before,
.left_r a:hover:before {
	margin-left: -25px;
	width: 50px;
}

@media only screen and (max-width: 1700px) {
	header {
		padding: 0 0 0 1.4rem;
	}
	header .container .right_t,
	header .container .right_b {
		padding-right: 1.4rem;
	}
}

@media only screen and (max-width: 1600px) {
	header {
		height: 110px;
		line-height: 110px;
	}
	.left_t {
		height: 46px;
		line-height: 46px;
	}
	.left_r {
		height: 63px;
		line-height: 63px;
	}
	.right_b {
		height: 63px;
		line-height: 63px;
	}
	header .container .right_t {
		height: 45px;
		line-height: 45px;
	}
	.search_click {
		height: 45px;
	}
	.search_click .content {
		top: 45px;
	}
	.search_click .in {
		height: 65px;
		line-height: 65px;
	}
	.search_sel,
	.search_input {
		height: 65px;
	}
	.search_submit {
		height: 45px;
	}
	.left_t a {
		font-size: 13px;
	}
	.left_r a {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1500px) {
	header {
		min-width: 1200px;
		height: 100px;
		padding: 0 0 0 1.2rem;
		line-height: 100px;
	}
	header .container .right_t,
	header .container .right_b {
		padding-right: 1.2rem;
	}
	.logo {
		width: 220px;
	}
	.left_t {
		height: 41px;
		line-height: 41px;
	}
	.left_r {
		height: 58px;
		line-height: 58px;
	}
	.right_b {
		height: 58px;
		line-height: 58px;
	}
	header .container .right_t {
		height: 40px;
		line-height: 40px;
	}
	.search_click {
		height: 40px;
	}
	.search_click .content {
		top: 40px;
	}
	.search_click .in {
		height: 60px;
		line-height: 60px;
	}
	.search_sel,
	.search_input {
		height: 60px;
	}
	.search_submit {
		height: 40px;
	}
}

.lr_box {
	position: relative;
	height: 1000px;
	background: url(../img/lr_bg.jpg) no-repeat fixed top center;
	overflow: hidden;
}

.register_box,
.login_box {
	position: relative;
	padding-top: 205px;
	font-size: 0;
	text-align: center;
	z-index: 12;
}

.ovh {
	overflow: hidden;
}

.login_box {
	padding-top: 245px;
}

.t {
	font-family: titles;
}

body.cn .t {
	font-weight: bold;
}

.f42 {
	font-size: 42px;
}

.register_box .msg,
.login_box .msg {
	margin-top: 20px;
	font-size: 18px;
	color: #ffffff;
	line-height: 32px;
}

.register_box form,
.login_box form {
	margin-top: 50px;
}

.lr_line {
	margin-bottom: 20px;
}

.lr_line input {
	width: 493px;
	height: 48px;
	border-radius: 50px;
	padding: 0 21px;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	background: transparent;
	font-size: 16px;
	color: #ffffff;
	transition: all 0.2s;
}

.lr_line input:hover,
.lr_line input:focus {
	box-shadow: 0 0 4px #ffffff, 0 0 4px #ffffff inset;
}

.lr_line input::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 0.5;
}

.lr_line input::-moz-placeholder {
	color: #ffffff;
	opacity: 0.5;
}

.lr_line input::-ms-input-placeholder {
	color: #ffffff;
	opacity: 0.5;
}

.register_box .msg a,
.login_box .msg a {
	color: #ffffff;
	text-decoration: underline;
}

.register_box .msg a:hover,
.login_box .msg a:hover {
	opacity: 0.6;
}

.lr_clickline {
	margin: auto;
	width: 493px;
	text-align: left;
}

.lr_label {
	display: inline-block;
	padding-left: 21px;
}

.lr_label input {
	margin-right: 14px;
	margin-top: 2px;
	width: 20px;
	height: 20px;
	vertical-align: top;
}

.lr_label span {
	display: inline-block;
	max-width: 438px;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	vertical-align: top;
}

.lr_submit {
	margin-top: 40px;
	width: 240px;
	height: 60px;
	border-radius: 60px;
	border: 0;
	background: #ffffff;
	font-size: 18px;
	font-family: titles;
	color: #003333;
	transition: all 0.3s;
	cursor: pointer;
}

.lr_submit:hover {
	background: #0d84c6;
	color: #ffffff;
}

.lr_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 0;
}

.lr_footer:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 321px;
	background: url(../img/lr_under.png) no-repeat bottom center;
}

.lr_footer .in {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	height: 71px;
	line-height: 71px;
	text-align: center;
	z-index: 10;
}

.lr_footer span,
.lr_footer a {
	font-size: 14px;
	color: #ffffff;
	transition: all 0.3s;
}

.lr_footer a:hover {
	text-shadow: 0 0 3px #ffffff;
}

.lr_click {
	float: right;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	text-decoration: underline;
	transition: all 0.3s;
}

.lr_click:hover {
	text-decoration: underline;
	text-shadow: 0 0 3px #ffffff;
}

.personal_box {
	padding-top: 210px;
}

.personal_box .title {
	position: relative;
	padding-bottom: 35px;
	font-size: 42px;
	font-family: titles;
	text-align: center;
}

.personal_box .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 3px;
	background: #0d84c6;
}

.personal_in {
	margin: 60px auto 230px;
	width: 1200px;
	font-size: 0;
}

.personal_line {
	margin-bottom: 20px;
	height: 92px;
	line-height: 92px;
	box-shadow: 0 0 30px rgba(50, 109, 170, 0.1);
}

.personal_line img {
	margin: 0 3px;
	vertical-align: middle;
}

.personal_line .middle {
	display: inline-block;
	line-height: 33px;
	vertical-align: middle;
}

.personal_line .middle .t {
	font-size: 20px;
}

.personal_line .middle .c {
	font-size: 16px;
	color: #7e7b8a;
}

.personal_line .right {
	float: right;
	padding-right: 25px;
	transition: all 0.3s;
	cursor: pointer;
}

.personal_line .right span {
	font-size: 20px;
	font-family: titles;
	color: #0d84c6;
}

.personal_line .right:hover {
	opacity: 0.6;
}

.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 200;
}

.tc_box {
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -560px;
	width: 1120px;
	padding-top: 60px;
	background: #ffffff;
	font-size: 0;
	opacity: 0;
	z-index: 210;
}

.tc_close {
	position: absolute;
	top: 28px;
	right: 28px;
	width: 28px;
	transition: all 0.3s;
	cursor: pointer;
	z-index: 3;
}

.tc_close:hover {
	transform: rotate(180deg);
}

.tc_box .t {
	position: relative;
	font-size: 42px;
	padding-bottom: 35px;
	text-align: center;
}

.tc_box .t:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 3px;
	background: #0d84c6;
}

.tc_box .msg {
	margin: 40px auto 0;
	width: 730px;
	font-size: 18px;
	color: #7e7b8a;
	line-height: 28px;
	text-align: center;
}

.tc_box form {
	margin-top: 40px;
}

.tcf_line {
	padding-bottom: 20px;
	text-align: center;
}

.tcf_line input {
	width: 495px;
	height: 50px;
	border-radius: 50px;
	border: 1px solid #eeeeee;
	padding: 0 22px;
	box-sizing: border-box;
	font-size: 16px;
	transition: all 0.3s;
}

.tcf_line textarea {
	width: 1020px;
	height: 100px;
	border-radius: 25px;
	border: 1px solid #eeeeee;
	padding: 10px 22px;
	box-sizing: border-box;
	font-size: 16px;
	transition: all 0.3s;
}

.tcf_line input::-webkit-input-placeholder,
.tcf_line textarea::-webkit-input-placeholder {
	color: #aaaaaa;
}

.tcf_line input::-moz-placeholder,
.tcf_line textarea::-moz-placeholder {
	color: #aaaaaa;
}

.tcf_line input::-ms-input-placeholder,
.tcf_line textarea::-ms-input-placeholder {
	color: #aaaaaa;
}

.tcf_line input:hover,
.tcf_line input:focus,
.tcf_line textarea:hover,
.tcf_line textarea:focus {
	border-color: #0D84C6;
	box-shadow: 0 0 3px #0D84C6;
}

.tc_submit {
	margin-top: 30px;
	width: 240px;
	height: 60px;
	border-radius: 60px;
	border: 0;
	background: #0d84c6;
	font-size: 18px;
	font-family: titles;
	color: #ffffff;
	transition: all 0.3s;
	cursor: pointer;
}

.tc_submit:hover {
	opacity: 0.6;
}

.tc_submit.second {
	margin-left: 30px;
	background: #999999;
}

@media only screen and (max-width: 1500px) {
	.tc_box {
		margin-left: -480px;
		width: 960px;
		padding-top: 30px;
	}
	.tc_box .t {
		font-size: 39px;
		padding-bottom: 20px;
	}
	.tc_box .t:before {
		margin-left: -50px;
		width: 100px;
	}
	.tc_box .msg {
		margin: 35px auto 0;
		width: 670px;
		font-size: 16px;
		line-height: 24px;
	}
	.tc_box form {
		margin-top: 35px;
	}
	.tc_box .tcf_line {
		padding-bottom: 16px;
	}
	.tc_box .tcf_line input {
		width: 425px;
		height: 45px;
		border-radius: 45px;
		padding: 0 20px;
		font-size: 15px;
	}
	.tc_box .tcf_line textarea {
		width: 880px;
	}
	.tc_submit {
		margin-top: 25px;
		width: 200px;
		height: 50px;
		border-radius: 50px;
		font-size: 16px;
	}
}

.lr_footer.psl {
	position: relative;
	background: #0068b6;
}

.lr_footer.psl:before {
	display: none;
}

.lr_footer.psl span,
.lr_footer.psl a {
	opacity: 0.5;
}

.lr_footer.psl a:hover {
	opacity: 1;
}

@media only screen and (min-height: 1000px) {
	.lr_footer.psl {
		position: absolute;
	}
}

.common_banner {
	margin-bottom: 245px;
	position: relative;
	background: #0d84c6 url(../img/common_banner_bg.png) no-repeat top center;
	font-size: 0;
}

.common_banner .img {
	width: 100%;
	opacity: 0.2;
	overflow: hidden;
}

.common_banner .img img {
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.common_banner:before {
	content: "";
	position: absolute;
	bottom: -1.65rem;
	left: 0;
	width: 100%;
	height: 4.14rem;
	background: url(../img/banner_under.png) no-repeat top center;
	background-size: 19.2rem;
	z-index: 3;
}

@media only screen and (max-width: 1200px) {
	.common_banner:before {
		bottom: -1.4rem;
		background: url(../img/banner_under.png) no-repeat top center;
		background-size: 20rem;
	}
}

.common_banner .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 240px;
	text-align: center;
	z-index: 10;
}

@media only screen and (min-width: 769px) {
	.common_banner .img {
		height: 400px;
	}
	.common_banner .img img {
		top: -50px;
	}
	.common_banner .content {
		padding-top: 150px;
	}
}

.common_banner .title {
	position: relative;
	padding-bottom: 42px;
	background: url(../img/cbtitle_icon.png) no-repeat bottom center;
	font-size: 48px;
	font-family: titles;
	color: #ffffff;
}

.common_banner .title:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -110px;
	width: 90px;
	height: 1px;
	background: #ffffff;
	opacity: 0.5;
}

.common_banner .title:after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 10px;
	margin-right: -110px;
	width: 90px;
	height: 1px;
	background: #ffffff;
	opacity: 0.5;
}

.bread_line {
	margin-top: 33px;
	text-align: center;
}

.bread_line a {
	display: inline-block;
	padding-right: 29px;
	background: url(../img/bread_after.png) no-repeat right 11px center;
	font-size: 16px;
	color: #ffffff;
	transition: all 0.3s;
	vertical-align: top;
}

.bread_line a:hover {
	text-shadow: 0 0 3px #ffffff;
}

.bread_line a:last-of-type {
	padding: 0;
	background: transparent;
}

.main {
	margin: auto;
	width: 1200px;
}

.prolist_left {
	float: left;
	width: 280px;
	font-size: 0;
}

.prolist_left .top {
	height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
	background: #0d84c6;
	font-size: 22px;
	color: #ffffff;
	line-height: 60px;
}

.prolist_left a {
	display: block;
	padding: 0 19px;
	border: 1px solid #eeeeee;
	border-top: 0;
	background: url(../img/pro_arrow.png) no-repeat right 20px center;
	line-height: 60px;
	transition: all 0.2s;
}

.prolist_left a span {
	display: inline-block;
	font-size: 16px;
	font-family: titles;
	line-height: 22px;
	vertical-align: middle;
	transition: all 0.3s;
}

.prolist_left a:hover {
	background: url(../img/pro_arrowon.png) no-repeat right 20px center;
}

.prolist_left a:hover span {
	color: #0d84c6;
}

.prolist_right {
	float: right;
	width: 850px;
	font-size: 0;
}

.prolist_type {
	border-bottom: 2px solid #f6f6f6;
}

.prolist_type .top {
	height: 70px;
	padding: 0 18px;
	background: url(../img/prolist_open.png) no-repeat right 20px center;
	font-size: 22px;
	font-family: titles;
	line-height: 70px;
	transition: all 0.3s;
	cursor: pointer;
}

.prolist_type.on .top,
.prolist_type .top:hover {
	background-color: #f6f6f6;
}

.prolist_type .top:hover {
	color: #0d84c6;
}

.prolist_type.on .top {
	background: url(../img/prolist_close.png) no-repeat right 20px center;
}

.prolist_type .container {
	display: none;
}

.prolist_type .msg {
	padding: 20px;
	font-size: 16px;
	color: #7e7b8a;
	line-height: 26px;
}

.prolist_type .list_in a {
	margin-bottom: 10px;
	display: block;
	height: 60px;
	padding: 0 20px;
	background: #f6f6f6;
	line-height: 60px;
	transition: all 0.3s;
}

.prolist_type .list_in a span {
	display: inline-block;
	max-width: 750px;
	font-size: 16px;
	font-family: titles;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.prolist_type .list_in a.new:after {
	content: "New";
	margin-left: 12px;
	display: inline-block;
	width: 30px;
	height: 23px;
	background: url(../img/new_icon.png) no-repeat center;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}

.prolist_type .list_in a:hover {
	background: #0d84c6;
	color: #ffffff;
}

footer {
	margin-top: 80px;
	font-size: 0;
	overflow: hidden;
}

footer .top {
	height: 2.08rem;
	background: url(../img/footer_before.png) no-repeat top center;
	background-size: 19.2rem;
}

@media only screen and (max-width: 1300px) {
	footer .top {
		background-size: 20rem;
	}
}

footer .container {
	margin-top: -2px;
	padding-top: 10px;
	background: #0068b6;
	font-family: titles;
}

.fc_top {
	margin-top: -20px;
	text-align: center;
}

.fc_top a {
	display: inline-block;
}

.fc_top a img {
	position: relative;
	top: 0;
	transition: all 0.3s;
}

.fc_top a:hover img {
	top: -10px;
}

.footer_fnavline {
	margin-top: 45px;
	text-align: center;
}

.footer_fnavline li {
	display: inline-block;
	height: 14px;
	padding: 0 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 14px;
	vertical-align: top;
}

.footer_fnavline li:last-of-type {
	border: 0;
}

.footer_fnavline a {
	font-size: 18px;
	color: #ffffff;
	transition: all 0.3s;
}

.footer_snavline {
	margin-top: 30px;
	text-align: center;
}

.footer_snavline li {
	display: inline-block;
	vertical-align: top;
}

.footer_snavline li:after {
	content: "/";
	padding: 0 16px;
	font-size: 16px;
	color: #afc4dc;
}

.footer_snavline li:last-of-type:after {
	display: none;
}

.footer_snavline a {
	font-size: 16px;
	color: #afc4dc;
	transition: all 0.3s;
}

.footer_fnavline a:hover {
	text-shadow: 0 0 3px #ffffff;
}

.footer_snavline a:hover {
	color: #ffffff;
	text-shadow: 0 0 3px #afc4dc;
}

.footer_tips {
	margin-top: 50px;
	font-size: 42px;
	color: #ffffff;
	text-align: center;
}

.footer_data {
	margin: 65px auto;
	width: 1200px;
}

.footer_data .qrcode {
	margin-left: 80px;
	display: inline-block;
	width: 244px;
	height: 244px;
	background: #ffffff;
	vertical-align: top;
}

.footer_data .qrcode img {
	width: 100%;
	height: 100%;
}

.footer_data .right {
	margin-left: 54px;
	display: inline-block;
	width: 730px;
	padding-top: 13px;
	vertical-align: top;
}

.footer_dataline {
	display: block;
	margin-bottom: 26px;
}

.footer_dataline:last-of-type {
	margin-bottom: 0;
}

.footer_dataline img {
	margin-right: 26px;
	vertical-align: middle;
}

.footer_dataline span {
	display: inline-block;
	width: 645px;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	vertical-align: middle;
}

.footer_shareline {
	text-align: center;
}

.footer_shareline a {
	margin: 0 8px !important;
	padding-left: 40px !important;
	height: 40px !important;
}

.footer_shareline a:hover {
	opacity: 0.75 !important;
}

.footer_shareline .bshare-weixin {
	background: url(../img/share_icon1.png) no-repeat center !important;
}

.footer_shareline .bshare-sinaminiblog {
	background: url(../img/share_icon2.png) no-repeat center !important;
}

.footer_shareline .bshare-facebook {
	background: url(../img/share_icon3.png) no-repeat center !important;
}

.footer_shareline .bshare-twitter {
	background: url(../img/share_icon4.png) no-repeat center !important;
}

.footer_shareline .bshare-linkedin {
	background: url(../img/share_icon5.png) no-repeat center !important;
}

footer .bottom {
	margin-top: 48px;
	height: 71px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	line-height: 71px;
	text-align: center;
}

footer .bottom span,
footer .bottom a {
	font-size: 14px;
	font-family: main;
	color: #ffffff;
	opacity: 0.5;
	transition: all 0.3s;
}

footer .bottom a:hover {
	opacity: 1;
	text-shadow: 0 0 3px #ffffff;
}

.prodet_img {
	display: inline-block;
	width: 300px;
	height: 300px;
	overflow: hidden;
	line-height: 300px;
	text-align: center;
	vertical-align: top;
}

.prodet_img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.prodet_right {
	position: relative;
	margin-left: 35px;
	display: inline-block;
	width: 510px;
	min-height: 220px;
	padding-top: 10px;
	padding-bottom: 60px;
	vertical-align: top;
}

.pdr_msg {
	margin-top: 25px;
	font-size: 16px;
	line-height: 32px;
}

.pdr_msg .title {
	display: inline-block;
	width: 60px;
	color: #7e7b8a;
}

.prodet_right .btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 180px;
	height: 50px;
	border-radius: 50px;
	background: #0d84c6;
	font-size: 18px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	transition: all 0.3s;
}

.prodet_right .btn:hover {
	background: #439fd3;
}

.prodet_container {
	margin-top: 53px;
	border: 1px solid #eeeeee;
	font-size: 0;
}

.prodet_navline {
	border-bottom: 1px solid #eeeeee;
	white-space: nowrap;
}

.prodet_nav {
	position: relative;
	display: inline-block;
	width: 212px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	vertical-align: top;
	transition: all 0.3s;
}

.prodet_nav span {
	display: inline-block;
	padding: 0 10px;
	font-size: 18px;
	font-family: titles;
	line-height: 30px;
	vertical-align: middle;
	transition: all 0.3s;
}

.prodet_nav.on span {
	color: #0D84C6;
}

.prodet_nav:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: 0;
	width: 0;
	height: 2px;
	background: #0d84c6;
	transition: all 0.3s;
}

.prodet_nav:hover:before {
	margin-left: -25%;
	width: 50%;
}

.prodet_nav.on:before {
	margin-left: -50%;
	width: 100%;
}

.prodet_type {
	display: none;
	padding: 0 29px;
}

.prodet_content {
	padding: 40px 0 29px;
}

.prodet_content .artical_section {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}

.prodet_content .artical_section img {
	max-width: 100%;
}

.prodet_content .t {
	padding: 0 0 20px;
	font-size: 18px;
}

.prodet_content .msg {
	margin-bottom: 25px;
	font-size: 16px;
	color: #7e7b8a;
	line-height: 26px;
}

.data_table {
	margin-top: 6px;
}

.data_table table {
	width: 100%;
}

.data_table td {
	height: 48px;
	padding: 0 18px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	font-size: 16px;
	color: #7e7b8a;
}

.data_table td:first-child {
	width: 270px;
	background: #f6f6f6;
}

.pro_searchline {
	font-size: 0;
	white-space: nowrap;
}

.pro_searchline span {
	margin-right: 18px;
	font-size: 16px;
	vertical-align: middle;
}

.pro_searchline .input {
	margin-right: 30px;
	width: 220px;
	height: 44px;
	border-radius: 44px;
	padding: 0 15px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	font-size: 16px;
	vertical-align: middle;
	transition: all 0.3s;
}

.pro_searchline .input:hover {
	border-color: #0D84C6;
}

.pro_searchline .input:focus {
	border-color: #0D84C6;
	box-shadow: 0 0 3px #0D84C6;
}

.pro_searchline .submit {
	width: 150px;
	height: 44px;
	border-radius: 44px;
	box-sizing: border-box;
	border: 1px solid #0d84c6;
	background: transparent;
	font-size: 18px;
	color: #0d84c6;
	vertical-align: middle;
	transition: all 0.3s;
	cursor: pointer;
}

.pro_searchline .submit:hover {
	background: #0d84c6;
	color: #ffffff;
}

.col7e7 {
	color: #7e7b8a;
}

.prodet_content a.ctu {
	position: relative;
	display: inline-block;
	color: #0d84c6;
}

.prodet_content a.ctu:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #0d84c6;
	transition: all 0.15s;
}

.prodet_content a.ctu:hover:before {
	width: 100%;
	transition: all 0.3s;
}

.download_section {
	border-top: 1px solid #eeeeee;
	font-size: 0;
}

.download_section .type {
	position: relative;
	display: block;
	height: 58px;
	line-height: 58px;
	border: 1px solid #eeeeee;
	border-top: 0;
	padding: 0 60px 0 19px;
	overflow: hidden;
}

.download_section .type:before {
	content: "";
	position: absolute;
	top: 0;
	right: 30px;
	width: 17px;
	height: 100%;
	background: url(../img/download_icon.png) no-repeat center;
	transition: all 0.3s;
}

.download_section .type img {
	vertical-align: middle;
}

.download_section .type span {
	display: inline-block;
	max-width: 660px;
	font-size: 18px;
	font-family: titles;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	transition: all 0.3s;
}

.download_section .type:hover span {
	color: #0D84C6;
}

.download_section .type:hover:before {
	right: 40px;
}

.related_pro {
	display: block;
	padding: 24px 0;
	border-bottom: 1px solid #eeeeee;
}

.related_pro:last-of-type {
	border: 0;
}

.related_pro .img {
	display: inline-block;
	width: 180px;
	height: 180px;
	line-height: 180px;
	text-align: center;
	overflow: hidden;
	vertical-align: top;
}

.related_pro .img img {
	/* width: 100%; */
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: all 0.5s;
}

.related_pro .right {
	margin-left: 30px;
	display: inline-block;
	width: 570px;
	padding-top: 6px;
	vertical-align: top;
}

.related_pro .title {
	font-size: 18px;
	font-family: titles;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
}

.related_pro .typeline {
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
}

.related_pro .typeline:first-of-type {
	margin-right: 50px;
}

.related_pro .typeline .tlt {
	color: #7e7b8a;
}

.related_pro .msg {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 52px;
	font-size: 16px;
	color: #7e7b8a;
	line-height: 26px;
	overflow: hidden;
}

.related_pro .more {
	margin-top: 20px;
	display: inline-block;
	font-size: 16px;
	color: #0d84c6;
}

.related_pro:hover .img img {
	transform: scale(1.1);
}

.related_pro:hover .title {
	color: #0D84C6;
}

.col0d8 {
	color: #0d84c6;
}

.tcsc_tips {
	margin-top: 20px;
	display: block;
	font-size: 18px;
	color: #0d84c6;
	text-align: center;
}

@media only screen and (max-width: 1500px) {
	.tcsc_tips {
		margin-top: 15px;
		font-size: 16px;
	}
}

.services_navline {
	margin-top: 66px;
	font-size: 0;
}

.service_nav {
	display: inline-block;
	width: 300px;
	height: 164px;
	border: 1px solid #eeeeee;
	border-right: 0;
	box-sizing: border-box;
	vertical-align: top;
}

.service_nav:last-of-type {
	border-right: 1px solid #eeeeee;
}

.service_nav .icon {
	position: relative;
	margin: 30px auto 15px;
	width: 40px;
	height: 40px;
}

.service_nav .icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.service_nav.on .icon img:first-child,
.service_nav:hover .icon img:first-child,
.service_nav .icon img:last-child {
	opacity: 0;
}

.service_nav.on .icon img:last-child,
.service_nav:hover .icon img:last-child {
	opacity: 1;
}

.service_nav .title {
	font-size: 20px;
	font-family: titles;
	color: #7e7b8a;
	line-height: 28px;
	text-align: center;
}

.service_nav.on .title,
.service_nav:hover .title {
	color: #0d84c6;
}

.services_box {
	font-size: 0;
}

.services_top {
	padding: 70px 0 40px;
	overflow: hidden;
}

.services_top .t {
	display: inline-block;
	font-size: 42px;
	line-height: 50px;
}

.services_top a {
	float: right;
	width: 180px;
	height: 50px;
	border-radius: 50px;
	background: #0d84c6;
	font-size: 18px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	transition: all 0.3s;
}

.services_top a:hover {
	opacity: 0.6;
}

.services_type {
	margin-bottom: 10px;
}

.services_type .top {
	height: 60px;
	padding: 0 21px;
	background: #f6f6f6;
	line-height: 60px;
	background: #f6f6f6 url(../img/services_open.png) no-repeat right 17px center;
	transition: all 0.3s;
	cursor: pointer;
}

.services_type.on .top {
	background: #f6f6f6 url(../img/services_close.png) no-repeat right 17px center;
}

.services_type .top .t {
	font-size: 20px;
	transition: all 0.3s;
}

.services_type .top:hover .t,
.services_type.on .top .t {
	color: #0d84c6;
}

.services_type .content {
	display: none;
	border: 1px solid #eeeeee;
}

.services_type .content .in {
	padding: 30px;
	overflow: hidden;
}

.services_type .content .left {
	float: left;
	width: 655px;
	font-size: 16px;
	color: #7e7b8a;
	line-height: 26px;
}

.services_type .content .right {
	float: right;
	width: 450px;
}

.services_type .content .right img {
	width: 100%;
}

.serdet_top,
.common_top {
	position: relative;
	padding-bottom: 35px;
	font-size: 42px;
	font-family: titles;
	text-align: center;
}

.serdet_top:before,
.common_top:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 3px;
	background: #0d84c6;
}

.lh32 {
	line-height: 32px;
}

.quasys_navline,
.scitec_navline,
.aboutus_navline {
	margin-top: 54px;
	font-size: 0;
}

.quasys_nav,
.scitec_nav,
.aboutus_nav {
	position: relative;
	display: inline-block;
	width: 600px;
	height: 144px;
	border: 1px solid #eeeeee;
	border-right: 0;
	box-sizing: border-box;
	vertical-align: top;
}

.scitec_nav {
	width: 300px;
}

.aboutus_nav {
	width: 240px;
}

.quasys_nav:last-of-type,
.scitec_nav:last-of-type,
.aboutus_nav:last-of-type {
	border-right: 1px solid #eeeeee;
}

.quasys_nav .icon,
.scitec_nav .icon,
.aboutus_nav .icon {
	position: relative;
	margin: 26px auto 15px;
	width: 40px;
	height: 40px;
}

.quasys_nav .icon img,
.scitec_nav .icon img,
.aboutus_nav .icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.quasys_nav.on .icon img:first-child,
.quasys_nav:hover .icon img:first-child,
.quasys_nav .icon img:last-child,
.scitec_nav.on .icon img:first-child,
.scitec_nav:hover .icon img:first-child,
.scitec_nav .icon img:last-child,
.aboutus_nav.on .icon img:first-child,
.aboutus_nav:hover .icon img:first-child,
.aboutus_nav .icon img:last-child {
	opacity: 0;
}

.quasys_nav.on .icon img:last-child,
.quasys_nav:hover .icon img:last-child,
.scitec_nav.on .icon img:last-child,
.scitec_nav:hover .icon img:last-child,
.aboutus_nav.on .icon img:last-child,
.aboutus_nav:hover .icon img:last-child {
	opacity: 1;
}

.quasys_nav .title,
.scitec_nav .title,
.aboutus_nav .title {
	font-size: 20px;
	font-family: titles;
	color: #7e7b8a;
	line-height: 28px;
	text-align: center;
}

.quasys_nav.on .title,
.quasys_nav:hover .title,
.scitec_nav.on .title,
.scitec_nav:hover .title,
.aboutus_nav.on .title,
.aboutus_nav:hover .title {
	color: #0d84c6;
}

.quasys_nav:before,
.scitec_nav:before,
.aboutus_nav:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 0;
	width: 0;
	height: 2px;
	background: #0D84C6;
	transition: all 0.3s;
}

.quasys_nav:hover:before,
.quasys_nav.on:before,
.scitec_nav:hover:before,
.scitec_nav.on:before,
.aboutus_nav:hover:before,
.aboutus_nav.on:before {
	margin-left: -30px;
	width: 60px;
}

.quasys_title {
	position: relative;
	margin-top: 80px;
	padding-bottom: 35px;
	font-size: 42px;
	font-family: titles;
	color: #0D84C6;
	text-align: center;
}

.quasys_title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 3px;
	background: #0d84c6;
}

.medman_box {
	margin-top: 48px;
	font-size: 0;
	overflow: hidden;
}

.medman_box .left {
	float: left;
	padding-top: 33px;
}

.medman_box .left .type {
	margin-bottom: 40px;
}

.medman_box .left .type img {
	vertical-align: middle;
}

.medman_box .left .type .r {
	display: inline-block;
	max-width: 690px;
	line-height: 32px;
	vertical-align: middle;
}

.medman_img {
	width: 310px;
}

.quasys_container {
	margin-top: 100px;
	width: 101%;
	padding-bottom: 115px;
	font-size: 0;
}

.quasys_type {
	margin-left: -27px;
	display: inline-block;
	width: 223px;
	vertical-align: top;
}

.quasys_type:first-of-type {
	margin-left: 0;
}

.quasys_type .top {
	height: 80px;
	padding: 0 20px 0 35px;
	background: url(../img/quasys_arrow.png) no-repeat;
	line-height: 80px;
	white-space: nowrap;
	text-align: center;
}

.quasys_type .top img {
	width: 60px;
	vertical-align: middle;
}

.quasys_type .top span {
	margin-left: 12px;
	font-size: 16px;
	font-family: titles;
	vertical-align: middle;
}

body.cn .quasys_type .top span {
	font-size: 18px;
}

.quasys_type .content {
	padding: 28px 0 0 45px;
}

.quasys_type .type {
	margin-bottom: 20px;
	line-height: 32px;
}

.quasys_type .type .t {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}

.quasys_type .type .r {
	display: inline-block;
	max-width: 130px;
	vertical-align: top;
}

.quasys_type .type .r a {
	display: block;
	font-size: 16px;
	color: #7e7b8a;
	transition: all 0.3s;
}

.quasys_type .type .r a:hover {
	color: #0d84c6;
}

.pdca_box {
	background: #f8f8f8;
	padding-bottom: 100px;
	font-size: 0;
}

.pdca_top {
	text-align: center;
}

.pdca_top .t {
	padding-top: 80px;
	font-size: 28px;
}

.pdca_content {
	position: relative;
	margin-top: 55px;
	text-align: center;
}

.pdca_content .img {
	width: 560px;
}

.pdca_data {
	position: absolute;
	top: 43px;
	left: 0;
	width: 100%;
}

.pdca_type {
	width: 200px;
	height: 158px;
	line-height: 158px;
}

.pdca_type:nth-of-type(2n - 1) {
	float: left;
	margin-right: 200px;
	padding-right: 90px;
	background: url(../img/pdca_border.png) no-repeat right center;
}

.pdca_type:nth-of-type(2n) {
	float: right;
	margin-left: 200px;
	padding-left: 90px;
	background: url(../img/pdca_border.png) no-repeat left center;
}

.pdca_type .in {
	display: inline-block;
	width: 100%;
	padding: 6px 10px;
	box-sizing: border-box;
	border: 2px solid #eeeeee;
	background: #ffffff;
	font-size: 16px;
	color: #7e7b8a;
	text-align: center;
	line-height: 28px;
	vertical-align: middle;
}

.pdca_type:first-of-type .in,
.pdca_type:nth-of-type(2) .in {
	border-color: #b8c2dc;
	background: #b8c2dc;
	color: #333333;
}

.quasys_inforline {
	padding: 100px 0 0;
	font-size: 0;
}

.quasys_inforline .type {
	display: inline-block;
	width: 400px;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
}

.quasys_inforline .t {
	margin-top: 26px;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
}

.quasys_inforline .msg {
	margin-top: 10px;
	font-size: 16px;
	color: #7e7b8a;
	line-height: 32px;
	text-align: center;
}

.wwww_msg {
	margin: 45px auto 0;
	width: 720px;
	font-size: 18px;
	color: #7e7b8a;
	line-height: 32px;
	text-align: center;
}

.wwww_img {
	margin-top: 40px;
	margin-bottom: 60px;
}

.wwww_img img {
	width: 100%;
}

.ourstr_box {
	margin-top: 75px;
	font-size: 0;
}

.ourstr_type {
	margin-right: 70px;
	margin-bottom: 60px;
	display: inline-block;
	width: 560px;
	vertical-align: top;
}

.ourstr_type:nth-of-type(2n) {
	margin-right: 0;
}

.ourstr_type .t {
	font-size: 26px;
}

.ourstr_type .msg {
	margin-top: 25px;
	font-size: 18px;
	color: #7e7b8a;
	line-height: 32px;
}

.ourbrand_box {
	padding: 90px 0 80px;
	background: #f8f8f8;
	text-align: center;
}

.ourbrand_in {
	margin-top: 70px;
}

.ourbrand_type {
	position: relative;
	display: inline-block;
	width: 301px;
	height: 301px;
	vertical-align: top;
}

.ourbrand_type .bg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -128.5px;
	margin-left: -139px;
	width: 382px;
	height: 349px;
}

.ourbrand_type .pr {
	line-height: 301px;
	z-index: 3;
}

.ourbrand_type .cnt {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}

.ourbrand_type .t {
	font-size: 26px;
}

.ourbrand_type:nth-of-type(2) {
	margin: 0 55px;
}

.ourbrand_type:nth-of-type(2) .bg {
	margin-left: -157.5px;
	width: 415px;
}

.ourbrand_type:nth-of-type(3) .bg {
	margin-left: -161.5px;
}

.common_top.left {
	padding-top: 80px;
	text-align: left;
}

.common_top.left:before {
	left: 0;
	margin-left: 0;
}

.ourcom_title {
	padding-top: 45px;
	font-size: 26px;
}

.ourcom_msg {
	margin-top: 25px;
	font-size: 18px;
	color: #7E7B8A;
	line-height: 32px;
}

.photo_box {
	margin-top: 50px;
	font-size: 0;
}

.photo_box img {
	width: 100%;
	vertical-align: middle;
}

.photo_box .left {
	float: left;
	width: 594px;
}

.photo_box .left .img {
	margin-bottom: 12px;
	height: 396px;
	line-height: 396px;
	overflow: hidden;
}

.photo_box .right {
	margin-bottom: 12px;
	float: right;
	width: 594px;
	height: 804px;
	line-height: 804px;
	overflow: hidden;
}

.photo_box .bottom {
	width: 101%;
}

.photo_box .bottom .img {
	margin-right: 12px;
	display: inline-block;
	width: 291px;
	height: 194px;
	line-height: 194px;
}

.photo_box .bottom .img:nth-of-type(4n) {
	margin-right: 0;
}

.ordinf_container {
	font-size: 0;
	padding-bottom: 70px;
}

.ordinf_type {
	margin: 0 30px 30px 0;
	display: inline-block;
	width: 585px;
	height: 250px;
	border-radius: 30px;
	padding-left: 36px;
	box-sizing: border-box;
	line-height: 250px;
	box-shadow: 0 0 30px rgba(50, 109, 170, 0.1);
	vertical-align: top;
}

.ordinf_type:nth-of-type(2n) {
	margin-right: 0;
}

.ordinf_type .icon {
	margin-right: 36px;
	vertical-align: middle;
}

.ordinf_type .right {
	display: inline-block;
	width: 380px;
	line-height: normal;
	vertical-align: middle;
}

.ordinf_type .t {
	font-size: 26px;
}

.ordinf_type .msg {
	margin-top: 15px;
	font-size: 16px;
	color: #7e7b8a;
	line-height: 26px;
}

.ordinf_type .msg a {
	color: #7e7b8a;
	text-decoration: underline;
	transition: all 0.3s;
}

.ordinf_type .msg a:hover {
	color: #0D84C6;
	text-decoration: underline;
}

.ordinf_msg {
	padding-top: 40px;
	font-size: 18px;
	color: #7e7b8a;
	line-height: 32px;
	text-align: center;
}

.ordinf_table {
	margin-top: 45px;
}

.ordinf_table table {
	width: 100%;
}

.ordinf_table td {
	height: 60px;
	padding-left: 30px;
	box-sizing: border-box;
	background: #f8f8f9;
	font-size: 16px;
	color: #7e7b8a;
}

.ordinf_table tr:nth-child(2n) td {
	background: #ffffff;
}

.ordinf_table .first td {
	background: #0d84c6;
	font-size: 18px;
	color: #ffffff;
}

.ordinf_table .first td:first-child {
	border-radius: 20px 0 0 0;
}

.ordinf_table .first td:last-child {
	border-radius: 0 20px 0 0;
}

.ordinf_table td:first-child {
	width: 324px;
	font-size: 0;
}

.ordinf_table td:nth-child(2) {
	width: 549px;
}

.ordinf_table label {
	display: inline-block;
	cursor: pointer;
}

.ordinf_table .check {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.ordinf_table label:hover .check {
	box-shadow: 0 0 3px #0D84C6;
}

.ordinf_table .img {
	margin-left: 13px;
	width: 44px;
	height: 44px;
	vertical-align: middle;
}

.ordinf_table .name {
	margin-left: 20px;
	font-size: 16px;
	color: #7e7b8a;
	vertical-align: middle;
}

.ordinf_bottom {
	margin-top: 40px;
	font-size: 0;
	line-height: 60px;
}

.ordinf_bottom label {
	margin-right: 330px;
	display: inline-block;
	width: 150px;
	vertical-align: middle;
	cursor: pointer;
}

.ordinf_bottom label input {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
}

.ordinf_bottom label span {
	margin-left: 13px;
	font-size: 16px;
	color: #7e7b8a;
	text-transform: uppercase;
	vertical-align: middle;
}

.ordinf_bottom label:hover input {
	box-shadow: 0 0 3px #0D84C6;
}

.add_btn {
	width: 240px;
	height: 60px;
	border-radius: 60px;
	border: 0;
	background: #0d84c6;
	font-size: 18px;
	font-family: titles;
	color: #ffffff;
	vertical-align: middle;
	transition: all 0.3s;
	cursor: pointer;
}

.add_btn:hover {
	opacity: 0.6;
}

.news_form {
	font-size: 0;
	white-space: nowrap;
}

.news_form .select,
.news_form .date,
.news_form .search,
.latlit_top select {
	margin-right: 15px;
	width: 260px;
	height: 50px;
	border-radius: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	background: #ffffff url(../img/news_arrow.png) no-repeat right center;
	font-size: 16px;
	color: #7e7b8a;
	box-shadow: 0 0 30px rgba(50, 109, 170, 0.1);
	transition: all 0.3s;
	vertical-align: top;
}

.news_form .date {
	background: #ffffff url(../img/news_date.png) no-repeat right center;
	cursor: pointer;
}

.news_form .search {
	margin-right: 0;
	width: 650px;
	padding: 0 160px 0 65px;
	background: #ffffff url(../img/news_search.png) no-repeat left 15px center;
}

.news_form .submit {
	margin-left: -140px;
	width: 140px;
	height: 50px;
	border-radius: 50px;
	border: 0;
	background: #0d84c6;
	font-size: 18px;
	color: #ffffff;
	transition: all 0.3s;
	cursor: pointer;
}

.news_form .select:hover,
.news_form .date:hover,
.news_form .search:hover,
.news_form .search:focus,
.latlit_top select:hover {
	border-color: #0D84C6;
}

.news_form .submit:hover {
	box-shadow: 0 0 6px #0D84C6;
}

.news_container {
	margin-top: 50px;
	font-size: 0;
}

.news_type {
	margin: 0 40px 40px 0;
	position: relative;
	display: inline-block;
	width: 580px;
	height: 320px;
	padding: 40px 40px 0;
	box-sizing: border-box;
	border: 1px solid transparent;
	word-break: break-word;
	word-wrap: break-word;
	box-shadow: 0 0 30px rgba(50, 109, 170, 0.1);
	transition: all 0.3s;
	vertical-align: top;
}

.news_type:nth-of-type(2n) {
	margin-right: 0;
}

.news_type:hover {
	border-color: #0D84C6;
}

.news_type:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #0d84c6;
	transition: all 0.3s;
}

.news_type:hover:before {
	width: 100%;
	transition: all 0.8s;
}

.news_type .top {
	overflow: hidden;
}

.news_type .class {
	padding-left: 27px;
	background: url(../img/news_icon.png) no-repeat left center;
	font-size: 16px;
	color: #0d84c6;
}

.news_type .date {
	float: right;
	font-size: 16px;
	color: #7E7B8A;
}

.news_type .t {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 20px;
	width: 102%;
	max-height: 72px;
	font-size: 26px;
	line-height: 36px;
	overflow: hidden;
}

.news_type .msg {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 15px;
	max-height: 52px;
	font-size: 16px;
	color: #7e7b8a;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_type .btn {
	margin-top: 25px;
	border-radius: 38px;
	display: inline-block;
	height: 38px;
	border: 1px solid transparent;
	font-size: 16px;
	font-family: titles;
	line-height: 38px;
	transition: all 0.3s;
}

.news_type:hover .btn {
	border-color: #0d84c6;
	padding: 0 27px;
	color: #0d84c6;
}

.pagination {
	margin-top: 20px;
	font-size: 0;
	text-align: center;
}

.pagination li {
	margin: 0 4px;
	display: inline-block;
	vertical-align: top;
}

.pagination li a,
.pagination li span {
	display: block;
	min-width: 38px;
	height: 38px;
	border-radius: 38px;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	color: #7e7b8a;
	line-height: 40px;
	text-align: center;
	transition: all 0.2s;
}

.pagination li a.disabled,
.pagination li span.disabled {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.pagination li a:hover,
.pagination li span:hover,
.pagination li a.active,
.pagination li span.active {
	border-color: #0d84c6;
	background: #0d84c6;
	color: #ffffff;
}

.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span {
	padding: 0 20px;
}

.pagination li:first-child {
	margin-right: 16px;
}

.pagination li:last-child {
	margin-left: 16px;
}

.newsdet_box {
	font-size: 12px;
}

.newsdet_box .class {
	padding-left: 28px;
	background: url(../img/news_icon.png) no-repeat left center;
	font-size: 16px;
	color: #0d84c6;
}

.newsdet_box .date {
	margin-top: 20px;
	padding-left: 28px;
	background: url(../img/newsdet_icon.png) no-repeat left center;
	font-size: 16px;
	color: #7e7b8a;
}

.newsdet_box .t {
	margin-top: 25px;
	font-size: 42px;
	line-height: 56px;
}

.newsdet_box .bshare-custom {
	margin-top: 30px;
}

.newsdet_box .top {
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.newsdet_box .bshare-custom a {
	margin: 0 16px 0 0 !important;
	padding-left: 29px !important;
	height: 29px !important;
}

.newsdet_box .bshare-linkedin {
	background: url(../img/detshare_icon1.png) no-repeat center !important;
}

.newsdet_box .bshare-weixin {
	background: url(../img/detshare_icon2.png) no-repeat center !important;
}

.newsdet_box .bshare-email {
	background: url(../img/detshare_icon3.png) no-repeat center !important;
}

.newsdet_box .bshare-clipboard {
	background: url(../img/detshare_icon4.png) no-repeat center !important;
}

.newsdet_box .container {
	margin-top: 30px;
	margin-bottom: 80px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	line-height: 26px;
}

.news_moreline {
	position: relative;
	margin-top: 20px;
	font-size: 0;
}

.newsmoreline .news_type {
	margin: 40px 0 65px;
	width: 520px;
	height: 350px;
}

.news_moreline .news_type .t {
	-webkit-line-clamp: 3;
	max-height: 108px;
}

.news_prev,
.news_next {
	position: absolute;
	top: 205px;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	transition: all 0.3s;
	cursor: pointer;
	z-index: 10;
}

.news_prev {
	left: -60px;
	background: url(../img/news_prev.png) no-repeat;
	background-size: 100%;
}

.news_prev:hover {
	background: url(../img/news_prevon.png) no-repeat;
	background-size: 100%;
}

.news_next {
	right: -60px;
	background: url(../img/news_next.png) no-repeat;
	background-size: 100%;
}

.news_next:hover {
	background: url(../img/news_nexton.png) no-repeat;
	background-size: 100%;
}

.news_prev.swiper-button-disabled,
.news_prev.swiper-button-disabled:hover,
.news_next.swiper-button-disabled,
.news_next.swiper-button-disabled:hover {
	opacity: 0.5;
	cursor: default;
}

@media only screen and (max-width: 1330px) {
	.news_prev,
	.news_next {
		display: none;
	}
}

.newsmoreline .swiper-pagination-bullet,
.enthorbox .swiper-pagination-bullet,
.leadershipbox .swiper-pagination-bullet {
	margin: 0 7px !important;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border: 1px solid #0d84c6;
	background: transparent;
	opacity: 1;
}

.newsmoreline .swiper-pagination-bullet-active,
.enthorbox .swiper-pagination-bullet-active,
.leadershipbox .swiper-pagination-bullet-active {
	background: #0d84c6;
}

.contactus_box {
	margin-top: 70px;
	padding-bottom: 115px;
	font-size: 0;
	white-space: nowrap;
}

.contactus_box .left {
	display: inline-block;
	width: 390px;
	white-space: normal;
	vertical-align: middle;
}

.contactus_box .title {
	padding-bottom: 30px;
	font-size: 26px;
	line-height: 36px;
}

.contactus_box .line {
	font-size: 20px;
	/*line-height: 46px;*/
	line-height: 150%;
}

.contactus_box .line .t {
	display: inline-block;
	width: 80px;
	color: #0d84c6;
}

.contactus_box .right {
	margin-left: 60px;
	display: inline-block;
	width: 750px;
	height: 420px;
	background: #0D84C6;
	vertical-align: middle;
}

.contactus_box .right #map {
	height: 100%;
	font-size: 14px;
}

.contactus_msg {
	margin: 40px auto 0;
	width: 780px;
	font-size: 18px;
	color: #7e7b8a;
	line-height: 32px;
	text-align: center;
}

.contactus_form {
	margin-top: 40px;
	font-size: 0;
}

.contactus_form .tcf_line textarea {
	padding: 15px 22px;
}

.common_top.rec {
	margin-top: 93px;
}

.recruitment_msg {
	margin-top: 45px;
	padding-bottom: 35px;
	font-size: 18px;
	color: #7e7b8a;
	line-height: 32px;
}

.news_form .select.second {
	width: 260px;
}

.recruitment_box {
	margin-top: 40px;
	padding-bottom: 10px;
	font-size: 0;
}

.recruitment_type {
	position: relative;
	display: block;
	margin-bottom: 30px;
	height: 200px;
	box-sizing: border-box;
	border: 1px solid transparent;
	background: #ffffff;
	word-break: break-word;
	word-wrap: break-word;
	box-shadow: 0 0 30px rgba(50, 109, 170, 0.1);
	transition: all 0.3s;
}

.recruitment_type:hover {
	border-color: #0D84C6;
}

.recruitment_type:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #0d84c6;
	transition: all 0.3s;
}

.recruitment_type:hover:before {
	width: 100%;
	transition: all 0.8s;
}

.recruitment_type .left {
	display: inline-block;
	width: 880px;
	padding: 35px 0 0 40px;
	box-sizing: border-box;
	vertical-align: top;
}

.recruitment_type .name {
	font-size: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.recruitment_type .class {
	padding: 15px 0;
	font-size: 16px;
	color: #0d84c6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.recruitment_type .bdr {
	padding: 0 20px;
}

.recruitment_type .msg {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	color: #7e7b8a;
	line-height: 26px;
	overflow: hidden;
}

.recruitment_type .right {
	float: right;
	width: 260px;
	height: 100%;
	border-left: 1px solid #eeeeee;
	text-align: center;
}

.recruitment_type .date {
	padding-top: 45px;
	font-size: 16px;
	color: #7e7b8a;
}

.recruitment_type .btn {
	margin: 42px auto 0;
	width: 178px;
	height: 48px;
	border-radius: 48px;
	border: 1px solid #0d84c6;
	font-size: 18px;
	color: #0D84C6;
	line-height: 48px;
	text-align: center;
	transition: all 0.3s;
}

.recruitment_type:hover .btn {
	background: #0d84c6;
	color: #ffffff;
}

.recdet_top {
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 0;
}

.recdet_title {
	font-size: 42px;
	text-align: center;
}

.recdet_class {
	padding: 30px 0;
	font-size: 16px;
	color: #7E7B8A;
	text-align: center;
}

.recdet_class .bdr {
	padding: 0 15px;
}

.recdet_btns {
	font-size: 0;
	text-align: center;
}

.recdet_btns .apply {
	margin: 0 auto 30px;
	display: block;
	width: 180px;
	height: 50px;
	border-radius: 50px;
	background: #0d84c6;
	font-size: 18px;
	font-family: titles;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	transition: all 0.2s;
}

.recdet_btns .apply:hover {
	opacity: 0.6;
}

.recdet_btns .back {
	position: relative;
	font-size: 16px;
	color: #0d84c6;
	transition: all 0.3s;
}

.recdet_btns .back:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #0d84c6;
	transition: all 0.3s;
}

.recdet_btns .back:hover:before {
	width: 100%;
}

.recdet_container {
	padding: 50px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 0;
	overflow: hidden;
}

.recdet_container .title {
	position: static;
	top: 120px;
	display: inline-block;
	font-size: 26px;
	vertical-align: top;
}

.recdet_container .content {
	float: right;
	width: 900px;
	font-size: 16px;
	line-height: 26px;
}

.recdet_btns.last {
	padding-top: 40px;
}

.rdcenter_msg {
	margin-top: 45px;
	font-size: 16px;
	color: #7e7b8a;
	line-height: 32px;
}

.photo_box.rd {
	margin-top: 25px;
}

.fealit_box {
	margin-top: 60px;
	font-size: 0;
}

.fealit_type {
	position: relative;
	margin: 0 30px 30px 0;
	display: inline-block;
	width: 585px;
	height: 290px;
	padding: 34px 20px 0;
	box-sizing: border-box;
	border: 1px solid transparent;
	background: #ffffff;
	word-break: break-word;
	word-wrap: break-word;
	box-shadow: 0 0 30px rgba(50, 109, 170, 0.1);
	transition: all 0.3s;
	vertical-align: top;
}

.fealit_type:hover {
	border-color: #0D84C6;
}

.fealit_type:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #0d84c6;
	transition: all 0.3s;
}

.fealit_type:hover:before {
	width: 100%;
	transition: all 0.8s;
}

.fealit_type:nth-of-type(2n) {
	margin-right: 0;
}

.fealit_type .img {
	display: inline-block;
	width: 140px;
	height: 140px;
	line-height: 140px;
	vertical-align: top;
}

.fealit_type .img img {
	width: 100%;
	vertical-align: middle;
}

.fealit_type .right {
	margin-left: 24px;
	display: inline-block;
	width: 370px;
	vertical-align: top;
}

.fealit_type .date {
	font-size: 16px;
	color: #7e7b8a;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fealit_type .name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 10px;
	height: 60px;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
}

.fealit_type .class {
	margin-top: 15px;
	font-size: 16px;
	color: #0d84c6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fealit_type .msg {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 15px;
	height: 78px;
	font-size: 16px;
	color: #7e7b8a;
	line-height: 26px;
	overflow: hidden;
}

.latlit_top {
	margin-top: 60px;
	font-size: 0;
}

.latlit_top .t {
	font-size: 26px;
	color: #000000;
}

.latlit_top select {
	margin-top: 16px;
}

.latlit_labelline {
	margin-top: 30px;
	width: 920px;
}

.latlit_labelline label {
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
	padding-right: 35px;
	vertical-align: top;
	cursor: pointer;
}

.latlit_labelline label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.latlit_labelline label .check {
	position: relative;
	top: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/check_nor.png) no-repeat;
	transition: all 0.3s;
	vertical-align: middle;
}

.latlit_labelline label input:checked+.check {
	background: url(../img/check_on.png) no-repeat;
}

.latlit_labelline label span {
	margin-left: 10px;
	font-size: 16px;
	transition: all 0.3s;
	vertical-align: middle;
}

.latlit_labelline label input:checked+.check+span {
	color: #0d84c6;
	vertical-align: middle;
}

.latlit_labelline label:hover .check {
	top: -5px;
}

.latlit_container {
	margin-top: 40px;
	font-size: 0;
	border-top: 1px solid #e5e5e5;
}

.latlit_container table {
	margin-bottom: 40px;
	width: 100%;
}

.latlit_container td {
	padding: 35px 0;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
}

.latlit_container .img {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	box-shadow: 0 0 30px rgba(50, 109, 170, 0.1);
	overflow: hidden;
	vertical-align: top;
}

.latlit_container .img img {
	width: 100%;
	transition: all 0.3s;
	vertical-align: middle;
}

.latlit_container a:hover .img img {
	transition: all 0.6s;
	transform: scale(1.1);
}

.latlit_container .t {
	margin: -10px 0 0 35px;
	display: inline-block;
	width: 270px;
	font-size: 18px;
	line-height: 30px;
	vertical-align: top;
	transition: all 0.3s;
}

.latlit_container a:hover .t {
	color: #0D84C6;
}

.latlit_container td:first-child {
	width: 470px;
}

.latlit_container td:nth-child(2) {
	width: 260px;
	padding-right: 40px;
	box-sizing: border-box;
	font-size: 16px;
	font-family: titles;
}

.latlit_container .class {
	margin-top: -10px;
	color: #0d84c6;
	line-height: 26px;
}

.latlit_container .date {
	margin-top: 12px;
	color: #7e7b8a;
}

.latlit_container .msg {
	margin-top: -10px;
	font-size: 16px;
	color: #7E7B8A;
	line-height: 26px;
}

.rdprogress_top {
	margin-top: 51px;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	font-size: 0;
	white-space: nowrap;
}

.rdprogress_top .num {
	font-size: 36px;
	vertical-align: middle;
}

.rdpt_first {
	display: inline-block;
	width: 290px;
	height: 108px;
	padding: 16px 25px 0 22px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-right: 0;
	transition: all 0.3s;
	vertical-align: top;
}

.rdpt_first img {
	margin-right: 10px;
	vertical-align: middle;
}

.rdpt_first .name {
	margin-top: 5px;
	font-size: 18px;
	color: #7e7b8a;
	transition: all 0.3s;
}

.rdpt_first.short {
	width: 239px;
}

.rdpt_second {
	display: inline-block;
	width: 190px;
	height: 108px;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-right: 0;
	white-space: normal;
	line-height: 108px;
	transition: all 0.3s;
	vertical-align: top;
}

.rdpt_second .name {
	display: inline-block;
	width: 75px;
	font-size: 16px;
	color: #7e7b8a;
	line-height: 26px;
	vertical-align: middle;
	transition: all 0.3s;
}

.rdpt_first:hover,
.rdpt_second:hover {
	color: #0D84C6 !important;
}

.rdpt_first:hover .name,
.rdpt_second:hover .name {
	color: #0D84C6 !important;
}

.rdpt_second .num {
	float: right;
}

.rdpt_form {
	display: inline-block;
	width: 619px;
	height: 108px;
	padding: 0 24px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-right: 0;
	line-height: 108px;
	vertical-align: top;
}

.rdpt_form input {
	width: 410px;
	height: 50px;
	border-radius: 50px;
	padding: 0 18px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	background: #ffffff;
	font-size: 16px;
	box-shadow: 0 0 30px rgba(50, 109, 170, 0.1);
	vertical-align: middle;
	transition: all 0.3s;
}

.rdpt_form button {
	margin-left: 19px;
	width: 140px;
	height: 50px;
	border-radius: 50px;
	border: 0;
	background: #0d84c6;
	font-size: 18px;
	color: #ffffff;
	vertical-align: middle;
	transition: all 0.3s;
	cursor: pointer;
}

.rdpt_form input:hover,
.rdpt_form input:focus {
	border-color: #0d84c6;
}

.rdpt_form button:hover {
	opacity: 0.6;
}

.rdprogress_container {
	margin-top: 40px;
	padding-bottom: 31px;
}

.rdprogress_type {
	padding: 17px 19px;
	background: #f8f8f9;
	font-size: 16px;
	color: #7e7b8a;
	line-height: 26px;
}

.rdprogress_type a {
	position: relative;
	display: inline-block;
	color: #0d84c6;
	transition: all 0.3s;
}

.rdprogress_type a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #0d84c6;
	transition: all 0.3s;
}

.rdprogress_type a:hover:before {
	width: 100%;
}

.rdprogress_type:nth-of-type(2n) {
	background: #ffffff;
}

.compro_box {
	margin-top: 25px;
	font-size: 0;
}

.compro_box .left {
	float: left;
	width: 760px;
	height: 480px;
	border-radius: 20px;
	overflow: hidden;
	line-height: 480px;
}

.compro_box .left img {
	vertical-align: middle;
}

.compro_box .fr {
	float: right;
	width: 410px;
}

.compro_box .type {
	margin-bottom: 30px;
	height: 225px;
	padding-left: 40px;
	line-height: 225px;
}

.compro_box .type .icon {
	vertical-align: middle;
}

.compro_box .type .right {
	margin-left: 36px;
	display: inline-block;
	font-size: 26px;
	font-family: titles;
	color: #ffffff;
	line-height: 60px;
	vertical-align: middle;
}

.compro_box .type .right .t {
	font-size: 42px;
}

.about_map {
	padding: 60px 0 10px;
	text-align: center;
}

.about_map img {
	max-width: 100%;
}

.enthor_box {
	position: relative;
	font-size: 0;
	padding-bottom: 90px;
	overflow: hidden;
}

.enthorbox {
	margin-left: -60px !important;
	width: 1320px;
}

.enthor_type {
	position: relative;
	margin: 60px auto 70px;
	width: 410px;
	height: 290px;
	padding: 9px;
	box-sizing: border-box;
	border: 1px solid transparent;
	background: #ffffff;
	line-height: 270px;
	box-shadow: 0 0 30px rgba(50, 109, 170, 0.1);
	transition: all 0.3s;
	cursor: pointer;
}

.enthor_type:hover {
	border-color: #0D84C6;
}

.enthor_type:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #0d84c6;
	transition: all 0.3s;
}

.enthor_type:hover:before {
	width: 100%;
	transition: all 0.8s;
}

.enthor_type img {
	width: 100%;
	vertical-align: middle;
}

.enthor_left {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -180px;
	width: 365px;
	height: 360px;
	background: linear-gradient(90deg, #ffffff, transparent);
	z-index: 10;
}

.enthor_right {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -180px;
	width: 365px;
	height: 360px;
	background: linear-gradient(90deg, transparent, #ffffff);
	z-index: 10;
}

.tc_box.img {
	margin-left: -450px;
	width: 900px;
	padding: 0;
	text-align: center;
}

.tc_box.img .img {
	padding: 66px 30px 30px;
}

@media only screen and (max-height: 800px) {
	.tc_box.img {
		margin-left: -375px;
		width: 750px;
		text-align: center;
	}
	.tc_box.img .img {
		padding: 66px 25px 25px;
	}
}

#bigimg {
	width: 100%;
}

.enthor_prev,
.enthor_next {
	position: absolute;
	top: 190px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	transition: all 0.3s;
	cursor: pointer;
	z-index: 12;
}

.enthor_prev {
	left: 0;
	background: url(../img/eh_prev.png) no-repeat;
	background-size: 100%;
}

.news_prev:hover {
	background: url(../img/eh_prevon.png) no-repeat;
	background-size: 100%;
}

.enthor_next {
	right: 0;
	background: url(../img/eh_next.png) no-repeat;
	background-size: 100%;
}

.enthor_next:hover {
	background: url(../img/eh_nexton.png) no-repeat;
	background-size: 100%;
}

.enthor_prev.swiper-button-disabled,
.enthor_prev.swiper-button-disabled:hover,
.enthor_next.swiper-button-disabled,
.enthor_next.swiper-button-disabled:hover {
	opacity: 0.5;
	cursor: default;
}

.f8_box {
	background: #f8f8f8;
}

.leadership_box {
	margin: 57px 0 0 -25px;
	width: 1250px;
	padding-bottom: 80px;
	text-align: center;
	font-size: 0;
}

.leadershipbox {
	padding-bottom: 40px;
}

.leadership_type {
	position: relative;
	margin: 0 26px 26px 0;
	display: inline-block;
	width: 280px;
	height: 372px;
	background: #ffffff;
	box-shadow: 0 0 30px rgba(50, 109, 170, 0.1);
	vertical-align: top;
}

.leadership_type:nth-of-type(4n) {
	margin-right: 0;
}

.leadership_type:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #0D84C6;
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.2s;
	z-index: 2;
}

.leadership_type:hover:before {
	opacity: 1;
}

.leadership_type:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 0;
	height: 2px;
	background: #0d84c6;
	transition: all 0.3s;
}

.leadership_type:hover:after {
	width: 100%;
	transition: all 0.6s;
}

.leadership_type .img {
	height: 280px;
	line-height: 280px;
	overflow: hidden;
}

.leadership_type .img img {
	width: 100%;
	vertical-align: bottom;
}

.leadership_type .ls_logo {
	position: absolute;
	top: 258px;
	right: 10px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	line-height: 46px;
	overflow: hidden;
}

.leadership_type .ls_logo img {
	width: 100%;
	vertical-align: middle;
}

.leadership_type .name {
	padding: 18px 20px 0;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.leadership_type .title {
	padding: 8px 20px 0;
	font-size: 16px;
	color: #7e7b8a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tc_box.ls {
	padding: 0;
}

.ls_left {
	display: inline-block;
	width: 280px;
	height: 280px;
	line-height: 280px;
	overflow: hidden;
	vertical-align: top;
	box-shadow: 0 0 30px rgba(50, 109, 170, 0.1);
}

.ls_left img {
	width: 100%;
	vertical-align: bottom;
}

.ls_detail {
	padding: 60px 0 60px 50px;
}

.ls_right {
	margin-left: 40px;
	display: inline-block;
	width: 715px;
	padding-top: 15px;
	vertical-align: top;
}

@media only screen and (max-width: 1500px) {
	.ls_detail {
		padding: 50px 0 50px 40px;
	}
	.ls_right {
		margin-left: 30px;
		width: 580px;
	}
}

#ls_name {
	font-size: 26px;
	font-family: titles;
}

body.cn #ls_name {
	font-weight: bold;
}

#ls_title {
	margin-top: 15px;
	font-size: 16px;
	color: #0d84c6;
}

#ls_information {
	margin-top: 20px;
	font-size: 16px;
	color: #7e7b8a;
	line-height: 26px;
}

#ls_logo {
	margin-top: 25px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	line-height: 46px;
	overflow: hidden;
}

#ls_logo img {
	width: 100%;
	vertical-align: middle;
}

.milestone_box {
	margin-top: 50px;
	font-size: 0;
}

.milestone_type {
	padding: 50px 0 50px 40px;
}

.milestone_type .img {
	display: inline-block;
	width: 340px;
	height: 240px;
	line-height: 240px;
	vertical-align: middle;
}

.milestone_type .img img {
	width: 100%;
	vertical-align: middle;
}

.milestone_type .right {
	margin-left: 40px;
	display: inline-block;
	width: 730px;
	vertical-align: middle;
}

.milestone_type .t {
	font-size: 26px;
}

.milestone_type .msg {
	margin-top: 30px;
	font-size: 20px;
	color: #7e7b8a;
	line-height: 36px;
}

.scroll_tips {
	position: fixed;
	left: 50%;
	margin-left: -19px;
	width: 38px;
	bottom: 23px;
	font-size: 0;
	text-align: center;
	z-index: 200;
}

.scroll_tips img:first-child {
	margin-bottom: 11px;
}

.scroll_tips img:last-child {
	position: relative;
	top: 0;
	animation: scrollTips 0.8s infinite alternate ease-in-out;
}

@keyframes scrollTips {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(8px);
	}
}

.index_banner {
	font-size: 0;
}

.index_banner img {
	width: 100%;
}

.index_banner .swiper-pagination {
	position: absolute;
	bottom: 0 !important;
	left: 0;
	padding: 0 1.6rem;
	text-align: left;
}

.index_banner .swiper-pagination-bullet {
	margin: 0 10px !important;
	position: relative;
	width: 20px;
	height: 48px;
	background: transparent;
	font-size: 16px;
	color: #ffffff;
	opacity: 0.3;
}

.index_banner .swiper-pagination-bullet-active {
	font-size: 18px;
	opacity: 1;
}

.index_banner .swiper-pagination-bullet-active:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -0.5px;
	width: 1px;
	height: 24px;
	background: #ffffff;
}

.index_box {
	/* background: url(../img/index_bg.png) no-repeat top center; */
	background-size: 100%;
}

.our_products {
	padding: 2.2rem 1.6rem 1.39rem 1.6rem;
	font-size: 0;
	overflow: hidden;
}

.our_products .left {
	display: inline-block;
	width: 6rem;
	vertical-align: top;
}

.our_products .common_top {
	padding-top: 0;
	font-size: 0.42rem;
}

.our_products .title {
	font-size: 0.26rem;
	padding-top: 0.36rem;
}

.our_products .msg {
	margin-top: 0.6rem;
	font-size: 16px;
	color: #7E7B8A;
	line-height: 32px;
}

.our_products .btn {
	margin-top: 0.8rem;
	display: inline-block;
	height: 0.6rem;
	border-radius: 0.6rem;
	padding: 0 0.33rem;
	background: #0d84c6;
	font-size: 18px;
	color: #ffffff;
	line-height: 0.6rem;
	text-align: center;
	transition: all 0.3s;
}

.our_products .btn:hover {
	opacity: 0.6;
}

.our_products .right {
	float: right;
	width: 9.9rem;
	text-align: right;
}

.ourpro_type {
	position: relative;
	margin: 0 0 0.3rem 0.3rem;
	display: inline-block;
	width: 4.5rem;
	height: 3rem;
	background: #ffffff;
	box-shadow: 0 0 30px rgba(50, 109, 170, 0.1);
	transition: all 0.3s;
	vertical-align: top;
}

.ourpro_type:nth-of-type(2n - 1) {
	margin-left: 0;
}

.ourpro_type .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s;
}

.ourpro_type:hover {
	background: #0d84c6;
}

.ourpro_type:hover .bg {
	opacity: 0.1;
}

.ourpro_type .in {
	position: relative;
	padding-top: 0.55rem;
	text-align: center;
}

.ourpro_type .t {
	position: relative;
	padding: 0 0 0.4rem;
	background: url(../img/index_typeicon.png) no-repeat bottom center;
	background-size: 0.2rem;
	font-size: 0.26rem;
	text-align: center;
	transition: all 0.3s;
}

.ourpro_type:hover .t {
	color: #ffffff;
}

.ourpro_type .t:before {
	content: "";
	position: absolute;
	bottom: 0.09rem;
	right: 50%;
	margin-right: 0.2rem;
	width: 0.54rem;
	height: 1px;
	background: #86c1e2;
	transition: all 0.3s;
}

.ourpro_type .t:after {
	content: "";
	position: absolute;
	bottom: 0.09rem;
	left: 50%;
	margin-left: 0.2rem;
	width: 0.54rem;
	height: 1px;
	background: #86c1e2;
	transition: all 0.3s;
}

.ourpro_type:hover .t {
	padding-bottom: 0;
	background: url(../img/index_typeiconon.png) no-repeat bottom center;
	background-size: 0.2rem;
}

.ourpro_type:hover .t:before,
.ourpro_type:hover .t:after {
	opacity: 0;
}

.ourpro_type .tmsg {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 0.25rem;
	height: 90px;
	padding: 0 0.55rem;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	transition: all 0.3s;
}

.ourpro_type:hover .tmsg {
	color: #ffffff;
}

.ourpro_type .tbtn {
	margin-top: 20px;
	display: inline-block;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #ffffff;
	padding: 0 22px;
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
	opacity: 0;
	transition: all 0.3s;
}

.ourpro_type:hover .tbtn {
	opacity: 1;
}

@media only screen and (max-width: 1700px) {
	.our_products .msg {
		font-size: 15px;
		line-height: 30px;
	}
	.our_products .btn {
		font-size: 16px;
	}
	.ourpro_type .tmsg {
		margin-top: 0.2rem;
		height: 84px;
		font-size: 15px;
		line-height: 28px;
	}
	.ourpro_type .tbtn {
		margin-top: 15px;
		height: 35px;
		border-radius: 35px;
		padding: 0 20px;
		font-size: 15px;
		line-height: 35px;
	}
}

@media only screen and (max-width: 1500px) {
	.our_products {
		padding: 2.2rem 1.2rem 1.39rem 1.2rem;
	}
	.our_products .left {
		width: 6.7rem;
	}
	.our_products .msg {
		font-size: 14px;
		line-height: 26px;
	}
	.our_products .btn {
		font-size: 14px;
	}
	.ourpro_type .tmsg {
		margin-top: 0.15rem;
		height: 78px;
		font-size: 14px;
		line-height: 26px;
	}
	.ourpro_type .tbtn {
		margin-top: 10px;
		height: 30px;
		border-radius: 30px;
		padding: 0 20px;
		font-size: 14px;
		line-height: 30px;
	}
}

.our_services {
	padding: 2rem 0 1.2rem;
	font-size: 0;
	text-align: center;
}

.index_box .common_top {
	font-size: 0.42rem;
	padding-bottom: 0.35rem;
}

.index_box .common_top:before {
	width: 1.2rem;
}

.index_box .common_top.left {
	padding-top: 0;
}

.our_services .msg {
	margin: 0.4rem auto 0;
	width: 1160px;
	font-size: 18px;
	color: #7e7b8a;
	line-height: 32px;
}

.our_services .container {
	text-align: center;
}

.our_services .type {
	display: inline-block;
	width: 3.4rem;
	vertical-align: top;
}

.our_services .type .icon {
	padding: 0.75rem 0 0.3rem;
	width: 160px;
}

.our_services .title {
	font-size: 18px;
	line-height: 30px;
}

.our_services .btn,
.quality_system .btn,
.our_mission .btn,
.about_quacell .btn,
.latest_news .tbtn {
	margin-top: 0.8rem;
	display: inline-block;
	height: 0.6rem;
	border-radius: 0.6rem;
	padding: 0 0.33rem;
	background: #0d84c6;
	font-size: 18px;
	color: #ffffff;
	line-height: 0.6rem;
	text-align: center;
	transition: all 0.3s;
}

.quality_system .btn {
	margin-top: 1.6rem;
}

.our_mission .btn {
	margin-top: 1.1rem;
}

.our_services .btn:hover,
.quality_system .btn:hover,
.our_mission .btn:hover,
.about_quacell .btn:hover,
.latest_news .tbtn:hover {
	opacity: 0.6;
}

.quality_system {
	padding: 2.5rem 0 2rem 1.6rem;
	font-size: 0;
}

.quality_system .t {
	font-size: 0.42rem;
}

.quality_system .left {
	display: inline-block;
	width: 5.88rem;
	vertical-align: middle;
}

.quality_system .msg {
	margin-top: 1.05rem;
	font-size: 16px;
	color: #7e7b8a;
	line-height: 32px;
}

.quality_system .right {
	margin-left: 2.6rem;
	width: 6.68rem;
	vertical-align: middle;
}

.our_mission {
	padding: 2.45rem 0 1.42rem 1.9rem;
	font-size: 0;
}

.our_mission .left {
	width: 6.78rem;
	vertical-align: top;
}

.our_mission .right {
	margin-left: 1rem;
	display: inline-block;
	width: 7.8rem;
	vertical-align: top;
}

.our_mission .title {
	margin-top: 0.35rem;
	font-size: 0.26rem;
}

.our_mission .msg {
	margin-top: 0.5rem;
	width: 588px;
	font-size: 16px;
	color: #7e7b8a;
	line-height: 32px;
}

.about_quacell {
	padding: 2rem 0 1.1rem;
	font-size: 0;
	text-align: center;
}

.about_quacell .msg {
	margin: 55px auto 0;
	width: 1180px;
	font-size: 18px;
	color: #7E7B8A;
	line-height: 32px;
	text-align: center;
}

.about_quacell .container {
	margin-top: 0.75rem;
	text-align: center;
}

.about_quacell .type {
	display: inline-block;
	width: 3.88rem;
	text-align: center;
	vertical-align: top;
}

.latest_news {
	padding: 1.75rem 0 1rem;
}

@media only screen and (max-width: 1700px) {
	.our_services .msg,
	.about_quacell .msg {
		width: 1000px;
		font-size: 16px;
		line-height: 28px;
	}
	.our_services .type {
		width: 3.4rem;
	}
	.our_services .type .icon {
		padding: 0.65rem 0 0.2rem;
		width: 140px;
	}
	.our_services .title {
		font-size: 16px;
		line-height: 28px;
	}
	.our_services .btn,
	.quality_system .btn,
	.our_mission .btn,
	.about_quacell .btn,
	.latest_news .btn {
		font-size: 16px;
	}
	.our_mission .msg {
		width: 588px;
		font-size: 15px;
		line-height: 30px;
	}
	.our_mission .btn {
		margin-top: 0.9rem;
	}
}

@media only screen and (max-width: 1500px) {
	.our_services .msg,
	.about_quacell .msg {
		width: 900px;
		font-size: 14px;
		line-height: 26px;
	}
	.our_services .type {
		width: 3.4rem;
	}
	.our_services .type .icon {
		padding: 0.60rem 0 0.15rem;
		width: 120px;
	}
	.about_quacell .type .icon {
		width: 110px;
	}
	.our_services .title {
		font-size: 14px;
		line-height: 24px;
	}
	.our_services .btn,
	.quality_system .btn,
	.our_mission .btn,
	.about_quacell .btn,
	.latest_news .btn {
		font-size: 14px;
	}
	.quality_system .msg {
		font-size: 14px;
		line-height: 28px;
	}
	.our_mission .msg {
		width: 550px;
		font-size: 14px;
		line-height: 28px;
	}
	.our_mission .btn {
		margin-top: 0.8rem;
	}
}

.latest_news .news_moreline {
	margin: 0.7rem auto 0;
	width: 16.02rem;
}

.latest_news .news_moreline .news_type {
	margin: 0.4rem 0 0.65rem;
	width: 5.2rem;
	height: 350px;
}

.news_moreline .news_type .t {
	-webkit-line-clamp: 3;
	max-height: 108px;
}

.newsmoreline.swiper-container-horizontal &gt; .swiper-pagination-progress {
	top: auto;
	bottom: 0;
}

/* mstyle */
.compro_box .left img {
	width: 100%;
}

.ordinf_table .first td:first-child {
	font-size: 18px;
}

.newsdet_box .container img {
	max-width: 100%;
}

.recruitment_type .msg {
	height: 52px;
}

.menu_click,
.mobile_searchclick,
.top_mask {
	display: none;
}
@media only screen and (max-width: 768px) {
 .bingo{
    margin-top: 60px;
 }

}

@media only screen and (max-width: 768px) {
	body {
		min-width: auto;
		padding-top: 1.1rem;
	}

	header {
		min-width: auto;
		height: 1.1rem;
		padding: 0 0 0 0.25rem;
		background-color: #ffffff;
		border-color: #ffffff;
		line-height: 1.1rem;
		box-shadow: 0 4px 10px rgba(153, 153, 153, 0.2);
	}

	.menu_click {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 1rem;
		height: 1.1rem;
		background: url(../img/menu_click.png) no-repeat center;
		background-size: 100%;
	}

	.menu_click::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -0.225rem;
		width: 1px;
		height: 0.45rem;
		background-color: #e5e5e5;
	}

	.mobile_searchclick {
		display: block;
		position: absolute;
		top: 0;
		right: 1rem;
		width: 1rem;
		height: 1.1rem;
		background: url(../img/mobile_searchclick.png) no-repeat center;
		background-size: 100%;
	}

	header .container {
		position: fixed;
		top: 1.1rem;
		left: 50%;
		margin-left: -3.75rem;
		width: 7.5rem;
		height: 0;
		background-color: #0d84c6;
		overflow: hidden;
		visibility: hidden;
		transition: all 0.5s;
	}

	header.menu .container {
		height: calc(100% - 2rem);
		visibility: visible;
	}

	header .container .left {
		display: block;
		border: 0;
	}

	header .container .right_b {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		line-height: normal;
		padding: 0 0.35rem 0.4rem;
		box-sizing: border-box;
		white-space: nowrap;
	}
	header.on .container .t_lrbtn {
		border-color: rgba(255, 255, 255, 0.3);
		color: #ffffff;
	}
	header.on .container .t_lrbtn.l:before {
		background: rgba(255, 255, 255, 0.3);
	}

	.t_lrbtn {
		width: 50%;
		height: 0.8rem;
		font-size: 0.3rem;
		line-height: 0.8rem;
		text-align: center;
	}

	.t_lrbtn.l,
	.t_lrbtn.r {
		padding: 0;
	}

	.t_lrbtn.l:before {
		margin-top: -0.16rem;
		height: 0.32rem;
	}

	.en_line {
		display: none;
	}

	.left_r {
		height: auto;
		padding: 0.2rem 0 0;
		line-height: 1rem;
		text-align: center;
	}

	.left_r a {
		display: block;
		margin-left: 0;
		font-size: 0.36rem;
	}

	.left_t {
		height: auto;
		padding: 0;
		background: transparent;
		line-height: 0.85rem;
		text-align: center;
	}

	.left_t span {
		display: none;
	}

	.left_t a {
		display: block;
		font-size: 0.28rem;
		color: #a6c8e4;
		padding: 0;
	}

	.right_t {
		display: none;
	}

	.search_click {
		position: fixed;
		top: 1.1rem;
		left: 50%;
		margin: 0 0 0 -3.75rem;
		width: 100%;
		height: 0;
		background: #0d84c6;
		overflow: hidden;
		visibility: hidden;
		transition: all 0.3s;
	}
	header.on .search_click {
		background: #0d84c6;
	}
	
	.search_click.show {
		height: 1.6rem;
		visibility: visible;
	}

	.search_click .content {
		position: relative;
		top: 0;
		background: transparent;
		opacity: 1;
		visibility: visible;
	}
	
	header.on .search_click .content {
		background: transparent;
	}
	
	.search_click .content:before {
		display: none;
	}
	
	.search_click .in {
		width: 100%;
		height: 1.6rem;
		line-height: 1.6rem;
		overflow: hidden;
	}
	
	.search_sel {
		width: 1.68rem;
		height: 1.6rem;
		padding: 0 0.3rem;
		border-right: 0;
		background: url(../img/search_mobile_arrow.png) no-repeat right 0 center;
		background-size: 0.21rem;
		font-size: 0.28rem;
		color: #ffffff;
	}
	
	.search_input {
		padding-left: 0.3rem;
		width: 4.15rem;
		height: 1.6rem;
		box-sizing: border-box;
		background: transparent;
		font-size: 0.26rem;
		color: #ffffff;
	}
	
	.search_click .in .fr {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
	
	.search_submit {
		width: 1.4rem;
		height: 0.66rem;
		border-radius: 0.66rem;
		background: #ffffff;
		font-size: 0.28rem;
		font-family: titles;
		color: #0d84c6;
		transition: all 0.3s;
		cursor: pointer;
	}
	
	.search_input::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.4);
	}
	
	.search_input::-moz-placeholder {
		color: rgba(255, 255, 255, 0.4);
	}
	
	.search_input::-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.4);
	}
	
	.search_sel option {
		color: #000000;
	}

	.logo {
		width: 2.5rem;
		height: 0.55rem;
		background: url(../img/logoon.png) no-repeat center;
		background-size: 100%;
	}
	
	header.on .left_r a {
		color: #ffffff;
	}
	header.on .left_t a {
		color: #a6c8e4;
	}

	.lr_box {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -3.75rem;
		width: 7.5rem;
		height: auto;
		min-height: 100%;
		padding-bottom: 3rem;
		box-sizing: border-box;
		background: url(../img/lr_bg.jpg) no-repeat fixed top center;
		background-size: auto 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.register_box,
	.login_box {
		padding-top: 2.05rem;
	}

	.f42 {
		font-size: 0.6rem;
	}

	.register_box .msg,
	.login_box .msg {
		margin-top: 0.4rem;
		padding: 0 0.25rem;
		font-size: 0.28rem;
		line-height: 0.5rem;
	}

	.register_box form,
	.login_box form {
		margin-top: 0.8rem;
		padding: 0 0.3rem;
	}

	.lr_line {
		margin-bottom: 0.3rem;
	}

	.lr_line input {
		width: 100%;
		height: 0.9rem;
		border-radius: 0.9rem;
		padding: 0 0.3rem;
		font-size: 0.3rem;
	}

	.lr_clickline {
		margin: auto;
		width: 6.9rem;
	}

	.lr_label {
		padding-left: 0;
	}

	.lr_label input {
		margin-right: 0.1rem;
		margin-top: 0;
		width: 0.32rem;
		height: 0.32rem;
		vertical-align: middle;
	}

	.lr_label span {
		display: inline-block;
		max-width: 6.3rem;
		font-size: 0.26rem;
		line-height: 0.32rem;
	}

	.lr_click {
		font-size: 0.26rem;
		line-height: 0.32rem;
	}

	.lr_submit {
		margin-top: 0.4rem;
		width: 3rem;
		height: 0.88rem;
		border-radius: 0.88rem;
		font-size: 0.3rem;
	}

	.lr_footer:before {
		height: 3.21rem;
		background: url(../img/lr_under.png) no-repeat bottom center;
		background-size: 19.2rem;
	}

	.lr_footer .in {
		height: auto;
		line-height: 0.36rem;
		padding: 0.28rem 0 0.2rem;
	}

	.lr_footer span,
	.lr_footer a {
		font-size: 0.24rem;
	}

	.personal_box {
		padding-top: 2rem;
	}

	.personal_box .title {
		padding-bottom: 0.35rem;
		font-size: 0.54rem;
	}

	.personal_box .title:before {
		margin-left: -0.6rem;
		width: 1.2rem;
	}

	.personal_in {
		margin: 0.8rem auto 6rem;
		width: 7rem;
	}

	.personal_line {
		margin-bottom: 0.3rem;
		height: 1.5rem;
		line-height: 1.5rem;
		box-shadow: 0 0 0.3rem rgba(50, 109, 170, 0.1);
	}

	.personal_line img {
		margin: 0 0.05rem;
		width: 0.92rem;
	}

	.personal_line .middle {
		line-height: 0.5rem;
	}

	.personal_line .middle .t {
		font-size: 0.32rem;
	}

	.personal_line .middle .c {
		font-size: 0.26rem;
	}

	.personal_line .right {
		padding-right: 0.25rem;
	}

	.personal_line .right span {
		font-size: 0.3rem;
	}

	.tc_box {
		margin-left: -3.3rem;
		width: 6.6rem;
		padding-top: 0.9rem;
	}

	.tc_close {
		position: absolute;
		top: 0.2rem;
		right: 0.2rem;
		width: 0.56rem;
	}

	.tc_box .t {
		font-size: 0.54rem;
		padding-bottom: 0.25rem;
	}

	.tc_box .t:before {
		margin-left: -0.6rem;
		width: 1.2rem;
	}

	.tc_box .msg {
		margin: 0.3rem auto 0;
		width: 6rem;
		font-size: 0.28rem;
		line-height: 0.44rem;
	}

	.tc_box form {
		margin-top: 0.6rem;
		max-height: 4.8rem;
		padding: 0 0.3rem;
		overflow: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.tc_box .tcf_line {
		padding-bottom: 0.25rem;
	}

	.tc_box .tcf_line input,
	.tcf_line input {
		width: 100%;
		height: 0.9rem;
		border-radius: 0.9rem;
		padding: 0 0.3rem;
		font-size: 0.28rem;
	}

	.tc_box .pv55 {
		padding: 0.3rem 0;
	}

	.tc_box .tcf_line textarea,
	.tcf_line textarea {
		width: 100%;
		height: 1.6rem;
		border-radius: 0.3rem;
		padding: 0.1rem 0.2rem;
		font-size: 0.28rem;
	}

	.tc_submit {
		margin-top: 0.3rem;
		width: 2.8rem;
		height: 0.88rem;
		border-radius: 0.88rem;
		font-size: 0.3rem;
	}

	.tc_submit.second {
		margin-left: 0.3rem;
	}

	.common_banner {
		margin-bottom: 1.3rem;
	}

	.common_banner .img img {
		margin-left: -9.6rem;
		width: 19.2rem;
	}

	.common_banner:before {
		bottom: -0.45rem;
		height: 1.62rem;
		background: url(../img/banner_under.png) no-repeat top center;
		background-size: 7.5rem;
	}

	.common_banner .content {
		padding-top: 0.5rem;
	}

	.common_banner .title {
		padding-bottom: 0.6rem;
		background: url(../img/cbtitle_icon.png) no-repeat bottom center;
		background-size: 0.3rem;
		font-size: 0.69rem;
	}

	.common_banner .title:before {
		bottom: 0.15rem;
		margin-left: -1.6rem;
		width: 1.2rem;
	}

	.common_banner .title:after {
		bottom: 0.15rem;
		margin-right: -1.6rem;
		width: 1.2rem;
	}

	.bread_line {
		margin-top: 0.45rem;
		text-align: center;
		background:#0d84c6;
		min-height:30px;
		padding-top:10px;
	}

	.bread_line a {
		margin-bottom: 8px;
		font-size: 14px;
		margin-bottom: 8px;
	}

	.main {
		width: 7.5rem;
		overflow: hidden;
		
	}

	.prolist_left {
		float: none;
		width: 7.5rem;
	}

	.prolist_left .top {
		height: 0.9rem;
		padding: 0 0.3rem;
		font-size: 0.36rem;
		line-height: 0.9rem;
	}

	.prolist_left ul {
		white-space: nowrap;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.prolist_left li {
		display: inline-block;
		vertical-align: top;
	}

	.prolist_left a {
		padding: 0 0.3rem;
		border: 0;
		border-bottom: 1px solid #eeeeee;
		background: transparent;
		line-height: 0.9rem;
	}

	.prolist_left a:hover {
		background: transparent;
	}

	.prolist_left a span {
		font-size: 0.28rem;
		line-height: 0.9rem;
	}

	.prolist_right {
		float: none;
		margin: 0.3rem auto 0;
		width: 7.2rem;
	}

	.prolist_type {
		border-bottom: 1px solid #f6f6f6;
	}

	.prolist_type .top {
		height: 1rem;
		padding: 0 0.25rem;
		background: url(../img/prolist_open.png) no-repeat right 0.25rem center;
		background-size: 0.36rem;
		font-size: 0.36rem;
		line-height: 1rem;
	}

	.prolist_type.on .top {
		background: url(../img/prolist_close.png) no-repeat right 0.25rem center;
		background-size: 0.36rem;
	}

	.prolist_type .msg {
		padding: 0.25rem;
		font-size: 0.26rem;
		line-height: 0.42rem;
	}

	.prolist_type .list_in a {
		margin-bottom: 0.2rem;
		height: 0.9rem;
		padding: 0 0 0 0.25rem;
		line-height: 0.9rem;
	}

	.prolist_type .list_in a span {
		max-width: 6rem;
		font-size: 0.3rem;
	}

	.prolist_type .list_in a.new:after {
		margin-left: 0.15rem;
		width: 0.6rem;
		height: 0.46rem;
		background: url(../img/new_icon.png) no-repeat center;
		background-size: 100%;
		font-size: 0.24rem;
		line-height: 0.4rem;
	}

	footer {
		margin-top: 0.8rem;
	}

	footer .top {
		height: 0.81rem;
		background: url(../img/footer_before.png) no-repeat top center;
		background-size: 100%;
	}

	.fc_top {
		margin-top: -0.2rem;
		text-align: center;
	}

	.fc_top a img {
		width: 2rem;
	}

	.footer_fnavline {
		margin-top: 0.45rem;
		text-align: center;
	}

	.footer_fnavline li {
		margin-bottom: 0.28rem;
		height: 0.28rem;
		padding: 0 0.4rem;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		line-height: 0.28rem;
	}

	.footer_fnavline a {
		font-size: 0.28rem;
	}

	.footer_snavline {
		margin-top: 0.25rem;
	}

	.footer_snavline li {
		margin-bottom: 0.28rem;
	}

	.footer_snavline li:after {
		content: "/";
		padding: 0 0.25rem;
		font-size: 0.24rem;
	}

	.footer_snavline a {
		font-size: 0.28rem;
	}

	.footer_tips {
		margin-top: 0.4rem;
		font-size: 0.5rem;
	}

	.footer_data {
		margin: 0.6rem auto;
		width: 100%;
	}

	.footer_data .qrcode {
		margin: auto;
		display: block;
		width: 2.44rem;
		height: 2.44rem;
	}

	.footer_data .right {
		margin: 0;
		display: block;
		width: 7.5rem;
		padding: 0.4rem 0 0 0.3rem;
	}

	.footer_dataline {
		margin-bottom: 0.3rem;
	}

	.footer_dataline img {
		margin-right: 0.25rem;
		width: 0.9rem;
	}

	.footer_dataline span {
		width: 5.7rem;
		font-size: 0.28rem;
		line-height: 0.42rem;
	}

	.footer_shareline a {
		margin: 0 0.1rem !important;
		padding-left: 0.8rem !important;
		height: 0.8rem !important;
	}

	.footer_shareline .bshare-weixin {
		background: url(../img/share_icon1.png) no-repeat center !important;
		background-size: 100%;
	}

	.footer_shareline .bshare-sinaminiblog {
		background: url(../img/share_icon2.png) no-repeat center !important;
		background-size: 100%;
	}

	.footer_shareline .bshare-facebook {
		background: url(../img/share_icon3.png) no-repeat center !important;
		background-size: 100%;
	}

	.footer_shareline .bshare-twitter {
		background: url(../img/share_icon4.png) no-repeat center !important;
		background-size: 100%;
	}

	.footer_shareline .bshare-linkedin {
		background: url(../img/share_icon5.png) no-repeat center !important;
		background-size: 100%;
	}

	footer .bottom {
		margin-top: 0.8rem;
		height: auto;
		padding: 0.28rem 0 0.24rem;
		line-height: 0.4rem;
	}

	footer .bottom span,
	footer .bottom a {
		font-size: 0.24rem;
	}

	.prodet_img {
		margin: auto;
		display: block;
		width: 6.9rem;
		height: 6.9rem;
		line-height: 6.9rem;
	}

	.prodet_right {
		margin: auto;
		display: block;
		width: 6.9rem;
		min-height: auto;
		padding-top: 0.3rem;
		padding-bottom: 0.6rem;
	}

	.prodet_right .f26 {
		font-size: 0.4rem !important;
	}

	.pdr_msg {
		margin-top: 0.4rem;
		font-size: 0.28rem;
		line-height: 0.5rem;
	}

	.pdr_msg p {
		display: inline-block;
		padding-right: 0.5rem;
		vertical-align: top;
	}

	.pdr_msg .title {
		width: 1rem;
	}

	.prodet_right .btn {
		margin-top: 0;
		position: fixed;
		bottom: 0;
		left: 50%;
		margin-left: -3.75rem;
		display: block;
		width: 7.5rem;
		height: 0.9rem;
		border-radius: 0.2rem 0.2rem 0 0;
		font-size: 0.32rem;
		line-height: 0.9rem;
		z-index: 30;
	}

	.prodet_container {
		margin-top: 0.6rem;
	}

	.prodet_navline {
		white-space: nowrap;
		overflow: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.prodet_nav {
		width: auto;
		height: 0.9rem;
		padding: 0 0.2rem;
		line-height: 0.9rem;
	}

	.prodet_nav span {
		padding: 0 0.2rem;
		font-size: 0.3rem;
		line-height: 0.9rem;
	}

	.prodet_type {
		padding: 0 0.25rem;
	}

	.prodet_content .f20.t,
	.prodet_content .t {
		font-size: 0.36rem !important;
	}

	.prodet_content .t {
		padding: 0 0 0.3rem;
	}

	.prodet_content .artical_section {
		font-size: 0.26rem;
		line-height: 0.42rem;
	}

	.prodet_content .msg {
		margin-bottom: 0.35rem;
		font-size: 0.28rem;
		line-height: 0.5rem;
	}

	.data_table td {
		height: 0.9rem;
		padding: 0 0.2rem;
		font-size: 0.28rem;
	}

	.data_table td:first-child {
		width: 2.4rem;
		background: #f6f6f6;
	}

	.pro_searchline {
		white-space: normal;
	}

	.pro_searchline span {
		margin-right: 0.2rem;
		margin-bottom: 0.3rem;
		display: inline-block;
		width: 1.2rem;
		font-size: 0.28rem;
		line-height: 0.8rem;
	}

	.pro_searchline .input {
		margin-bottom: 0.3rem;
		margin-right: 0;
		width: 5.2rem;
		height: 0.8rem;
		border-radius: 0.8rem;
		padding: 0 0.25rem;
		font-size: 0.28rem;
	}

	.pro_searchline .submit {
		margin: 0 0 0 1.4rem;
		display: block;
		width: 2.8rem;
		height: 0.8rem;
		border-radius: 0.8rem;
		font-size: 0.28rem;
	}

	.download_section .type {
		position: relative;
		display: block;
		height: 0.9rem;
		line-height: 0.9rem;
		padding: 0 0.25rem;
	}

	.download_section .type img {
		width: 0.8rem;
	}

	.download_section .type span {
		max-width: 4.8rem;
		font-size: 0.28rem;
	}

	.download_section .type:before {
		right: 0.3rem;
		width: 0.24rem;
		background: url(../img/download_icon.png) no-repeat center;
		background-size: 100%;
	}

	.download_section .type:hover:before {
		right: 0.4rem;
	}

	.related_pro {
		padding: 0.35rem 0;
	}

	.related_pro .img {
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
	}

	.related_pro .right {
		margin-left: 0.3rem;
		width: 4.3rem;
		padding-top: 0.1rem;
	}

	.related_pro .title {
		font-size: 0.3rem;
	}

	.related_pro .pv20 {
		padding: 0.2rem 0;
	}

	.related_pro .typeline {
		font-size: 0.28rem;
		line-height: 0.48rem;
	}

	.related_pro .typeline:first-of-type {
		margin-right: 0.3rem;
	}

	.related_pro .msg {
		height: 0.8rem;
		font-size: 0.26rem;
		line-height: 0.4rem;
	}

	.related_pro .more {
		margin-top: 0.2rem;
		font-size: 0.3rem;
	}

	.tcsc_tips {
		margin-top: 0.2rem;
		font-size: 0.26rem;
		line-height: 0.38rem;
	}

	.tc_box .tcf_line input.mr30,
	.tcf_line input.mr30 {
		margin-bottom: 0.25rem;
	}

	.services_navline {
		margin: 0.3rem 0 0;
		width: 7.5rem;
		padding: 0 0.25rem;
		box-sizing: border-box;
		white-space: nowrap;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.services_box {
		padding: 0 0.25rem;
	}

	.service_nav {
		width: 3.6rem;
		height: 2.3rem;
	}

	.service_nav .icon {
		margin: 0.3rem auto 0.2rem;
		width: 0.6rem;
		height: 0.6rem;
	}

	.service_nav .title {
		font-size: 0.28rem;
		line-height: 0.46rem;
	}

	.services_top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0.8rem 0 0.4rem;
	}

	.services_top .t {
		max-width: 4.5rem;
		font-size: 0.36rem;
		line-height: 0.5rem;
	}

	.services_top a {
		float: none;
		width: 2.4rem;
		height: 0.8rem;
		border-radius: 0.8rem;
		font-size: 0.3rem;
		line-height: 0.8rem;
	}

	.services_type {
		margin-bottom: 0.2rem;
	}

	.services_type .top {
		height: auto;
		padding: 0.2rem 0.25rem;
		line-height: normal;
		background: #f6f6f6 url(../img/services_open.png) no-repeat right 0.25rem center;
		background-size: 0.3rem;
		cursor: pointer;
	}

	.services_type.on .top {
		background: #f6f6f6 url(../img/services_close.png) no-repeat right 0.25rem center;
		background-size: 0.3rem;
	}

	.services_type .top .t {
		display: inline-block;
		max-width: 6rem;
		font-size: 0.3rem;
		line-height: 0.45rem;
	}

	.services_type .content .in {
		padding: 0.25rem;
	}

	.services_type .content .left {
		float: none;
		width: auto;
		font-size: 0.26rem;
		line-height: 0.42rem;
	}

	.services_type .content .right {
		float: none;
		margin-top: 0.3rem;
		width: auto;
	}

	.serdet_top,
	.common_top {
		padding-bottom: 0.35rem;
		font-size: 0.6rem;
	}

	.common_top.pt75 {
		padding-top: 1rem;
	}

	.serdet_top:before,
	.common_top:before {
		margin-left: -0.6rem;
		width: 1.2rem;
	}

	.f18.col7e7.lh32.tc.wow.fadeInUpSmall {
		padding: 0 0.25rem;
		font-size: 0.28rem !important;
		line-height: 0.54rem;
	}

	.quasys_navline,
	.scitec_navline,
	.aboutus_navline {
		margin-top: 0.6rem;
		padding: 0.25rem;
		white-space: nowrap;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.quasys_nav,
	.scitec_nav,
	.aboutus_nav {
		width: 3.5rem;
		height: 2rem;
	}

	.quasys_nav .icon,
	.scitec_nav .icon,
	.aboutus_nav .icon {
		position: relative;
		margin: 0.3rem auto 0.15rem;
		width: 0.6rem;
		height: 0.6rem;
	}

	.quasys_nav .title,
	.scitec_nav .title,
	.aboutus_nav .title {
		font-size: 0.3rem;
		line-height: 0.54rem;
	}

	.quasys_title {
		margin-top: 0.8rem;
		padding-bottom: 0.35rem;
		font-size: 0.6rem;
	}

	.quasys_title:before {
		margin-left: -0.6rem;
		width: 1.2rem;
	}

	.medman_box {
		margin-top: 0.48rem;
	}

	.medman_box .left {
		float: none;
		padding-top: 0.4rem;
	}

	.medman_box .left .type {
		margin-bottom: 0.4rem;
		padding: 0 0.25rem;
	}

	.medman_box .left .type img {
		width: 1.3rem;
	}

	.medman_box .left .type .r {
		max-width: 5.5rem;
		line-height: 0.55rem;
	}

	.medman_box .left .type .r .f20 {
		font-size: 0.33rem !important;
	}

	.medman_box .left .type .r .f16 {
		font-size: 0.26rem !important;
	}

	.medman_box .fr {
		float: none;
		padding: 0.25rem 0.9rem;
	}

	.medman_img {
		width: 100%;
	}

	.quasys_container {
		margin-top: 1rem;
		padding-bottom: 1.15rem;
	}

	.quasys_type {
		position: relative;
		margin: -0.32rem 0 0;
		display: block;
		width: auto;
		min-height: 2.27rem;
		padding: 0 0.25rem;
		z-index: 3;
	}

	.quasys_type .top {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		height: auto;
		min-height: 1.62rem;
		width: 2.04rem;
		padding: 0.33rem 0 0.32rem;
		background: #f2f2f3;
		background-clip: content-box;
		line-height: normal;
		vertical-align: top;
	}

	.quasys_type .top:before {
		content: "";
		position: absolute;
		top: 1px;
		left: 0;
		width: 100%;
		height: 0.33rem;
		background: url(../img/quasys_jtf.png) no-repeat;
		background-size: 100%;
	}

	.quasys_type .top:after {
		content: "";
		position: absolute;
		bottom: 1px;
		left: 0;
		width: 100%;
		height: 0.32rem;
		background: url(../img/quasys_jth.png) no-repeat;
		background-size: 100%;
	}

	.quasys_type .top img {
		margin: 0.35rem 0 0.1rem;
		width: 0.6rem;
	}

	.quasys_type .top span {
		display: block;
		margin-left: 0;
		font-size: 0.28rem;
		text-align: center;
	}

	.quasys_type .content {
		margin-left: 2.24rem;
		display: inline-block;
		width: 4.8rem;
		padding: 0.2rem 0 0;
		vertical-align: top;
	}

	.quasys_type .type {
		margin-bottom: 0.2rem;
		display: block;
		width: 100%;
		line-height: 0.44rem;
		vertical-align: top;
	}

	.quasys_type .type .t {
		font-size: 0.28rem;
	}

	.quasys_type .type .r {
		max-width: 1.7rem;
	}

	.quasys_type .type .r a {
		font-size: 0.26rem;
	}

	body.cn .quasys_type .type {
		display: inline-block;
		width: 50%;
	}

	.pdca_box {
		padding-bottom: 0.8rem;
	}

	.pdca_top .t {
		padding-top: 0.8rem;
		font-size: 0.36rem;
	}

	.pdca_top .f16.mt20 {
		margin-top: 0.2rem;
		font-size: 0.26rem !important;
	}

	.pdca_content {
		margin-top: 0.6rem;
		padding: 0 0.25rem;
		overflow: hidden;
	}

	.pdca_content .img {
		width: 6.9rem;
	}

	.pdca_data {
		margin-top: 0.5rem;
		position: relative;
		top: 0;
	}

	.pdca_type {
		margin-bottom: 0.25rem;
		width: 3.2rem;
		height: auto;
		line-height: normal;
	}

	.pdca_type:nth-of-type(2n - 1) {
		float: left;
		margin-right: 0;
		padding-right: 0;
		background: transparent;
	}

	.pdca_type:nth-of-type(2n) {
		float: right;
		margin-left: 0;
		padding-left: 0;
		background: transparent;
	}

	.pdca_type .in {
		padding: 0.15rem 0.3rem;
		border: 1px solid #eeeeee;
		font-size: 0.26rem;
		line-height: 0.4rem;
	}

	.quasys_inforline {
		padding: 1rem 0 0.3rem;
	}

	.quasys_inforline .type {
		margin-bottom: 0.5rem;
		position: relative;
		display: block;
		width: auto;
		padding: 0 0.3rem 0 2.6rem;
	}

	.quasys_inforline .type img {
		position: absolute;
		top: 0;
		left: 0.3rem;
		width: 2rem;
	}

	.quasys_inforline .t {
		margin-top: 0.2rem;
		font-size: 0.32rem;
		line-height: 0.6rem;
		text-align: left;
	}

	.quasys_inforline .msg {
		margin-top: 0.15rem;
		font-size: 0.26rem;
		line-height: 0.4rem;
		text-align: left;
	}

	.wwww_msg {
		margin: 0.45rem auto 0;
		width: 6.9rem;
		font-size: 0.26rem;
		line-height: 0.4rem;
	}

	.wwww_img {
		margin-top: 0.4rem;
		margin-bottom: 0.6rem;
		padding: 0 0.25rem;
	}

	.ourstr_box {
		margin-top: 0.8rem;
		font-size: 0;
		padding: 0 0.25rem;
	}

	.ourstr_type {
		margin-right: 0;
		margin-bottom: 0.6rem;
		display: block;
		width: auto;
		vertical-align: top;
	}

	.ourstr_type .t {
		font-size: 0.36rem;
	}

	.ourstr_type .msg {
		margin-top: 0.2rem;
		font-size: 0.28rem;
		line-height: 0.4rem;
	}

	.ourbrand_box {
		padding: 0.9rem 0 1rem;
	}

	.ourbrand_in {
		font-size: 0;
		margin-top: 0.5rem;
	}

	.ourbrand_type {
		margin: 0 0.3rem;
		margin-bottom: 0.45rem;
		width: 2rem;
		height: 2rem;
		border-radius: 50%;
		background: #ffffff;
		box-shadow: 0 0 0.3rem rgba(50, 109, 170, 0.1);
	}

	.ourbrand_type:nth-of-type(2) {
		margin: 0 0 0.45rem;
	}

	.ourbrand_type .bg {
		display: none;
	}

	.ourbrand_type .pr {
		line-height: 2.7rem;
	}

	.ourbrand_type img {
		margin-top: 0.45rem;
		width: 1rem;
	}

	.ourbrand_type .t {
		margin-top: 0.8rem;
		font-size: 0.3rem;
	}

	.common_top.left {
		margin-left: 0.25rem;
		padding-top: 0.8rem;
		text-align: left;
	}

	.ourcom_title {
		padding: 0.45rem 0.25rem 0;
		font-size: 0.36rem;
	}

	.ourcom_msg {
		margin-top: 0.3rem;
		padding: 0 0.25rem 0.6rem;
		font-size: 0.28rem;
		line-height: 0.46rem;
	}

	.photo_box {
		margin-top: 0.8rem;
		padding: 0 0.3rem;
	}

	.photo_box .left {
		float: none;
		display: inline-block;
		width: 3.4rem;
		vertical-align: top;
	}

	.photo_box .left .img {
		margin-bottom: 0.05rem;
		height: auto;
		line-height: normal;
	}

	.photo_box .right {
		margin-left: 0.1rem;
		margin-bottom: 0.1rem;
		float: none;
		display: inline-block;
		width: 3.4rem;
		height: auto;
		line-height: normal;
		vertical-align: top;
	}

	.photo_box .bottom .img {
		margin: 0 0.1rem 0.1rem 0;
		width: 3.4rem;
		height: 2.27rem;
		line-height: 2.27rem;
	}

	.photo_box .bottom .img:nth-of-type(2n) {
		margin-right: 0;
	}

	.rdcenter_msg {
		margin-top: 0.6rem;
		padding: 0 0.25rem;
		font-size: 0.28rem;
		line-height: 0.54rem;
	}

	.compro_box {
		margin-top: 0.25rem;
	}

	.compro_box .left {
		float: none;
		margin: auto;
		width: 6.9rem;
		height: auto;
		border-radius: 0.2rem;
		line-height: normal;
	}

	.compro_box .fr {
		float: none;
		margin: 0.3rem auto 0;
		width: 6.9rem;
		white-space: nowrap;
	}

	.compro_box .type {
		margin-right: 0.1rem;
		margin-bottom: 0;
		display: inline-block;
		width: 3.4rem;
		height: 2rem;
		border-radius: 0.4rem;
		background-size: 100% 100% !important;
		padding-left: 0.2rem;
		box-sizing: border-box;
		line-height: 2rem;
		overflow: hidden;
	}

	.compro_box .type .icon {
		width: 0.69rem;
	}

	.compro_box .type .right {
		margin-left: 0.25rem;
		font-size: 0.28rem;
		line-height: 0.5rem;
	}

	.compro_box .type .right .t {
		font-size: 0.42rem;
	}

	.about_map {
		padding: 0.8rem 0.25rem 0.2rem;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.about_map img {
		max-width: 100%;
	}

	.enthor_box {
		padding-bottom: 1rem;
	}

	.enthorbox {
		margin-left: 0 !important;
		width: 7.5rem;
	}

	.enthor_left,
	.enthor_right,
	.enthor_prev,
	.enthor_next {
		display: none;
	}

	.enthor_type {
		margin: 0.6rem auto 1rem;
		width: 6.9rem;
		height: 4.88rem;
		padding: 0.18rem;
		line-height: calc(4.52rem - 2px);
		box-shadow: 0 0 0.3rem rgba(50, 109, 170, 0.1);
	}

	.newsmoreline .swiper-pagination-bullet,
	.enthorbox .swiper-pagination-bullet,
	.leadershipbox .swiper-pagination-bullet {
		margin: 0 5px !important;
		width: 9px;
		height: 9px;
	}

	.leadership_box {
		margin: 0.6rem 0 0;
		width: 7.5rem;
		padding-bottom: 0.8rem;
	}

	.leadershipbox {
		padding-bottom: 0.8rem;
	}

	.leadership_type {
		margin: 0 0.3rem 0.3rem 0;
		width: 3.37rem;
		height: 4.75rem;
		box-shadow: 0 0 0.3rem rgba(50, 109, 170, 0.1);
	}

	.leadership_type:nth-of-type(2n) {
		margin-right: 0;
	}

	.leadership_type .img {
		height: 3.37rem;
		line-height: 3.37rem;
	}

	.leadership_type .ls_logo {
		top: 3rem;
		right: 0.15rem;
		width: 0.6rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}

	.leadership_type .name {
		padding: 0.25rem 0.25rem 0;
		font-size: 0.36rem;
	}

	.leadership_type .title {
		padding: 0.1rem 0.25rem 0;
		font-size: 0.28rem;
	}

	.ls_left {
		margin: auto;
		display: block;
		width: 3.37rem;
		height: 3.37rem;
		line-height: 3.37rem;
		box-shadow: 0 0 0.3rem rgba(50, 109, 170, 0.1);
	}

	.ls_detail {
		padding: 0.9rem 0.25rem 0.6rem;
	}

	.ls_right {
		margin-left: 0;
		width: 100%;
		padding-top: 0.25rem;
	}

	#ls_name {
		font-size: 0.36rem;
		text-align: center;
	}

	#ls_title {
		margin-top: 0.2rem;
		font-size: 0.28rem;
		text-align: center;
	}

	#ls_information {
		margin-top: 0.2rem;
		max-height: 3.6rem;
		font-size: 0.28rem;
		line-height: 0.48rem;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	#ls_logo {
		position: absolute;
		top: 3.5rem;
		right: 0.6rem;
		margin-top: 0;
		width: 0.8rem;
		height: 0.8rem;
		line-height: 0.8rem;
	}

	.milestone_box {
		margin-top: 0.6rem;
	}

	.milestone_type {
		padding: 0.4rem 0.25rem 0.4rem;
	}

	.milestone_type .img {
		width: 100%;
		height: 4.87rem;
		line-height: 4.87rem;
	}

	.milestone_type .right {
		margin: 0.3rem 0 0;
		width: 6.9rem;
	}

	.milestone_type .t {
		font-size: 0.38rem;
	}

	.milestone_type .msg {
		margin-top: 0.3rem;
		font-size: 0.28rem;
		line-height: 0.48rem;
	}

	.contactus_box {
		margin-top: 0.9rem;
		padding-bottom: 1.2rem;
		white-space: normal;
	}

	.contactus_box .left {
		margin: auto;
		display: block;
		width: 6.9rem;
	}

	.contactus_box .title {
		padding-bottom: 0.3rem;
		font-size: 0.36rem;
		line-height: 0.54rem;
	}

	.contactus_box .line {
		font-size: 0.3rem;
		line-height: 0.54rem;
	}

	.contactus_box .line .t {
		width: 1.2rem;
	}

	.contactus_box .right {
		margin: 0.3rem auto 0;
		display: block;
		width: 6.9rem;
		height: 5rem;
	}

	.contactus_box .right #map {
		font-size: 0.26rem;
	}

	.contactus_msg {
		margin: 0.4rem auto 0;
		width: 6.9rem;
		font-size: 0.28rem;
		line-height: 0.48rem;
	}

	.contactus_form {
		margin-top: 0.6rem;
		padding: 0 0.25rem;
	}

	.contactus_form .tc_submit {
		width: 3.2rem;
	}

	.ordinf_container {
		margin: auto;
		width: 6.9rem;
		padding: 0.45rem 0 0.8rem;
	}

	.ordinf_type {
		display: flex;
		align-items: center;
		margin: 0 0 0.3rem;
		width: 100%;
		height: auto;
		min-height: 3.6rem;
		border-radius: 0.3rem;
		padding: 0.3rem 0 0.3rem 0.36rem;
		line-height: normal;
		box-shadow: 0 0 0.3rem rgba(50, 109, 170, 0.1);
	}

	.ordinf_type .icon {
		width: 1rem;
		margin-right: 0.3rem;
	}

	.ordinf_type .right {
		width: 5rem;
	}

	.ordinf_type .t {
		font-size: 0.36rem;
	}

	.ordinf_type .msg {
		margin-top: 0.2rem;
		font-size: 0.28rem;
		line-height: 0.45rem;
	}

	.ordinf_msg {
		padding: 0.4rem 0.25rem 0;
		font-size: 0.28rem;
		line-height: 0.5rem;
	}

	.ordinf_table {
		margin-top: 0.8rem;
		padding: 0 0.25rem;
	}

	.ordinf_table td {
		height: 1rem;
		padding: 0.15rem 0.1rem;
		font-size: 0.28rem;
		word-break: break-word;
		word-wrap: break-word;
	}

	.ordinf_table .first td {
		font-size: 0.3rem;
	}

	.ordinf_table .first td:first-child {
		border-radius: 0.2rem 0 0 0;
	}

	.ordinf_table .first td:last-child {
		border-radius: 0 0.2rem 0 0;
	}

	.ordinf_table td:first-child,
	.ordinf_table td:nth-child(2),
	.ordinf_table td:nth-child(3) {
		width: 2.3rem;
	}

	.ordinf_table .check {
		width: 0.36rem;
		height: 0.36rem;
	}

	.ordinf_table .img {
		margin-left: 0.2rem;
		width: 1rem;
		height: 1rem;
	}

	.ordinf_table .name {
		margin: 0.2rem 0 0 0.56rem;
		display: inline-block;
		font-size: 0.28rem;
	}

	.ordinf_bottom {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 0.6rem;
		line-height: 0.8rem;
		padding: 0 0.25rem;
	}

	.ordinf_bottom label {
		margin-right: 0;
		width: 2rem;
	}

	.ordinf_bottom label input {
		margin-top: -0.05rem;
		width: 0.36rem;
		height: 0.36rem;
	}

	.ordinf_bottom label span {
		margin-left: 0.15rem;
		font-size: 0.26rem;
	}

	.add_btn {
		width: 3rem;
		height: 0.8rem;
		border-radius: 0.8rem;
		font-size: 0.28rem;
	}

	.news_form {
		padding: 0.4rem 0 0 0.25rem;
		white-space: normal;
	}

	.news_form .select,
	.news_form .date,
	.news_form .search,
	.latlit_top select {
		margin-right: 0.2rem;
		width: 3.4rem;
		height: 0.8rem;
		border-radius: 0.8rem;
		padding: 0 0.2rem;
		background: #ffffff url(../img/news_arrow.png) no-repeat right center;
		background-size: 0.8rem;
		font-size: 0.28rem;
		box-shadow: 0 0 0.3rem rgba(50, 109, 170, 0.1);
	}

	.news_form .search {
		margin-top: 0.2rem;
		width: 6.9rem;
		padding: 0 2.1rem 0 0.8rem;
		background: #ffffff url(../img/news_search.png) no-repeat left center;
		background-size: 0.8rem;
	}

	.news_form .submit {
		margin: 0.2rem 0 0 -2.1rem;
		width: 2rem;
		height: 0.8rem;
		border-radius: 0.8rem;
		font-size: 0.28rem;
	}

	.news_container {
		margin-top: 0.8rem;
		padding: 0 0.25rem;
	}

	.news_type {
		margin: 0 0 0.3rem;
		width: 100%;
		height: 4.5rem;
		padding: 0.4rem 0.4rem 0;
		box-shadow: 0 0 0.3rem rgba(50, 109, 170, 0.1);
	}

	.news_type .class {
		padding-left: 0.48rem;
		background: url(../img/news_icon.png) no-repeat left center;
		background-size: 0.32rem;
		font-size: 0.28rem;
	}

	.news_type .date {
		font-size: 0.28rem;
	}

	.news_type .t {
		margin-top: 0.2rem;
		max-height: 1.2rem;
		font-size: 0.36rem;
		line-height: 0.6rem;
	}

	.news_type .msg {
		margin-top: 0.1rem;
		max-height: 1rem;
		font-size: 0.28rem;
		line-height: 0.5rem;
	}

	.news_type .btn {
		margin-top: 0.15rem;
		border-radius: 0.6rem;
		height: 0.6rem;
		font-size: 0.28rem;
		line-height: 0.6rem;
	}

	.pagination {
		margin-top: 0.3rem;
	}

	.pagination li {
		margin: 0 0.05rem;
	}

	.pagination li a,
	.pagination li span {
		min-width: 0.6rem;
		height: 0.6rem;
		border-radius: 0.6rem;
		font-size: 0.26rem;
		line-height: 0.66rem;
	}

	.pagination li:first-child a,
	.pagination li:first-child span,
	.pagination li:last-child a,
	.pagination li:last-child span {
		padding: 0 0.25rem;
	}

	.pagination li:first-child {
		margin-right: 0.2rem;
	}

	.pagination li:last-child {
		margin-left: 0.2rem;
	}

	.newsdet_box {
		padding: 0 0.25rem;
	}

	.newsdet_box .class {
		padding-left: 0.48rem;
		background: url(../img/news_icon.png) no-repeat left center;
		background-size: 0.32rem;
		font-size: 0.28rem;
	}

	.newsdet_box .date {
		margin-top: 0.3rem;
		padding-left: 0.48rem;
		background: url(../img/newsdet_icon.png) no-repeat left center;
		background-size: 0.3rem;
		font-size: 0.28rem;
	}

	.newsdet_box .t {
		margin-top: 0.35rem;
		font-size: 0.36rem;
		line-height: 0.54rem;
	}

	.newsdet_box .bshare-custom {
		margin-top: 0.35rem;
	}

	.newsdet_box .top {
		padding-bottom: 0.35rem;
	}

	.newsdet_box .bshare-custom a {
		margin: 0 8px 0 0 !important;
	}

	.newsdet_box .container {
		margin-top: 0.45rem;
		margin-bottom: 1rem;
		padding-bottom: 0.6rem;
		font-size: 0.28rem;
		line-height: 0.5rem;
	}

	.news_moreline {
		margin-top: 0.3rem;
	}

	.newsmoreline .news_type {
		margin: 0.5rem auto 0.7rem;
		display: block;
		width: 6.9rem;
		height: 5.1rem;
	}

	.main&gt;.photo_box {
		margin-top: 0;
	}

	.recruitment_msg {
		padding: 0 0.25rem;
		font-size: 0.28rem;
		line-height: 0.48rem;
	}

	.news_form .select.second {
		width: 3.4rem;
	}

	.recruitment_box {
		margin-top: 0.8rem;
		padding: 0 0.3rem;
		padding-bottom: 0.2rem;
	}

	.recruitment_type {
		margin-bottom: 0.3rem;
		height: auto;
		box-shadow: 0 0 0.3rem rgba(50, 109, 170, 0.1);
	}

	.recruitment_type .left {
		display: block;
		width: auto;
		padding: 0.35rem 0.3rem 0;
	}

	.recruitment_type .name {
		font-size: 0.32rem;
	}

	.recruitment_type .class {
		padding: 0.2rem 0;
		font-size: 0.26rem;
	}

	.recruitment_type .bdr {
		padding: 0 0.15rem;
	}

	.recruitment_type .msg {
		height: 0.84rem;
		font-size: 0.26rem;
		line-height: 0.42rem;
	}

	.recruitment_type .right {
		float: none;
		width: auto;
		height: auto;
		padding: 0 0.3rem 0.4rem;
		border-left: 0;
		overflow: hidden;
	}

	.recruitment_type .date {
		float: left;
		padding-top: 0.4rem;
		font-size: 0.28rem;
	}

	.recruitment_type .btn {
		float: right;
		margin: 0.2rem 0 0;
		width: 2.6rem;
		height: 0.7rem;
		border-radius: 0.7rem;
		font-size: 0.3rem;
		line-height: 0.7rem;
	}

	.recdet_top {
		padding-bottom: 0.8rem;
	}

	.recdet_title {
		font-size: 0.36rem;
		padding: 0 0.25rem;
	}

	.recdet_class {
		padding: 0.3rem 0.25rem;
		font-size: 0.26rem;
		line-height: 0.4rem;
	}

	.recdet_class .bdr {
		padding: 0 0.2rem;
	}

	.recdet_btns .apply {
		margin: 0.15rem auto 0.35rem;
		width: 2.8rem;
		height: 0.8rem;
		border-radius: 0.8rem;
		font-size: 0.3rem;
		line-height: 0.8rem;
	}

	.recdet_btns .back {
		font-size: 0.28rem;
	}

	.recdet_container {
		padding: 0.35rem 0.25rem;
	}

	.recdet_container .title {
		float: none;
		top: 0;
		font-size: 0.36rem;
	}

	.recdet_container .content {
		float: none;
		margin-top: 0.2rem;
		width: auto;
		font-size: 0.26rem;
		line-height: 0.42rem;
	}

	.rdcenter_msg+.photo_box {
		margin-top: 0.45rem;
	}

	.fealit_box {
		margin-top: 0.8rem;
	}

	.fealit_type {
		margin: 0 auto 0.3rem;
		display: block;
		width: 6.9rem;
		height: 4.4rem;
		padding: 0.35rem 0.3rem 0;
		box-shadow: 0 0 0.3rem rgba(50, 109, 170, 0.1);
	}

	.fealit_type:nth-of-type(2n) {
		margin-right: auto;
	}

	.fealit_type .img {
		width: 2.2rem;
		height: 2.2rem;
		line-height: 2.2rem;
	}

	.fealit_type .right {
		margin-left: 0.4rem;
		width: 3.6rem;
		padding-top: 0.1rem;
	}

	.fealit_type .date {
		font-size: 0.28rem;
	}

	.fealit_type .name {
		margin-top: 0.15rem;
		height: 1.08rem;
		font-size: 0.36rem;
		line-height: 0.54rem;
	}

	.fealit_type .class {
		margin-top: 0.25rem;
		font-size: 0.28rem;
	}

	.fealit_type .msg {
		margin-top: 0.25rem;
		height: 1.26rem;
		font-size: 0.26rem;
		line-height: 0.42rem;
	}

	.latlit_top {
		margin-top: 0.6rem;
		padding: 0 0.25rem;
	}

	.latlit_top .t {
		font-size: 0.36rem;
	}

	.latlit_top select {
		margin-top: 0.3rem;
	}

	.latlit_labelline {
		margin-top: 0.45rem;
		width: auto;
	}

	.latlit_labelline label {
		margin-bottom: 0.25rem;
		padding-right: 0.6rem;
	}

	.latlit_labelline label .check {
		width: 0.32rem;
		height: 0.32rem;
		background: url(../img/check_nor.png) no-repeat;
		background-size: 100%;
	}

	.latlit_labelline label input:checked+.check {
		background: url(../img/check_on.png) no-repeat;
		background-size: 100%;
	}

	.latlit_labelline label span {
		margin-left: 0.2rem;
		font-size: 0.28rem;
	}

	.latlit_top .fl {
		float: none;
	}

	.latlit_top .fr {
		margin-top: 0.25rem;
		float: none;
	}

	.latlit_top select {
		width: 100%;
	}

	.latlit_container {
		margin-top: 0.4rem;
		border: 0;
	}

	.latlit_container table {
		margin-bottom: 0.4rem;
		display: block;
		padding: 0 0.25rem;
		box-sizing: border-box;
	}

	.latlit_container tr {
		display: block;
		margin-bottom: 0.3rem;
		padding: 0.25rem 0;
		box-shadow: 0 0 0.3rem rgba(50, 109, 170, 0.1);
	}

	.latlit_container td {
		display: block;
		padding: 0 0.25rem;
		border-bottom: 0;
	}

	.latlit_container td:first-child {
		width: auto;
	}

	.latlit_container .img {
		width: 1.8rem;
		height: 1.8rem;
		line-height: 1.8rem;
		box-shadow: 0 0 0.3rem rgba(50, 109, 170, 0.1);
	}

	.latlit_container .t {
		margin: 0 0 0 0.3rem;
		width: 4.3rem;
		font-size: 0.32rem;
		line-height: 0.4rem;
	}

	.latlit_container td:nth-child(2) {
		width: auto;
		padding-right: 0;
		font-size: 0.28rem;
	}

	.latlit_container .class {
		margin-top: 0.25rem;
		line-height: 0.32rem;
	}

	.latlit_container .date {
		margin-top: 0.15rem;
	}

	.latlit_container .msg {
		margin-top: 0.2rem;
		font-size: 0.26rem;
		line-height: 0.4rem;
	}

	.rdprogress_top {
		margin: 0.6rem auto 0;
		width: 7rem;
		white-space: normal;
	}

	.rdprogress_top .num {
		font-size: 0.42rem;
	}

	.rdpt_first {
		display: inline-block;
		width: 50%;
		height: 1.6rem;
		padding: 0.25rem 0.25rem 0 0.25rem;
		box-sizing: border-box;
		border: 1px solid #e5e5e5;
		border-top: 0;
		border-right: 0;
		transition: all 0.3s;
		vertical-align: top;
	}

	.rdpt_first img {
		width: 0.5rem;
	}

	.rdpt_first .name {
		margin-top: 0.2rem;
		font-size: 0.28rem;
	}

	.rdpt_first.short {
		width: 33%;
	}

	.rdpt_second {
		width: 33.3%;
		height: 1.6rem;
		padding: 0 0.25rem;
		line-height: 1.6rem;
	}

	.rdpt_second .name {
		width: 1rem;
		font-size: 0.28rem;
		line-height: 0.48rem;
	}

	.rdpt_second+div .rdpt_first:nth-of-type(2) {
		padding-right: 0;
	}

	.rdpt_second+div .rdpt_first:nth-of-type(2) .name {
		margin-top: 0.22rem;
		font-size: 0.26rem;
	}

	.rdpt_form {
		display: block;
		width: auto;
		height: 1.8rem;
		padding: 0 0.25rem;
		line-height: 1.8rem;
		white-space: nowrap;
	}

	.rdpt_form input {
		width: 4.4rem;
		height: 0.8rem;
		border-radius: 0.8rem;
		padding: 0 0.25rem;
		font-size: 0.3rem;
		box-shadow: 0 0 0.3rem rgba(50, 109, 170, 0.1);
	}

	.rdpt_form button {
		margin-left: 0.1rem;
		width: 2rem;
		height: 0.8rem;
		border-radius: 0.8rem;
		font-size: 0.3rem;
	}

	.rdprogress_container {
		margin-top: 0.8rem;
		padding-bottom: 0.5rem;
	}

	.rdprogress_type {
		padding: 0.25rem;
		font-size: 0.28rem;
		line-height: 0.42rem;
	}

	.index_banner {
		font-size: 0;
		overflow: hidden;
	}

	.index_banner .indexbanner {
		position: relative;
		left: 50%;
		margin-left: -4.3rem;
		width: 8.6rem;
	}

	.index_banner .swiper-pagination {
		padding: 0 0.6rem;
	}

	.index_banner .swiper-pagination-bullet {
		margin: 0 0.1rem !important;
		width: 0.36rem;
		height: 0.6rem;
		font-size: 0.24rem;
	}

	.index_banner .swiper-pagination-bullet-active {
		font-size: 0.28rem;
	}

	.index_banner .swiper-pagination-bullet-active:before {
		height: 0.24rem;
	}

	.our_products {
		padding: 1rem 0 1rem;
	}

	.our_products .left {
		margin: auto;
		display: block;
		width: 6.9rem;
	}

	.our_products .msg {
		margin-top: 0.3rem;
	}

	.our_products .btn {
		margin-top: 0.5rem;
		height: 0.7rem;
		border-radius: 0.7rem;
		padding: 0 0.35rem;
		font-size: 0.28rem;
		line-height: 0.7rem;
	}

	.our_products .right {
		float: none;
		display: block;
		margin: 0.6rem auto 0;
		width: 7rem;
		text-align: center;
	}

	.ourpro_type {
		margin: 0 auto 0.3rem;
		display: block;
		width: 6.6rem;
		height: 4.2rem;
		box-shadow: 0 0 0.3rem rgba(50, 109, 170, 0.1);
	}

	.ourpro_type .t {
		padding: 0 0 0.6rem;
		background: url(../img/index_typeicon.png) no-repeat bottom center;
		background-size: 0.3rem;
		font-size: 0.32rem;
	}

	.ourpro_type .t:before {
		bottom: 0.15rem;
		margin-right: 0.3rem;
		width: 0.69rem;
	}

	.ourpro_type .t:after {
		bottom: 0.15rem;
		margin-left: 0.3rem;
		width: 0.69rem;
	}

	.ourpro_type:nth-of-type(2n - 1) {
		margin: 0 auto 0.3rem;
	}

	.ourpro_type .tbtn {
		border-color: #0D84C6;
		color: #0D84C6;
		opacity: 1;
	}

	.ourpro_type:hover .tbtn {
		border-color: #ffffff;
		color: #ffffff;
	}

	.ourpro_type .tmsg {
		height: 1.26rem;
		font-size: 0.26rem;
		line-height: 0.42rem;
	}

	.ourpro_type .tbtn {
		margin-top: 0.3rem;
		height: 0.6rem;
		border-radius: 0.6rem;
		padding: 0 0.3rem;
		font-size: 0.26rem;
		line-height: 0.6rem;
	}

	.our_services {
		padding: 0.3rem 0 0.6rem;
	}

	.index_box {
		background: transparent;
	}

	.index_box .common_top {
		font-size: 0.42rem;
		padding-bottom: 0.3rem;
	}

	.our_services .msg {
		margin: 0.4rem auto 0;
		width: 7rem;
		font-size: 0.28rem;
		line-height: 0.42rem;
	}

	.our_services .type .icon {
		padding: 0.75rem 0 0.2rem;
		width: 2rem;
	}

	.our_services .title {
		font-size: 0.3rem;
		line-height: 0.52rem;
	}

	.scroll_tips {
		display: none;
	}

	.our_services .btn,
	.quality_system .btn,
	.our_mission .btn,
	.about_quacell .btn,
	.latest_news .tbtn {
		margin-top: 0.8rem;
		height: 0.6rem;
		border-radius: 0.6rem;
		padding: 0 0.3rem;
		font-size: 0.26rem;
		line-height: 0.6rem;
	}

	.quality_system {
		padding: 1.2rem 0 0.6rem;
		font-size: 0;
		text-align: center;
	}

	.quality_system .left {
		display: block;
		margin: auto;
		width: 7rem;
	}

	.quality_system .msg {
		margin-top: 0.6rem;
		font-size: 0.28rem;
		line-height: 0.48rem;
		text-align: left;
	}

	.quality_system .right {
		display: block;
		margin: 0.8rem auto 0;
		width: 5.7rem;
	}

	.our_mission {
		position: relative;
		padding: 1rem 0 6rem;
	}

	.our_mission .right {
		display: block;
		margin: auto;
		width: 7.5rem;
		text-align: center;
	}

	.our_mission img.left {
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -2.85rem;
		width: 5.7rem;
	}

	.our_mission .title {
		margin-top: 0.5rem;
		font-size: 0.28rem;
		line-height: 0.48rem;
		padding: 0 0.25rem;
		text-align: left;
	}

	.our_mission .msg {
		margin-top: 0.5rem;
		width: auto;
		padding: 0 0.25rem;
		font-size: 0.28rem;
		line-height: 0.48rem;
		text-align: left;
	}

	.about_quacell {
		padding: 1.2rem 0 0.6rem;
	}

	.about_quacell .msg {
		margin: 0.6rem auto 0;
		width: 7.5rem;
		padding: 0 0.25rem;
		box-sizing: border-box;
		font-size: 0.28rem;
		line-height: 0.48rem;
	}

	.about_quacell .type {
		width: 2.5rem;
	}

	.about_quacell .type .icon {
		width: 1.6rem;
	}

	.latest_news .news_moreline {
		margin: 0.5rem auto 0;
		width: 7.5rem;
	}

	.latest_news .news_moreline .news_type {
		margin: 0.3rem auto 0.9rem;
		width: 6.9rem;
		height: 5.1rem;
	}

	.news_moreline .news_type .t {
		-webkit-line-clamp: 3;
		max-height: 1.8rem;
	}
}

@media only screen and (max-width: 768px) and (max-height: 600px) {
	.left_r {
		line-height: 0.85erm;
	}

	.left_r a {
		font-size: 0.32rem;
	}

	.left_t {
		line-height: 0.75rem;
	}

	.left_t a {
		font-size: 0.26rem;
	}
}

@media only screen and (max-width: 768px) and (min-height: 780px) {
	.left_r {
		padding-top: 0.5rem;
	}

	.left_t {
		padding-top: 0.2rem;
	}
}
</pre></body></html>