@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 .title{
	position: absolute;
	top: 35%;
	width: 100%;
	text-align: center;
}
.banner .title h3{
	font-size: .36rem;
	color: #ffffff;
	font-family: "arial";
	position: relative;
}
.banner .title h3::before{
	content: "";
	position: absolute;
	top:.25rem;
	width: .7rem;
	margin-left: -.9rem;
	height: 2px;
	background: #ffffff;
}
.banner .title h3::after{
	content: "";
	position: absolute;
	top:.25rem;
	width: .7rem;
	margin-left: .13rem;
	height: 2px;
	background: #ffffff;
}
.banner .title span{
	font-size: .22rem;
	color: #ffffff;
	font-family: "arial";
	display: block;
	margin-top:.1rem;
	text-transform:uppercase;
}
.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%;
}
.nav-dh{
	width: 100%;
	float: left;
	height: .7rem;
}
.nav-dh p{
	width: 13.4rem;
	margin: 0 auto;
	line-height: .7rem;
	text-align: right;
	font-size: .16rem;
	color: #999999;
	font-family: "arial";
}
.nav-dh span{
	background: url(../images/hm.png) no-repeat;
	background-size: .15rem;
	padding-left: .25rem;
}
.nav-dh span a{
	color: #999999;
}
.dg.ac{
	display: none!important;
}
canvas {
  background: none;
}
.colorbg {
	display: block;
	width: 100%;
	background:#eeeff1;
	float: left;
}

.main {
	width: 13.4rem;
	margin: 0 auto;
	position: relative;
	margin-top: .45rem;
}
.main .l-list{
	width: 3rem;
	height: auto;
	float: left;
	background: #dee9f5;
	overflow: hidden;
	margin-top: -1.8rem;
}
.main .l-list .title{
	width: 100%;
	display: block;
	height: 1.35rem;
	text-align: center;
	background:url(../images/title-bg.jpg) no-repeat center top #0265ca;
	background-size: 100%;
}
.main .l-list .title h3{
	display: inline-block;
	font-size: .3rem;
	color: #ffffff;
	font-family: "arial";
	margin-top: .4rem;
	position: relative;
	text-align: center;
	padding-bottom: .2rem;
}
.main .l-list .title h3::after{
	content: "";
	width: .4rem;
	height: 2px;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0%;
}
.main .l-list .content{
	width: 100%;
	display: block;
	background: #ffffff;
	float: right;
	margin-top: 0rem;
}
.main .l-list .content ul{
	display: block;
}
.main .l-list .content ul li{
	display: block;
	line-height: 22px;
	padding: .22rem .4rem;
	position: relative;
	font-size: .17rem;
	background: url(../images/ar.png) no-repeat 85% center;
	background-size:.08rem;
	position: relative;
}
.main .l-list .content ul li:hover{
	background: url(../images/ar1.png) no-repeat 85% center;
	background-size:.08rem;
}
.main .l-list .content ul li a{
	color: #666666;
	font-family: "arial";
}
.main .l-list .content ul li:hover a{
	color: #0265ca;
	font-family: "arial";
}
.main .l-list .content ul li::before{
	content: "";
	position: absolute;
	left: 0;
	width: .13rem;
	top:0;
	height: 100%;
	background: #dee9f5;
}
.main .l-list .content ul li.cur a{
	color: #0265ca;
	font-family: "arial";
}
.main .l-list .content ul li.cur{
	background: url(../images/ar1.png) no-repeat 85% center;
	background-size:.08rem;
}
.main .l-list .content ul li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #dddddd;
	left:0;
	bottom: 0;
}
.main .l-list .content ul li:last-child::after{
	display: none;
}

