@charset "utf-8";
html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

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

html,
body {
	width: 100%;
}

body {
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	color: #404548;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: arial, Helvetica, sans-serif;
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
	color: #404548;
}

a:hover {
	color: #23b8bc;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1600px;
	margin: 0 auto;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ellipsis-6 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #555555;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #555555;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #555555;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #555555;
}

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

.h {
	height: 120px;
}

.overflow {
	overflow: hidden;
}


/*  *  * header *  * */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
}

header.fixed {
	-moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}

.head-main {
	position: relative;
	line-height: 120px;
	font-size: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed .head-main {
	line-height: 96px;
}

.head-main .logo {
	float: left;
}

.head-main .logo img {
	vertical-align: middle;
	height: 80px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.nav {
	display: inline-block;
	vertical-align: middle;
	line-height: 44px;
}

header.fixed .nav {
	line-height: 96px;
}

.nav>ul>li {
	float: left;
	margin-right: 50px;
	position: relative;
}

.nav>ul>li>a {
	display: block;
	color: #404548;
	font-size: 16px;
	position: relative;
	padding-right: 20px;
}

.nav>ul>li.two>a {
	padding-right: 20px;
}

.nav>ul>li.two>a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 9px;
	height: 5px;
	margin-top: -2.5px;
	background: url(../images/downico.png) no-repeat center center;
}

.nav>ul>li:hover>a,
.nav>ul>li.on>a {
	color: #23b8bc;
}

.nav .drop-down {
	width: 690px;
	background: #f8f8f8;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -345px;
	padding: 30px;
	display: none;
}

.nav li:hover .drop-down {
	display: block
}

.drop-down ol {
	float: left;
	width: 45%;
	line-height: 35px;
}

.drop-down ol li {
	border-bottom: 1px solid #d4d4d4;
}

.drop-down ol a {
	display: block;
	font-size: 15px;
	color: #404548;
	padding: 5px 15px;
	line-height: 25px;
	background: url(../images/rightico2.png) no-repeat right center;
}

.drop-down ol a:hover {
	color: #23b8bc;
}

.drop-down .pic {
	float: right;
	width: 50%;
}

.drop-down .pic img {
	display: block;
	width: 100%;
}

.right-side-box {
	padding-left: 60px;
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #ececec;
}

.searchbox {
	display: inline-block;
	vertical-align: middle;
}

.searchbtn {
	vertical-align: middle;
	width: 14px;
	height: 15px;
	margin-right: 10px;
	background: url(../images/seach.png) no-repeat left center;
}

.searchtext {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 160px;
	height: 44px;
	line-height: 44px;
	padding-left: 10px;
	background: url(../images/topxian.png) no-repeat left center;
}

.link {
	margin-left: 60px;
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	padding-right: 15px;
	background: url(../images/rightico.png) no-repeat right center;
}


/*移动端*/


/*	 *	 *	jQuery Sliding Menu Plugin	 *
 * 
 * 	Mobile app list-style navigation in the browser	 *	
 * 
 *  *	Written by Ali Zahid	
 * 
 *  *	http://designplox.com/jquery-sliding-menu	
 * 
 *  *	 */

.sliding-menu {
	overflow: hidden;
	position: relative;
}

.sliding-menu ul {
	float: left;
	margin: 0;
	width: 100%;
}

.sliding-menu li {
	list-style: none;
	margin: 0;
	line-height: 16px;
}

.sliding-menu a {
	display: block;
	padding: 1em;
	line-height: 16px;
}

.sliding-menu a:hover {
	background: #333;
	color: #FFF;
}

.sliding-menu a.nav:before {
	content: '\3009';
	float: right;
	margin-left: 1em;
}

.sliding-menu a.back {
	background: #083f78;
	color: #FFF;
}

.sliding-menu a.back:before {
	content: '\3008';
	float: left;
	margin-right: 1em;
}

.sliding-menu {
	overflow: hidden;
	position: relative;
}

.sliding-menu ul {
	float: left;
	margin: 0;
	width: 100%;
}

.sliding-menu li {
	list-style: none;
	margin: 0;
	line-height: 25px;
}

.sliding-menu a {
	display: block;
	padding: 10px 1em;
	line-height: 25px;
}

.sliding-menu a:hover {
	background: #333;
	color: #FFF;
}

.sliding-menu a.nav:before {
	content: '\3009';
	float: right;
	margin-left: 1em;
}

.sliding-menu a.back {
	background: #083f78;
	color: #FFF;
}

.sliding-menu a.back:before {
	content: '\3009';
	float: right;
	margin-right: 0;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
}

.phone_head .logo {
	font-size: 0;
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 35px;
	vertical-align: middle;
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0;
	margin-left: 15px;
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px;
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 40px;
	background: url(../images/menu.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #23b8bc none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: 11px;
	left: 18px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	/*display: none;*/
	position: fixed;
	top: 0;
	left: -9999px;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	overflow: hidden;
}

.popUp {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.maxDiv .maskbg {
	left: 0;
}

.maskbg:before {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	width: 180px;
	height: 100%;
	background: #23b8bc;
	transition: all 0.3s;
	z-index: 0;
}

.maxDiv .maskbg:before {
	left: 0;
	transition: all 0.3s;
}

#menu a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a:hover {
	color: #fff;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: #23b8bc;
	float: none;
}

#menu {
	margin: 4em 0;
	width: 180px;
	min-height: 308px;
	background: #23b8bc;
	left: -9999px;
	transition: all 0.3s;
	text-transform: uppercase;
}

.maxDiv .maskbg #menu {
	left: 0;
	transition: all 0.3s;
}

.sliding-menu a.back {
	background: #1fa5a9;
}

.sliding-menu a:hover {
	background: #1fa5a9;
}

.sqsy-sec {
	padding: 70px 0;
	background: #23b8bc url(../images/kjbg.jpg) no-repeat left top;
	background-size: cover;
	color: #fff;
}

.sqsy-sec .tbox {
	float: left;
}

@font-face {
	font-family: 'DIN-MEDIUM';
	font-weight: normal;
	font-style: normal;
	src: url('DIN-MEDIUM.eot');
	src: local('DIN-MEDIUM'), url('DIN-MEDIUM.eot?#iefix') format('embedded-opentype'), url('DIN-MEDIUM.woff2') format('woff2'), url('DIN-MEDIUM.woff') format('woff'), url('DIN-MEDIUM.ttf') format('truetype'), url('DIN-MEDIUM.svg') format('svg');
}

.sqsy-sec .tbox .t1 {
	font-size: 40px;
}

.sqsy-sec .tbox .t1 strong {
	font-size: 60px;
	font-family: 'DIN-MEDIUM';
	font-weight: bold;
	margin-right: 8px;
}

