@charset "UTF-8";
.fw{width: 1200px;margin: 0 auto;}
.header{
    background-color: #fff;
    height: 106px;
}
.header .logo{display: block;height: 106px;line-height: 106px;}
.header .right{padding-top: 28px;}
.header .tel{text-align: right;margin-bottom: 12px;}
.header .tel span{
    display: inline-block;
    padding-left: 32px;
    background-image: url(../images/tel.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    color: #d9261c;
    font-size: 23px;
}
.header .links{font-size: 12px;text-align: right;}
.header .links a{color: #999999;font-size: 14px;margin-left: 12px;line-height: 13px;display: inline-block;}
.header .links a+a{border-left: 1px solid #bababa;padding-left: 12px;}
.header .links a:hover{color: #d9261c;}
.navwrap{background-color: #894040;position: relative;z-index: 1099;}
.nav{display: flex;justify-content: center;}
.nav li{float: left;position: relative;}
.nav li .item{
    display: block;height: 48px;line-height: 48px;color: #fff;
    padding: 0 54px;position: relative;font-size: 16px;
}
.nav li .item::after{
    content: "";
    position: absolute;
    width: 1px;
    background-color: #5b445f;
    height: 23px;
    top: 12px;
    right: 0;
}
.nav li .item::before{
    content: "";
    position: absolute;
    top: 12px;
    width: 1px;
    height: 23px;
    background-color: #b88c8c;
    left: 0;
}
.nav li:first-child .item::before{display: none;}
.nav li:last-child .item::after{display: none;}
.subnav{
    position: absolute;
    width: 100%;
    left: 0;
    top: 48px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,.1);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.subnav a{
    display: block;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 36px;
}
.subnav a:hover{background-color: #d9261c;color: #fff;}
.nav li:hover .subnav{opacity: 1;visibility: visible;}
.nav li:hover .item{background-color: #d9261c;}
.nav li:hover .item::after{display: none;}
.nav li:hover .item::before{display: none;}
.nav li.active .item{background-color: #d9261c;}
.nav li.active .item::after{display: none;}
.nav li.active .item::before{display: none;}
.nav li.active+li .item::before{display: none;}
.nav li.active+li .item::after{display: none;}
.banner{width: 100%;overflow: hidden;position: relative;min-width: 1200px;}
.banner li img{width: 100%;}
.banner .fw{position: absolute;width: 1200px;left: 50%;margin-left: -600px;height: 60px;z-index: 9;top: 50%;margin-top: -30px;}
.banner .btn{
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
}
.banner .prev{left: 0;}
.banner .next{right: 0;}
.banner .swiper-pagination-bullet{border: 1px solid #fff;background-color: transparent;opacity: 1;width: 13px;height: 13px;}
.banner .swiper-pagination-bullet-active{background-color: #fff;opacity: 1;}

.footer{background-color: #484849;padding: 40px 20px 36px;}
.footer .ftop{
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    margin-bottom: 20px;
}
.footer .logo{display: block;}
.footnav{font-size: 0;}
.footnav a{display: inline-block;color: rgba(255,255,255,.5);margin-left: 54px;line-height: 48px;font-size: 14px;}
.footnav a:hover{color: #fff;}
.footer .bottom .box{max-width: 412px;font-size: 12px;color: rgba(255,255,255,.6);line-height: 2;}
.footer .bottom .box:nth-child(1){max-width: 303px;}
.footer .bottom .box a{color: rgba(255,255,255,.6);}
.footer .bottom .box a:hover{color: #fff;}


.subbanner{position: relative;width: 100%;overflow: hidden;min-width: 1200px;}
.subbanner img{width: 100%;}
.subbanner .title{
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    z-index: 9;
    color: #fff;
    font-size: 45px;
}
.inpage{padding: 16px 20px 60px;}
.location{
    color: #999999;font-size: 18px;background-color: #fff;padding: 15px 16px 15px 46px;
    background-image: url(../images/home.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    margin-bottom: 18px;
}
.location a{
    color: #999999;font-size: 16px;
}
.location a.active{color: #333333;}
.leftnav{
    background-color: #fff;
    width: 262px;
    text-align: center;
    padding: 40px 20px;
}
.leftnav a{
    display: block;
    color: #999;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
}
.leftnav a.active, .leftnav a:hover{color: #333;}
.leftnav a span{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.leftnav a span::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #d9261c;
}
.leftnav a.active span::after{width: 100%;}
.rightcon{overflow: hidden;padding-left: 15px;}
.rightcon .minheight{min-height: 480px;}
.pages{
    font-size: 0;
    text-align: center;
    padding-top: 40px;
}
.pages a{
    display: inline-block;
    color: #999999;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
    margin: 0 7px;
}
.pages a.active{color: #fff;background-color: #e60012;}
.pages a:hover{color: #e60012;}
.pages a.active:hover{color: #fff;}

.intabs{font-size: 0;text-align: center;padding-top: 20px;margin-bottom: 40px;}
.intabs a{
    display: inline-block;
    position: relative;
    color: #7f8083;
    font-size: 22px;
    border-bottom: 4px solid transparent;
    padding-bottom: 6px;
    margin: 0 140px;
}
.intabs a.active{color: #333333;border-bottom: 4px solid #d9261c;}
.intabs a:hover{color: #333;}
.intabwrap .box{display: none;}
.intabwrap .box.open{display: block;}
