@font-face {
	font-family: "PingFang Light";
	src: url('../fonts/PINGFANG LIGHT.TTF');
}
@font-face {
font-family: "din";
src: url(../fonts/DINCond-BoldAlternate.otf);
}
@font-face {
font-family: "Helvetica";
src: url(../fonts/Helvetica Condensed Bold.ttf);
}
body {
	font-family: "arial";
	color: #000;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
	display: block;
}

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

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

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	list-style: none;
	padding: 0;
	margin: 0;
}

html,
body {}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.pop-ups{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:8888;
	background:rgba(0,0,0,0.9); 
}
.ups-search{
	width:50%;
	margin:0 auto;
	margin-top:23%;
}
.ups-search input{
	width:100%;
	height:.45rem;
	line-height:.45rem;
	font-size:.32rem;
	color:#858282;
	background:none;
	border-bottom:2px solid #ffffff;
	outline:none;
	padding-bottom:.05rem;
}
.ups-search span{
	width:100%;
	float:left;
	text-align:right;
	font-size:.14rem;
	color:#ffffff;
	margin-top:10px;
}
header {
	z-index: 777;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	z-index: 8888;
	transition: all 0.5s ease 0s;
}
header h1 {
	display: block;
	float: left;
	margin-top: .21rem;
	margin-left: .4rem;
	width: 1.9rem;
	transition: all 0.5s ease 0s;
}
header h1 img {
	display: block;
	width: 100%;
}
header h1 img.logo2{
	display: none;
}
header span.search {
	height: .42rem;
	border: 0;
	float: right;
	bottom: auto;
	padding-left: .4rem;
	margin-right: .4rem;
	margin-top: .25rem;
	position: relative;
	transition: all 0.5s ease 0s;
}
header span.search::before{
	content: "";
	width: 1px;
	height: .2rem;
	left: 0;
	top: .1rem;
	position: absolute;
	background: #aaaaaa;
}
header .search button {
	background:url(../images/search.png) no-repeat center center #15539e;
	background-size: 45%;
	height: .42rem;
	float: right;
	width: .42rem;
	cursor: pointer;
	border-radius: 50%;
	line-height: .42rem;
	cursor: pointer;
	outline: none;
	
}
header.on{
	background: rgb(255,255,255,1);
	height: .94rem;
	transition: all 0.5s ease 0s;
	box-shadow: 0 0 10px rgba(0, 0, 0, .07);
}

.nav {
	float: right;
	margin-top: 0rem;
	margin-right: .0rem;
	padding-right: .2rem;
	height: .94rem;
	position: relative;
	transition: all 0.5s ease 0s;
}
.nav li {
	float: left;
	line-height: .94rem;
	position: relative;
	margin: 0 .32rem;
	transition: all 0.5s ease 0s;
}

.nav li:after {
	content: "";
	width: 0%;
	height: 1px;
	background: #8cc126;
	position: absolute;
	bottom: 0rem;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.nav li:hover:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #8cc126;
	position: absolute;
	bottom: 0rem;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}

.nav li.cur:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #8cc126;
	position: absolute;
	bottom: 0;
	left:0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.nav a {
	display: block;
	font-size: .19rem;
	height: auto;
	color: #333333;
	padding: 0 0rem;
	height: .94rem;
	line-height: .94rem;
	position: relative;
	text-align: center;
	font-family: "arial";
}
header.on nav a{
	color: #333333;
	transition: all 0.5s ease 0s;
}
header.on nav li{
	color: #333333;
	transition: all 0.5s ease 0s;
}
header.on nav li a:hover{
	color: #14427a;
	transition: all 0.5s ease 0s;
}
header.on nav li.cur a{
	color: #14427a;
	transition: all 0.5s ease 0s;
}
header.on nav ul:before{
	background: #666666;
	transition: all 0.5s ease 0s;
}


header.on h1{
	margin-top: .15rem;
}
header.on h1 img.logo2{
	display:block;
}
.nav li.navHoverBg a {
	display: block;
	
}
.nav li.cur a {
	display: block;
	color: #0265ca;
}
.nav li.navHoverBg ul li.navHoverBg a {
	height: inherit;
}

.nav li.navHoverBg ul li a {
	height: inherit;
	background: inherit;
}

.nav a:hover {
	display: block;
	font-size: .19rem;
	height: auto;
	color: #15539e;
	height: .94rem;
	line-height: .94rem;
	position: relative;
	text-align: center;
	font-family: "arial";
}


.nav ul li .navlist {
	position: absolute;
	width: 1.55rem;
	z-index: 888;
	background: rgba(255, 255, 255, 1);
	display: block;
	height:0rem;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	top: .82rem;
}
.nav ul li:hover .navlist{
	display: block;
	height: auto;
	transition: all 0.5s ease 0s;
}
.nav ul li .navlist-1{
	margin-left: 0rem;
}
.nav ul li .navlist-5{
	margin-left: 0rem;
}
.nav ul li .navlist dl{
	margin:.15rem .24rem;
	display: block;
	overflow: hidden;
}

.nav ul li .navlist dl dd{
	width: 100%;
	float: right;
	display: inline-block;
}
.nav ul li .navlist dl dd a{
	width: 95%;
	display: block;
	height: .3rem;
	padding: .1rem 0;
	padding-left: .14rem;
	color: #444444;
	font-family: "arial";
	font-size: .17rem;
	line-height: .3rem;
	text-align: left;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}
