/*头部开始********************************************************************************************/
@charset "utf-8";
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
@font-face {
    font-family: "PMZD";
    src: url("../font/PMZD.woff2") format("woff2"),
    url("../font/PMZD.woff") format("woff"),
    url("../font/PMZD.ttf") format("truetype"),
    url("../font/PMZD.eot") format("embedded-opentype"),
    url("../font/PMZD.svg") format("svg");
}
@font-face {
    font-family: "Akrobat";
    src: url("../font/Akrobat.woff2") format("woff2"),
    url("../font/Akrobat.woff") format("woff"),
    url("../font/Akrobat.ttf") format("truetype"),
    url("../font/Akrobat.eot") format("embedded-opentype"),
    url("../font/Akrobat.svg") format("svg");
}
@font-face {
    font-family: "AkrobatBlack";
    src: url("../font/AkrobatBlack.woff2") format("woff2"),
    url("../font/AkrobatBlack.woff") format("woff"),
    url("../font/AkrobatBlack.ttf") format("truetype"),
    url("../font/AkrobatBlack.eot") format("embedded-opentype"),
    url("../font/AkrobatBlack.svg") format("svg");
}
@font-face {
    font-family: "Career";
    src: url("../font/Career.woff2") format("woff2"),
    url("../font/Career.woff") format("woff"),
    url("../font/Career.ttf") format("truetype"),
    url("../font/Career.eot") format("embedded-opentype"),
    url("../font/Career.svg") format("svg");
}


@font-face {
    font-family: "Montserrat-Light";
    src: url("../font/Montserrat-Light.woff2") format("woff2"),
    url("../font/Montserrat-Light.woff") format("woff"),
    url("../font/Montserrat-Light.ttf") format("truetype"),
    url("../font/Montserrat-Light.eot") format("embedded-opentype"),
    url("../font/Montserrat-Light.svg") format("svg");
}
@font-face {
    font-family: "Montserrat";
    src: url("../font/Montserrat.woff2") format("woff2"),
    url("../font/Montserrat.woff") format("woff"),
    url("../font/Montserrat.ttf") format("truetype"),
    url("../font/Montserrat.eot") format("embedded-opentype"),
    url("../font/Montserrat.svg") format("svg");
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("../font/Montserrat-Bold.woff2") format("woff2"),
    url("../font/Montserrat-Bold.woff") format("woff"),
    url("../font/Montserrat-Bold.ttf") format("truetype"),
    url("../font/Montserrat-Bold.eot") format("embedded-opentype"),
    url("../font/Montserrat-Bold.svg") format("svg");
}

@font-face {
    font-family: "SourceHanSansCN";
    src: url("../font/SourceHanSansCN.woff2") format("woff2"),
    url("../font/SourceHanSansCN.woff") format("woff"),
    url("../font/SourceHanSansCN.ttf") format("truetype"),
    url("../font/SourceHanSansCN.eot") format("embedded-opentype"),
    url("../font/SourceHanSansCN.svg") format("svg");
}
@font-face {
    font-family: "AlimamaShuHeiTi";
    src: url("../font/AlibabaPuHuiTi_Regular.ttf") format("truetype");
}
/*html{
    scroll-behavior: smooth;
}*/
html, body {
    position: relative;
    width: 100%;
    height: 100%;
    color: #333;
    font-family: "AlimamaShuHeiTi";
}
body{
    background: #fff;
    overflow-x: hidden;
}

