body,
ul,
li,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Noto Sans SC", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

body {
    background-color:#fff;
    min-width: fit-content;
}

a {
    text-decoration: none;
}

.mgt10 {
    margin-top: 10px;
}
.ad img{
    width: 100%;
    height: 100%;
}

.adc {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
}

.ad-img .shadow-jqr{
    font-size: 28px;
}
.ad-img .shadow-jqr span{
    color: red;
    font-size: 33px;
    font-weight: 600;
    font-family: '楷体';
}
.box {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
}


.content {
    width: 1200px;
    margin: 0 auto;
}

.content img,
.middle,
.buttom {
    display: inline-block;
    font-size: 30px;
    color: #fff;
}

.content-img {
    padding: 90px 0;
}

.middle {
    margin-left: 30px;
    vertical-align: top;
    padding: 50px 0;
}

.middle .weixin {
    text-align: center;
}

.middle .weixin img {
    width: 110px;
    height: 120px;
}

.middle .phone {
    font-size: 18px;
    font-family: '楷体';

}
.middle .phone p{
    margin: 0;
    padding: 0;
    text-align: center;
}

.buttom {
    margin-left: 60px;
    vertical-align: top;
}

.buttom .img-box {
    /* display: inline-block; */
    /* float: left; */
    /* width: 300px; */
    /* margin-right: 50px; */
    padding-top: 50px;

}

.buttom .img-box img {
    margin-right: 5px;
}
/* .buttom .text-box{ */
    /* display: inline-block; */
    /* height: 100px; */
    /* writing-mode: vertical-lr; */
    /* padding-top: 20px; */
/* } */

.buttom .text-box p {
    /* width: 60px; */
    font-size: 22px;
    vertical-align: top;
    font-family: '楷体';
    margin: 0;
    padding: 0;
    text-align: center;
}
.buttom .img-box{
    vertical-align: top;
}
.buttom .img-box img {
    width: 210px;
    height: 130px;
}
header{
    min-width: 1200px;
    width: 100%;
}
header .headerTop {
    background-color: #1a6adc;
}

header .headerTop .box {
    display: flex;
    justify-content: space-between;
}

header .headerTop .box a {
    display: inline-flex;
    padding: 8px;
    color: #fff;
}

header .logo {
    background-color: #1a6adc;
}

section .banner-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/* section .banner-nav nav {
    margin-bottom: 20px;
} */

section .banner-nav {
    width: 1200px;
    margin: 0 auto;
}

section .banner-nav nav {
    width: 1200px;
}

section .banner-nav img {
    width: 282px;
    padding: 20px 0;
}

section .banner-nav ul {
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section .banner-nav ul li {
    position: relative;
}

section .banner-nav ul li a {
    font-size: 18px;
    font-weight: bolder;
    margin: 10px;
    padding: 5px 3px;
    display: inline-flex;
    color: #333;
    /* color: #fff; */
    box-sizing: border-box;
}

section .banner-nav ul li a.actived {
    border-bottom: 3px solid #fff;
}

section .banner-nav ul li a::after {
    content: "";
    width: 0px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transition: all 0.2s;
    border-bottom: 3px solid #1a6adc;
    /* border-bottom: 3px solid #fff; */
}

section .banner-nav ul li a:hover::after {
    left: 10%;
    width: 80%;
}

section .left {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: first baseline;
    align-items: center;
}

section .left h2 {
    color: #333;
}

section .left h3 {
    color: #666;
}

section .banner {
    width: 1200px;
    height: 300px;
    background-color: #1a6adc;
    position: relative;
    margin: 0 auto;
}

.banner .wrap {
    width: 100%;
}

.banner .wrap .item {
    width: 100%;
}

.item img {
    width: 1200px;
    height: 300px;
    vertical-align: top;
    position: absolute;
}

.pagenation {
    position: absolute;
    /* border: 1px solid purple; */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    bottom: 40px;
}

.pagenation>div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    margin-right: 10px;
    cursor: pointer;
}

.pagenation>div:last-child {
    margin-right: 0;
}


section .zszy .left {
    display: flex;
    justify-content: center;
    line-height: 250%;
}

section .zszy .left h2,
section .zszy .left h3 {
    font-family: '闅朵功', 'Arial', 'Microsoft YaHei', '榛戜綋', '瀹嬩綋', 'Times New Roman', sans-serif;
}

section .banner-list .right {
    width: 890px;
    margin: 0 auto;
    overflow: hidden;
}

