
/* CSS Document */

/* #c6201d */

html{
    font-size: 10px;
}
body {
    font-family: "PingFang SC","Microsoft YaHei",微软雅黑,"Hiragino Sans GB",STHeiti,sans-serif;
    font-size: 12px;
    color: #333;
    margin: 0;
    background: #ffffff;
}
img {
    border: 0;
}
A:link {
    COLOR: #fff;
    TEXT-DECORATION: none;
}
A:visited {
    COLOR: #fff;
    TEXT-DECORATION: none;
}
A:hover {
    COLOR: #fff;
    TEXT-DECORATION: none;
}
A:active {
    COLOR: #fff;
    TEXT-DECORATION: none;
}
ol, ul {
    list-style: none;
}
ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border-collapse: collapse;
    list-style-type: none
}
* {
    margin: 0;
    padding: 0;
    hide-focus: expression(this.hideFocus=true); /* for ie 5+ */
    outline: none; /* for firefox 1.5 + */
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent;
}
.hold-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#topbar{background:#404040;height:30px;line-height:30px;position: fixed;top: 0;z-index: 333;width: 100%;color: #fff;}
#topbar.cur{
    display: block;
}
#topbar .language{float: right;text-align: right;}
#topbar .language span{
    display: block;
    font-size: 1.4rem;
    cursor: pointer;
}
#topbar .language span i.fa{
    font-size: 1.5rem;
    vertical-align: middle;
}
#topbar .language ul{
    width: 124px;
    padding: 10px;
    text-align: center;
    position: absolute;
    right: 0;
    z-index: 4;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    display: none;
}
#topbar .language ul li{width: 25px;height: 25px;padding-left: 45px;margin-bottom: 10px;}
#topbar .language ul li:last-child{margin-bottom: 0;}
#topbar .language ul li:nth-child(1){
    background: url(../image/language.png) no-repeat;
    background-position: 0 0;
}
#topbar .language ul li:nth-child(2){
    background: url(../image/language.png) no-repeat;
    background-position: 0 -25px;
}
#topbar .language ul li a{
    color: #333;
    display: block;
    width: 50px;
}

#tophead{position: fixed;top: 30px;z-index: 3;width: 100%;height:80px;padding: 10px 0;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.4);-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);}
#tophead.cur{top: 30px;}
#tophead .logo{float:left;}
#topnav{float:right;}
#topnav>ul{
}
#topnav>ul>li{
    float: left;
    position: relative;
    margin: 0 20px;
    height: 70px;
    line-height: 64px;
}
#topnav>ul>li>a{
    color: #333;
    font-size: 1.6rem;
}
#topnav>ul>li>a i.fa{}
#topnav>ul>li .topnav-next{
    width: 252px;
    position: absolute;
    left: 0;
    top: 64px;
    z-index: 4;
    display: none;
}
.topnav>ul>li .topnav-next{
    width: 200px;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 4;
    display: none;
}
#topnav>ul>li .topnav-next li{
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.topnav>ul>li .topnav-next li{
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    
    
    
width: 100%;margin: 0;padding: 0;}
#topnav>ul>li .topnav-next li a{
    color: #333;
    font-size: 1.5rem;
width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.topnav>ul>li .topnav-next li a{
    color: #333;
    font-size: 1.5rem;
	height: 40px;
	line-height: 40px;
}
#topnav>ul>li.act .topnav-next,
.topnav>ul>li.act .topnav-next{
}
#topnav>ul>li.cur,#topnav>ul>li:hover,
.topnav>ul>li.cur,#topnav>ul>li:hover{
	border-bottom: 3px solid #c6201d;
}