.sqsy-sec .tbox .t2 {
	margin-top: 10px;
	font-size: 24px;
}

.sqsy-sec .tbox .ico {
	margin-top: 15px;
}

.sqsy-sec .tbox .ico img {
	display: block;
	max-width: 100%;
}

.sqsy-sec .btn {
	float: right;
}

.btn a {
	display: block;
	width: 177px;
	height: 55px;
	line-height: 55px;
	background: #fff url(../images/more.png) no-repeat 90% center;
	border-radius: 4px;
	font-size: 16px;
	color: #23b8bc;
	padding: 0 20px;
	cursor: pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn a:hover {
	letter-spacing: 1.5px;
	background-position-x: 85%;
}

.sqsy-sec .btn {
	margin-top: 75px;
}

.sqsy-sec .btn a {
	font-size: 18px;
	width: 220px;
}


/*
 
 * footer
 * */

footer {
	background: #091540;
}

.fnav {
	border-bottom: 1px solid #222d53;
}

.fnav .tableul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.fnav .tableul>li {
	display: table-cell;
	vertical-align: top;
	border-left: 1px solid #222d53;
	width: 15%;
	padding: 50px 15px;
}

.fnav .tableul>li:nth-child(1) {
	width: 22%;
	border: 0;
}

.fnav .tableul>li:nth-child(2) {
	width: 22.5%;
}

.fnav .tableul>li:nth-child(5) {
	width: 25.5%;
}

.fnav .tableul>li>a {
	font-size: 18px;
	color: #23b8bc;
	font-weight: bold;
}

.fnav .tableul>li>a img {
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	height: 30px;
}

.fnav .tableul ul {
	margin-top: 15px;
	margin-left: 40px;
}

.fnav .tableul ul {
	font-size: 14px;
	color: #ffffff;
}

.fnav .tableul ul a {
	font-size: 14px;
	line-height: 26px;
	color: rgba(255, 255, 255, .8);
}

.fnav .tableul ul a:before {
	content: "·";
	font-size: 12px;
	font-weight: bold;
	color: rgba(255, 255, 255, .8);
	margin-right: 5px;
}

.fnav .tableul ul a:hover {
	color: #fff;
}

.fnav .tableul li .ewm {
	margin-left: 40px;
	width: 155px;
}
.fnav .tableul li .ewm img{
	display: block;
	width: 100%;
}
.fnav .tableul li .t {
	font-size: 13px;
	color: rgba(255, 255, 255, .8);
}

.fnav .tableul li .tbox {
	width: 100%;
	float: left;
	font-size: 14px;
	margin-top: 20px;
}

.fnav .tableul li .tel {
	color: #fff;
}

.fnav .tableul li .tel img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}

.fnav .tableul li .tel span {
	margin-left: 20px;
	font-size: 32px;
	font-family: "DIN-MEDIUM";
}

.fnav .tableul li .addr {
	margin-top: 10px;
	color: rgba(255, 255, 255, .7);
}

.copyright {
	font-size: 13px;
	color: rgba(255, 255, 255, .3);
	line-height: 36px;
	padding: 20px 0;
}

.copyright a {
	color: rgba(255, 255, 255, .3);
}


/*
 
 * index
 * */

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

.banner .pic {
	position: relative;
}

.banner .pic:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #23b8bc;
	opacity: .8;
}

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

.bannerswiper {
	width: 100%;
	max-width: 1903px;
}

.bannerswiper .swiper-pagination {
	bottom: 35px;
	right: 160px;
	width: auto;
	left: auto;
}

.bannerswiper .swiper-pagination-bullet {
	vertical-align: bottom;
	width: 30px;
	height: 4px;
	background: #fff;
	opacity: 1;
	margin: 0 5px;
	border-radius: 0;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.bannerswiper .swiper-pagination-bullet-active {
	background: #23b8bc;
}

.bannerswiper .swiper-button-prev {
	left: 30px;
}

.bannerswiper .swiper-button-next {
	right: 30px;
}

.sqsy-sec .tbox .ico img {
	animation-delay: 0ms;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: arrow;
	animation-play-state: running;
	animation-timing-function: linear;
}

@-webkit-keyframes arrow {
	0% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	50% {
		-webkit-transform: translate3d(0px, -10px, 0px);
	}
	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
}

@keyframes arrow {
	0% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	50% {
		-webkit-transform: translate3d(0px, -10px, 0px);
	}
	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
}

.bannerswiper .tbox {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	color: #fff;
}

.bannerswiper .tit {
	font-size: 40px;
	font-weight: bold;
	line-height: 56px;
}

.bannerswiper .btns {
	margin-top: 95px;
}

.bannerswiper .btns a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.knowmore {
	font-size: 22px;
	width: 210px;
	height: 65px;
	line-height: 65px;
	background: url(../images/btn1.png) no-repeat left top;
	background-size: cover;
	text-align: center;
}

.knowmore:hover {
	background-color: rgba(255, 255, 255, .2);
}

.provideo {
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	padding-left: 45px;
	margin-left: 40px;
	background: url(../images/play.png) no-repeat left center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.provideo:hover {
	padding-left: 50px;
}


/*
 
 * 
 * */

.nybanner {
	position: relative;
	z-index: 1;
}

.nybanner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #23b8bc;
	opacity: .8;
}

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

.nybanner .tbox {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}

.nybanner .tbox .tit {
	font-size: 40px;
}

.nybanner .tbox .tit:after {
	content: "";
	width: 40px;
	height: 5px;
	margin: 20px auto;
	display: block;
	background: #fff;
	border-radius: 25px;
}

.nybanner .tbox .desc {
	font-size: 24px;
	font-weight: lighter;
}

.nybanner .en {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 120px;
	color: rgba(255, 255, 255, .1);
	text-transform: uppercase;
	font-family: "DIN-MEDIUM";
	font-weight: bold;
	text-align: center;
	line-height: 105px;
}


/*
 
 * 
 * */

.intitle {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}

.intitle span {
	color: #23b8bc;
}

.in1-sec {
	padding: 75px 0;
	position: relative;
	background: #fafafa url(../images/in1bg.jpg) no-repeat left bottom;
	background-size: cover;
	z-index: 1;
}

#particles-js {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#particles-js canvas {
	display: block;
	vertical-align: bottom;
}

.in1-sec .main {
	margin-top: 35px;
	background: url(../images/in1bg2.png) repeat-x left top;
}

.protabswiper {
	border-top: 3px solid #23b8bc;
	/*border-bottom: 1px solid rgba(176,177,178,.5);*/
}

.protabswiper .tbox {
	padding: 20px;
	position: relative;
	border-left: 1px solid #e9eaeb;
	border-bottom: 1px solid rgba(176, 177, 178, .5);
	cursor: pointer;
	margin-bottom: 15px;
}

