
body{
    font-family: "pf";
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
ul{margin-top:0;padding-left: 0}
.clear{clear: both;}
.clearfix:after { /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1; /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.text-cut  /*限制文字,文字超出显示冒号*/
{ overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis;}
.bottom-line{
    border-bottom: 1px solid #ebebeb;
}
.index_wrap_content {
    width: 100%;
    background: #F7F7F7;
}

.tgg_wrap {
    width: 90%;
    margin: 0 auto;
}
.index_server_banner{
	max-height:864px;
}
.swiper-slide_item a {
    display: block;
    width: 100%;
    position: relative;
}

.swiper-slide_item_bg {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
	height: 72vh;
    background: url(../img/sy_bg.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    z-index: 3;
}

/* 头部 */
.header_tgg_wrap {
    width: 100%;
	max-width:1920px;

}

.header_tgg_wrap {
    border-bottom: 1px solid transparent;
    height: 105px;
}

.header_tgg_box {

    box-sizing: border-box;

    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 35px 0;*/
    /*height: 105px;*/
	max-width:1920px;
  /*   position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; */
	margin:0 auto;
	padding-top:35px;
}

.header_box {
    position: absolute;
    width: 100%;
	max-width:1920px;
    left: 0%;
    top: 0;
	margin:0 auto;
    z-index: 999;
    -webkit-transition: .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: .8s cubic-bezier(.19, 1, .22, 1);
    transition: .8s cubic-bezier(.19, 1, .22, 1);
}


.header_nav_list li {
    float: left;
    padding: 0 24px;
}

.header_nav_list li a {
    font-size: 17px;
    font-family: 'pf';
    color: #fff;
    opacity: 1;
    transition: all 0.3s linear;
    display: inline-block;
    padding-bottom: 2px;
    position: relative;

}
.header_nav_list li a em{
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #fff;
    margin: 0 5px;
    opacity: 1;
}

.header_nav_list li a:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s linear;

}

.header_nav_list li a:hover {
    opacity: 1;
}

.header_nav_list li a:hover:after {
    width: 100%;
}

.header_nav_rightnum {
    font-size: 16px;
    font-family: 'pf';
    color: #fff;
    opacity: 0.8;
    transition: all 0.3s linear;
}

.header_nav_rightnum:hover {
    opacity: 1;
}

.header_nav_left {
    width: 266px;
}

.header_nav_left a {
    display: block;
    width: 100%;
}


.header_nav_left a img {
    /* display: block; */
    /* width: 100%; */
    transition: all 0.3s linear;
}

.header_box .header_nav_left a img.bei_logo {
    display: block;
}

.header_box .header_nav_left a img.hei_logo {
    display: none;
}

.header_box .header_nav_list li.nav_acitve a {
    opacity: 1;
}

.header_box .header_nav_list li.nav_acitve a:after {
    width: 100%;
    background: rgba(255, 255, 255, 1);

}

.heder_hei_nav {
    background: #fff;
    -webkit-transition: .9s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: .9s cubic-bezier(.19, 1, .22, 1);
    -o-transition: .9s cubic-bezier(.19, 1, .22, 1);
    transition: .9s cubic-bezier(.19, 1, .22, 1);

}

.heder_hei_nav .header_nav_left a img.bei_logo {
    display: none;
}

.heder_hei_nav .header_nav_left a img.hei_logo {
    display: block;
}

.heder_hei_nav .header_nav_list li a {
    color: #333;

}

.heder_hei_nav .header_nav_rightnum {
    opacity: 1;
    color: #333;
}

.heder_hei_nav .header_tgg_wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header_nav_list{
    margin-bottom: 0;
}
.heder_hei_nav .header_nav_list li.nav_acitve a {
    color: #8b6c4e;
    opacity: 0.8;
    font-family: "cpf";
    transition: all 0.3s linear;
}

.heder_hei_nav .header_nav_list li a:hover {
    /* opacity: 1; */
    color: #8b6c4e;
    font-family: "cpf";
    opacity: 0.8;
}

.heder_hei_nav .header_nav_list li a:hover:after {
    background: rgba(139, 108, 78, 0.8);
}

.heder_hei_nav .header_nav_list li.nav_acitve a:after {
    width: 100%;
    background: rgba(139, 108, 78, 0.8);
}
.header_nav_list li:hover a{
    color: #b81b25;
}

.index_banner_wrap {
    width: 100%;
    /*height: 100vh;*/
	height: 72vh;
    overflow: hidden;
	max-height:864px;

}
.index_banner_wrap .banner_img img{
    max-width: unset;
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    /*height: 766px;*/
	height: 72vh;
}

.swiper-slide_item a {
    /*height: 100vh;*/
	height: 72vh;
    overflow: hidden;
}

.swiper_slide_model {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 6%;
    z-index: 3;

}

.swiper_slide_model_box {
    width: 90%;
    margin: 0 auto;
}

.swiper_slide_model_box p {
    color: #fff;
    font-family: 'pf';
}

.swiper_data {
    font-size: 15px;
    opacity: 0.7;
    line-height: 15px;
}

.swiper_name {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
}

.index_banner_wrap .swiper-pagination {
    bottom: 5%;
}

/* banner的画圆 */
.demo {
    padding: 2em;
    background: #fff;
    min-height: 350px;
}

.progress {
    width: 12px;
    height: 12px;
    line-height: 12px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-value {

    border-radius: 50%;
    font-size: 32px;
    line-height: 125px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    transform: translate(-50%, -50%);

}

.progress.blue .progress-bar {
    border-color: #049dff;
}

.progress.blue .progress-value {
    color: #049dff;
    background: #049dff;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 3s linear forwards;
}

.progress.blue .progress-left .progress-bar {
    animation: loading-1 3s linear forwards 3s;
}

.index_banner_wrap .swiper-pagination {
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
}


@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

.idnex_banner_pag li {
    display: inline-block;
    width: auto;
    margin: 0px 5px;
    cursor: pointer;
}

.idnex_banner_pag .swiper-pagination-customs .progress.blue .progress-value {
    background: #fff;
    opacity: 0.5;
}

.idnex_banner_pag .swiper-pagination-customs.swiper-pagination-customs-active .progress.blue .progress-value {
    opacity: 1;
}

.idnex_banner_pag .swiper-pagination-customs .progress.blue .progress-bar {
    border-color: transparent;
}

.idnex_banner_pag .swiper-pagination-customs.swiper-pagination-customs-active .progress.blue .progress-bar {
    border-color: #fff;
}

.tggcase_list_wrap {
    padding-top: 35px;
    padding-bottom: 120px;
}



header li a:after {
    display: none !important;
}

header li .nav_two a {
    font-family: 'cpf';
    font-weight: normal;
    font-size: 16px;
}

header li {
    /* min-width:68px; */
    width: 90px;
    text-align: center;
    position: relative;
    height: 34px;
    overflow: hidden;
    box-sizing: content-box;
    padding: 0 !important;
    margin: 0 12px;
}

header li div {
    width: 100%;
    height: 34px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header li .nav_one {
    top: 0;
    left: 0;
    z-index: 1;
}

header li .nav_two {
    bottom: -34px;
    left: 0;
    z-index: 2;
}

header li:hover .nav_one {
    top: -34px;
    left: 0;
}

header li:hover .nav_two {
    bottom: 0px;
    left: 0;
}


#index-works {
}

.marginTop {
    margin-top: 0px;
}
.marginBottom{
    margin-bottom: 80px;
}
#index-works2{
    height: 28vh;
}
#index-works2 .work-title {
	height: 100%;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

#index-works2 .work-title ul li {
    width: 25%;
    float: left;
}

#index-works2 .work-title ul li a {
    display: block;
}

#index-works2 .work-title ul li h3 {
    font-weight: normal;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    /*padding-bottom: 10px;*/
    font-family: "pf";
}

#index-works2 .work-title ul li p {
    /*margin-top: 10px;*/
    font-size: 20px;
    color: #5d5d5d;
    font-family: "pf";
}

#index-works2 .work-title ul li span {
    display: block;
    width: 30%;
    height: 1px;
    background: #797879; /* margin-top: 10px; */
    margin: 10px auto 0 auto;
}

#index-works2 .work-title ul li i {
    display: block;
    /*margin-top: 10px;*/
    font-size: 18px;
    color: #4d4d4d;
}

i {
    font-style: normal;
}

#index-works .works-items {
    /*margin-top: 50px;*/
}

#index-works .works-items ul li {
    float: left;
    width: 24.25%;
    margin-left: 0;
    text-align: center;
    font-size: 16px;
}

#index-works .works-items ul li {
    margin-left: 1%;
    /*margin-top: 50px;*/
	margin-top:3px;
    position: relative;
}

#index-works .works-items ul li:nth-child(1) {
    margin-left: 0;
}