/*foot*/
.footer{
    background-color: #404040;
    margin-top: 4%;
    padding: 2% 0;
}
.footer .foot-con{
    overflow: hidden;
}
.footer .foot-con .nav{
    width: 65%;
    float: left;
    margin-top: 2%;
    padding-left: 6%;
}
.footer .foot-con .nav>ul{
    overflow: hidden;
    margin-bottom: 2%;
}
.footer .foot-con .nav>ul>li{
    display: inline-block;
}
.footer .foot-con .nav>ul>li>a{
    display: block;
    font-size: 1.5rem;
    line-height: 14px;
    color: #c3c3c3;
    border-right: 1px solid #c3c3c3;
    padding: 0 6px;
}
.footer .foot-con .nav>ul>li:last-child a{
    border:none;
}
.footer .foot-con .nav>ul>li>a:hover{color: #fff;}
.footer .foot-con .nav .copyright{
    color: #fff;
    font-size: 1.3rem;
}
.footer .foot-con .nav .copyright a{}
.footer .foot-con .nav .copyright a:hover{}
.footer .foot-con .contact{
    width: 30%;
    float: left;
    color: #fff;
}
.footer .foot-con .contact h3{font-size: 1.6rem;width: 260px;/* background-color: #c6201d; */padding: 10px 10px 10px 0px;border-radius: 4px;margin-bottom: 2%;margin-top: 0;}
.footer .foot-con .contact h3 i.fa{
    margin-right: 10px;
}
.footer .foot-con .contact p{
    font-size: 1.4rem;
    line-height: 15px;
    border-left: 4px solid #c6201d;
    padding-left: 10px;
}
.footer .foot-link{
    margin-top: 2%;
    border-top: 1px dotted #ccc;
    padding-top: 10px;
    color: #ccc;
    text-align: center;
}
.footer .foot-link a{
    color: #ccc;
}
.footer .foot-link a:hover{}


/*** scrollTop ***/
.common-scrollTop{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    right: 0;
    bottom: 150px;
    display: none;
    z-index: 999;
    cursor: pointer;
}
.common-scrollTop img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
}

