/*@font-face {*/
	font-family: "PingFang Light";
	src: url('../fonts/PINGFANG LIGHT.TTF');
}

body {
	font-family: "微软雅黑";
	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;
}

header {
	z-index: 777;
	width: 100%;
	margin: 0 auto;
	height: .96rem;
	background: #f1f4f9;
	transition: all 0.5s ease 0s;
}
header h1 {
	display: block;
	float: left;
	margin-top: .17rem;
	margin-left: .37rem;
	transition: all 0.5s ease 0s;
}

header h1 img {
	display: inline-block;
	width: 4rem;
	transition: all 0.5s ease 0s;
}
nav {
	float: right;
	margin-top: 0rem;
	margin-right: 2.6rem;
	height: .96rem;
}

nav li {
	float: left;
	line-height:.96rem;
	position: relative;
	display: inline-block;
}

nav li{
	margin: 0 .2rem;
}
nav a {
	display: block;
	font-size: .19rem;
	height: auto;
	color: #111111;
	position: relative;
	text-align: center;
	font-family: "Avenir";
}
nav li.active a{
	color: #244ab7;
}
nav a:hover{
	color: #244ab7;
}
nav ul li ul{
	position: absolute;
	top: .96rem;
	left: -.15rem;
	z-index: 888;
	background: #ffffff;
	width: 120%;
	padding: 10px 15px;
	display: none;
}
nav ul li:hover ul{
	display: block;
}
nav ul li ul li{
	display:block;
	margin: 0;
	line-height: .25rem;
	padding: .1rem 0;
	border-bottom: 1px dotted #eeeeee;
	width: 100%;
	
	font-size: .16rem;
}
nav ul li ul li a{
	margin: 0;
	text-align: left;
	padding: 0;
	font-size: .16rem;
}
header.on {
	background:rgba(255,255,255,0.95);
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 999;
    position: fixed;
}
header.on nav{
	transition: all 0.5s ease 0s;
}
header.on nav li{
	
}
header.on nav a{

}
header.on nav a:hover{

}
header.on h1{
	transition: all 0.5s ease 0s;
}
header.on h1 img {
	transition: all 0.5s ease 0s;
}
header h2{
	
	position: absolute;
	position: absolute;
	right: 0rem;
	top: 0;
}
header h2 span{
	border-left:1px solid #e5e5e5;
	height: .96rem;
	padding: 0 .2rem;
	float: left;
}
header h2 span.search a{
	width: .18rem;
	height: .18rem;
	background: url(../images/search.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	margin-top: .37rem;
}
header h2 span.login{
	font-size: .16rem;
	color: #666666;
	font-family: "微软雅黑";
	font-weight: normal;
	line-height: .94rem;
}
header h2 span.login-1{
	font-size: .16rem;
	color: #666666;
	text-align: center;
	padding-top: .25rem;
	font-family: "微软雅黑";
	font-weight: normal;
	line-height: .2rem;
	height: .7rem;
}
header h2 span.login a{
	color: #666666;
} 
header h2 span.login a:hover{
	color: #244ab7;
}
header h2 span.erp a{
	width: .31rem;
	height: .31rem;
	background: url(../images/icon-08.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	margin-top: .29rem;
}
.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
}

.nav-list{
	width: 100%;
	display: block;
	border-top: .06rem solid #244ab7;
	border-bottom: 1px solid #e8e8e8;
	height: .69rem;
}
.nav-list dl{
	margin: 0 auto;
}
.nav-list dl dt{
	float: left;
}
.nav-list dl dt ul{
	float: left;
	height: .69rem;
}
.nav-list dl dt ul li{
	float: left;
	height: .71rem;
	line-height: .67rem;
	padding: 0 .4rem;
	font-size: .18rem;
	color: #000000;
	font-family: "微软雅黑";
	margin-top: -.01rem;
}
.nav-list dl dt ul li a{
	color: #000000;
}
.nav-list dl dt ul li.cur{
	background: #244ab7;
}
.nav-list dl dt ul li.cur a{
	color: #ffffff;
}
.nav-list dl dd{
	float: right;
	line-height: .67rem;
	font-size: .15rem;
	color: #666666;
	font-family: "微软雅黑";
	background: url(../images/pt.png) no-repeat left center;
	padding-left: .27rem;
	background-size: .14rem;
}
.nav-list dl dd a{
	color: #666666;
}
.nav-list dl dd span{
	color: #1a4790;
}
.main {
	background: #f3f7f8;
	width: 100%;
	float: left;
}
.m {
	background:url(../images/bg03.jpg) no-repeat;
	background-repeat: 100% 100%;
	width: 100%;
	float: left;
	min-height: 7.9rem;
}
.main-1 {
	background:url(../images/bg01.jpg) no-repeat;
	background-repeat: 100% 100%;
	width: 100%;
	float: left;
}
.about{
	margin: 0 auto;
}
.about .title{
	display: block;
	padding-bottom: .2rem;
	text-align: center;
	margin-top: .45rem;
}
.about .title h3{
	display: block;
	font-size: .95rem;
	color: rgb(202,216,220,.3);
	text-transform:Uppercase;
	min-height: .4rem;
}
.about .title span{
	font-size: .36rem;
	display: block;
	color: #222222;
	margin-top: -.78rem;
}

.about .content{
	display: block;
	margin-top: .2rem;
	font-size: .18rem;
	line-height: .37rem;
	color: #666666;
	text-align: justify;
	position: relative;
}
.about .content p{
	margin-top: .2rem;
}
.about .content{
	
}
.about .content-1{
	display: block;
	margin-top: 1.3rem;
	font-size: .18rem;
	line-height: .37rem;
	color: #666666;
	text-align: justify;
	margin-bottom: 1rem;
}
.about .content-1 dl{
	display: block;
	position: relative;
}
.about .content-1 dl dt{
	display: block;
}
.about .content-1 dl dt img{
	display: block;
	width: 100%;
}
.about .content-1 dl dd{
	display: block;
	width: 80%;
	margin: 0 10%;
	position: absolute;
	top: -.85rem;
	left: 0;
	background: #ffffff;
}
.about .content-1 dl dd ul{
	display: block;
}
.about .content-1 dl dd ul li{
	display: block;
	width: 20%;
	float: left;
	padding: .3rem 0;
	padding-left: 5%;
	position: relative;
}
.about .content-1 dl dd ul li h3{
	display: block;
	font-size: .56rem;
	font-family: din;
	color: #244ab7;
}
.about .content-1 dl dd ul li h3 em{
	font-size: .18rem;
	color: #222222;
	font-family: "微软雅黑";
	font-weight: normal;
	font-style: normal;
	margin-left: .05rem;
}
.about .content-1 dl dd ul li p{
	display: block;
	font-size: .16rem;
	font-family: "微软雅黑";
	color: #666666;
}
.about .content-1 dl dd ul li:after{
	content: "";
	position: absolute;
	right: 0;
	top: .3rem;
	width: 1px;
	height: .75rem;
	background: #ebebeb;
}
.function{
	margin: 0 auto;
	background: #ffffff;
	margin-top: .5rem;
	padding: .3rem 0;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
	min-height: 3.8rem;
	float: left;
}
.function ul{
	display: block;
	margin: 0 .15rem;
}
.function ul li.child {
	background: url(../images/more-1.png) no-repeat 95% center;
}
.function ul li{
	display: block;
	float: left;
	width: 29.3%;
	border-bottom:1px dotted #bebebe;
	margin: 0 2%;
	line-height: .2rem;
	padding: .2rem 0;
	font-size: .19rem;
	color: #999999;
	position: relative;
}
.function ul li a label{
	display: inline-block;	
	width: .7rem;
	height: .4rem;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	overflow: hidden;
	vertical-align: middle;
	margin-left: .4rem;
	text-align: center;
	line-height: .4rem;
}
.function ul li ul li a label{
	margin-left: 0;
	margin-right:.2rem;
}
.function ul li a label img{
	display: inline-block;	
	width: 100%;
	height: 100%;
}
.function ul li:hover{
	display: block;
	float: left;
	width: 29.3%;
	border-bottom:1px dotted #ffffff;
	margin: 0 2%;
	line-height: .2rem;
	padding: .2rem 0;
	font-size: .19rem;
	color: #999999;
	box-shadow: 0px 1px 6px rgb(0,0,0,.2);
	z-index: 9999;
}
.function ul li:hover ul:before{
	content: "";
	height: .89rem;
	background: #ffffff;
	position: absolute;
	width: .2rem;
	left:-.1rem;
	top: 0;
	z-index: 999;
}
.function ul li:nth-child(3):hover ul:before,.function ul li:nth-child(6):hover ul:before,.function ul li:nth-child(9):hover ul:before,.function ul li:nth-child(12):hover ul:before,.function ul li:nth-child(15):hover ul:before,.function ul li:nth-child(18):hover ul:before{
	content: "";
	height: .89rem;
	background: #ffffff;
	position: absolute;
	width: .2rem;
	right:-.1rem;
	left: initial;
	top: 0;
	z-index: 999;
}
.function ul li a{
	color: #999999;
	position: relative;
}
.function ul li:hover a{
	color: #244ab7;
}
.function ul li:hover{

}
.function ul li a{
	position: relative;
}
.function ul li a:before{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	left: .15rem;
	top: .06rem;
	background: #cccccc;
	border-radius: 50%;
	transition: all 0.5s ease 0s;
}
.function ul li:hover a:before{
	background: #244ab7;
	transition: all 0.5s ease 0s;
}
.function ul li span{
	margin-left: .2rem;
}
.function ul li ul{
	display: none;
}
.function ul li:hover ul{
	display: block;
	width: 4.5rem;
	position: absolute;
	left: 96%;
	background: #ffffff;
	box-shadow: 0px 0px 6px rgb(0,0,0,.2);
	top: 0;	
	padding-bottom: .4rem;
}
.function ul li:nth-child(3):hover ul,.function ul li:nth-child(6):hover ul,.function ul li:nth-child(9):hover ul,.function ul li:nth-child(12):hover ul,.function ul li:nth-child(15):hover ul,.function ul li:nth-child(18):hover ul{
	left: -130%;
}
.function ul li:hover ul li{
	margin: 0 10%;
	width: 80%;
}
.function ul li:hover ul li{
	box-shadow: none;
	border-bottom:1px dotted #bebebe;
	background: none;
}
.function ul li:hover ul li a{
	color: #999999;
}
.function ul li:hover ul li a:before{
	display: none;
}
.function ul li:hover ul li:hover a{
	color: #244ab7;
}
.cpfw{
	margin: 0 auto;
	margin-top: .5rem;
}
.cpfw .title{
	width: 100%;
	height: .8rem;
	background: #4e74c7;
}
.cpfw .title h3{
	line-height: .8rem;
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: .32rem;
	float: left;
	margin-left: .4rem;
}
.cpfw .title a{
	float: right;
	margin-right: .4rem;
	line-height: .42rem;
	display: block;
	padding: 0 .3rem;
	border-radius: 20px;
	margin-top: .19rem;
	padding-left: .5rem;
	background: url(../images/fh.png) no-repeat .25rem center #ffffff;
	background-size: .14rem;
	font-size: .16rem;
	font-family: "微软雅黑";
	color: #244ab7;
}
.cpfw .title-1{
	width: 100%;
	height: .55rem;
	margin-top: .4rem;
}
.cpfw .title-1 ul{
	display: block;
}
.cpfw .title-1 ul li{
	display: block;
	float: left;
	line-height: .55rem;
	padding: 0 .25rem;
	color: #ffffff;
	font-size: .18rem;
	font-family: "微软雅黑";
}
.cpfw .title-1 ul li a{
	color: #ffffff;
}
.cpfw .title-1 ul li label{
	font-weight: normal;
}
.cpfw .title-1 ul li label.am-checkbox, .cpfw .title-1 ul li label.am-checkbox-inline, .cpfw .title-1 ul li label.am-radio, .cpfw .title-1 ul li label.am-radio-inline{
	line-height: inherit;
	min-height: inherit;
	margin: 0;
}

/*.cpfw .title-1 ul li label.am-checkbox .am-icon-checked, .cpfw .title-1 ul li label.am-checkbox .am-icon-unchecked, .cpfw .title-1 ul li label.am-checkbox-inline .am-icon-checked, .cpfw .title-1 ul li label.am-checkbox-inline .am-icon-unchecked, .cpfw .title-1 ul li label.am-radio .am-icon-checked, .cpfw .title-1 ul li label.am-radio .am-icon-unchecked, .cpfw .title-1 ul li label.am-radio-inline .am-icon-checked, .cpfw .title-1 ul li label.am-radio-inline .am-icon-unchecked{
	background:none;
	border: 2px solid #ffffff;
	background: url(../images/dg.svg) no-repeat center center;
	background-size: 80%;
	width: .15rem;
}
.cpfw .am-ucheck-checkbox:checked+.am-ucheck-icons .am-icon-unchecked, .cpfw .am-ucheck-radio:checked+.am-ucheck-icons .am-icon-unchecked{
	background:none;
	border: 2px solid #ffffff;
	width: .15rem;
}*/
/*.cpfw .am-ucheck-checkbox:checked+.am-ucheck-icons .am-icon-checked,.cpfw .am-ucheck-radio:checked+.am-ucheck-icons .am-icon-checked{
	background:none;
	border: 2px solid #ffffff;
	width: .15rem;
}*/
/*.cpfw .am-checkbox, .cpfw .am-checkbox-inline, .cpfw .am-radio, .cpfw .am-radio-inline{
	padding-left: .32rem;
}*/
.am-checkbox-inline.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons, .am-checkbox-inline.am-success .am-ucheck-radio:checked+.am-ucheck-icons, .am-checkbox.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons, .am-checkbox.am-success .am-ucheck-radio:checked+.am-ucheck-icons, .am-radio-inline.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons, .am-radio-inline.am-success .am-ucheck-radio:checked+.am-ucheck-icons, .am-radio.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons, .am-radio.am-success .am-ucheck-radio:checked+.am-ucheck-icons,.am-field-valid+.am-ucheck-icons,.am-ucheck-icons{
	color: #ffffff!important;
	margin-top: .16rem!important;
}
/*.cpfw .am-ucheck-icons{
	line-height: .13rem;
    font-size: .14rem;
    text-indent: -9999em;
    margin-top: .19rem;
    margin-right: .1rem;
}*/
.cpfw .title-1 ul li.a{
	background: #244ab7;
}
.cpfw .title-1 ul li.b{
	background: #00866f;
}
.cpfw .title-1 ul li.c{
	background: #eb6909;
}
.cpfw .title-1 ul li.d{
	background: #249db7;
}
.cpfw .title-1 ul li.e{
	background: #aecd30;
}
.cpfw .title-1 ul li.f{
	background: #bc9f2b;
}
.cpfw .content{
	width: 100%;
	margin-bottom: .5rem;
	overflow: hidden;
}
.cpfw .content ul{
	display: block;
	margin: 0 -1%;
}
.cpfw .content ul li{
	display: block;
	width: 23%;
	margin: 0 1%;
	float: left;
	margin-top: .4rem;
}
.cpfw .content ul li a{
	display: block;
}
.cpfw .content ul li dt{
	display: block;
	background: #ffffff;
	text-align: center;
	position: relative;
	padding: .3rem 0;
	padding-top: .8rem;
	border: 1px solid #dcdcdc;
	border-top: 0;
	border-bottom: 0;
	min-height: 1.5rem;
}
.cpfw .content ul li dt h3{
	position: absolute;
	top: 0;
	left: 0;
	height: .42rem;
	line-height: .2rem;
	background: #244ab7;
	width: 90.2%;
	padding: .1rem 5%;
	text-align: left;
	font-size: .16rem;
	font-family: "微软雅黑";
	color: #ffffff;
	font-weight: normal;
}
.cpfw .content ul li dt img{
	
	display: inline-block;
	height: 113px;
}
.cpfw .content ul li dd{
	width: 90%;
	display: block;
	background: #e9eaee;
	text-align: left;
	position: relative;
	padding: .2rem 5%;
	border-top: 0;
	font-size: .16rem;
	color: #27428d;
	font-family: "微软雅黑";
	border-bottom: 0;
	overflow: hidden;
}
.cpfw .content ul li dd span{
	display: block;
	overflow: hidden;
	height: .4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.cpfw-detail{
	margin:0 auto;
	margin-top: .48rem;
}
.cpfw-detail .title{
	width: 100%;
	background: #dbe7f2;
	overflow: hidden;
}
.cpfw-detail .title dl{
	margin: .5rem;
	overflow: hidden;
}
.cpfw-detail .title dl dd{
	float: left;
	width: 50%;
}
.cpfw-detail .title dl dd h3{
	font-size: .26rem;
	color: #333333;
	font-family: "微软雅黑";
}
.cpfw-detail .title dl dd p{
	font-size: .18rem;
	color: #888888;
	font-family: "微软雅黑";
	line-height: .32rem;
	margin-top: .15rem;
}
.cpfw-detail .title dl dt{
	float: right;
	width: 3.3rem;
}
.cpfw-detail .title dl dt img{
	display: block;
	width: 100%;
}
.cpfw-detail .content-nav {
	width: 100%;
	overflow: hidden;
	margin-bottom: .5rem;
}
.cpfw-detail .content-nav .content-nav-t{
	width: 100%;
	overflow: hidden;
}
.cpfw-detail .content-nav .content-nav-t ul{
	display: block;
	height: .65rem;
	background: #7aa6d1;
}
.cpfw-detail .content-nav .content-nav-t ul li{
	display: block;
	float: left;
	line-height: .65rem;
	padding: 0 .6rem;
	font-family: "微软雅黑";
	font-size: .18rem;
}
.cpfw-detail .content-nav .content-nav-t ul li.am-active{
	display: block;
	float: left;
	line-height: .65rem;
	padding: 0 .6rem;
	font-family: "微软雅黑";
	font-size: .18rem;
	background: #244ab7;
}
.cpfw-detail .content-nav .content-nav-t ul li a{
	color: #ffffff;
}
.cpfw-detail .am-nav-tabs>li.am-active>a{
	border: 0;
	background: none;
	line-height: inherit;
}
.cpfw-detail .am-nav-tabs>li.am-active>a{
	border: 0;
	line-height: inherit;
}
.cpfw-detail .am-nav-tabs>li>a{
	margin: 0;
	padding: 0;
	line-height: inherit;
	border: 0;
}
.cpfw-detail .am-nav-tabs>li.am-active>a, .cpfw-detail .am-nav-tabs>li.am-active>a:focus{
	border: 0;
	background: none;
}
.cpfw-detail .am-nav-tabs>li.am-active>a:hover{
	background: none;
	border: 0;
	line-height: inherit;
}
.cpfw-detail .am-nav-tabs>li>a:hover{
	border: 0;
	line-height: inherit;
}
.cpfw-detail .am-nav>li>a:hover{
	background: none;
	line-height: inherit;
}
.cpfw-detail .am-tabs-bd{
	border: 0;
}
.cpfw-detail .am-tabs-bd .am-tab-panel{
	padding: 0;
}
.cpfw-detail .content-nav .content-nav-n{
	width: 100%;
	overflow: hidden;
	font-size: .18rem;
	color: #333333;
	line-height: .32rem;
	margin-top: .3rem;
}
.cpfw-detail .content-nav .content-nav-n p a{
	display:block;
}
.cpfw-detail .content-nav .content-nav-n .xz{
	display:block;
}
.cpfw-detail .content-nav .content-nav-n .xz h4{
	display:block;
	float: left;
	width: 40%;
	background: url(../images/wd.svg) no-repeat left center;
	background-size: .26rem;
	padding-left: .34rem;
}
.cpfw-detail .content-nav .content-nav-n .xz a{
	margin-left: 10%;
}
.cpfw-list1{
	margin: 0 auto;
	margin-top: .5rem;
	margin-bottom: .7rem;
	overflow: hidden;
}
.cpfw-list1 .list-l{
	width: 48.5%;
	float: left;
	min-height: 7.5rem;
	background: #5178cc;
	border-radius: 4px;
	padding-bottom: 40px;
}
.cpfw-list1 .list-l .title{
	width: 90%;
	margin: 0 5%;
	float: left;
	text-align: center;
	margin-top: .4rem;
}
.cpfw-list1 .list-l .title h3{
	font-size: .3rem;
	font-family:arial,"微软雅黑";
	color: #ffffff;
}
.cpfw-list1 .list-l .content{
	width: 84%;
	margin: 0 8%;
	float: left;
	margin-top: .0rem;
	font-size: .16rem;
	font-family: "微软雅黑";
	color: #ffffff;
	font-weight: normal;
	text-align: justify;
	line-height: .3rem;
}
.cpfw-list1 .list-l .content p{
	margin-top: .22rem;
}
.cpfw-list1 .list-r{
	width: 48.5%;
	float: right;
	min-height: 7.5rem;
	background: #ffffff;
	border-radius: 4px;
	padding-bottom: 40px;
}
.cpfw-list1 .list-r .title{
	width: 84%;
	margin: 0 8%;
	float: left;
	text-align: left;
	margin-top: .4rem;
}
.cpfw-list1 .list-r .title h3{
	font-size: .3rem;
	font-family:arial,"微软雅黑";
	color: #333333;
}
.cpfw-list1 .list-r .content{
	width: 84%;
	margin: 0 8%;
	float: left;
	margin-top: .2rem;
	font-size: .16rem;
	font-family: arial,"微软雅黑";
	color: #999999;
	font-weight: normal;
	text-align: justify;
	line-height: .3rem;
}
.cpfw-list1 .list-r .content ul{
	display:block;
}
.cpfw-list1 .list-r .content ul li {
    display: block;
    float: left;
    width: 100%;
}
.cpfw-list1 .list-r .content ul li a{
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #bebebe;
    line-height: .2rem;
    padding: .2rem 0;
    font-size: .17rem;
    color: #999999;
    position: relative;
    background: url(../images/more-1.png) no-repeat 98% center;
    background-size: .08rem;
}
.cpfw-list1 .list-r .content ul li a{
	color: #999999;
}
.cpfw-list1 .list-r .content ul li:hover a{
	color: #244ab7;
}
.cpfw-list1 .list-r .content ul li ul{
	display: none;
}
.cpfw-list1 .list-r .content ul li:hover ul{
	display: block;
	width: 100%;
	position:relative;
	height: auto;
	background: #f9f9f9;
	top: .18rem;	
	overflow: hidden;
	z-index: 9999;
	margin-bottom: .2rem;
}

.cpfw-list1 .list-r .content ul li:hover ul li{
	margin: 0 5%;
	width: 90%;
}
.cpfw-list1 .list-r .content ul li:hover ul li{
	box-shadow: none;
	background: none;
}
.cpfw-list1 .list-r .content ul li:hover ul li a{
	color: #999999;
}
.cpfw-list1 .list-r .content ul li:hover ul li a:before{
	display: none;
}
.cpfw-list1 .list-r .content ul li:hover ul li:hover a{
	color: #244ab7;
}


.product{
	margin: 0 auto;
	margin-top: .2rem;
	overflow: hidden;
	margin-bottom: .7rem;
}
.product ul{
	display:block;
}
.product ul li{
	display:block;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	margin-top: .4rem;
	overflow: hidden;
}
.product ul li:hover{
	display:block;
	background: #e3e7ee;
	border: 1px solid #e5e5e5;
	margin-top: .4rem;
	overflow: hidden;
}
.product ul li dl{
	margin: .2rem .3rem;
	overflow: hidden;
}
.product ul li dt{
	width: 3rem;
	float: left;
	text-align: center;
}
.product ul li dt img{
	width: 100%;
	display: inline-block;
}
.product ul li dd{
	float: left;
	width: 67%;
	margin-top: .3rem;
	margin-left: 3%;
}
.product ul li dd h3{
	display: block;
	font-family: arial,"微软雅黑";
	font-size: .3rem;
}
.product ul li dd h3 a{
	display: block;
	color: #333333;
}
.product ul li dd p{
	display: block;
	font-family: arial,"微软雅黑";
	font-size: .16rem;
	color: #888888;
	line-height: .26rem;
	margin-top: .2rem;
}
.product ul li dd span{
	display: block;
	margin-top: .25rem;
}
.product ul li dd span a{
	display: block;
	line-height: .54rem;
	background: #244ab7;
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: .16rem;
	float: left;
	padding: 0 .35rem;
}
.product ul li.r dd{
	float: left;
}
.product ul li.r dt{
	float: right;
	margin-right: 0;
}

.product-1{
	margin: 0 auto;
	margin-top: .2rem;
	overflow: hidden;
	margin-bottom: .7rem;
}
.product-1 ul{
	display:block;
}
.product-1 ul li{
	display:block;
	margin-top: .4rem;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
}
.product-1 ul li:hover{
	display:block;
	margin-top: .4rem;
	overflow: hidden;
}
.product-1 ul li dl{
	margin: .2rem 0;
	overflow: hidden;
}
.product-1 ul li dt{
	width: 3rem;
	float: left;
	text-align: center;
}
.product-1 ul li dt img{
	width: 100%;
	display: inline-block;
}
.product-1 ul li dd{
	float: right;
	width: 67%;
}
.product-1 ul li dd h3{
	display: block;
	font-family: arial,"微软雅黑";
	font-size: .3rem;
	overflow: hidden;
}
.product-1 ul li dd p{
	display: block;
	font-family: arial,"微软雅黑";
	font-size: .16rem;
	color: #888888;
	line-height: .26rem;
	margin-top: .2rem;
	width: 100%;
}
.product-1 ul li dd h3 a{
	display: block;
	line-height: .44rem;
	background: #244ab7;
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: .16rem;
	float: left;
	padding: 0 .35rem;
}
.product-1 ul li.r dd{
	float: left;
}
.product-1 ul li.r dt{
	float: right;
	margin-right: 0;
}
.lead .am-modal-hd{
	font-size: 18px;
	border-bottom:1px solid #e1e3e5;
	text-align: left;
	width: 90%;
	margin: 0 5%;
	padding: .1rem 0;
	margin-top: 10px;
	font-family: "微软雅黑";
}
.lead .am-modal-bd{
	margin-top: .3rem;
	font-size: 14px;
	text-align: center;
	font-family: "微软雅黑";
}
.lead .am-modal-bd p{
	display: block;
	width: 100%;
	text-align: center;
	float: left;
}
.lead .am-modal-bd p a{
	display: inline-block;
	line-height: .44rem;
	background: #244ab7;
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: .16rem;
	padding: 0 .35rem;
	margin-top: .3rem;
}
.about.hyhd h3{
	font-size: .85rem;
}
.about.hyhd .content h3{
	font-size: .18rem;
	color: #244ab7;
	display: block;
	line-height: .24rem;
	border-top:1px solid #e1e3e5;
	border-bottom:1px solid #e1e3e5;
	padding: .23rem 0;
	margin-top: .3rem;
	float: left;
	width: 100%;
}
.about.hyhd .content h4{
	font-size: .26rem;
	color: #244ab7;
	display: block;
	line-height: .24rem;
	padding: .23rem 0;
	margin-top: .2rem;
	float: left;
	width: 100%;
}
.about.hyhd .content .code-1{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1.2rem;
}
.about.hyhd .content .code-1 dl{
	display: block;
}
.about.hyhd .content .code-1 dl dt{
	display: block;
}
.about.hyhd .content .code-1 dl dt img{
	display: block;
	width: 100%;
}
.about.hyhd .content .code-1 dl dd{
	display: block;
	width: 100%;
	text-align: center;
	font-size: .16rem;
}

.sign-up{
	width: 100%;
	float: left;
	margin-top: .3rem;
	border-top:1px solid #e1e3e5;
}
.sign-up .title-s{
	display: block;
	margin-top: .25rem;
}
.sign-up .title-s h3{
	display: block;
	font-size: .24rem;
	color: #244ab7;
	font-family: "微软雅黑";
}
.sign-up .content-s{
	display: block;
	margin-top: .15rem;
	margin-bottom: .7rem;
	overflow: hidden;
}
.sign-up .content-s ul{
	display: block;
}
.sign-up .content-s ul li{
	display: block;
	margin-top: .2rem;
	float: left;
	width: 100%;
}
.sign-up .content-s ul li label.l{
	width: 49%;
	float: left;
}
.sign-up .content-s ul li label.r{
	width: 49%;
	float: right;
}
.sign-up .content-s ul li textarea{
	width: 97%;
	padding: .2rem 1.5%;
	min-height: .5rem;
	outline: none;
	font-size: .15rem;
	font-family: "微软雅黑";
	color: #666666;
}
.sign-up .content-s ul li label input{
	width: 94%;
	padding: .2rem 3%;
	outline: none;
	font-size: .15rem;
	font-family: "微软雅黑";
	color: #666666;
}
.sign-up .content-s ul li button{
	min-height: .65rem;
	line-height: .65rem;
	text-align: center;
	outline: none;
	font-size: .17rem;
	font-family: "微软雅黑";
	color: #ffffff;
	padding: 0 .7rem;
	background: #264ab8;
}
.jszc{
	margin: 0 auto;
}
.jszc .title{
	display: block;
	padding-bottom: .2rem;
	text-align: center;
	margin-top: .45rem;
}
.jszc .title h3{
	display: block;
	font-size: .95rem;
	color: rgb(202,216,220,.3);
	text-transform:Uppercase;
	min-height: .4rem;
}
.jszc .title span{
	font-size: .36rem;
	display: block;
	color: #222222;
	margin-top: -.78rem;
}
.jszc .content{
	display: block;
	margin-top: .2rem;
	font-size: .18rem;
	line-height: .37rem;
	color: #666666;
	text-align: justify;
	margin-bottom: .8rem;
	overflow: hidden;
}
.jszc .content-j{
	display: block;
	margin-top: .2rem;
	font-size: .18rem;
	line-height: .37rem;
	color: #666666;
	text-align: justify;
	margin-bottom: .8rem;
	overflow: hidden;
}
.jszc .content ul{
	display: block;
}
.jszc .content ul li{
	display: block;
	padding: .25rem 0;
	line-height: .22rem;
	border-bottom: 1px dotted #d9dbde;
	font-size: .18rem;
	font-family: arial,"微软雅黑";
	overflow: hidden;
}
.jszc .content ul li dt{
	float: left;
	background: url(../images/icon-09.png) no-repeat left center;
	padding-left: .3rem;
	width: 80%;
}
.jszc .content ul li dd{
	float: right;
	margin-top: -.05rem;
}
.jszc .content ul li dd a{
	display: block;
	line-height: .34rem;
	height: .32rem;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	font-size: .14rem;
	padding: 0 .25rem;
	padding-left: .4rem;
	background: url(../images/icon-10.png) no-repeat .18rem center;
}
.jszc .content ul li:hover dt a{
	color: #244ab7;
}
.jszc .content ul li:hover dd a{
	color: #244ab7;
	border: 1px solid #244ab7;
	background: url(../images/icon-10-1.png) no-repeat .18rem center;
}
.jszc .content-1{
	display: block;
	margin-top: 0rem;
	font-size: .18rem;
	line-height: .37rem;
	color: #666666;
	text-align: justify;
	margin-bottom: .8rem;
	overflow: hidden;
}
.jszc .content-1 ul{
	display: block;
}
.jszc .content-1 ul li{
	display: block;
	width: 100%;
	float: left;
	background: #ffffff;
	margin-top: .5rem;
}
.jszc .content-1 ul li dt{
	display: block;
	width: 50%;
	float: left;
	position: relative;
}
.jszc .content-1 ul li dt span{
	position: absolute;
	top: 0;
	left: 0;
	font-size: .14rem;
	color: #ffffff;
	font-family: "微软雅黑";
	line-height: .35rem;
	padding: 0 .2rem;
	background: #244ab7;
}
.jszc .content-1 ul li dt img{
	display: block;
	width: 100%;
}
.jszc .content-1 ul li dd{
	display: block;
	width: 50%;
	float: left;
}
.jszc .content-1 ul li dd h3{
	margin: 84%;
	margin: 0 8%;
	margin-top: .4rem;
	font-size: .26rem;
	font-family: "微软雅黑";
	border-bottom: 1px solid #efefef;
	padding-bottom: .25rem;
}
.jszc .content-1 ul li dd h3 a{
	color: #333333;
}
.jszc .content-1 ul li dd p{
	margin: 84%;
	margin: 0 8%;
	font-size: .16rem;
	line-height: .28rem;
	margin-top: .2rem;
}
.jszc .content-1 ul li dd span{
	margin: 84%;
	margin: 0 8%;
	font-size: .16rem;
	float: left;
	line-height: .28rem;
	margin-top: .3rem;
}
.jszc .content-1 ul li dd span a{
	display: block;
    line-height: .45rem;
    background: #244ab7;
    color: #ffffff;
    font-family: "微软雅黑";
    font-size: .16rem;
    float: left;
    padding: 0 .35rem;
    border-radius: 30px;
}
.jszc .content-1 ul li.r dt{
	display: block;
	width: 50%;
	float: right;
	position: relative;
}
.jszc .content-1 ul li.r dt span{
	left: initial;
	right: 0;
}
.jszc .content-map{
	display: block;
	margin-top: .3rem;
	font-size: .18rem;
	line-height: .37rem;
	color: #666666;
	text-align: justify;
	overflow: hidden;
}
.jszc .content-map img{
	width: 100%;
	display: block;
}
.jszc .content-3{
	display: block;
	font-size: .18rem;
	line-height: .37rem;
	color: #666666;
	text-align: justify;
	margin-bottom: .8rem;
	overflow: hidden;
}
.jszc .content-3 ul{
	display: block;
	margin: 0 -1%;
}
.jszc .content-3 ul li{
	display: block;
	width: 31.3%;
	margin: 0 1%;
	float: left;
	background: #ffffff;
	margin-top: .35rem;
	padding-bottom: .05rem;
	position: relative;
	height: 300px;
}
.jszc .content-3 ul li:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 3px;
	background: #244ab7;
	transition: all 0.5s ease 0s;
}
.jszc .content-3 ul li:hover:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #244ab7;
	transition: all 0.5s ease 0s;
}
.jszc .content-3 ul li dl{
	margin: .25rem;
}
.jszc .content-3 ul li dl dt{
	display: block;
	text-align: left;
}
.jszc .content-3 ul li dl dt h3{
	display: block;
	text-align: left;
	font-family: "微软雅黑";
	color: #333333;
	font-size: .24rem;
	border-bottom: 1px solid #dfdfdf;
	background: url(../images/pt-1.png) no-repeat right .1rem;
	padding-bottom: .2rem;
}
.jszc .content-3 ul li:hover h3{
	color: #244ab7;
}
.jszc .content-3 ul li:hover dl dt h3{
	background: url(../images/pt.png) no-repeat right .1rem;
}
.jszc .content-3 ul li dl dd{
	display: block;
	text-align: left;
	margin-top: .2rem;
}
.jszc .content-3 ul li dl dd p{
	display: block;
	font-size: .16rem;
	color: #666666;
	font-family:arial,"微软雅黑";
	line-height: .25rem;
}
.jszc .content-3 ul li dl dd p span{
	display: inline-block;
	width: 40px;
	font-weight: normal;
	vertical-align: top;
}
.jszc .content-3 ul li dl dd p label{
	display: inline-block;
	font-weight: normal;
	vertical-align: top;
	width: 80%;
}
.jszc .content-gzh{
	display: block;
	margin-top: .4rem;
	font-size: .18rem;
	line-height: .37rem;
	color: #666666;
	text-align: justify;
	margin-bottom: .8rem;
	overflow: hidden;
	background: url(../images/dd-bg1.png) no-repeat center top;
	background-size: 6.6rem;
}
.jszc .content-gzh .content-gzh-t{
	display:block;
	width: 100%;
	float: left;
}
.jszc .content-gzh .content-gzh-t ul{
	display:block;
	text-align: center;
}
.jszc .content-gzh .content-gzh-t ul li{
	display:inline-block;
	margin-top: 1.2rem;
	width: 22%;
	text-align: center;
	font-family: "微软雅黑";
	font-size: .2rem;
	color: #333333;
}
.jszc .content-gzh .content-gzh-t ul li.active{
	color: #244ab7;
}
.jszc .content-gzh .content-gzh-n{
	display:block;
	margin-top: .7rem;
	width: 100%;
	float: left;
	text-align: center;
}
.jszc .content-gzh .content-gzh-n img{
	display: inline-block;
	width: 1.8rem;
}
.jszc .content-gzh.xx{
	background: url(../images/dd-bg2.png) no-repeat center top;
	background-size: 6.6rem;
}
.jszc .content-gzh.dd{
	background: url(../images/dd-bg3.png) no-repeat center top;
	background-size: 6.6rem;
}
.jszc .content-gzh.jg{
	background: url(../images/dd-bg4.png) no-repeat center top;
	background-size: 6.6rem;
}
.jszc .content-gzh .content-xx-n{
	display:block;
	margin-top: .7rem;
	width: 100%;
	float: left;
	text-align: center;
}
.jszc .content-gzh .content-xx-n ul{
	display: block;
}
.jszc .content-gzh .content-xx-n ul li{
	display: block;
	margin-top: .25rem;
}
.jszc .content-gzh .content-xx-n ul li input{
	width: 50%;
	padding: .22rem 1.5%;
	outline: none;
	font-size: .16rem;
	font-family: "微软雅黑";
	color: #666666;
}
.jszc .content-gzh .content-xx-n ul li button{
	min-height: .65rem;
	line-height: .65rem;
	text-align: center;
	outline: none;
	font-size: .17rem;
	font-family: "微软雅黑";
	color: #ffffff;
	padding: 0 .7rem;
	background: #264ab8;
}
.jszc .content-gzh .content-jg-n{
	display:block;
	margin: 0 12%;
	margin-top: .7rem;
	width: 76%;
	float: left;
}
.jszc .content-gzh .content-jg-n h3{
	display: block;
	font-family: "微软雅黑";
	color: #244ab7;
	font-size: .24rem;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: .2rem;
}
.jszc .content-gzh .content-jg-n ul{
	display: block;
	margin-top: .3rem;
}
.jszc .content-gzh .content-jg-n ul li{
	display: block;
	font-size: .18rem;
	font-weight: normal;
	font-family: arial,"微软雅黑";
}
.jszc .content-gzh .content-jg-n ul li span{
	width: 1.3rem;
	text-align: right;
	float: left;
	font-weight: normal;
}
.jszc .content-gzh .content-jg-n ul li label{
	font-weight: normal;
}
.pagination{
	display: block;
	text-align: center;
	margin-bottom:.5rem;
	overflow: hidden;
}
.pagination li{
	display: inline-block;
	height: .4rem;
	line-height: .4rem;
	border: 1px solid #cccccc;
	padding: 0 10px;
	margin: 0 10px;
}