#index-works .works-items ul li .work-img {
    width: 100%;

}

#index-works .works-items ul li .work-img img {
    object-fit: cover;
    height: 100%;
    display: block;
    width: 100%;
    /*-o-filter: grayscale(100%);*/
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
}
#index-works .works-items ul li .work_tbg{
    width: 100%;
    color: #fff;
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    background: rgba(0,0,0,0.4);
    display: none;
}
#index-works .works-items ul li .work_t_b{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
#index-works .works-items ul li .work_t_t{
    font-size: 19px;
    color: #fff;
    font-family: 'pf';
    width: 90%;
    text-align: center;
    text-transform: uppercase;
}
#index-works .works-items ul li a .work_t{
    color: #505050;
    font-size: 16px;
    margin-top: 15px;
}
/*#index-works .works-items ul li:hover .work-img img {*/
    /*filter: none;*/
    /*-moz-filter: none;*/
    /*-ms-filter: none;*/
    /*-o-filter: none;*/
    /*width: 100%;*/
    /*object-fit: cover;*/
/*}*/

#index-works .works-items ul li p {
    text-align: center;
    color: #4d4d4d;
    margin-top: 20px;
}

#index-works .more-works {
    display: block;
    text-align: center;
    color: #6e6e6e;
    margin: 30px 0;
    font-size: 17px;
}

/*#index-works .more-works:before,#index-works .more-works:after{content: "";position: absolute;z-index: 2;height: 2px;width: 100%;left: 0;-webkit-transform: translateX(-100%);transform: translateX(-100%);background-color: #2b2d42;transition: 0.5s;}*/
#news{
    border-top: 1px solid #ededed;
    padding-top: 80px;
}

#news .newsbox {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
#news .newsbox a{
    display: inline-block;
    width: 29.6%;
    margin-left: 5.6%;
    float: left;
    font-family: "pf";
    color: #505050;
    position: relative;
}
#news .newsbox a:nth-child(1){
    margin-left: 0%;
}
#news .newsbox a .ntime,#news .newsbox a .ntitle,#news .newsbox a .line{
    display: block;
    text-align: left;
}
#news .newsbox a .ntime{
    font-size: 14px;
    color: #999;
}
#news .newsbox a .ntitle{
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

#news .newsbox a .line  .tline{
    display: inline-block;
    width: 10px;
    height: 1px;
    position: absolute;
    left: 0;
    animation: oline .5s ease;
    background-color: #000;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(#000));
}
#news .newsbox a .line {
    display: inline-block;
    height: 1px ;
    width: 100%;
    position: absolute;
    left: 0;
    animation: oline .5s ease;
    background-color: #ddd;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ddd),to(#ddd));
    -webkit-linear-gradient(to left,#ddd,#ddd);
    -o-linear-gradient(to left,#ddd,#ddd);
    -moz-linear-gradient(to left,#ddd,#ddd);
    -ms-linear-gradient(to left,#ddd,#ddd);
}
#news .newsbox a:hover .line  .tline{
    animation:jline .5s,ease;
    background-color:#000;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(#000));
    -webkit-linear-gradient(to right,#000,#000);
    -o-linear-gradient(to right,#000,#000);
    -moz-linear-gradient(to right,#000,#000);
    -ms-linear-gradient(to right,#000,#000);
        width: 100%;
}
#news .newsbox a:hover .ntitle{color: #b81b25;}
#news .newsbox a:hover .ndes{color: #666;}
@keyframes jline {
    0%  { width:10px;}
    100%{ width:100%}
}
@keyframes oline {
    0%  { width:100%;}
    100%{ width:10px}
}
#news .newsbox a .ndes{
    text-align: left;
    font-size: 14px;
    color: #979797;
    line-height: 24px;
    padding-top: 10px;
}

/*作品页*/
.news_wrap_topbg {
    width: 100%;
    height: 100vh;
    text-align: center;
}
.n_t_h{
    /* height: 28vh; */
    /* height: 516px; */
	height:38vh;
}
.n_t_case{
    background-position-y: center;
    background-size: 1920px 460px;
	height:460px;
}
.news_wrap_topbgbox {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.news_wrap_bottom {
    width: 100%;
    background: #fff;
}
.tgg_title_all{
    width: 100%;
    text-align: center;
    background-color: #fff;
}
#menus{
    position: absolute;
    text-align: center;
    /*top:-45px;*/
    bottom: 0;
    left:0;
    right: 0;
    margin: 0 auto;
    height: 18vh;
    line-height: 18vh;
    display: none;
}
#menus li{
    display: inline-block;
    /*float: left;*/
}
.tgg_title_wrap a,#menus li a{
    color: #333;
}
.tgg_title_nav{
    margin-bottom: 0px;
    padding: 20px 0 0px 0;
}
.t_nav_s{
    padding: 20px 0;
}
.tgg_title_nav a,#menus li a{
    font-size: 18px;
    padding: 0 15px;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    /*font-weight: bold;*/
    color: #000;
}
.tgg_title_nav a:hover,#menus li:hover a{
    color: #b81b25;
}
.tgg_title_nav a.active,#menus li.actived a{
    color: #b81b25;
}
.tgg_title_snav{
    margin: 10px 0 20px 0;
}
.tgg_title_snav a{
    font-size: 16px;
    padding: 0 8px;
    cursor: pointer;
}
.tgg_title_snav a.active{
    color: #b81b25;
}
.tgg_title_snav a:hover{
    color: #b81b25;
}
.tgg_title_snav a:before{
    content: "/";
    display: inline-block;
    position: relative;
    left:-9px;
}
.tgg_title_snav a:nth-child(1):before{
    content: "";
}

