header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	box-shadow: 0px 0px 30px rgba(0,0,0,.15);
}
.top{
	background: #d7e3e7;
}
.logo{
	float: left;
	padding: 15px 0px;
}
.logo img{
	height: 68px;
}
.gaodu{
	height: 98px;
}
@media (max-width:1400px) {
	.logo img{
		height: 50px;
	}
	.gaodu{
		height: 80px;
	}
}
@media (max-width:992px) {
	.logo{
		padding: 0px 0px;
	}
	.gaodu{
		height: 50px;
	}
}
.menu{
	float: right;
}
.menu ul li{
	float: left;
	margin-right: 40px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	color: #000;
	padding: 30px 10px;
	position: relative;
}
.menu ul li a:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	bottom: 0;
	left: 50%;
	background: #88b9cc;
	height: 4px;
	transition: .3s;
}
.menu ul li.on a:after,.menu ul li:hover a:after{
	left: 0;
	width: 100%;
}
.menu ul li a big{
	display: block;
	font-size: 1.8rem;
	line-height: 20px;
}
.menu ul li a i{
	display: block;
	color: rgba(0,0,0,.2);
	font-size: 1.4rem;
	line-height: 18px;
	font-family:Fontone;
}
@media (max-width:1400px) {
	.menu ul li a{
		padding: 21px 10px;
	}
	.menu ul li{
		margin-right: 20px;
	}
}
@media (max-width:1200px) {
	.menu ul li{
		margin-right: 10px;
	}
	.menu ul li a big{
		font-size: 1.6rem;
	}
	.menu ul li a i{
		font-size: 1.2rem;
	}
	.menu ul li a:after{
		height: 3px;
	}
}
@media (max-width:992px) {
	.menu ul li a:after{
		display:none;
	}
}
.nav-logo{
	display: none;
	width: 30px;
	float: right;
	padding: 1px 0px 0px;
}
.nav-logo i{
	display: block;
	padding: 3px 0px;
}
.nav-logo i:after{
	content: "";
	display: block;
	height: 3px;
	background: #fff;
}
.heise{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 98;
}
.menu>i{
	display: none;
	width: 100%;
	height: 50px;
	text-align: center;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding: 15px 0px;
}
.menu>i img{
	height: 20px;
}
@media (max-width:992px) {
	.nav-logo{
		display: block;
	}
	.logo img{
		height: 30px;
	}
	header{
		box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	}
	.top{
		padding: 10px 0px;
	}
	.menu>i{
		display: block;
	}
	.menu{
		position: fixed;
		right: -100%;
		width: 70%;
		top: 0;
		height: 100%;
		background: #fff;
		z-index: 100;
		transition: .5s;
	}
	.menuu{
		right: 0;
	}
	.menu ul{
		padding: 0;
		margin: 0;
	}
	.menu ul li{
		width: 100%;
		border-bottom: 1px rgba(0,0,0,.1) solid;
		padding: 0px 15px;
		margin: 0;
	}
	.menu ul li a{
		padding:0;
	}
	.menu ul li a big{
		color: #545454;
		line-height: 50px;
		font-size: 1.6rem;
		text-align:center;
	}
	.menu ul li a i{
		display:none;
	}
}
#banner{
	background: #d7e3e7;
}
#banner .swiper-pagination{
	bottom: 40px;
}
#banner .swiper-pagination span{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #97bbc1;
}
.title{
	background: url(../images/ttbg1.jpg) 0px center no-repeat;
	padding-left: 80px;
	line-height: 68px;
	color: #363f3f;
	font-size: 2.3rem;
}
.about{
	background: url(../images/abbg.jpg) center no-repeat;
	background-size: 100% 105%;
	padding: 60px 0px;
}
a.more{
	display: block;
	margin: 0 auto;
	width: 168px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 1.7rem;
	background: #90b4c1;
	transition: .3s;
	border-radius: 18px;
}
a.more:hover{
	background: #b11d2a;
	color: #fff;
}
.about h1{
	margin: 70px 0px 35px;
}
.about section{
	color: #2c3333;
	font-size: 1.7rem;
	line-height: 30px;
	text-align: center;
	max-width: 825px;
	margin: 0 auto 30px;
}
@media (max-width:1200px) {
	.about{
		padding: 30px 0px;
	}
	.about h1{
		margin: 40px 0px 25px;
	}
}
@media (max-width:992px) {
	.title{
		font-size: 2.0rem;
	}
	a.more{
		font-size: 1.5rem;
	}
	.about{
		padding: 20px 0px;
	}
	.about h1{
		margin: 5px 0px 10px;
	}
	.about section{
		font-size: 1.4rem;
		line-height: 26px;
		margin: 0 auto 20px;
	}
}
.yewu{
	background: #dee8e9 url(../images/ywbg.jpg) 0 0 no-repeat;
	padding: 75px 0px 65px;
}
.yewu .title{
	background: url(../images/ttbg2.jpg) 0px center no-repeat;
}
.yewu ul{
	margin: 60px 0px 45px;
	padding: 0px 10%;
	display:flex;
	justify-content:space-between;
}
@media (max-width:1200px) {
	.yewu ul{
		margin: 30px 0px 25px;
		padding: 0px 2%;
	}
}
.yewu ul li{
	padding: 0px 9px;
	float: left;
	width: 20%;
	display:flex;
}
.yewu ul li .border{
	padding: 8px;
	background: #fff;
	width:100%;
	height:100%;
	position: relative;
}
.yewu ul li a{
	display: block;
	background: #fff;
	border: 1px #e3eaec solid;
	height:100%;
	padding: 50px 10px 30px 15px;
}
.yewu ul li a>big{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	border: 2px #6f8686 solid;
	text-align: center;
	color: #6f8686;
	font-size: 3.8rem;
	line-height: 56px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -30px;
	margin-top: -30px;
}
.yewu ul li a>span{
	display: block;
	color: #363b3f;
	font-size: 2.3rem;
	text-align: center;
	margin: 0px 0px 20px;
}
.yewu ul li a>section{
	color: #798182;
	font-size: 1.5rem;
	line-height: 20px;
	min-height: 180px;
}
@media (max-width:992px) {
	.yewu{
		padding: 35px 0px;
	}
	.yewu ul{
		margin: 40px 0px 25px;
		padding: 0px 10px;
		display:block;
	}
	.yewu ul li{
		padding: 0px 5px;
		width: 100%;
		margin-bottom:50px;
	}
	.yewu ul li:last-child{
		margin-bottom:0;
	}
	.yewu ul li a{
		padding: 30px 10px 10px 10px;
	}
	.yewu ul li a>section{
		font-size: 1.3rem;
		min-height:auto;
	}
	.yewu ul li a>span{
		font-size: 1.8rem;
		margin: 0px 0px 5px;
	}
}
.case{
	background: url(../images/abbg.jpg) center no-repeat;
	background-size: 100% 105%;
	padding: 60px 0px;
}
.case ul{
	margin: 40px -6px 30px;
}
.case ul li{
	float: left;
	padding: 0px 6px;
	width: 25%;
}
.case ul li a{
	display: block;
	background: #e3e5e5;
	color: #000;
	transition: .3s;
}
.case ul li a span{
	line-height: 55px;
	display: block;
	margin: 0px 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	font-size: 1.8rem;
}
.case ul li a:hover{
	background: #90b4c1;
	color: #fff;
}
@media (max-width:992px) {
	.case{
		padding: 10px 0px;
	}
	.case ul{
		margin: 10px -6px 10px;
	}
	.case ul li{
		width: 50%;
		margin-bottom:15px;
	}
	.case ul li a span{
		line-height: 40px;
		margin: 0px 10px;
		font-size: 1.4rem;
	}
}
.news dl{
	margin: 80px 0px 0px;
}
.news dl dt{
	float: left;
	width: 47%;
	font-weight: normal;
}
.news dl .nstext{
	float: right;
	width: 49%;
	padding: 10px 0px 0px;
}
@media (max-width:992px) {
	.news dl{
		margin: 10px 0px 0px;
	}
	.news dl dt{
		width: 100%;
	}
	.news dl .nstext{
		width: 100%;
		padding: 30px 0px 0px;
	}
}
.news dl dt a{
	display: block;
	background: #9dbdc9;
}
.news dl dt a span{
	display: block;
	padding: 20px 35px;
}
.news dl dt a span big{
	display: block;
	color: #fff;
	font-size: 1.8rem;
	line-height: 26px;
}
.news dl dt a span small{
	display: block;
	font-size: 1.4rem;
	color: #fff;
	line-height: 26px;
}
@media (max-width:992px) {
	.news dl dt a span{
		display: block;
		padding: 10px 15px;
	}
	.news dl dt a span big{
		font-size: 1.4rem;
		line-height: 22px;
	}
	.news dl dt a span small{
		font-size: 1.3rem;
		line-height: 20px;
	}
}
.news dl dd{
	margin-bottom: 30px;
}
.news dl dd a{
	display: block;
}
.news dl dd a:after{
	content: "";
	display: block;
	clear: both;
}
.news dl dd a big{
	display: block;
	width: 20%;
	float: left;
	color: #353535;
	font-size: 2.9rem;
	text-align: center;
	font-family:Fonttwo;
	line-height: 30px;
	position: relative;
	padding: 10px 0px;
}
.news dl dd a big:after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(0,0,0,.1);
	position: absolute;
	right: 5px;
	top: 0;
}
.news dl dd a section{
	float: right;
	width: 80%;
	padding: 10px 0px 10px 10px;
}
.news dl dd a big small{
	display: block;
	color: #9a9a9a;
	font-size: 1.8rem;
	line-height: 20px;
}
.news dl dd a section h3{
	color: #353535;
	font-size: 1.8rem;
	line-height: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news dl dd a section span{
	display: block;
	color: #9a9a9a;
	font-size: 1.4rem;
	line-height: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
@media (max-width:992px) {
	.news dl dd{
		margin-bottom: 15px;
	}
	.news dl dd a big{
		width: 23%;
		font-size: 1.9rem;
		line-height: 20px;
		padding: 10px 0px;
	}
	.news dl dd a section{
		float: right;
		width: 77%;
		padding: 10px 0px 10px 10px;
	}
	.news dl dd a big small{
		font-size: 1.2rem;
		line-height: 20px;
	}
	.news dl dd a section h3{
		font-size: 1.5rem;
	}
	.news dl dd a section span{
		font-size: 1.3rem;
	}
}
.contact{
	background: #e2ecec url(../images/ywbg.jpg) 0 0 no-repeat;
	padding: 100px 0px 0px;
}
.contact .title{
	background: url(../images/ttbg3.jpg) 0 0 no-repeat;
	margin-top: 25px;
}
.contact ul{
	width: 75%;
}
.contact ul li{
	float: left;
	width: 33.33333333333333%;
	text-align: center;
	padding: 0px 5%;
	position: relative;
}
.contact ul li:after{
	content: "";
	display: block;
	width: 1px;
	background: #90b4c1;
	height: 50px;
	position: absolute;
	right: -20px;
	top: 40%;
	transform: rotate(25deg);
	margin-top: -30px;
}
.contact ul li:last-child:after{
	display: none;
}
.contact ul li i{
	display: block;
}
.contact ul li big{
	display: block;
	color: #363f3f;
	font-size: 1.8rem;
	line-height: 26px;
	margin: 10px 0px 6px;
}
.contact ul li span{
	display: block;
	color: #363f3f;
	font-size: 1.8rem;
	line-height: 26px;
}
.contact>center{
	margin: 110px 0px 35px;
}
.contact>center img{
	border: 15px #e3e3e3 solid;
}
@media (max-width:992px) {
	.contact{
		padding: 30px 0px 0px;
	}
	.contact .title{
		background: url(../images/ttbg3.jpg) 0 0 no-repeat;
		margin-top: 15px;
	}
	.contact ul{
		width: 100%;
		margin:20px 0px 0px;
	}
	.contact ul li{
		width: 50%;
		padding:0px 5px;
		margin-bottom:20px;
	}
	.contact ul li:nth-child(1){
		width:100%;
	}
	.contact ul li:nth-child(1):after{
		display: none;
	}
	.contact ul li:after{
		right: -10px;
	}
	.contact ul li big{
		font-size: 1.4rem;
		line-height: 22px;
	}
	.contact ul li span{
		display: block;
		font-size: 1.4rem;
		line-height: 22px;
	}
	.contact>center{
		margin: 10px 10px 15px;
	}
	.contact>center img{
		border: 5px #e3e3e3 solid;
	}
}
.copy{
	padding: 25px 0px 30px;
	font-size: 1.7rem;
	color: #3f4849;
	line-height: 26px;
}
.copy a{
    color: #3f4849;
}
.copy .pull-right a{
	display: block;
	float: left;
	color: #c1cbcb;
	font-size: 2.2rem;
	margin-left: 35px;
	position:relative;
}
.copy .pull-right a span{
	display:none;
	position:absolute;
	bottom:100%;
	left:0;
	z-index:9;
	width:110px;
	padding-bottom:20px;
}
.copy .pull-right a:hover span{
	display:block;
}
.copy .pull-right a span img{
	width:100%;
	height:auto;
}
.copy .pull-right a:first-child{
	margin-left: 0;
	font-size: 2.6rem;
}
.copy .pull-right a:last-child{
	font-size: 2.4rem;
}
footer{
	background: #e2ecec;
}
@media (max-width:992px) {
	.copy{
		padding: 15px 0px;
		font-size: 1.5rem;
		line-height: 22px;
	}
	.copy .pull-left,.copy .pull-right{
		width:100%;
		text-align:center;
	}
	.copy .pull-right{
		margin:10px 0px 0px;
	}
	.copy .pull-right a{
		display: inline-block;
		margin-left: 15px;
		float:none;
	}
}
/*page*/
.content{
	background: #f6f8f9;
}
.lanmu{
	float: left;
	width: 17.5%;
	background: url(../images/lmbgt.jpg) center bottom no-repeat;
	padding-bottom: 200px;
}
.lanmu h2{
	background: url(../images/lmbg.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	color: #fff;
	position: relative;
	padding: 40px 20px;
	margin-top: -44px;
	z-index: 9;
}
.lanmu h2:before{
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 80px;
	height: 80px;
	background: url(../images/bsbg.png?v=1) 0 no-repeat;
	background-size: 100% 100%;
}
.lanmu h2 span{
	display: block;
	font-size: 1.8rem;
	line-height: 22px;
	font-family: Fonttwo;
}
.lanmu h2 big{
	display: block;
	font-size: 2.8rem;
	line-height: 30px;
}
.lanmu ul{
	margin-top: 3px;
	background: #fff;
}
.lanmu ul li{
	margin-bottom: 1px;
}
.lanmu ul li a{
	display: block;
	padding: 0px 20px;
	line-height: 40px;
	font-size: 1.7rem;
	color: #353536;
	position: relative;
	transition: .3s;
}
.lanmu ul li a:after{
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: url(../images/dot1.png) 0 no-repeat;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
}
.lanmu ul li.cur a,.lanmu ul li a:hover{
	background: #97bbc1;
	color: #fff;
}
.ipage{
	width: 78.5%;
	float: right;
	padding-bottom: 80px;
}
@media (max-width:992px) {
	.lanmu{
		width: 100%;
		padding-bottom: 0px;
		background:none;
	}
	.ipage{
		width: 100%;
		padding-bottom: 40px;
	}
	.lanmu h2{
		display:none;
	}
	.lanmu ul{
		margin:15px -5px 5px;
		background:none;
	}
	.lanmu ul li{
		margin-bottom: 10px;
		width:50%;
		padding:0px 5px;
		float:left;
	}
	.lanmu ul li a{
		padding: 0px 0px;
		line-height: 40px;
		font-size: 1.4rem;
		text-align:center;
		background:#fff;
	}
	.lanmu ul li a:after{
		display:none;
	}
}
.weizhi{
	border-bottom: 1px rgba(0,0,0,.11) solid;
	padding: 8px 0px 0px;
	margin-bottom: 40px;
}
.weizhi h3{
	float: left;
	color: #353536;
	font-size: 2.0rem;
	background: url(../images/wzbg.jpg) right center no-repeat;
	line-height: 68px;
	padding-right: 160px;
	height: 60px;
}
.weizhi section{
	float: right;
	height: 60px;
	line-height: 68px;
	color: #888888;
	font-family: "microsoft yahei";
}
.weizhi section a{
	color: #888888;
}
.weizhi section font{
	color: #64a0bb;
}
@media (max-width:992px) {
	.weizhi{
		margin-bottom: 20px;
	}
	.weizhi h3{
		font-size: 1.8rem;
	}
	.weizhi section{
		display:none;
	}
}
.iabout h1{
	color: #64a0bb;
	font-size: 2.8rem;
	line-height: 37px;
	margin: 30px 0px 10px;
}
.iabout section{
	color: #474444;
	font-family: "microsoft yahei";
	line-height: 28px;
}
.iabout section p{
	font-family: "microsoft yahei";
}
.iabout ul{
	text-align: center;
	margin: 40px 0px 0;
	font-size: 0;
}
.iabout ul li{
	width: 105px;
	height: 105px;
	border-radius: 50%;
	background: #97bbc1;
	padding: 9px;
	display: inline-block;
	margin: 0px 11px;
}
.iabout ul li span{
	display: block;
	border: 1px #fff solid;
	font-size: 1.7rem;
	border-radius: 50%;
	line-height: 22px;
	height: 87px;
	color: #fff;
	padding-top: 21px;
}
@media (max-width:992px) {
	.iabout h1{
		font-size: 2.0rem;
		line-height: 27px;
		margin: 20px 0px 10px;
	}
	.iabout section{
		line-height: 24px;
	}
	.iabout ul{
		margin: 30px 0px 0;
	}
	.iabout ul li{
		width: 85px;
		height: 85px;
		margin: 0px 5px;
	}
	.iabout ul li span{
		font-size: 1.4rem;
		line-height: 20px;
		height: 65px;
		padding-top: 12px;
	}
}
.ihonor ul li{
	margin-bottom:30px;
}
.ihonor ul li span{
	display:block;
	cursor:pointer;
}
@media (max-width:992px) {
	.ihonor ul{
		margin-left:-5px;
		margin-right:-5px;
	}
	.ihonor ul li{
		padding:0px 5px;
		margin-bottom:10px;
	}
}
.picshade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.91;
	filter: alpha(opacity=91);
	z-index: 99999;
	display: none;
}

.pictures_eyes_close {
	position: fixed;
	top: 30px;
	right: 30px;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/close.png) no-repeat;
	z-index: 100000;
	display: none;
}

.pictures_eyes {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 199999;
	display: none;
}

.pictures_eyes_in {
	position: relative;
	text-align: center;
}

.pictures_eyes_in img { max-height: 500px; }

.pictures_eyes_in .prev, .pictures_eyes_in .next {
	position: absolute;
	top: 50%;
	width: 51px;
	height: 51px;
	cursor: pointer;
}

.pictures_eyes_in .prev {
	left: 35px;
	background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
	right: 35px;
	background: url(../images/Tright.png) no-repeat;
}
.pictures_eyes_in section p{
	font-size:1.6rem;
	line-height:30px;
	color:#fff;
	padding:0px 0px 20px;
}
.pictures_eyes_indicators {
	position: fixed;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 299999;
}

.pictures_eyes_indicators a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 6px 3px 0 3px;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 0 2px #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
	filter: alpha(opacity=100);
	opacity: 1;
}
.iyewu ul li:after{
	content: "";
	display: block;
	clear: both;
}
.iyewu ul li{
	padding: 5px 20px 5px 5px;
	background: #fff;
	margin-bottom: 20px;
}
.iyewu ul li>i{
	display: block;
	float: left;
	width: 30%;
}
.iyewu ul li>section{
	width: 45%;
	float: left;
	margin: 0px 4%;
	font-family: "microsoft yahei";
	padding-top: 12px;
}
.iyewu ul li>big{
	display: block;
	width: 17%;
	float: left;
	margin-top: 6%;
}
.iyewu ul li>section>a{
	display: block;
	color: #000;
	line-height: 36px;
}
.iyewu ul li>section>a:hover{
	color: #b11d2a;
}
.iyewu ul li>section>span{
	display: block;
	color: #757576;
	font-size: 1.2rem;
	line-height: 22px;
}
.iyewu ul li>big a{
	display: block;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #97bbc1;
	font-family: "microsoft yahei";
	font-size: 1.4rem;
	transition: .3s;
}
.iyewu ul li>big a:hover{
	background: #b11d2a;
}
@media (max-width:992px) {
	.iyewu ul li{
		padding:10px;
	}
	.iyewu ul li>i{
		width: 100%;
	}
	.iyewu ul li>i img{
		width:100%;
	}
	.iyewu ul li>section{
		width: 100%;
		margin: 0px 0;
	}
	.iyewu ul li>big{
		width: 100%;
		margin-top: 10px;
	}
}
.icase ul li{
	margin-bottom: 30px;
}
.icase ul li a{
	display: block;
	color: #000;
	font-family: "microsoft yahei";
	border-bottom: 2px rgba(0,0,0,.05) solid;
	transition: .3s;
}
.icase ul li a:hover{
	border-bottom: 2px #97bbc1 solid;
	color: #5ba4b0;
}
.icase ul li a span{
	display: block;
	line-height: 62px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
@media (max-width:992px) {
	.icase ul{
		margin-left:-5px;
		margin-right:-5px;
	}
	.icase ul li{
		margin-bottom: 10px;
		padding:0px 5px;
	}
	.icase ul li a span{
		line-height: 46px;
	}
}
.page-list{
	padding: 10px 0px 0px;
}
.page-list big{
	display: block;
	float: right;
}
.page-list big a{
	display: block;
	color: #000;
	border: 1px rgba(0,0,0,.1) solid;
	float: left;
	line-height: 20px;
	border-radius: 3px;
	padding: 5px 15px;
	margin-left: 5px;
	font-size: 1.4rem;
	transition: .3s;
}
.page-list big a.hover,.page-list big a:hover{
	background: #97bbc1;
	color: #fff;
	border: 1px #97bbc1 solid;
}
@media (max-width:992px) {
	.page-list big a{
		font-size: 1.3rem;
	}
}
.icontact .map{
	border: 6px #dfe7e9 solid;
	font-family: "microsoft yahei";
}
.icontact ul li:after{
	content: "";
	display: block;
	clear: both;
}
.icontact ul{
	padding: 30px 0px 0px;
}
.icontact ul li{
	margin-bottom: 50px;
}
.icontact ul li i{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px #888888 solid;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}
.icontact ul li section{
	width: calc(100% - 60px);
	float: right;
	color: #353536;
	font-size: 1.6rem;
	font-family: "microsoft yahei";
	line-height: 25px;
}
@media (max-width:992px) {
	.icontact ul li{
		margin-bottom: 20px;
	}
	.icontact ul li section{
		font-size: 1.4rem;
	}
}
.inews dl{
	padding-bottom: 40px;
}
.inews dl dd a{
	display: block;
	color: #302c2c;
	font-family: "microsoft yahei";
}
.inews dl dd a big{
	display: block;
	line-height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.4rem;
	transition: .3s;
	border-bottom: 2px rgba(0,0,0,.07) solid;
}
.inews dl dd a small{
	display: block;
	color: #757576;
	font-size: 1.2rem;
	font-family: arial;
	line-height: 20px;
	padding: 16px 0px 8px;
}
.inews dl dd a span{
	display: block;
	color: #757576;
	font-size: 1.2rem;
	line-height: 22px;
}
.inews dl dd a:hover big{
	border-bottom: 2px #97bbc1 solid;
}
.inews ul{
	border-top: 1px rgba(0,0,0,.09) solid;
	padding-bottom: 30px;
}
.inews ul li{
	padding: 25px 0px;
	border-bottom: 1px rgba(0,0,0,.09) solid;
}
.inews ul li a{
	display: block;
	color: #292d2d;
}
.inews ul li a:after{
	content: "";
	display: block;
	clear: both;
}
.inews ul li a big{
	float: left;
	background: #97bbc1;
	text-align: center;
	width: 11.5%;
	color: #fff;
	padding: 15px 0px;
	transition: .3s;
}
.inews ul li a:hover big{
	background: #b11d2a;
}
.inews ul li a big p{
	font-size: 5.9rem;
	line-height: 60px;
	font-family: arial;
}
.inews ul li a big small{
	display: block;
	font-size: 1.6rem;
	font-family: arial;
	line-height: 20px;
}
.inews ul li a section{
	width: 85%;
	float: right;
	font-family: "microsoft yahei";
}
.inews ul li a section h3{
	color: #292d2d;
	font-size: 1.6rem;
	line-height: 36px;
	font-family: "microsoft yahei";
}
.inews ul li a:hover section h3{
	color: #b11d2a;
}
.inews ul li a section span{
	display: block;
	color: #757576;
	font-size: 1.2rem;
	line-height: 22px;
	margin: 5px 0px 0px;
}
@media (max-width:992px) {
	.inews ul li a big{
		display:none;
	}
	.inews ul li a section{
		width: 100%;
	}
	.inews ul li a section h3{
		font-size: 1.4rem;
		line-height: 30px;
	}
	.inews ul li a section span{
		margin: 0px 0px 0px;
	}
	.inews ul li{
		padding: 10px 0px;
	}
}
.ijoin ul{
	margin: 0px 0px 20px;
	background: #fff;
	padding: 5px 35px 40px;
}
.ijoin ul li{
	padding: 30px 0px;
	font-family: "microsoft yahei";
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.ijoin ul li .jitp span{
	display: block;
	float: left;
	max-width: 80%;
}
.ijoin ul li .jitp big{
	float: right;
	line-height: 44px;
	border: 1px rgba(0,0,0,.1) solid;
	padding: 0px 20px;
	font-size: 1.3rem;
	cursor: pointer;
	transition: .3s;
	width: 17%;
	margin: 9px 0px 0px;
}
.ijoin ul li .jitp big:after{
	content: "↓";
	float: right;
	font-size: 1.8rem;
	color: #666;
}
.ijoin ul li.cur .jitp big:after{
	content: "↑";
}
.ijoin ul li .jitp big:hover,.ijoin ul li.cur .jitp big{
	background: #262626;
	color: #fff;
}
.ijoin ul li .jitp big:hover:after,.ijoin ul li.cur .jitp big:after{
	color: #fff;
}
.ijoin ul li .jitp span h3{
	font-size: 1.6rem;
	line-height: 24px;
	font-family: "microsoft yahei";
}
.ijoin ul li .jitp span small{
	display: block;
	color: #5e6068;
	font-size: 1.4rem;
	margin: 20px 0px 0px;
	line-height: 22px;
	font-family: arial;
}
.ijoin ul li .jibt{
	padding: 10px 0px 0px;
	display: none;
}
.ijoin ul li .jibt h1{
	color: #5e6068;
	line-height: 22px;
	font-size: 1.4rem;
	font-family: "microsoft yahei";
	margin: 15px 0px 20px;
}
.ijoin ul li .jibt h1:last-child{
	margin-bottom: 0;
}
.ijoin ul li .jibt h1:before{
	content: "●";
	margin-right: 4px;
}
.ijoin ul li .jibt h1 a{
	color: #f00;
	font-family: "microsoft yahei";
}
.ijoin ul li .jibt section{
	padding: 5px 0;
	line-height: 25px;
	font-size: 1.4rem;
	color: #5e6068;
}
.ijoin ul li .jibt section p{
	font-family: "microsoft yahei";
}
@media (max-width:992px) {
	.ijoin ul{
		margin: 10px 0px 0px;
		padding: 0px 15px 30px;
	}
	.ijoin ul li{
		padding: 15px 0px;
	}
	.ijoin ul li .jitp span{
		max-width: 100%;
	}
	.ijoin ul li .jitp big{
		display:none;
	}
	.ijoin ul li .jitp span h3{
		font-size: 1.6rem;
		line-height: 24px;
	}
	.ijoin ul li .jitp span small{
		margin:10px 0px 0px;
	}
	.ijoin ul li .jibt h1{
		margin: 5px 0px 10px;
	}
	.ijoin ul li .jibt section{
		line-height: 20px;
		font-size: 1.3rem;
	}
}
.iyewud h2{
	text-align:center;
	font-size:2.0rem;
	line-height:40px;
	padding-bottom:10px;
	border-bottom:1px rgba(0,0,0,.1) solid;
	font-family:'microsoft yahei';
}
.iyewud>section{
	border-bottom:1px rgba(0,0,0,.1) solid;
	padding:20px 0px;
	font-family:'microsoft yahei';
	line-height:26px;
	color:#666;
}
.iyewud>section p{
	font-family:'microsoft yahei';
}
.iyewud>span{
	display:block;
	padding:20px 0px;
}
.iyewud>span a{
	float:left;
	max-width:48%;
	display:block;
	color:#666;
	font-size:1.4rem;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font-family:'microsoft yahei';
}
.iyewud>span a:hover{
	color:#f00;
	text-decoration:underline;
}
.iyewud>span a:last-child{
	float:right;
}
@media (max-width:992px) {
	.iyewud h2{
		font-size:1.8rem;
		line-height:30px;;
	}
}
.fanye{
	padding: 30px 0;
}
.fanye a{
	display: block;
	width: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	line-height: 30px;
	color: #666;
	font-size: 1.6rem;
}
.fanye a:last-child{
	text-align: right;
}
@media (max-width:992px) {
	.fanye{
		padding: 10px 0px 0px;
	}
	.fanye a{
		width: 100%;
		font-size: 1.4rem;
	}
	.fanye a:last-child{
		text-align: left;
	}
}
.instt{
	font-size:2.0rem;
	text-align:center;
	line-height:22px;
	margin:0px 0px 10px;
	font-family:'microsoft yahei';
}
.insct{
	line-height:30px;
	color:#444;
	font-size: 1.6rem;
	margin:20px 0px 0px;
	font-family:'microsoft yahei';
}
.insct p{
	font-family:'microsoft yahei';
}
.insct img{
	max-width:100%;
	height:auto;
}
.instm{
	display:flex;
	justify-content:center;
	border-bottom:2px rgba(0,0,0,.5) solid;
	padding-bottom:7px;
	font-family:'microsoft yahei';
}
.instm span{
	color:#777;
	display:flex;
	line-height:30px;
	margin:0px 10px;
	font-family:'microsoft yahei';
	font-size:1.3rem;
}
.instm span i{
	line-height:26px;
	margin-right:5px;
}
@media (max-width:992px) {
	.inewsd{
		padding:15px 0px 20px;
	}
	.instt{
		font-size:1.6rem;
		margin:0px 0px 5px;
	}
	.insct{
		line-height:22px;
		font-size: 1.4rem;
		margin:10px 0px 0px;
	}
}