/* 样式重置 */
a {
    text-decoration: none;
    color: black;
}
ul, li {
    padding:0;
    margin:0;
    list-style:none
}
button{
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    background: transparent;
    outline: none;
    cursor: pointer;
}

body {
    margin: 0;
    padding: 0;
    min-width: 1500px;
}

#head-box {
    background: #ffffff;
    height: 160px;
    margin: 0 auto;
    /* width: 1700px; */
    top: 0;
    z-index: 1000;
}
#head-box #head {
    /*background: #f1a6c7;*/
    height: 170px;
    width: 1700px;
    min-width: 1200px;
    margin: 0 auto;
}
#head img {
    height: 65px;
    margin-top: 15px;
}

#head {
    /*background-color: rgba(21, 85, 173, 0.93);*/
    background-image: url('../img/top5.jpg');
    background-size: 100% 170px;
    background-position: center;
    /*background-repeat: no-repeat;*/
    height: 175px;
    
    
}

#head #search {
    position: relative;
    /*background: rgba(66, 115, 170, 0.93);*/
    height: 90px;
    width: 300px;
    float: right;
    
    
}
#search input {
    position: absolute;
    top: 30px;
    right: 50px;
    width: 300px;
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 18px;
    padding: 10px 30px;
    line-height: 40px;
    font-size: 22px;
    top: 50px;
}
#search button{
    position: absolute;
    right: 60px;
    bottom: -15px;
    margin: 0;
    padding: 0;
    border: none;
    background: #fff;
    outline: none;
    cursor: pointer;
}
#search button img {
    padding: 0;
    margin: 0;
    width: 44px;
    height: 44px;
}

#head-box #nav-bar {
    background: linear-gradient(to right,
    rgb(20 106 167),
    rgb(42 119 205),
    rgb(6 71 144)
    );
    height: 60px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
#nav-bar ul {
    display: inline-flex;
    align-items: flex-start;
    margin: 0 auto;
}
#nav-bar li {
    width: 160px;
    text-align: center;
    line-height: 57px;
    /* height: 57px; */
}
#nav-bar li a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    /* padding: 15px; */
    text-align: center;
}


#nav-bar .nav-second {
    display: none;
    /* background: rgb(59, 135, 211); */
    /* background: linear-gradient(to right,
    rgb(31 116 167),
    rgb(31, 119, 180),
    rgb(31, 128, 197)
    ); */
    background-color: #0d54af;

    position: relative;
    /* left: -35px; */
    /* left: -20px; */
    width: 160px;
    
    /*opacity: 0;*/
    /*transition: opacity 0.3s;*/
    /*-webkit-transition: opacity 0.3s;*/
    border-radius: 0px 0px 5px 5px;
}

    /* 动画效果 */
    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to{
            opacity: 1;
            transform: translateY(0px);
        }
    }
    /* @keyframes scaleIn {
        from {transform: scale(0.5);}
        to {transform: scale(1);}
    } */

#nav-bar li:hover{
        /* color: #e0db82; */
        background-color: #0d54af;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
        height: 57px;
        border-bottom: 3px solid #f8f8f8 ;
        /* width: 150px; */
} 

#nav-bar li:hover > a{
    color: #e0db82;
    /* font-size: 110%; */
    font-weight: 700;
    /* background-color: #345274; */
}
#nav-bar li:hover > .nav-second {
    /*opacity: 1;*/
    display: block;
    animation: slideIn 0.8s;
    /* animation: scaleIn 0.3s; */
}

/* #nav-bar li:hover > .nav-second{
    transform-origin: top center;
    transition: transform 0.2s ease-out;
  } */
  /* #nav-bar li:hover > .nav-second:hover .submenu {
    max-height: 1000px; /* 设置一个足够大的值 
    padding: 10px 0;
  } */
/* #nav-bar li:hover > .nav-second:not(:hover).submenu {
    /* transform-origin: top center;
    transition: transform 0.2s ease-out;

    transform: scale(0.8);

    max-height: 0;
    padding: 0;
  } */


#nav-bar .nav-second-item {
    /* line-height: 2.5rem; */
    line-height: 3.1rem;

    border-top: 1px solid #eee;
}
#nav-bar .nav-second-item:hover > a {
    color: #e0db82;
    font-size: 110%;
    font-weight: 1000;
}
#nav-bar .nav-second-item a {
    font-size: 0.9rem;
}

