/* 导航 */
/*meau*/
.ajhotp1 {
    height: 500px;
}

.container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;

}



.mcdsub,
.mcdsub a {
    color: #333;
}



.cl{clear:both;}

.mcdsub .hasnav {
    position: relative;
}

.mcdsub .hasnav.a {
    font-size: 14px;
}

.mcdsub .hasnav:before,
.mcdsub .hasnav:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 11px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mcdsub .hasnav:before {
    background: url(../images/niur.png) center right no-repeat;
    background-size: 10px auto;
}

.mcdsub .hasnav:after {
    background: url(../images/niur01.png) center right no-repeat;
    opacity: 0;
    -webkit-opacity: 0;
    background-size: 10px auto;
}

.mcdsub .dl4>dd>.hasnav:before {
    background: url(../images/niur.jpg) center right no-repeat;
    background-size: 10px auto;
}

.mcdsub .dl4>dd>.hasnav:after {
    background: url(../images/niur01.jpg) center right no-repeat;
    background-size: 10px auto;
}



.mcdsubr {
    width: 318px;
    text-align: left;
    float: left;
    margin-left: 80px;
}

.mcdsubrh4 {
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
}

.mcdsubrdesc {
    font-size: 14px;
    color: #333;
}

.mcdsubrmore {
    cursor: pointer;
    text-transform: uppercase;
    padding-right: 15px;
    font-size: 12px;
    color: #666;
    display: inline-block;
    margin-top: 15px;
    line-height: 19px;
    position: relative;
}

.mcdsubrmore:before,
.mcdsubrmore:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 11px;
    right: 0;
    top: 4px;
}

.mcdsubrmore:after {
    opacity: 0;
    -webkit-opacity: 0;
}

.mcdsubrimg img {
    vertical-align: top;
}

.mcdsubrdesc {
    padding-top: 3px;
}






.mcdsub .hasnav {
    position: relative;
}

.mcdsubr {
    display: none;
}









.mcdsub .hasnav.on,
.mcdsub a:hover,
.dl5 dd a:hover {
    color: #ec6f01;
}

.mcdsub .hasnav.on {
    color: #ec6f01 !important;
}

.mcdsub .hasnav.on:before {
    opacity: 0;
}

.mcdsub .hasnav.on:after {
    opacity: 1;
}







.mcdsubwx{
    padding-top: 40px;
}

.mcdsubwx {
    width: 480px;
    position: relative;
    text-align: left;
    padding-right: 60px;
    margin-right: 60px;
}

.mcdsubwx,
.mcdsubwx:before {
    background: #fcfcfc;
}

.mcdsubwx:before {
    width: 800px;
    height: 100%;
    top: 0;
    height: 100%;
    content: '';
    top: 0;
    left: -799px;
    position: absolute;
}



.mcdsubwx h4 {
    font-size: 20px;
    font-weight: bold;
}

.mcdsubwxdesc {
    line-height: 1.6;
    margin-top: 15px;
}


.mcdsubwx {
    height: 340px;
}


.mcdsubwx{
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.mcdsub1 {
    text-align: center;
    padding: 25px 0;
}

.mcdsub1 a {
    padding: 0 35px;
    font-size: 16px !important;
}

.subxl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: -9;
    opacity: 0;
    top: 71px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.lcnav li:hover .subxl {
    top: 72px;
    opacity: 1;
    visibility: visible;
}

.foot-ewm-fr a {
    margin-left: 20px;
}

.mxfoot05mbfxewm {
    position: relative;
}

.mxfooterweima {
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    bottom: 30px;
    left: -40px;
    width: 100px;
    height: auto;
}

.mxfooterweima img {
    width: 100%;
}

.mxfoot05mbfxewm:hover .mxfooterweima {
    opacity: 1;
}

/*右侧导航*/
.parallax {
    transition: transform 0.8s ease;
}

.lcsbrand {
    position: relative;
}

.lcsbrand:hover .lanChange {
    visibility: visible;
    top: 40px;
    opacity: 1;
}

.lanChange {
    text-align: center;
    padding: 5px 0;
}

.lanChange a {
    font-size: 12px;
    color: #333;
    text-align: center;
}

.lanChange a:hover {
    color: #ec6f01;
}

.lanChange:before {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}

.lanChange {
    border: 1px #e2e2e25e solid;
    position: absolute;
    border-radius: 3px;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 7px rgb(0 0 0 / 13%);
    visibility: hidden;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    opacity: 0;
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-5px);
        transform: scale(1) translateY(-5px)
    }

    6% {
        opacity: 1;
        -webkit-transform: scale(.9) translateY(5px);
        transform: scale(.9) translateY(5px)
    }

    14% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(30px);
        transform: scale(.4) translateY(30px)
    }

    15%,
    19% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(-5px);
        transform: scale(.4) translateY(-5px)
    }

    28%,
    29.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-5px);
        transform: scale(1) translateY(-5px)
    }

    30% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-5px);
        transform: scale(1) translateY(-5px)
    }

    36% {
        opacity: 1;
        -webkit-transform: scale(.9) translateY(5px);
        transform: scale(.9) translateY(5px)
    }

    44% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(30px);
        transform: scale(.4) translateY(30px)
    }

    45%,
    49% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(-5px);
        transform: scale(.4) translateY(-5px)
    }

    58%,
    59.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-5px);
        transform: scale(1) translateY(-5px)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-5px);
        transform: scale(1) translateY(-5px)
    }

    66% {
        opacity: 1;
        -webkit-transform: scale(.9) translateY(5px);
        transform: scale(.9) translateY(5px)
    }

    74% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(30px);
        transform: scale(.4) translateY(30px)
    }

    75%,
    79% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(-5px);
        transform: scale(.4) translateY(-5px)
    }

    100%,
    88% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-5px);
        transform: scale(1) translateY(-5px)
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.sbox {
    width: 300px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    bottom: 30px;
    z-index: 80;
}

.mouse {
    border: 1px solid #fff;
    position: relative;
    width: 20px;
    height: 35px;
    border-radius: 100px;
    background-size: 100% 200%;
    -webkit-animation: nudgeMouse 5s ease-out infinite;
    margin: auto;
}

.mouse:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.mouse:after {
    background-color: #fff;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 5s linear infinite;
    animation: trackBallSlide 5s linear infinite;
}

.lcright {
    width: 30px;
    padding: 50px 15px;
    background: #fff;
    position: fixed;
    right: 0;
    z-index: 50;
    bottom: 10%;
    text-align: center;
    box-sizing: content-box;
    font-size: 12px;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.lcright li {
    border-bottom: 1px dashed #eaeaea;
    padding: 12px 0;
    position: relative;
}

.lcright i {
    display: inline-block;
    width: 100%;
    height: 26px;
    line-height: 26px;
}

.lcright .i1 {
    font-size: 26px;
}

.lcright .i2 {
    font-size: 26px;
}

.lcright .i3 {
    font-size: 26px;
}

.lcright .i4 {
    font-size: 26px;
}

.lcright p {
    margin-top: 3px;
}

.lcright {
    display: none;
}

.lcrsub span {
    font-size: 20px;
}

.lcrsub {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 90%;
    margin-right: 25px;
    border-radius: 10px;
    color: #fff;
    padding: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    opacity: 0;
}

.lcrsub:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 12px solid #ec6f01;
    border-bottom: 6px solid transparent;
}

