@charset "UTF-8";

/*Global style*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
	overflow-x: hidden;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

input,
textarea,
select {
	resize: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	border-style: none;
	vertical-align: middle;
}

.zoom-img {
	overflow: hidden;
}

.zoom-img .img {
	overflow: hidden;
}

.zoom-img img {
	transition: all .5s;
}

.zoom-img:hover img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	-moz-transform: scale(1.04);
}

.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clear {
	zoom: 1
}

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

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
}

.btn-link:focus,
.btn-link:hover {
	text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
	margin: 0;
	font-weight: normal;
}

/* header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 13;
	transition: all .5s;
}

.header.on {
	top: -100%;
}

.head-top {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f9f9f9;
}

.head-top .top-wrap {
	justify-content: space-between;
	align-items: center;
	height: 38px;
}

.head-top .column {
	position: relative;
	display: flex;
	align-items: center;
	height: 38px;
	padding: 0 18px;
	border-left: 1px solid #eeeeee;
}

.head-top .r-top .column:last-child {
	border-right: 1px solid #eeeeee;
}

.head-top .icon {
	margin-right: 10px;
}

.head-top .column>span {
	font-size: 13px;
	color: #999999;
}

.head-top .r-top .drop-down{
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	padding: 10px;
	white-space: nowrap;
	background-color: #fff;
	box-shadow: 0 3px 8px rgba(0,0,0,.1);
	z-index: 2;
	display: none;
}

.head-top .r-top .column:hover{
	background-color: #fff;
}

.head-top .r-top .column:hover .drop-down{
	display: block;
}

.head-bot {
	background-color: #ffffff;
}

.head-bot .bot-wrap {
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.head-logo .logo {
	position: relative;
	padding-right: 30px;
}

.head-logo .logo::before {
	position: absolute;
	content: "";
	top: 50%;
	right: -1px;
	width: 1px;
	height: 36px;
	background-color: #eeeeee;
	transform: translate(0, -50%);
}

.head-logo .logo2 {
	padding-left: 40px;
}

.head-nav {
	margin-left: 9%;
}

.head-nav .column {
	height: 100px;
	line-height: 100px;
}

.head-nav .column>.item {
	display: inline-block;
	font-size: 16px;
	color: #222222;
	line-height: 1;
	padding: 0 32px;
	background: none !important;
}

.head-nav .column>.item::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	border-left: 1px dashed #cacaca;
}

.head-nav .column:last-child .item::before {
	display: none;
}

.head-nav .column.on .item {
	color: #0ccabd;
}

.head-nav .column.on .item::after {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 14%;
	width: 72%;
	height: 3px;
	background-color: #0ccabd;
}

.head-nav .drop-down {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	white-space: nowrap;
	padding-top: 1px;
}

.head-nav .drop-down .box {
	padding: 15px 0;
	background-color: #ffffff;
}

.head-nav .drop-down a {
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	transition: all .3s;
}

.head-nav .drop-down a:hover {
	color: #0ccabd;
}

.head-nav .drop-down2 {
	display: none;
	position: fixed;
	top: 140px;
	left: 0;
	width: 100%;
	padding: 40px 0 35px;
	background-color: #ffffff;
}

.head-nav .drop-down2 .icon2 {
	width: 13px;
	height: 13px;
	background-image: url(../images/icon61.png);
	background-position: center center;
	background-size: cover;
}

.head-nav .drop-down2 .brand-list .column2 {
	padding-bottom: 0;
	padding-left: 100px;
	padding-right: 100px;
	margin-bottom: 27px;
}
.head-nav .drop-down2 .brand-list .column2 .item::after {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 14%;
	width: 72%;
	height: 3px;
	background-color:#ffffff;
}

.head-nav .drop-down3 {
	display: none;
	position: fixed;
	top: 140px;
	left: 0;
	width: 100%;
	line-height: 1;
	background-color: #ffffff;
}

.head-nav .drop-down3 .l-box {
	position: relative;
	width: 305px;
	padding: 32px 0 20px;
	background-color: #f4f4f4;
}

.head-nav .drop-down3 .l-box::before {
	position: absolute;
	content: "";
	top: 0;
	right: 100%;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
}

.head-nav .drop-down3 .h1 {
	font-size: 18px;
	color: #222222;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 8px;
}

.head-nav .drop-down3 .nav2 li {
	font-size: 16px;
	color: #555555;
	line-height: 40px;
	font-weight: bold;
	padding: 0 40px 0 54px;
	background-image: url(../images/icon62.png), url(../images/icon61.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 24px center, 92% center;
	cursor: pointer;
}

.head-nav .drop-down3 .nav2 li.on {
	background-color: #ffffff;
	background-image: url(../images/icon63.png), url(../images/icon61.png);
}

.head-nav .drop-down3 .r-box {
	width: calc(100% - 305px);
	padding: 32px 0 20px 87px;
}

.head-nav .drop-down3 .column2 {
	display: none;
	justify-content: space-between;
}

.head-nav .drop-down3 .column2.on {
	display: flex;
}

.head-nav .drop-down3 .column2 .h1 {
	margin-bottom: 4px;
}

.head-nav .drop-down3 .nav-box {
	width: calc(100% - 310px);
}

.head-nav .drop-down3 .nav3 {
	align-items: center;
	flex-wrap: wrap;
}

.head-nav .drop-down3 .nav3 li {
	width: 33.33%;
}

.head-nav .drop-down3 .nav3 a {
	font-size: 16px;
	color: #666666;
	line-height: 50px;
	transition: all .3s;
}

.head-nav .drop-down3 .nav3 a:hover {
	color: #0ccabd;
	text-decoration: underline;
}

.head-nav .drop-down3 .img {
	margin-top: 60px;
}

.head-search {
	position: relative;
}

.head-search .icon {
	cursor: pointer;
}

.head-search .drop-down{
	display: none;
	position: absolute;
	bottom: -120px;
	right: 0;
	width: 300px;
	height: 50px;
	padding: 0 15px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

.head-search .form{
	align-items: center;
}

.head-search .input-text{
	width: calc(100% - 19px);
	height: 50px;
	background: none;
	padding-right: 15px;
}

.head-search .btn-submit{
	width: 19px;
	height: 19px;
	background: none;
	padding: 0;
	border: 0pt;
}

.head-menu {
	display: none;
}

.head-menu .btn-menu {
	width: 40px;
	height: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.head-menu .btn-menu>span {
	width: 40px;
	height: 2px;
	background-color: #000000;
	margin: 4px 0;
	transition: all .3s;
}

.head-menu .btn-menu.on>span {
	width: 20px;
}

.head-menu .btn-menu.on>span:first-child {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.head-menu .btn-menu.on>span:nth-child(2) {
	display: none;
}

.head-menu .btn-menu.on>span:last-child {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	margin-top: -6px;
}

.head-menu .drop-down {
	display: none;
	position: fixed;
	top: 110px;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 99;
}

.head-menu .scroll {
	height: calc(100vh - 110px);
	padding: 15px 0;
	overflow-y: auto;
}

.head-menu .scroll::-webkit-scrollbar {
	display: none;
}

.head-menu .item {
	display: block;
	font-size: 18px;
	color: #222222;
	line-height: 50px;
}

.head-menu .drop-down2 {
	display: none;
}

.head-menu .item2 {
	display: block;
	font-size: 16px;
	color: #555555;
	line-height: 40px;
	padding: 0 15px;
}

.head-menu .drop-down3 {
	display: none;
}

.head-menu .item3 {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 40px;
	padding: 0 30px;
}

.suspen-cont{
	position: fixed;
	top: 40%;
	left: 2%;
	width: 130px;
	padding: 5px 0;
	border-radius: 5px;
	background-color: #009bd8;
	z-index: 9;
}

.suspen-cont .name{
	text-align: center;
	margin-bottom: 5px;
}

.suspen-cont .box{
	width: 120px;
	padding: 15px 14px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
}

.suspen-cont .link-box{
	font-size: 0;
}

.suspen-cont .link-box a{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 12px;
}

.suspen-cont .text{
	font-size: 12px;
	color: #666;
	line-height: 20px;
	text-align: center;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
}

.suspen-cont .code{
	font-size: 12px;
	color: #666;
	line-height: 20px;
	text-align: center;
}


/* footer */
.footer {
	padding-top: 55px;
	background-color: #f6f6f6;
}

