<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 143px;
	background: url(../images/topbg1.jpg) no-repeat center center;
	transition: all 0.5s ease 0s;
	position: relative;
}
header.on {
	z-index: 777;
	width: 100%;
	margin: 0 auto;
	height: 143px;
	background: url(../images/topbg1.jpg) no-repeat center center #ffffff;
	position: fixed;
	transition: all 0.5s ease 0s;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

header label {
	width: 100%;
	float: left;
	margin: 0;
	height: .43rem;
	background: #000000;
}

header label span.l {
	float: left;
	color: #ffffff;
	font-size: .14rem;
	font-family: "寰蒋闆呴粦";
	color: #ffffff;
	line-height: .43rem;
	margin-left: 1.6rem;
}

header label span.r {
	float: right;
	color: #ffffff;
	line-height: 40px;
	margin-right: 1.6rem;
	background: url(../images/tel.png) no-repeat left center;
	padding-left: 20px;
}

header h1 {
	display: block;
	float: left;
	margin-top: .17rem;
	margin-left: 1.6rem;
}

header h1 img {
	display: inline-block;
}

.nav {
	float: right;
	margin-top: 0rem;
	margin-right: 1.6rem;
	height: 104px;
}

.nav li {
	float: left;
	line-height: 100px;
	position: relative;
}

.nav li:hover:after {
	content: "";
	width: 14px;
	height: 2px;
	background: #a12522;
	position: absolute;
	bottom: 30px;
	left: 40%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}

.nav li.cur:after {
	content: "";
	width: 14px;
	height: 2px;
	background: #a12522;
	position: absolute;
	bottom: 30px;
	left: 40%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}

.nav a {
	display: block;
	font-size: .19rem;
	height: auto;
	color: #333333;
	padding: 0 .21rem;
	height: 104px;
	line-height: 100px;
	position: relative;
	text-align: center;
	font-family: "Avenir";
}

.nav li.navHoverBg a {
	display: block;
	background: #f1f1f1;
}

.nav li.cur a {
	display: block;
	background: #f1f1f1;
}

.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: #333333;
	height: 104px;
	line-height: 100px;
	background: #f1f1f1;
	position: relative;
	text-align: center;
	font-family: "Avenir";
}

.nav a.cur {
	display: block;
	font-size: 16px;
	height: auto;
	color: #ffffff;
	height: 104px;
	line-height: 100px;
	/*background: #005dd3;*/
	position: relative;
	text-align: center;
	font-family: "Avenir";
}

.nav ul li ul {
	position: absolute;
	width: 100%;
	z-index: 888;
	background: rgba(235, 235, 235, 0.8);
	display: none;
	top: 104px;
}

.nav ul li ul li {
	width: 100%;
	background: none;
	line-height: 20px;
}

.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.2%;
	padding: 10px 0;
	text-align: left;
	line-height: 20px;
	font-size: 15px;
	color: #ffffff;
	height: 40px;
	padding-left: 20%;
	padding-right: 20%;
	float: left;
	background: rgba(161, 37, 34, 0.8);
}

.nav ul li:hover ul {
	display: block
}

.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;
}

.banner .am-slider-default .am-control-nav {
	width: initial;
	background: rgba(255, 255, 255, 0.65);
	border-radius: 14px;
	left: inherit;
	padding: 3px 7px 4px 7px;
	right: 45%;
}

.banner .am-slider-default .am-control-nav li {
	vertical-align: middle;
	margin: 0 4px;
}

.banner .am-slider-default .am-control-nav li a {
	width: 10px;
	height: 10px;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

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

.banner .am-slider-default .am-direction-nav a {
	background: url(../images/nimg22.png) no-repeat 0 22px rgba(0, 0, 0, 0.35);
	width: 52px;
	height: 83px;
	top: 40%;
}

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

.banner .am-slider-default .am-direction-nav .am-next {
	right: 0;
	background: url(../images/nimg22.png) no-repeat -57px 22px rgba(0, 0, 0, 0.35);
}

.colorbg {
	display: block;
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
	z-index: -9999;
}

.main {
	width: 12.84rem;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}

.main1 {
	width: 12.84rem;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}

.auxiliary {
	display: block;
	width: 12.84rem;
	margin: 0 auto;
	padding: 15px 0;
	overflow: hidden;
}


.auxiliary h3 {
	float: left;
	font-family: "寰蒋闆呴粦";
	font-size: .17rem;
	padding-top: 10px;
	color: #333333;
	margin-top: .05rem;
}

.auxiliary h3 span {
	color: #333333;
	font-size: .17rem;
	margin-top: .08rem;
}

.auxiliary h3 span a {
	color: #a12522;
	font-size: .17rem;
	margin-right: .1rem;
	text-decoration: underline;
}

.search {
	width: 5.5rem;
	height: .52rem;
	border: 0;
	border-radius: 3px;
	float: right;
	margin-left: 1rem;
	background: url(../images/search.png) no-repeat 5.2rem center #ffffff;
	background-size: .18rem;
	border: 1px solid #e1e1e1;
	bottom: auto;
	margin-top: 4px;
}

.search input {
	width: 5rem;
	height: .42rem;
	line-height: .42rem;
	outline: none;
	margin-left: .2rem;
	margin-top: 3px;
}

.main-1 {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}



.asid_share {
	position: fixed;
	width: .7rem;
	bottom: 35%;
	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/icon07.png) no-repeat center .11rem #666666;
	text-align: center;
}

.asid_share .asid_share_box:hover {
	width: 100%;
	margin-bottom: 3px;
	background: url(../images/icon07.png) no-repeat center .11rem #a12522;
	text-align: center;
}

.asid_share .asid_share_box a {
	display: block;
	color: #ffffff;
	font-family: "寰蒋闆呴粦";
	font-size: .14rem;
	height: .3rem;
	padding-top: .38rem;
}