.wrap_small{
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
.wrap_small .news_list_wrap{
    padding-left: 0px;
}
.wrap_small .news_list_wrap li{
    width: 32%;
    margin-right: 2%;
    float: left;
}
.news_list_wrap li{
    padding: 25px 0;
}
.wrap_small .news_list_wrap li:nth-child(3n){
    margin-right: 0%;
}
.wrap_small .news_list_wrap li a .wimgbox{
    position: relative;
}
.wrap_small .news_list_wrap li a .wimgbox img{
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.5s;
}
.wrap_small .news_list_wrap li a .wimgbox .wimgbox_info{
    width: 100%;
    height: 100%;
    background: url("../img/graybg2.png");
    position: absolute;
    left: 0px;
    top:0px;
    padding-top: 35%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.wrap_small .news_list_wrap li a span{
    font-size: 16px;
    color: #333;
    padding: 5px 0;
    display: block;
    padding-top: 15px;
}
.wrap_small .news_list_wrap li a .wimgbox .wimgbox_info span{
    color: #fff;
    padding: 0;
}
.wrap_small .news_list_wrap li a .wimgbox .wimgbox_info span:nth-child(1){
    color: #fff;
    font-size: 12px;
    opacity: 0.5;
}
.wrap_small .news_list_wrap li a .wimgbox .wimgbox_info span:nth-child(2){
    font-size: 13px;
    color: #999;
    margin-top: 3px;

}
.wrap_small .news_list_wrap li a .wimgbox .wimgbox_info span:nth-child(3){
    font-size: 12px;
    color: #999;
    margin-top: 3px;
    font-family: Arial;
}
.wrap_small .news_list_wrap li a .wimgbox .wimgbox_info span:nth-child(4){
    font-size: 14px;
    margin-top: 2px;
 }
.wrap_small .news_list_wrap li:hover a .wimgbox img{
    transform: scale(1.05);
    transition: all 0.4s ease-in-out;
}
.wrap_small .news_list_wrap  li a .wimgbox{
    width: 100%;
    overflow: hidden;
}
.wrap_small .news_list_wrap li:hover  span.ft_name{
    color: #b81b25;
}
.wrap_small .news_list_wrap li:hover  a .wimgbox .wimgbox_info{
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}

.cont_wrap_topbgbox{
    background: url("../img/sy_bg.png") no-repeat center;
    position: absolute;
    top:0;
    left: 0;
    background-size: cover;
    background-attachment:fixed;
    width: 100%;
    /*height: 82vh;*/
    text-align: center;
}
.content_name,.content_en_name{
    text-align: left;
}
.content_name{
    font-size: 32px;
    color: #fff;
}
.swiper_slide_model_box p.content_en_name{
    font-size: 16px;
    font-family: Arial;
    position: relative;
    opacity: 0.8;
    margin-top: 18px;
}
.content_tit_wrap{
    text-align: left;
    padding: 30px 0;
}
.content_tit_wrap span{
    font-size: 14px;
    color: #707070;
    display: inline-block;
    padding-right: 8px;
}
.content_tit_wrap span:before{
    content: "/";
    display: inline-block;
    padding-right: 8px;
}
.content_tit_wrap span:nth-child(1):before{
    content: unset;
}
.wcontent{
    text-align: left;
}
.wcontent p{
    /* font-size: 16px; */
    line-height: 32px;
}
.wcontent p img{
    display: block;
    margin-top: 10px;
    width: 100%;
}
.content_com{
    padding: 50px 0;
}
.con_coms_box{
    text-align: left;
}
.content_com .content_coms{
    font-size: 14px;
    line-height: 30px;
    color: #7e8c8d;
    font-weight: bold;
}
.content_com .content_coms .content_comp{
    font-weight: normal;
}
.xmbg{background-color: #eee;}
.news_abxm_title{
    font-size: 26px;
    color: #535353;
    padding-top: 20px;
}
.news_abxm_ul{
    margin-top: 30px;
    /*margin-bottom: 50px;*/
    padding-bottom: 50px;
}

.news_abxm_ul li{
    width: 24%;
    float: left;
    margin-left: 1.3333%;
}
.news_abxm_ul li:nth-child(1){
    margin-left: 0%;
}
.news_abxm_ul li img{
    width: 100%;
	height:100%;
    transform: scale(1);
    transition: all 3s;
}
.news_abxm_ul li:hover img{
    transform: scale(1.05);
    transition: all 3s;
}
.news_abxm_ul li  span{
    font-size: 16px;
    color: #333;
    padding: 5px 0;
    display: block;
}

.news_abxm_ul li  a .xgxmbox{
    overflow: hidden;
}
.news_abxm_ul li:hover  span{
    color: #b81b25;
}
.news_wrap_abxm{
    background-color: #fff;
}
.cases_t_h,.cases_t_bg{
    height: 460px;
}
.cases_t_h{
    position: fixed;
    z-index: -1;
}
.cases_t_bg{
    position: relative;
}
.cases_box_bg{
    width: 100%;
    overflow: hidden;
    height: 460px;
}
.cases_box_bg img{
    width: 1920px;
    height: 460px;
    position: absolute;
    left:50%;
    margin-left:-960px
}

/*关于我们*/
.about_wrap_topbg{
    /*height: 93vh;*/
    /*height: 100vh;*/
    /* height: auto !important; */
    height:100vh ;
    /* max-height: 519px; */
}
/*.about_abpageb{*/
    /*height: 7vh;*/
/*}*/
.about_abpageb{
    height: 45px;
    height: 18vh;
    height: 0px;
}
.abnavs{
    margin-bottom: 0px;
    height: 45px;
    height: 18vh;
    line-height: 45px;
    line-height: 18vh;
    display: none;
}
.section{
    overflow: hidden;
    padding: 40px 0;
}
.section0{
    padding: 0;
}
.section .newsbox{
    width: 90%;
    margin: 0 auto;
}
.section1{
    background-color: #f8f8f8;
    overflow: hidden;
	position:relative;
}
.section .abjjh{
    text-align: center;
    padding-bottom: 30px;
}
.section .abjjh h3{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    display: block;
}
.section .abjjh span{
    font-size: 16px;
    color: #b5b5b6;
    display: block;
}
.section1 .abjjbody .fl,.section1 .abjjbody .fr{
    width: 47%;
}
.section1 .abjjbody .fl .abjj_en{
    position: relative;
    font-size: 60px;
    font-family: Impact;
    color: #8c8c8c;
    /*opacity: 0.1;*/
    /*left:-120%;*/
}
.section1 .abjjbody .fl h3{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    position: relative;
    top:-60px;
    /*left:-120%;*/
}
.section1 .abjjbody .fl .abjj_cont{
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 36px;
    position: relative;
    /*left: -120%;*/
}

.section1 .abjjbody .fr {
    position: relative;
    padding-top: 45px;
    /*right: -120%;*/
}
.section1 .abjjbody .fr .abjjr1{
    position: absolute;
    left: -25px;
    bottom: -25px;
    width: 50%;
}
.section1 .abjjbody .fr .abjjr2{
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
}
.section2{
    background: url("../img/abfwbg.png") 50%;
}
.abfwlcbox{
    height: 80%;
    margin-top: 20px;
}
.abfwlcbox img{
    width: 100%;
    position: relative;
    /*bottom: -500px;*/
}
.abfwul{
    width: 100%;
    margin: 0 auto;
    height: inherit;
}
.abfwul li{
    width: 14.2587%;
    float: left;
    text-align: center;
    display: inline-block;
    position: relative;
    /*bottom:-100px;*/
    /*opacity:0;*/
}

.abfwul li:nth-child(3){
    width: 12%;
}
.abfwul li:nth-child(4){
    width: 15.5%;
}
.abfwul li:nth-child(5){
    width: 14.5%;
}
.abfwul li:nth-child(6){
    width: 11%;
}
.abfwul li h4{
    color: #333;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
}
.abfwul li:nth-child(3) h4{
    color: #b81b25;
}
/*.abfwul li:hover{*/
    /*top:-1px;*/
/*}*/

/*.abfwul li:hover h4{*/
    /*color: #b81b25;*/
/*}*/
.abfwul li span{
    display: block;
    font-size: 16px;
    color: #666;
}

.section3{
    background-color: #f8f8f8;
}
/*.section .newsbox{*/
    /*height: inherit;*/
/*}*/
.abfwbz{
    height: inherit;
}
.abfwbzbox{
    width: 30%;
    height: 210px;
    margin-right: 5%;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 55px;
    margin-top: 40px;
    box-shadow: 0 0 20px #d8d6d6;
    padding: 20px;
    background-color: #fff;
    top:0px;
    transition: all 0.3s ease;
}

.abfwbzbox i{
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    box-shadow: 0 0 10px #d8d6d6;
    position: relative;
    top:-60px;
    left: 50%;
    margin-left: -42.5px;

}
.abfwbzbox:nth-child(3n){
    margin-right: 0%;
}
.abfwbzbox  .abfwbzcon{
    position: relative;
    top:-30px;
}
.abfwbzbox  .abfwbzcon h4{
    color: #b81b25;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.abfwbzbox  .abfwbzcon p{
    font-size: 16px;
    color: #333;
}
.abfwbzbox:nth-child(1) i{
    background: url("../img/icon1.png") no-repeat center center;
    background-color: #fff;
}
.abfwbzbox:nth-child(2) i{
    background: url("../img/icon2.png") no-repeat center center;
    background-color: #fff;
}
.abfwbzbox:nth-child(3) i{
    background: url("../img/icon3.png") no-repeat center center;
    background-color: #fff;
}
.abfwbzbox:nth-child(4) i{
    background: url("../img/icon4.png") no-repeat center center;
    background-color: #fff;
}
.abfwbzbox:nth-child(5) i{
    background: url("../img/icon5.png") no-repeat center center;
    background-color: #fff;
}
.abfwbzbox:nth-child(6) i{
    background: url("../img/icon6.png") no-repeat center center;
    background-color: #fff;
}


/*.abfwbzbox:nth-child(1),.abfwbzbox:nth-child(2),.abfwbzbox:nth-child(3){*/
    /*left: -200%;*/
/*}*/
/*.abfwbzbox:nth-child(4),.abfwbzbox:nth-child(5),.abfwbzbox:nth-child(6){*/
    /*right: -200%;*/
/*}*/
/*.abfwbzbox:nth-child(2),.abfwbzbox:nth-child(5){*/
    /*bottom: -200px;*/
    /*opacity: 0;*/
/*}*/
.abfwbzbox:nth-child(n){
    bottom:200px;
    /*opacity: 0;*/
}
.abfwbzbox:hover{
    /*box-shadow: 0 0 20px #b81b25;*/
    top:-2px;
    box-shadow: 0 0 20px #cacaca;
    transition: all 0.3s ease;
}
.abfwbzbox:hover i{
    box-shadow: 0 0 20px #cacaca;
    transition: all 0.3s ease;
}
/*.abfwbzbox:nth-child(1):hover i{*/
    /*background: url("../img/ricon1.png") no-repeat center center;*/
    /*background-color: #fff;*/
/*}*/
/*.abfwbzbox:nth-child(2):hover i{*/
    /*background: url("../img/ricon2.png") no-repeat center center;*/
    /*background-color: #fff;*/
/*}*/
/*.abfwbzbox:nth-child(3):hover i{*/
    /*background: url("../img/ricon3.png") no-repeat center center;*/
    /*background-color: #fff;*/
/*}*/
/*.abfwbzbox:nth-child(4):hover i{*/
    /*background: url("../img/ricon4.png") no-repeat center center;*/
    /*background-color: #fff;*/
/*}*/
/*.abfwbzbox:nth-child(5):hover i{*/
    /*background: url("../img/ricon5.png") no-repeat center center;*/
    /*background-color: #fff;*/
/*}*/
/*.abfwbzbox:nth-child(6):hover i{*/
    /*background: url("../img/ricon6.png") no-repeat center center;*/
    /*background-color: #fff;*/
/*}*/

.section4{
    /* background: url("../img/bg12.png") 50% no-repeat; */
}
.twsever .twfwbox{
    width: 25%;
    text-align: center;
    float: left;
}
.twsever .twfwbox .twm{
    font-size: 30px;
    color: #000;
    font-weight: bold;
}
.twsever .twfwbox .twn{
    font-size: 20px;
    color: #000;
}
.twsever .twfwbox:nth-child(1),.twsever .twfwbox:nth-child(2){
    position: relative;
    /*left:-200%;*/
}
.twsever .twfwbox:nth-child(3),.twsever .twfwbox:nth-child(4){
    position: relative;
    /*right:-200%;*/
}
.section5{
	background-color:#f8f8f8;
}
.abteambox .fl{
    width: 27%;
}
.abteambox .fr{
    width: 67%;
}
.abteambox .fl .abtimg{
    position: relative;
    /*left:-200%;*/
}
.abteambox .fl .abtimg img{
    width: 100%;
}
.abteambox .fr .abtcont{
    position: relative;
    top:20px;
    /*opacity: 0;*/
}
.abteambox .fr .abtn{
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.abteambox .fr .abtc{
    color: #333;
    font-size: 16px;
    line-height: 42px;
}
.section6{
    /* background-color: #f8f8f8; */
}
.abcteambox{
    background-color: #fff;
    box-shadow: 0 0 10px #d8d6d6;
    /*opacity: 0;*/
}
.abcteambox .fl,.abcteambox .fr{
    width: 48%;
}
.abcteambox .fl .abctimg{
    position: relative;
    /*left: -200%;*/
}
.abcteambox .fl .abctimg img{
    width: 100%;
    height: 100%;
}
.abcteambox .fr{
	padding: 15px 10px 0px 10px;
}

.abcteambox .fr .abctn{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    position: relative;
    /*right: -200%;*/
    margin-bottom: 30px;
}
.abcteambox .fr .abctn:after{
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #393939;
    margin: 15px 0;
    transition: all .4s ease;
}
.abcteambox .fr:hover .abctn:after{
    width: 60px;
    background-color: #b81b25;
}
.abcteambox .fr .abctc{
    font-size: 16px;
    color: #333;
    line-height: 48px;
    position: relative;
    /*right: -200%;*/
}
.section7{
    background-color: #f8f8f8;
}
.performbox img{
    display: inline-block;
    width: 9.8%;
    margin-bottom: 1px;
    margin-right: 1px;
    float: left;
    position: relative;
    /*right: -200%;*/
    opacity: 1;
}
.performbox img:nth-child(10n){
    margin-right: 0%;
}
.section8{
   // background-color: #fff;
}
.wsbox img{
    display: inline-block;
    width: 10.833333%;
    margin-bottom: 2px;
    margin-right: 0.2%;
    float: left;
    position: relative;
    /*bottom: -200px;*/
    opacity: 1;
}
.wsbox img:nth-child(9n){
    margin-right: 0%;
}
.section9{
    background-color: #fff;
    padding: 0;
}
.section9 .abfootbox{
    background-color: #e7e7e7;
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding: 30px 0;
}
.section9 .abfootbox .newsbox{
    text-align: center;
}
.section9 .abfootbox .abft span,.section9 .abfootbox .abft span label,.section9 .abfootbox .abft span p,.section9 .abfootbox .abft a{
    display: inline-block;
    color: #505050;
    font-family: "pf";
    font-weight: normal;

}

.section9 .abfootbox .abft span{
    margin-right: 34px;
    font-size: 16px;
}
.section9 .abfootbox .abft2 span{
    font-size: 15px;
}
.ptbox img{
    display: inline-block;
    width: 14.285%;
    margin-bottom: 2px;
    float: left;
    position: relative;
    /*left: -200%;*/
    opacity: 1;
}
.section10{
    background-color: #e7e7e7;
}
    /*.ptbox img:nth-child(2n){*/
    /*left:unset;*/
    /*right: -200%;*/
/*}*/

/*新闻列表页*/
.wrap_small .news_lists_wrap{
    padding-left: 0;
}
.wrap_small .news_lists_wrap li{
    width: 100%;
    margin: 30px 0;
    text-align: left;
}
.wrap_small .news_lists_wrap li .newsimgbox,.wrap_small .news_lists_wrap li .newsinfo{

}
.wrap_small .news_lists_wrap li .newsimgbox{
    width: 18.7%;
    float: left;
    overflow: hidden;
}
.wrap_small .news_lists_wrap li .newsimgbox img{
    width: 100%;
    transform: scale(1);
    transition: all 0.5s;
}
.wrap_small .news_lists_wrap li .newsinfo{
    width: 78%;
    float: right;
}
.wrap_small .news_lists_wrap li  a{
    color: #1b1b1b;
}
.wrap_small .news_lists_wrap li  a .newstitle{
    font-size: 18px;
    margin-bottom: 0.5rem;
}
.wrap_small .news_lists_wrap li  a .newstime{
    font-size: 12px;
    color: #959595;
}
.wrap_small .news_lists_wrap li  a .newsdes{
    font-size: 14px;
    color: #333;
    line-height: 26px;
    margin-top: 10px;
}
.wrap_small .news_lists_wrap li:hover a .newstitle{
    color: #b81b25;
}
.wrap_small .news_lists_wrap li:hover  img{
    transform: scale(1.05);
    transition: all 0.5s;

}

/*新闻详情页*/
.contbox{
    width: 100%;
}
.contbox .fl{
    width: 75%;
    padding-top:40px;
    text-align: left;
}
.contbox .fr{
    width: 16%;
    padding-top:40px;
}
.contbox .fl .conttile{
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0.4rem;
}
.contbox .fl .continfo{
    font-size: 14px;
    color: #999;
}
.contbox .fl .conts{
    padding: 30px 0;
}
.contbox .fl .conts p{
    color: #333;
    font-size: 16px;
    line-height: 32px;
}
.contbox .fl .conts p img{
    width: 100%;
}
.news_coms_box{
    width: 100%;
    text-align: left;
}
.cont_line{
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}
.cont_np{
    margin: 50px 0;
}
.cont_np a{
    display: inline;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}
.contbox .fr .newsr{
    padding-left: 0px;
}
.contbox .fr .newsr li{
    margin-bottom: 20px;
}
.contbox .fr .newsr li img,.contbox .fr .newsr li span{
    display: block;
    width: 100%;
}
.contbox .fr .newsr li img{
    border-radius: 5px;
}
.contbox .fr .newsr li span{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.contbox .fr .newsr li:hover span{
    color: #b81b25;
}
/*联系我们*/
.zpbox{
    padding: 80px 0;
}
.contactbox{
    padding: 60px 0;
}
.contactfb{
    background-color: #f5f5f5;
}
.zpbox .abjjh,.contactbox .abjjh{
    text-align: center;
    padding-bottom: 30px;
}
.zpbox .abjjh h3,.contactbox .abjjh h3{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-bottom: 0.6rem;
}
.zpbox .abjjh span,.contactbox .abjjh span{
    font-size: 16px;
    color: #b5b5b6;
}
.zpbox .zpibox{
    width: 23.875%;
    float: left;
    margin-left: 1.5%;
    text-align: left;
}
.zpbox .zpibox:nth-child(1){
    margin-left: 0%;
}
.zpbox .zpibox .jobname{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.zpbox .zpibox .jobname:after{
    content:"";
    display: block;
    width: 44px;
    height: 1px;
    background-color: #e3e3e3;
    margin-top: 20px;
    transition: all .3s ease;
}
.zpbox .zpibox .jobinfo{
    font-size: 14px;
    color: #666;
    font-family: 微软雅黑;
}
.zpbox .zpibox .jobinfo span{
    display: block;
    line-height: 30px;
}
.zpbox .zpibox:hover{
    cursor: pointer;
}
.zpbox .zpibox:hover  .jobname{
    color: #b81b25;
}
.zpbox .zpibox:hover  .jobname:after{
    width: 64px;
    height: 1px;
    background-color: #b81b25;
    transition: all .3s ease;
}

#dituContent{
    width: 100%;
    height: 386px;
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);

}
.filtnone img{
    -o-filter: none;
    -webkit-filter: none;
    filter: none;
    -moz-filter: none;
    -ms-filter: none;
}
.cbox{
    padding: 50px;
    text-align: left;
    background-color: #fff;
}
.cbox .cb{
    width: 33%;
    display: inline-block;
    float: left;
}
.cbox .cb1{
    width: 46%;
}
.cbox .cb2,.cbox .cb3{
    width: 22%;
    margin-left:5%;
}
.cbox .cb b{
    font-size: 21px;
    color: #000;
}
.cbox .cb i{
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cbox .cb1 .cbinfo,.cbox .cb1 .cbinfo p{
    color: #333;
    font-size: 16px;
    margin: 0;
}
.cbox .cb1 .cbinfo span,.cbox .cb1 .cbinfo p{
    display: block;
    line-height: 36px;
}
.cqrbox .cqr1{
    width: 86px;
    display: inline-block;
    margin-right: 25px;
}
.cqrbox .cqr1 img,.cqrbox .cqr1 span{
    width: 86px;
    display: block;
}
.cqrbox .cqr1 span{
    font-size: 14px;
    text-align: center;
}

/*form*/
.form_submit_wrap{
    padding: 20px 0;
    width: 23.3%;
    height: 100vh;
    color: white;
    background: rgba(132,132,132, 0.8);
    z-index: 99999;
    position: fixed;
    top: 0;
    right:-23.3%;
    box-sizing: border-box;
    -webkit-animation: fadeInRight 0.5s ease 0s 1 both;
    transition: all 0.7s ease-out;
}

.form_width_show{
    right:0;
    transition: all 0.7s ease-out;
    -webkit-animation: fadeInLeft 0.5s ease 0s 1 both;
}


.form_submit_box{
    width: 100%;
    padding: 0 40px;
    margin-top: 38%;
}
.contace_form{
    display: block;
}
.form_item_title{
    font-family: 'pf';
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 2px;
    color: #fff;
    margin-bottom: 10px;
}
.form_item_input input{
    display: block;
    background: #fff;
    border: none;
    width: 95%;
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
    padding: 6.5px 8px;
}
.form_btn_tgg{
    text-align: right;
    width: 95%;

}
.form_btn{
    display: inline-block;
    font-family: 'pf';
    font-size: 16px;
    padding: 8px 35px;
    color: #fff;
    background: #de000e;
    margin-top: 20px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s linear;

}
.form_btn:hover{
    background:#ccc;
    color: #000;
}
.form_item_row{
    margin-bottom: 17px;
}
.form_item_input textarea{
    display: block;
    width: 95%;
    background: #fff;
    font-size: 14px;
    color: #333;
    -webkit-appearance: none;
    resize:none;
    box-sizing: border-box;
    padding: 5px 8px;
    min-height: 95px;
}
input{
    -webkit-appearance: none;
}
.form_btn_icon{
    position: absolute;
    left: -37px;
    bottom: 20%;
    z-index: 88;
}
.form_btn_icon img{
    cursor: pointer;
}

.form_submit_wrap .form_btn_icon img.form_close{
    display: none;
    transition: all 0.3s linear;
}

.form_submit_wrap .form_btn_icon img.form_open{
    display: block;
    transition: all 0.3s linear;
}

.form_width_show .form_btn_icon img.form_close{
    display: block;
}

.form_width_show .form_btn_icon img.form_open{
    display: none;
}

.form_submit_wrap .form_btn_icon img.transparent{
    display: none;
}

.tgg_form_icon .form_btn_icon img.form_close{
    display: block;
}
.tgg_form_icon .form_btn_icon img.form_open{
    display: none;
}
.form_submit_box h2 {
    font-size: 22px;
    font-family: 'pf';
    margin-bottom: 30px;
    color: #de000e;
}
.form_submit_box h2 span {
    color: #fff;
}
.next,.pro{display: block;}
.next{margin-top: 10px}
#imore:hover{
    color: #b81b25;
}
/*online*/


.online-service {
    position: fixed;
    width: 42px;
    bottom: 50px;
    right: 10px;
    z-index: 99;}
.online-service ul{
    padding-left: 0;
}
.online-service li {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 1px;}

.online-service li .way {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #333;
    z-index: 10;
    font-size: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    cursor: pointer;
}
.online-service li.go-top .way{
    background-color: #b81b25;
}

.online-service li .way .icon {
    display: inline-block;
    margin: 10px 0px 0px 2px;
}
.contact-icon5 {
    background: url(../img/yjfk2.png) no-repeat 4px 2px;
    height: 24px;
    padding-left: 28px;
    background-size: 20px;
}


.contact-icon6 {
    background: url(../img/contact-icon.png) no-repeat 0px -60px;
    height: 24px;
    padding-left: 26px;
}

.contact-icon1 {
    background: url(../img/zx.png) no-repeat 0px 0px;
    height: 24px;
    padding-left: 28px;}

.contact-icon2 {
    background: url(../img/contact-icon.png) no-repeat 4px -27px;
    height: 20px;
    padding-left: 24px;
    background-size: 22px;
}

.contact-icon3 {
    background: url(../img/contact-icon.png) no-repeat 4px -9px;
    height: 16px;
    padding-left: 30px;
    background-size: 20px;
}
.online-service li .way .contact-icon3{
    margin-top: 12px;
}


.online-service .on_wx .on_ewm {
    display: block;
    *display: none;
    position: absolute;
    top: 50%;
    margin-top: -51px;
    right: 51px;
    opacity: 0;
    z-index: 3;
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;}
.online-service .on_wx:hover .on_ewm{
    *display: block;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
    white-space: nowrap;
}

.online-service .on_wx .on_ewm img {
    display: block;
    width: 102px;
    height: 102px;
    border: 1px solid #ccc;
}


.online-service .on_wx .on_ewm .arrow {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 5px;
    border-left: 5px solid #ccc;
    top: 50%;
    margin-top: -5px;
    right: -10px;}

.online-service .on_phone .on_content {
    display: block;
    *display: none;
    position: absolute;
    width: 0px;
    height: 42px;
    padding: 0 41px 0 20px;
    top: 0;
    right: 0px;
    border-radius: 21px;
    opacity: 0;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    background-color: #333;
    z-index: 3;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;}

.online-service li:hover .on_content{
    *display: block;
    width: 200px;
    opacity: 1;
}
.online-service .on_phone .on_content span:last-child {
    padding-left: 10px;}

.arrow-top {
    background: url(../img/contact-icon.png) no-repeat 4px 3px;
    height: 12px;
    padding-left: 22px;
    background-size: 20px;
}

.online-service li .way .icon.arrow-top {
    margin-top: 12px;}

/*分页*/
.mypage{margin: 52px 0px;text-align: center;}
.mypage .pageinfo ,.mypage .homepage,.mypage .endpage{display: none;}
.mypage a{margin: 0 0.2rem;color: #999;padding: 6px 12px;border: 1px solid #e6e6e6;border-radius: 50%}
.mypage li a{color: #333;}
.mypage a.curpage{color: #fff;background: #b81b25;}
.mypage a.nopage,.mypage a.nextpage,.mypage a.prepage{padding: 6px 8px;}



#footer{
    padding: 65px 0;
    background-color: #e7e7e7;
}

#footer .footbox {
    width: 65%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#footer .footbox .ft span,#footer .footbox .ft span p,#footer .footbox .ft span a,#footer .footbox .ft span label{
    display: inline-block;
    color: #505050;
    font-family: "pf";
}
#footer .footbox .ft1 span label,#footer .footbox .ft1 span p{
    font-weight: normal;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}
#footer .footbox .ft1 span{
    margin-right: 34px;
    height: 32px;
}
#footer .footbox .ft1 p{
    margin-left: 5px;
}
#footer .footbox .ft2 span{
    font-size: 15px;
    margin-right: 5px;
}
#footer .footbox .qrbox,.abfootbox .qrbox{
    width: 80px;
    position: absolute;
    right: 30px;
    top:-10px;
}
#footer .footbox .qrbox span{
    font-size: 12px;
}
.abfootbox .qrbox{
    top:15px;
    right: 80px;
}

