.indexContainer{ width: 100%;}
.bannerContainer{ width: 100%; position: relative; box-sizing: border-box;}
.logo{ width: 60px; position: absolute; right: 5%; top: 5%; z-index: 10;}
.logo a{ display: block; width: 100%;}
@media (min-width: 768px){
    .logo{ width: 130px;}
}
@media (min-width: 1200px){
    .logo{ width: 217px; right: 50%; margin-right: -550px;}
}
/*banner*/
.bannerBox{ width: 100%; position: relative; overflow: hidden;}

.bannerBottom{ width: 20%; position: absolute; right: 0; bottom: 0; z-index: 10; background: #3e3a39; height: 60px; display: none;}
.bannerButton{ display: block; width: 60px; height: 60px; position: absolute; top: 0;}
.bannerPrev{ left: -120px; background: url(../images/left.png) #474241 no-repeat center center;}
.bannerNext{ left: -60px; background: url(../images/right.png) #474241 no-repeat center center;}
.bannerPrev:hover{ background: url(../images/lefthover.png) #3e3a39 no-repeat center center;}
.bannerNext:hover{ background: url(../images/righthover.png) #3e3a39 no-repeat center center;}

@media (min-width: 1200px){
    .bannerBottom{ display: block;}
}

/*indexAbout*/
.theBox{ width: 100%; margin: 0 auto;}
.indexAbout{ position: relative; z-index: 5; padding-bottom: 8%;}
.indexAboutTop{ width: 100%;}
.indexAboutLeft{ width: 100%; box-sizing: border-box; padding: 20px 30% 0 5%; font-size: 12px; line-height: 22px;}
.indexAboutRight{ display: none;}
.indexAboutMore{ position: absolute; right: 0; bottom: 8%;}

@media (min-width: 768px){
    .theBox{ width: 90%;}
    .indexAbout{ margin-top: -20px;}
    .indexAboutLeft{ padding: 20px 55% 0 5%;}
    .indexAboutRight{ display: block; width: 50%; position: absolute; right: 0; top: 0;}
    .indexAboutMore{ left: 50%; bottom: 8%;}
}
@media (min-width: 1200px){
    .theBox{ width: 1100px;}
    .indexAbout{ margin-top: -60px;}
    .indexAboutLeft{ padding: 40px 65% 0 5%; font-size: 14px; line-height: 28px;}
    .indexAboutRight{ top: 60px;}
    .indexAboutMore{ right: 50%; top: 503px; margin: 60px 0 0 -120px;}
}

/*view*/
.indexShow{ width: 100%; position: relative;}
.viewTop{ display: none;}

.indexShowLeft{ display: none;}
.indexShowRight{ width: 100%; position: relative;}
.indexShowRightBg{ width: 100%;}
.indexShowRightBg img{ display: block; width: 100%;}
.indexShowRightContent{ position: absolute; left: 50%; bottom: 20%; z-index: 50; height: 50px; margin:0 0 0 -105px;}
.indexShowRightContent li{ float: left; width: 50px; margin: 0 10px;}
.indexShowRightContent li img{ display: block; width: 100%;}
.indexShowRightWords{ display: none;}

@media (min-width: 768px){
    .indexShowRightContent{ height: 100px; margin: 0 0 0 -210px;}
    .indexShowRightContent li{ width: 100px; margin: 0 20px;}
}

@media (min-width: 1200px){
    .indexShow{ height: 350px;}
    .viewTop{
        display: block; width: 436px; position: absolute; left: 50%; top: 50%; z-index: 2000; margin: -65px 0 0 -200px;
        -webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; transition: all 1s;
    }

    .indexShowLeft{
        display: block; width: 50%; height: 350px; position: absolute; left: 0; top: 0; overflow: hidden;
        -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s;
    }
    .indexShowLeftBg{ height: 150%; position: absolute; left: 0; top: 0;}
    .indexShowLeftBg img{ display: block; height: 100%;}

    .indexShowLeftContent{ height: 100px; position: absolute; top: 50%; left: 30%; z-index: 50;}
    .indexShowLeftContent li{
        display: table; width: 100px; height: 100px; background: #232020; text-align: center; border-radius: 100%; float: left; margin: -50px 20px 0 20px; color: #fff; font-size: 16px;
        line-height: 24px; opacity: 0;
        -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
        -webkit-transform: translate(-100%,0); -moz-transform: translate(-100%,0); -ms-transform: translate(-100%,0);-o-transform: translate(-100%,0); transform: translate(-100%,0);
    }
    .indexShowLeftContent li span{ display: table-cell; vertical-align: middle;}
	.indexShowLeftContent li p{ display: table-cell; vertical-align: middle;}

    .indexShowRight{
        width: 50%; height: 350px; position: absolute; top: 0; right: 0; z-index: 10; overflow: hidden;
        -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s;
    }
    .indexShowRightBg{ width: auto; height: 150%; position: absolute; right: 0; top: 0;}
    .indexShowRightBg img{ width: auto; height: 100%;}

    .indexShowRightContent{ bottom: 35%; margin: 0 0 0 -145px;}
    .indexShowRightContent li{
        margin: 0 15px;
        opacity: 0;
        -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
        -ms-transform: translate(100%,0); -webkit-transform: translate(100%,0); -moz-transform: translate(100%,0); -o-transform: translate(100%,0); transform: translate(100%,0);
    }

    .indexShowRightWords{
        display: block; position: absolute; width: 100%; text-align: center; right: 0; bottom: 10%; z-index: 50; font-size: 14px; color: #fff; line-height: 22px; box-sizing: border-box;
        padding-left: 15%;
        opacity: 0;
        -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
        -webkit-transform: translate(0,100%); -moz-transform: translate(0,100%); -o-transform: translate(0,100%); -ms-transform: translate(0,100%); transform: translate(0,100%);
    }

    .indexShowLeft:hover{ width: 70%; z-index: 20;}
    .indexShowLeft:hover .indexShowLeftContent li{
        opacity: 1;
        -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0);
    }
    .indexShowRight:hover{ width: 70%; z-index: 20;}
    .indexShowRight:hover .indexShowRightContent li{
        opacity: 1;
        -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0);
    }
    .indexShowRight:hover .indexShowRightWords{
        opacity: 1;
        -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0);
    }

}

@media (min-width: 1440px){
    .indexShow,
    .indexShowRight,
    .indexShowLeft{ height: 630px;}

    .viewTop{ width: 520px; margin: -77px 0 0 -240px;}

    .indexShowLeftContent{ height: 123px;}
    .indexShowLeftContent li{ width: 123px; height: 123px; margin: -61px 20px 0 20px;}

    .indexShowRightContent{ bottom: 50%; margin: 0px 0 0 -210px;}
    .indexShowRightContent li{ width: 140px; height: 140px;}

    .indexShowRightWords{ font-size: 16px; line-height: 28px; bottom: 20%;}
}

@media (min-width: 1920px){

    .indexShow,
    .indexShowRight,
    .indexShowLeft{ height: 850px;}

    .viewTop{ width: 699px; margin: -103px 0 0 -322px;}

    .indexShowLeftContent{ height: 123px;}
    .indexShowLeftContent li{ width: 123px; height: 123px; margin: -61px 20px 0 20px;}

    .indexShowRightContent{ bottom: 50%; margin: 0px 0 0 -210px;}
    .indexShowRightContent li{ width: 196px; height: 196px;}

    .indexShowRightWords{ font-size: 20px; line-height: 36px; bottom:10%;}
}

/*indexProduct*/
.indexProduct{ width: 100%; position: relative; padding: 10% 0 2% 0;}
.indexProductBg{ width: 100%; height: 100%; background: url(../images/bg1.png) #f6f6f6 no-repeat; background-size: 100% auto; position: absolute; left: 0; top: 0;}

.indexProductMain{ width: 100%; position: relative; z-index: 50; min-height: 200px;}
.indexProductTit{ width: 100%; padding-bottom: 10%; position: relative;}
.indexProductTit ul{ display: block; float: right;}
.indexProductTit:after{ content: ''; display: block; width: 0; height: 0; visibility: hidden; clear: both;}

.indexProductTit ul li{ float: left; border-left: 1px dotted #000;}
.indexProductTit ul li a{ display: block; width: 40px; text-align: center; line-height: 16px; color: #000; height: 150px; box-sizing: border-box;}
.indexProductTit ul li a font{ display: block; width: 20px; margin: 0 auto;}
.indexProductTit ul li a font i{ font-size: 20px; font-style: normal;}
.indexProductTit ul li.on a{ background: url(../images/choose.png) no-repeat; background-size: 100% auto; padding-top: 40px; color: #fff;}

.indexProductTit span{ display: inline-block; width: 88px; margin-left: 5%;}
.indexProductList{ width: 90%; margin: 0 auto; position: relative;display:none;}
.indexProductList li{ position: relative; margin-bottom: 20px; padding-bottom: 30px;}
.indexProductList li div{ width: 100%;}
.indexProductList li div a{ display: block; width: 100%; height: 100%;}
.indexProductList li a.more{ position: absolute; right: 0; bottom: 0; z-index: 5;}

@media (min-width: 360px){
  .indexProductTit span{ width: 110px;}
}
@media (min-width: 414px){
  .indexProductTit span{ width: 150px;}
  .indexProductTit ul{ margin-right: 5%;}
}
@media (min-width: 500px){
  .indexProductTit span{ width: 190px;}
}

@media (min-width: 768px){
    .indexProductBg{ height: 84%;}
    .indexProductTit{ width: 48%; position: absolute; right: 0; top: 0; padding: 0; z-index: 10;}

  .indexProductTit ul{ display: inline-block; float: left;}
  .indexProductTit span{ margin-left: 2%; width: 130px;}
  
  .indexProductTit span{ margin-left: 2%;}
    .indexProductList li{ width: 48%; margin-bottom: 40px; padding-bottom: 40px;}
    .indexProductList li.second{ position: absolute; right: 0; top: 28%;}
}
@media (min-width: 1200px){
    .indexProductList{ width: 1100px;}
    .indexProductList li{ margin-bottom: 60px; padding-bottom: 60px;}
    .indexProductTit ul li a{ width: 53px; font-size: 14px; height: 174px;}
    .indexProductTit ul li a:hover{ background: url(../images/choose.png) no-repeat; background-size: 100% auto; padding-top: 40px; color: #fff;}
    .indexProductTit span{ width: 200px;}
}

/*indexNews*/
.indexNews{ width: 90%; margin: 0 auto; padding: 8% 0 5% 0;}
.indexNewsMain{ width: 100%; position: relative; margin: 0 auto;}
.indexNewsTit{ display: none;}
.indexNewsList{ width: 100%; padding-top: 8%;}
.indexNewsList li{ margin-bottom: 20px;}
.indexNewsList li a{ display: block; color: #000; font-size: 14px; height: 24px; overflow: hidden;}
.indexNewsList li a:hover{ color: #c90915;}
.indexNewsList li span{ display: block; border-bottom: 1px dotted #e0e0e0; color: #999; line-height: 24px; font-size: 12px; padding-bottom: 5px;}
.indexNewsList li p{ margin-top: 5%; color: #595757; font-size: 12px; line-height: 22px; height: 66px; overflow: hidden;}

@media (min-width: 768px){
  .indexNews{ border-top: 1px solid #fff;}
    .indexNewsTit{ display: block; width: 100%; position: absolute; right: 0; top: 0;}
    .indexNewsTit span{ display: block; width: 18%; margin-left: 82%;}
    .indexNewsImg{ width: 66%;}
    .indexNewsList{ padding-top: 3%;}
    .indexNewsList li{ float: left; width: 30%;}
    .indexNewsList li.first{ position: absolute; right: 0; top: 25%;}
    .indexNewsList li.third{ margin: 0 5%;}
  .indexNewsList li p{ font-size: 13px;}
}
@media (min-width: 992px){
  .indexNewsList li.first{ top: 35%;}
}
@media (min-width: 1200px){
  .indexNews{ width: 100%;}
    .indexNewsMain{ width: 1100px;}
  .indexNewsList li.first{ top: 35%;}
    .indexNewsList li a{ font-size: 24px;}
    .indexNewsList li span{ padding: 10px 0;}
    .indexNewsList li p{ font-size: 14px; line-height: 28px; min-height: 84px;}
}

/*footer*/
.footer{ width: 100%; background: #3e3a39; padding: 5% 0;}
.footerNav{ position: relative;}
.footerNavBox{ box-sizing: border-box;}
.footerMain{ position: relative;}
.footerNavLeft{ width: 100%; box-sizing: border-box;}
.footerNavLeft a{ display: block; width: 100%; height: 100%; box-sizing: border-box;}
.footerNavLeft span{ display: block; margin: 0 auto; box-sizing: border-box;}
.footerNavLeft span.fn1{ width: 40px; margin-bottom: 10px;}
.footerNavLeft span.fn2{ width: 90px; margin-bottom: 30px;}

.footerNavRight{ box-sizing: border-box;}
.footerNavRight a{ display: block; width: 100%; height: 100%; box-sizing: border-box;}

.footerNavRight span{ display: block; margin: 0 auto; box-sizing: border-box;}
.footerNavRight span.fn1{ width: 40px; margin-bottom: 10px;}
.footerNavRight span.fn2{ width: 90px; margin-bottom: 30px;}

.footerInfo{ display: none; width: 90%; margin: 0 auto; padding: 50px 0;}
.footerInfo li{ float: left; width: 38%;}
.footerInfo li.email{ width: 24%;}
.footerInfo li i{ display: block; width: 47px; height: 40px; background: url(../images/icon3.png) no-repeat; float: left; margin-right: 10px;}
.footerInfo li.address i{ background-position: -47px 0;}
.footerInfo li.email i{ background-position: -94px 0;}
.footerInfo li div{ line-height: 20px; color: #938e8a;}

.footerBottom{ border-top: 1px solid #383433; padding-top: 20px;}
.footerLogo{ display: none;}
.footerSiteIpc{ text-align: center; width: 100%; color: #938e8a; box-sizing: border-box; padding: 0 5%;}
.footerSiteIpc a{ color: #938e8a; margin-left: 10px;}

@media (min-width: 768px){
  .footerNav{ width: 90%; background: #474241; margin: 0 auto;}
  .footerNav:before{ content: ""; width: 20px; height: 20px; background: #3e3a39; position: absolute; left: -10px; top: -10px; z-index: 3; border-radius: 100%;}
  .footerNav:after{ content: ""; width: 20px; height: 20px; background: #3e3a39; position: absolute; right: -10px; top: -10px; z-index: 3; border-radius: 100%;}
  .footerNavBox{ width: 100%; position: relative; padding: 10px;}
  .footerNavBox:before{ content: ''; width: 20px; height: 20px; background: #3e3a39; position: absolute; left: -10px; bottom: -10px; border-radius: 100%; z-index: 3;}
  .footerNavBox:after{ content: ''; width: 20px; height: 20px; background: #3e3a39; position: absolute; right: -10px; bottom: -10px; z-index: 3; border-radius: 100%;}

  .footerNavLeft{ width: 50%; float: left; border: 1px solid #3e3a39; height: 100px; display: table;}
  .footerNavRight{ float: right; width: 50%; border: 1px solid #3e3a39; height: 100px; border-left: none;}

  .footerNavLeft span{ float: right; margin-right: 20%; display: table-cell; vertical-align: middle; margin-bottom: 0!important;}
  .footerNavLeft span.fn1{ width: 60px; margin-top: 20px;}
  .footerNavLeft span.fn2{ width: 110px; margin-top: 30px;}

  .footerNavRight span{ float: right; margin-right: 17%;}
  .footerNavRight span.fn1{ width: 65px; margin-top: 20px;}
  .footerNavRight span.fn2{ width: 110px; margin-top: 30px;}

  .footerInfo{ display: block;}
  .footerBottom{ width: 90%; margin: 0 auto;}
  .footerLogo{ display: block; float: left;}
  .footerSiteIpc{ float: right; width: 70%; text-align: right;}
}

@media (min-width: 1200px){
  .footerNavLeft,
  .footerNavRight{ height: 185px;}
  .footerNavLeft span.fn1{ width: 90px; margin-top: 48px;}
  .footerNavLeft span.fn2{ width: 143px; margin-top: 69px;}

  .footerNavRight span.fn1{ width: 99px; margin-top: 50px;}
  .footerNavRight span.fn2{ width: 143px; margin-top: 70px;}

  .footerNav,
  .footerInfo,
  .footerBottom{ width: 1100px;}
  .footerInfo{ font-size: 14px;}
  .footerBottom{ padding-top: 40px; font-size: 14px;}
}

/*about*/
.position{ width: 100%; position: relative; z-index: 10; margin: 0 auto;}
.positionLeft{ display: none;}
.positionRight{ width: 100%; background: url(../images/bg2.jpg) repeat; padding: 10% 0;}
.positionRight img{ display: block; width: 56%; margin: 0 auto;}

.aboutContent{ width: 90%; margin: 0 auto; padding: 5% 0 2% 0;}
.aboutContentTit{ border-bottom: 1px solid #e3e3e3; height: 30px; position: relative;}
.aboutContentTit span { position: absolute; left: 0; top: 0; display: inline-block; height: 30px; border-bottom: 1px solid #c90915; line-height: 30px; font-size: 14px;}

.profile{ width: 100%; padding: 5% 0; line-height: 22px; box-sizing: border-box; position: relative;}
.profileLeft{ padding-top: 5%;}

@media (min-width: 768px){
    .position{ width: 100%;}
    .positionLeft{ display: block; float: left; padding-top: 20px; margin-left: 5%;}
    .positionLeft a{ color: #000;}
    .positionRight{ width: 36%; float: right; padding: 5% 0;}
    .aboutContent{ padding: 0; margin: -31px auto 5% auto;}

    .aboutContentTit span{ font-size: 16px;}

    .profile:after{ content: ''; width: 36%; border-right: 1px solid #e3e3e3; height: 100%; position: absolute; left: 0; top: 0;}
    .profileLeft{ width: 40%; float: left; padding-right: 8%; box-sizing: border-box;}
    .profileRight{ width: 60%; float: left; padding-top: 5%;}

}
@media (min-width: 1200px){
    .position{ margin-top: -60px;}
    .positionLeft{ position: absolute; left: 50%; top: 120px; margin-left: -550px;}
    .positionRight img{ width: 37%; margin: 0 0 0 14%;}
    .aboutContent{ width: 1100px; margin: -31px auto 0 auto;}

    .profileRight{ font-size: 14px; line-height: 30px; padding-bottom: 10%;}
}
@media (min-width: 1440px){
    .positionLeft{ top: 80px;}
    .positionRight{ padding: 3% 0;}
}

/*news*/
.newsContent{ width: 100%; padding: 5% 0; position: relative;}
.newsContentList{ margin-top: 5%;}
.newsContentList li{ margin-bottom: 20px; border-bottom: 1px solid #000; padding-bottom: 28px; position: relative;}
.newsContentList li a.title{ display: block; height: 30px; line-height: 30px; overflow: hidden; color: #000; font-size: 14px;}
.newsContentList li span{ display: block; border-bottom: 1px dotted #d3d3d3; padding-bottom: 5px; color: #000; font-size: 12px;}
.newsContentList li p{ line-height: 22px; overflow: hidden; height: 66px; margin: 10px 0;}
.newsContentList li a.readMore{ position: absolute; left: 0; bottom: 0; width: 100%; padding: 0 5px; height: 28px; font-size: 12px; line-height: 28px; color: #fff; background: #c90915; display: none;}

.newsContentList li a.title:hover{ color: #c90915;}
.newsContentList li:hover a.readMore{ display: block;}

.loadMore{ width: 100%; text-align: center; padding: 20px 0 50px 0;}
.loadMore a{ color: #000; font-size: 14px;}

@media (min-width: 768px){
    .newsContent{ padding: 0;}
    .newsContentImg{ padding-left: 40%;}
    .newsContentList li{ float: left; width: 30%;}
    .newsContentList li:first-child{ position: absolute; left: 0; top: 8%;}
    .newsContentList li:nth-child(3n+0){ margin: 0 5%;}
}
@media (min-width: 1200px){
    .newsContent{ width: 1100px;}
    .newsContentList li{ margin-bottom: 40px;}
    .newsContentList li p{ margin-bottom: 20px;}
    .newsContentList li:first-child{ position: absolute; left: 0; top: 15%;}

    .newsContentList li a.title{ font-size: 24px;}
    .newsContentList li span{ padding: 10px 0;}
    .newsContentList li p{ font-size: 14px; line-height: 28px; min-height: 84px;}
}

/*news_detail*/
.newsDetailContent{ width: 90%; margin: 5% auto; position: relative; z-index: 10; background: #fff; padding: 5%; box-sizing: border-box;}
.newsDetailContent-position{ width: 100%; padding-bottom: 40px;}
.newsDetailContent-position a{color: #000;}
.newsDetailContentTitle{ font-size: 16px; padding-bottom: 15px;}
.newsDetailContentOther{ border-top: 1px solid #e3e3e3; border-bottom: 1px dotted #d3d3d3; padding: 5px 0; font-size: 12px; position: relative;}
.newsDetailContentFont{ padding-top: 5px; font-size: 14px; font-weight: bold; text-align: right;}
.newsDetailContentFont span{ margin-left: 20px; cursor: pointer;}

.newsDetailContentMain{ width: 100%; line-height: 22px; margin: 5% auto 10% auto; overflow: hidden;}
.newsDetailContentMain img{ max-width: 100%;}

.newsDetailContentBack{ width: 210px; height: 60px; margin: 0 auto;}
.newsDetailContentBack a{ display: block; float: left; width: 60px; height: 60px; text-align: center; margin: 0 5px; color: #fff; padding: 13px 10px 0 10px; box-sizing: border-box;}
.newsDetailContentBack a.back{ background: #c90915;}
.newsDetailContentBack a.prev{ background: #4a4544;}
.newsDetailContentBack a.next{ background: #3e3a39;}

.newsDetailContentBack a span{ display: none; margin: 8px auto 0 auto; box-sizing: border-box;}
.newsDetailContentBack a.back span{ width: 12px; height: 11px; background: url(../images/back.png) no-repeat;}
.newsDetailContentBack a.prev span{ width: 9px; height: 17px; background: url(../images/lefthover.png) no-repeat;}
.newsDetailContentBack a.next span{ width: 9px; height: 17px; background: url(../images/righthover.png) no-repeat;}

@media (min-width: 768px){
    .newsDetailContentBack{ width: 255px; height: 75px;}
    .newsDetailContentBack a{ width: 75px; height: 75px; padding: 15px 15px 0 15px;}
}

@media (min-width: 1200px){
    .newsDetailContent{ width: 1100px; margin-top: -200px; padding: 3%;}
    .newsDetailContentOther{ padding: 20px 0;}
    .newsDetailContentFont{ position: absolute; right: 0; top: 15px; padding-top: 0; font-size: 20px;}
    .newsDetailContentFont span:nth-child(1){ border-right: 1px solid #e3e3e3; padding-right: 20px;}
}

@media (min-width: 1300px){
    .newsDetailContent{ width: 1100px; margin-top: -200px; padding: 3%;}
    .newsDetailContentOther{ padding: 20px 0;}
    .newsDetailContentFont{ position: absolute; right: 0; top: 15px; padding-top: 0; font-size: 20px;}
    .newsDetailContentFont span:nth-child(1){ border-right: 1px solid #e3e3e3; padding-right: 20px;}
    .newsDetailContentBack{ width: 120px; position: absolute; right: -120px; top: 0; z-index: 20;}
    .newsDetailContentBack a{ width: 120px; height: 120px; float: none; margin: 0; padding-top: 40px;}
    .newsDetailContentBack a span{ display: block;}
}

/*contact*/
.contactMain{ width: 100%; position: absolute; height: 100%;}
.contactMainLeft{ display: none;}
.contactMainRight{ padding: 15% 10%; box-sizing: border-box;}

.contactMainRightLogo{ width: 150px;}
.contactMainRightTitle{ font-size: 22px; padding: 20px 0; box-sizing: border-box;}

.contactMainRightContact{ border-top: 1px dotted #534f4c; border-bottom: 1px dotted #534f4c; padding: 20px 0 0 0;}
.contactMainRightContact li{ margin-bottom: 20px; height: 48px; line-height: 20px;box-sizing: border-box;}
.contactMainRightContact li i{ display: block; width: 47px; height: 40px; background: url(../images/icon3.png) no-repeat; float: left; margin-right: 5px;}
.contactMainRightContact li.cc1 i{ background-position: 0 0;}
.contactMainRightContact li.cc2 i{ background-position: -47px 0;}
.contactMainRightContact li.cc3 i{ background-position: -94px 0;}

.contactMainRightContact li.cc2{ height: 72px;}
.contactMainRightContact li.cc2 a{ display: block; margin-left: 52px; margin-top: 3px; color: #c90915;}
.contactMainRightContact li.cc2 a font{ display: block; width: 18px; height: 20px; background: url(../images/baidu.png) no-repeat left bottom; float: left; margin-right: 5px;}

.contactMainRightBottom{ padding-top: 30px;}
.contactMainRightBottom a{ display: block; width: 40px; height: 40px; background: url(../images/share.png) no-repeat; margin-top: 5px;}

@media (min-width: 768px){
    .contactMainLeft{ display: block; background: url(../images/contact_banner.jpg) no-repeat center center; background-size: cover; width: 47%; height: 100%; position: absolute; left: 0; top: 0; bottom: 0; overflow: hidden;}
    .contactMainLeft img{ display: block; width: 34%; position: absolute; left: 25%; top: 15%;}

    .contactMainRight{ width: 50%; height: 100%; position: absolute; right: 0; top: 0; bottom: 0; padding: 10% 10%;}
    .contactMainRightTitle{ padding: 50px 0;}
    .contactMainRightContact{ padding: 40px 0 0 0;}
    .contactMainRightContact li{ margin-bottom: 40px;}
    .contactMainRightBottom{ line-height: 30px; padding-top: 50px;}
}

@media (min-width: 1300px){
    .contactMainLeft{ left: 80px;}
    .contactMainLeft img{ width: 221px;}
    .contactMainRightContact li{ font-size: 14px;}
    .contactMainRightBottom{ font-size: 14px;}
}

/*product*/
.column{ width: 100%; background: url(../images/bg3.png) repeat; position: relative;}
.columnList{ width: 100%;}
.columnListBox{ width: 90%; margin: 0 auto;}
.columnListBox li{ float: left; padding: 30px 0; width: 20%; position: relative;}
.columnListBox li a{
    display: block; border-right: 1px dotted #000; box-sizing: border-box; text-align: center; color: #000; position: relative; z-index: 20; padding-top: 25px;
}
.columnListBox li.cl5 a{ border-right: none;}

.columnListBox li a font{ display: block; width: 20px; text-align: center; margin: 0 auto;}
.columnListBox li a i{
    display: block; width: 20px; height: 20px; background: url(../images/icon5.png) no-repeat; background-size: 500% auto;
    position: absolute; left: 50%; top: 0; margin: 0 0 0 -10px;
}

.columnListBox li.cl1 a i{ background-position: 0 0;}
.columnListBox li.cl2 a i{ background-position: 25% 0;}
.columnListBox li.cl3 a i{ background-position: 50% 0;}
.columnListBox li.cl4 a i{ background-position: 75% 0;}
.columnListBox li.cl5 a i{ background-position: 100% 0;}

.columnListBox li span{ width: 53px; height: 100%; position: absolute; left: 50%; top: -5%; margin-left: -26px; background: url(../images/choose.png) no-repeat; background-size: 100% auto; display: none;}

.productTitle{ display: none; width: 36%; float: right; padding: 5% 0; background: url(../images/bg2.jpg) repeat;}
.productTitle img{ display: block; width: 56%; margin: 0 auto;}

.columnListBox li.on a{ color: #fff;}

@media (min-width: 400px){
  .columnListBox li a{ padding-top: 35px;}
  .columnListBox li a i{ width: 28px; height: 28px; margin: 0 0 0 -14px;}
}

@media (min-width: 768px){
  .columnListBox li a{ padding-top: 40px;}
  .columnListBox li a i{ width: 33px; height: 30px; margin: 0 0 0 -16px;}
}

@media (min-width: 1200px){
  .columnList{ width: 100%; position: absolute; left: 0; top: 0; height: 100%;}
  .columnListBox li a{ padding-top: 73px;}
  .columnListBox li a i{ width: 66px; height: 61px; margin: 0 0 0 -33px;}
  .productTitle{ display: block;}
  .columnListBox{ width: 1100px; position: absolute; left: 50%; top: 0; margin-left: -550px;}
  .columnListBox li{ width: 140px; font-size: 16px;}
  .columnListBox li:hover span{ display: block;}
  .columnListBox li:hover a{ padding-top: 0; color: #fff;}
  .columnListBox li:hover a i{ position: relative; margin-top: 35px;}
    .productTitle img{ width: 256px; margin: 0 0 0 15%;}

    .columnListBox li.on span{ display: block;}
    .columnListBox li.on a{ padding-top: 0; color: #fff;}
    .columnListBox li.on a i{ position: relative; margin-top: 35px;}
}
@media (min-width: 1400px){
  .columnListBox{ margin-left: -650px;}
  .columnListBox li{ width: 170px;}
}

.productBanner{ width: 100%; position: relative; padding: 5% 0;}
.productBannerBg{ display: none;}
.productBannerWords{ display: none;}
.productBannerImg{ width: 90%; margin: 0 auto;}

.productPosition{ width: 90%; margin: 0 auto; height: 40px; border-bottom: 1px solid #e3e3e3; position: relative;}
.productPositionTitle{ position: absolute; left: 0; top: 0; line-height: 40px; color: #c90915; border-bottom: 1px solid #c90915; font-size: 14px;}
.productPositionRight{ position: absolute; right: 0; top: 0; line-height: 40px; display: none;}
.productPositionRight a{ color: #000;}

.productColumn{ width: 90%; height: 44px; margin: 20px auto;}
.productColumn li{ float: left; margin-right: 10px; margin-bottom: 10px;}
.productColumn li a{ display: block; width: 134px; height: 34px; text-align: center; line-height: 34px; background: url(../images/bg4.png) no-repeat; background-size: auto 100%; font-size: 14px; color: #000;}
.productColumn li.on a{ background: url(../images/bg5.png) no-repeat; background-size: 100% auto;color: #c90915;}

@media (min-width: 768px){
  .productColumn{ height: 44px;}
  .productColumn li a{ width: 174px; height: 44px; line-height: 44px;}
}
@media (min-width: 1200px){
  .productColumn li a:hover{ background: url(../images/bg5.png) no-repeat; background-size: 100% auto; color: #c90915;}
}

.productMainList{ width: 90%; margin: 0 auto;}
.productMainList li{ width: 100%; position: relative; margin-bottom: 20px;}
.productMainList li span.pimg{ display: block; width: 100%;}
.productMainList li span.pimg a{ display: block; width: 100%;}
.productMainList li p{ height: 40px; line-height: 40px; border-bottom: 1px solid #e3e3e3; margin-top: 10px; font-size: 14px;}
.productMainList li a.more{ position: absolute; right: 0; bottom: 0; z-index: 20;}
.productMainList li:hover p{ border-bottom: 1px solid #c90915;}
.productMainList li:hover a{ background: #c90915; color: #fff;}

@media (min-width: 768px){
    .productBanner{ padding: 0;}
    .productBannerBg{ display: block;}
    .productBannerBox{ width: 90%; position: absolute; left: 5%; top: 0; z-index: 10; height: 100%;}
    
    .productBannerWords{ display: block; width: 25%; position: absolute; left: 0; top: 27%;}
    .productBannerImg{ width: 25%; position: absolute; right: 0; top: 27%;}
    
    .productPosition{ margin-top: 40px;}
    .productPositionTitle{ font-size: 16px;}

    .productMainList li{ float: left; width: 48%; margin-bottom: 40px;}
    .productMainList li:nth-child(2n){ margin-left: 4%;}
    
    .productMainList li p{ font-size: 16px; height: 46px; line-height: 46px;}
}

@media (min-width: 1200px){
    .productPosition,
    .productBannerBox,
    .productMainList,
    .productColumn{ width: 1100px;}
    
    .productBannerBox{ left: 50%; margin-left: -550px;}

    .productPosition{ margin-top: 80px;}
    .productPositionRight{ display: block;}
    
    .productMainList li{ width: 30%;}
    .productMainList li:nth-child(2n){ margin-left: 0;}
    .productMainList li:nth-child(3n-1){ margin: 0 5%;}
}

@media (min-width: 1300px){
    .productBannerImg{ top: 40%;}
}

@media (min-width: 1500px){
    .productBannerImg{ top: 50%;}
}
@media (min-width: 1920px){
    .productBannerImg{ top: 60%;}
}

/*join*/
.joinConditions{ width: 100%; margin: 0 auto; padding-bottom: 5%;}
.joinConditionsTitle{ width: 145px; padding: 30px 0 10px 0;}
.joinConditionsList{ width: 100%; box-sizing: border-box;}
.joinConditionsList li{ margin: 20px 0; position: relative; min-height: 50px; line-height: 22px;}

.joinConditionsList li span{
    display: block; float: left; width: 32px; height: 50px; background: #d4d4d4; position: relative; padding: 3px;
    margin: 0 24px 0 16px; box-sizing: border-box;
}

.joinConditionsList li span:before{
  content: ''; 
  position: absolute; left: -16px; top: 0;
  border-top: 25px solid transparent;
  border-right: 16px solid #d4d4d4;
  border-bottom: 25px solid transparent;
}
.joinConditionsList li span:after{ 
  content: ''; 
  position: absolute; right: -16px; top: 0;
  border-top: 25px solid transparent;
  border-left: 16px solid #d4d4d4;
  border-bottom: 25px solid transparent;
}

.joinConditionsList li span i{
    display: block; width: 26px; height: 44px; background: #4b4645; position: relative;
    color: #fff; font-style: normal; font-size: 18px; text-align: center; line-height: 40px;
}
.joinConditionsList li span i:before{
  content: ''; 
  position: absolute; left: -13px; top: 0;
  border-top: 22px solid transparent;
  border-right: 13px solid #4b4645;
  border-bottom: 22px solid transparent;
}
.joinConditionsList li span i:after{
  content: ''; 
  position: absolute; right: -13px; top: 0; z-index: 4;
  border-top: 22px solid transparent;
  border-left: 13px solid #4b4645;
  border-bottom: 22px solid transparent;
}


@media (min-width: 1200px){
    .joinConditionsTitle{ width: 252px; float: left; margin-right: 60px; padding-top: 10%;}

    .joinConditionsList{ float: left; width: 394px; padding-right: 20px; padding-top: 10%;}

    .joinConditionsList li{ min-height: 84px; margin-top: 0;}
    .joinConditionsList li span{ width: 50px; height: 84px; padding: 5px; margin-right: 40px;}
    .joinConditionsList li span:before{
        content: '';
        position: absolute; left: -25px; top: 0;
        border-top: 42px solid transparent;
        border-right: 25px solid #d4d4d4;
        border-bottom: 42px solid transparent;
    }
    .joinConditionsList li span:after{
        content: '';
        position: absolute; right: -25px; top: 0;
        border-top: 42px solid transparent;
        border-left: 25px solid #d4d4d4;
        border-bottom: 42px solid transparent;
    }

    .joinConditionsList li span i{ width: 40px; height: 74px; line-height: 70px; font-size: 24px;}
    .joinConditionsList li span i:before{
        content: '';
        position: absolute; left: -20px; top: 0;
        border-top: 37px solid transparent;
        border-right: 20px solid #4b4645;
        border-bottom: 37px solid transparent;
    }
    .joinConditionsList li span i:after{
        content: '';
        position: absolute; right: -20px; top: 0; z-index: 4;
        border-top: 37px solid transparent;
        border-left: 20px solid #4b4645;
        border-bottom: 37px solid transparent;
    }
    .joinConditionsList li p{ padding-top: 20px; font-size: 14px; line-height: 26px;}
}

@media (min-width: 1440px){
    .joinConditions{ padding-bottom: 10%;}

}

.joinProcess{ width: 100%; position: relative; background: #060503; padding: 8% 0 5% 0;}
.joinProcessBg{ display: none;}
.joinProcessBox{ width: 90%; margin: 0 auto;}
.joinProcessTit{ width: 100px;}

.joinProcessList{ width: 100%; padding-top: 20px;}
.joinProcessList li{ margin-bottom: 20px; color: #fff; font-size: 12px; box-sizing: border-box;}
.joinProcessList li font{ color: #c90e1a; font-size: 16px;}
.joinProcessList li span{ font-size: 16px; display: block; padding: 5px 0 20px 0;}

@media (min-width: 1200px){
    .joinProcess{ padding: 0;}
    .joinProcessBg{ display: block;}
    .joinProcessBox{ width: 1100px; height: 100%; position: absolute; left: 50%; top: 0; margin: 0 0 0 -550px; z-index: 5;}
    .joinProcessTit{ width: 169px; float: left; padding-top: 8%;}
    .joinProcessList{ position: absolute; right: 0; top: 0; height: 100%; width: 900px; margin-left: 30px; padding-top: 0;}
    .joinProcessList ul{ height: 100%;}
    .joinProcessList li{ width: 25%; height: 100%; float: left; padding: 8% 5% 0 5%; font-size: 14px; line-height: 24px;}
    .joinProcessList li font{ font-size: 20px;}
    .joinProcessList li span{ font-size: 20px; height: 60px;}
    .joinProcessList li:hover{ background: rgba(70,66,65,0.5);}
}

.joinOnline{ background: #fff; padding-bottom: 10%;}
.joinOnlineMain{ width: 90%; margin: 0 auto;}
.joinOnlineTit{ width: 260px;}
.joinOnlineBox label{
    width: 100%; min-height: 30px; line-height: 30px; border: 1px solid #ddddde; border-radius: 5px; padding: 0 3%; font-size: 12px; font-weight: normal;
    margin-bottom: 15px; float: left; box-sizing: border-box;
}
.joinOnlineBox input[type="text"]{ height: 30px; border: none; width: 75%; float: right; outline: none;}
.joinOnlineBox select{ height: 30px; border: none; float: right; outline: none;}

.joinOnlineBox label.w49r{ width: 49%; margin-right: 1%;}
.joinOnlineBox label.w49l{ width: 49%; margin-left: 1%;}

.joinOnlineBox input.width50{ width: 50%;}
.joinOnlineRight label{ box-sizing: border-box;}
.joinOnlineBox textarea{ border: none; width: 100%; min-height: 80px; outline: none; box-sizing: border-box; padding-top: 10px;}

.joinOnlineSubmit{ width: 100%; height: 40px;}
.joinOnlineSubmit input{ float: left; width: 48%; height: 34px; border-radius: 3px; color: #fff; font-size: 14px;}
.joinOnlineSubmit input[type="reset"]{
    margin-right: 2%;
    border: 1px solid #3e3a39;
    background: #3f3b3a;
    background: -webkit-gradient(linear,left top,left top,color-stop(0,#565251),color- stop(100%,#3e3a39));
    background: -webkit-linear-gradient(top,#565251,#3e3a39);
    background: -o-linear-gradient(top,#565251,#3e3a39);
    background:-moz-linear-gradient(top,#565251,#3e3a39);
    background: linear-gradient(top,#565251,#3e3a39);
}
.joinOnlineSubmit input[type="button"]{
    margin-left: 2%; border: 1px solid #b21e00;
    background: #b21e00;
    background: -webkit-gradient(linear,left top,left top,color-stop(0,#b21e00),color- stop(100%,#c22808));
    background: -webkit-linear-gradient(top,#b21e00,#c22808);
    background: -o-linear-gradient(top,#b21e00,#c22808);
    background:-moz-linear-gradient(top,#b21e00,#c22808);
    background: linear-gradient(top,#b21e00,#c22808);
}

@media (min-width: 1200px){
    .joinOnlineMain{ width: 1100px;}
    .joinOnlineTit{ width: 482px;}
    .joinOnlineLeft{ width: 696px; float: left;}
    .joinOnlineLeft label{ width: 340px; padding: 0 10px; margin-right: 8px; margin-bottom: 20px; min-height: 42px; line-height: 42px;}
    .joinOnlineLeft label.w49r{ width: 166px; margin-right: 8px;}
    .joinOnlineLeft label.w49l{ width: 166px; margin-left: 0;}
    .joinOnlineLeft label.c_addre{ width: 686px;}
    .joinOnlineLeft label input[type="text"]{ float: none; height: 40px;}
    .joinOnlineLeft label select{ height: 42px;}
    .joinOnlineLeft label.c_addre input[type="text"]{ width: 90%;}

    .joinOnlineRight{ float: left; width: 390px; margin-left: 10px;}
    .joinOnlineRight label{ margin-bottom: 20px;}
    .joinOnlineRight textarea{ min-height: 160px;}
    .joinOnlineSubmit input{ height: 42px;}
}

.joinNet{ width: 100%; position: relative;}
.joinNetPc{ display: none;}

.search{ width: 90%; margin: 0 auto; padding: 5% 0;}
.search label{
    width: 100%; border: 1px solid #d1c9c1; background: #fff; border-radius: 3px; margin-bottom: 15px; padding: 0 10px; box-sizing: border-box;
    line-height: 34px; position: relative; display: block;
}

.search label select{ width: 40%; height: 34px; border: none; outline: none; float: right;}
.search input[type="button"]{ width: 120px; height: 34px; background: #bf2607; border: none; color: #fff; border-radius: 3px;}

.joinNetList{ width: 90%; margin: 0 auto; padding: 5% 0;}
.joinNetListNum{ font-size: 14px; padding-bottom: 10px;}
.joinNetListBox{ width: 100%;}
.joinNetListBox li{ border: 1px solid #ddddde; background: #fff; padding: 5%; margin-bottom: 10px; line-height: 20px; box-sizing: border-box;}
.joinNetListBox li p{ margin-bottom: 5px;}

.joinNetListPrevNext{ width: 100%; text-align: center; padding: 10px 0;}
.joinNetListPrevNext a{ color: #000; margin: 0 10px;}
.joinNetListPrevNext a:hover{ color: #c02708;}

@media (min-width: 768px){
    .joinNetBg{ display: none;}
    .joinNetPc{ display: block; position: relative;}
    .joinNetPc span{ display: block; position: absolute; left: 5%; top: 10%; z-index: 5; width: 140px;}
    .search label{ width: 42%; float: left;}
    .search label:nth-child(2){ margin-left: 4%;}
    .joinNetList{ padding: 0 0 3% 0;}
    .joinNetListBox li{ float: left; width: 32%; padding: 3%;}
    .joinNetListBox li:nth-child(2){ margin: 0 2%;}
}

@media (min-width: 1200px){
    .joinNetList{ width: 1100px;}
    .joinNetPc span{ left: 50%; top: 13%; width: 223px; margin-left: -550px;}
    .joinNetTop{ width: 100%; position: relative;}
    .search{ width: 50%; position: absolute; right: 0; bottom: 0; z-index: 10; background: #efefef; padding: 25px 0 0 25px;}

    .search label{ width: 20%; margin-bottom: 0;}
    .search label:nth-child(2){ margin: 0 20px;}
    .joinNetList{ margin-top: 5%; position: relative;}
    .joinNetListNum{ font-size: 18px; padding-bottom: 20px;}
    .joinNetListPrevNext{ position: absolute; right: 0; top: 0; width: 120px;}
    .joinNetListPrevNext a{ margin: 0 0 0 15px;}
}

/*service*/
.serviceBox{ width:100%; margin: 0 auto; padding: 10% 0 5% 0;}
.serviceBoxTitle{ width: 150px;}
.serviceBoxList{ width: 100%; padding-top: 10%;}
.serviceBoxList li{ border-top: 1px solid #c6c6c6; margin-bottom: 20px;}
.serviceBoxList li span{ display: block; width: 10px; height: 10px; border-radius: 100%; margin-top: -5px; background: #c6c6c6;}
.serviceBoxList li .tit{ padding-top: 12px; position: relative; font-size: 12px;}
.serviceBoxList li .tit i{ display: block; width: 35px; height: 25px; background: url(../images/number.png) no-repeat; background-size: 400% auto; float: left; margin-right: 10px;}
.serviceBoxList li p{ padding-top: 10px; line-height: 22px;}

.serviceBoxList li.sb1 .tit i{ background-position: 0 0;}
.serviceBoxList li.sb2 .tit i{ background-position: 33.33% 0;}
.serviceBoxList li.sb3 .tit i{ background-position: 66.66% 0;}
.serviceBoxList li.sb4 .tit i{ background-position: 100% 0;}


.maintenance{ width: 100%; background: #292827;}
.maintenanceTop{ width: 100%; position: relative;}
.maintenanceMain{ width: 100%; margin: 0 auto;}
.maintenanceTab{ width: 100%; height: 40px;}
.maintenanceTab li{ width: 50%; background: #000; float: left; height: 40px; line-height: 40px; font-size: 14px; color: #fff; text-align: center;}
.maintenanceTab li.on{ background: #292827;}

.maintenanceContent{ padding: 5%; color: #fff;}
.maintenanceBoxLeft{ width: 100%;}
.maintenanceBoxRight{ width: 100%; padding-top: 5%; line-height: 22px;}
.maintenanceBoxRight strong{ display: block; padding-top: 10px;}

.serviceSupport{ width: 90%; margin: 0 auto; padding: 5% 0;}
.serviceSupportTop{ position: relative; line-height: 20px; color: #b21300;}
.serviceSupportTop i{ display: block; width: 100px; margin-bottom: 10px;}

.serviceSupportList{ width: 100%; border-top: 1px solid #ddddde; margin-top: 15px; padding-top: 15px; position: relative;}
.serviceSupportList li{ float: left; margin-bottom: 20px;}
.serviceSupportList li i{ display: block; width: 36px; height: 30px; background: url(../images/icon8.png) no-repeat; background-size: 600% auto;}
.serviceSupportList li span{ padding: 10px 0; font-size: 14px; display: block;}
.serviceSupportList li p{ line-height: 20px;}

.serviceSupportList li.ss1 i{ background-position: 0 0;}
.serviceSupportList li.ss2 i{ background-position: 20% 0;}
.serviceSupportList li.ss3 i{ background-position: 40% 0;}
.serviceSupportList li.ss4 i{ background-position: 60% 0;}
.serviceSupportList li.ss5 i{ background-position: 80% 0;}
.serviceSupportList li.ss6 i{ background-position: 100% 0;}

@media (min-width: 768px){
    .serviceBoxList li{ width: 50%; float: left; box-sizing: border-box; padding-right: 5%; margin-bottom: 30px;}
    .serviceBoxList li .tit{ padding-top: 20px;}

    .maintenanceBoxLeft{ float: left; width: 40%; box-sizing: border-box; padding-right: 5%;}
    .maintenanceBoxRight{ float: left; width: 60%; padding-top: 0; padding-bottom: 30px;}

    .serviceSupportList{ margin-top: 30px;}
    .serviceSupportList:after{ content: ''; width: 100%; height: 1px; background: #ddddde; position: absolute; left: 0; top: 44%;}
    .serviceSupportList li{ width: 33.33%; box-sizing: border-box; padding-right: 5%; margin-bottom: 40px;}


}

@media (min-width: 1200px){
    .serviceBox{ padding-top: 5%;}
    .serviceBoxTitle{ width: 312px;}
    .serviceBoxList{ padding-top: 5%;}
    .serviceBoxList li{ width: 24%; font-size: 14px; line-height: 24px;}
    .serviceBoxList li .tit{ font-size: 18px; line-height: 24px; padding-top: 40px; margin-bottom: 30px;}
    .serviceBoxList li .tit i{ width: 70px; height: 50px;}

    .maintenanceMain{ width: 1100px; margin: 0 auto;}

    .serviceSupport{ width: 1100px; margin: 0 auto; padding-top: 8%;}
    .serviceSupportTop{ padding-bottom: 30px;}
    .serviceSupportTop i{ width: 173px; float: left; margin-right: 80px;}
    .serviceSupportTop p{ float: left; font-size: 18px; width: 47%; line-height: 24px;}
    .serviceSupportTop p strong{ font-size: 24px; display: inline-block; padding-bottom: 10px;}

    .serviceSupportList{ padding-top: 50px;}
    .serviceSupportList li{ margin-bottom: 80px;}
    .serviceSupportList li i{ width: 72px; height: 60px;}
    .serviceSupportList li span{ padding: 25px 0; font-size: 18px;}

    .serviceSupportList li p{ font-size: 14px; line-height: 26px; min-height: 78px;}

    .serviceSupportList:after{ top: 47%;}

    .maintenanceTab{ height: 60px;}
    .maintenanceTab li{ height: 60px; line-height: 60px; font-size: 24px; position: relative; cursor: pointer;}
    .maintenanceBoxRight{ font-size: 14px; line-height: 26px;}


}







