﻿html{
    height: 100%;
}
body{
    font-size: 14px;
    font-family: 微软雅黑, 'Microsoft YaHei';
    min-width: 1200px;
    min-height: 100%;
    position: relative;
    /*padding-bottom: 50px;*/
}
a{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
img{
    vertical-align: middle;
    border: none;
}
input{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
.w{
    width: 100%;
}

em{
    font-style: normal;
}

.se_2,.se_3,.se_4,.se_5,.se_6,.se_7{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

/*se_1*/
.se_1{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banner{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banChange{
    width: 62.5%;
    height: 42px;
    position: absolute;
    left: 0;
    right: 0;
    top: 59%;
    margin: 0 auto;
}
.banChange > a{
    width: 42px;
    height: 42px;
    background: #a40000;
    color: #fff!important;
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-family: "宋体";
    float: right;
    line-height: 42px;
    transition: .4s;
    text-align: center;
}
.banChange > a.prev{
    margin-right: 1px;
}
.banChange > a.next{
    margin-right: 15px;
}
.banChange > a:hover{
    background: #fff;
    color: #a40000!important;
}
.banner .bd{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
.banner .bd ul,.banner .tempWrap{
    width: 100% !important;
    height: 100%;
}
.banner .bd li{
    width: 0%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition:1s cubic-bezier(0.86, 0.29, 0, 1.01);
    -webkit-transition:1s cubic-bezier(0.86, 0.29, 0, 1.01);
    -moz-transition: 1s cubic-bezier(0.86, 0.29, 0, 1.01);
    -ms-transition: 1s cubic-bezier(0.86, 0.29, 0, 1.01);
    -o-transition: 1s cubic-bezier(0.86, 0.29, 0, 1.01);
}
.banner .hd{
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 36px;
    overflow: hidden;
}
.banner .hd ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    font-size: 0px;
    text-align: center;
}
.banner .hd ul li{
    width: 12px;
    height: 12px;
    background: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
    transition: .4s;
}
.banner .hd ul li.on{
    background: #417b31;
}

/*se_1*/

/*se_2*/
.se_2{
    position: relative;
}
.about{
    width: 100%;
    height: 100%;
    background-image: url('../images/aboutBg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.aboutContent{
    /* width: 62.5%; */
    width: 1200px;
    height: 522px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.aboutLef{
    width: 522px;
    height: 522px;
    float: left;
    position: relative;
}
.abo_yuan{
    position: absolute;
}
.yuan1{
    top: 0;
    left: 24px;
}
.yuan2{
    left: 0;
    top: 169px;
}
.yuan3{
    bottom: 0;
    left: 170px;
}
.yuan4{
    top: 17px;
    left: 269px;
    transform: scale(.96);
    transition: .4s;
    transform-origin: left;
}
.aboutLef:hover .yuan4{
    top: 15px;
    transform: none;
}
.aboutLef ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: relative;
}
.aboutLef ul li{
    width: 201px;
    height: auto;
    position: absolute;
    z-index: 99;
    overflow: hidden;
}
.aboutLef ul li:nth-child(1){
    top: 88px;
    left: 120px;
}
.aboutLef ul li:nth-child(2){
    top: 284px;
    left: 50px;
}
.aboutLef ul li:nth-child(3){
    top: 380px;
    left: 250px;
}
.aboutLef ul li h4{
    width: 100%;
    background: linear-gradient(#a40000, #a40000) top left/11px 8px no-repeat;
    box-sizing: border-box;
    padding-top: 14px;
    color: #363535;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 0;
    margin-bottom: 6px;
    transition: .3s;
}
.aboutLef ul li p{
    color: #bebdbd;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
}
.aboutLef ul li:hover h4{
    color: #a40000;
    letter-spacing: 2px;
}
.aboutRig{
    width: 526px;
    height: inherit;
    float: right;
    margin-right: 22px;
    overflow: hidden;
}
.aboutRig h3{
    width: 100%;
    color: #a40000;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.aboutRig b{
    color: #c8c7c8;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.aboutRig strong{
    height: 37px;
    box-sizing: border-box;
    background-image: url('../images/aboJt.png');
    background-position: 6px center;
    background-repeat: no-repeat;
    color: #7e7d7e;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 37px;
    padding-left: 42px;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.aboutRig p{
    width: 100%;
    max-height: 123px;
    color: #7e7d7e;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 126px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.aboutMore{
    width: 154px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
}
.aboutMore a{
    width: 100%;
    height: 100%;
    background: #a40000;
    color: #ffffff!important;
    display: block;
    overflow: hidden;
    transition: .4s;
}
.aboutMore a:hover{
    background: #c51515;
}

/*se_2*/

/*se_3*/
.se_3{
    width: 100%;
    height: 100%;
    background-image: url('../images/newsBg.jpg');
}
.news{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.newsContents{
    width: 1200px;
    height: 596px;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.newsContents h3{
    width: 100%;
    height: 52px;
    background-image: url('../images/newsTit.png');
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 28px;
}
.newsTabs{
    width: 100%;
    height: 44px;
    overflow: hidden;
    margin-bottom: 68px;
}
.newsTabs ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    font-size: 0px;
    text-align: center;
    overflow: hidden;
}
.newsTabs ul li{
    width: 176px;
    height: 44px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 32px;
    overflow: hidden;
}
.newsTabs ul li a{
    width: 100%;
    height: 100%;
    background: linear-gradient(#a40000, #a40000) left/0% 100% no-repeat;
    box-sizing: border-box;
    border: 1px solid #a40000;
    color: #a40000!important;
    font-size: 16px;
    display: block;
    line-height: 44px;
    text-align: center;
    overflow: hidden;
    transition: .4s;
}
.newsTabs ul li.on a,
.newsTabs ul li a:hover{
    background: linear-gradient(#a40000, #a40000) left/100% 100% no-repeat;
    color: #fff!important;
}
.newsMain{
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 999;
}
.newsMain > div.newsLis.active{
    visibility: visible;
    opacity: 1;
    z-index: 999;
    transform: none;
    transition: .8s;
}
.newsLis{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}
.newsLef{
    width: 614px;
    height: inherit;
    float: left;
    margin-left: 35px;
    overflow: hidden;
}
.newsLef ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.newsLef ul li{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    padding-left: 25px;
    margin-bottom: 26px;
    overflow: hidden;
}
.newsLef ul li i{
    width: 11px;
    height: 11px;
    border-radius: 90px;
    background: #030000;
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    overflow: hidden;
}
.newsLef ul li h4{
    width: 100%;
    color: #2e2d2d;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsLef ul li p{
    width: 100%;
    color: #757474;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsLef ul li:hover h4{
    color: #a40000;
    font-weight: 600;
}
.newsRig{
    width: 534px;
    height: inherit;
    float: right;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.newsRig .bd{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.newsRig .bd ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.newsRig .bd ul li{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.newsRig .bd ul li img{
    width: 100%;
    height: 100%;
}
.newsRig .hd{
    height: 10px;
    position: absolute;
    z-index: 999999;
    bottom: 20px;
    right: 10px;
}
.newsRig .hd ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.newsRig .hd ul li{
    width: 10px;
    height: 10px;
    border-radius: 90%;
    background: #fff;
    display: block;
    float: left;
    margin-right: 8px;
    overflow: hidden;
}
.newsRig .hd ul li:last-child{
    margin-right: 0;
}
.newsRig .hd ul li.on{
    background: #a40000;
}

/*se_3*/

/*se_4*/
.se_4{
    background-image: url('../images/resourcesBg.jpg');
}
.resources{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.resourcesCon{
    width: 1175px;
    height: 643px;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.resourcesImg{
    width: 100%;
    height: 242px;
    margin-bottom: 36px;
    overflow: hidden;
}
.resourcesImg ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.resourcesImg ul li{
    width: 384px;
    height: 100%;
    float: left;
    margin-right: 11px;
    position: relative;
    overflow: hidden;
}
.resourcesImg ul li:last-child{
    margin-right: 0;
}
.resourcesImg ul li img{
    width: 100%;
    height: 100%;
}
.resourcesImg ul li p{
    width: 100%;
    height: 32px;
    background-color: rgba(164, 0, 0, .6);
    box-sizing: border-box;
    color: #fefbfb;
    font-size: 14px;
    padding: 0 20px;
    line-height: 32px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.resourcesImg ul li img,
.resourcesImg ul li p{
    transition: .4s;
}
.resourcesImg ul li:hover img{
    transform: scale(1.06);
}
.resourcesImg ul li:hover p{
    background-color: rgba(164, 0, 0, 1);
}
.resourcesMain{
    width: 100%;
    height: 363px;
}
.reTabs{
    width: 277px;
    height: inherit;
    background: #a40000;
    float: left;
    overflow: hidden;
}
.reTabs ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.reTabs ul li{
    width: 100%;
    height: 117px;
    overflow: hidden;
    margin-bottom: 6px;
}
.reTabs ul li a{
    width: 100%;
    height: 100%;
    background: #fff;
    color: #a40000!important;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 117px;
    overflow: hidden;
    text-align: center;
    transition: .4s;
}
.reTabs ul li.on a,
.reTabs ul li:hover a{
    letter-spacing: 2px;
}
.reList{
    width: 888px;
    height: inherit;
    float: right;
    position: relative;
}
.reList ul{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 0;
    padding-left: 34px;
    padding-right: 90px;
    padding-top: 24px;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
}
.reList ul.active{
    visibility: visible;
    opacity: 1;
    z-index: 999;
    transform: none;
    transition: .8s;
}
.reList ul li{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    padding-left: 15px;
    margin-bottom: 14px;
    overflow: hidden;
}
.reList ul li::before{
    width: 2px;
    height: 2px;
    background: #2e2d2d;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}
.reList ul li:first-child{
    background: linear-gradient(#a40000, #a40000) right bottom/756px 1px no-repeat;
}
.reList ul li h4{
    width: 100%;
    color: #2e2d2d;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.reList ul li p{
    width: 100%;
    max-height: 48px;
    color: #757474;
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.reList ul li:hover h4{
    color: #a40000;
}


.activeScale{
    animation: pulse 30s infinite 2s;
    -webkit-animation: pulse 30s infinite 2s;
}
@-webkit-keyframes pulse {
    0%{
        transform: scale3d(1,1,1);
    }
    50%{
        transform: scale3d(1.08,1.08,1.08);
    }
    100%{
        transform: scale3d(1,1,1);
    }
}
@keyframes pulse {
    0%{
        transform: scale3d(1,1,1);
    }
    50%{
        transform: scale3d(1.08,1.08,1.08);
    }
    100%{
        transform: scale3d(1,1,1);
    }
}

/*se_4*/

/*se_5*/
.se_5{
    width: 100%;
    height: 100%;
    background: #fefefe;
    overflow: hidden;
}
.case{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.caseCon{
    /* width: 1176px; */
    /* height: 722px; */
    width: 61.2%;
    height: 77.06%;
    min-width: 1000px;
    min-height: 630px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.caseTit{
    width: 430px;
    height: 128px;
    position: absolute;
    top: 3.5%;
    right: 5.2%;
}
.caseTit h3{
    width: 100%;
    height: 55px;
    background-image: url('../images/caseTit.png');
    background-position: right center;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 14px;
}
.caseTit p{
    color: #8a8485;
    font-size: 12px;
    text-align: justify;
    line-height: 18px;
    margin-bottom: 0;
}
.caseCon ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: relative;
}
.caseCon ul li{
    width: 50%;
    height: 75%;
    /* height: 542px; */
    box-sizing: border-box;
    position: absolute;
    overflow: hidden;
}
.caseCon ul li:nth-child(1){
    left: 0;
    top: 0;
}
.caseCon ul li:nth-child(2){
    top: 25%;
    right: 0;
}
.caseCon ul li:nth-child(3){
    width: 25%;
    height: 25%;
    left: 0;
    bottom: 0;
    border-right: 1px solid #fefefe;
}
.caseCon ul li:nth-child(4){
    width: 25%;
    height: 25%;
    left: 25%;
    bottom: 0;
}
.caseCon ul li i{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    transition: .4s;
}
.caseCon ul li:hover i{
    transform: scale(1.06);
}

/*se_5*/

/*se_6*/
.se_6{
    background-image: url('../images/footerBg.jpg');
    overflow: hidden;
}
#footer{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.footerMain{
    width: 1134px;
    height: 580px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.footerMain h3{
    width: 100%;
    height: 54px;
    background-image: url('../images/footTit.png');
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 22px;
}
.footsMap{
    width: 100%;
    height: 322px;
    background: #fff;
    overflow: hidden;
}
.footsInfo{
    width: 100%;
    height: 182px;
    box-sizing: border-box;
    background: #a40000;
    padding-left: 60px;
    overflow: hidden;
}
.footsDesc{
    width: 470px;
    height: inherit;
    float: left;
    margin-right: 170px;
    overflow: hidden;
}
.footsDesc > p{
    color: #fefefe;
    font-size: 16px;
}
.footsDesc > p.lxTel{
    /* margin-top: 54px; */
    margin-top: 40px;
    margin-bottom: 8px;
}
.footsDesc > p.lxAdd{
    margin-bottom: 28px;
}
.footsDesc > p b{
    font-weight: bold;
}
.lxCopy{
    color: #fefefe;
    font-size: 12px;
}
.lxCopy a{
    color: #fefefe!important;
}
.footerEwm{
    height: auto;
    float: left;
    overflow: hidden;
}
.footerEwm img{
    width: 144px;
    height: 144px;
    display: block;
    float: left;
    margin-top: 18px;
    margin-right: 48px;
}
.footerEwm p{
    color: #fefefe;
    font-size: 16px;
    float: left;
    line-height: 28px;
    margin-top: 66px;
    text-align: center;
}

/*se_6*/

.fp-auto-height.fp-.section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

/*切换Button*/
.btnBox{
    width: 40px;
    height: 40px;
    background: #a40000;
    color: #ffffff;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    font-family: "宋体";
    line-height: 40px;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    text-align: center;
    z-index: 9999999999;
}
.bLine{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@-webkit-keyframes menuShow {
    0%{
        left: -290px;
        opacity: 0;
    }
    100%{
        left: 0%;
        transform: none;
        opacity: 1;
    }
}
@keyframes menuShow{
    0%{
        left: -290px;
        opacity: 0;
    }
    100%{
        left: 0%;
        transform: none;
        opacity: 1;
    }
}
.joinOn{
    -webkit-animation: menuShow 1.2s cubic-bezier(.25,.1,.3,1) forwards;
    -moz-animation: menuShow 1.2s cubic-bezier(.25,.1,.3,1) forwards;
    -o-animation: menuShow 1.2s cubic-bezier(.25,.1,.3,1) forwards;
    animation: menuShow 1.2s cubic-bezier(.25,.1,.3,1) forwards;
}
@-webkit-keyframes menuHide{
    0%{
        left: 0%;
        transform: none;
        opacity: 1;
    }
    100%{
        left: -290px;
        opacity: 0;
    }
}
@keyframes menuHide{
    0%{
        left: 0%;
        transform: none;
        opacity: 1;
    }
    100%{
        left: -290px;
        opacity: 0;
    }
}
.moveOn{
    -webkit-animation: menuHide .8s ease forwards;
    -moz-animation: menuHide .8s ease forwards;
    -o-animation: menuHide .8s ease forwards;
    animation: menuHide .8s ease forwards;
}

/*Menu*/
.menuBox{
    /* width: 290px; */
    width: 15.12%;
    min-width: 220px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 99999;
}
.mHide{
    display: none;
}
.menuBg{
    width: 100%;
    height: 100%;
    background-image: url('../images/menuBg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 0;
    left: -100%;
    opacity: 0;
    transition: .6s;
}
.menuBox.on .menuBg{
    opacity: 1;
    left: 0;
    transition-delay: 200ms;
}
.menuContent{
    /* width: 196px; */
    /* height: 902px; */
    width: 67.5%;
    min-width: 180px;
    height: 96%;
    background: #a40000;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 9%;
    margin: auto;
    transition: 1.3s cubic-bezier(.25, .1, .3, 1);
}
.logo{
    width: 100%;
    height: 11.2%;
    background: #fff;
    box-sizing: border-box!important;
    border-bottom: 3px solid #a40000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    text-align: center;    
}
.logo img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.menuContent ul{
    /* height: 672px; */
    width: 100%;
    height: 74.7%;
    box-sizing: border-box!important;
    background: #fff;
    padding: 0 0 15%;
    position: absolute;
    left: 0;
    right: 0;
    top: 11.2%;
    margin: auto;
}
.menuContent ul li{
    width: 100%;
    height: 12.5%;
    background: linear-gradient(#bfbfbf, #bfbfbf) bottom/126px 1px no-repeat;
    box-sizing: border-box!important;
    position: relative;
}
.menuContent ul li:last-child{
    margin-bottom: 0;
}
.menuContent ul li::after{
    width: 11px;
    height: 100%;
    background-image: url('../images/liIco.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -11px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
}
.menuContent ul li::after,
.menuContent ul li span,
.menuContent ul li b{
    transition: .4s;
}
.menuContent ul li:hover span,
.menuContent ul li:hover b{
    color: #a40000;
}
.menuContent ul li:hover::after{
    opacity: 1;
    transform: none;
}
.menuContent ul li a{
    width: 100%;
    height: 34px;
    display: block;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.menuContent ul li a span{
    color: #363535;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 6px;
}
.menuContent ul li a b{
    width: 126px;
    color: #b3b3b3;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    margin: 0 auto;
    text-transform: uppercase;
}
.share{
    width: 125px;
    height: auto;
    display: block;
    position: absolute;
    top: 92%;
    right: 0;
    left: 0;
    margin: auto;
}
.share .bdsharebuttonbox{
    width: 100%;
    float: left;
}
.share .bdsharebuttonbox a {
    width: 22px!important;
    height: 18px!important;
    display: block;
    float: left;
    background-image: url("../images/iCos.png");
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 29px;
    padding: 0;
}
.share .bdsharebuttonbox a:last-child{
    margin-right: 0;
}
.share .bdsharebuttonbox .bds_sqq {
    background-position: 1px 0 !important;
}
.share .bdsharebuttonbox .bds_tsina {
    background-position: -36px 0 !important;
}
.share .bdsharebuttonbox .bds_weixin {
    background-position: right 0!important;
}
.menuBox.joinOn .menuContent{
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition-delay: 400ms;
}
.menuBox.moveOn .menuContent{
    transform: scale(.9);
    opacity: 0;
    visibility: hidden;
}

/*cMenu*/


/*time*/
.logo,
.menuContent ul,.menuContent ul li,
.share,
.prodContent,.prodContent h3,.prodsTxt,.baseCon h3,.baseList,.advantageCon h3{
    -webkit-transition: 0.6s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: 0.6s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: 0.6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: 0.6s cubic-bezier(.165, .84, .44, 1);
}

.op1{
    opacity: 1!important;
}
.aboutLef,.aboutRig h3,.aboutRig b,.aboutRig strong,.aboutRig p,.aboutMore,
.newsContents h3,.newsTabs,.newsMain,
.resourcesImg,.resourcesMain,
.caseTit,.caseCon ul li,
.footerMain h3,.footsMap,.footsInfo{
    opacity: 0;
    animation-duration: 1400ms;
}
.section.active .aboutLef{
    animation-delay: 50ms;
}
.section.active .aboutRig h3{
    animation-delay: 300ms;
}
.section.active .aboutRig b{
    animation-delay: 450ms;
}
.section.active .aboutRig strong{
    animation-delay: 550ms;
}
.section.active .aboutRig p{
    animation-delay: 650ms;
}
.section.active .aboutMore{
    animation-delay: 700ms;
}
.section.active .newsContents h3{
    animation-delay: 100ms;
}
.section.active .newsTabs{
    animation-delay: 300ms;
}
.section.active .newsMain{
    animation-delay: 600ms;
}
.section.active .resourcesImg{
    animation-delay: 100ms;
}
.section.active .resourcesMain{
    animation-delay: 200ms;
}
.section.active .caseTit{
    animation-delay: 100ms;
}
.section.active .caseCon ul li:nth-child(1){
    animation-delay: 200ms;
}
.section.active .caseCon ul li:nth-child(2){
    animation-delay: 300ms;
}
.section.active .caseCon ul li:nth-child(3){
    animation-delay: 600ms;
}
.section.active .caseCon ul li:nth-child(4){
    animation-delay: 600ms;
}
.section.active .footerMain h3{
    animation-delay: 50ms;
}
.section.active .footsMap{
    animation-delay: 200ms;
}
.section.active .footsInfo{
    animation-delay: 300ms;
}