@charset "utf-8";
/* CSS Document */
.top-img{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	min-height: 750px;
	background: url(en-img1.png) no-repeat center;
	background-size: cover;
}
.top-img>img{
	width: 100%;
	height: 100%;
}
.top-ifm{
	width: 960px;
	float: left;
	margin-top: 340px;
}
.top-ifm h1{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 70px;
	color: #FFFFFF;
	line-height: 98px;
	text-align: left;
}
.top-ifm p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 36px;
	text-align: left;
	margin-top: 50px;
}
.top-ifm a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: left;
	padding: 15px 52px;
	border-radius: 5px;
	border: 1px solid #B8F3FF;
	margin-top: 60px;
	display: inline-block;
}
.yw{
	margin-top: 60px;
	background: url(en-yw-bg.png) no-repeat right top;
	background-size: 46% 75%;
}
.title{
	overflow: hidden;
	margin-bottom: 40px;
}
.yw .row{
	margin-top: -40px;
}
.title h2{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 40px;
	color: #444444;
	line-height: 53px;
	float: left;
}
.title h2 span{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #8BCCE9;
	display: block;
	
}
.more{
	float: right;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	display: block;
	margin-top: 30px
}
.yw-swiper .swiper-slide a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.yw-swiper .swiper-slide a{
	height: 436px;
	display: block;
	overflow: hidden;
	border-radius: 10px
}
.yw-ctrl{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #004DB699;
	width: 167px;
	height: 72px;
	z-index: 99;
}
.yw-img{
	position: relative;
	width: 50%;
	padding: 0px 20px;
	float: right;
}
.swiper-button-prev{
	background: url(en-left-pg.png) no-repeat center;
	width: 38px;
	height: 55px;
	top: calc(50% - 27px);
	left: 0px;
	margin-top: 0;
}
.swiper-button-next{
	background: url(en-right-pg.png) no-repeat center;
	width: 38px;
	height: 55px;
	top: calc(50% - 27px);
	right: 0px;
	margin-top: 0;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-pagination{
	position: absolute;
	bottom: 0
}
.yw-ifm{
	margin-top: 20px;
	width: 50%;
	padding: 0px 20px;
	float: left;
}
.yw-ifm li{
	display: none;
}
.yw-ifm li.active{
	display: block;
}
.yw-ifm li a:first-child{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 26px;
	color: #00679C;
	line-height: 40px;
	text-align: left;
	display: block;
	margin-bottom: 40px;
	margin-top: 40px;
}
.yw-ifm li p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #777777;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
}
.news-more{
	background: #17BEE1;
	line-height: 62px;
	padding: 0px 50px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 50px;
	border-radius: 5px;
}





.jlhz{
	padding: 135px 0px;
	background: url(en-jlhz-bg.png) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 60px;
}
.jlhz-list{
	overflow: hidden;
	margin: 0px -20px
}
.jlhz-list li{
	width: 33.33%;
	float: left;
	padding: 0px 20px;
}
.jlhz-img{
	display: block;
	width: 100%;
	height: 284px;
	line-height: 0;
	overflow: hidden;
}
.jlhz-img img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	object-fit: cover;
}
.jlhz-img img:hover{
	transform: scale(1.1);
	
}
.jlhz-list li div{
	padding: 20px 25px;
	background: #fff;
	border-bottom: 3px solid #41A2CF;
}
.jlhz-title{
	display: block;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #444444;
	line-height: 36px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
	height: 72px;
}
.jlhz-list li div p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #777777;
	line-height: 32px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
	height: 96px
}
.jlhz-list li div span{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #3392BC;
}