.menu_list{width:100%;margin:0 auto; position: relative; background: #f6f7f8; padding-bottom: .2rem; cursor: pointer;}
.menu_head{
	padding: 0.25rem 0.4rem;
	padding-left: 0.3rem;
	font-size: .17rem;
	color: #666666;
	font-family: "arial";
	cursor: pointer;
	border-bottom: 1px solid #d2d2d2;
	position: relative;
	margin: 0px .2rem;
	background-size: 0.08rem;
}
.menu_head::before{
	content: "";
	position: absolute;
	left: .1rem;
	top: .3rem;
	width: .07rem;
	height: .07rem;
	border-radius: 50%;
	background: #7a7a7a;
}
.menu_head.current::before{
	content: "";
	position: absolute;
	left: .1rem;
	top: .3rem;
	width: .07rem;
	height: .07rem;
	border-radius: 50%;
	background: #8cc126;
}
.menu_head.current{
	border-bottom: 1px solid #8cc126;
}
.menu_list .current{
	color: #8cc126;
}
.menu_list .current{
	color: #8cc126;
}
.menu_list .current a{
	color: #8cc126;
}
.menu_body{
	position: relative;
	border-bottom: 1px solid #e1e1e1;
	padding: .15rem 0;
}
.menu_body a {
    display: block;
    padding: 0.10rem 0.6rem;
    color: #666666;
	font-size: .15rem;
    font-family: "arial";
	line-height: 22px;
}
.menu_body a.cur {
	display: block;
    line-height: 22px;
    font-size: .15rem;
    background-size: 0.08rem;
    position: relative;
    background: url(../images/z-list1.png) no-repeat 0.35rem 0.15rem;
    background-size: 0.13rem;
}
.menu_body a:hover {
	display: block;
    line-height: 22px;
    font-size: .15rem;
    background-size: 0.08rem;
    position: relative;
    background: url(../images/z-list1.png) no-repeat 0.35rem 0.15rem;
    background-size: 0.13rem;
}
.menu_body a:hover{text-decoration:none; color: #0265ca;}
.main .l-list .content-1{
	width: 100%;
	display: block;
	background: #ffffff;
	float: right;
	margin-top: 0;
}
.main .l-list .content-1 ul{
	display: block;
}
.main .l-list .content-1 ul li{
	display: block;
	line-height: 22px;
	position: relative;
	font-size: .17rem;
	background: url(../images/ar.png) no-repeat 85% center;
	background-size:.08rem;
	position: relative;
}
.main .l-list .content-1 ul li:hover{
	background: url(../images/ar1.png) no-repeat 85% center;
	background-size:.08rem;
}
.main .l-list .content-1 ul li a{
	display: block;
	padding: .22rem .4rem;
	color: #666666;
	font-family: "arial";
}
.main .l-list .content-1 ul li:hover a{
	color: #0265ca;
	font-family: "arial";
}
.main .l-list .content-1 ul li::before{
	content: "";
	position: absolute;
	left: 0;
	width: .13rem;
	top:0;
	height: 100%;
	background: #dee9f5;
}
.main .l-list .content-1 ul li:hover::before{
	content: "";
	position: absolute;
	left: 0;
	width: .13rem;
	top:0;
	height: 100%;
	background: #0567cb;
}
.main .l-list .content-1 ul li.cur::before{
	content: "";
	position: absolute;
	left: 0;
	width: .13rem;
	top:0;
	height: .69rem;
	background: #0567cb;
}
.main .l-list .content-1 ul li.cur a{
	color: #0265ca;
	font-family: "arial";
}
.main .l-list .content-1 ul li.cur{
	background: url(../images/z-list2.png) no-repeat 86% .28rem;
	background-size:.15rem;
}
.main .l-list .content-1 ul li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #dddddd;
	left:0;
	bottom: 0;
}
.main .l-list .content-1 ul li:last-child::after{
	display: none;
}
.main .l-list .content-1 ul li ul{
	display: block;
	position: relative;
}
.main .l-list .content-1 ul li ul::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #dddddd;
	left:0;
	top: 0;
}

