@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%;
}

body {
	font-family: 'SourceHanSansSC', arial, Helvetica, sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	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: #001E7A;
}

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: 1520px;
	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: rgba(255, 255, 255, .6);
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(255, 255, 255, .6);
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(255, 255, 255, .6);
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: rgba(255, 255, 255, .6);
}

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(255, 255, 255, 0);
	z-index: 999;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.active {
	/*background: #fff;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

.head-main {
	position: relative;
	line-height: 140px;
	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 .logo {
	float: left;
	background-size: 100% auto;
	background-position: -9999px -9999px;
	background-repeat: no-repeat;
}

header.fixed .head-main .logo,
header.active .head-main .logo {
	background-position: center center;
}

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

header.fixed .logo img,
header.active .logo img {
	opacity: 0;
}

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

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

.nav>ul>li>a {
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 100px;
	position: relative;
}

header.fixed .nav>ul>li>a,
header.active .nav>ul>li>a {
	color: #333;
}

.nav>ul>li:hover>a,
.nav>ul>li.on>a {
	color: #57F0AB;
	background: -webkit-linear-gradient(270deg, #57F0AB 50%, #001E7A 100%);
  background: linear-gradient(270deg, #57F0AB 50%, #001E7A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

header.fixed .nav>ul>li:hover>a,
header.fixed .nav>ul>li.on>a,
header.active .nav>ul>li:hover>a,
header.active .nav>ul>li.on>a {
	color: #001E7A;
	background: none;
	-webkit-text-fill-color:inherit;
}

.nav .drop-down {
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: -5px;
	height: 0;
	opacity: 0;
	background: #fff;
	border-radius: 6px;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-moz-transition: -moz-transform .4s ease;
	-webkit-transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
}

header.fixed .nav .drop-down,
header.active .nav .drop-down {
	-moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.nav li:hover .drop-down {
	opacity: 1;
	height: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.drop-down ol {
	padding: 15px 30px;
}

.drop-down ol li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.drop-down ol li:first-child,
.nav>ul>li:nth-child(2) .drop-down ol li:nth-child(2) {
	border: none;
}

.nav>ul>li:nth-child(2) .drop-down ol {
	width: 527px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.nav>ul>li:nth-child(2) .drop-down ol li {
	flex: 0 0 calc(50% - 15px);
}

.drop-down ol a {
	display: block;
	min-width: 210px;
	font-size: 16px;
	color: #000;
	padding: 5px 25px 5px 0;
	line-height: 53px;
	word-break: keep-all;
	background: url(../images/navright.png) no-repeat right center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.drop-down ol a:hover {
	color: #001E7A;
	background-position: 98% center;
}

.head-main .tel {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 25px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.head-main .tel a {
	display: block;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	padding: 0 30px 0 65px;
	background: url(../images/tel.png) no-repeat 30px center;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

header.fixed .tel,
header.active .tel {
	border: none;
	background: -webkit-linear-gradient(293deg, #57F0AB 2%, #001E7A 53%);
	background: -moz-linear-gradient(293deg, #57F0AB 2%, #001E7A 53%);
	background: -o-linear-gradient(293deg, #57F0AB 2%, #001E7A 53%);
	background: linear-gradient(293deg, #57F0AB 2%, #001E7A 53%), #EECE2B;
}

header.fixed .tel:before,
header.active .tel:before {
	content: "";
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	background: #fff;
	border-radius: 25px;
	z-index: 0;
}

header.fixed .tel:hover:before,
header.active .tel:hover:before {
	display: none;
}

header.fixed .tel a,
header.active .tel a {
	color: #001E7A;
	background-image: url(../images/tel0.png);
	position: relative;
	z-index: 1;
}

.head-main .tel:hover {
	-webkit-border-image: -webkit-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-moz-border-image: -moz-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-o-border-image: -o-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	border-image: linear-gradient(270deg, #57F0AB 0%, #001E7A 100%) 1;
	background: -webkit-linear-gradient(293deg, #57F0AB 2%, #001E7A 53%);
	background: -moz-linear-gradient(293deg, #57F0AB 2%, #001E7A 53%);
	background: -o-linear-gradient(293deg, #57F0AB 2%, #001E7A 53%);
	background: linear-gradient(293deg, #57F0AB 2%, #001E7A 53%), #EECE2B;
}

.head-main .tel a:hover {
	color: #fff;
	background-image: url(../images/tel.png);
}


/*移动端*/

.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: 10px 1em;
	line-height: 25px;
}

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

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