/*悬浮链接*/
.normal-contact{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.contact-box{position:relative;float:right;}
.normal-contact .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:6px;cursor:pointer;outline:none;position: relative;z-index: 1;}
.normal-contact .a:nth-child(3){display: none;}
.normal-contact .a.active,
.normal-contact .a:hover{background: #c6201d;}
.normal-contact .a .i{float:left;width:44px;height:44px;background-image:url(../image/contactIcon.png);background-repeat:no-repeat;}
.normal-contact .a-service{display: none;}
.normal-contact .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../image/contactIcon.png);background-repeat:no-repeat;background-position:0 0;}
.normal-contact .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../image/contactIcon.png);background-repeat:no-repeat;background-position:-27px 0;}
.normal-contact .a-qrcode .i{background-position:16px -24px;}
.normal-contact .a-cart .i{background-position:-88px 0;}
.normal-contact .a-top .i{background-position:-132px 0;}
.normal-contact .a-top{background:#D2D3D6;display:none;}
.normal-contact .a-top:hover{background:#c0c1c3;}
.normal-contact .d{display:none;width:223px;background:#fff;position:absolute;right:42px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.normal-contact .d:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -21px;
    top: 10%;
}
.normal-contact .d .arrow{position:absolute;width:8px;height:12px;background:url(../image/contactIcon.png) no-repeat;right:-8px;top:31px;}
.normal-contact .d-service{top:0;}
.normal-contact .d-service-phone{top:0px;}
.normal-contact .d-qrcode{top:78px; display: none;}
.normal-contact .d .inner-box{padding: 8px 22px;}
.normal-contact .d-service-item{}
.normal-contact .d-service .d-service-item{border-bottom:none;}
.normal-contact .d-service .d-service-item a{color: #999;}
.normal-contact .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.normal-contact .d-service-item .i-qq{width:44px;height:44px;background:url(../image/side_icon01.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.normal-contact .d-service-item:hover .i-qq{background-position:center 3px;}
.normal-contact .d-service-item .i-tel{width:44px;height:44px;background:url(../image/side_icon02.png) no-repeat center center;display:block;}
.normal-contact .d-service-item h3{float:left;width:112px;line-height: 14px;font-size:15px;margin-left:12px;}
.normal-contact .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.normal-contact .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;margin-bottom: 0;}
.normal-contact .d-service-intro{padding-top:10px;}
.normal-contact .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.normal-contact .d-service-intro i{background:url(../image/contactIcon.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.normal-contact .d-qrcode{text-align:center;}
.normal-contact .d-qrcode .inner-box{padding:20px 0;}
.normal-contact .d-qrcode p{font-size:16px;color:#93959c;}


.normal-banner{
    width: 100%;
    margin-top: 110px;
    position: relative;
}
.normal-banner>img{
    width: 100%;
}
.normal-banner .img{
    height: 100%;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    overflow: hidden;
}
.normal-banner .img img{
    height: 100%;
}
.normal-banner .txt{
    position: absolute;
    top: 50%;
    width: 40%;
    left: 9%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: rgba(198,32,29,.6);
    padding: 2% 3%;
}
.normal-banner .txt h3{
    color: #fff;
    font-size: 3rem;
}
.normal-banner .txt p{
    color: #fff;
    font-size: 1.4rem;
}

.aboutPage{}
.aboutPage .con,.servicePage .con{
    margin-top: 6%;
}
.aboutPage .con h2,.servicePage .con h2{
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
}
.aboutPage .con p,.servicePage .con p{
    font-size: 1.4rem;
    color: #666;
    text-align: center;
    margin-top: 16px;
}
.aboutPage .con .list{
    margin-top: 5%;
}
.aboutPage .con .list ul{
    overflow: hidden;
}
.aboutPage .con .list ul li{
    float: left;
    width: 30.66%;
    margin-right: 4%;
    text-align: center;
    position: relative;
}
.aboutPage .con .list ul li:nth-child(3n+3) {
    margin-right: 0;
}
.aboutPage .con .list ul li .txt{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 10%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.aboutPage .con .list ul li h3{
    color: #fff;
    margin-bottom: 6%;
    font-size: 2.6rem;
    letter-spacing: 2px;
}
.aboutPage .con .list ul li p{
    color: #fff;
    margin: 4px;
    min-height: 80px;
    font-size: 1.4rem;
}
.aboutPage .con .list ul li .txt a{
    display: block;
    width: 110px;
    border: 1px solid #fff;
    margin: 13% auto 0 auto;
    padding: 6px 0;
}
.aboutPage .con .list ul li .txt a span{
    display: inline-block;
    font-size: 1.6rem;
    transition: all .4s ease;
}
.aboutPage .con .list ul li .txt a:hover{
    background-color: #c6201d;
}
.aboutPage .con .list ul li .txt a:hover span{
    transform: translateX(10px);
}
.aboutPage .tit{}
.aboutPage .tit:after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #c6201d;
    border-bottom: 10px solid transparent;
    margin: 0 auto;
}
.aboutPage .tit h4{
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 0;
}
.aboutPage .tit p{
    margin-top: 0;
    font-size: 1.4rem;
    color: #999;
}
.aboutPage .info{
    margin-top: 2%;
    margin-bottom: 6%;
    padding-bottom: 4%;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}
.aboutPage .info p{
    font-size: 1.6rem;
    line-height: 26px;
    text-align: left;
}
.aboutPage .info p:before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #c6201d;
    margin-right: 6px;
    vertical-align: middle;
}
.aboutPage .info p span{
    font-size: 1.6rem;
    color: #c6201d;
    font-weight: bold;
}
.aboutPage .info .img{
    margin-top: 3%;
}

.subject{
    padding: 2% 0 1% 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.subject b{
    font-size: 22px;
    font-weight: normal;
    color: #c6201d;
}
.subject #position{
    float: right;
    font-size: 14px;
    margin-top: 6px;
}
.subject #position a,.subject #position a:link{
    color: #333;
}
.subject #position a:hover{
    color: #c6201d;
}
.normalPage .pn{}
.normalPage .pn{
    padding: 2%;
    border-top: 1px dotted #ccc;
    margin-top: 4%;
}
.normalPage .pre,.normalPage .next{
    font-size: 14px;
    color: #999;
    margin-bottom: 3px;
}
.normalPage .pre a,.normalPage .next a{color: #999;}
.normalPage .pre a:hover,.normalPage .next a:hover{color: #c6201d;}

.list_page{
    overflow: hidden;
    margin-top: 4%;
}
.list_page ul{
    text-align: center;
}
.list_page ul li{
    display: inline-block;
    margin: 0 4px;
}
.list_page ul li a,.list_page ul a.page-num{
    display: block;
    font-size: 1.4rem;
    color: #666;
    background: #eee;
    padding: 8px 12px;
}
.list_page ul li.active a,.list_page ul a.page-num-current{
    color: #fff;
    background-color: #c6201d;
}
.list_page ul a.page-num{
    display: inline-block;
    margin:0 4px;
}

.proList{margin-top: 4%;}
.proList .list{
    overflow: hidden;
    margin-top: 6%;
}
.proList .list li{
    width: 33.33%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #ccc;
    position: relative;
    border-left: 1px solid #ccc;
}
.proList .list li:nth-child(3n+1){border-left-color: transparent;}
.proList .list li .img{
    width: 100%;
    overflow: hidden;
}
.proList .list li .img img{
    max-width: 100%;
    transition: transform 1.5s;
    -webkit-transition: transform 1.5s;
    -moz-transition: transform 1.5s;
    -o-transition: transform 1.5s;
}
.proList .list li .info{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(198,32,29,.3);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.proList .list li .info h3{
    font-size: 2rem;
}
.proList .list li:hover .info{
    filter:alpha(opacity=1); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
}
.proList .list li:hover img{
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}

.normalArticle{}
.normalArticle .detail{
    margin-top: 6%;
}
.normalArticle .detail .title{
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
}
.normalArticle .detail .info{
    text-align: center;
}
.normalArticle .detail .con{
    margin-top: 4%;
}
.normalArticle .detail .con table{}
.normalArticle .detail .con table tr{
    border: 1px solid #fff;
}
.normalArticle .detail .con table tr:nth-child(2n+1){
    background-color: #c6201d;
}
.normalArticle .detail .con table tr:nth-child(2n+2){
    background-color: #be6260;
}
.normalArticle .detail .con table tr td{
    border: 1px solid #fff;
}
.normalArticle .detail .con table p{
    margin-top: 4px;
    margin-bottom: 4px;
}
.normalArticle .detail .con table p,.normalArticle .detail .con table span{
    color: #fff !important;
}
.normalArticle .detail .con p,.normalArticle .detail .con span{
}
.normalArticle .detail .con img{
    max-width: 70%;
    height: auto !important;
}

.newList{}
.newList .list{
    margin-top: 6%;
}
.newList .list li{position: relative;overflow: hidden;border-bottom: 1px solid #eee;padding-bottom: 4%;margin-top: 4%;}
.newList .list li a{}
.newList .list li .img{}
.newList .list li .img img{
    width: 100%;
}
.newList .list li .tit{}
.newList .list li .tit h3{}
.newList .list li .tit .date{
    font-size: 1.3rem;
    color: #999;
}
.newList .list li .tit .date i.fa{
    margin-right: 10px;
}
.newList .list li .tit .intro{
    width: 92%;
    font-size: 1.4rem;
    color: #666;
    margin-top: 4%;
}

.servicePage{
    position: relative;}
.servicePage .container{position: relative;
    z-index: 2;}
.servicePage .pic{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.servicePage .pic img{
    max-width: 100%;
}
.servicePage .service{
    margin-top: 6%;
}
.servicePage .service>div{
    margin-bottom: 5%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3%;
}
.servicePage .service>div h3:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 28px;
    background-color: #c6201d;
    margin-right: 10px;
    vertical-align: middle;
}
.servicePage .service>div p{
    font-size: 1.5rem;
    text-align: left;
}
.servicePage .service>div ul{
    margin-top: 4%;
    overflow: hidden;
}
.servicePage .service>div ul li{
    float: left;
    width: 50%;
    overflow: hidden;
    margin-bottom: 2%;
}
.servicePage .service>div ul li img{
    float: left;
}
.servicePage .service>div ul li>div{float: left;margin-left: 3%;}
.servicePage .service>div ul li h4{
    font-size: 2rem;
}
.servicePage .service>div ul li p{
    margin-top: 0;
    color: #999;
}

.contactPage .dt iframe{
    width: 100%;
    height: 400px;
    border: none;
}
.contactPage{
    margin-top: 4%;
}
.contactPage>h2{
    text-align: center;
}
.contactPage>p{
    text-align: center;
}
.contactPage .dt{
    position: relative;
    margin-top: 4%;
}
.contactPage .dt .info{
    position: absolute;
    top: 0;
    left: 0;
    width: 44%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 8%;
    color: #fff;
}
.contactPage .dt .info h3{font-size: 2.4rem;}
.contactPage .dt .info h3:after{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin-top: 2%;
}
.contactPage .dt .info ul{
    margin-top: 4%;
}
.contactPage .dt .info ul li{
    font-size: 1.5rem;
    margin-bottom: 6px;
}
.contactPage .lx{
    margin-top: 6%;
}
.contactPage .lx h3{
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}
.contactPage .lx p{
    text-align: center;
    font-size: 1.4rem;
    color: #666;
}
.contactPage .lx .lx-list{
    margin-top: 4%;
}
.contactPage .lx .lx-list ul{
    overflow: hidden;
}
.contactPage .lx .lx-list ul li{
    width: 25%;
    float: left;
    text-align: center;
    border-right: 1px dotted #ccc;
}
.contactPage .lx .lx-list ul li:last-child{
    border:none;
}
.contactPage .lx .lx-list ul li>div{
    width: 60px;
    text-align: center;
    height: 60px;
    margin: 0 auto;
    background-color: #c6201d;
    border-radius: 50%;
}
.contactPage .lx .lx-list ul li i.fa{
    font-size: 3rem;
    color: #fff;
    margin-top: 23%;
}
.contactPage .lx .lx-list ul li h5{
    font-size: 1.5rem;
    color: #999;
}
.contactPage .lx .lx-list ul li p{
    font-size: 1.5rem;
    color: #c6201d;
    font-weight: bold;
}


.panel-sd .tit {
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: url(http://www.jsczxy.com/theme/2016/images/914_cp_bg1.png) no-repeat #c6201d;
    padding: 10px 0;
    border-radius: 0 30px 0 0;
}

.panel-sd .tit span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}
.lanmu {
    background-color: #363e45;
}

.lanmu li {
    border-bottom: 1px solid #fff;
position: relative;}

.lanmu li:last-child {
    border-bottom: 0;
}

.lanmu li>a {
    display: block;
    
    padding: 8px 0 8px 10px;
    color: #fff;
    font-size: 14px;
}

.lanmu li .arr {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 1%;height: 60px;
    width: 40px;
    cursor: pointer;
}

.lanmu li .arr:after {
    content: '';
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}

.lanmu-box {
    display: none;
}

.lanmu-box p {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 15px;
}

.lanmu-box p a {
    padding: 0 25px;
    display: block;
    line-height: 45px;
    color: #fff;
}

.lanmu li>a:hover,
.lanmu li.active>a {
    background-color: #c6201d;
}

.lanmu li.open .lanmu-box {
    display: block;
}

.lanmu li.open .arr:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}