﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
/*头部开始********************************************************************************************/
@charset "utf-8";
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/

.w {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333;
  
}
footer,
section{
    overflow: hidden;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.mCSB_scrollTools{
    width: 2px;
}
.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #034ea2;
    width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail{
    background: #e5ecf5;
    opacity: 1;
}
::-webkit-input-placeholder{
    color: #999;
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #999;
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #999;
}
:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #999;
}

.swiper-button-prev:after,
.swiper-button-next:after{
    display: none;
}
.swiper-button-prev,
.swiper-button-next{
    outline: none;
}
.prev2,
.next2,
.prev1,
.next1{
    width: 60px;
    height: 60px;
    position: static;
    margin: 0;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
    opacity: 0.8;
}
.prev1{
    background: url(../images/prev1.png) no-repeat center center;
}
.next1{
    background: url(../images/next1.png) no-repeat center center;
    margin-left: 25px;
}
.prev2:hover,
.next2:hover,
.prev1:hover,
.next1:hover{
    opacity: 1;
}
.prev2{
    background: url(../images/prev2.png) no-repeat center center;

}
.next2{
    background: url(../images/next2.png) no-repeat center center;
    margin-left: 25px;
}
.action_area{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
}
.prev_next{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.swiper-pagination-news,
.swiper-pagination-case{
    position: static;
    width: -webkit-calc(100% - 230px);
    width: -moz-calc(100% - 230px);
    width: calc(100% - 230px);
    height: 2px;
    background: rgba(255,255,255,0.2);
}
.swiper-pagination-case .swiper-pagination-progressbar-fill{
    background: #fff;
}
.swiper-pagination-news{
    background: rgba(0, 57, 145, 0.2);
}
.swiper-pagination-news .swiper-pagination-progressbar-fill{
    background: #034ea2;
}
/*导航*/
.top_nav {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.top_nav .w{
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.logo{
    width: 387px;
    height: 100%;
    background: url(../images/logo_color.png) no-repeat center center;
    -o-background-size: 100% auto !important;
       background-size: 100% auto !important;
}

.top_nav .top_nav_right{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
.top_nav .nav_list{
    margin-right: 60px;
}
.top_nav .nav_list li {
    position: relative;
    padding: 0 15px;
    font-size: 0;
}

.top_nav .nav_list li>a {
    position: relative;
    font-size: 18px;
    line-height: 100px;

}
.top_nav .nav_list li>a:after{
    width: 0;
    height: 2px;
    background: #034ea2;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.top_nav .nav_list li:hover>a:after,
.top_nav .nav_list li.on>a:after{
    width: 100%;
}
.top_nav .search_con{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.top_nav .search_icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(51, 51, 51, 0.1) url(../images/search_icon_color.png) no-repeat center center;
    -o-background-size: 40% !important;
       background-size: 40% !important;
}
.top_nav .search_ipt{
    position: absolute;
    top: 100%;
    right: 0;
    width: 220px;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgba(51,51,51,0.1);
    border-radius: 5px;
    display: none;
}

.top_nav .search_ipt input{
    background: transparent;
    width: 100%;
    line-height: 35px;
    height: 35px;
    font-size: 16px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top_nav .search_con:hover .search_ipt{
    display: block;
}
.wrapper_body .top_nav{
    background:none;
    border-bottom: none;
    color: #fff;
}
.wrapper_body .top_nav .search_ipt input{
    color: #fff;
}
.wrapper_body2 .top_nav{
    background:none;
}
.wrapper_body .logo {
    background: url(../images/logo.png) no-repeat center center;
}
.wrapper_body .top_nav .search_icon {
    background: rgba(255, 255, 255, 0.1) url(../images/search_icon.png) no-repeat center center;
}
.wrapper_body .top_nav .search_ipt {
    border: 1px solid rgba(255,255,255,0.1);
}

.wrapper_body ::-webkit-input-placeholder{
    color: #fff;
}
.wrapper_body ::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #999;
}
.wrapper_body :-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.wrapper_body :-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #999;
}
.wrapper_body .all_swiper .swiper-pagination-all .swiper-pagination-bullet {
    background: url(../images/dot2.png) no-repeat center center;
}
.wrapper_body .all_swiper .swiper-pagination-all .swiper-pagination-bullet-active {
    background: url(../images/dot_active2.png) no-repeat center center;
}
.wrapper_body.wrapper_body3 .top_nav{
    position: absolute;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.full_menu{
    display: none;
}

.all_swiper .swiper-pagination-all{
    right: 80px;
}

.all_swiper .swiper-pagination-all .swiper-pagination-bullet{
    width: 30px;
    height: 30px;
    background: url(../images/dot.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
    margin: 20px 0;
    opacity: 1;
}

.all_swiper .swiper-pagination-all .swiper-pagination-bullet-active{
    background: url(../images/dot_active.png) no-repeat center center;
}


/*首页banner----------------------------------------------------------------------------------------------*/
.sec1{
    width: 100%;
    position: relative;
}
.sec1 .down_icon{
    width: 105px;
    height: 85px;
    background: url(../images/down_icon.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100;
}
.banner_swiper li{
    width: 100%;
    height: 100%;
}
.banner_swiper li .banner_img{
    width: 100%;
    height: 100%;
    -o-background-size: cover !important;
       background-size: cover !important;
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
}
.banner_swiper .swiper-slide-active .banner_img{
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

.banner_info{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    text-align: center;
    width: 80%;
    color: #fff;
}
.banner_info .title1{
    font-size: 60px;  text-shadow: black 0.1em 0.1em 0.2em;
}
.banner_info .title2{
    font-size: 30px;
    font-family: Montserrat-Regular;  text-shadow: black 0.1em 0.1em 0.2em;
    margin-top: 30px;
}
.banner_info .title3{
    font-size: 30px;  text-shadow: black 0.1em 0.1em 0.2em;
    margin-top: 40px;
}
.sec1 .swiper-pagination-banner{
    bottom: 180px;
}

.sec1 .swiper-pagination-banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 15px;
    opacity: 1;
    border-radius: 5px;
}

.sec1 .swiper-pagination-banner .swiper-pagination-bullet-active{
    width: 40px;
}

.sec_con {
    padding: 160px 0 60px;
    height: 100%;
	
	z-index:-11111;
}
.sec_con>.w{
    height: 100%;
}
/*第二屏 平台*/
.sec2{

}
.sec2 .sec_con{
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;background-image:url(../images/zd1.jpg);
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.sec2 .left{
    width: 46.35%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sec2 .left_text{
    margin-bottom: 0px;
}
.about_tip{
    font-size: 18px;
    font-family: Montserrat-Regular;
    font-weight: 400;
    color: #034ea2;
}
.sec2 .left_text .name{
    font-size: 46px;
    font-weight: 800;    color: #034ea2;
    line-height: 68px;
    text-align: center;
    margin: 20px 0;
}

.sec2 .left_text .content{
    font-size: 20px;
    font-weight: 400;
    color: #034ea2;
}

.sec2 .video_bg{
    width: 100%;
    height: 580px;
    background: url(../images/sec2_img.jpg) no-repeat center center;
    -o-background-size: cover;
       background-size: cover;
}

.sec2 .right{
    padding-left: 90px;
    width: 53.65%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sec2 .right_text{
    color: #666;
    margin-bottom: 20px;
}

.sec2 .right_text .info{
    line-height: 30px;
    max-height: 300px;
    margin-bottom: 60px;
}
.num_list{
    padding: 75px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.num_list:before{
    background: #034ea2;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -160px;
    content: "";
    display: block;

}
.num_list li{
    color: #fff;
    position: relative;
    z-index: 1;
}

.num_list li img{
    height: 120px;
}
.num_list li .text .p1{
    font-family: Montserrat-Regular;
    margin: 0px 0 10px;
}
.num_list li .text .p1 span{
    font-size: 60px;
    font-family: PMZD;
    margin-right: 10px;
}
.num_list li .text .p2{
    color: #fff;
    opacity: 0.3;
}
.read_more1{
    width: 244px;
    height: 59px;
    line-height: 59px;
    font-size: 16px;
    font-family: Montserrat-Regular;
    font-weight: 400;
    color: #fff;
    background: url(../images/more_icon_bg.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
    padding-left: 45px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.read_more1:hover{
    padding-left: 55px;
}
.read_more1:after{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 40px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 8px solid #034ea2;
    content: "";
    display: block;
}
.sec3{
    background: url(../images/sec3_bg.jpg) no-repeat center right;
    -o-background-size: 50% 100% !important;
       background-size: 50% 100% !important;
}
.sec3 .w{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.sec3_swiper{
    width: -webkit-calc(100% - 308px);
    width: -moz-calc(100% - 308px);
    width: calc(100% - 308px);
}
.product_big_container{
    width: 100%;
}
.product_big_container li{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.product_big_container li .img_con{
    width: 950px;
    height: 700px;
    line-height: 700px;
    text-align: center;
}
.product_big_container li .img_con img{
    max-width: 100%;
    max-height: 100%;
}
.product_big_container li .info_con{
    width: -webkit-calc(100% - 950px);
    width: -moz-calc(100% - 950px);
    width: calc(100% - 950px);
    padding-right: 25px;
	margin-top:-170px;

}
.product_big_container li .info_con .name{
    font-size: 40px;
    line-height: 56px;
    margin-top: 20px;
    color: #333333;
}
.product_big_container li .info_con .info{
    margin: 30px 0 50px;
}
.product_big_container .swiper-pagination-product{
    bottom: 50px;
    text-align: left;
}


.product_big_container .swiper-pagination-product .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #666666;
    margin: 0 15px;
    opacity: 1;
    border-radius: 5px;
}

.product_big_container .swiper-pagination-product .swiper-pagination-bullet-active{
    width: 40px;
    background: #034ea2;
}

.sec3_swiper_right{
    height: 100%;
    width: 308px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.product_lit_container{
    padding-left: 22px;
    height: 100%;
    margin: 0;
    width: auto;
}
.product_lit_container li{
    cursor: pointer;
    width: 140px;
    background: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

}
.product_lit_container li img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.product_lit_container li.swiper-slide-thumb-active{
    border: 3px solid #034ea2;
}
.product_lit_container li.swiper-slide-thumb-active:before{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 100%;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-right: 18px solid #034ea2;
    content: "";
    display: block;

}
/*CASE*/
.sec4{
    background: url(../images/sec4_bg.jpg) no-repeat center center;
    -o-background-size: cover !important;
       background-size: cover !important;
}
.sec4 .w{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.sec5_top,
.sec4_top{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
}
.index_title{
    color: #333333;
}
.index_title .title1{
    font-size: 50px;color: #034ea2;
    font-weight: bold;
    line-height: 60px;
}
.index_title .info{
    font-size: 20px;
    line-height: 40px;
}
.case_menu a{
    font-size: 18px;
    line-height: 38px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 12px;
    position: relative;
}
.case_menu a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
    margin-top: -2px;
}
.case_menu a:last-of-type:after{
    display: none;
}
.case_menu a.on,
.case_menu a:hover{
    color: #034ea2;
    border-bottom: 2px solid #034ea2;
}
.sec4_bot{

}
.case_area{
    display: none;
}
.case_area.active{
    display: block;
}
.case_list li a{
    width: 100%;
}
.case_list li .img_con{
    width: 100%;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}
.case_list li .img_con .img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    -o-background-size: cover !important;
       background-size: cover !important;
    
}
.case_list li .info_con{
    background: #fff;
    padding: 25px 40px;
    position: relative;
}
.case_list li .info_con .title{
    font-size: 30px;
    margin: 10px 0 20px;
}
.case_list li .info_con .line{
    width: 100px;
    height: 2px;
    background: #034ea2;
    margin-bottom: 15px;
}
.case_list li .info_con .info{
    color: #666;
    line-height: 24px;
    height: 48px;
}
.case_list li .info_con .read_more2{
    position: absolute;
    right: 40px;
    top: -25px;
    width: 50px;
    height: 50px;
    background: url(../images/more11.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.case_list li:hover .info_con .read_more2{
    opacity: 1;
}

  
.sec5 {
    background: url(../images/zd1.jpg) no-repeat center center;
    -o-background-size: cover;
       background-size: cover;
}
.index_news_container{
    height: auto;
}
.index_news_list li a{
    width: 100%;
}
.news_top_list li .time,
.index_news_list li .time{
    font-family: PMZD;
    margin-bottom: 15px;
}
.news_top_list li .day,
.index_news_list li .day{
    font-size: 30px;
    margin-right: 10px;
}
.news_top_list li .year,
.index_news_list li .year{
    color: #999999;
}
.index_news_list li .img_con{
    width: 100%;
    padding-top: 57%;
    position: relative;
    overflow: hidden;
}
.index_news_list li .img_con .img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    -o-background-size: cover !important;
       background-size: cover !important;

}
.index_news_list li .title{
    font-size: 20px;
}
.index_news_list li .info_con{
    background: #fff;border: 1px solid #eee;
    padding: 25px;
}
.index_news_list li .read_more3{
    width: 50px;
    height: 50px;
    margin-top: 25px;
    background: url(../images/more1.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.index_news_list li:hover .read_more3{
    background: url(../images/more11.png) no-repeat center center;
}

.sec6 .maps{ height:400px}

.sec5 .copy_right{

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.copy_right{
    padding: 25px 0;
    line-height: 20px;
    background: #333;
    color: #fff;
    font-size: 14px;
}
.copy_right .w{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.copy_right span,
.copy_right a{
  /*  margin: 0 5px;*/
    opacity: 0.5;
}
.copy_right .gongbei_icon{
    position: relative;
    top: -1px;
    margin-right: 3px;
}


/*关于我们-------*/

.inner{
    position: relative;
    z-index: 1;
}

.inner .inner_img{
    width: 100%;
}

.inner .inner_wrap {
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

.inner .inner_title{
    margin-bottom: 130px;
}
.inner_title .en_title{
    font-size: 80px;
    font-family: Montserrat-Regular;
    margin-bottom: 10px;
}
.inner_title .title{
    font-size: 48px;
}
.left_menu{

}
.left_menu ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.left_menu li{
    margin: 0 30px;
    padding: 0 3px;
    position: relative;
}
.left_menu li:first-of-type{
    margin-left: 0;
}
.left_menu li a:before{
    width: 0;
    height: 8px;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #034ea2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}
.left_menu li a{
    font-size: 18px;
    line-height: 26px;
    position: relative;
    z-index: 10;
}

.left_menu li:after{
    width: 4px;
    height: 4px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.left_menu li:last-of-type:after{
    display: none;
}
.left_menu li a:hover:before,
.left_menu li a.on:before {
    width: 100%;
}
.sec{
    padding: 100px 0;
}
.sec.about1{
    padding-bottom: 0;
}
.about1_con{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.about1 .left_text{
    margin-bottom: 115px;
}
.sec2.about1 .right_text .info{
    max-height: 390px;
}

.wrap_title{
    margin-bottom: 50px;
    position: relative;
}
.wrap_title .title1{
    font-size: 16px;
    font-family: Montserrat-Regular;
    color: #034ea2;
    margin-bottom: 15px;
}
.wrap_title .title2{
    font-size: 40px;
}
.wrap_title.center{
    text-align: center;
}
.wrap_title.white,
.wrap_title.white .title1{
    color:#fff;
}
/*发展历程*/
.about2 {
    background: url(../images/about2_bg.png) no-repeat center left;
    -o-background-size: auto 100% !important;
       background-size: auto 100% !important;
}
.about2 .history_con{
    position: relative;
    padding-right: 60px;
    padding-top: 30px;
}
.about2 .history_container{
    border-top: 1px solid rgba(0, 57, 145, 0.1);

}
.about2 .history_container li{
    padding-top: 25px;
}
.about2 .history_container li:before{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #034ea2;
    content: "";
    display: block;
}
.about2 .history_container li .year{
    font-size: 48px;
    font-family: PMZD;
    color: #034ea2;
}

.about2 .history_container li .info{
    margin: 15px 0 0;
}
.about2 .history_container li .info p{
    position: relative;
    padding-left: 14px;
    margin-bottom: 15px;
}
.about2 .history_container li .info p:before{
    width: 4px;
    height: 4px;
    background: #034ea2;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
}
.about2 .next2{
    position: absolute;
    right: 0;
    top: -4px;
}
.about3{
    background: url(../images/about3_bg.jpg) no-repeat center center;
    -o-background-size: cover;
       background-size: cover;
}
.about4{
    background: url(../images/about4_bg.jpg) no-repeat center center;
    -o-background-size: cover;
       background-size: cover;
}
.culture_list{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.culture_list li{
    background: #fff;
    padding: 50px;
    width: 31.25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.culture_list li:last-of-type{
    margin-right: 0;
}

.culture_list li .name_con{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #777;
}
.culture_list li .name_con img{
    width: 25px;
}
.culture_list li .name1{
    font-size: 18px;
    margin-bottom: 5px;
}
.culture_list li .name2{
    font-size: 16px;
    font-family: Montserrat-Regular;
}
.culture_list li .line{
    width: 50px;
    height: 2px;
    background: #034ea2;
    margin: 30px 0;
}
.culture_list li .info1{
    line-height: 30px;
    font-size: 24px;
}


/*资质荣誉*/

.about5{
    background: #fff;
}
.about5_top{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.about5_top .wrap_title{
    margin-bottom: 0;
}
.honor_container{
    padding-bottom: 50px;
}
.honor_container .swiper-pagination-honor{
    top: auto;
    bottom: 0;
    height: 2px;
    background: rgba(0, 57, 145, 0.1);
}
.swiper-pagination-honor .swiper-pagination-progressbar-fill{
    background: #034ea2;
}
.honor_list li{
    padding: 40px;
    background: rgba(0, 57, 145, 0.05);
}
.honor_list li .li_con{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.honor_list li .img_con{
    width: 194px;
    height: 270px;
    line-height: 270px;
    text-align: center;
}
.honor_list li .img_con img{
    max-width: 100%;
    max-height: 100%;
}
.honor_list li .info_con{
    width: -webkit-calc(100% - 194px);
    width: -moz-calc(100% - 194px);
    width: calc(100% - 194px);
    padding-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.honor_list li .info_con .time{
    font-family: PMZD;
    font-size: 30px;

}
.honor_list li .info_con .title{
    line-height: 24px;
    height: 48px;
    font-size: 18px;

}
/*底部*/

footer{

}

.footer_con{

    color: #fff;
    background: #333333;
}
.footer_con .w{
    padding: 90px 0 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer_con .foot_logo{

}
.footer_con .foot_logo img{
    width: 236px;
}
.footer_con .left_contact{

}
.left_contact .contact_list li{
    margin-top: 35px;
}
.left_contact .contact_list span{
    line-height: 30px;
    opacity: 0.5;
}
.left_contact .contact_list p.tel{
    font-size: 30px;
    font-family: Montserrat-Regular;
}
.left_contact .contact_list p.email{
    font-family: Montserrat-Regular;
}

.right_nav_list{

}
.right_nav_list li{
    width: 180px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.right_nav_list li>a{
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
}
.right_nav_list li .hide_menu dd a{
    line-height: 20px;
    padding: 12px 0;
    font-size: 14px;
    width: 100%;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.right_nav_list li .hide_menu dd a:hover{
    opacity: 0.9;
}
.right_nav_list li:last-of-type{
    width: auto;
}

/*新闻资讯*/
.news_top_list li{
    background: #034ea2;
    color: #fff;
    font-size: 0;
}
.news_top_list li a{
    width: 100%;
    font-size: 16px;
}
.news_top_list li .li_con{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.news_top_list li .img_con{
    width: 56.25%;
    height: 540px;
    overflow: hidden;
}
.news_top_list li .img{
    width: 100%;
    height: 100%;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.news_top_list li .info_con{
    padding: 0 100px;
    width: 43.75%;
    position: relative;
}
.news_top_list li .time,
.news_top_list li .year{
    color: #fff;
}

.news_top_list li .title{
    font-size: 30px;
    line-height: 36px;
    height: 72px;
    margin: 40px 0 25px;
}
.news_top_list .read_more1{
    color: #fff;
    background: url(../images/more_icon_bg_white.png) no-repeat center center;
    margin-top: 45px;
}
.news_top_list .read_more1:after {
    border-left: 8px solid #fff;
}
.news2{
    background: rgba(0, 57, 145, 0.05);
}
.news_list{

}
.news_list li{
    float: left;
    width: 21.875%;
    margin-right: 4.16%;
    margin-bottom: 50px;
}
.news_list li:nth-of-type(4n){
    margin-right: 0;
}
.pageing{
    text-align: center;
    margin-top: 20px;
}
.JZD_PAGE_GONG,
.JZD_PAGE_ZONGSHU,
.JZD_PAGE_TIAOJILU,
.JZD_PAGE_YECI,
.JZD_PAGE_DANGQIANYE,
.JZD_PAGE_XIEGANG,
.JZD_PAGE_ZHONGYE,
.JZD_PAGE_YE,
.JZD_PAGE_FIRST,
.JZD_PAGE_LAST,
.JZD_PAGE_ZHUANGDAO,
.JZD_PAGE_SELECT,
.JZD_PAGE_SELECT_YE{
    display: none;
}
.JZD_PAGE_SHUZIYE{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#674498;
}
.JZD_PAGE_PREVIOUS,
.JZD_PAGE_NEXT{
    padding: 0 15px;
    font-size: 18px;
    color:#034ea2;
    font-family: Montserrat-Light;
}

.crumbs_con{

}
.crumbs_con .w{
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(0, 57, 145, .1);
}

.crumbs{
    z-index: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.crumbs a,
.crumbs span{
    line-height: 40px;
    padding: 0 10px;
}
.crumbs span{
    color: #034ea2;
}
.crumbs_con .go_list{
    padding: 12px 22px;
    background: #034ea2;
    color:#fff;
    border-radius: 20px;
}


.page_detail{

}
.detail_left{
    width: 68.75%;
    padding-right: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid rgba(0, 57, 145, .1);
}
.page_detail .title{
    font-size: 36px;
    line-height: 48px;
}
.page_detail .detail_left .time{
    font-family: Montserrat-Light;
    color: #999;
    margin: 20px 0 30px;
}


.detail_right{
    width: 31.25%;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recommend_con{
    position: relative;
}

.recommend_name{
    font-size: 36px;
}
.recommend_list{

}
.recommend_list li{
    border: 1px solid rgba(0, 57, 145, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-top: 30px;
}

.recommend_list li a{
    width: 100%;
    padding: 20px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recommend_list li .name{
    font-size: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-bottom: 40px;
}

.recommend_list li .time{
    font-family: Montserrat-Regular;
    color: #034ea2;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.recommend_list li:hover{
    background: #034ea2;
    border: 1px solid #034ea2;
}
.recommend_list li:hover .time,
.recommend_list li:hover .name{
    color:#fff;
}
.jump_page{
    overflow: hidden;
}

.jump_page .prev,
.jump_page .next{
    width: 50%;
    float: left;
    position: relative;
    font-size: 20px;
    padding: 70px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jump_page .lit_title{
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}

.jump_page .prev:before,
.jump_page .next:before{
    width: 150%;
    height: 100%;
    position: absolute;
    top:0;
    content: '';
    display: block;
    z-index: -1;
}
.jump_page .prev:before{
    right: 0;
    background: #034ea2;
}
.jump_page .next:before{
    left: 0;
    background: rgba(0, 57, 145, .1);
}
.jump_page .prev{
    padding-right: 50px;
    color: #fff;
}
.jump_page .next{
    padding-left: 100px;
}


/*产品中心*/
.product_list{

}
.product_list li{
    overflow: hidden;
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 3.125%;
    background: #fff;
}
.product_list li:nth-of-type(3n){
    margin-right: 0;
}
.product_list li a{
    width: 100%;
    font-size: 16px;
    position: relative;
}

.product_list li .img_con{
    margin: 0 50px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 57, 145, .1);
}
.product_list li .img{
    width: 100%;
    height: 284px;
    line-height: 284px;
    text-align: center;

}
.product_list li img{
    max-width: 100%;
    max-height: 100%;
}

.product_list li .info_con{
    padding: 40px 50px;
}
.product_list li .title{
    font-size: 30px;
    line-height: 45px;
    height: 45px;
    margin-bottom: 15px;
}
.product_list li .mark{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 57, 145, .9);
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.product_list li .mark .title{
    height: auto;
    margin-bottom: 35px;
    text-align: center;
}
.product_list li .mark .read_more1{
    margin-top: 40px;
    color: #fff;
    background: url(../images/more_icon_bg_white.png) no-repeat center center;
}
.product_list .mark .read_more1:after {
    border-left-color: #fff;
}

.product_list li:hover .mark{
    bottom: 0;
}
.case,
.pro{
    background: rgba(0, 57, 145, 0.05);
}
.pro_top{
    position: relative;
    width: 100%;
    height: 700px;
    background: rgba(0, 57, 145, 0.05);
    border-bottom: 1px solid rgba(0, 57, 145, 0.1);
}
.pro_top .w{
    height: 100%;
}
.pro_left{
    width: 50%;
    height: 100%;
    padding-right: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.pro_left .num{
    font-size: 40px;
    font-family: Montserrat-Regular;
    color: #034ea2;
}
.pro_left .line{
    width: 1px;
    height: 30px;
    background: #034ea2;
    margin: 15px 0 20px;
}
.pro_left .info{
    max-height: 150px;
    margin-bottom: 80px;
}
.pro_left .down_more{
    width: 44px;
    height: 44px;
    background: url(../images/down_more.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
}
.pro_right{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
}
.proimg_list li{
    height: 700px;
    line-height: 700px;
    text-align: center;
}
.proimg_list li img{
    max-width: 100%;
    max-height: 100%;
}
.pro_right .swiper-pagination-proimg{
    bottom: 45px;
}
.pro_right .swiper-pagination-proimg .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #777;
    margin: 0 15px;
    opacity: 1;
    border-radius: 5px;
}

.pro_right .swiper-pagination-proimg .swiper-pagination-bullet-active{
    width: 40px;
    background: #034ea2;
}
/*质量管控*/
.quality_top{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
}
.quality_left{
    width: 43.75%;
}
.quality_right{
    width: 47.5%;
}
.quality_right img{
    width: 100%;
}


.case_list2 li{
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 3.125%;
    background: #fff;
}
.case_list2 li:nth-of-type(3n){
    margin-right: 0;
}

.caseimg_container{
    margin-top: 50px;
}
.caseimg_list li img{
    width: 100%;
}
.prev3,
.next3{
    width: 50px;
    height: 100px;
    opacity: 0.9;
    margin-top: -50px;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
}
.prev3{
    left: 0;
    background: url(../images/prev3.png) no-repeat center center;
}
.next3{
    right: 0;
    background: url(../images/next3.png) no-repeat center center;
}
.prev3:hover,
.next3:hover{
    opacity: 1;
}
.recommend_case_list{

}
.recommend_case_list li{
    margin-top: 25px;
}
.recommend_case_list li a{
    width: 100%;
}
.recommend_case_list li .img_con{
    width: 100%;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}
.recommend_case_list li .img_con .img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    -o-background-size: cover !important;
       background-size: cover !important;
}
.recommend_case_list li .name{
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    background: rgba(0, 57, 145, 0.05);
    font-size: 24px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.recommend_case_list li:hover .name{
    background: #034ea2;
    color: #fff;
}
.contact{
    height: 800px;
    position: relative;
}
.contact .w{
    height: 100%;
}
.contact_left{
    width: 50%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.contact_left .sub_title{
    margin-bottom: 80px;
}
.contact_left .sub_title .title{
    font-size: 40px;
    margin-bottom: 10px;
}
.contact_left .sub_title .en_title{
    font-size: 20px;
    font-family: Montserrat-Regular;
}
.contact_left_list{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.contact_left_list li{
    width: 50%;
    padding-right: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px;
}
.contact_left_list li:nth-of-type(5),
.contact_left_list li:nth-of-type(6){
    width: 100%;
}
.contact_left_list li img{
    width: 14px;
    padding-top: 8px;
    margin-right: 19px;
}
.contact_left_list li .info{
    font-size: 18px;
}
.contact_left_list li .info p.title{
    color: #777;
}
.contact_left_list li .info p.number{
    font-family: Montserrat-Regular;
}
.contact_right{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.map{
    width: 100%;
    height: 100%;
}
#map{
    width: 100%;
    height: 100%;
}



.inner_search{
    background: url(../images/inner_about.jpg) no-repeat center center;
    -o-background-size: cover;
       background-size: cover;
    padding: 200px 0 100px;
}
.search_title{
    color: #fff;
    text-align: center;
}

.search_title .en_title{
    font-size: 30px;
    margin-bottom: 10px;
    font-family: Montserrat-Regular;
}
.search_title .title{
    font-size: 40px;
    font-weight: 400;
}
.inner_search .search_area{
    padding: 60px 0;
}
.inner_search .search_con{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
}
.inner_search .search_con .keyword{
    line-height: 60px;
    height: 60px;
    padding: 0 30px;
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
    background: transparent;

}
.inner_search .search_con .submit{
    line-height: 60px;
    height: 60px;
    font-size: 24px;
    width: 140px;
    border-radius: 30px;
    color: #fff;
    background: #034ea2;
    position: relative;
    right: -1px;
}
.keyword_area{
    font-size: 24px;
    margin-bottom: 20px;
}
.keyword_area .keyword,
.keyword_area .num{
    color: #034ea2;
}

.search_list{
    border-top: 1px solid #eeeeee;
}
.search_list li{
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.search_list li a{
    padding: 30px 0;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.search_list li .title{
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;

}
.search_list li .source{
    color: #999999;
}
.search_list li:after{
    width: 0;
    height: 1px;
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #034ea2;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.search_list li:hover:after{
    width: 100%;
}

/*1920-----------------------------------------*/


@media screen and (max-width: 1680px) {
    .w{
        width: 1280px;
    }
    body{
        font-size: 15px;
    }

    .top_nav {
        height: 80px;
    }
    .top_nav .nav_list {
        margin-right: 40px;
    }
    .top_nav .nav_list li {
        padding: 0 30px;
    }
    .top_nav .nav_list li>a {
        font-size: 16px;
        line-height: 80px;
    }
    .logo {
        width: 190px;
    }
    .top_nav .search_icon {
        width: 36px;
        height: 36px;
    }
    .banner_info .title1 {
        font-size: 50px;
    }
    .banner_info .title2 {
        font-size: 25px;
        margin-top: 20px;
    }
    .banner_info .title3 {
        font-size: 24px;
        margin-top: 30px;
    }
    .product_big_container .swiper-pagination-product .swiper-pagination-bullet,
    .sec1 .swiper-pagination-banner .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin: 0 12px;
    }
    .product_big_container .swiper-pagination-product .swiper-pagination-bullet-active,
    .sec1 .swiper-pagination-banner .swiper-pagination-bullet-active {
        width: 30px;
    }
    .all_swiper .swiper-pagination-all {
        right: 60px;
    }
    .all_swiper .swiper-pagination-all .swiper-pagination-bullet {
        width: 26px;
        height: 26px;
    }
    .sec_con {
        padding: 130px 0 50px;
    }
    .sec1 .down_icon{
        width: 90px;
        height: 77px;
    }
    .about_tip {
        font-size: 16px;
    }
    .sec2 .left_text .name {
        font-size: 26px;
        line-height: 40px;
        margin: 30px 0;
    }
    .sec2 .video_bg {
        height: 430px;
    }

    .sec2 .right_text .info {
        line-height: 25px;
        max-height: 250px;
        margin-bottom: 40px;
    }
    .sec2 .left_text .content {
        font-size: 18px;
    }
    .read_more1 {
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        padding-left: 30px;
    }
    .read_more1:after {
        right: 28px;
        border: 4px solid transparent;
        border-left: 7px solid #034ea2;
    }
    .read_more1:hover {
        padding-left: 40px;
    }

    .num_list {
        padding: 50px 0;
    }
    .num_list li img {
        height: 50px;
    }
    .num_list li .text .p1 {
        margin: 30px 0 5px;
    }
    .num_list li .text .p1 span {
        font-size: 50px;
        margin-right: 8px;
    }
    .sec3_swiper_right {
        width: 240px;
    }
    .product_lit_container li {
        width: 125px;
    }
    .sec3_swiper {
        width: -webkit-calc(100% - 240px);
        width: -moz-calc(100% - 240px);
        width: calc(100% - 240px);
    }
    .product_big_container li .info_con {
        width: -webkit-calc(100% - 700px);
        width: -moz-calc(100% - 700px);
        width: calc(100% - 700px);
        padding-right: 20px;
    }
    .product_big_container li .img_con {
        width: 700px;
        height: 600px;
        line-height: 600px;
    }
    .product_big_container li .info_con .name {
        font-size: 30px;
        line-height: 40px;
        margin-top: 13px;
    }
    .product_big_container li .info_con .info {
        margin: 20px 0 30px;
    }
    .index_title .title1 {
        font-size: 30px;
        line-height: 40px;
    }
    .index_title .info {
        font-size: 16px;
        line-height: 40px;
    }
    .case_menu a {
        font-size: 16px;
    }
    .sec5_top,
    .sec4_top {
        margin-bottom: 40px;
    }
    .case_list li .info_con .read_more2 {
        right: 30px;
        top: -20px;
        width: 40px;
        height: 40px;
    }
    .case_list li .info_con {
        padding: 20px 30px;
    }
    .case_list li .info_con .title {
        font-size: 24px;
        margin: 8px 0 15px;
    }
    .case_list li .info_con .line {
        width: 80px;
    }
    .prev2, .next2, .prev1, .next1 {
        width: 50px;
        height: 50px;
    }
    .next2,
    .next1 {
        margin-left: 20px;
    }
    .swiper-pagination-news, .swiper-pagination-case {
        width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: calc(100% - 200px);
    }
    .news_top_list li .day,
    .index_news_list li .day {
        font-size: 24px;
        margin-right: 7px;
    }
    .news_top_list li .time,
    .index_news_list li .time {
        font-family: PMZD;
        margin-bottom: 10px;
    }
    .index_news_list li .info_con {
        padding: 18px;
    }
    .index_news_list li .title {
        font-size: 17px;
    }
    .index_news_list li .read_more3 {
        width: 40px;
        height: 40px;
        margin-top: 20px;
    }
    .copy_right {
        padding: 20px 0;
    }

    .inner .inner_wrap {
        bottom: 100px;
    }
    .inner .inner_title {
        margin-bottom: 100px;
    }
    .inner_title .en_title {
        font-size: 60px;
    }
    .inner_title .title {
        font-size: 36px;
    }
    .left_menu li a {
        font-size: 16px;
        line-height: 24px;
    }
    .left_menu li {
        margin: 0 25px;
    }
    .left_menu li:after {
        right: -28px;
    }
    .sec {
        padding: 80px 0;
    }
    .about1 .left_text {
        margin-bottom: 80px;
    }

    .sec2.about1 .right_text .info {
        max-height: 330px;
    }
    .wrap_title {
        margin-bottom: 40px;
    }
    .wrap_title .title1 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .wrap_title .title2 {
        font-size: 34px;
    }
    .about2 .history_con {
        padding-right: 50px;
        padding-top: 23px;
    }
    .about2 .history_container li:before {
        width: 85px;
    }
    .about2 .history_container li {
        padding-top: 20px;
    }
    .about2 .history_container li .year {
        font-size: 36px;
    }
    .about2 .history_container li .info {
        margin: 10px 0 0;
    }
    .about2 .history_container li .info p {
        margin-bottom: 8px;
    }
    .culture_list li {
        padding: 40px;
    }
    .culture_list li .name_con img {
        width: 24px;
    }
    .culture_list li .name1,
    .culture_list li .name2 {
        font-size: 15px;
    }
    .culture_list li .line {
        width: 44px;
        margin: 25px 0;
    }
    .culture_list li .info1 {
        line-height: 30px;
        font-size: 22px;
    }

    .about5_top {
        margin-bottom: 40px;
    }
    .honor_list li .img_con {
        width: 160px;
        height: 223px;
        line-height: 223px;
    }
    .honor_list li {
        padding: 30px;
    }
    .honor_list li .info_con .time {
        font-size: 25px;
    }
    .honor_list li .info_con {
        width: -webkit-calc(100% - 160px);
        width: -moz-calc(100% - 160px);
        width: calc(100% - 160px);
        padding-right: 23px;
    }
    .honor_list li .info_con .title {
        font-size: 16px;
    }
    .footer_con .w {
        padding: 70px 0 50px;
    }
    .footer_con .foot_logo img {
        width: 200px;
    }
    .left_contact .contact_list li {
        margin-top: 25px;
    }
    .left_contact .contact_list p.tel {
        font-size: 26px;
    }
    .right_nav_list li {
        width: 150px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .right_nav_list li>a {
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .right_nav_list li .hide_menu dd a {
        padding: 10px 0;
    }
    .honor_container {
        padding-bottom: 40px;
    }
    .news_top_list li .img_con {
        height: 460px;
    }
    .news_top_list li .info_con {
        padding: 0 80px;
    }
    .news_top_list li .title {
        font-size: 24px;
        margin: 30px 0 20px;
    }
    .news_top_list .read_more1 {
        margin-top: 30px;
    }
    .news_list li {
        margin-bottom: 35px;
    }



    .crumbs_con .w {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .detail_left {
        padding-right: 80px;
    }
    .detail_right {
        padding-left: 80px;
    }
    .page_detail .title {
        font-size: 30px;
        line-height: 40px;
    }
    .page_detail .detail_left .time {
        margin: 15px 0 25px;
    }
    .recommend_name {
        font-size: 28px;
    }

    .recommend_list li {
        margin-top: 20px;
    }
    .recommend_list li a {
        padding: 16px 25px;
    }
    .recommend_list li .name {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .jump_page .prev,
    .jump_page .next{
        font-size: 18px;
        padding: 50px 0;
    }
    .jump_page .next {
        padding-left: 80px;
    }
    .jump_page .prev{
        padding-right: 20px;
    }
    .product_list li .img_con {
        margin: 0 40px;
        padding: 25px 0;
    }
    .product_list li .img {
        height: 240px;
        line-height: 240px;
    }
    .product_list li .info_con {
        padding: 30px 40px;
    }
    .product_list li .title {
        font-size: 24px;
        line-height: 36px;
        height: 36px;
        margin-bottom: 10px;
    }
    .product_list li .mark .title {
        margin-bottom: 25px;
    }
    .pro_top {
        height: 600px;
    }
    .proimg_list li {
        height: 600px;
        line-height: 600px;
    }
    .pro_right .swiper-pagination-proimg .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 12px;
    }
    .pro_right .swiper-pagination-proimg .swiper-pagination-bullet-active {
        width: 30px;
    }
    .pro_left .num {
        font-size: 32px;
    }
    .pro_left .line {
        width: 1px;
        height: 25px;
        margin: 12px 0 15px;
    }
    .pro_left .info {
        max-height: 135px;
        margin-bottom: 60px;
    }
    .pro_left .down_more {
        width: 40px;
        height: 40px;
    }
    .prev3, .next3 {
        width: 40px;
        height: 80px;
        margin-top: -40px;
    }
    .recommend_case_list li .name {
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
        font-size: 20px;
    }
    .caseimg_container {
        margin-top: 40px;
    }
    .contact {
        height: 700px;
    }
    .contact_left .sub_title .title {
        font-size: 34px;
    }
    .contact_left .sub_title .en_title {
        font-size: 18px;
    }
    .contact_left .sub_title {
        margin-bottom: 60px;
    }
    .contact_left_list li {
        margin-bottom: 40px;
    }
    .contact_left_list li img {
        width: 13px;
        padding-top: 5px;
        margin-right: 15px;
    }
    .contact_left_list li .info p.title {
        font-size: 15px;
    }
    .contact_left_list li .info {
        font-size: 16px;
    }

    /*搜索结果*/
    .inner_search {
        padding: 180px 0 80px;
    }
    .inner_search .search_con {
        width: 740px;
    }
    .inner_search .search_con .submit {
        font-size: 22px;
    }

    .search_list li .title {
        height: 28px;
        line-height: 28px;
        font-size: 18px;
    }
    .search_list li a {
        padding: 25px 0;
    }
    .search_title .en_title {
        font-size: 26px;
    }
    .search_title .title {
        font-size: 36px;
    }


    /*1680--------------------------------*/














}

@media screen and (max-width: 1500px) {
    body{
        font-size: 14px;
    }
    .all_swiper .swiper-pagination-all {
        right: 35px;
    }


}



@media screen and (max-width: 1366px) {
    .w{
        width: 1080px;
    }
    .mCSB_inside > .mCSB_container {
        margin-right: 20px;
    }
    .top_nav {
        height: 65px;
    }
    .top_nav .nav_list {
        margin-right: 30px;
    }
    .top_nav .nav_list li {
        padding: 0 25px;
    }
    .top_nav .nav_list li>a {
        font-size: 15px;
        line-height: 65px;
    }
    .logo {
        width: 170px;
    }
    .top_nav .search_icon {
        width: 32px;
        height: 32px;
    }
    .banner_info .title1 {
        font-size: 40px;
    }
    .banner_info .title2 {
        font-size: 20px;
        margin-top: 15px;
    }
    .banner_info .title3 {
        font-size: 20px;
        margin-top: 20px;
    }
    .product_big_container .swiper-pagination-product .swiper-pagination-bullet,
    .sec1 .swiper-pagination-banner .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0 8px;
    }
    .product_big_container .swiper-pagination-product .swiper-pagination-bullet-active,
    .sec1 .swiper-pagination-banner .swiper-pagination-bullet-active {
        width: 25px;
    }
    .all_swiper .swiper-pagination-all {
        right: 55px;
    }
    .all_swiper .swiper-pagination-all .swiper-pagination-bullet {
        width: 22px;
        height: 22px;
    }
    .sec_con {
        padding: 110px 0 45px;
    }
    .sec1 .down_icon{
        width: 80px;
        height: 70px;
    }

    .about_tip {
        font-size: 15px;
    }
    .sec2 .left_text .name {
        font-size: 20px;
        line-height: 30px;
        margin: 22px 0;
    }
    .sec2 .video_bg {
        height: 350px;
    }

    .sec2 .right_text .info {
        line-height: 25px;
        max-height: 200px;
        margin-bottom: 30px;
    }
    .sec2 .left_text .content {
        font-size: 16px;
    }
    .read_more1 {
        width: 150px;
        height: 36px;
        line-height: 36px;
        padding-left: 18px;
        font-size: 13px;
    }
    .read_more1:after {
        right: 16px;
    }
    .read_more1:hover {
        padding-left: 25px;
    }

    .num_list {
        padding: 40px 0;
    }
    .num_list li img {
        height: 45px;
    }
    .num_list li .text .p1 {
        margin: 20px 0 5px;
    }
    .num_list li .text .p1 span {
        font-size: 42px;
        margin-right: 5px;
    }



    .sec3_swiper_right {
        width: 200px;
    }
    .product_lit_container li {
        width: 100px;
    }
    .sec3_swiper {
        width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: calc(100% - 200px);
    }
    .product_big_container li .info_con {
        width: -webkit-calc(100% - 600px);
        width: -moz-calc(100% - 600px);
        width: calc(100% - 600px);
    }
    .product_big_container li .img_con {
        width: 600px;
        height: 500px;
        line-height: 500px;
    }
    .product_big_container li .info_con .name {
        font-size: 24px;
        line-height: 36px;
        margin-top: 10px;
    }
    .product_big_container li .info_con .info {
        margin: 15px 0 25px;
    }
    .product_lit_container li.swiper-slide-thumb-active:before {
        border: 10px solid transparent;
        border-right: 12px solid #034ea2;
    }

    .index_title .title1 {
        font-size: 24px;
        line-height: 36px;
    }
    .index_title .info {
        font-size: 15px;
        line-height: 36px;
    }
    .case_menu a {
        font-size: 15px;
    }
    .sec5_top,
    .sec4_top {
        margin-bottom: 30px;
    }
    .case_list li .info_con .read_more2 {
        right: 25px;
        top: -20px;
        width: 36px;
        height: 36px;
    }
    .case_list li .info_con {
        padding: 15px 25px;
    }
    .case_list li .info_con .title {
        font-size: 20px;
        margin: 10px 0 15px;
    }
    .case_list li .info_con .line {
        width: 60px;
        margin-bottom: 10px;
    }
    .prev2, .next2, .prev1, .next1 {
        width: 40px;
        height: 40px;
    }
    .next2,
    .next1 {
        margin-left: 15px;
    }
    .swiper-pagination-news, .swiper-pagination-case {
        width: -webkit-calc(100% - 180px);
        width: -moz-calc(100% - 180px);
        width: calc(100% - 180px);
    }
    .news_top_list li .day,
    .index_news_list li .day {
        font-size: 20px;
        margin-right: 5px;
    }
    .news_top_list li .year,
    .index_news_list li .year {
        font-size: 12px;
    }
    .index_news_list li .info_con {
        padding: 15px;
    }
    .index_news_list li .title {
        font-size: 15px;
    }
    .index_news_list li .read_more3 {
        width: 36px;
        height: 36px;
        margin-top: 15px;
    }


    .inner .inner_wrap {
        bottom: 80px;
    }
    .inner .inner_title {
        margin-bottom: 80px;
    }
    .inner_title .en_title {
        font-size: 50px;
    }
    .inner_title .title {
        font-size: 30px;
    }

    .left_menu li {
        margin: 0 20px;
    }
    .left_menu li:after {
        right: -22px;
    }

    .sec {
        padding:60px 0;
    }
    .about1 .left_text {
        margin-bottom: 60px;
    }

    .sec2.about1 .right_text .info {
        max-height: 270px;
    }
    .wrap_title {
        margin-bottom: 35px;
    }
    .wrap_title .title1 {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .wrap_title .title2 {
        font-size: 30px;
    }
    .about2 .history_con {
        padding-right: 40px;
        padding-top: 17px;
    }
    .about2 .history_container li:before {
        width: 60px;
    }
    .about2 .history_container li {
        padding-top: 20px;
    }
    .about2 .history_container li .year {
        font-size: 30px;
    }
    .about2 .history_container li .info {
        margin: 10px 0 0;
    }
    .about2 .history_container li .info p {
        margin-bottom: 8px;
    }
    .culture_list li {
        padding: 30px;
    }
    .culture_list li .name_con img {
        width: 20px;
    }
    .culture_list li .name1,
    .culture_list li .name2 {
        font-size: 14px;
    }
    .culture_list li .line {
        width: 40px;
        margin: 20px 0;
    }
    .culture_list li .info1 {
        line-height: 20px;
        font-size: 18px;
    }

    .about5_top{
        margin-bottom: 35px;
    }
    .honor_list li .img_con {
        width: 140px;
        height: 195px;
        line-height: 195px;
    }
    .honor_list li {
        padding: 25px;
    }
    .honor_list li .info_con .time {
        font-size: 20px;
    }
    .honor_list li .info_con {
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
        padding-right: 20px;
    }
    .footer_con .w {
        padding: 50px 0 30px;
    }
    .footer_con .foot_logo img {
        width: 170px;
    }
    .left_contact .contact_list li {
        margin-top: 22px;
    }
    .left_contact .contact_list p.tel {
        font-size: 22px;
    }
    .right_nav_list li {
        width: 120px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .right_nav_list li>a {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .right_nav_list li .hide_menu dd a {
        padding: 8px 0;
    }

    .honor_container {
        padding-bottom: 35px;
    }

    .news_top_list li .img_con {
        height: 360px;
    }
    .news_top_list li .info_con {
        padding: 0 60px;
    }
    .news_top_list li .title {
        font-size: 20px;
        line-height: 32px;
        height: 64px;
        margin: 25px 0 20px;
    }
    .news_top_list li .info{
        font-size: 14px;
    }
    .news_top_list .read_more1 {
        margin-top: 25px;
    }
    .news_list li {
        margin-bottom: 30px;
    }
    .pageing {
        margin-top: 10px;
    }
    .crumbs_con .go_list {
        padding: 9px 18px;
    }
    .crumbs_con .w {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .detail_left {
        padding-right: 60px;
    }
    .detail_right {
        padding-left: 60px;
    }
    .page_detail .title {
        font-size: 26px;
        line-height: 36px;
    }
    .recommend_name {
        font-size: 24px;
    }
    .page_detail .detail_left .time {
        margin: 12px 0 20px;
    }
    .recommend_list li a {
        padding: 12px 20px;
    }
    .recommend_list li .name {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .jump_page .prev,
    .jump_page .next{
        font-size: 16px;
        padding: 40px 0;
    }

    .jump_page .next {
        padding-left: 60px;
    }
    .jump_page .lit_title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .product_list li .img_con {
        margin: 0 30px;
        padding: 20px 0;
    }
    .product_list li .img {
        height: 200px;
        line-height: 200px;
    }
    .product_list li .info_con {
        padding: 20px 30px;
    }
    .product_list li .title {
        font-size: 20px;
        line-height: 30px;
        height: 30px;
        margin-bottom: 10px;
    }
    .product_list li .mark .title {
        margin-bottom: 20px;
    }
    .pro_top {
        height: 500px;
    }
    .proimg_list li {
        height: 500px;
        line-height: 500px;
    }
    .pro_right .swiper-pagination-proimg{
        bottom: 35px;
    }
    .pro_right .swiper-pagination-proimg .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 10px;
    }
    .pro_right .swiper-pagination-proimg .swiper-pagination-bullet-active {
        width: 25px;
    }
    .pro_left .num {
        font-size: 28px;
    }
    .pro_left .line {
        height: 22px;
        margin: 10px 0 15px;
    }
    .pro_left .info {
        max-height: 125px;
        margin-bottom: 40px;
    }
    .pro_left .down_more {
        width: 35px;
        height: 35px;
    }
    .quality_top {
        margin-bottom: 40px;
    }
    .prev3, .next3 {
        width: 30px;
        height: 60px;
        margin-top: -30px;
    }
    .recommend_case_list li .name {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 16px;
    }
    .caseimg_container {
        margin-top: 30px;
    }
    .contact {
        height: 600px;
    }
    .contact_left .sub_title .title {
        font-size: 30px;
        margin-bottom: 8px;
    }
    .contact_left .sub_title .en_title {
        font-size: 16px;
    }
    .contact_left .sub_title {
        margin-bottom: 50px;
    }
    .contact_left_list li {
        margin-bottom: 30px;
    }
    .contact_left_list li img {
        width: 12px;
        padding-top: 4px;
        margin-right: 12px;
    }
    .contact_left_list li .info p.title {
        font-size: 14px;
    }
    .contact_left_list li .info {
        font-size: 16px;
    }

    .inner_search {
        padding: 140px 0 60px;
    }
    .inner_search .search_area {
        padding: 45px 0;
    }
    .keyword_area {
        font-size: 20px;
    }
    .inner_search .search_con {
        width: 600px;
    }
    .inner_search .search_con .keyword {
        line-height: 50px;
        height: 50px;
        padding: 0 25px;
        width: -webkit-calc(100% - 120px);
        width: -moz-calc(100% - 120px);
        width: calc(100% - 120px);
    }
    .inner_search .search_con .submit {
        font-size: 20px;
        line-height: 50px;
        height: 50px;
        width: 120px;
    }
    .search_list li .title {
        height: 25px;
        line-height: 25px;
        font-size: 16px;
    }
    .search_list li a {
        padding: 20px 0;
    }
    .search_title .en_title {
        font-size: 22px;
    }
    .search_title .title {
        font-size: 32px;
    }



    /*1366------------------------------------------------------------*/
















}
@media screen and (max-width: 1280px) {


}



/*移动端*/
@media screen and (max-width: 900px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 15px;
    }
    body{
        background: #fff;
    }
    .logo {
        width: 140px;
    }
    .top_nav {
        height: 50px;
    }
    .top_nav .menu{
        width: 40px;
        height: 40px;
        background: url(../images/menu.png) no-repeat center right;
        -o-background-size: 50% !important;
           background-size: 50% !important;
    }
    .wrapper_body  .top_nav .menu{
        background: url(../images/menu_white.png) no-repeat center right;
    }
    /*全屏导航*/
    .full_menu{
        display: block;
        position: fixed;
        left: -300%;
        top: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
        z-index: 10001;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background: #034ea2;
        color: #fff;
    }
    .full_menu.open{
        left: 0;
    }
    .full_menu .top{
        height: 80px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .full_menu .top .logo{
        background: url(../images/logo.png) no-repeat center center;
    }
    .full_menu .top .logo img{
        width: 110px;
    }
    .full_menu .top .close{
        width: 40px;
        height: 40px;
        background: url(../images/close.png) no-repeat center right;
        -o-background-size: 50% !important;
           background-size: 50% !important;
    }
    .full_menu .w{
        height: 100%;
    }
    .full_meum_list{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .full_meum_list{
        position: relative;
        width: 100%;
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
        overflow-y: auto;
    }
    .full_meum_list li{

    }
    .full_meum_list li>a {
        width: 100%;
        font-size: 24px;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .full_meum_list li .hide_menu{
        padding: 12px 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    .full_meum_list li dd a {
        line-height: 25px;
        font-size: 16px;
        opacity: 0.7;
        padding: 5px 10px;
        width: 100%;
    }
    .banner_info .title1 {
        font-size: 30px;
    }
    .banner_info .title2 {
        font-size: 15px;
    }
    .banner_info .title3 {
        font-size: 16px;
    }
    .sec1 .swiper-pagination-banner {
        bottom: 130px;
    }
    .all_swiper .swiper-pagination-all {
        right: 18px;
    }
    .sec2 .sec_con {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .sec2 .left {
        width: 100%;

    }
    .sec_con {
        padding: 80px 0 30px;
    }
    .sec2 .left_text .name {
        font-size: 16px;
        line-height: 27px;
        margin: 14px 0;
    }
    .sec2 .left_text .content {
        font-size: 16px;
        text-align: center;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .sec2 .video_bg {
        height: 230px;
        display: none;
    }
    .sec2 .right {
        padding-left: 15px;
        width: 100%;
    }
    .sec2 .right_text .info{
        display: none;
    }
    .sec2 .right_text {
        text-align: center;
        margin-bottom: 50px;
    }
    .read_more1 {
        width: 115px;
        height: 32px;
        line-height: 32px;
        padding-left: 0;
        font-size: 13px;
        text-align: center;
    }
    .read_more1:after{
        display: none;
    }
    .read_more1:hover{
        padding-left: 0;
    }
    .num_list:before {
        width: 150%;
        left: -15px;
    }
    .num_list li img {
        height: 40px;
    }
    .num_list li .text .p1 span {
        font-size: 32px;
        margin-right: 5px;
    }
    .sec3_swiper {
        width: 100%;
    }
    .sec3_swiper_right {
        display: none;
    }
    .product_big_container li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .product_big_container li .info_con {
        width: 100%;
        margin-bottom: 25px;
    }
    .product_big_container li .img_con {
        width: 100%;
        height: 300px;
        line-height: 300px;
    }
    .product_big_container li .info_con .name {
        font-size: 22px;
        line-height: 32px;
        margin-top: 10px;
    }
    .product_big_container li .info_con .info {
        margin: 10px 0 15px;
    }
    .product_big_container{
        padding-bottom: 20px;
    }
    .product_big_container .swiper-pagination-product {
        bottom: 0;
    }
    .sec4_top{
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .index_title .title1 {
        font-size: 22px;
        line-height: 30px;
    }
    .sec4_top .index_title{
        margin-bottom: 10px;
        text-align: center;
    }
    .sec4_top .index_title .title1{
        margin-bottom: 10px;
    }
    .sec4_top .index_title .info{
        text-align: center;
    }
    .index_title .info {
        font-size: 15px;
        line-height: 20px;

    }
    .case_menu{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .case_menu a {
        font-size: 14px;
        line-height: 30px;
    }
    .action_area {
        margin-top: 30px;
    }
    .prev2, .next2, .prev1, .next1{
        width: 30px;
        height: 30px;
        display: none;
    }
    .swiper-pagination-news, .swiper-pagination-case {
        width: 100%;
    }
    .sec5 .w{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;

    }
    .left_menu{
        display: none;
    }
    .inner .inner_wrap {
        bottom: 20px;
    }
    .inner .inner_title {
        margin-bottom: 0;
    }
    .inner_title .en_title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .inner_title .title {
        font-size: 16px;
    }
    .sec {
        padding: 30px 0;
    }
    .about1_con{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .sec2.about1 .video_bg{
        display: block;
    }
    .sec2 .about_tip{
        display: block;
        text-align: center;
    }
    .about1 .left_text {
        margin-bottom: 0;
    }
    .sec2.about1 .right_text .info{
        display: block;
        max-height: 220px;
        margin-bottom: 20px;
    }
    .sec2.about1 .right{
        padding-top: 20px;
    }
    .sec2.about1 .right_text {
        text-align: center;
        margin-bottom: 0px;
    }
    .wrap_title {
        margin-bottom: 20px;
    }
    .wrap_title .title2 {
        font-size: 22px;
    }
    .wrap_title .title1 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .about2 .history_container li .year {
        font-size: 26px;
    }
    .about2 .next2{
        display: block;
    }
    .about2 .history_con {
        padding-right: 30px;
        padding-top: 10px;
    }
    .culture_list li {
        padding: 25px;
        width: 100%;
        margin-bottom: 20px;
    }
    .honor_container {
        padding-bottom: 25px;
    }

    .about5_top {
        margin-bottom: 20px;
    }
    .footer_con .w {
        padding: 30px 15px 20px;
    }

    .footer_con .foot_logo img {
        width: 150px;
    }
    .left_contact .contact_list li {
        margin-top: 15px;
    }
    .copy_right .w {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .copy_right {
        padding: 15px 0;
    }

    .news_top_list li .li_con{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .news_top_list li .img_con {
        width: 100%;
        height: 200px;
    }
    .news_top_list li .info_con {
        width: 100%;
        padding: 25px 15px;
    }
    .news_top_list li .title {
        font-size: 16px;
        line-height: 25px;
        height: 50px;
        margin: 18px 0 15px;
    }
    .news_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .news_list li:nth-of-type(2n){
        margin-right: 0;
    }
    .pageing {
        margin-top: 0;
    }
    .JZD_PAGE_SHUZIYE {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .JZD_PAGE_PREVIOUS, .JZD_PAGE_NEXT {
        padding: 0 10px;
        font-size: 14px;
    }
    .crumbs_con .w {
        padding: 5px;
    }

    .detail_left {
        width: 100%;
        padding-right: 0;
        border-right: 0;
    }
    .detail_right {
        padding-top: 20px;
        width: 100%;
        padding-left: 0;
    }
    .page_detail .title {
        font-size: 18px;
        line-height: 26px;
    }
    .page_detail .detail_left .time {
        margin: 10px 0 15px;
    }
    .recommend_name {
        font-size: 20px;
    }
    .jump_page .title {
        display: none;
    }
    .jump_page .next {
        padding-left: 0;
        text-align: center;
    }
    .jump_page .prev {
        padding-right: 0;
        text-align: center;
    }
    .jump_page .prev,
    .jump_page .next{
        font-size: 16px;
        padding: 15px 0;
    }
    .product_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .product_list li:nth-of-type(3n) {
        margin-right: 4%;
    }
    .product_list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .product_list li .img {
        height: 100px;
        line-height: 100px;
    }
    .product_list li .img_con {
        margin: 0 12px;
        padding: 10px 0;
    }
    .product_list li .info_con {
        padding: 10px 12px;
    }
    .product_list li .title {
        font-size: 16px;
        line-height: 25px;
        height: 25px;
        margin-bottom: 7px;
    }
    .product_list li a {
        font-size: 14px;
    }
    .pro_top {
        height: auto;
    }
    .pro_left {
        width: 100%;
        height: auto;
        padding: 25px 0;
    }
    .pro_left .info{
        max-height: inherit;
    }
    .pro_right {
        width: 100%;
        height: 300px;
        position: static;
    }
    .proimg_list li {
        height: 300px;
        line-height: 300px;
    }
    .quality_top{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .quality_left{
        width: 100%;
    }
    .quality_right{
        width: 100%;
        margin-top: 20px;
    }
    .case_list2 li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .case_list2 li:nth-of-type(3n){
        margin-right: 0;
    }

    .prev3, .next3 {
        width: 25px;
        height: 50px;
        margin-top: -25px;
    }
    .recommend_case_list li {
        margin-top: 20px;
    }
    .caseimg_container {
        margin-top: 20px;
    }

    .contact {
        height: auto;
    }
    .contact_left {
        width: 100%;
        padding: 30px 0 10px;
    }
    .contact_left .sub_title {
        margin-bottom: 25px;
    }
    .contact_left .sub_title .title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .contact_left .sub_title .en_title {
        font-size: 15px;
    }
    .contact_left_list li {
        margin-bottom: 20px;
        width: 100%;
    }
    .contact_right {
        width: 100%;
        height: 300px;
        position: static;
    }

    .inner_search .search_con {
        width: 100%;
    }
    .inner_search .search_con .keyword {
        line-height: 45px;
        height: 45px;
        padding: 0 15px;
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
    }
    .inner_search .search_con .submit {
        font-size: 16px;
        line-height: 45px;
        height: 45px;
        width: 100px;
    }

    .inner_search {
        padding: 100px 0 30px;
    }
    .inner_search .search_area {
        padding: 30px 0;
    }
    .search_title .en_title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .keyword_area {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .search_title .title {
        font-size: 24px;
    }
    .search_list li a {
        padding: 15px 0;
    }
    .search_list li .title {
        height: 20px;
        line-height: 20px;
        font-size: 15px;
        margin-bottom: 8px;
    }





    /*900-----------------------*/






}



@media screen and (max-width: 320px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }

}