.main .l-list .content-1 ul li ul li{
	display: block;
	line-height: 22px;
	position: relative;
	font-size: .15rem;
	background: none;
	background-size:.08rem;
	position: relative;
}
.main .l-list .content-1 ul li ul li:hover{
	background: none;
}
.main .l-list .content-1 ul li ul li::after{
	display:none;
}
.main .l-list .content-1 ul li.cur ul li a{
	display: block;
	padding: .15rem .6rem;
	color: #666666;
	font-family: "arial";
}
.main .l-list .content-1 ul li:hover ul li::before{
	background: #dee9f5;
}
.main .l-list .content-1 ul li ul li.cur{
	display: block;
	line-height: 22px;
	position: relative;
	font-size: .15rem;
	background: none;
	background-size:.08rem;
	position: relative;
	background: url(../images/z-list1.png) no-repeat .35rem .21rem;
	background-size: .13rem;
}
.main .l-list .content-1 ul li ul li:hover{
	display: block;
	line-height: 22px;
	position: relative;
	font-size: .15rem;
	background: none;
	background-size:.08rem;
	position: relative;
	background: url(../images/z-list1.png) no-repeat .35rem .21rem;
	background-size: .13rem;
}
.main .l-list .content-1 ul li ul li.cur a{
	color: #0567cb;
}
.main .l-list .content-1 ul li ul li:hover a{
	color: #0567cb;
}
.main .l-list .content-1 ul li ul li.cur::before{
	background: #dee9f5;
}
.main .r-list-1{
	width: 9.88rem;
	height: auto;
	float: right;
	margin-bottom: .2rem;
	overflow: hidden;
}
.solution-list{
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: .1rem;
	float: left;
}
.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;
	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: .4rem;
	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: .4rem;
	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{
	height: .2rem;
	position: relative;
	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;
}
.equ{
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: .1rem;
}
.equ ul{
	display:block;
	margin: 0 -1.5%;
}
.equ ul li{
	display:block;
	width: 29.33%;
	float: left;
	margin: 0 2%;
	margin-bottom: .4rem;
	background: #ffffff;
	overflow: hidden;
}
.equ ul li img{
	width: 100%;
	display: block;
	height: 2rem;
}
.main .r-list{
	width: 9.88rem;
	height: auto;
	float: right;
	margin-bottom: .2rem;
	overflow: hidden;
}
.main .r-list .content{
	display: block;
	margin: .0 0;
	line-height: .4rem;
	font-family: "arial";
	color: #333333;
}
.main .r-list .content p{
	margin-bottom: .1rem;
}
.main .r-list .content p span{
	color: #0265ca;
}
.main .r-list .content p img{
	max-width: 100%;
}
.main .r-list .content img.img-a{
	display: block;
	float: right;
	width: 3.5rem;
	margin-left: .2rem;
	margin-top: .1rem;
	margin-bottom: .1rem;
}
.main .r-list .content.zzjg {
	margin-top: .4rem;
	margin-bottom: .4rem;
	overflow: hidden;
}
.main .r-list .content.zzjg img{
	display: block;
	width: 100%;
}
.main .r-list .content.gsyj {
	margin-top: .4rem;
	margin-bottom: .4rem;
	overflow: hidden;
}
.main .r-list .content.gsyj dl{
	display: block;
	position: relative;
	padding-bottom: 2.5rem;
}
.main .r-list .content.gsyj dl dt{
	display: block;
}
.main .r-list .content.gsyj dl dt img{
	display: block;
	width: 100%;
}
.main .r-list .content.gsyj dl dd{
	display: block;
	width: 5rem;
	background:url(../images/bg05.jpg) no-repeat bottom center #ffffff;
	background-size: 100%;
	height: 2.6rem;
	overflow: hidden;
	padding: .2rem .4rem;
	position: absolute;
	z-index: 888;
	left: .4rem;
	bottom: 0;
	box-shadow: #e6e6e6 0px 0px 20px 0px;
}
.main .r-list .content.gsyj dl dd .title-1{
	display: block;
	border-bottom: 1px solid #ececec;
	padding-bottom: .15rem;
	background: url(../images/icon.png) no-repeat right center;
	background-size: .3rem;
}
.main .r-list .content.gsyj dl dd .title-2{
	display: block;
	border-bottom: 1px solid #ececec;
	padding-bottom: .15rem;
	background: url(../images/icon-01.png) no-repeat right center;
	background-size: .3rem;
}
.main .r-list .content.gsyj dl dd .title-3{
	display: block;
	border-bottom: 1px solid #ececec;
	padding-bottom: .15rem;
	background: url(../images/icon-02.png) no-repeat right center;
	background-size: .3rem;
}
.main .r-list .content.gsyj dl dd .title-4{
	display: block;
	border-bottom: 1px solid #ececec;
	padding-bottom: .15rem;
	background: url(../images/icon-03.png) no-repeat right center;
	background-size: .3rem;
}
.main .r-list .content.gsyj dl dd .title-1 h3{
	font-size: .22rem;
	color:#0265ca;
	font-family: "arial";
}
.main .r-list .content.gsyj dl dd .content-1{
	margin-top: .25rem;
}
.main .r-list .content.gsyj dl dd .content-1 p{
	margin-bottom: .05rem;
	font-size: .16rem;
	color: #555555;
	font-family: "arial";
}
.page{
	display: block;
	text-align: center;
	padding: .4rem 0;
}
.page ul li{
	display: inline-block;
	width: .45rem;
	height: .45rem;
	line-height: .45rem;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	border-radius: 50%;
	text-align: center;
	margin: 0 .05rem;
	font-size: .15rem;
	color: #c9c8c8;
	font-family: "arial";
}
.page ul li:hover{
	display: inline-block;
	width: .45rem;
	height: .45rem;
	line-height: .45rem;
	border: 1px solid #e5e5e5;
	background-color: #0265ca;
	border-radius: 50%;
	text-align: center;
	margin: 0 .05rem;
	font-size: .15rem;
	color: #ffffff;
	font-family: "arial";
}
.page ul li:hover a{
	color: #ffffff;
	display: block;
}
.page ul li.active{
	display: inline-block;
	width: .45rem;
	height: .45rem;
	line-height: .45rem;
	border: 1px solid #e5e5e5;
	background-color: #e5e5e5;
	border-radius: 50%;
	text-align: center;
	margin: 0 .05rem;
	font-size: .15rem;
	color: #666666;
	font-family: "arial";
}
.page ul li:first-child{
	text-indent: -99999em;
	background:url(../images/p-xz1.svg) no-repeat center center #ffffff;
	background-size: .2rem;
}
.page ul li:hover:first-child{
	text-indent: -99999em;
	background:url(../images/p-xz.svg) no-repeat center center #0265ca;
	background-size: .2rem;
}
.page ul li:last-child{
	text-indent: -99999em;
	background:url(../images/p-xy1.svg) no-repeat center center #ffffff;
	background-size: .2rem;
}
.page ul li:hover:last-child{
	text-indent: -99999em;
	background:url(../images/p-xy.svg) no-repeat center center #0265ca;
	background-size: .2rem;
}
.main .r-list .page1{
	display: block;
	text-align: center;
	background: #eef2f5;
	padding: .1rem .25rem;
	margin: .4rem;
	text-align: left;
}
.main .r-list .page1 ul{
	display: block;
}
.main .r-list .page1 ul li{
	display: block;
	line-height: .22rem;
	margin: .1rem 0;
	font-size:.16rem;
	color: #666666;
	font-family: "arial";
}
.main .r-list .page1 ul li a{
	color: #666666;
	font-family: "arial";
}
.main .r-list .content.map {
	margin: .4rem;
}
.main .r-list .content.map dl{
	display: block;
	position: relative;
	padding-bottom: 2.2rem;
}
.main .r-list .content.map dl dt{
	display: block;
}
.main .r-list .content.map dl dt img{
	display: block;
	width: 100%;
}
.main .r-list .content.map dl dd{
	display: block;
	width: 50%;
	background:#ffffff;
	background-size: 100%;
	height: 4rem;
	overflow: hidden;
	border-radius: .03rem;
	padding: .2rem .4rem;
	position: absolute;
	z-index: 888;
	right: 10%;
	bottom: 0;
	box-shadow: #e6e6e6 0px 0px 20px 0px;
}
.main .r-list .content.map dl dd .title-1{
	display: block;
	border-bottom: 1px solid #ececec;
	padding-bottom: .15rem;
	background: url(../images/th.png) no-repeat right .0rem;
	background-size: .35rem;
}
.main .r-list .content.map dl dd .title-1 h3{
	font-size: .24rem;
	color: #15539e;
	font-family: "arial";
	/* text-transform:uppercase; */
}
.main .r-list .content.map dl dd .title-1 h3 span{
	display: block;
	font-size: .22rem;
	color: #222222;
}
.main .r-list .content.map dl dd .content-1{
	margin-top: .25rem;
}
.main .r-list .content.map dl dd .content-1 p{
	margin-bottom: .05rem;
	font-size: .18rem;
	line-height: .36rem;
	color: #666666;
	font-family: "arial";
}

