@charset "utf-8";

/* CSS Document */
*{ margin:0; padding:0;}

body{ color:#000; font-size:12px; line-height:22px; font-family: "Microsoft YaHei", sans-serif; min-width: 1200px;}
ul{
    padding-left: 0;
}
ul,li{ list-style:none; margin-bottom: 0;}
img{ border:none; display:inline-block;}
a{ text-decoration:none; color:#333; outline: 0;}
a:hover{ text-decoration:none; }
i{ font-style:normal;}
dl,dd,p{ margin-bottom: 0; }
input,textarea,select{ outline:none; font-family: "Microsoft YaHei";}
h1,h2,h3,h4,h5,h6{ font-style:normal; font-weight:normal; list-style:none; margin-bottom: 0;}
.clear{ clear:both;}

/*美化滚动条*/

/*滚动条凹槽的颜色，还可以设置边框属性*/
::-webkit-scrollbar-track-piece {
    background-color:#f8f8f8;
}
/*滚动条的宽度*/
::-webkit-scrollbar {
    width:6px;
    height:9px;
}
/*滚动条的设置*/
::-webkit-scrollbar-thumb {
    background-color:#dddddd;
    background-clip:padding-box;
    min-height:28px;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#bbb;
}
.top_butt{
    display: none;
}
.top_h{
    margin-top: 228px!important;
}


header{
    width: 100%;
    position: relative;
    line-height: 36px;
    background: #EEEEEE;
    z-index: 99;
}
header .container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.header_top span{
    font-size: 12px;
    color: #666666;
}
.header_lang{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.header_lang dd{
    margin-left: 10px;
}
.header_lang dd a{
    font-size: 12px;
    color: #666666;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_lang dd a img{
    margin-right: 4px;
}
.header_lang dd a:hover{
    color: #FF6B01;
}

.header_m{
    background: #ffffff;
    height: 120px;
}
.header_m_left{
    padding-top: 28px;
    display: flex;
}
.l_21 {
    margin-top: 10px;
    margin-left: 8px;
}
.header_m_m{
    margin-top: 22px;
}
.header_mm_top{
    background: #FF6B01;
    border-radius: 4px;
    overflow: hidden;
    color: #ffffff;
    width: 86px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
}
.header_mm_top i{
    font-size: 13px;
    margin-right: 3px;
    font-weight: bold;
}

.header_mm_div{
    position: relative;
    width: 440px;
    margin-top: 5px;
    height: 36px;
    border: solid 3px #FF6B01;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.header_mm_div input{
    display: block;
    height: 30px;
    border: none;
    width: 74%;
    padding: 0 10px;
    font-size: 16px
}
.header_mm_div button{
    display: block;
    width: 72px;
    height: 30px;
    border: none;
    line-height: 30px;
    background: #FF6B01;
    color: #ffffff;
    font-size: 16px;
    outline: 0;
}
.header_mm_div button:active{
    opacity: 0.8;
}




.header_m_right{
    margin-top: 38px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.header_m_right dd{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_m_img{
    margin-right: 10px;
}
.header_m_right dd:nth-child(1){
    margin-right: 30px;
}
.header_m_right dd span{
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: #4a4a4a;
}
.header_m_right dd p{
    font-size: 16px;
    color: #4a4a4a;
    line-height: 22px;
}

.head_navigation{
    height: 58px;
    z-index: 999999999;
}
.head_navigation .container{
    display: flex;
}
.head_nav_type{
    text-align: center;
    width: 160px;
    height: 58px;
    background: #FF6B01;
    color: #ffffff;
    font-size: 14px;
    line-height: 58px;
}


/*导航*/
.head_nav{}
.head_nav ul li{ width: 135px; float: left; margin: 0 15px; text-align: center; position: relative;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.head_nav ul li .navA{ height: 58px; position: relative;}
.head_nav ul li .navA a{ display: block; color: #000000; font-size:14px; line-height: 58px;}
.head_nav ul li .navA img{
    margin-right: 12px;
    margin-top: -3px;
}


.head_nav ul li.on .navA a{color: #FF6B01;}
.head_nav ul li:hover .navA a{ color: #FF6B01;}


.head_nav ul li .top_down{ display: none;}

.head_nav ul li .navTwo{ position: absolute; left: 0; top: 100%; width: 150px; text-align: center; background: #FF6B01; z-index: 9;
    box-shadow: 0 0 5px #aaa;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    -ms-transform:translateY(10px);
    -o-transform:translateY(10px);
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
}
.head_nav ul li .navTwo dd{ margin-bottom: auto; height: 40px; border-bottom: solid 1px rgba(178,148,74,0.5);}
.head_nav ul li .navTwo a{ font-size: 14px !important; line-height: 40px !important; color: #fff; display: block; }
.head_nav ul li .navTwo dd:hover{ background: rgba(178,148,74,0.5);}

.head_nav ul li:hover .navTwo{
    opacity:1;
    visibility:inherit;
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
}

/*banner*/

.banner{ width: 100%; margin: 0 auto; position: relative;}
.banner:after{ content: ""; display: block; clear: both; }
.swiper_banner {
    float: left;
    width: 100%;
    height: 730px;
    position: relative;
    overflow: hidden;
}

.swiper_banner .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover !important;
}
.swiper_banner .swiper-pagination{ bottom: 50px !important;}
.swiper_banner .swiper-pagination span{ width: 100px; height:5px; background: #657376 !important; opacity:1; margin: 0 4px !important; border-radius: 0; }
.swiper_banner .swiper-pagination .swiper-pagination-bullet-active{  background: #FF6A03 !important;}


.index_cp_list{
    overflow: hidden;
    margin-top: 35px;
    position: relative;
}
.index_cp_list ul li{
    margin-bottom: 35px;
}

.index_cp_div{
    width: 100%;
    position: relative;
}
.index_cp_div img{
    width: 100%;
}
.index_cp_info{
    width: 100%;
    position: absolute;
    left: 0;
    top: 55px;
    text-align: center;
}
.index_cp_info span{
    display: block;
    font-size: 49px;
    font-weight: bold;
    color: #343434;
    line-height: 46px;
    margin-bottom: 22px;
}
.index_cp_info p{
    font-size: 19px;
    color: #343434;
    line-height: 24px;
}

.index_case{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 45px;
}

.index_case_name{
    width: 100%;
    font-size: 49px;
    color: #343434;
    line-height: 50px;
    text-align: center;
    margin-bottom: 80px;
}


.index_case_img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.index_case_img img{
    width: 100%;
}
.index_case_txt{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 0;
}
.index_case_txt span{
    font-size: 39px;
    color: #ffffff;
    line-height: 44px;
    display: block;
    margin-bottom: 18px;
}
.index_case_txt p{
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
}

.caseSwiper{
    width: 1190px;
    overflow: unset;
}

.caseSwiper .swiper-pagination span{
    width: 28px;
    height: 6px;
    background: rgba(255,255,255,0.8);
    border-radius: 0;
}
.caseSwiper .swiper-pagination-bullet-active{
    background: rgba(255,255,255,0.8);
}


.index_scheme{
    position: relative;
    overflow: hidden;
    margin-top: 90px;
}
.index_scheme_name{
    width: 100%;
    text-align: center;
    font-size: 49px;
    color: #343434;
    line-height: 50px;
}

.index_scheme_qh{
    width: 100%;
    margin-top: 80px;
    padding: 0 165px;
    padding-bottom: 50px;
}


.index_scheme_qh .swiper-pagination span{
    width: 28px;
    height: 2px;
    background: #cccccc;
}
.index_scheme_qh .swiper-pagination .swiper-pagination-bullet-active{
    background: #212121;
}

.index_case_nr{
    width: 100%;
    padding: 0 40px;
    position: absolute;
    left: 0;
    bottom: 40px;
}
.index_case_nr span{
    display: block;
    color: #ffffff;
    font-size: 43px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}
.index_case_nr p{
    color: #ffffff;
    font-size: 21px;
    line-height: 30px;
}

.index_ys{
    margin-top: 85px;
    height: 248px;
    background: #F8F9FB;
    padding-top: 50px;
}
.index_ys_div{
    width: 100%;
    text-align: center;
}
.index_ys_div span{
    display: block;
    font-size: 29px;
    color: #343434;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.index_ys_div p{
    display: block;
    font-size: 15px;
    color: #343434;
    line-height: 24px;
}
.index_ys_div p:hover{
    color: #FF6B01;
}


footer{
    padding-top: 50px;
    background: #272727;
    overflow: hidden;
    position: relative;
}
.footer_top{
    width: 100%;
    padding-bottom: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_home a{
    font-size: 29px;
    color: #919191;
    line-height: 30px;
    background: url("../images/home_1.png") left center no-repeat;
    padding-left: 36px;
}
.footer_home img{
    display: inline-block;
    margin-right: 16px;
}

.footer_search{
    overflow: hidden;
    width: 280px;
    height: 42px;
    border: solid 1px #4B4B4B;
    border-radius: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer_text{
    width: 74%;
    height: 40px;
    border: none;
    background: none;
    padding: 0 15px;
    font-size: 14px;
    color: #efefef;
}

.footer_button{
    width: 20%;
    height: 42px;
    background: none;
    border: none;
    color: #4B4B4B;
}
.footer_button i{
    font-size: 20px;
}

.footer_m{
    width: 100%;
    border-top: solid 1px #424242;
    padding: 45px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer_m_nav{
    width: 70%;
    display: flex;
}

.footer_m_lm{
    display: inline-block;
    width: 140px;
    margin-right: 20px;
}
.footer_m_lm span{
    display: block;
    font-size: 18px;
    color: #bdbdbd;
    line-height: 22px;
}
.footer_m_lm ul{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
}
.footer_m_lm ul li{
    width: 100%;
    padding: 6px 0;
}
.footer_m_lm ul li a{
    font-size: 14px;
    color: #bdbdbd;
    line-height: 22px;
}
.footer_m_lm ul li a:hover{
    color: #FF6B01;
}

.footer_m_ms{
    position: relative;
    width: 300px;
}

.footer_m_p{
    width: 100%;
    font-size: 14px;
    color: #bdbdbd;
    line-height: 24px;
}

.footer_m_tel{
    margin-top: 30px;
}
.footer_m_tel span{
    padding-left: 40px;
    height: 34px;
    display: block;
    background: url("../images/icco_tel.png") left center no-repeat;
    line-height: 34px;
    color: #BDBDBD;
    font-size: 20px;
    font-weight: bold;
}


.footer_bot{
    width: 100%;
    border-top: solid 1px #424242;
    padding: 15px;
    font-size: 14px;
    color: #C4C4C4;
    line-height: 24px;
}
.footer_bot a{
    color: #bdbdbd;
}

.product_lm{
    position: relative;
    overflow: hidden;
    background: #F6F8F7;
    height: 90px;
}
.product_lm ul{
    padding-left: 0;
    width: 100%;
    display: flex;
}
.product_lm ul li{
   margin-right: 30px;
    line-height:90px ;
}
.product_lm ul li a{
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 40px;
    color: #8A8C8B;
}
.product_lm ul li a:hover{
    color: #8A8C8B;
}
.product_lm ul li.on a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #FC6C09;
}




.product_lb_m{
    position: relative;
    background: #FAFAFA;
    width: 100%;
    padding: 50px 0;
}
.product_lb{
    position: relative;
    width: 100%;
}
.product_lb ul li{
    padding: 70px 60px;
    background: #ffffff;
    border: solid 1px #F6F6F6;
    margin-bottom: 50px;
}
.product_lb_top{
    width: 100%;
    margin-bottom: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.product_lb_info{
    width: 530px;
}
.product_lb_info a{
    font-size: 40px;
    font-weight: bold;
    color: #343434;
    line-height: 40px;
    display: block;
    margin-bottom: 30px;
}
.product_lb_info a:hover{
    color: #FC6C09;
}

.product_lb_img{
    max-width: 435px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.product_lb_img img{
    width: 100%;
}

.product_lb_xh{
    width: 100%;
    font-size: 0;
}
.product_lb_xh a{
    display: inline-block;
    font-size: 17px;
    color: #343434;
    line-height: 24px;
    border: solid 1px #C7C7C7;
    padding: 15px 20px;
    border-radius: 25px;
    margin-right: 25px;
}


.about_m{
    padding: 30px 0;
    background: #ffffff;
}
.about_m_div{
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #666666;
}
.about_m_div img{
    max-width: 100%;
}

.contact_m{
    background: #ffffff;
}

.contact_top{
    width: 100%;
    background: #ffffff;
    padding: 105px 0;
}
.contact_top .container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.contact_top_list{
    width: 50%;
    padding: 0 35px;
}
.contact_top_list dd{
    padding: 20px 0 20px 40px;
    width: 100%;
    font-size: 17px;
    color: #474747;
    line-height: 24px;
}
.contact_top_tel{
    background: url("../images/icco_tel.png") left center no-repeat;
}

.contact_top_yx{
    background: url("../images/ico_yx.png") left center no-repeat;
}

.contact_top_add{
    background: url("../images/ico_add.png") left center no-repeat;
}

.contact_top_ewm{
    width: 50%;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_top_ewm span{
    font-size: 17px;
    color: #2d2d2d;
    line-height: 28px;
    margin-left: 40px;
}
.contact_bot{
    width: 100%;
    background: #F6F6F6;
    padding: 45px 0;
}
.contact_form ul li{
    margin-bottom: 35px;
}
.contact_form ul li input{
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: none;
    padding: 0 15px;
    font-size: 14px;
}
.contact_form ul li input::placeholder{
    font-size: 14px;
}

.contact_form ul li textarea{
    width: 100%;
    height: 135px;
    background: #ffffff;
    border: none;
    padding:15px;
    font-size: 14px;
}
.contact_form ul li textarea::placeholder{
    font-size: 14px;
}

.button_form{
    width: 190px;
    height: 50px;
    background: #FF6B01;
    color: #ffffff;
    border: none;
    outline: 0;
    font-size: 16px;
}
.contact_form_title{
    width: 100%;
    font-size: 18px;
    color: #383838;
    line-height: 26px;
    margin-bottom: 50px;
}

.dow_m{
    position: relative;
    padding: 80px 0;
    background: #ffffff;
}
.dow_list{
    position: relative;
    width: 100%;
    background:#FAFAFA;
    padding: 30px 30px 50px 30px;
}
.dow_list ul li{
    width: 100%;
    border-bottom: dashed 1px #E4E4E4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 30px 0;
}
.dow_list ul li span{
    padding-left: 22px;
    display: block;
    border-left: 3px solid #B5AEA8;
    font-size: 23px;
    color: #2e2d2d;
    line-height: 30px;
}
.dow_list ul li a{
    width: 115px;
    height: 30px;
    font-size: 16px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    border-radius: 25px;
}
.dow_list ul li:hover a{
    opacity: 0.8;
}


.service_f{
    width: 88px;
    position: fixed;
    bottom: 100px;
    right: 0;
    background: #ffffff;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 10px #cccccc;
    z-index: 9;
}
.service_f dd{
    cursor: pointer;
    width: 100%;
    height: 88px;
    text-align: center;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    position: relative;
}
.service_f dd .service_f_ico{
    width: 30px;
}
.service_f dd span{
    margin-top: 8px;
    display: block;
    text-align: center;
    font-size: 13px;
}
.ewm_img{
    display: none;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    padding: 6px;
}
.ewm_img img{
    width: 100%;
}

#r_top{
    cursor: pointer;
}
.service_f dd:hover .ewm_img{
    display: block;
}
.service_f dd:hover span{
    color: #FF6A00;
}

.service_f_tel{
    display: none;
    position: absolute;
    right: 100%;
    top: 15px;
    background: #ffffff;
    font-size: 14px;
    padding: 15px 10px;
}

.service_f dd:hover .service_f_tel{
    display: block;
}
.service_f dd#ewm_class:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.news_list{
    position: relative;
    width: 100%;
    background: #FAFAFA;
    padding: 30px 30px 50px 30px;
}
.news_list ul li {
    width: 100%;
    border-bottom: dashed 1px #E4E4E4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 0;
}
.news_list ul li a{
    font-size: 16px;
    display: block;
    width: 70%;
}
.news_list ul li:hover a{
    color: #FF6B01;
}
.news_list ul li span{
    font-size: 16px;
}

.show_title{
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.show_qt{
    margin-top: 20px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #999999;
    border-bottom: solid 1px #efefef;
    padding-bottom: 15px;
}
.show_info{
    margin-top: 20px;
    width: 100%;
    font-size: 15px;
    color: #181818;
    line-height: 24px;
}
.show_info img{
    max-width: 100%;
}

.search-pagination{ width:100%; margin:auto; margin-top:30px;}
.search-pagination .pagination{ width: 100%; text-align: center; display: block;}
.search-pagination .pagination>li{ margin: 0 5px; display: inline-block}
.search-pagination .pagination>li a{ float: none; color: #555; border: solid 1px #e7e7e7; border-radius: 0; padding: 5px 8px;}
.search-pagination .pagination>li a:hover{ background-color:#FC6C09;     border-color: #FC6C09; color: #fff;}
.search-pagination .pagination>li.active{ background:#FC6C09;}
.search-pagination .pagination>li.active a{ color:#fff; background-color:#FC6C09;     border-color: #FC6C09;}

.show_info_img{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

/*20230224*/
.footer_m_ico{
    width: 100%;
    display: flex;
    margin-top: 20px;
}
.footer_m_ico li{
    margin: 0 10px;
}
.footer_m_ico li i{
    font-size: 18px;
    color: #919797;
}
.footer_m_ico li:hover i{
    color: #ffffff;
}

/*二维码弹出层*/
.WeChat_butt{  cursor: pointer;}
.WeChat{
    width: 100%; height: 100%; top: -100%; opacity: 0; left: 0; background: rgba(0,0,0,0.7); position: fixed; z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.WeChat_active{ top: 0; opacity: 1;}
.WeChat_ewm{ display: inline-block;}
.WeChat_ewm img{ width: 150px;}

.WeChat_tar{ position: absolute; right: 20px; top: 20px;  width: 30px; height: 30px; z-index: 99999; cursor: pointer; }
.WeChat_tar .bari{ width: 30px; height: 2px; display: block; background: #fff; margin: 6px 0;
    border-radius: 25px;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.WeChat_tar .bari:nth-child(1) {
    -o-transform: translateY(13.5px) rotate(-40.5deg);
    -moz-transform: translateY(13.5px) rotate(-40.5deg);
    -webkit-transform: translateY(13.5px) rotate(-40.5deg);
    -ms-transform: translateY(13.5px) rotate(-40.5deg);
    transform: translateY(8px) rotate(-40.5deg);
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.WeChat_tar .bari:nth-child(2) {
    opacity: 0;
}
.WeChat_tar .bari:nth-child(3) {
    -o-transform: translateY(-15px) rotate(45deg);
    -moz-transform: translateY(-15px) rotate(45deg);
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.section-download {
    padding: 70px 0;
}
.section-download .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-download .inner .aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 288px;
    flex: 0 0 288px;
    max-width: 288px;
    margin-right: 20px;
}
.section-download .menu-menu {
    background-color: #FAFAFA;
    margin-bottom: 0;
}
.section-download .menu-menu li {
    position: relative;
}
.section-download .menu-menu li a {
    display: block;
    padding: 14px 0;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.section-download .menu-menu>li>a {
    font-weight: 700;
    font-size: 15px;
}
.section-download .menu-menu li>a {
    padding-left: 20px!important;
}
.section-download .menu-menu>li:first-child>a {
    pointer-events: none;
}
.section-download .dropdown-menus {
    margin-left: 20px;
}
.section-download .menu-menu li {
    position: relative;
}
.icon-toggle {
    float: right;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}
.section-download .menu-menu li .icon-toggle {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    padding: 14px 15px;
    line-height: 20px;
}
.section-download .menu-menu li .icon-toggle {
    right: 15px;
}

.section-download .menu-menu li a.active .icon-toggle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.section-download .inner .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.section-download .download-wrapper section {
    margin-bottom: 20px;
    background: #fff;
    padding: 24px;
}
.section-download .download-wrapper section {
    padding: 42px 38px;
}
.section-download .download-wrapper section:last-child {
    margin-bottom: 0;
}
.section-download .download-wrapper section .top-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 20px;
}
.section-download .download-wrapper section .top-section img {
    position: absolute;
    width: 88px;
    height: 88px;
    top: 0;
    left: 0;
}
.section-download .download-wrapper section .top-section .con>.title {
    margin-left: 112px;
    font-size: 24px;
    font-weight: 900;
    color: #3b3e40;
    margin-bottom: 15px;
}
.section-download .download-wrapper section .top-section .con .title {
    font-size: 28px;
    margin-bottom: 20px;
}
.section-download .download-wrapper section .top-section .con .summary {
    font-size: 14px;
    color: #6c7073;
    margin-left: 112px;
}
.section-download .download-wrapper section .top-section .con .summary {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 35px;
}
.section-download .download-wrapper section .top-section .con ul {
    margin-left: 112px;
}
.section-download .download-wrapper section .top-section .con ul li {
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
}
.section-download .download-wrapper section .top-section .con ul .name {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}
.section-download .download-wrapper section .top-section .con ul .name {
    font-size: 16px;
    margin-bottom: 20px;
}
.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.justify-between, .paging {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.section-download .download-wrapper section .top-section .con ul .title {
    font-size: 14px;
    color: #666;
    font-weight: 700;
    margin-bottom: 5px;
}
.button {
    font-size: 16px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid transparent;
    font-weight: 500;
    white-space: nowrap;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: auto;
    border-radius: 0;
    cursor: pointer;
}
.section-download .download-wrapper section .top-section .con ul .button {
    height: 36px;
    background-color: #333;
    border-radius: 36px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    width: 92px;
}
.section-download .menu-menu>li:first-child .dropdown-menus .dropdown-menus, .section-download .menu-menu>li:first-child>a .iconfont {
    display: none;
}