.ad {
    width: 1280px;
    margin: 0 auto;
    padding: 20px 14px 25px 14px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ad .adleft {
    width: 817px;:
    height: 127px;
}

.ad .adright {
    width: 417px;
    height: 127px;
}

.ad .adleft img,
.ad .adright img {
    width: 100%;
    height: 100%;
}

.header {
    width: 1253px;
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    justify-content: space-between;
}

.header .logo {
    width: 615px;
    height: 100px;
}

.header .logo img {
    width: 100%;
    /*height: 100%;*/
}

.header .search {
    width: 260px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.header .search .ipt {
    width: 219px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #bfbbbb;
    box-sizing: border-box;
    outline: unset;
    text-indent: 15px;
}

.header .search .searchimg {
    width: 40px;
    height: 39px;
    background: #2362E0;
    opacity: 0.76;
    text-align: center;
    box-sizing: border-box;
}

.header .search .searchimg img {
    width: 25px;
    height: 25px;
    margin-top: 7px;
}


.nav {
    /* height: 830px; */
    width: 100%;
    background: url("../image/sw1.png") no-repeat;
    background-size: cover;
}

.nav .navbox {
    width: 1280px;
    margin: 0 auto;
    height: 100%;
}

.nav .navlist {
    width: 100%;
    height: 128px;
    background: url("../image/nav.png") no-repeat;
    background-size: cover;
}

.nav .navlist .nava {
    width: 1280px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 50px;
    box-sizing: border-box;
    justify-content: space-between;
}

.nav .navlist .nava .navdiv {
    height: 100%;
    padding: 48px 10px 0;
    box-sizing: border-box;
    text-align: center;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
    position: relative;
}

.nav .navlist .nava .navdiv::after {
            content: '';
            position: absolute;
            width: 80%;
            height: 2px;
            top: 90px;
            left: 10%;
            background: #FFFFFF;
            transform: scaleX(0);
            transform-origin: center;
            transition: transform 0.4s ease;
        }

.nav .navlist .nava .navdiv:hover::after {
         
            transform: scaleX(1);
        }


.nav .navlist .nava .active {
    position: relative;
    cursor: pointer;
}

.nav .navlist .nava .active::before {
    content: '';
    width: 80%;          
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    left: 10%;
    top: 90px;
}

/* 添加 active 类时展开 */
/*.nav .navlist .nava .active.show::before,*/
/*.nav .navlist .nava:hover .active::before {*/
/*    width: 80%;*/
/*}*/

.nav .navlist .nava .navdiv ul {
    position: absolute;
    width: 203px;
    background: rgba(255,255,255,.8);
    border-top: 3px solid #1A5ADD;
    padding: 0 10px;
    box-sizing: border-box;
    display: none;
    top: 110px;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}

.nav .navlist .nava .navdiv:hover ul {
    max-height: 600px;
    opacity: 1; 
    }

.nav .navlist .nava .navdiv ul li {
    width: 100%;
    height: 56px;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 18px;
    color: #08348E;
    line-height: 56px;
    border-bottom: 1px solid rgba(27, 27, 27, .2);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: background 0.2s ease, color 0.2s ease; /*子项hover*/
}



.nav .navlist .nava .navdiv ul li a {
    color: inherit; 
    display: block; /*a标签铺满*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav .navlist .nava .navdiv ul li:hover {
    background: #4b7dc0;
    color: #fff;
}

.nav .navlist .nava .navdiv ul li a:hover {
    background: #4b7dc0;
    color: #fff;
}

.nav .navlist .nava .active ul li:last-child {
    border-bottom: none;
}

.nav .navlist .nava .active ul li:last-child {
    border-bottom: none;
    }
/*.nav .navlist .nava .navdiv:hover ul {*/
/*    display: block;*/
/*}*/

.nav .navbox .navimg {
    width: 100%;
    height: 723px;
}

.nav .navbox .navimg img {
    width: 100%;
    height: 100%;
}
.nav .navbox .navimg .lptitle{
    width: 100%;
    height:80px;
    background: url("../image/navpbg.png") no-repeat;
    background-size: cover;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 28px;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(81,11,0,0.44);
    padding:36px 100px 21px 36px;
        box-sizing: border-box;
            position: absolute;
    bottom: 0;
}

.footer {
    width: 100%;
    height: 172px;
    background: #4B87F0;
}
.footer .footerbox {
    width: 1280px;
    margin: 0 auto;
    height: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer2 .footerbox {
    width: 1280px;
    margin: 0 auto;
    height: 100%;
    padding-top: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footerbox .fleft {
       margin: 0px 0 0 40px;
   
   
}
.footer2 .footerbox .fleft {
    margin-top: 34px;
    height: 100%;
    width: 900px;
}

.footer .footerbox .fleft .info {
    display: flex;
    align-items: center;
 
    margin-bottom: 20px;
}
.footer2 .footerbox .fleft .info {
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-bottom: 25px;
}
.footer .footerbox .fleft .info a {
    font-family: FZHTK;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
}
.footer .footerbox .fleft .info span {
    /* height: 15px; */
    color: #FFFFFF;
    margin: 0 25px;
    overflow: hidden;
}
.footer2 .footerbox .fleft .info span {
    /* height: 15px; */
    color: #FFFFFF;
    margin: 0 5px;
    overflow: hidden;
}
.footer .footerbox .fleft .line {
    width: 775px;
    border: 1px solid #FFFFFF;
}
.footer2 .footerbox .fleft .line {
    width: 900px;
    border: 1px solid #FFFFFF;
}

.footer .footerbox .fright {
    height: 100%;
    display: flex;
    align-items: baseline;
    margin-top: 0px;
}
.footer2 .footerbox .fright {
    height: 100%;
    display: flex;
    align-items: baseline;
    margin-top: 15px;
}
.footer .footerbox .fright .fitem {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-left: 45px;
}

.footer2 .footerbox .fright .fitem {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
}

.footer .footerbox .fright .fitem img {
    width: 80px;
    /* height: 105px; */
}

.footer .footerbox .fright .fitem span {
    width: 105px;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF !important;
    line-height: 18px;
    margin-top: 15px;
    text-align: center;
}

.footer2 {
    background: #fff;
    height: auto;
    margin-bottom: 190px;
}

.footer2 .footerbox {
    border-top: 5px solid #e9eaea;
}

.footer2 .footerbox .fleft .info a,
.footer2 .footerbox .fleft .info span,
.footer .footerbox .fright .fitem span {
    color: #5d5a58;
}

.footer2 .footerbox .fleft .line {
    border-bottom: 2px solid #f5f5f5;
}


.footer2 .code {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}

.footer2 .code span {
    margin-left: 20px;
}

.footer2 .banquan {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #efefef;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 14px;
    padding-right: 0;
}

.footer2 .banquan a {
    color: #4674b7;
}


.footer2  .imgboxone{
    display:flex;
    align-items:center;
}

.footer2  .imgboxone .jclogo{
   width: 15px;
   /* height: 14px; */
   margin-right:2px;
}

.footer2  .imgboxone .top{
   width:40px;
    height:40px;
    margin-left:10px;
}