html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
i,
dl,
dt,
dd,
ul,
li {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #666;
    background: none
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: none;
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font24{
    font-size: 24px;
}
.fontBlod{
    font-weight: bold;
}
.red{
    color: #F10000;
}
.mar25{
    margin: 25px 0;
}
.marb15{
    margin-bottom: 15px;
}
.displayNone{
    display: none;
}
.container{
    font-size: 16px;
    line-height: 1.5;
    font-family: 'simsun', 'Microsoft Yahei',  'arial', 'tahoma';
    color: #222;

    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    background: url(img/bodyBG.jpg) center repeat;
}
.container .head,.banner,.foot{
    line-height: 0;
}
.container .acrive{
    background: #C8051D!important;
    color: #fff!important;
    border: 1px solid #C8051D!important;
}
.container .main{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.container .title{
    display: block;
    margin: 0 auto;
}

/* .container .banner{
    width: 100%;
    height: 750px;
    background: url(img/banner01.jpg) no-repeat center;
} */


.container .about{
    position: relative;
    top: -60px;
    border-radius: 20px;
    padding: 70px;
    box-sizing: border-box;
    line-height: 2;
    background: #fff;
}



.container .theme{
    text-align: center;
    margin: 20px 0 80px;
}
.container .theme .topic{
    font-size: 28px;
}
.container .theme .item ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.container .theme .item ul li{
    width: 49%;
    background: #fff;
    border-radius: 20px;
    margin-top: 18px;
    padding: 80px 36px 120px;
    box-sizing: border-box;
}
.container .theme .item ul li:nth-of-type(3),.container .theme .item ul li:nth-of-type(4){
    width: 100%;
    padding-bottom: 60px;
}
.container .theme .item ul li:nth-of-type(3) p{
    text-align: left;
}
.container .theme .item ul li:nth-of-type(3) .title,.container .theme .item ul li:nth-of-type(4) .title{
    margin-bottom: 58px;
}
.container .theme .item ul li:nth-of-type(4) a{
    display: block;
    font-size: 28px;
    text-decoration: underline;
    margin-bottom: 30px;
}


.container .medalBox{
    width: 100%;
    background: #C8051D;
    color: #fff;
    padding: 100px 0 60px;
}
.container .medalBox .medalitem{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 70px auto 60px ;
}
.container .medalBox .medalitem li{
    background: rgba(255, 255, 255, .1);
    border-radius: 20px;
    width: 19%;
    padding: 35px 0;
}
.container .medalBox .hint span{
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}



.container .theme02 ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px auto 80px;
}
.container .theme02 ul li{
    width: 49%;
    background: #fff;
    border-radius: 20px;
    margin-top: 18px;
    box-sizing: border-box;
    overflow: hidden;
}
.container .theme02 ul li:first-of-type{
    width: 100%;
    padding: 80px 36px 60px;
}
.container .theme02 ul li .tex{
    margin: 48px 0 60px;
    padding: 0 65px;
}
.container .theme02 ul li .tex02{
    font-size: 14px;
    color: #999;
}
.container .theme02 .link a{
    display: block;
    width: 100%;
    padding: 105px 0;
    font-size: 40px;
    font-weight: bold;
    color: #FB5051;
    transition: 0.4s;
    background: #FFEBEB;
}
.container .theme02 .link:last-of-type a{
    background: #FFF5EC;
    color: #FC5C00;
}
.container .theme02 a:hover{
    background: #C8051D!important;
    color: #fff!important;
}



.container .tabCon .tabBtn{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.container .tabCon .tabBtn li{
    font-size: 20px;
    padding: 25px 120px;
    background: #fff;
    border-radius: 70px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.4s;
}
.container .tabCon .tabBtn li:hover{
    background: #C8051D;
    color: #fff;
    border: 1px solid #C8051D;
}
.container .tabCon .tabmain{
    margin: 50px 0;
}
.container .tabCon .tabmain dt{
    font-weight: bold;
    font-size: 20px;
    margin: 35px 0 10px;
    background: #FEEBEB;
    display: inline-block;
    padding: 5px 40px;
    border-radius: 20px;
}
.container .tabCon .tabmain dd{
    font-size: 16px;
}

.container .tabCon .tabmain p{
    font-size: 28px;
    color: #FB5051;
    font-weight: bold;
    margin: 50px 0 -20px;
}



/* 移动端 */

@media screen and (max-width:750px){
    .container{
        width: 100%;
        min-width: auto;
    }

    .container .main{
        max-width: 100%;
    }
    .container .title{
        width: 90%;
    }
    .container .about{
        top: -40px;
        border-radius: 20px;
        padding: 50px 10px 50px;
        box-sizing: border-box;
        line-height: 2;
        background: #fff;
        margin: 0 10px;
    }
    .container .about p{
        font-size: 14px;
    }
    .container .theme{
        margin: 20px 0 60px;
    }
    .container .theme .topic{
        font-size: 22px;
    }
    .container .theme .item ul{
        margin: 0 10px;
    }
    .container .theme .item ul li{
        width: 100%;
        margin-top: 18px;
        padding: 60px 10px 60px;
    }
    .container .theme .item ul li p{
        font-size: 14px;
    }
    .container .theme .item ul li:nth-of-type(3) .title,.container .theme .item ul li:nth-of-type(4) .title{
        margin-bottom: 30px;
    }
    .container .theme .item ul li:nth-of-type(4) a{
        font-size: 20px;

    }
    .container .medalBox{
        padding: 50px 0 50px;
    }
    .container .medalBox .medalitem{
        flex-wrap: wrap;
        margin: 40px 10px 20px ;
    }
    .container .medalBox .medalitem li{
        width: 100%;
        padding: 35px 0;
        margin-bottom: 10px;
    }
    .container .theme02 ul{
        margin: 30px 10px 40px;
    }
    .container .theme02 ul li{
        width: 100%;
    }
    .container .theme02 ul li .tex{
        margin: 30px 0 30px;
        padding: 0;
        font-size: 14px;
    }
    .container .theme02 ul li:first-of-type{
        padding: 60px 10px 40px;
    }
    .container .theme02 .link a{
        width: 100%;
        padding: 50px 0;
        font-size: 28px;
    }


    .container .tabCon .tabmain{
        margin: 30px 0;
        padding: 0 10px;
    }
    .container .tabCon .tabBtn li{
        font-size: 16px;
        padding: 10px 20px;
        background: #fff;
        border-radius: 40px;
    }
    .container .tabCon .tabmain dt{
        font-size: 14px;
        margin: 20px 0 10px;
    }
    .container .tabCon .tabmain dd{
        font-size: 14px;
    }
    .container .tabCon .tabmain p{
        font-size: 18px;
        margin: 20px 0 -10px;
    }
    
}