@charset "utf-8";
/* CSS Document */
html,
body {
    width: 100%;
    overflow-x: hidden;
}
.header {
    width: 100%;
    position: fixed;
    z-index: 99;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.header .header-con {
    width: 100%;
    padding: 0 5%;
    display: flex;
    align-items: center;
    height: 86px;
    justify-content: space-between;
}
.header .logo {
    width: 260px;
}
.header .logo img {
    width: 100%;
    display: block;
}
.header .nav {
    width: 65%;
    margin-right: 0;
}
.header .nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .nav ul .nav-pc > a {
    color: #0D00B2 !important;
}
.header .nav ul .nav-pc h5 {
    color: #0D00B2 !important;
    border-bottom: 4px solid #0D00B2;
}
.header .nav ul .nav-pc h5 img:first-of-type {
    display: none;
}
.header .nav ul .nav-pc h5 img:last-of-type {
    display: block !important;
}
.header .nav ul li {
    /*width: 20%;*/
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-right: 1.2%;
    list-style: none;
}
/*.header .nav ul li:nth-of-type(2) .nav-er .nav-er-con {*/
/*align-items: center;*/
/*}*/
/*.header .nav ul li:nth-of-type(6){*/
/*margin: 0;*/
/*}*/
.header .nav ul li:nth-of-type(7){
    margin-right: 1.2%;
}
.header .nav ul li:nth-of-type(8){
    margin-right: 1.2%;
}
.header .nav ul li:nth-of-type(12){
    margin-right: 1.2%;
}
.header .nav ul li:last-child{
  margin-right: 0;
}
.header .nav ul li:nth-of-type(6) > a {
    display: flex;
    align-items: center;

}
.header .nav ul li:nth-of-type(7) > a {
    display: flex;
    align-items: center;
}
.header .nav ul li > a {
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.header .nav ul li > a img {
    margin-left: 10px;
    padding-right: 18px;
}
.header .nav ul li > a span{
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.32);
    display: inline-block;
}
.header .nav ul li h5 {
    font-size: 18px;
    color: #fff;
    line-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.header .nav ul li h5 img {
    margin-left: 10px;
}
.header .nav ul li h5 img:last-of-type {
    display: none;
}
.header .nav ul li .nav-er {
	display: none;
    position: absolute;
    top: 54px;
    left: -500px;
    width: 700px;
    background: url(../images/bg1.png) no-repeat;
    background-size: 100% 100%;
    padding: 5px;
    /* border-left: 3px solid #0D00B2; */
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.header .nav ul li .nav-er .nav-er-con {
    display: flex;
}
.header .nav ul li .nav-er img {
    width: 178px;
    height: 133px;
}
.header .nav ul li .nav-er .nav-er-right {
    width: 70%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.header .nav ul li .nav-er .nav-er-item {
    width: 22%;
    text-align: left;
    margin-left: 3%;
}
.header .nav ul li .nav-er .nav-er-item a {
    font-size: 16px;
    color: #2e2e2e;
}
.header .nav ul li .nav-er .nav-er-item a:hover {
    color: #0D00B2 !important;
}
.header .nav ul li .nav-er .nav-er-list {
    min-width: 22%;
    text-align: center;
    margin: 0 1.5%;
}
.header .nav ul li .nav-er .nav-er-list h2 {
    font-size: 16px;
    color: #2e2e2e;
    font-weight: bold;
}
.header .nav ul li .nav-er .nav-er-list .nav-blod {
    font-size: 16px !important;
    color: #2e2e2e !important;
    margin-top: 0 !important;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.header .nav ul li .nav-er .nav-er-list a {
    font-size: 16px;
    color: #666;
    display: block;
    margin-top: 18px;
}
.header .nav ul li .nav-er .nav-er-list a:hover {
    color: #0D00B2 !important;
}
.mobile-btn {
    display: none;
    width: 50px;
    height: 50px;
    z-index: 999;
    position: fixed;
    top: 3px;
    right: 10px;
    cursor: pointer;
    perspective: 500;
    transform: scale(0.7, 0.7);
    background-color: #0D00B2;
}
.mobile-btn span {
    display: block;
    width: 35px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    cursor: pointer;
    margin-top: 10px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.active span:nth-of-type(1) {
    transform: rotate(45deg) translateY(10px) translateX(10px);
    transform-origin: top;
    -webkit-transform: rotate(45deg) translateY(10px) translateX(10px);
    -moz-transform: rotate(45deg) translateY(10px) translateX(10px);
    -o-transform: rotate(45deg) translateY(10px) translateX(10px);
    -ms-transform: rotate(45deg) translateY(10px) translateX(10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
}
.active span:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-8px) translateX(7px);
    transform-origin: bottom;
    -webkit-transform: rotate(-45deg) translateY(-8px) translateX(7px);
    -moz-transform: rotate(-45deg) translateY(-8px) translateX(7px);
    -o-transform: rotate(-45deg) translateY(-8px) translateX(7px);
    -ms-transform: rotate(-45deg) translateY(-8px) translateX(7px);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -o-transform-origin: bottom;
    -ms-transform-origin: bottom;
}
.active span:nth-of-type(2) {
    opacity: 0;
}
.banner {
    width: 100%;
}
.banner img {
    width: 100%;
}
.index-one {
    width: 100%;
    background: url(../images/inx1.png) no-repeat;
    background-size: 100% 100%;
    padding: 80px 0;
}
.index-one .index-one-con {
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.index-one .index-title {
    display: none;
}
.index-one .index-one-l {
    width: 470px;
    height: 533px;
    padding: 20px;
    background: url(../images/bg2.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
}
.index-one .index-one-l h2 {
    font-size: 30px;
    color: #0D00B2;
    font-weight: bold;
    padding: 36px 0;
}
.index-one .index-one-l span {
    display: block;
    width: 44px;
    height: 6px;
    background: #0D00B2;
}
.index-one .index-one-l p {
    font-size: 18px;
    color: #344a67;
    margin: 34px 0;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}
.index-one .index-one-l a {
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
}
.index-one .index-one-l a img {
    width: 18px;
    display: block;
    margin-left: 10px;
}
.index-one .index-one-r {
    width: 783px;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: 1;
}
.index-one .index-one-r img {
    width: 100%;
}
.index-two {
    width: 100%;
    background: url(../images/bg3.png) no-repeat;
    background-size: 100% 100%;
    padding: 80px 0;
}
.index-two .index-two-con {
    width: 100%;
    display: flex;
}
.index-two .index-two-con .index-two-l {
    width: 58.3%;
}
.index-two .index-two-con .index-two-l .index-two-l-img {
    display: none;
    width: 100%;
    position: relative;
}
.index-two .index-two-con .index-two-l .index-two-l-img:first-of-type {
    display: block;
}
.index-two .index-two-con .index-two-l .index-two-l-img .index-two-l-text {
    width: 71%;
    height: 89px;
    position: absolute;
    bottom: 0;
    right: 0;
    /* background: rgba(30, 124, 158, 0.58); */
    background: #10303b73;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-two .index-two-con .index-two-l .index-two-l-img .index-two-l-text .index-two-l-title {
    width: 28%;
    display: none;
}
.index-two .index-two-con .index-two-l .index-two-l-img .index-two-l-text .index-two-l-title h2 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 24px;
}
.index-two .index-two-con .index-two-l .index-two-l-img .index-two-l-text .index-two-l-title h5 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 36px;
    display:-webkit-box;
    overflow:hidden;
    text-overflow: ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.index-two .index-two-con .index-two-l .index-two-l-img .index-two-l-text .index-two-l-title span {
    display: block;
    width: 40px;
    height: 4px;
    background: #fff;
}
.index-two .index-two-con .index-two-l .index-two-l-img .index-two-l-text p {
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    display:-webkit-box;
    overflow:hidden;
    text-overflow: ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index-two .index-two-con .index-two-l .index-two-l-img img {
    width: 100%;
    /*height: 525px;*/
}
.index-two .index-two-con .index-two-r {
    width: 41.7%;
    height: 525px;
    padding: 20px;
    background: #0D00B2;
}
.index-two .index-two-con .index-two-r span {
    display: block;
    width: 70px;
    height: 8px;
    background: #fff;
    margin: 30px 0 10px 20px;
}
.index-two .index-two-con .index-two-r h2 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    /* background: url(../images/title2.png) 0 center no-repeat; */
    background-size: 100%;
    padding: 20px 0;
    margin-left: 20px;
}
.index-two .index-two-con .index-two-r p {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    margin: 10px 0 16px;
    padding-left: 20px;
}
.index-two .index-two-con .index-two-r ul {
    width: 100%;
}
.index-two .index-two-con .index-two-r ul .two-active {
    background: #fff;
    color: #0D00B2 !important;
}
.index-two .index-two-con .index-two-r ul li {
    width: 100%;
    line-height: 68px;
    font-size: 20px;
    color: #fff;
    padding: 0 20px;
    font-weight: bold;
    margin: 10px 0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-two .index-two-con .index-two-r img{
    display: block;
    padding-left: 20px;
    margin: 17px 0 17px;
}
.index-two .index-two-con .index-two-r a{
    display: block;
    padding-left: 20px;
    font-size: 16px;
    /* font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #FFFFFF;
}
.index-two .index-two-sj {
    display: none;
}
.index-three {
    width: 100%;
    background: url(../images/bg4.png) no-repeat;
    background-size: 100% 100%;
    padding: 60px 0 80px 0;
}
.index-three .index-title {
    display: block !important;
    width: 100%;
    /* background: url(../images/title4.png) center center no-repeat; */
    padding: 20px 0;
    margin-bottom: 110px;
}
.index-three .index-title h2 {
    font-size: 30px;
    color: #0D00B2;
    text-align: center;
    font-weight: bold;
}
.index-three .index-three-con {
    width: 100%;
    position: relative;
}
.index-three .index-three-con .swiper-container1 {
    width: 100%;
    margin: 0 auto;
}
.index-three .index-three-con .swiper-button-next,
.index-three .index-three-con .swiper-container-rtl .swiper-button-prev {
    left: 0;
    top: -28px;
    width: 130px;
    height: 50px;
    background: url(../images/yjt.png) no-repeat;
    background-size: 100% 100%;
}
.banner .swiper-button-next:after, .swiper-button-prev:after{
    color: white;
}
.banner .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    z-index: 100;
}
.banner .swiper-pagination-fraction{
    color: white;
    left: 93%;
    width: 115px;
    bottom: 27px;
    font-size: 33px;
    font-weight: 100;
}
.banner .swiper-pagination-current{
    font-size: 17px;
    position: absolute;
    top: 0;
    left: 30px;
    font-weight: 500;
}
.banner .swiper-pagination-total{
    font-size: 17px;
    position: absolute;
    top: 23px;
    left: 72px;
    font-weight: 500;
}
.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 93%;
    right: auto;
    top: 97%;
    width: 9px;
    height: 14px;
}
.banner .swiper-button-next{
    left: 98.5%;
    right: auto;
    top: 97%;
    width: 9px;
    height: 14px;
}
.banner .swiper-button-next:after{
    font-size: 16px;
}
.banner .swiper-button-prev:after{
    font-size: 16px;
}
.index-three .index-three-con .swiper-button-next:after,
.index-three .index-three-con .swiper-container-rtl .swiper-button-prev:after {
    content: none;
}
.index-three .index-three-con .swiper-button-next.swiper-button-disabled,
.index-three .index-three-con .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.index-three .index-three-con .swiper-container-rtl .swiper-button-next {
    right: 0;
    left: auto;
    top: -28px;
    width: 130px;
    height: 50px;
    background: url(../images/zjt.png) no-repeat;
    background-size: 100% 100%;
}
.index-three .index-three-con .swiper-button-prev{
    right: 0;
    left: auto;
    top: -28px;
    width: 130px;
    height: 50px;
    background: #0D00B2;
    color: white;
}
.index-three .index-three-con .swiper-button-prev3{
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    right: 0;
    left: auto;
    top: -28px;
    width: 130px;
    height: 50px;
    background: #0D00B2;
    color: white;
}
.index-three .index-three-con .swiper-button-prev2{
    right: 0;
    left: 0;
    top: -28px;
    width: 130px;
    height: 50px;
    background: url(../images/zjt.png) no-repeat;
    background-size: 100% 100%;
}
.index-three .index-three-con .swiper-button-prev:after,
.index-three .index-three-con .swiper-container-rtl .swiper-button-next:after {
    content: none;
}
.index-three .index-three-con .swiper-slide {
    width: 500px;
    position: relative;
}
.index-three .index-three-con .swiper-slide .index-three-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-flow: column;
}
.index-three .index-three-con .swiper-slide .index-three-text h2 {
    color: #fff;
    font-size: 24px;
}
.index-three .index-three-con .swiper-slide .index-three-text span {
    display: block;
    width: 36px;
    height: 4px;
    background: #fff;
    margin: 15px 0;
}
.index-three .index-three-con .swiper-slide .index-three-text p {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.index-three .index-three-con .swiper-slide img {
    width: 100%;
}
.index-three .index-three-sj {
    display: none;
}
.index-four {
    width: 100%;
    background: url(../images/bg5.png) no-repeat;
    background-size: 100% 100%;
    padding: 80px 0;
}
.index-four .index-four-con {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.index-four .index-four-con .index-title {
    display: none;
}
.index-four .index-four-con .index-four-img {
    width: 65%;
}
.index-four .index-four-con .index-four-img img {
    width: 100%;
}
.index-four .index-four-con .index-four-list {
    position: absolute;
    left: 0;
    top: 100px;
}
.index-four .index-four-con .index-four-list ul {
    width: 536px;
    display: flex;
    flex-wrap: wrap;
}
.index-four .index-four-con .index-four-list ul li {
    width: 268px;
    height: 268px;
    position: relative;
    list-style-type: none;
}
.index-four .index-four-con .index-four-list ul li:first-of-type {
    background: #0D00B2;
    padding: 30px;
}
.index-four .index-four-con .index-four-list ul li:last-of-type {
    display: none;
}
.index-four .index-four-con .index-four-list ul li h5 {
    font-size: 28px;
    color: #fff;
    margin: 20px 0;
    font-weight: bold;
}
.index-four .index-four-con .index-four-list ul li p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    display:-webkit-box;
    overflow:hidden;
    text-overflow: ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index-four .index-four-con .index-four-list ul li span {
    display: block;
    width: 36px;
    height: 4px;
    background: #fff;
    margin: 30px 0;
}
.index-four .index-four-con .index-four-list ul li a {
    font-size: 16px;
    color: #fff;
}
.index-four .index-four-con .index-four-list ul li h2 {
    font-size: 30px;
    color: #fff;
    padding: 20px 0;
    font-weight: bold;

    /* background: url(../images/title3.png) 0 center no-repeat; */
}
.index-four .index-four-con .index-four-list ul li i {
    display: block;
    width: 6px;
    height: 98px;
    background: #fff;
    margin-left: 40px;
    margin-bottom: 30px;
    position: relative;
    top: -10px;
}
.index-four .index-four-con .index-four-list ul li > img {
    width: 100%;
}
.index-four .index-four-con .index-four-list ul li .index-four-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.index-four .index-four-con .index-four-list ul li .index-four-black img {
    width: 18%;
}
.index-four .index-four-con .index-four-list ul li .index-four-black p {
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
}
.index-four .index-four-con .index-four-r {
    position: absolute;
    width: 268px;
    right: -160px;
    bottom: 150px;
}
.index-four .index-four-con .index-four-r > img {
    width: 100%;
}
.index-four .index-four-con .index-four-r .index-four-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.index-four .index-four-con .index-four-r .index-four-black img {
    width: 18%;
}
.index-four .index-four-con .index-four-r .index-four-black p {
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
}
.index-five {
    width: 100%;
    background-size: 100% 100%;
    padding: 30px 0 80px 0;
}
.index-five .index-title {
    display: block !important;
    width: 100%;
    /* background: url(../images/title1.png) center center no-repeat; */
    padding: 20px 0;
}
.index-five .index-title h2 {
    font-size: 30px;
    color: #0D00B2;
    text-align: center;
    font-weight: bold;
}
.index-five .index-five-con {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.index-five .index-five-con .index-five-l {
    width: 65%;
}
.index-five .index-five-con .index-five-l .index-five-box {
    width: 100%;
    display: none;
}
.index-five .index-five-con .index-five-l .index-five-box:first-of-type {
    display: block;
}
.index-five .index-five-con .index-five-l .index-five-box > img {
    width: 100%;
}
.index-five .index-five-con .index-five-l .index-five-text {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    border-left: 1px solid #0D00B2;
    border-right: 1px solid #0D00B2;
    border-bottom: 1px solid #0D00B2;
    padding: 50px 30px;
}
.index-five .index-five-con .index-five-l .index-five-text h2 {
    font-size: 24px;
    color: #444;
}
.index-five .index-five-con .index-five-l .index-five-text p {
    font-size: 16px;
    color: #888;
    line-height: 24px;
    margin: 20px 0;
}
.index-five .index-five-con .index-five-l .index-five-text span {
    font-size: 16px;
    color: #999;
}
.index-five .index-five-con ul {
    width: 33%;
}
.index-five .index-five-con ul .index-five-active .index-five-black {
    display: block !important;
}
.index-five .index-five-con ul li {
    width: 100%;
    position: relative;
    margin-bottom: 16px;
    cursor: pointer;
    list-style-type: none;
}
.index-five .index-five-con ul li .index-five-black {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #0D00B2;
}
.index-five .index-five-con ul li img {
    width: 100%;
}
.index-five .index-five-sj {
    display: none;
}
.footer {
    width: 100%;
    background: url(../images/bg9.png) no-repeat;
    background-size: 100% 100%;
}
.footer .footer-top {
    width: 100%;
    padding: 30px 0;
}
.footer .footer-top .footer-name {
    margin-bottom: 20px;
}
.footer .footer-top .footer-name img{
    width: 260px;
}

/*.footer .footer-top .footer-name img {
*/
/*    width: auto;
*/
/*}
*/
.footer .footer-top .footer-top-con {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footer-top .footer-top-con .footer-us {
    display: flex;
    align-items: center;
}
.footer .footer-top .footer-top-con .footer-us p {
    font-size: 16px;
    color: #fff;
}
.footer .footer-top .footer-top-con .footer-us span {
    display: block;
    font-size: 16px;
    color: #D2D3CF;
    padding: 0 20px;
}
.footer .footer-top .footer-top-con .footer-us span + span {
    border-left: 1px solid #6a7a9a;
}
.footer .footer-top .footer-name select {
    width: 330px;
    height: 53px;
    border: 1px solid #a6b6d3;
    background: none;
    font-size: 16px;
    color: #8d98ac;
    padding: 0 20px;
    outline: none;
    appearance: none;
    background-image: url(../images/icon9.png);
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: center;
    margin-left: 53px;
}
.footer .footer-top .footer-top-con ul {
    display: flex;
    align-items: center;
}
.footer .footer-top .footer-top-con ul li {
    margin-left: 40px;
    position: relative;
    cursor: pointer;
    list-style: none;
}
.footer .footer-top .footer-top-con ul li:hover .ewm-img {
    display: block;
}
.footer .footer-top .footer-top-con ul li .ewm-img {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 60px;
    left: -25px;
}
.footer .footer-top .footer-top-con ul li .ewm-img img {
    width: 100%;
}
.footer .footer-top .footer-top-con ul li .ewm-img span {
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #fff;
    margin: 0 auto;
}
.footer .footer-top .footer-top-con ul li > img {
    width: 50px;
}
.footer .footer-bottom {
    width: 100%;
    border-top: 1px solid #6a7a9a;
    padding: 30px 0;
}
.footer .footer-bottom ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.footer .footer-bottom ul li {
    font-size: 16px;
    color: #e7e7e7;
    padding-right: 32px;
}
.footer .footer-bottom ul li a{
    font-size: 16px;
    color: #e7e7e7;
}
.footer .footer-bottom ul li:last-of-type {
    padding-right: 0;
}
.footer .footer-bottom ul li + li {
    border-left: 1px solid #6a7a9a;
    padding-left: 32px;
}
/*@media screen and (max-width: 1400px) {*/
    /*.header .nav ul li{*/
        /*margin-right: 23px !important;*/
    /*}*/
    /*.menu-s {*/
        /*margin-right: 127px !important;*/
    /*}*/
/*}*/
@media screen and (max-width: 1500px) {
    .logo {
        width: 19.5% !important;
    }
    .nav {
        width: 76% !important;
    }
    .header .nav ul li > a {
        font-size: 16px;
        display: flex;
    }
    .header .nav ul li h5 {
        font-size: 16px;
    }
}
@media screen and (max-width: 1200px) {
    .logo {
        width: 19.5% !important;
    }
    .nav {
        width: 78% !important;
    }
    .mg {
        width: 100% !important;
        padding: 0 20px;
    }
    .header-er {
        margin-top: 0px;
    }
    .index-one-l {
        width: 40% !important;
        height: auto !important;
    }
    .index-one-r {
        width: 65% !important;
        right: 20px !important;
    }
    .index-four-list {
        left: 20px !important;
    }
    .index-four-r {
        right: 0 !important;
    }
    /*.header .nav ul li{*/
        /*margin-right: 45px !important;*/
    /*}*/
}
.header .nav ul li.m_menu{
    display: none;
}

@media screen and (max-width: 1140px) {
    .header .nav ul li.m_menu{
        display: block;
    }
    .swiper-pagination-bullet-active {
        width: 12px !important;
        border-right: 4px !important;
    }
    .mobile-btn {
        display: block;
    }
    .header {
        padding: 3% 0 !important;
        margin: 0 !important;
    }
    .header .header-con {
        height: auto !important;
    }
    .logo {
        width: 35% !important;
        margin-top: 2%;
    }
    .nav {
        display: none;
    }
    .nav ul {
        padding: 0 20px;
        position: fixed;
        background: #fff;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 999;
        width: 70%;
        display: block !important;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        list-style: none;
    }
    .nav ul .nav-active h5 {
        font-weight: bold !important;
        color: #0D00B2 !important;
        background: url(../images/icon6.png) 100% center no-repeat !important;
        background-size: 12px !important;
    }
    .nav ul li {
        width: 100% !important;
        text-align: left !important;
    }
    .nav ul li > a {
        display: block;
        width: 100%;
        font-size: 16px !important;
        color: #666 !important;
        line-height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        text-align: left !important;
    }
    .nav ul li h5 {
        width: 100%;
        font-size: 16px !important;
        color: #666 !important;
        line-height: 50px !important;
        display: block !important;
        background: url(../images/icon5.png) 100% center no-repeat;
        background-size: 12px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .nav ul li h5 img {
        display: none !important;
    }
    .nav ul li .nav-er {
        width: 100% !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        border-left: none !important;
        background: #fff !important;
        box-shadow: none !important;
        padding: 10px !important;
    }
    .nav ul li .nav-er .nav-er-con {
        display: flex !important;
        justify-content: center; /* 水平居中 */
        align-items: flex-start; /* 垂直对齐顶部，或用 center 居中 */
        flex-wrap: wrap;
    }
    .nav ul li .nav-er .nav-er-con img {
        display: none;
    }
    .nav ul li .nav-er .nav-er-con .nav-er-list {
        width: 100% !important;
        height: auto !important;
    }
    .nav ul li .nav-er .nav-er-con .nav-er-list h2 {
        line-height: 40px;
        color: #666 !important;
    }
    .nav ul li .nav-er .nav-er-con .nav-er-list a {
        margin-top: 0 !important;
        line-height: 40px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        color: #666 !important;
    }
    .nav ul li .nav-er .nav-er-con .nav-er-item {
        width: 100% !important;
        height: auto !important;
        margin-left: 0 !important;
        line-height: 40px;
    }
    .nav ul li .nav-er .nav-er-con .nav-er-item a {
        display: block;
        width: 100%;
        font-weight: normal !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        color: #666 !important;
    }
}
@media screen and (max-width: 750px) {
    .index-one {
        background: #fff !important;
        padding: 10px 0 !important;
    }
    .index-one .index-one-con {
        display: block !important;
    }
    .index-one .index-one-con .index-title {
        display: block !important;
        width: 100%;
        /* background: url(../images/title1.png) center center no-repeat; */
        background-size: 100%;
        padding: 20px 0;
    }
    .index-one .index-one-con .index-title h2 {
        font-size: 30px;
        color: #0D00B2;
        text-align: center;
        font-weight: bold;
    }
    .index-one .index-one-con .index-one-l {
        width: 96% !important;
        z-index: 0;
        margin: 0 auto;
        top: -50px;
        padding: 10px 20px !important;
    }
    .index-one .index-one-con .index-one-l h2 {
        padding: 20px 0 !important;
        font-size: 24px !important;
    }
    .index-one .index-one-con .index-one-l p {
        font-size: 14px !important;
        margin: 20px 0 !important;
        line-height: 24px !important;
    }
    .index-one .index-one-con .index-one-l a {
        font-size: 16px !important;
        padding-bottom: 20px;
    }
    .index-one .index-one-con .index-one-r {
        width: 100% !important;
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        z-index: inherit;
    }
    .index-two {
        background: #f9f9f9 !important;
        padding: 10px 0 !important;
    }
    .index-two .index-two-con {
        display: none !important;
    }
    .index-two .index-two-sj {
        display: block !important;
    }
    .index-two .index-two-sj .index-title {
        width: 100%;
        /* background: url(../images/title1.png) center center no-repeat; */
        background-size: 100%;
        padding: 20px 0;
    }
    .index-two .index-two-sj .index-title h2 {
        font-size: 30px;
        color: #0D00B2;
        text-align: center;
        font-weight: bold;
    }
    .index-two .index-two-sj .index-two-swiper {
        width: 100%;
    }
    .index-two .index-two-sj .index-two-swiper img {
        width: 100%;
    }
    .index-two .index-two-sj .index-two-swiper h2 {
        font-size: 20px;
        color: #555;
        font-weight: bold;
        margin: 10px 0;
    }
    .index-two .index-two-sj .index-two-swiper p {
        font-size: 16px;
        color: #999;
        line-height: 20px;
        margin-bottom: 40px;
        display:-webkit-box;
        overflow:hidden;
        text-overflow: ellipsis;
        word-break:break-all;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    .index-three {
        background: #fff !important;
        padding: 10px 0 !important;
    }
    .index-three .index-title{
        margin-bottom: 0px!important;
    }
    .index-three .index-three-con {
        display: none !important;
    }
    .index-three .index-three-sj {
        display: block !important;
    }
    .index-three .index-three-sj .index-title {
        width: 100%;
        /* background: url(../images/title1.png) center center no-repeat; */
        background-size: 100%;
        padding: 20px 0;
    }
    .index-three .index-three-sj .index-title h2 {
        font-size: 30px;
        color: #0D00B2;
        text-align: center;
        font-weight: bold;
    }
    .index-three .index-three-sj .index-three-list {
        width: 100%;
        position: relative;
        margin-bottom: 15px;
    }
    .index-three .index-three-sj .index-three-list .index-three-text {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
        padding: 20px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        flex-flow: column;
    }
    .index-three .index-three-sj .index-three-list .index-three-text h2 {
        color: #fff;
        font-size: 20px;
    }
    .index-three .index-three-sj .index-three-list .index-three-text span {
        display: block;
        width: 36px;
        height: 4px;
        background: #fff;
        margin: 15px 0;
    }
    .index-three .index-three-sj .index-three-list .index-three-text p {
        font-size: 14px;
        color: #fff;
        display:-webkit-box;
        overflow:hidden;
        text-overflow: ellipsis;
        word-break:break-all;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    .index-three .index-three-sj .index-three-list img {
        width: 100%;
    }
    .index-four {
        background: #fff !important;
        padding: 10px 0 30px 0 !important;
    }
    .index-four .index-four-con {
        display: block !important;
    }
    .index-four .index-four-con .index-title {
        display: block !important;
        width: 100%;
        /* background: url(../images/title1.png) center center no-repeat; */
        background-size: 100%;
        padding-bottom: 20px;
    }
    .index-four .index-four-con .index-title h2 {
        font-size: 30px;
        color: #0D00B2;
        text-align: center;
        font-weight: bold;
    }
    .index-four .index-four-con .index-four-img {
        width: 100% !important;
    }
    .index-four .index-four-con .index-four-list {
        position: inherit !important;
        top: 15px !important;
        left: 0 !important;
    }
    .index-four .index-four-con .index-four-list ul {
        width: 100%;
    }
    .index-four .index-four-con .index-four-list ul li {
        width: 50%;
        height: auto;
    }
    .index-four .index-four-con .index-four-list ul li:last-of-type {
        display: block !important;
    }
    .index-four .index-four-con .index-four-list ul li:first-of-type {
        padding: 10px !important;
    }
    .index-four .index-four-con .index-four-list ul li:first-of-type h5 {
        font-size: 20px !important;
        margin: 10px 0 !important;
    }
    .index-four .index-four-con .index-four-list ul li:first-of-type p {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .index-four .index-four-con .index-four-list ul li:first-of-type span {
        margin: 10px 0 !important;
    }
    .index-four .index-four-con .index-four-list ul li:nth-of-type(3) {
        display: none;
    }
    .index-four .index-four-con .index-four-list ul li .index-four-black a {
        font-size: 18px !important;
    }
    .index-four .index-four-con .index-four-r {
        display: none !important;
    }
    .index-five {
        background: #fff !important;
        padding: 10px 0 !important;
    }
    .index-five .index-title {
        background-size: 100%;
    }
    .index-five .index-five-con {
        display: none !important;
    }
    .index-five .index-five-sj {
        display: block !important;
        width: 100%;
    }
    .index-five .index-five-sj .swiper-container {
        padding-bottom: 40px;
    }
    .index-five .index-five-sj .swiper-slide > img {
        width: 100%;
    }
    .index-five .index-five-sj .index-five-text {
        width: 90%;
        margin: 0 auto;
        background: #fff;
        border-left: 1px solid #0D00B2;
        border-right: 1px solid #0D00B2;
        border-bottom: 1px solid #0D00B2;
        padding: 20px;
    }
    .index-five .index-five-sj .index-five-text h2 {
        font-size: 20px;
        color: #444;
    }
    .index-five .index-five-sj .index-five-text p {
        font-size: 14px;
        color: #888;
        line-height: 24px;
        margin: 10px 0;
    }
    .index-five .index-five-sj .index-five-text span {
        font-size: 14px;
        color: #999;
    }
    .footer {
        background: #0D00B2 !important;
    }
    .footer .footer-top {
        padding: 15px 0 !important;
    }
    .footer .footer-top .footer-name img {
        width: 60%;
    }
    .footer .footer-top .footer-top-con {
        flex-wrap: wrap;
    }
    .footer .footer-top .footer-top-con .footer-us {
        margin-bottom: 20px;
        display: block;
    }
    .footer .footer-top .footer-top-con .footer-us p {
        font-size: 14px !important;
    }
    .footer .footer-top .footer-top-con .footer-us span {
        font-size: 14px !important;
        padding: 0 ;
        border: 0 !important;
        margin-top: 5px;
    }
    .footer .footer-top .footer-top-con select {
        width: 60% !important;
        height: 40px !important;
        padding: 0 10px !important;
    }
    .footer .footer-top .footer-top-con ul li {
        margin-left: 10px !important;
    }
    .footer .footer-top .footer-top-con ul li .ewm-img {
        left: -42px !important;
        bottom: 52px !important;
    }
    .footer .footer-top .footer-top-con ul li > img {
        width: 40px !important;
    }
    .footer .footer-bottom {
        padding: 15px 0 !important;
    }
    .footer .footer-bottom ul {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .footer .footer-bottom ul li {
        font-size: 14px !important;
        padding: 0 10px !important;
        margin-bottom: 10px;
        border: 0 !important;
    }
    .footer .footer-bottom ul li:nth-of-type(3) {
        border-left: none !important;
    }
    .footer .footer-bottom ul li:nth-of-type(4) {
        border-left: none !important;
    }
    .index-more-button-warp .button{
        margin-top: 10px !important;
    }
    .list-warp-r{
        display: none !important;
    }
    .list-warp-header .title{
        width: 80%;
    }
    .list-warp-header .more{
        width: 20%;
        text-align: center;
    }
    .list-title-warp img{
        display: none;
    }
    .list-title-warp{
        width: 55%;

    }
    .list-title-warp .text{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .list-title-time{
        width: 35%;
        text-align: center;
        justify-content: center;
    }
    .list-warp-l {
        width: 100% !important;
    }

    .preparation-news{
        width: 100% !important;
        height: auto !important;
    }
    .preparation-news-warp {
        display: block !important;
    }
    .preparation-news ul{
        display: block !important;
    }
    .preparation-news ul li{
        width: 100% !important;
        height: auto !important;
    }
    .preparation-news ul .cont2 .triangle-left{
        border: 0 !important;
    }
    .brief-warp2{
        display: block !important;
    }
    .brief-warp2 img {
        width:100% !important;
        height: auto;
        object-fit: cover;
    }
    .media-news{
        width: 100% !important;
        display: block !important;
    }
    .media-news .image{
        width: 100% !important;
        height: auto !important;

        margin-bottom: 20px;
    }
    .media-news .image .title{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        bottom: 0 !important;
    }
    .media-news .media-list{
        width: 100% !important;
    }
    .media-list .media-list-simle{
        width: 100% !important;
    }
    .course-warp{
        width: 100% !important;
    }
    .course-warp .cont .title{
        width: 100% !important;
    }
    .course-warp .cont ul li .text3{
        width: 100px !important;
    }
    .course-warp .cont ul li{
        height: auto !important;
        padding: 20px 0;
    }
    .teacher-warp-item{
        width: 100% !important;
    }
    .whisper-sfq{
        width: 100% !important;
        height: auto !important;
    }
    #sfq{
        display: block !important;
    }
    #sfq li{
        display: block !important;
    }
    #sfq li .btn{
        width: 100% !important;
        height: 80px !important;
        line-height: 80px !important;
    }
    #sfq li .mask{
        width: 100% !important;
    }
    .mechanism-cont .cont-warp a{
        width: 100% !important;
    }
    .party-masses-list .list-warp-l2{
        width: 100% !important;
    }
    .party-masses-list .list-warp{
        width: calc(100% - 20px) !important;
    }
    .party-masses-list .list-title-time .time{
        margin: 0 !important;
    }
    .header .nav .menu-s li > a{
        color: #666 !important;
    }
    .mailbox-warp-back{
        width: 100% !important;
        height: 200px !important;
    }
    .mailbox-icon {
        padding-top: 74px !important;
    }
    .mailbox-icon img{
        width: 10px !important;
    }
    .mailbox-warp .mailbox-text{
        right: 20px !important;

    }
    .mailbox-text div{
        font-size: 14px !important;
    }
    .mailbox-warp2-back{
        width: 100% !important;
        height: auto !important;
        padding: 20px !important;
    }
    .mailbox-warp2-text1{
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }
    .mailbox-warp2-back p{
        font-size: 12px !important;
        margin-bottom: 10px !important;
    }
    .mailbox-text2{
        margin-top: 40px !important;
    }
    .Stationery{
        width: 100% !important;
        padding:0 20px !important;
        height: auto !important;
    }
    .Stationery div:first-child{
        display: block !important;
    }
    .Stationery div:nth-child(2){
        display: block !important;
    }
    .Stationery div:first-child div:first-child,.Stationery div:nth-child(2) div:first-child{
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #999999;
        padding: 0px 0 16px;
        border-bottom: 1px solid #E6E6E6;
        display: flex;
        justify-content: space-between;
    }
    .Stationery div:first-child div:first-child{
        padding: 38px 0 16px;
    }
    .Stationery div:first-child div:last-child,.Stationery div:nth-child(2) div:last-child{
        padding-top: 38px;
    }
    .Stationery-item input{
        width: 63% !important;
    }
    .Stationery-item2{
        padding: 38px 0 16px !important;
    }
    .Stationery-item2 textarea{
        width: 63% !important;

    }
    .Stationery-warp-button{
        margin: 25px 0 !important;
    }
    .mailbox-warp{
        padding-bottom: 50px !important;
    }
    .search-input{
        width: 80% !important;
    }
    .search-input input{
        width: 80% !important;
    }
    .search-input .button{
        width: 20% !important;
    }
    .pages a:nth-child(6){
        display: none !important;
    }
    .pages a:nth-child(7){
        display: none !important;
    }
    .pages span.more{
        display: none !important;
    }
    .pages input{
        display: none !important;
    }
    .party-masses-list .pages{
        padding: 0 0 15px 0 !important;
    }
    .course-warp .cont{
        width: calc(100% - 75px);
    }
    .preparation-news ul .cont .triangle-left3{
        display: none !important;
    }
    .preparation-news ul .cont .triangle-left2{
        display: none !important;
    }
    .preparation-news ul .cont .triangle-left{
        display: none !important;
    }
    #sfq .btn .sfq-title{
        width: 100% !important;
        height: auto !important;
        writing-mode: rl-tb !important;
    }
    /*详情图片*/
    .new-details img{
        width: 100%;
        height: auto;
    }
}
.navseat {
    /* height: 131px; */
    height: 102px;
}
.header-er {
    background: #fff !important;
}
.header-er .nav ul li > a {
    color: #666 !important;
    /*min-width: 100px;*/
}
.header-er .nav ul li h5 {
    color: #666 !important;
    min-width: 100px;
}
.dynamic-banner {
    width: 100%;
}
.dynamic-banner img {
    width: 100%;
}
.dynamic-banner img:last-of-type {
    display: none;
}
.party-con {
    background: url(../images/jdbg.jpg) center 100% no-repeat !important;
    background-size: 100% 100%;
}
.wxbg {
    background: url(../images/wxbg.jpg) center 100% no-repeat !important;
    background-size: 100% 100% !important;
}
.dynamic-content {
    width: 100%;
    background: url(../images/dtbg.jpg) center 100% no-repeat;
    background-size: 100% 100%;
    padding-bottom: 100px;
}
.dynamic-content .dynamic-con {
    width: 100%;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 20px;
}
.dynamic-content #main {
    position: relative;
}
.dynamic-content .box {
    float: left;
    padding: 10px;
}
.dynamic-content .pic {
    display: block;
    width: 360px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    overflow: hidden;
}
.dynamic-content .pic:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.dynamic-content .pic img {
    width: 100%;
    vertical-align: top;
}
.dynamic-content .pic .dynamic-text {
    width: 100%;
    padding: 10px;
}
.dynamic-content .pic .dynamic-text h5 {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
}
.dynamic-content .pic .dynamic-text p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.dynamic-content .dynamic-img {
    width: 100%;
    padding: 20px;
}
.dynamic-content .dynamic-img img {
    width: 100%;
}
.dynamic-content .dynamic-time {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0 40px 0;
    padding: 0 20px;
}
.dynamic-content .dynamic-time img {
    width: 15px;
    display: block;
    margin-right: 10px;
}
.dynamic-content .dynamic-time span {
    font-size: 18px;
    color: #666;
}
.dynamic-content .dynamic-time p {
    font-size: 18px;
    color: #666;
    margin-left: 30px;
}
.dynamic-content .dynamic-details {
    padding: 0 20px;
}
.dynamic-content .dynamic-details h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}
.dynamic-content .dynamic-details p {
    font-size: 20px;
    color: #666;
    line-height: 30px;
    margin-bottom: 20px;
}
.next-page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    padding: 20px;
}
.next-page span {
    font-size: 14px;
    color: #0D00B2;
    display: block;
    margin-right: 20px;
}
.next-page a {
    font-size: 18px;
    color: #0D00B2;
    font-weight: bold;
}
.er-title {
    width: 100%;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.er-title h2 {
    font-size: 28px;
    color: #0D00B2;
    margin: 0 20px;
}
.er-title span {
    width: 120px;
    height: 1px;
    display: block;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #0D00B2);
}
.er-title span:last-of-type {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #0D00B2);
}
.load-more {
    width: 100%;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.load-more span {
    display: block;
    width: 40px;
    height: 1px;
    background: #19addb;
}
.load-more a {
    font-size: 22px;
    color: #19addb;
    text-align: center;
    display: block;
    margin: 0 20px;
}
.download {
    width: 100%;
    background: #fff;
    padding: 0 20px;
    border-radius: 10px;
}
.download ul {
    width: 100%;
    margin-bottom: 30px;
}
.download ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #d7d7d7;
}
.download ul li .down-img img {
    width: 80px;
}
.download ul li .down-text {
    width: 80%;
}
.download ul li .down-text h5 {
    font-size: 30px;
    color: #000;
    margin-bottom: 10px;
}
.download ul li .down-text span {
    font-size: 25px;
    color: #666;
}
.download ul li a img {
    width: 60px;
}
.policies {
    width: 100%;
    background: #fff;
    padding: 0 20px;
    border-radius: 10px;
}
.policies ul {
    width: 100%;
    margin-bottom: 30px;
}
.policies ul li {
    padding: 30px 0;
    border-bottom: 1px solid #0D00B2;
}
.policies ul li h5 {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}
.policies ul li p {
    font-size: 20px;
    color: #666;
    line-height: 30px;
}
.policies ul li a {
    background: #0D00B2;
    color: #fff;
    font-size: 18px;
    width: 120px;
    line-height: 42px;
    text-align: center;
    display: block;
    border-radius: 21px;
    margin-top: 20px;
    float: right;
}
.survey {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
.survey .survey-l {
    width: 60%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.survey .survey-r {
    width: 36%;
}
.survey .survey-r .survey-sou {
    width: 100%;
    height: 50px;
    border: 1px solid #d7d7d7;
    padding: 0 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.survey .survey-r .survey-sou input {
    width: 90%;
    height: 100%;
    border: none;
    outline: none;
}
.survey .survey-r .survey-sou img {
    width: 40px;
    height: 40px;
}
.survey .survey-r .survey-title h2 {
    font-size: 30px;
    color: #000;
    padding: 10px 0;
}
.survey .survey-r .survey-title span {
    width: 60px;
    height: 4px;
    background-color: #0D00B2;
    display: block;
}
.survey .survey-r ul {
    width: 100%;
}
.survey .survey-r ul li {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 0;
}
.survey .survey-r ul li a {
    display: flex;
    justify-content: space-between;
}
.survey .survey-r ul li .survey-img {
    width: 25%;
}
.survey .survey-r ul li .survey-img img {
    width: 100%;
}
.survey .survey-r ul li .survey-text {
    width: 71%;
}
.survey .survey-r ul li .survey-text p {
    font-size: 18px;
    color: #333;
    line-height: 26px;
}
.survey .survey-r ul li .survey-text .survey-time {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.survey .survey-r ul li .survey-text .survey-time img {
    width: 15px;
    display: block;
    margin-right: 10px;
}
.survey .survey-r ul li .survey-text .survey-time span {
    font-size: 16px;
    color: #d1d0d0;
}
.pages {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
.pages span.sel {
    display: flex;
    width: 31px;
    height: 31px;
    border: 1px solid #0D00B2;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-size: 14px;
    background: #0D00B2;
    color: #fff;
    margin: 0 10px;
}
.pages span.more{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    width: 31px;
    height: 31px;
    display: flex;
    margin: 0 10px;
    align-items: center;
    justify-content: center;
}
.pages span.input{
    width: 42px;
    margin-right: 0px;
}
.pages span.input2{
    margin-left: 0px;
}
.pages a {
    display: flex;
    width: 31px;
    height: 31px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    font-size: 14px;
    color: #000;
    margin: 0 10px;
    align-items: center;
    justify-content: center;
}
.pages a img.img1{
    width: 10px;
    height: 12px;
}
.pages a img.img2{
    width: 7px;
    height: 13px;
}
.pages input{
    width: 61px;
    height: 31px;
    border: 1px solid #999999;
    border-radius: 2px;
    margin: 0 10px;
}
.rcbg {
    background: url(../images/rcbg.jpg) center 100% no-repeat !important;
    background-size: 100% 100% !important;
}
.recruit {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.recruit .recruit-con {
    width: 100%;
}
.recruit .recruit-con .recruit-l {
    width: 30%;
    float: left;
}
.recruit .recruit-con .recruit-l .recruit-top {
    width: 100%;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
}
.recruit .recruit-con .recruit-l .recruit-top h2 {
    width: 100%;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background: #0D00B2;
    text-align: center;
}
.recruit .recruit-con .recruit-l .recruit-top ul {
    width: 100%;
    list-style: none;
}
.recruit .recruit-con .recruit-l .recruit-top ul li + li {
    border-top: 1px solid #d7d7d7;
}
.recruit .recruit-con .recruit-l .recruit-top ul li {
    width: 100%;
    padding: 20px;
}
.recruit .recruit-con .recruit-l .recruit-top ul li span {
    display: block;
    font-size: 16px;
    color: #0D00B2;
    margin-bottom: 10px;
}
.recruit .recruit-con .recruit-l .recruit-top ul li .recruit-input {
    width: 100%;
    height: 40px;
    border: 1px solid #d7d7d7;
    padding: 0 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recruit .recruit-con .recruit-l .recruit-top ul li .recruit-input input {
    width: 80%;
    height: 100%;
    font-size: 16px;
    color: #0D00B2;
    border: none;
}
.recruit .recruit-con .recruit-l .recruit-top ul li .recruit-input img {
    width: 20px;
    margin: 0;
}
.recruit .recruit-con .recruit-l .recruit-top ul li select {
    width: 100%;
    height: 40px;
    border: 1px solid #d7d7d7;
    font-size: 16px;
    color: #0D00B2;
    padding: 0 10px;
    border-radius: 6px;
}
.recruit .recruit-con .recruit-l .recruit-top > img {
    width: 100%;
    display: block;
    margin-top: 50px;
}
.recruit .recruit-con .recruit-l .recruit-bot {
    width: 100%;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
}
.recruit .recruit-con .recruit-l .recruit-bot h2 {
    width: 100%;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background: #0D00B2;
    text-align: center;
}
.recruit .recruit-con .recruit-l .recruit-bot ul {
    width: 100%;
    list-style: none;
}
.recruit .recruit-con .recruit-l .recruit-bot ul .recruit-show h5 {
    background: url(../images/zk2.png) 100% center no-repeat;
}
.recruit .recruit-con .recruit-l .recruit-bot ul .recruit-show p {
    display: block;
}
.recruit .recruit-con .recruit-l .recruit-bot ul li {
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid #d7d7d7;
}
.recruit .recruit-con .recruit-l .recruit-bot ul li h5 {
    font-size: 20px;
    color: #0D00B2;
    padding: 10px 0;
    cursor: pointer;
    background: url(../images/zk1.png) 100% center no-repeat;
}
.recruit .recruit-con .recruit-l .recruit-bot ul li p {
    font-size: 16px;
    color: #666;
    padding-bottom: 20px;
    line-height: 20px;
    display: none;
}
.recruit .recruit-con .recruit-l .recruit-bot .recruit-form {
    width: 100%;
    padding: 0 10px 20px 10px;
}
.recruit .recruit-con .recruit-l .recruit-bot .recruit-form h5 {
    font-size: 20px;
    color: #0D00B2;
    padding: 10px 0;
}
.recruit .recruit-con .recruit-l .recruit-bot .recruit-form p {
    font-size: 16px;
    color: #666;
    padding-bottom: 20px;
    line-height: 20px;
}
.recruit .recruit-con .recruit-l .recruit-bot .recruit-form textarea {
    width: 100%;
    border: 1px solid #0D00B2;
    padding: 10px;
    font-size: 16px;
    color: #666;
}
.recruit .recruit-con .recruit-l .recruit-bot .recruit-form button {
    display: block;
    width: 90%;
    margin: 20px auto;
    background: #0D00B2;
    color: #fff;
    font-size: 16px;
    height: 45px;
    border: 1px solid #0D00B2;
    border-radius: 6px;
}
.recruit .recruit-con .recruit-r {
    width: 68%;
    float: right;
}
.recruit .recruit-con .recruit-r ul {
    width: 100%;
    list-style: none;
}
.recruit .recruit-con .recruit-r ul li {
    width: 100%;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
}
.recruit .recruit-con .recruit-r ul li .recruit-list-t {
    width: 100%;
    padding: 10px 20px;
    list-style: none;
}
.recruit .recruit-con .recruit-r ul li .recruit-list-t h5 {
    font-size: 24px;
    color: #000;
    padding: 10px 0;
}
.recruit .recruit-con .recruit-r ul li .recruit-list-t .recruit-time {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.recruit .recruit-con .recruit-r ul li .recruit-list-t .recruit-time h3 {
    font-size: 16px;
    color: #fff;
    background: #0D00B2;
    line-height: 27px;
    border-radius: 5px;
    padding: 0 10px;
}
.recruit .recruit-con .recruit-r ul li .recruit-list-t .recruit-time span {
    font-size: 16px;
    display: block;
    color: #333;
    margin-left: 10px;
}
.recruit .recruit-con .recruit-r ul li .recruit-list-t p {
    font-size: 16px;
    color: #666;
    margin-bottom: 6px;
}
.recruit .recruit-con .recruit-r ul li .recruit-list-t a {
    font-size: 16px;
    color: red;
    margin: 20px 0;
    display: block;
}
.recruit .recruit-con .recruit-r ul li .recruit-btn {
    width: 100%;
    padding: 20px;
    border-top: 1px solid #d7d7d7;
}
.recruit .recruit-con .recruit-r ul li .recruit-btn button {
    width: 168px;
    height: 43px;
    background: #0D00B2;
    font-size: 16px;
    color: #fff;
    border: 1px solid #0D00B2;
    border-radius: 6px;
    cursor: pointer;
}
.recruit-details {
    width: 100%;
    background: #fcfcfc;
    padding: 20px;
    border-radius: 10px;
}
.recruit-details .recruit-container {
    width: 100%;
    background: #fff;
    border: 1px solid #d7d7d7;
}
.recruit-details .recruit-container .recruit-msg {
    width: 100%;
    padding: 10px 20px;
}
.recruit-details .recruit-container .recruit-msg h5 {
    font-size: 24px;
    color: #000;
    padding: 10px 0;
}
.recruit-details .recruit-container .recruit-msg .recruit-time {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.recruit-details .recruit-container .recruit-msg .recruit-time h3 {
    font-size: 16px;
    color: #fff;
    background: #0D00B2;
    line-height: 27px;
    border-radius: 5px;
    padding: 0 10px;
}
.recruit-details .recruit-container .recruit-msg .recruit-time span {
    font-size: 16px;
    display: block;
    color: #333;
    margin-left: 10px;
}
.recruit-details .recruit-container .recruit-msg .recruit-box2 {
    margin-bottom: 30px;
}
.recruit-details .recruit-container .recruit-msg .recruit-box2 .recruit-title2 {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.recruit-details .recruit-container .recruit-msg .recruit-box2 .recruit-title2 span {
    display: block;
    width: 9px;
    height: 9px;
    background: #0D00B2;
    border-radius: 100%;
    margin-right: 10px;
}
.recruit-details .recruit-container .recruit-msg .recruit-box2 .recruit-title2 h4 {
    font-size: 16px;
    color: #333;
}
.recruit-details .recruit-container .recruit-msg .recruit-box2 p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.recruit-details .recruit-container .recruit-msg .recruit-button {
    width: 100%;
    margin: 50px 0;
}
.recruit-details .recruit-container .recruit-msg .recruit-button button {
    width: 170px;
    height: 43px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    background: #0D00B2;
    border: none;
    margin: 0 auto;
    display: block;
}
.recruit-details .recruit-container .contact-us {
    width: 100%;
}
.recruit-details .recruit-container .contact-us h2 {
    width: 100%;
    font-size: 24px;
    color: #fff;
    background: #0D00B2;
    line-height: 53px;
    padding: 0 20px;
}
.recruit-details .recruit-container .contact-us .contact-con {
    width: 100%;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}
.recruit-details .recruit-container .contact-us .contact-con .contact-text {
    width: 50%;
}
.recruit-details .recruit-container .contact-us .contact-con .contact-text p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.recruit-details .recruit-container .contact-us .contact-con .contact-map {
    width: 50%;
}
.recruit-details .recruit-container .contact-us .contact-con .contact-map img {
    width: 100%;
}
.recruit-details .recruit-page {
    width: 100%;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recruit-details .recruit-page a {
    display: block;
    font-size: 18px;
    color: #333;
    margin: 0 30px;
}
.popup-black {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
}
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    width: 800px;
    height: 500px;
    margin-top: -250px;
    margin-left: -400px;
}
.popup form {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 10px solid #0D00B2;
    border-radius: 10px;
    padding: 20px 30px;
}
.popup form .popup-title {
    display: flex;
    margin-bottom: 20px;
}
.popup form .popup-title span {
    font-size: 20px;
    color: red;
    position: relative;
    top: -10px;
}
.popup form .popup-title h2 {
    font-size: 20px;
    color: #000;
    padding-left: 10px;
}
.popup form .popup-input {
    width: 100%;
    padding-left: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.popup form .popup-input span {
    font-size: 18px;
    color: #333;
}
.popup form .popup-input input {
    width: 400px;
    height: 50px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 0 20px;
}
.popup form .add-resume {
    width: 100px;
    height: 100px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 170px;
}
.popup form .add-resume img {
    width: 40%;
}
.popup form button {
    width: 300px;
    height: 54px;
    background: #0D00B2;
    font-size: 18px;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}
.opinion {
    width: 100%;
    padding: 70px 130px;
    background: url(../images/bg8.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.opinion .opinion-con {
    width: 90%;
    margin-left: 10%;
    background: #fff;
    padding: 24px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
}
.opinion .opinion-con .opinion-l {
    width: 50%;
    position: relative;
    margin-left: -15%;
    border-radius: 10px;
    overflow: hidden;
}
.opinion .opinion-con .opinion-l img {
    width: 100%;
}
.opinion .opinion-con .opinion-r {
    width: 50%;
}
.opinion .opinion-con .opinion-r .opinion-close {
    display: flex;
    justify-content: flex-end;
}
.opinion .opinion-con .opinion-r .opinion-close img {
    width: 16px;
}
.opinion .opinion-con .opinion-r h2 {
    font-size: 30px;
    color: #333;
}
.opinion .opinion-con .opinion-r p {
    font-size: 14px;
    color: #a9a9a9;
    padding: 14px 0;
}
.opinion .opinion-con .opinion-r input {
    width: 290px;
    height: 37px;
    background: #f5f5f5;
    border: none;
    display: block;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
.opinion .opinion-con .opinion-r textarea {
    width: 290px;
    height: 140px;
    background: #f5f5f5;
    border: none;
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 14px;
    color: #666;
}
.opinion .opinion-con .opinion-r button {
    width: 290px;
    height: 45px;
    background: #0D00B2;
    font-size: 18px;
    color: #fff;
    border-radius: 22.5px;
    border: none;
    box-shadow: 0 2px 6px rgba(23, 56, 99, 0.3);
}
.gover-con .box .pic {
    border: none;
    border-radius: inherit;
    position: relative;
    padding: 0 20px 80px 20px;
}
.gover-con .box .pic:hover {
    box-shadow: none;
}
.gover-con .box .pic .gover-time {
    position: absolute;
    left: 32px;
    bottom: 170px;
    background: rgba(25, 173, 219, 0.7);
    padding: 10px 15px;
    font-size: 20px;
    color: #fff;
}
.gover-con .box .pic .gover-time span {
    font-size: 16px;
}
.gover-con .box .pic .gover-text {
    position: absolute;
    left: 20px;
    bottom: 0;
    background: #fff;
    width: 70%;
    padding: 20px;
}
.gover-con .box .pic .gover-text h5 {
    font-size: 22px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
    line-height: 28px;
    height: 56px;
}
.gover-con .box .pic .gover-text p {
    font-size: 16px;
    color: #666;
    line-height: 22px;
    height: 66px;
}
@media screen and (max-width: 750px) {
    /* .navseat {
        height: 60px !important;
    } */
    .box {
        float: none !important;
        position: inherit !important;
        top: inherit !important;
        left: inherit !important;
    }
    .er-title {
        padding: 20px 0;
    }
    .er-title h2 {
        font-size: 22px;
    }
    .er-title span {
        width: 60px;
    }
    .pic {
        width: 100% !important;
    }
    .dynamic-banner img:first-of-type {
        display: none;
    }
    .dynamic-banner img:last-of-type {
        display: block;
    }
    .load-more a {
        font-size: 16px;
    }
    .dynamic-content .dynamic-con {
        border-radius: 10px;
        padding: 10px;
    }
    .dynamic-content .dynamic-img {
        padding: 0;
    }
    .dynamic-content .dynamic-time {
        margin: 10px 0 20px;
        padding: 0;
    }
    .dynamic-content .dynamic-time span {
        font-size: 12px;
    }
    .dynamic-content .dynamic-time p {
        font-size: 12px;
    }
    .dynamic-content .dynamic-details {
        padding: 0;
    }
    .dynamic-content .dynamic-details h2 {
        font-size: 18px;
    }
    .dynamic-content .dynamic-details p {
        font-size: 14px;
        line-height: 24px;
    }
    .next-page span {
        width: 30%;
        font-size: 12px;
        margin-right: 10px;
    }
    .next-page a {
        font-size: 14px;
    }
    .download ul li .down-img img {
        width: 45px;
    }
    .download ul li .down-text h5 {
        font-size: 18px;
    }
    .download ul li .down-text span {
        font-size: 14px;
    }
    .download ul li a img {
        width: 36px;
    }
    .policies ul li {
        padding: 15px 0;
    }
    .policies ul li h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .policies ul li p {
        font-size: 14px;
        line-height: 20px;
    }
    .policies ul li a {
        font-size: 14px;
        line-height: 30px;
        width: 100px;
        border-radius: 15px;
        margin-top: 10px;
    }
    .pages a,
    .pages span {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .rcbg {
        position: relative;
    }
    .rcbg .recruit-seat {
        height: 90px;
    }
    .recruit {
        padding: 0;
        background: none;
    }
    .recruit .recruit-con .recruit-l {
        width: 100%;
    }
    .recruit .recruit-con .recruit-l .recruit-top {
        position: absolute;
        top: 0;
        left: 0;
        border: none;
    }
    .recruit .recruit-con .recruit-l .recruit-top h2 {
        display: none;
    }
    .recruit .recruit-con .recruit-l .recruit-top > img {
        display: none;
    }
    .recruit .recruit-con .recruit-l .recruit-top ul {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
    }
    .recruit .recruit-con .recruit-l .recruit-top ul li {
        padding: 10px;
    }
    .recruit .recruit-con .recruit-l .recruit-top ul li .recruit-input img {
        width: 16px;
    }
    .recruit .recruit-con .recruit-l .recruit-bot {
        background: #fff;
        border: none;
    }
    .recruit .recruit-con .recruit-r {
        width: 100%;
    }
    .recruit .recruit-con .recruit-r ul li {
        background: #fff;
        border: none;
        border-radius: 5px;
    }
    .recruit .recruit-con .recruit-r ul li .recruit-list-t h5 {
        font-size: 18px;
    }
    .recruit-details .recruit-container .contact-us .contact-con {
        display: block;
    }
    .recruit-details .recruit-container .contact-us .contact-con .contact-text {
        width: 100%;
        margin-bottom: 10px;
    }
    .recruit-details .recruit-container .contact-us .contact-con .contact-map {
        width: 100%;
    }
    .recruit-details .recruit-page a {
        margin: 0 10px;
        font-size: 16px;
    }
    .popup {
        width: 90%;
        margin-left: -45%;
    }
    .popup form {
        padding: 20px;
    }
    .popup form .popup-title {
        margin-bottom: 10px;
    }
    .popup form .popup-input {
        padding-left: 0;
        display: block;
    }
    .popup form .popup-input input {
        width: 100%;
        margin-top: 10px;
    }
    .popup form .add-resume {
        margin-left: 0;
    }
    .popup form button {
        width: 100%;
        margin-top: 20px;
    }
    .survey {
        display: block;
        padding: 0;
        background: none;
    }
    .survey .survey-l {
        width: 100%;
        padding: 10px;
        background: #fff;
    }
    .survey .survey-r {
        width: 100%;
        background: #fff;
        padding: 15px;
        margin-top: 10px;
    }
    .survey .survey-r .survey-sou {
        height: 40px;
        padding: 0 10px;
    }
    .survey .survey-r .survey-sou img {
        width: 30px;
        height: 30px;
    }
    .survey .survey-r .survey-title h2 {
        font-size: 20px;
    }
    .survey .survey-r ul li .survey-text p {
        font-size: 16px;
        line-height: 20px;
    }
    .survey .survey-r ul li .survey-text .survey-time {
        margin-top: 15px;
    }
    .survey .survey-r ul li .survey-text .survey-time span {
        font-size: 14px;
    }
    .opinion {
        padding: 10px;
    }
    .opinion .opinion-con {
        margin: 0;
        width: 100%;
        padding: 10px;
    }
    .opinion .opinion-con .opinion-l {
        display: none;
    }
    .opinion .opinion-con .opinion-r {
        width: 100%;
    }
    .opinion .opinion-con .opinion-r h2 {
        font-size: 22px;
    }
    .opinion .opinion-con .opinion-r input {
        width: 100%;
    }
    .opinion .opinion-con .opinion-r textarea {
        width: 100%;
    }
    .gover-con .box .pic {
        padding: 0 0 80px 0;
    }
    .gover-con .box .pic .gover-time {
        left: 12px;
    }
    .gover-con .box .pic .gover-text {
        left: 0;
    }
    .gover-con .box .pic .gover-text h5 {
        font-size: 18px;
    }
    .gover-con .box .pic .gover-text p {
        font-size: 14px;
    }

    .footer .footer-top .footer-name select{
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }
}