.foot-top {
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.foot-top .head-logo .logo::before {
	background-color: #d8d8d8;
}

.foot-cent {
	justify-content: space-between;
	padding: 33px 0 43px;
	border-bottom: 1px solid #e5e5e5;
}

.foot-cent .foot-nav {
	width: 70%;
}

.foot-cent .nav-box {
	justify-content: space-between;
}

.foot-cent .nav-box a {
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	padding: 0;
	margin-bottom: 2px;
}

.foot-cent .nav-box .h1 {
	font-size: 16px;
	color: #222222;
	margin-bottom: 15px;
}

.foot-cent .text-box {
	text-align: right
}

.foot-cent .name {
	font-size: 16px;
	color: #222222;
	line-height: 28px;
	margin-bottom: 24px;
}

.foot-cent .number {
	font-size: 30px;
	color: #1ca093;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 25px;
}

.foot-cent .name2 {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	text-align: center;
	margin-top: 5px;
}

.foot-bot {
	justify-content: space-between;
	align-items: center;
	padding: 21px 0 23px;
}

.foot-bot .text {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
}

.foot-bot a {
	color: #999999;
}

.foot-bot .support {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
}

/* 媒体查询 */
@media (min-width: 1680px) {
	.container {
		width: 1470px;
	}
}

@media only screen and (max-width: 1680px) {
	.head-logo .logo {
		padding-right: 20px;
	}

	.head-logo .logo2 {
		padding-left: 20px;
	}

	.head-nav {
		margin-left: 0;
	}

	.head-nav .column>.item {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 1440px) {
	.head-top .top-wrap {
		height: 28px;
	}

	.head-top .column {
		height: 28px;
	}

	.head-bot .bot-wrap {
		height: 80px;
	}

	.head-nav .column {
		height: 80px;
		line-height: 80px;
	}

	.head-nav .drop-down2 {
		top: 110px;
	}

	.head-nav .drop-down3 {
		top: 110px;
	}
}

@media only screen and (max-width: 1366px) {
	.head-logo .logo {
		display: inline-block;
		width: 120px;
	}

	.head-logo .logo2 {
		display: inline-block;
		width: 170px;
	}

	.head-nav .column>.item {
		font-size: 14px;
	}

	.footer {
		padding-top: 30px;
	}

	.foot-top {
		padding-bottom: 20px;
	}

	.foot-cent {
		padding: 30px 0;
	}

	.foot-cent .name {
		margin-bottom: 20px;
	}

	.foot-cent .number {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.foot-bot {
		padding: 15px 0;
	}
}

@media only screen and (max-width: 1199px) {
	.head-bot .bot-wrap {
		justify-content: space-between;
	}

	.head-nav {
		display: none;
	}

	.head-search {
		display: none;
	}

	.head-menu {
		display: block;
	}

	.foot-cent {
		flex-wrap: wrap;
	}

	.foot-cent .foot-nav {
		width: 100%;
		margin-bottom: 20px;
	}

	.foot-cent .text-box {
		width: 100%;
		text-align: center;
	}

	.foot-cent .nav-box {
		flex-wrap: wrap;
	}

	.foot-cent .column {
		width: 100%;
		border-bottom: 1px solid #ddd;
	}

	.foot-cent .drop-down {
		display: none;
	}

	.foot-cent .nav-box .h1 {
		margin-bottom: 0;
		line-height: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.head-top .l-top .column {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.head-top .top-wrap {
		height: 20px;
	}

	.head-top .column {
		height: 18px;
		padding: 0 10px;
	}

	.head-top .icon {
		font-size: 0;
		width: 15px;
		margin-right: 5px;
	}

	.head-top .column>span {
		font-size: 12px;
	}

	.head-logo .logo {
		width: 60px;
		padding-right: 10px;
	}

	.head-logo .logo2 {
		width: 100px;
		padding-left: 10px;
	}

	.head-logo .logo::before {
		height: 26px;
	}

	.footer .head-logo .logo {
		width: 100px;
	}

	.footer .head-logo .logo2 {
		width: 120px;
	}

	.head-bot .bot-wrap {
		height: 48px;
	}

	.head-menu .btn-menu {
		width: 30px;
	}

	.head-menu .btn-menu>span {
		width: 30px;
		margin: 3px 0;
	}

	.head-menu .btn-menu.on>span:last-child {
		margin-top: -5px;
	}

	.head-menu .drop-down {
		top: 70px;
	}

	.head-menu .scroll {
		height: calc(100vh - 70px);
	}

	.foot-top .text>img {
		width: 200px;
	}

	.foot-cent {
		padding: 5px 0 20px;
	}

	.foot-cent .foot-nav {
		display: none;
	}

	.foot-top {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.foot-top .head-logo {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-bottom: 10px;
	}

	.foot-top .text {
		width: 100%;
		text-align: center;
	}

	.foot-cent .text-box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 15px;
	}

	.foot-cent .text {
		text-align: left;
	}

	.foot-cent .name {
		line-height: 1;
		margin-bottom: 10px;
	}

	.foot-cent .number {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.foot-cent .name2 {
		line-height: 1;
		margin-top: 10px;
	}

	.foot-bot {
		flex-wrap: wrap;
		padding: 10px 0;
	}

	.foot-bot .text {
		line-height: 20px;
		margin-bottom: 5px;
	}

	.foot-bot .support {
		line-height: 20px;
	}

	.suspen-cont{
		display: none;
	}
}

/* index */
.page-main {
	padding-top: 140px;
}

.home-main {
	padding-top: 0;
}

.home-box {
	padding-top: 140px;
	height: 100vh;
}

.banner {
	position: relative;
}

.banner .suspen {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner .h1 {
	font-size: 36px;
	color: #ffffff;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.banner .h2 {
	font-size: 24px;
	color: #ffffff;
	line-height: 1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.banner .swiper-slide .h1 {
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 0;
}

.swiper1 .swiper-button-prev,
.swiper1 .swiper-button-next {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background-size: cover;
}

.swiper1 .swiper-button-prev {
	background-image: url(../images/icon7.png);
}

.swiper1 .swiper-button-next {
	background-image: url(../images/icon7-2.png);
}

.swiper1 .swiper-pagination {
	bottom: 35px;
}

.swiper1 .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin: 0 7px !important;
	background-color: #ffffff;
	opacity: .5;
}

.swiper1 .swiper-pagination-bullet-active {
	opacity: 1;
}

.home-prod .container {
	position: relative;
}

.swiper2 {
	padding: 0 1px;
}

.swiper2 .top-box {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-color: #ffffff;
}

.swiper2 .box {
	position: relative;
	display: block;
	border-left: 1px solid #eeeeee;
}

.swiper2 .suspen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 24px;
	transition: all .3s;
}

.swiper2 .cn {
	font-size: 16px;
	color: #000000;
	margin-bottom: 10px;
}

.swiper2 .en {
	font-size: 12px;
	color: #999999;
}

.swiper2 .suspen2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px 40px;
	background-color: rgba(0, 98, 193, .9);
	opacity: 0;
	transition: all .3s;
}

.swiper2 .suspen2::before {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 50%;
	width: 0px;
	height: 0px;
	margin-left: -10px;
	border: 10px solid #1770c5;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	opacity: 0;
	transition: all .3s;
}

.swiper2 .suspen2 .cn {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}

.swiper2 .suspen2 .en {
	color: #ffffff;
}

.swiper2 .btn-more {
	width: 12px;
	height: 9px;
	background-image: url(../images/icon10.png);
	background-size: cover;
	margin-top: 25px;
}

.swiper2 .swiper-slide-active .box .suspen2 {
	opacity: 1;
}

.swiper2 .swiper-slide.on .box .suspen {
	opacity: 0;
}

.swiper2 .swiper-slide.on .box .suspen2 {
	opacity: 1;
}

.swiper2 .swiper-slide.on .box .suspen2::before {
	opacity: 1;
}

.home-prod .swiper-button-prev,
.home-prod .swiper-button-next {
	width: 9px;
	height: 18px;
	margin-top: -9px;
	background-size: cover;
}

.home-prod .swiper-button-prev {
	left: -15px;
	background-image: url(../images/icon9.png);
}

.home-prod .swiper-button-next {
	right: -15px;
	background-image: url(../images/icon9-2.png);
}

.home-prod .swiper-button-prev:hover {
	background-image: url(../images/icon8.png);
}

.home-prod .swiper-button-next:hover {
	background-image: url(../images/icon8-2.png);
}

.home-prod .bot-box {
	padding: 65px 0 95px;
	background-color: #f9f9f9;
}

.home-prod .column {
	display: none;
}

.home-prod .column.on {
	display: block;
}

.brand-list {
	flex-wrap: wrap;
}

.brand-list .column2 {
	padding: 13px 70px 27px;
	border-right: 1px solid #e5e5e5;
}

.brand-list .column2:nth-child(-n+3) {
	padding-top: 0;
}

.brand-list .item {
	align-items: center;
	line-height: 1;
}

.brand-list .column2:nth-child(3n) {
	border-right: 0;
}

.brand-list .column2:nth-child(3n+1) {
	padding-left: 0;
}

.brand-list .icon {
	font-size: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
}

.brand-list .text-box {
	width: calc(100% - 100px);
	margin-left: 20px;
}

.brand-list .name {
	font-size: 16px;
	color: #222222;
	margin-bottom: 10px;
}

.brand-list .text {
	font-size: 14px;
	color: #999999;
}

.home-prod .btn-box {
	margin-top: 35px;
}

.home-prod .btn-link {
	width: 150px;
	height: 50px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	padding: 0;
	background-color: #0ccabd;
	background-image: url(../images/icon11.png), url(../images/icon10.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 20px center, 92% center;
}

.home-prod .btn-show {
	width: 120px;
	height: 40px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	padding: 0;
	padding-right: 10px;
	margin: 0 auto;
	background-color: #0ccabd;
	background-image: url(../images/icon10-2.png);
	background-repeat: no-repeat;
	background-position: 82% center;
	border-radius: 0;
	box-shadow: none;
	margin-top: 20px;
}

.home-solu {
	height: calc(100vh - 140px);
	background-size: cover;
	background-position: center center;
	padding-top: 70px;
}

.home-main .title {
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
}

.home-main .title .h1 {
	font-size: 40px;
	color: #222222;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 30px;
}

.home-main .title .icon {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}

.home-solu .title .h1 {
	color: #ffffff;
}

.solu-list {
	flex-wrap: wrap;
}

.solu-list .column {
	padding: 50px 80px;
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-right: 1px solid rgba(255, 255, 255, .2);
	transition: all .3s;
}

.solu-list .column:nth-child(3n) {
	border-right: 0;
}

.solu-list .column:nth-child(-n+3) {
	border-top: 0;
}

.solu-list a {
	display: block;
}

.solu-list .name {
	font-size: 22px;
	color: #ffffff;
	line-height: 28px;
	margin-bottom: 25px;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.solu-list .icon {
	margin-right: 25px;
}

.solu-list .text {
	font-size: 14px;
	color: #ffffff;
	line-height: 22px;
	min-height: 44px;
}

.solu-list .btn-box {
	margin-top: 25px;
}

.solu-list .btn-more {
	width: 100px;
	height: 35px;
	font-size: 14px;
	color: #1ca093;
	line-height: 35px;
	padding: 0;
	border-radius: 17px;
	background-color: #ffffff;
	opacity: 0;
	transition: all .3s;
}

.solu-list .column:hover {
	background-color: rgba(28, 160, 147, .9);
}

.solu-list .column:hover .btn-more {
	opacity: 1;
}

.home-about {
	height: calc(100vh - 140px);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	padding-top: 70px;
}

.home-about .title {
	margin-bottom: 30px;
}

.home-about .text {
	max-width: 800px;
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	text-align: center;
	margin: 0 auto;
}

.home-about .btn-box {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

.home-about .btn-more {
	font-size: 14px;
	color: #1ca093;
	text-align: center;
	text-decoration: underline;
}

.about-list {
	flex-wrap: wrap;
}

.about-list .column {
	position: relative;
	padding: 50px 100px;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid#eeeeee;
	transition: all .3s;
	font-family: Arial, Helvetica, sans-serif;
}

.about-list .column:nth-child(3n) {
	border-right: 0;
}

.about-list .column:nth-child(-n+3) {
	border-top: 0;
}

.about-list .column:nth-child(n+4) {
	padding-bottom: 10px;
}

.about-list .column:nth-child(-n+3)::after {
	position: absolute;
	content: "";
	top: -5px;
	right: -3px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #eeeeee;
}

.about-list .column:nth-child(3n)::after {
	display: none;
}

.about-list .column:nth-child(n+4)::after {
	position: absolute;
	content: "";
	bottom: -5px;
	right: -3px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #eeeeee;
}

.about-list .column:nth-child(4)::before {
	position: absolute;
	content: "";
	top: -3px;
	left: -5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #eeeeee;
}

.about-list .column:nth-child(6)::before {
	position: absolute;
	content: "";
	top: -3px;
	right: -5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #eeeeee;
}

.about-list .top {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #444444;
	line-height: 1;
}

.about-list .icon {
	margin-right: 20px;
}

.about-list .number {
	font-size: 50px;
	color: #444444;
	font-weight: bold;
}

.about-list .unit {
	margin-top: 15px;
	margin-left: 10px;
}

.about-list .name {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	text-align: center;
	margin-top: 15px;
}

.about-list .plus {
	font-size: 30px;
	color: #444444;
	font-weight: bold;
	margin-left: 10px;
}

.home-news {
	height: calc(100vh - 140px);
	padding-top: 50px;
	background-size: cover;
	background-position: center center;
}

.home-news .title {
	margin-bottom: 20px;
}

.home-news .title .h1 {
	margin-bottom: 15px;
}

.home-news .nav-box {
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.home-news .item {
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	padding: 4px 24px;
	margin: 0 4px;
	transition: all .3s;
}

.home-news .item.on {
	color: #ffffff;
	background-color: #1ca093;
	border-radius: 22px;
}

.swiper3 {
	margin: 0 -25px;
}

.swiper3 .swiper-slide {
	padding: 0 25px 50px;
}

.swiper3 a {
	display: block;
}

.swiper3 .text-box {
	padding: 30px 40px;
	background-color: #ffffff;
}

.swiper3 .top {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

.swiper3 .date {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.swiper3 .day {
	font-size: 50px;
	color: #1ca093;
	line-height: 60px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 17px;
}

.swiper3 .year {
	font-size: 18px;
	color: #b1b1b1;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.swiper3 .icon {
	width: 40%;
	height: 1px;
	background-color: #1ca093;
}

.swiper3 .h1 {
	font-size: 22px;
	color: #222222;
	line-height: 36px;
	height: 72px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.swiper3 .btn-box {
	margin-top: 20px;
}

.swiper3 .btn-more {
	font-size: 16px;
	color: #1ca093;
	line-height: 1;
	text-decoration: underline;
}

.swiper3 .swiper-pagination {
	bottom: 0;
}

.swiper3 .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background-color: #dcdcdc;
	opacity: 1;
	margin: 0 7px !important;
}

.swiper3 .swiper-pagination-bullet-active {
	background-color: #1ca093;
}

.home-part {
	height: calc(100vh - 140px);
	padding-top: 50px;
}

.home-part .title {
	margin-bottom: 20px;
}

.home-part .title .h1 {
	margin-bottom: 20px;
}

.home-part .box {
	position: relative;
}

.part-list .column {
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 3px 18px rgba(0, 0, 0, .1);
}

.part-list .size1 {
	width: 130px;
	height: 130px;
}

.part-list .size2 {
	width: 120px;
	height: 120px;
}

.part-list .size3 {
	width: 110px;
	height: 110px;
}

.part-list .size4 {
	width: 100px;
	height: 100px;
}

.part-list .size5 {
	width: 90px;
	height: 90px;
}

.part-list .posit1 {
	top: 10%;
	left: -4%;
}

.part-list .posit2 {
	top: 11%;
	left: 14%;
}

.part-list .posit3 {
	top: 11%;
	left: 31%;
}

.part-list .posit4 {
	top: 7.5%;
	left: 49%;
}

.part-list .posit5 {
	top: 8.5%;
	left: 64%;
}

.part-list .posit6 {
	top: 7%;
	left: 92%;
}

.part-list .posit7 {
	top: 36%;
	left: -12%;
}

.part-list .posit8 {
	top: 31%;
	left: 8%;
}

.part-list .posit9 {
	top: 31%;
	left: 23%;
}

.part-list .posit10 {
	top: 35%;
	left: 40.5%;
}

.part-list .posit11 {
	top: 31%;
	left: 55%;
}

.part-list .posit12 {
	top: 33%;
	left: 70%;
}

.part-list .posit13 {
	top: 18%;
	left: 80%;
}

.part-list .posit14 {
	top: 55%;
	left: 0%;
}

.part-list .posit15 {
	top: 57.5%;
	left: 15%;
}

.part-list .posit16 {
	top: 52%;
	left: 32%;
}

.part-list .posit17 {
	top: 54%;
	left: 47%;
}

.part-list .posit18 {
	top: 52.5%;
	left: 66%;
}

.part-list .posit19 {
	top: 49%;
	left: 79%;
}

.part-list .posit20 {
	top: 38%;
	left: 91%;
}

.part-list .posit21 {
	top: 49%;
	left: 99%;
}

.fp-auto-height .home-box {
	padding-top: 0;
	height: auto;
}

.banner-section.fp-auto-height .home-box {
	padding-top: 140px;
}


/* 媒体查询 */

@media only screen and (max-width: 1680px) {
	.swiper3 .swiper-slide {
		padding: 0 25px 30px;
	}

	.swiper3 .text-box {
		padding: 25px 40px;
	}

	.part-list .posit7 {
		top: 33%;
		left: -3%;
	}

	.part-list .posit21 {
		top: 52%;
		left: 95%;
	}
}

@media only screen and (max-width: 1600px) {
	.home-main .title .h1 {
		font-size: 30px;
	}

	.home-solu {
		padding-top: 50px;
	}

	.home-main .title .h1 {
		margin-bottom: 20px;
	}

	.home-main .title {
		margin-bottom: 20px;
	}

	.solu-list .column {
		padding: 30px 50px;
	}

	.solu-list .name {
		margin-bottom: 20px;
	}

	.solu-list .btn-box {
		margin-top: 10px;
	}

	.home-about {
		padding-top: 50px;
	}

	.home-about .btn-box {
		margin-bottom: 20px;
	}

	.about-list .column {
		padding: 30px 50px;
	}

	.about-list .name {
		margin-top: 10px;
	}

	.home-news .item {
		line-height: 30px;
		padding: 0 10px;
		border-radius: 15px;
	}

	.swiper3 .text-box {
		position: relative;
		padding: 25px;
		margin-top: -20px;
	}

	.swiper3 .day {
		font-size: 40px;
		line-height: 40px;
	}

	.swiper3 .year {
		font-size: 16px;
	}

	.swiper3 .h1 {
		font-size: 18px;
		line-height: 28px;
		height: 56px;
	}

	.swiper3 .btn-box {
		margin-top: 10px;
	}

	.part-list .posit7 {
		top: 36%;
		left: -12%;
	}

	.part-list .posit21 {
		top: 49%;
		left: 99%;
	}
}

@media only screen and (max-width: 1440px) {
	.page-main {
		padding-top: 110px;
	}

	.home-main {
		padding-top: 0;
	}

	.home-box {
		padding-top: 110px;
	}

	.banner-section.fp-auto-height .home-box {
		padding-top: 110px;
	}

	.banner .swiper-slide .h1 {
		font-size: 30px;
		line-height: 50px;
	}

	.banner .h1 {
		font-size: 30px;
		line-height: 50px;
	}

	.home-prod .bot-box {
		padding: 50px 0 70px;
	}

	.brand-list .column2 {
		padding: 10px 50px 20px;
	}


	.home-main .title .icon {
		width: 50px;
	}

	.home-solu {
		height: calc(100vh - 110px);
	}

	.home-about {
		height: calc(100vh - 110px);
	}

	.about-list .number {
		font-size: 40px;
	}

	.about-list .unit {
		margin-top: 10px;
	}

	.home-news {
		height: calc(100vh - 110px);
	}

	.home-news .title {
		margin-bottom: 10px;
	}

	.swiper3 .swiper-slide {
		padding-bottom: 35px;
	}

	.home-part {
		height: calc(100vh - 110px);
	}

	.part-list .size1 {
		width: 100px;
		height: 100px;
	}

	.part-list .size2 {
		width: 95px;
		height: 95px;
	}

	.part-list .size3 {
		width: 90px;
		height: 90px;
	}

	.part-list .size4 {
		width: 85px;
		height: 85px;
	}

	.part-list .size5 {
		width: 80px;
		height: 80px;
	}

	.part-list .posit7 {
		top: 33%;
		left: -3%;
	}

	.part-list .posit21 {
		top: 54%;
		left: 95%;
	}
}

@media only screen and (max-width: 1366px) {
	.solu-list .name {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.solu-list .column {
		padding: 20px 40px;
	}

	.home-about .text {
		word-break: break-all;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.home-about .btn-box {
		margin: 10px 0;
	}

	.about-list .column {
		padding: 20px 40px;
	}

	.swiper3 .day {
		font-size: 30px;
		margin-right: 10px;
	}

	.swiper3 .year {
		font-size: 14px;
		line-height: 16px;
	}

	.swiper3 .icon {
		width: 30%;
	}

	.swiper3 .text-box {
		padding: 15px;
	}

	.swiper3 .h1 {
		font-size: 16px;
		line-height: 20px;
		height: 40px;
	}

	.swiper3 .btn-more {
		font-size: 14px;
	}

	.home-part .box {
		margin-top: -20px;
	}
}

@media only screen and (max-width: 1199px) {
	.home-box {
		padding: 0;
		height: auto;
	}

	.home-solu {
		padding: 50px 0;
		height: auto;
	}

	.home-about {
		padding: 50px 0;
		height: auto;
	}

	.home-news {
		padding: 50px 0 40px;
		height: auto;
	}

	.swiper3 {
		margin: 0 -15px;
	}

	.swiper3 .swiper-slide {
		padding: 0 15px 30px;
	}

	.swiper3 .swiper-pagination {
		font-size: 0;
	}

	.home-part {
		padding: 50px 0;
		height: auto;
	}

	.part-list .size1 {
		width: 90px;
		height: 90px;
	}

	.part-list .size2 {
		width: 80px;
		height: 80px;
	}

	.part-list .size3 {
		width: 70px;
		height: 70px;
	}

	.part-list .size4 {
		width: 60px;
		height: 60px;
	}

	.part-list .size5 {
		width: 50px;
		height: 50px;
	}

}

@media only screen and (max-width: 991px) {
	.swiper2 .box:hover .suspen2 {
		padding: 30px;
	}

	.brand-list .column2 {
		border-right: 1px solid #e5e5e5 !important;
		padding: 10px 30px !important;
	}

	.brand-list .column2:nth-child(2n) {
		border-right: 0 !important;
	}

	.home-prod .btn-box {
		text-align: center;
	}

	.solu-list .column {
		border-top: 1px solid rgba(255, 255, 255, .2) !important;
		border-right: 1px solid rgba(255, 255, 255, .2) !important;
	}

	.solu-list .column:nth-child(-n+2) {
		border-top: 0 !important;
	}

	.solu-list .column:nth-child(2n) {
		border-right: 0 !important;
	}

	.about-list .column {
		border-top: 1px solid #eeeeee !important;
		border-right: 1px solid#eeeeee !important;
	}

	.about-list .column:nth-child(-n+2) {
		border-top: 0 !important;
	}

	.about-list .column:nth-child(2n) {
		border-right: 0 !important;
	}

	.about-list .column::after {
		display: none;
	}

	.about-list .column::before {
		display: none;
	}
}

@media only screen and (max-width: 767px) {

	.banner-section.fp-auto-height .home-box {
		padding-top: 0;
	}

	.banner .swiper-slide {
		height: 33vh;
		background-position: center center;
		background-size: cover;
	}

	.banner .suspen {
		max-width: 90%;
		width: 100%;
	}

	.banner .swiper-slide .h1 {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 0;
	}

	.banner .h1 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.home-prod .swiper-button-prev {
		left: 20px;
	}

	.home-prod .swiper-button-next {
		right: 20px;
	}

	.swiper1 .swiper-button-prev,
	.swiper1 .swiper-button-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.swiper1 .swiper-pagination {
		bottom: 10px;
	}

	.swiper1 .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 5px important;
	}

	.home-prod .bot-box {
		padding: 30px 0 50px;
	}

	.brand-list .column2 {
		display: none;
		padding: 0 !important;
		border: 0 !important;
		margin-bottom: 15px;
	}

	.brand-list .column2:nth-child(-n+4) {
		display: block;
	}

	.brand-list .column2.on2 {
		display: block;
	}

	.brand-list .text-box {
		margin-left: 10px;
	}

	.home-prod .btn-box {
		margin-top: 20px;
	}

	.home-prod .btn-link {
		width: 120px;
		height: 40px;
		font-size: 12px;
		line-height: 40px;
		background-position: 10px center, 92% center;
		border: 0;
	}

	.home-main .title .h1 {
		font-size: 20px;
	}

	.home-main .title .icon {
		width: 40px;
	}

	.home-solu {
		padding: 50px 0 30px;
	}

	.solu-list .column {
		padding: 0 15px;
		padding-left: 0;
		margin-bottom: 40px;
		border: 0 !important;
	}

	.solu-list .column:nth-child(2n) {
		padding-right: 0;
	}

	.solu-list .icon {
		margin-right: 0;
	}

	.solu-list .icon>img {
		width: 75%;
	}

	.solu-list .name {
		font-size: 16px;
		line-height: 30px;
	}

	.solu-list .text {
		min-height: auto;
	}

	.solu-list .btn-more {
		width: 80px;
		height: 30px;
		line-height: 30px;
		opacity: 1;
	}

	.home-about .text {
		-webkit-line-clamp: 99;
	}

	.about-list .column {
		padding: 25px 15px;
	}

	.about-list .icon {
		margin-right: 0;
	}

	.about-list .icon>img {
		width: 75%;
	}

	.about-list .number {
		font-size: 28px;
	}

	.about-list .unit {
		font-size: 16px;
		margin-top: 5px;
		margin-left: 5px;
	}

	.about-list .plus {
		font-size: 18px;
		margin-left: 5px;
	}

	.home-news .nav-box {
		overflow-x: auto;
	}

	.home-news .nav-box::-webkit-scrollbar {
		display: none;
	}

	.swiper3 {
		margin: 0;
		padding-bottom: 20px;
	}

	.swiper3 .swiper-slide {
		padding-left: 0;
		padding-right: 0;
	}

	.home-part {
		padding: 50px 0 35px;
	}

	.home-part .box {
		margin-top: 0;
	}

	.home-part .box>img {
		display: none;
	}

	.part-list {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.part-list .column {
		position: inherit;
		top: auto;
		left: auto;
		width: 28% !important;
		height: auto;
		margin: 0 0 15px;
	}

	.part-list .column img {
		width: 100%;
	}
}

/* 产品应用 */
.location .box-wrap {
	justify-content: flex-end;
	align-items: center;
	padding: 10px 0;
}

.location .icon {
	font-size: 0;
	margin-right: 14px;
}

.location a {
	font-size: 14px;
	color: #999999;
	line-height: 60px;
}

.app-list {
	flex-wrap: wrap;
	margin: 83px 0 95px;
}

.app-list .column {
	padding: 0;
	padding-right: 10px;
	margin-bottom: 10px;
}

.app-list a {
	position: relative;
	display: block;
}

.app-list .suspen {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 34px 45px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #000000));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 90%);
}

.app-list .h1 {
	font-size: 20px;
	color: #ffffff;
	line-height: 24px;
	font-weight: bold;
}

.app-list .h2 {
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
}

.app-detail .top-box {
	padding: 64px 0 75px;
	background-color: #f4f4f4;
}

.app-detail .top-box .h1 {
	display: inline-block;
	font-size: 24px;
	color: #222222;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 18px;
	border-bottom: 3px solid #1ca093;
	margin-bottom: 28px;
}

.app-detail .top-box .text {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.app-detail .top-box .btn-more {
	width: 120px;
	height: 45px;
	font-size: 14px;
	color: #1ca093;
	line-height: 43px;
	padding: 0;
	border: 1px solid #1ca093;
	border-radius: 23px;
	margin-top: 27px;
	transition: all .3s;
}

.app-detail .top-box .btn-more:hover {
	color: #ffffff;
	background-color: #1ca093;
}

.app-detail .bot-box {
	margin: 68px 0 94px;
}

.app-detail .nav {
	margin-bottom: 54px;
}

.app-detail .nav .item {
	width: 150px;
	height: 50px;
	font-size: 16px;
	color: #666666;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	background-color: #f2f2f2;
	margin-right: 20px;
	transition: all .3s;
}

.app-detail .nav .item.on {
	color: #ffffff;
	background-color: #1ca093;
}

.app-detail .nav .item:hover {
	color: #ffffff;
	background-color: #1ca093;
}

.app-detail .prod-list {
	flex-wrap: wrap;
	margin: 0 -20px;
}

.app-detail .prod-list .column {
	padding: 0 20px;
	margin-bottom: 40px;
}

.app-detail .prod-list a {
	border: 0;
}

.app-detail .prod-list .box {
	position: relative;
	z-index: 2;
	background-color: #ffffff;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transition: .8s ease-in-out;
	-moz-transition: .8s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	z-index: 2;
	border: 1px solid #eeeeee;
}

.app-detail .prod-list .suspen {
	top: 0;
	padding: 35px 35px 30px;
	background-color: #1ca093;
	z-index: 1;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transition: .8s ease-in-out;
	-moz-transition: .8s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	z-index: 1;
}

.app-detail .prod-list .column:hover .box {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
}

.app-detail .prod-list .column:hover .suspen {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
}

.app-detail .prod-list .d1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.app-detail .prod-list .h1 {
	width: calc(100% - 100px);
	text-align: left;
}

.app-detail .prod-list .h1 .name {
	margin-top: 10px;
}

.app-detail .prod-list .h1 .en {
	margin-bottom: 0;
}

.app-detail .prod-list .img2 {
	width: 90px;
	font-size: 0;
	line-height: 1;
}

.app-detail .prod-list .text {
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	text-align: left;
}

.app-detail .prod-list .d2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 15px;
}

.app-detail .prod-list .s1 {
	font-size: 14px;
	color: #1ca093;
	height: 30px;
	line-height: 26px;
	padding: 0 20px;
	border: 2px solid #77c6be;
	border-radius: 15px;
	margin-right: 10px;
	background-color: #ffffff;
	margin-bottom: 9px;
}

.app-detail .prod-list .s1:nth-child(3n) {
	margin-right: 0;
}

.app-detail .prod-list .more {
	display: block;
	width: 31px;
	height: 16px;
	margin: 0 auto;
	margin-top: 11px;
	background-image: url(../images/icon64.png);
	background-position: center center;
	background-size: cover;
}

.app-detail .prod-list .column:hover .suspen {
	background-color: #1ca093;
}

/* 媒体查询 */
@media only screen and (max-width: 1680px) {
	.app-detail .prod-list .column {
		width: 33.33%;
	}
}

@media only screen and (max-width: 1440px) {
	.banner .h2 {
		font-size: 20px;
	}

	.app-list {
		margin: 60px 0;
	}

	.app-list .suspen {
		padding: 20px 30px;
	}

	.app-list .h1 {
		font-size: 18px;
	}

	.app-list .h2 {
		font-size: 14px;
	}

	.app-detail .top-box {
		padding: 50px 0 60px;
	}

	.app-detail .bot-box {
		margin: 50px 0 70px;
	}

	.app-detail .nav {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 1199px) {
	.page-main {
		padding-top: 110px;
	}

	.home-main {
		padding-top: 0;
	}
}

@media only screen and (max-width: 991px) {
	.app-detail .prod-list .column {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.page-main {
		padding-top: 70px;
	}

	.banner {
		height: 33vh;
		background-position: center center;
		background-size: cover;
	}

	.banner-img {
		display: none;
	}

	.banner .h2 {
		font-size: 14px;
	}

	.app-list {
		margin-top: 0;
		margin-bottom: 40px;
	}

	.app-list .column {
		padding-right: 0;
	}

	.app-list .suspen {
		padding: 15px;
	}

	.app-detail .top-box {
		padding: 50px 0;
	}

	.app-detail .top-box .h1 {
		font-size: 18px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}

	.app-detail .top-box .btn-more {
		width: 90px;
		height: 34px;
		line-height: 32px;
		border-radius: 20px;
		margin-top: 20px;
	}

	.app-detail .bot-box {
		margin: 50px 0 30px;
	}

	.app-detail .nav {
		overflow-x: auto;
		white-space: nowrap;
		margin-bottom: 30px;
	}

	.app-detail .nav::-webkit-scrollbar {
		display: none;
	}

	.app-detail .nav .item {
		width: auto;
		font-size: 14px;
		height: 34px;
		line-height: 34px;
		padding: 0 15px;
		border-radius: 17px;
		margin-right: 10px;
	}

	.app-detail .prod-list .column {
		width: 100%;
		margin-bottom: 20px;
	}

	.location .box-wrap {
		justify-content: flex-start;
	}
}

/* 产品中心 */
.nav-locat {
	background-color: #f7fafb;
}

.nav-locat.on .r-box {
	position: fixed;
	top: 140px;
	left: 0;
	width: 100%;
	padding: 0 15px;
	z-index: 12;
	background-color: #f7fafb;
	transition: all .5s;
}

.nav-locat.on .r-box .h1 {
	display: none;
}

.nav-locat.on .r-box .nav {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.nav-locat.on.on2 .r-box {
	top: 0;
}

.nav-locat .box-wrap {
	position: relative;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.nav-locat .location {
	justify-content: flex-end;
	align-items: center;
	padding: 10px 0;
}

.nav-locat .r-box {
	align-items: center;
}

.nav-locat .h1 {
	font-size: 16px;
	color: #020202;
	line-height: 80px;
	height: 80px;
	padding-left: 8px;
	padding-right: 70px;
	margin-right: 29px;
	border-right: 1px solid #eeeeee;
}

.nav-locat .nav {
	align-items: center;
}

.nav-locat .nav a {
	position: relative;
	font-size: 16px;
	color: #222222;
	line-height: 80px;
	padding: 0 25px;
	margin: 0 6px;
}

.nav-locat .nav a:first-child {
	margin-left: 0;
}

.nav-locat .nav a.on {
	color: #0ccabd;
}

.nav-locat .nav a.on::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #0ccabd;
}

.prod-box {
	margin-top: 85px;
}

.filter-box {
	width: 18.75%;
	padding: 0;
}

.filter-box .box {
	margin-bottom: 20px;
}

.filter-box .h1 {
	font-size: 20px;
	color: #020202;
	line-height: 60px;
	font-weight: bold;
	margin-bottom: 10px;
}

.filter-box .item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.filter-box .icon {
	width: 20px;
	height: 20px;
	border: 1px solid #e5e5e5;
	margin-right: 10px;
}

.filter-box .item.on .icon {
	background-image: url(../images/icon65.png);
}

.filter-box .name {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	font-weight: bold;
	margin-right: 10px;
}

.filter-box .number {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	padding: 0 10px;
	background-color: #f4f4f4;
}

.prod-box .r-box {
	width: 81.25%;
	padding: 0;
	padding-top: 4px;
	padding-left: 44px;
	border-left: 1px solid #eeeeee;
}

.prod-list {
	margin-right: -15px;
}

.prod-list .column {
	margin-bottom: 30px;
}

.prod-list a {
	display: block;
	position: relative;
	border: 1px solid #eeeeee;
}

.prod-list .box {
	position: relative;
}

.prod-list .text-box {
	padding: 23px 0 25px;
	text-align: center;
	border-top: 1px solid #eeeeee;
}

.prod-list .name {
	font-size: 18px;
	color: #000000;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 12px;
}

.prod-list .en {
	font-size: 14px;
	color: #222222;
	line-height: 1;
}

.prod-list .suspen {
	position: absolute;
	top: 101%;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 23% 20% 0;
	transition: all .5s;
	background: -moz-linear-gradient(top, rgba(50, 169, 158, .7) 0%, #32a99e 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(50, 169, 158, .7)), color-stop(80%, #32a99e));
	background: -webkit-linear-gradient(top, rgba(50, 169, 158, .7) 0%, #32a99e 80%);
	background: -o-linear-gradient(top, rgba(50, 169, 158, .7) 0%, #32a99e 80%);
	background: -ms-linear-gradient(top, rgba(50, 169, 158, .7) 0%, #32a99e 80%);
	background: linear-gradient(to bottom, rgba(50, 169, 158, .7) 0%, #32a99e 80%);
}

.prod-list .suspen .name {
	color: #ffffff;
}

.prod-list .suspen .en {
	color: #ffffff;
	margin-bottom: 24px;
}

.prod-list .text {
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
}

.prod-list .icon {
	width: 25px;
	height: 25px;
	margin: 0 auto;
	margin-top: 30px;
	background-image: url(../images/icon27.png);
	background-size: cover;
	background-position: center center;
}

.prod-list .column:hover .suspen {
	top: 0;
}

.nav-page {
	text-align: center;
}

.nav-page a {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-size: 16px;
	color: #666666;
	line-height: 45px;
	text-align: center;
	margin: 0 10px;
	background-color: #f6f6f6;
}

.nav-page a.on {
	color: #ffffff;
	background-color: #1ca093;
}

.nav-page .arrow {
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .3s;
}

.nav-page .l-arrow {
	background-image: url(../images/icon28.png);
}

.nav-page .r-arrow {
	background-image: url(../images/icon28-2.png);
}

.nav-page .l-arrow:hover {
	background-image: url(../images/icon29.png);
	background-color: #1ca093;
}

.nav-page .r-arrow:hover {
	background-image: url(../images/icon29-2.png);
	background-color: #1ca093;
}

.prod-box .nav-page {
	margin: 25px 0 65px;
}

.prod-detail {
	margin-top: 85px;
}

.prod-detail .box1 {
	margin-bottom: 55px;
}

.prod-detail .box1 .form-inline {
	font-size: 0;
}

.prod-detail .box1 .form-group {
	margin-right: 30px;
}

.prod-detail .box1 .form-control {
	width: 300px;
	height: 50px;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	background-color: #f7fafb;
	box-shadow: none;
}

.prod-detail .box2 {
	padding-bottom: 35px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 45px;
}

.prod-detail .box2 .h1 {
	font-size: 26px;
	color: #222222;
	line-height: 60px;
	font-weight: bold;
}

.prod-detail .box2 .text {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.prod-detail .box3 {
	align-items: flex-start;
	margin-bottom: 90px;
}

.prod-detail .box3 .img {
	width: 400px;
	border: 1px solid #eeeeee;
}

.prod-detail .box3 .text-box {
	width: calc(100% - 400px);
	padding-left: 125px;
}

.prod-detail .box3 .h1 {
	font-size: 20px;
	color: #222222;
	line-height: 1;
	margin-bottom: 16px;
}

.prod-detail .box3 .h2 {
	font-size: 18px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 20px;
}

.prod-detail .box3 .text {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.prod-detail .box3 .btn-advisory {
	width: 200px;
	height: 60px;
	font-size: 16px;
	color: #ffffff;
	line-height: 60px;
	padding: 0;
	margin-top: 30px;
	border-radius: 0;
	background-color: #0ccabd;
}

.prod-detail .box4 {
	align-items: flex-start;
	margin-bottom: 60px;
}

.prod-detail .box4 .l-box {
	position: relative;
	width: 316px;
	align-items: center;
}

.prod-detail .box4 .icon {
	margin-right: 15px;
}

.prod-detail .box4 .name {
	font-size: 24px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
}


.prod-detail .box4 .l-box::before {
	position: absolute;
	content: "";
	top: 22px;
	right: 0;
	width: 40%;
	height: 1px;
	background-color: #e5e5e5;
}

.prod-detail .box4 .l-box::after {
	position: absolute;
	content: "";
	top: 19px;
	right: 40%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #e5e5e5;
}

.prod-detail .box4 .r-box {
	width: calc(100% - 316px);
	padding-left: 43px;
	border-left: 1px solid #e5e5e5;
}

.prod-detail .box4 .hide-box {
	height: 120px;
	overflow: hidden;
}

.prod-detail .box4 .box {
	flex-wrap: wrap;
}

.prod-detail .box4 .box a {
	width: 200px;
	height: 50px;
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	background-color: #1ca093;
	padding: 0 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	transition: all .3s;
}

.prod-detail .box4 .box a:hover {
	background-color: rgba(28, 160, 147, .9);
}

.prod-detail .box4 .box a:nth-child(5n) {
	margin-right: 0;
}

.prod-detail .box4 .btn-more {
	width: 200px;
	height: 50px;
	font-size: 16px;
	color: #1ca093;
	line-height: 48px;
	padding: 0;
	border-radius: 0;
	border: 1px solid #1ca093;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: none;
	transition: all .3s;
}

.prod-detail .box4 .btn-more:hover {
	color: #ffffff;
	background-color: #1ca093;
}

.prod-detail .box5 {
	margin-bottom: 75px;
}

.prod-detail .box5 th {
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	background-color: #a1a1a1;
	border: 0;
	border-right: 1px solid #e5e5e5;
}

.prod-detail .box5 th:last-child {
	border-right: 0;
}

.prod-detail .box5 tr td {
	background-color: #fafafa;
}

.prod-detail .box5 tr:nth-child(2n) td {
	background-color: #ffffff;
}

.prod-detail .box5 td {
	font-size: 14px;
	color: #222222;
	line-height: 30px;
	text-align: center;
	border: 0;
	border-right: 1px solid #e5e5e5;
}

.prod-detail .box5 td:last-child {
	border-right: 0;
}

.prod-detail .box5 .td1 {
	border-bottom: 1px solid #e5e5e5;
	vertical-align: middle;
}

.prod-detail .box5 .tr1 td {
	border-bottom: 1px solid #e5e5e5;
}

.down-box {
	margin-bottom: 105px;
}

.down-box .h1 {
	font-size: 24px;
	color: #222222;
	line-height: 26px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 40px;
	border-left: 3px solid #0ccabd;
}

.down-list .column {
	padding: 0;
	padding-right: 42px;
}

.down-list .column:nth-child(2n) {
	padding: 0;
	padding-left: 42px;
}

.down-list .column a {
	justify-content: space-between;
	align-items: center;
	padding: 22px 37px 17px 18px;
	border-bottom: 1px solid #e5e5e5;
}

.down-list .column:nth-child(-n+2) a {
	border-top: 1px solid #e5e5e5;
}

.down-list .name {
	font-size: 16px;
	color: #444444;
	line-height: 30px;
}

.down-list .name {
	font-size: 16px;
	color: #444444;
	line-height: 30px;
}

.down-list .time {
	font-size: 12px;
	color: #999999;
	line-height: 30px;
}

.down-list .icon {
	width: 17px;
	height: 21px;
	background-image: url(../images/icon32.jpg);
	background-size: cover;
	background-position: center center;
}

.prod-detail2 .top-box {
	justify-content: space-between;
	align-items: center;
	margin-top: 75px;
	margin-bottom: 30px;
}

.prod-detail2 .top-box .l-box {
	align-items: center;
}

.prod-detail2 .top-box .l-box .btn {
	align-items: center;
	font-size: 14px;
	color: #222222;
	line-height: 1;
	margin-right: 60px;
	box-shadow: none;
}

.prod-detail2 .top-box .l-box .btn:last-child {
	margin-right: 0;
}

.prod-detail2 .top-box .l-box .icon {
	font-size: 0;
	margin-right: 10px;
}

.prod-detail2 .top-box .form {
	align-items: center;
}

.prod-detail2 .top-box .input-text {
	width: 200px;
	height: 40px;
	border: 1px solid #1ca093;
	border-right: 0;
	border-radius: 0;
	box-shadow: none;
}

.prod-detail2 .top-box .btn-submit {
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 0;
	background-color: #1ca093;
}

.prod-detail2 .table-responsive::-webkit-scrollbar {
	/*滚动条整体样式*/
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 5px;
}

.prod-detail2 .table-responsive::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #1ca093;
}

.prod-detail2 .table-responsive::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: #eeeeee;
}

.prod-detail2 .table {
	/* width: 1500px; */
	margin-bottom: 55px;
}

.prod-detail2 .table th {
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #1ca093;
	border: 0;
	border-right: 1px solid rgba(255, 255, 255, .4);
}

.prod-detail2 .table th:last-child {
	border-right: 0;
}

.prod-detail2 .table td {
	font-size: 14px;
	color: #222222;
	line-height: 30px;
	height: 40px;
	padding: 5px 15px;
	border-top: 0;
	border-right: 1px solid #eeeeee;
	background-color: #fafafa;
}

.prod-detail2 .table tr:nth-child(2n) td {
	background-color: #ffffff;
}

.prod-detail2 .tr1 td {
	height: 40px;
	padding: 15px;
	vertical-align: middle;
	background-color: #0ccabd;
	border-right: 1px solid rgba(255, 255, 255, .4);
}

.prod-detail2 .table td:last-child {
	border-right: 0;
}

.prod-detail2 .d1 {
	align-items: center;
}

.prod-detail2 .d1 .icon {
	width: 11px;
	height: 6px;
	margin-right: 15px;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}

.prod-detail2 .d1 .icon:last-child {
	margin-right: 0;
}

.prod-detail2 .d1 .up {
	background-image: url(../images/icon38.png);
}

.prod-detail2 .d1 .down {
	background-image: url(../images/icon39.png);
}

.prod-detail2 .tr2 td {
	padding: 15px;
	border-right: 1px solid rgba(255, 255, 255, .4);
	background-color: #edf3f8 !important;
}

.prod-detail2 .tr2 .form {
	justify-content: center;
	align-items: center;
}

.prod-detail2 .tr2 .input-text {
	width: 90px;
	height: 35x;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background-color: #ffffff;
}

.prod-detail2 .tr2 .btn-submit {
	width: 35px;
	height: 35px;
	padding: 0;
	border-radius: 0;
	background-color: #1ca093;
}

.range-slider {
	height: 108px;
	margin: 1px auto 9px;
	overflow: hidden;
	position: relative;
	width: 80px
}

.randerblock .input_range {
	background-color: transparent;
	height: 100px;
	outline: none;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 80px
}

.randerblock .input_range::-webkit-slider-thumb {
	border-radius: 0;
	outline: 0;
	pointer-events: all;
	position: relative;
	z-index: 1
}

.randerblock .input_range::-moz-range-thumb {
	-moz-appearance: none;
	appearance: none;
	background: linear-gradient(180deg, #ededed 0, #dedede);
	pointer-events: all;
	position: relative;
	width: 11px;
	z-index: 10
}

.randerblock .iznput_range::-moz-range-track {
	background-color: rgba(0, 0, 0, .15);
	border: 0;
	position: relative;
	z-index: -1
}

.randerblock .input_range:last-of-type::-moz-range-track {
	-moz-appearance: none;
	appearance: none;
	background: none transparent;
	border: 0
}

/* 111 */
[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
}

[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
}

[type=range]:focus {
	outline: none
}

/* 最大值默认颜色 */
[type=range]::-webkit-slider-runnable-track {
	cursor: pointer;
	height: 4px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 100%;
	-webkit-box-shadow: 0 0 0 transparent, 0 0 0 hsla(0, 0%, 5%, 0);
	box-shadow: 0 0 0 transparent, 0 0 0 hsla(0, 0%, 5%, 0);
	/*background: #9c9c9c;*/
	background: transparent;
	border: 0 solid #000;
	border-radius: 5px
}

/* 按钮颜色 */
[type=range]::-webkit-slider-thumb {
	-webkit-box-shadow: 0 0 0 #111, 0 0 0 #1e1e1e;
	box-shadow: 0 0 0 #111, 0 0 0 #1e1e1e;
	background: #005a9c;
	border: 0 solid #fff;
	cursor: pointer;
	width: 14px;
	height: 25px;
	-webkit-appearance: none;
	appearance: none;
	margin-top: -11px;
	background: url(../images/icon36.png) no-repeat center center;
}

/* 最小值的颜色 */
[type=range]:focus::-webkit-slider-runnable-track {
	/*background: #9c9c9c;*/
	background: transparent;
}

/*控制火狐颜色背景颜色*/
[type=range]::-moz-range-track {
	cursor: pointer;
	height: 4px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 100%;
	box-shadow: 0 0 0 transparent, 0 0 0 hsla(0, 0%, 5%, 0);
	background: #9c9c9c;
	background: transparent;
	border: 0 solid #000;
	border-radius: 5px
}

/*控制火狐颜色背景按钮颜色*/
[type=range]::-moz-range-thumb {
	border: 0 solid #fff;
	border-radius: 0px;
	cursor: pointer;
	width: 14px;
	height: 24px;
	background: url(../images/icon36.png) no-repeat center center;
	background-size: cover;
}

/*控制ie颜色背景颜色*/
[type=range]::-ms-track {
	cursor: pointer;
	height: 4px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 100%;
	background: transparent;
	border-color: transparent;
	border-width: 4px 0;
	color: transparent
}

/*ie默认背景竖条颜色颜色*/
[type=range]::-ms-fill-lower {
	background: #9c9c9c;
	background: transparent;
}

[type=range]::-ms-fill-lower,
[type=range]::-ms-fill-upper {
	box-shadow: 0 0 0 transparent, 0 0 0 hsla(0, 0%, 5%, 0);
	border: 0 solid #000;
	border-radius: 10px
}

/*ie默认背景竖条颜色颜色*/
[type=range]::-ms-fill-upper {
	background: #9c9c9c;
	background: transparent;
}

/*ie按钮颜色*/
[type=range]::-ms-thumb {
	box-shadow: 0 0 0 #111, 0 0 0 #1e1e1e;
	background: url(../images/icon36.png) no-repeat center center;
	border: 0 solid #fff;
	border-radius: 0px;
	cursor: pointer;
	width: 14px;
	height: 25px;
}

/*ie按钮滑动背景条颜色*/
[type=range]:focus::-ms-fill-lower {
	background: #9c9c9c;
	background: transparent;
}

/*ie按钮滑动背景条颜色*/
[type=range]:focus::-ms-fill-upper {
	background: #9c9c9c;
	background: transparent;
}

.rander_num {
	font-size: 14px;
	position: absolute;
	width: 46px;
	height: 22px;
	background: #fff;
	padding: 0 5px;
	box-sizing: border-box;
	color: #404040;
}

.randerbox01 .rander_num {
	top: 0;
	left: 25px;
}

.randerbox02 .rander_num {
	bottom: 0;
	left: 25px;
}

.randerblock {
	width: 60px;
	height: 230px;
	position: relative;
	margin-left: 10px;
	background: url(../images/icon60.jpg) 6px 0 repeat-y;
}

.randerblock .input_range {
	height: 40px;
	width: 230px;
	top: 95px;
	left: -106px;
}

.max_num,
.min_num {
	display: none;
}

@media only screen and (max-width:1024px) {
	.randerblock {
		height: 140px;
	}

	.randerblock .input_range {
		width: 140px;
		top: 50px;
		left: -62px;
	}

	.pro_chose {
		height: 140px;
	}
}


.ie9 .randerblock {
	background: none;
}

.ie9 .input_range {
	display: none;
}

.ie9 .max_num,
.ie9 .min_num {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}

.ie9 .rander_num {
	position: static;
}

.ie9 .randerblock {
	width: 100%;
}

.ie9 .randerbox01 {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
}

.ie9 .randerbox02 {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}

@media screen and(-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.randerblock {
		background: none;
	}

	.input_range {
		display: none;
	}

	.max_num,
	.min_num {
		display: block;
		margin-bottom: 10px;
		font-size: 12px;
	}

	.rander_num {
		position: static;
	}

	.randerblock {
		width: 100%;
	}

	.randerbox01 {
		position: absolute;
		top: 30px;
		left: 0;
		width: 100%;
	}

	.randerbox02 {
		position: absolute;
		bottom: 30px;
		left: 0;
		width: 100%;
	}
}

.prod-detail2 .table .scroll {
	height: 220px;
	overflow-y: auto;
}

.prod-detail2 .scroll .checkbox {
	font-size: 12px;
	color: #222222;
	line-height: 1;
	margin: 0;
	margin-bottom: 8px;
}

.prod-detail2 .scroll label {
	min-height: auto;
}

.prod-detail2 .scroll input[type=checkbox] {
	width: 12px;
	height: 12px;
	margin-top: 0;
	border-radius: 0;
}

.prod-detail2 .table .scroll::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 3px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.prod-detail2 .table .scroll::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #1ca093;
}

.prod-detail2 .table .scroll::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: #ffffff;
}

.prod-detail2 .table .down-icon {
	display: inline-block;
	width: 21px;
	height: 23px;
	background-image: url(../images/icon37.png);
	background-position: center center;
	background-size: cover;
	vertical-align: middle;
}

.prod-detail2 .nav-page {
	margin: 62px auto 73px;
}


/* 媒体查询 */
@media only screen and (max-width: 1680px) {
	.prod-detail .box4 .box a:nth-child(5n) {
		margin-right: 20px;
	}

	.nav-locat.on .r-box .nav {
		max-width: 1140px;
	}
}

@media only screen and (max-width: 1440px) {
	.nav-locat.on .r-box {
		top: 110px;
	}

	.nav-locat .h1 {
		padding-right: 40px;
	}

	.nav-locat .nav a {
		padding: 0 15px;
	}

	.prod-box {
		margin-top: 60px;
	}

	.filter-box {
		width: 25%;
	}

	.filter-box .h1 {
		font-size: 18px;
		line-height: 40px;
	}

	.filter-box .name {
		font-weight: normal;
	}

	.prod-box .r-box {
		width: 75%;
	}

	.prod-list .column {
		margin-bottom: 20px;
	}

	.prod-list .name {
		font-size: 16px;
	}

	.prod-list .suspen {
		padding: 20% 15% 0;
	}

	.prod-detail {
		margin-top: 50px;
	}

	.prod-detail .box1 {
		margin-bottom: 30px;
	}

	.prod-detail .box2 {
		padding-bottom: 20px;
		margin-bottom: 40px;
	}

	.prod-detail .box2 .h1 {
		font-size: 20px;
		line-height: 40px;
	}

	.prod-detail .box3 {
		margin-bottom: 50px;
	}

	.prod-detail .box3 .text-box {
		padding-left: 70px;
	}

	.prod-detail .box4 {
		margin-bottom: 50px;
	}

	.prod-detail .box4 .l-box {
		width: 280px;
	}

	.prod-detail .box4 .icon {
		width: 30px;
		margin-right: 10px;
	}

	.prod-detail .box4 .name {
		font-size: 20px;
	}

	.prod-detail .box4 .r-box {
		width: calc(100% - 280px);
	}

	.prod-detail .box5 {
		margin-bottom: 40px;
	}

	.down-box {
		margin-bottom: 70px;
	}

	.down-box .h1 {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 30px;
	}

	.down-list .column {
		padding-right: 30px;
	}

	.down-list .column:nth-child(2n) {
		padding-left: 30px;
	}

	.down-list .column a {
		padding: 20px 30px 20px 15px;
	}

	.prod-detail2 .table .scroll {
		height: 140px;
	}

}

@media only screen and (max-width: 1199px) {
	.nav-locat.on .r-box .nav {
		max-width: 940px;
	}

	.prod-detail .box1 .form-control {
		width: 200px;
	}

	.prod-detail .box4 .box a {
		width: 170px;
	}

	.prod-detail .box4 .btn-more {
		width: 170px;
	}
}

@media only screen and (max-width: 991px) {
	.nav-locat .r-box {
		width: 100%;
	}

	.nav-locat.on .r-box .nav {
		max-width: 720px;
	}

	.nav-locat .h1 {
		padding-left: 0;
		padding-right: 15px;
		white-space: nowrap;
	}

	.nav-locat .nav {
		overflow-x: auto;
		white-space: nowrap;
	}

	.nav-locat .nav::-webkit-scrollbar {
		display: none;
	}

	.nav-locat .location {
		display: none;
		position: absolute;
		top: 100%;
		width: 100%;
	}

	.prod-box {
		margin-top: 100px;
	}

	.prod-box .box-wrap {
		flex-wrap: wrap;
	}

	.filter-box {
		width: 100%;
		margin-bottom: 30px;
	}

	.filter-box .box {
		margin-bottom: 0;
	}

	.filter-box .h1 {
		margin-bottom: 0;
		padding: 0 15px;
		border-bottom: 1px solid #eeeeee;
		background-color: #f7fafb;
		cursor: pointer;
	}

	.filter-box .nav {
		display: none;
		padding: 15px;
	}

	.filter-box .item {
		margin-bottom: 10px;
	}

	.prod-box .r-box {
		width: 100%;
		padding: 0;
		border: 0;
	}

	.prod-box .prod-list {
		margin: 0 -15px;
	}

	.prod-detail {
		margin-top: 80px;
	}

	.prod-detail .box3 .img {
		width: 300px;
	}

	.prod-detail .box3 .text-box {
		width: calc(100% - 300px);
		padding-left: 30px;
	}

	.prod-detail .box3 .btn-advisory {
		width: 170px;
	}
}

@media only screen and (max-width: 767px) {
	.nav-locat.on .r-box {
		top: 70px;
	}

	.nav-locat .nav {
		margin-left: 0;
	}

	.nav-locat .h1 {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}

	.nav-locat .nav a {
		font-size: 14px;
		line-height: 60px;
	}

	.nav-locat .location {
		justify-content: flex-start;
		padding: 0;
	}

	.location a {
		line-height: 50px;
	}

	.prod-box {
		margin-top: 70px;
	}

	.filter-box .h1 {
		font-size: 16px;
	}

	.filter-box {
		margin-bottom: 20px;
	}

	.prod-box .nav-page {
		margin-bottom: 50px;
	}

	.nav-page a {
		width: 30px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		margin: 0 5px;
	}

	.prod-detail {
		margin-top: 60px;
	}

	.prod-detail .box1 {
		margin-bottom: 15px;
	}

	.prod-detail .box1 .form-group {
		margin-right: 0;
	}

	.prod-detail .box1 .form-control {
		width: 100%;
		height: 40px;
		line-height: 38px;
	}

	.prod-detail .box2 .h1 {
		font-size: 18px;
	}

	.prod-detail .box2 {
		margin-bottom: 30px;
	}

	.prod-detail .box3 {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.prod-detail .box3 .img {
		width: 100%;
		margin-bottom: 20px;
	}

	.prod-detail .box3 .text-box {
		width: 100%;
		padding: 0;
	}

	.prod-detail .box3 .h1 {
		font-size: 18px;
	}

	.prod-detail .box3 .h2 {
		font-size: 16px;
		line-height: 20px;
	}

	.prod-detail .box3 .btn-advisory {
		width: 120px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		margin-top: 20px;
	}

	.prod-detail .box4 {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.prod-detail .box4 .l-box {
		width: 100%;
		margin-bottom: 20px;
	}

	.prod-detail .box4 .icon {
		width: 20px;
	}

	.prod-detail .box4 .name {
		font-size: 18px;
	}

	.prod-detail .box4 .l-box::before {
		display: none;
	}

	.prod-detail .box4 .l-box::after {
		display: none;
	}

	.prod-detail .box4 .r-box {
		width: 100%;
		border: 0;
		padding: 0;
	}

	.prod-detail .box4 .hide-box {
		height: 100px;
	}

	.prod-detail .box4 .box a {
		width: 48%;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		margin-right: 4% !important;
		margin-bottom: 10px;
	}

	.prod-detail .box4 .box a:nth-child(2n) {
		margin-right: 0 !important;
	}

	.prod-detail .box4 .btn-more {
		width: 120px;
		height: 40px;
		font-size: 14px;
		line-height: 38px;
		margin: 10px 0 0;
	}

	.down-box {
		margin-bottom: 50px;
	}

	.down-box .h1 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.down-list .column {
		padding: 0 !important;
	}

	.down-list .column a {
		padding: 5px 15px;
		border-top: 0 !important;
	}

	.down-list .name {
		line-height: 26px;
	}

	.prod-detail2 .top-box {
		flex-wrap: wrap;
		margin-top: 60px;
	}

	.prod-detail2 .top-box .l-box {
		width: 100%;
		margin-bottom: 20px;
	}

	.prod-detail2 .top-box .l-box .btn {
		padding: 0;
		margin-right: 20px;
	}

	.prod-detail2 .top-box .l-box .icon {
		width: 20px;
		margin-right: 5px;
	}

	.prod-detail2 .top-box .r-box {
		width: 100%;
	}

	.prod-detail2 .top-box .input-text {
		width: calc(100% - 40px);
	}

	.prod-detail2 .table {
		width: 1000px;
	}

	.prod-detail2 .nav-page {
		margin: 30px 0 50px;
	}
}

/* 关于我们 */
.about-main .nav-locat .nav a {
	color: #666666;
}

.about-main .nav-locat .nav a.on {
	color: #0ccabd;
}

.about-box .introd {
	margin-top: 145px;
	margin-bottom: 188px;
}

.introd .l-box,
.introd .r-box {
	padding: 0;
}

.about-box .title .cn {
	font-size: 36px;
	color: #222222;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 10px;
}

.about-box .title .en {
	font-size: 14px;
	color: #999999;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
}

.introd .l-box {
	padding-right: 125px;
}

.introd .l-box .title {
	margin-bottom: 45px;
}

.introd .text {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.introd .data {
	margin: 65px 0;
}

.introd .box {
	margin-right: 170px;
}

.introd .box:last-child {
	margin-right: 0;
}

.introd .d1 {
	font-size: 24px;
	color: #666666;
	margin-bottom: 20px;
	font-weight: 300;
}

.introd .number {
	font-size: 70px;
	color: #444444;
	line-height: 1;
	font-weight: 300;
}

.introd .number a {
	color: #444444;
}

.introd .unit {
	display: inline-block;
	font-size: 24px;
	margin-left: 5px;
}

.introd .r-box .title {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.introd .carousel {
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
}

.introd .carousel .back {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 40px;
	background-color: #ffffff;
	z-index: 9;
}

.introd .swiper-slide {
	width: 400px;
	opacity: .2 !important;
}

.introd .swiper-slide-prev {
	opacity: .5 !important;
}

.introd .swiper-slide-active {
	opacity: 1 !important;
}

.introd .swiper-button-next,
.introd .swiper-button-prev {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-position: center center;
	background-size: auto;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
}

.introd .swiper-button-prev {
	left: -60px;
	background-image: url(../images/icon40.png);
}

.introd .swiper-button-next {
	right: -60px;
	background-image: url(../images/icon40-2.png);
}

.introd .swiper-button-prev:hover {
	background-image: url(../images/icon41.png);
	background-color: #1ca093;
}

.introd .swiper-button-next:hover {
	background-image: url(../images/icon41-2.png);
	background-color: #1ca093;
}

.struc {
	background-position: center center;
	background-size: cover;
}

.struc .box-wrap {
	text-align: center;
	padding: 87px 0 102px;
}

.partner .box-wrap {
	margin: 135px 0 148px;
}

.partner .top-box {
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 40px;
	border-bottom: 1px solid #e9f0f4;
	margin-bottom: 70px;
}

.partner .h1 {
	font-size: 0;
}

.partner .h1>span {
	display: inline-block;
}

.partner .sign {
	font-size: 60px;
	color: #cee7e5;
	line-height: 1;
	margin-right: 5px;
	vertical-align: top;
}

.partner .sign2 {
	line-height: 10px;
	margin-right: 0;
	margin-left: 5px;
	vertical-align: bottom;
}

.partner .text {
	font-size: 36px;
	color: #222222;
	line-height: 60px;
	font-weight: bold;
}

.partner .arrow {
	position: static;
	top: 0;
	left: auto;
	right: auto;
	width: 40px;
	height: 40px;
	margin-top: 0;
	background-position: center center;
	background-color: #0ccabd;
	background-size: auto;
	border-radius: 50%;
	margin: 0 5px;
}

.partner .swiper-button-prev {
	background-image: url(../images/icon41.png);
}

.partner .swiper-button-next {
	background-image: url(../images/icon41-2.png);
	margin-right: 0;
}

.partner .arrow:hover {
	background-color: #1ca093;
}

.partner .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	border: 5px solid #ffffff;
}

.swiper5 .column {
	position: relative;
	text-align: center;
	padding: 10px 12px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.swiper5 .column::before {
	position: absolute;
	content: "";
	left: -7px;
	top: -7px;
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	z-index: 9;
}

.swiper5 .column::after {
	position: absolute;
	content: "";
	left: -3px;
	top: -3px;
	width: 6px;
	height: 6px;
	background-color: #dcdcdc;
	border-radius: 50%;
	z-index: 9;
}

.swiper5 .column img{
	height: 70px;
}

.advisory {
	background-position: center center;
	background-size: cover;
}

.advisory .box-wrap {
	padding: 106px 0 65px;
	justify-content: center;
	text-align: center;
}

.advisory .h1 {
	font-size: 28px;
	color: #ffffff;
	line-height: 60px;
	font-weight: bold;
	margin-bottom: 18px;
}

.advisory .mailbox {
	justify-content: center;
	align-items: center;
}

.advisory .icon {
	margin-right: 15px;
}

.advisory .number {
	font-size: 20px;
	color: #ffffff;
	line-height: 28px;
}

.advisory .btn-box {
	margin-top: 28px;
}

.advisory .btn-advis {
	width: 140px;
	height: 45px;
	font-size: 14px;
	color: #1ca093;
	line-height: 41px;
	padding: 0;
	background-color: #ffffff;
	border: 2px solid rgba(255, 255, 255, .2);
	border-radius: 23px;
	box-shadow: 0 2px 5px rgba(255, 255, 255, .2);
	transition: all .3s;
}

.advisory .btn-advis:hover {
	color: #ffffff;
	background-color: #1ca093;
}

.culture .box-wrap {
	padding: 100px 0 130px;
}

.culture .box {
	flex-wrap: wrap;
}

.culture .l-box {
	width: 398px;
}

.culture .title {
	margin-bottom: 65px;
}

.culture .img {
	display: none;
}

.culture .img.on {
	display: block;
}

.culture .r-box {
	width: calc(100% - 398px);
	margin-top: 50px;
}

.cultu-list .column {
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin-bottom: 65px;
	cursor: pointer;
}

.cultu-list .column:last-child {
	margin-bottom: 0;
}

.cultu-list .name {
	position: relative;
	width: 390px;
	font-size: 18px;
	color: #999999;
	line-height: 24px;
	font-weight: bold;
	padding-left: 158px;
	padding-right: 15px;
}

.cultu-list .text {
	width: calc(100% - 390px);
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.cultu-list .column.on .name {
	color: #222222;
}

.cultu-list .column.on .name::before {
	position: absolute;
	content: "";
	top: 50%;
	left: -65px;
	width: 130px;
	height: 3px;
	margin-top: -2px;
	background-color: #0ccabd;
}

.cultu-list .column.on .text {
	color: #222222;
}

/* 媒体查询 */
@media only screen and (max-width: 1680px) {
	.introd .l-box {
		padding-right: 50px;
	}

	.cultu-list .column {
		margin-bottom: 40px;
	}

	.cultu-list .name {
		width: 300px;
		padding-left: 120px;
	}

	.cultu-list .text {
		width: calc(100% - 300px);
	}
}

@media only screen and (max-width: 1440px) {
	.about-box .introd {
		margin: 100px 0 130px;
	}

	.about-box .title .cn {
		font-size: 30px;
	}

	.introd .number {
		font-size: 60px;
	}

	.struc .box-wrap {
		padding: 60px 0 80px;
	}

	.partner .box-wrap {
		margin: 100px 0 110px;
	}

	.partner .text {
		font-size: 30px;
		line-height: 50px;
	}

	.advisory .box-wrap {
		padding: 80px 0 50px;
	}

	.culture .box-wrap {
		padding: 80px 0 110px;
	}

	.culture .title {
		margin-bottom: 50px;
	}

	.advisory .h1 {
		font-size: 24px;
		line-height: 50px;
	}
}

@media only screen and (max-width: 1199px) {
	.introd .l-box {
		padding-right: 30px;
	}

	.introd .text {
		font-size: 14px;
	}

	.introd .box {
		margin-right: 100px;
	}

	.introd .d1 {
		font-size: 20px;
	}

	.cultu-list .name {
		width: 200px;
		padding-left: 60px;
	}

	.cultu-list .column.on .name::before {
		width: 80px;
		left: -40px;
	}

	.cultu-list .text {
		width: calc(100% - 200px);
	}
}

@media only screen and (max-width: 991px) {
	.introd .l-box {
		margin-bottom: 30px;
	}

	.introd .r-box .title {
		max-width: 100%;
	}

	.partner .text {
		font-size: 20px;
		line-height: 40px;
	}

	.culture .l-box {
		display: none;
	}

	.culture .r-box {
		width: 100%;
		margin-top: 0;
	}

	.cultu-list .name {
		padding-left: 0;
	}

	.cultu-list .column.on .name::before {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.about-box .introd {
		margin: 60px 0 50px;
	}

	.introd .l-box {
		margin-bottom: 40px;
	}

	.introd .l-box .title {
		margin-bottom: 20px;
	}

	.about-box .title .cn {
		font-size: 18px;
	}

	.introd .data {
		margin: 20px 0;
	}

	.introd .box {
		margin-right: 50px;
	}

	.introd .d1 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.introd .number {
		font-size: 32px;
	}

	.introd .unit {
		font-size: 14px;
	}

	.introd .r-box .title {
		margin-bottom: 30px;
	}

	.introd .swiper-slide {
		width: 100%;
	}

	.introd .carousel .back {
		display: none;
	}

	.struc .box-wrap {
		padding: 50px 0;
	}

	.partner .box-wrap {
		margin: 40px 0 50px;
	}

	.partner .sign {
		font-size: 20px;
	}

	.partner .text {
		font-size: 18px;
		line-height: 30px;
	}

	.partner .btn-box {
		display: none;
	}

	.partner .top-box {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.advisory .box-wrap {
		padding: 50px 0;
	}

	.advisory .h1 {
		font-size: 18px;
		line-height: 30px;
	}

	.advisory .number {
		font-size: 16px;
	}

	.advisory .btn-box {
		margin-top: 20px;
	}

	.advisory .btn-advis {
		width: 120px;
		height: 40px;
		line-height: 36px;
	}

	.culture .box-wrap {
		padding: 50px 0;
	}

	.culture .title {
		margin-bottom: 30px;
	}

	.cultu-list .column {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.cultu-list .name {
		width: 100%;
		font-size: 14px;
		color: #222222;
		margin-bottom: 5px;
	}

	.cultu-list .text {
		width: 100%;
	}

	.advisory .icon {
		width: 20px;
		margin-right: 10px;
	}

	.swiper2 .suspen2 {
		display: none;
	}

	.introd .swiper-button-next,
	.introd .swiper-button-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.introd .swiper-button-prev {
		left: 10px;
	}

	.introd .swiper-button-next {
		right: 10px;
	}
}

/* 加入我们 */
.join-main .nav-locat .nav a {
	color: #666666;
}

.join-main .nav-locat .nav a.on {
	color: #0ccabd;
}

.join-introd {
	margin: 90px 0 100px;
}

.join-main .title {
	text-align: center;
}

.join-main .title .h1 {
	font-size: 36px;
	color: #222222;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 20px;
}

.join-main .title .h2 {
	font-size: 16px;
	color: #222222;
	line-height: 1;
}

.join-introd .title {
	margin-bottom: 50px;
}

.join-introd .bot-box {
	flex-wrap: wrap;
}

.join-introd .box {
	padding: 0;
	background-color: #f6f6f6;
}

.join-introd .text-box {
	text-align: center;
	padding: 85px 140px 0;
}

.join-introd .text-box .h1 {
	font-size: 24px;
	color: #222222;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 24px;
}

.join-introd .text-box .icon {
	width: 30px;
	height: 3px;
	background-color: #0ccabd;
	margin: 0 auto;
	margin-bottom: 15px;
}

.join-introd .text-box .text {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.recru {
	margin-bottom: 110px;
}

.recru .title {
	margin-bottom: 60px;
}

.recru-list {
	border: 1px solid #eeeeee;
}

.recru-list .column {
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #eeeeee;
	padding: 0 63px 0 70px;
	height: 118px;
	text-align: center;
	transition: all .3s;
	cursor: pointer;
}

.recru-list .column:first-child {
	border: 0;
}

.recru-list .column>div {
	width: 25%;
}

.recru-list .name {
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	text-align: left;
	font-weight: bold;
	padding-left: 45px;
	background-image: url(../images/icon43.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.recru-list .place {
	font-size: 16px;
	color: #222222;
	line-height: 30px;
}

.recru-list .time {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.recru-list .btn-open {
	width: 120px !important;
	height: 40px;
	font-size: 14px;
	color: #fefefe;
	line-height: 40px;
	background-color: #1c44a0;
	padding: 0;
	border-radius: 0;
	transition: all .3s;
}

.recru-list .column:hover {
	box-shadow: 0 0px 15px rgba(0, 0, 0, .1);
}

.recru-list .column:hover .btn-open {
	background-color: #0ccabd;
}

.join-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 99;
}

.join-popup .box {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 1440px;
	width: 100%;
	padding: 0 70px;
	transform: translate(-50%, -50%);
}

.join-popup .text-box {
	padding: 50px 95px 73px;
	background-color: #ffffff;
}

.join-popup .h1 {
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 24px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px;
}

.join-popup .name {
	font-size: 24px;
	color: #222222;
	line-height: 30px;
}

.join-popup .btn-return {
	width: 90px;
	height: 40px;
	font-size: 16px;
	color: #222222;
	padding: 0;
	line-height: 38px;
	border: 1px solid #eeeeee;
	border-radius: 0;
	box-shadow: none;
}

.join-popup .text {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	height: 400px;
	overflow-y: auto;
}

.join-popup .text::-webkit-scrollbar {
	display: none;
}

.join-popup .h2 {
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 13px;
}

.join-popup .mail {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
	padding: 0 10px;
	background-color: #0ccabd;
	margin-top: 30px;
}

/* 媒体查询 */
@media only screen and (max-width: 1680px) {
	.join-introd .text-box {
		padding: 50px 100px 0;
	}
}

@media only screen and (max-width: 1440px) {
	.join-main .title .h1 {
		font-size: 30px;
	}

	.join-main .title .h2 {
		font-size: 14px;
	}

	.join-introd .text-box .h1 {
		font-size: 20px;
	}

	.recru-list .column {
		height: 100px;
	}

	.recru-list .name {
		font-size: 16px;
	}

	.recru-list .btn-open {
		width: 100px !important;
	}

	.join-popup .text-box {
		padding: 40px 70px;
	}

	.join-popup .h1 {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.join-popup .name {
		font-size: 20px;
	}

	.join-popup .text {
		font-size: 14px;
		line-height: 30px;
	}

	.join-popup .h2 {
		font-size: 14px;
	}

	.join-popup .text {
		height: 300px;
	}
}

@media only screen and (max-width: 1199px) {
	.join-introd .text-box {
		padding: 30px 60px 0;
	}

	.recru-list .name {
		padding-left: 30px;
	}

	.join-introd .text-box {
		padding: 30px 60px;
	}

	.join-popup .box {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 767px) {
	.join-introd {
		margin: 60px 0 50px;
	}

	.join-introd .title {
		margin-bottom: 30px;
	}

	.join-main .title .h1 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.join-introd .text-box {
		padding: 30px;
	}

	.recru {
		margin-bottom: 50px;
	}

	.recru .title {
		margin-bottom: 30px;
	}

	.recru-list .column {
		height: 60px;
		padding: 0 10px;
	}

	.recru-list .name {
		width: 30% !important;
		font-size: 12px;
		padding-left: 15px;
		background-size: 8px auto;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.recru-list .place {
		width: 20% !important;
		font-size: 12px;
	}

	.recru-list .time {
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.recru-list .btn-open {
		width: 70px !important;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		border: 0;
	}

	.join-introd .text-box .h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.join-popup .box {
		padding: 0 15px;
	}

	.join-popup .text-box {
		padding: 20px 15px;
	}

	.join-popup .h1 {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.join-popup .name {
		font-size: 18px;
		line-height: 20px;
	}

	.join-popup .btn-return {
		width: 70px;
		height: 34px;
		line-height: 32px;
		font-size: 14px;
	}

	.join-popup .h2 {
		line-height: 20px;
	}

	.join-popup .mail {
		font-size: 12px;
		line-height: 20px;
		margin-top: 20px;
	}
}

/* 联系我们 */
.addre {
	margin: 130px 0 125px;
	flex-wrap: wrap;
}

.contact-main .title {
	text-align: center;
}

.contact-main .title .cn {
	font-size: 36px;
	color: #222222;
	line-height: 1;
	margin-bottom: 12px;
}

.contact-main .title .en {
	font-size: 14px;
	color: #999999;
	line-height: 1;
	font-family: arial;
}

.addre .l-box {
	width: 542px;
}

.addre .r-box {
	width: calc(100% - 542px);
}

.addre .title {
	text-align: left;
	margin-bottom: 50px;
}

.addre-list .column {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.addre-list .icon {
	width: 25px;
	height: 30px;
	line-height: 30px;
}

.addre-list .text-box {
	width: calc(100% - 25px);
	padding-left: 19px;
}

.addre-list .name {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	margin-bottom: 5px;
}

.addre-list .text {
	font-size: 20px;
	color: #222222;
	line-height: 30px;
}

.addre-list .text2 {
	font-size: 16px;
}

.message {
	padding: 85px 105px 90px;
	margin-bottom: 120px;
	background-color: #f6f6f6;
}

.message .title {
	margin-bottom: 50px;
}

.message .title .cn {
	margin-bottom: 19px;
}

.message .title .en {
	font-size: 16px;
	color: #222222;
}

.message .form-inline {
	flex-wrap: wrap;
	justify-content: space-between;
}

.message .form-group {
	width: 49%;
	margin-bottom: 28px;
}

.message .name {
	display: inline-block;
	font-size: 14px;
	color: #222222;
	line-height: 44px;
}

.message .form-control {
	width: 100%;
	height: 50px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.message .area {
	width: 100%;
}

.message .area .form-control {
	width: 100%;
	height: 150px;
}

.message .btn-box {
	margin-top: 12px;
}

.message .btn-submit {
	width: 180px;
	height: 50px;
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;
	padding: 0;
	border-radius: 0;
	background-color: #0ccabd;
}

.message.apply {
	padding: 90px 105px 130px;
	margin-bottom: 0;
	background: none;
}

.message.apply .form-control {
	background-color: #f2f2f2;
}

/* 媒体查询 */
@media only screen and (max-width: 1680px) {
	.addre .l-box {
		width: 400px;
		padding-right: 20px;
	}

	.addre .title {
		margin-bottom: 30px;
	}

	.addre-list .text-box {
		padding-left: 15px;
	}

	.addre-list .icon {
		height: auto;
		line-height: 1;
	}

	.addre-list .name {
		line-height: 20px;
	}

	.addre-list .text {
		font-size: 16px;
		line-height: 20px;
	}

	.addre .r-box {
		width: calc(100% - 400px);
	}
}

@media only screen and (max-width: 1440px) {
	.addre {
		margin: 100px 0;
	}

	.contact-main .title .cn {
		font-size: 30px;
	}

	.message {
		padding: 60px 80px;
		margin-bottom: 100px;
	}

	.message.apply {
		padding: 60px 80px 100px;
	}
}

@media only screen and (max-width: 1199px) {
	.addre .l-box {
		width: 320px;
	}

	.addre .r-box {
		width: calc(100% - 320px);
	}
}

@media only screen and (max-width: 991px) {
	.addre {
		margin-bottom: 50px;
	}

	.addre .l-box {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}

	.addre-list {
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.addre-list .column {
		width: 50%;
		padding-right: 10px;
	}

	.addre-list .column:nth-child(2n) {
		padding: 0;
		padding-left: 10px;
	}

	.addre .r-box {
		width: 100%;
	}

	.message {
		padding: 50px;
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.addre {
		margin-top: 60px;
	}

	.contact-main .title .cn {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.addre .l-box {
		margin-bottom: 0;
	}

	.addre-list .column {
		width: 100%;
		padding: 0 !important;
	}

	.message {
		padding: 30px 25px;
	}

	.message .title {
		margin-bottom: 20px;
	}

	.message .title .en {
		font-size: 14px;
		line-height: 20px;
	}

	.message .name {
		line-height: 24px;
		margin-bottom: 5px;
	}

	.message .form-group {
		width: 100%;
		margin-bottom: 10px;
	}

	.message .form-control {
		height: auto;
	}

	.message .btn-submit {
		width: 90px;
		height: 34px;
		font-size: 14px;
		line-height: 34px;
	}

	.message.apply {
		padding: 60px 15px 50px;
	}
}

/* 品牌代理 */
.proxy-main .location {
	background-color: #f4f7f9;
}

.proxy-box {
	padding: 30px 0;
	background-color: #f4f7f9;
}

.proxy-box .top-box {
	justify-content: space-between;
	align-items: center;
	padding: 35px;
	background-color: #1c44a0;
	margin-bottom: 38px;
}

.proxy-box .form-group {
	margin-right: 40px;
}

.proxy-box .form-group:last-child {
	margin-right: 0;
}

.proxy-box .form-control {
	width: 300px;
	height: 50px;
	border: 0;
	border-radius: 0;
	background-color: #ffffff;
	box-shadow: none;
	font-size: 14px;
	color: #666666;
}

.proxy-box .btn-all {
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 16px;
	padding-left: 22px;
	background-image: url(../images/icon50.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.proxy-list .column {
	align-items: center;
	padding: 50px 70px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .3s;
}

.proxy-list .img {
	width: 270px;
	text-align: center;
}

.proxy-list .icon {
	font-size: 0;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #f2f2f2;
	transition: all .3s;
	overflow: hidden;
}

.proxy-list .text-box {
	width: calc(100% - 270px);
	padding-left: 88px;
}

.proxy-list .top {
	justify-content: space-between;
	align-items: center;
	padding-bottom: 19px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 17px;
}

.proxy-list .name {
	font-size: 28px;
	color: #222222;
	line-height: 1;
	transition: all .3s;
}

.proxy-list .plus {
	font-size: 28px;
	color: #222222;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	transition: all .3s;
}

.proxy-list .name2 {
	color: #0ccabd;
	line-height: 26px;
}

.proxy-list .text {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	/* transition: all .3s; */
}

.proxy-list .bot {
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}

.proxy-list .belong {
	align-items: center;
}

.proxy-list .item {
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666666;
	background-color: #f4f4f4;
	border-radius: 20px;
	margin-right: 10px;
}

.proxy-list .item:last-child {
	margin-right: 0;
}

.proxy-list .btn-link {
	display: block;
	font-size: 14px;
	color: #1ea094;
	line-height: 30px;
	padding-left: 40px;
	background-image: url(../images/icon51.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.proxy-list .column:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.proxy-list .column:hover .icon {
	box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
}

.proxy-list .column:hover .name {
	color: #0ccabd;
}

.proxy-list .column:hover .plus {
	color: #0ccabd;
}

.proxy-list .column.on .text {
	-webkit-line-clamp: 99;
}

.proxy-box .btn-more {
	font-size: 14px;
	color: #1ca093;
	line-height: 26px;
	padding: 0;
	text-decoration: underline;
	box-shadow: none;
}

.proxy-box .box .btn-box {
	text-align: center;
	margin: 70px 0 52px;
}

.prod-solu {
	padding: 93px 0 77px;
}


.prod-solu .top .column {
	padding: 0;
	padding-right: 30px;
	margin-bottom: 90px;
}

.prod-solu .top .column a {
	display: block;
	position: relative;
	overflow: hidden;
}

.prod-solu .top .column:nth-child(2n) {
	padding: 0;
	padding-left: 30px;
}

.prod-solu .suspen {
	position: absolute;
	bottom: -72px;
	left: 0;
	width: 100%;
	padding: 32px 50px;
	transition: all .3s;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, .5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(100%, #000000));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, .5) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, .5) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, .5) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, .5) 100%);
}

.prod-solu .suspen .h1 {
	font-size: 30px;
	color: #ffffff;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 14px;
}

.prod-solu .suspen .text {
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	margin-bottom: 40px;
	transition: all .3s;
}

.prod-solu .btn-detail {
	width: 80px;
	height: 40px;
	border-radius: 0;
	background-image: url(../images/icon55.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0ccabd;
	transition: all .3s;
}

.prod-solu .top .column:hover .suspen {
	bottom: 0;
}

.prod-solu .top .column:hover .text {
	margin-bottom: 17px;
}

.prod-solu .bot .list-box {
	justify-content: space-between;
	align-items: center;
}

/* .prod-solu .bot {
	margin-top: ;
} */

.prod-solu .bot .h1 {
	font-size: 24px;
	color: #222222;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 30px;
}

.prod-solu .form {
	align-items: center;
	border-bottom: 1px solid #eeeeee;
}

.prod-solu .form-control {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	color: #999999;
}

.prod-solu .btn-submit {
	width: 18px;
	height: 14px;
	background: none;
	border-radius: 0;
	background-image: url(../images/icon52.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.prod-solu .btn-box .btn {
	width: 140px;
	height: 45px;
	font-size: 14px;
	line-height: 43px;
	border-radius: 0;
	padding: 0;
	margin-right: 20px;
	transition: all .3s;
}

.prod-solu .btn-box .btn:last-child {
	margin-right: 0;
}

.prod-solu .btn-box .btn-appli {
	color: #1ca093;
	border: 1px solid #1ca093;
}

.prod-solu .btn-box .btn-appli:hover {
	color: #ffffff;
	background-color: #1ca093;
}

.prod-solu .btn-box .btn-cont {
	color: #8d8d8d;
	border: 1px solid #e5e5e5;
}

.prod-solu .btn-box .btn-cont:hover {
	color: #ffffff;
	background-color: #1c44a0;
}

.prod-solu .share .btn {
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 0;
	padding: 0;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	margin-right: 30px;
	overflow: hidden;
}

.prod-solu .share .btn:last-child {
	margin-right: 0;
}

.prod-solu .share .drop-down {
	position: absolute;
	top: -110px;
	left: 50%;
	width: 100px;
	height: 100px;
	transform: translate(-50%, 0);
}

.prod-solu .share .btn:hover {
	overflow: initial;
}

/* 媒体查询 */
@media only screen and (max-width: 1680px) {
	.proxy-list .text-box {
		padding-left: 50px;
	}
}

@media only screen and (max-width: 1440px) {
	.proxy-box .top-box {
		padding: 30px;
	}

	.proxy-list .column {
		padding: 30px 50px;
	}

	.proxy-list .name {
		font-size: 24px;
	}

	.proxy-box .box .btn-box {
		margin: 60px 0 40px;
	}

	.prod-solu .suspen {
		padding: 20px 30px;
	}

	.prod-solu .top .column {
		margin-bottom: 50px;
	}

	.prod-solu .suspen .h1 {
		font-size: 24px;
	}

	.prod-solu .suspen .text {
		font-size: 14px;
		margin-bottom: 25px;
	}

	.prod-solu .bot .h1 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1199px) {
	.proxy-list .img {
		width: 180px;
	}

	.proxy-list .icon {
		width: 120px;
		height: 120px;
	}

	.proxy-list .text-box {
		width: calc(100% - 180px);
	}

	.prod-solu .top .column {
		padding-right: 15px;
		margin-bottom: 30px;
	}

	.prod-solu .top .column:nth-child(2n) {
		padding-left: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.proxy-box .form-control {
		width: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.proxy-box {
		padding-top: 10px;
	}

	.proxy-box .top-box {
		padding: 15px;
	}

	.proxy-box .form-group {
		margin-right: 0;
	}

	.proxy-box .form-control {
		height: auto;
	}

	.proxy-box .form-group:last-child {
		margin-bottom: 0;
	}

	.proxy-list .column {
		padding: 15px;
	}

	.proxy-list .img {
		width: auto;
	}

	.proxy-list .icon {
		width: 80px;
		height: 80px;
	}

	.proxy-list .text-box {
		width: calc(100% - 80px);
		padding-left: 15px;
	}

	.proxy-list .top {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.proxy-list .name {
		font-size: 16px;
	}

	.proxy-list .plus {
		font-size: 20px;
	}

	.proxy-list .bot {
		flex-wrap: wrap;
		margin-top: 10px;
	}

	.proxy-list .item {
		font-size: 12px;
		padding: 0 10px;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
	}

	.proxy-list .btn-link {
		font-size: 12px;
		line-height: 30px;
		padding-left: 30px;
		background-size: auto 24px;
	}

	.proxy-box .box .btn-box {
		margin: 30px 0 20px;
	}

	.prod-solu {
		padding: 50px 0 30px;
	}

	.prod-solu .top .column {
		padding: 0 !important;
		margin-bottom: 20px;
	}

	.prod-solu .suspen {
		padding: 15px;
	}

	.prod-solu .suspen .h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.prod-solu .bot .list-box {
		flex-wrap: wrap;
		margin-top: 30px;
	}

	.prod-solu .bot .column {
		margin-bottom: 20px;
	}

	.prod-solu .bot .h1 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.prod-solu .bot .column:first-child {
		width: 100%;
	}

	.prod-solu .bot .column:first-child .h1 {
		margin-bottom: 10px;
	}

	.prod-solu .btn-box .btn {
		width: 90px;
		height: 34px;
		line-height: 32px;
	}

	.prod-solu .share .btn {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
}

/* 新闻中心 */
.news-box {
	margin: 67px 0 80px;
}

.news-list .column {
	transition: all .3s;
}

.news-list a {
	align-items: flex-start;
	padding: 46px 0;
	border-bottom: 1px solid #eeeeee;
}

.news-list .column:first-child a {
	border-top: 1px solid #eeeeee;
}

.news-list .date {
	width: 190px;
	padding: 20px 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.news-list .day {
	font-size: 60px;
	color: #1ca093;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
	transition: all .3s;
}

.news-list .years {
	font-size: 18px;
	color: #b1b1b1;
	line-height: 1;
	transition: all .3s;
}

.news-list .img {
	width: 280px;
}

.news-list .text-box {
	width: calc(100% - 470px);
	padding: 10px 55px 0 70px;
}

.news-list .h1 {
	font-size: 22px;
	color: #222222;
	line-height: 36px;
	margin-bottom: 17px;
	transition: all .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list .text {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	transition: all .3s;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-list .more {
	font-size: 14px;
	color: #1ea094;
	line-height: 1;
	text-decoration: underline;
	margin-top: 45px;
	transition: all .3s;
}

.news-list .column:hover {
	background-color: #1c44a0;
}

.news-list .column:hover .day {
	color: #ffffff;
}

.news-list .column:hover .years {
	color: #ffffff;
}

.news-list .column:hover .h1 {
	color: #ffffff;
}

.news-list .column:hover .text {
	color: #ffffff;
}

.news-list .column:hover .more {
	color: #ffffff;
}

.news-box .nav-page {
	margin-top: 65px;
}

.news-detail {
	margin: 100px 0 100px;
}

.news-detail .l-box {
	padding: 0;
	padding-right: 20px;
}

.news-detail .text-box {
	padding: 0 20px;
}

.news-detail .title {
	padding-bottom: 22px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 23px;
}

.news-detail .title .h1 {
	font-size: 28px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.news-detail .title .bot {
	align-items: center;
}

.news-detail .title .time {
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	margin-right: 85px;
}

.news-detail .title .size {
	align-items: center;
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	margin-right: 85px;
}

.news-detail .title .sign {
	width: 25px;
	height: 25px;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
	text-align: center;
	margin: 0 5px;
	cursor: pointer;
}

.news-detail .title .plus {
	background-color: #0ccabd;
}

.news-detail .title .less {
	background-color: #a0a0a0;
}

.news-detail .title .share {
	align-items: center;
	font-size: 14px;
	color: #999999;
	line-height: 25px;
}

.news-detail .title a {
	margin: 0 3px;
}

.news-detail .text {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding-bottom: 50px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px;
}

.news-detail .bot-box {
	justify-content: space-between;
	align-items: flex-start;
}

.up-down {
	width: calc(100% - 150px);
}

.up-down .item {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	transition: all .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.up-down .item:hover {
	color: #0ccabd;
}

.news-detail .btn-return {
	width: 130px;
	height: 45px;
	font-size: 14px;
	color: #666666;
	line-height: 43px;
	padding: 0;
	border-radius: 0;
	border: 1px solid #eeeeee;
	transition: all .3s;
}

.news-detail .btn-return:hover {
	color: #ffffff;
	background-color: #1ca093;
}

.news-detail .r-box {
	padding-left: 105px;
	padding-right: 70px;
}

.more-news .h1 {
	font-size: 22px;
	color: #444444;
	line-height: 1;
	margin-bottom: 35px;
}

.more-news .column {
	margin-bottom: 28px;
}

.more-news .h2 {
	font-size: 16px;
	color: #888888;
	line-height: 26px;
}

.more-news .time {
	font-size: 12px;
	color: #999999;
	line-height: 26px;
}


/* 媒体查询 */
@media only screen and (max-width: 1680px) {
	.news-detail .l-box {
		padding: 0;
	}

	.news-detail .title .h1 {
		font-size: 24px;
	}

	.news-detail .r-box {
		padding-left: 70px;
		padding-right: 50px;
	}
}

@media only screen and (max-width: 1440px) {
	.news-box {
		margin: 50px 0 70px;
	}

	.news-list a {
		padding: 35px 0;
	}

	.news-list .date {
		width: 150px;
	}

	.news-list .day {
		font-size: 50px;
		margin-bottom: 20px;
	}

	.news-list .years {
		font-size: 16px;
	}

	.news-list .text-box {
		width: calc(100% - 430px);
		padding: 10px 50px 0;
	}

	.news-list .h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.news-list .more {
		margin-top: 35px;
	}

	.news-box .nav-page {
		margin-top: 50px;
	}

	.more-news .h1 {
		font-size: 18px;
	}

	.news-detail .title .time {
		margin-right: 40px;
	}

	.news-detail .title .size {
		margin-right: 40px;
	}
}

@media only screen and (max-width: 1199px) {
	.news-detail .title .h1 {
		font-size: 20px;
	}

	.news-detail .r-box {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 991px) {
	.news-box {
		margin-top: 80px;
	}

	.news-list .date {
		width: 100px;
		padding: 10px 10px 0;
	}

	.news-list .day {
		font-size: 40px;
	}

	.news-list .years {
		font-size: 14px;
	}

	.news-list .img {
		width: 220px;
	}

	.news-list .text-box {
		width: calc(100% - 320px);
		padding: 5px 20px 0 20px;
	}

	.news-list .more {
		margin-top: 20px;
	}

	.news-detail .l-box {
		width: 100%;
	}

	.news-detail .r-box {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.news-box {
		margin: 60px 0 50px;
	}

	.news-list a {
		flex-wrap: wrap;
		padding: 25px 0;
	}

	.news-list .date {
		width: 70px;
		text-align: center;
		padding: 0;
	}

	.news-list .day {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.news-list .img {
		display: none;
	}

	.news-list .text-box {
		width: calc(100% - 70px);
		padding: 0;
		padding-left: 10px;
	}

	.news-list .h1 {
		font-size: 16px;
		line-height: 20px;
	}

	.news-list .more {
		margin-top: 10px;
	}

	.news-box .nav-page {
		margin-top: 40px;
	}

	.news-detail {
		margin: 60px 0 50px;
	}

	.news-detail .text-box {
		padding: 0;
	}

	.news-detail .title {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.news-detail .title .h1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.news-detail .title .bot {
		flex-wrap: wrap;
	}

	.news-detail .title .time {
		margin-right: 30px;
	}

	.news-detail .text {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.news-detail .bot-box {
		justify-content: center;
		flex-wrap: wrap;
	}

	.up-down {
		width: 100%;
	}

	.news-detail .btn-return {
		width: 120px;
		height: 40px;
		line-height: 38px;
		margin-top: 20px;
	}
}

/* 搜索 */
.search{
	padding: 100px 0;
}

.search .title{
	font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #333;
	font-weight: 400;
	margin-bottom: 50px;
	padding: 0 150px;
}

.search-list{
	padding: 0 150px;
}

.search-list .column{
	display: block;
	padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #E8E8E8;
}

.search-list .h1{
	font-size: 20px;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 400;
    color: #333;
    -moz-transition: all .36s ease;
    -o-transition: all .36s ease;
    -webkit-transition: all .36s ease;
    transition: all .36s ease;
    margin-bottom: 5px;
}

.search-list .source{
	font-size: 16px;
    line-height: 26px;
    color: #999;
}

@media only screen and (max-width: 1199px) {
	.search .title{
		padding: 0;
	}

	.search-list{
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.search{
		padding: 50px 0;
	}

	.search .title{
		margin-bottom: 30px;
	}

	.search-list .column{
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.search-list .h1{
		font-size: 14px;
		line-height: 24px;
	}

	.search-list .source{
		font-size: 12px;
	}
}

#nb_icon_wrap{
	display: none!important;
}