.nav ul li .navlist dl dd a:before {
	content: "";
	width: .04rem;
	height: .04rem;
	background: #ffffff;
	border: 1px solid #cdcdcd;;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .21rem;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.nav ul li .navlist dl dd a:hover:before {
	content: "";
	width: .04rem;
	height: .04rem;
	background: #2e4b9b;
	border: 1px solid #2e4b9b;;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .21rem;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.nav ul li .navlist dl dd a:hover{
	color: #344e9e;
}
.nav ul li ul li {
	width: 100%;
	background: none;
	line-height: 20px;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
}

.nav ul li ul li:after {
	display: none;
}

.nav ul li ul li a {
	width: 60.2%;
	text-align: left;
	padding: 10px 0;
	color: #333333;
	line-height: 20px;
	font-size: 15px;
	height: 40px;
	float: left;
	padding-left: 20%;
	padding-right: 20%;
}

.nav ul li ul li a:hover {
	width: 60%;
	padding: 10px 0;
	text-align: left;
	line-height: 20px;
	font-size: 15px;
	margin: 0;
	color: #15539e;
	height: 40px;
	padding-left: 20%;
	padding-right: 20%;
	float: left;
	background: ;
}
.nav ul li:hover ul {
	display: block
}
.nav li.navHoverBg a {
	display: block;
	
}
.nav li.cur a {
	display: block;
	color: #15539e;
}
.nav li.navHoverBg ul li.navHoverBg a {
	height: inherit;
}

.nav li.navHoverBg ul li a {
	height: inherit;
	background: inherit;
}

.nav a:hover {
	display: block;
	font-size: .19rem;
	height: auto;
	color: #15539e;
	height: .94rem;
	line-height: .94rem;
	position: relative;
	text-align: center;
	font-family: "arial";
}

.nav ul li .navlist {
	position: absolute;
	width: 1.55rem;
	z-index: 888;
	background: rgba(255, 255, 255, 1);
	display: block;
	height:0rem;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	top: .82rem;
}
.nav ul li:hover .navlist{
	display: block;
	height: auto;
	transition: all 0.5s ease 0s;
}
.nav li ul{
	display: none;
}
.nav li:hover ul{
	display: block;
	position: absolute;
	z-index: 99999;
	width: 1.55rem;
	background: #ffffff;
}
.hid {
	opacity: 0.0!important;
	-webkit-transform: translateY(60px)!important;
	transform: translateY(60px)!important;
	-webkit-transition-timing-function: cubic-bezier(.41, .2, .38, .8)!important;
	transition-timing-function: cubic-bezier(.41, .2, .38, .8)!important;
	-webkit-transition-property: opacity, -webkit-transform!important;
	transition-property: opacity, transform!important;
	-webkit-transition-duration: .74s!important;
	transition-duration: .74s!important
}

.hid.lz {
	opacity: 1.0!important;
	-webkit-transform: translateY(0) translateZ(0)!important;
	transform: translateY(0) translateZ(0)!important
}
.banner {
	width: 100%;
	margin-top: 0rem;
	float: left;
	overflow: hidden;
	position: relative;
	background: #000000;
}
.banner .am-slider-default .am-control-nav li a{
	background: rgb(255,255,255,.6);
	transition: all 0.5s ease 0s;
}
.banner .am-slider-default .am-control-nav li a.am-active{
	background: #ffffff;
	width: .3rem;
	transition: all 0.5s ease 0s;
}

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

.banner .am-slider-default .am-direction-nav a {
	/* background:url(../images/n-l.svg) no-repeat center center rgba(255, 255, 255, .08); */
	background-size: .4rem;
	width: 52px;
	height: 83px;
	top: 40%;
}

.banner .am-slider-default .am-direction-nav .am-prev {
	left: .4rem;
}

.banner .am-slider-default .am-direction-nav .am-next {
	right: .4rem;
	/* background:url(../images/n-r.svg) no-repeat center center rgba(255, 255, 255, .08); */
	background-size: .4rem;
}
.banner .b-title{
	position: absolute;
	top: 26.9%;
	left: 15.5%;
	transition: all 0.5s ease 0s;
}
.banner .b-title img{
	display: inline-block!important;
	width: 7.45rem!important;
	transition: all 0.5s ease 0s;
}
.banner .canvas{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
}
.banner .canvas canvas{
	width: 100%;
}
.dg.ac{
	display: none!important;
}
canvas {
  background: none;
}
.i-cp{
	width: 100%;
}
.i-cp ul{
	width: 100%;
}
.i-cp ul li{
	width: 20%;
	float: left;
	background: #000000;
	position: relative;
}
.i-cp ul li::after{
	content: "";
	width: 1px;
	height: 100%;
	background: #333333;
	position: absolute;
	right: 0;
	top: 0;
}
.i-cp ul li dt{
	width: 100%;
}
.i-cp ul li dt img{
	width: 100%;
	display: block;
}
.i-cp ul li dd{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	margin: .2rem 0;
	overflow: hidden;
	min-height: 2.9rem;
}
.i-cp ul li dd h3{
	width:90%;
	margin: 0 5%;
	display: block;
	text-align: center;
	font-family: "arial";
	color: #ffffff;
	font-size: .2rem;
	line-height: .3rem;
}
.i-cp ul li dd h4{
	width:90%;
	margin: 0 5%;
	display: block;
	text-align: center;
	font-family: "arial";
	color: #ffffff;
	line-height: .3rem;
	margin-top: .05rem;
	font-size: .18rem;
}
.i-cp ul li dd label{
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.i-cp ul li dd label a{
	display: inline-block;
	width: 1.6rem;
	height: .42rem;
	font-family: "arial";
	color: #ffffff;
	line-height: .42rem;
	font-size: .16rem;
	border-radius: 30px;
	font-weight:normal;
	border: 1px solid #4d4d4d;
	transition: all 0.5s ease 0s;
}
.i-cp ul li dd label a:hover{
	background: #15539e;
	border: 1px solid #15539e;
}
.colorbg {
	display: block;
	width: 100%;
	overflow: hidden;
	background:url(../images/bg01.jpg) no-repeat;
	background-size: 100% auto;
}

.main {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #f7f7f7;
	padding-bottom: .8rem;
	position: relative;
}
.main-1 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}


