/*头部开始********************************************************************************************/
@charset "utf-8";
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
@font-face {
    font-family: "Montserrat-Light";
    src: url("../font/Montserrat-Light/Montserrat-Light.woff2") format("woff2"),
    url("../font/Montserrat-Light/Montserrat-Light.woff") format("woff"),
    url("../font/Montserrat-Light/Montserrat-Light.ttf") format("truetype"),
    url("../font/Montserrat-Light/Montserrat-Light.eot") format("embedded-opentype"),
    url("../font/Montserrat-Light/Montserrat-Light.svg") format("svg");
}
@font-face {
    font-family: "Montserrat-Regular";
    src: url("../font/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"),
    url("../font/Montserrat-Regular/Montserrat-Regular.woff") format("woff"),
    url("../font/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype"),
    url("../font/Montserrat-Regular/Montserrat-Regular.eot") format("embedded-opentype"),
    url("../font/Montserrat-Regular/Montserrat-Regular.svg") format("svg");
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("../font/Montserrat-Bold/Montserrat-Bold.woff2") format("woff2"),
    url("../font/Montserrat-Bold/Montserrat-Bold.woff") format("woff"),
    url("../font/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype"),
    url("../font/Montserrat-Bold/Montserrat-Bold.eot") format("embedded-opentype"),
    url("../font/Montserrat-Bold/Montserrat-Bold.svg") format("svg");
}
@font-face {
    font-family: "Montserrat-Black";
    src: url("../font/Montserrat-Black/Montserrat-Black.woff") format("woff"),
    url("../font/Montserrat-Black/Montserrat-Black.ttf") format("truetype"),
    url("../font/Montserrat-Black/Montserrat-Black.svg") format("svg");
}
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../font/SourceHanSansCN-Regular/SourceHanSansCN-Regular.woff2") format("woff2"),
    url("../font/SourceHanSansCN-Regular/SourceHanSansCN-Regular.woff") format("woff"),
    url("../font/SourceHanSansCN-Regular/SourceHanSansCN-Regular.ttf") format("truetype"),
    url("../font/SourceHanSansCN-Regular/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
    url("../font/SourceHanSansCN-Regular/SourceHanSansCN-Regular.svg") format("svg");
}
@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../font/SourceHanSansCN-Bold/SourceHanSansCN-Bold.woff2") format("woff2"),
    url("../font/SourceHanSansCN-Bold/SourceHanSansCN-Bold.woff") format("woff"),
    url("../font/SourceHanSansCN-Bold/SourceHanSansCN-Bold.ttf") format("truetype"),
    url("../font/SourceHanSansCN-Bold/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
    url("../font/SourceHanSansCN-Bold/SourceHanSansCN-Bold.svg") format("svg");
}
@font-face {
    font-family: "Oswald-Heavy";
    src: url("../font/Oswald-Heavy/Oswald-Heavy.woff2") format("woff2"),
    url("../font/Oswald-Heavy/Oswald-Heavy.woff") format("woff"),
    url("../font/Oswald-Heavy/Oswald-Heavy.ttf") format("truetype"),
    url("../font/Oswald-Heavy/Oswald-Heavy.eot") format("embedded-opentype"),
    url("../font/Oswald-Heavy/Oswald-Heavy.svg") format("svg");
}
@font-face {
    font-family: "Oswald-Regular";
    src: url("../font/Oswald-Regular/Oswald-Regular.woff2") format("woff2"),
    url("../font/Oswald-Regular/Oswald-Regular.woff") format("woff"),
    url("../font/Oswald-Regular/Oswald-Regular.ttf") format("truetype"),
    url("../font/Oswald-Regular/Oswald-Regular.eot") format("embedded-opentype"),
    url("../font/Oswald-Regular/Oswald-Regular.svg") format("svg");
}

@font-face {
    font-family: "Oswald-Light";
    src: url("../font/Oswald-Light/Oswald-Light.woff2") format("woff2"),
    url("../font/Oswald-Light/Oswald-Light.woff") format("woff"),
    url("../font/Oswald-Light/Oswald-Light.ttf") format("truetype"),
    url("../font/Oswald-Light/Oswald-Light.eot") format("embedded-opentype"),
    url("../font/Oswald-Light/Oswald-Light.svg") format("svg");
}
.w {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #001b3f;
    font-family: "SourceHanSansCN-Regular";
}

