body{

}
.enter{
    position: relative;
    width: 100%;
}
.enter img{
    width: 100%;
    height: auto;
}
.main{
    position: relative;
    width: 100%;
    min-width: 1280px;
}
.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
    height: auto;
}
.navList{
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
}
.navList .tab{
    position: relative;
    display: inline-block;
    margin: 0 10px;
}
.navList .tab.on img{
    opacity: 0;
}
.navList .tab:hover img{
    opacity: 0;
}
.navList .tab.on:nth-child(1){
    background: url("../images/nav_1_on.png") no-repeat;
}
.navList .tab.on:nth-child(2){
    background: url("../images/nav_2_on.png") no-repeat;
}
.navList .tab.on:nth-child(3){
    background: url("../images/nav_3_on.png") no-repeat;
}
/* .navList .tab.on:nth-child(4){
    background: url("../images/nav_4_on.png") no-repeat;
} */
.navList .tab.on:nth-child(4){
    background: url("../images/nav_5_on.png") no-repeat;
}
.navList .tab:hover:nth-child(1){
    background: url("../images/nav_1_on.png") no-repeat;
}
.navList .tab:hover:nth-child(2){
    background: url("../images/nav_2_on.png") no-repeat;
}
.navList .tab:hover:nth-child(3){
    background: url("../images/nav_3_on.png") no-repeat;
}
/* .navList .tab:hover:nth-child(4){
    background: url("../images/nav_4_on.png") no-repeat;
} */
.navList .tab:hover:nth-child(4){
    background: url("../images/nav_5_on.png") no-repeat;
}

.content{
    position: relative;
    margin: 60px auto;
    width: 1200px;
    background: #fff;
}
.content .title{
    margin: 35px auto;
    text-align: center
}
.content h1{
    margin: 30px auto 10px;
    color: #004fa3;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}
.content h3{
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    line-height: 30px;
}
.content p{
    position: relative;
    margin: 0 auto;
    max-width: 1020px;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}
.content p.noIndent{
    margin: 10px 25px;
    text-indent: 0;
}
.content p.dot{
    text-indent: 0;
}
.content .image{
    position: relative;
    margin: 30px auto;
    line-height: 0;
    text-align: center;
}
.borderBox{
    position: relative;
    margin: 0 auto;
    width: 930px;
    padding: 15px 30px;
    background: #f4f4f4;
    z-index: 5;
}
.videoBox{
    margin: 60px auto;
    text-align: center;
}
.notice{
    margin: 10px auto;
    color: #000;
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
}
.notice span{
    font-weight: normal;
}
.infoBox{
    margin: 32px auto 80px;
    width: 1000px;
}
.infoBox p{
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    line-height: 22px;
}
.logoList{
    margin: 0 auto;
    width: 1075px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
}
.logoList .item{
    display: block;
    margin: 24px 25px;
    width: 308px;;
}
.logoImage{
    margin-bottom: 18px;
}
.comTitle{
    color: #3e3a39;
    font-size: 14px;
    text-align: center;
}
.linkBox{
    position: relative;
    margin-bottom: 30px;
    color: #adadad;
    font-size: 14px;
    line-height: 29px;
}
.linkBox .link{
    color: #adadad;
    font-size: 14px;
}
.linkBox .back{
    position: absolute;
    right: 0;
    top: 0;
}
.newsContent{
    margin: 30px auto;
    padding: 30px 35px;
    width: 1200px;
    min-height: 200px;
    border: #b5b5b5 3px solid;
}
.newsContent p{
    max-width: 1200px;
}
.clear{
    clear: both;
}
.footer{
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 73px;
    text-align: center;
    background: #969696;
}
.footer a{
    color: #fff;
}
.slick{
    margin: 60px auto;
}