.main .r-list .content-list{
	display: block;
	margin: .0rem .4rem;
	line-height: .4rem;
	font-family: "arial";
	color: #333333;
}
.main .r-list .content-list ul{
	display: block;
}
.main .r-list .content-list ul li{
	display: block;
	border-bottom: 1px dotted #e5e5e5;
	padding: .3rem 0;
	overflow: hidden;
}
.main .r-list .content-list ul li dt{
	width: 2.6rem;
	height: 1.7rem;
	float: left;
}
.main .r-list .content-list ul li dt img{
	width: 100%;
}
.main .r-list .content-list ul li dd{
	float: right;
	width: 6.2rem;
}
.main .r-list .content-list ul li dd h3{
	line-height: .28rem;
	font-size:.2rem;
	font-family: "arial";
}
.main .r-list .content-list ul li dd h3 a{
	color: #333333;
}
.main .r-list .content-list ul li:hover dd h3 a{
	color: #0265ca;
}
.main .r-list .content-list ul li:hover{
	display: block;
	border-bottom: 1px dotted #0265ca;
	padding: .3rem 0;
	overflow: hidden;
}
.main .r-list .content-list ul li dd p{
	line-height: .3rem;
	margin-top: .1rem;
	font-size:.15rem;
	text-align: justify;
	font-family: "arial";
}
.main .r-list .content-list1{
	display: block;
	margin: .3rem .4rem;
	line-height: .4rem;
	font-family: "arial";
	color: #333333;
}
.main .r-list .content-list1 .title-2{
	display: block;
	line-height: .4rem;
	background: #e9eef5;
	height: .65rem;
	line-height: .65rem;
	font-family: "arial";
	color: #333333;
	position: relative;
}
.main .r-list .content-list1 .title-2::before{
	content: "";
	width: .06rem;
	height: 100%;
	background: #0265ca;
	position: absolute;
	top:.0;
	left: 0;
}
.main .r-list .content-list1 .title-2 h3{
	margin-left: .25rem;
	font-size: .2rem;
	color:#333333;
	font-family: "arial";
}
.main .r-list .content-2{
	display: block;
	font-family: "arial";
	color: #333333;
	margin-top: .25rem;
}
.main .r-list .content-2 p{
	margin-bottom: .1rem;
}
.main .r-list .content-2 p img{
	max-width: 100%;
}
.main .r-list .content-2 ul{
	display: block;
	overflow: hidden;
}
.main .r-list .content-2 ul li{
	display: block;
	float: left;
	width: 50%;
	position: relative;
}
.main .r-list .content-2 ul li::before{
	content: "";
	width: 4px;
	height: 4px;
	background: #444444;
	border-radius: 50%;
	position: absolute;
	top:.17rem;
	left: 0;
}
.main .r-list .content-2 ul li a{
	color: #444444;
	margin-left:.15rem;
}
.main .r-list .content-news{
	display: block;
	margin: .0rem .0rem;
	line-height: .4rem;
	font-family: "arial";
	color: #333333;
}
.main .r-list .content-news ul{
	display: block;
}
.main .r-list .content-news ul li{
	display: block;
	background: #ffffff;
	border-bottom: 1px dotted #e5e5e5;
	padding: .3rem 0;
	overflow: hidden;
	margin-top: .2rem;
	position: relative;
}
.main .r-list .content-news ul li::after{
	content: "";
	width: 0%;
	bottom: 0;
	position: absolute;
	left: 0;
	height: 2px;
	background: #2262a8;
	transition: all 0.5s ease 0s;
}
.main .r-list .content-news ul li:hover::after{
	content: "";
	width: 100%;
	bottom: 0;
	position: absolute;
	left: 0;
	height: 2px;
	background: #2262a8;
	transition: all 0.5s ease 0s;
}
.main .r-list .content-news ul li dt{
	width: .8rem;
	height: .87rem;
	background: #2262a8;
	margin-right: .3rem;
	float: right;
	text-align: center;
	margin-top: .05rem;
}
.main .r-list .content-news ul li dt h3{
	display: block;
	font-size:.26rem;
	font-family: "arial";
	color: #ffffff;
	margin-top: .05rem;
}
.main .r-list .content-news ul li dt span{
	display: block;
	font-size:.14rem;
	font-family: "arial";
	border-top: 1px solid #91b1d4;
	color: #ffffff;
	width: 80%;
	margin: 0 10%;
}
.main .r-list .content-news ul li dt img{
	width: 100%;
}
.main .r-list .content-news ul li dd{
	float: left;
	width: 8rem;
	margin-left: .3rem;
}
.main .r-list .content-news ul li dd h3{
	line-height: .28rem;
	font-size:.26rem;
	font-family: "arial";
}
.main .r-list .content-news ul li dd h3 a{
	color: #333333;
}
.main .r-list .content-news ul li:hover dd h3 a{
	color: #0265ca;
}

