* {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "Microsoft YaHei";
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

div {
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.header {
    width: 100%;
    height: 35px;
    background: #F0F0F0;
}

.header .content .left {
    float: left;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 35px;
    color: rgba(153, 153, 153, 1);
    opacity: 1;
}
.header .content .left span{
    color: #9B1C22;
}

.header .content .right {
    float: right;
    width: fit-content;
    width: -moz-fit-content;
}

.header .content .right a {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 35px;
    color: rgba(153, 153, 153, 1);
    position: relative;
}


.header .content .right span {
    margin: 0 15px;
    color: rgba(153, 153, 153, 1);
}

.header .content .right a .imgBox {
    position: absolute;
    width: 100px;
    height: 0;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition-duration: .3s;
}

.header .content .right a:hover .imgBox {
    height: 100px;
}
.header .content .right a.user{
    color: #9B1C22;
    font-weight: 900;
    background: url("../images/user.png") no-repeat center left;
    padding-left: 15px;
}

.nav-logo {
    height: 100px;
    padding-top: 25px;
}
.nav-logo .logo {
    width: -moz-fit-content;
    width: fit-content;
    float: left;
    display: block;
}
.nav-logo .logo .imgBox {
    height: 50px;
    float: left;
    display: block;
    width: auto;
    margin-right: 15px;
}
.nav-logo .logo .imgBox:nth-of-type(2) {
    height: 45px;
    margin-top: 5px;
    border-left: 1px solid #9B1C22;
    padding-left: 10px;
}
.nav-logo .search{
    width: 440px;
    float: left;
    margin-left: 67px;
    height: 40px;
    margin-top: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #9B1C22;
}
.nav-logo .search input{
    display: block;
    float: left;
    width: 320px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 15px;
    background: none;
    border: none;
}
 .search button{
    display: block;
    float: left;
    width: 120px;
    height: 40px;
    background:#9B1C22 url("../images/search.png") no-repeat;
    background-position: center center;
    line-height: 40px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    padding-left: 20px;
    box-sizing: border-box;
    border: none;
}

.nav-logo .contact{
    width: fit-content;
    width: -moz-fit-content;
    float: right;
    margin-left: 30px;
    height: 40px;
    margin-top: 5px;
}
.nav-logo .contact img{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
}
.nav-logo .contact .wordsBox{
    float: left;
    margin-left: 10px;
    margin-top: -9px;
}
.nav-logo .contact .wordsBox h2{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgb(134, 134, 134);
}
.nav-logo .contact .wordsBox p{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #9B1C22;
    line-height: 20px;
}

.nav-menu{
    width:100%;
    height: 50px;
    background: #F5F5F5;
}
.nav-menu .nav-main{
    width: 215px;
    height: 50px;
    float: left;
    background: #9B1C22;
    position: relative;
}
.nav-menu .nav-main h2{
    line-height: 50px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    background: url("../images/navbg.png") no-repeat;
    background-position: 20px center;
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding-left: 50px;
}
.nav-menu .nav-main .menu{
    width: 215px;
    background: rgba(255,255,255,.9);
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2;
    display: none;
}
.nav-menu .nav-main.on .menu,.nav-menu .nav-main:hover .menu{
    display: block;
}
.nav-menu .nav-main .menu li{
    width: 100%;
    height: 75px;
}
.nav-menu .nav-main .menu a{
    display: block;
    width: 185px;
    height: 75px;
    margin: 0 auto;
    border-bottom: 1px solid #EDEDED;
    position: relative;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:75px;
    color:rgba(102,102,102,1);
    box-sizing: border-box;
    transition-duration: .3s;
}
.nav-menu .nav-main .menu a span{
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nav-menu .nav-main .menu li:last-of-type a{
    border: none;
}
.nav-menu .nav-main .menu li:hover{
    background: #9B1C22;
}
.nav-menu .nav-main .menu li:hover a{
    color: #fff;
    border-color: #9B1C22;
}
.nav-menu .main{
    float: left;
    margin-left: 50px;
}
.nav-menu .main>li{
    display: block;
    float: left;

    margin-right: 110px;

    box-sizing: border-box;
    height: 50px;
    position: relative;
}
.nav-menu .main>li>a{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(38,38,38,1);
    line-height: 50px;
}
.nav-menu .main li:last-of-type{
    margin-right: 0;
}
.nav-menu .main>a>span,.nav-menu .main div>span{
    display: block;
    width: 0%;
    background: #9B1C22;
    height: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    transition-duration: .3s;
}
.nav-menu .main>li.on,.nav-menu .main>li:hover{
    border-bottom: 3px solid #9B1C22;
}
.nav-menu .main>li.on>a,.nav-menu .main>li:hover>a{
    color: #9B1C22;
}
.nav-menu .main>li ul{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
}
.nav-menu .main>li:hover ul{
    display: block;
}
.nav-menu .main>li ul li a{
    display: block;
    width: 140px;
    height: 45px;
    background: #FFF;
    box-sizing: border-box;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 20px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 45px;
    color: #262626;
    opacity: 1;
}
.nav-menu .main>li ul li a:hover{
    background: #9B1C22 url("../images/ar.png") no-repeat;
    background-position: 112px center;
    color: #FFF;
}

.sub-banner img{
    width: 100%;
    height: auto;
}

/*footer*/
.footer{
    background: #404040;
    overflow: hidden;
    padding-top: 50px;
}
.footer .link{
    width: 1200px;
    margin: 0 auto;
}
.footer .link .nav{
    height: 35px;
}
.footer .link .nav div{
    width: 95px;
    float: left;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #262626;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-right: 20px;
    cursor: pointer;
}
.footer .link .nav div.on{
    background: #9B1C22;
    color: #FFF;
}
.footer .link .content{
    margin-top: 25px;
}
.footer .link .content .item{
    display: none;
}
.footer .link .content .item.on{
    display: block;
}
.footer .link .content a{
    margin-right: 25px;
    margin-bottom: 20px;
    font-size:14px;
    font-family:Microsoft YaHei;
    color:rgba(255,255,255,1);
    display: block;
    width: 150px;
    height: 50px;
    float: left;
}
.footer .link .content a img{
    width: 150px;
    height: 50px;
}
.footer .link .content a:nth-of-type(7n){
    margin-right: 0;
}
.footer .link .content a:hover{
    color: #9B1C22;
}
.footer>hr{
    margin: 25px auto;
}
.footer .main{
    width: 1200px;
    margin: 0 auto;
    height: 240px;
}
.footer .main .footer-title{
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.footer .main .footer-title span{
    font-size: 12px;
}
.footer .main .left{
    width: 260px;
    float: left;
    height: 240px;
    border-right: 1px solid #FFF;
}
.footer .main .left .content{
    width: 100%;
    margin-top: 20px;
}
.footer .main .left .content a{
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 15px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.footer .main .left .content a:hover{
    color: #9B1C22;
}
.footer .main .middle{
    width: 640px;
    float: left;
    padding-left: 50px;
    position: relative;
}
.footer .main .middle .contact{
    margin-top: 20px;
}
.footer .main .middle .contact p{
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    padding-left: 35px;
    margin-bottom: 25px;
}
.footer .main .middle .contact p.phone{
    background: url("../images/f1.png") no-repeat center left;
}
.footer .main .middle .contact p.fax{
    background: url("../images/f2.png") no-repeat center left;
}
.footer .main .middle .contact p.email{
    background: url("../images/f3.png") no-repeat center left;
}
.footer .main .middle .contact p.add{
    background: url("../images/f4.png") no-repeat center left;
}
.footer .main .middle .codeBox{
    position: absolute;
    top: 50px;
    right: 30px;
}
.footer .main .middle .codeBox .imgBox{
    float: left;
    width: 90px;
    margin-right: 40px;
    display: block;
}
.footer .main .middle .codeBox .imgBox img{
    width: 90px;
    height: auto;
}
.footer .main .middle .codeBox .imgBox p{
    text-align: center;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-top: 10px;
}
.footer .main .right{
    float: right;
    width: 300px;
}
.footer .main .right form{
    margin-top: 20px;
}
.footer .main .right form input{
    width: 100%;
    height: 30px;
    background: #fff;
    border: none;
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 10px;
}
.footer .main .right form textarea{
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
}
.footer .main .right form button{
    width: 100%;
    height: 40px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
    line-height: 40px;
    background: #9B1C22;
    border: none;
}
.footer .site{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.footer .site h2{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    padding-left: 10px;
    border-left: 4px solid #FFF;
    height: 20px;
    line-height: 20px;
}
.footer .site .content{
    margin: 25px auto;
}
.footer .site .content a{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-bottom: 10px;
    margin-right: 30px;
}
.footer .site .content a:hover{
    color: #9B1C22;
}
.footer .copyright{
    width: 100%;
    height: 40px;
    background: #262626;
    text-align: center;
}
.footer .copyright p,.footer .copyright a{
    display: inline-block;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:40px;
    color:rgba(255,255,255,1);
    margin:0 15px;
}
.footer .copyright a:hover{
    color: #9B1C22;
}
/*page*/
.page{
    text-align: center;
    margin-bottom: 100px;
    margin-top: 70px;
}
.page li{
    display: inline-block;
    margin-right: 10px;
}
.page li:last-of-type{
    margin-right: 0;
}
.page li a,.page li span{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    padding: 0 16px;
    display: block;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    text-align: center;
    height: 38px;
    line-height: 38px;

}
.page li a:hover,.page li.active span{
    background: #9B1C22;
    color: #fff;
    border-color: #9B1C22;
}

.fixed{
    top: 50%;
    right: 0;
    position: fixed;
    z-index: 9;
}
.fixed a{
    display: block;
    width: 75px;
    height: 80px;
    border: 1px solid #9B1C22;
    border-bottom: 1px solid #80171C;
    background: #9B1C22;
    box-sizing: border-box;
    position: relative;
}
.fixed a .mask{
    transition-duration: .3s;
    width: 225px;
    height: 80px;
    position: absolute;
    top: 0;
    right: -225px;
    border: 1px solid #9B1C22;
    z-index: 2;
    background: #FFF;
}
.fixed a .mask .wordsBox h2{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:24px;
    color:rgba(155,28,34,1);
    opacity:1;
    margin-top: 10px;
    margin-left: 20px;
}
.fixed a .mask .wordsBox p{
    display: block;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(155,28,34,1);
    border: 1px solid #9B1C22;
    margin-top: 5px;
    margin-left: 25px;
}
.fixed a .mask img{
    display: block;
    position: absolute;
    right: 23px;
    top: 25px;
}
.fixed a:hover .mask,.fixed a:hover .mask2,.fixed a:hover .mask3{
    right: 0;
}
.fixed a .mask2{
    width: 185px;
    height: 80px;
    position: absolute;
    border: 1px solid #9B1C22;
    top: 0;
    right: -185px;
    background: #FFF;
    transition-duration: .3s;
}
.fixed a .mask2 .wordsBox{
    width: 120px;
    margin-top: 15px;
}
.fixed a .mask2 .wordsBox p{
    text-align: center;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(155,28,34,1);
}
.fixed a .mask2 img{
    display: block;
    position: absolute;
    right: 24px;
    top: 25px;
}
.fixed a .mask3{
    width: 195px;
    height: 140px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -195px;
    transition-duration: .3s;
}
.fixed a .mask3 .wordsBox{
    width: 120px;
    height: 140px;
    float: left;
    background: #FFF;
}
.fixed a .mask3 .wordsBox img{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}
.fixed a .mask3 .wordsBox h2{
    text-align: center;
    margin-top: 10px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(155,28,34,1);
}
.fixed a .mask3 .imgBox{
    width: 75px;
    height: 80px;
    background: #FFF;
    position: relative;
    float: left;
    margin-top: 30px;
}
.fixed a .mask3 .imgBox img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.fixed a:first-of-type{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.fixed a:nth-of-type(3){
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.fixed a:last-of-type{
    margin-top: 10px;
    border-radius: 5px;
    height: 60px;
    border: none;
    border: 1px solid #9B1C22;
}
.fixed a>.imgBox{
    width: 100%;
    height: 50px;
    position: relative;
}
.fixed a>.imgBox img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fixed a>p{
    text-align: center;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.fixed a:last-of-type .imgBox{
    width: 100%;
    height: 100%;
    position: relative;
}
.fixed a .imgBox img:nth-of-type(2){
    display: none;
}
.fixed a:hover{
    background: #FFF;
}
.fixed a:hover>.imgBox img{
    display: none;
}
.fixed a:hover>.imgBox img:nth-of-type(2){
    display: block;
}
.fixed a:hover>p{
    color: #9B1C22;
}