.chnl3rd{
	overflow: hidden;
	padding-bottom: 60px;
	background: url(en-xshd-bg.png) no-repeat left bottom;
	background-size: 45% 70%;
	margin-top: 67px;
}
.xshd-img{
	width: 100%;
	display: block;
	line-height: 0px;
	position: relative;
	overflow: hidden;
}
.xshd-img img{
	width: 100%;
	transition: all 0.3s
}
.xshd-img img:hover{
	transform: scale(1.1)
}
.xshd-img-title{
	width: 100%;
	background: rgba(0,0,0,0.47);
	position: absolute;
	bottom: 0px;
	padding: 15px 20px;
	overflow: hidden;
}
.img-date{
	padding-right: 15px;
	border-right: 1px solid #C9C9C9;
	float: left;
}
.img-date p:first-child{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 50px;
	color: #AFE7FF;
	line-height: 50px;
	text-align: center;
}
.img-date p:last-child{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #AFE7FF;
	line-height: 20px;
}
.xshd-img-title>p{
	float: right;
	width: calc(100% - 100px);
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 36px;
}
.xshd-list li{
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #D5D5D5;
}
.xshd-date{
	background: #31B4EE;
	padding: 6px 8px;
	float: left;
}
.xshd-date p:first-child{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
}
.xshd-date p:last-child{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	text-align: center;
}
.xshd-list li a{
	float: right;
	width: calc(100% - 95px);
	padding-left: 33px;
	display: block;
	background: url(en-xshdlistbg.png) no-repeat left top;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #444444;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
	height: 72px;
	margin-top: -7px;
}

@media(max-width:1660px){
	.yw-swiper .swiper-slide a{
		height: 387px;
	}
}