.a-about{
	width: 13.4rem;
	margin: 0 auto;
	padding-bottom: .7rem;
	overflow: hidden;
}
.a-about .title{
	width: 55%;
	display: block;
	float: left;
	margin-top: .5rem;
}
.a-about .title h3{
	display: block;
	font-size: .36rem;
	font-family: "arial";
	text-align: left;
	padding-bottom: .2rem;
	position: relative;
}
.a-about .title h3 em{
	font-style: normal;
	font-size: .36rem;
	color: #1f469d;
	text-align: left;
	font-family:arial;
	/* text-transform:uppercase; */
}
.a-about .title h3 span{
	display: block;
	font-size: .24rem;
	color: #15539e;
	font-weight: normal;
	margin-top: .1rem;
}
.a-about .title p{
	width: 100%;
	display: block;
	float: left;
	margin-top: .1rem;
	line-height: .37rem;
	color: #666666;
	font-size: .18rem;
	font-family: "arial";
}
.a-about .title ul li span{
	font-size: .15rem;
	color: #b5b5b5;
	display: block;
	font-family: "微软雅黑";
	margin-top: .65rem;
}
.a-about .title label{
	display: block;
	width: 100%;
	float: left;
	margin-top: .6rem;
}
.a-about .title label a{
	display: block;
	width: 1.96rem;
	height: .54rem;
	border: 1px solid #145fa5;
	line-height: .54rem;
	font-size:.16rem;
	font-family: "微软雅黑";
	color:#145fa5;
	text-align: center;
	border-radius: 50px;
	
}
.a-about .content{
	width: 100%;
	display: block;
	position: relative;
	margin-top: .5rem;
}
.a-about .content img{
	width: 4.04rem;
	float: right;
	margin-top: 0rem;
	border-radius: 50%;
	margin-right: 0rem;
	position: relative;
	z-index: 666;
	border:1px dashed #acc1d9;
	padding: .24rem;
}
.main-bg {
	display: block;
	width: 100%;
	overflow: hidden;
	min-height: 7.2rem;
	background: url(../images/bg02.jpg) no-repeat;
	background-size: 100% 100%;
}
.main-bg1 {
	display: block;
	width: 100%;
	overflow: hidden;
}
.a-solution{
	width: 14rem;
	margin: 0 auto;
	padding-bottom: .4rem;
	overflow: hidden;
}
.a-solution span{
	color: #15539e;
}
.a-solution h3{
	display: block;
	font-size: .42rem;
	text-align: center;
	color: #111111;
	font-family:"arial";
	/* text-transform: uppercase; */
	margin-top: .5rem;
	padding-bottom: .2rem;
	position: relative;
}
.a-solution h3::after{
	content: "";
	display: block;
	width: .6rem;
	background:#2962a6;
	height: 3px;
	background-size: 100%;
	position: relative;
	bottom: -.2rem;
	left: 48%;
}
.a-solution label{
	text-align: center;
	display: block;
	margin-top: .3rem;
	font-size: .2rem;
	font-family:"arial";
	color: #888888;
	font-weight: normal;
}
.a-solution label a{
	color: #888888;
	text-decoration: underline;
}
.navsolu{
	width: 100%;
	text-align: center;
}
.navsolu ul{
	display: block;
}
.navsolu ul li{
	display: inline-block;
	font-size: .18rem;
	font-family:"arial";
	color: #333333;
	margin: 0 .1rem;
	height: .43rem;
	padding: 0 .4rem;
	line-height: .43rem;
	cursor: pointer;
	background: #ffffff;
	border-radius: 40px;
}
.navsolu ul li.am-active{
	display: inline-block;
	font-size: .18rem;
	font-family:"arial";
	color: #ffffff;
	margin: 0 .1rem;
	height: .43rem;
	line-height: .43rem;
	background-color: #15539e;
}
.navsolu ul li a{
	color: #ffffff;
}
.navsolu ul span{
	display: inline-block;
	font-size: .18rem;
	font-family:"arial";
	color: #333333;
	margin: 0 .1rem;
	height: .43rem;
	padding: 0 .4rem;
	line-height: .43rem;
	cursor: pointer;
	background: #ffffff;
	border-radius: 40px;
}
.solution-nav{
	width: 100%;
	text-align: center;
}