.asid_share .asid_share_box a:hover {
	text-decoration: none;
}
.asid_share .asid_share_box3 {
	width: 100%;
	margin-bottom: 3px;
	background: url(../images/icon06-1.png) no-repeat center .12rem #666666;
	background-size: .28rem;
	text-align: center;
}

.asid_share .asid_share_box3:hover {
	width: 100%;
	margin-bottom: 3px;
	background: url(../images/icon06-1.png) no-repeat center .12rem #a12522;
	text-align: center;
	background-size: .28rem;
}
.asid_share .asid_share_box1 {
	width: 100%;
	margin-bottom: 3px;
	background: url(../images/icon04.png) no-repeat center .14rem #666666;
	text-align: center;
}

.asid_share .asid_share_box1:hover {
	width: 100%;
	margin-bottom: 3px;
	background: url(../images/icon04.png) no-repeat center .14rem #a12522;
	text-align: center;
}

.asid_share .asid_share_box1 a {
	display: block;
	color: #ffffff;
	font-family: "寰蒋闆呴粦";
	font-size: .14rem;
	height: .3rem;
	padding-top: .42rem;
}

.asid_share .asid_share_box1 a:hover {
	text-decoration: none;
}

.asid_share .asid_share_box2 {
	width: 100%;
	margin-bottom: 3px;
	background: url(../images/icon06.png) no-repeat center .14rem #666666;
	text-align: center;
}

.asid_share .asid_share_box2:hover {
	width: 100%;
	margin-bottom: 3px;
	background: url(../images/icon06.png) no-repeat center .14rem #a12522;
	text-align: center;
}

.asid_share .asid_share_box2 a {
	display: block;
	color: #ffffff;
	font-family: "寰蒋闆呴粦";
	font-size: .14rem;
	height: .3rem;
	padding-top: .42rem;
}
.asid_share .asid_share_box3 a {
	display: block;
	color: #ffffff;
	font-family: "寰蒋闆呴粦";
	font-size: .14rem;
	height: .3rem;
	padding-top: .42rem;
}

.asid_share .asid_share_box3 a:hover {
	text-decoration: none;
}
.asid_share .asid_share_box2 a:hover {
	text-decoration: none;
}

.asid_share_triangle1 {
	display: block;
	position: absolute;
	width: 3.19rem;
	height: 1.17rem;
	background: #e4d8cc;
	right: .78rem;
	top: 0;
	display: none;
}

.asid_share_triangle1 {
	display: block;
	position: absolute;
	width: 2.79rem;
	height: .98rem;
	background: #a12522;
	right: .88rem;
	top: 0;
	display: none;
}

.triangle1 {
	display: none;
	position: absolute;
	width: 1.15rem;
	height: .63rem;
	background: #e4d8cc;
	right: .78rem;
	top: .68rem;
}

.triangle1 ul {
	display: block;
	margin: 0;
	height: auto;
	float: left;
	margin-left: .1rem;
}

.triangle1 ul li {
	display: block;
	margin: 0;
	width: .45rem;
	height: .63rem;
	float: left;
}

.triangle1 ul li a {
	width: 100%;
	height: 100%!important;
	margin: 0!important;
	padding: 0!important;
	;
}

.none {
	display: none;
}

.asid_share_triangle1 h2 {
	width: .48rem;
	height: .48rem;
	float: left;
	margin: .3rem 0 0 .3rem;
}

.asid_share_triangle1 h2 img {
	width: 100%;
	display: block;
}

.asid_share_triangle1 h3 {
	float: left;
	position: absolute;
	margin-left: .35rem;
	text-align: left;
	font-size: .3rem;
	color: #ffffff;
	margin-top: .2rem;
	font-family: din;
}

.asid_share_triangle1 h3 span {
	font-size: .15rem;
	display: block;
	padding-bottom: .05rem;
}

.asid_share .asid_share_box1:hover .asid_share_triangle1 {
	display: block;
}

