.top{
	padding: 15px 0px;
	position:relative;
}
.logo{
	float: left;
}
.sousuo{
	display:none;
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	background:rgba(255,255,255,.7);
	z-index:100;
	padding:25px;
}
.sousuo ul{
	float:right;
}
.sousuo ul li{
	float:left;
	margin: 5px 20px;
}
.sousuo ul li a{
	display:block;
	color:#000;
	font-size:1.5rem;
	line-height:30px;
	transition:.3s;
}
.sousuo ul li a:hover{
	text-decoration:underline;
	font-size:1.6rem;
}
.menu{
	float: right;
}
.menu ul{
	float: left;
}
.sclan{
	float: left;
}
.menu ul li{
	float: left;
	padding: 0px 10px;
}
.menu ul li a{
	display: block;
	color: #292b30;
	font-size: 1.6rem;
	line-height: 54px;
	padding: 0px 10px;
}
.search{
	float: left;
	line-height: 54px;
	font-size: 1.6rem;
	padding:0px 20px;
	cursor:pointer;
	font-weight:bold;
}
.language{
	float: left;
	position: relative;
	cursor: pointer;
}
.language p{
	line-height: 54px;
	font-family:Fontone;
	padding: 0px 30px 0px 0px;
	font-size: 1.6rem;
	background: #fff url(../images/xjt.png) right center no-repeat;
	position: relative;
	z-index: 10;
}
.language span{
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 101;
	background: #1f4783;
	width: 200%;
	padding: 10px 0px;
}
.language:hover span{
	display: block;
}
.language span a{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
}
.jumpto{
    display: none;
}
.pagination>li>a, .pagination>li>span{
    color:#00000099 !important;

}
.pagination li{
         margin-left: 15px; 
}
.pagination>li {
    display: inline-block !important; 
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #ff7800 !important;
    border-color: #ff7800 !important;
    color:#fff !important;
    
   
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #fff !important;
    background: #ff7800 !important;
    border: 1px #ff7800 solid;
}
.pagination li a{
    
}
@media (max-width:1400px) {
	.menu ul li{
		padding: 0px 10px;
	}
	.menu ul li a{
		font-size: 1.5rem;
		padding: 0px 5px;
	}
	.search{
		margin: 0px 10px 0px 20px;
	}
	.language p{
		font-size: 1.5rem;
	}
	.language span a{
		font-size: 1.5rem;
	}
}
@media (max-width:1200px) {
	.top{
		padding: 15px 0px 0px;
	}
	.menu ul li{
		padding: 0px 5px;
	}
	.menu ul li a{
		font-size: 1.4rem;
		padding: 0px 5px;
	}
	.menu{
		width:100%;
		margin:15px 0px 0px;
		border-top:1px rgba(0,0,0,.15) solid;
	}
	.sclan{
		float:right;
	}
	.search{
		font-size: 1.4rem;
		padding:0px 15px;
	}
}
.heise{
	display:none;
	background:rgba(0,0,0,.8);
	position:fixed;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:100%;
}
.menu ul li.lan{
	display:none;
}
.menu ul i{
	display:none;
}
.nav-logo{
	display:none;
	float:right;
	width:28px;
	margin:7px 0px 0px;
}
.nav-logo i{
	display:block;
	padding:2px 0px;
}
.nav-logo i:after{
	content:"";
	display:block;
	height:3px;
	background:#0d4ba5;
}
@media (max-width:992px) {
	.nav-logo{
		display:block;
	}
	.top{
		padding: 5px 0px;
	}
	.logo img{
		height:35px;
	}
	.menu{
		position:fixed;
		width:60%;
		top:0;
		background:#fff;
		right:-100%;
		z-index:100;
		margin:0;
		height:100%;
		border-top:0;
		transition:.5s;
	}
	.menuu{
		right:0;
	}
	.menu li{
		margin:0;
		width:100%;
		border-bottom:1px rgba(0,0,0,.1) solid;
	}
	.menu ul li a{
		font-size: 1.4rem;
		line-height: 46px;
		text-align:center;
		padding: 0px 10px;
	}
	.menu ul li.lan{
		display:block;
	}
	.sclan{
		width:100%;
	}
	.sclan .language{
		display:none;
	}
	.sclan .search{
		text-align:center;
		line-height:46px;
		border-bottom:1px rgba(0,0,0,.1) solid;
		width:100%;
		margin:0;
		padding:0;
	}
	.menu ul i{
		display:block;
		height:46px;
		border-bottom:1px rgba(0,0,0,.1) solid;
		text-align:center;
		padding:14px 0px;
	}
	.menu ul i img{
		height:18px;
	}
	.sousuo{
		display:none;
		position:fixed;
		width:40%;
		height:100%;
		top:0;
		left:0;
		background:#fff;
		z-index:100;
		padding:0px;
	}
	.sousuo ul{
		padding:5%;
	}
	.sousuo ul li{
		float:left;
		margin: 0px;
		width:100%;
	}
	.sousuo ul li a{
		font-size:1.4rem;
		text-align:center;
		line-height:36px;
	}
	.sousuo ul li a:hover{
		text-decoration:underline;
		font-size:1.4rem;
	}
}
#banner .swiper-pagination-fraction{
	bottom: 100px;
}
#banner .swiper-slide{
	overflow:hidden;
}
#banner .swiper-slide img{
	width:100%;
	height:auto;
	transform:scale(1.1);
	transition:5.8s;
}
#banner .swiper-slide-active img{
	transform:scale(1);
}
#banner .swiper-pagination-total,#banner .swiper-pagination-fraction,#banner .swiper-pagination-current{
	color: #1f4783;
	font-size: 1.6rem;
	font-family: Fontone;
}
#banner .swiper-button-white{
	opacity:0;
	transition:.3s;
	background-color:rgba(0,0,0,.6);
	width:30px;
	height:80px;
	margin-top:-40px;
	background-size:auto 30%;
	border-radius:2px;
}
#banner:hover .swiper-button-white{
	opacity:1;
}
#banner .swiper-button-next{
	right:5%;
}
#banner .swiper-button-prev{
	left:5%;
}
@media (max-width:992px) {
	#banner .swiper-pagination-fraction{
		bottom: 20px;
	}
	#banner .swiper-pagination-total,#banner .swiper-pagination-fraction,#banner .swiper-pagination-current{
		color: #fff;
		font-size: 1.3rem;
	}
}
.mouse{
	width: 26px;
	height: 36px;
	border-radius: 13px;
	border: 2px #666666 solid;
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 7;
	margin-left: -13px;
}
.mouse i{
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}
.mouse i:after{
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background: #666;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -1px;
	animation: mouse .5s linear infinite;
	-webkit-animation: mouse .5s linear infinite;
}
@keyframes mouse{
	0% {bottom: 5px}
	50%{bottom: 20px}
	100% {bottom:5px}
}
 