.swiper{
    width: 100%;
    height: 100%;
}
.swiper-button-next,
.swiper-button-prev{
    width: 5rem;
    height: 5rem;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    display: none;
}
.action_box{
    position: absolute;
    bottom: 10rem;
    left: 15rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.action-prev,
.action-next{
    position: static;
    margin: 0;
    padding: 0;
}
.action-prev{
    margin-right: 2.7rem;
}

.prev1,
.next1{
    background: url(../img/prev1.png) no-repeat center center;
    color: #fff;
    font-size: 1.8rem;
}
.prev1:hover,
.next1:hover{
    background: url(../img/prev1_hover.png) no-repeat center center;
    color: #333;
}

.prev2,
.next2{
    background: url(../img/prev2.png) no-repeat center center;
    color: #333;
    font-size: 1.8rem;
}
.prev2:hover,
.next2:hover{
    background: url(../img/prev2_hover.png) no-repeat center center;
    color: #fff;
}
.mCSB_scrollTools{
    width: 0.2rem;
}
.mCSB_inside > .mCSB_container {
    margin-right: 2rem;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #333;
    width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail{
    background:  rgba(51,51,51,0.2);
    opacity: 1;
}
::-webkit-input-placeholder{
    color: #999;
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #999;
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;

}
.w {
    margin: 0 16rem;
    width: calc(100% - 32rem);
    position: relative;
}
.read_more1{
    width: 21.4rem;
    height: 5rem;
    background: url(../img/read_more_bg.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
    padding: 0 2.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #FFFFFF;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.read_more1:hover{
    padding-left: 3.2rem;
}
/*导航*/
.top_nav {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    height: 10rem;
    padding: 0 0 0 10rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    color: #FFFFFF;
    border-bottom: 0.1rem solid rgba(238, 238, 238, 0.1);
}
.logo{
    width: 23.1rem;
    height: 7.4rem;
    background: url(../img/logo.png) no-repeat center left;
    -o-background-size: contain !important;
    background-size: contain !important;
}

.nav_list{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav_list li{
    padding: 0  4rem;
}

.nav_list li>a{
    line-height: 10rem;
    font-size: 1.8rem;
    position: relative;

}
.nav_list li>a:before {
    width: .4rem;
    height: .4rem;
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -4rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav_list li:last-of-type>a:before{
    display: none;
}
.nav_list li>a:after{
    width: 0;
    height: .2rem;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_list li.on>a:after,
.nav_list li:hover>a:after{
    width: 100%;
}
.nav_list li .hide_menu{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 3.5rem 16rem 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: rgba(255, 255, 255, 0.9);

    -webkit-transform: scaleY(0);

       -moz-transform: scaleY(0);

        -ms-transform: scaleY(0);

         -o-transform: scaleY(0);

            transform: scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: top;
       -moz-transform-origin: top;
        -ms-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
}
.nav_list li .hide_menu dd{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    opacity: 0.5;
    transition: all 0.4s;
}
.nav_list li .hide_menu dd:hover{
    opacity: 1;
}
.nav_list li .hide_menu dd a{
    width: 100%;
    text-align: center;
    color: #333;
}
.nav_list li .hide_menu dd a .icon{
    width: 5rem;
    height: 4.6rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 2rem;
}
.nav_list li .hide_menu dd a .title{
    font-size: 1.8rem;
    line-height: 2.4rem;
}
.nav_list li:hover .hide_menu{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1);
}
.top_nav_right{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top_nav_right .search_icon{
    line-height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}
.top_nav_right .search_icon i{
    margin-left: 1rem;
}
.top_nav_right .search_icon .icon{
    width: 2rem;
    height: 2.2rem;
    background: url(../img/search_icon.png) no-repeat center center;
    -o-background-size: contain !important;
       background-size: contain !important;
    margin-right: 1.4rem;
}
.top_nav_right .lan_icon{
    line-height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 5rem;
    margin-right: 5.9rem;
}
.top_nav_right .lan_icon .icon{
    width: 1.8rem;
    height: 1.8rem;
    background: url(../img/lan_icon.png) no-repeat center center;
    -o-background-size: contain !important;
       background-size: contain !important;
    margin-left: 1rem;
}
.menu_icon {
    width: 10rem;
    height: 10rem;
    background: url(../img/menu.png) no-repeat center center;
    -o-background-size: 2.4rem 2.4rem !important;
    background-size: 2.4rem 2.4rem !important;
}

.top_nav.white{
    background: #FFFFFF;
    color: #333;
    border-bottom: 0.1rem solid rgba(51, 51, 51, 0.1);
}
.top_nav.color{
    color: #333;
    border-bottom: 0.1rem solid rgba(51, 51, 51, 0.1);
}
.top_nav.white .nav_list li>a:before,
.top_nav.color .nav_list li>a:before{
    background: #333;
}
.top_nav.white .nav_list li>a:after,
.top_nav.color .nav_list li>a:after{
    background: #CB181E;
}
.top_nav.white .logo ,
.top_nav.color .logo {
    background: url(../img/logo_b.png) no-repeat center left;
}

.top_nav.white .top_nav_right .lan_icon .icon,
.top_nav.color .top_nav_right .lan_icon .icon{
    background: url(../img/lan_icon_bg.png) no-repeat center center;
}
.top_nav.white .menu_icon,
.top_nav.color .menu_icon{
    background: url(../img/menu_b.png) no-repeat center center;
}

/*全屏导航*/
.full_menu{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/full_menu_bg.jpg) no-repeat center center;
    -o-background-size: cover;
       background-size: cover;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.full_menu.open{
    right: 0;
}

.full_menu .w{
    height: 100%;
}
.full_menu_top{
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    padding: 0 0 0 10rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.full_meum_list{
    width: 100%;
    height: 100%;
}

.full_meum_list li{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
}
.full_meum_list li:before{
    width: 100%;
    height: 100%;
    background: rgba(0,18,65,0.2);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    content: "";
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.full_meum_list li> a{
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
}
.full_meum_list li> a .icon{
    width: 3rem;
    height: 2.5rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 3rem;
}
.full_meum_list li> a .title{
    font-size: 2.4rem;
    line-height: 3rem;
}
.full_meum_list li> a .en_title{
    font-family: Akrobat;
    line-height: 3rem;
}
.full_meum_list li .hide_menu{
    display: none;
    padding-top: 5rem;
    position: relative;
    z-index: 1;
}

.full_meum_list li .hide_menu dd a{
    width: 100%;
    text-align: center;
    line-height: 2.4rem;
    padding: 2rem 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.full_meum_list li:hover:before{
    opacity: 1;
}
.full_meum_list li .hide_menu dd a:hover{

}


/*右侧全屏导航*/
.all_swiper .swiper-pagination-all{
    width: 12rem;
    height: 100%;
    right: 0rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;

}
.all_swiper .swiper-pagination-all:before{
    width: 0.1rem;
    height: 100%;
    background: rgba(238, 238, 238, 0.1);
    content: "";
    display: block;
    position: absolute;
    top:0;
    left: 2rem;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: inherit;
    background: transparent;
    margin: 3rem 0;
    opacity: 1;
    position: relative;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet:before{
    width: 0.5rem;
    height: 0.5rem;
    background: #FFFFFF;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.8rem;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet .icon{
    width: 4rem;
    height: 4rem;
    background: rgba(0,0,0,0.2) url(../img/menu1.png) no-repeat center center;
    -o-background-size: 1.3rem 1.3rem !important;
       background-size: 1.3rem 1.3rem !important;
    border:  0.1rem solid #FFFFFF;
    border-radius: 50%;
    margin-right: 0.7rem;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.all_swiper .swiper-pagination-all .swiper-pagination-bullet:nth-of-type(2) .icon{
    background: rgba(0,0,0,0.2) url(../img/menu2.png) no-repeat center center;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet:nth-of-type(3) .icon{
    background: rgba(0,0,0,0.2) url(../img/menu3.png) no-repeat center center;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet:nth-of-type(4) .icon{
    background: rgba(0,0,0,0.2) url(../img/menu4.png) no-repeat center center;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet:nth-of-type(5) .icon{
    background: rgba(0,0,0,0.2) url(../img/menu5.png) no-repeat center center;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet:nth-of-type(6) .icon{
    background: rgba(0,0,0,0.2) url(../img/menu6.png) no-repeat center center;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet .name{
    font-family: Akrobat;
    color: #FFFFFF;
    line-height: 3rem;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet-active .name,
.all_swiper .swiper-pagination-all .swiper-pagination-bullet-active .icon{
    opacity: 1;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet-active:before{
    opacity: 0;
}

.all_swiper .swiper-pagination-all.color:before{
    background: rgba(0,0,0,0.1);
}
.all_swiper .swiper-pagination-all.color .swiper-pagination-bullet:before{
    background: #333;
}

.all_swiper .swiper-pagination-all.color .swiper-pagination-bullet .name{
    color: #333;
}

/*首页banner----------------------------------------------------------------------------------------------*/
.sec1{
    width: 100%;
    height: 100%;
    position: relative;
}

.banner_swiper li{
    width: 100%;
    height: 100%;
}
.banner_swiper li .banner_video{
    width: 100%;
    height: 100%;
}
.banner_swiper li .banner_video video{
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
}
.banner_swiper li .banner_img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
}
.banner_swiper .swiper-slide-active .banner_img{
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.banner_swiper .banner_img a,
.banner_swiper .banner_img a>img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.scroll_down{
    width: 3.8rem;
    height: 5.8rem;
    background: url(../img/slide_icon.png) no-repeat center center;
    -o-background-size: contain;
       background-size: contain;
    position: absolute;
    bottom: 2rem;
    right: 3.1rem;
    z-index: 10;
}
/*首页轮播图索引*/
.banner_action_box{
    position: absolute;
    left: 16rem;
    bottom: 15rem;
    z-index: 100;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.banner_num{
    color: #fff;
    font-family: Akrobat;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.swiper-pagination-banner{
    text-align: left;
    position: relative;
    margin-right: 3rem;
    top: -0.5rem;
}
.swiper-pagination-banner .swiper-pagination-bullet{
    width: 5rem;
    height: 0.2rem;
    background: #FFFFFF;
    opacity: 0.5;
    margin: 0 1rem 0 0!important;
    border-radius: inherit;
}
.swiper-pagination-banner .swiper-pagination-bullet-active{
    opacity: 1;
}



.banner_font{
    position: absolute;
    top: 35%;
    left: 16rem;
    width: 100%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5;
    color: #FFFFFF;
}

.banner_font .title{
    font-size: 6rem;
    font-weight: bold;
    margin-bottom: 7rem;

}

.banner_font .title1{
    font-size: 3.6rem;
    margin-bottom: 2rem;
}

.banner_font .title2{
    font-size: 3.6rem;
    font-family: Akrobat;
    font-weight: bold;
}


/*开始首页公共部分样式*/
.index_title{
    color: #FFFFFF;
    margin-bottom: 3.5rem;
}
.index_title.black{
    color: #333;
}
.index_title .en_title{
    font-size: 6rem;
    line-height: 5rem;
    font-family: Akrobat;
    margin-bottom: 1rem;
    position: relative;
}
.index_title .title{
    font-size: 3.6rem;
}
.sec_con{
    width: 100%;
    height: 100%;
    padding: 20rem 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
/*第二屏 产品*/
.sec2{
    background: url(../img/sec2_bg.jpg) no-repeat center center;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.sec2 .sec_con{

}
.sec2 .sec_con .w{
    height: 100%;
    position: relative;

}
.main_nav_list{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main_nav_list li{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}

.main_nav_list li a{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
}
.main_nav_list li .icon{
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.2rem;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.main_nav_list li .icon img {
    width: 4.6rem;
    height: 4.6rem;
    -o-object-fit: contain;
       object-fit: contain;
}
.main_nav_list li .title1{
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
}
.main_nav_list li .title2{
    font-size: 2rem;
    font-family: Akrobat;
    line-height: 2.4rem;
    text-align: center;
}
.main_nav_list li .num{
    font-size: 15rem;
    font-family: Akrobat;
    font-weight: 900;
    color: #FFFFFF;
    opacity: 0.1;
    height: 7rem;
    overflow: hidden;
}
.main_nav_list li.on .icon,
.main_nav_list li:hover .icon{
    background: #D71A20;
}

.info999{
    color: #999;
}
.index_main_list{
    position: relative;
}
.pro_num{
    position: absolute;
    top: 2rem;
    left: -1rem;
    font-size: 1.8rem;
    font-family: Akrobat;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);

}
.index_main_list li{
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.index_main_list li.active{
   display: block;
}

.index_main_list li .info_con{
    width: 43.75%;
    padding-left: 14rem;
    color:#fff;
}
.index_main_list li .index_title .en_title:before{
    position: absolute;
    top: 50%;
    left: -9rem;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6rem;
    height: 0.1rem;
    background: #FFFFFF;
    content: "";
    display: block;
}
.index_main_list li .info{
    margin-bottom: 8rem;
}

.sec3{
    background: url(../img/sec3_bg.jpg) no-repeat center center;
    -o-background-size: cover;
       background-size: cover;
}
.sec3 .sec_con{
    padding: 10rem 0 0;
}
.sec3 .index_title{
    margin-bottom: 6rem;
}

.sec3_list{
    width: 45rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.sec3_list li{
    width: 21.2rem;
    height: 22.4rem;
    border: 0.1rem solid #FFFFFF;
    background: rgba(255,255,255,0.1);
    border-radius: 3rem;
    color: #FFFFFF;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 2rem;
}

.sec3_list li:nth-of-type(3),
.sec3_list li:nth-of-type(4){
    position: relative;
    left: 23.2rem;
}
.sec3_list li a{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3rem 2.5rem 2.5rem 3rem;
}
.sec3_list li .icon{
    width: 6rem;
    height: 6rem;
    -o-object-fit: contain;
       object-fit: contain;
}
.sec3_title .title{
    font-size: 2rem;
    line-height: 3rem;
}
.sec3_title .en_title{
    font-size: 1.6rem;
    font-family: Akrobat;
    line-height: 1.8rem;
}

.sec3_list li:hover{
    -webkit-box-shadow: 0 0.1rem 1.2rem #fff;
            box-shadow: 0 0.1rem 1.2rem #fff;
}

.sec4{
    background: url(../img/sec4_bg2.jpg) no-repeat center center;
    -o-background-size: cover;
       background-size: cover;
}
.sec4 .sec_con{
    display: block;
}
.sec4 .w{
    position: static;
}
.map_mark{
    background: url(../img/map_mark.png) no-repeat center center;
    width: 100%;
    height: 100%;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
/*集团基地*/
.sec4_img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100rem;
}
.sec4_list{
    position: absolute;
    left: 100rem;
    bottom: 8.6rem;
}
.sec4_list li{
    margin-bottom: 3.1rem;
    padding-left: 1.7rem;

}

.sec4_list li .add{
    background: #FFFFFF;
    border-radius: 1.6rem;
    padding: 0.6rem 0.8rem;
    font-size: 1.8rem;
    color: #0056B3;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0.4rem;
    position: relative;
}
/*.sec4_list li .add:before{
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    background: #FFFFFF;
    border-radius: 50%;
    content: "";
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: -1.7rem;
}*/
.sec4_list li .company{
    font-size: 1.8rem;
    color: #fff;
    line-height: 3.6rem;
}
.sec5{
    background: url(../img/sec5_bg.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}
.sec5 .sec_con{
    color: #fff;
}
.sec5_top{
    margin-bottom: 15rem;
}
.sec5_top .left{
    margin-right: 6rem;
}
.sec5_top .left .en_title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sec5_top .left .en_title .line{
    width: 14rem;
    height: 0.1rem;
    background: #fff;
    margin-left: 3.2rem;
}
.sec5_top .info{
    width: 50rem;
    padding-top: 8rem;
}
.sec5_bot{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sec5_bot .video_area{
    width: 25rem;
    height: 14rem;
    background: url(../img/video_bg.png) no-repeat center center;
    -o-background-size: cover;
       background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 4rem;
}
.sec5_bot .video_area .video_play{
    width: 7rem;
    height: 7rem;
    background: url(../img/play_video.png) no-repeat center center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-animation: circlemove 6s ease infinite normal;
    -o-animation: circlemove 6s ease infinite normal;
    -moz-animation: circlemove 6s ease infinite normal;
    animation: circlemove 6s ease infinite normal;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    -moz-transition-timing-function: cubic-bezier(.19,1,.22,1);
    -o-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.sec5_bot .font{
    line-height: 2.4rem;
}
.sec6{
    padding-top: 10rem;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.sec6 .copy_right{
    position: absolute;
    width: 100%;
    bottom:0;
    left: 0;
}
.footer{
    background: url(../img/sec6_bg.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.contact_area{
    padding: 10rem 0;
}
.contact_area .w{
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.contact_message{
    width: 51.25%;
}
.contact_message .title{
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 5rem;
}
.ipt_list{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.ipt_list li{
    width: 48%;
    margin-bottom: 2rem;
}

.ipt_list li textarea,
.ipt_list li input{
    width: 100%;
    padding: 2rem 2rem;
    line-height: 2rem;
    background: rgba(0,0,0,0.05);
    border-radius: 1rem;
    border: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.ipt_list li.textarea_li{
    width: 100%;
}
.ipt_list li.textarea_li textarea{
    height: 14rem;
}
.ipt_list li.submit_li{
    width: 100%;
    margin-bottom: 0;
    position: relative;
}
.ipt_list li.submit_li .read_more1{
    background: url(../img/read_more_bg2.png) no-repeat center center;
    color: #333;
}
.ipt_list li.submit_li input{
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;

}
.contact_info{
    width: 30.625%;
}
.contact_info .index_title .company{
    line-height: 1.8rem;
    padding-top: 1rem;
    margin-bottom: 7rem;
}
.contact_info .phone{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 4.8rem;
    line-height: 4rem;
    font-family: Akrobat;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.contact_info .phone img{
    width: 2.4rem;
    margin-right: 1.4rem;
}
.contact_info .ewm{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact_info .ewm .ewm_img{
    width: 12rem;
    height: 12rem;
    margin-right: 2rem;
}
.contact_info .info{
    line-height: 2.4rem;
    margin-bottom: 7rem;
}
.contact_info .ewm .font{
    line-height: 2.4rem;
}


.copy_right{
    line-height: 2.5rem;
    height: 10rem;
    background: rgba(0,0,0,0.8);
    color: #fff;
    position: relative;
}
.go_top{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3.2rem;
    width: 3.7rem;
    height: 3.7rem;
    -o-object-fit: contain;
       object-fit: contain;
    cursor: pointer;
}
.copy_right .w{
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.copy_right .gongbei_icon{
    position: relative;
    top: -1px;
    margin-right: 3px;
    width: 15px;
}
.copy_right .right a{
    margin: 0 1rem;
}
.copy_right .right a:last-of-type{
    margin-right: 0;
}



/*产品*/
.inner{
    width: 100%;
    height: 100vh;
    position: relative;
}
.inner_nav_list{
    color: #FFFFFF;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 7.8rem;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 8rem;
}
.inner_nav_list:before{
    width: 0.1rem;
    height: 100%;
    background: rgba(238, 238, 238, 0.1);
    position: absolute;
    top: 0;
    right: 2.7rem;
    content: "";
    display: block;
}
.inner_nav_list li{
    margin: 1.5rem 0;
    position: relative;
    z-index: 1;
}
.inner_nav_list li>a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 2rem;
}
.inner_nav_list li>a .title{
    font-size: 1.8rem;
    line-height: 3rem;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.inner_nav_list li>a .icon{
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    width: 5.5rem;
    height: 5.5rem;
    background: rgba(0,0,0,0.2);
    border: 0.1rem solid #FFFFFF;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 2.2rem;
}
.inner_nav_list li>a .icon img{
    width: 2.4rem;
    height: 2.3rem;
    -o-object-fit: contain;
       object-fit: contain;
}
.inner_nav_list li .sub_nav_list{
    display: none;
}

.inner_nav_list li .sub_nav_list dd{
    transition: all 0.4s;
}
.inner_nav_list li .sub_nav_list dd:hover{
    color: #D71A20;
}
.inner_nav_list li .sub_nav_list dd a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.inner_nav_list li .sub_nav_list dd .dot{
    width: 5.5rem;
    height: 3.6rem;
    background: url(../img/dot.png) no-repeat center center;
    margin-left: 2.2rem;
}
.inner_nav_list li:hover>a .icon,
.inner_nav_list li.on>a .icon{
    background: #D71A20;
    border:none;
}
.inner_nav_list li:hover>a .title,
.inner_nav_list li.on>a .title{
    opacity: 1;
}
.inner_nav_list li.on .sub_nav_list{
    display: block;
}
.toggle_action_box{
    left: auto;
    right: 16rem;
}



.inner_pro_list{
    height: 100%;
}
.inner_pro_list li{
    height: 100%;
    background: url(../img/pro_inner_bg.jpg) no-repeat center center;
    -o-background-size: cover !important;
       background-size: cover !important;
}
.inner.inner_pro{
    background: url(../img/pro_inner_bg.jpg) no-repeat center center;
    -o-background-size: cover !important;
       background-size: cover !important;
}
.inner_pro .inner_pro_list li{
    background: none;
}
.inner_pro_list li .w{
    padding-top: 15rem;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.inner_pro_list li .info_con{
    width: 45rem;
    color: #FFFFFF;
    padding-top: 10rem;
}
.inner_pro_list li .info_con .top{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 3rem;
    margin-bottom: 4rem;
}
.inner_pro_list li .info_con .tip{
    margin-right: 3rem;
}
.inner_pro_list li .info_con .info{
    margin-bottom: 7rem;
}
.inner_title{
    color: #FFFFFF;
    margin-bottom: 5rem;
}
.inner_title .en_title{
    font-size: 6rem;
    font-family: Akrobat;
    line-height: 6rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.inner_title .en_title .line{
    width: 14.7rem;
    height: 0.1rem;
    background: #fff;
    margin-left: 3rem;
}
.inner_title .title{
    font-size: 5rem;
}
.read_more1.read_more3{
    background: url(../img/read_more_bg3.png) no-repeat center center;
    color: #333;
}
.inner_pro_list li .img_con{
    padding-left: 8rem;
}
.inner_pro_list li .img_con img{
    width: 60rem;
    height: 65rem;
    -o-object-fit: contain;
       object-fit: contain;
}

.slide_down{
    width: 12.2rem;
    height: 12.2rem;
    position: absolute;
    left: 16rem;
    bottom: 10rem;

}

.slide_down .slide_font{
    width: 100%;
    height: 100%;
    background: url(../img/slide_down.png) no-repeat center center;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
    -webkit-animation: circlemove 8s ease infinite normal;
    -o-animation: circlemove 8s ease infinite normal;
    -moz-animation: circlemove 8s ease infinite normal;
    animation: circlemove 8s ease infinite normal;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    -moz-transition-timing-function: cubic-bezier(.19,1,.22,1);
    -o-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.slide_down .down{
    width: 1.8rem;
    height: 2.2rem;
    position: absolute;
    top: 50%;
    left: 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%);
}
@-webkit-keyframes circlemove {
    0%{
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    95%{
        opacity: 0.9;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100%{
        opacity: 0.5;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes circlemove {
    0%{
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    95%{
        opacity: 0.9;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100%{
        opacity: 0.5;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes circlemove {
    0%{
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    95%{
        opacity: 0.9;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100%{
        opacity: 0.5;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes circlemove {
    0%{
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    95%{
        opacity: 0.9;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100%{
        opacity: 0.5;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.sec{
    padding: 10rem 0;
}

.left_menu{
    background: #EBF5FD;
}
.left_menu.fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;

}


.left_menu_list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.left_menu_list li{
    position: relative;
    margin-right: 9.5rem;
}
.left_menu_list li:after{
    width: 100%;
    height: 0.2rem;
    background: #D71A20;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}
.left_menu_list li a{
    line-height: 10rem;
    font-size: 1.8rem;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.left_menu_list li:hover:after,
.left_menu_list li.on:after{
    opacity: 1;
}
.left_menu_list li:hover a,
.left_menu_list li.on a {
    color: #D71A20;
}
.pro_title{
    font-size: 4.2rem;
    line-height: 4.8rem;
    margin-bottom: 4.5rem;
}
.pro_title.white{
    color: #fff;
}
.pro_title.center{
    text-align: center;
}
.product1 .w{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.product1 .info_con{
    width: 43.75%;
}
.product1 .img_con{
    width: 49%;
    height: 52rem;
    background: #EBF5FD;
    padding: 3rem;
}
.product1 .img_con img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.product2{
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#EBF5FD));
    background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EBF5FD 100%);
    background: -moz-linear-gradient(bottom, #FFFFFF 0%, #EBF5FD 100%);
    background: -o-linear-gradient(bottom, #FFFFFF 0%, #EBF5FD 100%);
    background: linear-gradient(0deg, #FFFFFF 0%, #EBF5FD 100%);
}
.product2 .product2_center_img{
    width: 100%;
}
.product2 .img_con{
    position: relative;
    text-align: center;
}
.product2 .img_con img{
    width: 74rem;
}
.pro_split_list{
    width: 40rem;
    height: 100%;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pro_split_list_341{
    height: 37%;
    top: 3%;
}
.pro_split_list li{
    height: 25%;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pro_split_list li .title{
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 1rem;
}
.pro_split_list li .info{
    line-height: 2.4rem;
}
.left_pro_list{
    left: 0;
}
.right_pro_list{
    right: 0;
}
.product3{
    background: url(../img/pro3_bg.jpg) no-repeat center center;
    -o-background-size: cover;
       background-size: cover;
}
.adv_list{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.adv_list li{
    width: 23.75%;
    margin-right: 1.66%;
    margin-bottom: 1.66%;
    background: #FFFFFF;
    border-radius: 3rem;
    padding: 3.5rem 4rem;
}
.adv_list li:nth-of-type(4n){
    margin-right: 0;
}
.product4 .pro_title{
    margin-bottom: 1rem;
}
.product4 .tip{
    font-size: 1.8rem;
    line-height: 4.8rem;
    margin-bottom: 1rem;
    text-align: center;
}

.product4 table{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    margin-bottom: 3rem;
}
.product4 table tr{
    background: #EBF5FD;
}
.product4 table tr:nth-of-type(2n){
    background: #fff;
}
.product4 table td{
    padding: 2rem;
    line-height: 2.4rem;
    border: none;
    width: 23.3% !important;
}
.product4 table tr td:nth-of-type(2n-1){
    color: #666;
    width: 10% !important;
}
.table_tip{
    color: #999999;
}
.product5{
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#EBF5FD));
    background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EBF5FD 100%);
    background: -moz-linear-gradient(bottom, #FFFFFF 0%, #EBF5FD 100%);
    background: -o-linear-gradient(bottom, #FFFFFF 0%, #EBF5FD 100%);
    background: linear-gradient(0deg, #FFFFFF 0%, #EBF5FD 100%);
}
.pro_case_list{

}
.pro_case_list li a{
    width: 100%;
    position: relative;
}
.pro_case_list li a img{
    width: 100%;
    height: 30rem;
    -o-object-fit: cover;
    object-fit: cover;
    background: #fff;
}
.pro_case_list li .name{
    font-size: 1.6rem;
    color: #FFFFFF;
    width: 21.5rem;
    height: 3.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url(../img/ju_bg.png) no-repeat center center;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.pro_case_con{
    position: relative;
}
.prev2{
    left: -9rem
}
.next2{
    right: -9rem
}
.product6{
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #FFFFFF), to(#EBF5FD));
    background: -webkit-linear-gradient(bottom, #FFFFFF 20%, #EBF5FD 100%);
    background: -moz-linear-gradient(bottom, #FFFFFF 20%, #EBF5FD 100%);
    background: -o-linear-gradient(bottom, #FFFFFF 20%, #EBF5FD 100%);
    background: linear-gradient(0deg, #FFFFFF 20%, #EBF5FD 100%);
}
.pro_honor_list{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.pro_honor_list li{
    width: 31.25%;
    margin-right: 3.125%;
    padding: 4rem 9rem 0;
    position: relative;
}
.pro_honor_list li:before{
    width: 100%;
    height: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
}
.pro_honor_list li:nth-of-type(3n){
    margin-right: 0;
}
.pro_honor_list li a{
    width: 100%;
    position: relative;
    z-index: 10;
}
.pro_honor_list li .title{
    font-size: 1.8rem;
    line-height: 3rem;
    padding-top: 2rem;
    text-align: center;
}
.pro_honor_list li img{
    width: 100%;
    height: 45.3rem;
    -o-object-fit: contain;
       object-fit: contain;
}

.product7,
.product10{
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#EBF5FD));
    background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EBF5FD 100%);
    background: -moz-linear-gradient(bottom, #FFFFFF 0%, #EBF5FD 100%);
    background: -o-linear-gradient(bottom, #FFFFFF 0%, #EBF5FD 100%);
    background: linear-gradient(0deg, #FFFFFF 0%, #EBF5FD 100%);
}
.product7 .w{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.product10.product13{
    padding-bottom: 0;
}
.product7 .part{
    width: 45%;
}

.pro_action_title{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.5rem;
}
.pro_action_title .left_info{
    width: 80%;
}
.pro_action_title .left_info .title1{
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 1rem;
}
.product10 .action_box{
    position: static;
}
.product10 .part{
    margin-bottom: 6rem;
}
.product10 .part .title1{
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 1rem;
}


.inner_img{
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.inner_area{
    position: absolute;
    top: 32%;
    left: 16rem;
}
.inner_area .info{
    font-size: 2rem;
    color: #FFFFFF;
    line-height: 3.6rem;
}
.right_menu_list{
    position: absolute;
    right: 16rem;
    bottom: 20rem;

}
.right_menu_list li a{
    padding-left: 2.6rem;
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 6rem;
    position: relative;
}
.right_menu_list li a:before{
    width: 1.6rem;
    height: 1.2rem;
    background: url(../img/current.png) no-repeat center center;
    -o-background-size: contain;
       background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: block;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.right_menu_list li:hover a:before,
.right_menu_list li.on a:before{
    opacity: 1;
}
.serve1 .tip{
    margin-bottom: 4rem;
    line-height: 3rem;
    text-align: center;
}
.serve1 .tip p{
    line-height: 3rem;
    text-align: center;
}
.serve1 .info_con{
    width: 100%;
    padding: 9rem 0 9rem 7rem;
    background: url(../img/serve_bg.jpg) no-repeat center center;
    -o-background-size: cover;
       background-size: cover;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color:#fff;
}
.serve1 .info_con .left{
    width: 78rem;
}
.serve1 .info_con .left .title{
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 2.5rem;
}


.num_list{
    width: 47rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.num_list li{
    width: 50%;
    margin: 4rem 0;
}


.num_list li .num_tip{
    line-height: 3rem;
    margin-bottom: 1rem;
}
.num_list li .num{
    font-size: 1.8rem;
}
.num_list li .num span{
    font-size: 6rem;
    font-family: Akrobat;
    line-height: 6rem;
}


.serve2{
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#EBF5FD));
    background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EBF5FD 100%);
    background: -moz-linear-gradient(bottom, #FFFFFF 0%, #EBF5FD 100%);
    background: -o-linear-gradient(bottom, #FFFFFF 0%, #EBF5FD 100%);
    background: linear-gradient(0deg, #FFFFFF 0%, #EBF5FD 100%);
}
.serve_adv_list{
    width: -webkit-calc(100% + 2.6rem);
    width: -moz-calc(100% + 2.6rem);
    width: calc(100% + 2.6rem);
    margin:  0 auto;

}
.serve_adv_list li{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #FFFFFF;
    border-radius: 3rem;
    padding: 4.5rem;
    margin: 0 1.3rem;
    position: relative;
}
.serve_adv_list li .num{
    width: 4.9rem;
    height: 4.9rem;
    background: #D71A20;
    border-radius: 50%;
    font-size: 3rem;
    font-family: Akrobat;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -2.45rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.serve_adv_list li .title{
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: center;
    margin-bottom: 1.5rem;
}
.serve_adv_list li .info{
    text-align: center;
}
.serve2 .advantage{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 23.59rem;
    font-family: Montserrat-Bold;
    font-weight: 900;
    color: #004CD6;
    line-height: 15rem;
    opacity: 0.05;
}
.serve3{
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#EBF5FD));
    background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EBF5FD 100%);
    background: -moz-linear-gradient(bottom, #FFFFFF 0%, #EBF5FD 100%);
    background: -o-linear-gradient(bottom, #FFFFFF 0%, #EBF5FD 100%);
    background: linear-gradient(0deg, #FFFFFF 0%, #EBF5FD 100%);
}
.base1{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.base1 .info_con{
    width: 50%;
    padding-left: 16rem;
}
.base1 .img_con{
    width: 42.18%;
}
.base1 .img_con img{
    width: 100%;
}
.base2{
    background: url(../img/base_bg2.jpg) no-repeat center center;
    -o-background-size: cover;
       background-size: cover;
    color: #FFFFFF;
}
.base2 .w{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.base2 .pro_title{
    margin-right: 6.5rem;
    position: relative;
    top: 1rem;
}
.perfor1_list{
    margin-right: 12rem;
}
.perfor1_list dt{
    font-size: 2.4rem;
    line-height: 4.8rem;
}
.perfor1_list dd{
    font-size: 1.8rem;
    line-height: 4.8rem;
}
.perfor2_list dt{
    font-size: 2.4rem;
    line-height: 4.8rem;
}
.perfor2_list dd{
    font-size: 1.8rem;
    line-height: 3.6rem;
    margin-bottom: 5rem;
}
.base3{
    background: #EBF5FD url(../img/base_bg.jpg) no-repeat bottom center;
    -o-background-size: cover;
       background-size: cover;
}
.base3_menu.left_menu{
    background: transparent;
    border-top: 0.1rem solid rgba(51,51,51,0.1);
}
.base3_menu .left_menu_list{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.base3_menu .left_menu_list li{
    margin: 0 5rem;
}
.base3_menu .left_menu_list li a{
    line-height: 7.8rem;
}
.base_business_con{
    background: #fff;
    padding: 7rem 8rem;
}
.base_business_con .base_business{
    display: none;
}
.base_business_con .base_business.active{
    display: block;
}

.sec.intro1{
    background: url(../img/intro1_bg.jpg) no-repeat bottom center;
    -o-background-size: cover;
       background-size: cover;
    padding-bottom: 45rem;
}
.intro1 .pro_title{
    line-height: 6rem;
}
.intro1 .info{
    width: 60%;
}

.sec.intro2{
    padding-top: 5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.intro2 .info_con{
    padding-left: 16rem;
}
.intro2 .info_con .banner_font{
    color: #333;
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    margin-bottom: 9rem;
}
.intro2 .img_con{
    width: 99rem;
    padding-right: 5.8rem;
}
.intro2 .img_con img{
    width: 100%;
}
.sec.intro3{
    background: url(../img/intro3_bg.jpg) no-repeat bottom center;
    -o-background-size: cover;
       background-size: cover;
    padding-bottom: 50rem;
}
.intro3 .w{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.intro3 .pro_title{
    line-height: 6rem;
}
.intro3 .info{
    width: 62.5%;
}



.sec.industry1{
    background: url(../img/industry1_bg.jpg) no-repeat bottom center;
    -o-background-size: cover;
       background-size: cover;
    padding: 22rem 0;
}
.industry1 .w{
    position: relative;
    text-align: center;
}
.industry1 .industry1_img{
    width: 69rem;
}
.industry_list{
    width: 50.8rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.industry_list li{
    width: 100%;
    height: 15.1rem;
    background: url(../img/left_arr.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF;
    padding: 2rem 2rem 2rem 4.5rem;
    text-align: right;
    position: relative;
    margin: 4.5rem 0;
}

.industry_list li .icon{
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#cececf));
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #cececf 100%);
    background: -moz-linear-gradient(top, #FFFFFF 0%, #cececf 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #cececf 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, #cececf 100%);
    -webkit-box-shadow: 0 0 1rem #aaa;
            box-shadow: 0 0 1rem #aaa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.industry_list li .icon img{
    width: 4.8rem;
    height: 4.8rem;
    -o-object-fit: contain;
       object-fit: contain;
}
.industry_list li .info_con{
    width: -webkit-calc(100% - 13rem);
    width: -moz-calc(100% - 13rem);
    width: calc(100% - 13rem);
    padding-right: 2rem;
}
.industry_list li .title{
    font-size: 3rem;
    margin-bottom: 1rem;

}
.industry_list li .info{
    line-height: 2.4rem;
}

.left_industry_list{
    left: 0;
}
.right_industry_list{
    right: 0;
}
.industry_list.right_industry_list li{
    background: url(../img/right_arr.png) no-repeat center center;
    padding: 2rem 4.5rem 2rem 2rem;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.industry_list.right_industry_list li .info_con{
    padding-right: 0;
    padding-left: 2rem;
}


.industry_list li:first-of-type{
    right: -11rem;
}
.industry_list li:nth-of-type(4){
    right: -11rem;
}
.industry_list.right_industry_list li:first-of-type{
    right: auto;
    left: -11rem;
}
.industry_list.right_industry_list li:nth-of-type(4){
    right: auto;
    left: -11rem;
}



.honor1{
    background: url(../img/honor1_bg.jpg) no-repeat center right;
    -o-background-size: cover !important;
       background-size: cover !important;
}
.wheat_list{
     margin-bottom: 7rem;
}
.wheat_list li{
    font-size: 1.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 23rem;
    margin-right: 6rem;
    position: relative;
}
.wheat_list li:after,
.wheat_list li:before{
    width: 3.6rem;
    height: 9.9rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/wheat_left.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
    content: "";
    display: block;
}
.wheat_list li:after{
    background: url(../img/wheat_right.png) no-repeat center center;
    left: auto;
    right: 0;
}
.wheat_list li .num_con{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1rem;
}
.wheat_list li .num{
    font-size: 6rem;
    font-family: Akrobat;
    line-height: 5.6rem;
}
.honor_list{
    width: 50rem;
    height: 44rem;
}
.honor_list li a{
    line-height: 2rem;
    padding: 1rem 0 1rem 3rem;
    position: relative;
}
.honor_list li a:before{
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background: url(../img/honor_icon1.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
    content: "";
    display: block;
}
.honor_list li:hover a:before{
    background: url(../img/honor_icon11.png) no-repeat center center;
}
.sec.history1{
    padding-left: 16rem;
    padding-bottom: 30rem;
    width: 100%;
    overflow: hidden;
    background: url(../img/history1_bg.jpg) no-repeat bottom center;
    -o-background-size: cover;
       background-size: cover;
    color: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.history_swiper{
    width: -webkit-calc(100% + 25rem);
    width: -moz-calc(100% + 25rem);
    width: calc(100% + 25rem);
}
.history_list li{
    padding: 0 10rem 10rem 5.3rem;
    border-left: 1px solid #fff;
    opacity: 0.3;

}
.history_list li.swiper-slide-active,
.history_list li.swiper-slide-next{
    opacity: 1;
}
.history_list li:before{
    width: 0.4rem;
    height: 4.2rem;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
}
.history_list li .year{
    font-size: 6rem;
    font-family: Akrobat;
    line-height: 5rem;
    position: relative;
    margin-bottom: 6rem;
}

.logo_swiper{
    height: 36.5rem;
    border-bottom: 0.1rem solid #E5E5E5;
    border-right: 0.1rem solid #E5E5E5;
}
.logo_list li{
    box-sizing: border-box;
    height: 50%;
    border-left: 0.1rem solid #E5E5E5;
    border-bottom: 0.1rem solid #E5E5E5;
}
.logo_list li a{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.logo_list li img{
    width: 70%;
    height: 60%;
    -o-object-fit: contain;
       object-fit: contain;
}
.contact1{
    position: relative;
    height: 90rem;
}
#map{
    width: 100%;
    height: 100%;
}


.map_logo{

}
.map_logo img{
    width: 10rem;
}
.amap-info-content {

}
.bottom-left .amap-info-sharp:after{

}
.amap-info-close{
    right: 0.5rem !important;
}

.contact1_area{
    position: absolute;
    padding: 5rem;
    background: #fff;
    top: 15rem;
    left: 16rem;
}
.contact1_area .title{
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 1rem;
}
.contact1_area .en_title{
    line-height: 1.8rem;
    margin-bottom: 3rem;
}
.contact_list{

}
.contact_list li{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem 0;
    border-bottom: 0.1rem solid #eee;
}
.contact_list li img{
    width: 4.4rem;
    height: 4.4rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 3.3rem;
}
.contact_list li .lit_title{
    color: #999;
    line-height: 3rem;
}
.contact_list li p{
   font-size: 1.8rem;
    line-height: 3rem;
}
.contact2{
    background: url(../img/contact2_bg.jpg) no-repeat center center;
    -o-background-size: cover !important;
       background-size: cover !important;
}
.map_list{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 120rem;
}
.map_list li{
    width: 36rem;
    height: 28rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,18,65,0.1)), to(rgba(255,255,255,0.3)));
    background: -webkit-linear-gradient(bottom, rgba(0,18,65,0.1) 0%, rgba(255,255,255,0.3) 100%);
    background: -moz-linear-gradient(bottom, rgba(0,18,65,0.1) 0%, rgba(255,255,255,0.3) 100%);
    background: -o-linear-gradient(bottom, rgba(0,18,65,0.1) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(0deg, rgba(0,18,65,0.1) 0%, rgba(255,255,255,0.3) 100%);
    border-radius: 3rem;
    margin-right: 4rem;
    padding: 3.5rem 4rem;
    margin-bottom: 4rem;
    color: #fff;
    position: relative;
}

.map_list li .company{
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
}
.map_list li .add{

    line-height: 2.4rem;
}
.map_list li .icon{
    width: 5rem;
    height: 5rem;
    background: url(../img/map_icon1.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
    position: absolute;
    bottom: 4rem;
    left: 4rem;
}
.map_list li:hover .icon{
    background: url(../img/map_icon11.png) no-repeat center center;
}



/*搜索结果页*/
.sec_search{
    background: #fff;
    border-top: 0.2rem solid rgba(0,49,115,0.1);
}
.search_box{
    padding-bottom: 10rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search_box .search_ipt{
    border: 0.2rem solid rgba(0,49,115,0.1);
    padding: 1.8rem;
    width: 50rem;
    border-radius: 15rem;
    margin-right: 1rem;
    font-size: 2rem;
}
.search_box .submit{
    background: #D71A20;
    color: #fff;
    padding: 1.8rem;
    width: 15rem;
    font-size: 1.8rem;
    border-radius: 15rem;
}
.search_list{
    border-top: 0.1rem solid rgba(0,49,115,0.1);
}
.search_list li{
    border-bottom: 0.1rem solid rgba(0,49,115,0.1);
    position: relative;
}
.search_list li:after{
    width: 0;
    height: 0.2rem;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #D71A20;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.search_list li a{
    padding: 2rem 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_list li .title{
    margin-bottom: 1rem;
    font-size: 1.8rem;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.search_list li .time{
    color: #999;
    font-family: Montserrat-Bold;
}
.search_list li:hover .title{
    color: #D71A20;
}
.search_list li:hover:after{
    width: 100%;
}
.page{
    padding: 10rem 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page a,
.page span{
    margin: 0 1rem;
}
.page .number{
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(215, 26, 32, 0.2);
    border-radius: 50%;
}
.page .prev,
.page .next{
    font-size: 2.4rem;
    font-family: GOVER;
    color: #D71A20;
    line-height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page .prev{
    margin-right: 10rem;
}
.page .next{
    margin-left: 10rem;
}

.page .number:hover,
.page .number.current{
    background: #D71A20;
    color: #fff;
}


.page_detail{

}



    /*1920*/


/*背景固定图片*/
.fixed_img{
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/about4_bg.jpg) no-repeat center center;
    -o-background-size: cover !important;
    background-size: cover !important;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*视频弹窗*/
.video_mark{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    bottom: 100%;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.video_mark.open{
    bottom: 0;

}
.video_mark .video_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 70%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

.video_mark .video_box video{
    max-width: 100%;
    max-height: 100%;
}
.video_mark .video_box .close{
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/fancybox_sprite.png) no-repeat center center;
    width: 40px;
    height: 40px;
    -o-background-size: 20px !important;
    background-size: 20px !important;
    z-index: 100;
}
@media screen and (max-width: 1920px) and (max-height: 700px) {
    /* 在宽度小于 1920px 且高度小于 700px 时应用的样式 */
    .sec3 .index_title {
        margin-bottom: 4rem;
    }
    .sec4_img {
        width: 80rem;
    }
    .sec4_list {
        left: 80rem;
        bottom: 7.4rem;
    }
    sec4_list li .add {
        padding: 0.4rem 0.8rem;
        margin-bottom: 0.2rem;
    }
    .sec4_list li .company {
        font-size: 1.6rem;
        line-height: 3rem;
    }
    .sec4_list li {
        margin-bottom: 2.2rem;
    }
    .sec5 .sec_con{
        padding: 10rem 0 0;
    }
    .sec5_top {
        margin-bottom: 4rem;
    }
    .ipt_list li.textarea_li textarea {
        height: 7rem;
    }
    .copy_right {
        height: 5rem;
    }
    .inner_pro_list li .w {
        padding-top: 10rem;
    }
    .inner_pro_list li .info_con .top {
        margin-bottom: 3rem;
    }
    .inner_title .en_title {
        font-size: 4rem;
        line-height: 4rem;
    }
    .inner_title .title {
        font-size: 4rem;
    }
    .inner_title {
        color: #FFFFFF;
        margin-bottom: 4rem;
    }
    .inner_pro_list li .info_con .info {
        margin-bottom: 5rem;
    }
}








@media screen and (max-width: 1680px){


}
@media screen and (max-width: 1500px){

}
@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1080px) {

}


/*移动端*/
@media screen and (max-width: 780px) {
    .w {
        padding: 0 2rem;
        margin: 0;
        width: 100%;
    }
    .page{
        padding: 5rem 0;
    }
    .page .prev{
        margin-right: 1rem;
    }
    .page .next {
        margin-left: 1rem;
    }
    .page .number {
        width: 1rem;
        height: 1rem;
    }
    .video_mark .video_box {
        width: 90%;
        height: 50%;
    }
    .search_box .search_ipt {
        width: 28rem;
    }
    .search_box .submit {
        width: 12rem;
    }
    .top_nav {
        height: 7rem;
        padding: 0 0 0 1.5rem;
    }
    .menu_icon {
        width: 6rem;
        height: 7rem;
    }
    .top_nav_right .lan_icon {
        margin-left: 2rem;
        margin-right: 0.9rem;
    }
    .logo {
        width: 20rem;
        height: 5rem;
    }
    .full_menu_top {
        height: 7rem;
        padding: 0 0 0 1.5rem;
    }

    .full_meum_list{
        margin-top: 10rem;
        height: -webkit-calc(100% - 10rem);
        height: -moz-calc(100% - 10rem);
        height: calc(100% - 10rem);
        overflow-y: auto;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .full_meum_list li{
        width: 100%;
        padding: 0 3rem;
    }
    .full_meum_list li {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
           -moz-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        margin-bottom: 2rem;
        border-bottom: 0.1rem solid rgba(255,255,255,0.1);
    }
    .full_meum_list li> a{
        text-align: left;
    }
    .full_meum_list li> a .icon {
        width: 2rem;
        height: 2rem;
        margin-bottom: 1rem;
        display: none;
    }
    .full_meum_list li .hide_menu {
        padding-top: 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding-bottom: 1.5rem;
    }
    .full_meum_list li .hide_menu dd{
        margin-right: 3rem;
    }
    .full_meum_list li .hide_menu dd a {
        width: auto;
        text-align: left;
        line-height: 2rem;
        padding: 0.8rem 0;
    }
    .sec_con{
        padding: 12rem 0 0;
    }


    .banner_font .title {
        font-size: 3rem;
        margin-bottom: 3rem;
    }
    .banner_font {
        left: 2rem;
    }
    .banner_font .title1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .banner_font .title2 {
        font-size: 2.4rem;
    }
    .banner_action_box {
        left: 2rem;
        bottom: 3rem;
    }

    .swiper-pagination-banner .swiper-pagination-bullet{
        width: 2rem;
    }
    .index_main_list li .index_title .en_title:before {
        left: -4rem;
        width: 2rem;
    }
    .index_title {
        margin-bottom: 3rem;
    }
    .index_title .en_title {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 0.5rem;
    }
    .index_title .title {
        font-size: 2.8rem;
    }
    .index_main_list li .info_con {
        width: 100%;
        padding-left: 8rem;
    }
    .index_main_list li .info {
        margin-bottom: 4rem;
    }
    .read_more1 {
        width: 14rem;
        height: 3.6rem;
        padding: 0 1.2rem;
        font-size: 1.4rem;
    }
    .main_nav_list li .icon img {
        width: 3rem;
        height: 3rem;
    }
    .main_nav_list li .icon {
        width: 5rem;
        height: 5rem;
        margin-bottom: 1rem;
    }
    .main_nav_list li .title1 {
        font-size: 1.6rem;
        line-height: 3rem;
    }
    .main_nav_list li .title2 {
        font-size: 1.6rem;
        font-family: Akrobat;
        line-height: 2.4rem;
    }
    .main_nav_list li .num {
        font-size: 8rem;
        height: 4rem;
    }
    .pro_num {
        top: 1.1rem;
        font-size: 1.6rem;
    }
    .sec3 .sec_con{
        padding: 12rem 0 7rem;
    }
    .sec3_list {
        width: 34rem;
    }
    .sec3_list li {
        width: 16rem;
        height: 16rem;
        border-radius: 2rem;
    }
    .sec3_list li:nth-of-type(3), .sec3_list li:nth-of-type(4) {
        left: 8rem;
    }
    .sec3_list li a {
        padding: 1.5rem;
    }
    .sec3_list li .icon {
        width: 3.5rem;
        height: 3.5rem;
    }
    .sec3_title .title {
        font-size: 1.8rem;
    }
    .sec4_img {
        width: 30rem;
    }
    .sec4_list {
        position: relative;
        left: 0;
        bottom: 0;
    }
    .sec4_list li {
        margin-bottom: 2rem;
        padding-left: 0;
    }
    .sec4 .sec_con{
        padding: 10rem 0 7rem;

    }
    .sec5 .sec_con{
        padding: 12rem 0 2rem;
    }

    .sec5_top{
        margin-bottom: 3rem;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .sec5_top .left {
        margin-right: 0;
        width: 100%;
    }
    .sec5_top .info {
        width: 100%;
        padding-top: 3rem;
    }
    .sec5_bot .video_area {
        width: 15rem;
        height: 8rem;
        margin-right: 2rem;
    }
    .sec5_bot .font {
        line-height: 2rem;
        font-size: 1.4rem;
    }
    .sec5_bot .video_area .video_play {
        width: 4.3rem;
        height: 4rem;
    }
    .sec6.footer{
        height: auto !important;
    }

    .contact_area {
        padding: 3rem 0;
    }
    .contact_area .w{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .contact_message .title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    .contact_message {
        width: 100%;
        margin-bottom: 5rem;
    }
    .contact_info{
        width: 100%;
    }
    .ipt_list li {
        width: 48%;
        margin-bottom: 1rem;
    }
    .ipt_list li textarea, .ipt_list li input {
        padding: 1.4rem 1.5rem;
    }
    .contact_info .index_title .company {
        line-height: 1.6rem;
        padding-top: 1rem;
        margin-bottom: 4rem;
        font-size: 1.4rem;
    }
    .contact_info .phone {
        font-size: 3.6rem;
        line-height: 3rem;
        margin-bottom: 1.5rem;
    }
    .contact_info .phone img {
        width: 2rem;
        margin-right: 1rem;
    }
    .sec6 .copy_right {
        position: static;
    }
    .copy_right .w{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .copy_right .right a {
        margin: 0 1rem;
        font-size: 1.4rem;
    }
    .contact_info .info {
        margin-bottom: 4rem;
    }

    .contact_info .ewm .ewm_img {
        width: 8rem;
        height: 8rem;
        margin-right: 1rem;
    }
    .contact_info .ewm .font {
        font-size: 1.4rem;
    }

    .inner_nav_list{
        right: 3.5rem;
    }
    .inner_nav_list li>a .icon {
        width: 4.5rem;
        height: 4.5rem;
        margin-left: 1rem;
    }
    .inner_nav_list li .sub_nav_list dd .dot {
        width: 4.5rem;
        height: 3rem;
        margin-left: 1rem;
    }
    .inner_nav_list:before {
        right: 2.25rem;
    }

    .inner_pro_list li{
        background-position: center left;
    }
    .inner_pro_list li .w {
        padding-top: 12rem;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 10rem ;
    }
    .inner_pro_list li .info_con {
        width: 100%;
        padding-top: 0;
        margin-bottom: 5rem;
    }
    .inner_title .en_title {
        font-size: 2.8rem;
        line-height: 3rem;
        margin-bottom: 1rem;
    }
    .inner_title .en_title .line {
        width: 4rem;
        height: 0.1rem;
        background: #fff;
        margin-left: 2rem;
    }
    .inner_title {
        margin-bottom: 3rem;
    }
    .inner_title .title {
        font-size: 3rem;
    }
    .inner_pro_list li .info_con{
        width: 100%;
    }
    .inner_pro_list li .info_con .top {
        margin-bottom: 3rem;
    }

    .inner_pro_list li .info_con .info {
        margin-bottom: 3rem;
    }
    .inner_pro_list li .img_con {
        padding-left: 0;
        width: 100%;
    }
    .inner_pro_list li .img_con img {
        width: 100%;
        height: 30rem;
        -o-object-position: center;
           object-position: center;
    }
    .action_box {
        bottom: 2rem;
        left: 2rem;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 3.5rem;
        height: 3.5rem;
    }
    .action-prev {
        margin-right: 1.5rem;
    }

    .sec {
        padding: 5rem 0;
    }
    .product1 .w{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .pro_title {
        font-size: 2.8rem;
        line-height: 2.8rem;
        margin-bottom: 3rem;
    }
    .product1 .info_con {
        width: 100%;
        margin-bottom: 2rem;
    }
    .product1 .img_con {
        width: 100%;
        height: 40rem;
        padding: 2rem;
    }
    .product2 .img_con img {
        width: 100%;
        margin-bottom: 3rem;
    }
    .product2 .product2_center_img_con {
        width: 100%;
        overflow-x: auto;
    }
    .product2 .product2_center_img{
        width: 270%;
    }
    .pro_split_list {
        width: 100%;
        height: 100%;
        position: static;
        top: 0;
    }
    .pro_split_list li {
        height: auto;
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 2.5rem;
    }
    .pro_split_list li .title {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 0.8rem;
    }
    .adv_list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        border-radius: 2rem;
        padding: 1.5rem 2rem;
    }
    .adv_list li:nth-of-type(2n){
        margin-right: 0;
    }
    .product4 .tip {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .table_con{
        width: 100%;
        overflow-x: auto;
    }
    .product4 table td{
        padding: 1rem 0.5rem;
        width: auto !important;
    }
    .next2 {
        right: 1rem;
    }
    .prev2{
        left: 1rem;
    }
    .pro_honor_list li {
        padding: 2rem 0rem 0;
    }
    .pro_honor_list li img {
        height: 16rem;
    }
    .pro_honor_list li .title {
        font-size: 1.4rem;
        padding-top: 1rem;
    }
    .slide_down{
        width: 8rem;
        height: 8rem;
        position: absolute;
        left: 2rem;
        bottom: 2rem;

    }
    .slide_down .down{
        width: 1.4rem;
        height: 1.8rem;
    }
    .toggle_action_box{
        left: auto;
        right: 2rem;
    }
    .inner.inner2 {
        height: auto;
        padding-bottom: 10rem;
    }
    .inner.inner_pro {
        background-position:  center left;
    }
    .inner_img{
        height: 35rem;
    }
    .inner_area {
        top: 14rem;
        left: 2rem;
    }
    .right_menu_list{
        display: none;
    }
    .slide_down{
        display: none;
    }
    .inner.inner2 {
        height: auto;
        padding-bottom: 0;
    }
    .serve1 .info_con {
        padding: 4rem 3rem 4rem 3rem;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .serve1 .info_con .left .title {
        font-size: 2.2rem;
        line-height: 3rem;
        margin-bottom: 1rem;
    }
    .serve1 .info_con .left{
        width: 100%;
    }
    .num_list li {
        margin: 2rem 0;
    }
    .num_list {
        width: 100%;
        padding-top: 5rem;
    }
    .num_list li .num span {
        font-size: 5rem;
        line-height: 5rem;
    }
    .serve_adv_list {
        width: 100%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .serve_adv_list li {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
           -moz-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        width: 100%;
        border-radius: 2rem;
        padding: 4rem 2.5rem 2.5rem;
        margin: 2.5rem 0;
    }
    .serve_adv_list li .info,
    .serve_adv_list li .info p{
        text-align: center;
    }

    .base1{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .base1 .info_con{
        padding: 0 2rem 3rem;
        width: 100%;
    }
    .base1 .img_con{
        width: 100%;
    }
    .base2 .w{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .base2 .pro_title{
        width: 100%;
        margin-right: 0;
    }
    .perfor1_list{
        width: 100%;
        margin-right: 0;
        padding: 3rem 0;
    }
    .perfor2_list dd {
        margin-bottom: 2rem;
    }
    .base3_menu .left_menu_list li {
        margin: 0 0.5rem;
    }
    .base3_menu .left_menu_list li a{
        line-height: 2.4rem;
        padding: 2rem 0;
        text-align: center;
    }
    .base_business_con {
        padding: 3rem 2rem;
    }

    .inner_area .info{
        width: 100%;
        display: none;
    }
    .intro1 .pro_title {
        line-height: 4rem;
    }
    .intro1 .info{
        width: 100%;
    }
    .sec.intro1 {
        padding-bottom: 40rem;
    }
    .sec.intro2{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .intro2 .info_con{
        padding-left: 2rem;
        margin-bottom: 2rem;
    }
    .intro2 .info_con .banner_font {
        margin-bottom: 4rem;
    }
    .intro2 .img_con{
        width: 100%;
        padding: 0 2rem;
    }
    .intro3 .w{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .intro3 .pro_title {
        line-height: 4rem;
    }
    .intro3 .info{
        width: 100%;
    }
    .industry_list{
        width: 100%;
        position: static !important;
        -webkit-transform: none !important;
           -moz-transform: none !important;
            -ms-transform: none !important;
             -o-transform: none !important;
                transform: none !important;
    }
    .industry_list li{
        color: #333;
        padding: 0 !important;
        background: none !important;
    }
    .industry_list li:nth-of-type(4),
    .industry_list li:first-of-type{
        right: 0 !important;
        left: 0 !important;
    }
    .sec.industry1 {
        padding: 5rem 0;
    }
    .industry1 .industry1_img{
        width: 100%;
    }
    .wheat_list{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 4rem;
    }
    .wheat_list li {
        width: 45%;
        margin-right: 0;
    }
    .honor1{
        background-position: center left;
    }
    .honor_list{
        width: 100%;
        height: auto;
    }

    .sec.history1 {
        padding-left: 2rem;
        padding-bottom: 20rem;
    }
    .history_swiper{
        width: 100%;
    }

    .history_list li .year {
        font-size: 5rem;
        line-height: 4rem;
        margin-bottom: 4rem;
    }
    .history_list li:before {
        width: 0.3rem;
        height: 3.6rem;
    }
    .logo_swiper {
        height: 22rem;
    }
    .logo_list li img {
        width: 95%;
        height: 60%;
    }
    .contact1_area{
        position: static;
    }
    .contact1{
        height: auto;
    }
    #map{
        height: 50rem;
    }
    .map_list{
        width: 100%;
    }
    .map_list li {
        width: 100%;
        height: 25rem;
        border-radius: 2rem;
        margin-right: 0;
        margin-bottom: 3rem;
    }
    .map_list li .icon{
        position: static;
        margin-top: 3rem;
    }




    .product7 .w{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .product7 .part {
        width: 100%;
    }
    .pro_action_title {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .pro_action_title .left_info {
        width: 100%;
    }
    .product10 .part {
        margin-bottom: 3rem;
    }
    /*680*/

}