.protabswiper .swiper-slide:first-child .tbox {
	border-left: 0;
}

.protabswiper .tit {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
}

.protabswiper .num {
	font-family: "DIN-MEDIUM";
	font-weight: bold;
	opacity: .1;
	font-size: 80px;
}

.protabswiper .ico {
	position: absolute;
	right: 20px;
	bottom: 5px;
}

.protabswiper .ico img {
	display: block;
}

.protabswiper .active .tbox {
	background: #23b8bc;
	font-weight: bold;
	color: #fff;
}

.protabswiper .active .tbox:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 15px;
	background: url(../images/jiao.png) no-repeat center top;
}

.proswiper .item {
	padding: 50px 95px 0;
}

.proswiper .tbox {
	float: left;
	width: 42%;
}

.proswiper .tit .ch {
	font-size: 30px;
}

.proswiper .tit .en {
	font-size: 22px;
	color: #23b8bc;
	font-family: "DIN-MEDIUM";
	text-transform: uppercase;
}

.proswiper .tit:after {
	content: "";
	display: block;
	margin: 20px 0;
	width: 50px;
	height: 3px;
	background: #23b8bc;
}

.proswiper .desc {
	line-height: 26px;
	opacity: 0.7;
}

.proswiper .pic {
	float: right;
	width: 52.4%;
}

.proswiper .pic img {
	display: block;
	width: 100%;
}

.proswiper .btn {
	margin-top: 60px;
}

.proswiper .btn a {
	background-color: #d0eeee;
}

.in2-sec {
	position: relative;
}

.auto-img {
	position: relative;
}

.auto-img>img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.upline::after {
	padding-bottom: 47.39583%;
}

.in2-sec .intitle {
	position: absolute;
	left: 0;
	width: 100%;
	color: #fff;
	top: 75px;
	z-index: 2;
}

.upline-container {
	position: relative;
}

