/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section{
	overflow:hidden;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 35%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	text-shadow: 0 0 5px rgba(0,0,0,.9);
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #fcff00;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 30px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../images/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../images/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../images/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../images/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:20%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2{
	width: 100%;
	height: 100%;
	background: url(../images/bg1.jpg) no-repeat;
	background-size: cover;
	background-color: #fff;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: url(../images/bg2.jpg) no-repeat;
	background-size: cover;
	background-color: #fff;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	width: 100%;
	height: 100%;
	background: url(../images/bg3.jpg) no-repeat;
	background-size: cover;
	background-color: #fff;
}
.index_main .section4 h3{
	text-align: center;
}
.index_main .section5{
	width: 100%;
	height: 100%;
	background: url(../images/bg4.jpg) no-repeat;
	background-size: cover;
	background-color: #fff;
}
.subfooter{
	width: 100%;
	height: auto;
	background: url(../images/bg4.jpg) no-repeat;
	background-size: cover;
	background-color: #fff;
}

@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 50px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 30px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}

}

.newshome .swiper-news .pic{width:100%;height: 100%;max-height: 440px;overflow:hidden;}
.newshome .swiper-news .pic img{width:100%;height: 100%}
.newshome .swiper-news a{color: #fff}
.newshome .swiper-news .swiper-pagination{width: auto;right:20px;bottom:80px}
.newshome .swiper-news .swiper-pagination-bullet{width: 8px;height: 8px;opacity:1;transition: .3s;margin: 8px!important;vertical-align: middle;background: #fff;}
.newshome .swiper-news .swiper-pagination-bullet-active{width: 12px;height: 12px;background: #2F4396}
.newshome .swiper-news .item p{position: absolute;left: 0;bottom: 0;right: 0;background: rgb(48, 70, 127,.8);line-height:60px;text-align:center;color: #fff;padding: 0 30px;font-size: 20px}


.section2 h1 {
position: relative;
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: flex;
    align-items: flex-end;
    margin-top: 150px;
    margin-bottom: 50px;
    font-size: 36px;
}
.section2 h1:after {
	position: absolute;
	top: 50px;
	left:0px;
    height: 4px;
    width: 70px;
    background: #30467F;
    display: block;
    content: '';
}
.section2 h1 .title-en {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}

.section2 h1 a {
    display: block;
    width: 120px;
    height: 40px;
    border: 1px solid #999;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 38px;
    margin-left: auto;
    padding-left: 20px;
}

.section2 h1 a span {
    font-size: 12px;
    float: right;
    display: block;
    line-height: 38px;
	margin:0 20px 0 0;
}
.section2 h1 a:hover {
    border: 1px solid #30467F;
    color: #30467F;
}

.homenews-tabs .newstabs {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homenews-tabs .newstabs i {
    margin-right:15px;
}

.homenews-tabs .newstabs .tab-item {
    flex-grow: 1;
    height: 100%;
    border: solid #30467F;
    border-width: 1px 1px 1px 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #30467F;
    transition: all 0.4s linear;
    border-radius: 0px;
}

.homenews-tabs .newstabs .tab-item:first-child {
    border-left-width: 1px;
	border-radius: 5px 0 0 5px;
}
.homenews-tabs .newstabs .tab-item:last-child {
	border-radius: 0 5px 5px 0;
}

.homenews-tabs .newstabs .tab-item:hover {
    opacity: 0.6;
}

.homenews-tabs .newstabs .tab-item.active {
    background: #30467F;
    color: #fff;
}

.homenews-tabs .newstabs .tab-item.active:hover {
    opacity: 1;
}

.homenews-tabs .homenews-list {
    display: none;
    margin-top: 30px;
	position:relative;
}

.homenews-list .news-list{padding-bottom:20px;margin-bottom:20px;border-bottom:2px rgba(0,0,0,0.05) solid}
.homenews-list .news-list:last-child{margin-bottom:0px;}
.homenews-list .news-list a{display:block; position:relative;overflow: hidden;transition: 0.35s;height:100%;}
.homenews-list .news-list a .time{float:left;background: #f8f8f8;border-radius:10px;width:100px;height:80px;text-align:center;}
.homenews-list .news-list a .time strong{display:block;color:#30467F;font-size:55px;line-height:1;letter-spacing:-2px;}
.homenews-list .news-list a .time span{display:block;font-size:12px;line-height:1;color:#aaa}
.times{width:100%; height:100%; position: relative; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center;}
.times_bd{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;min-width: 1px; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start;}

.homenews-list .news-list a .title{float:right;width:calc(100% - 120px);}
.homenews-list .news-list a .title strong{font-size:22px;line-height:1.3;font-weight:normal;display:block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; }
.homenews-list .news-list a .title p{line-height:22px;margin-top:10px;height:44px;font-size:14px;color:#888;overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.swiper-picnews {width:100%;margin-top:20px;padding-bottom:30px;}
.swiper-picnews img {width:100%;}
.swiper-picnews .swiper-pagination{width: auto;right:0px;bottom:0px}

.home_ywly {
  width: 100%;
}


.home_ywly .title {
    width: 100%;
    height: 42px;
    line-height: 42px;
  text-align: center;
    margin-top: 150px;
    margin-bottom: 50px;
    font-size: 36px;
  position: relative;
}
.home_ywly .title:after {
    height: 4px;
    width: 70px;
    background: #30467F;
    display: block;
    margin: 0 auto;
    content: '';
    margin-top: 8px;
}
.home_ywly p {
  margin-top: 30px;
  font-size: 16px;
  color: #000;
}

.home_ywly .home_add {
  width: 100%;
  margin: 30px 0 0 0;
}
.home_ywly .home_add .owl-item {
  overflow: hidden;
}
.home_ywly .home_add .item {
  width: 100%;
  float: left;
  display: inline-block;
  margin-right: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -0-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.home_ywly .home_add .item img.bg {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -0-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home_ywly .home_add .item h4.tit {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 0 0 5px rgba(0,0,0,.9);
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -0-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.home_ywly ul.home_add li:last-child {
  margin-right: 0;
}
.home_ywly .home_add .item:hover {
  box-shadow: 0px 0px 20px rgba(36, 36, 36, 0.35);
}
.home_ywly .home_add .item:hover h4.tit {
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  opacity: 0;
}
.home_ywly .home_add .item:hover .text_block {
  -webkit-transform: translate3d(0%, 0px, 0px);
  -moz-transform: translate3d(0%, 0px, 0px);
  transform: translate3d(0%, 0px, 0px);
  left: 0;
  top: 0;
}
.home_ywly .home_add .item:hover img.bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home_ywly .home_add .item .text_block {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  z-index: 100;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -0-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.home_ywly .home_add .item .text_block h4 {
  font-size: 28px;
  color: #fff;
  /*font-family: 'yt' !important;*/
}
.home_ywly .home_add .item .text_block p {
  font-size: 16px;
  color: #fff;
  margin-top: 20%;
  line-height: 30px;
}
.home_ywly .home_add .item .text_block a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  height:60px;
  line-height:60px;
}
.home_ywly .home_add .item .text_block a img {
  width: 37px;
  position: relative;
  left: 10px;
  top: 13px;
  border-style: none;
}
.home_ywly .home_add .owl-controls {
  position: absolute;
  right: 20px;
  bottom: 6%;
}
.home_ywly .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 4px;
}
.home_ywly .owl-theme .owl-dots .owl-dot.active span,
.home_ywly .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ffffff;
  opacity: 1;
}

.home_dj {
  width: 100%;
}


.home_dj .title {
    width: 100%;
    height: 42px;
    line-height: 42px;
  text-align: center;
    margin-top: 150px;
    margin-bottom: 50px;
    font-size: 36px;
  position: relative;
}
.home_dj .title:after {
    height: 4px;
    width: 70px;
    background: #30467F;
    display: block;
    margin: 0 auto;
    content: '';
    margin-top: 8px;
}
.fangda:hover{
   margin:0 ;
   padding:0 ;
}
.fangdas{
    overflow: hidden;
}
.fangda .fangdas>div,.fangda .fangdas>img{
    margin:0 ;
   padding:0 ;
   transition-duration: .3s;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.fangda:hover .fangdas>div{
    transform: scale(1.1);
}
.fangda:hover .fangdas>div,.fangda:hover .fangdas>img{
    transform: scale(1.1);
}
.djlist{
   margin:0 ;
   padding:0 ;
}
.djlist_text{
    padding: 30px 20px;
    transition-duration: .5s;
}
.djlist .pic{
    height:300px ;
    background-size: cover;
    background-position: center center;
}
.djlist .djlist_text{
    background:rgba(255,255,255,.8);
}
.djlist:hover .djlist_text{
    background-color: #30467F;
}
.djlist:hover .h2,.djlist:hover .h3,.djlist:hover .h4{
    color: white;
}
.djlist .h2{
    color: #333333;
    font-size: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.djlist .h3{
    line-height: 24px;
    color: #999999;
    font-size: 16px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.djlist .h4{
    color: #999999;
    font-size: 16px;
}






.subfooter{ box-shadow: 6px 0 10px rgba(190,189,189,.23);}
.subfooter .page-footer{ margin-top: 80px;}
.index_main .page-footer{ margin-top: 150px;}
.footer-widget .main-logo .medium-font {
    margin-left: 0;
    display: block;
}

.footer-widget .main-logo {
    margin-top: -25px;
    padding-bottom: 5px;
}

.footer-widget .main-logo img {
    max-width: 100%;
}

.text-widget  {
    font-size: 15px;
	line-height:30px;
	padding-right:100px;
}

.text-widget li i {
    display: table-cell;
    width: 20px;
}

.text-widget li span {
    display: table-cell;
    vertical-align: inherit;
}

.footer-widget .divider-2 {
	display: inline-block;
    height: 2px;
    margin: 20px auto;
    width: 30px;
	background:#30467F;
}

.footer-widget ul li img {
    width:100%;
}
.footer-widget ul li {
    font-size: 15px;
    padding: 10px 0;
}
.page-footer a {
    color: #333;
}
.page-footer a:hover {
    color: #30467F;
}
.footer-widget .list li a {
    position: relative;
}

.footer-widget .list li > a::before {
    color: #666;
    content: "\f105";
        font-family: 'Font Awesome 5 Pro';
    margin-right: 5px;
    vertical-align: middle;
}

.footer-widget .list li > a:hover:before {
    -webkit-animation: bounceIn .5s;
    animation: bounceIn .5s;
}

.footer-widget .instagram-widget li {
    padding: 3px 0 0;
    display: inline-block;
}

.footer-bottom {
    position: relative;
}

.footer-bottom p, .footer-bottom .primary-navbar > li {
    margin: 0;
    padding: 0;
    width: auto;
}

.footer-bottom .primary-navbar > li a {
    text-transform: none;
}
.title-1 {
    font-size: 18px;
}
.sec-space {
    padding-bottom: 30px;
    padding-top: 10px;
}
.siteinfo {
    text-align: center;
    border-top: 1px solid #ccc;
    font-size: 14px;
    line-height: 26px;
    padding: 25px 0 0;
	margin-top:25px;
}

/*-----友情链接-----*/
.firend_link{margin:20px auto 0;height: 34px; position: relative; z-index: 22;display:block;}
.linkname{float:left;height:34px;line-height:34px;font-size: 18px; font-weight: bold;color:#30467F;width: 98px;}
.linkbox1{height:34px;margin-left:98px;}
.linkbox1 dl{ display:block!important;width:calc((100% - 40px)/5); height:32px; float:left;line-height:32px;border:1px solid #999;padding-right:15px; margin-right:10px;}
.linkbox1 dl:last-child{ margin-right:0px;}
.linkbox1 dl#num1{margin-left:0;}
.linkbox1 dl dt{height: 32px;line-height:32px;display: block;background:url(../images/link_jt.png) no-repeat right center;padding:0 20px 0 12px;cursor: pointer;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;position: relative;z-index: 99;font-size: 16px;color: #666;font-weight: normal;}
.linkbox1 dd{position:absolute;left:0;bottom:55px; right:0; background:#fff;z-index:98;border:#30467F 1px solid; padding:10px 0;}
.linkbox1 dd ul{padding:0 10px;}
.linkbox1 dd ul li{float:left;width:16.6%; text-align:left;}
.linkbox1 dd ul li a{display:block; font:normal 16px/28px "Microsoft Yahei";width:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:35px; color:#666; background:url(../images/dot.png) 20px center no-repeat;}
.linkbox1 dd ul li a:hover{background:#f0f0f0 url(../images/dot.png) 20px center no-repeat;text-decoration:none;}




@media only screen and (max-width: 1400px){
.text-widget  {
	padding-right:80px;
}

}

@media only screen and (max-width: 1280px){
.text-widget  {
	padding-right:20px;
}

}

@media only screen and (max-width: 1024px){
.text-widget  {
	padding-right:20px;
}

}



@media only screen and (max-width: 991px){
.footer-links, .footer-ewm {
    display:none;
}
.text-widget  {
	padding-right:50px;
}

    .linkbox1 dd ul li{width:25%;}

}





@media only screen and (max-width: 767px){
.section2 h1 {
     margin-top: 80px;
   margin-bottom: 10px;
    font-size: 24px;
}
.newshome .swiper-news .item p{font-size:16px;line-height:50px;}
.newshome .swiper-news .swiper-pagination{bottom: 50px;}
.swiper-picnews .swiper-pagination{bottom: 10px;}
.swiper-ywly .swiper-pagination{bottom: 10px;}
.swiper-dj .swiper-pagination{bottom: 10px;}
.homenews-tabs .newstabs {
    margin-top: 20px;
}
.homenews-tabs .newstabs {
    height: 34px;
}

.homenews-tabs .newstabs .tab-item {
    font-size: 16px;
}
.homenews-tabs .homenews-list {
    margin-top: 20px;
}

.homenews-list .news-list{padding-bottom:15px;margin-bottom:15px;}
.homenews-list .news-list a .time{width:60px;height:60px;}
.homenews-list .news-list a .time strong{font-size:30px;}
.homenews-list .news-list a .title{float:right;width:calc(100% - 70px);}
.homenews-list .news-list a .title strong{font-size:16px;line-height:1.3;font-weight:normal;display:block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; }
.homenews-list .news-list a .title p{line-height:16px;margin-top:5px;height:32px;font-size:12px;color:#888;overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.home_ywly .home_add {
  margin: 10px 0 0 0;
}
.home_ywly .title {
     margin-top: 80px;
   margin-bottom: 30px;
    font-size: 24px;
}
.home_ywly .home_add .item {
  width: 100%;
  margin-right: 0;
}
.home_ywly p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.home_dj .title {
     margin-top: 80px;
   margin-bottom: 30px;
    font-size: 24px;
}
.djlist .pic{
    height:240px ;
}
.djlist_text{
    padding: 15px 10px;
}
.djlist .h2{
    font-size: 18px;
    margin-bottom: 10px;
}
.djlist .h3{
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 10px;
}
.sec-space {
    padding-top: 0px;
}
.text-widget  {
	padding-right:0px;
}
.footer-widget .divider-2 {
	display:none;
}
.page-footer{    margin-top: 40px;}
.footer-widget ul li {
    padding: 0px 0;
}
.linkbox1 dl{ display:block!important;width:100%; height:22px; float:left;line-height:22px;border:1px solid #999;padding-right:15px; margin-right:0px;margin-bottom:5px;}
.linkbox1 dd ul li{width:50%;}
.linkbox1 dd ul li a{padding-left:15px; font:normal 12px/14px "Microsoft Yahei"; background:url(../images/dot.png) 0px center no-repeat;}
.linkbox1 dl dt{height: 22px;line-height:22px;display: block;background:url(../images/link_jt.png) no-repeat right center;padding:0 10px 0 0px;cursor: pointer;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;position: relative;z-index: 999999;font-size: 14px;color: #666;font-weight: normal;}
.linkbox1 dd{position:absolute;left:0;bottom:35px; right:0; background:#fff;z-index:98;border:#30467F 1px solid; padding:10px 0;}
.siteinfo {
    line-height: 21px;
    padding: 15px 0 0;
	margin-top:15px;
}


}




/* Page Title
-------------------------------------------------------------- */
.page-title { 
    padding: 220px 0 160px; 
    position: relative;
	width: 100%;
    background-position: top center !important;
    background-repeat: repeat !important;
    background-size: cover !important;
}

.page-title .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    line-height: 80px;
    width: 100%;
    background: rgba(255,255,255,.8);
	opacity: 1;
}

.page-title .overlay a {
    font-size:  18px;
    color: #1b75bc;   
    font-weight: 500;
}
.page-title .overlay a:hover {
    color: #8b96ba;   
}
.page-title .overlay a:not(:last-child) {
    margin-right: 25px;
}

.page-title .overlay a:not(:last-child):after {
    content: '|';
    color: #8b96ba;   
    font-size:  16px;
    margin-left: 25px;
}

.page-title .page-title-content { 
    position: relative;
}

.page-title .page-title-content .page-title-heading { 
    margin-bottom: 0px;   
}

.page-title .page-title-content .page-title-heading h2 {
    color: #fff;
    line-height: 36px;
    font-size: 36px;
    font-weight: 600;
	text-shadow: 0 0 5px rgba(0,0,0,.4);
}
.page-title .page-title-content .page-title-heading i {
    display: block;
    width: 40px;
    height: 3px;
    margin: 10px auto 15px;
    padding: 0;
    background-color: #30467F;
}
.breadcrumbs{
    margin-top: 15px;
    display: block;
    width: 100%;
    height: auto;
    line-height: 30px;
    color: rgba(255,255,255,0.5);
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    padding: 0
}


@media (max-width: 767px) {

.page-title { 
    padding: 150px 0 80px; 
}
.page-title .overlay {
    height: 60px;
    line-height: 60px;
}

.page-title .overlay a {
    font-size:  16px;
}
.page-title .overlay a:not(:last-child) {
    margin-right: 15px;
}

.page-title .overlay a:not(:last-child):after {
    font-size:  14px;
    margin-left: 15px;
}
.page-title .page-title-content .page-title-heading h2 {
    line-height: 24px;
    font-size: 24px;
}
.page-title .page-title-content .page-title-heading i {
    margin: 10px auto 5px;
}
.breadcrumbs{
    margin-top: 10px;
    line-height: 20px;
    font-size: 16px;
}

}



















.ey_pos {
    width: 100%;
    height: auto;
    margin: -70px auto 0;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ey_pos em {
    display: block;
    width: 50%;
    height: 70px;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    position: absolute;
    right: 0;
    bottom: 0
}

.ey_pos .pos_main {
    height: 70px;
    margin: 0 auto;
    padding: 0;
    background-color: #f8f8f8;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pos_main ul {
    float: left
}

.pos_main ul li {
    height: 70px;
    float: left;
    position: relative
}


.pos_main ul li a {
    display: block;
    width: auto;
    height: 70px;
    overflow: hidden;
    line-height: 70px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 0px 40px
}

.pos_main ul li.active a,.pos_main ul li:hover a {
    background-color: #30467F;
    color: #fff
}

.pos_main p {
    width: auto;
    max-width: 72%;
    height: 70px;
    overflow: hidden;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 10px 0;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pos_main p a {
    color: #333
}

.pos_main p a:hover {
    color: #30467F
}

.subpages {
  padding:80px 0;
background: url(../images/bg1.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.subpages p {
  font-size: 16px;
  line-height:1.8;
  margin-bottom:10px;
}
.subpages img {
  max-width:100%;
  margin-bottom:15px;
}
.subpages .title { font-size: 24px; color: #000 !important; text-align: center; }
.subpages .title2 { font-size: 18px; color: #666 !important; text-align: center; }
.subpages .other { height: auto; overflow: hidden; background: #f9f9f9; padding: 20px; margin: 25px 0; }
.subpages .other span { font-size: 14px; color: #999; }
.subpages .other span b { color: #666; }
.subpages .other .info { height: 32px; line-height: 32px; overflow: hidden; float: left; }
.subpages .other .info span { margin-right: 30px; }
.subpages .other .share { overflow: hidden; float: right; }
.subpages .other .share span { color: #666; float: left; line-height: 32px; }
.subpages .other .share .btn { width: 32px; height: 32px; line-height: 32px; font-size: 24px; color: #fff; overflow: hidden; text-align: center; margin-right: 5px; padding: 0; display: inline-block; border-radius: 50%; position: relative; background: none; }
.subpages .other .share .btn.wechat { background-color: #21c20f; }
.subpages .other .share .btn.weibo { background-color: #e11f27; }
.subpages .other .share .btn:hover { text-decoration: none; }
.subpages .fenye { height: auto; overflow: hidden; margin-top: 50px; background: #f9f9f9; padding: 15px 20px; }
.subpages .fenye a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 35px; font-size: 16px; color: #333; }
.subpages .fenye a span { color: #999; }
.subpages .fenye a:hover { color: #30467F; }
.icon_box_05{
    position: relative;
    padding-top: 59px;
    text-align: center;
}
.icon_box_05.ib5_left{
    padding-top: 0;
    padding-left: 59px;
    text-align: left;
    margin-bottom: 30px;
}
.icon_box_05.ib5_right{
    padding-top: 0;
    padding-right: 59px;
    text-align: right;
    margin-bottom: 30px;
}
.icon_box_05 i{
    width: 120px;
    height: 120px;
    border: 0px solid #eeeeee;
    color: #30467F;
    text-align: center;
    line-height: 118px;
    border-radius: 50%;
    background: #C9E0FF;
    font-size: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.icon_box_05:hover i{
    border: 1px solid #30467F;
    color: #fff;
    background: #30467F;
}
.icon_box_05.ib5_left i{
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto 0;
}
.icon_box_05.ib5_right i{
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}
.ib5_inner{
    border: 0px solid #eeeeee;
    padding: 100px 25px 32px;
}
.icon_box_05.ib5_left .ib5_inner{
    padding: 29px 20px 21px 90px;
}
.icon_box_05.ib5_right .ib5_inner{
    padding: 29px 90px 21px 20px;
}
.ib5_inner h3{
    font-size: 26px;
    line-height: .8;
    letter-spacing: -.52px;
    text-transform: uppercase;
    margin: 0 0 26px;
}
.ib5_inner p{
    font-size: 14px;
    line-height: 26px;
    color: #959ba9;
    letter-spacing: 0;
    margin: 0 0 17px;
}
.ib5_inner p span{
    color: #30467F;
}
.ib5_inner > a{
    font-size: 14px;
    display: inline-block;
    line-height: .8;
    color: #30467F;
    font-weight: 500;
    text-transform: capitalize;
}
.ib5_inner > a:hover{
    color: #333;
}
.subpages  .news_top {
    overflow: hidden;
    margin: 0 auto 30px auto;
    background: #fff;
}

.subpages  .news_top .news_img {
    float: left;
    position: relative;
    width: 50%;
    padding-top: 30%;
    overflow: hidden;
}

.subpages  .news_top .news_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.subpages  .news_top .txt {
    float: right;
    width: 42%;
    margin-right: 5%;
    margin-top: 25px;
}

.subpages  .news_top .txt h5 a {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #333333;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.subpages  .news_top:hover .txt h5 a {
    color: #054a8f;
}

.subpages  .news_top .txt span {
    display: block;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #1c2437;
    margin: 18px 0 15px 0;
}

.subpages  .news_top .txt p {
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.subpages  .news_top .txt .more {
    width: 80px;
    height: 36px;
    line-height: 36px;
    background: #30467F;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0 10px;
    box-sizing: content-box;
}

.subpages  .news_top .txt .more a {
    display: block;
    font-size: 14px;
    color: #f5f7fa;
}

.subpages  .news_top .txt .more a em {
    font-size: 14px;
    color: #f5f7fa;
}
.subpages  .news_top .txt .more:hover {
    background: #ff0000;
}

.subpages  .news_top .txt .more:hover a {
    display: block;
    font-size: 14px;
    color: #fff;
}

.subpages  .news_top .txt .more:hover a em {
    font-size: 14px;
    color: #fff;
}

.subpages  .news_top:hover .news_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.subpages .news_list dl {
    width: 100%;
    padding: 35px 0;
    background: #fff;
    margin: 0 0 25px 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 5;
}

.subpages .news_list dl::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #f8f8f8;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.subpages .news_list dl dt {
    width: 12%;
    text-align: center;
    position: relative;
    height: 98px;
    z-index: 5;
    border-right: 1px solid #ccc;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
    padding: 10px;
    
}

.subpages .news_list dl dt span {
    display: block;
    font-size: 30px;
    letter-spacing: .9px;
    line-height: 32px;
    color: #38608a;
    padding-top:0px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-family: FuturaBT;
}

.subpages .news_list dl dt i {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #004fa1;
    font-weight: 500;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    letter-spacing: 2px;
    margin-left: 2px;
    margin-top: 0;
}


.subpages .news_list dl dd {
    width: 82%;
    position: relative;
    padding: 10px 3% 0 3%;
    margin-top: -5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-sizing: content-box;
    float: left;
}

.subpages .news_list dl dd a {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 5;
    max-width: 98%;
}
.subpages .news_list dl dd p {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #777;
    margin-top: 3px;
}

.subpages .news_list dl:hover dt{
    background: #30467F;color: #fff;
}
.subpages .news_list dl:hover dt span{
    color: #f7f6f6;
}
.subpages .news_list dl:hover dt i{
    color: #fff;
}
.subpages .news_list dl:hover dd a {
    color: #004fa1;
}

.subpages .news_list dl:hover::after {
    height: 100%;
    -webkit-box-shadow: 0 0 6px 6px rgba(6, 75, 142, .1);
    box-shadow: 0 0 6px 6px rgba(6, 75, 142, .1);
}

.subpages .news_list dl:hover {
    -webkit-box-shadow: 0 0 6px 6px rgba(6, 75, 142, .1);
    box-shadow: 0 0 6px 6px rgba(6, 75, 142, .1);
}

.pageList{ width:100%;margin:50px 0 0}
.pageList ul{ text-align:center}
.pageList ul li{ display:inline; margin-left:3px}
.pageList ul li a{ display:inline-block; height:35px; line-height:35px; padding:0px 15px; background:#fff; border:1px #e3e3e3 solid; position:relative; margin:0 3px; font-size:14px; color:#888}
.pageList ul li:hover a{ background:#38608a;color:#fff}
.pageList ul li.active a{ background:#38608a; color:#fff; border:1px #38608a solid; }

.ywly_title{ overflow:hidden; }
.ywly_title h3{ font-size:24px; font-weight:bold; display:block; padding-bottom:20px; border-bottom:1px solid #dbdbdb;}
.ywly_title .content{ line-height:30px; color:#707070; text-align:justify; margin-top:20px;}

.ywly_gc{ border-bottom:1px solid #dbdbdb; display:block; height:60px; line-height:60px;}
.ywly_gc .cn{ font-size:24px; font-weight:bold; line-height:60px;}
.ywly_list{ margin-top: 30px;}

.hovai-demo-box-3{position:relative;height:240px;transition:all ease .5s;overflow:hidden}
.hovai-box-image-3 img{width:100%;transform:scale(1);transition:all ease .5s}
.hovai-demo-box-3:hover .hovai-box-image-3 img{width:100%;transform:scale(1.1);transition:all ease .5s}
.hovai-box-details-3{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;background:rgba(0,0,0,.3);transition:all ease .5s}
.hovai-demo-box-3:hover .hovai-box-details-3{background:rgba(0,0,0,.6);}
.boder-line-bottom-3:after,.boder-line-bottom-3:before,.boder-line-top-3:after,.boder-line-top-3:before{width:15%;position:absolute;height:40px;background:0 0;text-align:center;content:""}
.hovai-box-details-3 h2{color:#fff;font-size:24px;padding:0 30px; height:30px; line-height:30px; overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.hovai-box-details-3 p{height:0; margin-top:0px;color:#fff;opacity: 0;transition:all ease .5s; }
.hovai-demo-box-3:hover .hovai-box-details-3 p{height:30px; margin-top:20px;opacity: 1; }
.boder-line-top-3:before{top:-100%;left:7%;border-left:2px solid #fff;border-top:2px solid #fff;transition:all ease .5s}
.boder-line-top-3:after,.hovai-demo-box-3:hover .boder-line-top-3:before{top:10%;transition:all ease .5s}
.boder-line-top-3:after{right:-100%;border-right:2px solid #fff;border-top:2px solid #fff}
.boder-line-bottom-3:before{bottom:10%;left:-100%;border-left:2px solid #fff;border-bottom:2px solid #fff;transition:all ease .5s}
.boder-line-bottom-3:after{bottom:10%;right:-100%;border-right:2px solid #fff;border-bottom:2px solid #fff;transition:all ease .5s}
.hovai-demo-box-3:hover .boder-line-top-3:after{right:7%;transition:all ease .5s}
.hovai-demo-box-3:hover .boder-line-bottom-3:before{left:7%;transition:all ease .5s}
.hovai-demo-box-3:hover .boder-line-bottom-3:after{right:10%;transition:all ease .5s}


.tabel {
    display: table;
}

.tabel-cell {
    display: table-cell;
    vertical-align: middle;
}
.tabel, .tabel-cell {
    width: 100%;
    height: 100%;
}
.padding-bottom {
    margin-bottom: 30px;
}
.box-shadow {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
    box-shadow: 1px 2px 10px rgba(0,0,0,.18);
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.nrsear{position: relative;}
.nrsear input{margin:15px 30px; width: 300px;height: 40px;line-height: 40px;border-radius: 0px;background: #fff;padding-left: 14px;font-size: 15px;border: 1px solid #ddd;}
.nrsear .sub{position: absolute;top:15px;right:30px;width: 40px;height: 40px;font-size:24px;cursor: pointer;padding: 0;background: url(../images/ny24.png) no-repeat center;}

.shareWx-box { text-align: center; }
.shareWx-box .url_img { margin: 15px auto 5px; }
.shareWx-box p { font-size: 13px; }


@media (max-width: 1280px) {
.subpages  .news_top .txt p {
    -webkit-line-clamp: 3;
}

}
@media (max-width: 1024px) {
.subpages  .news_top .txt p {
    -webkit-line-clamp: 2;
}
.subpages  .news_top .txt h5 a {
    font-size: 20px;
    line-height: 24px;
	}
.subpages .news_list dl dd a {
    font-size: 20px;
    line-height: 24px;
}
.subpages .news_list dl dd {
    width: 74%;
}
.subpages .news_list dl dt {
    width: 20%;
}

}
@media (max-width: 767px) {

    .ey_pos {
        margin: 0 auto;
        padding: 0;
        background-color: #fff
    }
.ey_pos em {
        display: none
}

.ey_pos .pos_main {
    height: auto;
}

.pos_main ul {
	width:100%;
}

.pos_main ul li {
float:left;
flex-grow: 1;
    height: 50px;
	text-align:center;
}

    .pos_main ul li a {
    height: 50px;
    line-height: 50px;
        font-size: 15px;
    padding: 0px 20px
    }

    .pos_main p {
        display: none
    }

.subpages .title { font-size: 24px; text-align: left; }
.subpages .title2 { font-size: 18px; text-align: left; }
.subpages .other { padding: 20px; position: relative; margin-top: 30px; }
.subpages .other span { font-size: 14px; }
.subpages .other .info { width: 100%; height: auto; line-height: normal; }
.subpages .other .info span { display: block; margin: 0 0 10px 0; }
.subpages .other .share { height: auto; line-height: 30px; position: absolute; right: 20px; bottom: 10px; }
.subpages .other .share .btn { width: 30px; height: 30px; line-height: 30px; font-size: 20px; }
.subpages .imgsBox { width: 100%; margin: 30px auto; }
.subpages .imgsBox .imgs { width: 100%; margin: 0 auto; }
.subpages .imgsBox .btn-prev, .subpages .imgsBox .btn-next { top: 40%; font-size: 80px; color: #fff; z-index: 1; }
.subpages .imgsBox .swiper-pagination { bottom: 30px; }
.subpages .text { margin-top: 30px; }
.subpages .text video, .subpages .text img { width: 100% !important; height: auto !important; display: block; }
.subpages .text p { font-size: 28px !important; line-height: 50px !important; margin-bottom: 20px; text-indent: 56px !important; }
.subpages .text p * { font-size: 28px !important; line-height: 50px !important; }
.subpages .text p img { margin-bottom: 20px; }
.subpages .fenye { margin-top: 40px; padding: 15px 20px; }
.subpages .fenye a { font-size: 18px; line-height: 50px; }
    .icon_box_05{
        margin-bottom: 30px;
    }
    .icon_box_05.ib5_left .ib5_inner{
        padding-left: 80px;
        padding-right: 10px;
    }
    .subpages  .news_top .news_img {
        float: none;
        width: 100%;
        padding-top: 50%;
        object-fit: cover;
    }
    .subpages  .news_top .txt {
        float: none;
        width: 90%;
        margin: 20px auto 0 auto;
        padding-bottom: 30px;
    }
    .subpages  .news_top .txt span {
        margin: 8px 0 8px 0;
    }
.subpages  .news_top .txt .more {
    margin-bottom: 0px;
}
    .subpages .news_list dl dt {
        width: 20%;
    }
    .subpages .news_list dl dd {
        width: 74%;
    }
    .subpages .news_list dl dt {
        width: 24%;
    }
    .subpages .news_list dl dd {
        width: 70%;
    }

.nrsear input{margin:5px 15px; width: 300px;height: 40px;line-height: 40px;border-radius: 0px;background: #fff;padding-left: 14px;font-size: 15px;border: 1px solid #ddd;}
.nrsear .sub{position: absolute;top:5px;right:15px;width: 40px;height: 40px;font-size:24px;cursor: pointer;padding: 0;background: url(../images/ny24.png) no-repeat center;}









}
