@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url('../fonts/HelveticaNeueLTStd-Bd.ttf');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Lt';
    src: url('../fonts/HelveticaNeueLTStd-Lt.ttf');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Blk';
    src: url('../fonts/helveticaneueltstd-blk.otf');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Roman';
    src: url('../fonts/HelveticaNeueLTStd-Roman.ttf');
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/Times New Roman .fon');
}

@font-face {
    font-family: 'BigNoodleTitling';
    src: url('../fonts/BigNoodleTitling.ttf');
}

@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/Oswald-Bold.otf');
}

@font-face {
    font-family: 'Oswald-Light-TTF.sfd';
    src: url('../fonts/Oswald-Light-TTF.sfd.ttf');
}

@font-face {
    font-family: 'Oswald-Regular.ttf';
    src: url('../fonts/Oswald-Regular.ttf');
}

@font-face {
    font-family: 'IMPACT Regular';
    src: url('../fonts/IMPACT Regular.ttf');
}

.home_banner {
    position: relative;
    width: 100%;
}

.home_banner .home_header {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 999;
}

.home_banner .home_header .width_percen1400 {
    padding: 43px 0 0px;
    position: relative;
    display: flex;
    align-items: center;
}

.home_banner .home_header .home_logo {
    /*width: 186px;*/
    /*height: 26px;*/
    display: flex;
    align-items: center;
}
.home_banner .home_header .home_logo .banner_logoimg{
    width: 216px;
    height: 56px;
    background: rgba(255,255,255,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}
.home_banner .home_header .home_logo img {
    /*width: 197px;*/
}

.home_banner .home_header .home_menu {
    width: 56px;
    height: 56px;
    background: rgba(26,26,26,.45);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
    -moz-transition: box-shadow 200ms ease-out, -moz-transform 200ms ease-out, opacity 200ms ease-in-out;
    -o-transition: box-shadow 200ms ease-out, -o-transform 200ms ease-out, opacity 200ms ease-in-out;
    -webkit-transition: box-shadow 200ms ease-out, -webkit-transform 200ms ease-out, opacity 200ms ease-in-out;
    transition: box-shadow 200ms ease-out, transform 200ms ease-out, opacity 200ms ease-in-out;
}
.home_banner .home_header .home_menu:hover .menu-button{
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.menu-button{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home_banner .banner_container .banner_text.changeline{
    width: 1000px;
}
.home_banner .banner_container .banner_text>p.works_banner{
    margin-top: 75px;
}
.home_banner .banner_container .banner_text>p.works_banner p{
    font-size: 32px;
    line-height: 50px;
}

.menu_line{
    float: right;
    width: 56px;
    height: 56px;
    background: rgba(26,26,26,.45);
    position: relative;
    cursor: pointer;
}

.column-direction {
    flex-direction: column;
    position: relative;
    width: 40px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -20px;
}
.top-xs {
    align-items: flex-start;
}
.middle-xs {
    align-items: center;
}
.bottom-xs {
    align-items: flex-end;
}
.column-col {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 38px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    box-sizing: border-box;
    height: 4.5px;
    flex-shrink: 0;
    padding-right: 0;
    padding-left: 1px;

}


.column-direction .line {
    width: 100%;
    height: 1px;
    position: relative;
}

.column-direction .line-1 {
    width: 60%;
    left: 30%;
}
.column-direction .line-3 {
    width: 60%;
    left: 10%;
}
.menu_line:hover .line-1 .stroke, .menu_line:hover .line-close1 .stroke {
    transition-delay: 0s;
    transform: translateX(-20px);
    opacity: 0;
}
.menu_line:hover .line-3 .stroke,.menu_line:hover .line-close2 .stroke {
    transform: translateX(20px);
    opacity: 0;
    transition-delay: .1s;
}

.column-direction .line .stroke {
    background: #ffffff;
    position: absolute;
    transition: all .3s;
    transition-delay: 0s;
    width: 100%;
    height: 100%;
}
.column-direction .line-1 .stroke {
    transition-delay: .4s;
}

.column-direction .line-3 .stroke {
    transition-delay: .3s;
}


.column-direction .line::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #fff;
    transition: all .3s;
}
.column-direction .line-1::after {
    transform: translateX(20px);
}
.column-direction .line-3::after {
    transform: translateX(-20px);
}
.menu_line:hover .line-1::after, .menu_line:hover .line-close1::after {
    transform: translateX(0);
    transition-delay: .3s;
    opacity: 1;
}

.menu_line:hover .line-3::after, .menu_line:hover .line-close2::after {
    transform: translateX(0);
    transition-delay: .4s;
    opacity: 1;
}

.menu_text{
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #fff;
}






















.home_search {
    padding: 5px 0;
    position: absolute;
    right: 35px;
    display: flex;
    align-items: center;
}

.home_search form {
    /*border-bottom: 1px solid #fff;*/
    position: relative;
    /*width: 318px;*/
    float: left;
    display: flex;
    align-items: center;
}
.home_search form .search_input-wrap{
    float: left;
    margin-right: 10px;
}
.home_search form .search_input-wrap input{
	    opacity: 0;
    border: none;
    width: 200px;
    background: none;
    padding: 7px 10px;
    color: #FFFFff;
    font-size: 16px;
    border-bottom: 1px solid #FFFFff;
}
.home_search form .search_input-wrap input::placeholder{
    color: #FFFFff;
}
.head_nav_one form .search_input-wrap input{
    border-bottom: 1px solid #999999;
    color: #999999;
}
.head_nav_one form .search_input-wrap input::placeholder{
    color: #999999;
}
/*.home_search input {*/
/*border: none;*/
/*width: 290px;*/
/*background: none;*/
/*padding: 7px 10px;*/
/*color: #FFFFff;*/
/*}*/

.home_search form span {
    float: right;
    cursor: pointer;
}

.home_search .langer {
    color: #ffffff;
    float: right;
    margin-left: 40px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_search .langer a {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 35px;
}
.home_search .langer a:last-child{
    text-align: right;
}
.home_search .langer a:hover{
    font-size: 20px;
}
.home_search .langer span {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
}

.menu-container { /* background: #666666;*/
    background: rgba(255,255,255,.9);
    width: 100%;
    position: fixed;
    padding: 20px; /*display: none;*/
    top: 0px;
    z-index: 999;
    left: 0;
}

.menu-container ul {
    padding: 0 6%;
    margin-top: 70px;
}

/*.menu-container ul li {*/
/*width: 16%; !*float: left;*!*/
/*}*/

.menu-container a {
    font-family: 'HelveticaNeueLTStd-Roman';
    width: 100%; /*color: #ffffff;*/
    color: #808080;
    font-size: 24px;
    text-align: center;
    line-height: 48px;
    border-bottom: 1px solid rgba(255,255,255,0);
}

.menu-container ul li div{
    display: none;
}
.menu-is-open .menu-container {
    display: block;
}

.menu-container .home_search { /*display: none;*/
}

.menu-container .home_menu {
    /*float: right;*/
    /*position: absolute;*/
    /*right: 2%;*/
    /*top: 33%;*/
    /*cursor: pointer;*/
}

.menu-container .menu-button .line .inner {
    background: #ffffff;
}

.home_banner .banner_container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_banner .banner_container img {
    width: 100%;
}

.home_banner .banner_container .banner_text {
    position: absolute;
    width: 1100px;
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
    /*padding: 0% 0 4%;*/
    top: -3%;
}

.home_banner .banner_container .banner_text h2 {
    width: 500px;
    /*height: 58px;*/
    display: inline-block;
    margin-bottom: 2%;
}

.home_banner .banner_container .banner_text p {

    font-family: HelveticaNeueLTStd-Bd;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    line-height: 38px;
    font-size: 42px;
    text-align: left;
    /*margin: 25px 0;*/
}
.home_banner .banner_container .banner_text p.banner2 {
    margin-left: -10%;
    line-height: 60px;
    margin-top: 5%
}


/*页脚*/
.footer {
    width: 100%;
    background: #1a1a1a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer .foot_top {
}

.footer .foot_top ul li {
    margin: 0 25px;
    float: left;
}

.footer .foot_top ul li a {
    font-size: 14px;
    font-family: HelveticaNeueLTStd-Lt;
    font-weight: normal;
    color: #F5F5F5;
    line-height: 50px;
    margin-top: 10px;
}

.footer .foot_img {
}

.footer .foot_mess a {
    margin: 15px 1px 5px 15px;
    display: inline-block;
}

.footer .fuhao {
    font-size: 14px;
    font-family: HelveticaNeueLTStd-Lt;
    font-weight: normal;
    color:#999999;
    line-height: 40px;
}
.footer .fuhao a{
    font-size: 14px;
    font-family: HelveticaNeueLTStd-Lt;
    font-weight: normal;
    color:#999999;
    line-height: 40px;
}
.footer .fuhao a:visited{
    font-size: 14px;
    font-family: HelveticaNeueLTStd-Lt;
    font-weight: normal;
    color:#999999;
    line-height: 40px;  
}

.home_conter {
    width: 100%;
    background: #f5f5f5;
}

.home_conter .conter_view01 {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0 80px;
    background: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

.home_conter .conter_view01 .about_img {
    width: 50%;
}

.home_conter .conter_view01 .about_img img {
    width: 100%;
    position: relative;
    z-index: 30;
}

.home_conter .conter_view01 .about_txt {
    width: 50%;
    position: relative;
    box-sizing: border-box;
    padding: 2% 3%;
}

.conter_view01 .conter_view01_beijing {
    position: absolute;
    bottom: 568px;
    left: -55px;
    opacity: .1;
    transition: all .5s ease-in-out;
}

.home_conter .conter_view01 .about_txt .tit_img {
    position: absolute;
    color: #333333;
    right: 0px;
    top: -20px;
}

.home_conter .conter_view01 .center_neirong h3 {
    margin-top: 10%;
    font-size: 28px;
    font-family: HelveticaNeueLTStd-Bd;
    font-weight: normal;
    color: #333;
    line-height: 50px;
}

.home_conter .conter_view01 .center_neirong p {
    font-size: 18px;
    font-family: HelveticaNeueLTStd-Roman;
    font-weight: normal;
    color: rgba(77,77,77,1);
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.home_conter .conter_view01 .more_run {
    float: right;
    margin-top: 90px;
    font-size: 16px;
    color:#4D4D4D;
    display: flex;
    align-items: center;
}
.home_conter .conter_view01 .more_run span{margin-right: 5px;}

.home_conter .conter_view02 {
    width: 100%;
    background: url("../images/bg_pic02.png") no-repeat center;
    margin: 95px auto;
}

.home_conter .conter_view02 .shop_meas {
    border-right: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
}

.home_conter .conter_view02 .swiper-slide:first-child {
    margin-left: 1px;
}

.home_conter .conter_view02 .shop_meas p {
    font-size: 22px;
    margin-top: 30px;
    font-family: HelveticaNeueLTStd-Bd;
    font-weight: normal;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
}


.home_conter .conter_view02 .swiper-button-prev {
    background-image: url("../images/homebtn_left.png");
    left: 0px;
    width: 33px;
    background-size: 100%;
    height: 33px;
}

.home_conter .conter_view02 .swiper-button-next {
    background-image: url("../images/homebtn_right.png");
    right: 0px;
    width: 33px;
    background-size: 100%;
    height: 33px;
}


.conter_view03 {
    padding-top: 50px;
    position: relative;
}

.conter_view03 .home_tit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

.conter_view03 .home_tit .titi_pic {
    float: left;
}

.conter_view03 .home_tit p {
    font-size: 18px;
    margin-right: 40px;
    margin-left: 12px;
    display: inline-block;
    font-family: HelveticaNeueLTStd-Lt;
    font-weight: normal;
    color: rgba(0, 0, 0, 1);
    line-height: 90px;
}

.conter_view03 .case_tab {
    width: 540px;
    float: left;
    /*margin: 0 1%;*/
}
.conter_view03 .case_tab .video_paly{
    position: absolute;
    left: 40%;
    top: 26%;
}
.conter_view03 .case_tab:nth-child(2n+1){
    margin-top: 4%;float: right
}

.conter_view03 .case_tab .cover_img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 112;
}


.conter_view03 .case_tab img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.conter_view03 .case_tab .lookmores img{
    width: 24px;
    margin-left: 5px;
    -webkit-transition: all .3s linear time;
    -moz-transition: all .3s linear time;
    -ms-transition: all .3s linear time;
    -o-transition: all .3s linear time;
    transition: all .3s linear time;
}.conter_view03 .case_tab .lookmores span{
     color: #4D4D4D;
 }
.conter_view03 .case_tab .lookmores:hover img{
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.conter_view03 .case_tab .cover_img:hover img {
    transform: scale(1.08);
}

.conter_view03 .case_tab .article_txt {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 5% 6%;
    position: relative;
    z-index: 10;
    background: #ffffff;
    min-height: 284px;
}

.conter_view03 .case_tab .article_txt h3 {
    font-size: 28px;
    font-family: HelveticaNeueLTStd-Bd;
    font-weight: normal;
    color: #333333;
    line-height: 70px;
    text-align: center;
}

.conter_view03 .case_tab .article_txt p {
    font-size: 16px;
    font-family: HelveticaNeueLTStd-Roman;
    font-weight: normal;
    color: #4D4D4D;
    line-height: 30px;
    margin: 0px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.conter_view03 .conter_view01_beijing {
    position: absolute;
    top: 33px;
    right: -38px;
    opacity: .1;
    z-index: 111;
    transition: all .5s ease-in-out;
}
.conter_view04{position: relative;}
.conter_view04 .conter_view02_beijing {
    position: absolute;
    left: -56px;
    top: 12px;
    opacity: .17;
    z-index: 111;
    transition: all .5s ease-in-out;
}

.home_conter .conter_view04 .home_tit {
    text-align: center;
    margin: 100px auto 50px;
}

.home_conter .conter_view04 .new_wupin {
    width: 100%;
}

.home_conter .conter_view04 .new_wupin ul {
    width: 100%;
}

.home_conter .conter_view04 .new_wupin li {
    position: relative;
    margin: 20px 0;
    /*-moz-box-shadow: 8px 8px 57px rgba(0, 0, 0, .24);*/
    /*box-shadow: 8px 8px 57px rgba(0, 0, 0, .24);*/
    float: left;
    width: 458px;
    margin-right: 6px;
    z-index: 112;
}
.home_conter .conter_view04 .new_wupin li img{ width:100%;}
.home_conter .conter_view04 .new_wupin li:last-child {
    margin-right: 0%;
    width: 272px;
}
.home_conter .conter_view04 .new_wupin li .product_wu{ margin-top: 6px; }
.home_conter .conter_view04 .new_wupin li .product_wu a{ float: left;margin-right: 6px;width: 226px; }
.home_conter .conter_view04 .new_wupin li .product_wu a:nth-child(2n){margin-right: 0px; }
.home_conter .conter_view04 .new_wupin li img {
    /*width: 100%;*/
}
.home_conter .conter_view04 .new_wupin li:last-child .product_wu a{
    margin-right: 0%;
    width: 100%;
}
.home_conter .conter_view04 .new_wupin li a {
    position: relative;
    transform: translate(0, 0);
    transition: all .2s ease-in 0s;
}
.home_conter .conter_view04 .new_wupin li .img a:nth-child(2n){margin-top: 4px;}
.home_conter .conter_view04 .new_wupin li .kuang {
    position: absolute;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.home_conter .conter_view04 .new_wupin li .kuang h3 {
    font-size: 22px;
    font-family: HelveticaNeueLTStd-Blk;
    font-weight: normal;
    color: #FFFFff;
    line-height: 32px;
}

.home_conter .conter_view04 .new_wupin li .kuang a {
    font-size: 20px;
    font-family: HelveticaNeueLTStd-Roman;
    font-weight: normal;
    color: #fff;
    line-height: 32px;
}

.home_conter .conter_view04 .new_wupin li .mengban {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
}

.conter_view05 {
    margin-top: 70px;
    /*padding-bottom: 110px;*/
    height: 620px;
    position: relative;
}

.conter_view05 .home_tit {
    display: inline-block;
}

.conter_view05 .home_tit img {
    margin: 10px 0 0;
    float: left;
    margin-right: 25px;
}

.conter_view05 .home_tit p {
    font-size: 17px;
    width: 72%;
    font-family: HelveticaNeueLTStd-Roman;
    font-weight: normal;
    color: #4D4D4D;
    line-height: 32px;
    float: left;
}

.conter_view05 .tab_whole {
    width: 100%;
    margin: 35px auto 0;
    /*overflow: hidden;*/
    position: relative;
    z-index: 111;
}

.conter_view05 .news_tab {
    width: 180px;
    /*padding: 2%;*/
    box-sizing: border-box;
    float: left;
    margin-right: 24px;
}
.conter_view05 .news_tab:last-child{ margin-right: 0;}
.conter_view05 .news_tab img {
    width: 100%;
}

.conter_view05 .news_tab:nth-child(1) {
    margin-top: 10px;
}
.conter_view05 .news_tab:nth-child(2) {
    margin-top: 62px;
}
.conter_view05 .news_tab:nth-child(3) {
    margin-top: 10px;
}

.conter_view05 .news_tab:nth-child(4) {
    margin-top: 122px;
}
.conter_view05 .news_tab:nth-child(5) {
    margin-top: 52px;
}
.conter_view05 .news_tab .cover_img{
    width: 100%;
    margin: 0 auto;
    /*overflow: hidden;*/
    position: relative;
    object-fit: cover;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.conter_view05 .news_tab .cover_img img{
    width: 100%;

}
.conter_view05 .news_tab .jieshao{
    display: none;
    width: 100%;
    background: #1a1a1a;
    color: #FFFFFF;
    padding: 6px 16px 20px;
    box-sizing: border-box;
    line-height: 30px;
    margin-top: -1px;
}
.conter_view05 .news_tab .jieshao h4{ font-size: 18px; line-height: 30px;}
.conter_view05 .news_tab .jieshao p{ font-size: 16px;}
.conter_view05 .news_tab a.active .cover_img{
    transform: scale(1.08);
}
.conter_view05 .news_tab a.active .jieshao{
    display: block;
}
.conter_view05 .conter_view05_beijing {
    position: absolute;
    top: -20px;
    right: -45px;
    opacity: .1;
}


/*详情头部开始*/
.head_nav {
    height: 90px; /*background: #f5f5f5;*/
}

.head_nav_one {
    background: #FFFFFF;
    box-shadow:2px 3px 11px 0px rgba(190,190,190,0.1);
    height: 80px;
    position: fixed;
    z-index: 999;
}
.head_nav_one .home_header .width_percen1400{
    padding: 0; margin: 12px auto;
}
.head_nav_one .home_header .home_logo .banner_logoimg {
    width: 216px;
    height: 56px;
    background: rgba(26,26,26,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}


/*.head_nav .home_search form {*/
/*border-bottom: 1px solid #000;*/
/*}*/

.head_nav .home_search .langer a {
    color: #999999;
}

.head_nav .home_search .langer span {
    color: #999999;
}

.head_nav .home_header .width_percen1680 {
    padding: 30px 35px 34px 25px;
}

/*详情头部结束*/


/*people2开始*/
.peopleTwo {
    padding-bottom: 490px;
}

.peopleTwo .peopleTwo_log {
    float: left;
    width: 427px;
}

.peopleTwo .peopleTwo_log img {
    width: 100%;
}

.peopleTwo .peopleTwo_text {
    float: left;
    padding-left: 40px;
    width: 773px;
    box-sizing: border-box;
}

.peopleTwo .peopleTwo_text h1 {
    font-size: 56px;
    color: #000000;
}

.peopleTwo .peopleTwo_text p {
    font-size: 30px;
    color: #000000;
    margin-top: 5px;
    font-family: 'HelveticaNeueLTStd-Bd';
}

/*people2结束*/


/*aboutWork开始*/
.about h1 {
    font-size: 56px;
    color: #000000;
    margin-top: 60px;
    margin-bottom: 116px;
    font-family: HelveticaNeueLTStd-Bd;
}

.about .about_lists {
    position: relative;
    padding-bottom: 70px;
}

.about .about_lists .about_lists_beijin {
    position: absolute;
    top: -70px;
    left: -50px;
    background: #000000;
    width: 99px;
    height: 261px;
    display: block;
    z-index: -1;
    background: url(../images/about_imgbeijin.png);
    transition: all .5s ease-in-out;
}

.about .about_lists .about_lists_box {
    float: left;
    margin-bottom: 45px;
    /*width: 595px;*/
}



.about .about_lists .about_lists_box img {
    width: 100%;
}

.about .about_lists .about_lists_box h2 {
    font-size: 0.5rem;
    color: #000000;
    font-family: HelveticaNeueLTStd-Bd;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.about .about_lists .about_lists_box p {
    font-size: 26px;
    color: #000000;
    font-family: 'HelveticaNeueLTStd-Lt';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*aboutWork结束*/


/*contacts开始*/
.contacts .contacts_lists {
    margin: 313px auto;
}

.contacts .contacts_lists .contacts_lists_box {
    float: left;
    width: 400px;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
    border-left: 1px solid;
}

.contacts .contacts_lists .contacts_lists_box h2 {
    font-size: 26px;
    color: #333333;
}

.contacts .contacts_lists .contacts_lists_box p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin-top: 15px;
    display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;   height: 70px;
    -webkit-box-orient: vertical;
    font-family: 'HelveticaNeueLTStd-Lt';
}

.contacts .contacts_lists .contacts_lists_box:first-child p{-webkit-line-clamp: 4;overflow: hidden;   height: 85px;}
.contacts .contacts_lists .contacts_lists_box a {
    font-size: 14px;
    display: block;
    width: 135px;
    height: 30px;
    background: #333333;
    margin: 0 auto;
    line-height: 30px;
    color: #ffffff;
    border-radius: 5px;
    font-family: 'HelveticaNeueLTStd-Lt';
}

.contacts .contacts_lists .contacts_lists_box:first-child {
    padding: 3px 25px;
    box-sizing: border-box;
    border-left: none;
}

.contacts .contacts_lists .contacts_lists_box:first-child p {
    height: auto;
}

.contacts .contacts_lists .contacts_lists_box a:hover {
    background: #ffffff;
    color: #333333;
    border: 1px solid #333333;
    font-weight: 700;
}

/*contacts结束*/


/*contacts2开始*/
.contactsTwo {
    background: #f5f5f5;
    margin-top: 80px;
}

.contactsTwo .contactsTwo_lists {
    position: relative;
    /*margin-top: 174px;*/
    width: 100%;
    padding-bottom: 120px;
}

.contactsTwo .contactsTwo_lists_left {
    width: 378px;float: right;position: relative;
}
.contactsTwo .contactsTwo_lists_left .hover_map{ position: absolute;top: 0; left:0;width: 100%;}
.contactsTwo .contactsTwo_lists_left img {
    width: 100%;
}

.contactsTwo .contactsTwo_lists_left span {
    position: absolute;
    top: -112px;
    left: 200px;
    background: url(../images/contacts2_imgbj.png);
    width: 90px;
    height: 261px;
}

.contactsTwo .contactsTwo_lists_right {
    float: left;
    width: 789px;
    height: 598px;
    background: #ffffff;
    box-shadow: 0 0 5px #ffffff;
}
.contactsTwo .containerTwo_box{width: 100%;
    float: left;}
/*.contactsTwo .contactsTwo_lists_right span {*/
/*font-size: 56px;*/
/*position: absolute;*/
/*top: -30px;*/
/*left: -42px;*/
/*width: 178px;*/
/*height: 57px;*/
/*background: url(../images/contacts2_imgbj2.png);*/
/*}*/
.contactsTwo .containerTwo_title{ margin: 63px 0 41px;}
.contactsTwo .contact_us{ display: inline-block;width: 100%; margin-bottom: 36px;}
.contactsTwo .contact_us .us_tab{display: flex;align-items: center;flex-direction: column;
    background: #fff;width: 378px;height: 257px; margin-right: 32px;float: left;padding: 0 42px;font-family: 'HelveticaNeueLTStd-Roman'; box-sizing: border-box;
}
.contactsTwo .contact_us .us_tab img{ margin: 30px 0 25px;    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    cursor: pointer;}
.contactsTwo .contact_us .us_tab h6{ color: #4D4D4D; font-weight: bold;font-size: 16px;line-height: 24px;font-family: 'HelveticaNeueLTStd-Bd';}
.contactsTwo .contact_us .us_tab p{ color: #4D4D4D;font-size: 16px;line-height: 24px;margin-top: 10px}
.contactsTwo .contact_us .us_tab:last-child{margin-right: 0;}
.contactsTwo .contactsTwo_lists_right .contactsTwo_lists_right_main {
    /*margin-left: 55px;*/
    margin: 20px 58px 0;
    /*margin-top: 55px;*/
}

.contactsTwo .contactsTwo_lists_right .contactsTwo_lists_right_main input {
    font-family: 'HelveticaNeueLTStd-Roman';
    padding-top: 40px;
    height: 90px;
    border: none;
    border-bottom: 2px solid #E0E0E0;
    padding-left: 10px;
    width: 280px;
    margin-right: 109px;
    font-size: 16px;
    color: #4D4D4D;
    box-sizing: border-box;
}
.contactsTwo .contactsTwo_lists_right .contactsTwo_lists_right_main input:nth-child(2n){margin-right: 0;}
.contactsTwo .contactsTwo_lists_right .contactsTwo_lists_right_main > a {
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 20px;
    color: #ffffff;
    background: #1A1A1A;
    text-align: center;
    width: 159px;
    height: 48px;
    line-height: 48px;
    display: block;
    margin-top: 40px;
    overflow: hidden;
}
.contactsTwo .contactsTwo_lists_right .contactsTwo_lists_right_main > a span{
    display: block;
    width: 100%;
    line-height: 48px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.contactsTwo .contactsTwo_lists_right .contactsTwo_lists_right_main p {
    color: #333333;
    font-size: 14px;
    margin-top: 26px;
}

.contactsTwo .contactsTwo_lists_right .contactsTwo_lists_right_main p a {
    display: inline-block;
    border-bottom: 1px solid #333333;
    color: #333333;
}

.contactsTwo .contactsTwo_lists_right .contactsTwo_lists_right_main .contactsTwo_lists_right_main_input {
    width: 670px;
}


.contactsTwo .width1200{position: relative;}
.contactsTwo .contactsTwo_beijing{
    right: -60px;
    position: absolute;
    top: 50px;
    opacity: .2;
}

/*contacts2结束*/


/*careers2开始*/
.careersTwo_lists {
    padding-bottom: 70px;
}

.careersTwo_lists .careersTwo_lists_one {
    height: 470px;
    width: 100%;
    margin-top: 165px;
    position: relative;
}

/*加入我们*/
.Joinus_box{
    width: 100%
}
.Joinus_box .Joinus_img_left{float: left; position: relative;}
.Joinus_box .Joinus_img_left .cover_png{ position: absolute; left: 2px; top: 10px;}
.Joinus_box .Joinus_text_right{ float: right}
.Joinus_box .Joinus_text_right  .Joinus_tab{width: 568px;display: flex;flex-direction: column;justify-content: center; font-family: 'HelveticaNeueLTStd-Roman'; background: #ffffff;height: 188px; padding: 0 62px; box-sizing: border-box; margin-bottom: 10px;}
.Joinus_box .Joinus_text_right  .Joinus_tab:last-child{ margin-bottom: 0px;}
.Joinus_box .Joinus_text_right  .Joinus_tab h4{ font-size:24px;color:rgba(51,51,51,1); margin-bottom: 15px;}
.Joinus_box .Joinus_text_right  .Joinus_tab p{ font-size:16px;color:rgba(51,51,51,1);line-height:24px;}
.Joinus_box .Joinus_text_right  .Joinus_tab a{ font-size:14px;color:#333333;line-height:24px;margin-top: 15px;}
.Joinus_box .Joinus_text_right  .Joinus_tab a span{ margin-left: 15px;}
.Joinus_box .Joinus_text_right  .Join_main{width:568px;height:782px;font-family: 'HelveticaNeueLTStd-Roman'; background:rgba(255,255,255,1);float: right;padding: 0 38px;box-sizing: border-box;}
.Joinus_box .Joinus_text_right  .Join_main .main_tit{ border-bottom: 1px solid #E0E0E0; padding: 15px 20px; }
.Joinus_box .Joinus_text_right  .Join_main .main_tit h3{ color: #333333;font-size:24px;line-height: 34px;}
.Joinus_box .Joinus_text_right  .Join_main .main_tit span{ color: #333333;font-size:16px;line-height: 34px; margin-top: 15px;}
.Joinus_box .Joinus_text_right  .Join_main .join_position{ padding: 20px;}
.Joinus_box .Joinus_text_right  .Join_main .join_position h4{ color: #4D4D4D;font-size:16px; font-weight: bold;line-height: 34px;font-family: 'HelveticaNeueLTStd-Bd';}
.Joinus_box .Joinus_text_right  .Join_main .join_position p{ color: #4D4D4D;font-size:14px; line-height: 34px;}
.Joinus_box .Joinus_text_right  .Join_main .join_position p a{text-decoration: underline}
.Joinus_box .Joinus_text_right  .bank_on{padding: 0 23px; color: #333333;font-size:14px; margin-top: 20px;display: block;}
.Joinus_box .Joinus_text_right  .bank_on span{margin-left: 15px;}

/*加入我们 end*/
/*关于我们*/
.story_banner .banner_container .banner_text h2 {
    width: inherit;
    /* height: 58px; */
    display: inline-block;
}
.story_banner .banner_container .banner_text h2 img{
    width: initial;
}
.story_banner .banner_container .banner_text h3{color: #ffffff;font-size: 36px; margin-top: 10px;
    line-height: 60px;}
.story_banner .banner_container .banner_text p{font-family: 'HelveticaNeueLTStd-Roman';font-size: 24px;}
/*关于我们 end*/



.careersTwo_lists_one .careersTwo_lists_one_left {
    width: 480px;
    float: left;
}

.careersTwo_lists_one .careersTwo_lists_one_left .careersTwo_lists_one_left_text {
    margin-top: 85px;
}

.careersTwo_lists_one .careersTwo_lists_one_left .careersTwo_lists_one_left_text h2 {
    margin: 10px auto;
}

.careersTwo_lists_one .careersTwo_lists_one_left .careersTwo_lists_one_left_text p {
    font-size: 30px;
    color: #000000;
    font-family: 'Times New Roman';
}

.careersTwo_lists_one .careersTwo_lists_one_right {
    width: 720px;
    float: left;
}

.careersTwo_lists_one_right .careersTwo_lists_one_right_text {
    margin-bottom: 130px;
}

.careersTwo_lists_one_right .careersTwo_lists_one_right_text:last-child {
    margin-bottom: 0;
}

.careersTwo_lists_one_right .careersTwo_lists_one_right_text h2 {
    margin-bottom: 5px;
}

.careersTwo_lists_one_right .careersTwo_lists_one_right_text p {
    font-size: 26px;
    color: #000000;
    line-height: 40px;
    font-family: 'Times New Roman';
}

.careersTwo_lists .careersTwo_lists_two {
    margin-top: 85px;
}

.careersTwo_lists_two .careersTwo_lists_two_title {
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
}

.careersTwo_lists_two .careersTwo_lists_two_title .careersTwo_two_left {
    float: left;
}

.careersTwo_lists_two .careersTwo_lists_two_title .careersTwo_two_right {
    float: left;
    margin-left: 20px;
}

.careersTwo_lists_two .careersTwo_lists_two_title img {
    width: 100%;
}

.careersTwo_lists_two .careersTwo_lists_two_main {
    margin-top: 17px;
}

.careersTwo_lists_two .careersTwo_lists_two_main .careersTwo_two_text:nth-child(4) {
    padding-top: 30px;
}

.careersTwo_lists_two .careersTwo_lists_two_main .careersTwo_two_text:nth-child(4) p a {
    color: #666666;
    border-bottom: 2px solid #666666;
    font-family: 'Times New Roman';
}

.careersTwo_lists_two .careersTwo_lists_two_main .careersTwo_two_text p {
    margin-top: 5px;
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    margin-bottom: 30px;
    font-family: 'Times New Roman';
}

.careersTwo_lists_two .careersTwo_lists_two_main .careersTwo_two_text h3 {
    font-family: 'Times New Roman';
    font-size: 26px;
    color: #000000;
    font-weight: normal;
}

.careersTwo_lists_two .careersTwo_lists_two_main .careersTwo_two_text_fujia {
    font-size: 18px;
    color: #000000;
}

.careersTwo_lists_one_beijin {
    position: absolute;
    top: 90px;
    left: 545px;
    opacity: .15;
    transition: all .5s ease-in-out;
}

.careersTwo_lists_two .careersTwo_lists_two_main .careersTwo_two_text_fujia input {
    margin-right: 20px;
    width: 16px;
    height: 16px;
    outline: none;
    border-radius: 5px;
}

/*careers2结束*/


/*people1开始*/




.detail_zz{
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: calc(100% - 80px);
    background: rgba(0,0,0,.88);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;

}
.detail_zz>div{
    width: 62.5%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.detail_main{
    width: 100%;
    display: flex;
    align-items: flex-start;

}
.detail_main>img{
    width: 37%;
    margin-right: 9%;
}
.detail_art{
    width: 54%;
}
.people_name{
    font-family: HelveticaNeueLTStd-Blk;
    font-size: 48px;
    color: white;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*-ms-text-overflow: ellipsis;*/
    /*text-overflow: ellipsis;*/
    margin-bottom: 15px;
}
.people_entitle{
    font-family: HelveticaNeueLTStd-Roman;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.people_subtitle{
    font-family: HelveticaNeueLTStd-Roman;
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
}
.people_desc p{
    font-family: HelveticaNeueLTStd-Roman;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 35px;
}
.detail_main>img.close_detail{
    width: 52px;
    height: 52px;
    position: absolute;
    top: 30px;
    right: 10px;
    margin-right: 0;
    cursor: pointer;
}




.peopleOne {
    background: #f5f5f5;
    margin-top: 80px;
}

.peopleOne .peopleOne_main {
    position: relative;
    padding-bottom: 115px;
}

.peopleOne .peopleOne_main .peopleOne_beijintwo {
    position: absolute;
    top: 976px;
    left: 410px;
    opacity: .1;
}

.peopleOne .peopleOne_sectionone {
    width: 1200px;
    padding-top: 50px;
    display: flex;
    align-items: flex-end;
}

.peopleOne .peopleOne_sectionone .peopleOne_sectionone_left {
    float: left;
    width: 600px;
    padding: 0 95px 0 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 77;
}

.peopleOne .peopleOne_sectionone .peopleOne_sectionone_left ul {
    width: 450px;
    height: 800px;
    background: #ffffff;
    padding-top: 100px;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
}

.peopleOne .peopleOne_sectionone .peopleOne_sectionone_left ul li {

    /*height: 105px;*/
    text-align: center;
    font-size: 26px;
    color: #4D4D4D;
    font-family: 'HelveticaNeueLTStd-Roman';
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 60px;
    border-bottom: 2px solid #ffffff;
    cursor: pointer;
}

.peopleOne .peopleOne_sectionone .peopleOne_sectionone_left ul li a {

}

.peopleOne .peopleOne_sectionone .peopleOne_sectionone_left ul li.active{ /*text-decoration: underline; */
    border-bottom: 2px solid #4D4D4D;
    margin: 0 auto 60px;
    /*width: 80%;*/
}

.peopleOne .peopleOne_sectionone .peopleOne_sectionone_right {
    float: right;
    width: 600px;
    /*padding-top: 45px;*/
}

.peopleOne .peopleOne_sectionone .peopleOne_sectionone_right h2 { /* margin-top: 45px;*/
    margin-bottom: 20px;
}

.peopleOne .peopleOne_sectionone .peopleOne_sectionone_right p {
    width: 600px;
    line-height: 36px;
    font-size: 18px;
    color: #333333;
    padding-right: 36px;
    box-sizing: border-box;
    font-family: 'HelveticaNeueLTStd-Roman';
}

.peopleOne .peopleOne_sectionone .peopleOne_sectionone_right .peopleOne_sectionone_right_img {
    width: 600px;
    /*height: 570px;*/
    margin-top: 30px;
    position: relative;
    padding-right: 36px;
}

.peopleOne .peopleOne_sectionone .peopleOne_sectionone_right .peopleOne_sectionone_right_img img {
    width: 60%;
}

.peopleOne .peopleOne_sectionone .peopleOne_sectionone_right .peopleOne_sectionone_right_img p {
    font-family: 'HelveticaNeueLTStd-Roman';
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    bottom: 25px;
    left: 0;
    text-align: center;
}

.peopleOne .peopleOne_beijin {
    position: absolute;
    top: 37px;
    left: 3px;
    width: 103px;
    height: 263px;
    opacity: .2;
}

/*
.peopleOne  .peopleOne_beijin img{
    transition: all 0.8s ease;-moz-transition: all 0.8s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;
}
.peopleOne  .peopleOne_beijin img:hover{
    margin-top: 20px;
}*/
.peopleOne_sectiontwo {
    margin-top: 120px;
}

.peopleOne_sectiontwo .peopleOne_sectiontwo_left {
    float: left;
    width: 710px;
    padding-top: 110px;
    padding-left: 150px;
    box-sizing: border-box;
}

.peopleOne_main  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: none;
    border: 1px solid #333333;
    opacity:1;
}
.peopleOne_main .swiper-pagination-bullet-active {
    opacity: 1;
    background: #333333;
}
.peopleOne_sectiontwo .peopleOne_sectiontwo_left p {
    font-family: 'HelveticaNeueLTStd-Roman';
    line-height: 50px;
    font-size: 24px;
    color: #333333;
    margin-top: 20px;
    padding-right: 55px;
}
.peopleOne_main .conter_view05 {
    padding-top: 50px;
    height: 760px;
}
.peopleOne_main  .conter_view05 .home_tit p{
    width: 100%;margin-top: 20px;
}
.peopleOne .peopleOne_main .width_percen1200{position: relative}
.peopleOne_main .conter_view05_beijing{
    left: -60px;
    position: absolute;
    top: 300px;
    opacity: .1;
}
.conter_viewerrr{
    padding-top: 0!important;
    padding-bottom: 70px;
}
.conter_viewerrr .tab_whole{

}
.conter_viewerrr .tab_whole .partner_tab{
    border-left: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;
}
.conter_viewerrr .tab_whole .partner_tab:first-child{
    border-left: none;
}
.conter_viewerrr .partner_tab .cover_img {
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
    position: relative;
    object-fit: cover;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.conter_viewerrr .partner_tab .cover_img img{
    width: 100%;
}
.conter_viewerrr .partner_tab a:hover .cover_img{
    transform: scale(1.08);
    box-shadow:0px 6px 14px 2px rgba(43,43,43,0.14);
    z-index: 99;
}
.peopleOne_sectionone_right_text {
    width: 455px;
    height: 360px;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 1px 1px 20px 8px #eeeeee;
    margin-top: 50px;
    text-align: center;
    padding-top: 138px;
}

.peopleOne_sectiontwo .peopleOne_sectiontwo_right {
    float: left;
    width: 490px;
}

.peopleOne_sectiontwo .peopleOne_sectiontwo_right ul {
    width: 100%;
    height: 940px;
    background: #ffffff;
    padding-top: 280px;
    box-sizing: border-box;
    box-shadow: 1px 1px 20px 8px #eeeeee;
}

.peopleOne_sectiontwo .peopleOne_sectiontwo_right ul li {
    width: 100%;
    height: 115px;
    text-align: center;

}

.peopleOne_sectiontwo .peopleOne_sectiontwo_right ul li a {
    font-size: 26px;
    color: #000000;
    font-family: 'HelveticaNeueLTStd-Roman';
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 2px solid #ffffff;
}

.peopleOne_sectiontwo .peopleOne_sectiontwo_right ul li.active a { /* text-decoration: underline;*/
    /* text-decoration: underline; */
    /* padding-bottom: 20px; */
    border-bottom: 2px solid;
    width: 80%;
    margin: 0 auto;

}

/*people1结束*/


/*about开始*/
.about_banner .about_index_work { /* width: 100%;*/
    width: 100%;
    background: url(../images/about_bannerone.png) no-repeat center center;
    height: 1080px;
}

.about_banner .about_banner_one {
    display: none;
}

.about_banner .banner_container .about_banner_text {
    font-family: 'BigNoodleTitling';
    width: 1200px;
    height: 540px;
    position: absolute;
    bottom: 0;
    left: 18.75%;
    margin: 0 auto;
    text-align: right;
    padding: 0 136px 0 30px;
    box-sizing: border-box;
    overflow: hidden;
    font-family: HelveticaNeueLTStd-Roman;
}

.about_banner .banner_container .about_banner_text h2 {
}

.about_banner .banner_container .about_banner_text h2 img {
    width: auto;
}

.about_banner .banner_container .about_banner_text p {
    font-size: 36px;
    color: #ffffff;
    line-height: 70px;
}


.about_banner .banner_container1 {
    position: relative;
    display: none;
}

.about_banner .banner_container1 .about_banner_text {
    position: absolute;
    width: 1200px;
    bottom: 230px;;
    left: 445px;
    padding-left: 45px;
}

.about_banner .banner_container1 .about_banner_text p {
    font-family: HelveticaNeueLTStd-Roman;
    font-size: 36px;
    color: #ffffff;
    line-height: 70px;
}


.about_banner .about_index {
    position: relative;
}

.about_banner .about_index_story {
    position: absolute;
    top: 0;
    height: 1080px;
    width: 100%;
    background: url(../images/about_index_storybeijin.png) no-repeat center center;
}

.about_banner .about_index_story h2 {
    position: absolute;
    top: 60%;
    right: 20%;
    z-index: 111;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.about_banner .about_index_story div{
    width: 382px;
    height: 102px;
    position: absolute;
    top: 60%;
    right: 20%;
    z-index: 112;
    cursor: pointer;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.about .about_lists .about_lists_box .about_lists_box_img{
    cursor: pointer;

    overflow: hidden;
}
.about .about_lists .about_lists_box img {
    width: 100%;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.about_banner .about_index_story div.work{
    left: 20%;
    top: 35%;
}
.about_banner .about_index_work h2 {
    position: absolute;
    left: 20%;
    top: 35%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.about_banner .about_index_work:hover .about_banner .banner_container1 {
    display: block;
}

.about_banner .about_index_story:hover .about_banner .banner_container {
    display: block;
}

/*about结束*/


/*about-STORY开始*/
.aboutStory_one {
    width: 100%;
    height: 675px;
    background: url(../images/aboutStory_banner.png) no-repeat;
    overflow: hidden;
}

.aboutStory_one a {
    display: block;
    margin: 0 auto;
    width: 147px;
    height: 147px;
    margin-top: 280px;
}

.aboutStory_two {
    text-align: center;
    position: relative;
    margin-top: 64px;
}

.aboutStory_two h2 {
    margin-top: 70px;
    margin-bottom: 50px;
}

.aboutStory_two .aboutStory_two_lists {
    width: 100%;
    padding-bottom: 113px;
    overflow: hidden;
}

.aboutStory_two .aboutStory_two_lists .aboutStory_two_lists_box {
    float: left;
    width: 360px;
    position: relative;
}

.aboutStory_two .aboutStory_two_lists .aboutStory_two_lists_box:nth-child(2n) {
    margin: 0 60px;
}

.aboutStory_two .aboutStory_two_lists .aboutStory_two_lists_box .aboutStory_two_lists_box_text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 178px;
}

.aboutStory_two .aboutStory_two_lists .aboutStory_two_lists_box .aboutStory_two_lists_box_text h3 {
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 48px;
    color: #ffffff;
}

.aboutStory_two .aboutStory_two_lists .aboutStory_two_lists_box .aboutStory_two_lists_box_text p {
    font-size: 26px;
    color: #ffffff;
    line-height: 33px;
    margin-top: 88px;
    font-family: 'HelveticaNeueLTStd-Lt';
}

.aboutStory_two .aboutStory_two_lists .aboutStory_two_lists_box.aboutStory_two_lists_box0 {
    /*margin-top: 80px;*/
}

.aboutStory_two .aboutStory_two_lists .aboutStory_two_lists_box.aboutStory_two_lists_box1 {
    margin-top: 112px;
}

.aboutStory_two .aboutStory_two_beijin {
    position: absolute;
    top: -50px;
    left: 700px;
    z-index: -1;
    opacity: .2;
    transition: all .5s ease-in-out;
}

/*about-STORY结束*/


/*Services1开始*/
.servicesone_banner {
    width: 100% !important;
}

.servicesone_banner .banner_container {
    /*height: 900px;*/
}

.servicesone_banner .banner_container .banner_container_left {
    /*width: 895px;*/
    float: left;
    padding: 0;
    /*height: 900px;*/
}

.servicesone_banner .banner_container .banner_container_middle {

    margin-left: 15px;
    float: left;
    height: 100%;
}

.servicesone_banner .banner_container .banner_container_right {
    /*width: 890px;*/
    /*height: 900px;*/
    padding: 0 10% 0 5%;
    box-sizing: border-box;
}

.servicesone_banner .banner_container .banner_container_right p {
    font-size: 30px;
    color: #333333;
    margin-top: 40px;
    line-height: 60px;
    font-family: 'HelveticaNeueLTStd-Lt';
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.servicesone_banner .banner_container img {
    width: 100% !important;
    height: 100% !important;
}

.servicesone_banner .banner_container .banner_container_middle img {
    width: 100%;
    height: 100%;
}

.servicesone_banner .banner_container .banner_container_right img {
    width: inherit;
}

.servicesone_banner .home_search form {
    border-bottom: 1px solid #000000;
}

.servicesone_banner .menu-button .line .inner {
    background-color: #000;
}

.servicesone_banner .home_search .langer span {
    color: rgba(0, 0, 0, 1);
}

.servicesone_banner .home_search .langer a {
    color: rgba(0, 0, 0, 1);
}

.servicesone_banner .servicesone_content {
    padding-bottom: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.servicesone_banner .servicesone_content_left {
    float: left;

    padding: 0 5% 0 10%;
    box-sizing: border-box;
}

.servicesone_banner .servicesone_content_left p {
    color: #333333;
    font-size: 26px;
    line-height: 53px;
    font-family: 'HelveticaNeueLTStd-Lt';
}

.servicesone_banner .servicesone_content_left h5 {
    color: #333333;
    font-size: 26px;
    margin-top: 23px;
    font-weight: normal;
    font-family: 'HelveticaNeueLTStd-Lt';
    font-size: 26px;
    margin-top: 23px;
}

.servicesone_banner .servicesone_content_left div:nth-child(2) {
    margin-bottom: 22px;
}

.servicesone_banner .servicesone_content_left div:nth-child(2) p {
    margin-top: 10px;
}

.servicesone_banner .servicesone_content_right {
    float: right;
    padding: 0;
}

.servicesone_banner .servicesone_content_right img {
    width: 100%;
}

/*Services1结束*/


/*Services2开始*/
.servicesone_banner .servicestwo_content_left h5 {
    margin-top: 45px;
    font-family: 'HelveticaNeueLTStd-Lt';
}

.servicesone_banner .servicestwo_content_left div:nth-child(3) {
    margin-top: 45px;
}

.servicesone_banner .banner_container .banner_container_right1 h2 {
    width: 242px;
}

/*Services2结束*/


/*solutions开始*/
.solutions .solutions_one {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_cover{ width: 100%;}
.img_cover img{ width: 100%;}
.solutions .solutions_one .solutions_one_advice {
    text-align: center;
    position: absolute;
}

.solutions .solutions_one .solutions_one_advice h2 {
    color: #ffffff;
    font-size: 46px;
    font-family: 'HelveticaNeueLTStd-Bd';
}

.solutions .solutions_one .solutions_one_advice p {
    color: #ffffff;
    font-size: 36px;
    margin-top: 20px;
    font-family: 'HelveticaNeueLTStd-Bd';
}

.solutions_two {
    padding-bottom: 60px;
}



/*.solutions_two li {*/
/*float: left;*/
/*width:25%;*/
/*text-align: center;*/
/*}*/

.solutions_two li img {
    margin-top: 30px;
    width: 252px;
    height: 218px;
    overflow: hidden;
}

.solutions_two li p {
    padding: 54px 0;
    font-size: 28px;
    color: #333333;
    font-family: 'HelveticaNeueLTStd-lt';
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

/*solutions结束*/


/*about-Work开始*/
.aboutWorkone .aboutWorkone_title {
    text-align: center;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.aboutWorkone .aboutWorkone_title h2 {
    margin-bottom: 40px;
    padding-top: 70px;
}

.aboutWorkone .aboutWorkone_title p {
    line-height: 40px;
    color: #333333;
    font-size: 26px;
    font-family: 'HelveticaNeueLTStd-Lt';
}

.aboutWorkone .aboutWorkone_lists {
    padding-bottom: 20px;
    margin-top: 20px;
}

.aboutWorkone .aboutWorkone_lists div {
    float: left;
    /*width: 557px;*/
    margin-bottom: 45px;
}

/*.aboutWorkone .aboutWorkone_lists div:nth-child(2n) {*/
/*margin-left: 86px;*/
/*}*/

.aboutWorkone .aboutWorkone_lists div p {
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 24px;
    color: #000000;
    text-align: right;
    transform: rotate(-34deg);
    -ms-transform: rotate(-34deg); /* IE 9 */
    -moz-transform: rotate(-34deg); /* Firefox */
    -webkit-transform: rotate(-34deg); /* Safari 和 Chrome */
    -o-transform: rotate(-34deg);
}

.aboutWorkone .aboutWorkone_lists div img {
    width: 100%;
}
.aboutWorkone .case_list{width: 100%; margin: 30px auto;display: inline-block;}
.aboutWorkone .case_list ul{width: 100%;}
.aboutWorkone .case_list ul li{width: 32%;margin: 14px 0; margin-right: 2%; position: relative; float: left;}
.aboutWorkone .case_list ul li img{width: 100%;}
.aboutWorkone .case_list ul li:nth-child(3n){margin-right: 0%;}
.aboutWorkone .case_list ul li .zhezhao{ position: absolute; width: 100%; height: 100%;left: 0; top: 0; background: rgba(0,0,0,0.45); display: flex;justify-content: center;align-items: center;
    flex-direction: column; color: #ffffff;font-family: 'HelveticaNeueLTStd-Roman'
}
.aboutWorkone .case_list ul li .zhezhao h3{font-size: 18px;}
.aboutWorkone .case_list ul li .zhezhao span{font-size: 18px;}

.aboutWorkone_main {
    position: relative;
}

.aboutWorkone_main_beijin {
    position: absolute;
    top: 14px;
    right: -44px;
    z-index: -1;
    opacity: .6;
    transition: all .4s ease-out;
    text-transform: uppercase;
}

.aboutWorkone_main_beijin:hover {
    transform: translate3d(0px, 89.362px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transform: translate3d(0px, 89.362px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}

.about_banner .banner_container {
    position: relative;
    /*display: none;*/
    display: flex;
}

.about_banner .banner_container .banner_container_advice {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about_banner .banner_container .banner_container_advice h2 {
    font-size: 64px;
    color: #ffffff;
    font-family: 'HelveticaNeueLTStd-Bd';
}

.about_banner .banner_container .banner_container_advice p {
    font-size: 32px;
    color: #ffffff;
    font-family: 'HelveticaNeueLTStd-lt';
}

/*about-Work结束*/


/*solutions-product3开始*/
.solutionsProjectthree {
    padding-bottom: 120px;
}

.solutionsProjectthree .solutionsProjectthree_one {
    overflow: hidden;
    width: 1200px;;
    height: 510px;
    margin: 0 auto 100px;
    background: url(../images/soluTop2.jpg) no-repeat center center;
    font-size: 46px;
    color: #ffffff;
    text-align: center;
}

.solutionsProjectthree .solutionsProjectthree_one .solutionsProjectthree_one_text {
    margin-top: 220px;
}

.solutionsProjectthree .solutionsProjectthree_one .solutionsProjectthree_one_text h2 {
    font-size: 46px;
    font-weight: normal;
    font-family: 'HelveticaNeueLTStd-Bd';
}

.solutionsProjectthree .solutionsProjectthree_one .solutionsProjectthree_one_text p {
    font-size: 36px;
    font-weight: normal;
    font-family: 'HelveticaNeueLTStd-Bd';
    margin-top: 20px;
}

.solutionsProjectthree .solutionsProjectthree_two {
    width: 1200px;
    margin: 0 auto; /*overflow: hidden; */
}

.solutionsProjectthree_two > div {
    width: 312px;
    text-align: center;
    float: left;
}

.solutionsProjectthree_two > div img {
    width: 100%;
    transition: 0.3s linear;
}

.solutionsProjectthree_two > div img:hover {
    transform: scale(1.08);
}

.solutionsProjectthree_two > div p {
    font-size: 28px;
    color: #333333;
    margin-top: 55px;
    font-family: 'HelveticaNeueLTStd-lt';
}

.solutionsProjectthree_two > div:nth-child(2n) {
    margin: 0 132px;
}

/*solutions-product3结束*/


/*solutions-product4开始*/
.solutionsProjectfour {
    padding-bottom: 120px;
}

.solutionsProjectfour .solutionsProjectfour_one {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solutionsProjectfour .solutionsProjectfour_one .solutionsProjectthree_one_text {
    text-align: center;
    position: absolute;
    color: #ffffff;
}

.solutionsProjectfour .solutionsProjectfour_one .solutionsProjectthree_one_text h2 {
    font-size: 46px;
    font-weight: normal;
    font-family: 'HelveticaNeueLTStd-Bd';
}

.solutionsProjectfour .solutionsProjectfour_one .solutionsProjectthree_one_text p {
    font-size: 36px;
    font-family: 'HelveticaNeueLTStd-Bd';
    margin-top: 20px;
}

.solutionsProjectfour .solutionsProjectfour_two {
    width: 100%;
    margin: 0 auto; /*overflow: hidden;*/
}

.solutionsProjectfour .solutionsProjectfour_two > div {
    width: 22%;
    text-align: center;
    float: left;
    margin-right: 4%;
    margin-top: 6%;
}

.solutionsProjectfour .solutionsProjectfour_two > div:nth-child(4n) {
    margin-right: 0;
}

.solutionsProjectfour .solutionsProjectfour_two > div img {
    width: 100%;
    transition: 0.3s linear;
}

.solutionsProjectfour .solutionsProjectfour_two > div img:hover {
    transform: scale(1.08);
}

.solutionsProjectfour .solutionsProjectfour_two > div p {
    font-size: 28px;
    color: #333333;
    margin-top: 55px;
    font-family: 'HelveticaNeueLTStd-lt';
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*solutions-product4结束*/


/*solutions2-hospitality开始*/
.productsfor_banner {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    min-width: 100%;
    padding-bottom: 120px;
}

.soulflex .soulflex1, .soulflex .soulflex2 {
    position: relative;
    z-index: 111;
}
.soulflex .soulflex1{
    display: flex;
    justify-content: center;
    align-items: center;
}

.soulflex .soulflex_beijin {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    opacity: 0.06;
}

.soulflex .soulflex2 .soulflex1-item {
    float: left;
    width: 560px;
    height: 100%;
    position: relative;
}

.soulflex .soulflex2 .soulflex1-item:nth-child(2n) {
    margin-left: 80px;
}

.soulflex .soulflex2 .soulflex1-item .soulflex1-item-img {
    width: 100%;
}

.soulflex .soulflex2 .soulflex1-item .soulflex1-item-img img {
    width: 100%;
}

.soulflex .soulflex1-item-img-text {
    width: 510px;
    background: #ffffff;
    position: absolute;
    bottom: -120px;
    left: 25px;
    text-align: center;
    padding: 40px 0;
    box-sizing: border-box;
}

.soulflex .soulflex1-item-img-text h2 {
    font-size: 24px;
    color: #333333;
    font-family: 'HelveticaNeueLTStd-Bd';
}

.soulflex .soulflex1-item-img-text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #333333;
    font-family: 'Times New Roman';
}

.soulflex .soulflex1-item-img-text p:nth-child(2) {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    font-family: 'HelveticaNeueLTStd-Bd';
    margin-top: 15px;
}

/*solutions2-hospitality结束*/


/*solutions2 开始*/
.soulflex {
    position: relative;
    padding: 80px 0 120px;
    margin: 0 auto;
    width: 1200px;
}

.soulflex1 {
    width: 100%;
    margin-bottom: 50px;
}

.soulflex2 {
    width: 100%;
    /*height: 500px;*/
}

.soulflex1-item {
    float: left;
    width: 600px;
    height: 100%;
}

.soulflex1-item  img{ width: 100%;}
.soulflex1-item > p {
    text-align: center;
    padding: 0px 65px;
}

.soulflex1-item-p1 {
    font-size: 24px;
    /*margin-top: 160px;*/
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #333333;
}

.soulflex1-item-p2 {
    font-size: 22px;
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #333333;
    margin-top: 15px;
}

.soulflex1-item-p3 {
    font-size: 18px;
    font-family: 'HelveticaNeueLTStd-Lt';
    margin-top: 20px;
    line-height: 32px;
}

/*solutions2 结束*/


/*solutions3-eduction开始*/
.solutionsEducation {
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
    padding-bottom: 120px;
}

.solutionsEducation .solutionsEducation_box {
    position: relative;
}

.solutionsEducation .solutionsEducation_lists {
    height: auto;
    /*overflow: hidden;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 62px 0 0;
    width: 100%;
    float: left;
}

.solutionsEducation_lists .soluted_texts{
    width: 600px;
    float: left;
    text-align: center;
    position: relative;
    z-index: 111;
    overflow: hidden;
    top: -55px;
}
.solutionsEducation_lists .soluted_pngs{
    width: 600px;
    text-align: center;
    position: relative;

}
/*.solutionsEducation_lists .soluted_pngs .cover_di{ background: #E6E6E6;}*/
.solutionsEducation_lists .soluted_pngs img {
    object-fit: cover;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.solutionsEducation_lists .soluted_pngs img:hover {
    transform: scale(1.08);
}

.solutionsEducation_lists div h2 {

}
.solutionsEducation_lists .soluted_texts{padding-right: 30px;}
.solutionsEducation_lists .soluted_texts span{font-family: 'HelveticaNeueLTStd-Roman';
    color: #333333;font-size: 24px; line-height: 30px; padding: 15px 0; display: block;
    text-align: center;
}
.solutionsEducation_lists div p {
    font-size: 16px;
    color: #4D4D4D;
    line-height: 32px;
    font-family: 'HelveticaNeueLTStd-Roman';
    text-align: center;
}

.solutionsEducation_lists div p:nth-child(2) {
    font-size: 22px;
    color: #333333;
    font-family: 'HelveticaNeueLTStd-Bd';
}

.solutionsEducation_beijin {
    position: absolute;
    top: 248px;
    left: 0;
    opacity: 0.06;
    width: 100%;
}

.solutionsEducation_beijin img {
    width: 100%;
}
/*solutions3-eduction结束*/

/*solutions4开始*/
.sulutionsCommercial {
    width: 100%;
    background: #f5f5f5;
.
}

.sulutionsCommercial .sulutionsCommercial_box {
    position: relative;
    padding-bottom: 100px;
}

.sulutionsCommercial .commercial {
    position: absolute;
    top: 0;
    left: -80px;
    opacity: .1;
    width: 1357px;
}

.sulutionsCommercial .commercial img {
    width: 100%;
}

.sulutionsCommercial .sulutionsCommercial_one {
    padding-top: 90px;
}

.sulutionsCommercial .sulutionsCommercial_one div {
    float: left;
}

.sulutionsCommercial .sulutionsCommercial_one div:nth-child(2n) {
    margin: 0 26px;
}

.sulutionsCommercial .sulutionsCommercial_one div.sulutionsCommercial_one_box1 {
    width: 262px;
}

.sulutionsCommercial .sulutionsCommercial_one div.sulutionsCommercial_one_box2 {
    width: 590px;
}

.sulutionsCommercial .sulutionsCommercial_one div.sulutionsCommercial_one_box3 {
    width: 296px;
}

.sulutionsCommercial .sulutionsCommercial_one div img {
    width: 100%;
}

.sulutionsCommercial .sulutionsCommercial_two {
    position: relative;
}

.sulutionsCommercial .sulutionsCommercial_two_lists div {
    float: left;
    width: 280px;
}

.sulutionsCommercial .sulutionsCommercial_two_lists div:nth-child(2n) {
    margin: 0 180px;
}

.sulutionsCommercial .sulutionsCommercial_two_lists div img {
    width: 100%;
}

.sulutionsCommercial .sulutionsCommercial_two .sulutionsCommercial_two_lists_title {
    padding: 40px 0 35px;
    text-align: center;
}

.sulutionsCommercial .sulutionsCommercial_two .sulutionsCommercial_two_lists_title h2 {
    font-size: 24px;
    color: #333333;
    font-family: 'HelveticaNeueLTStd-Bd';
}

.sulutionsCommercial .sulutionsCommercial_two .sulutionsCommercial_two_lists_title p {
    font-size: 18px;
    color: #333333;
    font-family: 'HelveticaNeueLTStd-Roman';
}

.sulutionsCommercial .sulutionsCommercial_two .sulutionsCommercial_two_lists_title p:nth-child(2) {
    font-size: 22px;
    color: #333333;
    padding: 18px 0;
    font-family: 'HelveticaNeueLTStd-Bd';
}

.sulutionsCommercial_two_dingwe {
    width: 740px;
    margin: 0 auto;
    position: absolute;
    top: 132px;
    left: 230px;
}

.sulutionsCommercial_two_dingwe div {
    float: left;
}

.sulutionsCommercial_two_dingwe div:nth-child(2n) {
    margin-left: 180px;
}

/*solutions4结束*/


/*solutions-product2开始*/
.solutionsProdecttwo {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    /*min-width: 1920px;*/
    padding-bottom: 120px;
}

.solutionsProdecttwo .solutionsProdecttwo_one {
    background: white;
    width: 100%;
    position: relative;
}

.ban_img {
    height: 850px !important;
}

.solutionsProdecttwo .solutionsProdecttwo_one .productsfor_banner_center_item {
    width: 600px;
    float: left;
}

.solutionsProdecttwo .solutionsProdecttwo_one .productsfor_banner_center_item h2 {
    margin-top: 225px;
    font-size: 90px;
    color: #333333;
    line-height: 105px;
    font-family: 'Oswald-Bold';
}

.solutionsProdecttwo .solutionsProdecttwo_one .productsfor_banner_center_item p {
    color: #999999;
    font-size: 45px;
    margin-top: 40px;
    font-family: 'HelveticaNeueLTStd-Bd';
}

.solutionsProdecttwo .solutionsProdecttwo_one .productsfor_banner_center_item img {
    margin-top: 185px;
    width: 100%;
}

.solutionsProdecttwo .solutionsProdecttwo_one .xiebox {
    width: 210px;
    position: absolute;
    bottom: 60px;
    right: 170px;
    background: url(../images/xieline.jpg) no-repeat center center;
}

.solutionsProdecttwo .solutionsProdecttwo_one .xiebox span {
    width: 100%;
    font-size: 35px;
    font-weight: 700;
    display: inline-block;
    color: #999999;
    font-family: 'HelveticaNeueLTStd-Bd';
}

.solutionsProdecttwo .solutionsProdecttwo_one .xiebox span:first-child {
    padding-top: 40px;
    padding-left: 30px;
    box-sizing: border-box;
}

.solutionsProdecttwo .solutionsProdecttwo_one .xiebox span:last-child {
    text-align: right;
    padding-right: 30px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.solutionsProdecttwo .solutionsProdecttwo_two {
    background: #f5f5f5;
    width: 100%;
}

.solutionsProdecttwo .solutionsProdecttwo_two_one {
    width: 956px;
    margin-top: 105px;
}

.solutionsProdecttwo .solutionsProdecttwo_two_one .solutionsProdecttwo_two_one_img {
    width: 100%;
}

.solutionsProdecttwo_two_one_img div {
    width: 478px;
    float: left;
    position: relative;
}

.solutionsProdecttwo .solutionsProdecttwo_two_one .solutionsProdecttwo_two_one_img img {
    width: 100%;
}

/*.solutionsProdecttwo .solutionsProdecttwo_two_one .solutionsProdecttwo_two_one_img .solutionsProdecttwo_two_one_text{  position: absolute;  bottom: 55px;  left: 40px;  }*/
.solutionsProdecttwo .solutionsProdecttwo_two_one .solutionsProdecttwo_two_one_img p {
    font-size: 22px;
    color: #333333;
    font-family: 'HelveticaNeueLTStd-Lt';
    line-height: 38px;
    position: absolute;
    bottom: 55px;
    left: 40px;
}

.productsfor_banner_two_item1_describe {
    margin-top: 26px;
    overflow: hidden;
}

.productsfor_banner_two_item1_describe div {
    float: left;
    width: 478px;
    padding-left: 100px;
    box-sizing: border-box;
}

.productsfor_banner_two_item1_describe div p:nth-child(1) {
    font-size: 22px;
    color: #333333;
    font-family: 'HelveticaNeueLTStd-Bd';
}

.productsfor_banner_two_item1_describe div p:last-child {
    font-size: 18px;
    color: #333333;
    font-family: 'HelveticaNeueLTStd-Lt';
}

.solutionsProdecttwo_two_two {
    width: 750px;
    margin-top: 115px;
    margin-left: 404px;
}

.solutionsProdecttwo_two_two .solutionsProdecttwo_two_two_img {
    width: 100%;
}

.solutionsProdecttwo_two_two .solutionsProdecttwo_two_two_img img {
    width: 100%;
}

.solutionsProdecttwo_two_two .productsfor_banner_two_item1_describe {
    padding-left: 110px;
}

.solutionsProdecttwo_two_two .productsfor_banner_two_item1_describe p:nth-child(1) {
    font-size: 22px;
    color: #333333;
    font-family: 'HelveticaNeueLTStd-Bd';
}

.solutionsProdecttwo_two_two .productsfor_banner_two_item1_describe p:last-child {
    font-size: 18px;
    color: #333333;
    font-family: 'HelveticaNeueLTStd-Lt';
}

.solutionsProdecttwo_two_three {
    width: 100%;
    margin-top: 110px;
}

.solutionsProdecttwo_two_three .solutionsProdecttwo_two_three_left {
    float: left;
    width: 473px;
}

.solutionsProdecttwo_two_three .solutionsProdecttwo_two_three_right {
    float: right;
    width: 473px;
    margin-top: 220px;
}

.solutionsProdecttwo_two_three div img {
    width: 100%;
}

.solutionsProdecttwo_two_three .productsfor_banner_two_item1_describe {
    padding-left: 60px;
    box-sizing: border-box;
}

.solutionsProdecttwo_two_three .productsfor_banner_two_item1_describe p:nth-child(1) {
    font-size: 22px;
    color: #333333;
    font-family: 'HelveticaNeueLTStd-Bd';
}

.solutionsProdecttwo_two_three .productsfor_banner_two_item1_describe p:last-child {
    font-size: 18px;
    color: #333333;
    font-family: 'HelveticaNeueLTStd-Lt';
}

/*solutions-product2结束*/

/*解決方案*/
.solutions_banner .banner_container .solut_banner{ position: relative;width: 50%;}
.solutions_banner .banner_container .solut_banner span{ position: absolute; width: 100%; right: 0px;z-index: 10;display: flex;top:0;align-items: center;justify-content: center; height: 100%;}
.solutions_banner .banner_container .solut_banner span a{
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    cursor: pointer;
    text-align: center;
}
.solutions_banner .banner_container .solut_banner span img{ width: initial;}
.solutionsEducation .programme_space{ margin-top: 38px; display: flex;justify-content: space-between; }
.solutionsEducation .programme_space .space_tab{ width: 353px; font-family: 'HelveticaNeueLTStd-Roman';; }
.solutionsEducation .programme_space .space_tab a{ display: block; }
.solutionsEducation .programme_space .space_tab img{ width: 100%; }
.solutionsEducation .programme_space .space_tab h4{text-align: center;font-size: 24px;color: #4D4D4D;line-height: 30px; padding-top: 20px;}
.solutionsEducation .programme_space .space_tab span{display: block; text-align: center;font-size: 16px;color: #4D4D4D;line-height: 30px; padding-bottom: 15px; }
.solutionsEducation .programme_space .space_tab p{font-size: 14px;color: #4D4D4D;line-height: 26px; }


.product_furniture{ width: 1200px; }
.product_furniture .furniture_tit{width: 100%; margin: 48px auto 24px;display: inline-block;}
.product_furniture .furniture_tit span{ width: 50%;text-align: center;float: left; cursor: pointer; }
.product_furniture .furniture_tit span .none_pur{ display: none }
/*.product_furniture .furniture_tit span .pur{ display: none }*/
.product_furniture .furniture_tit span.cur .none_pur{ display: inline-block;}
.product_furniture .furniture_tit span.cur .pur{ display: none;}
.product_furniture .product_furn_tab ul{ width: 100%; display: flex;justify-content: space-between;}
.product_furniture .product_furn_tab ul li{ width: 164px; border: 1px solid #CCCCCC; cursor: pointer;padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;position: relative;}

.biankuang{
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: 99;
}
.biankuang_1{
    height: 0px;
    top: -1px;
    left:-1px;
    border-left: 1px solid #4D4D4D;
}
.biankuang_2 {
    width: 0px;
    bottom:-1px;
    left: 0px;
    border-top: 1px solid #4D4D4D;
}
.biankuang_3{
    height: 0px;
    bottom:0px;
    right:-1px;
    border-right: 1px solid #4D4D4D;
}
.biankuang_4{
    width:0px;
    top:-1px;
    right:0px;
    border-bottom: 1px solid #4D4D4D;
}

.product_furniture .product_furn_tab ul li.active{ border: 1px solid #4D4D4D;}
/*.product_furniture .product_furn_tab ul li img:nth-child(3):{ width: 68px;height: 66px}*/
.product_furniture .product_furn_tab ul li span{ text-align:center;color: #4c4c4c;font-size: 16px;font-family: 'HelveticaNeueLTStd-Roman'; margin-top: 15px;}
.product_furniture .product_fure_box{width: 100%;}
.product_furniture .product_fure_box ul li{ width: 272px; float: left; background: #ffffff; margin-right: 36px; margin-top: 40px;}
.product_furniture .product_fure_box ul li:nth-child(4n){margin-right: 0px;}
.product_furniture .product_fure_box ul li img{width: 207px;height: 154px;    position: absolute;left: 50%;top: -11px;transform: translateX(-50%)}
.product_furniture .product_fure_box ul li .product_jieshao{ border-top: 1px solid #f5f5f5; padding: 10px 15px;font-family: 'HelveticaNeueLTStd-Roman';}
.product_furniture .product_fure_box ul li .product_jieshao h6{ color: #4D4D4D; font-size: 16px; line-height: 30px;white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;}
.product_furniture .product_fure_box ul li .product_jieshao p{ color: #4D4D4D; font-size: 16px; line-height: 30px;white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;}
.pager_index{ width: 100%; margin: 49px auto; display: inline-block; text-align: center; }
.pager_index span{ margin: 0 4px; background: #FFFFFF; border: 1px solid #EEEEEE; color: #666666; font-size: 14px; padding: 10px 15px; cursor: pointer; display: inline-block;}
.pager_index span.num{ background: #EBEBEB;}
.pager_index span.active { background: #000000;color: #ffffff;}

.product_furniture .decorate_furn_tab ul{ width: 100%; display: inline-block; margin: 0 auto; text-align: center;}
.product_furniture .decorate_furn_tab ul li{ margin-right: 10px;display: inline-flex;padding: 15px 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;}
.product_furniture .decorate_furn_tab ul li:last-child{ margin-right: 0px;}

.product_furniture .decorate_fure_box{width: 100%;}
.product_furniture .decorate_fure_box ul{ margin-bottom: 50px;
    display: inline-block;}
.product_furniture .decorate_fure_box ul li{ width: 203px;cursor: pointer; float: left; background: #ffffff; margin-right: 46px; margin-top: 40px; position: relative;}
.product_furniture .decorate_fure_box ul li:nth-child(5n){margin-right: 0px;}
.product_furniture .decorate_fure_box ul li img{width:203px;}
.product_furniture .decorate_fure_box ul li .decorate_cover{ display: flex;opacity: 0; position: absolute; width: 100%;height: 100%;left: 0;background: rgba(0,0,0,.3);top: 0;
    object-fit: cover;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    justify-content: center;flex-direction: column;align-items: center;}
.product_furniture .decorate_fure_box ul li .decorate_cover p{font-size:16px;color: #F0F0F0; line-height: 36px; font-family: 'HelveticaNeueLTStd-Roman';}
.product_furniture .decorate_fure_box ul li:hover .decorate_cover{opacity: 1}


.product_furniture .carpet_box{ margin: 50px auto 20px; width: 100%;display: flex; justify-content: space-between;}
.product_furniture .carpet_box .carpet_left_swiper{width: 857px; float: left;  }
.product_furniture .carpet_box .carpet_text_right{position:relative;width: 332px; overflow-y: scroll;-ms-overflow-style:none;overflow:-moz-scrollbars-none; background: #FFFFFf; padding: 25px 14px 75px; box-sizing: border-box; height: 676px;font-family: 'HelveticaNeueLTStd-Roman';}
.product_furniture .carpet_box .carpet_text_right::-webkit-scrollbar{width:0px}
.product_furniture .carpet_box .carpet_text_right h4{ color: #4D4D4D; font-size: 18px;font-weight: bold; margin-top: 20px; line-height: 24px; }
.product_furniture .carpet_box .carpet_text_right h4:first-child{ margin-top: 0px;}
.product_furniture .carpet_box .carpet_text_right p{ color: #4D4D4D; font-size: 14px;}

/*解決方案 end*/

/*服务*/
.service_banner{ position: relative;}
.service_banner .supply_box{ position: absolute; width: 100%; height: 100%; }
.service_banner .width_percen1200{ position: relative;height: 100%;}
.service_banner .width_percen1200 .clode{ position: absolute; -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;cursor: pointer}
.service_banner .width_percen1200 .clode_one{ left: 0;top: 32%;}
.service_banner .width_percen1200 .clode_two{ right: 0; bottom: 21%;}
/*.service_banner .width_percen1200 .clode_one:hover{top: 22%;}*/
.service_conter{ width: 100%;background: #f5f5f5;}
.service_conter .service_tit{ margin: 56px auto; text-align: center; }
.service_conter .width_percen1200{ position: relative;}
.service_conter .service_view_one{ display: inline-block;}
.service_conter .service_view_one p{ font-family: 'HelveticaNeueLTStd-Roman'; color: #4D4D4D; font-size: 16px; line-height: 32px; width: 80%; margin: -20px auto 25px;text-align: center;}
.service_conter .tender_box{ width: 84%;background: #FFFFff;display: flex;justify-content: space-between; margin-left: 16%;margin-top: 42px; font-family: 'HelveticaNeueLTStd-Roman';margin-bottom: 30px;}
.service_conter .tender_box .tender_left{width:24%;height: 100%;float: left;box-sizing: border-box;padding: 25px 10px;}
.service_conter .tender_box .tender_left .tender_list{color: #4D4D4D;position: relative; font-size: 16px; line-height: 18px; margin: 25px 0;cursor: pointer;
    -webkit-box-shadow: 5px 5px 16px rgba(153,153,153,.13);
    -moz-box-shadow: 5px 5px 16px rgba(153,153,153,.13);
    box-shadow: 5px 5px 16px rgba(153,153,153,.13);
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;}
.service_conter .tender_box .tender_left .tender_list .tender_list_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.service_conter .tender_box .tender_left .tender_list .arrows{width: 30px;height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #1b1b1b;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_conter .tender_box .tender_left .tender_list .arrows img{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.service_conter .tender_box .tender_left .tender_list .arrows img.active{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.service_conter .tender_box .tender_right{width: 76%;position: relative;}
/*.service_conter .tender_box .tender_right img{width: 100%;}*/
.service_conter .tender_box .tender_left .tender_list ul{right: 0;top: 100%; display:none; background: #ffffff;z-index: 9}
.service_conter .tender_box .tender_left .tender_list ul li{position: relative; display: flex;align-items: center;color: #4D4D4D;font-size: 16px; line-height: 26px; padding: 10px 0;}
.service_conter .tender_box .tender_left .tender_list ul li span{margin-right: 5px;}
.service_conter .tender_box .tender_left .tender_list ul li span .icon02{display: none;}
.service_conter .tender_box .tender_left .tender_list.active .tender_list_title{border-bottom: 1px solid #ccc;}
.service_conter .tender_box .tender_left .tender_list.active ul{display: block}
.service_conter .tender_box .three_penp{ box-sizing: border-box;padding-left: 33px; flex-direction: column; justify-content: center; background:rgba(255,255,255,0.78); position: absolute;width:348px;height:333px; bottom: 0; left: 0%;}
.service_conter .tender_box .three_penp h6{ color: #333333;font-size: 24px; line-height: 30px; margin-top: 25px; margin-bottom: 30px;font-weight: bold;}
.service_conter .tender_box .three_penp p{ color: #333333;font-size: 16px; line-height: 30px; padding-right: 38px}
.service_conter .tender_box .tender_left .tender_list ul li.active1 .icon02{display: block;}
.service_conter .tender_box .tender_left .tender_list ul li.active1 .icon01{display: none;}


.service_conter .swiper_serice{ width: 80%; margin: 0 auto;padding-bottom: 70px;}
.service_conter .service_view_one .liucheng{ margin: 0 auto;text-align: center;}

.service_conter .conter_view02_beijing{
    position: absolute;
    top: 0px;
    right: -38px;
    opacity: .1;
    z-index: 111;
    transition: all .5s ease-in-out;
}
.service_conter .supply_beijing{
    position: absolute;
    top: 0px;
    left: -38px;
    opacity: .1;
    z-index: 111;
    transition: all .5s ease-in-out;
}
.liucheng img{ opacity: 0;}
.liuchengone {
    animation: changeanadvace1 1s linear forwards;
    opacity: 0;
}
.liuchengtwo {
    animation: changeanadvace1 1s linear forwards;
    animation-delay:1s;
    -webkit-animation-delay:1s;
    opacity: 0;
}
.liuchengthree {
    animation: changeanadvace1 1s linear forwards;
    animation-delay:2s;
    -webkit-animation-delay:2s;
    opacity: 0;
}
@keyframes changeanadvace1 {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/*服务 end*/

.hover_cover_img{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.hover_cover_img img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.hover_cover_img:hover img {
    transform: scale(1.08);
}
.cebian_nav{position: fixed;bottom: 20%; right: 5%; display: none;}
.cebian_nav:after{position:absolute;width: 1px;height: 62%;background: #D1D1D1; content: '';right: 9px;top: 21%;}
.cebian_nav .nav_right{margin-bottom: 45px;  text-align: right;}
.cebian_nav .nav_right:last-child{margin-bottom: 0px;}
.cebian_nav .nav_right a{display: flex; align-items: center;justify-content: space-between;}
.cebian_nav .nav_right span{color: #808080;width:90px;font-size: 16px;font-family: 'HelveticaNeueLTStd-Roman';margin-right: 25px;}
.cebian_nav .nav_right i{width: 18px;height: 18px;border: 1px solid #f5f5f5;background:#f5f5f5;border-radius: 50%;}
.cebian_nav .nav_right b{width:8px;height:8px;background:#CCCCCC;border-radius: 50%; display: block;margin: 4px;}

.cebian_nav .nav_right.active span{color: #4D4D4D;font-size: 16px;}
.cebian_nav .nav_right.active i{border: 1px solid #333333;}
.cebian_nav .nav_right.active b{width:8px;height:8px;background:#333333;margin: 4px;}

.home_conter .conter_view04 .new_wupin li img{ width:100%;}


[v-cloak] {
    display: none;
}


.pagelist{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.pagelist>div{
    display: flex;
    align-items: center;
}
.pagelist>div>div{
    line-height: 38px;
    border: 1px solid #eeeeee;
    font-size: 14px;
    color: #666666;
    margin: 0 5px;
    cursor: pointer;
}
.prevPage,.nextPage,.page{

    background: #fff;   width: 40px;
}
.firstPage,.lastPage{
    width: 90px;
    background: #fff;
}
.page{
    background: #ebebeb;
}
.page.active{
    background: #000;
    color: white;
}

.zz{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0,0,0,.9);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zz .zz-main{
    width: 857px;
    height: 650px;
    background: #fff;
    position: relative;
}
.zz .zz-main .boost_con{
    width: 100%;
    height: 94px;
    border-top: 1px solid #f5f5f5;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
}
.zz .zz-main .boost_con.feiOne{
    height: 46px;
}
.zz .zz-main .boost_con p{
    line-height: 94px;
    font-size: 18px;
    width: 50%;
    /*text-align: center;*/
}
.zz .zz-main .boost_con.feiOne p{
    font-size: 16px;
    line-height: 46px;
}
.zz .zz-main .closeBoost{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border: 2px solid #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    text-align: center;
    color: #666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 40px;
    cursor: pointer;
}
