html, body {
    height: 100%
}

body {
    font-family: "Microsoft YaHei Regular", "Arial";
    background: #fff;
}

* {
    box-sizing: border-box;
}

/*导航和logo开始*/
.header {
    width: 100%;
    height: 160px;
    margin: 0 auto;
    background: url(../img/header.png) center no-repeat;
}
.banner {
	width: 100%;
    height: 280px;
	padding-top: 50px;
    background: url(../img/banner.png) center no-repeat;
}
.logo {
    width: 100%;
    max-width: 1200px;
    height: 80px;
    margin: 0 auto;
    background: url(../img/logo.png) left center no-repeat;
}
/* 本例子css */
.picScroll-left {
	width: 1200px;
	margin: 0 auto ;
	position: relative;
}

.picScroll-left .hd {
	
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
	display: block;
	width: 25px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	border-radius: 5px;
	left: -35px;
	top: 65px;
	background: #fff url(../img/arrow-left.png) center;
}

.picScroll-left .hd .next {
	right: -35px;
	left: unset;
	background: #fff url(../img/arrow-right.png) center;
}


.picScroll-left .bd {
	/* padding: 10px; */
	width: 100%;
    overflow: hidden;
}

.picScroll-left .bd ul {
	overflow: hidden;
	/* zoom: 1; */
}

.picScroll-left .bd ul li {
	margin-right: 28px;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 280px;
    height: 180px;
    display: block;
}

.picScroll-left .bd ul li  img {
	width: 280px;
    height: 180px;
	display: block;
	/* padding: 2px; */
}
/* 本例子css */
.slideBox {
	width: 440px;
	height: 260px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	margin:0;
}


.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #164aa2;
	color: #fff;
}