.header_box_fixed{
    position: fixed;
    background-color: rgba(255,255,255,0.95);
}
.header_box_fixed .header_tgg_wrap{
    height: 115px;
    transition: all 0.45s;
}
.header_box_fixed .header_nav_list li a,.header_box_fixed .header_nav_rightnum{
	color:#333
}
.header_box_fixed .header_nav_list li a em{
	background-color:#333;
}
.header_box_fixed .header_nav_left a img.bei_logo{
	display:none;
}
.header_box_fixed .header_nav_left a img.hei_logo{
	display:block;
}
/*.show{*/
    /*height: 105px;*/
    /*transition: all 0.45s;*/

/*}*/




@media screen and (max-width: 1600px) {
    #index-works .work-title,#news .newsbox,#footer .footbox,.wrap_small,.section .newsbox {
        width: 90%;
    }
    .news_coms_box{
        width: 100%;
    }

    #index-works .work-title ul li h3 {
        font-size: 20px;
    }
    .abteambox .fr .abtc{
        line-height: 36px;
    }
    .abcteambox .fr .abctc{
        line-height: 40px;
    }
}


@media only screen and (max-width: 1500px) {
    .header_nav_left {
        width: 12%;
    }

    .header_nav_list li a {
        font-size: 16px;
    }
    .section1 .abjjbody .fl .abjj_cont{
        top:-10px;
    }
    .abcteambox .fr .abctc{
        line-height: 32px;
    }

}