.main .r-list .content-news ul li dd p{
	line-height: .3rem;
	margin-top: .1rem;
	font-size:.16rem;
	color: #999999;
	/* text-align: justify; */
	font-family: "arial";
}
.main .r-list .content-news ol{
	display: block;
	padding-bottom: .2rem;
	overflow: hidden;
	background: #ffffff;
	padding: 0 .3rem;
}
.main .r-list .content-news ol li{
	display: block;
	padding: .3rem 0;
	overflow: hidden;
}
.main .r-list .content-news ol li dt{
	width: 4rem;
	float: left;
}
.main .r-list .content-news ol li dt img{
	width: 100%;
}
.main .r-list .content-news ol li dd{
	float: right;
	width:4.9rem;
}
.main .r-list .content-news ol li dd span{
	line-height: .28rem;
	font-size:.17rem;
	color: #777777;
	font-family: "arial";
	background: url(../images/time.png) no-repeat left center;
	background-size: .16rem;
	padding-left: .23rem;
}
.main .r-list .content-news ol li dd h3{
	line-height: .28rem;
	font-size:.26rem;
	font-family: "arial";
}
.main .r-list .content-news ol li dd h3 a{
	color: #333333;
}
.main .r-list .content-news ol li:hover dd h3 a{
	color: #0265ca;
}
.main .r-list .content-news ol li:hover{
	display: block;
	border-bottom: 1px dotted #0265ca;
	padding: .3rem 0;
	overflow: hidden;
}
.main .r-list .content-news ol li dd p{
	line-height: .3rem;
	margin-top: .1rem;
	font-size:.16rem;
	color: #999999;
	font-family: "arial";
}
.main .r-list .content-news ol li dd label{
	width: 1.4rem;
	height: .45rem;
	font-size: .18rem;
	line-height: .45rem;
	background: #145fa5;
	text-align: center;
	font-weight: normal;
	border-radius: 40px;
	margin-top: .15rem;
}
.main .r-list .content-news ol li dd label a{
	color: #ffffff;
}
.main .r-list .content-news ol li:hover{
	border: 0;
}
.main .r-list .title-top{
	display: block;
	margin: 0rem .4rem;
	font-family: "arial";
	padding-bottom: .2rem;
	color: #333333;
	border-bottom: 1px solid #dbdbdb;
}
.main .r-list .title-top h3{
	display: block;
	margin-top: .4rem;
	font-size: .32rem;
	color: #333333;
	font-family: "arial";
	margin-bottom: .15rem;
}
.main .r-list .title-top span{
	display: inline-block;
	font-size: .15rem;
	color: #888888;
	margin-right: .4rem;
	font-family: "arial";
}
.main .r-list .title-top span.time{
	background: url(../images/time.png) no-repeat;
	background-size: .15rem;
	padding-left: .22rem;
}
.main .r-list .title-top span.djl{
	background: url(../images/fwl.png) no-repeat left .01rem;
	background-size: .18rem;
	padding-left: .22rem;
}
.proWrap {
	margin: 0 0rem;
	float: left;
	margin-top: 0%;
	padding-bottom:4%;
}
.joinList {
}
.joinList li {
	width: 100%;
	margin: 0 0;
	float: left;
	background: #ffffff;
	position: relative;
	border-radius:0 13px 0 0;
	margin-bottom: .25rem;
}
.joinList li:last-child {
	margin-bottom: 0;
}
.joinTit {
	overflow: hidden;
	position: relative;
	overflow: hidden;
	margin: 0;
	font-size: .24rem;
	color: #333333;
	padding: 5px 0;
	line-height: 60px;
	padding-right: 70px;
	padding-left: 5%;
	cursor: pointer;
	transition: all 0.3s linear;
	background: url(../images/x01.png) no-repeat 95%  center ;
	background-size:.3rem;
}
.joinTit b.job-1{
	float: left;
	position: relative;
	padding-right: .3rem;
	margin-right: .1rem;
	font-family: "arial";
	font-size: .24rem;
	color: #444444;
}