.swiper-container{
    width: 100%;
    height: 100%;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #00c360;
    width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail{
    background: #ddd;
    opacity: 1;
}
/*导航*/
.topnav {
    width: 100%;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.topnav .topnav_w{
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.topnav .logo{
    width: 290px;
}
.topnav .logo img{
    width: 100%;
}

.topnav .nav_list{

}

.topnav .nav_list li {
    position: relative;
    float: left;
    font-size: 0;
}

.topnav .nav_list li>a {
    position: relative;
    padding: 0 25px;
    line-height: 40px;
    font-size: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.topnav .nav_list li>a:before{
    display: block;
    content: "";
    width: 0px;
    height: 3px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}
.topnav .nav_list li:hover>a:before,
.topnav .nav_list li.on>a:before{
    width: 16px;
    opacity: 1;
}
.topnav .right_list{
    position: relative;
    height: 40px;
    align-items: center;
}
.topnav .right_list li{
    float: left;
    position: relative;
    padding-left: 45px;
    line-height: 25px;
}
.topnav .right_list li i{
    cursor: pointer;
}
.topnav .search_box i{
    background: url(../images/search_icon.png) no-repeat center right;
    padding-right: 30px;
}
.topnav .search_box .search_ipt{
    position: absolute;
    top: 100%;
    left: -40%;
    display: none;
    z-index: 100;
}

.topnav .search_box:hover .search_ipt{
    display: block;
}
.topnav .search_box .search_ipt input{
    background: #fff;
    line-height: 35px;
    padding: 0 10px;
    width: 200px;
    color: #333;
    border-radius: 20px;
    font-size: 14px;
}

.topnav .lan_box a{
    background: url(../images/langage_icon_white.png) no-repeat center right;
    padding-right: 30px;
}

.topnav .menu_box .menu{
    background: url(../images/menu_icon.png) no-repeat center right;
    padding-right: 30px;
}

.topnav .menu_box .close{
    display: none;
}

.topnav .menu_box .menu.open{
    background: url(../images/menu_icon.png) no-repeat center right;
}
.topnav .menu_box .menu.close{
    background: url(../images/close_icon.png) no-repeat center right;
}

body.body_full_menu .topnav .open{
    display: none;
}
body.body_full_menu .topnav .close{
    display: block;

}

/*全屏导航*/
.full_menu{
    position: fixed;
    left: 0;
    bottom: -100%;
    background: #003e98;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
}
body.body_full_menu .topnav{
    position: fixed;
}
body.body_full_menu .topnav .nav_list{
    display: none;
}
body.body_full_menu .full_menu{
    bottom: 0;
}
.full_meum_list{
    height: 100%;
}
.full_meum_list li{
    flex: 1;
    padding: 15% 0 0 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    border-right: 1px solid rgba(255,255,255,.1);
}
.full_meum_list li:last-of-type{
    border-right: none;
}
.full_meum_list li .num{
    display: block;
    font-family: "Montserrat-Bold";
    font-size: 30px;
    margin-bottom: 20px;
}
.full_meum_list li>a{
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 40px;
}

.full_meum_list li .hide_menu{
    position: relative;
    padding-left: 25px;
}
.full_meum_list li .hide_menu:before{
    width: 2px;
    height: calc(100% - 26px);
    position: absolute;
    top: 14px;
    left: 0;
    background: #fff;
    content: "";
    display: block;
}
.full_meum_list li dd a{
    line-height: 42px;
    font-size: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.full_meum_list li dd a:hover{
    padding-left: 10px;
}
.full_meum_list li:hover{
    background: #00c360;
}


/*首页banner----------------------------------------------------------------------------------------------*/
.sec0{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner_swiper li,
.banner_swiper li a{
    width: 100%;
    height: 100%;
}
.banner_swiper li  a{background-size: cover !important;}
.banner_info{
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    color: #fff;

}
.banner_info .title1{
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner_info .title2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

.sec0 .action_box{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 10;
}
.sec0 .action_box .w{
    padding-bottom: 200px;
}
.sec0 .action_box .swiper-pagination-banner{
    position: static;
    width: auto;
    text-align: left;
}
.sec0 .action_box .swiper-pagination-bullet{
    color:#fff;
    width: auto;
    height: 30px;
    line-height: 30px;
    position: relative;
    background: none;
    font-family: Montserrat-Bold;
    font-size: 18px;
    margin-right: 15px;
    opacity: 1;
}
.sec0 .action_box .swiper-pagination-bullet .line_all{
    width: 400px;
    height: 1px;
    background: #fff;
    position: relative;
    top: -16px;
    margin-left: 20px;
    display: none;
}
.sec0 .action_box .swiper-pagination-bullet-active .line_all{
    display: block;
}
.sec0 .action_box .swiper-pagination-bullet .line_all i{
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #00c360;
    height: 1px;
}
.sec0 .action_box .video_open_banner{
    background: #00c360;
    width: 120px;
    height: 120px;
    color:#fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    right:0;
}
.sec0 .action_box .video_open_banner .img_con{
    width: 48px;
    height: 48px;
    position: relative;
}
.sec0 .action_box .video_open_banner .video_icon_c{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sec0 .action_box .video_open_banner .video_icon{
    width: 100%;
    height: 100%;
}
.sec0 .action_box .video_open_banner .font{
    width: 100%;
    line-height: 24px;
    font-family: Arial, Microsoft YaHei, SimSun;
    text-align: center;
    margin-top: 10px;
}

.sec0 .action_box .swiper-button-prev-banner{
    top: auto;
    left: 0;
    bottom: 130px;
}
.sec0 .action_box .swiper-button-next-banner{
    top: auto;
    right: auto;
    left: 70px;
    bottom: 130px;
}

.swiper-button-prev:after,
.swiper-button-next:after{
    display: none;
}
.prev3,
.next3,
.next2,
.prev2,
.prev1,
.next1{
    width: 40px;
    height: 40px;
    background-size: 100% 100% !important;
}
.prev1{
     background: url(../images/left_icon.png) no-repeat center center;
 }
.next1{
    background: url(../images/right_icon.png) no-repeat center center;
}
.prev2{
    background: url(../images/left_icon2.png) no-repeat center center;
}
.next2{
    background: url(../images/right_icon2.png) no-repeat center center;
}
.prev3{
    background: url(../images/left_icon3.png) no-repeat center center;
}
.next3{
    background: url(../images/right_icon3.png) no-repeat center center;
}

.prev1:hover,
.prev3:hover,
.prev2:hover{
    background: url(../images/left_hover_icon.png) no-repeat center center;
}
.next1:hover,
.next3:hover,
.next2:hover{
    background: url(../images/right_hover_icon.png) no-repeat center center;
}
/*圆形旋转*/
.video_font {
    -webkit-animation: circlemove 8s ease infinite normal;
    -o-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);
    -ms-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;
    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);
}

@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;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100%{
        opacity: 0;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes circlemove /* Firefox */  {
    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;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100%{
        opacity: 0;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes circlemove /* Safari 和 Chrome */  {
    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;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100%{
        opacity: 0;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes circlemove /* Opera */  {
    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;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100%{
        opacity: 0;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*第一屏 产品系列*/
.sec1{
    position: relative;
    background: #fff;
}
.sec .w{
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../images/gray_line_bg.png) no-repeat center center;
    background-size: 100% 100% !important;
}
.sec5_top,
.sec4_top,
.sec1_top,
.sec2_top{
    justify-content: space-between;
    align-items: center;
}


.index_title{

}
.index_title h5{
    line-height: 87px;
    font-family: Montserrat-Bold;
    position: relative;
}
.index_title h5 i{
    font-size: 100px;
    color: rgba(0,27,63,0.1);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    font-family: "Montserrat-Black";
}
.index_title h5 span{
    z-index: 1;
    position: relative;
    padding-right: 110px;
    letter-spacing: 5px;
    font-weight: 700;
    font-size: 18px;
}
.index_title h5 span:after{
    width: 100px;
    height: 1px;
    background: #00c360;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index_title h4{
    font-size: 48px;
    font-weight: 700;
}

.index_title strong{
    color: #009b63;
}
.index_title i{
    font-size: 24px;
}
.index_title.black h5{
    color: #999;
}
.read_more{
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-family: Montserrat-Bold;
    text-align: center;
    font-weight: 700;
    border: 1px solid #001b3f;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.read_more i{
    position: relative;
    top: 2px;
    margin-left: 5px;
}
.read_more:hover{
    -webkit-box-shadow: -3px 3px 1px 0px #001b3f;
    -moz-box-shadow: -3px 3px 1px 0px #001b3f;
    box-shadow: -3px 3px 1px 0px #001b3f;

}

.sec1_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec1_bg #canvas{
    width: 100%;
    height: 100%;
}
.pro_nav_list{
    width: 25%;
}

.pro_nav_list li{
    margin: 75px 0 0;
}
.pro_nav_list li a{
    width: 100%;
}
.pro_nav_list li .pro_nav{
    justify-content: space-between;
    align-items: center;
}
.pro_nav_list li .bg_con{
    width: 100px;
    height: 116px;
    background: url(../images/index_pro_icon_bg.png) no-repeat center center;
    background-size: 100% 100% !important;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.pro_nav_list li .bg_con img{
    width: 55px;
    height: 55px;
}

.pro_nav_list li .bg_con img.img2{
    display: none;
}
.pro_nav_list li .title_con{
    width: calc(100% - 100px);
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pro_nav_list li .title_con h5{
    font-size: 24px;
    margin-bottom: 12px;
}
.pro_nav_list li .title_con .tip{
    color: #666;
    line-height: 16px;
    height: 16px;
}
.pro_nav_list li:hover .bg_con{
    background: url(../images/index_pro_icon_bg_hover.png) no-repeat center center;
}
.pro_nav_list li:hover .bg_con img.img1{
    display: none;
}
.pro_nav_list li:hover .bg_con img.img2{
    display: block;
}
.pro_right_list.pro_nav_list li{
    text-align: right;
}
.pro_right_list.pro_nav_list li .title_con{
    padding-left: 0;
    padding-right: 30px;
}




/*第二屏  解决方案*/
.sec2{
    background: url(../images/sec3_bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.sec2 .index_title h5 i{
    color: rgba(255,255,255,0.1);
    left: auto;
    right: 0;

}
.sec2 .index_title h4{
    color: #fff;
    text-align: right;
}
.sec2 .index_title h5 span {
    padding-right: 0;
    padding-left: 110px;
    color: #fff;
}
.sec2 .index_title h5 span:after{
    right:auto;
    left: 0;
}



.index_solution_menu{
    position: relative;
    align-items: flex-start;
    padding-top: 30px;
}
.index_solution_menu:before{
    width: 200%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 28px;
    right: 146px;
    content: "";
    display: block;

}
.index_solution_menu a{
    color: #fff;
    position: relative;
    padding-bottom: 60px;
    text-align: center;
    width: 180px;
    margin-right: 80px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.index_solution_menu a:after{
    width: 60px;
    height: 60px;
    background: #003e97 url(../images/dot.png) no-repeat center center;
    background-size: 25px 25px !important;
    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 .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.index_solution_menu a span{
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.index_solution_menu a i{
    line-height: 16px;
    height: 32px;
}

.index_solution_menu a:hover,
.index_solution_menu a.on{
    color: #00c360;
}

.index_solution_menu a:hover:after {
    background: #003e97 url(../images/dot_active.png) no-repeat center center;
}





.sec2_solution_con{
    margin-top: 15px;
}

.sec2_solution_con .solution_area{
    display: none;
}
.sec2_solution_con .solution_area.active{
    display: block;
}
.solution_area .area{
    justify-content: space-between;
    align-items: flex-end;
}
.solution_area .img_con{
    width: 62%;
    height: 590px;
    position: relative;
}
.solution_area .img_con .img{
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.solution_area .img_con .more{
    width: 100px;
    height: 100px;
    background: url(../images/more_icon2.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.solution_area .info_con{
    width: 38%;
    height: 400px;
    background: #fff;
    padding: 80px 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.solution_area .info_con .en_title{
    position: absolute;
    bottom: 100%;
    color: rgba(255,255,255,0.1);
    font-family: Montserrat-Bold;
    font-size: 48px;
    padding-bottom: 10px;
    text-transform: uppercase
}
.solution_area .info_con .title{
    font-size: 30px;
    line-height: 30px;
}
.solution_area .info_con .line{
    width: 50px;
    height: 2px;
    background: #00c360;
    margin: 30px 0 25px;
}

.solution_area .info_con .infos{
    line-height: 30px;
    height: 150px;
}


/*第三屏 关于我们*/
.sec3_top .left{
    width: 37.1%;
    height: 535px;
    padding: 22px 0 0 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/sec4_green_bg.png) no-repeat top left;
    background-size: 80% 80% !important;
    position: relative;
    color: #fff;
    font-family: Montserrat-Bold;
}
.sec3_top .left .img_con{
    width: 100%;
    height: 100%;
    background: url(../images/sec4_img.jpg) no-repeat center center;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.sec3_top .left .time{
    text-align: center;

}
.sec3_top .left .time .day{
    width: 100%;
    text-align: center;
    font-size: 240px;
}
.sec3_top .left .time i{
    font-size: 20px;
}


.video_open_sec3{
    width: 170px;
    height: 170px;
    background: url(../images/video_icon.png) no-repeat center center;
    position: absolute;
    right: -50px;
    bottom: -50px;
}
.video_open_sec3 .video_font img{
    width: 100%;
    height: 100%;
}

.sec3_top .right{
    width: 54.25%;
}
.sec3_top .right .index_title{
    margin-bottom: 35px;
}
.sec3_top .right h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
.sec3_top .right_con{
    align-items: flex-start;
    justify-content: space-between;
    margin: 35px 0  0;
}
.sec3_top .right_con .line{
    width: 50px;
    background: #001b3f;
    height: 1px;
    margin-right: 15px;
    margin-top: 15px;
}
.sec3_top .right .right_info_con{
    width: calc(100% - 65px);

}
.sec3_top .right .right_info{
    width: 100%;
    max-height: 240px;
    color: #999;
    line-height: 30px;
    margin-bottom: 60px;
}
.read_more2{
    padding: 10px 37px 9px 12px;
    position: relative;
    font-family: Montserrat-Bold;
    text-align: center;
    color: #fff;
    font-weight: 700;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #00c360;
}
.read_more2 i{
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../images/more_icon1.png) no-repeat center center;
    background-size: 100% 100% !important;
}

.index_num_list{
    margin: 100px 0 0;
    justify-content: space-between;
}
.index_num_list li{
    flex: 1;
    text-align: center;
}
.index_num_list li p{
    text-align: center;
}
.index_num_list li .p1 span{
    font-size: 60px;
    font-weight: 700;
    font-family: Oswald-Heavy;

}
.index_num_list li .p1 i{
    color: #999999;
    position: relative;
    top: -38px;
}
.index_num_list li .p2{
    font-size: 18px;
    line-height: 25px;
    margin-top: 24px;
    font-weight: 700;
}
.index_num_list li .p2 span:nth-of-type(2){
    font-family: Montserrat-Light;
    display: block;
}


/*第四屏 加工实力*/
.sec4.sec .w{
    padding-top: 0;
}
.strength_list{
    padding-top: 70px;
}

.strength_list li{
    float: left;
    width: 25%;
    padding: 0 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0;

}
.strength_list li .icon_box{
    position: relative;
    height: 50px;
}
.strength_list li .icon_box img{
    height: 100%;
}

.strength_list li .icon_box:before{
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #00c360;
    position: absolute;
    top: 0;
    left: -40px;
}
.strength_list li .title{
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 30px;
}

.strength_list li .en_title{
    font-family: Montserrat-Light;
    line-height: 25px;
    margin-bottom: 20px;
}
.strength_list li .infos{
    color: #999;
    max-height: 240px;
    line-height: 30px;
    margin-bottom: 45px;
}
.strength_list li .read_more2{
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.strength_list li:hover{
    top: -50px;
}
.strength_list li:hover .read_more2{
    opacity: 1;
}

.sec5{
    background: url(../images/sec6_bg.jpg) no-repeat center center;
    background-size: cover !important;
}

.sec5_bot{
    height: 597px;
    margin-top: 50px;
}
.sec5_bot .index_new_list{
    width: 50%;
    height: 100%;
}

.index_new_list li{
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index_new_list li a{
    width: 100%;
    height: 100%;
}
.index_new_list li .info_con{
    padding: 45px 35px 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index_new_list li .info_con .time{
    color: #999;
    font-family: Montserrat-Bold;
}


.index_new_list li .info_con .title{
    font-size: 20px;
    line-height: 25px;
    max-height: 75px;
    height: 75px;
    margin: 18px 0 45px;
}

.read_more3{
    padding: 10px 37px 9px 12px;
    position: relative;
    font-family: Montserrat-Bold;
    text-align: center;
    font-weight: 700;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #f2f3f5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.read_more3 i{
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../images/more_icon.png) no-repeat center center;
    background-size: 100% 100% !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.read_more3:hover{
    background: #00c360;
    color: #fff;
}


.read_more3:hover i{
    background: url(../images/more_icon1.png) no-repeat center center;
}

.index_new_list li .img_con{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index_new_list li .img_con .img{
    width: 100%;
    height: 100%;
    background-size: cover !important;
}


/*左右区别*/
.left_news_list li{
    width: 100%;
    height: 100%;

}
.left_news_list li .info_con{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 50%;
}
.right_news_list li{
    width: 50%;
    height: 50%;
    float: left;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}
.right_news_list li:nth-of-type(2n){
    border-right: none;
}
.right_news_list li:nth-of-type(1),
.right_news_list li:nth-of-type(2){
    border-rtop: none;
}
.right_news_list li .info_con{
    height: 100%;
}

/*底部蓝条*/
.sec_line{
    background: url(../images/foot_line.jpg) no-repeat center center;
    background-size: cover !important;
}
.sec_line .w{
    padding-top: 60px;
    padding-bottom: 60px;
    justify-content: space-between;
    align-items: center;
}
.sec_line p{
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}
.sec_line .contact_us_icon{
    padding: 15px 60px 14px 30px;
    position: relative;
    font-family: Montserrat-Bold;
    text-align: center;
    font-weight: 700;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #00c360;
    color: #fff;
}
.sec_line .contact_us_icon i{
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 11px;
    background: url(../images/us_icon.png) no-repeat center center;
    background-size: 100% 100% !important;
}
.go_top{
    width: 32px;
    height: 37px;
    background: url(../images/go_top.png) no-repeat center center;
    background-size: 100% 100%;
    position: fixed;
    bottom: 110px;
    right: 60px;
    z-index: 10000;
}
/*底部*/
footer{
    position: relative;
    background: #fff;
}

.bdsharebuttonbox.bdshare-button-style0-16 a{
    width: 35px;
    height: 25px;
    padding: 0;
    margin: 0 20px 0 0;
    display: block;
    float: left;
}

.bdsharebuttonbox.bdshare-button-style0-16 a.bds_tsina{
    background: url(../images/wb_icon.png) no-repeat center left;
}
.bdsharebuttonbox.bdshare-button-style0-16 a.bds_qq{
    background: url(../images/qq_icon.png) no-repeat center left;
}
.bdsharebuttonbox.bdshare-button-style0-16 a.bds_weixin{
    background: url(../images/wx_icon.png) no-repeat center left;
}
.footer_top{
    border-bottom: 1px solid #eee;
}
.footer_nav_list{
    
}
.footer_nav_list li{
    float: left;
    margin-right: 40px;
    font-weight: 600;
}
.footer_nav_list li a{
    line-height: 95px;
    font-size: 18px;
}

.foot_list li{
    width: 25%;
    padding: 40px 10px 50px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #eee;
}
.foot_list li:first-of-type{
    border-left: 1px solid #eee;
}
.foot_list .li1{
    justify-content: flex-start;
    align-items: flex-start;
}
.foot_list .li1 .phone_list{
    padding-left: 30px;
}
.foot_list .li1 .phone_list span{
    margin-bottom: 10px;
}
.foot_list .li1 .phone_list p{
    font-size: 24px;
    color: #00c360;
    font-family: Montserrat-Bold;
    margin-bottom: 25px;
}
.foot_list li .lit_title{
    margin-bottom: 20px;
}
.foot_list .li2 p{
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    line-height: 22px;
}

.foot_list .li2 .p1{
    background: url(../images/foot_icon1.png) no-repeat center left;
}
.foot_list .li2 .p2{
    background: url(../images/foot_icon2.png) no-repeat center left;
}
.foot_list .li2 .p3{
    background: url(../images/foot_icon3.png) no-repeat center left;
}
.foot_list .li2 .p4{
    background: url(../images/foot_icon4.png) no-repeat center left;
}


.foot_list .li4 .ewm_list{

}
.foot_list .li4 .ewm_list img{
    width: 140px;
    margin-right: 5px;
}

.Copyright{
    background: #f2f3f5;
    padding: 20px 0;
}

.Copyright .copy{
    line-height: 25px;
    text-align: center;
}
.Copyright .copy .gongbei_icon{
    margin-right: 3px;
}

/*视频弹窗*/
.video_mark{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: -200%;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.video_mark.open{
    top: 0;

}
.video_mark .video_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    max-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%);
}

.video_mark .video_box video{
    width: 100%;
}
.video_mark .video_box .close{
    position: absolute;
    top: -20px;
    right: -20px;
    background: url(../images/close6.png) no-repeat center center;
    width: 40px;
    height: 40px;
    background-size: 100% 100% !important;
    z-index: 100;
}


/*关于我们------------------------------------------------------*/
.container{

}

.inner{
    position: relative;
}

.inner .inner_img{
    width: 100%;
}

.inner .inner_wrap {
    position: absolute;
    bottom: 130px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
.inner .inner_wrap .w{
    justify-content: space-between;
    align-items: flex-end;
}
.inner .inner_title h4{
    font-size: 36px;
    margin-bottom: 15px;
}

.inner .inner_title h5{
    font-family: Montserrat-Bold;
    font-size: 60px;
}

.left_menu{
    border-left: 1px solid #fff;
    padding-left: 30px;
}
.left_menu_ul li{
    margin-bottom: 25px;
    color: #fff;
    font-size: 24px;
    position: relative;
}
.left_menu_ul li:last-of-type{
    margin-bottom: 0;
}
.left_menu_ul li:before{
    width: 15px;
    height: 15px;
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    right: -30px;
    background: url(../images/left_nav_icon.png) no-repeat center center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

.left_menu_ul li:hover:before,
.left_menu_ul li.on:before {
    opacity: 1;
}
.wrap_title{
    margin-bottom: 40px;
}
.wrap_title h5{
    font-size: 60px;
    color: rgba(0,27,36,0.1);
    font-family: Montserrat-Bold;
}
.wrap_title h4{
    font-size: 48px;
    margin-top: -40px;
    font-weight: 700;
}
.wrap_title .line{
    width: 30px;
    height: 3px;
    background: #00c360;
    margin-top: 20px;

}
.about{
    padding: 90px 0;
    background: #fff;
}

.wrap_title.center{
    text-align: center;
}

.about2{
    background: url(../images/about2_bg.jpg) no-repeat center center;
    background-size: cover !important;
}

.advantage_con .swiper-button-prev-advantage,
.honor_con .swiper-button-prev-honor{
    left: -70px;
}
.advantage_con .swiper-button-next-advantage,
.honor_con .swiper-button-next-honor{
    right: -70px;
}
.honor_con{
    color: #fff;
}
.honor_con .honor_container{
    padding-bottom: 70px;
}
.honor_con .swiper-pagination-honor{
    top: auto;
    bottom: 0;
    height: 1px;
    background: #fff;
}
.honor_con .swiper-pagination-honor .swiper-pagination-progressbar-fill{
    background: #00c360;
}

.honor_con li .img_con{
    width: 100%;
    height: 514px;
    line-height: 514px;
    text-align: center;
}
.honor_con li .img_con img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.honor_con li .name{
    text-align: center;
}
.honor_con li .name .name1{
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    margin: 20px 0 10px;
}


.about3{
    background: url(../images/about3_bg.jpg) no-repeat bottom center;
    background-size: cover !important;
}

.path_container .swiper-button-prev-path{
    left: 0px;
}
.path_container .swiper-button-next-path{
    right: 0px;
}
.path_container:before{
    width: 100%;
    height: 1px;
    background: #f2f3f5;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: block;
}
.path_container li{

}
.path_container li .path_all{
    width: 120%;
    position: relative;
    left: -10%;
    height: 420px;
}
.path_container li .path1{
    text-align: center;
    position: absolute;
    top: 47.5%;
    left: 0;
    width: 100%;
}
.path_container li .path1 .dot{
    width: 10px;
    height: 10px;
    background: #00c360;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.path_container li .path1 .year{
    display: block;
    font-family: Montserrat-Bold;
    font-size: 30px;
    margin-top: 15px;
}

.path_container li .path2{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}

.path_container li.swiper-slide-active .path2{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.path_container li .path2 .img_con{
    width: 100%;
    height: 220px;
    background-size: cover !important;
}
.path_container li .path2 .info_con{
    background: #00c360;
    color: #fff;
    padding: 20px 30px;
}


.path_container li .path2 .info_con .year{
    font-family: Montserrat-Bold;
    font-size: 42px;
    margin-bottom: 10px;
}
.path_container li .path2 .info_con .info{
    line-height: 24px;
    max-height: 120px;
}

/*企业文化*/

.about_big_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.about_big_bg img {
    height: 100vh;
    min-width: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about4{
    background: transparent;
    color: #fff;
}
.about4 .wrap_title{
    margin-bottom: 0;
}
.strength2 .wrap_title h5,
.about4 .wrap_title h5{
    color: rgba(255,255,255,0.1);
}
.culture_list{
    width: 50%;
    flex-wrap: wrap;
}

.culture_list li{
    width: 50%;
    margin-bottom: 90px;
}

.culture_list li .title{
    font-weight: 700;
    font-size: 30px;
    margin: 18px 0 5px;

}
.culture_list li .en_title{
    opacity: .3;
    font-family: Montserrat-Light;
}
.culture_list li .line{
    width: 20px;
    height: 2px;
    background: #00c360;
    margin: 20px 0 10px;
}
.culture_list li .tip{
    font-size: 20px;
    line-height: 25px;
}

/*合作客户*/

.partner_container{
    padding-bottom: 50px;
}

.partner_container li .img_con{
    width: 100%;
    height: 140px;
    line-height: 140px;
    border: 1px solid #eee;
    text-align: center;
}
.partner_container li .img_con img{
    max-width: 85%;
    max-height: 100%;
    vertical-align: middle;
}
.swiper-pagination-partner{

}
.swiper-pagination-partner .swiper-pagination-bullet{
    opacity: 1;
    background: #999;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.swiper-pagination-partner .swiper-pagination-bullet-active{
    width: 20px;
    background: #00c360;

}

/*产品系列 导航*/

.pro_menu{
    justify-content: space-between;
}
.pro_menu li{

}
.pro_menu li a{
    width: 100%;
}

.pro_menu li .bg_con{
    width: 100px;
    height: 116px;
    background: url(../images/index_pro_icon_bg.png) no-repeat center center;
    background-size: 100% 100% !important;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.pro_menu li .bg_con:after{
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    width: 160px;
    height: 1px;
    background: #00c360;
    content: "";
    display: block;
}
.pro_menu li:last-of-type .bg_con:after{
    display: none;
}
.pro_menu li .bg_con img{
    width: 55px;
    height: 55px;
}

.pro_menu li .bg_con img.img2{
    display: none;
}
.pro_menu li .title_con{
    width: 100px;
}
.pro_menu li .title_con h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
}

.pro_menu li:hover .bg_con,
.pro_menu li.on .bg_con{
    background: url(../images/index_pro_icon_bg_hover.png) no-repeat center center;
}
.pro_menu li:hover .bg_con img.img1,
.pro_menu li.on .bg_con img.img1{
    display: none;
}
.pro_menu li:hover .bg_con img.img2,
.pro_menu li.on .bg_con img.img2{
    display: block;
}

.pro_list{
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.pro_list li{
    width: 48.75%;
    margin-bottom: 2.5%;
}
.pro_list li a{
    width: 100%;
}
.pro_list li .img_con{
    width: 100%;
    height: 450px;
    background-size: cover !important;
}
.pro_list li .info_con{
    justify-content: space-between;
}
.pro_list li .info_con .name{
    width: calc(100% - 100px);
    background: #f2f3f5;
    line-height: 100px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 20px;
}
.pro_list li .info_con .name i{
    position: relative;
    z-index: 1;
}
.pro_list li .info_con .name:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #00c360;
    content: "";
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.pro_list li .info_con .more_icon{
    width: 100px;
    height: 100px;
    
}
.pro_list li .info_con .more_icon img{
    width: 100%;
    height: 100%;
}
.pro_list li:hover .info_con .name {
    color: #fff;
}
.pro_list li:hover .info_con .name:before{
    width: 100%;
}

/*解决方案*/
.solution_top{
    position: relative;
    padding-bottom: 10%;
}

.solution_top .img{
    width: 100%;
}


.solution_top .solution_con{
    width: 75%;
    left: 12.5%;
    position: absolute;
    bottom: 0;
    background: #003e98;
    color: #fff;
    text-align: center;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.solution_top .wrap_title h5{
    color: rgba(255,255,255,0.1);
}

.solution_top .solution_info p,
.solution_top .solution_info{
    text-align: center;
    line-height: 24px;
}
.solution_list{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}
.solution_list li{
    width: 48.5%;
    margin-bottom: 2.5%;
    height: 450px;
    position: relative;
}
.solution_list li a{
    width: 100%;
    height: 100%;
}
.solution_list li .img_con{
    width: 100%;
    height: 100%;
    background-size: cover !important;
    position: relative;
}
.solution_list li .title_con{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.solution_list li .info_con .line,
.solution_list li .title_con .line{
    width: 50px;
    height: 2px;
    background: #fff;
    margin-bottom: 20px;
}
.solution_list li .info_con .title,
.solution_list li .title_con .title{
    font-size: 24px;
    line-height: 30px;
    max-height: 60px;
}
.solution_list li .info_con{
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    left: 40px;
    top: 40px;
    background: #fff;
    position: absolute;
    padding: 65px 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.solution_list li .info_con .line{
    background: #00c360;
}
.solution_list li .info_con .info{
    color: #999;
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    margin: 15px 0 35px;
}

.solution_list li:hover .title_con{
    opacity: 0;
}

.solution_list li:hover .info_con{
    opacity: 1;
}
/*加工实力*/
.advantage_info p,
.advantage_info{
    line-height: 24px;
    text-align: center;
}
.advantage_con{
    position: relative;
    margin-top: 45px;
}
.advantage_con .advantage_all{
    flex-wrap: wrap;
}
.advantage_con li:nth-of-type(2n) .advantage_all{
    flex-direction: column-reverse;
}
.advantage_all .img_con{
    width: 100%;
    height: 370px;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}
.advantage_all .info_con{
    background: #f2f3f5;
    padding: 35px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.advantage_all .info_con .title{
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    margin: 10px 0 15px;
}
.advantage_all .info_con .tip{
    color: #999;
    line-height: 18px;
    height: 18px;
}
.strength2{
    background: #003e97;
    color: #fff;
}


.plant_container li:after{
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    content: "";
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.plant_container li.swiper-slide-active:after{
    opacity: 0;
}
.plant_container li img{
    width: 100%;
    height: 440px;
}

.plant_con .swiper-button-prev-plant{
    left: 160px;
}

.plant_con .swiper-button-next-plant{
    right: 160px;
}

.strength3_list{

}

.strength3_list li{
    height: 600px;
}
.strength3_list li .info_con,
.strength3_list li .img_con{
    width: 50%;
    height: 100%;
}
.strength3_list li .img_con{
    background-size: cover !important;
}
.strength3_list li .info_con{
    padding: 80px 90px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.strength3_list li:nth-of-type(2n) .info_con{
    padding: 80px 0 0 90px;
}
.strength3_list li .info_con .info{
    line-height: 24px;
    height: 240px;
}

/*新闻中心*/
.news1_con{
    position: relative;
}
.news1_con li a{
    width: 100%;
    height: 100%;
}

.news1_con .swiper-button-prev-news{
    top: auto;
    bottom: 0;
    left: 0;
}
.news1_con .swiper-button-next-news{
    top: auto;
    right: 0;
    bottom: 0;
    left: 70px;
}

.news1_con .swiper_left{
    width: 41%;
    height: 500px;
}
.news1_con .swiper_left li{
    opacity: 0 !important;
    -webkit-transition: opacity 0.01s;
    -moz-transition: opacity 0.01s;
    -ms-transition: opacity 0.01s;
    -o-transition: opacity 0.01s;
    transition: opacity 0.01s;
}

.news1_con .swiper_left li.swiper-slide-active{
    opacity: 1 !important;
}
.news1_con .swiper_left li .item_all{
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.news1_con .swiper_left li .time{
    font-family: Montserrat-Bold;
    color: #999;
}
.news1_con .swiper_left li .title{
    max-height: 60px;
    line-height: 30px;
    font-size: 24px;
    margin: 25px 0;
    font-weight: 700;
}
.news1_con .swiper_left li .info{
    color: #999;
    line-height: 24px;
    max-height: 72px;
}
.news1_con .swiper_right{
    width: 53.125%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;

}
.news1_con .swiper_right li{
    width: 70%;
    opacity: 0.3;
}

.news1_con .swiper_right li.swiper-slide-active{
    opacity: 1;
}
.news1_con .swiper_right .right{
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.news2{
    background: #f2f3f5;
}

.news_list li{
    width: 31.68%;
    margin-right: 2.48%;
    margin-bottom: 2.48%;
    float: left;
}
.news_list li:nth-of-type(3n){
    margin-right: 0;
}
.news_list li a{
    width: 100%;
    height: 100%;
}
.news_list li .img_con{
    width: 100%;
    height: 368px;
    overflow: hidden;
}
.news_list li .img_con .img{
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.news_list li .info_con{
    padding: 25px 40px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news_list li .info_con:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news_list li .info_con .time{
    color: #999;
    font-family: Montserrat-Bold;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.news_list li .info_con .title{
    font-size: 20px;
    line-height: 25px;
    max-height: 50px;
    height: 50px;
    margin: 15px 0 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news_list li:hover .info_con:before{
    border-bottom: 20px solid #00c360;
}
.news_list li:hover .info_con{
    background: #00c360;
}
.news_list li:hover .info_con .title,
.news_list li:hover .info_con .time{
    color: #fff;
}
.read_more3.read_more4:hover{
    background: #fff;
    color: #001b3f;
}
.read_more3.read_more4:hover i{
    background: url(../images/more_icon.png) no-repeat center center;
}
/*分页*/
.page{
    justify-content: center;
    align-items: center;
}

.page .prev,
.page .next{
    padding: 5px 10px;
    background: #00c360;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 15px;
}
.page .prev{

}
.page .next{

}
.page span{
    margin: 0 5px;
}

.new_detail{

}
.new_detail_left{
    width: 25%;
}
.new_detail_right{
    width: 75%;
    padding-left: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.new_detail_page{
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #7f8d9f;
    border-bottom: 1px solid #7f8d9f;
}
.new_detail_page a{
    line-height: 40px;
}
.new_detail_page .prev{
    width: 26%;
    padding-left: 20px;
    background: url(../images/prve_icon.png) no-repeat center left;
}
.new_detail_page .next{
    width: 26%;
    text-align: right;
    padding-right: 20px;
    background: url(../images/next_icon.png) no-repeat center right;
}
.new_detail_page .go_back{
    width: 48%;
    text-align: center;
    border-left: 1px solid #7f8d9f;
    border-right: 1px solid #7f8d9f;
 }
.new_detail_page .go_back img{
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}
.new_detail .share_box{
    color: #999;
    align-items: center;
    margin: 30px 0 80px;
}
.new_detail .share_box span{
    margin-right: 20px;
}
.new_detail .bdsharebuttonbox.bdshare-button-style0-16 a.bds_tsina{
    background: url(../images/wb_icon1.png) no-repeat center left;
}
.new_detail .bdsharebuttonbox.bdshare-button-style0-16 a.bds_qq{
    background: url(../images/qq_icon1.png) no-repeat center left;
}
.new_detail .bdsharebuttonbox.bdshare-button-style0-16 a.bds_weixin{
    background: url(../images/wx_icon1.png) no-repeat center left;
}
/*相关文章*/
.resem_con{
}
.resem_con .resem_name{
    font-size: 20px;
}
.resem_new_ul li{
   margin-top: 20px;
}

.resem_new_ul li a{
    background: #f2f3f5;
    width: 100%;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.resem_new_ul li .name{
    line-height: 25px;
    max-height: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.resem_new_ul li .time{
    padding-top: 10px;
    font-family: Montserrat-Bold;
    color: #999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.resem_new_ul li:hover a{
    background: #00c360;
}
.resem_new_ul li:hover .name,
.resem_new_ul li:hover .time{
    color: #fff;
}


.new_detail_right .title{
    font-size: 36px;
    line-height: 45px;
}
.new_detail_right .time{
    font-family: Montserrat-Bold;
    margin: 20px 0 40px;
    color: #999;
}
.new_detail_right .page_info{
    line-height: 30px;
    color: #999 !important;
}
.development1_info p,
.development1_info{
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
.development1_info{
    width: 80%;
    margin: 0 auto;
    padding: 0 100px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.development1_info:after,
.development1_info:before{
    position: absolute;
    content: "";
    display: block;
    width: 73px;
    height: 57px;
    background-size: 100% 100% !important;
}
.development1_info:before{
    top: -30px;
    left: 0;
    background: url(../images/yinhao_icon1.png) no-repeat center center;
}
.development1_info:after{
    bottom: -30px;
    right: 0;
    background: url(../images/yinhao_icon2.png) no-repeat center center;
}
.development1 .culture_con{
    margin-top: 35px;
    position: relative;
    background: url(../images/hr_img.jpg) no-repeat center center;
    background-size: cover !important;
    padding: 85px 80px 100px;
    color: #fff;
}
.development1 .culture_con .big_title{
    background: #00c360;
    font-size: 24px;
    font-family: Montserrat-Light;
    padding: 25px 110px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.development1 .culture_list{
    width: 100%;
}
.development1 .culture_list li{
    width: 25%;
    margin-bottom: 0;
}
.development2{
    background: #f2f3f5;
}
.jop_list{

}

.jop_list li{
    width: 31.68%;
    margin-right: 2.48%;
    margin-bottom: 2.48%;
    float: left;
    padding: 30px;
    height: 263px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 1px solid #fff;
    cursor: pointer;
}
.jop_list li:hover{
    border: 1px solid #00c360;
}
.jop_list li:nth-of-type(3n){
    margin-right: 0;
}
.jop_list li .jop_top{
    justify-content: space-between;
    align-items: center;
}

.jop_list li .jop_top .tip{
    padding: 8px 11px;
    color: #fff;
    background: #00c360;
}
.jop_list li .jop_top .time{
    font-family: Montserrat-Regular;
    color: #999;
}
.display_box .left_top .title,
.jop_list li .title{
    line-height: 30px;
    height: 30px;
    font-size: 30px;
    margin: 30px 0 7px;
}
.display_box .left_top .detail,
.jop_list li .detail{
    line-height: 25px;
    height: 25px;
    margin-bottom: 40px;
}


.display_mark{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: -200%;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.display_mark.open{
    top: 0;

}
.display_mark .w{
    height: 100%;
}
.display_mark .display_box{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 80%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 100px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.display_box .left{
    width: 40%;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.display_box .left_top .title{
    margin-top: 0;
}
.display_box .left_top .detail{
    margin-bottom: 15px;
}
.display_box .left_top .time{
    color: #999;
}
.display_box .left_bot{
    align-self: flex-end;
}

.display_box .left_bot .ewm_con{
    text-align: center;
    width: 170px;
}
.display_box .left_bot .ewm_con img{
    width: 100%;
}
.display_box .left_bot .ewm_con span{
    line-height: 48px;
    display: block;
}
.display_box .left_bot .hr_list p{
    font-size: 18px;
    line-height: 36px;
}

.display_box .right{
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    height: 100%;
}
.display_box .right .part{
    padding-bottom: 40px;
    height: 50%;
}
.display_box .right .part:last-of-type{
    padding-bottom: 0;
}
.display_box .right .part .part_title{
    font-size: 24px;
}
.display_box .right .part .line{
    background: #009b63;
    width: 30px;
    height: 2px;
    margin: 20px 0 15px;
}
.display_box .right .part .info{
    height: calc(100% - 65px);
}
.display_box .close{
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../images/close6.png) no-repeat center center;
    width: 53px;
    height: 53px;
    background-size: 100% 100% !important;
    z-index: 100;
    cursor: pointer;
}

.map_con{
    width: 100%;
    height: 750px;
    position: relative;
    padding-bottom: 250px;
}
#allmap{
    width: 100%;
    height: 100%;
}
.contact_con{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;

}
.contact_part{
    background: #003e98;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 90px;
}
.contact_part .title{
    font-size: 30px;
}
.contact_part .foot_list li {
    width: auto;
    padding: 40px 90px 0 0;
    border-right: none;
}
.contact_part .foot_list li:first-of-type {
    border-left: none;
}
.contact_part .foot_list .li1 .phone_list {
    padding-left: 0;
}
.contact_part .foot_list .li1 .phone_list p{
    color: #fff;
}
.contact_part .foot_list .li2 .p1{
    background: url(../images/foot_icon11.png) no-repeat center left;
}
.contact_part .foot_list .li2 .p2{
    background: url(../images/foot_icon22.png) no-repeat center left;
}
.contact_part .foot_list .li2 .p3{
    background: url(../images/foot_icon33.png) no-repeat center left;
}
.contact_part .foot_list .li2 .p4{
    background: url(../images/foot_icon44.png) no-repeat center left;
}
.contact_part .ewm_list img{
    width: 170px;
    margin-left: 40px;
}


::-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;
}

/*搜索结果页*/
.search_title{
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 50px;
}
.search_list{
    margin-bottom: 60px;
    border-top: 1px solid #eeeeee;
}
.search_list li{
    border-bottom: 1px solid #eeeeee;
}
.search_list li a{
    padding: 40px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_list li .title{
    max-height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.search_list li .source{
    color: #999999;
}
.search_list li:hover .title{
    color: #009b63;
}
.search_list li:hover{
    background: #eee;
}

@media screen and (max-width: 1680px) {
    .w{
        width: 1280px;
    }
    body{
        font-size: 15px;
    }
    .topnav {
        height: 80px;
    }
    .topnav .nav_list li>a {
        padding: 0 15px;
        line-height: 35px;
        font-size: 16px;
    }
    .topnav .right_list li {
        padding-left: 30px;
    }
    .banner_info .title1 {
        font-size: 50px;
        line-height: 65px;
    }
    .banner_info .title2 {
        font-size: 28px;
        line-height: 34px;
    }
    .sec0 .action_box .video_open_banner .img_con {
        width: 40px;
        height: 40px;
    }
    .sec0 .action_box .video_open_banner {
        width: 100px;
        height: 100px;
    }

    .sec0 .action_box .video_open_banner .font {
        margin-top: 5px;
    }
    .sec .w {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .index_title h4 {
        font-size: 40px;
    }
    .index_title h5 {
        line-height: 80px;
    }
    .index_title h5 i {
        font-size: 90px;
    }
    .index_title h5 span {
        padding-right: 90px;
        letter-spacing: 4px;
    }
    .sec2 .index_title h5 span {
        padding-left: 90px;
    }
    .index_title h5 span:after {
        width: 80px;
    }
    .pro_nav_list li {
        margin: 50px 0 0;
    }
    .read_more {
        width: 140px;
        height: 40px;
        line-height: 40px;
    }
    .pro_nav_list li .bg_con {
        width: 90px;
        height: 108px;
    }
    .pro_nav_list li .bg_con img {
        width: 47px;
        height: 47px;
    }
    .pro_nav_list li .title_con {
        width: calc(100% - 90px);
        padding-left: 20px;
    }
    .pro_nav_list li .title_con h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .pro_right_list.pro_nav_list li .title_con {
        padding-right: 20px;
    }


    .index_solution_menu {
        padding-top: 35px;
    }

    .index_solution_menu a span {
        font-size: 18px;
    }
    .index_solution_menu a {
        width: 160px;
    }
    .index_solution_menu a:after {
        background-size: 20px 20px !important;
    }

    .solution_area .img_con {
        height: 500px;
    }
    .solution_area .img_con .more{
        width: 80px;
        height: 80px;
    }
    .solution_area .info_con {
        height: 330px;
        padding: 50px 40px 0;
    }
    .solution_area .info_con .title {
        font-size: 28px;
        line-height: 28px;
    }
    .solution_area .info_con .en_title {
        font-size: 40px;
    }
    .solution_area .info_con .line {
        width: 50px;
        height: 2px;
        background: #00c360;
        margin: 25px 0 20px;
    }
    .sec3_top .left {
        height: 480px;
        padding: 18px 0 0 18px;
    }
    .sec3_top .left .time .day {
        font-size: 200px;
    }
    .video_open_sec3 {
        width: 150px;
        height: 150px;
        right: -48px;
        bottom: -46px;
    }
    .sec3_top .right h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .sec3_top .right .index_title {
        margin-bottom: 25px;
    }
    .sec3_top .right_con {
        align-items: flex-start;
        justify-content: space-between;
        margin: 25px 0 0;
    }
    .sec3_top .right .right_info {
        max-height: 210px;
        margin-bottom: 40px;
    }


    .index_num_list li .p1 span {
        font-size: 50px;
    }

    .index_num_list li .p2 {
        font-size: 17px;
        line-height: 25px;
        margin-top: 15px;
    }
    .index_num_list li .p1 i {
        top: -30px;
    }
    .strength_list li {
        padding: 0 25px;
    }
    .strength_list li .icon_box:before {
        left: -25px;
    }

    .strength_list li .title {
        font-size: 22px;
        line-height: 25px;
        margin-top: 25px;
    }
    .strength_list li .infos {
        margin-bottom: 30px;
    }
    .sec5_bot {
        height: 518px;
        margin-top: 40px;
    }
    .index_new_list li .info_con {
        padding: 40px 30px 0;
    }
    .index_new_list li .info_con .title {
        font-size: 18px;
        margin: 15px 0 30px;
    }
    .sec_line p {
        font-size: 26px;
        line-height: 36px;
    }
    .sec_line .contact_us_icon {
        padding: 14px 56px 14px 25px;
    }
    .footer_nav_list li a {
        line-height: 80px;
        font-size: 16px;
    }

    .foot_list li {
        padding: 30px 10px 40px 20px;
    }
    .foot_list .li1 .phone_list {
        padding-left: 18px;
    }
    .foot_list .li2{
        width: 30%;
    }
    .foot_list .li3{
        width: 20%;
    }
    .foot_list .li2 p {
        padding-left: 25px;
    }
    .foot_list .li4 .ewm_list img {
        width: 118px;
    }
    .full_meum_list li {
        padding: 15% 0 0 20px;
    }
    .full_meum_list li .num {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .full_meum_list li>a {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 28px;
    }

    /*关于我们*/
    .inner .inner_wrap {
        bottom: 90px;
    }
    .inner .inner_title h5 {
        font-size: 50px;
    }
    .inner .inner_title h4 {
        font-size: 30px;
        margin-bottom: 12px;
    }
    .left_menu {
        padding-left: 23px;
    }
    .left_menu_ul li {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .about {
        padding: 70px 0;
    }
    .wrap_title h5 {
        font-size: 48px;
    }
    .wrap_title h4 {
        font-size: 40px;
        margin-top: -30px;
    }
    .wrap_title {
        margin-bottom: 35px;
    }
    .honor_con li .img_con {
        height: 414px;
        line-height: 414px;
    }

    .honor_con .honor_container {
        padding-bottom: 55px;
    }

    .path_container li .path2 .img_con {
        height: 200px;
    }
    .path_container li .path2 .info_con .year {
        font-size: 40px;
    }
    .culture_list li {
        margin-bottom: 70px;
    }
    .culture_list li .title {
        font-size: 26px;
        margin: 15px 0 5px;
    }
    .culture_list li .tip {
        font-size: 17px;
    }


    .partner_container li .img_con {
        height: 115px;
        line-height: 115px;
    }
    .pro_menu li .bg_con {
        width: 90px;
        height: 108px;
    }
    .pro_menu li .bg_con:after {
        width: 109px;
    }
    .pro_menu li .bg_con img {
        width: 47px;
        height: 47px;
    }
    .pro_menu li .title_con {
         width: 90px;
     }
    .pro_menu li .title_con h5 {
        font-size: 16px;
        line-height: 23px;
    }
    .pro_list {
        margin-top: 25px;
    }
    .pro_list li .img_con {
        height: 355px;
    }
    .pro_list li .info_con .name {
        width: calc(100% - 75px);
        line-height: 75px;
        padding: 0 15px;
        font-size: 18px;
    }
    .pro_list li .info_con .more_icon {
        width: 75px;
        height: 75px;
    }

    .solution_top .solution_con {
        padding: 40px;
    }
    .solution_list li {
        height: 360px;
    }

    .solution_list li .info_con {
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        left: 30px;
        top: 30px;
        padding: 50px 40px 0;
    }

    .solution_list li .info_con .title, .solution_list li .title_con .title {
        font-size: 22px;
    }
    .solution_list li .info_con .line, .solution_list li .title_con .line {
        margin-bottom: 15px;
    }
    .solution_list li .info_con .info {
        margin: 10px 0 28px;
    }
    .solution_list {
        margin-top: 60px;
    }

    /*加工实力*/
    .advantage_con {
        margin-top: 35px;
    }

    .advantage_all .img_con {
        height: 295px;
    }
    .advantage_all .info_con {
        padding: 25px 20px;
    }

    .advantage_all .info_con .title {
        font-size: 22px;
        margin: 10px 0;
    }
    .plant_container li img {
        height: 352px;
    }
    .strength3_list li {
        height: 470px;
    }
    .strength3_list li .info_con {
        padding: 60px 60px 0 0;
    }
    .strength3_list li:nth-of-type(2n) .info_con {
        padding: 60px 0 0 60px;
    }
    .strength3_list li .info_con .info {
        height: 196px;
    }
    .news1_con .swiper_left {
        height: 430px;
    }

    .news1_con .swiper_left li .title {
        font-size: 22px;
        margin: 20px 0;
    }
    .news_list li .img_con {
        height: 290px;
    }
    .news_list li .info_con {
        padding: 25px 30px;
    }
    .news_list li .info_con .title {
        font-size: 18px;
        margin: 12px 0 20px;
    }

    .new_detail_page {
        padding: 15px 0;
    }

    .new_detail .share_box {
        margin: 20px 0 50px;
    }
    .new_detail_right .title {
        font-size: 30px;
        line-height: 40px;
    }
    .resem_new_ul li a {
        padding: 10px 15px;
    }

    .new_detail_right .time {
        margin: 15px 0 30px;
    }
    .new_detail_right {
        padding-left: 70px;
    }


    .development1_info {
        padding: 0 90px;
    }

    .development1_info p, .development1_info {
        line-height: 27px;
        font-size: 16px;
    }
    .development1_info:after, .development1_info:before {
        width: 60px;
        height: 50px;
    }

    .development1_info:before {
        top: -20px;
    }
    .development1_info:after {
        bottom: -20px;
    }

    .development1 .culture_con {
        padding: 65px 50px 90px;
    }
    .development1 .culture_con .big_title {
        font-size: 22px;
        padding: 20px 100px;
        bottom: -34px;
    }
    .jop_list li {
        padding: 24px;
        height: 229px;
    }
    .jop_list li .jop_top .tip {
        padding: 6px 9px;
    }
    .display_box .left_top .title, .jop_list li .title {
        line-height: 26px;
        height: 26px;
        font-size: 26px;
        margin: 25px 0 8px;
    }
    .display_box .left_top .detail, .jop_list li .detail {
        margin-bottom: 30px;
    }
    .display_mark .display_box {
        padding: 80px 50px;
    }
    .display_box .left_bot .hr_list p {
        font-size: 16px;
        line-height: 30px;
    }
    .display_box .left_bot .ewm_con {
        width: 120px;
    }
    .display_box .left_top .title{
        margin-top: 0;
    }
    .display_box .right .part .part_title {
        font-size: 22px;
    }
    .map_con {
        height: 650px;
        padding-bottom: 180px;
    }
    .contact_part {
        padding: 70px;
    }

    .contact_part .title {
        font-size: 26px;
    }
    .contact_part .foot_list li {
        padding: 35px 60px 0 0;
    }
    .contact_part .ewm_list img {
        width: 150px;
        margin-left: 35px;
    }
    .search_title {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 40px;
    }
    .search_list li a {
        padding: 30px 0;
    }
    .search_list {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1500px) {
    body{
        font-size: 14px;
    }
}



@media screen and (max-width: 1366px) {
    .w{
        width: 1080px;
    }
    .topnav .nav_list li>a {
        padding: 0 15px;
        line-height: 30px;
        font-size: 15px;
    }
    .topnav .right_list li {
        padding-left: 20px;
    }
    .topnav .search_box i,
    .topnav .lan_box a,
    .topnav .menu_box .menu {
        background-size: auto 12px !important;
        padding-right: 20px;
    }

    .banner_info .title1 {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 15px;
    }

    .banner_info .title2 {
        font-size: 25px;
        line-height: 30px;
    }
    .sec0 .action_box .w {
        padding-bottom: 150px;
    }
    .sec0 .action_box .video_open_banner {
        width: 90px;
        height: 90px;
    }
    .sec0 .action_box .swiper-button-next-banner,
    .sec0 .action_box .swiper-button-prev-banner {
        bottom: 90px;
    }
    .sec .w {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .index_title h5 i {
        font-size: 80px;
    }

    .index_title h5 span {
        letter-spacing: 3px;
        font-size: 16px;
    }
    .index_title h4 {
        font-size: 32px;
    }
    .read_more {
        width: 130px;
        height: 36px;
        line-height: 36px;
    }
    .pro_nav_list li .bg_con {
        width: 75px;
        height: 88px;
    }
    .pro_nav_list li .title_con {
        width: calc(100% - 75px);
        padding-left: 15px;
    }
    .pro_nav_list li .title_con h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .index_solution_menu a span {
        font-size: 16px;
    }
    .index_solution_menu a {
        margin-right: 30px;
    }
    .solution_area .img_con {
        height: 410px;
    }
    .solution_area .img_con .more {
        width: 65px;
        height: 65px;
    }
    .solution_area .info_con {
        height: 280px;
        padding: 35px 30px 0;
    }

    .solution_area .info_con .title {
        font-size: 25px;
        line-height: 25px;
    }
    .solution_area .info_con .line {
        width: 40px;
        margin: 20px 0 15px;
    }
    .solution_area .info_con .en_title {
        font-size: 35px;
    }
    .solution_area .info_con .infos {
        line-height: 25px;
        height: 150px;
    }

    .sec3_top .left .time .day {
        font-size: 160px;
    }

    .sec3_top .left {
        height: 420px;
        padding: 12px 0 0 12px;
    }
    .sec3_top .right {
        width: 56.25%;
    }
    .sec3_top .right h2 {
        font-size: 18px;
        line-height: 23px;
    }
    .sec3_top .right_con {
        margin: 15px 0 0;
    }
    .sec3_top .right .index_title {
        margin-bottom: 18px;
    }
    .sec3_top .right_con .line {
        width: 35px;
    }
    .sec3_top .right .right_info_con {
        width: calc(100% - 50px);
    }

    .sec3_top .right .right_info {
        max-height: 175px;
        margin-bottom: 25px;
        line-height: 25px;
    }
    .video_open_sec3 {
        width: 125px;
        height: 125px;
        right: -40px;
        bottom: -33px;
    }

    .index_num_list {
        margin: 80px 0 0;
        justify-content: space-between;
    }

    .index_num_list li .p1 span {
        font-size: 40px;
    }
    .index_num_list li .p1 i {
        top: -25px;
    }

    .index_num_list li .p2 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 15px;
    }
    .strength_list {
        padding-top: 45px;
    }
    .strength_list li {
        padding: 0 15px;
    }
    .strength_list li .icon_box {
        height: 40px;
    }
    .strength_list li .title {
        font-size: 20px;
        margin-top: 20px;
    }
    .strength_list li .en_title {
        margin-bottom: 10px;
    }
    .strength_list li:hover {
        top: -20px;
    }
    .strength_list li .icon_box:before {
        left: -15px;
    }
    .index_new_list li .info_con .title {
        font-size: 16px;
        line-height: 23px;
        height: 69px;
        max-height: 69px;
        margin: 12px 0 20px;
    }

    .index_new_list li .info_con {
        padding: 30px 22px 0;
    }
    .sec5_bot {
        height: 436px;
        margin-top: 35px;
    }
    .sec .w {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec_line p {
        font-size: 24px;
        line-height: 36px;
    }
    .footer_nav_list li a {
        line-height: 68px;
        font-size: 15px;
        font-weight: normal;
    }
    .foot_list .li4 .ewm_list img {
        width: 95px;
    }
    .foot_list li .lit_title {
        font-weight: 700;
        margin-bottom: 12px;
        font-weight: normal;
    }
    .foot_list li {
        padding: 22px 5px 30px 10px;
    }
    .foot_list .li1 .phone_list span {
        margin-bottom: 5px;
        font-weight: normal;
    }
    .foot_list .li1 .phone_list p {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .foot_list .li2 p {
        padding-left: 20px;
        margin-bottom: 10px;
        font-weight: normal;
    }
    .bdsharebuttonbox.bdshare-button-style0-16 a {
        margin: 0 10px 0 0;
    }
    .topnav .logo {
        width: 200px;
    }
    .full_meum_list li .num {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .full_meum_list li>a {
        font-size: 24px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .full_meum_list li dd a {
        line-height: 36px;
        font-size: 16px;
    }
    .full_meum_list li .hide_menu {
        position: relative;
        padding-left: 20px;
    }
    .inner .inner_title h4 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .inner .inner_title h5 {
        font-size: 42px;
    }
    .left_menu_ul li {
        font-size: 18px;
    }
    .inner .inner_wrap {
        bottom: 60px;
    }
    .wrap_title h5 {
        font-size: 40px;
    }
    .wrap_title h4 {
        font-size: 34px;
        margin-top: -26px;
    }
    .wrap_title {
        margin-bottom: 28px;
    }
    .honor_con li .img_con {
        height: 353px;
        line-height: 353px;
    }
    .about {
        padding: 55px 0;
    }
    .path_container li .path_all {
        width: 140%;
        left: -20%;
        height: 400px;
    }

    .path_container li .path2 .info_con .year {
        font-size: 32px;
        margin-bottom: 6px;
    }

    .path_container li .path1 .year {
        font-size: 25px;
        margin-top: 10px;
    }
    .culture_list li img{
        height: 30px;
    }
    .culture_list li .title {
        font-size: 22px;
        margin: 15px 0 5px;
    }
    .culture_list li .tip {
        font-size: 16px;
    }
    .culture_list li {
        margin-bottom: 55px;
    }

    .partner_container li .img_con {
        height: 90px;
        line-height: 90px;
    }
    .pro_menu li .bg_con {
        width: 75px;
        height: 88px;
    }
    .pro_menu li .bg_con:after {
        width: 83px;
    }
    .pro_menu li .bg_con img {
        width: 45px;
        height: 45px;
    }
    .pro_menu li .title_con {
        width: 76px;
    }
    .pro_menu li .title_con h5 {
        font-size: 15px;
    }
    .pro_list {
        margin-top: 20px;
    }
    .pro_list li .img_con {
        height: 300px;
    }
    .pro_list li .info_con .name {
        width: calc(100% - 60px);
        line-height: 60px;
        font-size: 17px;
    }
    .pro_list li .info_con .more_icon {
        width: 60px;
        height: 60px;
    }

    .solution_list {
        margin-top: 45px;
    }
    .solution_list li {
        height: 300px;
    }

    .solution_list li .info_con {
        padding: 35px 30px 0;
    }
    .solution_list li .info_con .line, .solution_list li .title_con .line {
        width: 40px;
    }

    .solution_list li .info_con .title, .solution_list li .title_con .title {
        font-size: 20px;
        line-height: 28px;
        max-height: 56px;
    }

    .solution_list li .info_con .info {
        margin: 6px 0 20px;
    }

    .advantage_con {
        margin-top: 25px;
    }

    .advantage_all .img_con {
        height: 245px;
    }

    .advantage_all .info_con {
        padding: 20px 15px;
    }
    .advantage_all .info_con .title {
        font-size: 20px;
        margin: 7px 0;
    }

    .plant_container li img {
        height: 297px;
    }
    .plant_con .swiper-button-next-plant {
        right: 100px;
    }
    .plant_con .swiper-button-prev-plant {
        left: 100px;
    }
    .strength3_list li {
        height: 400px;
    }
    .strength3_list li .info_con {
        padding: 45px 45px 0 0;
    }
    .strength3_list li:nth-of-type(2n) .info_con {
        padding: 45px 0 0 45px;
    }
    .news1_con .swiper_left li .title {
        font-size: 20px;
        margin: 15px 0;
    }
    .news1_con .swiper_left {
        height: 350px;
    }
    .news_list li .img_con {
        height: 240px;
    }

    .news_list li .info_con .title {
        font-size: 16px;
        margin: 10px 0 15px;
    }
    .news_list li .info_con {
        padding: 20px 25px;
    }
    .news_list li .info_con:before {
        border: 15px solid transparent;
        border-bottom: 15px solid #fff;
    }
    .news_list li:hover .info_con:before {
        border-bottom: 15px solid #00c360;
    }
    .new_detail_page {
        padding: 12px 0;
    }
    .new_detail_page a{
        line-height: 35px;
    }
    .new_detail .share_box {
        margin: 20px 0 40px;
    }
    .new_detail_right .title {
        font-size: 25px;
        line-height: 34px;
    }
    .resem_new_ul li a {
        padding: 8px 12px;
    }
    .resem_new_ul li .time {
        padding-top: 5px;
    }
    .new_detail_right .time {
        margin: 10px 0 20px;
    }

    .new_detail_right {
        padding-left: 55px;
    }

    .display_box .left_top .title, .jop_list li .title {
        line-height: 22px;
        height: 22px;
        font-size: 22px;
        margin: 15px 0 5px;
    }
    .display_box .left_top .title{
        margin-top: 0;
    }
    .display_box .left_top .detail, .jop_list li .detail {
        margin-bottom: 20px;
    }
    .jop_list li {
        padding: 20px;
        height: 192px;
    }
    .development1_info p, .development1_info {
        line-height: 25px;
        font-size: 16px;
    }
    .development1_info{
        width: 90%;
    }
    .development1_info:after {
        bottom: -15px;
    }
    .development1_info:after, .development1_info:before {
        width: 50px;
        height: 43px;
    }
    .development1_info:before {
        top: -15px;
    }
    .development1 .culture_con {
        padding: 50px 30px 70px;
    }
    .development1 .culture_con .big_title {
        font-size: 20px;
        padding: 16px 75px;
        bottom: -27px;
    }
    .display_box .left_bot .hr_list p {
        font-size: 14px;
        line-height: 26px;
    }
    .display_box .right .part {
        padding-bottom: 20px;
        height: 50%;
    }
    .display_box .right .part .part_title {
        font-size: 20px;
    }
    .display_box .right .part .info {
        height: calc(100% - 55px);
    }
    .display_mark .display_box {
        padding: 65px 40px;
    }
    .map_con {
        height: 550px;
        padding-bottom: 150px;
    }
    .contact_part {
        padding: 50px;
    }

    .contact_part .title {
        font-size: 22px;
    }
    .contact_part .foot_list li {
        padding: 30px 40px 0 0;
    }
    .contact_part .ewm_list img {
        width: 120px;
        margin-left: 30px;
    }

    .search_title {
        font-size: 20px;
        margin: 0 0 30px;
    }
    .search_list li a {
        padding: 25px 0;
    }
    .search_list {
        margin-bottom: 40px;
    }



}
@media screen and (max-width: 1280px) {


}



/*移动端*/
@media screen and (max-width: 900px) {

    .w {
        margin: 0;
        width: auto;
        padding: 0 15px;
    }
    body{
        background: #fff;
    }
    .topnav .logo {
        width: 135px;
    }

    .full_meum_list {
        padding: 80px 0 40px;
        flex-wrap: wrap;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .full_meum_list li {
        padding: 15px 15px 0 30px;
        width: 100%;
        flex: auto;
        border-right: none;
        border-top: 1px solid rgba(255,255,255,.1);
    }
    .full_meum_list li>a i {
        display: inline-flex;
    }
    .full_meum_list li .num {
        display: none;
    }

    .video_mark .video_box {
        width: 90%;
        max-height: 70%;
    }
    .banner_info .title1 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .banner_info .title2 {
        font-size: 20px;
        line-height: 23px;
    }
    .sec0 .action_box .swiper-pagination-bullet .line_all {
        width: 150px;
    }
    .prev3,
    .next3,
    .next2,
    .prev2,
    .next1,
    .prev1 {
        width: 30px;
        height: 30px;
    }
    .sec0 .action_box .swiper-button-prev-banner{
        left: 15px;
    }
    .sec0 .action_box .swiper-button-next-banner{
        left: 60px;
    }
    .sec0 .action_box .swiper-button-next-banner, .sec0 .action_box .swiper-button-prev-banner {
        bottom: 100px;
    }
    .sec .w {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .index_title h5 {
        line-height: 60px;
    }
    .index_title h5 span {
        letter-spacing: 1px;
        font-size: 14px;
        padding-right: 50px;
    }
    .index_title h5 span:after {
        width: 35px;
    }
    .index_title h5 i {
        font-size: 60px;
    }
    .index_title h4 {
        font-size: 24px;
    }
    .read_more {
        width: 106px;
        height: 30px;
        line-height: 30px;
    }
    .read_more i {
        position: relative;
        top: 1px;
        margin-left: 2px;
    }
    .pro_nav_list {
        width: 100%;
    }
    .pro_right_list.pro_nav_list li .pro_nav {
        flex-direction: row-reverse;
    }
    .pro_right_list.pro_nav_list li .title_con {
        padding-right: 0;
        padding-left: 20px;
        text-align: left;
    }
    .pro_nav_list li {
        margin: 25px 0 0;
    }
    .sec2_top {
        justify-content: flex-start;
        align-items: end;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .sec2 .index_title h5 i {
        left: 0;
        right: auto;
    }
    .sec2 .index_title h5 span {
        padding-left: 0;
        padding-right: 50px;
    }
    .sec2 .index_title h5 span:after {
        right: 0;
        left: auto;
    }

    .sec2 .index_title h4 {
        text-align: left;
    }
    .index_solution_menu {
        padding-top: 25px;
        width: 100%;
    }
    .index_solution_menu a span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .index_solution_menu a {
        margin-right: 0px;
        width: 25%;
        padding-bottom: 40px;
    }
    .index_solution_menu a i {
        line-height: 16px;
        height: 32px;
        font-size: 12px;
        display: none;
    }
    .index_solution_menu a:after {
        background-size: 15px 15px !important;
        width: 40px;
        height: 40px;
    }
    .index_solution_menu:before {
        bottom: 20px;
        right: 60px;
    }
    .solution_area .area {
        flex-wrap: wrap;
    }
    .solution_area .img_con {
        height: 220px;
        width: 100%;
    }
    .solution_area .img_con .more {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }
    .solution_area .info_con {
        height: 260px;
        padding: 25px 20px 0;
        width: 100%;
    }
    .solution_area .info_con .title {
        font-size: 22px;
        line-height: 20px;
    }
    .sec3_top .left {
        height: 360px;
        padding: 10px 0 0 10px;
        width: 100%;
    }
    .sec3_top .left .time .day {
        font-size: 130px;
    }

    .sec3{
        overflow: hidden;
    }

    .video_open_sec3 {
        width: 90px;
        height: 90px;
        right: -20px;
        bottom: -20px;
        background-size: 15px;
    }
    .sec3_top .right {
        width: 100%;
        padding-top: 20px;
    }
    .sec3_top .right_con .line{
        display: none;
    }
    .sec3_top .right .right_info_con {
        width: 100%;
    }
    .sec3_top .right .right_info {
        max-height: initial;
        margin-bottom: 17px;
    }
    .index_num_list {
        margin: 30px 0 0;
        flex-wrap: wrap;
    }
    .index_num_list li {
        flex: auto;
        width: 50%;
        margin-bottom: 25px;
    }
    .index_num_list li .p1 span {
        font-size: 30px;
    }
    .index_num_list li .p1 i {
        top: -14px;
    }
    .index_num_list li .p2 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
    }

    .strength_list li {
        padding: 25px 15px;
        width: 100%;
        border-top: 1px solid #eee;
    }
    .strength_list li .read_more2{
        opacity: 1;
    }
    .strength_list li .infos {
        margin-bottom: 15px;
    }
    .strength_list {
        padding-top: 25px;
    }

    .read_more3,
    .read_more2 {
        padding: 8px 32px 7px 10px;
        font-size: 12px;
    }
    .read_more3 i ,
    .read_more2 i {
        width: 20px;
        height: 20px;
    }
    .sec5_bot {
        height: auto;
        margin-top: 25px;
    }
    .sec5_bot .index_new_list {
        width: 100%;
        height: 340px;
    }
    .index_new_list li .info_con {
        padding: 20px 15px 0;
    }

    .index_new_list li .info_con .title {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
        max-height: 44px;
        margin: 12px 0 20px;
    }
    .sec .w {
        flex-wrap: wrap;
    }

    .sec_line p {
        font-size: 18px;
        line-height: 30px;
    }
    .sec_line .contact_us_icon {
        padding: 10px 40px 9px 15px;
    }

    .sec_line .contact_us_icon i {
        right: 12px;
        width: 17px;
        height: 8px;
    }
    .foot_list{
        flex-wrap: wrap;
    }
    .foot_list li {
        padding: 23px 5px 20px 10px;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
    }

    .foot_list li:first-of-type{
        border-left: none;
    }
    .foot_list .li2,
    .foot_list .li3{
        width: 100%;
    }
    .advantage_con .swiper-button-next-advantage,
    .honor_con .swiper-button-next-honor{
        right: 0;
    }
    .advantage_con .swiper-button-prev-advantage,
    .honor_con .swiper-button-prev-honor {
        left: 0;
    }
    .wrap_title h5 {
        font-size: 28px;
    }
    .wrap_title h4 {
        font-size: 26px;
        margin-top: -18px;
    }
    .wrap_title {
        margin-bottom: 20px;
    }
    .wrap_title .line {
        width: 25px;
        margin-top: 15px;
    }
    .about {
        padding: 30px 0;
    }
    .honor_con li .img_con {
        height: 263px;
        line-height: 263px;
    }
    .honor_con li .name .name1 {
        font-size: 16px;
        margin: 10px 0 7px;
    }
    .honor_con .honor_container {
        padding-bottom: 50px;
    }

    .path_container li .path_all {
        width: 80%;
        left: 10%;
    }
    .culture_list {
        width: 100%;
        margin-top: 30px;
    }
    .culture_list li .title {
        font-size: 18px;
        margin: 10px 0 5px;
    }
    .culture_list li .line {
        margin: 15px 0 10px;
    }
    .culture_list li {
        margin-bottom: 50px;
    }
    .partner_container li .img_con {
        height: 75px;
        line-height: 75px;
    }
    .inner .inner_title h5 {
        font-size: 26px;
    }
    .inner .inner_title h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .inner .inner_wrap {
        bottom: 10px;
    }
    .topnav {
        height: 55px;
    }
    .pro_menu {
        flex-wrap: wrap;
    }
    .pro_menu li .bg_con {
        width: 55px;
        height: 65px;
    }
    .pro_menu li .bg_con img {
        width: 30px;
        height: 30px;
    }
    .pro_menu li .bg_con:after {
        display: none;
    }
    .pro_menu li .title_con {
        width: 55px;
    }
    .pro_menu li .title_con h5 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 6px;
    }

    .pro_list li {
        width: 100%;
        margin-bottom: 5%;
    }

    .pro_list li .img_con {
        height: 215px;
    }


    .solution_top {
        padding-bottom: 0;
    }
    .solution_top .solution_con {
        width: 100%;
        left: 0;
        position: static;
        padding: 15px;
    }
    .solution_list {
        margin-top: 25px;
    }

    .solution_list li {
        height: 230px;
        width: 100%;
        margin-bottom: 15px;
    }
    .solution_list li .title_con {
        padding: 15px;
    }
    .solution_list li:hover .info_con{
        opacity: 0;
    }

    .solution_list li .info_con .title, .solution_list li .title_con .title {
        font-size: 18px;
        line-height: 25px;
        max-height: 50px;
    }
    .plant_con .swiper-button-next-plant {
        right: 10px;
    }
    .plant_con .swiper-button-prev-plant {
        left: 10px;
    }
    .strength3_list li .info_con, .strength3_list li .img_con {
        width: 100%;
    }
    .strength3_list li:nth-of-type(2n) .info_con,
    .strength3_list li .info_con {
        padding: 0 0 15px 0;
        height: auto;
    }
    .strength3_list li .img_con{
        height: 300px;
    }
    .strength3_list li {
        height: auto;
    }
    .strength3_list li .info_con .info{
        height: auto;
    }
    .plant_container li img {
        height: 255px;
    }
    .news1_con {
        padding-top: 220px;
    }
    .news1_con .swiper_right {
        width: 100%;
        height: 220px;
    }
    .news1_con .swiper_left {
        width: 100%;
        height: auto;
    }
    .news1_con .swiper_left li .item_all {
        padding: 20px 0 50px;
    }

    .news1_con .swiper_left li .title {
        font-size: 17px;
        margin: 12px 0;
        max-height: 50px;
        line-height: 25px;
    }

    .news1_con .swiper-button-next-news {
        left: 50px;
    }

    .news_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .news_list li:nth-of-type(3n) {
        margin-right: 4%;
    }
    .news_list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .news_list li .img_con {
        height: 135px;
    }
    .news_list li .info_con {
        padding: 15px 15px;
    }
    .news_list li .info_con .title {
        font-size: 16px;
        margin: 5px 0 10px;
    }
    .news_list li .info_con:before {
        border: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }
    .news_list li:hover .info_con:before {
        border-bottom: 10px solid #00c360;
    }

    .new_detail_left {
        width: 100%;
    }

    .new_detail_right, .new_detail_left {
        width: 100%;
        padding-left: 0;
    }
    .new_detail_right .title {
        font-size: 20px;
        line-height: 30px;
    }
    .new_detail_right .page_info {
        margin-bottom: 30px;
    }
    .development1_info {
        width: 100%;
    }
    .development1_info {
        width: 100%;
        padding: 0 20px;
    }
    .development1_info:after, .development1_info:before {
        width: 30px;
        height: 26px;
    }
    .development1 .culture_list li {
        width: 50%;
        margin-bottom: 40px;
    }
    .development1 .culture_list {
        width: 100%;
        margin-top: 0;
    }
    .development1 .culture_con {
        padding: 30px 15px 20px;
    }
    .development1 .culture_con .big_title {
        font-size: 16px;
        padding: 13px 40px;
        bottom: -22px;
        white-space: pre;
    }
    .jop_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
        padding: 10px;
        height: 170px;
    }
    .jop_list li:nth-of-type(3n) {
        margin-right: 4%;
    }
    .jop_list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .display_box .left_top .title, .jop_list li .title {
        line-height: 18px;
        height: 18px;
        font-size: 17px;
    }
    .display_box .left_top .title{
        margin-top: 0;
    }
    .display_mark .display_box {
        padding: 40px 15px;
        height: 100%;
        overflow: auto;
    }
    .display_box .left {
        width: 100%;
        height: auto;
        justify-content: flex-start;
    }
    .display_box .right {
        padding-left: 0;
        width: 100%;
        height: auto;
    }
    .display_box .right .part .info {
        height: auto;
    }
    .display_box .right .part {
        padding-bottom: 0;
        height: auto;
        padding-top: 20px;
    }
    .map_con {
        height: auto;
        padding-bottom: 0;
    }
    #allmap{
        height: 300px;
    }
    .contact_con{
        position: static;
    }
    .contact_con .w{
        padding: 0;
    }
    .contact_part {
        padding: 30px 20px;
        flex-wrap: wrap;
    }
    .contact_part .foot_list li {
        padding: 25px 0px 15px 0;
        width: 100%;
    }

    .contact_part .title {
        font-size: 20px;
    }
    .contact_part .ewm_list{
        width: 100%;
        margin-top: 20px;
    }
    .contact_part .ewm_list img {
        width: 100px;
        margin: 0 15px;

    }
    .search_title {
        margin: 0 0 20px;
    }
    .search_list li a {
        padding: 15px 0;
    }
    .search_list {
        margin-bottom: 30px;
    }
}



@media screen and (max-width: 320px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }

}