@-webkit-keyframes mouse{
	0% {bottom: 5px}
	50%{bottom: 20px}
	100% {bottom:5px}
}
.title{
	text-align: center;
}
.title big{
	display: block;
	font-family:Fonttwo;
	font-size: 3.7rem;
	letter-spacing: 12px;
	line-height: 46px;
}
.title big font{
	color: #0d4ba5;
}
.title span{
	display: block;
	color: #666e7c;
	font-size: 1.75rem;
	line-height: 30px;
	margin: 10px 0px 0px;
}
@media (max-width:1400px) {
	.title big{
		font-size: 2.8rem;
		letter-spacing: 6px;
		line-height: 36px;
	}
	.title span{
		font-size: 1.5rem;
		line-height: 20px;
		margin: 10px 0px 0px;
	}
}
@media (max-width:992px) {
	.title big{
		font-size: 1.8rem;
		letter-spacing: 3px;
		line-height: 26px;
	}
	.title span{
		font-size: 1.2rem;
		line-height: 20px;
		margin: 5px 0px 0px;
	}
}
.yewu{
	padding: 70px 0px 60px;
}
.yewu ul{
	margin: 66px 0px 0px;
	background: url(../images/ywbg.jpg) center no-repeat;
	background-size: cover;
}
.yewu ul li{
	float: left;
	width: 50%;
	text-align: center;
}
.yewu ul li:nth-of-type(1){
	border-right: 1px rgba(255,255,255,.2) solid;
	border-bottom: 1px rgba(255,255,255,.2) solid;
}
.yewu ul li:nth-of-type(2){
	border-right: 1px rgba(255,255,255,.2) solid;
	border-bottom: 1px rgba(255,255,255,.2) solid;
}
.yewu ul li:nth-of-type(3){
	border-right: 1px rgba(255,255,255,.2) solid;
}
.yewu ul li a{
	display: block;
	padding: 60px 0px 80px;
	color: #fff;
	transition: .3s;
}
.yewu ul li a:hover{
	background: #1f4783;
}
.yewu ul li a>i{
	display: block;
	height: 60px;
	margin: 0px 0px 10px;
	background-position: center;
	background-repeat: no-repeat;
}
.yewu ul li a>big{
	display: block;
	font-size: 2.2rem;
	line-height: 30px;
}
.yewu ul li a p{
    min-height: 78px;
}
.yewu ul li a>span{
	display: block;
	line-height: 26px;
	max-width: 340px;
	margin: 15px auto;
	    max-height: 182px;
    overflow: hidden;
}
.yewu ul li a>small{
	display: block;
	font-size: 1.2rem;
	color: rgba(255,255,255,.6);
}
.yewu ul li a>small:after{
	content: "";
	width: 35px;
	display: block;
	height: 3px;
	margin: 5px auto 0px;
	background: rgba(255,255,255,.6);
}
@media (max-width:1400px) {
	.yewu{
		padding: 40px 0px 30px;
	}
	.yewu ul{
		margin: 40px 0px 0px;
	}
	.yewu ul li a>big{
		font-size: 1.8rem;
	}
}
@media (max-width:992px) {
	.yewu{
		padding: 20px 0px 25px;
	}
	.yewu ul{
		margin: 20px 0px 0px;
	}
	.yewu ul li a{
		padding: 30px 15px 40px;
	}
	.yewu ul li a>i{
		background-size:auto 30px;
		height:30px;
	}
	.yewu ul li a>big{
		font-size: 1.6rem;
		margin:0px 0px 10px;
	}
	.yewu ul li a>span{
		display:none;
	}
}
.news{
	padding: 0px 0px 40px;
	overflow: hidden;
}
.news h1{
	text-align: center;
	color: #999999;
	font-size: 3.0rem;
	margin: 0px 0px 50px;
}
.news ul li a{
	display: block;
	transition: .3s;
	border: 2px rgba(0,0,0,.1) solid;
}
.news ul li a img{
	width: 100%;
}
.news ul li a section{
	padding: 25px 30px;
}
.news ul li a section big{
	display: block;
	color: #37383a;
	font-size: 2.0rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
}
.news ul li a section span{
	display: block;
	color: #9098a0;
	font-size: 1.6rem;
	line-height: 30px;
	margin: 5px 0px 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: .3s;
}
.news ul li a section small{
	display: block;
	border-top: 2px rgba(0,0,0,.1) solid;
	color: #000000;
	font-size: 1.6rem;
	line-height: 30px;
	font-family:Fontone;
	padding: 20px 0px;
	background: url(../images/nsjt.png) right 15px no-repeat;
	transition: .3s;
}
.news ul li a:hover{
	border: 2px #1f4783 solid;
}
.news ul li a:hover section small{
	border-top: 2px #1f4783 solid;
}
.news ul li a:hover section small{
	background: url(../images/nsjtn.png) right 15px no-repeat;
}
@media (max-width:1400px) {
	.news ul li a section{
		padding: 15px 20px;
	}
	.news ul li a section big{
		font-size: 1.7rem;
		line-height: 26px;
	}
	.news ul li a section small{
		font-size: 1.4rem;
	}
}
@media (max-width:1200px) {
	.news h1{
		font-size: 2.6rem;
		margin: 0px 0px 20px;
	}
	.news ul li a section{
		padding: 10px;
	}
	.news ul li a section big{
		font-size: 1.5rem;
	}
	.news ul li a section span{
		font-size: 1.3rem;
		line-height: 30px;
		margin: 2px 0px 15px;
	}
	.news ul li a section small{
		font-size: 1.3rem;
		border-top: 1px rgba(0,0,0,.1) solid;
	}
	.news ul li a{
		border: 1px rgba(0,0,0,.1) solid;
	}
	.news ul li a:hover{
		border: 1px #1f4783 solid;
	}
	.news ul li a:hover section small{
		border-top: 1px #1f4783 solid;
	}
}
@media (max-width:992px) {
	.news{
		padding: 0px 0px 0px;
	}
	.news h1{
		font-size: 2.0rem;
	}
	.news ul li{
		margin-bottom:20px;
	}
	.news ul li a section span{
		margin: 2px 0px 5px;
	}
	.news ul li a section small{
		display:none;
	}
}
.honor{
	padding: 0px 0px 40px;
}
.honor .title big{
	letter-spacing: 5px;
}
.honor .title span{
	font-size: 3.0rem;
}
.zizhi{
	background-size: cover;
	margin: 40px 0px 0px;
	text-align: center;
	min-height: 420px;
	position: relative;
}
.zizhi h3{
	color: #fff;
	font-size: 2.6rem;
	line-height: 54px;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -54px;
}
@media (max-width:1400px) {
	.honor .title span{
		font-size: 2.4rem;
	}
	.zizhi h3{
		color: #fff;
		font-size: 2.0rem;
	}
}
@media (max-width:1200px) {
	.zizhi h3{
		font-size: 1.6rem;
	}
}
@media (max-width:992px) {
	.honor .title span{
		font-size: 1.8rem;
	}
	.honor{
		padding: 0px 0px 20px;
	}
	.honor .title big{
		letter-spacing: 3px;
	}
	.honor .title span{
		font-size: 2.0rem;
	}
	.zizhi{
		margin: 20px 0px 0px;
		min-height: 220px;
	}
	.zizhi h3{
		font-size: 1.4rem;
		line-height: 24px;
		padding:0px 15px;
		top: 20%;
		left: 0;
		margin-top: 10px;
	}
}
#dongbj {
	position: absolute;
	width: 100%;
	height:100%;
	background-attachment: scroll;
	background-size: auto auto;
    background-size: cover;
    background-attachment: fixed;
	top:0;
	left:0;
}
#output {
	width: 100%;
	height: 100%;
}
.bottom{
	padding: 80px 110px 40px;
	background: #363333;
	position:relative;
}
.bottom ul li{
	margin-right: 60px;
	float: left;
}
.bottom ul li:last-child{
	margin-right: 0;
}
.bottom ul li a{
	display: block;
	color: #fff;
	font-size: 1.6rem;
	line-height: 40px;
}
.bottom .contact{
	font-size: 1.6rem;
	line-height: 29px;
	color: rgba(255,255,255,.7);
	margin: 5px 0px 0px;
}
.bottom .text-right{
	padding: 15px 0px 0px;
}
.bottom img{
	max-width:100%;
	height:auto;
}
.bottom .links{
	position: relative;
}
.bottom .links span{
	display: block;
	width: 365px;
	line-height: 34px;
	border: 1px rgba(255,255,255,.4) solid;
	color: #fff;
	padding: 0px 15px;
	margin: 20px 0px 0px;
	cursor: pointer;
}
.bottom .links span p{
	background: url(../images/sjiao.png) right center no-repeat;
}
.bottom .links small{
	display: none;
	position: absolute;
	width: 365px;
	background: #363333;
	border-top: 1px rgba(255,255,255,.4) solid;
	border-left: 1px rgba(255,255,255,.4) solid;
	border-right: 1px rgba(255,255,255,.4) solid;
	bottom: 100%;
	left: 0;
	max-height:250px;
	overflow-y:auto;
}
.bottom .links small a{
	display: block;
	text-align: center;
	color: #fff;
	line-height: 40px;
	border-bottom: 1px rgba(255,255,255,.3) dashed;
}
.bottom .links small a:last-child{
	border-bottom: 0;
}
.bottom .copy{
	text-align: right;
	color: #fff;
	line-height: 36px;
	font-size: 1.6rem;
	margin: 20px 0px 0px;
}
@media (max-width:1400px) {
	.bottom{
		padding: 60px 3% 40px;
	}
	.bottom ul li{
		margin-right: 40px;
	}
	.bottom ul li a{
		font-size: 1.5rem;
	}
	.bottom .contact{
		font-size: 1.4rem;
	}
	.bottom .copy{
		font-size: 1.5rem;
	}
}
@media (max-width:1200px) {
	.bottom ul li a{
		font-size: 1.4rem;
	}
	.bottom .contact{
		font-size: 1.4rem;
	}
	.bottom .copy{
		font-size: 1.4rem;
		margin: 15px 0px 0px;
		line-height: 22px;
	}
}
@media (max-width:992px) {
	.bottom{
		padding: 15px 10px;
	}
	.bottom ul li a{
		font-size: 1.4rem;
		line-height: 30px;
	}
	.bottom .links span{
		width: 100%;
		line-height: 30px;
		padding: 0px 10px;
		margin: 20px 0px 0px;
	}
	.bottom .copy{
		text-align:center;
	}
}
.ibanner{
	margin-bottom: 70px;
}
.ibanner{
	position: relative;
}
.ibanner img{
	width: 100%;
}
.lanmu{
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.49);
}
.lanmu ul li{
	float: left;
	width: 25%;
	border-right: 1px rgba(255,255,255,.3) solid;
}
.lanmu ul li:last-child{
	border-right: 0;
}
.lanmu ul li a{
	display: block;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	transition: .3s;
}
.lanmu ul li.cur a,.lanmu ul li a:hover{
	background: #1f4783;
}
.weizhi{
	position: absolute;
	width: 100%;
	top: 18%;
	padding-left: 9%;
}
.weizhi p{
	float: left;
	color: #fff;
	font-size: 3.0rem;
	letter-spacing: 6px;
}
.weizhi:after{
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	background: #fff;
	float: left;
	margin: 21px 0px 0px 15px;
}
@media (max-width:1400px) {
	.lanmu ul li a{
		line-height: 56px;
		font-size: 1.4rem;
	}
	.weizhi{
		top: 20%;
	}
}
@media (max-width:1200px) {
	.ibanner{
		margin-bottom: 20px;
	}
}
@media (max-width:992px) {
	.lanmu ul li a{
		line-height: 36px;
		font-size: 1.25rem;
	}
	.weizhi{
		top: 40%;
	}
	.weizhi p{
		font-size: 2.0rem;
		letter-spacing: 2px;
	}
	.weizhi:after{
		height: 2px;
		margin: 16px 0px 0px 15px;
	}
}
.iabtext{
	background: url(../images/iabg1.jpg) center no-repeat;
	background-size:cover;
	margin: 45px 0px 25px;
}
.iabtext img{
	max-width:100%;
	height:auto;
}
.iabcont{
	border: 1px rgba(255,255,255,.3) solid;
	padding: 40px 20%;
}
.iabcont section{
	background: #ffffff;
	padding: 50px 10% 80px;
	font-size: 1.75rem;
	line-height: 47px;
	text-align: center;
}
.iabcont section font{
	color: #274e9b;
}
@media (max-width:1200px) {
	.iabtext{
		margin: 25px 0px 15px;
	}
}
@media (max-width:992px) {
	.iabtext{
		margin: 25px 0px 15px;
	}
}
.dasa{
	background-position: 0px center;
	background-repeat:no-repeat;
	background-size: cover;
}
.dasa .dstext {
    float: left;
    font-size: 1.8rem;
    line-height: 47px;
    color: #000;
    margin: 10% 0px 10% 49.5%;
    max-width: 736px;
}
.dasa>i{
	display: block;
	float: right;
	width: 40%;
}
@media (max-width:1200px) {
	.dasa .dstext{
		font-size: 1.5rem;
		line-height: 37px;
		margin: 8% 5% 8% 40%;
	}
}
@media (max-width:992px) {
	.dasa .dstext{
		font-size: 1.4rem;
		line-height: 32px;
		margin: 0px;
		padding:15px;
		background:rgba(255,255,255,.5);
	}
}
.network{
	background: url(../images/wlbg.jpg) center no-repeat;
	background-size: cover;
	padding: 45px 8% 200px 4%;
	margin: 30px 0px;
}
.network i{
	display: block;
	width: 52%;
}
.network section{
	width: 48%;
	float: right;
	font-size: 1.8rem;
	line-height: 39px;
	color: #fff;
	padding: 5% 0px 0px;
}
@media (max-width:1400px) {
	.network section{
		font-size: 1.6rem;
		line-height: 32px;
	}
}
@media (max-width:1200px) {
	.network section{
		font-size: 1.5rem;
		line-height: 32px;
	}
}
@media (max-width:992px) {
	.network{
		padding: 15px;
		margin: 20px 0px;
	}
	.network i{
		width: 100%;
	}
	.network section{
		width: 100%;
		font-size: 1.4rem;
		line-height: 22px;
		padding: 0px;
	}
}
.inews{
	padding: 50px 0px 40px;
}
.inews dl dd a{
	display: block;
	border: 2px rgba(0,0,0,.1) solid;
}
.inews dl dd a img{
	width: 100%;
}
.inews dl dd a section{
	padding: 25px 30px;
}
.inews dl dd a section big{
	display: block;
	color: #37383a;
	font-size: 2.0rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
}
.inews dl dd a section span{
	display: block;
	color: #9098a0;
	font-size: 1.6rem;
	line-height: 30px;
	margin: 5px 0px 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.inews dl dd a section small{
	border-top: 2px rgba(0,0,0,.1) solid;
	display: block;
	color: #000000;
	font-size: 1.6rem;
	line-height: 30px;
	font-family:Fontone;
	padding: 20px 0px;
	background: url(../images/nsjt.png) right 12px no-repeat;
}
.inews dl dd a:hover{
	border: 2px #1f4783 solid;
}
.inews dl dd a:hover section small{
	border-top: 2px #1f4783 solid;
}
.inews dl dd a:hover section small{
	background: url(../images/nsjtn.png) right 12px no-repeat;
}
.inews ul{
	margin: 50px 0px 0px;
	padding-bottom: 20px;
}
.inews ul li{
	margin-bottom: 30px;
}
.inews ul li a{
	display: block;
	border: 2px rgba(0,0,0,.1) solid;
	padding: 30px 5% 30px 0px;
}
.inews ul li a:after{
	content: "";
	display: block;
	clear: both;
}
.inews ul li a .time{
	float: left;
	text-align: center;
	width: 14%;
}
.inews ul li a section{
	float: right;
	width: 86%;
	background: url(../images/nsjt.png) right center no-repeat;
}
.inews ul li a:hover section{
	background: url(../images/nsjtn.png) right center no-repeat;
}
.inews ul li a .time big{
	display: block;
	color: #3f3f3f;
	font-family: arial;
	font-size: 6.6rem;
	line-height: 66px;
}
.inews ul li a .time small{
	display: block;
	color: #3f3f3f;
	font-size: 2.0rem;
	font-family: arial;
	line-height: 20px;
}
.inews ul li a section h3{
	color: #1b1f26;
	font-size: 2.2rem;
	line-height: 22px;
}
.inews ul li a:hover .time big,.inews ul li:hover a .time small,.inews ul li a:hover section h3{
	color: #1f4783;
}
.inews ul li a section span{
	display: block;
	color: #808489;
	font-size: 1.6rem;
	line-height: 27px;
	max-width: 75%;
	margin: 15px 0px 25px;
}
.inews ul li a section i{
	display: block;
	font-style: normal;
	color: #1f4783;
	font-size: 1.4rem;
	line-height: 22px;
}
.inews ul li a:hover{
	border: 2px #0d4ba5 solid;
}
@media (max-width:1400px) {
	.inews dl dd a section{
		padding: 15px 20px;
	}
	.inews dl dd a section big{
		font-size: 1.7rem;
		line-height: 26px;
	}
	.inews dl dd a section small{
		font-size: 1.4rem;
	}
	.inews ul li a .time big{
		font-size: 4.6rem;
		line-height: 46px;
	}
	.inews ul li a .time small{
		font-size:1.8rem;
	}
	.inews ul li a section h3{
		font-size: 1.8rem;
	}
	.inews ul li a section span{
		font-size: 1.4rem;
		line-height: 22px;
		margin: 10px 0px 20px;
	}
}
@media (max-width:1200px) {
	.inews{
		padding: 20px 0px 40px;
	}
	.inews dl dd a section{
		padding: 10px;
	}
	.inews dl dd a section big{
		font-size: 1.5rem;
	}
	.inews dl dd a section span{
		font-size: 1.3rem;
		line-height: 30px;
		margin: 2px 0px 15px;
	}
	.inews dl dd a section small{
		font-size: 1.3rem;
		border-top: 1px rgba(0,0,0,.1) solid;
	}
	.inews dl dd a{
		border: 1px rgba(0,0,0,.1) solid;
	}
	.inews dl dd a:hover{
		border: 1px #1f4783 solid;
	}
	.inews dl dd a:hover section small{
		border-top: 1px #1f4783 solid;
	}
	.inews ul{
		margin: 30px 0px 0px;
	}
	.inews ul li{
		margin-bottom: 14px;
	}
	.inews ul li a{
		padding: 15px 20px 20px 0px;
	}
	.inews ul li a .time big{
		font-size: 3.6rem;
		line-height: 36px;
	}
	.inews ul li a .time small{
		font-size:1.6rem;
	}
	.inews ul li a section h3{
		font-size: 1.6rem;
	}
	.inews ul li a section span{
		font-size: 1.4rem;
		line-height: 22px;
		margin: 10px 0px 20px;
	}
}
@media (max-width:992px) {
	.inews dl{
		display:none;
	}
	.inews ul{
		margin: 0px 0px 0px;
		padding-bottom: 10px;
	}
	.inews ul li a{
		padding:10px;
	}
	.inews ul li a .time{
		width: 100%;
	}
	.inews ul li a .time:after{
		content:"";
		display:block;
		clear:both;
	}
	.inews ul li a section{
		width: 100%;
	}
	.inews ul li a .time big{
		float:left;
		font-size: 1.4rem;
		line-height: 20px;
	}
	.inews ul li a .time small{
		float:left;
		font-size: 1.4rem;
		line-height: 20px;
		margin-left:10px;
	}
	.inews ul li a section{
		width: 100%;
		background: none;
	}
	.inews ul li a:hover section{
		background: none;
	}
	.inews ul li a section h3{
		font-size: 1.5rem;
		margin:3px 0px 0px;
	}
	.inews ul li a section span{
		font-size: 1.4rem;
		line-height: 20px;
		max-width: 100%;
		margin: 10px 0px 15px;
	}
}
.page-list{
	border-top: 1px rgba(0,0,0,.1) solid;
	padding-bottom:90px;
}
.page-list big{
	float: right;
	padding: 30px 0px 0px;
}
.page-list a,.page-list span{
	display: block;
	line-height: 42px;
	padding: 0px 20px;
	float: left;
	color:rgba(0,0,0,.6);
	font-size: 2.0rem;
	font-family: arial;
	margin-left: 15px;
	border-radius: 3px;
	border: 1px rgba(0,0,0,.1) solid;
	transition: .3s;
	
}
.page-list a:hover,.page-list a.hover{
	color: #fff;
	background: #ff7800;
	border: 1px #ff7800 solid;
}

@media (max-width:1200px) {
	.page-list a{
		line-height: 36px;
		font-size: 1.6rem;
	}
}
@media (max-width:992px) {
	.page-list big{
		padding: 20px 0px 0px;
	}
	.page-list a{
		line-height: 30px;
		padding: 0px 15px;
		font-size: 1.4rem;
		border-radius:0;
	}
}
.iyewu{
	padding: 0px 0px 0px;
}
.iyewu .ywclass{
	float: left;
	width: 18%;
}
.iyewu .ywcont{
	float: left;
	width: 82%;
	border-left: 1px rgba(0,0,0,.1) solid;
	padding-bottom: 100px;
	min-height: 900px;
}
.iyewu .ywcont>h1{
	color: #252224;
	font-size: 61px;
	font-size: 2.4rem;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding-bottom: 15px;
	margin-left: 6%;
}
.iyewu .ywcont>section{
	color: #32373d;
	font-size: 1.8rem;
	line-height: 45px;
	margin-left: 6%;
	margin-top: 50px;
}
.iyewu .ywcont>section img{
	max-width: 100%;
	height:auto;
}
.iyewu .ywclass dl dt{
	font-size: 3.4rem;
	color: #252224;
	font-weight: normal;
	position: relative;
	margin-bottom: 30px;
}
.iyewu .ywclass dl dt small{
	color: #e8f2fc;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family:Fonttwo;
	font-size: 4.6rem;
	line-height: 50px;
}
.iyewu .ywclass dl dt span{
	display: block;
	position: relative;
	z-index: 2;
	line-height: 50px;
	padding-left: 10px;
}
.iyewu .ywclass dl dd{
	padding: 6px 25px;
}
.iyewu .ywclass dl dd a{
	display: block;
	padding: 0px 15px;
	transition: .3s;
}
.iyewu .ywclass dl dd a p{
	font-size: 1.7rem;
	line-height: 48px;
	color: #333;
	padding-left: 35px;
	background: url(../images/yqjt.png) 0px center no-repeat;
}
.iyewu .ywclass dl dd a:hover p,.iyewu .ywclass dl dd.cur a p{
	color: #fff;
}
.iyewu .ywclass dl dd a:hover,.iyewu .ywclass dl dd.cur a{
	background: #1f4783;
	border-radius: 3px;
}
@media (max-width:1400px) {
	.iyewu .ywclass{
		width: 24%;
	}
	.iyewu .ywcont{
		width: 76%;
		padding-bottom: 60px;
		min-height: 900px;
	}
	.iyewu .ywcont>h1{
		font-size: 51px;
		font-size: 2.0rem;
		padding-bottom: 10px;
		margin-left: 6%;
	}
	.iyewu .ywcont>section{
		font-size: 1.6rem;
		line-height: 40px;
		margin-left: 6%;
		margin-top: 30px;
	}
	.iyewu .ywclass dl dt{
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	.iyewu .ywclass dl dt small{
		font-size: 3.6rem;
		line-height: 40px;
	}
	.iyewu .ywclass dl dd{
		padding: 4px 25px;
	}
	.iyewu .ywclass dl dd a{
		display: block;
		padding: 0px 15px;
		transition: .3s;
	}
	.iyewu .ywclass dl dd a p{
		font-size: 1.5rem;
		line-height: 40px;
		padding-left: 35px;
	}
}
@media (max-width:1200px) {
	.iyewu .ywclass dl dd{
		padding: 4px 10px 4px 5px;
	}
}
@media (max-width:992px) {
	.iyewu .ywclass{
		width: 100%;
	}
	.iyewu .ywcont{
		width: 100%;
		padding-bottom: 30px;
		min-height: auto;
		border-left: 0px rgba(0,0,0,.1) solid;
	}
	.iyewu .ywclass dl{
		margin:0px -5px;
	}
	.iyewu .ywclass dl dt{
		width:100%;
		margin-bottom:5px;
		font-size: 2.0rem;
	}
	.iyewu .ywclass dl dt small{
		font-size: 3.0rem;
		line-height: 30px;
	}
	.iyewu .ywclass dl dd{
		padding: 0px 5px;
		width:50%;
		float:left;
		margin-bottom:10px;
	}
	.iyewu .ywclass dl dd a{
		text-align:center;
		padding: 0px 0px;
		border:1px rgba(0,0,0,.1) solid;
	}
	.iyewu .ywclass dl dd a p{
		font-size: 1.4rem;
		line-height: 40px;
		padding-left: 0;
		background: none;
	}
	.iyewu .ywcont>h1{
		margin-left: 0;
		font-size: 41px;
		font-size: 1.6rem;
		padding:15px 0px 10px;
	}
	.iyewu .ywcont>section{
		margin-left: 0;
	}
}
.icontact{
	background: #f2f2f2;
	padding: 30px;
	min-height: 1000px;
}
.icontact dl dd{
	float: left;
}
.icontact dl dd a{
	display: block;
	font-size: 1.6rem;
	line-height: 50px;
	color: #6a737a;
	background: #fff;
	border-radius: 3px;
	padding: 0px 30px;
	margin: 10px 10px 10px 0px;
}
.icontact dl dd.cur a,.icontact dl dd a:hover{
	color: #fff;
	background: #1f4783;
}
.icontact h1{
	color: #1f4783;
	font-size: 1.8rem;
	line-height: 46px;
	margin: 50px 0px 40px;
	border-bottom:2px rgba(0,0,0,.1) solid;
	padding-bottom:15px;
}
.icontact h1 font{
	color: #858a8e;
	font-size: 1.4rem;
}
.icontact ul{
	display:flex;
	flex-wrap:wrap;
}
.icontact ul li{
	margin-bottom: 30px;
}
@media (min-width:1680px) {
	.icontact ul li.col-bg-4{
		width:33.333333333333333%;
	}
}
.icontext{
	padding:30px 0px 0px 4%;
	font-size:1.6rem;
	line-height:36px;
	color:#444;
}
.icontact ul li .ictext{
	background: #fff;
	padding: 30px 40px;
	min-height: 230px;
	height:100%;
	position:relative;
}
.icontact ul li .ictext h2{
	color: #1f2428;
	font-size: 1.8rem;
	line-height: 20px;
	padding:13px 0px;
	margin: 0px 0px 5px;
}
.icontact ul li .ictext section{
	color: #808a8e;
	font-size: 1.4rem;
	line-height: 28px;
}
@media (max-width:1600px) {
	.icontact ul li .ictext h2{
		height:66px;
	}
	.icontact ul li .ictext{
		min-height: 280px;
	}
}
@media (max-width:1200px) {
	.icontact dl dd a{
		font-size: 1.4rem;
		line-height: 44px;
	}
	.icontact h1{
		font-size: 1.8rem;
		line-height: 46px;
		margin: 30px 0px 20px;
		padding-bottom:10px;
	}
	.icontact ul li{
		margin-bottom: 10px;
	}
	.icontact ul li .ictext{
		padding: 20px 30px;
		min-height: 230px;
	}
	.icontact ul li .ictext h2{
		font-size: 1.6rem;
		padding:10px 0px;
		margin: 0px 0px 5px;
	}
	.icontact ul li .ictext section{
		font-size: 1.4rem;
		line-height: 24px;
	}
}
@media (max-width:992px) {
	.icontext{
		padding:15px;
		font-size:1.4rem;
		line-height:26px;
	}
	.icontact{
		padding: 10px;
		min-height: auto;
	}
	.icontact ul li .ictext{
		padding: 10px 15px 30px;
		min-height: auto;
	}
	.icontact dl dd a{
		margin: 0px 10px 10px 0px;
	}
	.icontact h1{
		font-size: 1.8rem;
		line-height: 46px;
		margin: 10px 0px;
		padding-bottom:5px;
	}
	.icontact ul li .ictext h2{
		height:auto;
	}
}
.danye{
	padding:35px 0px 100px;
	line-height:34px;
	font-size:1.6rem;
	color:#666;
}
.danye img,.danye video,.danye iframe{
	max-width:100%;
	height:auto;
}
@media (max-width:1200px) {
	.danye{
		padding:15px 0px 50px;
		line-height:30px;
		font-size:1.5rem;
	}
}
@media (max-width:992px) {
	.danye{
		padding:15px 0px 30px;
		line-height:26px;
		font-size:1.4rem;
	}
}
.inewsd{
	padding:45px 0px 100px;
}
.instt{
	font-size:2.0rem;
	text-align:center;
	line-height:22px;
	margin:0px 0px 10px;
}
.insct{
	line-height:30px;
	color:#444;
	font-size: 1.6rem;
	margin:20px 0px 0px;
}
.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;
}
.instm span{
	color:#777;
	display:flex;
	line-height:30px;
	margin:0px 10px;
	font-size:1.3rem;
}
.instm span i{
	line-height:26px;
	margin-right:5px;
}
.inesd{
	width:64%;
	float:right;
}
.inewsd .instui{
	float:left;
	width:30%;
}
.instui form{
	width:100%;
	border:2px #000 solid;
	display:flex;
}
.instui form input{
	width:85%;
	line-height:26px;
	padding:10px;
	outline:none;
	border:0;
	font-family:Fontfour;
	font-size:1.8rem;
}
.instui form button{
	width:15%;
	background:url(../images/hfdj.png) center no-repeat;
	border:0;
}
.instui h3{
	color:#222222;
	font-size:2.6rem;
	line-height:30px;
	margin:50px 0px 0px;
}
.instui h3:after{
	content:"";
	width:32px;
	display:block;
	height:3px;
	background:#e92b2e;
	margin:5px 0px 0px;
}
@media (max-width:1200px) {
	.instui form input{
		line-height:20px;
		font-size:1.6rem;
	}
	.instui h3{
		font-size:2.2rem;
		margin:30px 0px 0px;
	}
}
@media (max-width:1200px) {
	.inesd{
		width:100%;
		float:right;
	}
	.inewsd .instui{
		display:none;
	}
}
.instui dl{
	margin:30px 0px 0px;
}
.instui dl dd{
	margin-bottom:20px;
}
.instui dl dd a{
	display:flex;
	justify-content:space-between;
	color:#222222;
}
.instui dl dd a big{
	width:26%;
	display:block;
	overflow:hidden;
}
.instui dl dd a big img{
	width:100%;
	transform:scale(1);
	transition:1s;
}
.instui dl dd a:hover big img{
	transform:scale(1.2);
}
.instui dl dd a section{
	width:70%;
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
}
.instui dl dd a section p{
	width:100%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	transition:.3s;
}
.instui dl dd a section span{
	display:block;
	font-size:1.2rem;
	color:#666666;
	line-height:18px;
	max-height:36px;
	overflow:hidden;
	width:100%;
}
.instui dl dd a section small{
	color:#e81a23;
	font-size:1.2rem;
	display:block;
	width:100%;
}
.instui dl dd a:hover section p{
	color:#e81a23;
}
@media (max-width:992px) {
	.instt{
		font-size:1.6rem;
		margin:0px 0px 5px;
	}
	.insct{
		line-height:22px;
		font-size: 1.4rem;
		margin:10px 0px 0px;
	}
	.inewsd{
		padding:5px 0px 40px;
	}
}
.fanye{
	padding: 30px;
}
.fanye a{
	display: block;
	width: 45%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	line-height: 30px;
	color: #666;
	font-size: 1.6rem;
}
.fanye a:nth-of-type(2){
	width:10%;
	text-align:center;
	font-weight:bold;
}
.fanye a:last-child{
	text-align: right;
}
.ijoin{
	padding-bottom: 100px;
}
.ijoin ul{
	margin: 70px 0px 20px;
	border-top: 1px rgba(0,0,0,.1) solid;
}
.ijoin ul li{
	padding: 50px;
	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: 10px 20px;
	font-size: 2.0rem;
	cursor: pointer;
	transition: .3s;
	width: 15%;
	margin: 9px 0px 0px;
}
.ijoin ul li .jitp big:after{
	content: "↓";
	float: right;
	font-size: 1.8rem;
	color: #666;
}
.ijoin ul li.cur{
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}
.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: 2.5rem;
	line-height: 30px;
}
.ijoin ul li .jitp span small{
	display: block;
	color: #5e6068;
	font-size: 1.8rem;
	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: 36px;
	font-size: 1.7rem;
	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;
}
.ijoin ul li .jibt section{
	padding-left: 12px;
	line-height: 36px;
	font-size: 1.7rem;
	color: #5e6068;
}
.ijoin .page-list{
	border-top:0;
	margin-top:0;
	padding-top:0;
}
@media (max-width:1400px) {
	.ijoin{
		padding-bottom: 50px;
	}
	.ijoin ul{
		margin: 40px 0px 10px;
	}
	.ijoin ul li{
		padding: 30px;
	}
	.ijoin ul li .jitp big{
		font-size: 1.6rem;
		line-height:36px;
	}
	.ijoin ul li .jitp big:after{
		font-size: 1.6rem;
	}
	.ijoin ul li .jitp span h3{
		font-size: 2.0rem;
	}
	.ijoin ul li .jitp span small{
		font-size: 1.6rem;
	}
	.ijoin ul li .jibt h1{
		line-height: 30px;
		font-size: 1.5rem;
	}
}
@media (max-width:1200px) {
	.ijoin ul{
		margin: 20px 0px 10px;
	}
	.ijoin ul li{
		padding: 15px;
	}
	.ijoin ul li .jitp big{
		font-size: 1.4rem;
		line-height:30px;
		padding:5px 20px;
	}
	.ijoin ul li .jitp big:after{
		font-size: 1.6rem;
	}
	.ijoin ul li .jitp span h3{
		font-size: 1.6rem;
	}
	.ijoin ul li .jitp span small{
		margin: 10px 0px 0px;
		font-size: 1.4rem;
	}
	.ijoin ul li .jibt h1{
		font-size: 1.5rem;
	}
}
@media (max-width:992px) {
	.ijoin ul li .jibt{
		padding: 0px 0px 0px;
	}
	.ijoin ul li .jibt h1{
		margin: 5px 0px;
	}
	.ijoin ul li .jitp big{
		display:none;
	}
	.ijoin ul li .jitp span{
		width:100%;
	}
	.ijoin ul li .jitp span small{
		margin: 5px 0px 0px;
		font-size: 1.4rem;
	}
	.ijoin ul li .jibt section{
		line-height: 24px;
		font-size: 1.4rem;
	}
}
 .yjgs{
	padding-left: 6%;
	padding-top: 30px;
}
 .yjgs big{
	display: block;
	float: left;
	background: #1f4783;
	line-height: 34px;
	border-radius: 21px;
	padding: 4px;
}
.yjgs big span,.yjgs big a{
	display: block;
	float: left;
	border-radius: 21px;
	padding: 0px 20px;
	font-size: 1.5rem;
	margin-left: 4px;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	text-decoration:none;
}
.yjgs big span:first-child,.yjgs big a:first-child{
	margin-left: 0;
}
.yjgs big span:hover, .yjgs big span.cur,.yjgs big a:hover, .yjgs big a.cur{
	background: #fff;
	color: #1f4783;
}
.iyeji{
	padding: 25px 0px 0px 6%;
}
.iyeji>section{
	display:none;
	line-height:36px;
	font-size:1.6rem;
	color:#666;
}
.iyeji img{
	max-width: 100%;
	height: auto;
}
.igshi>h1{
	text-align: center;
	color: #000000;
	font-size: 2.6rem;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding-bottom: 30px;
}
.igshi .yjgs{
	padding: 50px 0px;
}
.igscont{
	padding: 0px 0px 20px;
}
@media(max-width:992px){
	.yjgs{
		padding-left: 0;
		padding-top: 20px;
	}
	.iyeji{
		padding: 20px 0px 0px 0;
	}
	.igshi>h1{
		font-size: 1.8rem;
		padding-bottom:10px;
	}
	.igshi .yjgs {
		padding: 20px 0px;
	}
	.igshi .yjgs.mb big{
		padding:0;
		background:#fff;
	}
	.igshi .yjgs.mb big a{
		border:1px rgba(0,0,0,.1) solid;
		border-radius:0;
		font-size:1.4rem;
		margin:0 0 10px;
		color:#1f4783;
		width:100%;
		text-align:center;
	}
	.igshi .yjgs.mb big a.cur{
		background: #1f4783;
		color:#fff;
	}
}
.idwon{
	padding:50px 0px 30px 6%;
}
.idwon ul{
	padding-bottom:30px;
}
.idwon ul li{
	margin-bottom:15px;
}
.idwon ul li a{
	display:flex;
	background:#fff;
	padding:2% 7% 2% 3%;
	justify-content:space-between;
	border:1px #fff solid;
	align-items:center;
	border:1px rgba(0,0,0,.1) solid;
	transition:.3s;
}
.idwon ul li a section{
	display:flex;
}
.idwon ul li a section small{
	margin:0px 15px 0px 0px;
}
.idwon ul li a section big{
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
}
.idwon ul li a section big p{
	font-size:2.2rem;
	color:#333333;
	width:100%;
	line-height:26px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.idwon ul li a section big b{
	font-size:1.4rem;
	color:rgba(0,0,0,.4);
	font-weight:normal;
	line-height:18px;
}
.idwon ul li a span{
	border:1px #1f4783 solid;
	color:#1f4783;
	line-height:20px;
	padding:5px 25px;
	transition:.3s;
}
.idwon ul li a:hover{
	border:1px #1f4783 solid;
}
.idwon ul li a:hover span{
	background:#1f4783;
	color:#fff;
}
@media (max-width:1400px) {
	.idwon{
		padding:40px 0px 30px 6%;
	}
	.idwon ul li a section big p{
		font-size:1.8rem;
	}
}
@media (max-width:1200px) {
	.idwon{
		padding:30px 0px 10px 6%;
	}
	.idwon ul li a section big p{
		font-size:1.6rem;
	}
}
@media (max-width:992px) {
	.idwon{
		padding:15px 0px;
	}
	.idwon ul{
		padding-bottom:5px;
	}
	.idwon ul li a{
		padding:10px;
	}
	.idwon ul li a section small img{
		height:25px;
		margin:10px 0px 0px;
	}
	.idwon ul li a span{
		display:none;
	}
}