.joinText {
	padding: 0.3rem 5%;
	font-size: 15px;
	background: #ffffff;
	color: #666666;
	line-height: 200%;
	font-family: "arial";
	font-size: .18rem;
	word-break: break-all;
	display: none;
	overflow:hidden;
}
.joinText p {
	margin-bottom: 15px;
	line-height: 30px;
	width:100%;
	float:left;
	overflow:hidden;
}
.joinList li.active .joinTit {
	color: #fff;
	border-radius:0 13px 0 0;
	background: url(../images/x02.png) no-repeat 95% center #15539e;
	background-size:.3rem;
}
.joinList li.active .joinTit b{
	color: #ffffff;
}
.joinList li.active .joinIco1:after {
	height: 0;
}
.joinList li.active .joinIco1:before {
	background: #00508f;
}
.joinList li.active .joinIco2 {
	background-image: url(../images/joinIco2.png);
}
.joinList li.active{
	margin-bottom: .2rem;
	border-bottom: 0;
}
.joinList li.active:after{
	background: none;
}
.contant-1{
	width: 100%;
	background: #ffffff;
	float: left;
}
.contant-1 .title{
	display: block;
	margin-bottom: .4rem;
	width: 100%;
	float: left;
}
.contant-1 .title ul{
	display: block;
}
.contant-1 .title ul li{
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	height: .78rem;
	line-height: .78rem;
	background: #e0eeff;
	font-size: .24rem;
	color: #15539e;
}
.contant-1 .title ul li.cur{
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	height: .78rem;
	line-height: .78rem;
	background: #15539e;
	font-size: .24rem;
	color: #ffffff;
}
.contant-2{
	width: 100%;
	background: #ffffff;
	float: left;
	margin-top: .3rem;
	margin-bottom: .4rem;
}
.contant-2 .title{
	margin: .2rem  .4rem; 
	margin-bottom: 0;
	display: block;
	position: relative;
	line-height: 60px;
	overflow: hidden;
}
.contant-2 .title h3{
	font-size: .23rem;
	color: #15539e;
	position: relative;
	float: left;
}
.contant-2 .title h3::after{
	width: 100%;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #15539e;
	z-index: 9999;
}
.contant-2 .title::after{
	width: 100%;
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	background: #bfbfbf;
}
.main .r-list.bg{
	background-color: #ffffff;
	margin-bottom: .5rem;
	overflow: hidden;
}
.main .r-list.bg .content{
	margin:0 .4rem;
	margin-top: .2rem;
	font-size: .18rem;
	color: #555555;
}
.main .r-list.bg .content img{
	max-width: 100%;
}
.p-detail{
	display: block;
}
.p-detail ol li{
	display: block;
	padding: .0rem 0;
	overflow: hidden;
}
.p-detail ol li dt{
	width: 46%;
	float: left;
}
.p-detail ol li dt img{
	width: 100%;
}
.p-detail ol li dd{
	float: right;
	width:50%;
}
.p-detail ol li dd h3{
	line-height: .28rem;
	font-size:.26rem;
	font-family: "arial";
}
.p-detail ol li dd p{
	line-height: .3rem;
	margin-top: .15rem;
	font-size:.16rem;
	color: #333333;
	font-family: "arial";
}
.p-detail ol li dd label{
	width: 1.6rem;
	height: .5rem;
	font-size: .16rem;
	line-height: .5rem;
	background: #145fa5;
	text-align: center;
	font-weight: normal;
	border-radius: 40px;
	margin-top: .25rem;
}
.p-detail ol li dd label a{
	color: #ffffff;
}
.p-detail ol li:hover{
	border: 0;
}
.p-detail-1{
	display: block;
	margin-top: .3rem;
	margin-bottom: .4rem;
	width: 100%;
	float: left;
}
.p-detail-1 .title{
	display: block;
	height: .6rem;
	float: left;
	width: 100%;
	background: #d8dfe9;
}
.p-detail-1 .title h3{
	display: block;
	height: .6rem;
	padding: 0 20px;
	float: left;
	background: #15539e;
	font-size: .16rem;
	color: #ffffff;
	font-family: "arial";
	line-height: .6rem;
}
.p-detail-1 .content-3{
	display: block;
	float: left;
	font-size: .18rem;
	color: #666666;
	margin-top: .15rem;
	font-family: "arial";
}
.p-detail-1 .content-3 p{
	margin-top: .2rem;
	background: none!important;
}
.liuyan{
	margin: .4rem;
	margin-top: .3rem;
	margin-bottom: .2rem;
	overflow: hidden;
}
.liuyan ul{
	display: block;
}
.liuyan ul li{
	width: 48.5%;
	float: left;
	margin-bottom: .2rem;
}
.liuyan ul li input{
	display: block;
    float: left;
    height: 0.48rem;
    line-height: .48rem;
    outline: none;
    width: 89%;
	border: 1px solid #dcdcdc;
    background: rgb(255,255,255,.95);
    font-family: "arial";
    padding: 0 5%;
}
.liuyan ul li:nth-child(2){
	width: 48%;
	float: right;
}
.liuyan ul li:nth-child(3){
	width: 100%;
	float: left;
}
.liuyan ul li:nth-child(3) textarea {
    display: block;
    float: left;
    height: 1.5rem;
    line-height: .2rem;
    font-family: "arial";
    outline: none;
	width: 95.2%;
    background: rgb(255,255,255,.95);
    padding: 0.2rem .2rem;
	border: 1px solid #dcdcdc;
}
.liuyan ul li:nth-child(4) button {
    display: block;
    float: left;
    height: 0.52rem;
    line-height: .52rem;
    font-family: "arial";
    outline: none;
    width: 1.7rem;
    background: #15539e;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
}
.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: "arial";
	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
}
.a-about{
	width: 13.4rem;
	margin: 0 auto;
	padding-bottom: 1rem;
	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: 2px 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: .9rem;
}
.a-about .content::before{
	content: "";
	position: absolute;
	top: .3rem;
	right: 0;
	width: 4.98rem;
	height: 7.57rem;
	border: .04rem solid #c6d8ea;
}
.a-about .content img{
	width: 5.04rem;
	float: right;
	margin-top: 0rem;
	margin-right: .3rem;
	position: relative;
	z-index: 666;
}
.about-b{
	width: 100%;
	min-height: 3.2rem;
	background: url(../images/bg05.jpg) no-repeat;
	background-size: 100% 100%;
}
.about-b-list{
	width: 13.4rem;
	margin: 0 auto;
	overflow: hidden;
}
.about-b-list ul{
	display: block;
	margin: 0 -1%;
	margin-top: .8rem;
}
.about-b-list ul li{
	display: block;
	width: 18%;
	float: left;
	border-radius: 5px;
	margin: 0 1%;
	background: #ffffff;
	min-height: 1.6rem;
}
.about-b-list ul li span{
	display: block;
	width: 90%;
	margin: 0 5%;
	text-align: center;
	float: left;
	font-size: .18rem;
	margin-top: .3rem;
	color: #333333;
	font-family: "arial";
}
.about-b-list ul li span img{
	display: inline-block;
	height: .6rem;
}
.about-b-list ul li h3{
	display: block;
	width: 90%;
	margin: 0 5%;
	text-align: center;
	float: left;
	font-size: .18rem;
	margin-top: .15rem;
	color: #333333;
	font-family: "arial";
}
/* CSS for lens */
.cloudzoom-lens {
    width:2.62rem;
    height:2.1rem;
    cursor:crosshair;
    z-index: 9990;
	position: relative;
}
.cloudzoom-lens::before{
	position: absolute;
	content: "";
	width:2.62rem;
	height:2.1rem;
	background: url(../images/fd.png) no-repeat center center rgb(21,83,158,.15);
	z-index: 9999;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    width:6.47rem;
    height:4.73rem;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-family: sans-serif;
    font-size:11px;
}

