@charset "utf-8";
/* CSS Document */

body{ overflow-x:hidden;}

.ny_nav{ border-bottom:1px solid #e2e2e2; width:100%; margin-top:20px;}
.ny_nav .ul_ny_nav{ display:flex; align-items:center; max-width:1200px; margin:0 auto;}
.ny_nav .ul_ny_nav li{ padding:0 20px; cursor:pointer; position:relative;}
.ny_nav .ul_ny_nav li:after{ position:absolute; content:""; display:block; width:1px; height:18px; background:#ccc; right:0; top:50%; margin-top:-9px;}
.ny_nav .ul_ny_nav li:first-child{ padding-left:0px;}
.ny_nav .ul_ny_nav li:last-child:after{ display:none;}
.ny_nav .ul_ny_nav li a{ display:block; height:60px; line-height:60px; color:#000; position:relative; font-weight:bold;}
.ny_nav .ul_ny_nav li a:after{ position:absolute; content:""; width:100%; height:4px; background:#f6d300; bottom:0px; left:50%; transform:translateX(-50%); width:0%;  -webkit-transition:width 0.5s;}
.ny_nav .ul_ny_nav li:hover a:after{ width:100%;}
.ny_nav .ul_ny_nav .li_ny_nav_on{}
.ny_nav .ul_ny_nav .li_ny_nav_on a:after{ width:100%;}

.breadcrumb{ display:flex; align-items:center; max-width:1200px; margin:0 auto 0px; padding:10px 0;}
.breadcrumb li{ position:relative; padding:10px 4px;}
.breadcrumb li a{ color:#999;}
.breadcrumb li:after{ content:"/"; margin-left:8px; color:#999;}
.breadcrumb li:last-child:after{ display:none;}


.com_con{ max-width:1200px; margin:0 auto; padding:50px 0 30px;}
.com_con .h2_title{ font-size:30px; font-weight:bold; text-align:center; margin-bottom:10px;}
.com_con .p_title{ margin-bottom:50px;text-align: center;width: 100%;}
.com_con .p_title span{ margin-right:24px; color:#8d8d8d;}

.news_con{ display:flex; justify-content:space-between;}
.news_con_l{ width:650px;}
.swiper-bancontainer .swiper-slide p {font-size: 16px;line-height: 1.5em;margin-top: 16px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden; margin-bottom: 12px;}
.swiper-bancontainer .swiper-slide pre{word-break: break-word;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;font-size: 14px;line-height: 1.5em; font-family:Arial;}
.swiper-bancontainer .swiper-button-prev{ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); left:inherit; right:100px; top:12px !important; margin:0; top:inherit; z-index:999; width:9px; height:16px; background-size:100%;}
.swiper-bancontainer .swiper-button-next{ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); right: 75px; left:inherit; top:12px !important; margin:0; top:inherit; z-index:999; width:9px; height:16px; background-size:100%;}

.img_page{ position: absolute;z-index: 99;top:0;background: rgba(0,0,0,0.5);color: #fff;right: 0; font-size:16px; padding:12px 24px 12px 80px;  }

.news_con_r{ width:500px;}
.news_con_r .news_title{ font-size:36px; line-height:1.25em; margin-bottom:12px; font-weight:bold;}
.news_con_r p{line-height:1.5em; font-size:16px; color:#666;}

.print{ display:flex; align-items:center; justify-content:space-between; padding:20px 0; border-top:1px dashed #e2e2e2; margin-top:60px;}
.print .a_print{ display:flex; align-items:center; background:#f8f8f8; border-radius:5em; padding:14px 24px; cursor:pointer;}
.print .a_print img{ height:22px; margin-right:8px;}
.print .news_share{ display:flex; align-items:center;}
.print .news_share li{ margin-left:20px;}
.print .news_share li img{ height:24px; opacity:0.3;}


.cer_pos{ position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:999999999; display:none;}
.cer_flex{ width:100%; height:100%; display:flex; align-items:center; justify-content:center;background: rgba(0,0,0,0.8)}
.cer_flex .cer_flex_con{ width:800px; background:#000; padding:15px 30px;}
.cer_clo{ display:flex; justify-content:flex-end; margin-bottom:10px;}
.cer_clo .cer_clo_img{ height:40px; cursor:pointer;}

.gallery-top {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	color:#fff;
}
.gallery-top .swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	height: 500px;
	width: 100%;
}
.gallery-top img{ width:100%; max-height:inherit;}
.gallery-top p{ position:absolute; bottom:0px; background:rgba(0,0,0,0.7); width:100%; font-size:18px; padding:12px 1em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.gallery-thumbs {
	height: 100px;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs p{ font-size:14px; padding:4px 0.5em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.gallery-thumbs .swiper-slide {
	width: 13%;
	height: 100%;
	opacity: 1;
	overflow:hidden;
	box-sizing: border-box;
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;	
}
.gallery-thumbs .swiper-slide img{ box-sizing:border-box;}
.gallery-thumbs .swiper-slide-active{ border:2px solid #e62129;}

.gallery-top .swiper-button-prev{ background:url(../img/icon_left.png) no-repeat; width:39px; height:106px; background-size:100% 100%; left:0px; right: auto; margin-top:-53px;}
.gallery-top .swiper-button-next{ background:url(../img/icon_right.png) no-repeat; width:39px; height:106px; background-size:100% 100%; right:0px; left: auto; margin-top:-53px;}

/*手机端样式*/
@media screen and (max-width: 768px){
}