.proWrap {
	width: 100%;
	margin: 0 0%;
	float: left;
	margin-top: 3%;
	padding-bottom:4%;
}
.joinList {
}
.joinList li {
	width: 100%;
	margin: 0 0;
	float: left;
	background: #FFFFFF;
	position: relative;
}
.joinList li:after {
	content: "";
	width: 96%;
	margin: 0 2%;
	height: 1px;
	background: #e8e8e8;
	position: absolute;
	bottom: 0;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.joinList li:last-child {
	margin-bottom: 0;
}
.joinTit {
	overflow: hidden;
	position: relative;
	overflow: hidden;
	margin: 0;
	font-size: 22px;
	color: #333333;
	padding: 5px 0;
	line-height: 60px;
	padding-right: 70px;
	padding-left: 5%;
	cursor: pointer;
	transition: all 0.3s linear;
	background: url(../images/line-r.png) no-repeat center right;
}
.joinTit b.job-1{
	float: left;
	position: relative;
	padding-right: .3rem;
	margin-right: .1rem;
}
.joinTit b.job-1:after {
	content: "";
	width: 1px;
	height: .25rem;
	background: #d6d6d6;
	position: absolute;
	top: .21rem;
	right: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.joinTit .join-p{
	float:left;
	font-size:16px;
	color:#999999;
	font-weight:normal;
	margin-right:10px;
	margin-left:10px;
}
.joinList li.active .join-p{
	color:#fff;
}

.joinText {
	padding: 0.3rem 5%;
	font-size: 15px;
	background: #ffffff;
	color: #666666;
	line-height: 200%;
	word-break: break-all;
	display: none;
	overflow:hidden;
}
.joinText h3 {
	font-size: 18px;
	color: #333333;
	line-height: 200%;
}
.joinText h3{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-left: .15rem;
	font-size: .22rem;
}
.joinText h3:after {
	content: "";
	width: .04rem;
	height: .18rem;
	background: #c89c53;
	position: absolute;
	top: .12rem;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.joinText p {
	margin-bottom: 15px;
	line-height: 30px;
	width:100%;
	float:left;
	overflow:hidden;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: .25rem;
}
.joinText p.p1{
	background: url(../images/line03.jpg) repeat-x bottom;
}
.joinText label{
    float:left;
	padding:4px;
	width: 100%;
	font-family: "微软雅黑";
	color: #333333;
	font-size: .16rem;
	font-style:normal;
}
.joinText label em{
	color:#c89c53 ;
	font-style:normal;
}

.joinList li.active .joinTit {
	color: #fff;
	background: url(../images/line-r1.png) no-repeat center right #143a94;
}
.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;
}
.jszc .newslist{
	display: block;
	font-size: .18rem;
	line-height: .37rem;
	color: #666666;
	text-align: justify;
	margin-bottom: .4rem;
	overflow: hidden;
	margin-top: .3rem;
}
.jszc .newslist ul{
	display: block;
}
.jszc .newslist ul li{
	display: block;
	background: #ffffff;
	overflow: hidden;
}
.jszc .newslist ul li dt{
	float: left;
	width: 45%;
}
.jszc .newslist ul li dt img{
	width: 100%;
	display: block;
}
.jszc .newslist ul li dd{
	float: left;
	width: 45%;
	padding: 0 5%;
	position: relative;
}
.jszc .newslist ul li dd label{
	position: absolute;
	top: 0;
	right: 0;
	width: .72rem;
	height: .66rem;
	background: url(../images/news.png) no-repeat;
	background-size: 100%;
}
.jszc .newslist ul li dd h3{
	display: block;
	font-family: arial,"微软雅黑";
	font-size: .24rem;
	margin-top: .5rem;
}
.jszc .newslist ul li dd h3 a{
	display: block;
	color: #333333;
}
.jszc .newslist ul li dd p{
	display: block;
	font-family: arial,"微软雅黑";
	font-size: .16rem;
	color: #888888;
	line-height: .3rem;
	margin-top: .2rem;
}
.jszc .newslist ul li dd span{
	display: block;
	margin-top: .25rem;
}
.jszc .newslist ul li dd em{
	display: block;
	margin-top: .05rem;
	font-style: normal;
	font-family: arial,"微软雅黑";
	font-size: .15rem;
	color: #666666;
}
.jszc .newslist ul li dd em img{
	display: inline-block;
	vertical-align: middle;
	margin-right: .1rem;
	margin-top: -.04rem;
	width: .16rem;
}
.jszc .newslist ul li dd span a{
	display: block;
	line-height: .54rem;
	background: #244ab7;
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: .16rem;
	float: left;
	border-radius: 30px;
	padding: 0 .35rem;
}
.jszc .newslist-1{
	display: block;
	font-size: .18rem;
	line-height: .37rem;
	color: #666666;
	text-align: justify;
	margin-bottom: .8rem;
	overflow: hidden;
	margin-top: .0rem;
}
.jszc .newslist-1 ul{
	display: block;
}
.jszc .newslist-1 ul li{
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #d8dbe0;
	padding: .4rem 0;
	transition: all 0.5s ease 0s;
}
.jszc .newslist-1 ul li:hover{
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #d8dbe0;
	background: #244ab7;
	padding: .4rem .4rem;
	transition: all 0.5s ease 0s;
}
.jszc .newslist-1 ul li:hover dd h3 a,.jszc .newslist-1 ul li:hover dd p,.jszc .newslist-1 ul li:hover dd em{
	color: #ffffff;
}
.jszc .newslist-1 ul li:hover label{
	background: url(../images/n-r-1.svg) no-repeat center center #ffffff;
	background-size: 50%;
}
.jszc .newslist-1 ul li dt{
	float: left;
	width: 2.85rem;
}
.jszc .newslist-1 ul li dt img{
	width: 100%;
	display: block;
}
.jszc .newslist-1 ul li dd{
	float: left;
	width: 63%;
	padding: 0 4%;
	padding-right: 0;
	position: relative;
}
.jszc .newslist-1 ul li label{
	width: .52rem;
	height: .52rem;
	float: right;
	background: url(../images/n-r.svg) no-repeat center center #d1d5e1;
	background-size: 50%;
	margin-top: .55rem;
}
.jszc .newslist-1 ul li dd h3{
	display: block;
	font-family: arial,"微软雅黑";
	font-size: .24rem;
	margin-top: .05rem;
}
.jszc .newslist-1 ul li dd h3 a{
	display: block;
	color: #333333;
}
.jszc .newslist-1 ul li dd p{
	display: block;
	font-family: arial,"微软雅黑";
	font-size: .16rem;
	color: #888888;
	line-height: .3rem;
	margin-top: .2rem;
}
.jszc .newslist-1 ul li dd span{
	display: block;
	margin-top: .25rem;
}
.jszc .newslist-1 ul li dd em{
	display: block;
	margin-top: .05rem;
	font-style: normal;
	font-family: arial,"微软雅黑";
	font-size: .15rem;
	color: #666666;
	float: left;
	margin-right: .2rem;
}
.jszc .newslist-1 ul li dd em img{
	display: inline-block;
	vertical-align: middle;
	margin-right: .1rem;
	margin-top: -.04rem;
	width: .16rem;
}
.jszc .newslist-1 ul li dd span a{
	display: block;
	line-height: .54rem;
	background: #244ab7;
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: .16rem;
	float: left;
	border-radius: 30px;
	padding: 0 .35rem;
}
.detail{
	margin: 0 auto;
	margin-top: .4rem;
}
.detail .l{
	width: 72%;
	background: #ffffff;
	float: left;
	min-height: 3rem;
	margin-bottom: .4rem;
}
.detail .l .title{
	width: 90%;
	margin: 0 5%;
	margin-top: .4rem;
	border-bottom:1px solid #d9d9d9;
	padding-bottom: .3rem;
}
.detail .l .title h3{
	font-family: "微软雅黑";
	color: #252525;
	font-size: .3rem;
}
.detail .l .title p{
	margin-top: .16rem;
	font-family: arial,"微软雅黑";
	color: #666666;
	font-size: .15rem;
}
.detail .l .title p span{
	margin-right: .3rem;
}
.detail .l .content{
	width: 90%;
	margin: 0 5%;
	margin-top: .2rem;
	border-bottom:1px solid #d9d9d9;
	padding-bottom: .3rem;
	font-size: .16rem;
	color: #333333;
	line-height: .34rem;
	text-align: justify;
}
.detail .l .content p{
	margin-top: .18rem;
}
.detail .l .content img{
	display: inline-block;
}
.detail .l .content-page{
	width: 90%;
	margin: 0 5%;
	margin-top: .25rem;
	padding-bottom: .3rem;
	font-size: .16rem;
	color: #333333;
	line-height: .34rem;
	text-align: justify;
}
.detail .l .content-page ul{
	display: block;
	text-align: center;
}
.detail .l .content-page ul li{
	display: inline-block;
}
.detail .l .content-page ul li.p1{
	display: inline-block;
	float: left;
}
.detail .l .content-page ul li.p2{
	display: inline-block;
	background: url(../images/fh1.png) no-repeat left center;
	background-size: .15rem;
	padding-left: .24rem;
}
.detail .l .content-page ul li.p3{
	display: inline-block;
	float: right;
}
.detail .l .content-page ul li a{
	color: #666666;
}
.detail .l .content-page ul li a:hover{
	color: #1a4790;
}
.detail .r{
	width: 25%;
	float: right;
	min-height: 3rem;
	margin-bottom: 1rem;
}
.detail .r .title{
	display: block;
}
.detail .r .title h3{
	display: block;
	font-size: .2rem;
	color: #1a4790;
	font-family: "微软雅黑";
	position: relative;
	padding-left: .14rem;
}
.detail .r .title h3:before{
	content: "";
	position: absolute;
	left:0;
	top: .06rem;
	width: 3px;
	height: .17rem;
	background: #1a4790;
}
.detail .r .content{
	display: block;
}
.detail .r .content ul{
	display: block;
}
.detail .r .content ul li{
	display: block;
	margin-top: .22rem;
}
.detail .r .content ul li dt{
	display: block;
}
.detail .r .content ul li dt img{
	display: block;
	width: 100%;
}
.detail .r .content ul li dd{
	display: block;
	margin-top: .12rem;
}
.detail .r .content ul li dd h3{
	display: block;
	font-size: .18rem;
	color: #222222;
	font-family: "微软雅黑";
}
.detail .r .content ul li dd em{
	display: block;
	font-size: .14rem;
	color: #666666;
	font-family: arial,"微软雅黑";
	font-style: normal;
	margin-top: .1rem;
}
.detail .r .content ul li dd em img{
	display: inline-block;
	vertical-align: middle;
	margin-right: .1rem;
	margin-top: -.03rem;
	width: .16rem;
}
.h-login{
	margin: 0 auto;
}
.m-login{
	width: 4.12rem;
	height: 4.02rem;
	background: url(../images/login.png) no-repeat;
	background-size: 100%;
	float: right;
	margin-top:1.9rem;
}
.m-login.zc{
	width: 4.12rem;
	height: 4.53rem;
	background: url(../images/zc.png) no-repeat;
	background-size: 100%;
	float: right;
	margin-top:1.5rem;
}
.m-login.zc1{
	width: 4.12rem;
	height: 5.2rem;
	background: url(../images/zc1.png) no-repeat;
	background-size: 100%;
	float: right;
	margin-top:1.5rem;
}
.m-login ul{
	margin: .38rem;
	margin-top: .45rem;
}
.m-login.zc ul{
	margin-top: 1.2rem;
}
.m-login.zc1 ul{
	margin-top: 1.2rem;
}
.m-login ul li{
	display: block;
	margin-top: .25rem;
}
.m-login ul li input{
	display: block;
	width: 90%;
	outline: none;
	background: #e9ebee;
	padding: .13rem 0;
	padding-left: 10%;
	font-size: .16rem;
	border-radius: 3px;
}
.m-login ul li label input{
	width: 90%!important;
}
.m-login ul li input.yh{
	background:url(../images/l-icon01.png) no-repeat .12rem center  #e9ebee;
	background-size: .14rem;
}
.m-login ul li input.mm{
	background:url(../images/l-icon02.png) no-repeat .12rem center  #e9ebee;
	background-size: .14rem;
}
.m-login ul li input.dh{
	background:url(../images/l-icon03.png) no-repeat .12rem center  #e9ebee;
	background-size: .14rem;
}
.m-login ul li input.dw{
	background:url(../images/l-icon04.png) no-repeat .12rem center  #e9ebee;
	background-size: .14rem;
}
.m-login ul li input.em{
	background:url(../images/l-icon05.png) no-repeat .12rem center  #e9ebee;
	background-size: .14rem;
}
.m-login ul li span{
	float: right;
	width: 45%;
	vertical-align: middle;
	margin-top: -2px;
}
.m-login ul li span img{
	width: 100%;
	display: block;
	height: .46rem;
}
.m-login ul li button{
	display: block;
	width: 100%;
	outline: none;
	background: #2955d6;
	font-size: .18rem;
	color: #ffffff;
	padding: .13rem 0;
	border-radius: 3px;
	cursor: pointer;
}
.m-login ul li dt{
	float: left;
	font-size: .14rem;
	font-family: "微软雅黑";
	color: #fefefe;
}
.m-login ul li dd{
	float: right;
	font-size: .14rem;
	font-family: "微软雅黑";
	color: #fefefe;
}
.m-login ul li dt a{
	color:#fefefe ;
}
.m-login ul li dd a{
	color:#fefefe ;
	text-decoration: underline;
}
#load-product-fun-list-btn,#load-product-supplier-list-btn{
	text-align: center;
	font-size: .15rem;
	font-family: "微软雅黑";
	margin-bottom: .4rem;
	text-align: center;
	background: #244ab7;
	color: #ffffff;
	padding: .1rem 0;
}
#load-product-fun-list-btn span,#load-product-supplier-list-btn span{
	display: inherit;
	background: #244ab7;
	color: #ffffff;
}
.pop-ups{
	position:fixed;
	width:100%;
	height:2.6rem;
	top:.96rem;
	left:0;
	z-index:8888;
	background:#27428d; 
}
.ups-search{
	width:70%;
	margin:0 auto;
	margin-top:3%;
}
.ups-search h3{
	display: block;
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: .26rem;
	margin-bottom: .2rem;
}
.ups-search input{
	width:80%;
	height:.75rem;
	line-height:.75rem;
	font-size:.2rem;
	color:#858282;
	background:none;
	background: #ffffff;
	padding: 0 2.5%;
	float: left;
	outline:none;
}
.ups-search button{
	width: 15%;
	font-size: .19rem;
	height: .75rem;
	background: #27428d;
	border: .02rem solid #ffffff;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	float: left;
}
.ups-search span{
	width:100%;
	float:left;
	text-align:right;
	font-size:.14rem;
	color:#ffffff;
	margin-top:10px;
}
.ups-search div{
	width:100%;
	float:right;
	text-align:left;
	font-size:.14rem;
	color:#ffffff;
	margin-top:10px;

}
.ups-search div li{
	float:left;
	width:1rem;
	margin-top:.1rem;
}
.ups-search div li:hover{
	cursor:pointer
}
.close_x{
	color:#ffffff;float:right;padding-top:2rem;padding-right:2rem;font-size:30px;
}
.close_x:hover{

	cursor:pointer

}
#demo {
 