.lcrsub {
    width: 184px;
    height: 72px;
    background: rgb(250, 170, 10);
    background: linear-gradient(28deg, rgba(250, 170, 10, 0.8995799003195029) 0%, rgba(246, 177, 10, 1) 49%, rgba(247, 180, 10, 1) 100%);
    background-size: 100%;
    text-shadow: 1px 1.732px 2px rgba(181, 137, 85, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.lcright li:hover .lcrsub {
    right: 100%;
    visibility: visible;
    opacity: 1;
}

.lcrsub2 {
    width: 115px;
    height: 149px;
    background: #ec6f01;
}

.lcrsub2 p {
    text-shadow: 1px 1.732px 2px rgb(181 137 85);
    text-align: center;
}

.p_gupiao {
    font-weight: 600;
    padding-right: 20px !important;
    font-size: 16px;
}

.wyjm {
    display: block;
    position: fixed;
    width: 80px;
    height: 62px;
    bottom: 10%;
    padding-top: 18px;
    left: 2%;
    z-index: 50;
    border-radius: 50%;
    background-color: #ec6f01;
    background-image: linear-gradient(62deg, #ec6f01 0%, #fd9428 100%);
    text-align: center;
    color: #fff;
    display: none;
}

.wyjm i {
    font-size: 23px;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
}

.wyjm p {
    line-height: 14px;
    height: 14px;
    margin-top: 3px;
}

.nanum {}

.lchead {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 66;
    width: 100%;
    color: #fff;
}

.lcheada {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 4%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.lcsearch,
.lcsbrand {
    height: 32px;
    line-height: 32px;
}
.lcsearch{margin-right:20px;}
.lclogo {
    width: 150px;
    display: block;
    
}

.lclogo img {
    position: absolute;
    width:300px;
    top: 7px;
    left: 80px;
}

.logo1 {
    opacity: 0;
}

.logo2 {
    opacity: 1;
}

.lcsearch i {
    font-size: 28px;
    margin-right: 5px;
}

.lcbi1 {
    font-size: 24px;
    margin-right: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.lcbi1:before,
.lcbi1:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.lcbi1:before {
    background: url(../images/language_icon_2.gif) center no-repeat;
    background-size: 100% auto;
}

.lcbi1:after {
    background: url(../images/language_icon_1.gif) center no-repeat;
    background-size: 100% auto;
    opacity: 0;
}

.lchead.fixed .lcbi1:before {
    opacity: 0;
}

.lchead.fixed .lcbi1:after {
    opacity: 1;
}

.lcsbrand span {
    padding: 0 5px;
}
.lclogo, .lcsbrand {
    z-index: 99999999;
  }
.lcbi2 {
    font-size: 12px;
    position: relative;
    top: 1px;
    margin-left: 2px;
}

.lcnav {
    width: 100%;
    text-align: center;
    position: absolute;
    height:100%;
    left: 0;
    top: 0;
}

.lcnav>li>a {
    color: #fff;
    font-size: 16px;
    padding: 0 50px;
    position: relative;
    display: inline-block;
    line-height:72px;
    height: 72px;
}

.lcnav>li {
    display: inline-block;
    margin:0 auto;
}

.lcnavi {
    position: absolute;
    right: -10px;
    top: 30px;
    color: #fff;
    opacity: 0.58;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
}

.lcnav li:last-child .lcnavi {
    display: none;
}

.lchead.fixed {
    background: #fff;
    color: #000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}

.lchead.fixed .logo1 {
    opacity: 1;
}

.lchead.fixed .logo2 {
    opacity: 0;
}

.lchead.fixed .lcsearch {
    opacity: 0;
}

.lchead.fixed .lclogo {
    margin: 0;
    left: 4%;
}


.lchead.fixed .lcnav a {
    color: #000;
}

.lchead.fixed .lcnav a:hover {
    color: #ec6f01;
    font-weight: 600;
}

.lchead.fixed .lcnavi {
    color: #222;
}

.lcnav .on>a {
    color: #ec6f01;
}

.lcnav a.a0 {
    font-weight: bold;
}

.lchead.bgfff {
    background: #fff;
    color: #000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lchead.bgfff .logo1 {
    opacity: 1;
}

.lchead.bgfff .logo2 {
    opacity: 0;
}

.lchead.bgfff .lcbi1:after {
    opacity: 1;
}

.lchead.bgfff .lcbi1:before {
    opacity: 0;
}

.lchead.bgfff{
    background: #fff;
}

.lchead.bgfff .lcnav a {
    color: #000;
}

.lchead.bgfff .lcnav a:hover {
    color: #ec6f01;
}

.lchead.bgfff .lcnav .lcnavi {
    color: #222;
}

.lchead.bgfff.fixed .logo1 {
    opacity: 1;
}

.lchead.bgfff.fixed .logo2 {
    opacity: 0;
}

.lchead.bgfff.fixed .lcbi1:after {
    opacity: 1;
}

.lchead.bgfff.fixed .lcbi1:before {
    opacity: 0;
}

.lchead.bgfff.fixed {
    border-color: #fff;
}

.lchead.bgfff.fixed .lcnav .lcnavi {
    color: #222;
}


.lchead,
.lcnav a,
.lcnav li,
.lcsearch,
.lcsbrand,
.lclogo img,
.lcnav {
    transition: all 0.6s ease;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(.25, .74, .22, .99);
}

/*.lclogo {height: 45px;width: 114px;top:20px;}.lcheada{padding-top: 15px;padding-bottom: 15px;}.lcnav{top:62px;}.lchead.fixed .lcnav{background: #fff;}.lchead.fixed .lcsbrand{top:12px;}*/
.lcsbrand {
    transition: all 0.3s ease;
    top: 0;
}

.lcheada {
    padding-top: 20px;
    padding-bottom: 20px;
}

.lcnav {

}



@media screen and (max-width: 1000px) {
    .lcbanerh4 {
        font-size: 22px;
    }

    .hbtn {
        width: 40px;
        height: 40px;
        display: none;
    }

    .hbtnl1 {
        left: 3%;
    }

    .hbtnr1 {
        right: 3%;
    }
}

.more2 {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    border: 1px solid #ec6f01;
    border-radius: 20px;
    padding: 0 30px;
    font-size: 14px;
}

.more2 i {
    width: 13px;
    margin-left: 10px;
    height: 100%;
    vertical-align: top;
    display: inline-block;
    background-size: 100% auto;
    position: relative;
}

.more2 i:before,
.more2 i:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.more2 i:before {
    background: url(../images/icon_viewmore_hei.svg) center no-repeat;
    background-size: 100% auto;
    opacity: 0.8;
}

.more2 i:after {
    background: url(../images/icon_viewmore_wt.svg) center no-repeat;
    opacity: 0;
    background-size: 100% auto;
}

.more2:hover i:after {
    opacity: 1;
}

.more2:hover {
    background: #ec6f01;
    color: #fff;
}

.more2,
.more2 i:before,
.more2 i:after {
    transition: all 0.3s ease;
}

.mabmdescp {
    margin-top: 60px;
}

.wzcx2,
.wzcx1 {
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.8s ease;
    transition-timing-function: cubic-bezier(.25, .74, .22, .99);
}

.swiper-slide-active .wzcx1 {
    transition-delay: 0.3s;
}

.swiper-slide-active .wzcx2 {
    transition-delay: 0.6s;
}

.swiper-slide-active .wzcx2,
.swiper-slide-active .wzcx1 {
    opacity: 1;
    transform: translateY(0);
}

.lcbaner {
    height: 100vh;
    width: 100%;
}

.lcbanertxt {
    text-align: center;
    color: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 30;
    top: 50%;
    transform: translateY(-55%);
}

.lcbanerh4 {
    font-size: 58px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1.6;
}

.lcbanermore {
    font-size: 16px;
    padding: 0 25px;
    position: relative;
    display: inline-block;
    height: 36px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
    cursor: pointer;
}

.lcbanermore:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 34px;
    border: 1px solid #fff;
    width: 34px;
    border-radius: 34px;
}

.lcbanermore i {
    margin-right: 12px;
    font-size: 22px;
    position: relative;
    top: 2px;
}

.lcbanermore i,
.lcbanermore em {
    height: 34px;
    vertical-align: top;
    display: inline-block;
}

.lcbanermore:hover:before {
    width: 100%;
}

.lcbanermore:before {
    transition: all 0.6s ease;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(.25, .74, .22, .99);
}

.lcbanerimg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lcserma {
    float: left;
    width: 31.33%;
    margin-right: 3%;
}

.lcserma:last-child {
    margin-right: 0;
}

.lcsermimg {
    overflow: hidden;
}

.lcsermimg img {
    vertical-align: top;
    width: 100%;
}

.pubh2,
.pubp {
    text-align: center;
    position: relative;
    z-index: 6;
}

.pubh2 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 2px;
}

.pubp {
    font-size: 24px;
}

.lcserma {
    color: #000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}

.lcsermlist {
    margin-top: 50px;
}

.lcsermtxtm {
    overflow: hidden;
}

.lcsermtxtm h3 {
    font-size: 26px;
    padding: 10px 0;
}

.lcsermtxtm p {
    position: relative;
    color: #666;
    margin-top: 40px;
    height: 88px;
}

.lcsermtxtm i {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    right: 15px;
    bottom: 15px;
}

.lcsermtxtm em {
    position: relative;
    font-size: 24px;
}

.lcserma:nth-child(1) i {
    background: url(../images/icon1.png) center no-repeat;
    background-size: 100% auto;
}

.lcserma:nth-child(2) i {
    background: url(../images/icon2.png) center no-repeat;
    background-size: 100% auto;
}

.lcserma:nth-child(3) i {
    background: url(../images/icon3.png) center no-repeat;
    background-size: 100% auto;
}

.lcsermtxt {
    background: #fff;
    position: relative;
    height: 190px;
}

.lcsermtxtm {
    width: 92%;
    left: 4%;
    bottom: 25px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    border-bottom: 1px solid #999;
    padding: 0 6%;
    padding-bottom: 30px;
    padding-top: 20px;
    height: 188px;
}

.lcsermtxtm:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background: #ec6f01;
    height: 1px;
    content: '';
}

.lcsermtxtm p,
.lcsermtxtm em {
    opacity: 0;
    top: 20px;
}

.lcserma:hover .lcsermtxtm {
    height: 260px;
}

.lcserma:hover .lcsermtxtm p,
.lcserma:hover .lcsermtxtm em {
    opacity: 1;
    top: 0;
}

.lcserma:hover .lcsermtxtm i {
    bottom: 177px;
    transform: scale(0.9);
}

.lcserma:hover .lcsermtxtm:before {
    width: 100%;
}

.lcserma:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.lcserma,
.lcsermtxtm,
.lcsermtxtm p,
.lcsermtxtm em,
.lcsermtxtm i,
.lcsermtxtm:before {
    transition: all 0.6s ease;
}

.lcsermtxtm p {
    transition-delay: 0.3s;
}

.lcsermtxtm em {
    transition-delay: 0.5s;
}

@keyframes fadeloho {
    0% {
        opacity: 1;
        bottom: 15px;
    }

    50% {
        opacity: 0;
        bottom: 81px;
    }

    100% {
        opacity: 1;
        bottom: 177px;
    }
}

.bf4f8f9 {
    background: #f4f8f9;
    height: 100%;
    top: 0;
    width: 200%;
    right: -220%;
    position: absolute;
}

.lcsys {
    position: relative;
}

#lizi {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.drivenBg {
    width: 740px;
    margin: auto;
    border: dotted 1px #cccccc;
    border-radius: 100%;
    padding: 50px;
    position: relative;
    /*visibility: hidden;    opacity: 0;*/
}

/*.drivenBg.act{	visibility: visible;	opacity: 1;    -webkit-transition: all 0.5s ease 0s;    transition: all 0.5s ease 0s;}*/
.drivenBg li {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: dotted 1px #c0c0c0;
    background-color: #fff;
    -webkit-transform: all 0.3s ease 0s;
    transform: all 0.3s ease 0s;
}

.drivenBg li:nth-child(1) {
    top: 13.54%;
    right: 13.4%;
    background-color: #ec6f01;
    border-color: #ec6f01;
}

/*.drivenBg li:nth-child(2){	bottom: 13.54%;	right: 13.4%;}.drivenBg li:nth-child(3){	bottom: 13.54%;	left: 13.4%;}.drivenBg li:nth-child(4){	top: 13.54%;	left: 13.4%;}*/
/*svg*/
.svgQuan {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
    height: 100%;
}

.circle-load-svg {
    stroke-dasharray: 0 2324;
}

@keyframes rot {
    100% {
        stroke-dasharray: 2324 2324;
    }
}

.act .circle-load-svg {
    stroke-dasharray: 0 2324;
    -webkit-stroke-dasharray: 0 2324;
    animation: rot 5s ease 0s 1;
}

/*svg*/
.drivenDl {
    text-align: center;
    padding-top: 10px;
}

.drivenDl dt {
    display: inline-block;
    font-size: 0;
    position: relative;
    margin-bottom: 12px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.drivenDl dd {
    padding-bottom: 20px;
}

.drivenDl i {
    font-size: 30px;
}

.drivenDl dt .imgHui,
.drivenDl dt .imgCai {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.drivenDl dt .imgHui,
.swiper-slide-active .drivenDl dt .imgCai,
.swiper-slide-duplicate-active .drivenDl dt .imgCai {
    visibility: visible;
    opacity: 1;
}

.swiper-slide-active .drivenDl dt .imgHui,
.swiper-slide-duplicate-active .drivenDl dt .imgHui,
.drivenDl dt .imgCai {
    visibility: hidden;
    opacity: 0;
}

.drivenDl dt .imgCai {
    position: absolute;
    top: 0;
    left: 0;
}

.imgHui {
    filter: grayscale(100%);
    filter: gray;
}

.drivenDl .tit {
    font-size: 30px;
    color: #666;
    margin-bottom: 40px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.swiper-slide-active .drivenDl .tit,
.swiper-slide-duplicate-active .drivenDl .tit {
    color: #000;
}

.drivenBox {
    position: relative;
    margin-top: 50px;
}

.drivenSwp {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.imgDiv img {
    width: 100%;
    vertical-align: top;
}

.drivenDl .moreAbut {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
}

.swiper-slide-active .drivenDl .moreAbut,
.swiper-slide-duplicate-active .drivenDl .moreAbut {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

@media screen and (max-width: 1680px) {
    .drivenBg {
        width: 650px;
    }

    .drivenBg .circle-load-svg {
        transform: scale(0.87837);
    }
}

/*底部*/
.footTop-lt,
.footTop-rt {
    float: left;
}

.footTop-lt {
    width: 67.045%;
    padding-right: 80px;
    border-right: solid 1px #222e3f;
}

.footTop-rt {
    width: 32.955%;
}

.footTop-ltOne {
    display: flex;
    align-items: center;
    padding-bottom: 65px;
    border-bottom: solid 1px #222e3f;
}

.ftLogo {
    width: 290px;
}

.ftLogo img {
    height: 40px;
}

.ftNav {
    width: 835px;
    display: flex;
    justify-content: space-between;
}

.ftNav li a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
    margin-left: 20px;
}

.footTop-ltTwo {
    padding: 75px 0;
}

.footTop-ltTwo .div {
    display: flex;
    position: relative;
    align-items: flex-start;
}

.ftEwm {
    width: 145px;
    padding: 15px;
    border: solid 1px rgba(255, 255, 255, .15);
}

.ftEwm img {
    border-radius: 3px;
}

.linkList {
    position: absolute;
    right: 0;
    top: 0;
}

.linkList li a {
    color: #666666;
    line-height: 32px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ftTactList {
    display: flex;
    margin-left: 75px;
}

.ftTactList li {
    width: 240px;
}

.ftTactList .icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    display: block;
    font-size: 0;
    border: solid 1px rgba(255, 255, 255, .15);
    border-radius: 100%;
    margin-bottom: 15px;
}

.ftTactList .icon img {
    display: inline-block;
    vertical-align: middle;
}

.ftTactList .tit {
    font-size: 16px;
    color: #999999;
}

.ftTactList .txt {
    font-size: 28px;
    color: #af895e;
    margin-bottom: 10px;
}

.ftTactList .spanTxt {
    color: #999999;
}

.footTop-rt {
    padding-left: 80px;
}

.footTop-rt .tit {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 50px;
    margin-top: 10px;
}

.ftFmbox input {
    box-sizing: border-box;
}

.ftFmbox .ftFm-inp,
.ftFmbox .ftFm-area {
    width: 100%;
    background-color: #222f4d;
    border-radius: 3px;
    padding: 0 20px;
    color: #fff;
    border: solid 1px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ftFmbox .on .ftFm-inp,
.ftFmbox .on .ftFm-area {
    border: solid 1px #b28653;
    background-color: rgba(0, 0, 0, 0);
}

.ftFmbox .ftFm-inp {
    height: 32px;
}

.ftFmbox .ftFm-area,
.ftFmbox .ftFm-inp,
.ftFm-But .but {
    color: rgba(255, 255, 255, 0.8);
}

.ftFm-But {
    text-align: right;
}

.ftFmbox .ftFm-area {
    height: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ftFm-Row {
    margin: 0 -8px;
    margin-bottom: 15px;
}

.ftFm-Col {
    padding: 0 8px;
}

.ftFm-But {
    margin-top: 50px;
}

.ftFm-But .but {
    background: #222f4d;
    color: #fff;
    display: inline-block;
    padding: 0 10%;
    height: 32px;
    line-height: 32px;
}

.footBtm {
    padding-top: 100px;
    position: relative;
    padding-bottom: 35px;
    border-bottom: solid 1px #383f52;
}

.footBtmr a {
    font-size: 12px;
    opacity: 0.7;
    color: #fff;
}

.footBtm-lt {
    display: flex;
    align-items: center;
    float: left;
}

.downBut {
    text-align: center;
    position: relative;
    border-radius: 50px;
    height: 50px;
    border: solid 1px rgba(255, 255, 255, .15);
    display: flex;
    color: #fff;
    align-items: center;
    float: left;
    padding: 0 30px;
}

.downBut .icon {
    position: relative;
    padding-right: 30px;
    text-align: center;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}

.downBut .icon:after {
    content: "";
    width: 1px;
    height: 18px;
    background-color: #313131;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.downBut span {
    padding: 0 30px;
}

.bshare-custom {
    margin-left: 30px;
}

.bshare-custom a {
    height: 22px !important;
    padding: 0 !important;
    margin: 0 20px !important;
}

.footBtml img {
    margin-right: 5%;
}

.footBtml {
    width: 65%;
}

.footBtmr {
    width: 34%;
    text-align: right;
}

.footBtmr a {
    margin-left: 7%;
    display: inline-block;
    line-height: 38px;
}

.footCopy {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    padding-top: 35px;
    padding-bottom: 70px;
}

.footBtm .topBut {
    position: absolute;
    right: 0;
    bottom: 13px;
    text-align: center;
}

.footBtm .topBut .txt {
    margin-top: 15px;
    color: #fff;
}

#bsWXBox {
    height: 256px !important;
    width: 232px !important;
}

.footBtm-rt,
.footBtm-rt a {
    color: #666666;
    float: right;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footBtm-rt {
    height: 50px;
}

.footBtm-rt a {
    margin-left: 10px;
}

/*.footBtm-rt a.jzcBut{	color: #cccccc;}*/
.footBtm-rt {
    padding-right: 110px;
    position: relative;
}

/*内页导航*/
.lchead.page .lcnav {
    top: 0;
}

.lchead.page {
    background: #fff;
    color: #000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    border-bottom: none;
}

.lchead.page .lclogo {
    margin: 0;
    left: 4%;
}

.lchead.page .lcnav {
    background: #fff;
}

.lchead.page .lcnav a {
    color: #000;
}

.lchead.page .lcnav .a0:hover,
.lchead.page .lcnav .a0.on {
    color: #ec6f01;
}

.lchead.page .lcnav .lcnavi {
    color: #222;
}

.lchead.page .lcsearch {
    display: none;
}

.lchead.page .logo1 {
    opacity: 1;
}

.lchead.page .logo2 {
    opacity: 0;
}

.lchead.page .lcbi1:after {
    opacity: 1;
}

.lchead.page .lcbi1:before {
    opacity: 0;
}

.lchead.page {
    border-color: #fff;
}

.lchead.page .lcnav .lcnavi {
    color: #222;
}

.lchead.page .lcheada,
.lchead.page .lcnav>li {
    padding-top: 20px;
    padding-bottom: 20px;
}

.lchead.page .lcnav li:hover .subxl {
    top: 71px;
}












/*网页PC底部*/
footer {
    background-color: #272a2f;
    padding-top: 60PX;
    position: relative;
    z-index: 10;
}

.foot-logo {
    padding-top: 5%;
    padding-bottom: 4%;
}
.foot-main{
    margin-bottom: 45px;
}
.foot-main-1 {
    margin-top: 45px;
 
}

.foot-main-1 span {
    display: block;
    width: 264px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 8px;
    border: solid 1px #525559;
    margin-bottom: 15px;
    color: #fff;
    opacity: 0.7;
    transition: all .35s;
    cursor: pointer;
}

.foot-main-1 span:hover {
    box-shadow: 0 0px 10px rgba(228, 0, 0, 0.72);
}

.foot-main-2 dl {
    float: left;
}

.foot-main-2 dt {
    opacity: 0.8;
    font-size: 16px;
    margin-bottom: 20px;
}

.foot-main-2 dd {
    opacity: 0.5;
    margin-bottom: 10px;
    transition: all .35s;
}

.foot-main-2 dd:hover {
    opacity: 0.8;
}

.foot-main-3 a {
    width: 27%;
    display: inline-block;
    border-radius: 8px;
    border: solid 1px #525559;
    opacity: 0.7;
    color: #fff;
    height: 44px;
    line-height: 44px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 4%;
    transition: all .5s;
}

.foot-main-3 a:hover {
    border: solid 1px rgba(228, 0, 0, 0.72);
}

.foot-main-3 a:nth-child(3n) {
    margin-right: 0;
}

.foot-ewm {
    padding-top: 60px;
    padding-bottom: 30px;
}

.foot-ewm-lf p {
    margin-top: 20px;
    opacity: 0.7;
}

.foot-ewm-fr p {
    margin-top: 20px;
    opacity: 0.5;
}

.foot-bt {
    background-color: #232325;
}

.foot-bt {
    color: #909090;
    padding: 20px 0;
}

.foot-bt a {
    color: #909090;
}

.foot-main-2 {
    display: flex;
    justify-content: space-between;
}

.foot-main-2 a {
    color: #fff;
}

.foot-main-2 dt a {
    font-weight: bold;
}

.footlogoimg img {
    height: 70px;
}

.ajaboutctxtp0 {
    font-size: 24px;
    padding-bottom: 5px;
    font-weight: bold;
}

.wzjza01 .pubcn,
.wzjza01 .puben {
    text-align: left;
}

.ajhonor .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: #ec6f01;
}

.ajhonor .mCSB_outside+.mCSB_scrollTools {
    right: -50px !important;
}



@media screen and (max-width: 1800px) {
    .lcnav>li>a {
        padding: 0 35px;
    }
}
@media screen and (max-width: 1600px) {

    .lcnav>li>a {
        padding: 0 15px;
    }

    .cpw,
    .indhistm,
    .mainnewm {
        width: 1200px;
    }

    .indhistm {
        box-sizing: content-box;
    }

    .probantxt {
        margin-left: -600px;
    }

    .pubcn {
        font-size: 38px;
    }

    .lchead.page .lcnav>li>a {
        padding: 0 25px;
    }

    .mcdsubwx {
        padding-right: 40px;
        margin-right: 40px;
        width: 390px;
    }

    .mcdsubwx h4 {
        font-size: 18px;
    }

    .prodbliimg {
        width: 80px;
        height: 80px;
    }

    .ajproonetxth4 {
        font-size: 30px;
    }

    .prodblih5 {
        padding-bottom: 5px;
        padding-top: 0;
    }

    .prodgimg {
        width: 100px;
        height: 100px;
    }

    .prodga {
        padding: 30px;
        padding-bottom: 50px;
    }

    .pubmirei {
        width: 40px;
        height: 40px;
        right: 20px;
        bottom: 20px;
    }

    .pubcn {
        font-size: 32px;
    }

    .puben2 {
        font-size: 24px;
    }

    .prodcp1,
    .prodblih5,
    .prodgh5 {
        font-size: 16px;
    }

    .prodgdesc {
        font-size: 14px;
        padding-top: 5px;
    }
}

@media screen and (max-width: 1440px) {
    .ajxinpdm {
        width: 1200px;
    }

    .newlbtn {
        bottom: 30px;
    }

    .lcheada {
        min-width: 1200px;
    }
    .lclogo img{left:5px;}
    .lcnav>li>a {
        padding: 0 18px;
       
    }

    .lchead.page .lcnav>li>a {
        padding: 0 20px;
    }



    .pubcn {
        font-size: 28px;
    }

    .puben {
        font-size: 20px;
    }

    .ajproda {
        padding-top: 40px;
    }

   

  
    .mainnewml {
        height: 596px;
    }

    .lcbanerh4 {
        font-size: 40px;
    }

    #business ul li .inner {
        padding-top: 25px;
    }

    #business {
        width: 1300px;
        padding: 0 30px;
        position: relative;
    }

    .prodcimg {
        height: 50px;
    }

    .ptb80p {
        padding: 65px 0;
    }

    .prodcslider,
    .prodemtxt {
        margin-top: 40px;
    }

    .mcdsub1 {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .mcdsubwx{
        padding-top: 25px;
    }

    .mcdsubwx {
        height: 275px;
    }
    .mainaboutm {
        width: 1200px;
    }

    .neewdmban-dhz,
    .neewdmban-dhzl {
        width: 250px;
    }

    .neewdmban-dhz.on {
        width: 600px;
    }

    .neewdmban-dhzb {
        width: 332px;
    }

    .neewdmban-dhzr,
    .neewdmbanimg10 {
        height: 350px;
    }
}

@media screen and (max-width: 1366px) {

    .contaamap1img,
    .contaamap1txt {
        height: 280px;
    }

    .contaawz3 {
        padding-top: 35px;
    }

    .tzzmainebl,
    .tzzmainebr {
        width: 520px;
        height: 194px;
    }

    .tzzmainebrmpp3 {
        padding-top: 86px;
    }

    .relabmr {
        width: 730px;
        height: 280px;
    }

    .relabp1 {
        margin-top: 160px;
    }

    .lcbanerh4 {
        font-size: 30px;
    }

    #business ul li .thumb {
        height: 320px;
    }

    .mcdsub1 a {
        padding: 0 20px;
    }

    .homeind,
    .mainaboutm,
    .cpw,
    .indhistm,
    .mainnewm,
    #business,
    .w1200 {
        width: 1100px;
    }

    .probantxt {
        margin-left: -550px;
    }

    .homeindrdesc {
        padding-top: 28px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }

    .alaboutp41 {
        font-size: 45px;
    }

    .indhistmh5 {
        font-size: 28px;
    }

    .indhistmul p {
        font-size: 14px;
    }

    .indhistmul p {
        padding-bottom: 10px;
    }

    .indhistmdesc {
        height: 100px;
    }

    #business ul li .cont_box {
        padding: 25px 20px;
    }

    #business ul li .cont_tit {
        font-size: 18px;
    }

    #business ul li .btn_area {
        margin-top: 15px;
    }

    .ajaboutaimgp1 {
        padding: 60px 40px;
        width: 550px;
    }

    .ajaboutatxtl {
        font-size: 18px;
    }

    .ajaboutatxtr {
        font-size: 14px;
    }

    .probanerh5 {
        font-size: 30px;
    }

    .pagebaner {
        height: 380px;
    }

    .ajproda {
        padding-top: 40px;
    }

    .ajproonetxth4,
    .ajaboutaimgp1 {
        font-size: 26px;
    }

    .ajproone {
        height: 390px;
    }

    .prodbliimg {
        width: 70px;
        height: 70px;
    }

    .prodcimg {
        height: 45px;
    }

    .prodbli {
        margin-top: 50px;
    }

    .prodcp1 {
        padding: 20px 10px;
        padding-bottom: 0;
    }

    #business ul li:hover {
        box-shadow: 5px 15px 20px rgb(209 209 209);
    }

    .prodemtxt table tr td:nth-child(odd) {
        width: 210px;
    }

    .prodemtxt table tr td:nth-child(even) {
        width: 340px;
    }

    .prodemtxt table td {
        padding: 10px;
    }

    .ptb80p,
    .ajabtb,
   
    .procontyactm {
        padding: 55px 0;
    }



    .prodcslider,
    .prodemtxt,
    .indhistm {
        margin-top: 30px;
    }

    .ajaboutctxt {
        font-size: 14px;
    }

    .ajaboutcimg,
    .ajaboutctxt {
        height: 501px;
    }

    .ajaboutctxtp4 {}

    .ajaboutctxt {
        padding: 25px 50px;
    }

    .mcdsubwx {
        width: 350px;
    }

    .ajaboutctxt {
        line-height: 1.5;
        font-size: 15px;
    }

    .ajaboutctxtp4 p {
        padding-bottom: 0;
    }

    .ajaboutctxtp1 {
        font-size: 24px;
    }

    .ajaboutc {
        padding-bottom: 90px;
    }

    .ajaboutctxtp4 p {
        margin-bottom: 10px;
    }

    .ajaboutbmbl {
        width: 500px;
    }

    .tzzmainbclist a {
        width: 530px;
    }

    .tzzmainbctit {
        width: 405px;
    }

    .tzzmainbclist a:before {
        width: 500px;
    }
}

@media screen and (max-width: 1440px) {
    .ajhonorm {
        width: 1200px;
    }
}

@media screen and (max-width: 1366px) {
    .ajhonorm {
        width: 1100px;
    }

    .ajhonormtxt {
        font-size: 14px;
    }

    .ajhonormtxt p {
        margin: 5px 0;
    }

    .ajhonormtxt {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}


@keyframes fadeInLeft {
    0% {
       opacity: 0;
       transform: translateX(-100px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
 }

 @keyframes fadeInRight {
    0% {
       opacity: 0;
       transform: translateX(100px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
 }

 @keyframes fadeInUp {
    0% {
       opacity: 0;
       transform: translateY(-100px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
 }

 @keyframes fadeInDown {
    0% {
       opacity: 0;
       transform: translateY(100px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
 }



 /* 内页banner */
.ny-banner {
    position: relative;
}

.ny-banner .img {
    width: 100%;
}

.ny-banner .img img.pc {
    display: block;
    width: 100%;
}

.ny-banner .img img.m {
    display: none;
}

.ny-banner .word {
    position: absolute;
    left: 8.5%;
    color: #fff;
    z-index: 2;
    top: 50%;
    margin-top: -70px;
}

.ny-banner .word h3 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 36px;
    overflow: hidden;
}

.ny-banner .word p {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    width: 582px;
    max-width: 94%;
}

.ny-banner .word1 {
    position: absolute;
    left: 8.5%;
    color: #fff;
    z-index: 2;
    top: 50%;
    margin-top: -30px;
}

.ny-banner .word1 h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 24px;
}

.ny-banner .word1 p {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    width: 582px;
    max-width: 94%;
    position: relative;
    padding-bottom: 10px;
}

.ny-banner .word1 p::after {
    content: '';
    width: 26px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ny-banner .word2 {
    position: absolute;
    left: 8.5%;
    color: #333;
    z-index: 2;
    top: 50%;
    margin-top: -70px;
}

.ny-banner .word2 h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 24px;
}

.ny-banner .word2 p {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    width: 582px;
    max-width: 94%;
    position: relative;
    padding-bottom: 100px;
}

.ny-banner .word2 p::after {
    content: '';
    width: 26px;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* hover */
@media (min-width:1025px) {
    header:hover {background-color:#fff;border-bottom:1px solid #ececec;}
    header:hover .nav-ico {background-image:url(../images/nav-ico1.png);}
    header:hover .nav-ico1 {color:#000;}
    header:hover .ser1 {color:#000;}
    header:hover .ser1::before {background-image:url(../images/ser-ico.png);}
    header:hover .lang p a {color:#000;}
    header:hover .lang p::after {background-image:url(../images/down-ico1.png);}
    header:hover a.logo img.oa {display:none;}
    header:hover a.logo img.ob {display:block;}
    .index-banner .index-prev:hover {background-color:#fff;}
    .index-banner .index-prev:hover::before {background-image:url(../images/prev-ico2.png);}
    .index-banner .index-next:hover {background-color:#fff;}
    .index-banner .index-next:hover::before {background-image:url(../images/next-ico2.png);}
    .i-product .ob .swiper-slide .word span.more:hover i {margin-left:25px;}
    a.more:hover {background-color:#fff;}
    a.more:hover::before {width:100%;}
    a.more:hover span {color:#1A4275;}
    a.more:hover i {background-image:url(../images/more-ico2.png);}
    button.more:hover {background-color:#fff;}
    button.more:hover::before {width:100%;}
    button.more:hover span {color:#1A4275;}
    button.more:hover i {background-image:url(../images/more-ico1.png);}
    
    .news .n-list a.item .word .more:hover {background-color:transparent;}
    .news .n-list a.item .word .more:hover::before {width:100%;}
    .news .n-list a.item .word .more:hover span {color:#fff;}
    .news .n-list a.item .word .more:hover i {background-image:url(../images/more-ico1.png);}
    
    .i-case .right .i-case-prev:hover {background-color:#1A4275;}
    .i-case .right .i-case-prev:hover::before {background-image:url(../images/prev-ico1.png);}
    .i-case .right .i-case-next:hover {background-color:#1A4275;}
    .i-case .right .i-case-next:hover::before {background-image:url(../images/next-ico1.png);}
    .i-product .ob .i-product-prev:hover {background-color:#1A4275;}
    .i-product .ob .i-product-prev:hover::before {background-image:url(../images/prev-ico1.png);}
    .i-product .ob .i-product-next:hover {background-color:#1A4275;}
    .i-product .ob .i-product-next:hover::before {background-image:url(../images/next-ico1.png);}
    .i-product .ob .swiper-button-disabled:hover{background-color:transparent;}
    .i-product .ob .i-product-next.swiper-button-disabled:hover::before{background-image:url(../images/next-ico2.png);}
    .i-product .ob .i-product-prev.swiper-button-disabled:hover::before{background-image:url(../images/prev-ico2.png);}
    .p-part1 .p-prev:hover {background-color:#1A4275;}
    .p-part1 .p-prev:hover::before {background-image:url(../images/prev-ico1.png);}
    .p-part1 .p-next:hover {background-color:#1A4275;}
    .p-part1 .p-next:hover::before {background-image:url(../images/next-ico1.png);}
    .p-part4 .prev:hover {background-color:#1A4275;}
    .p-part4 .prev:hover::before {background-image:url(../images/prev-ico1.png);}
    .p-part4 .next:hover {background-color:#1A4275;}
    .p-part4 .next:hover::before {background-image:url(../images/next-ico1.png);}
    .i-product1 a.item:hover {box-shadow:0px 0px 5px 1px rgba(0,0,0,0.03);border:1px solid transparent;}
    .i-product1 a.item:hover .img img {transform:scale(1.05);}
    .i-product1 a.item:hover .word h3 {color:#1A4275;}
    footer .foot1 .left dl dd a:hover,footer .foot2 a:hover {color:#333;}
    .i-case .right .i-case-b .swiper-slide .img:hover img,.i-product .oa .swiper-slide .img:hover img,.i-product .ob .swiper-slide .img:hover img,.about2 .img:hover img,.about .col-middle .left .img:hover img,.about .col-middle .right:hover img,.about .col-bottom .img:hover img {transform:scale(1.05);}
    .i-case .right .tit .tab a:hover,.case .col-top .right .tab a:hover {background-color:#1A4275;color:#fff;}
    header .lang .xl a:hover {background-color:#1A4275;color:#fff!important;}
    footer .foot1 .right .fx span:nth-child(1):hover {background-image:url(../images/wx-ico1.png);}
    footer .foot1 .right .fx span:nth-child(2):hover {background-image:url(../images/wb-ico1.png);}
    .menu-tc .nav .col-bottom .fx span:nth-child(1):hover {background-image:url(../images/wx-ico1.png);}
    .menu-tc .nav .col-bottom .fx span:nth-child(2):hover {background-image:url(../images/wb-ico1.png);}
    .menu-tc .nav .col-bottom .fx span:hover img {display:block;}
    footer .foot1 .right .fx span:hover img {display:block;}
    header .right li:hover a {color:#1A4275;}
    header .right li:hover::before {width:70%;}
    .pro-tc .cp a.item:hover .img img {transform:scale(1.03);}
    .pro-tc .cp a.item:hover p {color:#1A4275;}
    .i-case .right .i-case-b .oa:hover .i-case-prev {transform:translateX(0);}
    .i-case .right .i-case-b .oa:hover .i-case-next {transform:translateX(0);}
    .i-product1 a.item:hover,.jobs li:hover .jj{-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);box-shadow:0 15px 30px rgba(0,0,0,0.1);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0);}
    .product dl dd a.item:hover,.case-show1 a.item:hover{-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);box-shadow:0 15px 30px rgba(0,0,0,0.1);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0);}
    .p-nav .c-nav a:hover {color:#1A4275;font-weight:700;}
    .p-nav .c-nav a:hover::after {width:100%;}
    .product dl dd a.item:hover .word h3 {color:#1A4275;}
    .z_tanchuang .tbox .modal .out:hover {background:#fff url(../images/out2.png) center no-repeat;background-size:20px;transform:rotate(180deg);-webkit-transform:rotate(180deg);}
    .p-part4:hover .prev,.p-part4:hover .next {transform:translateX(0);}
    .p-part6 .down .item:hover {background-color:#fff;box-shadow:0 0 12px rgba(0,0,0,0.06);border-bottom:1px solid transparent;}
    .p-part6 .down .item:hover i {background-color:#1A4275;}
    .p-part6 .down .item:hover i::before {background-color:transparent;}
    .p-part6 .down .item:hover i::after {background-image:url(../images/down-icon1.png);}
    .p-part2 dl dt:hover img,.p-part3 .swiper-slide:hover .img img,.p-part4 .swiper-slide:hover .img img {transform:scale(1.03);}
    .p-part1 .oa .swiper-slide:hover img {transform:scale(1.03);}
    .down .left h3:hover a,.down .left .xl a:hover,.down .right li .word .dow a:hover{color:#1A4275;}
    .down .right li .img:hover img{transform:scale(1.03);}
    
    .down .right .act1 a.item:hover{border: 1px solid transparent;-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);box-shadow:0 15px 30px rgba(0,0,0,0.1);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0);}
    .down .right .act1 a.item:hover span{color:#1a4275;}
    
    .jobs li .tc p.close:hover{transform: rotate(90deg);}
    .news .n-list a.item .img:hover img,.about4 .swiper-slide .img:hover img,.about3 .col-bottom .adr dl dd .img:hover img,.case .col-bottom a.item .img:hover img,.case-show .col-middle .pic .img:hover img{transform: scale(1.03);}
    
    .fy a:hover{background:#1A4275;color:#fff;}
    .fy a.prev:hover{background:url(../images/fy-prev2.png) no-repeat;}
    .fy a.next:hover{background:url(../images/fy-next2.png) no-repeat;}
    .show_next a:hover{color:#0000FF;}
    
    .contact ul li:hover::before{width: 100%;}
    .contact ul li:hover{box-shadow: 0 0 10px rgba(0,0,0,0.05);background-color: #fff;}
    .contact ul li:hover h3 span{color:#1A4275}
    
    .down .right ul.act li .word .dow a:hover{color:#1A4275;}
    }
    /* 移动端 */
    @media (max-width:1024px) {
    .w83 {width:92%;}
    .w75{width:92%;}
    .ny-banner .img img.pc {display:none;width:100%;}
    .ny-banner .img img.m {display:block;width:100%;}
    .ny-banner .word {left:4%;margin-top:-24px;width:92%;}
    .ny-banner .word h3 {font-size:24px;margin-bottom:10px;}
    .ny-banner .word p {font-size:14px;line-height:24px;height:48px;}
    .ny-banner .word {left:4%;margin-top:-24px;width:92%;}
    .ny-banner .word h3 {font-size:24px;margin-bottom:10px;}
    .ny-banner .word p {font-size:14px;line-height:24px;height:auto;}
    .ny-banner .word p::after {display:none;}
    .ny-banner .word1 {left:4%;margin-top:-24px;width:92%;}
    .ny-banner .word1 h3 {font-size:24px;margin-bottom:10px;}
    .ny-banner .word1 p {font-size:14px;line-height:24px;height:auto;}
    .ny-banner .word1 p::after {display:none;}
    .ny-banner .word2 {left:4%;margin-top:-24px;width:92%;}
    .ny-banner .word2 h3 {font-size:24px;margin-bottom:10px;}
    .ny-banner .word2 p {font-size:14px;line-height:24px;height:auto;}
    .ny-banner .word2 p::after {display:none;}
  
    }

/*内页小导航*/
.gddha{width:100%;height:63px;}
.gddham{ position:relative;width:100%;left:0;z-index:13;top:0;transition:all 0.3s ease;}
.gddhfixed.on{ position:fixed;left:0;top:70px;}

.pbsmnav{padding:0 5%;border-bottom: 1px solid #eeeeee;background:#fff; position:relative;z-index:6;}
.pbsmnav a{text-align: center;display: block;position: relative;line-height: 62px;height: 62px;font-size:16px;color:#222;}
.pbsmnav a:before{position:absolute;width: 80px;height: 2px;background: #ec6f01;content: '';left:50%;margin-left:-40px;bottom:0;opacity: 0;}
.pbsmnav a:after{position:absolute;width: 1px;height: 20px;background: #707071;content: '';top:21px;right:0; opacity: 0.6;}
.pbsmnav a.on,.pbsmnav a:hover{color:#ec6f01;font-weight:bold;}
.pbsmnav a.on:before,.pbsmnav a:hover:before{bottom:-1px;opacity: 1;}
.pbsmnav a:last-child:after{display: none;}
.pbsmnav a:after,.pbsmnav a:before,.pbsmnav a{transition: all 0.5s ease;}
/*
.pbsmnav3 a{width:33.33%;}
.pbsmnav4 a{width: 25%;}
*/
.pbsmnavm{display: flex;width: 100%; flex-direction: row;}
.pbsmnavm a{display: inline-block;    padding: 0 2%;}
.pbsmnavm{display: block;text-align: center;}


/*关于我们*/
.ajabtb{padding: 85px 0;}
.ajaboutaimg{ position: relative;}
.ajaboutaimg img{width:100%;}
.ajaboutaimgp1 img{width: 100%;vertical-align: top; border-radius:5px;}
.ajaboutaimgp1{font-size:30px;color:#fff;border-radius:5px;position: absolute;background: rgba(236,111,1,0.8); left:-85px;top:50%;transform: translateY(-50%);padding: 70px 0; padding-left: 60px;width: 620px;padding-right: 40px; line-height: 1.5;}
.ajaboutaimgp1 span{font-size:16px; display: block; padding-bottom: 5px;}
.ajaboutatxt{text-align: justify; margin-top: 50px;}
.ajaboutatxtl{width:355px;font-size: 22px;}/*padding-left: 45px;*/
.ajaboutatxtl .puben,.ajaboutatxtl .pubcn{text-align:left;}
.ajaboutatxtr{width:60%;padding-right: 15px;font-size: 16px;}
.ajaboutatxtr p{padding-bottom: 10px;color:#000;line-height:200%;text-indent:2em;}

@media screen and (max-width: 1000px) {
.ajaboutaimgp1,.ajaboutatxtl{
display: none;
}
.ajaboutatxtr {
    width: 100%;
    padding: 0;
    font-size: 14px;
    padding:0 10px;
  }
}


.puben {
    color: #d2d2d2;
    font-size: 40px;
    font-family: "din",aril;
    text-transform: uppercase;
    line-height:40px;
  }
.pubcn {
    color: #000;
    font-size: 65px;
    font-weight: bold;
}




.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}





.service-block-three{
	position:relative;
	margin-bottom:50px;
}

.service-block-three .inner-box{
	position:relative;
	text-align:center;
	padding:45px 30px 45px;
}

.service-block-three .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:0px;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	background-color:#ff7701;
}

.service-block-three .inner-box:hover::before{
	height:100%;
	transition-delay: 600ms;
}

.service-block-three .inner-box .border-one{
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:40px;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
}

.service-block-three .inner-box .border-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:1px;
	background-color:#acacac;
}

.service-block-three .inner-box .border-one:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:1px;
	height:100%;
	background-color:#acacac;
}

.service-block-three .inner-box:hover .border-one:before,
.service-block-three .inner-box:hover .border-one:after{
	background-color:#ff7701;
}

.service-block-three .inner-box:hover .border-one{
	width:100%;
	height:100%;
	display:block;
}

.service-block-three .inner-box .border-two{
	position:absolute;
	right:0px;
	bottom:0px;
	width:40px;
	height:40px;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
}

.service-block-three .inner-box .border-two:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:100%;
	height:1px;
	background-color:#acacac;
}

.service-block-three .inner-box .border-two:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:1px;
	height:100%;
	background-color:#acacac;
}

.service-block-three .inner-box:hover .border-two{
	width:100%;
	height:100%;
	display:block;
}

.service-block-three .inner-box:hover .border-two:before,
.service-block-three .inner-box:hover .border-two:after{
	background-color:#ff7701;
}

.service-block-three .inner-box .icon-box{
	position:relative;
	color:#9c9c9c;
	font-size:60px;
	line-height:1em;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.service-block-three .inner-box h3{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:700;
	line-height:1.3em;

}


.service-block-three .inner-box h3 a{
	position:relative;
	color:#ff7701;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-size:30px;
    
}

.service-block-three .inner-box .text{
	position:relative;
	color:#000;
	font-size:20px;
	line-height:1.7em;
	margin-top:15px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    
}

.service-block-three .inner-box:hover h3 a,
.service-block-three .inner-box:hover .text,
.service-block-three .inner-box:hover .icon-box{
	color:#ffffff;
	transition-delay: 600ms;
}


.time{
    width:100%;
    background:url(../images/history-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
h2.top_title{border-bottom:none;background:none;text-align:center;line-height:32px; font-size:20px}
h2.top_title span{font-size:12px; color:#666;font-weight:500}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
  }
  .cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
  }
  
  /* -------------------------------- 
  
  Main components 
  
  -------------------------------- */
  
  #cd-timeline {
    position: relative;
    padding: 6em 0;

  }
  #cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 1;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #fff;
  }
  @media only screen and (min-width: 1170px) {
    #cd-timeline {
    
    }
    #cd-timeline::before {
      left: 50%;
      margin-left: -2px;
    }
  }
  
  .cd-timeline-block {
    position: relative;
    margin: 2em 0;
  }
  .cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-block {
      margin: 4em 0;
    }
    .cd-timeline-block:first-child {
      margin-top: 0;
    }
    .cd-timeline-block:last-child {
      margin-bottom: 0;
    }
  }
  
  .cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  }
  .cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
  }
  .cd-timeline-img.cd-picture {
    background: #ec6f01;
  }
  .cd-timeline-img.cd-movie {
    background: #ec6f01;
  }
  .cd-timeline-img.cd-location {
    background: #ec6f01;
  }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-img {
      width: 30px;
      height: 30px;
      left: 50%;
      margin-left: -15px;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
      visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-1 0.6s;
      -moz-animation: cd-bounce-1 0.6s;
      animation: cd-bounce-1 0.6s;
    }
  }
  
  .cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 3px #c4c4c4;
  }
  .cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-timeline-content h1 {
    color: #ec6f01;
    line-height:40px;
    margin:0;
  }

  .cd-timeline-content h2 {
    color: #303e49;
    line-height:40px;
  }


  .cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
  }
  @media only screen and (min-width: 768px) {
    
    .cd-timeline-content h1 {
        font-size: 1.6rem;
      }
    .cd-timeline-content h2 {
      font-size: 1.6rem;
    }

  }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-content {
      margin-left: 0;
      padding: 1.6em;
      width: 45%;
    }
    .cd-timeline-content::before {
      top: 14px;
      left: 100%;
      border-color: transparent;
      border-left-color: white;
    }
   
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
      float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
      top: 14px;
      left: auto;
      right: 100%;
      border-color: transparent;
      border-right-color: white;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
      float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
      left: auto;
      right: 122%;
      text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
      visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-2 0.6s;
      -moz-animation: cd-bounce-2 0.6s;
      animation: cd-bounce-2 0.6s;
    }
  }
  
  @media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
      -webkit-animation: cd-bounce-2-inverse 0.6s;
      -moz-animation: cd-bounce-2-inverse 0.6s;
      animation: cd-bounce-2-inverse 0.6s;
    }
  }
  



  .col-page-partner {
    padding: 14vh 0 20vh;
  }
  .container3 {
    max-width: 100%;
    width: 100%;
    padding: 0 13.5vw;
    margin: 0 auto;
  }


  /* partner */
.col-page-partner{padding: 14vh 0 20vh;}
.col-page-partner h1{font-size: 3rem;color:#ff5e0e;font-weight: normal;margin-bottom: 2.8vh;}
.col-page-partner h2{font-size: 1.5rem;color:#7f7f7f;font-weight: normal;margin-bottom: 2.8vh;}
.col-page-partner p{font-size: 1.1rem;color:#000;font-weight: normal;margin-bottom: 2.8vh;height:80px;line-height:150%;}
.col-page-partner .bt3{margin-top:-200px;width:100%;}
.col-page-partner ul.list{display: flex;flex-wrap: wrap;}
.col-page-partner ul.list li{width: calc(50% - 9.6px);margin-right: 12px;margin-bottom: 12px;}
.col-page-partner ul.list li img{margin:0 auto;}
.col-page-partner ul.list li:nth-child(2n){margin-right: 0;}


@media (max-width: 1200px) {
    .col-page-partner{background-attachment: scroll !important;}
    .col-page-partner{padding: 7vh 0 7vh;}
  }
@media (max-width: 992px) {
.col-page-partner ul.list li{width: 100%;}
.col-page-partner h1{font-size: 30px;color:#ff5e0e;font-weight: normal;margin-bottom: 10px;}
.col-page-partner h2{font-size: 15px;color:#7f7f7f;font-weight: normal;margin-bottom: 10px;}
.col-page-partner p{font-size: 10px;color:#000;font-weight: normal;margin-bottom: 10px;height:auto;line-height:150%;}
.col-page-partner .bt3{margin-top:0px;}
.container3 {

    padding: 0 4vw;
  }

}


.contaa{padding-top:80px; background:#f5f5f5;}

.contaamap1img,.contaamap1txt{width:50%;min-height:350px;background:#fff;}

.contaawz3{ font-size:14px; color:#666;line-height:16px; padding-top:40px;}
.contaamap1txt{padding-left:60px;}
.contaamap1txt h2{font-size:20px;line-height:20px;margin-top:30px;color:#000;}
    .contaawz4 {
        font-size: 18px;
        line-height: 35px;
      }
.contaamap1img img{width:100%; vertical-align: top;}
.contaamap1{ margin-top:40px; box-shadow: 0 5px 15px rgb(0,0,0,0.08);}
.contaamap2m{ background:#fff; padding:30px;box-shadow: 0 5px 15px rgb(0,0,0,0.08);  padding-bottom:20px;}
.contaawz1{font-size:20px; position:relative; padding-bottom:15px; border-bottom:1px solid #e5e5e5;}
.contaawz2{ margin-top:12px;}

.contaawz2,.contaawz5{font-size:16px; color:#666; padding:10px 0;}
.contaamap2m{width:32.33%; margin-right:1.5%;  margin-top:1.5%; transition:all 0.3s ease;}
.contaamap2m2:nth-child(3n){ margin-right:0;}

 .contaamap2m1:nth-child(3n){ margin-right:0;}
.contaawz3,.contaawz4,.contaawz5,.contaawz2{padding-left:35px;}
.contaamap2{ margin-top:25px;}
.contaamap2m:hover{box-shadow: 0 10px 25px rgb(0,0,0,0.08);}
.contaawz1:before{ position:absolute;width:0;left:0;bottom:0; height:1px; content:''; background:#ec6f01;opacity:0;transition:all 0.3s ease;}
.contaamap2m:hover .contaawz1:before{width:100%; opacity:1;}
.contaamap2m1{width:32.33%;}
.contaama{ margin-top:50px;padding-bottom:50px;}
.contaamap2m1{ margin-top:20px;}
.contaamap21{margin-top:5px;}
.contaamap23{ margin-top:10px;}
.contaamap2m_div{margin-top:10px;color: #666;min-height:88px;}
.contaamap2m_div a{color:#000;}
.puben2 {
    font-size: 20px;text-align:center;
  }
  .pubcn2 {
    font-size: 36px; text-align:center;
  }

  .ctaiconadd{background:url(../images/ctaiconadd.png) left center no-repeat;}
  .ctaicontel{background:url(../images/ctaicontel.png) left center no-repeat;}
  .ctaiconfax{background:url(../images/ctaiconfax.png) left center no-repeat;}
  .ctaiconmail{background:url(../images/ctaiconmail.png) left center no-repeat;}
  .ctaiconlxr{background:url(../images/ctaiconlxr.png) left center no-repeat; background-size:22px auto;}



  /* 高德地图 */
  .map01wrap{width: 100%;margin: 50px auto;}
  /* maptl */
  .maptl{font-size: 34px;color: #333333;text-align: center;margin-bottom: 30px;}
  /* map */
  .map{width: 100%;height: 400px;}