.solution-list{
	width: 13.4rem;
	height: auto;
	margin: 0 auto;
	margin-top: .4rem;
}
.solution-list ul{
	display:block;
	margin: 0 -1.5%;
}
.solution-list ul li{
	display:block;
	width: 30.33%;
	float: left;
	margin: 0 1.5%;
	margin-bottom: .4rem;
	background: #ffffff;
	border-radius: 5px;
	overflow: hidden;
}
.solution-list ul li dl{
	display: block;
}
.solution-list ul li dl dt{
	display: block;
	width: 100%;
	position: relative;
}
.solution-list ul li dl dt a::before{
	content: "";
	width: 100%;
	left: 0;
	height: 100%;
	position: absolute;
	background:url(../images/more1.png) no-repeat center center rgb(21,83,158,.0);
	background-size: .48rem;
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.solution-list ul li:hover dl dt a::before{
	content: "";
	width: 100%;
	left: 0;
	height: 100%;
	position: absolute;
	background:url(../images/more1.png) no-repeat center center rgb(21,83,158,.65);
	transition: all 0.5s ease 0s;
	background-size: .48rem;
	opacity: 1;
}
.solution-list ul li dl dt img{
	display: block;
	width: 100%;
}
.solution-list ul li dl dd{
	margin: .05rem 0;
}
.solution-list ul li dl dd h3{
	display: block;
	width:90%;
	margin: 0 5%;
	text-align: left;
	padding: .18rem 0;
	font-size: .2rem;
	font-family:"arial";
	color: #ffffff;
	position: relative;	
}
.solution-list ul li dl dd h3 a{
	flex-grow: 1;
	flex-shrink: 1;
	display: -webkit-box;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.solution-list ul li dl dd h3::after{
	content: "";
	display: block;
	width: 0%;
	background:#dcdcdc;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0%;
	transition: all 0.5s ease 0s;
}
.solution-list ul li dl dd h3::before{
	content: "";
	display: block;
	width: 100%;
	background:#dcdcdc;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0%;
	transition: all 0.5s ease 0s;
}
.solution-list ul li:hover dl dd h3::after{
	content: "";
	display: block;
	width: 100%;
	background:#15539e;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0%;
	transition: all 0.5s ease 0s;
}
.solution-list ul li:hover dl dd h3 a{
	color: #15539e;
}
.solution-list ul li:hover dl dd span{
	color: #15539e;
}
.solution-list ul li dl dd span{
	display: block;
	width:90%;
	margin: 0 5%;
	text-align: left;
	padding: .18rem 0;
	font-size: .16rem;
	font-family:"arial";
	color: #999999;
	background: url(../images/more.png) no-repeat right center;
	background-size: .3rem;
}
.solution-list ul li dl dd span a{
	color: #999999;
}
.solution-list ul li:hover dl dd span a{
	color: #15539e;
}
.main-color{
	background: #f6f8fa;
}
.main-color .a-solution span,.main-color .a-solution h3{
	color: #444444;
}
.main-color .a-solution h3::after{
	background: #145fa5;
}
.main-bg1 .a-solution span,.main-bg1 .a-solution h3{
	color: #444444;
}
.main-bg1 .a-solution h3::after{
	background: #145fa5;
}

.main-bg1 .solution-list1{
	text-align: center;
	display: flex;
	margin: 0 auto;
	width:13rem;
	margin-top: .5rem;
	margin-bottom: .8rem;
}
.solution-nav .am-nav-tabs{
	border: 0;
}
.solution-nav .am-nav-tabs>li{
	float: initial;
}
.solution-nav .am-nav-tabs>li.am-active>a{
	background: none;
	border: 0;
}
.solution-nav .am-nav-tabs>li.am-active>a,.solution-nav .am-nav-tabs>li.am-active>a:focus,.solution-nav .am-nav-tabs>li.am-active>a:hover{
	background: none;
	border: 0;
	color: #ffffff;
}
.solution-nav .am-nav-tabs>li>a{
	margin-right: 0;
}
.main-bg1 .solution-nav ul li a{
	color: #444444;
}
.solution-nav .am-nav-tabs>li>a:hover{
	border: 0;
}
.solution-nav .am-nav>li>a{
	padding: 0;
	border: 0;
}
.solution-nav .am-nav-tabs>li>a{
	line-height: .43rem;
}
.solution-nav .am-tabs-bd{
	border: 0;
}
.main-bg1 .solution-list1 .newslist{
	display: inline-block;
	width:25%;
	height: 5.32rem;
	border:.01rem solid #d4d4d4;
	border-left: 0;
	border-right: 0;
	float: left;
	position: relative;
	border-right: 0;
}
.main-bg1 .solution-list1 .newslist::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #d4d4d4;
}
.main-bg1 .solution-list1 .newslist:nth-child(4)::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #d4d4d4;
}
.main-bg1 .solution-list1 .newslist:nth-child(4){
	display: inline-block;
	width: 25%;
	height: 5.32rem;
	border: 1px solid #d4d4d4;
	border-right: 0;
	border-left:0;
}
.main-bg1 .solution-list1 .newslist dl{
	margin: .35rem;
}
.main-bg1 .solution-list1 .newslist dl dd{
	display: block;
	margin-top: .5rem;
	transition: all 0.5s ease 0s;
}
.main-bg1 .solution-list1 .newslist dl dd span{
	display: block;
	text-align: left;
	color: #999999;
	font-family:"arial";
	font-size: .17rem;
}
.main-bg1 .am-tabs-bd .am-tab-panel{
	padding: 0;
}
.main-bg1 .solution-list1 .newslist dl dd h3{
	display: block;
	text-align: left;
	height: .5rem;
	overflow: hidden;
	flex-grow: 2;
	flex-shrink: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: .4rem;
	color: #999999;
	font-size: .2rem;
	font-family:"微软雅黑";
	transition: all 0.5s ease 0s;
}
.main-bg1 .solution-list1 .newslist dl dd h3 a{
	color:#333333;
}
.main-bg1 .solution-list1 .newslist dl dd p{
	display: block;
	text-align: left;
	margin-top: .4rem;
	color: #888888;
	font-size: .17rem;
	font-family:"微软雅黑";
	transition: all 0.5s ease 0s;
}
.main-bg1 .solution-list1 .newslist dl dt{
	display: block;
	margin-top: .3rem;
	opacity: 0;
	height: 1.62rem;
	transition: all 0.5s ease 0s;
}
.main-bg1 .solution-list1 .newslist dl dt img{
	display: block;
	width: 100%;
}
.main-bg1 .solution-list1 .newslist dl label{
	display: block;
	margin-top: .0rem;
	text-align: left;
	transition: all 0.5s ease 0s;
}
.main-bg1 .solution-list1 .newslist dl label a{
	display: block;
    width: 1.56rem;
    height: 0.44rem;
    border: 1px solid #dadada;
    line-height: .44rem;
    font-size: .16rem;
    font-family: "微软雅黑";
    color: #666666;
	transition: all 0.5s ease 0s;
    text-align: center;
    border-radius: 50px;
}
.main-bg1 .solution-list1 .newslist:hover dl dt{
	display: block;
	margin-top: .3rem;
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.main-bg1 .solution-list1 .newslist:hover{
	background: #2273be;
	transition: all 0.5s ease 0s;
}
.main-bg1 .solution-list1 .newslist:hover dl dd,.main-bg1 .solution-list1 .newslist:hover dl dd h3,.main-bg1 .solution-list1 .newslist:hover dl dd p{
	transition: all 0.5s ease 0s;
	margin-top: .2rem;
	color: #ffffff;
}
.main-bg1 .solution-list1 .newslist:hover dl dd span{
	transition: all 0.5s ease 0s;
	color: #ffffff;
}
.main-bg1 .solution-list1 .newslist:hover dl dd h3 a{
	transition: all 0.5s ease 0s;
	color: #ffffff;
}
.main-bg1 .solution-list1 .newslist:hover dl label{
	transition: all 0.5s ease 0s;
	margin-top: .4rem;
}
.main-bg1 .solution-list1 .newslist:hover dl label a{
	transition: all 0.5s ease 0s;
    border: 1px solid #ffffff;
	background: #ffffff;
    color: #2778c3;
}
.application{
	width: 266%;
	margin-left: -83%;
	margin-bottom: .7rem;
	position: relative;
}
.application .swiper-container1{
	padding-bottom: .5rem;
	padding:0 0rem;
}
.application .swiper-slide{
	position: relative;
	width: 24.33%;
	float: left;
	
}
.application .swiper-slide dl{
	margin: 0 .25rem;
	text-align: center;
	margin-top: .1rem;
	position: relative;
}
.application .swiper-slide dl dt img{
	width: 100%;
}
.application .swiper-button-next {
    right: 33.93%;
    left: auto;
}
.application .swiper-button-prev{
	left: 33.93%;
	right: auto;
}
.application .swiper-button-next{
	width: .54rem;
	height: 1rem;
	background:url(../images/r-arrow.png) no-repeat center center #0a3d7a;
	background-size: .18rem;
}
.application .swiper-button-prev{
	width: .54rem;
	height: 1rem;
	background:url(../images/l-arrow.png) no-repeat center center #0a3d7a;
	background-size: .18rem;
}
.application .swiper-button-next, .application .swiper-button-prev{
	top: 45%;
}
.application .swiper-button-next:after,.application .swiper-container-rtl .swiper-button-prev:after{
	display: none;
}
.application .swiper-button-prev:after, .application .swiper-container-rtl .swiper-button-next:after{
	display: none;
}
.news{
	width: 13.4rem;
	margin: 0 auto;
}
.news ul{
	display: block;
	margin: 0 -1.5%;
}
.news ul li{
	display: block;
	background: #ffffff;
	width: 47%;
	float: left;
	margin: 0 1.5%;
	margin-bottom: .45rem;
	overflow: hidden;
	border-radius: 6px;
}
.news ul li dt{
	width: 2rem;
	float: left;
	overflow: hidden;
	border-radius: 6px;
}
.news ul li dt img{
	width: 100%;
	display: block;
}
.news ul li dd{
	width: 4rem;
	float: left;
	margin: .28rem 0 0 .25rem;
}
.news ul li dd h3{
	font-family: "arial";
	font-size: .2rem;
	height: .25rem;
	overflow: hidden;
	flex-grow: 1;
	flex-shrink: 1;
	display: -webkit-box;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news ul li dd p{
	font-family: "arial";
	font-size: .16rem;
	margin-top: .08rem;
	height: .6rem;
	color: #666666;
	overflow: hidden;
	line-height: .3rem;
	flex-grow: 2;
	flex-shrink: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news ul li dd span{
	font-family: "arial";
	font-size: .16rem;
	margin-top: .15rem;
	display: block;
	color: #999999;
	overflow: hidden;
	line-height: .3rem;
	background: url(../images/time.png) no-repeat left .06rem;
	padding-left: .25rem;
	line-height: .35rem;
}
.news ul li dd h3:hover a{
	color: #15539e;
}
.Message{
	text-align: center;
	display: flex;
	margin: 0 auto;
	width:13rem;
	min-height: 2.37rem;
	margin-top: .1rem;
	margin-bottom: .0rem;
	background: url(../images/bg03.jpg) no-repeat;
	background-size: 100% auto;
	z-index: 888;
	position: relative;
}
.Message dl{
	display: block;
	position: relative;
	width: 100%;
}
.Message dl dt{
	display: block;
	width: 1.78rem;
	float: left;
	margin: 0 .7rem;
}
.Message dl dt span{
	text-align: center;
	display: block;
	text-align: center;
	color: #ffffff;
	font-family:"arial";
	font-size: .23rem;
	margin-top: .4rem;
}
.Message dl dt h3{
	display: block;
	text-align: center;
	margin-top: .1rem;
	color: #ffffff;
	font-size: .3rem;
	font-family:"微软雅黑";
	transition: all 0.5s ease 0s;
}
.Message dl dt a{
	text-align: center;
	display: block;
	text-align: center;
	color: #ffffff;
	background: #e69a40;
	height: .52rem;
	line-height: .52rem;
	border-radius: 4px;
	font-family:"arial";
	font-size: .2rem;
	margin-top: .3rem;
}
.Message dl dd{
	position: absolute;
	margin: 0 0 0 3.2rem;
	top: .3rem;
}
.Message dl dd label{
	margin: 0 .04rem;
	display: block;
	float: left;
	margin-top: .08rem;
	width: 3.1rem;
}
.Message dl dd label input{
	display: block;
	float: left;
	height: .58rem;
	line-height: .58rem;
	outline: none;
	width: 90%;
	border-radius: 4px;
	padding: 0 5%;
}
.Message dl dd label.la1{
	width:9.46rem;
}
.Message dl dd label.la1 textarea{
	display: block;
	float: left;
	height: .58rem;
	line-height: .22rem;
	outline: none;
	width: 97%;
	border-radius: 4px;
	padding:.18rem 1.5%;
}
.asid_share {
	position: fixed;
	width: .6rem;
	bottom: 42.9%;
	right: 0%;
	z-index: 890;
}

*html #asid_share {
	position: absolute;
	top: expression(documentElement.scrollTop + "px");
	margin: 300px 0 0 0;
}

.asid_share .asid_share_box {
	width: 100%;
	margin-bottom: 3px;
	background: url(../images/f-db.png) no-repeat center center #8cc126;
	text-align: center;
	background-size: .25rem;
	transition: all 0.5s ease 0s;
	border-radius: 0 0 5px 5px;
}

.asid_share .asid_share_box:hover {
	width: 100%;
	margin-bottom: 3px;
	background: url(../images/f-db.png) no-repeat center center #8cc126;
	text-align: center;
	background-size: .25rem;
	transition: all 0.5s ease 0s;
}

.asid_share .asid_share_box a {
	display: block;
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: .14rem;
	height: .6rem;
}

.asid_share .asid_share_box a:hover {
	text-decoration: none;
}
.none {
	display: none;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.bottom {
	display: block;
	width: 100%;
	margin: 0 auto;
	background:url(../images/footbg.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.foot {
	width: 13.4rem;
	margin: 0 auto;
	margin-top: .5rem;
	font-family: "arial";
	color: #333333;
	font-size: .18rem;
	overflow: hidden;
	padding-bottom: .2rem;
}

.foot dl {
	display: block;
}
.foot dl dt{
	display: block;
	float: right;
	border-left: 1px solid #3d4044;
	padding-left: .6rem;
	width: 3.7rem;
	margin-top: .27rem;
}
.foot dl dt h3{
	display: block;
	width: 100%;
}
.foot dl dt h3 img{
	width: 1.13rem;
	margin-right: .2rem;
	float: left;
	vertical-align: middle;
}
.foot dl dt h3 span{
	display: block;
	font-family: "arial";
	font-size: .17rem;
	color: #ffffff;
	padding-top: .13rem;
}
.foot dl dt h3 em{
	display: block;
	font-family: "arial";
	font-size: .15rem;
	font-style: normal;
	font-weight: normal;
	color: #a8a8a8;
	margin-top: .1rem;
}
.foot dl dt p{
	display: block;
	width: 100%;
	float: left;
	font-size: .15rem;
	color: #cccccc;
	font-family: "arial";
	line-height: .29rem;
	margin-top: .2rem;
}
.foot dl dd.list-1 {
	float: left;
	width: 2.05rem;
	margin-top: .2rem;
	margin-left: 0rem;
}
.foot dl dd.list-1a {
	float: left;
	width: 2.8rem;
	margin-top: .2rem;
	margin-left: 0rem;
}

.foot dl dd.list-1 h3 {
	font-family: "arial";
	font-size: .17rem;
	float: left;
	width: 100%;
	color: #ffffff;
	padding-bottom: .2rem;
	margin-top: 0px;
	margin-bottom: .2rem;
	font-weight: normal;
	position: relative;
}

.foot dl dd.list-1 h3:after {
	content: "";
	width: .80rem;
	height: 1px;
	background: #898989;
	position: absolute;
	bottom: -1px;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}

.foot dl dd.list-1 p {
	font-family: "arial";
	font-size: .15rem;
	line-height: .32rem;
	width: 100%;
	float: left;
	margin-left: 0;
	margin-top: 0rem;
	color: #848388;
}

.foot dl dd.list-1 p a {
	width: 100%;
	display: block;
	float: left;
	text-align: left;
	color: #848388;
}
.foot1 {
	width: 100%;
	overflow: hidden;
	line-height: .65rem;
	border-top: 1px solid rgb(255,255,255,.1);
	text-align: center;
	font-family: "arial";
	font-size: .16rem;
	color: #848388;
}
.foot1 dl {
	width: 13.4rem;
	margin: 0 auto;
	overflow: hidden;
}
.foot1 dl dd{
	float: left;
	font-size: .15rem;
	color: #cccccc;
	font-family: "arial";
	opacity: .8;
}
.foot1 dl dd a{
	color: #cccccc;
	opacity: .8;
}
.foot1 dl dt{
	float: right;
	font-size: .15rem;
	color: #cccccc;
	font-family: "arial";
	opacity: .8;
}
.foot1 dl dt a{
	color: #cccccc;
	opacity: .8;
}

.foot-gz{
	float: right;
	margin: .15rem 0 0 0;
	width: 3.5rem;
}
.foot-gz ul{
	display: block;
	width: 100%;
	margin-top: .0rem;
	margin-bottom: .5rem;
	text-align: center;
	float: left;
}
.foot-gz ul li{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
	margin-right: .0;
	margin-bottom: .1rem;
}
.foot-gz ul li input{
	display: block;
	float: left;
	height: .48rem;
	line-height: .48rem;
	outline: none;
	width: 90%;
	background: rgb(255,255,255,.95);
	font-family: "arial";
	padding: 0 5%;
}
.foot-gz ul li textarea{
	display: block;
	float: left;
	height: 1rem;
	line-height: .2rem;
	font-family: "arial";
	outline: none;
	width: 90%;
	background: rgb(255,255,255,.95);
	padding: .1rem 5%;
}
.foot-gz ul li button{
	display: block;
	float: left;
	height: .48rem;
	line-height: .48rem;
	font-family: "arial";
	outline: none;
	width: 100%;
	background:#8cc126;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
}
.foot-zx{
	width: 2.8rem;
	float: left;
	margin: .10rem 0 0 0rem;
}
.foot-zx .title{
	display: block;
}
.foot-zx .title h3{
	display: block;
	font-family: "arial";
	font-size: .18rem;
	color: #fbfbfb;
}
.foot-zx .content{
	display: block;
	margin-top: .25rem;
}
.foot-zx .content ul{
	display: block;
}
.foot-zx .content ul li{
	display: block;
	font-size: .16rem;
	font-family: "arial";
	color: #fbfbfb;
	opacity: .8;
	float: left;
	margin-bottom: .21rem;
}
.foot-zx .content ul li span{
	display: block;
	width: .8rem;
	float: left;
	line-height: .22rem;
}
.foot-zx .content ul li p{
	display: block;
	float: left;
	width: 2rem;
	line-height: .22rem;
}
.foot-dh{
	width: 1.65rem;
	float: left;
	margin: .10rem 0 0 0rem;
}
.foot-dh .title{
	display: block;
}
.foot-dh .title h3{
	display: block;
	font-family: "arial";
	font-size: .18rem;
	color: #fbfbfb;
}
.foot-dh .content{
	display: block;
	margin-top: .25rem;
}
.foot-dh .content ul{
	display: block;
}
.foot-dh .content ul li{
	display: block;
	font-size: .16rem;
	font-family: "arial";
	margin-top: .13rem;
}
.foot-dh .content ul li a{
	color: #ffffff;
	opacity: .8;
}

@media only screen and (max-width: 1680px) {
	
}
@media only screen and (max-width: 1600px) {
	
}
@media only screen and (max-width: 1440px) {
	
}
@media only screen and (max-width: 1152px) {

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

}
@media only screen and (max-width: 800px) {
  .nav{display: none;}
  header h1{width: 1.2rem; margin-top: .15rem; margin-left: 3%;}
  header h1 a{float: left; display: block;}
  header.on h1{margin-left: 3%;}
  header .topnav{
	  display: none;
  }
  header span.search{
	  margin-top: 0.15rem;
	  margin-right: 1.3rem;
  }
  header{
	  height: 50px;
  }
  .a-solution,.solution-list,.a-about,.news{
	  width: 90%;
  }
  .news ul li{
	  width: 97%;
  }
  .news ul li dd{
	  width: 75%;
  }
  .news ul li dd span{
	  padding-left: .3rem;
	  background-size: .2rem;
  }
  .a-about .content img{
	  width: 30%;
  }
  .news ul li dd h3,.solution-list ul li dl dd h3,.solution-list ul li,.navsolu ul li,.navsolu ul li.am-active,.navsolu ul span{
	  font-size: 14px;
  }
  .news ul li dd p,.news ul li dd span{
	  font-size: 12px;
  }
  .news ul li dd p{
	  margin-top:7px;
  }
  .i-cp ul li dd{
	  min-height: 3.5rem;
  }
   .foot-fx h3{
   	  width: 1.5rem;
   }
   .foot-fx h3 img{
   	 width: 100%;
   }
   .foot,.foot1 dl{
   	  width: 90%;
   	  margin: 0 5%;
   }
   .foot-dh{
   	 margin-left:0rem;
   	 width: 1.2rem;
   }
   .foot-zx{
   	 margin-left: .0rem;
   }
   
   .foot{
	   margin-top: .3rem;
   }
   .foot-gz{
	   width: 3rem;
   }
   .foot-zx .content ul li span{
	   width: 1rem;
   }
}
@media only screen and (max-width: 640px) {
	.banner .am-slider-default .am-direction-nav a{
		width: 32px;
    		height: 63px;
	}
	header span.tel{
		margin-right: 1.2rem;
	}
	header {
	    height: 44px;
	}
	.i-cp ul li dd label a{
		width: 1.9rem;
	}
	.i-cp ul li{
		overflow: hidden;
	}
	.solution-list ul li{
		width: 47%;
	}
	.navsolu ul li,.navsolu ul span{
		padding: 0 .25rem;
	}
	.a-about .title{
		width: 100%;
	}
	.a-about .title ul li{
		width: 1.2rem;
		height: 1.2rem;
	}
	.news ul li dd {
	    width: 62%;
	}
	.foot-gz ul li input {
	    height: 0.55rem;
	    line-height: .55rem;
	    width: 94%;
	    padding: 0 3%;
	}
	.foot-gz ul li textarea{
		width: 94%;
		padding: 0.2rem 3%;
	}
	.a-about .title label{
		margin-top: .2rem;
	}
	.foot-gz ul li button{
		height: 36px;
		line-height: 36px;
	}
	.a-about .content{
		float: left;
	}
	.a-about .content img {
	    width: 92%;
	}
	.main-bg1 .solution-list1 .newslist dl dd h3{
		text-align: justify;
	}
	.Message dl dt {
	    display: block;
	    width: 90%;
	    float: left;
	    margin: 0 5%;
	}
	.Message dl dd{
		position: relative;
		top:0;
		left: 0;
		width: 90%;
		margin: 0 5%;
		margin-top: .2rem;
		float: left;
	}
	.Message dl dd label,.Message dl dd label.la1 {
	    width: 100%;
	}
	.Message dl{
		padding-bottom: .5rem;
	}
	.Message dl dd label.la1 textarea{
		width: 90%;
		padding:.18rem 5%;
	}
	
	.foot-dh {
	    margin-left: 0rem;
	    width: 33%;
	}
	.foot-zx .content ul li span {
	    width: 1.3rem;
	}
	.foot-zx .content ul li p{
		width: 100%;
		margin-top: .2rem;
	}
	.foot1 dl dt{
		width: 100%;
		text-align: center;
	}
	.foot-gz{
		display: block;
	}
	.foot-gz {
	    float: right;
	    margin: 0.15rem 0 0 0;
	    width: 100%;
	}
	.foot-gz h3{
		width: 100%;
		text-align: center;
	}
	.foot-gz h3 img{
		display: inline-block;
	}
	.foot-zx{
		width: 100%;
	}
	.a-news .content ul li {
	    min-height: initial;
	    min-height: 2.3rem;
	}
	.a-news .content ul li h3{
		height: 22px;
		overflow: hidden;
		line-height: 20px;
		flex-grow: 1;
		flex-shrink: 1;
		display: -webkit-box;
		text-overflow: ellipsis;
		word-break: break-all;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	
	.foot-zx .content ul li{
		width: 100%;
	}
	.a-about .content .a-list-r{
		width: 100%;
		float: left;
	}
	.a-about .content .a-list-r ul{
		margin: 0 -1.5%;
		display: block;
	}
	.a-about .content .a-list-r ul li{
		width: 30.33%;
		float: left;
		margin: 0 1.5%;
	}
	.a-about .content .a-list-r ul li.am-active:before{
		display: none;
	}
	.a-about .content .a-list-l{
		width: 100%;
        margin-top: .2rem;		
	}
	.a-about .content .a-list-r ul li{
		min-height: 2.1rem;
	}
	.a-about .content .a-list-l .a-list-n,.a-about .content .a-list-l .a-list-n .swiper-slide{
		height: 2.5rem;
	}
	.a-about .content .a-list-l{
		min-height: 5.1rem;
	}
	.main-bg{
		background-size: auto 100%;
	}
	.a-solution p {
    		width: 77%;
    		font-size: 13px;
    		line-height: 22px;
	}
	/*.a-solutionlist ul li:after{
		display:none ;
	}
	.a-solutionlist ul li dd h3{
		font-size: 16px;
	}
	.a-solutionlist ul li dd{
		margin-top: .05rem;
		margin-left: .3rem;
	}*/
	.a-solutionlist ul li{
		background: none;
		text-align: center;
	}
	.a-solutionlist ul li dt{
		margin: 0;
		width: 100%;
		float: initial;
		display: block;
		text-align: center;
	}
	.a-solutionlist ul li dt img{
		display: inline-block;
		width: .5rem;
	}
	.a-solutionlist ul li dd{
		text-align: center;
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		margin-top: .1rem;
	}
	.main-bg1{
		min-height: 2rem;
	}
	.a-news .content dl dt,.a-news .content dl dd{
		width: 90%;
		margin: 5%;
	}
	.a-news .content dl dd{
		margin-top: 0;
	}
	.a-news .content dl dd h3 a{
		text-align: left;
		font-size: 15px;
	}
	.a-news .content dl dd a.more-a{
		width: 70px;
		height: 25px;
		line-height: 25px;
	}
	.a-news .content ul{
		margin: 0;
	}
	.a-news .content ul li{
		width: 100%;
		margin: 0;
		margin-top: .22rem;
	}
	.a-news .content ul li h3{
		font-size: 14px;
	}
	.a-news .content ul li p{
		line-height: 20px;
		width: 75%;
	}
	.a-news .content ul li em{
		margin: .18rem 0 0 .3rem;
	}
	.foot-fx{
		width: 100%;
	}
	.foot-dh{
		margin-left: 0;
	}
	.foot-gz ul li{
		margin-right: 0;
	}
	.foot1 dl dd{
		padding: .2rem 0;
		line-height: 18px;
		padding-bottom: 0;
	}
	.a-news .content ul li p {
	    height: 42PX;
	}
	.a-news .content ul li em{
		display: NONE;
	}
}
@media only screen and (max-width: 375px) {

}