section .banner-list .right .swiper_box {
    height: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

section .banner-list ul {
    width: 900px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

section .banner-list ul li a {
    display: block;
    box-sizing: border-box;
    width: 200px;
    height: 60px;
    margin: 0 10px;
    border-radius: 40px;
    border: 1px solid #1a6adc;
    padding: 10px;
    text-align: center;
    color: #1a6adc;
}

section .banner-list ul li a .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

section .banner-list ul li a .subtitle {
    display: block;
    font-size: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

section .banner-list ul li a:hover {
    color: #fff;
    background: linear-gradient(138deg, #3593FF 0%, #227EFA 100%);
    box-shadow: 0px 2px 14px 0px rgba(11, 89, 195, 0.36);
    transition: all 0.2s ease-in;
}

section .box h2 a {
    color: #1a6adc;
}

section .box h2 a:hover {
    color: #ff6700;
}

section .news {
    width: 33.3%;
    margin-right: 5px;
}
section .notices{
    width: 33.3% !important;
    margin-right: 5px !important;
}

section .news h2 {
    border-bottom: 2px solid #1a6adc;
    font-size: 20px;
    padding: 5px 4px;
}
section .news ul {
    display: flex;
    flex-direction: column;
    height: 200px;
}
section .news ul li {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s ease-in-out;
    /* padding: 15px 0; */
}

section .news ul li date {
    display: flex;
    flex-direction: column;
    padding: 5px 8px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-bottom: 0;
    width: 60px;
    text-align: right;
}

section .news ul li date .day {
    color: #1a6adc;
    font-size: 24px;
}

section .news ul li date .month {
    color: #666;
    white-space: nowrap;
}

section .news ul li .thumbnail {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-bottom: 0;
    width: 100px;
    text-align: right;
    font-size: 0;
}

section .news ul li .thumbnail img {
    width: 100px;
    min-height: 70px;
    background: url("images/default.jpg");
    background-size: cover;
}

section .news ul li .title {
    color: #333;
    font-size: 16px;
    padding-left: 15px;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

section .news ul li a:hover {
    color: #ff6700;
}

section .news ul li:hover {
    box-shadow: 3px 35px 77px -17px rgba(0, 0, 0, 0.8);
    transform: scale(1.04);
    z-index: 100;
    background-color: #fff;
}

section .news ul li:hover date {
    border: 0;
}

section .news ul li:hover a {
    color: #ff6700;
}

section .notice {
    width: 50%;
    margin-left: 5px;
}

section .notice h2 {
    border-bottom: 2px solid #1a6adc;
    font-size: 20px;
    padding: 5px 4px;
}

section .notice ul {
    position: relative;
}

section .notice ul li {
    display: flex;
    flex-direction: row;
    padding: 11px 8px 0 8px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

section .notice ul li date {
    color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}

section .notice ul li a {
    color: #333;
    font-size: 16px;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

section .notice ul li a:hover {
    color: #ff6700;
    text-decoration: underline;
}

section .notice ul li:hover {
    transform: scale(1.06);
    padding-left: 15px;
}

section .notice ul li:hover date {
    color: #ff6700;
}

section .zhaopin,
section .shixi,
section .zhizaoshidai,
section .jiuyemingqi {
    width: 50%;
    margin-right: 5px;
}

section .zhaopin h2,
section .shixi h2,
section .zhizaoshidai h2,
section .jiuyemingqi h2 {
    border-bottom: 2px solid #1a6adc;
    font-size: 20px;
    padding: 5px 4px;
}

section .zhaopin ul,
section .shixi ul,
section .zhizaoshidai ul,
section .jiuyemingqi ul {
    display: flex;
    flex-wrap: wrap;
}

section .zhaopin ul li,
section .shixi ul li,
section .zhizaoshidai ul li,
section .jiuyemingqi ul li {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

section .zhaopin ul li span,
section .shixi ul li span,
section .zhizaoshidai ul li span,
section .jiuyemingqi ul li span {
    color: #333;
}

section .zhaopin ul li:hover,
section .shixi ul li:hover,
section .zhizaoshidai ul li:hover,
section .jiuyemingqi ul li:hover {
    box-shadow: 0px 2px 14px 0px rgba(11, 89, 195, 0.36);
}

section .zhaopin .picture_card,
section .shixi .picture_card,
section .zhizaoshidai .picture_card,
section .jiuyemingqi .picture_card {
    position: relative;
    height: 120px;
    overflow: hidden;
}

section .zhaopin .picture_card img,
section .shixi .picture_card img,
section .zhizaoshidai .picture_card img,
section .jiuyemingqi .picture_card img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    background: url("images/default.jpg");
    background-size: cover;
}

section .zhaopin .picture_card img:hover,
section .shixi .picture_card img:hover,
section .zhizaoshidai .picture_card img:hover,
section .jiuyemingqi .picture_card img:hover {
    transform: scale(1.05, 1.05);
}

section .zhaopin .picture_card date,
section .shixi .picture_card date,
section .zhizaoshidai .picture_card date,
section .jiuyemingqi .picture_card date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

section .zhaopin .picture_card .title,
section .shixi .picture_card .title,
section .zhizaoshidai .picture_card .title,
section .jiuyemingqi .picture_card .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

section .shixi {
    width: 50%;
    margin-left: 5px;
    margin-right: 0;
}

section .zhizaoshidai {
    width: 100%;
}

section .zhizaoshidai ul li {
    width: 25%;
}

section .jiuyemingqi {
    width: 100%;
}

section .jiuyemingqi ul li {
    width: 20%;
    padding: 10px 5px;
}

section .jiuyemingqi ul li .picture_card {
    border-radius: 10px;
    height: 60px;
    border: 1px solid #ddd;

}

section .jiuyemingqi ul li img {
    opacity: 0.8;
}

section .jiuyemingqi ul li img:hover {
    opacity: 1;
}

footer {
    padding-top: 10px;
    background-color: #1a6adc;
    color: #fff;
    min-width: 1200px;
    margin: 0;
}

footer .Qrcode {
    width: 26%;
    padding: 10px;
}

footer .Qrcode .subscribe-area {
    padding-top: 10px;
}

footer .Qrcode .subscribe-area img {
    margin-right: 5px;
}

footer .quick-link,
footer .aboutme {
    width: 36%;
    padding: 10px;
}

footer .quick-link ul,
footer .aboutme ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

footer .quick-link ul li,
footer .aboutme ul li {
    width: 50%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}

footer .quick-link ul li a,
footer .aboutme ul li a {
    padding-top: 10px;
    padding-bottom: 5px;
    transition: all 0.2s ease-in;
    color: #fff;
    display: block;
    opacity: 0.8;
}

footer .quick-link ul li a:hover,
footer .aboutme ul li a:hover {
    opacity: 1;
}

footer .quick-link ul li:last-child {
    border-bottom: 0px;
}

footer .copyright {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 5px;
}

footer .copyright span {
    padding-bottom: 5px;
    text-align: center;
}

.zhaopin h2,
.shixi h2 {
    background-color: #eee;
}

.active {
    background-color: #1a6adc !important;
}
.block{
    display: block !important;
}
.none{
    display: none;
}
.warp .item{
    display: none;
}
.ad{
    position: relative;
    width: 100%;
    height: 250px;
}

.shadow-top{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 660px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 28px;
    /* text-align: center; */
    color: #fff;
    /* border-radius: 20px 20px 0 0; */

}
.shadow-top p{
    margin-top: 0px;
    height: 10px;
    text-align: center;
}
.shadow-top p span{
    color: red;
    font-size: 25px;
}
.shadow-bottom{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 31.3%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 28px;
    text-align: center;
    color: #fff;
    border-radius:0 0 20px 0;
}
.shadow{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 28px;
    text-align: center;
    color: #fff;
    border-radius:0 0 20px 20px;
}

.jiqiren{
    position: fixed;
    right: 20px;
    bottom: 0;

}
.jiqiren img{
width: 200px;
height: 200px;
}
/* section .banner-nav nav ul li:nth-child(2) a{
    color: red;
 } */

 
 section .banner-nav nav ul li:nth-child(4),
 section .banner-nav nav ul li:nth-child(6){
    position: relative;
 }

  section .banner-nav nav ul li:nth-child(4):hover .hide,
  section .banner-nav nav ul li:nth-child(6):hover .hide{
     display: block;
 }
 
.hide{
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    /* padding:0 10px; */
    z-index: 999;
}
.one-box{
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;

}
.one-box a{
    font-family: "Poppins", sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000000 !important;
}
.one-box a::after{
    content: "";
   border-bottom: 0 !important;
}
.fam{
    /* margin-left: 250px; */
}
.fam li:nth-child(1) {
    margin-left: 12%;
}

.img-box-one{
    width: 170px !important;
    height: 90px !important;
    margin-top: -10px;
}
.component-xyd{
    font-size: 20px;
    font-weight: 800;
    color: red;
}
.ad-img,
.img-text{
    width: 450px;
    height: 300px;
    border-radius: 20px;
    /* background-color: #1a6adc; */
}
.img-text{
    width: 450px;
    height: 150px;
    border-radius: 20px;
}
.img-box-one{
    padding-bottom: 15px;
}