html,
body,
ul,
h3,
h4,
span {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

/*
.leaderfont256635,.leaderfont256636{
    display: none;
}
*/
a {
    text-decoration: none;
    color: #000;
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}
/* logo宽度 */
#logo {
    width: 100%;
    background-color: #ab1d22;
}
/* logo图片宽度 */
#logo img {
    width: 50%;
    margin-left: 11%;
}

/* 导航栏开始 */
nav ul {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #efefef;
    margin-bottom: 0px;}
/* 状态格 */
.dropbtn {
    width: 100%;
    background-color: #efefef;
    color: rgb(0, 0, 0);
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* 状态格外层 */
.dropdown {
    width: 14%;
    position: relative;
    display: inline-block;
    z-index: 34;
}
/* 导航栏超链接 */
.dropdown a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
/* 导航栏下拉栏 */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
/* 导航栏下拉栏超链接 */
.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    text-align: center;
    height: 70px;
    line-height: 70px;
}

.dropdown-content a:hover {
    color: #fff
    background-color:#999;
}

.dropdown:hover .dropdown-content {
    display: block;

}

.dropdown:hover .dropbtn {
    color: #fff;

}

/* 导航栏结束 */
/* 主体（中间三个） */
main {  
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 0px;}

/* 轮播图 */
main .swiper-mySwiper{
    height: 1000px;
}
/* 轮播图图片 */
main .swiper-mySwiper .swiper-wrapper .swiper-slide img{
    height: 1000px;
    margin-top:0;
}

/* 轮播图结束 */
/* 整个主体 */
main div {
    overflow: hidden;
    margin-top: 0px;
}

.container{
    margin-top:520px;
}





.xjh {
    width: 35%;
    margin-right: 5%;
    margin-top: 15px
    ;
}

.xjh h3 {
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #cfcfcf;
}

.xjh .main {
    height: 356px;
    padding: 10px;

}

.zuo {
    float: left;
    width: 50%;
    padding-left:90px;
}

.you {
    float: right;
}
.xjh you{
width:35%;
padding-left:30px;
}

.xjh h3 .s1 {
    float: left;
    display: block;
    width: 100px;

    height: 40px;
    line-height: 40px;
    color: #ff4242;
}

.xjh h3 .s2 {
    float: right;
    font-size: 14px;
    color: #575757;
    margin-top: 15px;
}

/* 滚动字幕 */
.scrollUpBox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content li {
    box-shadow: 0 0.5px 3px 0 #cfcfcf;
}

.cont {
    display: inline-block;
    line-height: 40px;
    width: 100%;
    text-align: center;
}

#scrollUpBox {
    height: 356px;
    overflow: hidden;
}

/* 页尾 */
footer {
    width: 100%;
    margin-top: 20px;
}
footer .lian h4{
    text-align: center;
}

.lian {
    width: 100%;
}

.lian h4,
 {
    display: block;
    width: 100%;
    text-align: center;
    background-color: rgb(198, 198, 198);
    padding: 10px;
}

.lian ul {
    display: flex;
    justify-content: space-around;
}

.lian ul li a {
    display: block;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
}

a:hover {
    color: #f70000;
}

.lianxi {
    width: 33%;
    float: left;
    background-color:#660000;
    color:#fff;
}

.lianxi span {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;

}

.lianxi h4,
.pingtai h4,
.text-center h4 {
    background-color: #cfcfcf;
}

.pingtai {
    width: 33%;
    float: left;
    background-color:#660000;
    color:#fff;
}

.pingtai div {
    width: 100px;
    margin: 0 auto;
}

.pingtai div img {
    width: 100px
}
.pingtai span {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.text-center {
    width: 33%;
    float: left;
    background-color:#660000;
    color:#fff;


}
.text-center h4{
    color:#f9f7f6;
}

.text-center p {
    display:block;
    height:32px;
    line-height:32px;
    text-align: center;
}
.finish{
    width:100%;
    height:100px;
    background-color:#660000;
    color:#fff;
    display: block;
    text-align: center;
}
.finish h4{
    color:#fff;
    display: block;
    text-align: center;
    width:100%;
    background-color:#660000;
    color:#fff;
    height:30px;
}



@media only screen and (min-width:0px) and (max-width:830px) {
    .dropdown-content a {
        height: 100px;
        line-height: 100px;
    }

    #wrapper {
        width: 100%;
        height: 200px;
    }

    .mgtb div img {

        height: 200px;
    }

    #logo img {
        margin-top: 10px;
        margin-left: 10%;
    }

    nav ul {
        margin: 0;
    }

    .dropbtn {
        font-size: 8px;
        padding: 0;
    }

    .dropdown {
        width: 100%;
    }

    main {
        width: 100%;
    }

    .xjh {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .lian ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .pingtai {
        width: 50%;
    }
    .pingtai span button{
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%,-50%);
       width: 200px;
       height: 60px;
       line-height: 60px;
       text-align: center;
       color: #fff;
       font-size: 24px;
       text-decoration: none;
       font-family: sans-serif;
       box-sizing: border-box;
       background-color: (90deg,#03a9f4,#f441a5,#ffeb3b,#03a9f4);
       border-radius: 30px;
       z-index: 1;
    }

    .lianxi {
        width: 49%;
    }

    .lianxi span {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .text-center {
        display: none;

    }

    footer {
        margin-top: 0px;
    }

    #fd {
        width: 100%;
    }

    .navbar,
    .aaa img {
        margin: 10px 0 0 0px;
        padding: 0;
        width: 350px;
    }

    a {
        font-size: 8px;
    }

    #logo {
        height: 50px
    }

    .swiper {
        width: 100%;
    }
}