@charset "utf-8";
@font-face {
	font-family: 'SourceHanSansSC';
	font-weight: normal;
	font-style: normal;
	src: url('Source_Han_Sans_SC_Regular.eot');
	src: local('MSource_Han_Sans_SC_Regular'), url('Source_Han_Sans_SC_Regular.eot?#iefix') format('embedded-opentype'), url('Source_Han_Sans_SC_Regular.woff2') format('woff2'), url('Source_Han_Sans_SC_Regular.woff') format('woff'), url('Source_Han_Sans_SC_Regular.ttf') format('truetype'), url('Source_Han_Sans_SC_Regular.svg') format('svg');
}

@font-face {
	font-family: 'Montserrat';
	font-weight: normal;
	font-style: normal;
	src: url('Montserrat-Regular-8.eot');
	src: local('Montserrat-Regular-8'), url('Montserrat-Regular-8.eot?#iefix') format('embedded-opentype'), url('Montserrat-Regular-8.woff2') format('woff2'), url('Montserrat-Regular-8.woff') format('woff'), url('Montserrat-Regular-8.ttf') format('truetype'), url('Montserrat-Regular-8.svg') format('svg');
}

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%;
	overflow-x: hidden!important;
}

body {
	font-family: 'SourceHanSansSC', arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: 'SourceHanSansSC', arial, Helvetica, sans-serif;
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #ec6a00;
}

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: 50px;
	display: none;
}

.overflow {
	overflow: hidden;
}