/* A blank image */
.cloudzoom-blank {
    background-image:url(blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(ajax-loader.gif);
    width:32px;
    height:32px;
}
.image-list{
    width: 80%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}
.image-list .cover{
    position: relative;
    width: 170px;
    height: 110px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.image-list .cover img{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*main CSS*/
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
}
#pictureViewer > .content{
    position: absolute;
    width: 790px;
    height: 520px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #ff2e67;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../images/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../images/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../images/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../images/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../images/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../images/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: .7rem;
    height: .7rem;
	border-radius: 50%;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background-image: url(../images/prev_white.png);
	background-color: rgb(255,255,255,.2);
}
#pictureViewer .handel-next{
    background-image: url(../images/next_white.png);
	background-color: rgb(255,255,255,.2);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
  background-color: rgb(255,255,255,.2);
}
#pictureViewer .handel-prev:hover{
    background-image: url(../images/prev_white.png);
	background-color: rgb(255,255,255,.2);
}
#pictureViewer .handel-next:hover{
    background-image: url(../images/next_white.png);
	background-color: rgb(255,255,255,.2);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
	background-color: #000000;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 65px;
    line-height: 65px;
	background-color: #ffffff;
    width: 80%;
	margin: 0 10%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}
#pictureViewer .counter h3{
	float: left;
	margin-left: .25rem;
	font-family: "arial";
	font-size: .2rem;
	color: #15539e;
	padding-left: .15rem;
	position: relative;
}
#pictureViewer .counter h3::before{
	content: "";
	position: absolute;
	left: 0;
	top:.28rem;
	width: 3px;
	height: .17rem;
	background: #15539e;
}
#pictureViewer .counter span{
	float: right;
	margin-right: .25rem;
	font-family: "arial";
	font-size: .16rem;
	color: #666666;
	background: url(../images/djl.png) no-repeat left center;
	background-size: .2rem;
	padding-left: .3rem;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left;
}
#pictureViewer .right{
    float: right;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}