/* 轮播图板块 */
#banner {

    top: 230px;
    
    display: flex;
    height: 630px;
    width: 1500px;
    left: 0;
    right: 0;
    /* margin: 20px auto; */
    margin: 70px auto 0px;
    
}
#banner img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    

}







.topic {
    font-weight: bold;
    color: #01203c;
    width: 100%;
    font-size: 1.4rem;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    /* height: 0; */
}
.topic div {
    display: inline-block;
    padding: 10px;
    background-color: #518cda;
    /* border: 2px solid #000000; */
    border-radius: 10px;
}
.topic span {
    cursor: pointer;
    color: #8a8a8a;
}
.topic span:hover {
    /* color: black; */
    color: rgb(224, 219, 130);

    /* border-bottom: 2px solid #01203c; */
}
.topic .topic-active {
    /* color: #01203c; */
    color: #ffffff;

    /* border-bottom: 2px solid #01203c; */
}
.topic .more {
    font-size: 0.9rem;
    text-decoration: none;
    color: #5c5c5c;
    position: absolute;
    right: 0;
    bottom: 24px;
}
/*box-11*/
#box-l1 {
    position: relative;
    height: 850px;
    width: 1500px;
    margin: 0px auto 50px;
    padding-bottom: 20px;
}
#box-l1 .text-block{
    position: absolute;
    height: 120px;
    width: 400px;
    background-color: #0d54af00;
    top: -300px;
    z-index: 999;
    padding: 30px;
}
#box-l1 .text-block a {
    font-size: 25px;
    font-weight: 500;
    color: #f8f8f8;
    z-index: 99999999;
}

#box-l1 > div.text-block > ul a:hover {
    color: #e0db82;
    }

#box-l1-left {
    position: absolute;
    left: 0;
    width: 868px;
    height: 100%;
}

#news_picture{
    width: 380px;
}

#news_description{
}

#news_boxes {
    width: 100%;
    height: auto;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-box {
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    /*background: rgba(243, 151, 118, 0.93);*/
    border-top: 1px solid #eee;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding-top: 10px;
    width: 420px;
    height: 385px;
    overflow: hidden;
    transition: box-shadow 0.2s;
    box-shadow: 5px 5px 10px #dbdbdb;
}
.news-box:hover {
    box-shadow: 5px 5px 10px #dbdbdb;
}
.news-image img {
    width: 100%;
    height: 270px;
    overflow: hidden;
    transition:0.5s;
}
.news-image img:hover{
    transform:scale(1.1);
    cursor:pointer;
}
.news-title {
    padding: 10px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5;
}

.news-date {
    /* bottom: 10px; */
    margin-left: 10px;
    font-size: 0.6rem;
    color: #8a8a8a;
}
.news-date:before {
    content: url(../images/date.png);
    position: relative;
    margin-right: 5px;
    /* bottom: -3px; */
    bottom: -3px;

}
#box-l1-right {
    position: absolute;
    right: 0;
    width: 550px;
    height: 100%;
    /*background-image: url(../img/celan1.jpg);*/
    z-index: 99999999;
    
}
#notices li {
    position: relative;
    height: 90px;
    border-top: 1px solid #eee;
    width: 550px;
}
#notices li a {
    display: inline-block;
}
#notices .notice-date {
    display: inline-block;
    width: 70px;
    margin-top: 15px;
    padding: 5px;
    background: rgb(39, 117, 200);
    color: #fff;
    vertical-align: center;
    text-align: center;
    line-height: 2rem;
    font-size: x-large;
    font-family: "Source Han Serif SC", "宋体", serif;
}
#notices .notice-title {
    margin-left: 20px;
    display: inline-block;
    position: absolute;
    width: 450px;
    height: 48px;
    line-height: 1.5rem;
    font-size: 1.3rem;
    transform: translateY(15%);
}
#notices a:hover {
    color: rgb(39, 117, 200);
}



