html {
    height: 100%;
	-moz-user-select: none; /*火狐*//*选中文字时避免出现蓝色背景*/
      -webkit-user-select: none; /*webkit浏览器*//*选中文字时避免出现蓝色背景*/
      -ms-user-select: none; /*IE10*//*选中文字时避免出现蓝色背景*/
      user-select: none;/*选中文字时避免出现蓝色背景*/
}
ul,li,dl,dd,dt,p,ol,h1,h2,h3,h4,h5{
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: 'HanYaHei';   /*字体名称*/
    src: url('../font/SOURCEHANSANSCN-HYYHKH55w.ttf');       /*字体源文件*/
}
@font-face {
    font-family: 'nouve';   /*字体名称*/
    src: url('../font/nouvelle_vague_final.ttf');       /*字体源文件*/
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family:HanYaHei, Arial, sans-serif;
    font-size: 12px;
    color: #434544;
	-moz-user-select: none; /*火狐*//*选中文字时避免出现蓝色背景*/
      -webkit-user-select: none; /*webkit浏览器*//*选中文字时避免出现蓝色背景*/
      -ms-user-select: none; /*IE10*//*选中文字时避免出现蓝色背景*/
      user-select: none;/*选中文字时避免出现蓝色背景*/
}
div{
    z-index: 5
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.height-img{
    height: auto;
}
a{text-decoration: none;color: #434544;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
    -moz-user-select: none;}
a:hoer{text-decoration: none;color: #434544;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
    -moz-user-select: none;}
*{margin:0;}
 li{list-style-type:none;} 
.wraping{width:1400px; height: auto;}
.cursor-event{width:100%; height: auto; overflow: hidden;}
#banner_box{padding-top: 0;width:100%; height: auto; overflow: hidden; }
.header{ position: fixed; top:0; left:0; width:100%; height: auto; background: rgb(74, 73, 73,.3); padding:10px 0; text-align: center;
/*box-shadow: 0 0 2px rgb(0,0,0,.4);*/    z-index: 9;
}
.header img{ max-width: 100%; height: auto; overflow: hidden; }

/*banner*/
.lubo{ width: 100%; min-width:1000px;clear: both; position: relative; height:560px;}
.mobile{display: none;}
.pc{display: block;}
  .lubo_box{ position: relative; width: 100%; height:560px; }
  .lubo_box li{ float: left;position: absolute; top: 0; left: 0; width: 100%; height:560px; opacity: 0;filter:alpha(opacity=0);}
  .lubo_box li a{ display: block;width: 100%;  height: 100%;}

  .lubo_box li img{ width: 100%; height: 486px;}

  /*圆点*/
  .cir_box{ overflow: hidden; position: absolute; z-index: 100;}
  .cir_box li{ float: left; width: 30px; height: 1px; margin:0 5px; cursor: pointer; background: #fff; opacity: 0.8;filter:alpha(opacity=80);}
  .cir_on{ background: #000 !important;}

  /*按钮*/
  .lubo_btn{ position: absolute; width: 100%; top: 260px;}
  .left_btn, .right_btn{ 
    width: 30px; 
    height: 80px; 
    background: #000;
    opacity: 0;
    filter:alpha(opacity=50); 
    cursor: pointer; 
    color: #fff; 
    line-height: 80px; 
    font-size: 30px; 
    text-align: center;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    transition: all .6s;
}
  .left_btn{ float: left;}
  .right_btn{ float: right;}
.lubo:hover .left_btn,.lubo:hover .right_btn{opacity: 0.5;}
.w_banner{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 100%;
}
.section-banner{
    position: relative;
    overflow: hidden;
    /*height: calc(100vh - 51px);*/
    height: 99vh;
}

.w_banner{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 100%;
}
.w_banner .banner20 img{
    width: 100%;
    height: auto;
}

.section-banner .m_logo {
    width: 100%;
    position: absolute;
    bottom: 15%;
    z-index: 9999;
    text-align: center;
}
.section-banner .m_logo img {
    width: 200px;
}
/*banner 结束*/



/*works*/
.section-projects{
    overflow: hidden;
    padding-top: 0px;
}

.container {
    display: block;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    text-align:justify; 
    text-justify:inter-ineograph;
}
.container_panter {
    display: block;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    text-align:justify; 
    text-justify:inter-ineograph;
}
.panter {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ineograph;
	margin-bottom: 45px;
}
.head-project{
    font-family: nouve;
    font-size: 60px;
    margin-bottom: 65px;
    color: #303030;
}
.project-align {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
    -webkit-box-flex: 7;
}
.projects-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 150px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #53565a;
    text-decoration: none;
}


.tabs {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.tabs li{
    float: left;
    width:14.28%;
    height: auto;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}
.tabs li:hover,.cov{font-weight: bold;color:#434544;}


.contain-tab .condis{
    display: none;
    position: relative;
}
.contain-tab>.active{
    display: block;
}
.conText{
    /*width: 100%;*/
    text-decoration:none;
    color: #303030;
    font-size: 18px;
    max-width: 450px;
    display: inline-block;

}
.collection-mask .sh-img{
    /*width: 450px;*/
    /*height: 288px;*/
}
.collection-mask .sh-img img{
    border-radius: 15px;
    display: block;
    height: 288px;
    width: 450px;
}
.collection-mask .xia-wen .title{
    margin-top: 20px;
    margin-bottom: 16px;
    height: 20px;
    overflow: hidden;
}

.collection-mask .xia-wen .line{
    margin-left: 13px;
    margin-right: 13px;
}
.worklist,.worklist .workab{
    width:100%;
    height: auto;
    overflow: hidden;
}
.workab li{
    float: left;
    width:32%;
    height: auto;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 40px;
    background: #f5f5f5;
    padding-bottom: 10px;
    cursor: pointer;
}
.workab li:nth-child(3n){margin-right: 0;}
.workab li>.workimg{
    width: 100%;
    height: 250px;
    overflow: hidden;
    text-align: center;
	border-radius: 2px;
}
.workab li>.workimg img{
    max-width: 100%;
    height: auto;
    overflow: hidden;
    transition: all 0.6s;
}
.workab li:hover .workimg img{transform: scale(1.2);}
.workab li:nth-child(7),.workab li:nth-child(8),.workab li:nth-child(9){margin-bottom: 0! important; }
.workab li h1{
    width:100%;
    height: auto;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.workab li h2{
    width:100%;
    height: auto;
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.workab li h3{
    width:100%;
    height: auto;
    line-height: 24px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
}
.workab li h3 span{
    margin:0 5px;
}
.more{
    width:100%;
    height: auto;
    overflow: hidden;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
}
.more span{
    margin-left:15px;
}
.teimg{margin:0 0 20px 0;}

.worklist .list{
    width:100%;
    height: auto;
    overflow: hidden;
}
.list li{
    float: left;
    width:32%;
    height: auto;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 30px;
    background: #f5f5f5;
    padding-bottom: 20px;
}
.list li:nth-child(3n){margin-right: 0;}
.list li>.workimg{
    width: 100%;
    height: 285px;
    overflow: hidden;
    text-align: center;
}
.list li>.workimg img{
    max-width: 100%;
    height: auto;
    overflow: hidden;
    transition: all 0.6s;
}
.list li:hover .workimg img{transform: scale(1.2);}

.list li h1{
    width:100%;
    height: auto;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    padding-top:15px;
}
.list li h2{
    width:100%;
    height: auto;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
}
.list li h3{
    width:100%;
    height: auto;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
}
.list li h3 span{
    margin:0 5px;
}

/*workend*/

/*company start*/
.section-company{
    overflow: hidden;
}

.head-company{
    font-family: nouve;
    font-size: 22px;
    color: #434544;
    text-align: center;
    margin: 30px 0;
}
.head-company .it{ display: inline-block; font-family: normal !important; color: #434544;}
.head-company span{
    margin-left:15px;
    font-size: 16px;
    color:#858585;
}
.company-block p {
    line-height: 35px;
    opacity: 0.8;
}

.company-content p{
        line-height: 35px;
    opacity: 0.8;
    font-size: 16px;
    text-indent: 2em;
    margin-bottom: 5px;
}



/*company end*/
/*teamstart*/
.section-team{
    overflow: hidden;
   /* background-color: #f1f1f1;*/
    margin-bottom: 30px;
}
.compText{
    text-decoration:none;
    color: #303030;
    max-width: 100%;
    display: block;
}

.team-block .team-company{
    font-family: nouve;
    font-size: 55px;
    margin-bottom: 65px;
    color: #303030;
    padding-top: 38px;
}
.team-block .team-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding-left: 12px;
}
.team-block .team-content .team-img{
    /*max-width: 650px;*/
    /*max-height: 700px;*/
    /*margin-right: 25px;*/
    max-width: 880px;
    max-height: 740px;
    margin-right: 25px;
}
.team-block .team-content .team-img img{
    /*border-radius: 1px;*/
    /*max-width: 1000px;*/
    /*height: 810px;*/
    border-radius: 1px;
    max-width: 880px;
    height: 740px;
    width: 100%;
}
.team-block .team-content .team-wen{
    max-width: 490px;
    max-height: 740px;
    color: #2a2a2a;
    font-size: 20px;
    /*opacity: 0.8;*/
    line-height: 30px;
}
.team-content .team-wen p{


}
.team-content .team-wen .team-title{
    padding-bottom: 10px;
}









.pagination-team{
    left: 47%;
    /*width: 100%;*/
    padding-top: 55px;
    padding-right: 15px;
}
.pagination-team .swiper-pagination-bullet{
    margin: 0 8px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.pagination-team .swiper-pagination-bullet-active{
    opacity: 1;
    background: #787878;
}
/*team end*/
/*contact us start*/
.canbg{
    width:100%;
    height: auto;
    overflow: hidden;
    background:url(../images/con_bg.jpg) top center no-repeat;
}
.ii{
    color:#fff;
}
.contxt{
    width:1400px;
    height: auto;
    overflow: hidden;
    margin:0 auto;
    color:#fff;
}
.contxt p{
    width:100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
.contxt p span{ margin-right: 30px; }
.cantt{font-size: 16px! important; font-weight: bold;}
.can_bottom{
    width:660px;
    height: auto;
    overflow: hidden;
    margin:0 auto;
    color:#fff;
}
.ewmimg{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:20px auto;
    text-align: center;
}
.can_list{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:0;
}
.can_list h1{
    width:100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
.can_list li{
    float: left;
    width:10.6%;
    height: auto;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    margin:8px 0;
}

.can_list h2{
    width:100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: normal;
    color:#a8a9ae;
    padding: 20px 0 40px;
}
/*contact us end*/

/*合作伙伴 开始*/

.Box_con {    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto 30px;}
.Box_con .btnl {position: absolute;}
.Box_con .btn {display: block;width: 30px;height: 50px;position: absolute;top: 20px;cursor: pointer;opacity: 0;}
.Box_con:hover .btn{opacity: .6;}
.Box_con .btnl {background: url(../images/jtl02.png) no-repeat center;left: -60px;}
.Box_con .btnr {background: url(../images/jtr02.png) no-repeat center;right: -60px;}
.Box_con .btnl:hover {background: url(../images/jtl03.png) no-repeat center;}
.Box_con .btnr:hover {background: url(../images/jtr03.png) no-repeat center;}
.Box_con .conbox {position: relative;overflow: hidden;}
.Box_con .conbox ul {position: relative;list-style: none;}
.Box_con .conbox ul li {float: left;width: 120px;height: 120px;margin-left: 20px;overflow: hidden;}
.Box_con .conbox ul li:first-child {margin-left: 0;}
.Box_con .conbox ul li div{display: block;width: 120px;height: 50px;overflow: hidden;}
.Box_con .conbox ul li div img{ max-width: 100%; height: auto; overflow: hidden; transition: all 0.5s; }
.Box_con .conbox ul li:hover div img {transform: scale(1.1);}
.BoxSwitch {display: none;margin-top: 30px;text-align: center;margin-bottom: 30px;}
.BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
.BoxSwitch span.cur {background: #434445;}

/*合作伙伴 结束*/

/*底部 开始*/
.section-beian{
	    position: fixed;
    bottom: 0;
    width:100%;
    height: auto;
    overflow: hidden;
    padding:20px 0;
    background:#3b3b3b;
    color:#fff;
    text-align: center;
}
.section-beian .foot_l{
    display: inline-block;
	line-height: 24px;
}
.section-beian .foot_l a,.section-beian .foot_r a{
    color:#fff !important;
}
.section-beian .foot_l span{
    margin:0 10px;
}
.section-beian .foot_r{
    display: inline-block;
    margin-left: 30px;
}
/*底部 结束*/



/*about.html  开始*/
#mid{
    max-width:1400px;
    height: auto;
    overflow: hidden;
    margin:65px auto;
}
.midd{
    width:100%;
    height: auto;
    padding:0;
    overflow: hidden;
}
.midd h1{
    width:100%;
    height: auto;
    text-align: center;
    font-size: 22px;
    overflow: hidden;
    margin:30px 0;
}
.midd h1 span{
    color:#b2b2b2;
    margin-left:20px;
    font-size: 16px;
    font-family: nouve;
}
.midd p{
    line-height: 24px;
    margin-bottom: 5px;
    /*text-indent: 2em;*/
}
.pimg{
    width: 80%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

/*about.html  结束*/


/*worklist.html  开始*/
.tab {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.tab li{
    float: left;
    width:14.28%;
    height: auto;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.tab li:hover,.cov{font-weight: bold;color:#434544;}





.moree{overflow: hidden;padding:10px;text-align: center;}
.moree a{display: block;width: 120px;padding:10px 0;color:#fff;margin:0 auto;background:#333;text-align:center;border-radius:3px;}
.moree a:hover{text-decoration: none;background: red;color: #fff;}
.item{ float:left; width:32%; height:auto; overflow:hidden; margin-right:2%; margin-bottom:20px;}
.item:nth-child(3n){margin-right:0;}
.workimg{ width:100%; max-width:100%; height:auto; overflow:hidden; transition: all .6s;}
.workimg img{ transform: scale(1.1);}
.worklist a{ color:#434544;}
.item h1{width:100%; height:auto; text-align:center;font-size:22px; line-height:40px; overflow:hidden;}
.item h2,.item h3{width:100%; height:auto; text-align:center;font-size:16px; line-height:30px; overflow:hidden;}
.item h3 span{ margin:0 10px;}
/*worklist.html  结束*/

/*设计师瀑布流  开始*/
.js .team li {
    display: none;
    float: left
}

.js .team.loaded li {
    display: block; transition: all .5s;
}


.team li>a,
.team li img {
    border-radius: 2px;
    display: block;
    outline: 0;
    border: 0
}

/*.team li>a {
    position: relative;
    overflow: hidden;
    margin: 7px
}

.team .curtain {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.team.swipe-right .curtain {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.team.swipe-down .curtain {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.team.swipe-rotate .curtain {
    width: 200%;
    height: 200%;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.team .curtain::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ''
}

.team.swipe-right .curtain::after,
.team.swipe-rotate .curtain::after {
    left: -100%
}

.team.swipe-down .curtain::after {
    top: -100%
}*/

.team li h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    width: 100%;
    /*background: #2e3444;*/
    color: #d3eee2;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 1em;
    -webkit-transition: -webkit-transform .2s, color .2s;
    transition: transform .2s, color .2s
}


.team li.shown:hover h3 {
    color: #fff;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
}

.team li.shown:hover>a::before {
    border-width: 14px;

}

.team.swipe-right li.animate .curtain {
    -webkit-animation: swipeRight 1.5s cubic-bezier(.6, 0, .4, 1) forwards;
    animation: swipeRight 1.5s cubic-bezier(.6, 0, .4, 1) forwards
}

@-webkit-keyframes swipeRight {
    0% {}
    50%,
    60% {
        -webkit-transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0)
    }
}

@keyframes swipeRight {
    0% {}
    50%,
    60% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate(0)
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.team.swipe-down li.animate .curtain {
    -webkit-animation: swipeDown 1.5s cubic-bezier(.6, 0, .4, 1) forwards;
    animation: swipeDown 1.5s cubic-bezier(.6, 0, .4, 1) forwards
}

@-webkit-keyframes swipeDown {
    0% {}
    50%,
    60% {
        -webkit-transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0)
    }
}

@keyframes swipeDown {
    0% {}
    50%,
    60% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    100% {
        transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.team.swipe-rotate li.animate .curtain {
    -webkit-animation: swipeRotate 1.5s ease forwards;
    animation: swipeRotate 1.5s ease forwards
}

@-webkit-keyframes swipeRotate {
    0% {}
    50%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, -90deg)
    }
}

@keyframes swipeRotate {
    0% {}
    50%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg)
    }
}

.team li.animate .curtain::after {
    -webkit-animation: fadeOut 1.5s ease forwards;
    animation: fadeOut 1.5s ease forwards;
    -webkit-animation-delay: inherit;
    animation-delay: inherit
}

@-webkit-keyframes fadeOut {
    0% {}
    50%,
    60% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {}
    50%,
    60% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.js .team li img,
.js .team li h1,.js .team li h2 {
    visibility: hidden
}

.team li.animate img,
.team li.animate h1,.team li.animate h2 {
    -webkit-animation: showMe 1.5s step-end forwards;
    animation: showMe 1.5s step-end forwards
}

@-webkit-keyframes showMe {
    from {
        visibility: hidden
    }
    60%,
    100% {
        visibility: visible
    }
}

@keyframes showMe {
    from {
        visibility: hidden
    }
    60%,
    100% {
        visibility: visible
    }
}

.grid li.shown img,
.grid li.shown h3 {
    visibility: visible
}

owMe {
    from {
        visibility: hidden
    }
    60%,
    100% {
        visibility: visible
    }
}

.team li.shown img,
.team li.shown h1,.team li.shown h2 {
    visibility: visible
}

/*设计师瀑布流  结束*/



.teamlist{width:100%; height: auto; overflow: hidden;}
.team a{ color:#434544 !important;}
.teamlist .team li,.teamlist .listt li{
    float: left;
    width:18.7%;
    height: auto;
    overflow: hidden;
    margin-right: 1.25%;
    margin-bottom: 35px;
}
.teamlist .team li:nth-child(5n),.teamlist .listt li:nth-child(5n){
    margin-right: 0;
}
.teamlist .team li h1{
    width:100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-top:10px;
}
.teamlist .team li h2{
    width: 80%;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 0 auto;
}
.teamlist .listt li h1{
    width:100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    margin-top:10px;
}
.teamlist .listt li a> h1{color:#434544 !important;}
.teamlist .listt li h2{
    width:100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
}
.morer{width: 100%;overflow: hidden;padding:10px;text-align: center;}
.morer a{display: block;width: 120px;padding:10px 0;color:#fff;margin:0 auto;background:#333;text-align:center;border-radius:3px;}
.morer a:hover{text-decoration: none;background:#bbb6b6;color: #fff;}

.midd h2{
    width:100%;
    height: auto; 
    overflow: hidden;
    margin:30px 0;
    font-size: 22px;
    text-align: center;
}
.teamtxt{
    width:50%;
    height: auto;
    overflow: hidden;
    margin:20px auto;
}
.teamimg{
    width:100%;
    /*height: 350px;*/
    overflow: hidden;
}
.teammimg{
    width:100%;
    height:auto;
    margin:0 auto;
    overflow: hidden;
    text-align: center;
 margin-bottom: 20px;
}
.teammimg img{
    width:300px;
    height: 400px;
    max-width: 100%;
    overflow: hidden;
    margin:0 auto;
}
.more a{color:#757575 !important;}
.can_list a{color:#fff !important;}


@media screen and (max-width: 1400px){
.container,.contxt{width:1200px;}
.Box_con { width: 86%;}
}

@media screen and (max-width: 1300px){
    .team-content .team-wen p{
        color: #2a2a2a;
        font-size: 18px;
        opacity: 0.8;
        line-height: 28px;
    }
}

@media screen and (max-width: 1200px){
.team-content .team-wen p{
    color: #2a2a2a;
    font-size: 18px;
    opacity: 0.8;
    line-height: 23px;
}
.container,.contxt{width:1024px;}
.Box_con {width: 75%;}



}


@media screen and (max-width: 640px){

.header img{width:50%;}
.lubo {
    width: 100%;
    min-width: 0;}
.mobile{display: block;}
.pc{display: none;}
/*banner*/

.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:100%;/* 设置焦点图最大宽度 */ }
.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; left:35%; z-index:1;}
.slideBox .hd li{ display:inline-block; width:30px; height:1px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox .hd li.on{ background:#fff;  }
.slideBox .bd{ position:relative; z-index:0; max-height: 673px; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{ background:url(images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(images/focusBg.png) repeat-x; color:#fff;  text-align:left;  }
/*banner*/
.container{width: 100%;margin-top: 0px;}
.section-projects {padding-top: 20px;}
.Box_con { width: 96%;}
.section-company{padding-top:0;padding-bottom:0;}
.contxt {width: 90%; margin:0 auto;}
.can_bottom{width: 85%; margin:0 auto 15px;}
.head-company,.midd h2 {font-size: 1.0rem; margin:10px auto;}
.midd h1 {font-size: 1.0rem; margin:10px 0;}
.head-company span,.midd h1 span{font-size:0.8rem!important;}
.company-content{width:95%; margin:0 auto;}
.company-content p {font-size: 0.8rem; line-height:24px; margin-bottom: 10px;}
.company-content img { margin-top: 5px;}
.teammimg { width: 60%;}
.teammimg img { width: 100%; height: auto;}
.worklist, .worklist .workab { width: 98%; margin: 0 auto;}
.Box_con .conbox ul li { height: 95px;}
.workab li>.workimg { height: 135px;}
.workab li h1 {line-height: 28px; font-size: 0.8rem;padding-top:0 !important;}
.workab li h2 {line-height: 14px; font-size: 0.6rem;}
.workab li h3 {font-size: 0.6rem;}
.tabs {float: left; width: 98%;margin:0 auto;}
.tabs li {margin-bottom: 0;font-size: 0.8rem; line-height: 24px;}
.tabs {float: left;    width: 98%;    margin: 0 auto;    padding-bottom: 10px;}
.workab li,.team li { width: 48%;margin-bottom: 20px;height: 210px;}
.workab li:nth-child(2n),.team li:nth-child(2n){margin-right:0;}
.workab li:nth-child(3n),.team li:nth-child(3n){margin-right:2%;}
.workab li:nth-child(5),.workab li:nth-child(6){margin-bottom: 0 ! important;}
.section-beian .foot_r { margin-left: 0px;}
.section-beian .foot_l a, .section-beian .foot_r a {display: inline-block;}
.workab li h2 {line-height: 18px;}
.section-beian{padding:10px 0;font-size: 0.6rem;}
.section-beian .foot_l {line-height: 18px;}
.more{margin: 15px 0; font-size: 0.7rem; line-height: 22px; padding-top:0;}
.canbg{padding:0;    margin:0;}
.contxt p {line-height: 24px; font-size: 0.6rem;font-weight: normal;}
.contxt p span { margin-right: 0; display: block;}
.can_list h1 {font-size: 1.0rem;line-height: 20px;    margin-bottom: 16px;}
.ewmimg {width: 35%;}
.can_list { margin: 5px 0;}
.can_list li {    width: 16.6%;font-size: 0.8rem; margin: 8px 0;}
.can_list h2 {     padding: 10px 0 0 0 ! important;    font-size: 0.8rem;}
.teamlist {width: 95%; margin: 0 auto;}
.teamlist .team li, .teamlist .listt li,.list li { width: 32%; margin-right: 1%;    margin-bottom: 20px;}
.teamlist .listt li:nth-child(3n){ margin-right: 0; margin-right: 0;}
.teamlist .team li:nth-child(5n), .teamlist .listt li:nth-child(5n) {
    margin-right: 1%;
}
.teamlist .team li h1 {font-size: 0.8rem; margin-top:5px; line-height: 20px;   }
.teamlist .team li h2 {font-size: 0.6rem;line-height: 18px;}
.teamtxt{width:100%; padding-top:5px;}
.teamimg {height: 145px;}
.list li>.workimg{height:145px;}
.list li h2{line-height: 18px; margin-bottom: 5px;}
#mid{max-width:94%; padding:20px 0 90px;margin: 20px auto 0;}
.midd{padding:25px 0 20px; margin:0 auto 0;}
.tab li{margin-bottom:0;}
.teamlist .listt li h1{font-size:0.8rem; line-height: 30px; margin-top: 0;}
.teamlist .listt li h2 {font-size: 0.7rem;line-height: 20px;}
.workt h5 span { margin: 0 5px! important;}
.section-team { margin-bottom: 0px;}
.tab li {font-size: 0.9rem;    line-height: 24px;}
.section-beian .foot_l { width: 90%;}
.section-beian .foot_l span { margin: 0 3px;}

}



@media screen and (max-width: 375px){
.slideBox .bd { max-height: 667px;}
.section-projects {padding-top: 15px;}
.container {width: 100%;}
.Box_con .conbox ul li {width:100px; height: 85px;}
.Box_con .conbox ul li div{display: block;width: 100px;height: 40px;overflow: hidden;}
.Box_con {margin: 15px auto 10px;}
.section-beian .foot_l { line-height: 16px;}
.can_list li {    width: 16.6%;font-size: 0.6rem; margin: 8px 0;}
.can_list h1 { font-size: 0.8rem;    line-height: 20px;    margin-bottom: 16px;}
.head-company span, .midd h1 span { font-size: 0.6rem!important;}
.teamimg {height: 140px;}
.teamlist .team li h1 { margin-top: 0;}
.grid li>a { margin: 5px 5px 0;}
}