.upline .upline-swiper {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.upline .swiper-button-prev-upline {
	left: 30px;
	top: 71.55%;
}

.upline .swiper-button-next-upline {
	right: 30px;
	top: 71.55%;
}

.upline .item {
	position: relative;
	height: 100%;
	color: #fff;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.upline .item:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#23b8bc));
	background-image: -o-linear-gradient(top, transparent, #23b8bc);
	background-image: linear-gradient(to bottom, transparent, #23b8bc);
}

.upline .item:hover .line::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.upline .item:hover .line::after {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background-color: #fff;
	opacity: .3;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.upline .item:hover .inner {
	bottom: 115px;
}

.upline .item .line {
	position: absolute;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	width: 100%;
	bottom: 225px;
	margin-top: 156px;
}

.upline .item .inner {
	position: absolute;
	width: 100%;
	bottom: 145px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.upline .item .inner img {
	margin-bottom: 32px;
}

.upline .item .inner h2 {
	font-size: 22px;
	margin-bottom: 37px;
}

.upline .item .inner h2::after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 30px;
}

.upline .item .inner .desc {
	padding: 0 16%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	opacity: .5;
}

.upline .item .inner .btn {
	display: none;
	margin-top: 85px;
	text-align: left;
}

.upline .item:hover .inner .btn {
	display: block;
}

.upline .item .inner a {
	margin: 0 auto;
}

@media only screen and (min-width: 769px) {
	.upline-swiper .swiper-pagination {
		display: none;
	}
}

.in3-sec {
	padding: 75px 0;
	background: url(../images/in3bg.jpg) no-repeat left bottom;
	background-size: cover;
}

.in3-sec .main {
	padding: 0 6.25%;
}

.in3-sec .pic {
	float: left;
	width: 40.6%;
}

.in3-sec .pic img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}

.in3-sec .tbox {
	float: right;
	width: 51.4%;
	margin-top: 90px;
}

.in3-sec .tbox .intitle {
	text-align: left;
	padding-bottom: 30px;
	border-bottom: 1px solid #d8d9d8;
	position: relative;
}

.in3-sec .tbox .intitle:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 40px;
	height: 3px;
	background: #23b8bc;
}

.in3-sec .tbox .desc {
	margin-top: 55px;
	line-height: 26px;
}

.in3-sec .tbox .btn a {
	width: 45px;
}

.in4-sec {
	padding: 60px 0;
	background-color: #f1f2f4;
	background-image: url(../images/in4bg.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	zoom: 1;
}

.in4-sec .main {
	margin-top: 35px;
	position: relative;
}
.caselist .swiper-button-prev,
.caselist .swiper-button-next{
	width: 17px;
	height: 33px;
	margin-top: -16px;
}
.caselist .swiper-button-prev{
	left: -60px;
	background: url(../images/caseleft.png) no-repeat center center;
}

.caselist .swiper-button-next{
	right: -60px;
	background: url(../images/caseright.png) no-repeat center center;
	
}
 
.caselist li {
	background: #fff;
	box-shadow: 0px 10px 20px rgba(9, 21, 64, .05);
	border-radius: 10px;
	overflow: hidden;
}

.caselist li a {
	display: block;
}

.caselist li .pic {
	overflow: hidden;
}

.caselist li .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.caselist li:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.caselist li .tbox {
	padding: 30px 40px;
}

.caselist li .tit {
	font-size: 20px;
	line-height: 30px;
	height: 30px;

}

.caselist li .desc {
	font-size: 14px;
	opacity: .7;
	line-height: 26px;
	height: 52px;
}

.caselist li .xian {
	position: relative;
	margin: 22px 0;
	border-bottom: 1px solid #b0b1b2;
}

.caselist li .xian:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 50px;
	height: 3px;
	background: #23b8bc;
}

.bluebtn {
	font-size: 14px;
	color: #fff;
	background: #23b8bc;
	border-radius: 4px;
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
}

.in4-sec .main .bluebtn {
	position: absolute;
	right: 0;
	top: 0;
}

.in4-sec .main .caselist li .tit {
	padding-right: 130px;
	position: relative;
	
}
.in4-sec  .morecase{
	color: #23b8bc;
	display: block;
	width: 155px;
	margin: 35px auto 0;
}

.in5-sec {
	padding: 60px 0;
	background: #f4fbfc;
}
.in5-sec .main{
	margin-top: 35px;
}

.newslist li{
	float: left;
	width: 31.25%;
	margin-right: 3.125%;
	background: #fff;
	    box-shadow: 0px 10px 20px rgba(9, 21, 64, .05);
    border-radius: 10px;
    overflow: hidden;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; 
    transition: all 0.3s;
}
.newslist li:nth-child(3n){
	margin-right: 0;
}
.newslist li a{
	display: block;
	padding: 36px 30px;
}
.newslist .time{
	font-size: 14px;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid #23b8bc;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
	transition: all 0.3s;
}
.newslist .tbox{
	padding: 20px 0;
	border-bottom: 1px solid #b0b1b2;
}
.newslist .tbox .pic{
	float: left;
	width: 45%;
}
.newslist .tbox .pic img{
	display: block;
	width: 100%;
}
.newslist .tbox .tit{
	float: right;
	width: 50.5%;
	font-size: 18px;
	color: #23b8bc;
	line-height: 26px;
	height: 78px;
	margin-top: 15px;
}
.newslist .desc{
	margin-top: 25px;
	font-size: 14px;
	opacity: .7;
	line-height: 26px;
	height: 78px;
}
.newslist .ico{
	margin-top: 30px;
	width: 36px;
	height: 36px;
	background: url(../images/newsmore.png) no-repeat left top;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
	transition: all 0.3s;
}
.newslist li:hover .desc{
	color: #fff;
}
.newslist li:hover .ico{
	background-image: url(../images/newsmore0.png);
}
.newslist li:hover .time{
	color: rgba(255,255,255,.7);
	border-color: #fff;
}
.newslist li:hover .tbox .tit{
	color: #fff;
}
.newslist  li:hover .tbox{
	border-color: rgba(255,255,255,.5);
}
	
.newslist li:hover {
	background: #23b8bc;
}
/*
 
 * 
 * */
.pro-sec{
	padding: 70px 0;
}
.pro-sec .caselist li{
	float: left;
	width: 31.25%;
	margin-right: 3.125%;
	margin-bottom: 35px;
	box-shadow: 0px 10px 20px rgba(9, 21, 64, .05);
}
.pro-sec .caselist li:nth-child(3n){
	margin-right: 0;
}

.pro-sec .bluebtn{
	margin-top: 35px;
	}
/*
 
 * 
 * */

.trialshadow{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: rgba(0,0,0,.7);
}
.trialshadow .main{
	width: 1348px;
	max-width: 100%;
	/*display: table;
	table-layout: fixed;
	height: 100%;
	margin: 0 auto;*/
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.trialshadow .main .pic{
	width: 37.8%;
	display: table-cell;
	vertical-align: middle;
	background: url(../images/laptop.jpg) no-repeat left bottom ;
	background-size: cover;
}
.trialshadow .main .pic img{
	display: none;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.trialshadow .main .form{
	width: 62.2%;
	display: table-cell;
	vertical-align: middle;
	padding: 60px 50px;
	background: #fff url(../images/industry.png)  no-repeat right top;
}
.trialshadow .main .form .en{
	font-size: 18px;
	opacity: .2;
	color: #23b8bc;
	font-family: "DIN-MEDIUM";
}
.trialshadow .main .form .ch{
	font-size: 32px;
	color: #333;
	font-weight: bold;
}
.trialshadow .main .form .tit{
	margin-bottom: 45px;
}
 .form li{
	position: relative;
	padding-left: 85px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	line-height: 50px;
	
}
 .form li.md{
	width: 48%;
}
.form li.md:nth-child(2n){
	margin-left: 4%;
}
 .form li label{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	opacity: .7;
	text-align: right;
	width: 85px;
}
.form li label span{
	color: #ff0000;
}

.formtext{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 48px;
	border-radius: 6px;
	border: 1px solid #e3e7eb;
	padding: 0 10px;
	font-size: 15px;
	box-shadow: 0px 3px 8px rgba(221,237,235,.7) inset;
}
.formtextarea{
	display: block;
	width: 100%;
	height: 150px;
	line-height: 48px;
	border-radius: 6px;
	border: 1px solid #e3e7eb;
	padding: 0 10px;
	font-size: 15px;
	box-shadow: 0px 3px 8px rgba(221,237,235,.7) inset;
}
.formtext:focus,
.formtextarea:focus{
	border-color: #23b8bc;
}
.yzm{
	font-size: 0;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.yzm img{
	width: 120px;
	height: 50px;
	vertical-align: top;
}
.yzm span{
	font-size: 14px;
	color: #23b8bc;
	margin-left: 10px;
}

.submit{
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #23b8bc;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	cursor: pointer;
}
.reset{
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #b0b1b2;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	cursor: pointer;
}

.submit:hover,
.reset:hover{
	opacity: .8;
	}
	
.close{
	position: absolute;
	top: 50px;
	right: 50px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: url(../images/close.png) no-repeat center;
	z-index: 2;
}
.close:hover{
	cursor: pointer;
	opacity: .7;
}

/*
 
 * 
 * */
.news-sec{
	padding: 60px 0;
}
.news-sec .newslist li{
	margin-bottom: 45px;
}
.pages{
	margin-top: 35px;
	text-align: center;
}
.pages li{
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
.pages li a{
	display: block;
	font-size: 18px;
	color: #23B8BC;
	font-family: "DIN-MEDIUM";
	background: #d3f1f2;
	border-radius: 5px;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.pages li:hover a,
.pages li.active a{
	background: #23B8BC;
	color: #fff;
}
/*
 
 * 
 * */
.case-sec{
	padding: 60px 0;
}
.case-sec .caselist li{
	margin-bottom: 30px;
	box-shadow: 0px 0px 20px rgba(9, 21, 64, .05);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
	transition: all 0.3s;
}
.case-sec .caselist li:hover{
	background: #23b8bc;
}
.case-sec .caselist li a {
    overflow: hidden;
}
.case-sec .caselist li .pic{
	float: left;
	width: 31.25%;
}
.case-sec .caselist li .tbox{
	float: left;
	width: 68.75%;
	padding: 60px;
}
.case-sec .caselist li:hover .tbox{
	color: #fff;
}
.case-sec .bluebtn {
    margin-top: 20px;
    width: 110px;
    text-align: center;
}
.case-sec .caselist li:hover .bluebtn {
	background: #fff;
	color: #23b8bc;
}
.case-sec .caselist li:hover  .xian{
	border-color: #fff;
}
.case-sec .caselist li:hover  .xian:after{
	background: #fff;
}

/*
 
 * 
 * */
.ab1-sec{
	padding: 75px 0;
	background: url(../images/app3-static-bg.jpg) no-repeat left top;
}
.ab1-sec .tbox{
	float: left;
	width: 38.2%;
	border-right: 2px solid rgba(176,177,178,.3);
	position: relative;
	padding-right: 30px;
}
.ab1-sec .tbox:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0px;
    height: 40px;
    width: 2px;
    background: #23b8bc;
}
.ab1-sec .pic img{
	display: block;
	max-width: 100%;	
}
.ab1-sec .en{
	margin-top: 75px;
	font-size: 22px;
	color: #23b8bc;
	font-family: "DIN-MEDIUM";
	font-weight: bold;
	text-transform: uppercase;
}
.ab1-sec .ch1{
	margin-top: 15px;
	font-size: 22px;
}
.ab1-sec .ch2:before{
	content: "";
	display: block;
	margin: 15px 0;
	width: 40px;
	height: 4px;
	border-radius: 25px;
	background: #23b8bc;
}
.ab1-sec .ch2{
	font-size: 18px;
	opacity: .7;
}
.ab1-sec .desc{
	line-height: 26px;
	float: right;
	width: 54%;
}
.ab2-sec{
	padding: 70px 0;
	background: url(../images/idx-bg1.jpg) no-repeat left center;
	background-size: cover;
}
.ab2-sec .main{
	position: relative;
}
.hiswiper .pic{
	display: block;
	width: 160px;
	height: 160px;
	border: 4px solid #ffffff;
	background: #23b8bc;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	line-height: 152px;
}
.hiswiper .pic img{
	display: inline-block;
	vertical-align: middle;
	width: 142px;
	height: 142px;
	border-radius: 50%;
	overflow: hidden;
}
.hiswiper .tbox{
	position: relative;
	margin-top: 25px;
	border: 2px solid rgba(255,255,255,.2);
	padding: 20px;
	height: 260px;
}
.hiswiper .tbox:before{
	content: "";
	position: absolute;
	left: 20px;
	top: -10px;
	width: 1px;
	height: 15px;
	background: #fff;
}
.hiswiper .tbox .year{
	font-size: 16px;
	color: #23b8bc;
line-height: 43px;
padding-top: 10px;
text-align: center;
width: 108px;
	background: url(../images/year.png) no-repeat left top;
	
}
.hiswiper .tbox .year span{
	font-size: 30px;
	font-family: "DIN-MEDIUM";
	}
.hiswiper .tbox .desc{
	margin-top: 15px;
	font-size: 16px;
	line-height: 26px;
	color: #fff;

}
.hiswiper .tbox .desc li:before{
	content: "·";
	font-weight: bold;
	font-size: 20px;
}
.ab2-sec .swiper-button-prev,
.ab2-sec .swiper-button-next{
	width: 50px;
	height: 50px;
	margin-top: 0;
	top: 190px;
	}
.ab2-sec .swiper-button-prev{
	left: -80px;
	background: url(../images/hisleft.png) no-repeat left top;
}
.ab2-sec .swiper-button-next{
	right: -80px;
	background: url(../images/hisright.png) no-repeat left top;
	
}

/*
 
 * 
 * */
.ct1-sec{
	padding: 60px 0;
	background: #f9f9f9;
}
.ct1-sec li{
	float: left;
	display: table;
	table-layout: fixed;
	width: 32.5%;
	margin-right: 1.25%;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(9,21,64,.05);
	border-top: 8px solid #23b8bc;
	border-radius: 10px;
	overflow: hidden;
	padding: 40px;
}
.ct1-sec li:nth-child(3n){
	margin-right: 0;
}
.ct1-sec li .pic{
	display: table-cell;
	vertical-align:middle;
	width: 115px;
}
.ct1-sec li .pic img{
	display: block;
	max-width: 100%;
}
.ct1-sec li .tbox{
	display: table-cell;
	vertical-align:middle;
	font-size: 18px;
}
.ct1-sec li .tit:after{
	content: "";
	display: block;
	margin: 15px 0;
	width: 15px;
height: 3px;
background: #b0b1b2;
}
.ct1-sec li .desc{
	font-size: 18px;
	opacity: .7;
}
.ct2-sec{
	background: #fff url(../images/ctbg.jpg) no-repeat left bottom;
	padding: 55px 0 35px;
	position: relative;
}
.ct2-sec .form{
	float: left;
	width: 50%;
	padding-right: 60px;
}
.ct2-sec .map{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
}
.ct2-sec .map iframe{
	display: block;
	border: 0;
}
.soltabs{
    position: absolute;
    left: 0;
    top: -157px;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.soltabs li{
	font-size: 18px;
	color: #23b8bc;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 83px;
	background: #fff;
	line-height: 26px;
	padding: 15px;
	border-radius: 4px;
	margin: 0 8px;
	position: relative;
	cursor: pointer;
}
.soltabs li.on{
	background: #091540;
	color: #fff;
}
.soltabs li.on:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 100%;
	height: 15px;
	background: url(../images/tabjiao.png) no-repeat center center;
}

.soltitle{
	font-size: 24px;
	color: #23b8bc;
	border-bottom: 1px solid #d8d9d8;
	position: relative;
	text-align: center;
	padding-bottom: 30px;
	margin: 30px 0 20px;
}
.soltitle:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1px;
	width: 50px;
	height: 3px;
	margin-left: -25px;
	background: #23baba;
	
}
.same-part .soltitle{
	font-size: 24px;
	color: #23b8bc;
}

.same-part .soltitle{
	font-size: 24px;
	color: #23b8bc;
}

.same-part img{
	display: block;
	margin:  0 auto;
	max-width: 100%;
}
.solution-sec{
	padding: 30px 0;
	position: relative;
}
.sotabsbody .box{
	display: none;
}
.sotabsbody .box:first-child{
	display: block;
}
.sotabsbody .tbox{
	margin-top: 50px;
	font-size: 22px;
	color: #666666;
	text-align: center;
}
.sotabsbody .list{
	margin: 0 0 60px 0;
}
.sotabsbody ul {
    margin-top: 35px;
    background: #d3f1f2;
    color: #fff;
    /* padding: 15px 20px; */
}
.sotabsbody li{
	float: left;
	width: 24.35%;
	margin: 5px 0;
	margin-right: 0.866%;
	padding: 35px 40px;
	height: 274px;
	background: #23b8bc url(../images/solbg.png) repeat-x left top;
}
.sotabsbody li:nth-child(4n){
	margin-right: 0;
}
.sotabsbody li .tit{
	font-size: 22px;
	padding-left: 25px;
	background: url(../images/fang.png) no-repeat left center;
}
.sotabsbody li .desc{
	margin-top: 15px;
	line-height: 26px;
}
.sotabsbody li .desc p{
	padding-left: 25px;
	background: url(../images/dui.png) no-repeat left center;
}
/*
 
 * 
 * */
.newsxq-sec{
	padding: 60px 0;
}

 .details .tit {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.details .time {
	margin-top: 25px;
	font-size: 16px;
	color: #23b8bc;

	text-align: center;
}
.details .time span{
	padding-left: 25px;
	background: url(../images/time.png) no-repeat left center;
	
}
.details .con {
	margin-top: 35px;
	border-top: 3px solid #efeceb;
	line-height: 26px;
	padding: 40px 0;
}

.details .con p {
	text-indent: 2rem;
}

.details .con img {
	display: block;
	margin: 0 auto;
	text-indent: -2rem;
	max-width: 100%;
}

.newspage {
	margin-top: 30px;
	padding: 0 40px;
	background: #fff;
	box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.05);
	text-align: center;
	height: 80px;
	line-height: 80px;
}

.newspage .newspage_a {
	width: 100px;
	font-size: 16px;
	color: #666666;
	font-family: "ALIBABA-PUHUITI-MEDIUM";
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.newspage .newspage_a.prev {
	float: left;
	padding-left: 25px;
	background: url(../images/newspl.png) no-repeat left center;
}

.newspage .newspage_a.next {
	float: right;
	padding-right: 25px;
	background: url(../images/newspr.png) no-repeat right center;
}

.newspage .newspage_a.prev:hover {
	padding-left: 35px;
}

.newspage .newspage_a.next:hover {
	padding-right: 35px;
}

.newspage .nshare {
	display: inline-block;
	vertical-align: middle;
}


.newspage .nshare .bshare-custom a {
	padding-left: 32px;
	height: 32px;
	_height: 34px;
	display: inline-block;
	margin-right: 6px;
}

.newspage .nshare .bshare-custom .bshare-weixin {
	background: url(../images/wx.jpg) no-repeat center center;
}

.newspage .nshare .bshare-custom .bshare-sinaminiblog {
	background: url(../images/wb.jpg) no-repeat center center;
}

.newspage .nshare .bshare-custom .back {
	background: url(../images/back.jpg) no-repeat center center;
}
.bsBox,
.bsBox * {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/*
 
 * 响应式
 * */
@media only screen and (max-width:1680px) {
	.w{
		width: 1240px;
	}
	.nav>ul>li {
    margin-right: 40px;
}
.link {
    font-size: 16px;
    margin-left: 35px;
 }   
  .bannerswiper .tit {
    font-size: 34px;
    line-height: 46px;
}  
.knowmore {
    font-size: 20px;
    width: 180px;
    height: 55px;
    line-height: 55px;
}    
.bannerswiper .btns {
    margin-top: 65px;
}  
   .provideo {
    font-size: 17px;
    } 
    
    
    .intitle {
    font-size: 34px;
}
    .protabswiper .num {
    font-size: 55px;
}
    .protabswiper .tit {
    left: 10px;
    font-size: 14px;
}
   .protabswiper .ico img {
    width: 35px;
} 
.proswiper .tit .ch {
    font-size: 26px;
}
.proswiper .tit .en {
    font-size: 20px;
}
.proswiper .item {
    padding: 50px 50px 0;
}
.upline .item .inner h2 {
    font-size: 20px;
    }
.in3-sec .main {
    padding: 0;
}
.caselist li .tit {
    font-size: 18px;
    }
.newslist .tbox .tit {
    font-size: 16px;
    margin-top: 10px;
}
.sqsy-sec .tbox .t1 {
    font-size: 34px;
}
.sqsy-sec .tbox .t1 strong {
    font-size: 55px;
}
.sqsy-sec .tbox .t2 {
    font-size: 21px;
}
.sqsy-sec .tbox .ico {
	width: 400px;
}
.sqsy-sec .btn a {
    font-size: 16px;
    }
.fnav .tableul>li>a {
    font-size: 16px;
    }
    .fnav .tableul li .tbox {
    font-size: 12px;
    }
.fnav .tableul li .ewm {
    width: 120px;
}
.fnav .tableul li .tel span {
    font-size: 22px;
    }
    
    .nybanner .tbox .tit {
    font-size: 34px;
}
.nybanner .tbox .desc {
    font-size: 20px;
    }
    .ab1-sec .tbox {
    width: 41.2%;
    padding-right: 50px;
    }
    .hiswiper .tbox .desc {
    font-size: 15px;
}
.hiswiper .tbox {
    height: 310px;
}
.hiswiper .pic {
    width: 150px;
    height: 150px;
    line-height: 142px;
}
.hiswiper .pic img {
    width: 132px;
    height: 132px;
    }
.case-sec .caselist li .tbox {
    padding: 25px 40px;
}
.ct1-sec li .desc {
    font-size: 16px;
}

.soltabs {
     
    top: -135px;
    }
.sotabsbody li .tit {
    font-size: 19px;
    }
.sotabsbody li {
    padding: 35px 27px;
    }

.trialshadow .main .form .ch {
    font-size: 28px;
    }

 
.trialshadow .main .form {
    padding: 40px 50px;
    }

.formtextarea {
    height: 110px;
}
}
@media only screen and (max-width:1600px) {}
@media only screen and (max-width:1440px) {
	.bannerswiper .tit {
    font-size: 30px;
}
.intitle {
    font-size: 30px;
}
.protabswiper .num {
    font-size: 50px;
}
.protabswiper .tbox {
    padding: 15px;
    }
.proswiper .tit .ch {
    font-size: 22px;
}
.proswiper .tit .en {
    font-size: 17px;
}
.proswiper .tit:after {
    width:40px;
}
body {
    font-size: 15px;
    }

.proswiper .item {
    padding: 50px 40px;
}
.upline .item .inner {
    bottom: 85px;
    }

.upline .item .line {
    bottom: 163px;
}
.upline .item .inner h2 {
    font-size: 18px;
}
.upline .item .inner .btn {
    margin-top: 55px;
    }
.upline .item:hover .inner {
    bottom: 75px;
}
.in3-sec .tbox .desc {
    margin-top: 35px;
   }
   .in3-sec .tbox {
    margin-top: 70px;
}
.caselist li .tbox {
    padding: 30px;
}
.caselist li .tit {
    font-size: 16px;
}
.newslist .tbox .tit {
    font-size: 15px;
    }
   .sqsy-sec .tbox .t1 {
    font-size: 30px;
} 
 .sqsy-sec .tbox .t1 strong {
    font-size: 50px;
}   
  .sqsy-sec .tbox .t2 {
    font-size: 20px;
}  
  .fnav .tableul>li>a {
    font-size: 15px;
}  
 .fnav .tableul>li>a img {
    height: 20px;
}   
  .fnav .tableul ul {
    margin-left: 30px;
} 
.copyright {
    padding: 10px 0;
}
.nybanner .tbox .tit {
    font-size: 30px;
}
.nybanner .en {
    font-size: 95px;
    line-height: 82px;
}
.hiswiper .tbox .year span {
    font-size: 26px;
    }

.soltabs li {
    font-size: 16px;
}

.soltabs {
    top: -115px;
}
.sotabsbody .tbox {
    font-size: 20px;
    }







}
@media only screen and (max-width:1360px) {}
@media only screen and (max-width:1280px) {
	.w{
		width: 1100px;
	}
	.bannerswiper .tit {
    font-size: 28px;
}
.knowmore {
    font-size: 17px;
    width: 160px;
    height: 49px;
    line-height: 49px;
}
.protabswiper .tbox {
    padding: 15px 10px;
}

.btn a{
	font-size: 15px;
}

.sqsy-sec .btn {
    margin-top: 30px;
}
.fnav .tableul li .ewm {
    width: 100px;
}
.hiswiper .tbox {
    height: 325px;
}
.hiswiper .pic {
    width: 140px;
    height: 140px;
    line-height: 132px;
}
.hiswiper .pic img {
    width: 122px;
    height: 122px;
}
.caselist li .xian {
    margin: 12px 0;
    }
.soltabs {
    position: static;
}

.soltabs li{
	background: #d3f1f2;
}

.sotabsbody li .tit {
    font-size: 17px;
}

.trialshadow .main {
    width: 1100px;
    max-width: 90%;
}
.trialshadow .main .form .tit {
    margin-bottom: 25px;
}
.trialshadow .main .form .ch {
    font-size: 24px;
}





.ab1-sec,
.ab2-sec,
.in1-sec,
.in3-sec,
.in4-sec,
.in5-sec,
.sqsy-sec {
    padding: 55px 0;
    }
}
@media only screen and (max-width:1200px) {
	.w{
		width: 1024px;
	}
	.nav>ul>li {
    margin-right: 24px;
}

.bannerswiper .tit {
    font-size: 26px;
}
.intitle {
    font-size: 28px;
}
.proswiper .btn {
    margin-top: 40px;
}
.upline .item .inner img {
    margin-bottom: 14px;
    height: 60px;
}
.upline .item .inner h2 {
    font-size: 16px;
}
.btn a {
    width: 147px;
    height: 45px;
    line-height: 45px;
    background-size: 21px 15px;
    }
.upline .item .inner h2 {
    margin-bottom: 20px;
}

.upline .item .inner .btn {
    margin-top: 70px;
}
.upline .item .inner h2::after {
    margin-top: 20px;
}
.upline .item .line {
    bottom: 146px;
}
.in3-sec .tbox {
    margin-top: 45px;
}
.caselist li .tbox {
    padding: 20px;
}
.caselist li .xian {
    margin: 15px 0;
    }
    .newslist .tbox .tit {
    margin-top: 0;
}
.newslist .desc {
    margin-top: 15px;
    font-size: 13px;
}
.newslist .ico {
    margin-top: 20px;
    width: 26px;
    height: 26px;
    background-size: cover;
}
.newslist li a {
    padding: 25px;
}
.sqsy-sec .tbox .t1 {
    font-size: 26px;
}
.sqsy-sec .tbox .t1 strong {
    font-size: 45px;
}
.sqsy-sec .tbox .t2 {
    font-size: 16px;
}
.sqsy-sec .btn a {
    width: 150px;
}
.sqsy-sec .tbox .ico {
    width: 340px;
}
.fnav .tableul>li {
    padding: 30px 15px;
}
.fnav .tableul ul a {
    font-size: 13px;
    }
    .fnav .tableul li .tel span {
    font-size: 18px;
}
.hiswiper .tbox .desc {
    font-size: 14px;
}
.case-sec .bluebtn {
    margin-top: 5px;
    }
    .case-sec .caselist li .tbox {
    padding: 22px 40px;
}
.sotabsbody li {
    padding: 30px;
}
}
@media only screen and (max-width:1024px) {
	.w{
		width: 960px;
	}
	.nav>ul>li {
    margin-right: 15px;
}
.right-side-box {
    padding-left: 30px;
    }
.link {
    font-size: 15px;
    margin-left: 25px;
}
.bannerswiper .swiper-button-prev,
.bannerswiper .swiper-button-next{
	opacity: 0;
}
.bannerswiper .swiper-pagination {
    right: 0;
    width: 100%;
}
.upline .item .inner {
    bottom: 45px;
}
.upline .item .line {
    bottom: 106px;
}
.upline .item .inner .desc {
    padding: 0 6%;
    }

.upline .item:hover .inner {
    bottom: 45px;
}
.upline .item .inner .btn {
    margin-top: 40px;
}
.upline .item .inner img {
    height: 40px;
}
.in3-sec .tbox {
    margin-top: 30px;
}
.caselist .swiper-button-prev {
    left: 0;
    }
.caselist .swiper-button-next {
    right: 0;
    }
    .fnav .tableul li .tel span {
    font-size: 15px;
}

.ab2-sec .main {
	padding: 0 60px;
}
.ab2-sec .swiper-button-prev {
    left: 0;
  }  
 .ab2-sec .swiper-button-next {
    right: 0;
    }   
   .case-sec .caselist li .pic {
    width: 34.25%;
} 
 .case-sec .caselist li .tbox {
    width: 65.75%;
    }   
    
  .ct1-sec li .pic {
    width: 90px;
}  
    .ct1-sec li .pic img {
    max-width: 80%;
}
    
   .ct1-sec li {
    border-top: 4px solid #23b8bc;
    padding: 20px;
} 
   .ct1-sec li .desc{
   	height: 42px;
   } 
    .ct2-sec .form {
    width: 100%;
    padding-right: 0;
    float: none;
}
    .ct2-sec .map {
    position: static;
    width: 100%;
    height: 400px;
}
.trialshadow .main .pic{
	display: none;
}

.trialshadow .main .form{
	width: 100%;
}

    
}
@media only screen and (max-width:960px) {
	.w{
		width: 100%;
		padding: 0 4%;
	}
	header{
		display: none;
	}
	
	.phone_head{
		display: block;
	}
	
	.h {
    height: 50px;
}
	.bannerswiper .tit {
    font-size: 24px;
    line-height: 34px;
}
	.bannerswiper .btns {
    margin-top: 25px;
}
	.knowmore {
    font-size: 16px;
    width: 130px;
    height: 40px;
    line-height: 40px;
}
	.provideo{
    font-size: 16px;
		
	}
	.protabswiper .ico img {
    width: 25px;
}

.proswiper .item {
    padding: 40px 30px;
}

.upline .item:hover  .inner img{
	display: none;
}

.fnav .tableul>li{
	display: none;
	border-left: 0;
}
.fnav .tableul>li:nth-child(5){
	display: block;
	width: 100%;
	text-align: left!important;
	padding: 0;
}
.fnav{
	padding: 15px 0;
}
.fnav .tableul li .ewm {
    width: 75px;
}
.copyright {
    font-size: 12px;
    text-align: center;
    line-height: 26px;
}

.ab1-sec .tbox {
    width: 100%;
    padding-right: 0;
    border: 0;
}
.ab1-sec .tbox:after{
	display: none;
}
.ab1-sec .desc {
    width: 100%;
    margin-top: 25px;
}


.ab1-sec .pic img {
    height: 50px;
}

.ab1-sec .en {
    margin-top: 25px;
   }
   .case-sec .caselist li .pic {
    width: 40%;
}
.case-sec .caselist li .tbox {
    width: 60%;
}
.case-sec .bluebtn{
	display: none;
}

.ct1-sec li {
    width: 100%;
    margin: 0 0 10px 0;
}
.news-sec .newslist li {
    margin-bottom: 20px;
}
.details .tit {
    font-size: 22px;
}

.soltabs li{
	width: 24%;
	margin: 0;
}
.pro-sec,
.newsxq-sec,
.news-sec,
.ct2-sec,
.ct1-sec,
.case-sec,
.ab1-sec, .ab2-sec, .in1-sec, .in3-sec, .in4-sec, .in5-sec, .sqsy-sec {
    padding: 45px 0;
}	







}
@media only screen and (max-width:640px) {
	
.bannerswiper .tit {
	text-align: center;
    font-size: 14px;
    line-height: 26px;
}	
	
	.bannerswiper .btns {
	text-align: center;
    margin-top: 5px;
}
	.knowmore {
    font-size: 14px;
    width: 100px;
    height: 31px;
    line-height: 31px;
}
	.provideo {
		background-size: 26px 26px;
    font-size: 14px;
}
	.bannerswiper .swiper-pagination {
    bottom: 5px;
}
	.bannerswiper .swiper-pagination-bullet {
    vertical-align: bottom;
    width: 15px;
    height: 2px;
    }
.intitle {
    font-size: 22px;
}

.proswiper .tbox {
    width: 100%;
}
.proswiper .item {
    padding:  30px;
}
.proswiper .tit .ch {
    font-size: 19px;
}
.proswiper .tit .en {
    font-size: 14px;
}

.proswiper .tit:after {
    width: 15px;
    margin: 10px 0;
    }
 .proswiper .btn {
    margin-top: 20px;
}
.proswiper .pic {
    margin-top: 25px;
    width: 100%;
}

#particles-js{
	display: none;
}

.in2-sec .intitle {
    position: static;
    color: #404548;
    margin-top: 30px;
    margin-bottom: 25px;
}
.auto-img{
	overflow: hidden;
}
.auto-img>img{
	height: 330px;
	width: auto;
	margin: 0 auto;
}
.in3-sec .tbox {
    margin-top: 0;
    width: 100%;
}

.in3-sec .tbox .intitle {
    padding-bottom: 18px;
    }

.in3-sec .pic {
	margin-top: 25px;
    width: 100%;
}
.protabswiper .num {
    font-size: 36px;
}
.in4-sec .main{
	padding: 0 25px;
}
.newslist li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    }
.sqsy-sec .tbox {
    width: 100%;
    text-align: center;
}
.sqsy-sec .tbox .t1 {
    font-size: 20px;
}
.sqsy-sec .tbox .t1 strong {
    font-size: 28px;
}

.sqsy-sec .tbox .t2 {
    font-size: 15px;
}
.sqsy-sec .tbox .ico{
	width: 100%;
}

.sqsy-sec .btn {
	margin-top: 20px;
     width: 100%;
}
.sqsy-sec .btn a{
	 margin: 0 auto;
}
.fnav .tableul li .t {
    margin-left: 30px;
    margin-top: 10px;
    }

.copyright {
    line-height: 16px;
}
.nybanner .tbox .tit {
    font-size: 18px;
}
.nybanner .tbox .desc {
    font-size: 13px;
}
.nybanner .tbox .tit:after {
    width: 20px;
    height: 2px;
    margin: 10px auto;
}

.nybanner .en {
    font-size: 33px;
    line-height: 31px;
}

.hiswiper .pic {
    width: 100px;
    height: 100px;
    line-height: 92px;
}
.hiswiper .pic img {
    width: 80px;
    height: 80px;
}
.hiswiper .tbox .year span {
    font-size: 21px;
}
.hiswiper .tbox .year {
    font-size: 14px;
    }
.hiswiper .tbox{
	height: auto;
}
.ab2-sec .swiper-button-prev, .ab2-sec .swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: cover;
    }
.case-sec .caselist li .pic {
    width: 100%;
}
.case-sec .caselist li .tbox {
    width: 100%;
    padding: 25px;
}
.caselist li .xian {
    margin: 5px 0;
}
.pages li {
	margin-bottom: 5px;
}
 .pages li a {
    font-size: 14px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}
.form li {
    margin-bottom: 10px;
    line-height: 40px;
}
.form li.md {
    width: 100%;
}
.form li.md:nth-child(2n) {
    margin-left: 0;
}
.formtext {
    height: 40px;
    line-height: 38px;
    width: 100%!important;
 }   
    
  .formtextarea {
    height: 110px;
    line-height: 38px;
    }  
    
  .yzm img {
    width: 60px;
    height: 40px;
    }  
    .yzm span {
    font-size: 12px;
    margin-left: 5px;
}
    .yzm  {
    display: block;
    margin-left: 0;
    margin-top: 10px;
}
  .submit {
    width: 90px;
    height: 40px;
    line-height: 40px;
}
.reset {
    width: 90px;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
}
.close {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    }
.ct2-sec .map {
    height: 250px;
}
 .ct2-sec{
 	background-position: left top;
 }
.details .tit {
    font-size: 16px;
}

.details .time {
    margin-top: 15px;
    font-size: 14px;
}

.details .con {
    margin-top: 25px;
    border-top: 1px solid #efeceb;
    padding: 20px 0;
}
.newspage {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
}
  .newspage .nshare{
  	display:none;
  }
  .pro-sec .caselist li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.pro-sec .bluebtn {
    margin-top: 15px;
}
.soltabs li {
    width: 48%;
    font-size: 14px;
    height: auto;
    margin-bottom: 20px;
    line-height: 22px;
}

.soltitle {
    font-size: 19px;
    margin: 10px 0;
    padding-bottom: 15px;
    }
.same-part .soltitle{
        font-size: 16px;
}
.sotabsbody .tbox {
	margin-top: 15px;
    font-size: 14px;
}
.sotabsbody li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 25px;
    height: auto;
    }
  .sotabsbody .list {
    margin: 0 0 30px 0;
}
.trialshadow .main .form .tit{
	display: none;
}
.trialshadow .main .form .ch {
    font-size: 18px;
}
.trialshadow .main .form .en {
    font-size: 13px;
    }
.trialshadow .main .form {
	padding: 20px;
}



.in5-sec .main,
.in4-sec .main,
	.in3-sec .tbox .desc,
.in1-sec .main {
    margin-top: 25px;
    }
    .pro-sec,
.newsxq-sec,
.news-sec,
.ct2-sec,
.ct1-sec,
.case-sec,
.ab1-sec, .ab2-sec, .in1-sec, .in3-sec, .in4-sec, .in5-sec, .sqsy-sec {
    padding: 30px 0;
}
	
	
}
@media only screen and (max-width:320px) {}
