@font-face {
    font-family: 'Times New Roman';
    src:url("times New Roman.ttf");
}
html,body{
    /*padding-top: 85px;*/
    box-sizing: border-box;
    font-family: 'MicrosoftYaHei','Times New Roman';
}
body::-webkit-scrollbar{
    width: 1px;
}
.this_show{
    color:#9B8357 !important;
}
.nav_this{
    color:#9B8357 !important;
    border-bottom: 1px solid #9B8357;
}
.header{
    width: 100%;
    height: 85px;
    padding: 0 4%;
    box-sizing: border-box;
    background-color: #262626;
    position: fixed;
    top:0;
    left:0;
    z-index: 100;
    border-bottom: 1px solid #535353;
}
.header a.logo_a{
    display: block;
    width: 66px;
    height: auto;
    margin: 10px 0;
}
.header .logo_a img{
    width: 100%;
    height: 100%;
}

.list_box ul li{
    float: left;
    position: relative;
}
.list_box ul li>a{
    color:#fff;
    display: block;
    font-size: 16px;
    line-height: 85px;
    padding: 0 20px;
}
.list_box ul li>a img{
    margin: 39px 0 0 5px;
}
.zh_cn{
    color:#666;
    width: 85px;
    height: 30px;
    text-align: center;
    margin: 27px 0 0 20px;
    background-color: #333;
    border:1px solid #666;
    box-sizing: border-box;
}
.zh_cn a{
    color:#fff;
    line-height: 28px;
    font-size: 14px;
    font-family: 'Times New Roman';
}
.hide_nav{
    position: absolute;
    top:85px;
    left:0;
    z-index: 100;
    color:#fff;
    box-sizing: border-box;
    display: none;
    background-color: rgba(0,0,0,0.4);
}
.hide_nav a{
    color:#fff;
    font-size: 16px;
    line-height: 56px;
    display: inline-block;
    padding: 0 20px;
}
.list_box ul li:hover>a{
    color:#9B8357;
    border-bottom: 1px solid #9B8357;
    box-sizing: border-box;
}
.hide_nav a:hover{
    color: #9B8357;
}
.header_nav{
    width: 100%;
    height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #262626;
    position: fixed;
    top:0;
    left:0;
    z-index: 100;
    border-bottom: 1px solid #535353;
}
.header_nav a.logo_a {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 5px;
}
.header_nav a.logo_a img,
.header_nav a.menu_btn img{
    width: 100%;
    height: 100%;
}
.header_nav a.menu_btn{
    width: 30px;
    height: 30px;
    margin-top: 10px;
    box-sizing: border-box;
}
.header_nav ul{
    position: absolute;
    top:50px;
    left:0;
    width: 100%;
    padding: 0 15px;
    display: none;
    box-sizing: border-box;
    background-color: #444;
}
.header_nav ul li{
    border-top: 1px solid #333;
}
.header_nav ul li:first-child{
    border-top: 0;
}
.header_nav ul li a{
    display: block;
    color:#9B8357;
    line-height: 50px;
    padding: 0 10px;
}
.header_nav ul li a img{
    width: 20px;
    margin-top: 15px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.hide_list{
    display: none;
    padding: 0 20px;
    border-top: 1px solid #333;
}
.hide_list a{
    display: block;
    border-top: 1px solid #333;
}
.hide_list a:first-child{
    border-top: 0;
}
.header_nav ul li.show_list a img{
    transform: rotate(90deg);
}
.language{
    height: 50px;
}
.language .zh_cn{
    margin: 12px 0 0 10px;
    height: 30px;
}
.language .zh_cn a{
    color:#fff;
    display: inline-block;
    line-height: 29px;
    padding: 0 2px;
}







.banner{
    height: calc(100% - 90px);
    text-align: center;
    padding-top: 85px;
    box-sizing: border-box;
}
.banner .swiper-container{
    width: 100%;
    height: 100%;
}
.banner .swiper-slide{
    /*width: 100% !important;*/
}
.banner .swiper-container .swiper-wrapper a img{
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100% !important;
    min-width: 100%;
}
.banner .swiper-button-next{
    width: 48px;
    height: 48px;
    right: 4%;
    background-image: none;
}
.banner .swiper-button-prev{
    width: 48px;
    height: 48px;
    left:4%;
    background-image: none;
}
.banner .banner_txt{
    position: absolute;
    top:30%;
    left:0;
    right:0;
    z-index: 20;
    color:#fff;
    margin: 0 auto;
    /*transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
}
.banner .swiper-button-prev img,
.banner .swiper-button-next img{
    width: 100%;
    height: 100%;
}
.banner .banner_txt p{
    font-family: 'Times New Roman';
}
.banner .banner_txt p:first-child{
    font-size: 38px;
}
.banner .banner_txt p:first-child+p{
    font-size: 66px;
}
.banner .banner_txt p:first-child+p span{
    color:#9B8357;
}
.banner .banner_txt p .space{
    position: relative;
    display: inline-block;
    width: 40px;
}
.banner .banner_txt p .space::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    background: #9B8357;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.banner .banner_txt p .banner_logo{
    display: block !important;
    margin: 0 auto 10px auto !important;
    min-width: auto !important;
    width: 100px !important;
    position: relative;
    top: -70px;
}
.footer{
    height: 90px;
    color:#999;
    text-align: center;
    line-height: 90px;
    background-color: #262626;
    position: relative;
    bottom:0;
    left:0;
    border-top: 1px solid #535353;
    box-sizing: border-box;
}
.footer p{
    font-family: 'Times New Roman';
}

/*关于我们*/
.inner_banner{
    width: 100%;
    position: relative;
    padding-top: 85px;
}
.inner_banner .inner_txt{
    position: absolute;
    top:50%;
    left:50%;
    z-index: 20;
    transform: translate(-50%, -35%);
    -webkit-transform: translate(-50%, -35%);
}
.inner_banner .inner_txt img{
	width: 30%;
	height: auto;
    display: block;
    margin: 0 auto 30px auto;
}
.inner_banner .inner_txt p{
    color:#9B8357;
    text-align: center;
}
.inner_banner .inner_txt .big_tit{
    font-size: 34px;
    margin-bottom: 10px;
    font-family: 'Times New Roman';
}
.inner_banner .inner_txt .min_tit{
    font-size: 16px;
}
.about_us{
    width: 100%;
    padding: 40px 4% 50px 4%;
    box-sizing: border-box;
}
.inner_tit{
    position: relative;
    text-align: center;
}
.inner_tit p:first-child{
    color:#6f6d6d;
    opacity: 0.5;
    font-size: 40px;
    font-family: 'Times New Roman';
}
.inner_tit p.filterOP:first-child{
    color: #7e7e7e;
    /*opacity: 0.18;*/
}
.inner_tit p:first-child+p{
    position: absolute;
    top:18px;
    left:0;
    right: 0;
    z-index: 20;
    margin: 0 auto;
    font-size: 30px;
    color:#9B8357;
}
.inner_min_tit{
    width: 60%;
    margin: 30px auto 50px auto;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color:#e5d4c2;
    text-indent: 2em;
}
.about_img{
    position: relative;
    padding-bottom: 50px;
}
.about_img .about_upper{
    position: absolute;
    top:50px;
    left:0;
    z-index: 20;
    width: 35%;
    /* height: 92%; */
    height: auto!important;
    padding: 80px 50px;
    box-sizing: border-box;
    background-color: #535353;
}
.about_upper .upper_item{
    margin-bottom:30%;
}
.about_upper .upper_item:last-child{
    margin-bottom:0!important;
}
.about_upper .upper_item .upper_tit{
    position: relative;
}
.about_upper .upper_item .upper_tit p:first-child{
    font-size: 40px;
    color:#6f6d6d;
    padding-left: 10px;
    font-family: 'Times New Roman';
}
.about_upper .upper_item .upper_tit p:first-child+p{
    position: absolute;
    top:20px;
    left: 15px;
    z-index: 20;
    color:#9B8357;
    font-size: 28px;
}
.about_upper .upper_item .upper_tit p:first-child+p+p{
    width: 60px;
    height: 1px;
    margin-top: 20px;
    border-top: 1px solid #9B8357;
}
.about_upper .upper_item .upper_main{
    color:#e5d4c2;
    font-size: 14px;
    line-height: 26px;
    margin-top: 25px;
    padding-left: 20px;
}
.about_upper .upper_item .upper_main *{
    font-family: "MicroSoft Yahei";
}
.our_viewpoint{
    width: 100%;
    padding: 40px 0 50px 0;
    box-sizing: border-box;
    background: url("../img/about_bg1.png") no-repeat;
    background-size: 100% 100%;
}
.our_viewpoint .view_list{
    width: 60%;
    margin: 50px auto 0 auto;
    box-sizing: border-box;
}
.our_viewpoint .view_list .view_item{
    float: left;
    width: 25%;
    height: 524px;
    overflow: hidden;
    box-sizing: border-box;
}
@media screen and (max-width: 1440px){
    .our_viewpoint .view_list .view_item{
        height: 450px;
    }
}
.our_viewpoint .view_list .view_item img{
    width: auto;
    min-width: 100%;
    margin: 0 auto;
}
.our_viewpoint .view_list .view_item:first-child img{
    height: 50%;
}
.our_viewpoint .view_list .view_item:first-child+.view_item img{
    height: 70%;
}
.our_viewpoint .view_list .view_item:first-child+.view_item+.view_item img{
    height: 55%;
}
.our_viewpoint .view_list .view_item:first-child+.view_item+.view_item+.view_item img{
    height: 80%;
}
.our_viewpoint .view_list .view_item .view_txt{
    color:#fff;
    font-size: 14px;
    position: relative;
}
.our_viewpoint .view_list .view_item .view_txt p:first-child{
    font-size: 20px;
    margin-bottom: 15px;
}
.our_viewpoint .view_list .view_item .view_txt p:last-child{
    font-family: 'Times New Roman';
}
.our_viewpoint .view_list .view_item .view_txt div{
    position: absolute;
    top:50%;
    left:50%;
    z-index: 20;
    text-align: center;
    transform: translate(-50% -50%);
    -webkit-transform: translate(-50%, -50%);
}


.our_viewpoint .view_list .view_item:first-child .view_txt{
    width: 100%;
    height: 50%;
    background-color: #bcbcbc;
}
.our_viewpoint .view_list .view_item:first-child+.view_item .view_txt{
    width: 100%;
    height: 30%;
    background-color: #98835d;
}
.our_viewpoint .view_list .view_item:first-child+.view_item+.view_item .view_txt{
    width: 100%;
    height: 45%;
    background-color: #535353;
}
.our_viewpoint .view_list .view_item:first-child+.view_item+.view_item+.view_item .view_txt{
    width: 100%;
    height: 20%;
    background-color: #343a41;
}


/*服务领域*/
.serves_box{
    padding: 50px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.serves_box .serves_top,
.serves_box .serves_nav{
    width: 70%;
    position: relative;
    margin: 0 auto 50px auto;
}
.serves_box .serves_top{
    margin: 0 auto 70px auto;
}
.serves_nav .ser_type{
    width: 40%;
}
.serves_nav .ser_type a{
    display: inline-block;
    width: 163px;
    height: 46px;
    line-height: 46px;
    color:#fff;
    text-align: center;
    border:1px solid #fff;
    border-radius: 28px;
    margin-right: 30px;
    margin-bottom: 20px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.serves_nav .ser_type a:hover,
.type_this{
    color:#333 !important;
    border-color: #9B8357 !important;
    background-color: #9B8357;
}
.ser_crumb,
.ser_crumb a{
    color:#fff;
    font-size: 14px;
}
.ser_crumb{
    margin-top: 30px;
}
.ser_crumb a:hover{
    color:#9B8357;
}
.ser_nav_bg{
    position: absolute;
    bottom:-45px;
    right: -140px;
    z-index: 1;
}
.serves_main{
    padding: 0 4%;
    box-sizing: border-box;
    position: relative;
}
.type_main{
    margin-bottom: 0;
}
.type_main .ser_list_box{
    padding: 50px 0 50px 15%;
}
.serves_main .ser_main_top{
    position: absolute;
    top:50px;
    left:4%;
    z-index: 20;
    width: 27%;
}
.type_main .ser_main_top{
    position: absolute;
    top:50%;
    left:4%;
    z-index: 20;
    width: 27%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.serves_main .ser_main_top img{
    width: 100%;
}
.serves_main .ser_main_list{
    width: 80%;
    /*height: 660px;*/
    padding: 50px 0;
    box-sizing: border-box;
    background-color: #535353;
}
.ser_list_box{
    margin-top: 0;
    text-align: center;
    padding: 0 0 0 15%;
}
.ser_list_box .list_box_item{
    display: block;
    text-align: left;
    margin: 0 0 0 8%;
    float: left;
}
.ser_list_box .list_box_item .list_item_tit p:first-child{
    color:#e5d4c2;
    font-size: 18px;
    padding-left: 15px;
}
.ser_list_box .list_box_item .list_item_tit p:first-child+p{
    width: 50px;
    height: 1px;
    margin-top: 5px;
    border-top: 1px solid #e5d4c2;
}
.ser_list_box .list_box_item ul{
    margin-top: 40px;
    width: 180px;
}
.ser_list_box .list_box_item ul li{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}
.ser_list_box .list_box_item ul li a{
    color:#e5d4c2;
    font-size: 14px;
    cursor: default;
}
.ser_list_box .list_box_item ul li a:hover{
    color:#9B8357;
}
.heart_main .ser_main_top{
    width: 40%;
    padding: 85px 0;
    box-sizing: border-box;
    background-color: #535353;
}
@media screen and (max-width: 1560px){
    .type_main .ser_main_top{
        /*width: 30%;*/
    }
    .heart_main .ser_main_top{
        padding: 60px 0;
    }
}
@media screen and (max-width: 1440px){
    .type_main .ser_list_box {
        padding: 35px 0 0 15%;
    }
    .heart_main .ser_main_top{
        padding: 60px 0;
    }
}
@media screen and (min-width: 1650px){
    .type_main .ser_main_top{
        width: 25%;
    }
}
@media screen and (min-width: 1850px){
    .heart_main .ser_main_top{
        padding: 115px 0;
    }
    .type_main .ser_main_top{
        width: 24%;
    }
    .ser_list_box .list_box_item ul li{
        margin-bottom: 20px;
    }
    .ser_list_box .list_box_item ul {
        margin-top: 40px;
        width: 220px;
    }
}
@media screen and (min-width: 1980px){
    .type_main .ser_main_top {
        width: 22%;
    }
    .heart_main .ser_main_top{
        padding: 150px 0;
    }
}
.heart_main{
    padding: 0 4% 50px 4%;
}
.heart_main .ser_main_list{
    width: 75%;
    padding: 0;
    background-color: transparent;
}
.heart_main .ser_main_top ul{
    width: 100%;
    margin: 0 auto;
}
.heart_main .ser_main_top ul li{
    float: left;
    width: 50%;
    padding-left: 2%;
    text-align: center;
    margin-top: 60px;
    box-sizing: border-box;
}
@media screen and (max-width: 1440px){
    .heart_main .ser_main_top ul li{
        margin-top: 42px;
    }
}
.heart_main .ser_main_top ul li .heart_items{
    display: inline-block;
    text-align: left;
    min-width: 190px;
}
.heart_main .ser_main_top ul li .heart_items img{
    width: auto;
    height: 30px;
    margin-right: 10px;
}
.heart_main .ser_main_top ul li .heart_items div p{
    font-size: 14px;
    color:#e5d4c2;
}
.heart_main .ser_main_top ul li .heart_items div p:first-child+p{
    color:#9b8357;
    font-size: 12px;
    margin-top: 2px;
}
.lc_main{
    /*height: 350px;*/
    /*overflow: hidden;*/
    /* background: url("../img/lc_img.png") 95% 0 no-repeat; */
}
.lc_main .ser_main_top{
    width: 75%;
    position: relative;
    top:0;
    left: 0;
    padding: 8% 0;
    box-sizing: border-box;
    background-color:#535353;
}
.lc_main .mainTop{
    /*width: 100%;*/
    float: left;
    height: 33vw;
}
.lc_main .ser_main_top .inner_tit{
    margin-bottom: 6%;
}
.lc_main .ser_main_top .lc_img_pc{
    width: 70%;
    display: block;
    margin: 0 auto;
}
.lc_main .ser_main_top .lc_img_m{
    display: none;
    width: 40%;
    margin: 0 auto;
}
.lc_main .ser_main_list{
    width: 25%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    background: url("../img/lc_img.png") no-repeat;
    background-size: 100% 100%;
}
.tj_main .tj_box{
    padding: 80px 4%;
    box-sizing: border-box;
    background-color: #535353;
}
.tj_box ul.tj_list_ul{
    margin: 0 auto;
}
.tj_box ul.tj_list_ul li{
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 30px;
    transition: 0.4s all;
}
.tj_box ul.tj_list_ul li:nth-child(3n){
    margin-right: 0;
}
.tj_box ul.tj_list_ul li a{
    display: block;
}
.tj_box ul.tj_list_ul li a .tj_list_main{
    padding: 15px;
    box-sizing: border-box;
}
.tj_box ul.tj_list_ul li a .tj_list_main p{
    color:#bcbcbc;
    font-size: 14px;
    margin-bottom: 15px;
}
.tj_box ul.tj_list_ul li a .tj_list_main .news_tit{
    color:#fff;
    font-size: 16px;
}
.tj_box ul.tj_list_ul li a .tj_list_main .news_btn{
    padding: 5px 20px;
    display: inline-block;
    border-radius: 30px;
    border:1px solid #bcbcbc;
}
.tj_box ul.tj_list_ul li:hover{
    background-color: #9B8357;
}
.tj_box ul.tj_list_ul li:hover a div p{
    color:#333 !important;
}
.tj_box ul.tj_list_ul li:hover a div .news_btn{
    border:1px solid #333;
}
.page_ul{
    margin: 0 auto 0 auto;
    display: inline-block;
}
.page_ul li{
    float: left;
    margin: 0 3px;
}
.page_ul li a{
    display: block;
    width: 38px;
    height: 38px;
    color:#bcbcbc;
    text-align: center;
    line-height: 38px;
    border:1px solid #818080;
    box-sizing: border-box;
}
.page_ul li:hover a,
.act_page a{
    color:#333 !important;
    border:1px solid #9B8357 !important;
    background-color:#9B8357 !important;
}
.tj_box ul.tj_list_ul li a .tj_list_img{
    overflow: hidden;
}
.tj_box ul.tj_list_ul li a .tj_list_img img{
    height: 100%;
    display: block;
    margin: 0 auto;
}

.tj_box ul.news_list li a .tj_list_main p{
    margin-bottom: 10px;
}
.tj_box ul.news_list li a .tj_list_main .news_time{
    color:#808080;
    font-size: 12px;
}
.tj_box ul.news_list li a .tj_list_main .news_btn {
    visibility: hidden;
}
.tj_box ul.news_list li:hover a .tj_list_main .news_btn{
    visibility: visible;
}
.tj_box ul.news_list li:hover a .tj_list_main .news_time{
    color:#535353 !important;
}
.details_main{
    width: 100%;
    padding: 0 4%;
    position: relative;
    box-sizing: border-box;
}
.details_main .details_box{
    width: 90%;
    padding:80px 4% 80px 32%;
    box-sizing: border-box;
    background-color: #535353;
}
.details_main .details_box .details_con .details_tit{
    color:#e5d4c2;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}
.details_main .details_box .details_con .details_txt p{
    color:#e5d4c2;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 24px;
}
.details_main .swiper_box{
    position: absolute;
    top:40px;
    left:4%;
    z-index: 20;
    width: 35%;
}
.swiper_box .swiper-button-prev{
    bottom:-50px;
    top: auto;
    left:auto;
    right:52px;
    width: 50px;
    height: 50px;
    outline: none;
    background-image: url("../img/jt_lf.png");
    background-size: auto 40%;
    background-color: #9B8357;
}
.swiper_box .swiper-button-next{
    bottom:-50px;
    top: auto;
    left:auto;
    right:0;
    width: 50px;
    height: 50px;
    outline: none;
    background-image: url("../img/jt_rt.png");
    background-size: auto 40%;
    background-color: #9B8357;
}
.details_box .cont_bottom{
    float: left;
}
.page_boxs{
    text-align: center;
}

.page_boxs .page_list{
    display: inline-block;
}
.page_boxs .page_list a{
    display: inline-block;
    /*width: 38px;*/
    height: 38px;
    padding: 0 15px;
    color: #bcbcbc;
    text-align: center;
    line-height: 38px;
    border: 1px solid #818080;
    box-sizing: border-box;
    margin: 0 3px;
    float: left;
    font-size: 14px;
}
.page_boxs .page_list a:hover,
.page_boxs .page_list .act_page{
    color: #333 !important;
    border: 1px solid #9B8357 !important;
    background-color: #9B8357 !important;
}

.liuchengMain{
    /*display: flex;*/
}
.liuchengMain .rightImg{
    width: 25%;
    height: 33vw;
    float: right;
}
.flowList{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top:50%;
    left:50%;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    /*display: flex;*/
    /*align-items: center;*/
}
.flowList .top,
.flowList .bottom{
    display: inline-block;
}
.flowList .listItem{
    float: left;
}
.flowList .listItem:not(.line){
    position: relative;
    min-width: 9vw;
    height: 9vw;
    border-radius: 50%;
    background: url(../img/yuanbd_1.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}
.flowList div.listItem:nth-of-type(2n){
    background-image: url(../img/yuanbd_2.png);
    background-position: center top;
}
.flowList .listItem .yuan{
    position: absolute;
    width: 86.95%;
    height: 86.95%;
    top: 50%;
    left: 50%;
    color: #9B8357;
    border: 1px solid #9B8357;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}
.flowList .listItem .yuan:hover{
    color: #262626;
    background-color: #9B8357;
}
.flowList .listItem .yuan .CN{
    font-size: 1.04vw;
    font-family: "微软雅黑";
    margin-bottom: 5px;
}
.flowList .listItem .yuan .Eg{
    font-size: 0.83vw;
}
.flowList .listItem.line{
    position: relative;
    min-width: 2.39vw;
    height: 9vw;
}
.flowList .listItem.line .hr{
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #9B8357;
}
.flowList .listItem.line .center{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    transform: translate(-50%,-50%);
}
.hidden_sm{
    display: block;
}
.hidden_lg{
    display: none;
}

@media screen and (max-width: 1560px){
    body{
        /*padding-top: 60px;*/
    }
    .header{
        height: 60px;
    }
    .header a.logo_a{
        width: 45px;
        height: 45px;
        margin: 7px 0;
    }
    .list_box ul li a{
        font-size: 14px;
        line-height: 60px;
    }
    .list_box ul li a img{
        margin: 28px 0 0 5px;
    }
    .list_box .zh_cn{
        margin: 15px 0 0 20px;
    }
    .footer{
        height: 60px;
        line-height: 60px;
    }
    .banner{
        width: auto;
        height: calc(100% - 60px);
        padding-top: 60px;
    }
    .inner_banner{
        padding-top: 60px;
    }
    .hide_nav{
        top:60px;
    }
}
@media screen and (max-width: 1460px){
    .serves_nav .ser_type a{
        width: 130px;
        height: 36px;
        line-height: 36px;
    }
    .ser_list_box .list_box_item ul li{
        margin-right: 15px;
    }
    .flowList .listItem:not(.line) {
        min-width: 9vw;
        height: 9vw;
    }
    .flowList .listItem.line {
        min-width: 3.39vw;
        height: 9vw;
    }
}
@media screen and (max-width: 1260px){
    .ser_list_box .list_box_item{
        margin: 0 0 0 5%;
    }
    .heart_main .ser_main_top{
        width: 50%;
        padding: 2% 0;
    }
    .inner_tit p:first-child{
        font-size: 30px;
    }
    .inner_tit p:first-child+p{
        font-size: 24px;
        top:16px;
    }
    .heart_main .ser_main_list{
        height: auto;
        padding-bottom: 50px;
    }
    .heart_main .ser_main_top ul li{
        margin-top: 40px;
    }
    .serves_nav .ser_type a{
        width: 115px;
    }
}
@media screen and (max-width: 1100px){
    .ser_list_box .list_box_item ul li{
        margin-right: 10px;
    }
    .ser_list_box .list_box_item{
        margin: 0 0 0 3%;
    }
    .serves_box .serves_top, .serves_box .serves_nav{
        width: 90%;
    }
    .serves_nav .ser_type{
        width: 44%;
    }
    .swiper_box .swiper-button-prev{
        bottom:-40px;
        top: auto;
        left:auto;
        right:42px;
        width: 40px;
        height: 40px;
        outline: none;
        background-image: url("../img/jt_lf.png");
        background-size: auto 40%;
        background-color: #9B8357;
    }
    .swiper_box .swiper-button-next{
        bottom:-40px;
        top: auto;
        left:auto;
        right:0;
        width: 40px;
        height: 40px;
        outline: none;
        background-image: url("../img/jt_rt.png");
        background-size: auto 40%;
        background-color: #9B8357;
    }
}
@media screen and (max-width: 950px){
    .header,
    .lc_img_pc,
    .serves_main .ser_main_top,
    .heart_main .ser_main_top,
    .lc_main .ser_main_top .lc_img_pc{
        display: none;
    }
    .header_nav,
    .lc_img_m,
    .heart_main .ser_main_top,
    .lc_main .ser_main_top,
    .lc_main .ser_main_top .lc_img_m{
        display: block;
    }
    .footer{
        height: 50px;
        line-height: 50px;
    }
    .banner{
        width: auto;
        height: calc(100% - 50px);
        padding-top: 50px;
    }
    .banner .banner_txt p:first-child{
        font-size: 20px;
    }
    .banner .banner_txt p:first-child+p{
        font-size: 34px !important;
    }
    [data-swiper-slide-index="2"] .banner_txt p:first-child+p{
        font-size: 22px!important;
    }
    [data-swiper-slide-index="2"] .banner_txt p:last-child{
        font-size: 14px!important;
        margin-top: 5px!important;
    }
    .banner .swiper-button-next,
    .banner .swiper-button-prev{
        width: 34px;
        height: 34px;
        outline: none;
    }

    .footer p{
        font-size: 12px;
        padding-top: 5px;
        line-height: 20px;
        font-family: 'Times New Roman';
    }
    .footer p br{
        display: block;
    }
    .inner_banner{
        padding-top: 50px;
    }
    .inner_banner .inner_txt img{
        margin: 0 auto 10% auto;
    }
    .inner_banner .inner_txt .big_tit{
        font-size: 20px;
    }
    .inner_min_tit{
        width: 90%;
    }
    .about_img .about_upper{
        width: 55%;
        top:30px;
        padding: 20px 20px;
    }
    .about_upper .upper_item{
        margin-bottom: 10%;
    }
    .about_upper .upper_item .upper_tit p:first-child{
        font-size: 30px;
    }
    .about_upper .upper_item .upper_tit p:first-child+p{
        font-size: 20px;
    }
    .about_upper .upper_item .upper_main{
        margin-top: 10px;
    }
    .our_viewpoint .view_list{
        width: 80%;
    }
    .our_viewpoint .view_list .view_item{
        height: 424px;
    }
    .serves_main .ser_main_list{
        height: auto;
    }
    .serves_box .serves_top, .serves_box .serves_nav{
        width: 90%;
    }
    .ser_list_box{
        margin-top: 50px;
    }
    .ser_list_box .list_box_item{
        float: none;
        margin-bottom: 30px;
    }
    .ser_list_box .list_box_item ul{
        width: 90%;
        margin-top: 20px;
    }
    .ser_list_box .list_box_item ul li{
        margin-bottom: 10px;
    }
    .serves_nav .ser_type a{
        width: 36%;
        margin-right: 10%;
    }
    .serves_main .ser_main_list{
        width: 100%;
    }
    .ser_list_box{
        padding:  0 0 0 2%;
    }
    .ser_list_box .list_box_item ul{
        width: 95%;
    }
    .inner_tit p:first-child{
        font-size: 30px;
    }
    .inner_tit p:first-child+p{
        font-size: 24px;
    }
    .ser_nav_bg{
        width: 50%;
    }
    .ser_crumb{
        float: left;
        margin-top: 30px;
        width: 100%;
        text-align: left;
    }
    .heart_main .ser_main_top{
        left: 0;
        right: 0;
        width: 80%;
        margin: 0 auto;
    }
    .heart_main .ser_main_top ul li{
        margin-top: 20px;
    }
    .heart_main .inner_tit{
        margin-bottom: 30px;
    }
    .lc_main .ser_main_list{
        display: none;
    }
    .lc_main{
        height: auto;
        background: none;
    }
    .lc_main .ser_main_top{
        width: 100%;
        height: 32vh;
        padding: 8% 0;
        position: relative;
        box-sizing: border-box;
    }
    .lc_main .ser_main_top .lc_img_m{
        width: 50%;
    }
    .tj_box ul.tj_list_ul li a .tj_list_img{
        height: 170px;
    }
    .details_main{
        width: 90%;
        margin: 0 auto;
        padding: 0;
        background-color: #535353;
    }
    .details_main .swiper_box{
        position: relative;
        left:0;
        right:0;
        width: 60%;
        margin: 0 auto;

    }
    .details_main .details_box{
        width: 100%;
        padding: 4% ;
        margin-top: 60px;
    }
    .swiper_box .swiper-button-prev{
        bottom:0;
        top: auto;
        left:auto;
        right:42px;
        width: 40px;
        height: 40px;
        outline: none;
        background-image: url("../img/jt_lf.png");
        background-size: auto 40%;
        background-color: #9B8357;
    }
    .swiper_box .swiper-button-next{
        bottom:0;
        top: auto;
        left:auto;
        right:0;
        width: 40px;
        height: 40px;
        outline: none;
        background-image: url("../img/jt_rt.png");
        background-size: auto 40%;
        background-color: #9B8357;
    }
    .liuchengMain .rightImg{
        display: none;
    }
    .flowList{
        /*flex-direction: column;*/
        /*width: 60vw;*/
    }
    .flowList .listItem:not(.line) {
        min-width: 12vw;
        height: 12vw;
    }
    .flowList .listItem.line {
        min-width: 6vw;
        height: 12vw;
    }
    .flowList .top,
    .flowList .bottom{
        display: inline-block;
    }
    .flowList .top .listItem, .flowList .bottom .listItem{
        float: left;
    }
    .banner .banner_txt p .space{
        width: 22px;
    }
}
@media screen and (max-width: 768px){
    .tj_box ul.tj_list_ul li {
        width: 47%;
        float: left;
        margin-right: 6%;
        margin-bottom: 30px;
        transition: 0.4s all;
    }
    .banner .swiper-container .swiper-wrapper a img.banner_pc{
        display: none;
    }
    .banner .swiper-container .swiper-wrapper a>img{
        width: 100%;
    }
    .banner .swiper-container .swiper-wrapper a img.banner_m{
        display: block;
    }
    .tj_box ul.tj_list_ul li:nth-child(3n){
        margin-right: 6%;
    }
    .tj_box ul.tj_list_ul li:nth-child(2n){
        margin-right: 0;
    }
    .tj_box ul.tj_list_ul li a .tj_list_img{
        height: 190px;
    }
    .lc_main .ser_main_top {
        height: 38vh;
    }
    .flowList .top .tops,
    .flowList .top .bottoms{
        width: 100%;
    }
    .flowList .listItem:not(.line) {
        min-width: 16vw;
        height: 16vw;
    }
    .flowList .listItem.line {
        min-width: 6vw;
        height: 16vw;
    }
}
@media screen and (max-width: 490px){
    .inner_banner .inner_txt{
        transform: translate(-50%, -20%);
        -webkit-transform: translate(-50%, -20%);
    }
    .inner_banner .inner_txt img{
        width: 40px;
        margin: 0 auto 5% auto;
    }
    .inner_banner .inner_txt .big_tit{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .inner_banner .inner_txt .min_tit{
        font-size: 12px;
    }
    .inner_tit p:first-child{
        font-size: 26px;
    }
    .inner_tit p:first-child+p{
        font-size: 20px;
        top:8px;
    }
    .inner_min_tit{
        width: 100%;
        line-height: 22px;
        margin: 30px auto;
        font-size: 12px;
        box-sizing: border-box;
    }
    .about_img .about_upper{
        width: 78%;
    }
    .about_img .about_upper{
        padding: 15px;
        top: 20px;
        height: 98%;
    }
    .about_upper .upper_item{
        margin-bottom: 5%;
    }
    .about_upper .upper_item .upper_tit p:first-child{
        font-size: 20px;
    }
    .about_upper .upper_item .upper_tit p:first-child+p{
        font-size: 14px;
        top:10px;
    }
    .about_upper .upper_item .upper_tit p:first-child+p+p{
        width: 50px;
        margin-top: 10px;
    }
    .about_upper .upper_item .upper_main{
        font-size: 12px;
        line-height: 16px;
    }
    .our_viewpoint .view_list{
        width: 90%;
    }
    .our_viewpoint .view_list .view_item{
        height: 224px;
    }
    .our_viewpoint .view_list .view_item .view_txt p:first-child{
        font-size: 12px;
        margin-bottom: 0;
    }
    .our_viewpoint .view_list .view_item .view_txt p:first-child+p{
        font-size: 12px;
    }
    .about_upper .upper_item .upper_tit p:first-child{
        padding-left: 0;
    }
    .about_upper .upper_item .upper_tit p:first-child+p{
        left: 0;
    }
    .about_upper .upper_item .upper_main{
        padding-left: 0;
        margin-top: 5px;
    }
    .ser_nav_bg{
        display: none;
    }
    .serves_nav .ser_type{
        width: 100%;
        text-align: center;
    }
    .serves_nav .ser_type a{
        width: 45%;
        margin: 0 1%;
        font-size: 14px;
        height: auto;
        line-height: 1.2;
        padding: 10px 10px;
        display: inline-block;
        box-sizing: border-box;
        margin-bottom: 15px;
    }
    .serves_box .serves_top, .serves_box .serves_nav{
        margin-bottom: 30px;
    }
    .ser_crumb{
        float: left;
        margin-top: 30px;
        width: 100%;
        text-align: left;
    }
    .ser_list_box{
        padding: 0 15px !important;
        margin-top: 0px;
    }
    .serves_main .ser_main_list{
        padding: 50px 0 20px 0;
    }
    .ser_list_box .list_box_item{
        margin: 0 0 30px 0;
    }

    .ser_list_box .list_box_item ul{
        width: 100%;
    }
    .serves_box .serves_top, .serves_box .serves_nav{
        margin-bottom: 30px;
    }
    .ser_list_box .list_box_item .list_item_tit p:first-child{
        font-size: 16px;
    }
    .heart_main .ser_main_list{
        display: none;
    }
    .heart_main .ser_main_top{
        position: static;
        width: 100%;
        padding: 30px 15px;
    }
    .heart_main .ser_main_top ul li:first-child,
    .heart_main .ser_main_top ul li:first-child+li{
        /* width: 100%; */
        text-align: left;
    }
    .heart_main .ser_main_top ul li .heart_items img{
        /* height: 20px; */
        width: 21px;
        height: auto;
    }
    .heart_main .ser_main_top ul li .heart_items div p{
        font-size: 12px;
    }
    .lc_main .ser_main_top .lc_img_m{
        width: 80%;
        margin-top: 40px;
    }
    .tj_box ul.tj_list_ul li{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .page_ul li a{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .tj_main .tj_box{
        padding: 50px 4%;
    }
    .inner_tit p:first-child{
        font-size: 22px;
    }
    .tj_box ul.tj_list_ul li a .tj_list_img{
        height: 260px;
    }
    .tj_box ul.tj_list_ul li a .tj_list_img img{
        width: 100%;
    }
    .details_main .swiper_box{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .details_main .details_box .details_con .details_tit{
        font-size: 16px;
    }
    .swiper_box .swiper-button-prev{
        right:57px;
    }
    .swiper_box .swiper-button-next{
        right:15px;
    }
    .ser_crumb a{
        font-size: 12px;
    }
    .page_boxs .page_list a{
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }
    .flowList {
        /*width: 78vw;*/
    }
    .flowList .listItem .yuan .CN{
        font-size: 10px;
    }
    .flowList .listItem .yuan .Eg {
        font-size:10px;
    }
    .flowList .listItem:not(.line) {
        min-width: 24vw;
        height: 24vw;
    }
    .flowList .listItem.line {
        min-width: 8vw;
        height: 24vw;
    }
    .hidden_sm{
        display: none !important;
    }
    .hidden_lg{
        display: inline-block !important;
    }
    .flowList .listItem.line .center {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        transform: translate(-50%,-50%);
    }
    .our_viewpoint {
        padding: 15px 0 30px 0;
    }
    .tj_box ul.tj_list_ul li a .tj_list_main .news_btn{
        color:#333 !important;
        border:1px solid #333;
        visibility: visible;
    }
}
@media screen and (max-width: 360px){
    .inner_tit p:first-child {
        font-size: 20px;
    }
    .inner_tit p:first-child+p{
        font-size: 18px;
    }
    .ser_list_box .list_box_item {
        /*margin: 0 0 30px 10%;*/
    }
}
@media screen and (max-width: 320px){
    .ser_list_box .list_box_item {
        margin: 0 0 30px 5%;
    }
}

@media screen and (min-width: 951px){
    .header,
    .lc_img_pc,
    .banner .swiper-container .swiper-wrapper a img.banner_pc{
        display: block;
    }
    .header_nav,
    .banner .swiper-container .swiper-wrapper a img.banner_m,
    .footer p br{
        display: none;
    }
    .tj_box ul.tj_list_ul li a .tj_list_img{
        height: 172px;
        overflow: hidden;
    }
}
@media screen and (min-width: 1260px){
    .tj_box ul.tj_list_ul li a .tj_list_img{
        height: 220px;
        overflow: hidden;
    }
}
@media screen and (min-width: 1460px){
    .tj_box ul.tj_list_ul li a .tj_list_img{
        height: 290px;
        overflow: hidden;
    }
}










