*,
:after,
:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 !important;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}
input,select,textarea{font-size:14px;color:#333;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}
a{color:#333;text-decoration:none}
ul {
	list-style-type: none;
}
em {
	font-style:normal;
}
body {
	color: #333;
	font-size: 14px;
	font-family: 'Microsoft Yahei',  Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #f2f2f2;
	overflow-x: hidden;
	height:100%;
}

.headercentent {
	margin: 0 auto;
	max-width: 1300px
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999
}

.header .headertop::after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	width: 100%;
	height: 0
}

.header .headertop {
	border-bottom: 0px solid rgba(255, 255, 255, .2)
}

.header .headercentent {
	max-width: 1387px
}



.menulineation {
	display: none;
	position: fixed;
	top: 42px;
	right: 12px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s
}
.menulineation b {
	display: block;
	height: 4px;
	background-color: #fff;
	margin: 4px 0;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.open b {
    display: none;
    margin: -5px 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
}
.menulineation.open b:first-child {
    display: block;
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.menulineation.open b:last-child {
    display: block;
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.logo {
	float: left;
	line-height: 130px;
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.header.fixed .logo,
.header.fixed .so {
	line-height: 105px
}

.logo img {
	
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}
.ydlogo {
	display: none;
}

.header.fixed .logo img {
	max-height: 70px;
}
.header.fixed {
    /*  */
	/* background-color: #fda409; */
}
.fixed  > .headertop {
	background-color: #076ba1;
} 
.fixed > .nav {
	background-color: #fff;
	width: 100%;
	height: 55px;
	box-shadow: 0 5px 5px 0 rgba(8,1,3,.05);
	line-height: 55px;
}

.movenav {
	display: none;
}





.header.fixed .search .btn{background-color:#fda409;color:#fff}
.header.fixed .search .inp{background-color:rgba(255,255,255,.4)}
.header .top::after{content:'';display:block;clear:both;visibility:hidden;width:100%;height:0}
.header .top{border-bottom:0px solid rgba(255,255,255,.2)}
.search{float:right;overflow:hidden;line-height:110px;-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s;font-size:0}
.search .inp{display:inline-block;vertical-align:middle;width:250px;height:40px;padding:0 10px;font-size:16px;color:#000;background:rgba(255,255,255,.4);margin-right:2px}
.search .btn{display:inline-block;vertical-align:middle;width:70px;height:40px;background:rgba(253,164,9,.9);font-size:16px;color:#fff;cursor:pointer}

/* 导航 */
.nav{border-bottom:0px solid rgba(255,255,255,.2);height: 63px;line-height: 63px;}
.nav-div {
	max-width: 1400px;
	margin: auto;
}
.nav-div  > ul {
	margin: auto;
}
.nav-div  > ul  > li {
	width: 100px;
	float: left;
	margin: 0 1.4vw;
	text-align: center;	
}
.nav-div  > ul  > li > a {
	font-size: 20px;
	cursor: pointer;
}
.nav-a { 
	color:#fff 
}
.navlevel {
	background-color: #076ba1;
	color: #fff;
	display: none;
}
.navlevel  >li  > a {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.navlevel  >li  > a:hover{
	color: #fc0;
}
.fixed  > .nav > .nav-div > ul > li > .nav-a { 
	color:#333 
}
.checked {
	position: relative;
	color: #fc0 !important;
}
.checked::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fc0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.checked::after {
    width: 100%;
}
.cur {
	font-size: 16px;
}

/* 图片背景 */
.ban_bag {
	position: relative;
	overflow: hidden;
}
.ban_bag  > img {
	min-width: 100vh;
	transition: all 10.6s;/*图片放大过程的时间*/
}
 .ban_bag  > img:hover { 
	  /* transform: scale(2.2);/*鼠标经过图片放大的倍数*/ */
} 
.ban_bag > .txt  {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 33%;
	z-index: 99;
	color: #fff;
	width: 1347px;
}
.ban_bag > .txt  > h3  {
	font-size: 1.8vw;
	line-height: 54px;
	letter-spacing: 6px;
}
.ban_bag > .txt  a {
	color: #fff;
}
.news {
	width: 100%;
	margin: auto;
	background-color: #fff;
	min-height: 400px;
	position: relative;
	left: 0;
	right: 0;
	margin-top: -11vh;
	border-radius: 18px ;
	padding: 12px;
	overflow-x: hidden;
	padding-bottom: 30px;
}
.news-nav {
	width: 76%;
	margin: auto;
	text-align: center;
}
.news-nav > ul {
	text-align: center;
	margin: auto;
	border-bottom: 1px solid #dedede;
	padding-bottom : 40px;
	padding-top: 30px;
}
.news-nav > ul  > li{
	display: inline-block;
	font-size:1.8em;
	margin: 0 25px;
	
}
.news-nav > ul  > li >a {
	color: #333;
	cursor: pointer;
	position: relative;
}
.navoptfor {
	position: relative;
	display: inline-block;
	border-bottom: solid 3px #076ba1;
	top: 2px;
}
.navoptfor:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    width: 10px;
    height: 10px;
    border-right: solid 3px #076ba1;
    border-bottom: solid 3px #076ba1;
    margin: auto;
    transform: rotate(45deg);
    background: #fbfbfb;
}
.navoptfor > a {
	color: #076ba1 !important ;
}
.news-lists {
	width: 76%;
	margin: auto;
}
.news-lists-div {
	height: 140px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
	margin-top: 20px;
}
/* .news-lists-div:last-child { 
	border: none;
} */
.news-date  {
	float: left;
	width: 7em;
	text-align: center;
/* 	padding: 13px;
	background: #076ba1;
	color: #fff;
	border-radius: 8px; */
	margin-top: 14px;
	margin-left: 27px;
}
.news-date   > span {
	width: 122px;
	color: #999999;
}
.news-date   > em {
	font-size: 52px;
	display: block;
	color: #333333;
	line-height: 1;
}
.news-lists-right {
	width: 84%;
	float: left;
	margin-left: 4%;	
}
/* .news-lists-right > h3 {
	font-size: 22px;
	color: #333;
	height: 40px;
	
} */

.news-lists-right  > a{
	width: 100%;
	display: block;
	font-size: 22px;
	color: #333;
	font-weight: 400;
	line-height: 1.42;
	white-space: nowrap;      /* 确保文本在一行内显示 */
	overflow: hidden;         /* 隐藏溢出的内容 */
	text-overflow: ellipsis;  /* 使用省略号表示文本溢出 */

}
.news-lists-right > .desc {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	font-size: 16px;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	max-height: 60px;
	color: #999;
	margin-top: 20px;
	line-height: 30px;
}

.newstitle {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news-details {
	padding: 20px;
width: 76%;
	margin: auto;
}
.page {
	
	padding-top: 20px;
	margin: auto;
	text-align: center;
}
.page > div {
	margin: auto;
	width: 400px;
}
.page > div > a {
	float: left;
	margin: auto;
	width: 150px;
	line-height: 40px;
	border-radius: 30px;
	border: 1px solid #E8E8E8;
	margin-right: 20px;
	display: inline-block;
	cursor: pointer;

}
.PrevDisabled,.Next {
	padding-left: 11px !important;
	padding-right: 11px !important;
	height: auto !important;
	text-align: center !important;
	font-size: 14px !important;
	line-height: 20px !important;
}
.defaultButtonStyle {
	padding-left: 11px !important;
	padding-right: 11px !important;
	height: auto !important;
	text-align: center !important;
	font-size: 14px !important;
	line-height: 20px !important;
	border: 1px solid #e8e8e8 !important;
}

.defaultInputStyle {
	    vertical-align: top;
	    border: solid 1px #AFD5F5;
	    height: 20px;
		margin-top: 3px;
}
.Prev {
	padding: 6px 17px !important;
	height: 26px !important;
}
.NextDisabled {
	    padding: 6px 15px !important;
		 height: 26px !important;
}