.slideBox .bd {
	width: 440px;
	height: 260px;
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd ul{
	padding:0;
	margin:0
}
.slideBox .bd ul li{
	display:block;
	width: 440px;
	height: 260px;
}

.nav {
    width: 100%;
    font-size: 16px;
    position: relative;
    background: linear-gradient(90deg, #18479f 0%, #0963b7 50%, #18479f 100%), #18479f;
}

.nav ul {
    height: 60px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
}

.nav ul li {
    display: block;
    text-align: center;
}

.nav ul li a {
    outline: none;
    color: #fff;
    display: block;
    text-align: center;
    /* height: 40px; */
    position: relative;
    /* font-weight: bold; */
    font-size: 16px;
    padding-left: 20px;
}

.slider-nav-line {
    position: absolute;
    right: 20px;
    top: 32px;
    height: 18px;
    display: none;
}

.slider-nav-line span {
    display: block;
    width: 24px;
    height: 3px;
    background: #fff;
    transition: all .3s;
}

.slider-nav-line span.line-top {
}

.slider-nav-line span.line-bottom {
    transform: translateY(10px);
}

.slide-show span.line-top {
    transform: translateY(8px) rotate(45deg);
}

.slide-show span.line-bottom {
    transform: translateY(5px) rotate(-45deg);
}

.card-list ul {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-list ul li {
    width: calc((100% - 60px) / 3);
}

.card-list ul li img {
    width: 100%;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-tit {
    margin-bottom: 20px;
}

.category-tit h2 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #0a62b6;
}

.category-tit a {
    display: flex;
    font-size: 15px;
    color: #999999;
    align-items: center;
}

.category-tit a::after {
    content: "";
    display: block;
    border-left: 5px solid #999999;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.card-item {
    background: #ffffff;
    border-radius: 4px;
    padding: 20px 30px;
}

.contentA {
    max-height: 900px;
    padding: 30px 0;
    background: url(../img/bg1.jpg) center no-repeat;
}

.news-advisory {
    height: 350px;
    margin-top: 30px;
}

.articles-list  {
    border-left: 1px solid #e1e1e1;
    margin-left: 60px;
    padding-left: 60px;
    height: 260px;
    width: 640px;
}

.articles-list li {
    display: block;
}

.articles-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 42px;
}

.articles-list li p {
    color: #333333;
    font-size: 15px;
    width: calc(100% - 115px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.articles-list li span {
    font-size: 15px;
    color: #999999;
}

.articles-list li a::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #676767;
    border-radius: 50%;
}

.articles-list li a:hover p, .articles-list li a:hover span {
    color: #18479F;
}

.articles-list li a:hover::before {
    background: #18479F;
}

/* .nav ul li a:hover{
   background: #ffcc00;
   color: #fff;
   border-radius: 14px;
} */
/*导航和logo结束*/
/*内容开始*/
.content {
}

/*图片轮播开始*/
.slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    height: 577px;
    border-bottom: 2px solid #0a4450;
}

.slider-content {
    max-width: 1200px;
    height: 0;
    margin: 0 auto;
    position: relative;
}

.slider .bd {
    overflow: hidden;
    height: 575px;
}

.slider .bd li {
    width: 100%;
    height: 575px;
    overflow: hidden;
}

.slider .bd li img {
    display: block;
    width: 100%;
    height: 575px;
}

.slider .tempWrap {
    overflow: visible !important
}

.slider .btns-cell {
    position: absolute;
    z-index: 1;
    bottom: 230px;
    width: 88px;
    height: 88px;
    cursor: pointer;
    background: url(../img/slider-btns.png) top no-repeat;
}

.slider .btns-cell.prev {
    background-position-x: left;
    left: -88px;
}

.slider .btns-cell.next {
    background-position-x: right;
    right: -88px;
}

.slider .btns-cell:hover {
    background-position-y: bottom;
}

.login {
    width: 315px;
    height: 345px;
    position: absolute;
    border: 2px solid #e3e3e3;
    background: #fff;
    left: 110px;
    bottom: 130px;
}

.login .login-title {
    text-align: center;
    color: #343434;
    font-size: 20px;
    line-height: 85px;
    font-weight: bold;
    border-top: 6px solid #216892;
}

.inp {
    width: 246px;
    height: 38px;
    margin: 0 auto 20px;
    padding-left: 40px;
    /* padding-top: 3px; */
    background: #fff;
    border: 1px solid #216892;
}

.inp input {
    display: block;
    border: 0px;
    width: 185px;
    height: 36px;
    outline: none;
    background: none;
    font-size: 14px;
}

.inp.user {
    background: url(../img/user.png) 10px center no-repeat;
}

.inp.pass {
    background: url(../img/pass.png) 12px center no-repeat;
}

.inp:focus {
    background-color: #e3f1f4
}

.login button, .login a {
    display: block;
    width: 245px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    outline: none;
    border: 0px;
    margin: 0 auto;
    background: #216892;
    border-radius: 16px;
    font-size: 13px;
    letter-spacing: 3px;
}

.login a {
    background: #ffae00;
    margin-bottom: 15px;
}

.remeber {
    width: 235px;
    margin: 10px auto;
    color: #d9d9d9;
    font-size: 13px;
}

.remeber input {
    margin-top: 2px;
    margin-right: 5px;
}

.txtScroll-top {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    overflow: hidden;
    position: relative;
}

.txtScroll-top .bd {
    height: 30px;
    overflow: hidden;
}

.txtScroll-top .txt-tit {
    display: block;
    width: 50px;
    height: 16px;
    line-height: 16px;
    color: #1051c6;
    border-right: 1px solid #b3b3b3;
    margin-right: 15px;
    margin-top: 7px;
}

.txtScroll-top .infoList li {
    height: 30px;
    line-height: 30px;
}

/*图片轮播结束*/
/*第一部分*/
.conTitle {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.conTitle p {
    color: #3e3e3e;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    background: url(../img/title.png) center no-repeat;
}

.conTitle a {
    display: block;
    position: relative;
    width: 76px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    font-family: "simsun";
    background: #ffc000;
    border-radius: 14px;
}

.news-info {
    width: 505px;
    height: 300px;
    border: 2px solid #216892;
    padding: 8px;
    border-radius: 7px;
}

.news-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.notices {
    width: 590px;
    height: 350px;
    margin-top: 20px;
}

.noticeList {
}

.noticeList li {
    height: 92px;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
    /* margin-bottom: 12px; */
    position: relative;
    /* margin-top: 10px; */
    padding-top: 25px;
}

.noticeList li:last-child {
    border-bottom: 0;
}

.noticeList li .data {
    display: block;
    width: 60px;
    height: 62px;
    line-height: 26px;
    /* background: #970f20; */
    text-align: center;
    /* font-family: 'simsun'; */
    float: left;
    /* border: 2px solid #c2c2c2; */
    color: #342C2A;
    font-size: 14px;
    margin-right: 20px;
}

.noticeList li .data b {
    /* height: 30px; */
    line-height: 24px;
    display: block;
    font-size: 26px;
    color: #18479F;
    /* font-family: 'Microsoft YaHei'; */
    /* font-weight: normal; */
    /* background: #c2c2c2; */
    /* font-weight: normal; */
    /* border: 1px solid #e6e6e6; */
}

.noticeList li a h2 {
    font-weight: normal;
    font-size: 15px;
    color: #333;
    /* line-height: 15px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.noticeList li a p {
    line-height: 20px;
    font-size: 14px;
    margin-top: 5px;
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.noticeList li a {
    display: block;
    width: 450px;
}

.tab-title {
    width: 200px;
    height: 40px;
    background: linear-gradient(90deg, #1e6fe8 0%, #35cafb 100%), #ffffff;
    border-radius: 20px;
    margin: 0 auto 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #fefefe;
    line-height: 40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.20);
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table thead th {
    color: #000;
    height: 46px;
    font-size: 18px;
    border: 1px solid #8ecef1;
    background: linear-gradient(0deg, #add2fe 0%, #65b6ff 100%), #ffffff;
}

.table tbody th {
    color: #000;
    font-size: 16px;
    border: 1px solid #8ecef1;
}

.table td {
    height: 55px;
    font-size: 16px;
    color: #354b6a;
    line-height: 20px;
    border: 1px solid #8ecef1;
    padding: 0 15px;
    word-break: break-all;
}

.table tr:nth-child(even) {
    background: #f2f5ff;
}

.table tr:nth-child(odd) {
    background: #eaf6ff;
}

/* .noticeList li:hover h2 {
    color: #ffc000;
}
.noticeList li:hover .data{
    border-color:#ffc000;
}
.noticeList li:hover .data b{
    background: #ffc000;
 }*/
.contentB {
    max-height: 890px;
    padding: 30px 0;
    background: url(../img/bg.jpg) center no-repeat;
}

.tab-cell {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.tab-cell li:nth-child(2) {
    margin: 0 -10px;
}

.centerAbout {
    max-width: 1200px;
    height: 480px;
    margin: 0 auto;
}

.center-info {
    height: 275px;
    overflow: hidden;
    padding-left: 490px;
    position: relative;
    padding-top: 30px;
}

.center-info img {
    position: absolute;
    border: 1px solid #216892;
    padding: 7px;
    object-fit: cover;
    left: 0;
    top: 0;
}

.center-info h2 {
    line-height: 24px;
    color: #181818;
    font-size: 18px;
}

.center-info h2 span {
    font-size: 14px;
    color: #ffc000;
    font-weight: normal;
}

.center-info a {
    display: block;
    position: relative;
    width: 76px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    font-family: "simsun";
    background: #ffc000;
    border-radius: 14px;
    margin-top: 20px;
}

.center-info p {
    line-height: 27px;
    color: #1b1b1b;
    font-size: 13px;
    margin-top: 30px;
    letter-spacing: 2px;
}

.infoList {
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
    margin-top: 25px;
}

.infoList li {
    display: block;
    width: 47%;
    font-size: 14px;
    line-height: 35px;
}

.infoList li:nth-child(2n) {
    float: left;
}

.infoList li:nth-child(2n+1) {
    float: right;
}

.infoList li a {
    color: #437681;
    font-size: 14px;
}

.infoList li a:hover {
    color: #ffc000;
}

.cum-list {
    max-width: 1200px;
    margin: 65px auto 0;
    height: 520px;
    position: relative;
    z-index: 99;
}

.cum-list li {
    display: block;
    float: left;
    margin-left: 20px;
    transition: all .5s;
}

.cum-list li:first-child {
    margin-left: 0;
}

.cum-list li a {
    display: block;
    width: 386px;
    height: 418px;
    padding: 7px;
    border: 2px solid #216892;
    border-radius: 7px;
}

.cum-list li a img {
    display: block;
    width: 368px;
    height: 264px;
    border-radius: 5px;
    object-fit: cover;
}

.cum-list li a h2 {
    color: #181818;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    margin-top: 5px;
}

.cum-list li a p {
    font-size: 14px;
    color: #181818;
    padding: 0 15px;
    line-height: 27px;
}

.cum-list li:hover a {
    border-color: #ffae00;
}

.cum-list li:hover h2 {
    color: #ffae00;
}

.contentC {
    max-width: 1200px;
    margin: 30px auto;
}

.contentC ul {
    margin-top: 30px;
}

.contentC ul li {
    width: 384px;
    height: 270px;
    float: left;
    margin-left: 24px;
}

.contentC ul li img {
    border-radius: 4px;
}

.contentC ul li h2 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.contentC ul li:nth-child(3n+1) {
    margin-left: 0;
}
.exp-tab-list {
    display: flex;
    flex-wrap: wrap;
	    justify-content: center;
    gap: 20px;
    max-height: 600px;
    overflow-y: auto;
    /* gap: 20px; */
    /* padding-bottom: 20px; */
}

.exp-tab-list li {
    width: 366px;
}
.exp-tab-list li:nth-child(3n+1) {
    margin-left:0
}
.exp-tab-list li img {
    width: 100%;
    height: 185px;
}

.contentD {
    height: 590px;
    padding-top: 30px;
    background: #f6f6f8;
}

.contentD ul {
    position: relative;
    height: 400px;
    margin-top: 17px;
    margin-bottom: 15px;
}

.contentD ul li {
    position: absolute;
}

.contentD ul li:nth-child(1) {
    width: 500px;
    height: 196px;
    left: 0;
    top: 0;
}

.contentD ul li:nth-child(2) {
    width: 500px;
    height: 196px;
    left: 0;
    top: 204px;
}

.contentD ul li:nth-child(3) {
    width: 410px;
    height: 400px;
    left: 508px;
    top: 0;
}

.contentD ul li:nth-child(4) {
    width: 274px;
    height: 400px;
    right: 0;
    top: 0;
}

.contentD ul li p {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    color: #fff;
    font-size: 16px;
    text-indent: 20px;
    line-height: 50px;
    background: rgba(0, 0, 0, .3);
}

.contentE {
    padding: 30px 0;
}

.contentE ul {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
}

.contentE ul li {
    width: 280px;
    height: 210px;
    margin-left: 27px;
    background: #e9edf3;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
}

.contentE ul li:first-child {
    margin-left: 0;
}

.contentF {
    height: 560px;
    background: #f1f4f8;
    padding-top: 30px;
}

.img-card {
    width: 406px;
    height: 380px;
    background-image: linear-gradient(to bottom, #1669c6 50%, #fff 50%), linear-gradient(to right, #1669c6, #1669c6);
    background-origin: border-box, content-box;
    background-clip: content-box, border-box;
    border-radius: 6px;
    margin-top: 25px;
    /* padding: 25px ; */
}

.img-card span {
    display: block;
    font-size: 24px;
    color: #ffffff;
    padding-left: 25px;
    padding: 30px 25px 20px;
    line-height: 24px;
}

.img-card img {
    display: block;
    width: 354px;
    height: 200px;
    border-radius: 6px;
    margin: 0 auto;
}

.img-card h2 {
    font-size: 16px;
    color: #333333;
    padding-left: 25px;
    padding-right: 25px;
    margin: 20px 0 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.img-card p {
    font-size: 15px;
    color: #999999;
    padding-left: 25px;
    line-height: 25px;
    padding-right: 25px;
}

.list-card {
    width: 780px;
    height: 380px;
    background: #ffffff;
    border-radius: 6px;
    margin-top: 25px;
    padding: 30px;
}

.list-card li {
    width: 345px;
    margin-bottom: 20px;
}

.list-card li h2 {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin: 10px 0 15px;
}

.list-card li p {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}

.list-card li span {
    display: flex;
    font-size: 14px;
    margin-top: 25px;
    color: #ABB1BC;
    justify-content: space-between;
    align-items: center;
}

.list-card li span::before {
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background: #cdd2dc;
}

.list-card li:nth-child(odd) {
    float: left;
}

.list-card li:nth-child(even) {
    float: right;
}

.contentG {
    padding: 30px 0;
}

.left-card {
    width: 636px;
}

.left-card li {
    width: 308px;
    position: relative;
    margin-top: 25px;
}

.left-card li img {
    width: 308px;
    height: 175px;
    border-radius: 6px;
}

.left-card li span {
    display: block;
    width: 86px;
    height: 26px;
    background: #1475d4;
    border-radius: 0px 10px 0px 6px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 149px;
}

.left-card li h2 {
    height: 36px;
    line-height: 18px;
    font-size: 16px;
    margin-top: 20px;
}

.left-card li p {
    font-size: 14px;
    color: #999999;
    margin: 15px 0 10px;
}

.left-card li a {
    font-size: 13px;
    color: #999999;
}

.left-card li:nth-child(odd) {
    float: left;
}

.left-card li:nth-child(even) {
    float: right;
}

.right-card {
    width: 544px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.right-card img {
    width: 544px;
    height: 420px;
}

.right-card .card-info {
    height: 110px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
    background: rgba(0, 28, 55, .6);
}

.right-card h2 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
}

.right-card p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0px;
}

.right-card a {
    color: #fff;
    font-size: 13px;
}

.contentH {
    height: 410px;
    background: #f6f6f8;
    padding-top: 30px;
}

.reformList {
    margin: 25px 0;
}

.reformList li {
    display: block;
    width: 280px;
    height: 200px;
    float: left;
    position: relative;
    margin-left: 25px;
}

.reformList li:first-child {
    margin-left: 0;
}

.reformList li img {
    width: 100%;
    height: 100%;
}

.contentI ul {
    display: flex;
    align-items: center;
    height: 60px;
    flex-wrap: wrap;
}

.contentI li {
    font-size: 15px;
    float: left;
    width: 240px;
    text-align: center;
    margin-left: 20px;
}

.contentI li h2 {
    color: #18479F;
}

.contentI li a {
    color: #18479F;
}

/*内容结束*/
/*footer部分开始*/
.footer {
    width: 100%;
    height: 120px;
    padding: 30px 0;
    font-size: 14px;
    background: url(../img/foot.jpg) center no-repeat;
    color: #fff;
}

.footer p {
    line-height: 30px;
    font-size: 15px;
    color: #fff;
}

.footer p span {
    display: block;
}

/*footer部分结束*/
/*二级页面*/
.container {
    max-width: 1400px;
    margin: 0 auto;
}

.content2 {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
	    min-height: calc(100vh - 200px);
}

.aside {
    width: 270px;
}

.aside h2 {
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    /* background: url(../img/bg-lefttop.png) top center no-repeat; */
    height: 50px;
    position: relative;
    background: linear-gradient(90deg,#1e6fe8 0%, #35cafb 100%);
}

.aside h2::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    left: 12px;
    top: 22px;
}

.aside h2::after {
    content: "";
    display: block;
    width: 20px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    background: url(../img/arrow.png) center no-repeat;
}

.aside ul li {
    /* margin-top: 10px; */
}

.aside ul li a {
    display: block;
    position: relative;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    background-position: 245px center;
    background-repeat: no-repeat;
}

.aside ul.level2 > li > a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0858ad;
    position: absolute;
    left: 12px;
    top: 22px;
}

.aside ul li a:hover {
    color: #0858ad;
    /* background: url(../img/bg-btn2.png) top center no-repeat; */
}

/* 
.aside .level2>li>.arrow {
	ackground: #f1f1f1 url(../img/arrow.png) no-repeat scroll 96% -5px;
	border-bottom: 1px solid #666;
}
*/
.aside .level2 li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.aside .level3 {
    display: none;
}

.aside .level3>li>a {
    padding-left: 40px;
}

.aside .level3>li>.arrow {
}

.aside .level4 {
    display: none;
}

.aside .level4>li>a {
    padding-left: 55px;
}

.aside .level4>li>.arrow {
    background: #f1f1f1 url(../img/arrow.png) no-repeat scroll 96% -5px;
}

.level2>li>.current, .level3>li>.current, .level4>li>.current {
    color: #0858ad;
}

.contentLi {
    width: calc(100% - 285px);
    margin-left: 10px;
}

.breadcrumb {
    background: url(../img/icon-home.png) 10px center no-repeat;
}

.breadcrumb ul {
    margin-left: 40px;
}

.breadcrumb ul li a, .breadcrumb ul li {
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.breadcrumb ul li a:hover {
    text-decoration: none;
    color: #ffb31f;
}

.articleLi {
    margin-top: 20px;
    min-height: 450px;
}

.articleLi ul {
    margin: 10px;
    min-height: 400px;
}

.articleLi ul li {
    border-bottom: 1px dashed #666;
}

.articleLi ul li a {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #666;
}

.articleLi ul li a h3 {
    font-size: 12px;
}

.articleLi ul li a:hover {
    color: #ffb31f;
}

.page {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #666666;
}

.page a {
    border: 1px solid #ccc;
    color: #727272;
    padding: 2px 4px;
    background: #f1f1f1;
    cursor: pointer;
}

.page a:hover {
    color: #2888e8;
    text-decoration: none;
}

/*三级页面*/
.content3 {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}

.contentArt {
    width: calc(100% - 285px);
    margin-left: 10px;
}

.articlePage {
    margin-top: 30px;
    min-height: 450px;
}

.articlePage h2 {
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 35px;
    font-size: 18px;
    color: #666;
    text-align: center;
    padding-bottom: 10px;
}

.articlePage>p img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.articlePage>p {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    font-family: "宋体";
    line-height: 25px;
}

.articlePage table {
    margin: 0 auto;
}

.articlePage table td {
    text-align: center;
    font-size: 13px;
    color: #666;
    text-indent: 0em;
}

.category-list {
    background: #eff2f7;
    border: 1px solid #eff2f7;
    border-radius: 4px;
    margin-top: 30px;
    padding: 20px 30px;
}

.category-list ul {
    /* margin-top: 25px; */
    /* margin-bottom: 25px; */
    display: flex;
}

.category-list ul li {
    width: 280px;
    height: 250px;
    margin-left: 27px;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #333333;
}

.category-list ul li img {
    width: 360px;
    height: 216px;
}

.category-list ul li:first-child {
    margin-left: 0;
}
.nav-fied {
	position: fixed;
    top: 0;
    z-index: 999;
}
@media (max-width: 1200px) {
    .logo {
        background-position: 20px center;
    }
	.picScroll-left {
		width:896px;
	}
    .nav {
        padding: 0 20px;
    }

    .card-item {
        padding: 20px;
    }

    .card-list ul {
        padding: 20px;
    }

    .card-list ul li {
        width: calc((100% - 40px) / 3);
    }

    .news-list ul {
        margin-left: 20px;
        padding-left: 20px;
        width: calc(100% - 460px);
    }

    .news-list li p {
        width: calc(100% - 115px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .noticeList li a {
        width: calc(100% - 80px);
    }

    .notices {
        width: calc(50% - 10px);
        margin-top: 20px;
    }

    .noticeList {
        width: 100%;
    }

    .tab-cell {
        padding: 0 20px;
    }

    .tab-cell img {
        width: 100%;
    }

    .contentC ul {
        padding: 0 20px;
    }

    .contentC ul li {
        width: calc((100% - 40px) / 3);
        height: auto;
        margin-bottom: 20px;
        float: left;
        margin-left: 20px;
    }

    .contentC ul li img {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        /* 宽高比 16:9 */
    }

    .contentC ul li:nth-child(3n+1) {
    }

    .contentD ul li {
        width: calc((100% - 70px) / 3) !important;
    }

    .contentD ul li:nth-child(1) {
        height: 192px;
        left: 20px;
        top: 0;
    }

    .contentD ul li:nth-child(2) {
        height: 192px;
        left: 20px;
        top: 208px;
    }

    .contentD ul li:nth-child(3) {
        height: 400px;
        left: calc((100% - 70px) / 3);
        transform: translateX(35px);
        top: 0;
    }

    .contentD ul li:nth-child(4) {
        height: 400px;
        right: 20px;
        top: 0;
    }

    .contentE ul {
        padding: 0 20px;
    }

    .contentE ul li {
        margin-left: 20px;
        width: calc((100% - 60px) / 4);
    }

    .contentF {
        padding: 30px 20px;
    }

    .img-card {
        width: 380px;
    }

    .img-card img {
        width: calc(100% - 30px);
    }

    .list-card {
        width: calc(100% - 400px);
        padding: 20px;
    }

    .list-card li {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .list-card li h2 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .list-card li p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* 备用方案 */
    }

    .contentG {
        padding: 30px 20px;
    }

    .left-card {
        width: calc(50% - 10px);
    }

    .right-card {
        width: calc(50% - 10px);
    }

    .right-card img {
        width: 100%;
    }

    .left-card li {
        width: calc(50% - 10px);
    }

    .left-card li img {
        width: 100%;
    }

    .contentH {
        height: auto;
        padding-bottom: 10px;
    }

    .reformList {
        padding: 0 20px;
    }

    .reformList li {
        margin-left: 20px;
        height: auto;
        aspect-ratio: 16/9;
        /* 宽高比 16:9 */
        width: calc((100% - 60px) / 4);
    }

    .footer {
        padding: 30px 20px;
    }

    .title img {
        max-width: 80%;
    }
}

@media (max-width: 800px) {
    
	.header {
		height: 90px;
        background-size: 1200px;
        background-position-x: -210px;
	}
	.picScroll-left {
		width:588px;
	}
    .slider-nav-line {
        display: block;
    }
	
	.slideBox ,.slideBox .bd,.slideBox .bd ul li{
		width:100%;
		height:240px;
	}
	
    .nav ul {
        position: fixed;
        top: 80px;
        width: 100vw;
        left: 0;
        right: 0;
        z-index: 9999;
        height: 0 !important;
        background: #fff;
        display: block;
        padding: 10px 20px !important;
        overflow: hidden;
        opacity: 0;
        /* border-top: 1px solid #0b275b; */
    }

    .nav ul.open {
        overflow-y: auto;
        opacity: 1;
        height: calc(100vh - 80px) !important;
    }

    .nav ul li {
    }

    .nav ul li a {
        color: #333;
        text-align: left;
        line-height: 40px;
        border-bottom: 1px solid #f5f5f5;
    }

    .nav {
        height: 80px;
        background-image: url(../img/logo.png) ;
        background-position: 15px center;
        background-repeat: no-repeat;
        background-size: 160px;
    }

    .logo {
        background-position: 20px center;
    }

    .nav {
        padding: 0 20px;
    }

    .card-item {
        margin: 20px;
    }

    .card-list ul {
        padding: 115px 20px 0;
        display: block;
        background: url(../img/banner.jpg) no-repeat top center;
        background-size: 115%;
    }

    .card-list ul li {
        width: 100%;
        margin: 0 auto 15px;
    }

    .news-list ul {
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        border-left: 0;
        margin-top: 10px;
    }

    .news-list li p {
        width: calc(100% - 115px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .noticeList li a {
        width: calc(100% - 80px);
    }

    .notices {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .noticeList {
        width: 100%;
    }

    .tab-cell {
        padding: 0 20px;
    }

    .tab-cell img {
        width: 100%;
    }

    .contentC ul {
        padding: 0 20px;
    }

    .contentC ul li {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        float: left;
        margin-left: 0;
    }

    .contentC ul li img {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        /* 宽高比 16:9 */
    }

    .contentC ul li:nth-child(3n+1) {
    }

    .contentD {
        height: auto;
        padding: 10px 20px;
    }

    .contentD ul {
        height: auto;
    }

    .contentD ul li {
        width: 100% !important;
        height: auto !important;
        transform: translateX(0) !important;
        margin-bottom: 20px;
        aspect-ratio: 16 / 9;
        position: static !important;
    }

    .contentD ul li:nth-child(1) {
        height: 192px;
        left: 20px;
        top: 0;
    }

    .contentD ul li:nth-child(2) {
        height: 192px;
        left: 20px;
        top: 208px;
    }

    .contentD ul li:nth-child(3) {
        height: 400px;
        left: calc((100% - 70px) / 3);
        transform: translateX(35px);
        top: 0;
    }

    .contentD ul li:nth-child(4) {
        height: 400px;
        right: 20px;
        top: 0;
    }

    .contentE ul {
        padding: 0 20px;
        display: block;
    }

    .contentE ul li {
        margin-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .card-wrap {
        flex-direction: column;
    }

    .contentF {
        height: auto;
        padding: 30px 20px;
    }

    .img-card {
        width: 100%;
    }

    .img-card img {
        width: 100%;
    }

    .list-card {
        width: 100%;
        height: 100%;
        padding: 20px;
    }

    .list-card li {
        width: 100%;
        margin-bottom: 20px;
    }

    .list-card li h2 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .list-card li p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* 备用方案 */
    }

    .contentG {
        padding: 30px 20px;
        flex-direction: column;
    }

    .contentG .title {
        justify-content: center;
    }

    .left-card {
        width: 100%;
    }

    .right-card h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .right-card {
        width: 100%;
        margin-top: 20px;
    }

    .right-card img {
        width: 100%;
        height: 280px;
    }

    .left-card li {
        width: 100%;
    }

    .left-card li img {
        width: 100%;
    }

    .contentH {
        height: auto;
        padding-bottom: 10px;
    }

    .reformList {
        padding: 0 20px;
        display: flex;
        flex-direction: column;
    }

    .reformList li {
        margin-left: 0;
        height: auto;
        aspect-ratio: 16/9;
        /* 宽高比 16:9 */
        width: 100%;
        margin-top: 20px;
    }

    .footer {
        padding: 30px 20px;
    }

    .title img {
        max-width: 50%;
    }

    .news-advisory {
        height: auto;
    }

    .news-list {
        flex-direction: column;
    }

    .news-list img {
        width: 100%;
        height: 240px;
    }

    .notice-video {
        flex-direction: column;
    }

    .contentA {
        max-height: unset;
    }

    .contentI ul {
        height: auto;
        padding: 20px 0;
    }

    .contentI li {
        width: auto;
        line-height: 30px;
    }

    .footer {
        background-color: #075cad;
        background-position: top center;
        padding-top: 110px;
        height: auto;
    }

    .footer .wrap {
        display: block;
    }

    .footer .wrap p {
        float: none;
        text-align: center;
    }

    .contentArt,.contentLi {
        width: 100%;
        margin-left: 0;
    }

    .aside {
        width: 100%;
        padding: 0 20px;
    }

    .aside h2 {
        line-height: 50px;
        color: #18479f;
        text-align: center;
        font-size: 24px;
        padding-left: 0;
        /* background: url(../img/bg-lefttop.png) top center no-repeat; */
        height: 50px;
        position: relative;
        background: unset;
    }

    .aside h2::before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #ffffff;
        position: absolute;
        left: 12px;
        top: 22px;
    }

    .aside h2::after {
        content: "";
        display: block;
        width: 20px;
        border-radius: 50%;
        background: #ffffff;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        background: url(../img/arrow.png) center no-repeat;
    }

    .aside > ul {
        display: flex;
        justify-content: center;
        margin: 25px 0 40px;
    }

    .aside > ul > li {
        /* margin-top: 10px; */
        /* flex: 1; */
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        margin: 0 5px;
        position: relative;
        background: #fff;
        max-width: 45px;
    }

    .aside > ul > li > a {
        display: block;
        padding: 15px 10px;
        text-align: center;
        margin: auto;
        font-size: 16px;
        width: 100%;
        line-height: 1.2;
        height: 100%;
        max-width: 40px;
        border: 0;
    }

    .aside ul.level2 > li > a::before {
        display: none;
    }

    .aside ul.level2 > li::before {
        position: absolute;
        width: 4px;
        background: #18479f;
        bottom: 120px;
        transition: all 0.3s ease-out 0s;
        left: 0;
        height: 3px;
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        content: "";
    }

    .aside ul li a:hover {
        color: #0858ad;
        /* background: url(../img/bg-btn2.png) top center no-repeat; */
    }

    .aside .level3 {
        position: absolute;
        background: #fff;
        top: 0;
        left: 45px;
        z-index: 99;
        box-shadow: 0 0 10px #dbdbdb;
        border-radius: 5px;
    }

    .aside .level3>li>a {
        padding-left: 10px;
        white-space: nowrap;
        line-height: 35px;
        height: 35px;
    }
	.aside .level4>li>a {
		padding-left: 15px;
        height: 35px;
        line-height: 35px;
    }
}

@media (max-width: 550px) {
    
    .header {
		width: 100%;
		height: 68px;
		background-size: 820px;
		background-position-x: -145px;
	}
	.picScroll-left {
		width:280px;
	}
}