overflow:hidden;
}
 
#indemo {
float: left;
width: 800%;
}
#demo1 {
float: left;
}
#demo2 {
float: left;
}

footer {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: .3rem;
	background: #b3b3b3;
}
footer .link{
	margin: 0 auto;
	border-bottom: 1px solid #c7c7c7;
	line-height: .3rem;
	overflow: hidden;
	padding-bottom: .3rem;
}
footer .link dl{
	display:block;
	position: relative;
}
footer .link dl dt{
	float: left;
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: .16rem;
}
footer .link dl dt img{
	display: inline-block;
	width: .3rem;
	vertical-align: middle;
	margin-right: .15rem;
	
}
footer .link dl dd{
	float: left;
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: .16rem;
	position: absolute;
	top: 0;
	left: 1.5rem;
}
footer .link dl dd a{
	color: #ffffff;
	display: inline-block;
	margin-right: .22rem;
	opacity: .8;
}
footer .link dl dd a.more{
	float: right;
	opacity: .8;
	color: #9a9a9a;
	background: url(../images/more.png) no-repeat center right;
	padding-right: .3rem;
}
.foot-1{
	margin: 0 auto;
	overflow: hidden;
	margin-top: .4rem;
	padding-bottom: .4rem;
}
.foot-1 ul{
	display: block;
}
.foot-1 ul li{
	float: left;
	margin-right: .85rem;
	position: relative;
}
.foot-1 ul li h3{
	display: block;
	font-family: "微软雅黑";
	color: #ffffff;
	font-size: .17rem;
	margin-bottom: .2rem;
}
.foot-1 ul li a{
	display: block;
	font-family: "微软雅黑";
	color: #ffffff;
	font-size: .14rem;
	opacity: .5;
}
.foot-1 ul li a:hover{
	color: #ffffff;
	transition: all 0.5s ease 0s;
} 
.code{
	float: right;
	text-align: center;
	font-family: "微软雅黑";
	color: #ffffff;
	font-size:.14rem;
}
.code img{
	width: 1.2rem;
}
.foot-2{
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #c7c7c7;
	margin-top: .5rem;
	padding: .2rem 0;
	overflow: hidden;
}
.foot-2 dl{
	margin: 0 auto;
	opacity: .7;
}
.foot-2 dl dt{
	float: left;
	font-size: .14rem;
	color: #ffffff;
	font-family: "微软雅黑";
}
.foot-2 dl dt a{
	color: #ffffff;
}
.foot-2 dl dd{
	float: right;
	font-size: .14rem;
	color: #ffffff;
	font-family: "微软雅黑";
}
@media only screen and (max-width: 3000px) {
	.about,.product,.link,.foot-1,.foot-2 dl,.nav-list dl,.function,.cpfw,.cpfw-detail,.cpfw-list1,.jszc,.detail,.h-login,.product-1{
		width: 14.4rem;
	}
	.foot-1 ul li{
		margin-right: 1.1rem;
	}
	.function ul li:nth-child(3):hover ul,.function ul li:nth-child(6):hover ul,.function ul li:nth-child(9):hover ul,.function ul li:nth-child(12):hover ul,.function ul li:nth-child(15):hover ul,.function ul li:nth-child(18):hover ul{
	left: -112%;
	}
	.m-login ul li label{
		width: 49%;
	}
}
@media only screen and (max-width: 1680px) {
	.i_about,.product .content-2,.link,.foot-1,.foot-2 dl,.product-1{
		width: 13.4rem;
	}
	.foot-1 ul li{
		margin-right: 1rem;
	}
	.joinTit b.job-1:after{
		top: .16rem;
	}
}
@media only screen and (max-width: 1440px) {
	.about,.product,.link,.foot-1,.foot-2 dl,.nav-list dl,.function,.cpfw,.cpfw-detail,.cpfw-list1,.jszc,.detail,.h-login,.product-1{
		width: 12.5rem;
	}
	.foot-1 ul li{
		margin-right: .8rem;
	}
	.function ul li:nth-child(3):hover ul,.function ul li:nth-child(6):hover ul,.function ul li:nth-child(9):hover ul,.function ul li:nth-child(12):hover ul,.function ul li:nth-child(15):hover ul,.function ul li:nth-child(18):hover ul{
	left: -130%;
	}

}
@media only screen and (max-width: 1366px) {
	footer .link dl dd a{
		margin-right: .2rem;
	}
	.joinTit{
		font-size: 16px;
	}
	.joinTit b.job-1:after{
		top: .25rem;
	}
}
@media only screen and (max-width: 1152px) {
	.joinTit{
		font-size: 16px;
	}
	.joinTit b.job-1:after{
		top: .29rem;
	}
}
@media only screen and (max-width: 1024px) {
	.cpfw .content ul li dd span{
		height: .5rem;
	}
	.foot-1 ul li{
		margin-right: .7rem;
	}
	.foot-2 dl dt{
		width: 50%;
	}
	footer .link dl dd{
		width: 87%;
		float: right;
	}
	.function ul li:nth-child(3):hover ul,.function ul li:nth-child(6):hover ul,.function ul li:nth-child(9):hover ul,.function ul li:nth-child(12):hover ul,.function ul li:nth-child(15):hover ul,.function ul li:nth-child(18):hover ul{
	left: -130%;
	}
	.cpfw-list1 .list-l .content p{
		margin-top: .13rem;
	}
	.nav-list dl dt ul li{
		padding: 0 .25rem;
	}
	.joinTit{
		font-size: 16px;
	}
	.joinTit b.job-1:after{
		top: .34rem;
	}
	.cpfw .title-1 ul li{
		line-height: 41px;
	}
	/*.cpfw .am-checkbox, .cpfw .am-checkbox-inline, .cpfw .am-radio, .cpfw .am-radio-inline{
		padding-left: .42rem;
	}*/
	/*.cpfw .title-1 ul li label.am-checkbox .am-icon-checked, .cpfw .title-1 ul li label.am-checkbox .am-icon-unchecked, .cpfw .title-1 ul li label.am-checkbox-inline .am-icon-checked, .cpfw .title-1 ul li label.am-checkbox-inline .am-icon-unchecked, .cpfw .title-1 ul li label.am-radio .am-icon-checked, .cpfw .title-1 ul li label.am-radio .am-icon-unchecked, .cpfw .title-1 ul li label.am-radio-inline .am-icon-checked, .cpfw .title-1 ul li label.am-radio-inline .am-icon-unchecked{
	background:none;
	border: 2px solid #ffffff;
	background: url(../images/dg.svg) no-repeat center center;
	background-size: 80%;
	width: .21rem;
}*/
/*.cpfw .am-ucheck-checkbox:checked+.am-ucheck-icons .am-icon-unchecked, .cpfw .am-ucheck-radio:checked+.am-ucheck-icons .am-icon-unchecked{
	background:none;
	border: 2px solid #ffffff;
	width: .21rem;
}
.cpfw .am-ucheck-checkbox:checked+.am-ucheck-icons .am-icon-checked,.cpfw .am-ucheck-radio:checked+.am-ucheck-icons .am-icon-checked{
	background:none;
	border: 2px solid #ffffff;
	width: .21rem;
}*/
.cpfw .content ul li dt img{
	display: inline-block;
	height: 90px;
}
}
@media only screen and (max-width: 800px) {
	nav,nav ul li ul{
		display: none;
	}
	.cpfw .content ul li dd span{
		height: .7rem;
	}
	.cpfw .content ul li dt{
		min-height: 2.8rem;
	}
	header h1 img {
    		display: block;
    		width: 3rem;
	}
	header h1 {
		margin-top: .25rem;
	}
	header h2{
		right: .92rem;
		border-right: 1px solid #e5e5e5;
	}
	header h2 span.search a{
		margin-top: .37rem;
		vertical-align: top;
	}
	.i_about, .product .content-2, .link, .foot-1, .foot-2 dl,.product-1 {
    		width: 90%;
	}
	footer .link dl dd{
		width: 100%;
	}
	footer .link dl dt{
		font-size: 14px;
	}
	footer .link dl dd{
		font-size: 12px;
		margin-top: 10px;
		position: relative;
		left: 0;
	}
	.jszc .newslist ul li dd p{
		height: 40px;
		overflow: hidden;
	}
	.cpfw .title a{
		font-size: 13px;
	}
	.cpfw-detail .title dl dd h3{
		font-size: 22px;
	}
	.head-right{
		width: 8%!important;
	}
	footer .link dl dd a{
		display: inline-block;
		vertical-align: top;
		margin-top: .1rem;
	}
	footer .link dl dd a.more{
		display: none;
	}
	footer{
		padding-top: 20px;
	}
	.foot-1 ul li{
		min-height: 2rem;
		width: 22%;
		margin-right: 0;
	}
	.foot-1 ul li:last-child{
		display: none;
	}
	.foot-1 ul {
    		float: left;
    		width: 100%;
	}
	.code{
		float: left;
		margin-top: 20px;
		display: none;
	}
	.foot-2 dl dd{
		display: none;
	}
	.foot-2{
		margin-top: 0;
	}
	.nav-list dl,.h-login{
		width:90%;
		margin: 0 5%;
	}
	.nav-list dl dt ul li{
		margin-top: -.02rem;
	}
	.about{
		width: 90%;
		margin: 0 5%;
	}
	.cpfw-list1,.cpfw,.cpfw-detail,.product,.jszc,.product-1{
		width: 90%;
		margin: 0 5%;
		margin-top: .5rem;
		margin-bottom: .4rem;
	}
	.jszc .content-1 ul li dt,.jszc .content-1 ul li dd,.jszc .content-1 ul li.r dt{
		width: 100%;
	}
	.jszc .content-1 ul li.r dt span{
		left: 0!important;
		right: initial;
	}
	.jszc .content ul li dt{
		width: 70%;
		padding-left: 0.45rem;
		background: url(../images/icon-09.png) no-repeat 1px 2px;
		font-size: 13px;
		line-height: 18px;
	}
	.jszc .content ul li dd a{
		height: 30px;
		line-height: 30px;
		padding: 0 .25rem;
		padding-left: .54rem;
	}
	.jszc .content ul li dd{
		margin-top: 0;
	}
	.jszc .content-3 ul li{
		width: 48%;
	}
	.jszc .content-3 ul li dl dd p{
		font-size: 15px;
		line-height: 24px;
	}
	.jszc .content-gzh,.jszc .content-gzh.xx,.jszc .content-gzh.dd,.jszc .content-gzh.jg{
		background-size: 8.1rem;
	}
	.jszc .content-gzh .content-gzh-t ul li,.jszc .content-gzh .content-xx-n ul li input,.jszc .content-gzh .content-jg-n ul li{
		font-size: 13px;
	}
	.jszc .content-1 ul li dd h3{
		width: 90%;
		margin: 0 5%;
		margin-top: .4rem;
	}
	.jszc .content-1 ul li dd p,.jszc .content-1 ul li dd span{
		width: 90%;
		margin: 0 5%;
		margin-top: .2rem;
		font-size: 14px;
		line-height: 22px;
	}
	.jszc .content-1 ul li dd span{
		margin-bottom: .4rem;
	}
	.jszc .content-1 ul li dt span{
		font-size: 14px;
		height: 32px;
		line-height: 32px;
	}
	.product{
		margin-top: 0;
	}
	.cpfw .content ul li{
		width: 48%;
	}
	.cpfw .content ul li dt h3{
		height: 40px;
	}
	.cpfw .content ul li dt h3{
		line-height: 40px;
		font-size: 16px;
	}
	.cpfw-list1 .list-l .title h3,.cpfw-list1 .list-r .title h3,.product ul li dd h3,.jszc .title span{
		font-size: 22px;
	}
	.cpfw .content ul li dd,.about.hyhd .content h3,.cpfw-detail .content-nav .content-nav-t ul li.am-active{
		font-size: 16px;
	}
	.cpfw-detail .content-nav .content-nav-t ul li,.cpfw-detail .content-nav .content-nav-t ul li.active{
		font-size:16px;
	}
	.cpfw-detail .title dl dd p,.cpfw-detail .content-nav .content-nav-n{
		font-size: 14px;
		line-height: 22px;
	}
	.jszc .content-j{
		font-size: 16px;
		line-height: 24px;
	}
	#load-product-fun-list-btn, #load-product-supplier-list-btn{
		font-size: 14px;
	}
	.cpfw-list1 .list-l,.cpfw-list1 .list-r{
		width: 100%;
		height: inherit;
		padding-bottom: 40px;
	}
	.cpfw-list1 .list-l .content p{
		font-size: 15px;
		text-align: left;
		line-height: 24px;
	}
	.cpfw-list1 .list-l .content,.cpfw-list1 .list-r .content,.cpfw-list1 .list-r .title{
		width: 90%;
		margin: 0 5%;
		margin-top: 10px;
	}
	.sign-up .content-s ul li button,.sign-up .content-s ul li label input,.sign-up .content-s ul li textarea{
		font-size: 14px;
	}
	.product ul li dd span a,.product-1 ul li dd h3 a{
		line-height: 30px;
		font-size: 15px;
	}
	.product-1 ul li dd h3{
		margin-top: 15px;
	}
	.product-1 ul li dd p{
		font-size: 14px;
		line-height: 22px;
	}
	.product-1 ul li.r dd,.product-1 ul li.l dd{
		width: 100%;
	}
	.product-1 ul li.r dt,.product-1 ul li.l dt{
		width: 100%;
	}
	.product-1 ul li{
		margin-top: 0;
	}
	.product ul li dd p{
		font-size: 16px;
		line-height: 22px;
	}
	.about.hyhd h3{
		line-height: 42px;
	}
	.product ul li{
		padding-bottom: 20px;
	}
	.cpfw-list1 .list-r .title{
		margin-top: 30px;
	}
	.cpfw-list1 .list-r{
		margin-top: .4rem;
	}
	.cpfw-list1 .list-r .content ul li{
		font-size: 16px;
		padding: 0rem 0;
	}
	.cpfw-list1 .list-r .content ul li a{
		padding: .3rem 0;
	}
	.about .content{
		font-size: 16px;
		line-height: 24px;
	}
	.about .content-1 dl dd ul li{
		width: 45%;
	}
	.about .content-1 dl dt{
		margin-top: 130px;
	}
	.nav-list dl dt ul li{
		font-size: 13px;
	}
	.nav-list dl dd{
		font-size: 12px;
	}
	.about .content-1 dl dd{
		top: -1.5rem
	}
	.about .content-1 dl dd ul li p{
		font-size: 14px;
	}
	.about .title span{
		font-size: 24px;
	}
	.foot-2 dl dt{
		width: 100%;
	}
	.function{
		width: 100%;
	}
	.function ul li:nth-child(3):hover ul,.function ul li:nth-child(6):hover ul,.function ul li:nth-child(9):hover ul,.function ul li:nth-child(12):hover ul,.function ul li:nth-child(15):hover ul,.function ul li:nth-child(18):hover ul{
		left: 0%;
	}
	.function ul li:nth-child(3):hover ul:before,.function ul li:nth-child(6):hover ul:before,.function ul li:nth-child(9):hover ul:before,.function ul li:nth-child(12):hover ul:before,.function ul li:nth-child(15):hover ul:before{
	content: "";
	height: .61rem;
	background: #ffffff;
	position: absolute;
	width: .2rem;
	right:initial;
	left: -.1rem;
	top: 0;
	z-index: 999;
}
	.function ul{
		width: 50%;
		margin: 0 .3rem;
	}
	.function ul li{
		width: 100%;
		font-size: 14px;
		margin: 0;
	}
	.function ul li:hover{
		width: 100%;
	}
	.function ul li:hover{
		font-size: 14px;
	}
	.function{
		min-height: 11rem;
	}
	.function ul{
		width: 50%;
		margin: 0 .3rem;
	}
	.function ul li:hover{
		margin: 0;
	}
	.function ul li:hover ul{
		left: 100%;
	}
	.function ul li:hover ul{
		margin: 0 0;
	}
	.cpfw .title-1 ul li{
		line-height: 41px;
	}
	.cpfw-list1 .list-r .content ul li ul{
	display: none;
	}
	.cpfw-list1 .list-r .content ul li:hover ul{
	display: block;
	width: 100%;
	position: absolute;
	left: 0%;
	background: #ffffff;
	box-shadow: 0px 0px 6px rgb(0,0,0,.2);
	top: .62rem;	
	z-index: 9999;
	padding-bottom: .4rem;
	padding-top: .2rem;
	}
	.cpfw-list1 .list-r .content ul li:hover ul li{
		margin: 0 5%;
		width: 90%;
	}
	/*.cpfw .am-checkbox, .cpfw .am-checkbox-inline, .cpfw .am-radio, .cpfw .am-radio-inline{
		padding-left: .42rem;
	}
	.cpfw .title-1 ul li label.am-checkbox .am-icon-checked, .cpfw .title-1 ul li label.am-checkbox .am-icon-unchecked, .cpfw .title-1 ul li label.am-checkbox-inline .am-icon-checked, .cpfw .title-1 ul li label.am-checkbox-inline .am-icon-unchecked, .cpfw .title-1 ul li label.am-radio .am-icon-checked, .cpfw .title-1 ul li label.am-radio .am-icon-unchecked, .cpfw .title-1 ul li label.am-radio-inline .am-icon-checked, .cpfw .title-1 ul li label.am-radio-inline .am-icon-unchecked{
	background:none;
	border: 2px solid #ffffff;
	background: url(../images/dg.svg) no-repeat center center;
	background-size: 80%;
	width: .21rem;
}
.cpfw .am-ucheck-checkbox:checked+.am-ucheck-icons .am-icon-unchecked, .cpfw .am-ucheck-radio:checked+.am-ucheck-icons .am-icon-unchecked{
	background:none;
	border: 2px solid #ffffff;
	width: .21rem;
}
.cpfw .am-ucheck-checkbox:checked+.am-ucheck-icons .am-icon-checked,.cpfw .am-ucheck-radio:checked+.am-ucheck-icons .am-icon-checked{
	background:none;
	border: 2px solid #ffffff;
	width: .21rem;
}*/
	.detail{
		width: 90%;
		margin: 0 5%;
		margin-top: 25px;
	}
	.detail .l .content{
		font-size: 14px;
	}
	.detail .l .title p span{
		font-size: 13px;
	}
	.detail .r .title h3{
		font-size: 15px;
	}
	.detail .r .title h3:before{
		height: .2rem;
	}
	.detail .l .content-page ul li{
		font-size: 15px;
	}
	.jszc .content-gzh .content-gzh-t ul li{
		width: 31.7%;
		margin-top: 1.5rem;
	}
	.cpfw .content ul li dt img {
    display: inline-block;
    height: 170px;
	}
	
}
@media only screen and (max-width: 640px) {
	header h1 img {
    		display: block;
    		width: 3rem;
	}
	.cpfw .content ul li dt {
    		padding-top: 1.3rem;
	}    
	.head-right{
		width: 12%!important;
	}
	header h1 {
		margin-top: .25rem;
	}
	header h2{
		right: .92rem;
		border-right: 1px solid #e5e5e5;
	}
	header h2 span.search a{
		margin-top: .37rem;
		vertical-align: top;
	}
	.jszc .content-gzh .content-gzh-t ul li{
		width: 32%;
		margin-top: 1.1rem;
	}
	.cpfw .content ul li dd span{
		height: .8rem;
	}
	.about .content-1 dl dd{
		width: 100%;
		margin: 0;
		position: relative;
		overflow: hidden;
		top: 0;
	}
	.about .content-1{
		margin-top: .5rem;
	}
	.about .content-1 dl dt{
		margin: 0;
	}
	.detail .l{
		width: 100%;
	}
	.detail .l .title h3{
		font-size: 22px;
		text-align: justify;
	}
	.detail .l .content{
		line-height: 24px;
		font-size: 16px;
	}
	.i_about, .product .content-2, .link, .foot-1, .foot-2 dl{
		width: 90%;
	}
	.cpfw .title-1 ul li{
		line-height: 36px;
	}
	.detail .r .content ul li{
		margin-bottom: 20px;
	}
	.detail .r .content ul li dd h3{
		font-size: 15px;
		margin-top: 10px;
	}
	.detail .r .content ul li dd em{
		font-size: 12px;
		font-size: 14px;
	}
	.cpfw .am-checkbox, .cpfw .am-checkbox-inline, .cpfw .am-radio, .cpfw .am-radio-inline{
		padding-left: .42rem;
	}
	.detail .r{
		width: 100%;
		margin-top: 20px;
	}
	/*.cpfw .title-1 ul li label.am-checkbox .am-icon-checked, .cpfw .title-1 ul li label.am-checkbox .am-icon-unchecked, .cpfw .title-1 ul li label.am-checkbox-inline .am-icon-checked, .cpfw .title-1 ul li label.am-checkbox-inline .am-icon-unchecked, .cpfw .title-1 ul li label.am-radio .am-icon-checked, .cpfw .title-1 ul li label.am-radio .am-icon-unchecked, .cpfw .title-1 ul li label.am-radio-inline .am-icon-checked, .cpfw .title-1 ul li label.am-radio-inline .am-icon-unchecked{
	background:none;
	border: 2px solid #ffffff;
	background: url(../images/dg.svg) no-repeat center center;
	background-size: 80%;
	width: .23rem;
}
.cpfw .am-ucheck-checkbox:checked+.am-ucheck-icons .am-icon-unchecked, .cpfw .am-ucheck-radio:checked+.am-ucheck-icons .am-icon-unchecked{
	background:none;
	border: 2px solid #ffffff;
	width: .23rem;
}
.cpfw .am-ucheck-checkbox:checked+.am-ucheck-icons .am-icon-checked,.cpfw .am-ucheck-radio:checked+.am-ucheck-icons .am-icon-checked{
	background:none;
	border: 2px solid #ffffff;
	width: .23rem;
}*/
	.function ul {
    		width: 90%;
    		margin: 0 5%;
	}
	.function ul li,.function ul li:hover{
		font-size: 16px;
	}
	.function ul li{
		padding: .3rem 0;
	}
	.function ul li:hover{
		padding: .3rem 0;
	}
	.function ul li:hover ul{
		left: 0;
		width: 100%;
		top: .8rem;
	}
	.function ul li:hover ul li {
    		margin: 0 5%;
    		width: 90%;
	}
	.function {
    		min-height: 15rem;
	}
	.function ul li:hover ul:before{
		width: 100%;
		left: 0;
		top: -.2rem;
		height: .3rem;
	}
	.jszc .newslist ul li dt{
		width: 100%;
	}
	.jszc .newslist ul li dd{
		width: 90%;
		padding-bottom: .4rem;
	}
	.jszc .newslist-1 ul li dt{
		width: 100%;
	}
	.jszc .newslist-1 ul li dd{
		margin-top: 20px;
		width: 90%;
	}
	.jszc .newslist-1 ul li dd em{
		font-size: 13px;
		margin-top: 3px;
		width: 100%;
	}
	.jszc .newslist-1 ul li dd p{
		margin-bottom: 10px;
	}
	.jszc .newslist-1 ul li dd h3{
		font-size: 16px;
	}
	.jszc .newslist-1 ul li label{
		float: left;
		display: none;
	}
	.jszc .newslist ul li dd p,.jszc .newslist-1 ul li dd p{
		height: auto;
		line-height: 22px;
		font-size: 13px;
	}
	.jszc .newslist ul li dd h3{
		font-size: 16px;
	}
	.jszc .newslist ul li dd em{
		font-size: 13px;
		margin-top: 10px;
	}
	footer .link dl dt{
		font-size: 14px;
	}
	footer .link dl dd{
		font-size: 12px;
		margin-top: 10px;
	}
	footer .link dl dd a{
		display: inline-block;
		vertical-align: top;
		margin-top: .1rem;
	}
	footer .link dl dd a.more{
		display: none;
	}
	footer{
		padding-top: 20px;
	}
	.foot-1 ul li{
		min-height: 2rem;
		width: 33%;
		margin-right: 0;
	}
	.foot-1 ul li:last-child{
		display: none;
	}
	.foot-1 ul {
    		float: left;
	}
	.code{
		float: left;
		margin-top: 20px;
		display: none;
	}
	.foot-2 dl dd{
		display: none;
	}
	.foot-2{
		margin-top: 0;
	}
	.m-login {
    width: 4.82rem;
    height: 4.72rem;
    background: url(../images/login.png) no-repeat;
    background-size: 100%;
    margin:0 auto;
    float: initial;
    margin-top: 1.9rem;
    overflow: hidden;
	}
	.m-login ul li input{
		font-size:13px;
		height: 20px;
	}
	.m-login ul li button{
		font-size: 14px;
		height: 35px;
		line-height: 15px;
	}
	.m-login ul li dt,.m-login ul li dd,.jszc .content-1 ul li.r dt span{
		font-size: 13px;
	}
	.jszc .title h3{
		font-size: .65rem;
	}
	.joinTit,.joinTit .join-p,.joinText h3{
		font-size: 15px;
	}
	.joinTit{
		padding-right: 00px;
		line-height: 45px;
	}
	.joinTit .join-p {
    		margin-right: 5px;
    		margin-left: 5px;
    		display: none;
	}
	.joinTit b.job-1:after {
    		top: .43rem;
	}
	.joinText h3:after {
    		height: .23rem;
    		top: .16rem;
	}
	.jszc .content-3 ul li {
    		width: 98%;
	}
	.jszc .content-3 ul li dl dt h3{
		font-size: 18px;
		padding-bottom: 0.2rem;
		line-height: 31px;
	}
	.jszc .content-gzh, .jszc .content-gzh.xx, .jszc .content-gzh.dd, .jszc .content-gzh.jg {
    		background-size: 5.3rem;
	}
	.jszc .content-gzh .content-xx-n ul li input{
		width: 80%;
		padding: .22rem 3%;
	}
	.jszc .content-gzh .content-jg-n {
    margin: 0 7%;
    margin-top: .7rem;
    width: 86%;
    float: left;
	}
	.jszc .content-gzh .content-jg-n h3,.about.hyhd h3,.about.hyhd .content h4{
		font-size: 14px;
	}
	.product ul li dt{
		width: 100%;
		margin: 0 0%;
	}
	.nav-list dl dt ul{
		display: none;
	}
	.cpfw .content ul li {
   		width: 98%;
	}
	.cpfw-detail .title dl dd{
		width: 100%;
	}
	.cpfw-detail .title dl dt{
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	.product ul li dd{
		width: 90%;
		margin: 0 5%;
	}
	.product ul li dd{
		margin-top: 10px;
	}
	.jszc .content-gzh .content-jg-n ul li span{
		width: 87px;
	}
	.product ul li dd p{
		text-align: justify;
	}
	.jszc .content ul li dt{
		width: 64%;
	}
	.jszc .content-1 ul li dd span a{
		height: 30px;
		line-height: 30px;
	}
	.jszc .content-1 ul li dd h3{
		font-size: 18px;
	}
	.jszc .content-1 ul li dd p, .jszc .content-1 ul li dd span{
		font-size: 15px;
	}
	.about.hyhd .content .code-1{
		width: 1.6rem;
		position:relative;
		margin: 0 auto;
		margin-top: .3rem;
	}
	.about.hyhd .content .code-1 dl dd{
		font-size: 14px;
		margin-top: .1rem;
	}
	.about.hyhd .content h4,.about.hyhd h3{
		font-size: 16px;
	}
	.m-login{
		width: 5.3rem;
		height: 5.2rem;
	}
}
@media only screen and (max-width: 375px) {
	

}