.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;
  }
  .nav-dh p,.about-b-list{
	  width: 90%;
  }
  .a-about{
	  width: 100%;
	  padding-bottom: .1rem;
  }
  .a-about .content::before{
	  width: 4rem;
	  height: 5rem;
  }
  .about-b-list ul li span img {
      display: inline-block;
      height: 0.45rem;
  }
  .main .r-list .content img.img-a{
	  width: 100%;
	  float: left;
	  margin: 0;
	  margin-bottom: 10px;
  }
  .a-about .content img{
	  width: 4.1rem;
  }
  .main{
	  width: 90%;
	  padding-bottom: 0.5rem;
  }
  .main .l-list{
	  display: none;
  }
  .main .r-list{
	  width: 100%;
  }
  .main-bg1 .solution-list1 .newslist{
	   width:50%;
	   border: 0;
	   border-bottom:.01rem solid #d4d4d4;
	   border-top:.01rem solid #d4d4d4;
	   height: 6.3rem;
	   position: relative;
   }
   .main-bg1 .solution-list1 .newslist::before{
	   content: "";
	   position: absolute;
	   left: 0;
	   top: 0;
	   width: 1px;
	   height: 100%;
	   background: #d4d4d4;
   }
  .main-bg1 .solution-list1 .newslist::after{
	   content: "";
	   position: absolute;
	   right: 0;
	   top: 0;
	   width: 1px;
	   height: 100%;
	   background: #d4d4d4;
   }   
   .main-bg1 .solution-list1 .newslist:nth-child(3) {
       width:50%;
       border: 0;
   	   height: 6.3rem;
       border-bottom:.01rem solid #d4d4d4;
       border-top:0;
   }
   .main-bg1 .solution-list1 .newslist:nth-child(4) {
       width:50%;
       border: 0;
	   height: 6.3rem;
       border-bottom:.01rem solid #d4d4d4;
       border-top:0;
   }
   .main-bg1 .solution-list1 .newslist:nth-child(1)::after,.main-bg1 .solution-list1 .newslist:nth-child(3)::after{
	   display: none;
   }    
   .main .r-list .content-list ul li dd {
       float: right;
       width: 6.9rem;
   }
   .main .r-list .content-news ol li dt {
       float: left;
       width: 40%;
   }
   .main .r-list .content-news ol li dd {
       float: right;
       width: 56%;
   }
   .main .r-list .content-news ul li dd {
       float: left;
       width: 80%;
   }
   .main .r-list .content-news ul li dt {
       width: 1rem;
       height: 0.9rem;
   }
   .main .r-list-1{
	   width: 100%;
   }
   .contant-2 .title{
	   margin-top: 0;
   }
   .liuyan ul li input{
	   height: 37px;
	   line-height: 37px;
   }
   .liuyan ul li:nth-child(3) textarea{
	   width: 95.5%;
   }
   .solution-list ul li dl dd h3,#pictureViewer .counter h3{
	   font-size: 14px;
   }
   #pictureViewer > .content {
       position: absolute;
       width: 80%;
       height: 420px;
       margin: auto;
       top: 0;
       right: 0;
       bottom: 0;
       left: 0;
   }
   #pictureViewer .counter{
	   height: .7rem;
	   line-height: .7rem;
   }
   #pictureViewer .counter span{
	   background: url(../images/djl.png) no-repeat left .26rem;
       background-size: 0.2rem;
   }
   .main .r-list .title-top span.time{
   	background: url(../images/time.png) no-repeat left .03rem;
   	background-size: .15rem;
   	padding-left: .25rem;
   }
   .main .r-list .title-top span.djl{
   	background: url(../images/fwl.png) no-repeat left .04rem;
   	background-size: .18rem;
   	padding-left: .28rem;
   }
   .main .r-list.bg .content,.main .r-list .page1 ul li{
	   font-size: 14px;
   }
   .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;
	}
	.main .r-list .content.gsyj dl dd{
		  width: 76%;
		  margin: 0 5%;
		  left: 0;
		  height: auto;
	}
	.main .r-list .content.gssm dl {
	    display: block;
	    position: relative;
	    padding-bottom: 1.5rem;
	}
	.main .r-list .content.gsjzg dl {
	    display: block;
	    position: relative;
	    padding-bottom: 1.5rem;
	}
	.main .r-list .content.gzzf dl {
	    display: block;
	    position: relative;
	    padding-bottom: 1.5rem;
	}
	.main .r-list .title b{
		display: none;
	}
	.main .r-list .content-list ul li dt{
		width: 100%;
		height: auto;
	}
	.main .r-list .content-list ul li dd{
		width: 100%;
		margin-top:15px ;
	}
	.main .r-list .content-list ul li dd h3{
		font-size: 14px;
	}
	.main .r-list .content-list ul li dd p{
		font-size:12px;
	}
	.main .r-list .content-news ol li dt {
	    width: 100%;
	    float: left;
	}
	.main .r-list .content-news ol li dd{
		width: 100%;
		margin-top: 15px;
	}
	.main .r-list .content-news ol li dd span,.main .r-list .content-news ul li dd span{
		font-size: 13px;
	}
	.main .r-list .content-news ol li dd h3 a,.main .r-list .content-news ul li dd h3{
		font-size: 16px;
		line-height:22px;
		margin-top: 10px;
	}
	.main .r-list .content-news ol li dd label{
		height: 30px;
		font-size: 13px;
		line-height: 30px;
	}
	.main .r-list .content-news ol li dd p,.main .r-list .content-news ul li dd p{
		font-size: 13px;
		line-height:22px;
	}
	.main .r-list .content-news ol li dd span{
		background: url(../images/time.png) no-repeat left .02rem;
		background-size: 0.2rem;
		padding-left: 0.3rem;
	}
	.main .r-list .content.map dl {
	    display: block;
	    position: relative;
	    padding-bottom: 3.7rem;
	}
	.main .r-list .content.map dl dd{
		right: 5%;
	}
	.main .r-list .content-news ul li dt{
		width: 90%;
		margin: 0 5%;
		height: auto;
	}
	.liuyan ul li,.liuyan ul li:nth-child(2){
		width: 100%;
	}
	.liuyan ul li:nth-child(3) textarea {
	    width: 92.2%;
	}
	.contant-2 .title h3{
		font-size: 15px;
	}
	.liuyan ul li input{
		padding: 0 3.5%;
		width: 92%;
	}
	.liuyan ul li:nth-child(4) button{
		height: 35px;
		line-height: 35px;
	}
	.main .r-list .content-news ul li dd{
		margin: 0 5%;
		margin-top: 5px;
		width: 90%;
	}
	.main .r-list .content-news ul li dd span{
		background: url(../images/time.png) no-repeat left center;
		background-size: 0.18rem;
		padding-left: 0.3rem;
	}
	.joinTit b.job-1{
		width: 90%;
		font-size: 14px;
	}
	.joinTit .join-p{
		margin-left: 0;
		width: 37%;
		font-size: 12px;
	}
	.joinText h3{
		font-size: 14px;
	}
	.joinText p{
		font-size: 13px;
	}
	.main .r-list .content.map dl dd{
		width: 76%;
	}
	.joinTit{
		padding: 15px 0;
		padding-left: 5%;
		line-height: 20px;
	}
	.a-about .title{
		width: 100%;
		margin-top: 0;
	}
	.a-about .title p{
		font-size: 14px;
	}
	.a-about .title ul li{
		width: 1.2rem;
		height: 1.2rem;
	}
	.a-about .title label{
		margin-top: .2rem;
	}
	.a-about .content{
		float: left;
		margin-top: 0.5rem;
		padding-bottom: .4rem;
	}
	.a-about .content img {
	    width: 96%;
	}
	.a-about .content::before {
	    width: 6rem;
	    height: 9.7rem;
	}
	.about-b-list ul{
		margin: 0 -1%;
		margin-top: 0.5rem;
		margin-bottom: .3rem;
		overflow: hidden;
	}
	#pictureViewer > .content{
		width: 95%;
		height: 280px;
	}
	#pictureViewer .picture-content{
		width: 75%;
		height: calc(100% - 78px);
	}
	#pictureViewer .counter{
		width: 75%;
		margin: 0 12.5%;
	}
	.main .r-list .content-news ol li dd h3{
		font-size: 16px;
	}
	.equ{
		overflow: hidden;
	}
	.equ ul li{
		width: 46%;
	}
	.p-detail ol li dt{
		width: 100%;
	}
	.p-detail ol li dd{
		width: 100%;
		margin: .3rem 0 0 0;
	}
	.p-detail ol li dd h3{
		font-size: 16px;
	}
	.p-detail ol li dd p{
		font-size: 13px;
		line-height: 25px;
	}
	.solution-list{
		overflow: hidden;
	}
	.about-b-list ul li{
		width: 48%;
		margin-bottom: .2rem;
	}
	.p-detail-1 .title h3{
		font-size: 14px;
	}
	.p-detail-1 .content-3{
		font-size: 13px;
	}
	.p-detail ol li dd label{
		width: 1.75rem;
	}
	.solution-list ul li{
		width: 47%;
	}
	.main-bg1 .solution-list1 .newslist dl dd h3{
		text-align: justify;
	}
	.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 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;
	}
	.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) {

}