.asid_share .asid_share_box2:hover .asid_share_triangle1 {
	display: block;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.current{
	width: 100%;
	text-align: right;
	line-height: 30px;
	font-size: .16rem;
	color: #666666;
	overflow: hidden;
	padding-bottom:.15rem;
	border-bottom: 1px dashed #dcdcdc;
}
.current a{
	color: #666666;
}
.current span{
	background: url(../images/home-icon.png) no-repeat left center;
	padding-left: .25rem;
	float: right;
	display: block;
}
.nav-left {
	width: 245px;
	float: left;
	bottom: 0;
	margin-top: 30px;
}
.nav-list1 {
	width: 100%;
	float: left;
}
.nav-list1.g {
	margin-top: 30px;
}
.nav-list1 h3 {
	width: 80%;
	float: left;
	height: .42rem;
	padding: 12% 10%;
	padding-top: 6%;
	background: #a12522;
	color: #ffffff;
	font-family: "寰蒋闆呴粦";
	font-size: .22rem;
	position: relative;
}
.nav-list1 h3:after {
    content: "";
    width: .30rem;
    height: 2px;
    background: #bd6765;
    position: absolute;
    bottom: 15px;
    left: 10%;
    transition: all 0.5s ease 0s;
    overflow: hidden;
}
.nav-list1 h3 span{
	display: block;
	color: #d66562;
	font-family: din;
	font-size: .16rem;
	font-weight: normal;
	text-transform: uppercase;
	
}
.nav-list1 ul {
	display: block;
	width: 100%;
	float: left;
	overflow: hidden;
}

.nav-list1 ul li {
	display: block;
	/*float: left;*/
	overflow: hidden;
	margin-bottom: 0px;
	border: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	
}
.nav-list1 ul li ul li a:after {
	display: none;
}
.nav-list1 ul li a {
	width: 220px;
	font-family: "寰蒋闆呴粦";
	font-size: 16px;
	height: 46px;
	display: block;
	line-height: 46px;
	background: #ececeb;
	padding-left: 25px;
	color: #333333;
	margin-bottom: 0;
	position: relative;
	border-bottom: 1px solid #ffffff;
}

.nav-list1 ul li ul {
	display: block;
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 0px;
}

.nav-list1 ul li ul li {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 0px;
	border-bottom:1px solid #ececec;
}

.nav-list1 ul li ul li a {
	display: block;
	border: 0;
	width: 80%;
	height: auto;
	line-height: 23px;
	background: none;
	font-size: 14px;
	margin: 0;
	color: #333333;
	padding:8px 25px 10px 25px;
}


.nav-list1 ul li {
	display: block;
}

.nav-list1 ul li a.cur {
	display: block;
}

.nav-list1 ul li a.cur {
	font-family: "寰蒋闆呴粦";
	font-size: 16px;
	color: #a12522;
	display: block;
	height: 46px;
	width: 220px;
	line-height: 46px;
	background: #ececeb;
	padding-left: 25px;
	margin-bottom: 0px;
}

.nav-list1 ul li ul li a.cur {
	display: block;
	border: 0;
	width: 75%;
	height: auto;
	line-height: 23px;
	background:  #a12522;
	font-size: 15px;
	margin: 0;
	color: #ffffff;
	padding:8px 25px 10px 25px;
}
.nav-list1 ul li ul li a:hover {
	display: block;
	border: 0;
	height: ;
	line-height: 23px;
	background: #a12522;
	font-size: 14px;
	margin: 0;
	color: #ffffff;
	padding:8px 25px 10px 25px;
}
.am-collapse {
	overflow: hidden;
	height: 0;
}

.am-in {
	overflow: hidden;
	height: auto;
}
.nav-right{
	width: 9.5rem;
	float: right;
}
.list{
	width: 100%;
	float: left;
}
.list .title {
	width: 100%;
	float: left;
	height: .6rem;
	line-height: .6rem;
	border-bottom: 1px solid #e4e4e4;
	margin-top: .2rem;
}

.list .title h3 {
	font-family: "寰蒋闆呴粦";
	float: left;
	font-size: .18rem;
	color: #333333;
	position: relative;
	background: url(../images/icon08.png) no-repeat left center;
	padding-left: .25rem;
}

.list .title h3:after {
	content: "";
	width: 1rem;
	height: 2px;
	background: #a12522;
	position: absolute;
	bottom: -1px;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.list .content{
	width: 100%;
	float: left;
}
.list .content ul{
	display: block;
	margin: 0 -13px;
	margin-top: 10px;
}
.list .content ul li {
	width: 3.25rem;
	display: inline-block;
	float: left;
	vertical-align: middle;
	position: relative;
	margin-top: 20px;
}

.list .content ul li a {
	position: relative;
	margin: 0 13px;
	height: 2rem;
	display: block;
	line-height: .2rem;
	text-align: center;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	padding: .3rem;
	margin-bottom: 3px;
}

.list .content ul li:hover a {
	position: relative;
	margin: 0 13px;
	display: block;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	border-bottom: 4px solid #a12522;
	background: #ffffff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	padding: .3rem;
	margin-bottom: 0px;
}
.list .content.link ul li:hover a {
	position: relative;
	margin: 0 13px;
	display: block;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #ffffff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	padding: .3rem;
	margin-bottom: 3px;
}
.list .content ul li span {
	width: 90%;
	padding: 0 5%;
	float: left;
	height: 36px;
	line-height: 36px;
	z-index: 99;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	font-size: 15px;
	font-family: "寰蒋闆呴粦";
	color: #444444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}

.list .content ul li:hover span {
	color: #a12522;
}

.list .content ul li img {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.5s ease 0s;
}

.list .content ul li:hover img {
	height: 100%;
	transition: all 0.5s ease 0s;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.list .content1 ul {
	width: 100%;
	float: left;
	margin-top: .0rem;
	padding-top: .18rem;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: .18rem;
}

.list .content1 ul li {
	width: 100%;
	float: left;
	line-height: .34rem;
	padding: 5px 0;
	position: relative;
}

.list .content1 ul li:after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #a12522;
	position: absolute;
	bottom: 12px;
	top: 16px;
	left: 0px;
	transition: all 0.5s ease 0s;
	overflow: hidden;
	z-index: 88;
}
.list .content1 ul li a {
	float: left;
	color: #333333;
	font-size: .17rem;
	margin-left: .15rem;
	font-family: "寰蒋闆呴粦";
}

.list .content1 ul li a:hover {
	color: #a12522;
}

.list .content1 ul li span {
	float: right;
	color: #999999;
	font-size: .16rem;
	font-family: "arial";
}
.page{
	display: block;
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
}
.page ul{
	display: block;
}
.page ul li{
	display:inline-block;
}
.page ul li{
	display: inline-block;
	height: 33px;
	width: 35px;
	margin: 0 .05rem;
	text-align: center;
	line-height: 33px;
	border: 1px solid #dddddd;
	font-family: "寰蒋闆呴粦";
	font-size: .16rem;
	color: #666666;
	vertical-align: middle;
}
.page ul li.active{
	display: inline-block;
	height: 33px;
	width: 35px;
	margin: 0 .05rem;
	text-align: center;
	line-height: 33px;
	border: 1px solid #a12522;
	background: #a12522;
	vertical-align: middle;
	color: #ffffff;
}
.page ul li:first-child{
	display: inline-block;
	height: 33px;
	width: 65px;
	margin: 0 .05rem;
	text-align: center;
	line-height: 33px;
	border: 1px solid #dddddd;
	font-family: "寰蒋闆呴粦";
	font-size: .16rem;
	color: #666666;
	vertical-align: middle;
}
.page ul li:last-child{
	display: inline-block;
	height: 33px;
	width: 65px;
	margin: 0 .05rem;
	text-align: center;
	line-height: 33px;
	border: 1px solid #dddddd;
	font-family: "寰蒋闆呴粦";
	font-size: .16rem;
	color: #666666;
	vertical-align: middle;
}
.page-c{
	display: block;
	text-align: center;
	width: 100%;
}
.page-c img{
	display: inline-block;
}
/*.page a{
	display: inline-block;
	height: 33px;
	width: 35px;
	margin: 0 .05rem;
	text-align: center;
	line-height: 33px;
	border: 1px solid #dddddd;
	font-family: "寰蒋闆呴粦";
	font-size: .16rem;
	color: #666666;
	vertical-align: middle;
}
.page a:hover{
	display: inline-block;
	height: 33px;
	width: 35px;
	margin: 0 .05rem;
	text-align: center;
	line-height: 33px;
	border: 1px solid #a12522;
	background: #a12522;
	vertical-align: middle;
	color: #ffffff;
}*/
.page a.cur{
	display: inline-block;
	height: 33px;
	width: 35px;
	margin: 0 .05rem;
	text-align: center;
	line-height: 33px;
	border: 1px solid #a12522;
	background: #a12522;
	vertical-align: middle;
	color: #ffffff;
}
.page a.page-l{
	display: inline-block;
	height: 31px;
	width: 50px;
	margin: 0 .05rem;
	text-align: center;
	line-height: .31rem;
	border: 2px solid #a12522;
	background:url(../images/page-l02.png) no-repeat center center #a12522;
	vertical-align: middle;
	color: #ffffff;
}
.page a:hover.page-l{
	display: inline-block;
	height: 31px;
	width: 50px;
	margin: 0 .05rem;
	text-align: center;
	line-height: .31rem;
	border: 2px solid #a12522;
	background:url(../images/page-l01.png) no-repeat center center #ffffff;
	vertical-align: middle;
	color: #ffffff;
}
.page a.page-r{
	display: inline-block;
	height: 31px;
	width: 50px;
	margin: 0 .05rem;
	text-align: center;
	line-height: .31rem;
	border: 2px solid #a12522;
	background:url(../images/page-r02.png) no-repeat center center #a12522;
	vertical-align: middle;
	color: #ffffff;
}
.page a:hover.page-r{
	display: inline-block;
	height: 31px;
	width: 50px;
	margin: 0 .05rem;
	text-align: center;
	line-height: .31rem;
	border: 2px solid #a12522;
	background:url(../images/page-r01.png) no-repeat center center #ffffff;
	vertical-align: middle;
	color: #ffffff;
}
.list .about-content{
	width: 100%;
	float: left;
	line-height: .32rem;
	font-size: .16rem;
	font-family: "寰蒋闆呴粦";
	color: #333333;
	margin-top: .1rem;
	text-align: justify;
	padding-bottom: .5rem;
}
.list .about-content p{
	margin-top: .2rem;
}
.list .case-content{
	width: 100%;
	float: left;
}
.list .case-content ul {
	width: 100%;
	float: left;
}
.list .case-content ul li {
	width: 100%;
	float: left;
	padding: .4rem 0;
	border-bottom: 1px dashed  #cccccc;
}
.list .case-content ul li dt {
	width: 260px;
	float: left;
}

.list .case-content ul li dt img {
	width: 100%;
	float: left;
}

.list .case-content ul li dd {
	float: right;
	width: 6.30rem;
}

.list .case-content ul li dd h3 {
	display: block;
	font-family: "寰蒋闆呴粦";
	font-size: .20rem;
	color: #a12522;
	position: relative;
}
.list .case-content ul li dd h3:after {
	content: "";
	width: 18px;
	height: 2px;
	background: #dadada;
	position: absolute;
	bottom: 12px;
	top: 40px;
	left: 0px;
	transition: all 0.5s ease 0s;
	overflow: hidden;
	z-index: 88;
}
.list .case-content ul li dd h3 a {
	display: block;
	font-family: "寰蒋闆呴粦";
	font-size: .2rem;
	color: #333333;
}
.list .case-content ul li dd h3 a:hover {
	color: #a12522;
}
.list .case-content ul li dd p {
	display: block;
	font-family: "寰蒋闆呴粦";
	font-size: .15rem;
	color: #747474;
	margin-top: .35rem;
	line-height: .3rem;
	min-height: .8rem;
}

.list .case-content ul li dd span {
	display: block;
	font-family: arial;
	font-size: .15rem;
	color: #b1b1b1;
	margin-top: .10rem;
	line-height: .26rem;
}
.list .content2{
	width: 100%;
	float: left;
}
.list .content2 h2{
	width: 100%;
	float: left;
	background: #ececec;
	line-height: .46rem;
	color: #333333;
	font-family: "寰蒋闆呴粦";
	font-size: .16rem;
	margin-top: .15rem;
}
.list .content2 h2 span.l{
	float: left;
	width: 53%;
	margin-left: 3%;
	text-align: left;
}
.list .content2 h2 span.c{
	float: left;
	width: 23%;
	margin-left: 3%;
	text-align: center;
}
.list .content2 h2 span.r{
	float: right;
	width: 13%;
	margin-right: 3%;
	text-align: center;
}
.list .content2 ul {
	width: 100%;
	float: left;
	margin-top: .0rem;
	padding-top: .08rem;
	padding-bottom: .18rem;
}

.list .content2 ul li {
	width: 100%;
	float: left;
	line-height: .34rem;
	padding: 10px 0;
	position: relative;
	border-bottom:1px dotted #cccccc;
}

.list .content2 ul li h3:after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666666;
	position: absolute;
	bottom: 0px;
	top: 13px;
	left: -12px;
	transition: all 0.5s ease 0s;
	overflow: hidden;
	z-index: 88;
}
.list .content2 ul li h3 {
	float: left;
	width: 53%;
	margin-left: 3%;
	text-align: left;
	position: relative;
	font-weight: normal;
}
.list .content2 ul li h3 a {
	color: #666666;
	font-size: .17rem;
	font-family: "寰蒋闆呴粦";
}

.list .content2 ul li a:hover {
	color: #a12522;
}

.list .content2 ul li span {
	float: right;
	width: 13%;
	margin-right: 3%;
	text-align: center;
}
.list .content2 ul li span a{
	display: inline-block;
	width: 22px;
	height: 18px;
	margin-top: 7px;
	background: url(../images/xz.png) no-repeat;
}
.list .content2 label{
	float: left;
	width: 23%;
	margin-left: 3%;
	color: #666666;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
}
.list .zxly{
	width: 100%;
	float: left;
	padding-bottom: 100px;
}
.list .zxly ul{
	width: 80%;
	margin: 0 auto;
	padding-top: 30px;
}
.list .zxly ul li {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 15px;
}

.list .zxly ul li label {
	float: left;
	position: relative;
}

.list .zxly ul li label span {
	width: 75px;
	float: left;
	line-height: 41px;
	font-family: "寰蒋闆呴粦";
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	color: #666666;
}

.list .zxly ul li label input {
	width: 375px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	float: left;
	border: 1px solid #e5e5e5;
}
.list .zxly ul li textarea {
    display: block;
    width: 359px;
    float: left;
    line-height: .22rem;
    height: 80px;
    color: #777777;
    font-family: "Avenir";
    font-size: .15rem;
    border: 1px solid #e5e5e5;
    padding: .1rem 15px;
    outline: none;
}
.list .zxly ul li .am-btn-secondary {
	width: 120px;
	height: 40px;
	border-radius: 2px;
	padding: 0;
	margin: 0 5px;
	font-size: 15px;
	background: #a12522;
	border: 1px solid #a12522;
	margin-top: 20px;
	outline: none;
}
.list .zxly ul li .am-btn-secondary1 {
	width: 120px;
	height: 40px;
	border-radius: 2px;
	padding: 0;
	margin: 0 5px;
	font-size: 15px;
	background: #666666;
	border: 1px solid #666666;
	margin-top: 20px;
	color: #ffffff;
	outline: none;
}
.list .zxly ul li .am-input1 {
	background: url(../images/upload.png) no-repeat 255px center;
}

.list .zxly ul li input#upfile {
	position: absolute;
	top: .1rem;
	right: 86px;
	width: 3rem;
	opacity: 0;
	cursor: pointer;
}

.list .zxly ul li label #message_code {
	position: absolute;
	right: 6px;
	top: .07rem;
	height: .36rem;
}
.detail{
	width: 100%;
    margin: 0 auto;
    background: #fff;
	margin-top:6%;
	overflow:hidden;
	margin-bottom:5%;
}

