.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}
.warpper_mid{
    width: 1400px;
    position: relative;
    margin:0 auto;
}
.warpper_min{
    width: 1200px;
    position: relative;
    margin:0 auto;
}


@font-face {
    font-family: 'Bar';
    src: url("../fonts/Barlow.ttf");
}

@font-face {
    font-family: 'ali';
    src: url("../fonts/Alimama_ShuHeiTi_Bold.ttf");
}

@font-face {
    font-family: 'logoti';
    src: url("../fonts/logoti.ttf");
}


.padding {
    padding: 5% 0 5% 0;
}
.padding-inner {
    padding: 5% 0 5% 0;
}
.padding-top {
    padding-top: 5%;
}

.padding-bottom {
    padding-bottom: 5%;
}
.inner-padding{
    padding:5% 0;
}
.inner-padding-top{
    padding-top: 5%;
}
.inner-padding-bottom{
    padding-bottom: 5%;
}

.transi {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flexcent{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexleft{
    display: flex;
    align-items: center;
    justify-content: left;
}
.flexsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.over-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.allmore{
    width: 140px;
    height: 35px;
    padding:0 20px;
    border-radius: 30px;
}
.allmore .s1{
    font-size:14px;
}
.allmore .s2{
    font-size:19px;
}
.allmore.white{
    border:1px solid #fff;
}
.allmore.white .s1{
    color:#fff;
}
.allmore.white .s2{
    color:#fff;
}
.allmore.color{
    border:1px solid #006a5a;
}
.allmore.color .s1{
    color:#006a5a;
}
.allmore.color .s2{
    color:#006a5a;
}
.allmore:hover{
    border-radius: 8px;
    padding:0 23px;
}
.alltitle{
    text-align:center;
    margin-bottom: 3%;
}
.alltitle .en{
    font-size:88px;
    color:#d9d9d9;
    text-transform: uppercase;
    font-family: logoti;
    line-height: 70px;
}
.alltitle .t1{
    font-size: 34px;
    color: #323232;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.alltitle .t1 span{
    color:#006a5a;
}
.alltitle .t2{
    font-size:16px;
    color:#545454;
}
.alltitle.white .en{
    color:rgba(255,255,255,0.1);
}
.alltitle.white .t1{
    color:#fff;
}
.alltitle.white .t2{
    color:#fff;
}




.swiperbody {
    width: 100%;
    height: 100%;
}
.swiperbody>.swiper-wrapper>.swiper-slide{
    width:100%;
    height: 100%;
    overflow: hidden;
}
.slider-inner{
    position: relative;
    width:100%;
    height: 100%;
}
.inner-padd-top{
    width: 100%;
    height: 100%;
    padding-top: 110px;
    position: relative;
}
.inner-con{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.index_down{
    position: absolute;
    bottom:3%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    cursor: pointer;
}
.index_down .inner{
    -webkit-animation: arrowMove 2s infinite;
    animation: arrowMove 2s infinite;
}
@-webkit-keyframes arrowMove {
    to {
        -webkit-transform: translateY(1.25rem);
        transform: translateY(1.25rem);
        opacity: 0;
    }
}

@keyframes arrowMove {
    to {
        -webkit-transform: translateY(1.25rem);
        transform: translateY(1.25rem);
        opacity: 0;
    }
}
.index_down .icon{
    width: 30px;
    height: 30px;
    position: relative;
    margin:0 auto;
}
.index_down .icon .img2{
    opacity: 0;
}
.index_down p{
    color:#fff;
    font-size:14px;
    margin-top: 8px;
    text-transform: uppercase;
}
.index_down.black .icon .img1{
    opacity: 0;
}
.index_down.black .icon .img2{
    opacity: 1;
}
.index_down.black p{
    color:#3e3e3e;
}

.swiper-banner{
    width: 100%;
    height: 100%;
}
.swiper-banner .banner-text{
    position: absolute;
    width: 100%;
    left:0;
}
.swiper-banner .banner-text img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.swiper-banner .banner-text1{
    top:33%;
    left: -5.5%;
}
.swiper-banner .banner-text2{
    top:24%;
}
.swiper-banner .banner-text3{
    top:30%;
}
.swiper-banner .banner-text img {
    opacity: 0;
    -webkit-transition: all 1.8s;
    -moz-transition: all 1.8s;
    -ms-transition: all 1.8s;
    -o-transition: all 1.8s;
    transition: all 1.8s;
    transition-delay: 0.5s;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
}
.swiper-banner .swiper-slide-active .banner-text img{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.banner-btn {
    position: absolute;
    width: 200px;
    z-index: 2;
    right: 5%;
    bottom: 8%;
    height: 60px;
}
.banner-btn .jiao{
    float: left;
    width: 60%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.banner-btn .jian{
    float: left;
    width: 40%;
    height: 100%;
    position: relative;
}
.banner-btn .jiao .swiper-pagination{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: inherit;
}
.banner-btn .jian .btn:after{
    font-size:18px;
    font-weight: bold;
    color:#fff;
}
.loading {
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    background: none;
    opacity: 0.6;
    margin: 14px 0;
}

.loading.swiper-pagination-bullet-active {
    border-color: rgba(255,255,255,.4);
    opacity: 1;
}

.loading .c-progress {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 120px;
    opacity: 1;
}


.loading .left,.loading .right {
    position: absolute;
    top: -1px;
    left: -1px;
    overflow: hidden;
    width: 12px;
    height: 24px;
    opacity: 0
}

.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
    opacity: 1
}

.loading .right {
    top: -1px;
    right: -1px;
    left: auto
}

.loading .left:after,.loading .right:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 12px;
    height: 24px;
    border: 1px solid #fff;
    border-right: 0;
    border-radius: 19px 0 0 19px;
    content: "";
    box-sizing: border-box;
}

.loading .right:after {
    position: absolute;
    display: block;
    border: 1px solid #fff;
    border-left: 0;
    border-radius: 0 19px 19px 0;
    content: "";
}

.loading.swiper-pagination-bullet-active .left:after {
    transform-origin: right center;
    animation-fill-mode: forwards;
    animation-duration: 6.5s;
    animation-timing-function: linear;
    animation-name: spin-left
}

.loading.swiper-pagination-bullet-active .right:after {
    transform-origin: left center;
    animation-duration: 6.5s;
    animation-timing-function: linear;
    animation-name: spin-right
}

@keyframes spin-right {
    0% {
        transform: rotate(180deg)
    }

    50% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin-left {
    0% {
        transform: rotate(180deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.headFix{
    position: fixed;
    width: 100%;
    z-index: 1000;
    left:0;
    top:0;
    background: rgba(0,106,90,0.7);
    padding:0 3%;
}
.headFix_inner{
    width: 100%;
    height: 100%;
}

.headLogo .logo{
    display: block;
    position: relative;
    width: 171px;
    height: 49px;
    margin-right: 20px;
}
.headLogo .logo .img2{
    opacity: 0;
}
.headLogo .lang{
    width: 40px;
    height: 30px;
    border-bottom:1px solid #fff;
}
.headLogo .lang span{
    color:#fff;
    font-size:14px;
    text-transform: uppercase;
}
.headLogo .lang .icon{
    width: 6px;
    height: 5px;
    background: url("../Image/lang-jian.png") no-repeat center;
}
.headBtn{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.headBtn .btn{
    height: 38px;
    background: #fff;
    border-radius: 30px;
    border:1px solid #006a5a;
}
.headBtn .sear{
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    cursor: pointer;
    overflow: hidden;
}
.headBtn .sear input[type=submit]{
    line-height: 38px;
    width: 90px;
    font-size: 15px;
    color: #006a5a;
    padding-left: 25px;
    background: url(../Image/head-sear.png) no-repeat left 10px center;
    background-size: 14px;
    cursor: pointer;
}
.headBtn .sear input[type=text]{
    background: #fff;
    outline: none;
    line-height: 38;
    height: 38px;
    text-indent: 15px;
    font-size:14px;
    color:#006a5a;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    width: 0;
}
.headBtn .sear:hover input[type=text]{
    width: 120px;
}
.headBtn .tel{
    width: 188px;
    margin-left: 12px;
}
.headBtn .tel span{
    font-size:18px;
    color:#006a5a;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
}
.headMenu{
    width: 36%;
}
.headMenu a{
    display: block;
    line-height: 110px;
    font-weight: bold;
    color:#fff;
    font-size:16px;
    position: relative;
}
.headMenu a:after{
    content:"";
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:0;
    height: 3px;
    width: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #006a5a;
}
.headMenu a:hover:after
,.headMenu a.act:after{
    width: 100%;
}
.headFix.mouse{
    background: #fff;
}
.headFix.mouse .headLogo .logo .img1{
    opacity: 0;
}
.headFix.mouse .headLogo .logo .img2{
    opacity: 1;
}
.headFix.mouse .headMenu a{
    color:#4f4f4f;
}
.headFix.mouse .headLogo .lang{
    border-bottom:1px solid #848484;
}
.headFix.mouse .headLogo .lang span{
    color:#585858;
}
.headFix.mouse .headLogo .lang .icon{
    background: url("../Image/lang-jian2.png") no-repeat center;
}

.headFix.white{
    background: #fff;
}
.headFix.shadow{
    box-shadow: 0 0 10px rgba(0,0,0,0.22);
}
.headFix.white .headLogo .logo .img1{
    opacity: 0;
}
.headFix.white .headLogo .logo .img2{
    opacity: 1;
}
.headFix.white .headMenu a{
    color:#4f4f4f;
}
.headFix.white .headLogo .lang{
    border-bottom:1px solid #848484;
}
.headFix.white .headLogo .lang span{
    color:#585858;
}
.headFix.white .headLogo .lang .icon{
    background: url("../Image/lang-jian2.png") no-repeat center;
}



.index_slide1 .imgbox{
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.index_slide1 .imgbox img{
    animation: moivescale 10s ease-in-out infinite alternate;
}
@keyframes moivescale {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
}
.index_slide1 .text{
    float: left;
    width: 50%;
    height: 100%;
    background: url("../Image/companybg.jpg") no-repeat center / cover;
}
.index_slide1 .text .t1{
    color:#fff;
    font-size:20px;
}
.index_slide1 .text .line{
    width: 36px;
    height: 2px;
    background: #fff;
    margin:3% 0 4% 0;
}
.index_slide1 .text .t2{
    color:#fff;
    font-size:24px;
}
.index_slide1 .text .t3{
    color:#fff;
    font-size:34px;
    font-weight: lighter;
}
.index_slide1 .text .t4{
    color:#fff;
    font-size:14px;
    line-height: 30px;
    margin:3% 0;
}
.index_slide1 .text .inner{
    padding:0 7%;
}
.index_slide1 .text .c_shuzi_item{
    margin-top: 9%;
    flex-wrap: wrap;
}
.c_shuzi_item .list .icon{
    width: 55px;
    height: 55px;
    position: relative;
    background: #fff;
    border-radius: 100%;
    margin-right: 15px;
}
.c_shuzi_item .list .tt .a1{
    color:#fff;
    font-size:14px;
    white-space: nowrap;
}
.c_shuzi_item .list .tt .a2{
    display: flex;
    justify-content: left;
    align-items: flex-end;
}
.c_shuzi_item .list .tt .a2 .b1{
    color:#fff;
    font-size:28px;
    font-weight: bold;
    white-space: nowrap;
}
.c_shuzi_item .list .tt .a2 .b2{
    color:#fff;
    font-size:14px;
    line-height: 30px;
}

.index_slide2{
    background: url("../Image/probg.jpg") no-repeat center / cover;
}
.index_slide2 .inner{
    width: 100%;
}
.in_pro_lunbo .swiper-slide{
    width: 39%;
}
.in_pro_lunbo .swiper-slide .imgbox{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 410px;
}
.in_pro_lunbo .swiper-slide .title{
    text-align:center;
    font-size:20px;
    color:#303030;
    margin-top: 20px;
}
.in_pro_lunbo .swiper-slide:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.in_pro_lunbo .btn{
    width: 62px;
    height: 62px;
    background: #006a5a;
    border-radius: 100%;
    top:43%;
}
.in_pro_lunbo .btn:after{
    font-size:20px;
    color:#fff;
}
.in_pro_lunbo .swiper-button-next{
    right: 26%;
}
.in_pro_lunbo .swiper-button-prev{
    left: 26%;
}
.index_slide3{
    background: url("../Image/ysbg.jpg") no-repeat center / cover;
}

.index_slide3 .item{
    width: 100%;
    height: 100%;
}
.index_slide3 .item .list{
    float: left;
    width: 25%;
    height: 100%;
    border-right:1px solid rgba(255,255,255,0.16);
}
.index_slide3 .item .list .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    bottom:0;
    z-index: 1;
    background: linear-gradient(-47deg,#1a7e3e,#28685a);
    opacity: 0;
    overflow: hidden;
}
.index_slide3 .item .list .bg img{
    opacity: 0.09;
}
.index_slide3 .item .list:hover .bg{
    opacity: 1;
}
.index_slide3 .item .list .inner{
    width: 100%;
    padding:0 13%;
    position: relative;
    z-index: 2;
    text-align:center;
    color:#fff;
}
.index_slide3 .item .list .icon{
    width: 100%;
    height: 75px;
    position: relative;
    margin-bottom: 6%;
}
.index_slide3 .item .list .t1{
    font-size:26px;
}
.index_slide3 .item .list .en{
    font-size:14px;
    text-transform: uppercase;
}
.index_slide3 .item .list .t2{
    font-size:16px;
    margin-top: 10%;
}
.index_slide3 .item .list .text{
    margin-top: 9%;
}
.index_slide3 .item .list .text .con{
    font-size: 14px;
    line-height: 27px;
}
.index_slide3 .item .list .text .allmore{
    margin:15% auto 0 auto;
}
.index_slide4 .alltitle .en{
    color:#f2f2f2;
}
.index_slide4 .inner{
    width: 100%;
    margin-top: 8.5%;
}

.allnews .imgbox{
    width: 100%;
    height: 280px;
    position:relative;
    overflow: hidden;
}
.allnews:hover .imgbox .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.allnews .imgbox .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,106,90,0.66);
    left:0;
    top:0;
    opacity: 0;
}
.allnews .imgbox .meng img{
    max-width: 12%;
}
.allnews:hover .imgbox .meng{
    opacity: 1;
}
.allnews .text{
    padding-top: 4%;
}
.allnews .text .time{
    line-height: 35px;
    font-size:14px;
    color:#1e1e1e;
    padding-left: 30px;
    background: url("../Image/time.png") no-repeat left center;
}
.allnews .text .title{
    font-size:20px;
    color:#272727;
    font-weight: bold;
    margin:2% 0;
}
.allnews .text .con{
    font-size:14px;
    color:#656565;
    line-height: 25px;
    margin-bottom: 3%;
}

.in_news_lunbo{
    position: relative;
    width: 1600px;
    margin: 0 auto;


}
.in_news_lunbo:hover
,.in_news_lunbo .swiper-wrapper:hover
,.in_news_lunbo .meng:hover
,.in_news_lunbo .text:hover{
    cursor: url("../Image/hover-img.png"),pointer;
}
.swiper-innews, .swiper-innews.swiper-css-mode .swiper-wrapper {
    perspective: 1600px;
    overflow: inherit;
}
.swiper-innews .swiper-slide {
    width: 400px;
    background: #fff;
}
.index_slide5{
    background: #e5e8ed;
}
.index_slide5 .inner{
    width: 100%;
}
.index_slide5 .network_map{
    position: absolute;
    max-width: 100%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:-5%;
    z-index: 1;
}
.index_slide5  .slider-inner{
    z-index: 2;
}
.tel_ome{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(0, 106, 90, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 106, 90, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(0, 106, 90, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 106, 90, 0);
    }
}
.tel_ome i ,.tel_ome i:before ,.tel_ome i:after{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(0, 106, 90, 0.55);
    -o-box-shadow: 0 0 0 0 rgba(0, 106, 90, 0.55);
    box-shadow: 0 0 0 0 rgb(0, 106, 90, 0.55);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 100%;
}
.tel_ome i{
    border: 10px solid rgba(0, 106, 90, 0.32);
    box-sizing: content-box;
}
.tel_ome i:before{
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.tel_ome i:after{
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
.in_pointer .item{
    height: 25vw;
}
.in_pointer .item .list{
    position: relative;
    width: 135px;
    height: 135px;
}
.in_pointer .item .list img{
    max-width: 66%;
    max-height: 47%;
}
.in_pointer .item .list:nth-child(2){
    margin-top: 9%;
}
.in_pointer .item .list:nth-child(3){
    margin-top: -14%;
}
.in_pointer .item .list:nth-child(4){
    margin-top: 12%;
}
.in_pointer .item .list:nth-child(5){
    margin-top: -12%;
}
.in_pointer .item .list:nth-child(6){
    margin-top: 10%;
}

.index_slide6{
    background: url("../Image/footbg.jpg") no-repeat center / cover;
    padding-top: 17%;
}

.footbox .item{
    display: flex;
    justify-content: space-between;
}
.footbox .item .list{
    max-width: 30%;
}
.footbox .f-t p{
    font-weight:bold;
    color:#fff;
    font-size:20px;
    text-transform: uppercase;
}
.footbox .f-t .line{
    width: 25px;
    height: 2px;
    background: #006a5a;
    margin:15px 0 20px 0;
}
.footbox .list .ss{
    display: block;
    font-size:14px;
    color:#b2b3b5;
    line-height: 35px;
}
.footbox .list .ss a{
    color:#b2b3b5;
}
.footbox .list .ss span{
    color:#fff;
    display: inline-block;
    margin-right: 6px;
}
.footbox .list a:hover{
    color:#fff;
}
.footbox .list .ss:hover span{
    color:#006a5a;
}
.footbox .list.lx{
    width: 22%;
}
.footbox .list.lx .tel{
    font-weight: bold;
    font-size:34px;
    color:#fff;
}
.footbox .list.lx .t{
    color:#fff;
    font-size:14px;
    margin: 5% 0;
}
.footbox .list.lx .gr-item{
    margin-bottom: 8%;
}
.footbox .list.lx .gr-item .gr{
    width: 30%;
    position: relative;
}
.footbox .list.lx .gr-item .gr img{
    width: 100%;
}
.footbox .list.lx .ss{
    line-height: 25px;
}

.copy{
    border-top:1px solid #383e45;
    height: 100%;
}
.copy .warpper{
    height: 100%;
}
.copy .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-size: 14px;
    color: #b2b3b5;
}
.copy .inner a{
    color: #b2b3b5;
}

.index_slide6 .copybox{
    position: absolute;
    width: 100%;
    height: 105px;
    bottom:0;
    left:0;
}

.sbanner{
    width: 100%;
    height: 460px;
    position: relative;
    overflow: hidden;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    left:0;
    top:44%;
    text-align:center;
    color:#fff;
}
.sbanner .text .t1{
    text-transform: uppercase;
    font-weight: bold;
    font-size:36px;
}
.sbanner .text .en{
    text-transform: uppercase;
    font-size:12px;
    margin:0.5% 0 2% 0;
}
.allcrumbs{
    text-align:center;
    color:#fff;
    font-size:16px;
}
.allcrumbs .icon{
    margin-right: 10px;
}
.allcrumbs a{
    color:#fff;
}

.typebox{
    background: #f4f4f4;
    height: 85px;
}
.typebox a{
    display: initial;
    margin:0 1.5%;
    position: relative;
}
.typebox a:after{
    content:"";
    position: absolute;
    width: 0;
    left:50%;
    bottom:-2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 6px;
    background: #22734d;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.typebox a span{
    font-size:16px;
    color:#393939;
    position: relative;
    z-index: 2;
}
.typebox a:hover:after
,.typebox a.act:after{
    width: 100%;
}
.inner-company-fir{
    background: url("../Image/innerbg1.jpg") no-repeat right bottom;
}
.inner-company-fir .imgbox{
    width: 45%;
    height: 525px;
    overflow: hidden;
}
.inner-company-fir .text{
    width: 55%;
    padding:0 6.5% 0 3%;
}
.inner-company-fir .text .t1{
    font-weight: bold;
    color:#303030;
    font-size:30px;
    margin-bottom: 2%;
}
.inner-company-fir .text .t2{
    color:#303030;
    font-size:22px;
    margin:2% 0;
}
.inner-company-fir .text .t3{
    color:#686868;
    font-size:16px;
    line-height: 35px;
    margin-top: 2%;
    margin-bottom: 6%;
}
.inner-company-fir .text .c_shuzi_item .list .icon{
    background: #22734d;
    margin-right: 15px;
}
.inner-company-fir .text .c_shuzi_item .list .icon:after{
    position: absolute;
    content:"";
    width: 116%;
    height: 116%;
    border-radius: 100%;
    background: rgba(34,115,77,0.4);
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.inner-company-fir .text .c_shuzi_item .list .icon img{
    filter:brightness(1000%);
    z-index: 2;
}
.inner-company-fir .c_shuzi_item .list .tt{
    padding:0;
    width: auto;
}
.inner-company-fir .c_shuzi_item .list .tt .a1{
    color:#2e2e2e;
}
.inner-company-fir .c_shuzi_item .list .tt .a2 .b1{
    color:#2e2e2e;
}
.inner-company-fir .c_shuzi_item .list .tt .a2 .b2{
    color:#2e2e2e;
}

.inner-company-sec{
    background: #f7f7f7;
}
.inner-ys-item{
    flex-wrap: wrap;
}
.inner-ys-item .list{
    width: 22.5%;
    height: 475px;
    background: #fff;
    padding: 4% 2%;
    border:5px solid #fff;
}
.inner-ys-item .list .icon{
    width: 82px;
    height: 82px;
    background: #f1f4fb;
    border-radius: 100%;
    position: relative;
    margin:0 auto;
}
.inner-ys-item .list .t1{
    font-weight: bold;
    color: #393939;
    font-size: 26px;
    text-align: center;
    margin: 6% 0;
}
.inner-ys-item .list .t2{
    color:#393939;
    font-size:16px;
    text-align:center;
    margin-bottom: 3%;
}
.inner-ys-item .list .con{
    color:#696969;
    font-size:14px;
    line-height: 30px;
}
.inner-ys-item .list:hover{
    border:5px solid #22734d;
}


.inner-company-thr{
    height: 51vw;
    background: url("../Image/bzbg.jpg") no-repeat center / cover;
}
.inner-company-thr .warpper{
    height: 100%;
}
.inner-company-thr .inner-bz-item{
    width: 100%;
    height: 100%;
}
.inner-bz-item .list{
    float: left;
    width: 25%;
    height: 100%;
    border-right:1px solid rgba(255,255,255,0.14);
    display: flex;
    align-items: center;
    text-align:center;
    color:#fff;
    position: relative;
}
.inner-bz-item .list .inner{
    width: 100%;
    padding:0 3%;
}
.inner-bz-item .list .icon{
    width: 100%;
    height: 85px;
    position: relative;
}
.inner-bz-item .list .en{
    text-transform: uppercase;
    font-size:18px;
    margin:5% 0 10% 0;
}
.inner-bz-item .list .title{
    font-weight: bold;
    font-size:24px;
    margin-bottom: 4%;
    text-transform: uppercase;
}
.inner-bz-item .list .con{
    font-size:24px;
}
.inner-bz-item .list:hover{
    background: linear-gradient(-47deg,#1a7e3eab,#28685ac4);
}

.inner-company-four .alltitle .en{
    color:#ececec;
}
.inner-company-four{
    background:url("../Image/map.png") no-repeat center;
    background-size: contain;
}
.inner-company-four .inner-map img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}

.inner-company-five{
    background:url("../Image/inhonrbg.jpg") no-repeat center / cover;
}
.inner-honor-lunbo .imgbox{
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
}
.inner-honor-lunbo .imgbox:hover img{
    transform: scale(1.05);
}

.innerFoot{
    background:url("../Image/footbg.jpg") no-repeat center / cover;
}

.innerCopy{
    background:#017e87;
    height: 85px;
}
.innerCopy .copy .inner{
    color:#fff;
}
.innerCopy .copy a{
    color:#fff;
}
.protype{
    margin-bottom: 3%;
    padding: 0 1.2%;
}
.protype a{
    float: left;
    width: 16.66%;
    text-align:center;
    font-size:16px;
    color:#393939;
    line-height: 75px;
    position: relative;
    background: #f1f1f1;
    border:2px solid #f1f1f1;
}
.protype a:before{
    position: absolute;
    content:"";
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #22734d;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}
.protype a:hover
,.protype a.act{
    background: #fff;
    border:2px solid #22734d;
}
.protype a:hover:before
,.protype a.act:before{
    opacity: 1;
}

.inner-goods-list{
    float: left;
    width: 25%;
    padding:0 1.2%;
    position: relative;
    margin-bottom: 4.5%;
}
.inner-goods-list .inner{
    padding:6% 6% 14% 6%;
    border:1px solid #e2e2e2;
}
.inner-goods-list .imgbox{
    width: 100%;
    height: 245px;
    position: relative;
    overflow: hidden;
}
.inner-goods-list .text{
    margin-top: 10%;
}
.inner-goods-list .text .title{
    font-weight: bold;
    font-size:18px;
    color:#393939;
    text-align:center;
}
.inner-goods-list .text .tags{
    font-size:14px;
    color:#666666;
    text-align:center;
    margin-top: 2%;
}
.inner-goods-list .more{
    display: block;
    position: absolute;
    width: 58px;
    line-height: 58px;
    background: #afafaf;
    bottom:-29px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align:center;
    font-size:30px;
    font-weight: bold;
    color:#fff;
    border-radius: 100%;
}
.inner-goods-list:hover .inner{
    box-shadow: 0 0 25px rgba(0,0,0,0.22);
}
.inner-goods-list:hover .more{
    background: #22734d;
}
.inner-goods-list:hover .text .title{
    color:#22734d;
}

.inner-goods-des{
    padding-top: 10%;
}
.goodsDescrumbs{
    margin-bottom: 4%;
}
.goodsDescrumbs .icon{
    margin-right: 10px;
}
.goodsDescrumbs .cu{
    font-size:16px;
    color:#303030;
}
.goods-des-box{
    margin-bottom: 4%;
    flex-wrap: wrap;
}
.inner-goods-des .protype{
    padding:0;
}

.goods-des-box .pidLunbo{
    float: left;
    width: 53%;
    height: 475px;
}
.goods-des-box .pidLunbo .left{
    float: left;
    width: 76%;
    height: 100%;
    border:1px solid #cccccc;
}
.goods-des-box .pidLunbo .left .swiper{
    width: 100%;
    height: 100%;
}
.goods-des-box .pidLunbo .left .swiper .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.goods-des-box .pidLunbo .right{
    float: right;
    width: 22%;
    height: 100%;
    position: relative;
}
.goods-des-box .pidLunbo .right .swiper{
    width: 100%;
    height: 100%;
}
.goods-des-box .pidLunbo .right .swiper .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border:1px solid #cccccc;
}
.goods-des-box .pidLunbo .right .btn{
    width: 100%;
    height: 35px;
    margin:0;
    background: rgba(0,0,0,0.7);
}
.goods-des-box .pidLunbo .right .swiper-button-prev{
    left:0;
    top:0;
}
.goods-des-box .pidLunbo .right .swiper-button-prev:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.goods-des-box .pidLunbo .right .swiper-button-next{
    right:0;
    bottom:0;
    top: inherit;
}
.goods-des-box .pidLunbo .right .swiper-button-next:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.goods-des-box .pidLunbo .right .btn:after{
    color:#fff;
    font-size:15px;
    font-weight: bold;
}
.goods-des-box .pidLunbo .right .btn:hover{
    background: rgba(34,115,77,0.7);
}
.goods-des-box .pidDes{
    float: right;
    width: 44%;
}
.goods-des-box .pidDes .title{
    font-weight: bold;
    font-size:34px;
    color:#282828;
}
.goods-des-box .pidDes .line{
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    position: relative;
    margin: 3% 0;
}
.goods-des-box .pidDes .line:after{
    position: absolute;
    width: 47px;
    height: 3px;
    background: #22734d;
    left:0;
    bottom:0;
    content:"";
}
.goods-des-box .pidDes .tags{
    margin-bottom: 4%;
}
.goods-des-box .pidDes .tags li{
    padding: 1% 0;
    font-size:16px;
    color:#636363;
}
.goods-des-box .pidDes .item{
    margin: 4% 0;
}
.goods-des-box .pidDes .item .list{
    margin-right: 6%;
}
.goods-des-box .pidDes .item .list:last-child{
    margin-right: 0;
}
.goods-des-box .pidDes .item .list .t{
    font-size:16px;
    color:#636363;
    display: inline-block;
    margin-left:10px;
}
.goods-des-box .pidDes .abox a{
    float: left;
    height: 60px;
}
.goods-des-box .pidDes .abox a.lx{
    background: #22734d;
    padding:0 2%;
    margin-right: 8px;
    width: 30%;
}
.goods-des-box .pidDes .abox a.lx span{
    color:#fff;
    font-size:16px;
}
.goods-des-box .pidDes .abox .tel .icon{
    width: 64px;
    height: 59px;
    position: relative;
    border:1px solid #a6a6a6;
    margin-right: 2%;
}
.goods-des-box .pidDes .abox .tel a{
    font-weight: bold;
    font-size:24px;
    color:#006a5a;
    line-height: 60px;
}
.goods-tbox{
    margin-bottom: 25px;
}
.goods-tbox p{
    font-size:24px;
    color:#282828;
}
.goods-tbox .line{
    width: 34px;
    height: 3px;
    background: #22734d;
    margin-top: 13px;
}
.goods-con-fir .inner-ys-item .list{
    background: #f7f7f7;
}

.goods-con-sec .mySwiperpic .imgbox{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.goods-con-sec .mySwiperpic .imgbox:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.goods-con-sec .mySwiperpic .imgbox .title{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    line-height: 60px;
    font-size:14px;
    text-align:center;
    color:#fff;
    background: rgba(34,115,77,0.7);
}
.goods-con-sec .mySwiperpic .imgbox:hover .title{
    background: rgba(34,115,77,1);
}

.inner-news-list{
    float: left;
    width: 25%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-news-list .inner{
    border:1px solid #ddd;
}
.inner-news-list .imgbox{
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.inner-news-list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-news-list .text .wen{
    padding:6% 6%;
    border-bottom:1px solid #ddd;
}
.inner-news-list .text .wen .title{
    font-weight: bold;
    font-size:20px;
    color:#272727;
}
.inner-news-list .text .wen .con{
    font-size: 14px;
    color: #656565;
    margin-top: 4%;
}
.inner-news-list .text .time{
    height: 45px;
    padding:0 6%;
}
.inner-news-list .text .time .s1{
    display: inline-block;
    font-size: 14px;
    color: #1e1e1e;
    padding-left: 30px;
    background: url(../Image/time.png) no-repeat left center;
    line-height: 30px;
}
.inner-news-list .text .time .s2{
    font-size:16px;
    color:#707070;
}
.inner-news-list:hover .text{
    background: #22734d;
}
.inner-news-list:hover .text .wen .title{
    color:#fff;
}
.inner-news-list:hover .text .wen .con{
    color:#fff;
}
.inner-news-list:hover .text .time .s1{
    color:#fff;
    background: url(../Image/time1.png) no-repeat left center;
}
.inner-news-list:hover .text .time .s2{
    color:#fff;
}

.inner-news-des .left{
    float: left;
    width: 72%;
    border-right: 1px solid #eee;
    padding-right: 2%;
}
.inner-news-des .left .tbox{
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #eee;
}
.inner-news-des .left .tbox .fir{
    font-size: 24px;
    color:#333;
}
.inner-news-des .left .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}
.des-content{
    font-size: 15px;
    line-height: 30px;
    color: #333;
    text-align: justify;
}
.des-content img{
    max-width: 100%;
    display: block;
    margin:1% auto;
}
.des-content table{
    width: 100% !important;
    border-collapse: collapse;
}
.des-content table tr td{
    font-size: 15px;
    color: #3f3f3f;
    padding: 0 3%;
    border: 1px solid #ddd;
    line-height: 50px;
}

.inner-news-des .right{
    float: right;
    width: 25%;
}
.othertitle{
    height: auto;
    overflow: hidden;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 6%;
}
.othertitle span{
    float: left;
    font-size: 22px;
    color:#333;
    border-left: 2px solid #006a5a;
    padding-left:10px;
    display: inline-block;
}
.othertitle a{
    display: block;
    float: right;
    color: #777;
    text-transform: uppercase;
}
.othertitle a:hover{
    color:#006a5a;
    font-weight: bold;
}
.othernews .list .imgbox{
    height: 228px;
    overflow:hidden;
    position: relative;
}
.othernews .list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.othernews .list .title{
    font-size: 14px;
    color: #777;
    margin: 6% 0 9% 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5%;
}

.inner-contact-fir .alltitle .en{
    color:#ececec;
}
.inner-contact-fir .item{
    flex-wrap: wrap;
}
.inner-contact-fir .item .list{
    width: 24%;
    height: 255px;
    border:2px solid #ededed;
    text-align:center;
    padding:3% 2%;
}
.inner-contact-fir .item .list img{
    display: block;
    margin:0 auto;
}
.inner-contact-fir .item .list .t1{
    font-size:16px;
    color:#2a2a2a;
    margin-top: 4%;
}
.inner-contact-fir .item .list .line{
    width: 26px;
    height: 4px;
    background: #22734d;
    margin: 4% auto;
}
.inner-contact-fir .item .list .t2{
    font-size:18px;
    color:#2a2a2a;
    font-weight: bold;
}
.inner-contact-fir .lx-item{
    height: 380px;
    position: relative;
    margin-top: 3%;
}
.inner-contact-fir .lx-item #mymap{
    width: 83%;
    height: 100%;
}
.inner-contact-fir .lx-item .erbox{
    width: 13%;
}
.inner-contact-fir .lx-item .erbox img{
    width: 100%;
}
.inner-contact-sec{
    background: #f8f8f8;
}
.inner-contact-sec .alltitle .en{
    color:#ececec;
}
.inner-contact-sec-con .imgbox{
    float: left;
    width: 49%;
    height: 468px;
}
.inner-contact-sec-con .formbox{
    float: right;
    width: 48.5%;
}
.inner-contact-sec-con .formbox .item{
    flex-wrap: wrap;
}
.inner-contact-sec-con .inputbox{
    width: 49%;
    padding:2% 1%;
    background: #fff;
    margin-bottom: 2.5%;
}
.inner-contact-sec-con .inputbox .icon{
    width: 55px;
    height: 45px;
    position: relative;
}
.inner-contact-sec-con .inputbox input{
    width: calc(100% - 55px);
    line-height: 45px;
    background: #fff;
    outline: none;
    color:#333;
    font-size:14px;
}
.inner-contact-sec-con .inputbox input::placeholder{
    color:#5b5b5b;
    font-size:14px;
}
.inner-contact-sec-con .inputbox .code{
    width: calc(100% - 40px);
    position: relative;
}
.inner-contact-sec-con .inputbox .code input{
    width: 100%;
}
.inner-contact-sec-con .inputbox .code .verify{
    position: absolute;
    width: 35%;
    height: 50px;
    right:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner-contact-sec-con .inputbox .code .verify img{
    width: 100%;
    height: 100%;
}
.inner-contact-sec-con .formbox textarea{
    width: 100%;
    height: 175px;
    background: #fff url(../Image/mes-des.png) no-repeat left 4% top 13%;
    color: #333;
    font-size: 14px;
    padding: 2.4% 4% 4% 8.2%;
    margin-bottom: 2.5%;
}
.inner-contact-sec-con .formbox textarea::placeholder{
    color:#5b5b5b;
    font-size:14px;
}
.inner-contact-sec-con .formbox .submit{
    width: 100%;
    height: 75px;
    background: #22734d;
}
.inner-contact-sec-con .formbox .submit span{
    display: inline-block;
    font-size:16px;
    color:#fff;
    margin-left: 10px;
}
.kji{
    margin-bottom: 4%;
    text-align:center;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-danger {
    color: #fff;
    background-color: #cc3131;
}
.text-white {
    color: #fff!important;
}
.base_bg {
    background-color: #0e54ad;
}
.swiper-innewssec{
    display: none;
}
.swiper-innewssec .btn{
    width: 45px;
    height: 45px;
    background: #006a5a;
    border-radius: 100%;
}
.swiper-innewssec .btn:after{
    color:#fff;
    font-size:16px;
}


.sm-button-xian{
    width: 26px;
    height: 15px;
    position: relative;
    cursor: pointer;
    display: none;
}
.sm-button-xian span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff;
    right: 0;
}
.sm-button-xian span.lin-top{
    top:0;
    width: 70%;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}
.sm-button-xian span.lin-cent {
    top: 6px;
    width: 100%;
}
.sm-button-xian span.lin-bottom {
    bottom: 0;
    width: 70%;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}
.sm-button-xian:hover span{
    width: 100%;
}
.headFix.white .sm-button-xian span{
    background-color: #333;
}
.headFix.mouse .sm-button-xian span{
    background-color: #333;
}

.navBgout{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transform: translate(0,-100%);
    padding: 0 2%;
}
.navBgout.active{
    transition: all 1s ease 0s;
    opacity: 1;
    visibility: visible;
    transform: translate(0,0);
}
.navBgTop {
    position: relative;
    z-index: 1;
    padding: 5%;
    border-bottom: 1px solid #d8d8d8;
}
.navCloseButton {
    float: right;
    padding: 5px 0 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
.navBgout-logo{
    float: left;
}
.navBgout-logo a{
    display: block;
}
.navBgout-logo a img{
    height: 35px;
}
.navCloseButton span {
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    transform-origin: left center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.navCloseButton span:first-child {
    transform: rotate(45deg);
}
.navCloseButton span:last-child {
    margin-top: 20px;
    transform: rotate(-45deg);
}
.navBgBottom{
    overflow: hidden;
    height: calc(100% - 111px);
    padding: 3%;
    display: flex;
    align-items: center;
}
.navBgBottom-con{
    width: 100%;
}
.navBgBottom-con-list{
    border-bottom:1px solid #eee;
    margin-bottom: 4%;
    padding-bottom: 3%;
}
.navBgBottom-con-list .t{
    font-size:18px;
    font-weight: 700;
    color:#333;
    margin-bottom: 2%;
    text-transform: uppercase;
}
.navBgBottom-con-list .abox a{
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin-right: 4%;
}
.navBgBottom-con-list .abox a:hover{
    color:#014fa2;
    font-weight: 700;
}
.navBgBottom-con-list .pbox p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.navBgBottom-con-list .pbox p a{
    color: #666;
}


.searchM {
    padding-top: 64px;
    text-align: center;
}
.search-keyword {
    background-color:#cc3131;
    color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    padding: 3px 5px;
    display: inline-block;
}