@media only screen and (max-width: 1366px) {

    .header_nav_left {
        width: 21.8%;
    }

    .case_details_wrap {
        width: 1160px;
    }

    .footer_right {
        width: 300px;
    }

    .footer_center {
        margin-right: 300px;
    }

    .tgg_page_btn {
        width: 245px;
        height: 53px;
        line-height: 51px;
        font-size: 20px;
    }

    .news_wrap_bottom .tgg_title_wrap {
        /*padding: 25px 0;*/
    }

    .news_wrap_bottombox {
        padding-top: 53px;
    }

    .news_item_left {
        width: 210px;
        height: 210px;
    }

    .news_item_right_box {
        height: 210px;
    }

    .news_list_wrap li {
        padding: 25px 0;
    }

    .news_wrap_bottombox {
        padding-bottom: 120px;
    }



    .case_details_wrap {
        padding-top: 70px;
        padding-bottom: 120px;
    }

    .news_case_details {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .case_details_title_one {
        font-size: 26px;
    }

    /* .company_desire_lt{
        width: 55%;
    } */
    .boss_imgbox {
        width: 40.5%;
        right: 4%;
    }

    .company_people_sbox {
        padding: 58px 7%;
    }
    /*关于我们*/
    .news_wrap_bottom  .abnavsbox{
        /*padding: 5px 0;*/
    }
    .abnavs{
        padding: 0;
    }
    .section1 .abjjbody .fl .abjj_cont{
        line-height: 28px;
        font-size: 16px;
        top:-20px;
    }
    .abteambox .fr .abtn{
        margin-bottom: 10px;
    }
    .abteambox .fr .abtc{
        line-height: 28px;
        font-size: 16px;
    }
    .abcteambox .fr .abctc{
        font-size: 16px;
        line-height: 32px;
    }
    .abcteambox .fr .abctn{
        margin-bottom: 15px;
    }
    /*.about_wrap_topbg{*/
        /*height: 90vh;*/
    /*}*/
    /*.about_abpageb{*/
        /*height: 10vh;*/
    /*}*/
    .section .abjjh{
        padding-bottom: 20px;
    }
    .abfwbzbox{
        width: 31.3333333%;
        margin-right: 3%;
        height: 195px;
        margin-top: 28px;
    }
    .abfwbzbox .abfwbzcon{
        top:-40px;
    }
	.n_t_h{
		/* height:70vh; */
	}

}

.phone_nav_cha {
    display: none;
}

/* 手机版适配 */
@media only screen and (max-width: 1200px) {
    .marginTop {
        margin-top: 40px;
    }
    .marginBottom{
        margin-bottom: 40px;
    }
    #news{
        padding-top: 40px;
    }

    .header_box, .heder_hei_nav {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        background-color: rgba(0, 0, 0, 0);
        height: 60px;
        width: 100%;
        /*box-shadow: 0 2px 4px rgba(180, 180, 180, 0.3);*/
        /* background: none; */
    }


    .header_tgg_wrap {
        border-bottom: none;
        width: 100%;
        box-sizing: border-box;
        height: 100%;
        padding: 0 5%;

    }


    .header_tgg_box {
        padding: 0px 0;
        height: 100%;
        width: 100%;
        position: relative;
        display: block;


    }

    .header_nav_left {
        width: 180px;
        position: absolute;
        z-index: 100;
        left: 0;
        top: 50%;
        transform: translateY(-50%);

    }


    /*.header_box .header_nav_left a img.bei_logo {*/
        /*display: none !important;*/
    /*}*/

    /*.heder_hei_nav .header_nav_left a img.bei_logo {*/
        /*display: none !important;*/
    /*}*/

    /*.header_box .header_nav_left a img.hei_logo {*/
        /*display: block !important;*/
    /*}*/

    /*.heder_hei_nav .header_nav_left a img.hei_logo {*/
        /*display: block !important;*/
    /*}*/

    .header_box .header_nav_main {
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #000;
        visibility: hidden;
        opacity: 0;
        z-index: 0;
        /*-webkit-transform: translate3d(100%, 0, 0);*/
        /*transform: translate3d(110%, 0, 0);*/
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        min-height: 100vh;
        overflow: hidden;
        box-sizing: border-box;
        padding-top: 60px;
        z-index: 101;
    }

    .heder_hei_nav .header_nav_main {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        z-index: 0;
        /*-webkit-transform: translate3d(0, 0, 0);*/
        /*transform: translate3d(0, 0, 0);*/
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        min-height: 100vh;
        overflow: hidden;
        box-sizing: border-box;
        padding-top: 60px;
    }

    .heder_hei_nav .header_tgg_wrap {
        border: none;
    }

    .menu-open .header_nav_main {
        visibility: visible;
        opacity: 0.15;
        /*-webkit-transform: translate3d(0, 0, 0);*/
        /*transform: translate3d(0, 0, 0);*/
    }
    .menu-open .header_nav_list{
        transform: translate3d(60%, 0, 0);
    }

    .header_nav_right .header_nav_rightnum {
        display: none !important;
    }

    .header_nav_right {
        width: 35px;
        height: 35px;
        position: absolute;
        right: 0;
        top: 40%;
        transform: translateY(-50%);

        z-index: 100;
    }

    .header_nav_right .phone_nav_cha {
        display: block;
    }
    /*.about_wrap_topbg{*/
        /*height: 78vh;*/
    /*}*/
    /*.about_abpageb{*/
        /*height: 22vh;*/
    /*}*/

    .phone_nav_cha span {
        position: absolute;
        top: 50%;
        right: 4px;
        display: inline-block;
        background-color: #b5232e;
    }

    .phone_nav_cha span:nth-of-type(1) {
        margin-top: -7px;
    }

    .phone_nav_cha span:nth-of-type(1), .phone_nav_cha span:nth-of-type(3) {
        width: 20px;
        height: 3px;
    }

    .phone_nav_cha span:nth-of-type(2) {
        width: 20px;
        height: 3px;
        margin-top: -1px;
    }

    .phone_nav_cha span:nth-of-type(3) {
        margin-top: 6px;
    }

    .menu-open .phone_nav_cha span:nth-of-type(1) {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu-open .phone_nav_cha span:nth-of-type(2) {
        width: 0;
        visibility: hidden;
        opacity: 0;
    }

    .menu-open .phone_nav_cha span:nth-of-type(3) {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header_nav_list {
        /* background: pink; */
        width: 100%;
        box-sizing: border-box;
        padding: 0 30px;
        padding-top: 60px;
        /* border-top: 3px solid rgba(0,0,0); */
        position: relative;
        width: 70%;
        height: 100vh;
        background-color: #333;
        /*transform: translate3d(60%, 0, 0);*/
        transform: translate3d(300%, 0, 0);
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 102;

    }

    .header_nav_list li {
        float: none;
        width: 100%;
        padding: 0;
        /*border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/
    }

    .header_nav_list li:nth-of-type(1) {
        /*border-top: 3px solid rgba(0, 0, 0);*/
    }

    .header_nav_list li a {
        width: 100%;
        color: #fff;
        font-size: 14px;
        text-align: center;
        padding: 17px 0;
    }

    body {
        /*padding-top: 60px;*/
        padding-top: 0px;
    }

    .index_banner_wrap {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .swiper-slide_item a {
        height: auto;
    }

    .swiper-slide_item a .banner_img {
        overflow: hidden;
        width: 100%;
    }

    .swiper-slide_item a .banner_img img {
        /*width: auto;*/
        /*height: 266px;*/
        /*width: 100%;*/

    }

    .swiper_slide_model {
        display: none;
    }

    .tgg_title_wrap {
        /*padding: 35px 0;*/
    }

    .tgg_title_wrap_one {
        font-size: 22px;
    }

    .tgg_title_wrap_two {
        width: 50px;
    }

    .tgg_project_wrap {
        margin-top: 10px;
    }

    .tgg_project_wrap li {
        margin-bottom: 10px;
    }

    .index_prolist_box {
        width: 90%;
    }

    .tgg_wrap {
        width: 90%;
        margin: 0 auto;
    }

    #index-works .work-title {
        width: 100%;
    }

    #index-works .work-title ul li h3 {
        font-size: 14px; /*word-wrap: break-word;*/
        word-break: normal;
        padding-bottom: 6px;
    }

    #index-works .work-title ul li span {
        width: 22%;
    }

    #index-works .work-title ul li p {
        font-size: 14px;
    }

    #index-works .works-items ul li .work-img img {
        object-fit: cover;
        height: 100%;
        display: block;
        filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        width: 100%;
        object-fit: cover;
    }

    #index-works .works-items ul li:hover .work-img img {
        filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        width: 100%;
        object-fit: cover;
    }

    header li {
        height: auto;
        margin: 0;
    }

    header li .nav_two {
        display: none;
    }

    header li .nav_one {
        position: static;
    }

    header li div {
        height: auto;
        line-height: normal;
    }
    .news_wrap_topbg,.cont_wrap_topbgbox {
        /*height: 240px;*/
        background-position: center center;
        background-attachment: scroll !important;
        background-size: cover;
    }
    .about_wrap_topbg,.about_wrap_topbgbox{
        /*height: 100%;*/
        /*height: auto !important;*/
        /*padding-bottom: 0; !important;*/
        /*height: 85vh !important;*/
    }
    .section1 .abjjbody .fl .abjj_cont{
        top:-40px;
    }

    .section1 .abjjbody .fl .abjj_en{
        font-size: 50px;
    }
    .abfwbzbox{
        margin-right: 2.4%;
        width: 31.73333%;
    }
    .section .abjjh{
        padding-bottom: 15px;
    }
    .abfwbzbox .abfwbzcon p{
        font-size: 14px;
    }
    .abteambox .fr .abtc{
        line-height: 24px;
    }
    .abteambox .fr .abtn{
        font-size: 18px;
    }

    .form_submit_wrap{
        width: 90%;
        right: -90%;
    }
    .form_width_show{
        right: 0;
        transition: all 0.7s ease-out;
        -webkit-animation: fadeInLeft 0.5s ease 0s 1 both;
    }
    .zpbox{
        padding: 40px 0;
    }
    .wrap_small .news_lists_wrap li .newsimgbox{
        width: 30%;
    }
    .wrap_small .news_lists_wrap li .newsinfo{
        width: 65%;
    }
    .contbox .fl,.contbox .fr{
        width: 100%;
    }
    .contbox .fr .newsr li{
        width: 24.25%;
        float: left;
        margin-left: 1%;
    }
    .contbox .fr .newsr li:nth-child(1){
        margin-left: 0%;
    }
    .contbox .fr{
        padding-bottom: 40px;
    }
    .abcteambox .fr .abctc{
        font-size: 14px;
        line-height: 26px;
    }
    .abcteambox .fr{
        padding: 20px;
    }
    content_tit_wrap{
        padding: 15px 0;
    }

}
@media screen and (max-width: 993px){
    .marginTop,#index-works .works-items,#index-works .works-items ul li{margin-top: 30px;}
    .news_list_wrap li{padding: 15px 0;}
    .section1 .abjjbody .fl{
        float: right;
        width: 100%;
    }
	.header_nav_left a img{
		width:100%;
		height:100%;
		object-fit:cover;
	}
    .section1 .abjjbody .fr{
        float: left;
        width:100%;
        padding-top: 0px;
        /*display: none;*/
    }
    .section .abjjh{
        padding-bottom: 15px;
    }
    .abfwul li h4{
        font-size: 14px;
    }
    .abfwul li span{
        font-size: 14px;
        line-height: 20px;
    }
    .abfwbzbox{
        height: 180px;
        margin-top: 25px;
    }
    .abfwbzbox .abfwbzcon{
        top:-40px;
    }
    .abfwbzbox .abfwbzcon h4{
        font-size: 16px;
    }
    .abfwbzbox .abfwbzcon p{
        font-size: 14px;
        line-height: 20px;
    }
    .abfwbzbox i{
        width: 70px;
        height: 70px;
    }
    .abteambox .fr .abtn{
        margin-bottom: 0px;
    }
    .abteambox .fr .abtc{
        line-height: 24px;
        font-size: 14px;
    }
    .wrap_small .news_lists_wrap li .newsimgbox{
        width: 40%;
    }
    .wrap_small .news_lists_wrap li .newsinfo{
        width: 55%;
    }
    .wrap_small .news_lists_wrap li a .newstitle{
        font-size: 16px;
    }
    .abcteambox .fr{padding: 20px 10px}
    .abcteambox .fr .abctn{
        font-size: 18px;
        margin-bottom: 0px;
    }
    .abcteambox .fr .abctc{
        line-height: 22px;
    }
	.header_box .header_nav_left a img.bei_logo{
		display:block;
	}
	.header_box .header_nav_left a img.hei_logo{
		display:none;
	}
}
@media screen and (max-width: 768px) {
    .index_banner_wrap .banner_img img{
        max-width: unset;
        width: 100%;
        position: unset;
        left: 0%;
        margin-left: unset;
        height: 266px;
    }
    #index-works .work-title ul li h3 {
        width: 90%;
        margin: 0 auto;
    }

    #index-works .works-items ul {
        width: 97%;
        margin: 0 auto;
    }

    #index-works .works-items ul li {
        width: 47%;
        margin-left: 0;
        margin-top: 20px;
        font-size: 15px;
    }

    #index-works .works-items ul li:nth-child(2n) {
        float: right;
    }

    #index-works .works-items ul li p {
        margin-top: 10px;
    }
    #news .newsbox a{
        width: 100%;
        margin-left: 0%;
        margin-bottom: 20px;
    }

    .wrap_small .news_list_wrap li:nth-child(3n){
        margin-right: unset;
    }
    .wrap_small .news_list_wrap li:nth-child(n){
        width: 49%;
        margin-right: 2%;
    }
    .wrap_small .news_list_wrap li:nth-child(2n){margin-right: 0%;}

    .news_abxm_ul li:nth-child(n){
        width: 49%;
        margin-left: 0%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .news_abxm_ul li:nth-child(2n){
        margin-right: 0%;
    }
    .section0 .fp-tableCell{
        vertical-align: top;
    }
    .news_abxm_ul{
        padding-bottom: 0px;
    }
    /*.about_wrap_topbg,.about_wrap_topbgbox{*/
        /*height: 60vh;*/
    /*}*/
    /*.abpageb{*/
        /*height: 40vh;*/
    /*}*/
    .abnavs a{
        display: block;
    }

    .abfwlcbox img{
        height: inherit;
        width: 35px;
        float: left;
        position: relative;
        left:30%;
        height: 80%;
    }
    .section1 .abjjbody .fl .abjj_en{
        font-size: 38px;
    }
    .section1 .abjjbody .fl h3{
        top:-45px;
    }
    .abfwul li{
        display: block;
        width: 100%;
        float: unset;
        position: relative;
        left:0%;
        text-align: left;
        padding-left: 40%;
        /*height: 18.8%;*/
    }
    .abfwul li:nth-child(n){
        width: 100%;
    }
    .abfwul li span:nth-child(n){
        display: none;
    }
    .abfwul li span:nth-child(1),.abfwul li span:nth-child(2),.abfwul li span:nth-child(3){
        display: block;
    }
    .abfwbzbox {
        /*overflow: hidden;*/
    }
    .abfwbzbox .abfwbzcon h4{
        margin-bottom: 5px;
    }
    .abfwbzbox .abfwbzcon p{
        display: none;
    }
    .abfwbzbox .abfwbzcon p:nth-child(2){
        display: block;
        font-size: 12px;
    }
    .abfwbz,.section .newsbox{
        height: auto;
    }
    .section2 .newsbox{
        height: 80%;
    }
    .abfwbzbox:nth-child(n){
        margin-right: 2%;
        width: 49%;
        height: 120px;
        margin-top: 20px;
    }
    .abfwbzbox{
        padding: 5px;
    }
    .abfwbzbox:nth-child(2n){
        margin-right: 0%;
    }
    .abfwbzbox i{
        width: 50px;
        height: 50px;
        top:20px;
        margin-left: unset;
        left: 0%;
    }
    .abfwbzbox .abfwbzcon{
        /*padding-left: 50px;*/
        top: -20px;
    }
    .abfwbzbox:nth-child(n) i{
        background-size: 25px 25px;
        left: 50%;
        margin-left: -25px;
        top: -30px;
    }


    .abteambox .fl{
        width: 100%;
    }
    .abteambox .fr{
        width: 100%;
    }
    .abteambox .fl .abtimg img{
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    .twsever .twfwbox{
        width: 50%;
        margin-top: 10px;
    }
    .abcteambox .fl, .abcteambox .fr{
        width: 100%;
    }
    .abcteambox .fr{
        padding: 5px;
    }
    .abcteambox .fr .abctn{
        font-size: 18px;
    }
    .abcteambox .fr .abctc{
        font-size: 14px;
        line-height: 26px;
    }
    .performbox img:nth-child(n){
         width: 33.1%;
         margin-right: 1px;
     }
    .performbox img:nth-child(3n){
        margin-right: 0%;
    }
    .wsbox img:nth-child(n){
        width: 33.1%;
        margin-right: 1px;
    }
    .wsbox img:nth-child(3n){
        margin-right: 0%;
    }
    .ptbox img:nth-child(n){
        width: 33.1%;
        margin-right: 1px;
    }
    .ptbox img:nth-child(3n){
        margin-right: 0%;
    }
    .tgg_title_nav a, #menus li a{
        font-size: 20px;
        height: unset;
        line-height: unset;
    }
    .about_abpageb{
        height: 0px;
    }
    .section .abjjh h3{
        font-size: 18px;
    }
    .section1 .abjjbody .fl h3{
        font-size: 16px;
    }
    .section1 .abjjbody .fl .abjj_cont{
        /*font-size: 14px;*/
        font-size: 14px;
        line-height: 22px;
    }
    .twsever .twfwbox .twm{
        font-size: 24px;
        /*width: 50%;*/
        /*float: right;*/
    }
    .twsever .twfwbox .twn{
        font-size: 16px;
        /*width: 50%;*/
        /*float: left;*/
        /*line-height: 48px;*/
    }
    /*.section9 .abfootbox,#menus{*/
        /*position: unset;*/
    /*}*/
    .zpbox .zpibox{
        width: 100%;
        margin-left: 0%;
        margin-bottom: 30px;
    }
    .zpbox .zpibox .jobname{
        margin-bottom: 10px;
    }
    .zpbox .zpibox .jobname:after{
        margin-top: 10px;
    }
    .cbox{
        padding: 5px;
    }

    .cbox .cb1,.cbox .cb2, .cbox .cb3{
        width: 100%;
        margin-left: 0%;
        margin-bottom: 30px;
    }
    .wrap_small .news_lists_wrap li a .newstitle{
        font-size: 14px;
        line-height: 20px;
    }
    .wrap_small .news_lists_wrap li a .newsdes{
        display: none;
    }
    .contbox .fl{
        padding-top: 20px;
    }
    .contbox .fl .conts{
        padding: 15px 0;
    }
    .content_com{
        padding: 25px 0;
    }
    .cont_np{
        margin: 25px 0;
    }
    .contbox .fr{
        padding: 20px 0;
    }
    .contbox .fr .newsr li{
        width: 100%;
    }
    .tgg_title_nav{
        margin-bottom: 0;
    }
    .tgg_title_snav a{
        font-size: 16px;
    }
    .tgg_title_snav a.active{
        color: #b81b25;
    }
    .wrap_small .news_list_wrap li a span{
        font-size: 14px;
    }
    .contbox .fl .conttile{
        font-size: 16px;
    }
    .cont_np a,.cont_np span{
        font-size: 14px;
    }
    .abfwul li h4{
        margin-bottom: 0px;
    }
    .news_wrap_topbgbox{
        height: auto;
    }
    .news_abxm_title{
        font-size: 20px;
    }
    .zpbox .abjjh h3, .contactbox .abjjh h3,.zpbox .zpibox .jobname{
        font-size: 16px;
    }
    .zpbox .abjjh span, .contactbox .abjjh span{
        font-size: 14px;
    }
    #index-works .work-title ul li p{
        font-size: 12px;
        margin-top: 10px;
    }
    #index-works .works-items ul li a .work_t{
        font-size: 14px;
        overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis;
    }
    #index-works .more-works{
        font-size: 15px;
        margin: 15px 0;
    }
    #footer{
        padding: 30px 0;
    }
    #footer .footbox{
        text-align: left;
    }
    #footer .footbox .qrbox{
        display: none;
    }
    #footer .footbox .ft1 span label, #footer .footbox .ft1 span p,#footer .footbox .ft2 span a,#footer .footbox .ft2 span{
        font-size: 12px;
    }
    #footer .footbox .ft1 span{
        height: 18px;
    }
    ul{
        margin-top: 0px;
    }
    .news_wrap_topbg, .cont_wrap_topbgbox{
        height:240px;
    }
    .tgg_title_nav a, #menus li a{
        padding: 0 5px;
    }
    .abcteambox{
        opacity: 1;
    }
    .abcteambox .fr .abctc,.abcteambox .fr .abctn{
        padding: 5px 15px;
        right: 0;
    }
    #dituContent{
        height: 200px;
    }
    .cbox .cb{
        margin-top: 20px;
    }
    .cbox .cb1 .cbinfo p{
        line-height: 30px;
    }
    .cbox .cb1 {
        margin-top: 30px;
    }
    .news_wrap_topbg{
        background-size: cover !important;
        top: 0px !important;
    }
    .about_wrap_topbg{
        height: 240px !important;
    }
    .section1,.section2,.section3,.section4,.section5,.section6,.section7,.section8,.section9{
        padding: 30px 0;
    }
	.section9{
		padding:0;
	}
    .section1 .abjjbody .fr{
        right: 0px;
        /*top:-300px;*/
    }
    .section1 .abjjbody .fl{
        position: relative;
        /*top:230px;*/
    }
    .section1 .abjjbody .fl .abjj_en,.section1 .abjjbody .fl h3,.section1 .abjjbody .fl .abjj_cont{
        left:0;
    }
    .abfwlcbox img{
        display: block;
    }
    .abfwul li{
        opacity:1;
        bottom:0px;
    }
    .abfwbzbox:nth-child(n){
        bottom: 0;
        opacity:1;
    }
    .abteambox .fl .abtimg{
        left:0;
    }
    .abteambox .fr .abtcont{
        top:0;
        opacity:1;
        padding: 20px 0;
    }
    .abteambox .fl .abtimg img{
        width: 100%;
    }
    .abcteambox .fl .abctimg{
        left:0;
    }
    .t_nav_s{
        padding: 10px 0;
    }
    .section4{
        background-size: 100% 100%;
    }
    .abfwul li{
        height: 75px;
    }
    .abfwlcbox img{
        height: 500px;
    }
    .abfwbzbox .abfwbzcon h4{
        font-size: 14px;
    }
    .cbox {
        padding: 0px 15px;
    }
    .cases_box_bg,.case_wrap_topbgbox,.cases_t_bg{
        height: 180px;
    }
    .cases_box_bg img {
        width: 100%;
        height: 180px;
        position: unset;
        left:unset;
        margin-left: unset;
    }
    #index-works2 .work-title ul li h3{
        font-size:14px;
    }
    #index-works2 .work-title{
        width:100%;
    }
    #index-works2 .work-title ul li p{
        font-size:12px;
    }
    #index-works .works-items,#index-works{
        margin-top:0px;
    }
    #index-works2 .work-title ul li span{
        margin:10px auto;
    }
	.section1 .abjjbody .fr, .section1 .abjjbody .fl .abjj_en,.section1 .abjjbody .fl h3{display:none;}
	.n_t_h{
		height:40vh;
	}
	.wimgbox_info{display:none;}
}
@media screen and (max-width: 414px){

    .tgg_title_nav a, #menus li a{
        font-size: 18px;
    }
    .tgg_title_snav a{
        font-size: 14px;
    }
    .section1 .abjjbody .fl .abjj_en{
        font-size: 36px;
    }
    .section1 .abjjbody .fl h3,.section1 .abjjbody .fl .abjj_cont,.section1 .abjjbody .fl .abjj_en{
        top:-15px;
        position: unset;
    }
    .section1 .newsbox .abjjbody{
        position: relative;
        padding-bottom: 15px;
    }

    /*.section1 .abjjbody .fl{*/
        /*top:220px;*/
    /*}*/
    /*.section1 .abjjbody .fr{*/
        /*top:-300px;*/
    /*}*/
}
@media screen and (max-width: 375px){

    .tgg_title_nav a, #menus li a{
        font-size: 15px;
    }
    .section1 .abjjbody .fl .abjj_en{
        font-size: 34px;
    }
    .section1 .abjjbody .fl h3{
        top:-40px;
    }
    .abfwul li{

    }
    /*.section1 .abjjbody .fl{*/
        /*top:200px;*/
    /*}*/
    /*.section1 .abjjbody .fr{*/
        /*top:-330px;*/
    /*}*/
}
@media screen and (max-width: 320px){

    .tgg_title_nav a, #menus li a{
        font-size: 14px;
    }
    .section1 .abjjbody .fl .abjj_en{
        font-size: 30px;
    }
    .abfwbzbox:nth-child(n){
        height: 140px;
    }
    /*.section1 .abjjbody .fl h3{*/
        /*top:-40px;*/
    /*}*/
    /*.section1 .abjjbody .fl{*/
        /*top:200px;*/
    /*}*/
}
@font-face {
    font-family: "pf";
    src: url("../../iconfont/Alibaba-PuHuiTi-Regular.ttf") format('truetype');
} 
	
	
	
	
	
		
  
  
  
  
  
  
  
 