@media(max-width:1460px){
	.xwdt{
		width: calc(33.33% - 40px)
	}
	.yw-swiper .swiper-slide a{
		height: 314px;
	}
	.top-img{
		height: inherit;
		min-height: inherit;
	}
	.top-ifm{
		margin-top: 200px;
		margin-bottom: 150px;
		width: 650px
	}
	.top-ifm h1{
		font-size: 40px;
	}
	.top-ifm p{
		margin-top: 20px;
	}
	.top-ifm a{
		margin-top: 30px;
	}
	.yw-ifm li a:first-child{
		margin: 20px 0px;
	}
	.news-more{
		margin-top: 30px;
	}
}
@media(max-width:1199px){
	.yw-swiper .swiper-slide a{
		height: 252px;
	}
	.jlhz-list li{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
}
@media(max-width:1199px) and (min-width:991px){
	.xwdt1st a:first-child{
		position: static;
	}
	.xwdt1st{
		padding: 0 0 36px;
	}
	
}
@media(max-width:991px){
	.down{
		display: none;
	}
	.top-img{
		height: auto;
		background: url(en-top-img-mob.png) no-repeat center;
		background-size: cover;
	}
	.yw{
		width: 100%;
		float: none;
		background: none;
	}
	.yw-list,.yw .title{
		padding-right: 0px;
		border: none;
	}
	.xwdt{
		width: 100%;
		float: none;
	}
	.chnl3rd{
		background: none;
		padding-bottom: 0px;
	}
	.chnl3rd>div{
		width: auto;
		float: none;
	}
	.links li{
		width: 50%;
		margin-bottom: 20px;
	}
	.top-ifm{
		width: 100%;
		margin-top: 150px;
		margin-bottom: 100px;
	}
	.top-ifm h1{
		font-size: 30px;
		line-height: 40px;
	}
	.top-ifm p{
		margin-top: 30px;
	}
	.top-ifm a{
		margin-top: 10px;
	}
	.yw .row{
		margin-top: 0px;
	}
	.yw-img,.yw-ifm{
		float: none;
		width: 100%;
	}
	.yw-ifm li a:first-child{
		font-size: 22px;
	}
	.xshd-img{
		margin-bottom: 40px;
	}
	.xshd-img-title{
		position: static;
	}
	.jlhz{
		padding: 40px 0px
	}
	.jlhz-img{
		height: auto;
	}
	.xshd-list li a{
		background: none;
		padding-left: 0;
		font-size: 18px;
		line-height: 28px;
		-webkit-line-clamp: 3;
		height: 84px;
	}
}
@media(max-width:500px){
	.yw-swiper .swiper-slide a{
		height: 160px;
	}
	.yw-ctrl{
		height: 40px;
	}
	.swiper-pagination{
		line-height: 40px;
		font-size: 16px;
	}
	.swiper-pagination-current{
		font-size: 30px
	}
	.links li{
		width: 100%;
	}
	.xwdt1st a:first-child{
		position: static;
		margin-bottom: 10px;
		height: auto;
		width: 100%;
		line-height: 0px;
	}
	.xwdt1st{
		padding: 0 0 36px;
	}
	.jlhz-list li div img{
		position: static;
		
	}
}













.gray{
	background: #E3F0F6;
	margin-bottom: -40px;
	padding-bottom: 80px;
}
.top2nd{
	height: 500px;
	background: url(en-top2nd-bg.png) no-repeat center;
	background-size: cover;
	min-height: inherit;
}
.top2nd h1{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 70px;
	color: #FFFFFF;
	line-height: 98px;
	background: url(en-title2nd-bg.png) no-repeat bottom left;
	padding-bottom: 15px;
	margin-top: 320px;
}
.body-2nd{
	background: #F3F4F8;
}
.row2nd{
	margin: 0 -15px;
}
.chnl-left{
	width: 280px;
	padding: 0px 20px;
	float: left;
}
.chnl-right{
	width: calc(100% - 280px);
	padding: 0px 20px;
	float: left;
}
.left-menu{
	margin-top: 45px;
}
.left-title{
	background: #E9F1FF url("left-bg.png") no-repeat right;
	background-size: cover;
	line-height: 75px;
}
.left-title h2{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #1354C1;
	line-height: 22px;
	display: inline-block;
	padding-left: 30px;
}
.left-menu ul li{
	border-bottom: 1px solid #D1E2FF;
	padding: 0px 5px;
	position: relative;
}
.left-menu ul li a{
	display: block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #444;
	line-height: 30px;
	
	padding: 15px 0px 15px 30px;
}
.left-menu ul li a:hover{
	color: #444!important;
}
.left-menu ul li.left-active,.left-menu ul li:hover{
	background: url(left-active.png) no-repeat;
	background-position: left 11px top 21px;
}
.left-menu ul li.left-active a,.left-menu ul li:hover a{
	font-weight: bold;
}
.left-menu ul li:last-child a{
	border-bottom: none;
}
.main-chnl{
	margin-top: 35px;
	background: #fff;
	padding: 0px 30px 50px;
}
.main-chnl .main-title{
	margin-top: 0px;
	position: relative;
	padding-top: 23px;
	border-bottom: 1px solid #D6DFEB;
}
.main-title .location{
    display: block;
    font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	margin-bottom: 20px;
	padding-left: 27px;
	background: url(en-home.png) no-repeat left;
}
.main-title .location a{
    color: #666666;
}
.main-title h3{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 24px;
	color: #444444;
	line-height: 24px;
	margin-right: 46px;
	display: inline-block;
	padding-bottom: 16px;
}


.m_menu_box {
	display: none;
}
.m_menu_box {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 10;
    display: none;
}
.m_menu_btn {
    width: 40px;
    height: 70px;
    background: url(en-arrowL.png) no-repeat center;
    background-color:rgba(90,163,232,0.7);
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: -39px;
}
.m_menu_btn.open {
    background-image: url(en-arrowR.png);
}
.m_menu {
    border-radius: 6px 0 0 6px;
	position: relative;
}
.m_menu li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #5AA3E8;
	background-color: rgba(90, 163, 232, 0.7);
}
.m_menu li:last-child{border-bottom: 0;}
.m_menu li a {
    color: #fff;
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
	font-size: 14px;
	white-space: nowrap;
}
.m_menu li:first-child{
	background-color:rgba(29,119,218,0.9);
}
.m_menu_title{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	z-index: 9999;
	padding: 0px 30px 0px 10px;
	white-space: nowrap;
}
@media(max-width:1660px){
	.top2nd{
		height: 400px;
	}
	.top2nd h1{
		margin-top: 221px;
	}
}
@media(max-width:1480px){
	.chnl-left{
		width: 25%;
	}
	.chnl-right{
		width: 75%;
	}
	.top2nd{
		height: 300px;
	}
	.top2nd h1{
		margin-top: 186px;
		font-size: 40px;
		line-height: 50px;
	}
}
@media(max-width:1001px){
	.chnl-left{
		display: none;
	}
	.chnl-right{
		width: 100%;
	}
	.main-chnl{
		padding: 15px 15px;
	}
    .m_menu_box { 
		display: block;
		top: 200px; 
	}
	.main-title .location{
		position: static;
		min-height: 0px;
		margin-bottom: 10px;
		max-width: inherit;
	}
	.top2nd{
		height: 200px;
	}
	.top2nd h1{
		margin-top: 115px;
		font-size: 30px;
		line-height: 40px;
	}
}
@media(max-width:500px){
	.main-chnl .main-title h3 a{
		font-size: 24px;
	}
}