.sliding-menu a.back {
	background: #001e7a;
	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:hover {
	background: #083f78;
	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(255, 255, 255, .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: 43px;
	width: 50px;
	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: #001E7A;
	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: 250px;
	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: 16px;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a.back {
	color: #FFF;
}

#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: 250px;
	min-height: 308px;
	background: #fff;
	left: -9999px;
	transition: all 0.3s;
	text-transform: uppercase;
}

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


/*
 
 * 
 * */

.side_float {
	right: 0;
	bottom: 50px;
	position: fixed;
	background: rgba(250, 252, 255, 0.8);
	border-radius: 6px 0px 0px 6px;
	-moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
	z-index: 99;
}

.side_float li a {
	position: relative;
	display: block;
	font-size: 12px;
	color: #001E7A;
	padding: 13px 0;
	margin: 0 8px;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.side_float li:last-child a {
	border-bottom: none;
}

.side_float li:hover a {
	color: #fff;
}

.side_float li .iconfont {
	height: 26px;
	width: 26px;
	margin: 0 auto;
	overflow: hidden;
}

.side_float li .iconfont img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
}

.side_float li:hover .iconfont img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.side_float li .t {
	margin-top: 10px;
	text-align: center;
}

.side_float li .hover {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	font-family: 'Montserrat';
	color: #fff;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	line-height: 63px;
	min-height: 63px;
	width: 0;
	opacity: 0;
	border-radius: 6px 0px 0px 6px;
	background: -webkit-linear-gradient(293deg, #57F0AB 2%, #001E7A 53%);
	background: -moz-linear-gradient(293deg, #57F0AB 2%, #001E7A 53%);
	background: -o-linear-gradient(293deg, #57F0AB 2%, #001E7A 53%);
	background: linear-gradient(293deg, #57F0AB 2%, #001E7A 53%), #EECE2B;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: -1;
}

.side_float li:hover .hover {
	width: auto;
	opacity: 1;
	padding: 0 80px 0 30px;
}

.side_float li .hover img {
	display: block;
	width: 70px;
	margin: 10px 0;
}


/*
 
 * 
 * */

footer {
	background: #000;
	padding-bottom: 100px;
}

.footercontact {
	padding: 134px 0;
	text-align: center;
	background: #000 url(../images/footerbg.png) no-repeat center;
}

.footercontact a {
	display: inline-block;
	font-family: 'Montserrat';
	font-size: 88px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	letter-spacing: 10px;
	padding-right: 200px;
	background: url(../images/footcontact.png) no-repeat right center;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.footercontact a:hover {
	letter-spacing: 5px;
}

.footercontact a:hover span {
	-webkit-animation: neon1 1.5s ease-in-out infinite alternate;
	-moz-animation: neon1 1.5s ease-in-out infinite alternate;
	animation: neon1 1.5s ease-in-out infinite alternate;
}

@keyframes neon1 {
	from {
		text-shadow: 0 0 10px #2c8a92, 0 0 20px #2c8a92, 0 0 30px #2c8a92;
	}
	to {
		text-shadow: 0 0 5px #2c8a92, 0 0 10px #2c8a92, 0 0 15px #2c8a92;
	}
}

.footmain .info {
	float: left;
	width: 23%;
}

.footmain .logo img {
	display: block;
	height: 57px;
}

.footmain .tbox {
	margin-top: 70px;
	padding: 20px 0;
	font-family: 'Montserrat';
	font-size: 18px;
	color: rgba(255, 255, 255, 0.6);
	border-top: 1px solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
	-webkit-border-image: -webkit-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-moz-border-image: -moz-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-o-border-image: -o-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	border-image: linear-gradient(270deg, #57F0AB 0%, #001E7A 100%) 1;
}

.footmain .copyright {
	padding-top: 20px;
	font-family: 'Montserrat';
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	border-top: 1px solid;
	-webkit-border-image: -webkit-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-moz-border-image: -moz-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-o-border-image: -o-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	border-image: linear-gradient(270deg, #57F0AB 0%, #001E7A 100%) 1;
}

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

.footmain .fnav {
	float: right;
	width: 61%;
}

.fnav>ul>li {
	float: left;
	width: 19.5%;
	margin-left: 11%;
	margin-top: 25px;
}

.fnav>ul>li:first-child {
	margin-left: 0;
	width: 39%;
}

.fnav>ul>li>a {
	display: inline-block;
	font-size: 26px;
	color: #fff;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 1px solid;
	-webkit-border-image: -webkit-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-moz-border-image: -moz-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-o-border-image: -o-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	border-image: linear-gradient(270deg, #57F0AB 0%, #001E7A 100%) 1;
}

.fnav ul ul li {
	margin-top: 20px;
}

.fnav ul ul li a {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.6);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

.fnav>ul>li:first-child li {
	float: left;
	width: 50%;
}


/*
 
 * index
 * */

.bannerswiper {
	position: relative;
}

.bannerswiper .swiper-slide {
	overflow: hidden;
}
.bannerswiper .pic{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bannerswiper .pic img {
	display: block;
	width: 100%;
}

.bannerswiper .tbox {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-40%);
	width: 100%;
	z-index: 10;
}

.bannerswiper .tit {
	color: #fff;
	font-size: 48px;
	letter-spacing: 4px;
	transform: translateY(110%);
	visibility: hidden;
	transition: 0.5s 0.35s;
}

.bannerswiper .desc {
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 18px;
	letter-spacing: 2px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: 0.56s 0.35s;
}

.bannerswiper .more2 {
	margin-top: 55px;
	opacity: 0;
	visibility: hidden;
	transition:0s!important;
	transition-delay: 0s!important;
}

.more2 {
	display: inline-flex;
	position: relative;
	z-index: 2;
	justify-content: center;
	align-items: center;
	min-width: 240px;
	height: 64px;
	line-height: 60px;
	border: 2px solid #fff;
	border-radius: 50px;
	cursor: pointer;
	overflow: hidden;
}

.more2:before {
	position: absolute;
	left: 0;
	top: -5%;
	z-index: -1;
	content: "";
	width: 100%;
	height: 110%;
	background: #fff;
	border-radius: 50px;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
}

.more2:hover:before {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.more2 i {
	display: inline-block;
	position: relative;
	left: 0;
	top: -1px;
	color: #fff;
	width: 33px;
	height: 33px;
	background: url(../images/bannermore.png) no-repeat center;
	transition: 0.35s;
}

.more2:hover i {
	left: -3px;
}
.bannerswiper .more2:before {
	background: -webkit-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: -moz-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: -o-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: linear-gradient(293deg, #57F0AB 2%, #001E7A 80%), #EECE2B;
}
/*.bannerswiper .more2:hover i {
	background-image: url(../images/bannermore0.png);
}*/

.more2 span {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	transition: 0.35s;
}
.bannerswiper .more2:hover{
	border-color: #001E7A;
}
/*.bannerswiper .more2:hover i,
.bannerswiper .more2:hover span {
	color: #001e7a;
}*/

.bannerswiper .swiper-slide-active .tit,
.bannerswiper .swiper-slide-active .desc,
.bannerswiper .swiper-slide-active .more2 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.bannerswiper .swiper-slide-active .tit {
	transition-delay: 0.5s;
}

.bannerswiper .swiper-slide-active .desc {
	transition-delay: 0.65s !important;
}

.bannerswiper .swiper-slide-active .more2 {
	transition-delay: 0s !important;
}

.bannerswiper .arrows {
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 100%;
	text-align: center;
	z-index: 11;
}

.bannerswiper .swiper-button-next:after,
.bannerswiper .swiper-button-prev:after {
	display: none;
}

.bannerswiper .swiper-button-next {
	background: url(../images/next.png) no-repeat center;
}

.bannerswiper .swiper-button-prev {
	background: url(../images/prev.png) no-repeat center;
}

.bannerswiper .swiper-button-next,
.bannerswiper .swiper-button-prev {
	width: 62px;
	height: 14px;
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px;
	background-size: cover;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.bannerswiper .swiper-button-next:hover,
.bannerswiper .swiper-button-prev:hover {
	width: 124px;
	height: 28px;
}

.in-sec1 {
	padding: 80px 0 290px;
	background: #fff url(../images/in-sec1bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
}

.intitle {
	color: #000000;
}

.intitle .tit {
	font-size: 40px;
	font-weight: bold;
}

.intitle .desc {
	margin-top: 20px;
	font-size: 20px;
}


.in-sec1 .main li {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-top: 55px;
	background: #fbfcff;
	padding: 30px 40px;
	border-radius: 6px;
	overflow: hidden;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.in-sec1 .main li:nth-child(3n) {
	margin-right: 0;
}

.in-sec1 .main li:hover {
	-moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.in-sec1 .main li .pic img {
	display: block;
	height: 127px;
}

.in-sec1 .main li .tbox {
	color: #000;
}

.in-sec1 .main li .tit {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 85px;
	border-bottom: 2px solid;
	-webkit-border-image: -webkit-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-moz-border-image: -moz-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-o-border-image: -o-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	border-image: linear-gradient(270deg, #57F0AB 0%, #001E7A 100%) 1;
}

.in-sec1 .main li .desc {
	margin-top: 25px;
	font-size: 16px;
	line-height: 36px;
	height: 180px;
}

.in-sec1 .main li .desc dd {
	padding-left: 15px;
	background: url(../images/dd.png) no-repeat left 14px;
}

.in-sec1 .main li:hover .desc dd {
	background-image: url(../images/dd0.png);
}

.in-sec1 .main li .more2 {
	margin: 30px 0;
	border-color: #001E7A;
}

.in-sec1 .main li .more2:before {
	background: -webkit-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: -moz-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: -o-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: linear-gradient(293deg, #57F0AB 2%, #001E7A 80%), #EECE2B;
}

.in-sec1 .main li .more2 i {
	background-image: url(../images/bannermore0.png);
}

.in-sec1 .main li .more2:hover {
	border-color: #fbfcff;
}

.in-sec1 .main li .more2:hover i {
	background-image: url(../images/bannermore.png);
}

.in-sec1 .main li .more2 span {
	color: #001E7A;
}

.in-sec1 .main li .more2:hover span {
	color: #fffd;
}


/*
 
 * about
 * */

.aboutbanner {
	position: relative;
}

.about-imgs {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
}

.about-imgs figure {
	position: relative;
	overflow: hidden;
	height: 100%;
	margin: 0;
	background-color: #fff;
}

.about-imgs figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-bgs {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #fff;
	opacity: 0.6;
}

.banner-text {
	color: #000;
	width: 30%;
}

.aboutbanner .banner-text {
	position: absolute;
	left: 0;
	width: 100%;
	top: 34%;
	transform: translateY(-50%);
	z-index: 3;
}

.banner-text h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

.banner-text h3 {
	font-size: 40px;
	line-height: 60px;
}

.about-introduct {
	position: relative;
	padding: 10% 0 140px;
	overflow: hidden;
	background: url(../images/whitemask.png) no-repeat left bottom;
	background-size: 100% 100%;
}

.about-intro-wr {
	float: right;
	width: 45.5%;
}

.introduct {
	color: #000;
	font-size: 18px;
	line-height: 30px;
}

.introduct p {
	margin-bottom: 20px;
}

.introduct p:last-child {
	margin-bottom: 0;
}

.about-data {
	margin-top: 130px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-data-item {
	padding: 40px 0;
	width: 46%;
	line-height: 1;
	color: #000;
	font-family: 'Montserrat';
	border-top: 1px solid;
	-webkit-border-image: -webkit-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-moz-border-image: -moz-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-o-border-image: -o-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	border-image: linear-gradient(270deg, #57F0AB 0%, #001E7A 100%) 1;
}

.about-data-item .num {
	color: #001E7A;
	line-height: 1;
}

.about-data-item .num b {
	display: inline-block;
	font-size: 80px;
	font-weight: 600;
}

.about-data-item span {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	font-size: 24px;
	font-weight: lighter;
}

.about-data-item .desc {
	line-height: 1;
	font-size: 16px;
	margin-top: 15px;
}

.introduct-idea {
	margin-top: 70px;
}

.introduct-idea li {
	padding: 50px 0 40px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #D8D8D8;
	color: #000;
}

.introduct-idea .iconfont {
	margin-right: 45px;
	width: 82px;
	flex-shrink:0;
}

.introduct-idea .iconfont img {
	display: block;
	max-width: 100%;
}

.introduct-idea .tbox .tit {
	display: block;
	margin-bottom: 15px;
	line-height: 1;
	font-size: 22px;
}

.introduct-idea .tbox .desc {
	font-size: 18px;
}

.partner-sec {
	padding: 120px 0 170px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/partnerbg.png);
}

.partner-sec .banner-text {
	float: left;
	width: 30%;
	color: #fff;
}

.partner-sec .main {
	float: right;
	width: 61%;
}

.partner-sec .main ul li {
	float: left;
	width: 25%;
	height: 80px;
	margin: 15px 0;
}

.partner-sec .main ul li img {
	display: block;
	max-width: 90%;
	max-height: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.partner-sec .main ul li img:hover {
	opacity: 0.8;
	transform: scale(1.06);
}

.partner-sec .main .more2 {
	padding: 0 30px;
	margin-top: 65px;
}

.partner-sec .main .more2 span {
	font-size: 16px;
}

.partner-sec .main .more2 i {
	margin-right: 10px;
	background-image: url(../images/tel.png);
}

.partner-sec .main .more2:hover i,
.partner-sec .main .more2:hover span {
	color: #001e7a;
}

.partner-sec .main .more2:hover i {
	background-image: url(../images/tel0.png);
}


/*
 
 * 
 * */

.contact-sec {
	padding: 220px 0 120px;
	background: #fff url(../images/contactbg.jpg) no-repeat right bottom;
	background-size: 100% auto;
}

.contact-sec .main {
	margin-top: 95px;
}

.contact-sec .main .tbox {
	float: left;
}

.contact-sec .main .tbox:first-child {
	margin-right: 8.5%;
}

.contact-sec .main .tit {
	font-size: 16px;
	padding-top: 20px;
}

.contact-sec .main .tit:after {
	content: "";
	display: block;
	width: 48px;
	margin-top: 15px;
	border-bottom: 1px solid;
	-webkit-border-image: -webkit-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-moz-border-image: -moz-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-o-border-image: -o-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	border-image: linear-gradient(270deg, #57F0AB 0%, #001E7A 100%) 1;
}

.contact-sec .main .desc {
	padding: 15px 0;
	font-size: 20px;
	font-family: 'Montserrat';
	color: #001E7A;
}

.contact-sec .main .codebox {
	float: right;
	width: 19%;
	font-size: 16px;
}

.contact-sec .main .codebox .box {
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: center;
	margin-top: 15px;
}
.codebox .box li:first-child{
	margin-right: 50px;
}
.codebox .box li p{
	margin-top: 16px;
}
.codebox .box  img{
	display: block;
	width: 120px;
}
.contact-sec2 {
	padding: 120px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/partnerbg.png);
}

.contact-sec2 .banner-text {
	float: left;
	width: 32%;
	color: #fff;
}

.contact-sec2 .main {
	float: right;
	width: 44%;
}

.contact-sec2 .main .text {
	float: left;
	width: 48.5%;
	margin-top: 20px;
	display: block;
	height: 61px;
	line-height: 59px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, .3);
	font-size: 18px;
	color: #fff;
	background: transparent;
	padding: 0 30px;
}

.contact-sec2 .main .text:nth-child(2n+1) {
	margin-right: 3%;
}

.contact-sec2 .main .textarea {
	float: left;
	width: 100%;
	margin-top: 20px;
	display: block;
	height: 120px;
	line-height: 59px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, .3);
	font-size: 18px;
	color: #fff;
	background: transparent;
	padding: 0 30px;
}

.contact-sec2 .btns {
	margin-top: 25px;
}

.contact-sec2 .btns .more2 {
	border: none;
	background: url(../images/btnsubmit.png) no-repeat center;
	background-size: 100% 100%;
}

.contact-sec2 .btns .more2:before {
	background: -webkit-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: -moz-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: -o-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: linear-gradient(293deg, #57F0AB 2%, #001E7A 80%), #EECE2B;
}


/*
 
 * product
 * */

.pro-sec1 {
	background: #fff;
	padding: 130px 0;
}

.pro-sec1 .main {
	display: flex;
	justify-content: space-between;
}

.pro-sec1 .pic {
	width: 52%;
	overflow: hidden;
}

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

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

.pro-sec1 .banner-text {
	width: 41%;
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid;
	-webkit-border-image: -webkit-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-moz-border-image: -moz-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-o-border-image: -o-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	border-image: linear-gradient(270deg, #57F0AB 0%, #001E7A 100%) 1;
}

.pro-sec1 .banner-text h2 {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 30px;
}

.pro-sec1 .banner-text h2 p {
	margin-top: 30px;
}

.pro-sec2 {
	padding: 120px 0;
	background: #000;
}

.banner-text2 {
	color: #fff;
	width: 100%!important;
	text-align: center;
}

.pro-sec2 .main {
	margin-top: 50px;
}

.pro-sec2 .main ul {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
}

.pro-sec2 .main li {
	flex: 0 0 30.9%;
	background: #fff;
	border-radius: 6px;
	padding: 50px;
}

.pro-sec2 .main li .iconfont {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 0;
	overflow: hidden;
}

.pro-sec2 .main li .iconfont img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.pro-sec2 .main li .tit {
	padding: 25px 0;
	font-size: 24px;
	margin-bottom: 25px;
	border-bottom: 1px solid;
	-webkit-border-image: -webkit-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-moz-border-image: -moz-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-o-border-image: -o-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	border-image: linear-gradient(270deg, #57F0AB 0%, #001E7A 100%) 1;
}

.pro-sec2 .main li .tit span {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Montserrat';
}

.pro-sec2 .main li .desc {
	font-size: 16px;
	line-height: 30px;
}

.pro-sec3 .box {
	background: #000;
	padding: 120px 0;
}

.pro-sec3 .box:first-child {
	padding-top: 25px;
}

.pro-sec3 .box:nth-child(2n) {
	background: #fff;
}

.pro-sec3 .tbox {
	float: right;
	width: 41%;
	overflow: hidden;
}

.pro-sec3 .box:nth-child(2n+1) .tbox {
	color: #fff;
}

.pro-sec3 .box:nth-child(2n) .tbox {
	float: left;
}

.pro-sec3 .banner-text {
	text-align: left;
	width: 100%;
	margin-bottom: 0;
}

.pro-sec3 .banner-text h3 {
	font-family: 'Montserrat';
}

.pro-sec3 .box:nth-child(2n+1) .banner-text {
	color: #fff;
}

.pro-sec3 .banner-text h2 {
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}

.pro-sec3 .pic {
	float: left;
	width: 52%;
	overflow: hidden;
}

.pro-sec3 .box:nth-child(2n) .pic {
	float: right;
}

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

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

.pro-sec3 ul {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
}

.pro-sec3 ul li {
	width: 45%;
	margin-top: 50px;
	font-size: 18px;
	border-top: 1px solid;
	padding-top: 15px;
	-webkit-border-image: -webkit-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-moz-border-image: -moz-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-o-border-image: -o-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	border-image: linear-gradient(270deg, #57F0AB 0%, #001E7A 100%) 1;
}


/*
 
 * case
 * */

.case-sec {
	padding: 220px 0;
	position: relative;
	background: #000;
	overflow: hidden;
}

.casebg {
	position: absolute;
	right: -50px;
	top: -50px;
	z-index: 0;
}
@media only screen and (min-width: 1200px) {
	.casebg {
	animation-delay: 0ms;
	animation-duration: 15s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-name: arrow;
	animation-play-state: running;
	animation-timing-function: linear;
}
}

.casebg img {
	display: block;
	width: 1970px;
}

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

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

.case-sec .w {
	position: relative;
	z-index: 1;
}

.case-sec .banner-text {
	color: #fff;
	width: 100%;
}

.case-sec .main {
	margin-top: 160px;
}

.casetype {
	margin-bottom: 115px;
}

.casetype ul {
	display: flex;
	justify-content: space-between;
}

.casetype ul li {
	width: 31%;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 50px;
	overflow: hidden;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.casetype ul li.active,
.casetype ul li:hover {
	background: url(../images/casetype.png) no-repeat center;
	background-size: 100% 100%;
	border-color: #000;
}

.casetype ul li .iconfont {
	margin-right: 20px;
}

.casetype ul li .iconfont img {
	height: 40px;
	display: block;
}

.casetype ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 72px;
	font-size: 22px;
	color: #fff;
}

.case-sec .main .box {
	margin-bottom: 60px;
	position: relative;
}

.case-sec .main .box .pic {
	float: left;
	width: 61.6%;
	border-radius: 6px;
	overflow: hidden;
}

.case-sec .main .box:nth-child(2n+1) .pic {
	float: right;
}

.case-sec .main .box .pic img {
	display: block;
	width: 100%;
}

.case-sec .main .box .tbox {
	float: right;
	width: 33.4%;
	color: #fff;
}

.case-sec .main .box:nth-child(2n+1) .tbox {
	float: left;
}

.case-sec .main .box .tbox:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 33.4%;
	border-bottom: 1px solid;
	-webkit-border-image: -webkit-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-moz-border-image: -moz-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-o-border-image: -o-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	border-image: linear-gradient(270deg, #57F0AB 0%, #001E7A 100%) 1;
}

.case-sec .main .box:nth-child(2n+1) .tbox:after {
	left: 0;
	right: auto;
}

.case-sec .box .tbox .tag span {
	display: inline-block;
	margin-right: 20px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 25px;
	line-height: 45px;
	font-size: 16px;
	padding: 0 20px;
}

.case-sec .box .tbox .tit {
	font-size: 32px;
	font-family: 'Montserrat';
	margin-top: 35px;
}

.case-sec .box .tbox .descbox {
	font-size: 16px;
	line-height: 30px;
	height: auto;
	margin-top: 20px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.case-sec .box .tbox .ellipsis-3 {
	height: 90px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.case-sec .box .tbox .btn {
	text-align: right;
}

.btnmore {
	margin: 150px 0 50px 0;
	min-width: 126px!important;
	height: 47px;
	line-height: 43px;
}

.btnmore i {
	top: 2px;
	margin-right: 0;
	background-image: url(../images/down.png);
}
.btnmore.show i {
	background-image: url(../images/down2.png);
	
}
.btnmore:hover i {
	background-image: url(../images/down0.png);
}

.btnmore span {
	font-size: 16px;
}

.btnmore:hover i,
.btnmore:hover span {
	color: #001e7a;
}

.morecase {
	margin-top: 60px;
	text-align: center;
}

.morecase .more2 {
	background: -webkit-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: -moz-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: -o-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: linear-gradient(293deg, #57F0AB 2%, #001E7A 80%), #EECE2B;
}

.morecase .more2:before {
	background: #000;
	opacity: 1;
	visibility: visible;
	left: 1%;
	top: 2%;
	width: 98%;
	height: 97%;
}

.morecase .more2:hover:before {
	background: -webkit-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: -moz-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: -o-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: linear-gradient(293deg, #57F0AB 2%, #001E7A 80%), #EECE2B;
}

.morecase .more2 {
	border-color: #000;
}

.morecase .more2 i {
	top: 2px;
	background-image: url(../images/down.png);
	background-position: right center; 
}


/*
 
 * news
 * */

.news-sec1 {
	padding: 220px 0 100px;
	background: #fff url(../images/newsbg.png) no-repeat right top;
}

.news-sec1 .banner-text {
	width: 100%;
}

.news-sec1 .main {
	margin-top: 70px;
}

.news-sec1 .box {
	background: #fafcff;
	border-radius: 6px;
	border: 1px solid #001e7a;
	overflow: hidden;
}

.news-sec1 .tbox {
	float: left;
	width: 37.5%;
	padding: 50px 120px 50px 70px;
}

.news-sec1 .tbox .time {
	color: #001e7a;
	font-family: 'Montserrat';
	font-weight: lighter;
}

.news-sec1 .tbox .time .dd {
	font-size: 53px;
}

.news-sec1 .tbox .time .yymm {
	font-size: 15px;
}

.news-sec1 .tbox .tit {
	margin-top: 70px;
	font-size: 24px;
	color: #000;
	height: 80px;
	line-height: 40px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.news-sec1 .box:hover .tbox .tit {
	color: #001e7a;
}

.news-sec1 .pic {
	float: right;
	width: 62.5%;
	border-radius: 6px;
	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;
	height: 6px;
	background: -webkit-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: -moz-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: -o-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: linear-gradient(293deg, #57F0AB 2%, #001E7A 80%), #EECE2B;
}

.newsswiper .arrows {
	position: absolute;
	left: 50px;
	bottom: 100px;
	width: auto;
	text-align: left;
	z-index: 11;
}

.newsswiper .swiper-button-next:after,
.newsswiper .swiper-button-prev:after {
	display: none;
}

.newsswiper .swiper-button-next {
	background: url(../images/next0.png) no-repeat center;
}

.newsswiper .swiper-button-prev {
	background: url(../images/prev0.png) no-repeat center;
}

.newsswiper .swiper-button-next,
.newsswiper .swiper-button-prev {
	width: 62px;
	height: 14px;
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px;
	background-size: cover;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.newsswiper .swiper-button-next:hover,
.newsswiper .swiper-button-prev:hover {
	width: 124px;
	height: 28px;
}

.news-sec2 {
	padding: 0 0 100px 0;
	background: #fff;
}

.news-sec2 .main li {
	margin-bottom: 45px;
	float: left;
	width: 31.33%;
	margin-right: 3%;
	border-radius: 8px;
	overflow: hidden;
}

.news-sec2 .main li:nth-child(3n) {
	margin-right: 0;
}

.news-sec2 .main li a {
	display: block;
	position: relative;
}

.news-sec2 .main li .pic {
	overflow: hidden;
	position: relative;
}

.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 {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
	padding: 0 2px 2px 2px;
	background: rgba(0, 0, 0, .1);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.news-sec2 .main li:hover .tbox {
	background: -webkit-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: -moz-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: -o-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: linear-gradient(293deg, #57F0AB 2%, #001E7A 80%), #EECE2B;
}

.news-sec2 .tboxbg {
	background: #fff;
	padding: 30px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
}

.news-sec2 .tbox .tit {
	font-size: 19px;
	color: #000;
	height: 60px;
	line-height: 30px;
}

.news-sec2 .tbox .desc {
	margin-top: 15px;
	color: #666;
	height: 60px;
	line-height: 30px;
}

.news-sec2 .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}

.news-sec2 .time {
	position: absolute;
	bottom: 25px;
	left: 30px;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: lighter;
}

.news-sec2 .time .dd {
	font-size: 53px;
}

.news-sec2 .time .yymm {
	font-size: 15px;
}

.news-sec2 .morecase .more2 {
	border-color: #fff;
}

.news-sec2 .morecase .more2:before {
	background: #fff;
	height: 94%;
}

.news-sec2 .morecase .more2:hover:before {
	background: -webkit-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: -moz-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: -o-linear-gradient(293deg, #57F0AB 2%, #001E7A 80%);
	background: linear-gradient(293deg, #57F0AB 2%, #001E7A 80%), #EECE2B;
}

.news-sec2 .more2 span {
	color: #000000;
}

.news-sec2 .more2:hover span {
	color: #fff;
}

.news-sec2 .more2 i {
	background-image: url(../images/down1.png);
}

.news-sec2 .more2:hover i {
	background-image: url(../images/down.png);
}


/*
 
 * 
 * */

.newsxq-sec {
	padding: 200px 0 80px;
	background: #fafafa;
}

.backnewslist {
	padding: 15px 0;
	border-bottom: 3px solid;
	border-top: none;
	border-left: none;
	border-right: none;
	-webkit-border-image: -webkit-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-moz-border-image: -moz-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	-o-border-image: -o-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
	border-image: linear-gradient(270deg, #57F0AB 0%, #001E7A 100%) 1;
}

.backnewslist a {
	display: inline-block;
	padding-left: 40px;
	font-size: 16px;
	color: #000;
	background: url(../images/backico.png) no-repeat 10px center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.backnewslist a:hover {
	color: #001E7A;
	padding-left: 35px;
}

.newsxq-sec .main {
	margin-top: 60px;
}

.newsboxleft {
	float: left;
	width: 62.5%;
}

.newsxq-sec .title {
	font-size: 40px;
	line-height: 1.5;
}

.newsxq-sec .ninfo {
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	font-family: 'Montserrat';
}

.newsxq-sec .ninfo span {
	margin: 0 30px 0 0;
}

.newsxq-sec .ninfo img {
	vertical-align: middle;
	margin-right: 10px;
}

.details {
	margin-top: 25px;
	padding: 30px 0;
	line-height: 30px;
	font-size: 17px;
	color: #666666;
}

.newsxq-sec .details {
	border-top: 2px solid #dedede;
}

.details img {
	display: block;
	max-width: 100%;
	margin: 15px auto;
}

.newspages {
	margin-top: 20px;
	border-top: 2px solid #f3f3f3;
	padding: 30px 0;
	font-size: 16px;
	color: #666666;
	position: relative;
}

.newspages a {
	display: block;
	color: #000;
	font-size: 19px;
	-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: 80px;
	background: url(../images/newsprev.png) no-repeat left center;
}

.newspages a.prev:hover {
	padding-left: 75px;
}

.newspages a.next {
	float: right;
	padding-right: 80px;
	background: url(../images/newsnext.png) no-repeat right center;
}

.newspages a.next:hover {
	padding-right: 75px;
}

.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 a.back img {
	display: block;
	width: 21px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.newspages a.back img:hover {
	opacity: .8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.newspages span {
	width: 280px;
}

.newsboxright {
	float: right;
	width: 31%;
}

.newsboxright .news-sec2 {
	padding: 0;
	margin-top: 45px;
	background: #FAFAFA;
}

.newsboxright .news-sec2 .main li {
	float: none!important;
	width: 100%!important;
}


/*
 
 * 
 * */

@media only screen and (max-width:1680px) {
	.w {
		width: 1200px;
	}
	body {
		font-size: 15px;
	}
	.nav>ul>li {
    float: left;
    margin-right: 50px;
    }
	.bannerswiper .tit {
    font-size: 40px;
    letter-spacing: 3px;
}
.bannerswiper .desc{
	font-size: 16px;
}
.more2 {
    min-width: 200px;
    height: 54px;
    line-height: 50px;
}
.more2 span{
	font-size: 18px;
}
.intitle .tit {
    font-size: 38px;
}
.intitle .desc{
	font-size: 16px;
}
.in-sec1 .main li .tit {
    font-size: 23px;
     letter-spacing: 1px;
    }

.in-sec1 .main li .pic img {
    height: 97px;
}
.footercontact a {
    font-size: 74px;
    background-size: 100px auto;
    }
.fnav>ul>li>a {
    font-size: 22px;
    }
.footmain .info {
    width: 30%;
}
.footmain .tbox{
	font-size: 16px;
}
.fnav ul ul li a {
    font-size: 16px;
    }

.fnav>ul>li:first-child {
    width: 48%;
}
.fnav>ul>li {
    width: 24%;
    margin-left: 2%;
}
.newsxq-sec .title,
.banner-text h3{
	font-size: 32px;
}
.pro-sec2 .main li .tit {
    font-size: 21px;
}
.contact-sec2 .banner-text,
.banner-text{
	width: 40%;
}
.contact-sec2 .main .text {
    height: 51px;
    line-height: 49px;
}

.casetype ul li a {
    line-height: 62px;
    font-size: 20px;
}
.casetype ul li .iconfont img {
    height: 34px;
    }
    .news-sec2 .morecase .more2:before,
.morecase .more2:before {
    height: 96%;
}
.casebg img{
	width: 100%;
}
.case-sec .main {
    margin-top: 80px;
}
.case-sec .box .tbox .tit {
    font-size: 30px;
    }
.about-data-item .num b {
    font-size: 64px;
}
.about-data-item span {
    font-size: 22px;
    }
.news-sec1 .tbox .tit {
    margin-top: 40px;
    font-size: 20px;
}
.newsswiper .arrows {
    bottom: 25px;
}
.news-sec2 .time .dd,
.news-sec1 .tbox .time .dd {
    font-size: 45px;
}
.news-sec2 .time .yymm,
.news-sec1 .tbox .time .yymm {
    font-size: 14px;
}
.news-sec2 .tbox .tit {
    font-size: 18px;
    }
.newspages span {
    width: 200px;
}
.pro-sec3 ul li {
    margin-top: 30px;
    }
.btnmore {
    margin: 50px 0 50px 0;
    }



.in-sec1,
.partner-sec,
.pro-sec2,
.contact-sec2,
.pro-sec1,
.pro-sec3 .box{
    padding: 120px 0;
    }

}

@media only screen and (max-width:1600px) {
	body {
		font-size: 14px;
	}
}

@media only screen and (max-width:1300px) {
	.w {
		width: 1180px;
	}
	body {
		font-size: 12px;
	}
	.head-main {
		line-height: 100px;
	}
	header.fixed .head-main {
    line-height: 90px;
}
.nav>ul>li>a{
	 line-height: 90px;
}
.bannerswiper .tit {
    font-size: 36px;
    letter-spacing: 1px;
}
.intitle .tit {
    font-size: 29px;
}
.newsxq-sec .title,
.banner-text h3{
	font-size: 29px;
}
.banner-text h2 {
    font-size: 16px;
}
.case-sec .box .tbox .tit {
    font-size: 28px;
    }



}

@media only screen and (max-width:1200px) {
	.w {
		width: 1024px;
	}
	.in-sec1 .main li .tit {
    font-size: 18px;
    }
    .in-sec1 .main li .pic img {
    height: 70px;
}

.pro-sec2 .main li {
    padding: 30px;
}

.pro-sec2 .main li .tit {
    font-size: 20px;
}
.about-data-item .num b {
    font-size: 48px;
}
.about-data {
    margin-top: 70px;
    }
    .introduct-idea{
    	margin-top: 0;
    }
    .introduct-idea .tbox .desc {
    font-size: 16px;
}
}

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	body {
		font-size: 14px;
	}
	header {
		display: none;
	}
	.phone_head {
		display: block
	}
	.h {
		display: block;
	}
	.footmain .info {
    width: 100%;
    text-align: center;
}
.footmain .logo img{
	margin: 0 auto;
}
.footmain .fnav{
	display: none;
}
.footercontact a {
    font-size: 48px;
    }
    .pro-sec2 .main li .iconfont {
    width: 24px;
    height: 24px;
    line-height: 24px;
}


.casetype ul li a {
    font-size: 18px;
}
.partner-sec,.case-sec{
	padding: 100px 0;
}
.aboutbanner .banner-text {
    top: 120px;
    transform: translateY(0);
}
.about-introduct {
    padding: 40px 0;
}
.about-intro-wr {
    width: 100%;
    float: none;
}
.about-imgs{
	height: auto;
	position: relative;
}
.about-bgs{
	opacity: 0.6;
}
.news-sec1 .tbox .tit {
    margin-top: 20px;
    }
    .news-sec1 .tbox {
    padding: 40px 40px 50px 40px;
}
.contact-sec .main {
    margin-top: 75px;
}
.contact-sec,
.news-sec1,
.newsxq-sec{
	padding: 100px 0;
}

}

@media only screen and (max-width:960px) {
	.w {
		width: 100%;
		padding: 0 4%;
	}
	.bannerswiper .tit {
    font-size: 30px;
}
.bannerswiper .arrows {
    bottom: 40px;
    text-align:right;
    width: auto;
    left: auto;
    right: 0;
}
.bannerswiper .more2 {
    margin-top: 15px;
    }

.in-sec1 .main li {
    width: 100%;
    margin-right: 0;
    padding:  40px;
    margin-top: 40px;
}
.intitle {
 text-align: center;
}
.in-sec1 .main li .pic img{
	margin: 0 auto;
}
.in-sec1 .main li .tit,
.in-sec1 .main li .desc {
	text-align: center;
}
.in-sec1 .main li .desc dd{
	padding: 0;
	background: none;
}
.in-sec1 .main li:hover .desc dd{
	background: none;
	
}
.in-sec1 .main li .more2{
	width: 30%;
	margin: 30px 35%;
	min-width: auto;
}

.pro-sec1 .pic,
.pro-sec1 .banner-text {
    width: 100%;
    }
.pro-sec2 .main ul li{
	margin-bottom: 30px;
}
.pro-sec2 .main li .tit{
	padding-top: 0;
}
.pro-sec2 .main ul,
.pro-sec1 .main{
    flex-direction: column;
	
}
.pro-sec3 .tbox {
    float: left!important;
    width: 100%;
}

.pro-sec3 .pic {
    float: left!important;
    width: 100%;
    margin-top: 40px;
    }

.pro-sec3 .banner-text h3{
	text-align: center;
}
.pro-sec3 .box:first-child {
    padding-top: 0;
}
.contact-sec2 .banner-text, .banner-text {
    width: 100%;
}
.contact-sec2 .main {
    width: 100%;
}
.case-sec .main .box .pic {
    width: 100%;
    float: left!important;
    }
.case-sec .main .box .tbox {
    width: 100%;
    float: left!important;
    }

.case-sec .main .box .tbox:after {
    width: 100%;
    border-bottom-width: 2px;
}
.btnmore {
    margin: 50px 0;
}
.casetype ul li a {
    font-size: 16px;
}

.casetype ul li .iconfont {
    margin-right: 5px;
}
.casetype ul li .iconfont img {
    height: 22px;
}


.casetype{
	margin-bottom: 50px;
}
.case-sec .main {
    margin-top: 50px;
}
.partner-sec .banner-text {
    width: 100%;
}
.partner-sec .main {
    width: 100%;
    margin-top: 30px;
}
.partner-sec .main .more2 {
    margin-top: 30px;
}

.aboutbanner .banner-text{
	top: 60px;
}
.news-sec1 .main ,.twoxian {
    margin-top: 50px;
    }
.news-sec2 .time .dd, .news-sec1 .tbox .time .dd {
    font-size: 35px;
}
.news-sec2 .time .yymm, .news-sec1 .tbox .time .yymm {
    font-size: 12px;
}
.news-sec1 .tbox .tit {
    font-size: 18px;
    height: 60px;
    line-height: 30px;
    margin-top: 5px;
}
.newsswiper .arrows {
    left: 40px;
    bottom: 15px;
}
.newsswiper .swiper-button-next, .newsswiper .swiper-button-prev {
    width: 31px;
    height: 7px;
    margin: 0 5px;
    }
.newsswiper .swiper-button-next:hover, .newsswiper .swiper-button-prev:hover {
    width: 62px;
    height: 14px;
}
.contact-sec .main {
    margin-top: 45px;
}

.contact-sec .main .tbox{
    	width: 100%;
    }
    .contact-sec .main .codebox {
    float: left;
    width: 50%;
}


.news-sec2 {
    padding: 0 0 60px 0;
    }
.contact-sec,
.newsxq-sec,
.news-sec1,
.partner-sec,
.case-sec,
.pro-sec2,
.contact-sec2,
.pro-sec1,
.pro-sec3 .box,
.footercontact,
.in-sec1 {
    padding: 60px 0;
}
footer {
    padding-bottom: 0;
}
.footmain {
    padding: 60px 0;
}

}

@media only screen and (max-width:640px) {
	
	.phone_head .logo img {
		max-height: 32px;
	}
	.side_float {
		display: none;
	}
	
	.in-sec1 .main li .more2{
	width: 50%;
	margin: 30px 25% 0;
	}
	.contact-sec2 .btns .more2{
		width: 50%;
		min-width: auto;
	}
	.bannerswiper .tit {
    font-size: 18px;
}
.bannerswiper .desc {
    font-size: 13px;
    margin-top: 5px;
}

.bannerswiper .more2 {
    height: 34px;
    line-height: 30px;
    width: 120px;
    min-width: auto;
}
.bannerswiper .more2 span{
	font-size: 12px;
}
.more2 i {
    margin-right: 0;
}
.bannerswiper .arrows {
    bottom: 10px;
    }
.bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev {
    width: 31px;
    height: 7px;
    }
    .bannerswiper .swiper-button-next:hover,
.bannerswiper .swiper-button-prev:hover {
	width: 31px;
    height: 7px;
}
.bannerswiper .pic{
	height:280px;
}
    .bannerswiper .pic img{
    	display: none;
    }
.intitle .tit {
    font-size: 22px;
}
.intitle .desc {
	margin-top: 10px;
    font-size: 14px;
}
.in-sec1 .main li  {
    margin-top: 35px;
	padding: 30px 20px;
    -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
.in-sec1 .main li .pic img {
    height: 45px;
}
.in-sec1 .main li .tit {
    font-size: 18px;
    line-height: 45px;
}
.in-sec1 .main li .desc {
    margin-top: 15px;
    font-size: 14px;
    height: auto;
    line-height: 30px;
}
.footercontact a {
    font-size: 26px;
    padding-right: 60px;
    background-size: 40px auto;
    letter-spacing: 5px;
}
.footmain{
	padding: 30px 0 ;
}
.footmain .logo img {
    height: 32px;
}
.footmain .tbox {
    margin-top: 15px;
}
.footmain .copyright{
	font-size: 12px;
	padding-top: 15px;
}
.in-sec1{
	/*background-size: cover;*/
}

.banner-text h3{
	font-size: 22px;
}
.banner-text h2{
	font-size: 14px;
}
.contact-sec2 .main .text {
    width: 100%;
    font-size: 16px;
    height: 41px;
    line-height: 39px;
}
.contact-sec2 .main .textarea {
    height: 80px;
    line-height: 39px;
    font-size: 16px;
    }
.pro-sec1 .banner-text{
	text-align: center;
}
.banner-text h3 {
    line-height: 1.5;
}
.pro-sec1 .banner-text h2 {
    font-size: 14px;
}
.pro-sec2 .main {
    margin-top: 30px;
}
.case-sec .main .box {
    margin-bottom: 30px;
    }
.pro-sec2 .main li .tit {
    font-size: 18px;
}
.pro-sec2 .main li .desc {
    font-size: 14px;
    line-height: 2;
}
.pro-sec3 .banner-text h2 {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
}
.pro-sec3 ul li {
    width: 48%;
    margin-top: 15px;
    font-size: 15px;
}
.more2 span {
    font-size: 16px;
}
.case-sec .main .box .tbox{
	margin-top: 20px;
}
.case-sec .box .tbox .tit {
    font-size: 20px;
    margin-top: 20px;
    }
  .case-sec .box .tbox .descbox {
    font-size: 14px;
    margin-top: 10px;
    }  
   .case-sec .box .tbox .tag span {
    margin-right: 10px;
    line-height: 35px;
    font-size: 12px;
    padding: 0 10px;
}

.btnmore {
    margin:  20px 0;
    height: 37px;
    line-height: 33px;
}
 .casetype ul li a {
     flex-direction: column;
    line-height: 1.2;
    font-size: 15px;
    text-align: center;
    padding: 10px;
}
 .casetype ul li .iconfont{
 	margin: 0 0 10px 0;
 }
  .casetype ul li{
  	border-radius: 0;
  }
  .casetype ul li.active, .casetype ul li:hover{
  	background: none;
  	border-bottom: 1px solid;
    -webkit-border-image: -webkit-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
    -moz-border-image: -moz-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
    -o-border-image: -o-linear-gradient(270deg, #57F0AB 0%, #001E7A 100%);
    border-image: linear-gradient(270deg, #57F0AB 0%, #001E7A 100%) 1;
  }
  .aboutbanner .banner-text{
	top: 40px;
}
.introduct {
    font-size: 16px;
}
.about-data-item {
    padding: 30px 0;
}
.about-data-item .num b {
    font-size: 30px;
}
.about-data-item span {
    font-size: 18px;
}
.about-data-item .desc{
	line-height: 1.4;
}
  .about-data {
    margin-top: 30px;
}
.introduct-idea li {
    padding: 30px 0  ;
}
.introduct-idea .iconfont {
    margin-right: 15px;
    width: 42px;
}

.partner-sec .main ul li {
    width: 33%;
    height: 60px;
}
.news-sec1 .pic {
    width: 100%;
}
.news-sec1 .tbox {
    width: 100%;
    padding: 30px 30px 50px;
}
.news-sec1 .main, .twoxian {
    margin-top: 40px;
}

.twoxian{
	height: 3px;
}
.news-sec2 .main li {
    margin-bottom: 30px;
    width: 100%;
    margin-right: 0;
}
.news-sec2 .tbox .tit,
.news-sec1 .tbox .tit {
    font-size: 16px;
    }
.news-sec2 .time .dd, .news-sec1 .tbox .time .dd {
    font-size: 26px;
}
.news-sec2 .tbox .desc{
	height: 48px;
    line-height: 24px;
}
.morecase {
    margin-top: 20px;
    text-align: center;
}
.newsboxleft {
    width: 100%;
}
.details{
	font-size: 14px;
}
.newspages span {
    width: 115px;
}
.newspages a {
    font-size: 18px;
 }   
 .backnewslist {
    padding: 0 0 15px 0;
    border-bottom-width: 2px ;
    }   
.newsxq-sec .title{
	font-size: 20px;
}    
  .newsxq-sec .main {
    margin-top: 30px;
}  
    .newsxq-sec .ninfo span {
    margin: 0 10px 0 0;
}
    .newsxq-sec .ninfo {
    margin-top: 10px;
    font-size: 12px;
    }
    .details {
    margin-top: 20px;
    padding: 20px 0;
    line-height: 2;
   } 
   .newspages a {
    font-size: 15px;
}
.newspages a.prev,
.newspages a.prev:hover {
    padding-left: 40px;
}
.newspages a.next,
.newspages a.next:hover  {
    padding-right: 40px;
    }
    .newspages span {
    width: 96px;
}
    .newsboxright {
    width: 100%;
    margin-top: 30px;
}
   .newsboxright .news-sec2 {
    padding: 0;
    margin-top: 0;
    } 
.news-sec2 {
    padding: 0 0 40px 0;
    }
    
  .contact-sec .main {
    margin-top: 25px;
}  
    .contact-sec .main .tit {
    padding-top: 0;
}
    
    .contact-sec .main .desc {
    font-size: 18px;
    }
    .contact-sec .main .codebox {
    width: 100%;
}
    
    .codebox .box img {
    width: 100px;
}
    .contact-sec .main .tit:after {
    margin-top: 5px;
    }
    .partner-sec,
   .contact-sec2 {
    background-attachment: initial;
    } 
    .footercontact {
    background-size: cover;
}
    
    .contact-sec,
.newsxq-sec,
.news-sec1,  
.partner-sec,
.case-sec,
.pro-sec2, .contact-sec2, .pro-sec1, .pro-sec3 .box, 
.in-sec1 {
    padding: 40px 0;
}






}

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