@font-face {
  font-family: 'hima';
  src: url("./font/hima.TTF");
}
img{
  max-width: 100%;
}
/* 主菜单 */

.head{position: relative;width:100%;height:90px;z-index: 9999;}
.head .logo{font-size: 22px;font-weight: bold;color: #000000;width: 25%;padding-top: 20px; min-width: 320px;line-height: 28px;}
.head .logo img{margin-right: 15px;}
.head .nav{width: 63%}
.m_img{display: none;}
.head .nav ul li{box-sizing: border-box;z-index: 999;}
.head .nav ul li .f_a{position: relative; line-height:90px;font-size:16px;display: inline-block;padding: 0 25px;font-weight: bold;color: #000;}
.head .nav ul li .f_a span{position: absolute;right: 0px;top:43%;display: inline-block;height: 10px;width: 0px;border:1px solid #000;}
.head .nav ul li:hover .f_a{color: #FF7600; transition:all .3s}
/*.head .nav ul li:hover .f_a span{border-color: #FF7600; transition:all .3s}*/
.head .nav ul li .s_navbox{overflow:hidden; display:none;position: absolute;left: 0;top:90px;width: 100%;background: #FF7700;z-index: 9999;box-sizing: border-box}
.head .nav ul li .s_navbox .s_r{}
.head .nav ul li .s_navbox .row{height: 50px;line-height: 50px;}
.head .nav ul li .s_navbox .row a{font-size: 14px;margin-right: 40px; color: #fff;display: inline-block;}
.head .nav ul li .s_navbox .row a:hover{font-weight: bold;}
.m_nav{display:none}
.headlf .m_logo{display: none}
.headrg .m_menuimg{display: none}

/*小图标*/
.headlink {
    width: 124px;
    height: 36px;
    float: right;
    margin-top: 27px;
    margin-right: 0
}

.headlink a {
    display: block;
    width: 36px;
    height: 36px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.icon-search {
    background: url(../img/All-Icon.png) no-repeat 0 0;
    float: left;
    position: relative;
    border: 1px solid #ccc
}

.icon-search:hover {
    background-position: 0 0
}

.headlink .show.icon-search {
    border-color: #fff
}

.header-search {
    position: absolute;
    z-index: 999;
    top: -5px;
    right: 0;
    width: 0;
    height: 45px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 1px solid #384395;
    border-bottom: 1px solid #384395;
}

.show .header-search {
    width: 200px
}

.hs-input {
    width: 135px;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    float: left
}

.hs-submit {
    width: 40px;
    height: 45px;
    background: url(../images/All-Icon.png) no-repeat -122px -97px;
    float: right;
    cursor: pointer
}

.icon-menu {
    background: url(../images/All-Icon.png) no-repeat -72px 0;
    float: left;
    margin-left: 4px;
    border: 1px solid #ccc
}

.icon-menu:hover {
    background-position: -72px -36px
}

.icon-lang {
    background: url(../images/All-Icon.png) no-repeat -266px -216px;
    float: left;
    margin-left: 4px;
    border: 1px solid #ccc;
    position: relative;
}

.indexewm {
    position: absolute;
    top: 60px;
    left: -30px;
    width: 100px;
    height: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    z-index: 99999
}

.icon-lang:hover .indexewm {
    height: 100px
}

.icon-lang:hover {
    background-position: -266px -253px;
    background-color:  #FF7700;
}

.icon-search {
    background: url(../images/All-Icon.png) no-repeat 0 0;
    float: left;
    position: relative;
    border: 1px solid #ccc
}

.icon-search:hover {
    background-position: 0 0
}

.headlink .show.icon-search {
    border-color: #fff
}

/*侧边栏*/
.open-side .side-box {
    right: 0;
    opacity: 1;
    visibility: visible
}

.open-side #side-mask {
    display: block
}

.side-box {
    width: 325px;
    background: #FF7700;
    position: fixed;
    top: 0;
    right: -360px;
    height: 100%;
    z-index: 99999;
    padding: 35px 0 0 35px;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    visibility: hidden
}

a.side-close {
    display: block;
    width: 28px;
    height: 29px;
    background: url(../images/side-close.png) no-repeat
}

.side-title {
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 20px;
    margin-bottom: 10px
}

.side-dl {
    overflow: hidden;
    margin-top: 10px;
    width: 108px;
    float: left;
    height: 220px
}

.side-dl a {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.side-dl a:hover {
    color: #ccc;
    font-weight: bold;
}

.side-dl dt a {
    font-size: 15px;
    padding-bottom: 5px;
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px
}

.side-dl dd a {
    margin-right: 10px;
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700
}

.side-contact p {
    color: #cdd0d9;
    line-height: 22px
}

.side-contact a.tel {
    color: #cdd0d9
}

.side-box.smallwidth {
    padding: 20px 0 0 35px
}

.smallwidth .side-title {
    padding-bottom: 0
}

.smallwidth .side-dl {
    height: 200px
}

/*banner*/
.banner{
   position: relative;
   z-index: 0;
   overflow: hidden;
}
.banner .phone{
  display: none;
}
.swiper {
   width: 100%;
   height: 100%;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
   width: 60px;
   height: 60px;
}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after{
   content: '';
}
.banner .swiper-button-next{
   background: url(../images/R1.png) no-repeat center;
}
.banner .swiper-button-prev{
   background: url(../images/L1.png) no-repeat center;
}
.banner .swiper-button-next:hover{
   background: url(../images/R2.png) no-repeat center;
}
.banner .swiper-button-prev:hover{
   background: url(../images/L2.png) no-repeat center;
}
.swiper-slide {
   text-align: center;
   font-size: 18px;
   background: #fff;
}

.swiper-slide img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.swiper {
   margin-left: auto;
   margin-right: auto;
}


/*列表*/
.banlist {
   position: absolute;
   width: 100%;
   left: 0px;
   bottom: 0px;
   background: #000;
   z-index: 999999;
}
.banlist .container{
   position: relative;
}
.banlist a{
   color: #fff;
}
.banlist .b_box{
   width: 24.5%;
   background: #FF9A00;
   padding: 1.5% 2.5%;
   box-sizing: border-box;
   font-size: 20px;
   text-transform: uppercase;
   color: #fff;
   position: absolute;
   bottom: 0px;
}
.banlist .b_box.b1{
   left: 0px;
}
.banlist .b_box.b2{
   left: 25.15%;
   background: #00A7A6;
}
.banlist .b_box.b3{
   right: 25.15%;
   background: #FF3500;
}
.banlist .b_box.b4{
   right: 0px;
   background: #006EE6;
}
.banlist .b_box p:nth-child(2){
   font-size: 18px;
}
.banlist .b_box img{
   margin-top: 0%;
   visibility: hidden;
   transition: all 0.5s;
   opacity: 0;
}
.banlist .b_box:after{
   content: '';
   position: absolute;
   width: 47px;
   height: 47px;
   transition: all 0.5s;
   background: url(../images/b1.png) no-repeat center;
   right: 7.5%;
   top: 27.5%;
}
.banlist .b_box.b2:after{
  background: url(../images/b2.png) no-repeat center;
}
.banlist .b_box.b3:after{
   background: url(../images/b3.png) no-repeat center;
}
.banlist .b_box.b4:after{
   background: url(../images/b4.png) no-repeat center;
}
.banlist .b_box:hover{
   padding: 2.5% 2%;
}
.banlist .b_box:hover img{
   opacity: 1;
   margin-top: 4%;
   visibility: visible;
}
.banlist .b_box:hover:after{
   opacity: .6;
}

/*首页新闻版块*/
.index_news{
   margin:40px 0;
}
.index_news .index_news_box{
   width: 31.5%;
   overflow: hidden;
   position: relative;
   text-align: left !important;
}
.index_news .index_news_box span.title{
   font-size: 26px;
   color: #FD7500;
   font-weight: lighter;
   display: block;
   line-height: 26px;
   margin-bottom: 15px;
}
.index_news .index_news_box span.title_box{
   background: #FD7500;
   color: #fff;
   display: inline-block;
   padding: 6px 20px;
   font-size: 18px;
}
.index_news .index_news_box .swiper{
  height: auto;
  padding-bottom: 90px;
}
.index_news .index_news_box .swiper .swiper-slide{
  text-align: left;
}
.index_news .index_news_box .mySwiper h3{
   margin: 4% 0 0 0;
   font-size: 24px;
   line-height: 24px;
}
.index_news .index_news_box .mySwiper a:hover {
   color: #FF6C00;
}
.index_news .index_news_box .mySwiper .x{
   border-top:1px solid #ccc;
   margin:4% 0;
}
.index_news .index_news_box .mySwiper .content{
   line-height: 24px;
   font-size: 14px;
   color: #555555;
}
.index_news .swiper{
   /*padding-bottom: 80px;*/
}
.index_news .swiper-button-next,.index_news .swiper-button-prev{
   top: 90%;
}
.index_news .swiper-button-prev::after,.index_news .swiper-button-next::after{
   content: '';
}
.index_news .swiper-button-prev{
   width: 46px;
   height: 46px;
   background: url(../images/L2.jpg) no-repeat center;
   left: 0px;
}
.index_news .swiper-button-next{
   width: 46px;
   height: 46px;
   background: url(../images/R2.jpg) no-repeat center;
   left: 47px !important;
}
.index_news .swiper-button-prev:hover{
   background: url(../images/L1.jpg) no-repeat center;
}
.index_news .swiper-button-next:hover{
   background: url(../images/R1.jpg) no-repeat center;
}

/*招商合作*/
.index_zs{
   width: 66%;
}
.index_zs .zs_in{
   width: 61.5%;
   overflow: hidden;
   position: relative;
}
.index_zs .zs_in .swiper-pagination{
   text-align: right;
   padding: 0 2%;
   box-sizing: border-box;
}
.index_zs .zs_in .swiper-pagination-bullet{
   background: #fff;
   opacity: .8;
}
.index_zs .zs_in .swiper-pagination-bullet-active{
   background: #FF7400;
   width: 20px;
   border-radius: 20px;
}
.index_zs .zs_img{
   width: 37.5%;
   display: flex;
   background-image: url(../images/zs.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   align-items: center;
   vertical-align: middle;
   justify-content: center;
   color: #fff;
   font-size: 30px;
   text-transform: uppercase;
   text-align: center;
   line-height: 50px;
}
.index_zs .zs_img a{
   color: #fff;
}
.index_zs .zs_img p:last-child{
   font-size: 18px;
   line-height: 18px;
}

/*底部开始*/
.footer{
   padding: 30px 0;
   background: #000;
   color: #AAAAAA;
   font-size: 15px;
}
.footer a{
   color: #AAAAAA;
}
.footer .er{
   width: 30%;
}
.footer .er img{
   width: 86px;
   height: 86px;
   margin-right: 15px;
}
.footer .er p:nth-child(2){
   margin-top: 20px;
}
.footer .add{
   width: 70%;
   text-align: right;
   padding-top: 15px;
}
.footer .add p:first-child{
   margin-bottom: 8px;
}
.footer .add p span{
   display: inline-block;
   margin-left: 40px;
}
.footer .add a:hover{
   color: #fff;
}


/*-------------------------内页开始---------------------------*/
.fixed-banner{
   height: 300px;
}
.common-inner{
   background: #F7F9FC;
   padding: 45px 0;
}
.common-inner .container.globox{
   background: #fff;
}
.common-inner .company_left{
   width: 28.5%;
   text-align: right;
}
.common-inner .sider{
   width: 100%;
}
.common-inner .sider .sider_title{
   font-size: 30px;
   line-height: 36px;
   color: #fff;
   background: url(../images/xbj.jpg)no-repeat center;
   text-transform: uppercase;
   padding: 5% 0;
   padding: 9% 8%;
   box-sizing: border-box;
}
.common-inner .sider .sider_title p:first-child{
   font-size: 30px;
   font-weight: bold;
}
.common-inner .sider .sider_title p:last-child{
   font-family: 'hima';
   font-size: 50px;
   margin-top: 8px;
}
.common-inner .sider .com_list_text{
   margin-top: 20px;
   margin-bottom: 40px;
}
.common-inner .sider .com_list_text h4{
   display: inline-block;
   background: #FF9900;
   font-size: 18px;
   color: #fff;
   padding: 4% 7% 4% 18%;
   border-top-left-radius: 40px;
   border-bottom-left-radius: 40px;
   margin-top: 20px;
}
.common-inner .sider .com_list_text h4 b{
  display: none;
}
.common-inner .sider .com_list_text ul li{
   display: block;
}
.common-inner .sider .com_list_text ul li:nth-child(2){
   margin-top: 10px;
}
.common-inner .sider .com_list_text ul li span{
   display: inline-block;
   background: #F4F8FD;
   font-size: 18px;
   padding: 3% 7% 3% 18%;
   border-top-left-radius: 40px;
   border-bottom-left-radius: 40px;
   margin-top: 10px;
}
.common-inner .company_right{
   width: 71.5%;
   padding: 4%;
   box-sizing: border-box;
}
.common-inner .company_right .tag_box{
   background: url(../images/cbj.jpg) no-repeat center;
   display: flex;
   height: 350px;
   align-items: center;
   padding-left: 6%;
   box-sizing: border-box;
   margin-bottom: 40px;
}
.common-inner .company_right .tag_box h3{
   font-size: 24px;
   font-weight: bold;
}
.common-inner .company_right .tag_box .tags{
   font-size: 15px;
   line-height: 26px;
   margin-top: 10px;
}
.common-inner .company_right .tag_box .t{
   width: 60%;
}
.common-inner .company_right .content p{
   font-size: 15px;
}

/*集团简介*/
.jtjj .title{
   font-size: 24px;
}
.jtjj .title p:last-child{
   font-size: 80px;
   line-height: 80px;
   margin-bottom: 0px;
   background-image: linear-gradient(left,#FF9200,#FF3400);
   background-image: -webkit-linear-gradient(left,#FF9200,#FF3400);
   background-image: -o-linear-gradient(left,#FF9200,#FF3400);
   background-image: -moz-linear-gradient(left,#FF9200,#FF3400);
   -webkit-background-clip:text;
   -webkit-text-fill-color:transparent;
   font-family: 'hima';
}
.jtjj .video{
   margin-top: 30px;
}
.jtjj .video .iframe-video{
   width: 67%;
}
.jtjj .video .hd{
   width: 33%;
   display: flex;
   font-size: 30px;
   color: #fff;
   text-align: center;
   justify-content: center;
   align-items: center;
   background-image: url(../images/hd.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}

/*企业年志*/
.history.container{
   position: relative;
}
.common-inner .his_title h3{
   font-size: 30px;
   color: #FF7700;
}
.common-inner .his_title p{
   font-size: 20px;
}
.history .list .year{
   font-size: 26px;
}
.history .list{
   margin: 40px auto 0;
   width: 1250px;
}
.history.container:before{
   content: '';
   display: block;
   width: 100%;
   height: 0px;
   border:1px solid #ccc;
   position: absolute;
   left: 0px;
   top: 264px;
   z-index: 0;
}
.history .list b{
   display: inline-block;
   width: 12px;
   height: 12px;
   border:4px solid #FF7700;
   border-radius: 50%;
   margin:20px auto 40px;
   background: #fff;
}
.history .list .h1{
   width: 11%;
   box-sizing: border-box;
   font-size: 20px;
   padding-top: 81px;
   position: relative;
   z-index: 2;
   text-align: center;
}
.history .list .h2{
   width: 56%;
   box-sizing: border-box;
   text-align: center;
   position: relative;
   z-index: 2;
}
.history .list .h2 img{
   border:1px solid #ccc;
   border-radius: 50%;
   margin:0 auto 25px;
   padding: 4px;
}
.history .list .h2 span{
   display: inline-block;
   width: 50px;
   height: 0px;
   border:2px solid #FF7600;
   margin:10px auto 20px;
}
.history .list .h2 .content{
   font-size: 20px;
   line-height: 30px;
}
.history .list .h1 .content{
   writing-mode : vertical-lr;
   border-left:1px solid #ccc;
   width: 100%;
   display: flex;
   text-align: left;
}
.history .list .h1 .content div{
   align-self: center;
}
.history .list .h1:nth-child(2) .content{
   border-right:1px solid #ccc;
}
.history .list .h1:last-child .content{
   border-left:1px solid #ccc;
   border-right:1px solid #ccc;
}

/*荣誉资质*/
.common-inner .honor{
   background: #F6F9FF;
   padding: 3% 5%;
   margin:35px 0 0;
}
.common-inner .honor .title{
   width: 19%;
   padding-top: 20px;
}
.common-inner .honor .content{
   width: 75%;
   border-bottom: 1px solid #ccc;
   padding-bottom: 2.5%;
   margin-bottom: 2.5%;
}
.common-inner .honor .honor_box .title  h3{
   font-size: 30px;
   display: block;
   font-weight: bold;
}
.common-inner .honor .honor_box .title img{
   float: right;
   margin-top: -12px;
}

.common-inner .honor .content .c,
.common-inner .honor .content .img{
   width: 45%;
}
.common-inner .honor .content .img .cici{
   width: 48%;
   border:2px solid #FF7700;
   box-sizing: border-box;
}
.common-inner .honor .content .img .cici img{
  transition: all 0.5s ease;
}
.common-inner .honor .content .c{
   line-height: 30px;
   font-size: 16px;
   padding-top: 15px;
   padding-left: 10px;
   box-sizing: border-box;
}
.common-inner .honor .content .c p{
   position: relative;
   padding-left: 25px;
}
.common-inner .honor .content .c p:before{
   content: '';
   position: absolute;
   width: 10px;
   height: 10px;
   background: #ccc;
   display: inline-block;
   left: 0px;
   top: 10px;
   transform: rotate(45deg);
}
.common-inner .honor .content .img .cici:hover img{
  transform: scale(1.1);
}

/*组织架构*/
.zzjg .content{
   margin-top: 35px;
}
.zzjg .phone{
  margin-top: 35px;
  display: none;
}

/*应聘渠道*/
.qd.common-inner{
   padding: 0px;
}
.qd.common-inner .cici{
   width: 100%;
}
.qd.common-inner .cici.phone{
  display: none;
}

/*人才培养*/
.join_title{
   text-align: center;
}
.join_title p.en{
   font-size: 60px;
   line-height: 38px;
   text-transform: uppercase;
   font-weight: lighter;
   color: #555;
   font-family: 'hima';
}
.join_title h3{
   font-size: 34px;
   font-weight: bold;
}
.join_title h3 b{
   color: #FF7700;
}
.join_title p{
   font-size: 18px;
}
.common-inner.jobs{
   background: #fff;
}
.common-inner.jobs .py{
   background: url(../images/py.jpg) no-repeat bottom;
}
.common-inner.jobs .py ul{
   padding:50px 0 90px;
}
.common-inner.jobs .py ul li{
   width: 155px;
   height: 174px;
   background: url(../images/lbx.png) no-repeat center;
   text-align: center;
   color: #fff;
   margin:0 1%;
   display: flex;
   justify-content: center;
   align-items: center;
}
.common-inner.jobs .py ul li .num{
   font-size: 36px;
   line-height: 40px;
}
.common-inner.jobs .py ul li .title{
   font-size: 20px;
}
.common-inner.jobs .py ul li .content{
   font-size: 14px;
}


/*培训提升*/
.common-inner .pxts{
   background: url(../images/pxts.jpg) no-repeat center;
   padding: 70px 0;
}
.common-inner .pxts .text{
   width: 32%;
   color: #fff;
   padding-top: 5%;
}
.common-inner .pxts .text .list div.h{
   display: none;
}
.common-inner .pxts .img{
   width: 60%;
   overflow: hidden;
   position: relative;
}
.common-inner .pxts p.en{
   font-size: 38px;
   line-height: 45px;
   text-transform: uppercase;
   font-weight: lighter;
   color: #fff;
}
.common-inner .pxts h3{
   font-size: 34px;
   font-weight: bold;
   margin-top: 4px;
}
.common-inner .pxts h3 b{
   color: #FF7700;
}
.common-inner .pxts p{
   font-size: 24px;
}
.common-inner .pxts span.heng{
   display: inline-block;
   width: 50px;
   height: 0px;
   border:1px solid #FF7700;
   margin:20px 0;
}
.common-inner .pxts .h4{
   font-size: 21px;
   font-weight: bold;
   margin-bottom: 20px;
}
.common-inner .pxts .content p{
   font-size: 16px;
   line-height: 24px;
}
.common-inner .pxts .img .swiper{
   height: auto;
}
.common-inner .pxts .img .small{
   width: 100%;
   position: absolute;
   left: 0px;
   bottom: 0;
   background: rgb(0,0,0,.8);
   z-index: 99;
}
.common-inner .pxts .img .small p{
   position: relative;
   width: 100%;
}
.common-inner .pxts .img .small img{
   max-height: 450px;
}
.common-inner .pxts .img #py1{
   width: 80%;
   margin:0 auto;
   padding: 2% 0;
   box-sizing: border-box;
   overflow: hidden;
}
.common-inner .pxts .img .small .swiper-slide{
   border:1px solid #fff;
   box-sizing: border-box;
   cursor: pointer;
}
.common-inner .pxts .img .small .swiper-slide.swiper-slide-thumb-active{
   border:1px solid #FF7700;
}
.common-inner .pxts .img .small .swiper-button-next::after, 
.common-inner .pxts .img .small .swiper-button-prev::after{
   font-size: 25px;
}
.common-inner .pxts .img .small .swiper-button-next,
.common-inner .pxts .img .small .swiper-button-prev{
   color: #fff;
}
.common-inner .pxts .img .small .swiper-button-next{
   right: 5%;
}
.common-inner .pxts .img .small .swiper-button-prev{
   left: 5%;
}

/*基层党组织*/
.common-inner .dzz{
   background: url(../images/dzz.jpg) no-repeat center;
   padding: 70px 0 80px;
   text-align: center;
   position: relative;
   overflow: hidden;
}
.common-inner .dzz h4{
   font-size: 34px;
   font-weight: bold;
   margin-bottom: 5px;
}
.common-inner .dzz .container{
  overflow: hidden;
}
.common-inner .dzz p{
   font-size: 18px;
   margin-bottom: 40px;
}
.common-inner .dzz .swiper-pagination{
   bottom: 35px;
}

/*对标学习*/
.common-inner .study{
   padding-top: 70px;
   padding-bottom: 50px;
   position: relative;
}
.common-inner .study .container{
   overflow: hidden;
}
.common-inner .study .join_title{
  padding-top: 5px;
}
.common-inner .study .swiper{
   margin-top: 35px;
}
.common-inner .study .text{
   background: #F8FAFC;
   padding: 8% 3%;
   box-sizing: border-box;
   font-size: 15px;
}
.common-inner .study .text .title{
   font-size: 18px;
   margin-bottom: 10px;
}
.common-inner .study .swiper-slide img{
   max-height: 230px;
}
.common-inner .study .swiper-slide:hover img{
   transform: scale(1.1);
}
.common-inner .study .swiper-slide .cici{
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
}
.study .swiper-pagination-bullet-active,
  .dzz .swiper-pagination-bullet-active{
    width: 20px;
    border-radius:30px;
    background: #FF7700
  }


/*企业文化*/
.common-inner.culture{
   background: #fff;
}
.common-inner.culture .comc .row{
   margin-top: 35px;
}
.common-inner.culture .comc .row li{
   width: 32.5%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   color: #fff;
   margin: 0 1.25% 1.25% 0;
   padding: 2% 2%;
   box-sizing: border-box;
}
.common-inner.culture .comc .row li:nth-child(3n){
   margin-right: 0px;
}
.common-inner.culture .comc .row li .text{
   display: flex;
   align-items: center;
   justify-content: center;
}
.common-inner.culture .comc .row li .title{
   font-size: 22px;
   margin-bottom: 4px;
}
.common-inner.culture .comc .row li .content{
   font-size: 16px;
}
.common-inner.culture .comc .row li .num{
   font-size: 68px;
   color: #FF7700;
   font-weight: lighter;
}


/*红色物业*/
.common-inner.culture .red{
   padding: 60px 0 70px;
   position: relative;
   overflow: hidden;
}
.common-inner.culture .red .container{
  overflow: hidden;
}
.common-inner.culture .red .join_title p.en{
  margin-bottom: -3px;
  margin-top: 3px;
}
.common-inner.culture .swiper{
   margin-top: 35px;
}
.common-inner.culture .red .swiper-pagination{
   bottom: 25px;
}

/*标准化体系*/
.common-inner.culture .system .sys{
   margin-top: 35px;
   background-image: url(../images/sys.jpg);
   background-position: center;
   background-repeat: repeat-y;
   padding: 70px 0;
   box-sizing: border-box;
}
.common-inner.culture .system .sys .title{
   color: #fff;
   text-align: center;
   font-size: 30px;
}
.common-inner.culture .system .sys ul {
   margin-top: 40px;
}
.common-inner.culture .system .sys ul li{
   width: 31%;
   background: #fff;
   border-radius: 5px;
   margin-right: 1.5%;
   padding: 2% 1.5%;
   box-sizing: border-box;
}
.common-inner.culture .system .sys ul li:last-child{
   margin-right: 0px;
}
.common-inner.culture .system .sys ul li .t{
   font-size: 30px;
   color: #FF7700;
   display: inline-block;
   margin:0 auto;
   position: relative;
}
.common-inner.culture .system .sys ul li .t:after{
   position: absolute;
   content: '';
   width: 12px;
   height: 12px;
   background: url(../images/jd.png) no-repeat center;
   right: -14px;
   top: 0px;
}
.common-inner.culture .system .sys ul li .cici{
   margin:10px 0 20px;
}
.common-inner.culture .system .sys ul li .content p{
   font-size: 16px;
   line-height: 29px;
}

/*可视化*/
.common-inner.culture .view{
   padding: 70px 0 30px;
}
.common-inner.culture .view .text{
   width: 48%;
}
.common-inner.culture .view .tab{
   width: 50%;
   position: relative;
   height: 100%;
}
.common-inner.culture .view .text h3{
   font-size: 30px;
   font-weight: bold;
}
.common-inner.culture .view .text .tag{
   font-size: 16px;
   line-height: 28px;
   margin:10px 0 20px;
}
.common-inner.culture .view .text .ll .dis{
  display: none;
}
.common-inner.culture .view .text ul li{
   width: 31.5%;
   margin-bottom: 2%;
}
.common-inner.culture .view .text ul li p.title{
   font-size: 18px;
   color: #FF7700;
   margin-bottom: 15px;
}
.common-inner.culture .view .text ul li .content{
   font-size: 16px;
   line-height: 29px;
}

.common-inner.culture .view .tab .panes .pane{
   display: none;
}
.common-inner.culture .view .tab ul{
   position: absolute;
   left: 0px;
   bottom: 0px;
   background: rgb(0,0,0,.6);
   color: #fff;
   width: 100%;
}
.common-inner.culture .view .tab ul li{
   border-right: 1px solid #ccc;
   box-sizing: border-box;
   width: 25%;
   padding: 3% 0;
   text-align: center;
   font-size: 18px;
   cursor: pointer;
}
.common-inner.culture .view .tab ul li:last-child{
   border:none;
}
.common-inner.culture .view .tab ul li.hit{
   background-image: linear-gradient(top,#FF8F00,#FF3900);
   background-image: -webkit-linear-gradient(top,#FF8F00,#FF3900);
   background-image: -o-linear-gradient(top,#FF8F00,#FF3900);
   background-image: -moz-linear-gradient(top,#FF8F00,#FF3900);
}



/*新闻中心*/
.common-inner.news{
   background: #fff;
}
.common-inner.news ul li{
   border-bottom: 1px solid #ccc;
   padding-bottom: 35px;
   margin-bottom: 35px;
}
.common-inner.news ul li .time{
   font-size: 24px;
   color: #FF7700;
   width: 11%;
   padding-top: 15px;
}
.common-inner.news ul li .text{
   width: 62%;
   padding-top: 15px;
}
.common-inner.news ul li .img{
   width: 21%;
}
.common-inner.news ul li .img img{
   max-height: 150px;
}
.common-inner.news ul li .text h4{
   font-size: 22px;
   font-weight: bold;
}
.common-inner.news ul li .text .content{
   font-size: 16px;
   line-height: 26px;
   margin:8px 0 13px;
}
.common-inner.news ul li .text .more{
   color: #555555;
}
.common-inner.news ul li:hover h4,
.common-inner.news ul li:hover .more{
   color: #FF7700;
}
.common-inner.news ul li:hover{
   border-bottom: 1px solid #FF7700;
}
.common-inner.news .info_time{
   width: 9%;
   text-align: center;
}
.common-inner.news .news-detail{
   width: 64%;
}
.common-inner.news .page{
   width: 22%;
   background: #EDEDED;
   padding: 2%;
   box-sizing: border-box;
   height: 100%;
   font-size: 16px;
}
.common-inner.news .info_time .time_box .day{
   background: #EEEEEE;
   font-size: 45px;
   line-height: 45px;
   color: #FF7700;
   padding: 15px 0;
}
.common-inner.news .info_time .time_box .month{
   font-size: 16px;
   padding: 8px 0;
   color: #fff;
   background-image: linear-gradient(top,#FF8F00,#FF3900);
   background-image: -webkit-linear-gradient(top,#FF8F00,#FF3900);
   background-image: -o-linear-gradient(top,#FF8F00,#FF3900);
   background-image: -moz-linear-gradient(top,#FF8F00,#FF3900);
}
.common-inner.news .news-detail .h3{
   font-size: 30px;
   font-weight: bold;
   margin-bottom: 5px;
}
.common-inner.news .news-detail .b{
   font-size: 16px;
}
.common-inner.news .news-detail-title{
   padding-bottom: 10px;
   border-bottom: 1px solid #ccc;
}
.common-inner.news .news-detail .content{
   padding-top: 35px;
}
.common-inner.news .news-detail .content .img{
   margin: 20px auto;
}
.common-inner.news .page .page-a{
   font-size: 0px;
}
.common-inner.news .page .page-a a{
   font-size: 16px;
   color: #555;
   transition: all 0.5s;
}
.common-inner.news .page p{
   font-weight: bold;
   margin-bottom: 5px;
}
.common-inner.news .page .p2{
   border-top:1px solid #ccc;
   margin-top: 15px;
   padding-top: 15px;
}
.common-inner.news .page a:hover{
   color: #FF5A00;
}

/*分享模块*/
.sharebox .t {font-size: 16px;margin-top: 20px;}
.sharebox .bshare-custom { height: 194px; width: 40px; overflow: hidden; margin:20px auto;}
.sharebox .bshare-custom a { margin-bottom: 10px; padding: 0; width: 40px; height: 42px; background: url(../images/share.jpg) no-repeat 0 0; overflow: hidden; }
.sharebox .bshare-custom .bshare-weixin { background-position: 0px 0; }
.sharebox .bshare-custom .bshare-sinaminiblog { background-position: 0px 0; }
.sharebox .bshare-custom .bshare-qzone { background-position: 0px -139px; }
.sharebox .bshare-custom .bshare-qqim { background-position: 0px -95px; }
.sharebox .bshare-custom .z-qzone{position: relative; float: left ;margin-bottom: 5px; width: 40px; height: 42px; overflow: hidden; border-radius: 50%;}
.sharebox .bshare-custom .z-qzone:after{content: ""; display: block; width: 100%; height:100%; position: absolute; left:0; top:0; z-index: 5; background: url(../images/share.jpg) no-repeat 0px -49px; pointer-events: none;}
.sharebox .bshare-custom .z-qzone:hover{opacity: .8;}


/*运营项目*/
/*窗口型*/
.common-inner .window{
  padding: 40px 0;
}
.common-inner .window .img{
  overflow: hidden;
  position: relative;
}
.common-inner .window .img .swiper{
   height: auto;
}
.common-inner .window .img .small{
   width: 100%;
   position: absolute;
   left: 0px;
   bottom: 0;
   background: rgb(0,0,0,.8);
   z-index: 99;
}
.common-inner .window .img .small p{
   position: relative;
   width: 100%;
}
.common-inner .window .img .small img{
   max-height: 450px;
}
.common-inner .window .img #py3{
   width: 80%;
   margin:0 auto;
   padding: 2% 0;
   box-sizing: border-box;
   overflow: hidden;
}
.common-inner .window .img .small .swiper-slide{
   border:1px solid #fff;
   box-sizing: border-box;
   cursor: pointer;
}
.common-inner .window .img .small .swiper-slide.swiper-slide-thumb-active{
   border:1px solid #FF7700;
}
.common-inner .window .img .small .swiper-button-next::after, 
.common-inner .window .img .small .swiper-button-prev::after{
   font-size: 25px;
}
.common-inner .window .img .small .swiper-button-next,
.common-inner .window .img .small .swiper-button-prev{
   color: #fff;
}
.common-inner .window .img .small .swiper-button-next{
   right: 5%;
}
.common-inner .window .img .small .swiper-button-prev{
   left: 5%;
}


/*创新型*/
.common-inner.project{
   padding: 0px;
   background: #fff;
}
.common-inner.project .project_left{
   width: 66%;
}
.common-inner.project .project_right{
   width: 28.5%;
   background: #F7F9FC;
   padding-bottom: 40px;
}
.common-inner.project .project_right .sider_title{
   padding: 12% 10% 3%;
   box-sizing: border-box;
   font-size: 30px;
   text-transform: uppercase;
}
.common-inner.project .project_right .sider_title .en{
   font-size: 50px;
   line-height: 40px;
   margin-bottom: 8px;
   font-family: 'hima';
}
.common-inner.project .project_right .sider_title .title{
   font-weight: bold;
}
.common-inner .sider .com_list_text ul li{
   display: block;
}
.common-inner.project .project_right .prosider .com_list_text ul li span {
  display: inline-block;
  background: #E9F0FA;
  font-size: 18px;
  padding: 3% 20% 3% 11%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-top: 10px;
}
.common-inner.project .project_right .prosider .com_list_text ul li.active span{
   background-image: linear-gradient(bottom,#FF8F00,#FF3900);
   background-image: -webkit-linear-gradient(bottom,#FF8F00,#FF3900);
   background-image: -o-linear-gradient(bottom,#FF8F00,#FF3900);
   background-image: -moz-linear-gradient(bottom,#FF8F00,#FF3900);
   color: #fff;
}
.common-inner.project .project_left .box{
   padding: 6% 0 45px;
   font-size: 16px;
}
.common-inner.project .project_left .box h3{
   font-size: 36px;
   color: #FF7700;
   font-weight: bold;
   line-height: 36px;
   background-image: linear-gradient(top,#FF9200,#FF3400);
   background-image: -webkit-linear-gradient(top,#FF9200,#FF3400);
   background-image: -o-linear-gradient(top,#FF9200,#FF3400);
   background-image: -moz-linear-gradient(top,#FF9200,#FF3400);
   -webkit-background-clip:text;
   -webkit-text-fill-color:transparent;
   margin-bottom: 20px;
}

/*运营版图*/
.common-inner.map{
   padding: 45px 0 45px;
   background: #fff;
}
.common-inner.map .window{
   margin-top: 35px;
}

/*未来可期*/
.lump_bg{position: absolute; left:0; top:0; width:100%; height:100%; background:no-repeat center;}
.w_lump{overflow:hidden;}
.w_lump .w1200{height:100%; position:relative; z-index: 50;}
.ri_wr{float: right; position:relative; width:25%;padding: 0 3%;box-sizing: border-box; height:100%; border-left:1px solid rgba(255,255,255,.15) !important;}
.scr_lump1{margin-bottom: 10px;}
.scr_lump1 .ri_wr .btn_box .btn{-webkit-transition: all .4s; transition: all .4s;}
.scr_lump1{position:relative; height:414px;}
.cnt_wr{height: 100%}
.cnt_wr .rob{height: 100%;}
/*.scr_lump1 .cnt_wr{position:relative; z-index: 5; height:100%; background:url(../images/csr_k2_shade.png) no-repeat center;}
*/.scr_lump1 .ri_wr{border-left:1px solid #2f5ba3;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 24px;}
@-webkit-keyframes z_close {
    0%{-webkit-transform:scale(1.2); transform:scale(1.2); opacity:0;}
    100% {-webkit-transform:scale(1); transform:scale(1); opacity:1;}
}
@keyframes z_close {
    0%{-webkit-transform:scale(1.2); transform:scale(1.2); opacity:0;}
    100% {-webkit-transform:scale(1); transform:scale(1); opacity:1;}
}
.z_close{-webkit-animation-name:z_close; animation-name:z_close;}

@keyframes fadeInUp50 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp50 {
    -webkit-animation-name: fadeInUp50;
    animation-name: fadeInUp50;
}


/*招商合作*/
.common-inner.zs_box{
  background: #fff;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.common-inner.zs_box .phone{
  display: none;
}

.common-inner.zs_box .swiper-button-next, .common-inner.zs_box .swiper-button-prev{
   width: 60px;
   height: 60px;
}
.common-inner.zs_box .swiper-button-prev::after,
.common-inner.zs_box .swiper-button-next::after{
   content: '';
}
.common-inner.zs_box .swiper-button-next{
   background: url(../images/R1.png) no-repeat center;
}
.common-inner.zs_box .swiper-button-prev{
   background: url(../images/L1.png) no-repeat center;
}
.common-inner.zs_box .swiper-button-next:hover{
   background: url(../images/R2.png) no-repeat center;
}
.common-inner.zs_box .swiper-button-prev:hover{
   background: url(../images/L2.png) no-repeat center;
}
.common-inner.zs_box .swiper-pagination-bullet{
   background: #fff;
   opacity: .8;
}
.common-inner.zs_box .swiper-pagination-bullet-active{
   background: #FF7400;
   width: 40px;
   border-radius: 20px;
}

/*分页*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 30px 0 0px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 13px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #FF7700;
  background: #FF7700;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}


/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
   .nav ul li .f_a{font-size:14px}
   .nav ul li .s_navbox .s_a a{font-size:12px}
   .foot_top ul{margin-left:60px}
   .nav ul li .s_navbox .s_a{width:100%}
}
  