.detail-title{
	width: 100%;
    margin: 0 auto;
	margin-top:5%;
	overflow:hidden;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:2%;
}
.detail-title h1{
	width:100%;
	text-align:center;
	font-size:36px;
}
.detail-title p{
	width:100%;
	text-align:center;
	font-size:14px;
	margin-top:1.5%;
	color:#999999;
}
.detail-title p span{
	margin:0 20px;
}
.detail-n{
	width: 100%;
    margin: 0 auto;
	margin-top:3.5%;
	overflow:hidden;
	line-height:30px;
	font-size:14px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:2%;
}
.detail-page{
	width: 100%;
    margin: 0 auto;
	margin-top:3%;
	overflow:hidden;
	padding-bottom:2%;
}
.detail-page label{
	width:100%;
	float:left;
	margin-top:2%;
}
.detail-page ul{
	width:50%;
	float:left;
}
.detail-page ul li{
	width:100%;
	line-height:30px;
	font-size:14px;
	float:left;
	color:#666666;
}
.detail-page ul li a{
	color:#666666;
}
.cpzs{
	width: 100%;
	float: left;
	margin-top: .3rem;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: .3rem;
}
.cpzs-img{
	width: 3.5rem;
	float: left;
	height: 300px;
	border: 1px solid #e7e7e7;
	position: relative;
	overflow: hidden;
}
.cpzs-img ul{
	
}
.cpzs-img ul li {
    width: 350px;
    float: left;
    line-height: 300px;
	vertical-align: middle;

}
.cpzs-img ul li img{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.indexAcademic{
	position: relative;
}
.cpzs-r{
	width: 5.6rem;
	float: right;
}
.cpzs-r h3{
	width: 100%;
	font-size: .26rem;
	font-family: "寰蒋闆呴粦";
}
.cpzs-r p{
	width: 100%;
	font-size: .16rem;
	font-family: "寰蒋闆呴粦";
	color: #666666;
	margin-top: .2rem;
	min-height: 170px;
	line-height: .28rem;
	border-bottom: 2px solid #e6e6e6;
}
.cpzs-r h4{
	float: left;
	width: 2.5rem;
	margin-top: .2rem;
}
.cpzs-r h4 img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.cpzs-r span{
	display: inline-block;
	vertical-align: middle;
	font-size: .16rem;
	font-family: "寰蒋闆呴粦";
	color: #333333;
}
.cpzs-r span em{
	display:block;
	font-size: .24rem;
	font-family: "din";
	font-style: normal;
	color: #333333;
}
.cpzs-r a{
	float: right;
	width: 114px;
	height: 44px;
	background: #a10202;
	font-size: .16rem;
	line-height: 44px;
	font-family: "寰蒋闆呴粦";
	color: #ffffff;
	text-align: center;
	margin-top: .2rem;
}
.cpzx-content{
	margin-top: .25rem;
	width: 100%;
	float: left;
}
.cpzx-content .am-nav&gt;li&gt;a{
	padding: .5em 2em;
	font-family: "寰蒋闆呴粦";
	font-size: .17rem;
}
.cpzx-content .am-nav-tabs&gt;li&gt;a{
	line-height: 1.8;
}
.cpzx-content .am-nav-tabs&gt;li.am-active&gt;a, .cpzx-content .am-nav-tabs&gt;li.am-active&gt;a:focus, .cpzx-content .am-nav-tabs&gt;li.am-active&gt;a:hover {
    color: #ffffff;
    background-color: #a12522;
    border: 1px solid #a12522;
    border-bottom-color: transparent;
    cursor: default;
}
.cpzx-content .am-tabs-bd .am-tab-panel.am-active{
	min-height: 300px;	
}
.cp-c{
	width: 94%;
	margin: 2%;
	line-height: .32rem;
	text-align: justify;
	font-size: .16rem;
	font-family: "寰蒋闆呴粦";
	color: #666666;
}
.jobs-content{
	width: 100%;
	float: left;
}
.proWrap {
	width: 100%;
	margin: 0 0%;
	float: left;
	margin-top: 3%;
	padding-bottom:4%;
}
.joinList {
}
.proWrap .title1 {
	margin: 0 0%;
	display: block;
	margin-top: 0%;
	margin-bottom:2px;
	background: #a12522;
	padding: 13px 0;
	padding-left: 5%;
	padding-right: 70px;
	color: #ffffff;
}
.proWrap .title1 .join-p{
	float:right;
	font-size:16px;
	color:#ffffff;
	font-weight:normal;
	margin-right:10px;
	text-align: center;
	width:120px;
	margin-left:10px;
}
.joinList li {
	margin-bottom: 0rem;
	width: 100%;
	float: left;
	background: #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.joinList li:nth-child(odd){
	background: #ffffff;
}
.joinList li:last-child {
	margin-bottom: 0;
}
.joinTit {
	overflow: hidden;
	position: relative;
	margin: 0;
	font-size: 16px;
	color: #666666;
	padding: 5px 0;
	line-height: 40px;
	padding-right: 70px;
	padding-left: 5%;
	cursor: pointer;
	transition: all 0.3s linear;
}
.joinIco1 {
	float: right;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0.3rem;
	background:url(../images/r-bg.png) no-repeat center center #e5e5e5;
	background-size:50%;
	border-radius:50%;
	top: 50%;
	transform: translateY(-50%);
}
.joinList li.active .joinIco1{
	background:url(../images/t-bg.png) no-repeat center center #fff;
	background-size:28%;
	width: 25px;
	height: 25px;
	transform: translateY(-50%);
}
.joinTit .join-p{
	float:right;
	font-size:16px;
	color:#999999;
	font-weight:normal;
	margin-right:10px;
	margin-left:10px;
	width:120px;
	text-align: center;
}
.joinList li.active .join-p{
	color:#fff;
}

.joinText {
	padding: 0.3rem 5%;
	font-size: 15px;
	background: #f9f9f9;
	color: #666666;
	line-height: 200%;
	word-break: break-all;
	display: none;
	overflow:hidden;
}
.joinText h3 {
	font-size: 18px;
	color: #333333;
	line-height: 200%;
}
.joinText p {
	margin-bottom: 15px;
	line-height: 30px;
	width:50%;
	float:left;
	overflow:hidden;
}
.joinText label{
    float:left;
	background:#0060ff;
	padding:4px;
	color:#fff;
	font-style:normal;
}
.joinText label em{
    float:left;
	border:1px solid #fff;
	font-size:16px;
	padding:3px 30px;
	color:#fff;
	font-style:normal;
}
.joinText label em img{
	vertical-align:middle;
	margin-right:10px;
	width:20px;
	margin-top:-2px;
}
.joinList li.active .joinTit {
	color: #a12522;
	background:#e1e1e1;
}
.joinList li.active .joinIco1:after {
	height: 0;
}
.joinList li.active .joinIco1:before {
	background: #e1e1e1;
	color: #333333;
}
.joinList li.active .joinTit .join-p {
	
	color: #333333;
}
.joinList li.active .joinIco2 {
	background-image: url(../images/joinIco2.png);
}
.bottom {
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #333333;
	overflow: hidden;
	min-height: 263px;
}

.foot {
	width: 12.84rem;
	margin: 0 auto;
	margin-top: 35px;
	font-family: "Avenir";
	color: #333333;
	font-size: .18rem;
	overflow: hidden;
	padding-bottom: .5rem;
}

.foot dl {
	display: block;
}

.foot dl dt {
	float: left;
	width: 4.25rem;
}

.foot dl dt h3 {
	font-family: "Avenir";
	font-size: 15px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
}

.foot dl dt p {
	font-family: "Avenir";
	font-size: .18rem;
	line-height: .32rem;
	width: 100%;
	float: left;
	margin-left: 0;
	margin-bottom: .05rem;
	color: #848388;
}

.foot dl dt p img {
	vertical-align: middle;
	display: inline-block;
	margin-right: .12rem;
}

.foot dl dd.list-1 {
	float: left;
	width: 4.25rem;
	margin-top: .2rem;
	margin-left: .2rem;
}

.foot dl dd.list-1 h3 {
	font-family: "寰蒋闆呴粦";
	font-size: .2rem;
	float: left;
	width: 100%;
	color: #b1b1b1;
	padding-bottom: .2rem;
	margin-top: 0px;
	margin-bottom: 30px;
	font-weight: normal;
	position: relative;
}

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

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

.foot dl dd.list-1 p a {
	width: 50%;
	display: block;
	float: left;
	text-align: left;
	color: #848388;
}

.foot dl dd.list-2 {
	float: right;
	width: 3.75rem;
	margin-top: .2rem;
}

.foot dl dd.list-2 h3 {
	font-family: "寰蒋闆呴粦";
	font-size: .2rem;
	float: left;
	width: 100%;
	color: #b1b1b1;
	padding-bottom: .2rem;
	margin-top: 0px;
	margin-bottom: 30px;
	font-weight: normal;
	position: relative;
}

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

.foot dl dd.list-2 p {
	font-family: "Avenir";
	font-size: .17rem;
	line-height: .32rem;
	width: 100%;
	float: left;
	margin-left: 0;
	margin-top: 0rem;
	color: #848388;
}
.foot dl dd.list-2 p a img{
	display: inline-block;
	width: 1.17rem;
}
.foot dl dd.list-2 p a {
	display: block;
	float: left;
	margin-right: .2rem;
	text-align: left;
	color: #848388;
}

.foot dl dd.list-2 p span {
	float: left;
	width: .2rem;
	background: #484848;
	line-height: .18rem;
	padding: .23rem .1rem;
}

.foot1 {
	width: 100%;
	overflow: hidden;
	height: .6rem;
	line-height: .6rem;
	background: #202020;
	text-align: center;
	font-family: "寰蒋闆呴粦";
	font-size: .16rem;
	color: #848388;
}
@media only screen and (max-width: 1680px) {

}
@media only screen and (max-width: 1600px) {
	
}
@media only screen and (max-width: 1440px) {
	/*.list .content ul li {
		width: 3.26rem;
	}*/
}
@media only screen and (max-width: 1366px) {
	header{
		height: 138px;
	}
	
}
@media only screen and (max-width: 1280px) {
	.nav-right {
    width: 9.3rem;
    float: right;
	}
	.list .content ul li {
		width: 3.2rem;
	}
	header{
		height: 138px;
	}
	.list .case-content ul li dd{
		width: 5.7rem;
	}
	.cpzs-r{
		width:5.4rem;
	}
}
@media only screen and (max-width: 1024px) {
	.style-products .content ul li{
		width: 4.02rem;
	}
	header{
		height: 1.5rem;
	}
	header h1 img{
		width: 2.7rem;
	}
	.cpzs-r{
		width:4.5rem;
	}
	.cpzs-r a{
		height: 38px;
		line-height: 38px;
	}
	.cpzs-r h4{
		width: 2.6rem;
	}
	.cpzs-img{
		height: 265px;
	}
	.cpzs-img ul li{
		line-height: 265px;
	}
	.nav{
		height: 1.24rem;
	}
	.nav a{
		height: 1.24rem;
		line-height: 1.15rem;
	}
	.nav a:hover{
		height: 1.24rem;
		line-height: 1.15rem;
	}
	.nav ul li ul{
		top: 1.24rem;
	}
	.nav li.cur:after{
		bottom: 26px;
	}
	.nav li:hover:after{
		bottom: 26px;
	}
	.nav ul li ul li a{
		font-size: .16rem;
	}
	.nav ul li ul li a:hover{
		font-size: .16rem;
	}
	header label span.r{
		line-height: .44rem;
		font-size: .16rem;
	}
	.nav-right{
		width: 8.5rem;
	}
	.list .title{
		margin-top: .4rem;
	}
	.main{
		padding-top: 10px;
	}
	.list .title h3{
		font-size: 14px;
		padding-left: .3rem;
	}
	.list .title h3:after{
		width: 1.2rem;
	}
	.nav-list1 ul li a.cur,.nav-list1 ul li a{
		font-size: 14px;
	}
	.list .content ul li {
		width: 285px;
	}
	.list .content ul li span{
		font-size: 14px;
	}
	.current span{
		padding-left: .35rem;
		font-size: 14px;
	}
	.auxiliary h3{
		padding-top: 7px;
	}
	.list .case-content ul li dt{
		width: 200px;
	}
	.list .case-content ul li dd{
		width: 5rem;
	}
	.list .case-content ul li dd h3 a{
		font-size: 15px;
	}
	header h1{
		margin-top: .21rem;
	}
	.proWrap .title1,.joinTit{
		font-size: 14px;
	}
	.proWrap .title1 .join-p,.joinTit .join-p{
		font-size: 14px;
		width: 90px;
	}
	.joinText p{
		width: 100%;
		font-size: 14px;
	}
}
@media only screen and (max-width: 768px) {
	.nav-w,
	header h2,
	header span {
		display: none;
	}
	.top {
		width: 100%;
	}
	header h1{
		width: 2.5rem;
		margin-top: .06rem;
		margin-left: .3rem;
		overflow: hidden;
	}
	header h1 img {
		width: 100%;
		display: block;
	}
	header {
		height: 80px;
		background: none;
		padding: 0;
		background: #ffffff;
		box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	}
	.cpzs-img{
		width: 4.5rem;
	}
	.nav{
		display: none;
	}
	.auxiliary{
		width: auto;
		padding: 5px .3rem;
		padding-bottom: 10px;
	}
	.nav-right{
		width: 100%;
	}
	.search{
		width: 4.6rem;
		margin-left: 0.5rem;
	}
	.search input{
		width: 4rem;
	}
	.main-1,.style-show .content,.style-show .content-1,.fclist{
		width: auto;
	}
	.style-show .content-1{
		width: 90%;
	}
	.fclist{
		width: 90%;
	}
	.main {
		width: 90%;
		padding: 0;
		margin: 0 5%;
		padding-top: 10px;
	}
	.list .title h3{
		font-size: 15px;
	}
	.list .content ul li {
    		width: 358px;
	}
	.style-products .content{
		width: 90%;
		margin: 0 5%;
	}
	.style-products .content ul li {
    width: 5.02rem;
	}
	.a-about dl{
		width: 10.5rem
	}
	.a-news,.article{
		width: 98%;
		margin: 0 1%;
		margin-bottom: .3rem;
	}
	.a-news .content dl dd{
		width: 68%;
	}
	.a-about dl dd h4{
		margin: .35rem 0 0 .35rem;
	}
	.a-about dl dd div{
		margin: .3rem .35rem 0 .35rem;
	}
	.auxiliary h3 {
    padding-top: 10px;
  	font-size: 13px;
	}
	.auxiliary h3 span a{
		font-size: 13px;
	}
	.foot {
		width: 90%;
		margin: 0 5%;
		margin-top: 30px;
	}
	.foot dl {
		width: 100%;
		margin: 0 0%;
	}
	.foot dl dt h3 {
		text-align: center;
		width: 100%;
		border: 0;
	}
	.foot dl dt h3 img {
		width: 100px;
	}
	.foot dl dt p {
		text-align: left;
		width: 100%;
		font-size: 13px;
		margin: 0;
		line-height: 25px;
		margin-top: 10px;
	}
	.foot dl dd {
		
	}
	.foot dl dd.list-1{
		display: none;
	}
	.bottom {
		min-height: 240px;
	}
	.nav-left{
		display: none;
	}
	.list .content1 ul li a{
		font-size: 14px;
	}
	.list .content1 ul li span{
		font-size: 14px;
	}
	.list .content1 ul li:after{
		top: 13px;
	}
	.list .about-content{
		font-size: 14px;
		line-height: 22px;
	}
	.list .about-content img{
		width: 100%;
	}
	.list .case-content ul li dd {
    		width: 7rem;
	}
	.list .content2 ul li span a{
		margin-top: 0;
	}
	.list .content2 ul li h3 a{
		font-size: 13px;
	}
	.list .content2 ul li h3:after{
		top: 10px;
		left: -10px;
	}
	.cpzs-r {
    width: 5.5rem;
    float: right;
}
}
@media only screen and (max-width: 640px) {
	header{
		height: 70px;
	}
	.search{
		width: 100%;
		margin: 0;
		margin-top: 15px;
	}
	.auxiliary h3{
		float: left;
		margin-top: 0px;
	}
	.main-1{
		padding-top: 10px;
    		padding-bottom: 10px
	}
	.style-show .more a,.style-products .more a{
		font-size: 13px;
	}
	.style-products .content ul li{
		width: 46%;
		margin: 0 2%;
		float: left;
	}
	.style-products .more{
		margin-top: 0;
	}
	.a-about dl{
		width: 90%;
		margin: 0 5%;
	}
	.a-about dl dt{
		width: 100%;
	}
	.a-about dl dd{
		width: 100%;
		position: relative;
		padding-bottom: 20px;
	}
	.style-about .title .am-tabs ul li{
		width: 1.69rem;
	}
	.style-about {
    		width: 100%;
    		overflow: hidden;
    		margin-top: 30px;
    		padding-bottom: 30px;
	}
	.a-news .content dl dt{
		width: 100%;
	}
	.a-news .content dl dd {
    		width: 100%;
    		margin-top: 15px;
	}
	.a-news .content ul li a{
		width: 70%;
		height: 22px;
		overflow: hidden;
	}
	.list .case-content ul li dt {
    width: 100%;
	}
	.list .case-content ul li dd {
    width: 100%;
    margin-top: 10px;
	}
	.list .case-content ul li dd h3:after{
		top: 50px;
	}
	.list .case-content ul li dd p,.list .case-content ul li dd span{
		font-size: 13px;
		line-height: 22px;
	}
	.list .content2 ul li span a{
		margin-top: 0;
	}
	.list .content2 ul li h3 a{
		font-size: 13px;
	}
	.list .content2 ul li h3:after{
		top: 7px;
		left: -10px;
	}
	.foot dl dt{
		width: 100%;
	}
	.foot dl dd.list-2{
		width: 100%;
    		margin-top: .3rem;
	}
	.list .content ul li{
		width: 100%;
		
	}
	.list .content1 ul li a{
		font-size: 14px;
		width: 75%;
		height: 25px;
		line-height: 28px;
		overflow: hidden;
	}
	.list .content1 ul li span{
		font-size: 14px;
		line-height: 28px;
	}
	.list .content1 ul li:after{
		top: 16px;
	}
	.list .title h3:after {
    		width: 1.5rem;
	}
	.proWrap .title1 .join-p, .joinTit .join-p,.joinIco1{
		display: none;
	}
	header {
    height: 65px;
	}
	.list .zxly ul li label input{
		width: 240px;
	}
	.list .zxly ul li label{
		margin: 0;
	}
	.list .zxly ul li{
		margin-top: 10px;
	}
	.list .zxly ul li textarea{
		width: 224px;
	}
	.detail-page ul{
		width: 100%;
	}
	.detail-title h1{
		font-size: 20px;
	}
	.detail-title p span {
    margin: 0px 9px;
	}
	.cpzs-img{
		width: 99%;
	}
	.cpzs-r{
		width: 100%;
		margin-top: 15px;
	}
	.cpzs-r h3{
		font-size: 16px;
	}
	.cpzs-r p{
		font-size: 13px;
		line-height: 22px;
		min-height: auto;
		padding-bottom: 15px;
	}
	.cpzx-content{
		margin-bottom: 25px;
	}
	.cpzs-r span{
		font-size: 14px;
	}
	.cpzs-r span em{
		font-size: 16px;
	}
	.cpzs-r h4 {
    float: left;
    width: 3.5rem;
    margin-top: .2rem;
	}	
	.cp-c{
		font-size: 13px;
		line-height: 22px;
	}
	.cpzx-content .am-nav&gt;li&gt;a{
		font-size: 14px;
	}
}</pre></body></html>