.right-txtlist{
	margin-top: 20px;
}
.right-txtlist li{
	padding: 5px 0px 20px 23px;
	position: relative;
}
.right-txtlist li::before{
	content: "";
	width: 8px;
	height: 11px;
	background: url(en-list-bg.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 15px;
}
.right-txtlist li a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	width: 80%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.right-txtlist li span{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;

	color: #999999;
	line-height: 30px;
	float: right;
}
.txtlist li:nth-child(5n){
	border-bottom: 1px dashed #CFCFCF;
	padding-bottom: 16px;
	margin-bottom: 13px;
}
.txtlist li:last-child{
	border-bottom: none;
}
/*翻页*/
#pager{
    margin-top: 40px;
    text-align: center;
}
#pager a{
    font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #444;
    line-height: 30px;
	background: #F2f2f2;
    padding: 10px 15px;
}
#pager a:hover{
    background: #00679C;
    color: #fff!important;
}
#pager span{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    background: #00679C;
    padding: 10px 15px;
}
@media (max-width:1480px){
	
}
@media (max-width:1210px){
	
}
@media (max-width:1001px){
	
}
@media(max-width:778px){
    .right-txtlist li a{
        width: 100%;
        overflow: auto;
        white-space: inherit;
        text-overflow: inherit;   
    }
    .right-txtlist li span{
        float: none;
        display: block;
    }
}
.article{
    overflow: hidden;
	margin-bottom: 30px;
}
.article p,.article div,.article span,.article font{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin-top: 20px;
}
.article img{
    max-width: 100%;
}
@media (max-width:1480px){
	.article img{
		max-width: 100%;
	}
}
/*文字细览*/
.article-title h2{
	font-family: Microsoft YaHei;
	font-weight: 700;
	font-size: 30px;
	color: #444;
	line-height: 40px;
    text-align: center;
    padding: 10px 0px;
	margin-top: 20px;
}
.article-ifm{
    margin: 20px 0px 0px;
	text-align: right;
	min-height: 30px;
}
.ifm-left{
	text-align: center;
}
.ifm-left span{
    font-family: Microsoft YaHei;
font-weight: 400;
font-size: 16px;
color: #6FA5FF;
line-height: 24px;
    margin: 0px 20px
}
.ifm-left span:last-child{
	margin-right: 0px
}
.ifm-left a{
    color: #6FA5FF;
}
.other-share{
	display: inline-block;
}
.social-share .icon-wechat .wechat-qrcode{
	z-index: 999!important;
}
.main-chnl>.other-share{
	display: block;
	text-align: right;
	padding-top: 15px;
	border-top: 1px dashed rgba(4, 103, 204, 0.08);
	margin-top: 15px;
}
@media(max-width:1210px){
	.article img{
		max-width: 100%;
	}
}
@media(max-width:1001px){
    .article-ifm{
        text-align: center;
    }
    .ifm-left span{
        margin: 0px 10px
    }
    .ifm-left{
        float: none;
        display: inline-block;
    }
    .other-share{
        margin: 0px 10px;
    }
	
}



.imgtxtlist li{
	overflow: hidden;
	padding-bottom: 40px;
	margin-top: 40px;
	border-bottom: 1px solid #8BCCE9;
}
.imgtxtlist li img{
	width: 380px;
	float: left;
	margin-right: 40px;
}
.imgifm{
	float: left;
	width: calc(100% - 420px);
	position: relative;
	float: left;
}
.imgifm h3{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #444444;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}
.imgifm p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #777777;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3;
	height: 96px;
	margin-bottom: 20px;
}
.imgifm span{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #17BEE1;
	line-height: 32px;
	display: inline-block;
}
.imgmore{
	background: url(en-imgmorebg.png) no-repeat right;
	padding-right: 25px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #17BEE1;
	line-height: 32px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
@media(max-width:991px){
	.imgtxtlist li img,.imgifm{
		width: 100%;
		float: none;
	}
	.imgifm h3{
		white-space: inherit;
	}
}










