

body{
	height:100vh;
	overflow: hidden;
}

.in-bg{
	width:100%;
	height: 100vh;
	margin: auto;
	overflow: hidden;
	background: url(style/images/index-bg.jpg) no-repeat center;
	background-size: cover;
}


.public-bg{
	height:auto!important;
	    overflow: auto!important;
}



@media (max-width: 991px) {
	body{	height:auto;	overflow:scroll;}
	.in-bg{height:auto;}
	
	.article-text img{
    width:100%;
    }
}



/*====================================INDEX===========*/

.in-topbar{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: #099464; 
	font-size: 16px; 
	color: #fff;
}

.in-topbar .in-topbar-left{
	float: left;
}
.in-topbar .in-topbar-left ul{
	padding: 0 20px;
	width: auto;
	overflow: hidden;
	margin-bottom: 0;
	background: #007652;
}
.in-topbar .in-topbar-left ul li{
	float: left;
	list-style: none;
	padding: 10px;
	font-size: 14px;
}

.in-topbar .in-topbar-left ul li:hover{color:#fff697}

.in-topbar .in-topbar-right{
	float: right;
	padding-top: 5px;
}
.in-topbar .in-topbar-right img{ background:#13b382; width:35px; height: 35px; border-radius: 50%;}
.in-topbar2{
	width:96%;
	max-width: 1700px;
	margin: auto;
	justify-content: space-between;
	position: relative;
	padding: 1% 0 1%;
}





.top-search-box{
	position: relative;
	right: 0;
	color: #fff;
	z-index: 9999;
	width: auto;
}

.top-search-box .top-search{
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    float: left;
    margin-right: 12px;
    width: 80%;
    display: flex;
    align-items: center;
}
.top-search-box .top-search img{ margin-right:30px;}


.in-topmenu{width:100%; margin: auto; margin-top: 2%;}

@media (max-width: 991px) {
	.top-search-box .top-search{display:none}
}

.weixin{
    position: absolute;
    text-align: center;
    margin: auto;
    width: 35px;
    height: 32px;
    font-size: 12px;
    margin-top: -10px;
    margin-left: 50px;
}
.weixin A{
  text-align:  center;
  display:  block;
  opacity:1;
}
.lan{
 display: flex;
 justify-content: space-between;
 padding: 0;
 align-items: center;
}
.lan a{
 display: block;
 width:100%;
 color: #999;
}
.lan a:hover{
}
.weixin A svg{
 fill: #fff;
 width: 23px;
 margin: 0;
 height: 23px;
}
.weixin .weixin_nr{
  position:  absolute;
  text-align:  center;
  padding-bottom:10px;
  padding-left:10px;
  transform-origin: top;line-height:1;
  transform: scaleY(0);
  width:120px;
  transition: .4s ease;
  font-weight:  normal;
  font-size:14px;
  padding-right:10px;
  display: block;
  z-index: 111;
  opacity: 0;
  background:#fff;
  height: auto;
  top: 35px;
  padding-top:10px;
  left: -46px;
  box-shadow:0 3px 4px  rgba(0, 0, 0, 0.1);
}
.weixin .weixin_nr IMG{
  margin-bottom: 0;
  width: 100%;
}
.weixin .weixin_nr .arrow{
  border-top:transparent 0px solid;
  position:absolute;
  border-left:transparent 10px solid;
  width:0px;
  border-bottom:#fff 10px solid;
  height:0px;
  top:-10px;
  border-right:transparent 10px solid;
  left:47px;
}
.on.weixin .weixin_nr{
  display:  block;
  transform: scaleY(1);
  top: 40px;
  opacity: 1;
}
.on.weixin A{
  opacity:1;
}
@media only screen and (max-width: 768px) {
  .weixin A svg {
    width: 18px;
}
  .weixin .weixin_nr {
    left: auto;
    right:0;
}
  .weixin {
    float: right;
  }
}
 
.tooltiptext {
    display: none;
    width: 120px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    margin-left: -60px;
}
 
.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

/*===========in-about2===========*/
.in-about2{
	width:100%;
	margin: auto;
	overflow: hidden;
	padding: 5% 0 2%;
}

.in-about2 .in-ab2-right{
	width:100%;
	max-width: 43%;
	float: right;
	text-align: left;
	margin-right: 68px;
	height: 50vh;
	position: relative;
}

.in-about2 .in-ab2-right .title1{
	width:100%;
	margin: auto;
	overflow: hidden;
	font-size: 20px;
	line-height: 1.5;
	color: #8c99c2;
}
.in-about2 .in-ab2-right .title2{
	width:100%;
	margin: auto;
	overflow: hidden;
	font-size: 30px;
	line-height: 1.5;
	margin-top: 1%;
	color: #1c1c4a;
	font-weight: bold;
}
.in-about2 .in-ab2-right .text{
	width:100%;
	margin: auto;
	overflow: hidden;
	font-size: 20px;
	line-height: 2;
	float: left;
	color: #262626;
	margin-top: 7%;
	font-weight: bold;
}
.in-about2 .in-ab2-right .text span{display:block;}

.in-about2 .in-ab2-right .more{
	width: 240px;
	height: 70px;
	background: #154efd;
	border-radius: 25px 0 25px 0;
	margin: auto;
	float: right;
	text-align: center;
	color: #fff;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
    bottom: 0;
    right: 0;
}

.in-about2 .in-ab2-right .more:hover{
	background:#fff;
	color:#154efd;
}


.in-about2 .in-ab2-left{
	width:45%;
	max-width: 680px;
	float: left;
	height: 50vh;
	border: 2px solid #fff;
	border-radius: 3%;
	overflow: hidden;
}
.in-about2 .in-ab2-left li{
	border: 2px solid rgba(238,238,238,0.5);
	width:50%;
	float: left;
	list-style: none;
	padding: 6%;
	color: #fff;
	transition: all 0.3s;
	position: relative;
	text-align: center;
	height: 50%;
	background: rgba(255,255,255,0.5)
}


.in-about2 .in-ab2-left li .ico{
    position: absolute;
    top: 20%;
    opacity: 1;
    transition: all 0.3s;
    width: 75%;
}
.in-about2 .in-ab2-left li .ico svg{fill:#5879dd; width:55px;}

.in-about2 .in-ab2-left li .title-ch{
    top: 55%;
    font-size: 21px;
    position: absolute;
    transition: all 0.3s;
	color: #1c1c4a;
	font-weight: bold;
	width:75%;
}
.in-about2 .in-ab2-left li .title-en{
    font-size: 13px;
    top: 80%;
    position: absolute;
    width: 75%;
    opacity: 1;
	color: #1c1c4a;
}




.in-about2 .in-ab2-left li:hover{
	background: rgba(84,113,202,0.6);
	transition: all 0.3s;
}

.in-about2 .in-ab2-left li:hover .ico{
    top: 15%;
    opacity: 1;
    transition: all 0.3s;
}
.in-about2 .in-ab2-left li:hover .title-ch{
    transition: all 0.3s;
	font-size: 20px;
	color: #fff;
}
.in-about2 .in-ab2-left li:hover .title-en{
    transition: all 0.3s;
    opacity: 1;
	color: #fff;
}

.in-about2 .in-ab2-left li:hover .ico svg{fill:#fff}




/*===========in-about2===========*/
/*--------1440---------*/

@media (max-width: 1440px) {
	.in-about2 .in-ab2-right .title1{    font-size: 18px;}
	.in-about2 .in-ab2-right .title2{    font-size: 30px;}
	.in-about2 .in-ab2-right .text{    font-size: 18px;}
	.in-about2 .in-ab2-left li .title-ch{font-size: 18px;}
	.in-about2 .in-ab2-right .more{    width: 200px;  height: 55px;    font-size: 18px;}
}


/*--------1280---------*/

@media (max-width: 1280px) {
	
	.in-about2 .in-ab2-right .text{font-size: 16px;}
	.in-about2 .in-ab2-right .text span{display:inline-block;}
	.in-about2 .in-ab2-right .title2 {font-size: 28px;}
	.in-about2 .in-ab2-right .title1{font-size: 16px;}
	.in-about2 .in-ab2-left li .title-ch{font-size: 16px;}
	#cssmenu > ul > li > a{font-size: 16px;}
}



@media (max-width: 991px) {
	
	.in-about2 .in-ab2-right{width:100%; max-width: 100%; text-align: left;}
	.in-about2 .in-ab2-right .title2{font-size: 22px;}
	.in-about2 .in-ab2-right .title1{font-size: 16px;}
	.in-about2 .in-ab2-right .text{font-size: 16px;}
	.in-about2 .in-ab2-left li .title-ch{font-size: 16px;}
	#cssmenu > ul > li > a{font-size: 16px;}
	.in-about2 .in-ab2-right .more{    
	float: left;
    width: 120px;
    height: 40px;
    font-size: 14px;
    border-radius: 15px 0 15px 0;}
	
	
	.in-about2 .in-ab2-left{width:100%; max-width: 100%;height: 40vh;    margin-top: 8%;}
	.in-about2 .in-ab2-left li{}
	.in-about2 .in-ab2-left li .ico svg{width:35px;}
	.in-about2 .in-ab2-left li .title-ch{top: 45%;    font-size: 16px;}
	.in-about2 .in-ab2-left li .title-en{top: 65%;}
	.in-about2 .in-ab2-left li:hover .title-ch{   font-size: 18px;}
}





















/*===========bottom===========*/	

.ldyl-footer{color: rgba(255,255,255,0.85);font-size: 16px; position: absolute; bottom: 0px; z-index: 99;width: 100%; background: rgba(200,209,255,0.2)}

.ldyl-footer-nei{    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;}

.footer_sel {
    LINE-HEIGHT: 49px;
    HEIGHT: 51px;
	width:90%;
    margin: auto;
    COLOR: #fff;
    font-size: 16px;
    text-align: right;
    background: url(style/images/bottom-ico-link.png)no-repeat left 20px #011b9e;
    padding-left: 30px;
    margin-bottom: 7px;
}



.in-bottom-ico{
    width: 100%;
    margin: auto;
    float: right;
}
.in-bottom-ico ul{
    width: 150px;
    float: right;
    display: flex;
    justify-content: space-between;
}
.in-bottom-ico ul li{
    list-style: none;
	background: #154efd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
	transition: all 0.3s;
	margin-top:10px;
	position: relative;
}

.in-bottom-ico ul li:hover{
	transform:translateY(-5px);
	transition: all 0.3s;
}




.bottom-footer2{
	width:100%;
	margin: auto;
	overflow: hidden;
	border-top: 1px solid rgba(255,255,255,0.1);
	font-size: 15px;
	padding: 15px 0px;
}


.bottom-footer2 .bf-left{
    width: calc(100% - 150px);
    text-align: left;
    float: left;
	color: #d1dcff;
} 
.bottom-footer2 .bf-left a{color: #d1dcff;}

.bottom-footer2 .bf-right{
    width: 150px;
    float: right;
    text-align: right;
	color: #9dabd9;
} 
.bottom-footer2 a{color:#9dabd9;}


.bottom-color{ color:#9dabd9!important;}
.bottom-color a{ color:#9dabd9!important;}





#scrollUp .btn::after{
	content:
	'回到顶部';
	display: block;
	font-size: 15px;
	margin-top: 10px;
}
#scrollUp .btn::before{
	content:
	'TOP';
	width: 80px;
	text-align: center;
	margin: auto;
	font-size: 22px;
	margin-top: 6px;
	display: block;
}
#scrollUp .btn-icon i{display:none;}







/*--------1440---------*/

@media (max-width: 1440px) {
	
}

@media (max-width: 1200px) {
	

}

@media (max-width: 991px) {
	
	
	
	
#scrollUp .btn::after{
	content:'';
	display: none;
}
#scrollUp .btn::before{
	content:'TOP';
	display: none;
}
#scrollUp .btn-icon i{display:block;}

	
	.ldyl-footer{position:relative;}
	.in-bottom-ico ul{margin: 5% auto; float: none}
	.bottom-footer2 .bf-left{width: 100%;
    line-height: 1.5;
    font-size: 12px;
	text-align: center;}
	.bottom-footer2 .bf-right{width:100%; text-align: center;font-size: 12px;}
}












/*===========public===========*/

.w-1920{width:100%; max-width:1920px; margin: auto;}
.w-1600{width:100%; max-width:1600px; margin: auto;}
.w-1500{width:100%; max-width:1500px; margin: auto;}
.w-1470{width:100%; max-width:1470px; margin: auto;}
.w-1400{width:100%; max-width:1400px; margin: auto;}
.w-1350{width:100%; max-width:1350px; margin: auto;}


.font-blue{color:#036fb3}



@media (max-width: 1680px) {
	.w-1600{width:92%;}
}


@media (max-width: 1580px) {
	.w-1500{width:92%;}
}

@media (max-width: 1380px) {
	.w-1350{width:96%;}
	.w-1500{width:92%;}
}







.nei-top{width:100%; margin: auto; overflow: hidden; position: relative;}

.nei-top .tp{position: relative;z-index: 0;}
.nei-top .tp img{max-width: none;width: 100%;}

.nei-top .about-top-text{color:#fff;position: absolute;overflow: hidden;text-align: left;z-index: 99;    top: 40%;}
.nei-top .about-top-text .line{width:80px; height: 1px; background: #fff; display: block; overflow: hidden; margin: 5% 0}
.nei-top .about-top-text h1{font-size: 55px;text-transform: uppercase; font-weight:bold;}
.nei-top .about-top-text h2{font-size: 72px;text-transform: uppercase;margin: auto;letter-spacing: 1px;font-weight:bold;color: #fff;line-height: 1;}
.nei-top .about-top-text h3{font-size: 45px;width: 60%;min-width: 500px;color: #fff;line-height: 1;text-transform: uppercase;margin: 15% 0 0;}




/**/

.nei-top-menu-box{width:100%;background: #fff;position: relative;z-index: 9;border-bottom:1px solid #ebebeb;margin: auto;overflow: hidden;}
.nei-top-menu-title{width: 27%;float: left;height: 83px;line-height: 83px;font-size: 16px;color: #6c6c6c;}
.nei-top-menu-title img{ margin-right:10px;}
.nei-top-menu-title span{float:right; font-size: 16px; font-weight:normal;}

.nei-top-menu{width: 72%;float: left;overflow: hidden;display: flex;justify-content: flex-end;}
.nei-top-menu .submenu{width:auto;text-align: center;float: left;color: #8c8c8c;font-size: 16px;display: flex;justify-content: flex-end;}
.nei-top-menu .submenu li{float:left;  width:140px; line-height: 83px; text-align: center; list-style: none; background: url(style/images/nei-nav-line.jpg) no-repeat left center; }
.nei-top-menu .submenu li:nth-child(1){background:none;}
.nei-top-menu .submenu li a{color: #6c6c6c;}

.nei-top-menu .submenu li:hover{ background:url(style/images/nei-nav-bg.jpg) bottom center no-repeat;  color: #0f5cae}


/*--------1440---------*/

@media (max-width: 1440px) {
	.nei-top .about-top-text h2{ font-size:35px}
}
/*--------1200---------*/

@media (max-width: 1200px) {
	.nei-top-menu .submenu li{width:120px; font-size:14px;}
}
/*--------1024---------*/

@media (max-width: 1024px) {
	.nei-top .about-top-text h2{ margin: 20px 0 15px;font-size:30px}
	.nei-top .about-top-text h3{}
	
	
}






/*--------991---------*/
@media (max-width: 991px) {
	.nei-top-menu-box{height:50px;}
	.nei-top-menu{height:50px;display: none;}
	.nei-top-menu .submenu li{width:90px;}
	.nei-top-menu .sim-button{line-height: 50px; font-size:14px; }
	
	.nei-top .about-top-text h2{display:none}
	.nei-top .about-top-text h3{display:none}
	.nei-top .about-top-text .line{display:none}
	
	.nei-top-menu-title{height:50px;line-height: 50px;text-align: left;padding-left: 0;width:100%}
}






















/*===========about===========*/
.about{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: url(style/images/ab-bg.jpg) no-repeat left bottom;
	background-size: cover;
	padding: 5% 0;
}

.about .title{
    font-size: 60px;
    font-family: fangsong;
    font-weight: bold;
    line-height: 1;
    color: #171717;
}
.about .title span{
	display:block;
}
.about .title::after{
	content:'';
	width:60px;
	height: 4px;
	background: #0451ed;
	display: block;
	margin-top: 2%;
}
.about .info{
    width: 100%;
    margin: auto;
    overflow: hidden;
	margin-top:3%
}
.about .info .text{
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 1.75;
	text-align:justify;
}
.about .info .text span{
    font-size: 30px;
    color: #000;
}
.about .info .text p{
	margin:20px 0;
	text-indent: 2em;
}

.about .info .text img{
	float: right;
    margin-left: 5%;
    margin-bottom: 3%;
}

/*--------2560---------*/

@media (min-width: 1920px) {
}


/*--------1440---------*/

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
	
}

@media (max-width: 1200px) {
	

}

@media (max-width: 991px) {
	.about .title{font-size:26px;}
	.about .title span{display: inline-block}
	.about .info .text img {width:50%}
	.about .info .text span{font-size:24px;}
	.about .info .text{font-size:16px;}
	.about .info .text p{margin:10px 0;}
}











/*===========ab-member===========*/
.ab-member{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: #e8f0f9;
	padding: 5% 0 2%;
}


.ab-member .title{
	width:100%;
	margin: auto;
	overflow: hidden;
	text-align: center;
	font-size: 48px;
	color: #373f5a;
	line-height: 1
}
.ab-member .title::after{
	width:27px;
	height: 3px;
	background: #c3ced1;
	content:'';
	display:block;
	margin: auto;
	margin-top: 2%
}
.ab-member .list{
	width:100%;
	margin:5% auto;
	overflow: hidden;
}


.ab-member .list .slick .item{
	padding: 0 1%
}


.ab-member .list .overlay{
	border-radius:15px;
	overflow: hidden;
	position: relative;
}

.ab-member .list .info1{
    top: 76%;
    height: auto;
    text-align: left;
    left: 10%;
    font-size: 24px;
    font-weight: bold;
    width: 85%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ab-member .list .info1 span{
    font-size: 18px;
}
.ab-member .list .info2{
    top: 85%;
    height: auto;
    text-align: left;
    font-size: 16px;
    left: 10%;
    width: 85%;
    /*display: inline-block;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
}



@media (max-width: 991px) {
	.ab-member .title{font-size:26px;}
	.ab-member .list .slick .item{margin:0 5px;}
	.ab-member .list .info1{font-size: 18px;top: 70%;}
	.ab-member .list .info1 span{font-size:14px;}
	.ab-member .list .info2{font-size:12px;top: 81%;line-height: initial;}
}

@media (max-width: 1730px) {
    .ab-member .list .info1{top: 70%;}
	.ab-member .list .info2{top: 81%;line-height: initial;}
}

@media (max-width: 1470px) {
	.ab-member .list .info1{font-size: 18px;top: 70%;}
	.ab-member .list .info1 span{font-size:14px;}
	.ab-member .list .info2{font-size:12px;top: 81%;line-height: initial;}
}



/*===========ab-lunwen===========*/
.ab-lunwen{
	width:100%;
	margin: auto;
	overflow: hidden;
	padding: 5% 0;
}

.ab-lunwen .slick .item{
	padding: 0 1%
}


.ab-lunwen .item.post figure{ margin-bottom:0;}

.ab-lunwen .title{font-size: 46px;color: #373f5a;line-height: 1;padding-left: 3%;position: absolute;}
.ab-lunwen .arrow{padding-right: 3%;margin-bottom: 3%;}
.ab-lunwen .slick-nav-container .slick-nav{justify-content: right;}

.ab-lunwen .slick-nav-container .slick-nav .slick-dots li{display:none;}
.ab-lunwen .slick-nav-container .slick-nav .slick-next{width: 60px;height: 60px;background: none;border: 1px solid #eee;color: #333;line-height: 60px;margin-left: 20px;border-radius: 50%;padding-left: 15px;}
.ab-lunwen .slick-nav-container .slick-nav .slick-prev{width: 60px;height: 60px;background: none;color: #666;line-height: 60px;border-radius: 50%;padding-left: 10px;border: 1px solid #eee;}


.ab-lunwen .post-title1{ border-top:2px solid #f0f0f0; display: flex;    justify-content: space-between; color: #0a0808; font-size: 22px; padding-top: 3%; margin-bottom: 8%;}
.ab-lunwen .post-title1-1{  width:calc(95% - 60px);display: inline-block;
 white-space: nowrap;
 text-overflow: ellipsis;  overflow: hidden; }
.ab-lunwen .post-title1-2{  width:60px; text-align: right; float: right}


.ab-lunwen .post-title2{ margin-top:5%;}
.ab-lunwen .post-title2-1{
    font-size: 24px;
    color: #333;
}
.ab-lunwen .post-title2-2{
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
    width: 100%;
}



.ab-lunwen  figure.overlay img{border:1px solid #eee; border-radius: 10px; overflow: hidden}








/*--------1440---------*/

@media (max-width: 1440px) {
	
}

@media (max-width: 1200px) {
	

}

@media (max-width: 991px) {
	.ab-lunwen .title{font-size:26px;    padding-left: 0%;    margin-top: 10px;}
	.ab-lunwen .slick-nav-container .slick-nav .slick-prev{    width: 45px;  height: 45px;    line-height: 45px;padding-left: 6px;}
	.ab-lunwen .slick-nav-container .slick-nav .slick-next{    width: 45px;  height: 45px;    line-height: 45px;padding-left: 6px;}
	.ab-lunwen .post-title1{font-size:18px;}
	.ab-lunwen .post-title2-1{font-size:18px;}
	.ab-lunwen .post-title2-2{font-size:16px;}
}



































/*===========news===========*/
/*.news{*/
/*	width:100%;*/
/*	margin: auto;*/
/*	overflow: hidden;*/
/*	padding: 5% 0 0;*/
/*}*/



/*.news .title{*/
/*	width: 100%;*/
/*	margin: auto;*/
/*	overflow: hidden;*/
/*	font-size: 36px;*/
/*	font-weight: bold;*/
/*	color: #373956;*/
/*	line-height: 1;*/
/*	background: url(style/images/ab-fangan-ico.jpg) no-repeat left bottom;*/
/*	padding-bottom: 36px;*/
/*	padding-left: 37px;*/
/*}*/


/*.news .line{*/
/*	width:100%;*/
/*	height: 1px;*/
/*	background: #dbdbdb;*/
/*	margin: 3% 0;*/
/*}*/



/*.news .list{*/
/*	width:65%;*/
/*	margin: auto;*/
/*	overflow: hidden;*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	flex-wrap: wrap;*/
/*	float: left;*/
/*}*/

/*.news .list li{*/
/*    list-style: none;*/
/*    width: 48%;*/
/*    background: #fff;*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*    margin-bottom: 4%;*/
/*}*/
/*.news .list li .pic{*/
/*    border-radius: 15px;*/
/*    overflow: hidden;*/
/*    padding-bottom: 66%;*/
/*    position: relative;*/
/*}*/
/*.news .list li .pic img{*/
/*    width: 100% !important;*/
/*    height: auto !important;*/
/*    left: 50%!important;*/
/*    top: 50%!important;*/
/*    -webkit-transform: translate(-50%,-50%)!important;*/
/*    -ms-transform: translate(-50%,-50%)!important;*/
/*    transform: translate(-50%,-50%)!important;*/
/*    position: absolute!important;*/
/*    transition: all 0.6s;*/
/*    opacity: 1;*/
/*}*/
/*.news .list li .info{*/
/*    width: 100%;*/
/*    margin: auto;*/
/*    overflow: hidden;*/
/*    padding: 8% 0;*/
/*}*/
/*.news .list li .info .bt{*/
/*    font-size: 25px;*/
/*    color: #222;*/
/*    line-height: 1.5;*/
/*    text-overflow: -o-ellipsis-lastline;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*}*/


/*.news .list li .info .bt a{color:#222;}*/
/*.news .list li .info .bt a:hover{color:#666;}*/



/*.news .list li .info .date{*/
/*    width: 100%;*/
/*    margin: auto;*/
/*    overflow: hidden;*/
/*    border-top: 1px solid #b9b9b9;*/
/*    margin-top: 10%;*/
/*    padding-top: 4%;*/
/*}*/
/*.news .list li .info .date span{float: right;font-size: 18px;transition: all 0.3s;}*/




/*.news .list li:hover .pic img{width: 102% !important;}*/
/*.news .list li:hover .date span{transform:translateX(-5px);transition: all 0.3s;}*/




/*.news .list-r{*/
/*	width: 29%;*/
/*	float: right;*/
/*	border-left: 1px solid #ededed;*/
/*	padding-left: 5%;*/
/*}*/

/*.news .list-r li{*/
/*	list-style: none;*/
/*	width: 100%;*/
/*	background: #fff;*/
/*	border-radius: 10px;*/
/*	overflow: hidden;*/
/*	margin-bottom: 14%;*/
/*}*/
/*.news .list-r li .pic{*/
/*	border-radius: 15px ;*/
/*    overflow: hidden;*/
/*    padding-bottom: 66%;*/
/*    position: relative;*/
/*}*/
/*.news .list-r li .pic img{*/
/*	width: 100% !important;*/
/*    height: auto !important;*/
/*    left: 50%!important;*/
/*    top: 50%!important;*/
/*    -webkit-transform: translate(-50%,-50%)!important;*/
/*    -ms-transform: translate(-50%,-50%)!important;*/
/*    transform: translate(-50%,-50%)!important;*/
/*    position: absolute!important;*/
/*    transition: all 0.6s;*/
/*    opacity: 1;*/
/*}*/
/*.news .list-r li .bt{*/
/*	font-size: 25px;*/
/*	color: #222;*/
/*	line-height: 1.5;*/
/*	text-overflow: -o-ellipsis-lastline;*/
/*	overflow: hidden;*/
/*	text-overflow: ellipsis;*/
/*	display: -webkit-box;*/
/*	-webkit-line-clamp: 2;*/
/*	line-clamp: 2;*/
/*	-webkit-box-orient: vertical;*/
/*	margin: 15px 0;*/
/*}*/
/*.news .list-r li .text{*/
/*    text-overflow: -o-ellipsis-lastline;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    font-size: 14px;*/
/*    color: #a5a5a5;*/
/*}*/
/*.news .list-r li .date{*/
/*	 width: 100%;*/
/*	 margin: auto;*/
/*	 overflow: hidden;*/
/*	 border-top: 1px solid #b9b9b9;*/
/*	 margin-top: 6%;*/
/*	 padding-top: 4%;*/
/*}*/
/*.news .list-r li .date span{float: right;font-size: 18px;transition: all 0.3s;}*/


/*.news .list-r li:hover .pic img{width: 102% !important;}*/
/*.news .list-r li:hover .date span{transform:translateX(-5px);transition: all 0.3s;}*/





/*===========news===========*/
.news{
	width:100%;
	margin: auto;
	overflow: hidden;
	padding: 2% 0 0;
}



.news .title{
	width: 100%;
	margin: auto;
	overflow: hidden;
	font-size: 36px;
	font-weight: bold;
	color: #373956;
	line-height: 1;
	background: url(style/images/ab-fangan-ico.jpg) no-repeat left bottom;
	padding-bottom: 36px;
	padding-left: 37px;
}
.news .title span{
	    float: right;
    font-size: 20px;
    color: #294ac7;
}
.news .title span a{ color: #294ac7;}
.news .title span a:hover{ color: #294ac7;}
.news .line{
	width:100%;
	height: 1px;
	background: #dbdbdb;
	margin: 3% 0;
}

.news .title2{
	width: 100%;
	margin: auto;
	overflow: hidden;
	font-size: 36px;
	font-weight: bold;
	color: #373956;
	line-height: 1;
	padding-left: 37px;
}
.news .title2 span{
	float: right;
    font-size: 20px;
    color: #294ac7;
}
.news .title2 span a{ color: #294ac7;}
.news .list{
	width:100%;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float: left;
}

.news .list li{
    list-style: none;
    width: 12%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 2%;
}
.news .list li .pic{
    border-radius: 15px;
    overflow: hidden;
    /*padding-bottom: 66%;*/
    position: relative;
    border: 1px outset;
    padding: 40%;
}
.news .list li .pic img{
    width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;
}
.news .list li .info{
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 8% 0;
}
.news .list li .info .bt{
    font-size: 18px;
    color: #222;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.news .list li .info .bt a{color:#222;}
.news .list li .info .bt a:hover{color:#666;}



.news .list li .info .date{
    width: 100%;
    margin: auto;
    overflow: hidden;
    border-top: 1px solid #b9b9b9;
    margin-top: 10%;
    padding-top: 4%;
}
.news .list li .info .date span{float: right;font-size: 18px;transition: all 0.3s;}




.news .list li:hover .pic img{width: 102% !important;}
.news .list li:hover .date span{transform:translateX(-5px);transition: all 0.3s;}






.news .list-r{
	width: 100%;
	float: right;
	border-top: 1px solid #ededed;
	padding-top: 4%
}

.news .list-r li{
	list-style: none;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 4%;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 3%;
}
.news .list-r li .pic{
	border-radius: 15px ;
    overflow: hidden;
    padding-bottom: 66%;
    position: relative;
}
.news .list-r li .pic img{
	width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;
}
.news .list-r li .bt{
	font-size: 19px;
	color: #222;
	line-height: 1.5;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 15px 0;
}
.news .list-r li .bt a:hover{color:#333;}

.news .list-r li .text{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #a5a5a5;
}
.news .list-r li .date{
	 width: 100%;
	 margin: auto;
	 overflow: hidden;
	 padding-top: 4%;
}
.news .list-r li .date img{margin-right:10px;}
.news .list-r li .date .more{
	width: 150px;
    float: right;
    height: 45px;
    background: #006df4;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}



.news .list-r li .date span{float: right;font-size: 18px;transition: all 0.3s;}


.news .list-r li:hover .pic img{width: 102% !important;}
.news .list-r li:hover .date span{transform:translateX(-5px);transition: all 0.3s;}



/*===========News2===========*/

.news2{width:100%; margin:0 auto 0; overflow: hidden;}
.news2 li{width:100%;margin: 0 auto 3%;overflow: hidden;border-bottom: 1px solid #dfdfdf;padding-bottom: 3%;list-style: none;}
.news2 li .info{width:100%; float: right;}
.news2 li .info .title{    width: 100%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 25px;
    margin-top: 3%;
    background: none;
    padding-left: 0;
    font-weight: normal;}
.news2 li .info .text{color: #6f6f6f;width:100%;font-size: 18px;line-height: 32px;margin-top: 20px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.news2 li .info .date{width:100%;color: #8b8b8b;font-size: 13px;margin-top: 5%;}
.news2 li .info .date .more{width: 150px;float: right;height: 45px;background: #006df4;border-radius: 5px;color: #fff;text-align: center;line-height: 45px;font-size: 16px;}

.news2 li .info .date img{margin-right:10px;}



.news2 li .info .title a{color:#333}
.news2 li .info .title a:hover{color:#444}
.news2 li .info .date .more:hover{ background:#1f80f7;}


/*===========News3===========*/
.news3-li{
	width:100%;
	margin: auto;
	overflow: hidden;
}
.news3-li .news3-li-pic{
	width:28%;
	float: left;
	border-radius: 15px;
	overflow: hidden;
	padding-bottom: 18%;
	position: relative;
	margin-top: 2%;
}
.news3-li .news3-li-pic img{
	width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;
}
.news3-li .news3-li-info{width:68%; float: right}



/*===========991===========*/
@media (max-width: 991px) {
	.news2 li .info .title{font-size: 20px;}
	.news2 li .info .text{    font-size: 18px;    line-height: 24px;}
	.news2 li .info .date {font-size: 14px;}
	.news2 li .info .date .more{display:none}
	.news3-li .news3-li-pic{display:none;}
	.news3-li .news3-li-info{width:100%}
	.news .list li .info{    padding: 4% 0;}
	
	.news .list{width:100%}
	.news .list li{width:48%}
	.news .list-r{width:100%;    border-left: none;  border-top: 1px solid #ededed; padding-top: 5%;    padding-left: 0%;    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;}
	.news .list-r li{width:47%;    margin-bottom: 8%;}
	.news .list-r li .bt{font-size:16px;}
	.news .title{line-height: revert;}
	
	
}



/*--------1440---------*/

@media (max-width: 1440px) {
	
}

@media (max-width: 991px) {
	.news .title{font-size:24px; background: none; padding-left: 0px;padding-bottom: 10px;}
	.news .list li .info .bt{ font-size:16px;}
}

@media (max-width: 500px) {
.news .title span {font-size: 14px;}
.news .title .span1 {margin-top:16px}
}











/*fenye*/
.fanye{width: 100%;float: left;margin-top: 2%;margin-bottom: 4%;text-align: center;font-size: 0.875em;}
.fanye-box{float: none;text-align: center;line-height: 45px;margin: auto;}
.fanye-Previous{width: 98px;float:left;background: #fff;border: 1px solid #ccc;height: 45px;color: #666666;margin-right: 5px;}
.fanye-Next{width: 98px;float:left;background: #fff;height: 45px;color: #414040;margin-left: 5px;border: 1px solid #ccc;}
.fanye-Number{width: 45px;float:left;color: #414040;margin: 0 5px;background: #fff;border: 1px solid #ccc;}
.fanye-Number-current{width: 45px;float:left;color: #fff;background: #003680;margin: 0 5px;}














/*===========public-title===========*/
.public-title{
	width:100%;
	margin:	3% auto;
	overflow: hidden;
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
	line-height: 1.5;
}
.public-title span{
	display:block;
	font-size: 26px;
	font-weight: normal;
}

.public-title span img{margin-left:15px;}






.public-nei-title{
	color: #3c3c3c;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	margin: 5% 0 3%;
}

.public-nei-title span{
	display: block;
	font-size: 68px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #3c3c3c;
}

.public-nei-title::after{
	content:'';
	display: block;
	width:60px;
	height: 4px;
	background-image: linear-gradient(90deg,rgba(26,101,212,1) 0,rgba(3,147,210,1) 100%);
	margin: auto;
	margin-top:20px;
}


/*===========1440===========*/
@media (max-width: 1440px) {	
	.public-nei-title span{font-size: 48px;}
}


/*===========991===========*/
@media (max-width: 991px) {	
	.public-title{font-size:32px}
	.public-nei-title{font-size:24px}
	
	.public-nei-title span{font-size: 18px;margin-bottom: 10px;}
}





/*===========public-bg===========*/
.public-bg{
	width:100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	background: url(style/images/public-bg-top.jpg) no-repeat top right;
}

.public-bg .public-bg-top{
	width:100%;
	margin: auto;
	overflow: hidden;
	position: absolute;
	z-index: 99;
	height:879px;
}



.public-bg .public-bg-bottom{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: url(style/images/public-bg-bottom.jpg) no-repeat bottom center;
	background-size: cover;
	position: absolute;
	z-index: 99;
	height: 711px;
}

.public-bg .public-bg-content{
	width:100%;
	margin: auto;
	overflow: hidden;
	position: absolute;
	z-index: 99;
}






.public-left{float:left!important; text-align: left!important;}
.public-left::after{    margin: 40px 0 0;}

.public-white{color:#fff!important;}
.public-white span{color:#fff!important;}
.public-white::after{  background: #fff!important;  }

/*===========JYX===========*/
.jyz{
	width:90%;
	margin: auto;
	overflow: hidden;
}

.jyz .jyz-nav{
	width:250px;
	float: left;
}

.jyz .jyz-nav li{
	background: #f7f7f7;
	padding: 10px 30px;
	list-style: none;
	margin-bottom: 2px;
	font-size: 16px;
	color: #282828;
	align-items:
	center;
	display: flex;
	justify-content: space-between;
}

.jyz .jyz-nav li::after{
	content:'>';
	display: inline-flex;
	width:30px;
	color: #f7f7f7;
	transition: all 0.3s
}

.jyz .jyz-nav li:hover{ background: #1870e8; color: #fff;}

.jyz .jyz-nav li:hover::after{color: #fff; margin-right: 5px; transition: all 0.3s}

.jyz .jyz-list{
	border-bottom: 1px dashed #ececec;
}

.jyz .jyz-list li{
    list-style: none;
	font-size:20px;
	border-top: 1px dashed #ececec;
	padding: 3% 0;
    width: 100%;
    overflow: auto;
}
.jyz .jyz-list li .title{
	width:calc(96% - 120px);
	float: left;
	display: inline-block;
 	white-space: nowrap;
 	text-overflow: ellipsis;  
	overflow: hidden;
}

.jyz .jyz-list li .date{
	width:120px;
	float: right;
	font-size: 16px;
	color: #afafaf;
}


/*--------991---------*/
@media (max-width: 991px) {
	.jyz .jyz-list li{font-size:16px;}
}