#notices .notice-date:hover {
    background-color: rgb(255,255,255);
}
#box-l2 {
    margin: 50px  auto  0;
    display: flex;
    /* justify-content: space-between; */
    width: 1500px;
    /* width: auto; */
    /* background: url(../img/bg.png); */
    
    /* background-position-x: center;
    background-position-y: center;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial; */
}
#box-l2 .box-l2-item {
    /* background: rgba(146, 143, 231, 0.93); */
    height: 100%;
    width: 380px;
    /* left: 50%; */
    margin-right:20px;
    
    /*border: 1px solid black;*/
}
#l2-left {
    width: 480px;
    margin-left: 30px;
}
#l2-right {
    display: flex;
    /* right: 0px; */
    justify-content: space-between;
    /* width: 480px; */
    width: 900px;
}
.swap-list {
    background: #fff;
    z-index: 10;
    width: 500px;
    opacity: 1;
    position: absolute;
    transition: opacity 0.5s;
    background-image: url(../img/celan1.jpg);
}
.hidden-list {
    background: #fff;
    z-index: 1;
    opacity: 0;
    width: 380px;
    position: absolute;
    transition: opacity 0.5s;
}
.common-list {

}
.common-list li {
    font-size: 0.95rem;
    line-height: 1.6rem;
    padding: 7px;
    width: 400px;
    border-top: 1px solid #eee;
}
.common-list li a {
    color: #454545;
}
.common-list li a:hover {
    color: rgb(39, 117, 200);
}
.common-list li span:nth-child(2){
    width: 86px;
    float: right;
}

#box-l3 {
    margin: 0 auto ;
    /*display: flex;*/
    /*justify-content: space-between;*/
    height: 400px;

    /*background: rgba(243, 151, 118, 0.93);*/
}

.box-l3 > .topic-active{
    margin-left:100px;
}
.box-l3 >span{
    margin-left:100px;
}
.slideshow {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.img-box {
    height: 300px;
    display: flex;
    /*background: #bfa;*/
    flex-wrap: nowrap;
}
.img-box > img {
    position: relative;
    left: 0;
    top: 0;
    width: auto;

    margin-right: 10px;
    /*transform: translate3d(0px, 0, 0);*/
    animation: move-left 40s linear infinite normal;
}

@keyframes move-left {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-1200px, 0, 0);
        transform: translate3d(-1200px, 0, 0);
        display: none;
    }
}

#footdiv {
    /* background: linear-gradient(to right,
    rgb(83 143 207),
    rgb(15 94 183)); */
    background-image: url('../img/di1.jpg');
    height: 100%;
}

#footdiv {
    /* background: linear-gradient(to right,
    rgb(83 143 207),
    rgb(15 94 183)); */
    background-image: url('../img/di1.jpg');
    height: 100%;
}

#foot-box {
    display: flex;
    flex-direction: row;

    height: 210px;
    width: 1800px;
    min-width: 1400px;

    margin: 0 auto ;
    /* background-image: url('../img/di1.jpg'); */
}

#images-box {
    width: 600px; 
    height:100%;
}

#images-box div > img {
    padding-top: 30px;
    width: 1700px;
    height: 170px;
    margin-left: -150px;
}

#infos-box {
    color: #fff;

    width: 900px;
    height:80%;
    margin-top: 20px;
    border-left: 1px solid #000000;
    padding-left: 30px;
}

#qr-codes {
    color: #fff;
    text-align: center;
    width:650px; 
    height:100%; 
    margin-left: -400px;
}

#qr-codes .qr-code {
    display: inline-block;

}

#qr-codes .qr-code img {
    width: 120px;
    padding-left: 20px;
    margin-top: 35px;
}

.qr-code p {
    margin: 0;
    font-size: 1rem;
    padding-left: 20px;
    padding-top: 5px;
    color: #fff;
}
.section-bgc{
    /* height: 100%; */
    /* background-color: #e0db82; */
    background: url(../img/ee.png);
margin:60px 0px 40px 0px;

}
.point{
    /* height: 100%; */
    /* background-color: #e0db82; */
    background: url(../img/point4.jpg);
    /* padding: -50px auto; */
    /* height: 700px; */

}
.kongzi{
   /* background-image: url(../img/celan1.jpg); */
    height: 500px;
    width: 500px;
    
    
}

#floating-ad {
    position: fixed;
    bottom: 20px;
    right: 2px;
    width: 460px;
    /* padding: 20px; */
    /* background-color: #ffcc00;
    border: 1px solid #ff9900; */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999999999;
}