/*  *  * header *  * */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 999;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed {
	background: rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.5);
}
.fp-enabled  header.fixed{
	 top: -130px;
}
.fp-enabled  .fp-viewing-0 header.fixed{
	 top: 0;
}
header.active {
	background: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.head-main {
	position: relative;
	line-height: 130px;
	font-size: 0;
	z-index: 2;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed .head-main {
	line-height: 100px;
}

.head-main>.w {
	width: 100%;
	padding: 0 50px;
}

.navmask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #fff;
	z-index: 1;
	opacity: 1;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

header.active .navmask {
	height: 43vh;
}

.head-main .logo {
	float: left;
	background-size: 100% auto;
	background-position: -9999px -9999px;
	background-repeat: no-repeat;
}

header.active .head-main .logo {
	background-position: center center;
}

.head-main .logo img {
	vertical-align: middle;
	height: 30px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.active .logo img {
	opacity: 0;
}

.nav {
	display: inline-block;
	vertical-align: middle;
}

.nav>ul>li {
	float: left;
	margin-right: 80px;
}

.nav>ul>li>a {
	display: block;
	font-size: 18px;
	color: #fff;
	position: relative;
	border-bottom: 3px solid transparent;
}

header.active .nav>ul>li>a {
	color: #333;
}

.nav>ul>li:hover>a,
.nav>ul>li.on>a {
	color: #ec6a00!important;
	border-color: #ec6a00;
}

.nav .drop-down {
	background: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	-moz-box-shadow: -5px 20px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: -5px 20px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: -5px 20px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.nav li:hover .drop-down {
	padding: 40px 0;
	opacity: 1;
	height: auto;
}

.drop-down .tbox {
	float: left;
	width: 50%;
}

.drop-down .tit {
	font-size: 32px;
	font-weight: bold;
	-moz-transform: translateX(20px);
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.nav li:hover .drop-down .tit {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.drop-down .pic {
	float: right;
	width: 34%;
	overflow: hidden;
	margin-top: 40px;
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.drop-down .pic img {
	display: block;
	width: 100%;
}

.nav li:hover .drop-down .pic {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.drop-down ol li {
	float: left;
	width: 26.6%;
	margin-left: 10%;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.drop-down ol li:nth-child(3n+1) {
	margin-left: 0;
}

.drop-down ol a {
	display: block;
	font-size: 22px;
	color: #333333;
	line-height: 60px;
	word-break: keep-all;
	background: url(../images/navico.png) no-repeat right center;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.drop-down ol a:hover {
	color: #ec6a00;
	background: url(../images/navico0.png) no-repeat 98% center;
}

.head-main .tel {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: bold;
	padding-left: 30px;
	background: url(../images/tel.png) no-repeat left center;
}

header.active .tel {
	color: #333333;
	background-image: url(../images/tel0.png);
}

.right-side-box {
	/*display: inline-block;*/
	display: none;
	vertical-align: middle;
	margin-left: 30px;
	padding-left: 30px;
	background: url(../images/xian.png) no-repeat left center;
}

header.active .right-side-box {
	background-image: url(../images/fixedxian.png);
}

.right-side-box .side-menu__toggler {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.right-side-box .side-menu__toggler img {
	vertical-align: middle;
	height: 23px;
}

header.active .right-side-box .side-menu__toggler {
	background: url(../images/menu0.png) no-repeat center;
	background-size: 100% auto;
}

header.active .right-side-box .side-menu__toggler img {
	opacity: 0;
}

.right-side-box .side-menu__toggler:hover {
	opacity: .8
}


/*移动端*/


/*	 *	 *	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: rgba(0, 0, 0, .9);
	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: 23px;
	width: 99px;
	background: url(../images/menu.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #fff none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	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: 200px;
	height: 100%;
	background: #fff;
	transition: all 0.3s;
	z-index: 0;
}

.maxDiv .maskbg:before {
	left: 0;
	transition: all 0.3s;
}

#menu a {
	display: block;
	width: 100%;
	color: #000;
	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: #fff;
	float: none;
}

#menu {
	margin: 4em 0;
	width: 200px;
	min-height: 308px;
	background: #fff;
	left: -9999px;
	transition: all 0.3s;
	text-transform: uppercase;
}

.maxDiv .maskbg #menu {
	left: 0;
	transition: all 0.3s;
}

.sliding-menu a.back {
	background: #ed6a37;
	color: #fff!important;
}

.sliding-menu a:hover {
	background: #ed6a37;
}


/*
 
 * footer
 * */

footer {
	padding: 100px 0 50px 0;
	color: #fff;
	background: #021728 url(../images/footerbg.png) no-repeat left top;
}

footer a {
	color: #fff;
}

.particles {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.particles canvas {
	background: transparent;
	position: relative;
	z-index: 0;
}

.footmain {
	min-height: 190px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.zindex5 {
	position: relative;
	z-index: 5;
}

.footmain .info {
	float: left;
	width: 80%;
	text-align: left;
}

.footmain .info .logo img {
	display: inline-block;
	height: 30px;
}

.footmain .info .tbox {
	margin-top: 80px;
	font-size: 16px;
	color: #fff;
}

.footmain .info .tbox dl {
	float: left;
	width: 33.33%;
}

.footmain .info .tbox dt {
	opacity: .6;
}

.footmain .info .tbox dd {
	margin-top: 10px;
	font-size: 32px;
	font-family: 'Montserrat';
	font-weight: bold;
}

.footmain .info .tbox dl:nth-child(3) dd {
	font-size: 24px;
	font-family: 'SourceHanSansSC';
	font-weight: normal;
}

.footmain .ewmbox {
	float: right;
	width: 20%;
	text-align: right;
	color: rgba(255, 255, 255, .6);
}
.qrcodebox{
	margin-left: -50px;
}
.qrcodebox a ,
.qrcodebox span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	cursor: pointer;
	position: relative;
}
.qrcodeico{
	display: block;
}
.qrcodebox a:hover .qrcodeico ,
.qrcodebox span:hover .qrcodeico {
	opacity: 0.8;
}



.qrcodebox .qrcode {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
	background: #fff;
	z-index: 4;
}
.qrcodebox .qrcode .desc{
	color: #000;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	 
}
.qrcodebox .qrcode img {
	width: 130px;
	display: block;
	
}

.qrcodebox span:hover .qrcode {
	display: block;
}

.kfewm {
	margin-top: 80px;
	display: inline-block;
	text-align: center;
}

.kfewm .pic img {
	width: 120px;
	display: block;
}

.fnav {
	margin-top: 50px;
	text-align: center;
	position: relative;
	z-index: 3;
}

.fnav>ul>li {
	float: left;
	width: 16.66%;
	font-size: 18px;
	position: relative;
	background: url(../images/xian3.png) no-repeat left top;
}

.fnav>ul>li:first-child {
	background: none;
}

.fnav ul ul {
	width: 100%;
	display: none;
}

.fnav ul ul.active {
	display: block;
}

.fnav ul ul li {
	margin-top: 10px;
}

.fnav ul ul li a {
	color: rgba(255, 255, 255, 0.6);
}

.fnav ul ul li a:hover {
	color: #fff;
}

.opennav {
	background: url(../images/down2.png) no-repeat left center;
	width: 15px;
	height: 10px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 10px;
	z-index: 3;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.opennav.active {
	transform: rotate(180deg);
}

.copyright {
	margin-top: 50px;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, .3);
}

.frilinksbox {
	display: none;
	margin-top: 10px;
	z-index: 4;
	opacity: 0.8;
}

.frilinksbox a {
	font-size: 14px;
}

.frilinksbox.active {
	display: block;
}

.change img {
	margin-left: 10px;
	opacity: 0.6;
	transform: rotate(180deg);
	cursor: pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.frilinks.active .change img {
	transform: rotate(0deg);
}


/*
 
 * 自定义缺角按钮
 * */

.triangle {
	position: relative;
}

.triangleborder:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 1px;
	width: 0px;
	height: 0px;
	border-bottom: 20px solid rgba(0, 0, 0, .1);
	border-left: 20px solid transparent;
}

.triangle-topright {
	position: absolute;
	top: 0;
	right: 0;
	width: 0px;
	height: 0px;
	border-top: 20px solid #fff;
	border-left: 20px solid transparent;
}

.triangle-bottomright {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0px;
	height: 0px;
	border-bottom: 20px solid #fff;
	border-left: 20px solid transparent;
}

.triangle-bottomleft {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0px;
	height: 0px;
	border-bottom: 20px solid #fff;
	border-right: 20px solid transparent;
}

.triangle-topleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	border-top: 20px solid #fff;
	border-right: 20px solid transparent;
}


/*右边浮动*/

.side_float {
	width: 77px;
	right: 0;
	position: fixed;
	bottom: 30px;
	text-align: center;
	z-index: 99;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
}

.side_float.active {
	
	right: -77px;
}

.ri_click {
	position: absolute;
	right: 0;
	
	top: -45px;
	width: 45px;
	height: 45px;
	background: url(../images/nexthover.png) no-repeat left top;
	animation-delay: 0ms;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: arrow;
	animation-play-state: running;
	animation-timing-function: linear;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.side_float.active .ri_click {
	left: -45px;
	right: auto;
	background-image: url(../images/prev.png);
}

.side_float li {
	background: url(../images/sidefloat.png) no-repeat left top;
	background-size: 100% auto;
}

.side_float li:hover {
	background-image: url(../images/sidefloat0.png);
}

/*.side_float li:first-child {
	margin-bottom: 10px;
}*/

.side_float li a {
	display: block;
	/*font-size: 16px;*/
	font-size: 15px;
	color: #333333;
	/*padding: 30px 0 20px 0;*/
	padding: 17px 0;
}

.side_float li:hover a {
	color: #fff;
}

.side_float .triangle-topleft {
	border-top: 30px solid #fff;
	border-right: 30px solid transparent;
}

.side_float li:hover .triangle-topleft {
	border-top-color: #ed6a37;
}

.side_float li img {
	display: block;
	margin: 0 auto;
	/*height: 28px;*/
	height: 25px;
}

.side_float li:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.side_float li .t {
	margin-top: 7px;
}

.side_float + a{
	display: none;
}
/*
 
 * index
 * */

.banner {
	position: relative;
	overflow: hidden;
}

.bannerswiper {
	height: 100%;
	width: 100%;
}

.bannerswiper .pic {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition: all 6s;
	-webkit-transition: all 6s;
	transition: all 6s;
}

.bannerswiper .swiper-slide-active .pic {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.bannerswiper video {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.bannerswiper img {
	width: 100%;
	display: none;
}

.bannerswiper .tbox {
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 100px;
	width: 100%;
}

.bannerswiper .tbox .tit {
	font-size: 48px;
	font-weight: bold;
	text-shadow: 0px 4px 10px rgba(0, 0, 0, .35);
	letter-spacing: 2px;
}

.bannerswiper .tbox .desc {
	margin-top: 15px;
	font-size: 20px;
	font-family: 'Montserrat';
	text-shadow: 0px 4px 10px rgba(0, 0, 0, .35);
}

.bannerswiper .tbox .btn {
	margin-top: 60px;
}

.bannerswiper .tbox .btn a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-family: 'Montserrat';
	padding-left: 65px;
	line-height: 45px;
	background: url(../images/next.png) no-repeat left center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.bannerswiper .tbox .btn a:hover {
	letter-spacing: 1px;
	background-image: url(../images/nexthover.png);
}

.bannerswiper .swiper-pagination {
	position: absolute;
	left: auto;
	right: 160px;
	bottom: 100px;
	width: auto;
}

.bannerswiper .swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	display: inline-block;
	border-radius: 0;
	background: #fff;
	opacity: .2;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.bannerswiper .swiper-pagination-bullet-active {
	opacity: 1;
	width: 70px;
}

.section {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.section2 .nysec-tit {
	text-align: center;
}

.solutiontabs {
	margin-top: 30px;
	text-align: center;
}

.solutiontabs li {
	float: left;
	width: 16.6%;
	font-size: 20px;
}

.solutiontabs li span {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 10px;
	cursor: pointer;
}

.solutiontabs li.active span {
	font-weight: bold;
	border-bottom: 3px solid #ed6a37;
}

.solutioncon {
	position: relative;
	margin-top: 45px;
}

.solutioncon .libox {
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.solutioncon .libox .tbox {
	background: rgba(0, 0, 0, .4);
	width: 41%;
	color: #fff;
	padding: 140px 80px 180px 160px;
}

.solutioncon .libox .tit {
	font-size: 32px;
	font-weight: bold;
	padding-left: 45px;
	background: url(../images/yuanico.png) no-repeat left center;
	color: #ed6a37;
}

.solutioncon .libox .desc {
	margin-top: 20px;
	line-height: 35px;
	height: 105px;
}

.solutioncon .libox .desc2 {
	margin-top: 60px;
}

.solutioncon .libox .databox {
	float: left;
	width: 50%;
}

.solutioncon .libox .databox .num {
	font-size: 24px;
	/*color: #fff;*/
	color: #ed6a37;
}

.solutioncon .libox .databox .num span {
	font-size: 56px;
	font-family: 'Montserrat';
	font-weight: bold;
	letter-spacing: 2px;
}

.solutioncon .libox .btn {
	margin-top: 50px;
}

.solutioncon .libox .btn span {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-family: 'Montserrat';
	padding-left: 65px;
	line-height: 45px;
	background: url(../images/next.png) no-repeat left center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.solutioncon .libox .btn span:hover {
	letter-spacing: 1px;
	background-image: url(../images/nexthover.png);
}

.section3 {
	background-color: #fff;
}

.section3 .about-sec1 {
	/*padding: 100px 0;*/
	background: none;
	/*background: url(../images/askbg.jpg) no-repeat left top;*/
	/*background-size: auto 100%;*/
}

.brand-sec {
	padding: 140px 0;
	background-color: #083a68;
	background-image: url(../images/brandbg.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;
}

.brand-sec .nysec-tit {
	text-align: center;
	color: #fff;
}

.brandlist {
	margin-top: 80px;
}

.brandlist ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-flow: row wrap;
}

.brandlist li {
	width: 16.66%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(255, 255, 255, .3);
	border-top: 1px solid rgba(255, 255, 255, .3);
	box-sizing: border-box;
	position: relative;
}

.brandlist li:nth-child(-n+6) {
	border-top: none;
}

.brandlist li:nth-child(6n) {
	border-right: none;
}

.brandlist li:nth-child(-n+5)::after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	right: -3.5px;
	bottom: -2.5px;
	z-index: 9;
}

.brandlist li img {
	display: block;
	max-width: 60%;
	max-height: 60%;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.brandlist li:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.brandswiper .pic{
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(255, 255, 255, .3);
	box-sizing: border-box;
	position: relative;
}

.brandswiper .swiper-slide:nth-last-child(1) .pic,
.brandswiper .swiper-slide:nth-last-child(2) .pic {
	border-right: none;
}
.brandswiper .swiper-slide:nth-child(odd) .pic{
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	
}
.brandswiper .swiper-slide:nth-child(odd) .pic::after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	right: -3.5px;
	bottom: -2.5px;
	z-index: 9;
}
.brandswiper .swiper-slide:nth-last-child(1) .pic::after,
.brandswiper .swiper-slide:nth-last-child(2) .pic::after {
	display: none;
}
.brandswiper .pic img {
	display: block;
	max-width: 60%;
	max-height: 60%;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.brandswiper .pic:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.brandswiper .swiper-pagination-bullet{
	background: #fff;
    
}

.swiper-pagination {
		position: static;
		margin-top: 15px;
	}
	.swiper-pagination-bullet-active {
		background: #ed6a37;
	}


.section5 {
	background-color: #ffffff;
}

.newscentermain {
	position: relative;
}

.newscentermain .nysec-tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;

}
.newscentermain .nysec-tit .title{
	color: #000;
}
.newscentermain .nysec-tit .title:hover{
	color:  #ed6a37;
}
.newstabs ul {
	display: inline-block;
	width: 210px;
	max-width: 100%;
}

.newstabs li {
	margin-top: 35px;
	border-bottom: 2px solid #ed6a37;
}

.newstabs li a {
	display: block;
	font-size: 19px;
	color: #000;
	line-height: 45px;
	height: 45px;
	background: url(../images/rightico.png) no-repeat right center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.newstabs li a:hover,
.newstabs li.active a {
	color: #ed6a37;
	background-position-x: 98%;
}

.newscentermain .con {
	position: relative;
	width: 73%;
	margin-left: 27%;
	z-index: 2;
}

.newscenterarrows {
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 100%;
}

.newscenterarrows .arrows {
	position: static;
	text-align: left;
}

.newscenterswiper .swiper-slide a {
	display: block;
	width: 100%;
}

.newscenterswiper .pic {
	overflow: hidden;
	height: 515px;
}
@media only screen and (max-width: 1680px) {
	.newscenterswiper .pic {
	height: 400px;
	}
}
@media only screen and (max-width: 1440px) {
	.newscenterswiper .pic {
	height: 350px;
	}
}
@media only screen and (max-width: 1300px) {
	.newscenterswiper .pic {
	height: 320px;
	}
}
@media only screen and (max-width: 1200px) {
	.newscenterswiper .pic {
	height: 250px;
	}
}
@media only screen and (max-width: 960px) {
	.newscenterswiper .pic {
	height: auto;
	}
}
.newscenterswiper .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.newscenterswiper a:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.newscenterswiper .tbox {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 40px 90px 50px 50px;
	background: url(../images/blackbg2.png) no-repeat left bottom;
	background-size: 100% auto;
	z-index: 1;
}

.newscenterswiper .tbox .time {
	font-size: 20px;
	font-family: 'Montserrat';
}

.newscenterswiper .tbox .desc {
	margin-top: 10px;
	font-size: 24px;
	line-height: 30px;
	height: 60px;
}

.newscenterswiper .triangle-bottomright {
	border-bottom: 140px solid #fff;
	border-left: 140px solid transparent;
	z-index: 2;
}

.newscenterswiper .colortriangle {
	border-bottom: 120px solid #ed6a37;
	border-left: 120px solid transparent;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.newscenterswiper a:hover .colortriangle {
	border-bottom-color: #083a68;
}

.colortriangle i {
	display: block;
	margin-left: -44px;
	margin-top: 80px;
	width: 19px;
	height: 12px;
	background: url(../images/colortrianglei.png) no-repeat left center;
}


/*
 
 * 
 * 
 * */

.nybanner {
	position: relative;
	overflow: hidden;
}

.nybanner img {
	display: block;
	width: 100%;
}

.nybannertit {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: left;
	letter-spacing: 1px;
	color: #fff;
	z-index: 1;
}

.nybannertit .ch {
	font-size: 48px;
	font-weight: bold;
}

.nybannertit .en {
	margin-top: 20px;
	font-size: 20px;
	text-transform: capitalize;
	font-family: 'Montserrat';
}

.location-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 100px;
	z-index: 2;
}

.location-nav:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 200px;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 0;
}

.location-nav .list {
	display: inline-block;
	vertical-align: top;
	background: url(../images/locationnavbg.png) repeat-y right top;
	position: relative;
	z-index: 1;
}

.location-nav li {
	padding-right: 45px;
	margin-right: 45px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/xian2.png) no-repeat right center;
	text-align: center;
}

.location-nav li:last-child {
	background: none;
}

.location-nav li a {
	display: block;
	color: #000;
	font-size: 18px;
	border-bottom: 3px solid transparent;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.location-nav li a:hover,
.location-nav li.active a {
	color: #ec6a00;
	border-color: #ec6a00;
}

.location-nav li .pic {
	width: 87px;
	height: 87px;
	line-height: 87px;
	font-size: 0;
	margin: 0 auto;
	border-radius: 50%;
	background: url(../images/abbg.png);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.location-nav li:hover .pic,
.location-nav li.active .pic {
	background-image: url(../images/abbgcur.png);
}

.location-navlist {
	color: #999999;
	background: #fafafa;
	/*padding: 70px 0;*/
	padding: 45px 0;
}

.location-navlist a {
	display: inline-block;
	font-size: 18px;
	color: #999999;
	margin-right: 15px;
	margin-left: 10px;
	cursor: pointer;
}

.location-navlist a:hover {
	color: #ec6a00;
}

.location-navlist img {
	display: inline-block;
	vertical-align: top;
}

.m-location-nav {
	background: #fff;
	display: none;
}

.m-location-nav .thisnav {
	display: inline-block;
	line-height: 45px;
	color: #ec6a00;
	font-size: 16px;
	padding-right: 50px;
	background: url(../images/joinico.png) no-repeat right center;
}

.m-location-nav .list {
	position: relative;
}

.m-location-nav .list ul {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	background: #fff;
	padding: 10px 0;
	min-width: 33%;
	border: 1px solid #E9E7E7;
	z-index: 9;
}

.m-location-nav .list ul li a {
	display: block;
	color: #000;
	font-size: 15px;
	padding: 0 15px;
	line-height: 30px;
}


/*
 
 * 
 * */


/*#fullpage{
	z-index: 1000;
}
.fp-viewing-0 #fullpage{
	z-index: 99;
	
}*/

.infixed {
	top: -130px;
}


/*
 
 * pro
 * */

.pro-sec {
	background: #fafafa;
	padding: 0 0 100px 0;
}

.pagestyle {
	margin: 40px 0;
}

.nysec-tit .title {
	font-size: 40px;
	font-weight: bold;
}

.nysec-tit .desc {
	margin-top: 15px;
	font-size: 18px;
	color: #666;
}

.pro-sec .nysec-tit {
	text-align: center;
}

.pro-sec .probox li {
	margin-top: 50px;
	float: left;
	width: 31.33%;
	margin-right: 3%;
}

.pro-sec .probox li:nth-child(3n) {
	margin-right: 0;
}

.prolist .li {
	background: #eff2f6;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.prolist .li:hover {
	background: #4a4f53 url(../images/probg.jpg) no-repeat center;
}

.prolist .li a {
	display: block;
	padding: 50px 30px;
}

.prolist .box {
	position: relative;
}

.prolist .ptit {
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	height: 40px;
}

.prolist .pdesc {
	font-size: 18px;
	color: #666666;
	text-align: center;
	line-height: 30px;
	height: 30px;
}

.prolist .li:hover .ptit,
.prolist .li:hover .pdesc {
	color: #fff;
}

.prolist .ppic {
	margin-top: 40px;
	height: 250px;
	overflow: hidden;
}

.prolist .ppic img {
	display: block;
	height: 100%;
	margin: 0 auto;
}

.prolist .ptag {
	margin-top: 50px;
	font-size: 18px;
	color: #ed6a37;
	text-align: center;
	line-height: 30px;
	height: 30px;
}

.prolist .ptag span {
	margin: 0 10px;
	padding-left: 20px;
	background: url(../images/rightjiao.png) no-repeat left center;
}

.prolist .li:hover .ptag {
	opacity: 0;
}

.prolist .pmore {
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: -45px;
	transform: translateX(-50%);
	height: 45px;
	width: 45px;
	background: url(../images/next.png) no-repeat center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.prolist .li:hover .pmore {
	opacity: 1;
	bottom: 0;
}

.prolist .li .pmore0 {
	margin-top: 10px;
	height: 45px;
	width: 45px;
	background: url(../images/next0.png) no-repeat center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.prolist .li:hover .pmore0 {
	background-image: url(../images/next.png);
}

.prolist .pdesc2 {
	margin-top: 25px;
	font-size: 18px;
	color: #000;
	min-height: 138px;
}

.prolist .pdesc2 .adv {
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../images/rightjiao.png) no-repeat left 5px;
}

.prolist .li:hover .pdesc2 {
	color: #fff;
}

.prolist .alignleft {
	text-align: left;
}


/*
 
 * 
 * */

.contact-sec1 {
	padding: 150px 0 100px;
	background: #fafafa url(../images/contactimg.jpg) no-repeat left bottom;
	background-size: 100% auto;
}

.contactinfo {
	margin-top: 35px;
	color: #666;
}

.contactinfo ul {
	margin-top: 25px;
}

.contactinfo li:nth-child(2) {
	font-size: 18px;
	color: #000;
}

.contactinfo .kfdh {
	font-size: 40px;
	color: #013b6d;
	font-weight: bold;
	font-family: "Montserrat";
}
.contactinfo ul:first-child li:nth-child(2) {
	font-size: 40px;
	color: #013b6d;
	font-weight: bold;
	font-family: "Montserrat";
}

.contactinfo .shdh {
	font-size: 26px;
	color: #013b6d;
	font-weight: bold;
	font-family: "Montserrat";
}
.contactinfo ul:nth-child(2)  li:nth-child(2),
.contactinfo ul:nth-child(3)  li:nth-child(2){
	font-size: 26px;
	color: #013b6d;
	font-weight: bold;
	font-family: "Montserrat";
}
.zxxj-sec {
	padding: 100px 0;
	background: #fff url(../images/askbg.jpg) no-repeat left top;
}

@media only screen and (min-width:1200px) {
	.section.zxxj-sec {
		padding: 0;
	}
}

.zxxjmain .tbox {
	float: left;
	width: 44%;
}

.zxxjmain .info {
	/*margin-top: 60px;*/
}

.zxxjmain .ewmbox {
	margin-top: 50px;
	display: inline-block;
	text-align: center;
	color: #666;
}

.zxxjmain .ewmbox .pic img {
	display: block;
	width: 123px;
}

.zxxjmain .qrcodebox {
	margin-top: 60px;
	color: #000;
	margin-left: 0!important;
}

.zxxjmain .qrcodebox .qrcode {
	top: auto;
	bottom: 0;
	margin: 0 0 40px 0;
}

.zxxjmain .qrcodebox .qrcode img {
	width: 100px;
	border: 2px solid #B2B2B2;
}

.zxxjmain .form {
	float: right;
	width: 53%;
}

.zxxjtext {
	display: block;
	float: left;
	width: 47%;
	line-height: 50px;
	height: 51px;
	margin-bottom: 30px;
	margin-right: 6%;
	font-size: 18px;
	color: #000000;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.zxxjtext:nth-child(2n) {
	margin-right: 0;
}

.zxxjtextarea {
	display: block;
	float: left;
	width: 100%;
	/*line-height: 40px;
	height: 121px;*/
	line-height: 50px;
    height: 51px;
	margin-bottom: 30px;
	font-size: 18px;
	color: #000000;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}


/*
 
 * 
 * */

.btnsbox {
	float: left;
	width: 47%;
	margin-right: 6%;
}

.btnsbox:nth-child(2n) {
	margin-right: 0;
}

.btna {
	display: block;
	width: 100%;
	line-height: 50px;
	height: 52px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	cursor: pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btnreset {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
}

.btnsubmit {
	color: #fff;
	background: #013b6d;
}

.btna:hover {
	color: #fff;
	background: #ed6a37;
}


/*
 
 * 
 * */

.news-sec1 {
	background: #fafafa;
}

.news-sec1 .main {
	margin-top: 60px;
	position: relative;
}

.news-sec1 .box {
	background: #fff;
}

.news-sec1 .box .triangle-topleft {
	border-width: 100px;
	border-top-color: #fafafa;
}

.news-sec1 .tbox {
	float: left;
	width: 37.5%;
	padding: 100px 50px;
	color: #000;
}

.news-sec1 .tbox .time {
	display: inline-block;
	font-size: 32px;
	color: #ed6a37;
	font-family: 'Montserrat';
	font-weight: lighter;
	background: url(../images/timexian.png) no-repeat center;
}

.news-sec1 .tbox .time .mm {
	margin: 0 10px;
}

.news-sec1 .tbox .time .dd {
	margin-left: 50px;
}

.news-sec1 .tbox .tit {
	margin-top: 20px;
	font-size: 26px;
	height: 80px;
	line-height: 40px;
}

.news-sec1 .tbox .more {
	margin-top: 70px;
	font-size: 20px;
	font-family: 'Montserrat';
}

.news-sec1 .tbox .more .ico {
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 45px;
	margin-right: 20px;
	background: url(../images/nexthover.png) no-repeat center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.news-sec1 .box:hover .tbox .more {
	color: #ED6A37;
}

.news-sec1 .box:hover .tbox .more .ico {
	background-image: url(../images/next.png);
}

.news-sec1 .pic {
	float: right;
	width: 62.5%;
	overflow: hidden;
}

.news-sec1 .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.news-sec1 .box:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.twoxian {
	margin-top: 100px;
}

.xianleft {
	float: left;
	width: 37.5%;
	height: 5px;
	background: #ed6a37;
}

.xianright {
	float: right;
	width: 62.5%;
	height: 5px;
	background: #202f44;
}

.arrows {
	position: absolute;
	right: 0;
	top: -100px;
	text-align: right;
}

.arrows .swiper-button-prev,
.arrows .swiper-button-next {
	position: static;
	margin-top: 0;
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 45px;
	line-height: 45px;
}

.arrows .swiper-button-prev {
	background: url(../images/prev.png) no-repeat center;
}

.arrows .swiper-button-prev:hover {
	background-image: url(../images/prevhover.png);
}

.arrows .swiper-button-next {
	margin-left: 20px;
	background: url(../images/next.png) no-repeat center;
}

.arrows .swiper-button-next:hover {
	background-image: url(../images/nexthover.png);
}

.swiper-button-hidden .swiper-button-next, 
.swiper-button-hidden .swiper-button-prev{
	opacity: 0
}

.news-sec2 {
	padding: 100px 0;
	background: #fafafa;
}

.news-sec2 .main li {
	margin-bottom: 40px;
	float: left;
	width: 31.33%;
	margin-right: 3%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.news-sec2 .main li:nth-child(3n) {
	margin-right: 0;
}

.news-sec2 .main li:hover {
	background: #ed6a37;
}

.news-sec2 .main li a {
	display: block;
	position: relative;
}

.news-sec2 .main li .pic {
	overflow: hidden;
}

.news-sec2 .main li .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.news-sec2 .main li:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.news-sec2 .tbox {
	padding: 30px;
	border: 1px solid #e1e1e1;
	border-top: 0;
}

.news-sec2 .tbox .tit {
	font-size: 20px;
	color: #000;
	height: 60px;
	line-height: 30px;
}

.news-sec2 .tbox .desc {
	margin-top: 15px;
	color: #666;
	height: 60px;
	line-height: 30px;
}

.news-sec2 .main li:hover .tit,
.news-sec2 .main li:hover .desc {
	color: #fff;
}

.news-sec2 .main li:hover .desc {
	opacity: .6;
}

.news-sec2 .time {
	position: absolute;
	top: 40px;
	left: 30px;
	display: inline-block;
	font-size: 32px;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: lighter;
	background: url(../images/timexian2.png) no-repeat center;
}

.news-sec2 .time .mm {
	margin: 0 10px;
}

.news-sec2 .time .dd {
	margin-left: 50px;
}

.listmorebtn {
	width: 140px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	background: #ed6a37;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: 'Montserrat';
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.listmorebtn a {
	display: block;
	color: #fff;
}

.listmorebtn:hover {
	letter-spacing: 1px;
	background: #073a69;
}

.newsxq-sec {
	padding: 0 0 100px 0;
	background: #fafafa;
}

.newsboxleft {
	float: left;
	width: 62.5%;
}

.newsxq-sec .title {
	font-size: 32px;
}

.newsxq-sec .ninfo {
	margin-top: 35px;
	font-size: 18px;
	color: #666;
	font-family: 'Montserrat';
}

.newsxq-sec .ninfo span {
	margin: 0 40px 0 0;
}

.newsxq-sec .ninfo img {
	vertical-align: middle;
	margin-right: 10px;
}

.details {
	margin-top: 25px;
	padding: 25px 0;
	line-height: 30px;
	font-size: 18px;
	color: #666666;
}

.newsxq-sec .details {
	border-top: 2px solid #efeceb;
	padding-top: 20px;
	margin-top: 20px;
	text-indent: 2rem;
}

.details img {
	display: block;
	max-width: 100%;
	height: auto!important;
	margin: 15px auto;
}

.newspages {
	margin-top: 20px;
	border-top: 2px solid #efeceb;
	padding: 30px 0;
	font-size: 16px;
	color: #666666;
	position: relative;
}

.newspages a {
	display: block;
	color: #666666;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.newspages a:hover {
	color: #083a68;
}

.newspages a.prev {
	float: left;
	padding-left: 40px;
	background: url(../images/newsprev.png) no-repeat left center;
}

.newspages a.prev:hover {
	background-image: url(../images/newsprev0.png);
}

.newspages a.next {
	float: right;
	padding-right: 40px;
	background: url(../images/newsnext.png) no-repeat right center;
}

.newspages a.next:hover {
	background-image: url(../images/newsnext0.png);
}

.newspages a.next .ico {
	margin: 0 0 0 20px;
	transform: rotateY(180deg);
}

.newspages a.back {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.newspages span {
	width: 215px;
}

.newsboxright {
	float: right;
	width: 31%;
}

.newsboxright .news-sec2 {
	padding: 0;
	margin-top: 45px;
}

.newsboxright .news-sec2 .main li {
	float: none!important;
	width: 100%!important;
}


/*
 
 * 
 * */

.download-sec {
	padding: 70px 0;
	background: #fafafa url(../images/downloadbg.jpg) no-repeat left top;
	background-size: auto 100%;
}

.lefttype {
	float: left;
	width: 21%;
}

.downtype li {
	margin-top: 60px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.downtype li:first-child {
	border: 0;
}

.downtype li a {
	display: block;
	font-size: 18px;
	color: #000;
	line-height: 90px;
	height: 90px;
	background: url(../images/rightico.png) no-repeat 85% center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.downtype li a:hover,
.downtype li.active a {
	color: #fff;
	background-color: #ed6a37;
	background-image: url(../images/rightico0.png);
}

.downtype .triangle {
	padding-left: 60px;
}

.downtype .triangle-bottomright {
	border-width: 30px;
}

.rightlist {
	float: right;
	width: 60%;
}

.downloadlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 27px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background: url(../images/PDF.png) no-repeat left top;
}

.downloadlist li .tit {
	font-size: 20px;
	color: #000000;
	padding-left: 50px;
	margin-right: 140px;
}

.downloadlist li .btn {
	float: right;
	color: #ed6a37;
	padding-left: 30px;
	background: url(../images/downloadico.png) no-repeat left center;
}

.downloadlist li a:hover .tit {
	color: #ed6a37;
}


/*
 
 * 
 * */

.join-sec {
	padding: 50px 0;
	background: #f7f7f9 url(../images/joinbg.jpg) no-repeat;
	background-size: cover;
}

.joinleft {
	float: left;
	width: 27%;
}

.jointype {
	display: inline-block;
	width: 200px;
	max-width: 100%;
}

.jointype li {
	margin-top: 35px;
	border-bottom: 2px solid #ed6a37;
}

.jointype li a {
	display: block;
	font-size: 19px;
	color: #000;
	line-height: 45px;
	height: 45px;
	background: url(../images/rightico.png) no-repeat right center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.jointype li a:hover,
.jointype li.active a {
	color: #ed6a37;
	background-position-x: 98%;
}

.joinlist {
	float: right;
	width: 73%;
	padding-left: 60px;
	border-left: 1px solid rgba(0, 0, 0, .1);
}

.joinlist li {
	background: #eff2f6;
	margin-bottom: 30px;
	cursor: pointer;
}

.jointit {
	padding: 30px 50px;
	background: #fff;
}

.joinlist li:hover .jointit {
	background: #f4f5f6;
}

.jointit .title {
	padding-right: 100px;
	background: url(../images/joinico.png) no-repeat right center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.joinlist li.active .title {
	background-image: url(../images/joinactive.png);
}

.jointit span {
	display: block;
	float: left;
	width: 20%;
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	font-family: 'Montserrat';
}

.jointit .name {
	width: 40%;
	padding-left: 30px;
	font-size: 24px;
	font-weight: bold;
	background: url(../images/rightjiao.png) no-repeat left center;
}

.joinlist .con {
	padding: 40px 50px;
	font-size: 18px;
	color: #666666;
	line-height: 40px;
	display: none;
}

.joinlist li.active .con {
	display: block;
}

.joinlist .con .tit {
	margin-top: 35px;
	font-size: 20px;
	color: #ed6a37;
	font-weight: bold;
}

.joinlist .con .tit:first-child {
	margin-top: 0;
}

.joinlist .con .emailtit {
	margin-top: 25px;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.joinlist .con .emailtit span {
	font-size: 24px;
	color: #ed6a37;
}

.joinlist .triangle-bottomright {
	border-width: 65px;
	border-bottom-color: #f7f7f9;
	display: none;
}

.joinlist li.active .triangle-bottomright {
	display: block;
}


/*
 
 * video
 * */

.video-sec {
	background: #fafafa;
}

.video-seclist {
	background: #fafafa;
}

.video-sec .nysec-tit {
	text-align: center;
}

.videotype {
	margin-top: 30px;
	text-align: center;
}

.videotype li {
	float: left;
	width: 20%;
	padding: 0 50px;
	position: relative;
}

.videotype li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 55px;
	width: 1px;
	background: rgba(0, 0, 0, .1);
}

.videotype li:last-child:after {
	display: none;
}

.videotype li a {
	display: inline-block;
	width: 220px;
	max-width: 98%;
	color: #000;
	font-size: 20px;
	height: 70px;
	line-height: 70px;
	padding: 0 35px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.videotype li:hover a,
.videotype li.active a {
	background: #ed6a37;
	color: #fff;
}

.videotype .triangle-bottomright {
	border-bottom-color: #FAFAFA;
}

.searchbox {
	margin-top: 70px;
	background: #fff;
}

.searchbox .textbox {
	float: left;
	width: 80%;
	padding: 0 100px;
	background: url(../images/search.png) no-repeat 60px center;
}

.searchbox .searchtext {
	background: #fff;
	line-height: 80px;
	height: 80px;
	font-size: 20px;
}

.searchbox .btnbox {
	float: left;
	width: 20%;
}

.searchbox .btnbox .triangle-topright {
	border-top-color: #FAFAFA;
}

.searchbox .searchbtn {
	display: block;
	width: 100%;
	background: #ed6a37;
	line-height: 80px;
	height: 80px;
	font-size: 24px;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: bold;
}

.searchbox .searchbtn:hover {
	cursor: pointer;
	letter-spacing: 2px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


/*//////////////图文排版左右公共样式liststyle//////////////*/

.liststyle .libox {
	margin-top: 80px;
}

.liststyle .libox .pic {
	float: left;
	width: 65%;
	position: relative;
	overflow: hidden;
}

.liststyle2 li:nth-child(2n) .libox .pic {
	float: right;
}

.liststyle .libox .img img {
	display: block;
	width: 100%;
}

.liststyle .libox .tbox {
	float: right;
	width: 35%;
	overflow: hidden;
	padding: 80px 80px 60px 80px;
	background: #fff;
}

.liststyle .libox .tbox .triangle-topright {
	border-top: 120px solid #fafafa;
	border-left: 120px solid transparent;
}

.liststyle2 li:nth-child(2n) .libox .tbox .triangle-topright {
	left: 0;
	right: auto;
	border-left: none;
	border-right: 120px solid transparent;
}

.video-sec .more {
	padding: 70px 0;
}

.video-sec .libox .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.mask .play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 123px;
	height: 123px;
	margin: -61px 0 0 -61px;
	background: url(../images/yuan.png) no-repeat center center;
	background-size: cover;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.video-sec .libox:hover .mask {
	background: rgba(0, 0, 0, .5);
}

.video-sec .libox:hover .mask .play {
	width: 110px;
	height: 110px;
}

.video-sec .libox .tit {
	font-size: 26px;
	color: #000;
	margin-top: 40px;
	line-height: 40px;
	height: 80px;
}

.video-sec .libox .desc {
	color: #666666;
	margin-top: 20px;
	line-height: 35px;
	height: 140px;
}

.video-sec .libox .tag {
	color: #ed6a37;
}

.video-sec .libox .tag .triangle {
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
}

.video-sec .libox .tag .triangle:first-child {
	margin-left: 0;
}
.video-sec .libox .tag a{
	color: #ed6a37;
}
.video-sec .libox .tag a:hover{
	background: #ed6a37;
	color: #fff;
}

.video-sec .libox .tag .tt {
	border: 1px solid #ed6a37;
	display: block;
	line-height: 40px;
	padding: 0 25px 0 20px;
}

.video-sec .libox .tag .triangleborder:before {
	border-bottom-color: #ed6a37;
}


/*
 
 * solution
 * */

.solution-sec1 {
	background: #fafafa;
}

.solution-sec1 .liststyle .libox {
	margin-top: 0!important;
	position: relative;
}

.solution-sec1 .main .libox .tit {
	color: #000;
	font-size: 26px;
	font-weight: bold;
	padding-left: 45px;
	background: url(../images/yuanico.png) no-repeat left center;
}

.solution-sec1 .main .libox .desc {
	color: #666666;
	margin-top: 20px;
	line-height: 35px;
}

.solution-sec1 .main .libox .desc2 {
	margin-top: 25px;
}

.solution-sec1 .main .libox .databox {
	float: left;
	width: 50%;
}

.solution-sec1 .main .libox .databox .num {
	font-size: 20px;
	color: #083a68;
}

.solution-sec1 .main .libox .databox .num span {
	font-size: 44px;
	font-family: 'Montserrat';
	font-weight: bold;
}

.solution-sec1 .main .libox .databox .t {
	color: #666666;
}

.solution-sec1 .main .libox .btn {
	position: absolute;
	right: 0;
	bottom: 0;
}

.solution-sec1 .main .libox .btn a {
	display: block;
	font-size: 20px;
	color: #000;
	font-family: 'Montserrat';
	padding-left: 65px;
	line-height: 45px;
	background: url(../images/next.png) no-repeat left center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.solution-sec1 .main .libox .btn a:hover {
	letter-spacing: 1px;
	background-image: url(../images/nexthover.png);
}

.solution-sec2 {
	padding: 100px 0;
	background: #fafafa;
}

.solution-sec2 .main ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 30px;
	background: #ebeef2;
}

.solution-sec2 .main ul li:nth-child(2n) {
	margin-right: 0;
}

.solution-sec2 .main ul li .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 1;
	z-index: 1;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.solution-sec2 .main ul li .pic img {
	display: block;
	height: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.solution-sec2 .main ul li:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.solution-sec2 .main ul li:hover .pic {
	opacity: 1;
}

.solution-sec2 .main ul li .tbox {
	position: relative;
	display: block;
	width: 100%;
	background: #ebeef2 url(../images/solutionsec2bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 200px 50px 50px;
	z-index: 2;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.solution-sec2 .main ul li:hover .tbox {
	background: rgba(0, 0, 0, .5);
}

.solution-sec2 .main ul li .tit {
	margin-top: 15px;
	font-size: 24px;
	color: #000;
	line-height: 40px;
	height: 40px;
}

.solution-sec2 .main ul li .desc {
	margin-top: 15px;
	font-size: 16px;
	color: #666;
	line-height: 35px;
	height: 70px;
}

.solution-sec2 .main ul li .ico {
	height: 49px;
	overflow: hidden;
}

.solution-sec2 .main ul li .ico img {
	max-height: 100%;
	display: block;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.solution-sec2 .main ul li:hover .ico img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.solution-sec2 .main ul li .more {
	margin-top: 60px;
}

.solution-sec2 .main ul li:hover .tit,
.solution-sec2 .main ul li:hover .desc {
	color: #fff;
}

.solution-sec2 .main ul li .triangle-bottomright {
	border-bottom: 100px solid #fafafa;
	border-left: 100px solid transparent;
	z-index: 3;
}

.solution-sec3 .btn {
	text-align: right;
	margin: 60px 0;
	display: none;
}

.solution-sec3 .btn a {
	display: inline-block;
	font-size: 20px;
	color: #000;
	padding-left: 65px;
	line-height: 45px;
	background: url(../images/next.png) no-repeat left center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.solution-sec3 .btn a:hover {
	letter-spacing: 1px;
	background-image: url(../images/nexthover.png);
}

.solution-sec4 {
	padding: 120px 0;
}

@media only screen and (min-width:1200px) {
	.section.solution-sec4 {
		padding: 0;
	}
}

.solution-sec4 .main {
	margin-top: 60px;
	position: relative;
}

.solutionxq-sec1 {
	background: #fafafa url(../images/solxq1bg.png) no-repeat right bottom;
	/*padding-bottom: 150px;*/
}

.solutionxq-sec1 .nysec-tit,
.solutionxq-sec2 .nysec-tit {
	text-align: center;
}

.solutionxq-sec1 .main {
	margin-top: 60px;
	position: relative;
}

.casetabs {
	float: left;
	width: 49%;
	padding: 50px 100px;
	background: #fff;
	font-size: 22px;
}

.casetabs .triangle-bottomright {
	border-bottom: 120px solid #fafafa;
	border-left: 120px solid transparent;
}

.casetabs li {
	padding: 10px 0 10px 35px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background: url(../images/whyico.png) no-repeat left center;
}

.casetabs li:last-child {
	border: none;
}

.casetabs li.active {
	color: #ed6a37;
	border-color: #ed6a37;
	background-image: url(../images/whyico0.png);
}

.casetabs li span {
	display: block;
	padding-right: 40px;
	line-height: 60px;
	background: url(../images/rightjiao.png) no-repeat right center;
}

.casetabscon {
	float: left;
	width: 51%;
}

.casetabscon .box {
	position: relative;
	background: url(../images/solutionxq.jpg) no-repeat center center;
	background-size: cover;
}

.casetabscon .tbox {
	padding: 60px 70px;
	font-size: 20px;
	color: #fff;
	background: rgba(237, 106, 55, .8);
}

.casetabscon .tbox dl {
	margin-top: 25px;
	padding-top: 35px;
	border-top: 1px solid rgba(243, 244, 248, .3);
}

.casetabscon .tbox dl:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.casetabscon .tbox dd {
	margin-top: 15px;
	font-size: 26px;
}

.casetabscon .btn {
	text-align: right;
	margin-top: 50px;
}

.casetabscon .btn a {
	display: inline-block;
	font-size: 20px;
	color: #000;
	font-family: 'Montserrat';
	padding-left: 65px;
	line-height: 45px;
	background: url(../images/next.png) no-repeat left center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.casetabscon .btn a:hover {
	letter-spacing: 1px;
	background-image: url(../images/nexthover.png);
}

.solutionxq-sec2 {
	/*padding: 100px 0;*/
	background: #f2f3f7 url(../images/processbg.jpg) no-repeat left top;
	background-size: cover;
}

.solutionxq-sec2 .main {
	margin-top: 60px;
}

.solutionxq-sec2 .main .w {
	position: relative;
}

.processswiper .con {
	position: relative;
	padding-right: 20px;
}

.processswiper .pic img {
	display: block;
	width: 100%;
}

.processswiper .tbox2 {
	position: absolute;
	left: 0;
	right: 20px;
	top: 0;
	height: 100%;
	background: #12426f;
	color: #fff;
	padding: 40px;
	display: none;
}

.processswiper .box:hover .tbox2 {
	display: block;
}

.processswiper .tbox2 .tit {
	font-size: 22px;
	font-weight: 600;
}

.processswiper .tbox2 .desc {
	margin-top: 10px;
	font-size: 18px;
	padding-left: 20px;
	background: url(../images/rightjiao.png) no-repeat left center;
}

.processswiper .xian {
	height: 11px;
	background: url(../images/processxian.jpg) no-repeat center center;
	background-size: cover;
}

.processswiper .tbox {
	background: #fff;
	padding: 40px;
	position: relative;
	font-size: 20px;
}

.processswiper .tbox .num {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	opacity: .1;
	font-size: 64px;
	color: #ed6a37;
	font-family: 'Montserrat';
}

.processswiper .tbox .tit {
	font-weight: 600;
}

.processswiper .tbox .desc {
	margin-top: 15px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	padding-right: 80px;
}

.processbox ul li {
	float: left;
	width: 11.3%;
	margin-right: 1.34%;
	height: 530px;
	background: url(../images/process.jpg) no-repeat left center;
	background-size: auto 100%;
	overflow: hidden;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.processbox ul li:nth-child(6n) {
	margin-right: 0;
}

.processbox ul li.active {
	width: 36.8%;
}

.processbox .triangle-topright {
	border-top: 25px solid #f2f3f7;
	border-left: 25px solid transparent;
}

.processbox .tbox {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background: rgba(0, 0, 0, 0.2);
}

.processbox ul li.active .tbox {
	opacity: 0;
}

.processbox .tbox .num {
	font-family: 'Montserrat';
	margin-bottom: 5px;
}

.processbox ul li .hovertbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(8, 58, 104, .95);
	color: #fff;
	padding: 60px 50px;
	opacity: 0;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.processbox ul li.active .hovertbox {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.processbox .tbox1 .tit {
	font-size: 24px;
}

.processbox .tbox1 .desc {
	margin-top: 10px;
	font-size: 20px;
	color: rgba(255, 255, 255, .8);
}

.processbox .tbox2 {
	margin-top: 45px;
}

.processbox .tbox2 .tit {
	font-size: 22px;
}

.processbox .tbox2 .desc {
	margin-top: 10px;
	font-size: 18px;
	color: rgba(255, 255, 255, .8);
	padding-left: 20px;
	line-height: 26px;
	background: url(../images/rightjiao.png) no-repeat left 5px;
}

.solutionxq-sec3 {
	/*padding: 100px 0;*/
	background: #fafafa;
}

.solutionxq-sec3 .main {
	margin-top: 60px;
	position: relative;
}


/*
 
 * 
 * */

.proxq-sec1 {
	padding-bottom: 150px;
	background: #fafafa;
}

@media only screen and (min-width:1200px) {
	.section.proxq-sec1 {
		padding-bottom: 0;
	}
}

.liststyle3 .libox .pic {
	width: 56%;
	background: #fafafa;
}

.liststyle3 .libox .tbox {
	width: 44%;
}

.proxq-sec1 .liststyle .libox {
	background: #fff;
}

.proxq-sec1 .main .libox .tit {
	padding-left: 0;
	background: none;
}

.proxq-sec1 .main .libox .tit2 {
	margin-top: 35px;
	font-size: 22px;
}

.proxq-sec1 .main .libox .btn {
	position: static;
	margin-top: 40px;
}

.protabswiper {
	margin-top: 10px;
}

.protabswiper .swiper-slide img {
	border: 4px solid #fafafa;
}

.protabswiper .active-nav img {
	border-color: #ed6a37;
}

.proxq-sec2 {
	padding: 110px 0;
	background: #eff2f6 url(../images/highlightsbg.jpg) no-repeat left center;
	background-size: auto 100%;
}

@media only screen and (min-width:1200px) {
	.section.proxq-sec2 {
		padding: 0;
	}
}

.proxq-sec2 .nysec-tit {
	color: #fff;
	float: left;
}

.proxq-sec2 .nysec-tit .desc {
	color: #fff;
}

.proxq-sec2 .main {
	float: right;
	width: 80%;
	background: #fff;
	font-size: 18px;
	line-height: 40px;
	padding: 40px 0;
}

.proxq-sec2 .main ul {
	padding: 0 70px;
}

.highlightsinner {
	height: 600px;
}

.proxq-sec2 .main ul li {
	padding: 10px 0;
	border-bottom: 1px solid rgba(237, 106, 55, .1);
}

.proxq-sec2 .main ul li span {
	display: block;
	padding-left: 30px;
	background: url(../images/rightjiao.png) no-repeat left 12px;
}

.proxq-sec3 {
	padding: 100px 0;
	background: #fafafa;
}

.proxq-sec3 .main {
	margin-top: 60px;
}


/*
 
 * 
 * */

.scenarios-sec {
	background: #fff;
	/*padding: 100px 0;*/
}

.scenarios-sec .nysec-tit .title {
	float: left;
}

.scenarios-sec .nysec-tit .desc {
	float: right;
	width: 66%;
}

.scenarios-sec .main {
	margin-top: 60px;
}

.scenariosswiper .box {
	position: relative;
}

.scenariosswiper .pic {
	overflow: hidden;
}

.scenariosswiper .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.scenariosswiper .box:hover .pic img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.scenariosswiper .tbox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 35px 0 15px 0;
	background: url(../images/blackbg.png) no-repeat center bottom;
	background-size: cover;
	z-index: 1;
}

.scenariosarrows {
	margin-top: 50px;
	position: static;
	text-align: left;
}

.cuttingvideo-sec {
	/*padding: 100px 0;*/
	background: #fafafa;
}

.cuttingvideo-sec .main {
	margin-top: 50px;
	position: relative;
}

.cuttingvideo-sec .arrows {
	position: static;
}

.videoarrows {
	position: absolute;
	right: 0;
	top: -100px;
	width: 100%;
}

.videoswiper .box {
	position: relative;
}

.videoswiper .pic {
	position: relative;
}

.videoswiper .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.videoswiper .box:hover .mask {
	background: rgba(0, 0, 0, .5);
}

.videoswiper .img img {
	display: block;
	width: 100%;
}

.videoswiper .tbox {
	position: absolute;
	left: 0;
	right: 170px;
	bottom: 0;
	background: url(../images/videotit.png) no-repeat right top;
	background-size: 100% 100%;
}

.videoswiper .box:hover .tbox {
	background-image: url(../images/videotit0.png);
}

.videoswiper .text {
	line-height: 90px;
	height: 90px;
	padding: 0 90px;
	font-size: 20px;
	color: #000;
	background: url(../images/rightjiao2.png) no-repeat 50px center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.videoswiper .box:hover .text {
	color: #fff;
	background-image: url(../images/rightjiao0.png);
}

.advantage-sec {
	/*padding: 100px 0;*/
	background: #fafafa url(../images/advantagebg.jpg) no-repeat left top;
}

.advantage-sec .main {
	position: relative;
}

.advantage-sec .nysec-tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	color: #fff;
}

.advantagearrows {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.advantage-sec .arrows {
	position: static;
	text-align: left;
}

.advantage-sec .con {
	margin-left: 30%;
}

.advantageswiper .swiper-slide {
	border-right: 1px solid #cfd1d5;
	background: #fff;
}

.advantageswiper .pic img {
	display: block;
	width: 100%;
}

.advantageswiper .tbox {
	padding: 40px;
	border-bottom: 5px solid #202f44;
}

.advantageswiper .tit {
	font-size: 24px;
	font-weight: 600;
}

.advantageswiper .desc {
	margin-top: 10px;
	color: #666;
	line-height: 30px;
	height: 120px;
}

.advantageswiper .swiper-slide:hover .tbox {
	border-color: #ed6a37;
}

.tool-sec {
	/*padding: 100px 0;*/
	background: #fff url(../images/toolbg.png) no-repeat left top;
	background-size: 100% auto;
}

.tool-sec .main {
	position: relative;
}

.tool-sec .nysec-tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.toollist {
	padding-top: 1px;
}

.toollist li {
	float: left;
	width: 20%;
	border: 1px solid #b2b2b2;
	border-left: none;
	background: #fff;
	position: relative;
	overflow: hidden;
	padding: 40px;
	margin-top: -1px;
}

.toollist li:nth-child(4n+1) {
	border-left: 1px solid #b2b2b2;
}

.toollist li:nth-child(8n+1) {
	margin-left: 20%;
}

.toollist .pic {
	margin-bottom: 20px;
}

.toollist .pic img {
	display: block;
	height: 192px;
	margin: 0 auto;
}

.toollist .tit {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.toollist .tbox {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background: #083a68;
	color: #fff;
	padding: 50px 60px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.toollist .tbox .tit {
	text-align: left;
}

.toollist .desc {
	margin-top: 15px;
	opacity: .6;
}

.toollist li:hover .tbox {
	top: 0;
}

.parameterlist {
	padding: 0 70px;
}

.parameterlist table {
	border: none;
	font-size: 16px;
	text-align: left;
	width: 100%!important;
}
.parameterlist table *{
	font-size: 16px!important;
}
.parameterlist tr {
	border-bottom: 1px solid rgba(237, 106, 55, .1);
}

.parameterlist td {
	line-height: 40px;
	padding: 10px 0;
	border-left: 1px solid rgba(237, 106, 55, .1)!important;
}
.parameterlist td:nth-child(1),
.parameterlist td:nth-child(2){
	border: none!important;
}
.parameterlist td:first-child {
	width: 17%;
}

.proxq-sec2 .btn {
	float: left;
	margin-top: -150px;
}

.proxq-sec2 .btn a {
	display: block;
	font-size: 20px;
	color: #fff;
	font-family: 'Montserrat';
	padding-left: 65px;
	line-height: 45px;
	background: url(../images/downloadico0.png) no-repeat left center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.proxq-sec2 .btn a:hover {
	letter-spacing: 1px;
	background-image: url(../images/nexthover.png);
}

.area-sec {
	/*padding: 100px 0 0 0;*/
	background: #fafafa;
}

.area-sec .main {
	margin-top: 50px;
	position: relative;
}

.areaswiper .pic img {
	display: block;
	width: 100%;
}

.areaswiper .tbox {
	position: absolute;
	left: 0;
	right: 125px;
	bottom: 0;
	background: url(../images/videotit.png) no-repeat right top;
	background-size: auto 100%;
}

.areaswiper .box:hover .tbox {
	background-image: url(../images/videotit0.png);
}

.areaswiper .text {
	line-height: 70px;
	height: 70px;
	padding: 0 70px;
	font-size: 20px;
	color: #000;
	background: url(../images/rightjiao2.png) no-repeat 24px center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.areaswiper .box:hover .text {
	color: #fff;
	background-image: url(../images/rightjiao0.png);
}


/*
 
 * 
 * */

.aboutsection1 {
	background: #fafafa url(../images/aboutbg.png) no-repeat left 140%;
	background-size: 100% auto!important;
}

.about-sec1 {
	/*background: #fafafa;*/
}

.about-sec1 .nysec-tit .title {
	float: left;
}

.about-sec1 .playico {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	line-height: 58px;
}

.about-sec1 .playico img {
	width: 38px;
	height: 38px;
	display: block;
	animation-delay: 0ms;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: arrow;
	animation-play-state: running;
	animation-timing-function: linear;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.about-sec1 .playico:hover img {
	/*border-radius: 50%;*/
	opacity: 0.8;
}

@-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);
	}
}

.layui-layer-page.videolayer .layui-layer-content {
	overflow: hidden;
}
.layui-layer-page.videolayer .layui-layer-content video{
  object-fit: fill
}
.about-sec1 .nysec-tit .desc {
	float: right;
	width: 72.5%;
	margin-top: 0;
}

.about-sec1 .main {
	margin-top: 40px;
	/*margin: 100px 0;*/
}

.about-sec1 .pic img {
	display: block;
	width: 100%;
}

.historyswiper>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}

.historyswiper .swiper-slide:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 4px;
	background: #202f44;
}

.historyswiper .swiper-slide:first-child:before {
	width: 42%;
	left: auto;
	right: 0;
	margin-top: 42px;
	z-index: 0;
}

.historyswiper .timelineimg {
	margin-top: 100px;
}

.historyswiper .timelineimg img {
	display: block;
	height: 164px;
}

.historyswiper .tbox {
	position: relative;
	padding-left: 45px;
	padding-bottom: 50px;
	margin-bottom: 50%;
}

.historyswiper .tbox:before {
	content: "";
	position: absolute;
	left: -6px;
	bottom: -1px;
	width: 45px;
	height: 163px;
	background: url(../images/timeline.png) no-repeat left top;
	background-size: cover;
	z-index: 2;
}

.historyswiper .swiper-slide:nth-child(2n+1) .tbox {
	margin-bottom: 0;
	margin-top: 50%;
	padding-bottom: 0;
	padding-top: 50px;
}

.historyswiper .swiper-slide:nth-child(2n+1) .tbox:before {
	bottom: auto;
	top: 4px;
	transform: rotateX(180deg);
}
.historyswiper .num {
	color: #202f44;
	font-family: 'Montserrat';
	font-size: 30px;
}
.historyswiper .num span {
	font-size: 66px;
	display: inline-block;
	vertical-align: top;
}

.historyswiper .desc2 {
	font-size: 18px;
	line-height: 25px;
	height: 50px;
}

.aboutsection2 {
	background: #fafafa url(../images/aboutsec2bg.png) no-repeat right bottom;
}

.about-sec2 {
	/*padding-bottom: 100px;*/
}

.about-sec2 .bg {
	padding-top: 110px;
	background: url(../images/developbg.jpg) no-repeat center top;
	background-size: 100% auto;
}

.about-sec2 .nysec-tit {
	color: #fff;
	text-align: center;
}

.about-sec2 .main {
	margin-top: 50px;
}

.about-sec2 .pic {
	float: left;
	width: 61%;
}

.about-sec2 .pic img {
	display: block;
	width: 100%;
}

.about-sec2 .pic .triangle-bottomright {
	border-bottom: 120px solid #fafafa;
	border-left: 120px solid transparent;
}

.about-sec2 .tbox {
	float: right;
	width: 31%;
}

.about-sec2 .tbox li {
	opacity: .4;
	color: #fff;
	margin-bottom: 60px;
}

.about-sec2 .tbox li:hover {
	opacity: 1;
}

.about-sec2 .tbox li .year {
	font-size: 24px;
}

.about-sec2 .tbox li:hover .year {
	color: #ed6a37;
}

.about-sec2 .tbox li .year span {
	font-size: 120px;
	font-family: 'Montserrat';
	line-height: 120px;
	vertical-align: bottom;
	margin-right: 40px;
}

.about-sec2 .tbox li .desc {
	font-size: 20px;
	margin-left: 20px;
}

.developinner {
	height: 360px;
}

.aboutsection3 {
	background: #f2f3f7 url(../images/honorbg.jpg) no-repeat left top;
	background-size: 100% auto;
}
.about-sec3 {
	/*padding: 100px 0;*/
	/*background: #f2f3f7 url(../images/honorbg.jpg) no-repeat left top;
	background-size: 100% auto;*/
}

.about-sec3 .main {
	position: relative;
}

.about-sec3 .nysec-tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.about-sec3 .nysec-tit .desc {
	width: 25%;
}

.about-sec3 .con {
	width: 60%;
	margin-left: 40%;
	padding-right: 60px;
}

.honorswiper .pic img {
	display: block;
	width: 100%;
}

.honorarrows {
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 100%;
}

.about-sec3 .arrows {
	position: static;
	text-align: left;
}

.about-sec4 {
	/*padding: 100px 0;*/
	background: #fafafa;
}

.about-sec4 .main {
	position: relative;
}

.about-sec4 .nysec-tit {
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
}

.about-sec4 .pic {
	float: left;
	width: 63.5%;
	margin-top: 200px;
}

.about-sec4 .pic img {
	max-width: 100%;
	display: block;
}

.about-sec4 .con {
	float: right;
	width: 33%;
	padding: 70px;
	background: #fff;
}

.about-sec4 .con li {
	margin-bottom: 60px;
	padding-left: 60px;
	position: relative;
}

.about-sec4 .con li .num {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 42px;
	font-weight: bold;
	color: #013b6d;
	font-family: 'Montserrat';
}

.about-sec4 .con li .tit {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.about-sec4 .con li .desc {
	margin: 10px 0 0 10px;
	font-size: 16px;
	color: #666;
}

.serviceinner {
	height: 552px;
}

.about-sec4 .con .triangle-bottomleft {
	border-bottom: 120px solid #fafafa;
	border-right: 120px solid transparent;
}


/*
 
 * 
 * */

.leader-sec {
	background: #f2f3f7 url(../images/honorbg.jpg) no-repeat left top;
	background-size: 100% 100%;
}

.leader-sec .location-navlist {
	background: none;
}

.leader-sec .nysec-tit {
	margin-top: 45px;
}

.leader-sec .main {
	padding: 80px 0;
}

.leader-sec .list li {
	margin-bottom: 80px;
	padding: 80px;
	background: #fff;
	position: relative;
}

.leader-sec .list li .pic {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 32%;
	background: url(../images/leaderbg.png) no-repeat right bottom;
}

.leader-sec .list li .pic img {
	display: block;
	max-height: 440px;
	max-width: 100%;
}

.leader-sec .list li .tbox {
	width: 60%;
}

.leader-sec .list li .tbox .tit {
	font-size: 20px;
	color: #ed6a37;
}

.leader-sec .list li .tbox .tit span {
	margin-left: 20px;
}

.leader-sec .list li .tbox .tit strong {
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}

.leader-sec .list li .tbox .desc {
	font-size: 18px;
	color: #666666;
	line-height: 47px;
	min-height: 141px;
	margin-top: 20px;
}


/*
 
 * 
 * */

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: rgba(173, 165, 165.35)!important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	background: #ed6a37!important;
}


/*
 
 * 响应式
 * */

@media only screen and (min-width: 2000px) {
	.location-nav:before {
		width: 20%;
	}
	.historyswiper .timelineimg img {
		height: 217px;
	}
	.historyswiper .tbox:before {
		bottom: -25px;
	}
	.historyswiper .swiper-slide:nth-child(2n+1) .tbox:before {
		top: -20px;
	}
	.newscentermain .con {
		margin-left: 34%;
	}
}

@media only screen and (max-width:1680px) {
	.w {
		width: 1200px;
	}
	body {
		font-size: 15px;
	}
	header.active .navmask {
		height: 50vh;
	}
	.head-main .tel {
		font-size: 20px;
	}
	.nav>ul>li {
		margin-right: 36px;
	}
	.nav>ul>li>a {
		font-size: 16px;
	}
	.drop-down ol a {
		font-size: 14px;
		padding: 3px 15px;
	}
	.nybannertit .ch,
	.bannerswiper .tbox .tit {
		font-size: 40px;
	}
	.bannerswiper .tbox .desc {
		font-size: 17px;
	}
	.contactinfo ul:first-child li:nth-child(2),
	.contactinfo .kfdh,
	.nysec-tit .title {
		font-size: 33px;
	}
	.solutiontabs li {
		font-size: 17px;
	}
	.solutioncon .libox .tbox {
		padding: 50px 50px 50px 160px;
	}
	.solutioncon .libox .tit {
		font-size: 25px;
		background-size: auto 20px;
	}
	.solutioncon .libox .databox .num span {
		font-size: 45px;
	}
	.nysec-tit .desc {
		font-size: 16px;
	}
	.historyswiper .num  span{
		font-size: 50px;
	}
	.historyswiper .desc2 {
		font-size: 17px;
	}
	.historyswiper .swiper-slide:first-child:before {
		margin-top: 13px;
		width: 27%;
	}
	.historyswiper .tbox:before {
		bottom: 3px;
	}
	.historyswiper .swiper-slide:nth-child(2n+1) .tbox:before {
		top: 8px;
	}
	.brand-sec {
		padding: 64px 0;
	}
	.brandlist li {
		height: 120px;
	}
	.brandswiper .pic{
		height: 120px;
	}
	.newstabs ul {
		width: 180px;
	}
	.jointype li a,
	.newstabs li a {
		font-size: 18px;
	}
	.newscenterarrows {
		bottom: 30px;
	}
	.newscenterswiper .tbox .time {
		font-size: 18px;
	}
	.newscenterswiper .tbox .desc {
		font-size: 20px;
	}
	.newscenterswiper .tbox {
		padding: 30px 100px 30px 30px;
	}
	footer {
		padding: 60px 0 30px 0;
	}
	.footmain .info .tbox {
		margin-top: 50px;
	}
	.footmain .info .tbox dd {
		font-size: 26px;
	}
	.footmain .info .tbox dl:nth-child(3) dd {
		font-size: 18px;
	}
	.kfewm .pic img {
		width: 78px;
	}
	.fnav>ul>li {
		font-size: 16px;
	}
	.fnav {
		margin-top: 30px;
	}
	.frilinksbox a {
		font-size: 12px;
	}
	.copyright {
		margin-top: 30px;
	}
	.location-nav {
		line-height: 80px;
	}
	.location-nav li {
		padding-right: 30px;
		margin-right: 30px;
	}
	.location-nav li a {
		font-size: 16px;
	}
	.location-navlist {
		padding: 50px 0;
	}
	.location-navlist a {
		font-size: 16px;
	}
	.historyswiper .tbox {
		padding-left: 40px;
	}
	.about-sec2 .bg {
		padding-top: 80px;
	}
	.about-sec2 .tbox li .year {
		font-size: 20px;
	}
	.about-sec2 .tbox li .year span {
		font-size: 86px;
		line-height: 86px;
	}
	.about-sec2 .tbox li .desc {
		font-size: 18px;
		margin-left: 10px;
	}
	.developinner {
		height: 310px;
	}
	.about-sec2 {
		background-size: 40% auto;
	}
	.about-sec2 .pic {
		width: 67%;
	}
	.side_float {
		width: 77px;
		right: -77px;
	}
	.side_float li a {
		font-size: 14px;
		padding: 19px 0;
	}
	.side_float li img {
		height: 21px;
	}
	.about-sec4 .con li .num {
		font-size: 30px;
	}
	.about-sec4 .con li .tit {
		font-size: 22px;
	}
	.about-sec4 .con li {
		margin-bottom: 40px;
		padding-left: 50px;
	}
	.serviceinner {
		height: 460px;
	}
	.contactinfo ul:nth-child(2)  li:nth-child(2),
	.contactinfo ul:nth-child(3)  li:nth-child(2),
	.contactinfo .shdh {
		font-size: 24px;
	}
	.contactinfo dd {
		font-size: 16px;
	}
	.location-nav:before {
		width: 240px;
	}
	.downtype li {
		margin-top: 40px;
	}
	.downtype li a {
		font-size: 16px;
		line-height: 60px;
		height: 60px;
	}
	.downtype .triangle {
		padding-left: 40px;
	}
	.downloadlist li .tit {
		font-size: 18px;
	}
	.jointit {
		padding: 30px;
	}
	.jointit span {
		font-size: 18px;
	}
	.jointit .name {
		font-size: 20px;
	}
	.joinlist .con {
		padding: 30px;
		font-size: 16px;
	}
	.joinlist .con .tit {
		font-size: 16px;
	}
	.joinlist .con .emailtit,
	.joinlist .con .emailtit span {
		font-size: 18px;
	}
	.news-sec1 .tbox .tit {
		font-size: 20px;
		height: 60px;
		line-height: 30px;
	}
	.news-sec1 .tbox .more {
		margin-top: 30px;
	}
	.news-sec2 .time,
	.news-sec1 .tbox .time {
		font-size: 20px;
	}
	.news-sec1 .tbox {
		padding: 70px 50px;
	}
	.news-sec2 .tbox .tit {
		font-size: 18px;
	}
	.newsxq-sec .title {
		font-size: 28px;
	}
	.newsxq-sec .ninfo {
		margin-top: 25px;
		font-size: 14px;
	}
	.details {
		font-size: 16px;
	}
	.prolist .ppic {
		height: 190px;
	}
	.prolist .ptit {
		font-size: 20px;
	}
	.prolist .pdesc {
		font-size: 16px;
	}
	.prolist .ptag {
		font-size: 14px;
	}
	.liststyle3 .libox .tbox {
		padding: 40px 50px;
	}
	.proxq-sec1 .main .libox .tit2 {
		margin-top: 15px;
		font-size: 20px;
	}
	.solution-sec1 .main .libox .databox .num span {
		font-size: 35px;
	}
	.highlightsinner {
		height: 500px;
	}
	.proxq-sec2 .main {
		font-size: 16px;
	}
	.proxq-sec1 {
		padding-bottom: 100px;
	}
	.prolist .pdesc2 {
		font-size: 16px;
	}
	.scenariosswiper .tbox {
		font-size: 18px;
	}
	.areaswiper .text,
	.scenariosswiper .tbox {
		font-size: 18px;
	}
	.advantageswiper .tit {
		font-size: 22px;
	}
	.toollist .tit {
		font-size: 18px;
	}
	.toollist .tbox {
		padding: 50px 40px;
	}
	.parameterlist table *,
	.parameterlist table {
		font-size: 14px!important;
	}
	.liststyle .libox .tbox {
		padding: 50px;
	}
	.solution-sec1 .main .libox .desc {
		line-height: 24px;
	}
	.solution-sec1 .main .libox .tit {
		font-size: 24px;
	}
	.solution-sec1 .main .libox .desc2 {
		margin-top: 5px;
	}
	.casetabs {
		padding: 50px 50px;
		font-size: 20px;
	}
	.casetabs li span {
		line-height: 38px;
	}
	.casetabscon .tbox dd {
		font-size: 24px;
	}
	.processswiper .tbox {
		font-size: 18px;
	}
	.processswiper .tbox2 .tit {
		font-size: 18px;
	}
	.processswiper .tbox2 .desc {
		font-size: 16px;
	}
	.videotype li {
		padding: 0 20px;
	}
	.videotype li a {
		font-size: 18px;
		height: 60px;
		line-height: 60px;
		padding: 0 15px;
	}
	.searchbox .searchtext {
		line-height: 60px;
		height: 60px;
		font-size: 18px;
	}
	.searchbox .searchbtn {
		line-height: 60px;
		height: 60px;
		font-size: 20px;
	}
	.video-sec .libox .tit {
		font-size: 22px;
		margin-top: 30px;
		line-height: 30px;
		height: 60px;
	}
	.video-sec .libox .desc {
		line-height: 25px;
		height: 100px;
	}
	.leader-sec .list li .tbox .tit strong {
		font-size: 30px;
	}
	.processbox ul li {
		height: 430px;
	}
	.processbox .tbox2 .tit,
	.processbox .tbox1 .tit {
		font-size: 20px;
	}
	.processbox .tbox2 .desc,
	.processbox .tbox1 .desc {
		font-size: 16px;
	}
	.processbox ul li .hovertbox {
		padding: 40px;
	}
	.drop-down .tit {
		font-size: 25px;
	}
	.drop-down ol a {
		font-size: 20px;
		line-height: 45px;
	}
	.toollist li {
    padding: 30px 25px;
}
.advantageswiper .tbox{
	padding-bottom: 30px;
}
.qrcodebox a ,
.qrcodebox span {
	margin: 0  ;
	
	}
}

@media only screen and (max-width:1600px) {
	body {
		font-size: 14px;
	}
	.prolist .ppic {
		margin-top: 30px;
		height: 170px;
	}
	.liststyle .libox .tbox .triangle-topright {
		border-top: 60px solid #fafafa;
		border-left: 60px solid transparent;
	}
	.liststyle2 li:nth-child(2n) .libox .tbox .triangle-topright {
		border-right: 60px solid transparent;
	}
	.video-sec .libox .tit {
		font-size: 20px;
	}
	.drop-down .tit {
		font-size: 22px;
	}
	.drop-down ol a {
		font-size: 18px;
		line-height: 40px;
	}
	.advantageswiper .tit {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }
    .advantageswiper .desc {
    margin-top: 0;
    height: 150px;
    -webkit-line-clamp: 5;
}
    .toollist .pic {
    margin-bottom: 10px;
}
    .aboutsection1 {
    background-position:  left 160%!important;
}
}
@media only screen and (max-width: 1540px) {
	    .nysec-tit .desc {
        font-size: 14px;
    }
    .about-sec1 .main {
    margin-top: 30px;
    }
	 
}
@media only screen and (max-width:1440px) {
	.aboutsection1 {
        background-position: left 140% !important;
    }
	.fnav>ul>li {
		font-size: 14px;
	}
	.nav>ul>li>a {
		font-size: 14px;
	}
	.newstabs li {
		margin-top: 20px;
	}
	.head-main .tel {
		font-size: 17px;
	}
	.right-side-box .side-menu__toggler img {
		height: 16px;
	}
	.head-main .logo img {
		height: 26px;
	}
	.drop-down ol a {
		font-size: 12px;
		padding: 0px 15px;
	}
	.bannerswiper .tbox .tit {
		font-size: 30px;
	}
	.bannerswiper .tbox .desc {
		font-size: 14px;
	}
	.bannerswiper .tbox .btn a {
		font-size: 16px;
	}
	.contactinfo ul:first-child li:nth-child(2),
	.contactinfo .kfdh,
	.nysec-tit .title {
		font-size: 28px;
	}
	.solutiontabs li {
		font-size: 15px;
	}
	.solutioncon .libox .tit {
		font-size: 22px;
	}
	.solutioncon .libox .btn {
		margin-top: 30px;
	}
	.solutioncon .libox .btn a {
		font-size: 16px;
	}
	.solutioncon .libox .desc {
		margin-top: 15px;
		line-height: 30px;
		height: 90px;
	}
	.solutioncon .libox .databox .num span {
		font-size: 36px;
	}
	.solutioncon .libox .desc2 {
		margin-top: 30px;
	}
	.solutioncon .libox .tbox {
		padding: 50px 50px 50px 80px;
	}
	.bannerswiper .swiper-pagination {
		right: 80px;
	}
	.solutioncon {
		margin-top: 40px;
	}
	.nysec-tit .desc {
		font-size: 14px;
	}
	.historyswiper .desc2 {
		font-size: 14px;
	}
	.historyswiper .num{
		font-size: 25px;
	}
	.historyswiper .num  span{
		font-size: 40px;
	}
	.historyswiper .timelineimg img {
		height: 135px;
	}
	.brandlist {
		margin-top: 50px;
	}
	.brandlist li {
		height: 100px;
	}
	.brandswiper .pic{
		height: 100px;
	}
	.jointype li a,
	.newstabs li a {
		font-size: 16px;
	}
	.newstabs ul {
		width: 160px;
	}
	.newscenterswiper .tbox .time {
		font-size: 14px;
	}
	.newscenterswiper .tbox .desc {
		font-size: 16px;
	}
	.footmain .info .tbox dd {
		font-size: 22px;
	}
	.footmain .info .tbox {
		margin-top: 40px;
		font-size: 14px;
	}
	.kfewm {
		margin-top: 40px;
	}
	.fnav ul ul li a {
		font-size: 12px;
	}
	.nybannertit .ch {
		font-size: 30px;
	}
	.location-nav li a {
		font-size: 15px;
	}
	.about-sec2 .pic {
		width: 63%;
	}
	.about-sec2 .tbox li .year {
		font-size: 18px;
	}
	.about-sec2 .tbox li .year span {
		font-size: 70px;
		line-height: 70px;
	}
	.developinner {
		height: 250px;
	}
	.about-sec2 .tbox li .desc {
		font-size: 16px;
	}
	.contactinfo ul:nth-child(2)  li:nth-child(2),
.contactinfo ul:nth-child(3)  li:nth-child(2),
	.contactinfo .shdh {
		font-size: 20px;
	}
	.downloadlist li .tit {
		font-size: 16px;
	}
	.jointit span {
		font-size: 16px;
	}
	.jointit .name {
		font-size: 18px;
	}
	.joinlist .con {
		line-height: 30px;
		font-size: 14px;
	}
	.joinlist .con .tit {
		font-size: 14px;
	}
	.joinlist .con .emailtit {
		margin-top: 15px;
		font-size: 16px;
	}
	.joinlist .con .emailtit span {
		font-size: 16px;
	}
	.news-sec2 .tbox .tit {
		font-size: 16px;
	}
	.newsxq-sec .title {
		font-size: 24px;
	}
	.details {
		font-size: 14px;
	}
	.prolist .ptit {
		font-size: 18px;
	}
	.prolist .pdesc {
		font-size: 14px;
	}
	.prolist .ppic {
		height: 150px;
	}
	.prolist .ptag {
		margin-top: 30px;
		font-size: 12px;
	}
	.prolist .pdesc2 {
		font-size: 16px;
	}
	.solution-sec1 .main .libox .tit {
		font-size: 24px;
	}
	.proxq-sec1 .main .libox .tit2 {
		font-size: 18px;
	}
	.highlightsinner {
		height: 400px;
	}
	.solution-sec3 .btn {
		margin: 30px 0;
	}
	.areaswiper .text,
	.scenariosswiper .tbox {
		font-size: 16px;
	}
	.solution-sec2 .main ul li .tit {
		font-size: 22px;
	}
	.casetabscon .tbox dd {
		font-size: 22px;
	}
	.casetabs {
		font-size: 16px;
	}
	.solutionxq-sec1 {
		background-size: 50% auto;
	}
	.casetabs .triangle-bottomright {
		border-bottom: 90px solid #fafafa;
		border-left: 90px solid transparent;
	}
	.processswiper .tbox2 {
		padding: 24px;
	}
	.processswiper .tbox2 .tit {
		font-size: 16px;
	}
	.processswiper .tbox2 .desc {
		font-size: 14px;
	}
	.processswiper .tbox {
		font-size: 15px;
		padding: 30px 40px;
	}
	.video-sec .libox .tit {
		font-size: 18px;
	}
	.leader-sec .list li .tbox .tit strong {
		font-size: 26px;
	}
	.processbox ul li {
		height: 360px;
	}
	.processbox .tbox {
		font-size: 20px;
	}
	.processbox .tbox2 {
		margin-top: 25px;
	}
	.processbox .tbox1 .desc {
		margin-top: 0;
	}
	.toollist li{
		padding: 30px 20px;
	}
	
}

@media only screen and (max-width:1366px) {
	.about-sec2 .pic {
		width: 59%;
	}
	.rightlist {
		width: 53%;
	}
	.areaswiper .text,
	.scenariosswiper .tbox,
	.downloadlist li .tit {
		font-size: 15px;
	}
	.toollist .pic img {
		display: block;
		height: 150px;
	}
	.toollist .tit {
		font-size: 16px;
	}
	.casetabs {
		font-size: 15px;
	}
	 
    .historyswiper .num span {
        font-size: 47px;
    }
        .historyswiper .desc2 {
        font-size: 15px;
    }
        .historyswiper .tbox:before {
        bottom: 9px;
    }
    .historyswiper .swiper-slide:nth-child(2n+1) .tbox:before {
        top: 14px;
    }
    .nysec-tit .desc {
        font-size: 14px;
    }
    .about-sec1 .main {
    margin-top: 20px;
    }
    .aboutsection1 {
        background-position: left 160% !important;
    }
}

@media only screen and (max-width:1300px) {
	.w {
		width: 1180px;
	}
	body {
		font-size: 12px;
	}
	.head-main .tel {
		font-size: 15px;
	}
	.right-side-box {
		margin-left: 20px;
		padding-left: 20px;
	}
	.head-main .logo img {
		height: 22px;
	}
	.head-main {
		line-height: 100px;
	}
	header.active .navmask {
		height: 62vh;
	}
	.bannerswiper .tbox .tit {
		font-size: 22px;
	}
	.bannerswiper .tbox {
		bottom: 30px;
	}
	.bannerswiper .tbox .btn {
		margin-top: 24px;
	}
	.bannerswiper .swiper-pagination {
		right: 30px;
		bottom: 30px;
	}
	.contactinfo ul:first-child li:nth-child(2),
	.contactinfo .kfdh,
	.nysec-tit .title {
		font-size: 25px;
	}
	.solutioncon {
		margin-top: 10px;
	}
	.solutioncon .libox .tbox {
		padding: 30px 50px;
	}
	.solutioncon .libox .tit {
		font-size: 20px;
	}
	.solutioncon .libox .desc {
		line-height: 23px;
		height: 69px;
		font-size: 12px;
	}
	.solutioncon .libox .databox .num span {
		font-size: 30px;
	}
	.solutioncon .libox .databox .num {
		font-size: 16px;
	}
	.solutiontabs {
		margin-top: 15px;
	}
	.solutioncon .libox .btn {
		margin-top: 10px;
	}
	.solutioncon .libox .desc2 {
		margin-top: 10px;
	}
	.nysec-tit .desc {
		font-size: 12px;
	}
	.historyswiper .num{
		font-size: 20px;
	}
	.historyswiper .num  span{
		font-size: 30px;
	}
	.historyswiper .desc2 {
		font-size: 12px;
	}
	.historyswiper .tbox {
		padding-left: 30px;
		padding-bottom: 30px;
	}
	.historyswiper .swiper-slide:nth-child(2n+1) .tbox {
		padding-top: 30px;
	}
	.historyswiper .tbox:before {
		height: 115px;
		width: 25px;
	}
	.historyswiper .tbox:before {
		bottom: -4px;
	}
	.historyswiper .swiper-slide:nth-child(2n+1) .tbox:before {
		top: 0px;
	}
	.historyswiper .timelineimg {
		margin-top: 80px;
	}
	.historyswiper .timelineimg img {
		height: 116px;
	}
	.historyswiper .swiper-slide:first-child:before {
		width: 37%;
	}
	.about-sec1 .main {
		margin-top: 50px;
	}
	.brand-sec {
		padding: 50px 0;
	}
	.brandlist {
		margin-top: 40px;
	}
	.brandlist li {
		height: 70px;
	}
	.brandlist li img {
		max-width: 45%;
	}
	.brandswiper .pic{
		height: 70px;
	}
	.brandswiper .pic img{
		max-width: 45%;
	}
	.newscenterswiper .tbox .desc {
		font-size: 14px;
	}
	.jointype li a,
	.newstabs li a {
		font-size: 15px;
		line-height: 30px;
		height: 30px;
	}
	.newscenterswiper .tbox .time {
		font-size: 12px;
	}
	.footmain .info .logo img {
		height: 22px;
	}
	.footmain .info .tbox dd {
		font-size: 18px;
	}
	.footmain .info .tbox dl:nth-child(3) dd {
		font-size: 15px;
	}
	footer {
		padding: 30px 0 0 0;
	}
	.kfewm,
	.footmain .info .tbox {
		margin-top: 10px;
	}
	.kfewm .pic img {
		width: 55px;
	}
	.fnav {
		margin-top: 15px;
	}
	.fnav ul ul li {
		margin-top: 0;
	}
	.copyright {
		padding: 5px 0;
		margin-top: 10px;
	}
	/*.qrcodebox span>img {
		height: 20px;
	}*/
	.nybannertit .ch {
		font-size: 25px;
	}
	.nybannertit .en {
		font-size: 15px;
	}
	.serviceinner {
		height: 410px;
	}
	.contactinfo ul:nth-child(2)  li:nth-child(2),
	.contactinfo ul:nth-child(3)  li:nth-child(2),
	.contactinfo .shdh {
		font-size: 18px;
	}
	.zxxjtextarea,
	.zxxjtext {
		font-size: 14px;
	}
	.newsxq-sec .title {
		font-size: 20px;
	}
	.processswiper .tbox .num {
		font-size: 44px;
		right: 17px;
	}
	.processswiper .tbox .desc {
		padding-right: 40px;
	}
	.leader-sec .list li .tbox .tit strong {
		font-size: 24px;
	}
	.processbox ul li {
		height: 320px;
	}
	.processbox .tbox2 .tit,
	.processbox .tbox1 .tit {
		font-size: 18px;
	}
	.processbox .tbox2 .desc,
	.processbox .tbox1 .desc {
		font-size: 14px;
	}
	
}

@media only screen and (max-width:1200px) {
	.w {
		width: 1024px;
	}
	.download-sec {
		background: #fff;
	}
	.news-sec1 .tbox {
		padding: 70px 50px 30px 50px;
	}
	.drop-down .tit {
		font-size: 22px;
	}
	.drop-down ol a {
		font-size: 18px;
		line-height: 40px;
	}
}

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	header {
		display: none;
	}
	.phone_head {
		display: block
	}
	.fp-section,
	.fp-tableCell {
		height: auto!important;
	}
	.bannerswiper img {
		display: block;
	}
	.bannerswiper .tbox .tit {
		font-size: 30px;
	}
	.bannerswiper .tbox .desc {
		font-size: 18px;
	}
	.section2 {
		padding: 100px 0 0 0;
	}
	.nysec-tit .title {
		font-size: 30px;
	}
	body {
		font-size: 14px;
	}
	.nysec-tit .desc {
		font-size: 14px;
	}
	.about-sec1 {
		padding: 100px 0;
	}
	.historyswiper .timelineimg {
		margin-top: 58px;
	}
	.historyswiper .tbox:before {
		bottom: 7px;
	}
	.historyswiper .swiper-slide:nth-child(2n+1) .tbox:before {
		top: 11px;
	}
	.section5,
	.brand-sec {
		padding: 100px 0;
	}
	.newscenterarrows {
		bottom: 0;
	}
	footer {
		padding: 50px 0 0 0;
	}
	.location-nav {
		line-height: 60px;
	}
	.about-sec2 .pic {
		width: 52%;
	}
	.about-sec2 {
		background: #fafafa;
		padding-bottom: 0;
	}
	.about-sec2 .bg {
		padding: 80px 0;
		background-size: cover;
	}
	.about-sec2 .pic .triangle-bottomright {
		display: none;
	}
	.about-sec3 .con {
		width: 65%;
		margin-left: 35%;
		padding-right: 0;
	}
	.about-sec4 .con {
		padding: 70px 40px;
	}
	.serviceinner {
		height: 320px;
	}
	.nybannertit {
		text-align: center;
	}
	.contact-sec1 {
		padding: 100px 0;
	}
	.jointit .name,
	.jointit span {
		font-size: 15px;
	}
	.jointit .title {
		padding-right: 50px;
	}
	.joinlist {
		padding-left: 20px;
	}
	.jointype {
		width: 160px;
	}
	.jointit {
		padding: 20px 30px;
	}
	.jointit .name,
	.jointit span {
		font-size: 14px;
	}
	.news-sec1 .tbox {
		padding: 70px 50px 20px 50px;
	}
	.news-sec1 .tbox .tit {
		font-size: 18px;
		height: 48px;
		line-height: 24px;
	}
	.news-sec2 .time,
	.news-sec1 .tbox .time {
		font-size: 18px;
	}
	.news-sec1 .tbox .more {
		display: none;
	}
	.liststyle .libox .tbox .triangle-topright {
		display: none;
	}
	.solution-sec1 .main .libox .databox .num span {
		font-size: 26px;
	}
	.solution-sec1 .main .libox .btn a {
		margin-top: 15px;
	}
	.liststyle .libox .pic {
		width: 100%;
	}
	.liststyle .libox .tbox {
		width: 100%;
	}
	.solution-sec1 .main .libox .btn {
		position: static;
		margin-top: 20px;
		float: left;
	}
	.leader-sec .list li .tbox .tit strong {
		font-size: 28px;
	}
	.solutionxq-sec1 {
		padding-bottom: 100px;
	}
	.solutionxq-sec2,
	.solutionxq-sec3 {
		padding: 100px 0;
	}
	.processbox ul li {
		height: 390px;
	}
	.area-sec {
		padding-top: 100px;
	}
	.about-sec3,
	.tool-sec,
	.advantage-sec,
	.cuttingvideo-sec,
	.scenarios-sec {
		padding: 100px 0;
	}
}

@media only screen and (max-width:960px) {
	.w {
		width: 100%;
		padding: 0 4%;
	}
	.historyswiper .timelineimg {
		margin-top: 76px;
	}
	.historyswiper .tbox:before {
		bottom: -2px;
	}
	.historyswiper .swiper-slide:nth-child(2n+1) .tbox:before {
		top: 4px;
	}
	.footmain .info {
		width: 100%;
	}
	.footmain .ewmbox {
		width: 100%;
		text-align: left;
		margin-top: 30px;
	}
	.qrcodebox {
		display: inline-block;
		vertical-align: top;
	}
	.qrcodebox .qrcode {
		margin-top: 0;
		margin-bottom: 15px;
	    top: auto;
	    bottom: 100%;
	    padding: 5px;
	}
	/*.qrcodebox a ,
	.qrcodebox span {
		margin: 0 30px;
	}*/
	.qrcodebox .qrcode img {
   		width: 72px;
    }
    .qrcodebox .qrcode .desc {
	    margin-top:5px;
	    font-size: 12px;
	}
	.kfewm {
		display: block;
		text-align: left;
	}
	.kfewm .pic img {
		width: 60px;
	}
	.copyright {
		font-size: 12px;
	}
	.side_float {
		display: none;
	}
	.location-nav li {
		padding-right: 10px;
		margin-right: 10px;
	}
	.zxxjmain .tbox {
		width: 100%;
	}
	.zxxjmain .form {
		width: 100%;
	}
	.zxxjmain .tbox .nysec-tit {
		text-align: center;
	}
	.zxxjmain .ewmbox {
		display: block;
		text-align: left;
	}
	.zxxj-sec {
		padding: 60px 0;
	}
	.downtype .triangle {
		padding-left: 10px;
	}
	.lefttype {
		width: 25%;
	}
	.rightlist {
		width: 65%;
	}
	.newsboxleft {
		width: 100%;
	}
	.newsboxright {
		width: 100%;
	}
	.pro-sec .probox li {
		margin-top: 30px;
		width: 100%;
		margin-right: 0;
	}
	.prolist .pdesc2 {
		font-size: 14px;
	}
	.prolist .pdesc2 .adv {
		margin-bottom: 0;
	}
	.prolist .pdesc2 {
		min-height: auto;
	}
	.prolist .li a {
		padding: 30px;
	}
	.liststyle3 .libox .pic {
		width: 100%;
	}
	.liststyle3 .libox .tbox {
		padding: 30px;
		width: 100%;
	}
	.proxq-sec2 .main {
		width: 67%;
		line-height: 30px;
	}
	.proxq-sec2 .main ul {
		padding: 0 30px;
	}
	.solution-sec1 .main .libox .tit {
		font-size: 20px;
	}
	.proxq-sec1 .main .libox .tit2 {
		font-size: 15px;
	}
	.solution-sec1 .main .libox .desc {
		font-size: 12px;
		line-height: 25px;
	}
	.solution-sec1 .main .libox .databox .t {
		font-size: 12px;
	}
	.solution-sec1 .main .libox .btn a {
		font-size: 17px;
	}
	.liststyle .libox .pic {
		width: 100%;
	}
	.liststyle .libox .tbox {
		width: 100%;
	}
	.casetabs {
		width: 100%;
	}
	.casetabscon {
		width: 100%;
	}
	.videotype li a {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		padding: 0 5px;
	}
	.leader-sec .list li {
		margin-bottom: 50px;
		padding: 50px;
	}
	.processbox ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
		height: 360px;
	}
	.processbox ul li:nth-child(6n) {
		margin-right: 2%;
	}
	.processbox ul li:nth-child(2n) {
		margin-right: 0;
	}
	.processbox ul li.active {
		width: 49%;
	}
	.processbox .tbox {
		height: auto;
		display: block;
		background: none;
		z-index: 1;
	}
	.processbox .tbox .num {
		opacity: 0.1;
		font-size: 84px;
		text-align: right;
		padding: 5px;
	}
	.processbox ul li.active .tbox {
		opacity: 1;
	}
	.processbox .tbox .tit {
		display: none;
	}
	.processbox ul li .hovertbox {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		background: rgba(8, 58, 104, .5);
		padding: 40px 30px;
	}
	.solution-sec2 .main ul li .tbox {
		padding: 40px 100px 40px 40px;
	}
	.qrcodebox {
    margin-left: 0;
}


}

@media only screen and (max-width:768px) {
	
	.parameterlist table {
    width: 1080px !important;
}
.proxq-sec2 .main {
		padding: 30px;
		}

}

@media only screen and (max-width:640px) {
	.h {
		display: block;
	}
	.phone_head .logo img {
		max-height: 20px;
	}
	.phone-head .menubtn>span.expand {
		height: 17px;
		width: 80px;
	}
	.bannerswiper .tbox .tit {
		font-size: 16px;
	}
	.bannerswiper .tbox .desc {
		font-size: 12px;
		margin-top: 5px;
	}
	.bannerswiper .swiper-pagination-bullet-active {
		width: 45px;
	}
	.bannerswiper .tbox {
		bottom: 10px;
	}
	.bannerswiper .swiper-pagination {
		right: 4%;
		bottom: 10px;
	}
	.bannerswiper .tbox .btn {
		margin-top: 5px;
	}
	.section2 {
		padding: 30px 0 0 0;
	}
	.nysec-tit .title {
		font-size: 21px;
	}
	.solutiontabs .w {
		padding: 0;
	}
	.solutiontabs li {
		font-size: 14px;
	}
	.solutioncon .libox .tbox {
		background: rgba(0, 0, 0, .6);
		width: 100%;
		padding: 19vh 4%;
	}
	.solutioncon .libox .tit {
		font-size: 19px;
		background-size: auto 15px;
		padding-left: 25px;
	}
	.about-sec1 .nysec-tit .title {
		float: none;
	}
	.about-sec1 .nysec-tit .desc {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.historyswiper .timelineimg {
		margin-top: 69px;
	}
	.historyswiper .swiper-slide:first-child:before {
		display: none;
	}
	.brandlist li {
		width: 33.33%;
	}
	.brandlist li:nth-child(-n+6) {
		border-top: 1px solid rgba(255, 255, 255, .3);
	}
	.brandlist li:nth-child(6n) {
		border-right: 1px solid rgba(255, 255, 255, .3);
	}
	.brandlist li:nth-child(-n+5)::after {
		display: none;
	}
	.brandlist li:nth-child(-n+3) {
		border-top: none;
	}
	.brandlist li:nth-child(3n) {
		border-right: none;
	}
	.brandswiper .pic::after{
		display: none;
	}
	.brandswiper .swiper-slide  .pic{
		border-bottom: 1px solid rgba(255, 255, 255, .3);
	}
	.brandswiper .swiper-slide:nth-child(3n)  .pic{
		border-bottom: none
	}
	 .brandswiper .swiper-slide:nth-last-child(1)  .pic,
	 .brandswiper .swiper-slide:nth-last-child(2)  .pic,
	 .brandswiper .swiper-slide:nth-last-child(3)  .pic{
		border-right: none
	}
	.newscentermain .nysec-tit {
		text-align: center;
	}
	.newscentermain .con {
		width: 92%;
		margin: 30px 4%;
	}
	.newscentermain .nysec-tit {
		position: static;
	}
	.newstabs ul {
		width: 100%;
	}
	.newstabs li {
		float: left;
		width: 30%;
		margin-left: 5%;
	}
	.newstabs li:first-child {
		margin-left: 0;
	}
	.newscenterswiper .tbox .time {
		font-size: 14px;
	}
	.newscenterswiper .tbox .desc {
		font-size: 18px;
	}
	.newscenterarrows {
		position: static;
		margin-top: 20px;
	}
	.newscenterarrows .arrows {
		text-align: right;
	}
	/*.newscenterswiper .triangle-bottomright {
    border-bottom: 40px solid #fff;
    border-left: 40px solid transparent;
}

.newscenterswiper .colortriangle {
    border-bottom: 30px solid #ed6a37;
    border-left: 30px solid transparent;
    }
.colortriangle i {
    margin-left: -12px;
    margin-top: 16px;
    width: 10px;
    height: 6px;
    background-size: cover;
}
.newscenterswiper .tbox {
    padding: 30px 20px 20px 20px;
}
*/
	.fnav {
		display: none;
	}
	footer {
		padding: 40px 0 0 0;
	}
	.footmain .info .tbox dl {
		width: 50%;
	}
	.footmain .info .tbox dl:nth-child(3) {
		width: 100%;
	}
	.copyright {
		padding: 15px 0;
		margin-top: 30px;
	}
	.copyright .right {
		display: none;
	}
	.location-nav {
		line-height: 40px;
		background: rgba(255, 255, 255, .8);
	}
	.location-nav:before {
		display: none;
	}
	.location-nav .list {
		background: none;
	}
	.location-nav li {
		padding-right: 5px;
		margin-right: 5px;
		background-size: 2px 15px;
	}
	.location-nav li a {
		font-size: 12px;
	}
	.nybannertit {
		text-align: center;
	}
	.nybannertit .ch {
		font-size: 22px;
	}
	.nybannertit .en {
		margin-top: 0px;
		font-size: 12px;
	}
	.location-navlist {
		padding: 30px 0;
	}
	.location-navlist a {
		font-size: 12px;
		vertical-align: middle;
	}
	.location-navlist img {
		height: 12px;
		vertical-align: middle;
	}
	.about-sec2 .tbox {
		width: 40%;
	}
	.about-sec2 .tbox li {
		margin-bottom: 20px;
	}
	.about-sec2 .tbox li .year {
		font-size: 14px;
	}
	.about-sec2 .tbox li .year span {
		font-size: 30px;
		line-height: 40px;
		margin-right: 10px;
	}
	.about-sec2 .tbox li .desc {
		font-size: 14px;
		margin-left: 0;
	}
	.developinner {
		height: 145px;
	}
	.about-sec3 .nysec-tit .desc {
		width: 100%;
	}
	.about-sec3 .nysec-tit {
		position: static;
		text-align: center;
	}
	.about-sec3 .con {
		width: 100%;
		margin-left: 0;
		padding: 0 4%;
		margin-top: 30px;
	}
	.about-sec3 .arrows {
		text-align: center;
		margin-top: 20px;
	}
	.honorarrows {
		position: static;
	}
	.about-sec4 {
		padding: 30px 0 0 0;
	}
	.about-sec4 .nysec-tit {
		position: static;
		text-align: center;
	}
	.about-sec4 .pic {
		width: 100%;
		margin-top: 20px;
	}
	.about-sec4 .con {
		width: 100%;
		padding: 30px;
	}
	.about-sec4 .con .triangle-bottomleft {
		display: none;
	}
	.about-sec4 .con li {
		margin-bottom: 15px;
		padding-left: 28px;
	}
	.about-sec4 .con li .num {
		font-size: 20px;
		top: 2px;
	}
	.about-sec4 .con li .tit {
		font-size: 18px;
	}
	.about-sec4 .con li .desc {
		margin: 5px 0 0 0px;
		font-size: 14px;
	}
	.contactinfo {
		margin-top: 0;
	}
	.contactinfo ul:nth-child(2)  li:nth-child(2),
.contactinfo ul:nth-child(3)  li:nth-child(2),
	.contactinfo .shdh {
		font-size: 16px;
	}
	.contactinfo ul {
		margin-top: 10px;
	}
	.zxxjmain .qrcodebox {
		margin-top: 30px;
	}
	.zxxjmain .ewmbox {
		margin-top: 30px;
	}
	.zxxjtext {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.location-nav {
		position: static;
	}
	.lefttype {
		width: 100%;
	}
	.downtype li {
		margin-top: 20px;
		float: left;
		width: 50%;
	}
	.downtype li a {
		font-size: 14px;
	}
	.rightlist {
		width: 100%;
		margin-top: 30px;
	}
	.downloadlist li .btn {
		font-size: 12px;
	}
	.downloadlist li .tit {
		padding-left: 40px;
		margin-right: 100px;
	}
	.downloadlist li {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.join-sec {
		padding: 0 0 30px 0;
	}
	.joinleft {
		width: 100%;
	}
	.jointype {
		display: block;
		width: 100%;
	}
	.jointype li {
		float: left;
		width: 48%;
		margin-right: 4%;
		margin-top: 15px;
	}
	.jointype li:nth-child(2n) {
		margin-right: 0;
	}
	.joinlist {
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
		border-left: none;
	}
	.jointit {
		padding: 10px;
	}
	.jointit span {
		width: 33.33%;
	}
	.jointit .name {
		padding-left: 0;
		background: none;
		width: 100%;
	}
	.jointit .title {
		padding-right: 36px;
	}
	.joinlist .con {
		padding: 20px;
		line-height: 22px;
	}
	.joinlist .con .emailtit span,
	.joinlist .con .emailtit {
		font-size: 14px;
	}
	.news-sec1 .main {
		margin-top: 30px;
	}
	.news-sec1 .pic {
		width: 100%;
	}
	.news-sec1 .tbox {
		width: 100%;
		padding: 30px;
	}
	.news-sec1 .box .triangle-topleft {
		display: none;
	}
	.news-sec1 .tbox .tit {
		font-size: 16px;
	}
	.news-sec1 .nysec-tit {
		text-align: center;
	}
	.news-sec1 .arrows {
		top: auto;
		z-index: 3;
	}
	.twoxian {
		margin-top: 20px;
	}
	.news-sec2 .main li {
		margin-bottom: 20px;
		width: 100%;
		margin-right: 0;
	}
	.news-sec2 .time {
		top: 30px;
	}
	.news-sec2 .tbox .desc {
		height: 48px;
		line-height: 24px;
	}
	.news-sec2 .tbox {
		padding: 20px 30px;
	}
	.listmorebtn {
		font-size: 16px;
	}
	.newsxq-sec .ninfo span {
		margin: 0 10px 0 0;
	}
	.newsxq-sec .ninfo img {
		margin-right: 5px;
	}
	.newsxq-sec .ninfo {
		font-size: 12px;
	}
	.newspages {
		font-size: 14px;
	}
	.newspages span {
		width: 96px;
	}
	.particles {
		display: none;
	}
	.proxq-sec2 .nysec-tit {
		width: 100%;
		text-align: center;
	}
	.proxq-sec2 .main {
		width: 100%;
		margin-top: 30px;
		padding: 25px;
		font-size: 14px;
		line-height: 24px;
	}
	.solution-sec3 .btn {
		text-align: center;
	}
	.proxq-sec3 .main {
		position: relative;
	}
	.zxxjmain .qrcodebox .qrcode img {
		width: 68px;
	}
	.scenarios-sec .nysec-tit .title {
		float: none;
		text-align: center;
	}
	.scenarios-sec .nysec-tit .desc {
		float: none;
		width: 100%;
		text-align: center;
	}
	.scenarios-sec .main {
		margin-top: 30px;
	}
	.scenariosarrows {
		margin-top: 30px;
		text-align: center;
	}
	.mask .play {
		width: 63px;
		height: 63px;
		margin: -31px 0 0 -31px;
	}
	.videoswiper .tbox {
		right: 0;
		background: #fff;
	}
	.videoswiper .text {
		line-height: 40px;
		height: 40px;
		padding: 0 20px;
		font-size: 14px;
		background: none;
	}
	.videoswiper .box:hover .text {
		background: none;
	}
	.advantage-sec .nysec-tit {
		position: static;
		text-align: center;
	}
	.advantage-sec .con {
		margin: 30px 4% 0 4%;
	}
	.advantageswiper .tit {
		font-size: 16px;
		line-height: 30px;
        height: 30px;
	}
	.advantageswiper .tbox {
		padding: 30px;
	}
	.advantageswiper .desc {
		line-height: 25px;
		height: 100px;
		-webkit-line-clamp: 4;
	}
	.advantagearrows {
		position: static;
		margin-top: 20px;
	}
	.advantage-sec .arrows {
		text-align: center;
	}
	.advantage-sec {
		background-size: cover;
	}
	.toollist li {
		width: 100%;
		padding: 30px;
		border: 1px solid #b2b2b2;
	}
	.toollist li:nth-child(8n+1) {
		margin-left: 0;
	}
	.tool-sec .nysec-tit {
		position: static;
		text-align: center;
	}
	.toollist li:hover .tbox {
		background: rgba(5, 58, 104, .8);
	}
	.toollist .desc {
		opacity: 1;
	}
	.tool-sec .con {
		margin-top: 30px;
	}
	.parameterlist {
		padding:0 ;
	}
	 
	.parameterlist table *,
	.parameterlist table {
		font-size: 12px;
	}
	.parameterlist td {
		line-height: 24px;
	}
	.parameterlist td:first-child {
		width: 33%;
	}
	.proxq-sec2 .btn {
		margin-top: 10px;
	}
	.areaswiper .tbox {
		right: 0;
		background: #fff;
	}
	.areaswiper .text {
		line-height: 40px;
		height: 40px;
		padding: 0 20px;
		background-image: none;
	}
	.areaswiper .box:hover .text {
		background-image: none;
	}
	.liststyle .libox .tbox {
		padding: 30px;
	}
	.solution-sec1 .main .libox .btn {
		position: static;
		margin-top: 20px;
		float: left;
	}
	.solutionxq-sec3 .main {
		position: relative;
	}
	.solution-sec2 .main ul li {
		width: 100%;
		margin-right: 0;
	}
	.solution-sec2 .main ul li .tbox {
		padding: 30px 80px 30px 30px;
	}
	.solution-sec2 .main ul li .ico {
		height: 26px;
	}
	.solution-sec2 .main ul li .tit {
		font-size: 20px;
	}
	.solution-sec2 .main ul li .desc {
		font-size: 14px;
		line-height: 26px;
		height: 52px;
	}
	.solution-sec2 .main ul li .more {
		margin-top: 20px;
	}
	.solution-sec2 .main ul li .triangle-bottomright {
		border-bottom: 40px solid #fafafa;
		border-left: 40px solid transparent;
	}
	.solutionxq-sec1 .main {
		margin-top: 30px;
	}
	.casetabs {
		padding: 30px;
	}
	.casetabs li span {
		line-height: 24px;
	}
	.casetabscon .tbox {
		padding: 30px;
		font-size: 15px;
	}
	.casetabscon .tbox dd {
		font-size: 18px;
	}
	.casetabscon .tbox dl {
		margin-top: 20px;
		padding-top: 20px;
	}
	.casetabscon .btn {
		text-align: left;
		margin-top: 20px;
	}
	.processswiper .tbox2 .desc {
		font-size: 12px;
	}
	.arrows .swiper-button-prev,
	.arrows .swiper-button-next {
		width: 35px;
		height: 35px;
		line-height: 35px;
		background-size: cover;
	}
	.arrows .swiper-button-prev,
	.arrows .swiper-button-next {
		width: 35px;
		height: 35px;
		line-height: 35px;
		background-size: cover;
	}
	.videotype li {
		width: 33.33%;
		padding: 0 5px;
		margin-top: 2px;
	}
	.videotype li:after {
		height: 35px;
	}
	.searchbox {
		margin-top: 30px;
		background: #fff;
	}
	.searchbox .textbox {
		padding: 0 40px;
		background-position-x: 10px;
		background-size: 20px 20px;
		width: 70%;
	}
	.searchbox .searchtext {
		line-height: 40px;
		height: 40px;
		font-size: 14px;
	}
	.searchbox .btnbox {
		width: 30%;
	}
	.searchbox .searchbtn {
		line-height: 40px;
		height: 40px;
		font-size: 15px;
	}
	.liststyle .libox {
		margin-top: 30px;
	}
	.video-sec .libox .tit {
		font-size: 15px;
		margin-top: 20px;
	}
	.video-sec .libox .tag .tt {
		line-height: 33px;
		padding: 0px 20px 0 10px;
		font-size: 12px;
	}
	.video-sec .libox:hover .mask .play {
		width: 63px;
		height: 63px;
	}
	.video-sec .libox .desc {
		margin-top: 10px;
		font-size: 13px;
	}
	/*.footmain .qrcodebox .qrcode {
		display: block;
	}*/
	.qrcodebox .qrcode img {
	width: 60px;
	}
	.btna {
		font-size: 16px;
		line-height: 40px;
		height: 42px;
	}
	.nybannertit {
		top: 45%;
	}
	.solutionxq-sec1 {
		background-image: none;
	}
	.historyswiper .num{
		font-size: 16px;
	}
	.historyswiper .num span,
	.solutioncon .libox .databox .num span {
		font-size: 26px;
	}
	.about-sec1 .nysec-tit .title {
		margin-top: 10px;
	}
	.about-sec1 .playico img {
		width: 28px;
		height: 28px;
	}
	.zxxjmain .ewmbox,
	.zxxjmain .info {
		text-align: center
	}
	.zxxjmain .ewmbox .pic img {
		margin: 0 auto;
	}
	.location-nav {
		display: none;
	}
	.m-location-nav {
		display: block;
	}
	.solution-sec3 .btn a {
		font-size: 17px;
	}
	.leader-sec .nysec-tit {
		margin-top: 0;
		text-align: center;
	}
	.leader-sec .list li .tbox .tit strong {
		font-size: 20px;
		display: block;
	}
	.leader-sec .list li {
		padding: 30px;
		border-radius: 10px;
	}
	.leader-sec .list li .pic {
		width: 100%;
		top: -30px;
		bottom: auto;
		background: none;
	}
	.leader-sec .list li .pic img {
		max-height: 200px;
		margin: 0 auto;
	}
	.leader-sec .list li .tbox .tit {
		font-size: 16px;
		text-align: center;
	}
	.leader-sec .list li .tbox .tit span {
		margin-left: 5px;
	}
	.leader-sec .list li .tbox {
		width: 100%;
		margin-top: 170px;
	}
	.leader-sec .list li .tbox .desc {
		font-size: 14px;
		line-height: 26px;
		min-height: auto;
		text-align: center;
	}
	.processbox ul li {
		width: 100%;
		height: auto;
		min-height: 310px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.processbox ul li:nth-child(6n) {
		margin-right: 0;
	}
	.processbox ul li.active {
		width: 100%;
	}
	.processbox .tbox2 {
		margin-top: 10px;
	}
	.processbox .tbox2 .desc {
		margin-top: 0;
		background-size: 10px 10px;
		background-position: left 8px;
	}
	.processbox .tbox2 .tit {
		font-size: 16px;
	}
	.processbox ul li.active .tbox .num {
		opacity: .3;
	}
	.area-sec {
		padding-top: 35px;
	}
	.newsxq-sec {
		padding: 0 0 35px 0;
	}
	.pro-sec,
	.solutionxq-sec1,
	.proxq-sec1 {
		padding-bottom: 45px;
	}
	
	    .toollist .tit {
        line-height: 26px;
        height: 26px;
    }
	
	.aboutsection1 {
    background-size:  100% auto!important;
    background-position:  left bottom!important;
}
	
	.prolist .ppic {
		margin-top: 20px;
        height: 140px;
    }
	.solutioncon .libox .btn span{
		padding-left: 50px;
		background-size: 35px 35px;
	}
	
	
	
	
	.leader-sec .main,
	.video-sec .more,
	.solutionxq-sec2,
	.solution-sec2,
	.solutionxq-sec3,
	.solution-sec4,
	.tool-sec,
	.advantage-sec,
	.cuttingvideo-sec,
	.scenarios-sec,
	.proxq-sec3,
	.proxq-sec2,
	.news-sec2,
	.download-sec,
	.zxxj-sec,
	.contact-sec1,
	.about-sec3,
	.about-sec2 .bg,
	.section5,
	.brand-sec,
	.about-sec1 {
		padding: 45px 0;
	}
	.aboutsection1 .about-sec1 {
		padding-top: 0;
	}
	.joinlist li.active .title,
	.prolist .li .pmore0,
	.proxq-sec2 .btn a,
	.casetabscon .btn a,
	.solution-sec3 .btn a,
	.solution-sec1 .main .libox .btn a,
	.solutioncon .libox .btn a,
	.bannerswiper .tbox .btn a {
		background-size: 35px 35px;
	}
	.prolist .li .pmore0,
	.proxq-sec2 .btn a,
	.casetabscon .btn a,
	.solution-sec3 .btn a,
	.solution-sec1 .main .libox .btn a,
	.solutioncon .libox .btn a,
	.bannerswiper .tbox .btn a {
		padding-left: 50px;
	}
	.prolist .li .pmore0,
	.solution-sec2 .main ul li .more img {
		width: 35px;
		height: 35px;
	}
	.prolist .pmore {
		width: 35px;
		height: 35px;
		background-size: 35px 35px;
		-moz-transition: none;
    -webkit-transition: none;
    transition: none;
	}
	.prolist .li {
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}
	.contactinfo .kfdh {
		font-size: 22px;
	}
	.swiper-pagination {
		position: static;
		margin-top: 15px;
	}
	.swiper-pagination-bullet-active {
		background: #ed6a37;
	}
	.casetabs .triangle-bottomright {
		display: none;
	}
	.news-sec1 .arrows,
	.casearrows,
	.newscenterarrows,
	.areaarrows,
	.advantagearrows,
	.videoarrows,
	.processarrows,
	.apparrows,
	.relatedproarrows {
		display: none;
	}
	.area-sec .main,
	.cuttingvideo-sec .main,
	.solutionxq-sec2 .main,
	.proxq-sec3 .main,
	.solutionxq-sec3 .main {
		margin-top: 30px;
	}
	.areaswiper .text,
	.area-sec .nysec-tit,
	.cuttingvideo-sec .nysec-tit,
	.solutionxq-sec2 .nysec-tit,
	.proxq-sec3 .nysec-tit,
	.solutionxq-sec3 .nysec-tit {
		text-align: center;
	}
	.prolist .ptit {
		font-size: 17px;
	}
	.solution-sec1 .main .libox .tit {
		font-size: 18px;
	}
	.solution-sec4 .main .libox .desc {
		-webkit-line-clamp: 4;
		max-height: 100px;
	}
	.solutioncon .libox .databox,
	.solution-sec1 .main .libox .databox {
		padding: 0 12px;
	}
	.solutioncon .libox .databox .t {
		font-size: 12px;
	}
	.brandlist li img {
		max-width: 60%;
	}
}

@media only screen and (max-width:420px) {
	.historyswiper .tbox:before {
		bottom: 1px;
	}
	.historyswiper .swiper-slide:nth-child(2n+1) .tbox:before {
		top: 7px;
	}
}

@media only screen and (max-width:375px) {
	.phone-head .menubtn>span.expand {
		height: 14px;
		width: 65px;
	}
	.location-nav li {
		margin-right: 1px;
	}
	.historyswiper .tbox:before {
		bottom: 7px;
	}
	.historyswiper .swiper-slide:nth-child(2n+1) .tbox:before {
		top: 12px;
	}
	.nysec-tit .title {
		font-size: 20px;
	}
	.solutiontabs li {
		font-size: 12px;
	}
}

@media only screen and (max-width:360px) {
	    /*.qrcodebox span {
        margin: 0 20px;
    }*/
}

.location-navlist {
	position: relative;
	overflow: hidden;
}

#linkpositioning {
	position: absolute;
	left: 0;
	bottom: 340px;
}

@media only screen and (max-width:1600px) {
	#linkpositioning {
		bottom: 310px;
	}
}

@media only screen and (max-width:1500px) {
	#linkpositioning {
		bottom: 340px;
	}
}

@media only screen and (max-width:1440px) {
	#linkpositioning {
		bottom: 310px;
	}
}

@media only screen and (max-width:1024px) {
	#linkpositioning {
		bottom: 230px;
	}
}