/********
2017-12-14 10：00
********/
/********
修改2018-1-16 10：00
********/
/******** 重置样式 ********/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-appearance: none;
  -webkit-overflow-scrolling: touch;/**/
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	/*height: 100%;*/
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #666
}
hr {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  margin: 10px 0;
}

body {
	font-family: 'sans-serif','Microsoft Yahei',"微软雅黑";
  background-color: #fff;
  margin:0px;
	padding:0px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #ddddee;
  border-radius: 1px;
  z-index: 99;
}
::-webkit-scrollbar-thumb{
  background-color: #7b7b7b;
  border-radius: 2px;
  z-index: 99;
}

::-webkit-scrollbar{width:3px;}
::-webkit-scrollbar-thumb{background-color:grey;}
::-webkit-scrollbar-thumb:hover {background-color:grey}
::-webkit-scrollbar-thumb:active {background-color:grey}

h4 {
  font-weight: 500;
  line-height: 1.1;
}
h3{
  font-size: 24px;
  font-weight: 500;
}

/*头部开始*/

.top_wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100px;
/*   background: #fff url(../img/top_bg.png) no-repeat;
  background-position: right center; */
  margin: 0 auto;
  color: #b6b6b6;
  z-index: 3;
}
.shadow_lay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: none;
/*  background-color:rgba(0,0,0,.5)*/
}
.top_box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
/*   box-shadow: 0 2px 6px rgba(0,0,0,.6), 0 4px 8px rgba(0,0,0,.5); */
  background: #fff url(../img/top_bg.png) no-repeat;
  background-position: right center;
}

.top_box_logo,.top_box_logo_m {
  width: auto;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.top_box_logo_m {
  display: none;
}
.top_box_right {
  height: 100px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 15%;
}
.top_box_right_list {
  width: 50%;
  border-left: 1px solid #e2e2e2;
  height: 100%;
  float: left;
  cursor: pointer;
}
.top_box_right_ewm {
  background: url(../img/ewm_icon.png) no-repeat;
  background-position:center;
  background-size: 30px auto;
}
.top_box_right_sousuo {
  background: url(../img/sousuo_icon.png) no-repeat;
  background-position:center;
    background-size: 30px auto;
}

.top_sousuo_box {
  position: absolute;
  top: 110px;
  right: 14px;
  height: 40px;
  width: 280px;
  display: none;
  z-index: 5;
  }
.top_sousuo_input {
  display: inline-block;
  height: 32px;
  width: 75%;
}
.top_sousuo_input input {
  height: 32px;
  outline: none;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #999;
}
.ss_btn {
  display: inline-block;
  padding: 8px 15px;
  font-size: 14px;
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  outline: none;
}
.top_ewm_box {
  position: absolute;
  right: 8%;
  top: 100px;
  display: none;
  z-index: 5;
}
.top_ewm_box img {
  max-width: 100%;
  height: auto;
  display: block; 
}
.top_box_logo img,
.top_box_logo_m img {
  max-width: 100%;
  height: 80px;
  display: block;
  margin-top: 10px;
}
.top_box_nav {
  width: 100%;
  max-width: 1200px;
  min-height: 100px;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}
.top_box_nav li {
  list-style: none;
  display: inline-block;
  text-align: center;

}
.top_box_nav li a {
  display: block;
  font-size: 16px;
  line-height: 98px;
  border-top: 2px solid #fff;
  color: #b6b6b6;
  margin-right: 45px;
}
.top_box_nav li a:hover,
.top_box_nav li a.active {
  color: #333;
  border-top: 2px solid #000;
}

.top_box_nav li {
  position: relative;
}
.top_box_nav li ul{
  display:none;	
  width:auto;
}

#top_menu_list {
  display: none;
}
.mobile_top_nav {
  position: absolute;
  right: 10px;
  top: 25px;
  width: 80px;
  height: 30px;
  background: url(../img/icon_menu.png) no-repeat;
  cursor: pointer;
  background-size: 20px auto;
  background-position: 10px center;
  display: none;
  color: #b7b7b7;
  line-height: 30px;
  font-size: 16px;
  padding-left: 32px;
  font-weight: 500;
}

@media(max-width: 1224px){
  .top_box_nav li a {
    margin-right: 15px;
  }
}
@media(max-width: 1024px) {
  .top_wrap {
    height: 80px;
  }
  .top_box_logo img{
    height: 60px;
  }
  .top_box_nav {
    min-height: 80px;
  }
  .top_box_nav li a {
    line-height: 78px;
    margin-right: 10px;
  }
  .top_box_right {
    height: 80px;
  }
  .top_ewm_box {
    top: 80px;
  }
  .top_sousuo_box {
    top: 90px;
    right: 0;
  }   
}


@media(max-width:840px){
/* .top_box.mobile_top_con {  
  background-color: rgba(0,0,0,.6);
  background-image: none;
}
.top_box_logo {
  display: none;
}
.top_box_logo_m {
  display: block;
} */
  .top_box_nav {
    display: none;
  }
  .top_box_right_list {
    border-left: 0;
  }
 .mobile_top_nav {
   display: block;
 }
 .top_box_right{
  right: 15%;
 }
 .top_ewm_box {
   right: 26%;
 }
 .top_box_right {
   width: 25%;
 }
 .mobile_top_con .top_box_right_ewm {
  background: url(../img/ewm_icon_m.png) no-repeat;
  background-position:center;
    background-size: 24px auto;
}
.mobile_top_con .top_box_right_sousuo {
  background: url(../img/sousuo_icon_m.png) no-repeat;
  background-position:center;
  background-size: 24px auto;
}
 
 
 
 .top_wrap {
    height: 80px;
  }
  .top_box_logo_m img{
    height: 60px;
  }
  .top_box_nav {
    min-height: 60px;
  }
  .top_box_nav li a {
    line-height: 58px;
    margin-right: 10px;
  }
  .top_box_right {
    height: 80px;
  }
  .top_ewm_box {
    top: 80px;
  }
  .top_sousuo_box {
    top: 85px;
    right: 0;
  }   
#top_menu_list {
  position: fixed;
  top: 80px;
  right: 0;
  width: 240px;
  height: 100%;
  background-color: #2e3233;
  margin: 0;
  list-style: none;
  display: none;
  z-index: 6;
  -webkit-padding-start: 40px;
  opacity: 0.99;
}
  #top_menu_list li {
    line-height: 40px;
    color: #fff;
    height: auto;
    list-style: none;
  }
  #top_menu_list a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #3a3f40;
    transition: all 0.3s;
    webkit-transition: all 0.3s;  
  }
  #top_menu_list a:hover {
    color: #999;
  }
  
  #top_menu_list li ul{
    display:none;	
    width:auto;
  }
  #top_menu_list li:hover ul{
    display:block;
    background-color:#885712;
    width:auto;
    padding: 0 10px;
  }
  #top_menu_list li:hover ul li {
    height: auto;
    line-height: 30px;
    border: 0;
    padding:5px 0;
    margin:0 auto;

  }
  #top_menu_list li:hover ul li a{
    color: #fff;
    font-size: 14px;
  }
  .top_box_logo_m img{
    max-width: 100%;
    height: 60px;
  }
}
@media(max-width:640px){
  .mobile_top_con,
  .top_wrap {
    height: 60px;
  }
  .mobile_top_nav {
    top: 15px;
  }
  #top_menu_list {
    top: 60px;
  }
  .top_box_logo img{
    height: 40px;
  }
  .top_box_nav {
    min-height: 60px;
  }
  .top_box_nav li a {
    line-height: 58px;
  }
  .top_box_right {
    height: 60px;
  }
  .top_ewm_box {
    top: 60px;
  }
  .top_sousuo_box {
    top: 65px;
    right: 0;
  }  
  .top_box_right_list{
    background-size: 18px;
  }
  
}
@media(max-width:480px) {
  .top_wrap {
    height: 50px;
  }
  #top_menu_list {
    top: 50px;
  }
  .top_box_logo img{
    height: 30px;
  }
 .top_box_right{
   right: 20%;
   height: 50px;
 }
 .mobile_top_nav {
    top: 10px;
  }
 .top_ewm_box {
   right: 25%;
 }
 .top_ewm_box {
    top: 50px;
  }
  .top_sousuo_box {
    top: 55px;
    right: 0;
  }  
}
@media(max-width:400px) {
 .top_box_right{
   right: 24%;
 }
 .top_ewm_box {
   right: 30%;
 }
}

/*头部结束*/
.swiper-container {
  padding-bottom: 4px;
}
.banner .swiper-slide {
  display: block;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-top: 50%;
  height: auto;
  margin-top: 100px;
}
.swiper-wrapper a {
  display: block;
}
.banner_pagination {
  left: 10% !important;
  right: 10%;
  position: absolute;
  z-index: 3;
  text-align: center;
  width: auto !important;
}
.banner_next .material-icons,
.banner_prev .material-icons {
  font-size: 40px;
  color: #fff;
}
.banner_prev{
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  cursor: pointer;
}
.banner_next{
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  cursor: pointer;
}
@media(max-width:1024px) {
  .banner .swiper-slide {
    margin-top: 80px;
     padding-top: 58%; 
  }

}
@media(max-width:840px) {
  .banner .swiper-slide {
     padding-top: 60%; 
  }

}
@media(max-width:640px) {
  .banner .swiper-slide {
      margin-top: 60px;
       padding-top: 62%; 
  }
}
@media(max-width:480px) {
  .banner .swiper-slide {
      margin-top: 50px;
      padding-top: 64%; 
  }
}


/*主体开始*/
.main {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.main_abstract{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #000;
  margin-bottom: 4px;
}
.main_abstract_box {
  max-width: 1200px;
  width: 100%;
  margin: 22px auto 10px;
  padding: 0;
  height: auto;
  overflow: hidden;
  font-size: 0;
}
.main_abstract_box li {
/*   width: 25%; */
  width: 33.33333333333%;
  display: inline-block;
  list-style: none;
  color: #626262;
  min-height: 68px;
/*   padding-left: 9.5%; */
  padding-left: 11.5%;
  padding-top: 20px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: 20% center;
  border-left: 1px dashed #474747;
  text-align: left;
}

.main_abstract_box li:first-child{
  border-left: 0;
}
.main_abstract_box li span {
  color: #fff;
  font-size: 22px;
  padding: 0 5px;
}
.main_abstract_box li.year {
  background-image: url(../img/year_icon.png);
}
.main_abstract_box li.filiale{
  background-image: url(../img/filiale_icon.png);
}
.main_abstract_box li.people {
  background-image: url(../img/people_icon.png);
}
.main_abstract_box li.awards{
  background-image: url(../img/awards_icon.png);
}
.main_case {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-size: 0;
  margin-bottom: 50px;
}
.main_case li {
  width: 16.66666667%;
  height: auto;
  display: inline-block;
/*   margin-left: 0.2%; */
  position: relative;
  box-sizing: border-box;
}
/* .main_case li:first-child {
  margin-left: 0;
} */
.main_case li a {
  display: block;
  position: relative;
  padding: 0 2px 4px;
}
.main_case li .case_one {
  background-size: cover;
  padding-top: 35%;
}
.main_case li .case_front {
  width: 94%;
  height: 80%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 3%;
  top: 7%;
  background-color: rgba(0, 0, 0, 0.4);
}
.main_case li a:hover .case_front {
  background-color: rgba(0, 0, 0, 0.6);
}
.main_case li .case_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #fff;
  padding-top: 9%;
  text-align: center; 
}
.main_case li .case_text span.font01{
  font-size: 30px;
  display: block;
/*  font-weight: 600;*/
}
.main_case li .case_text span.font02{
  font-size: 18px;
  display: block;
}
/* .main_case li .case_text:after {
  content: "";
  position: absolute;
  bottom: 25%;
  left: 45%;
  border-bottom: 2px solid #fff;
  width: 10%;
} */
.main_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.main_newslist {
  max-height: 240px;
  overflow: hidden;
  width: 33.33333333333%;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  float: left;
}

.main_newslist h4 {
  font-size: 18px;
  color: #141414;
  margin: 20px 0px;
}
.main_newslist h4 .more,
.adtitle .more {
  font-size: 9px;
  margin-left: 6px;
  color: #d7000f;
  line-height: 0.1em;
}
.main_newslist p{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #7d7d7d;
  text-align: justify;
  margin: 0 0 12px;
}
.main_newslist p a {
  font-size: 14px;
  color: #7d7d7d;
}
.main_newslist p a .news_date {
  padding-right: 10px;
}
.main_newslist p a:hover {
  color: #000;
}
.adtitle {
  margin-left: 3%;
  margin-top: 20px;
  font-size: 18px;
  color: #141414;
}
.hezuo_con{
  margin-top: 7px;
  margin-bottom: 10px;
  padding-left: 3%;
  padding-right: 3%;
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
}
.hezuo_con a{
  display: block;
  margin: 0.2%;
  float: left;
  width: 9.52%;
}
.hezuo_con .hezuo_pic {
  padding: 0;
  margin: 0;
  max-width: 100%;
  height: auto;
  display: block;
  float: left;
}
.youqing {
  padding-bottom: 50px;
}

@media(max-width:1224px) {

  .main_case {
    margin-bottom: 20px;
  }
/*   .main_case li .case_text {
    padding-top: 16%;
  } */
/*   .main_case li .case_text:after {
    bottom: 18%;
  } */
  .main_case li .case_text span.font01{
    font-size: 26px;
  }
  .hezuo_con a  {
    width: 11.9%;
  }
}
@media(max-width:1024px) {
  .main_case {
    margin-bottom: 10px;
  }

/*   .main_case li .case_text:after {
    bottom: 10%;
  } */
  .main_case li .case_text span.font01 {
    font-size: 30px;
  }
  .main_case li .case_text span.font02 {
    font-size: 16px;
  }
  .main_abstract_box {
    margin-top: 10px;
  }
  .main_abstract_box li {
    min-height: 60px;
    background-size: 45px;
  }  
  .main_abstract_box li span {
    font-size: 20px;
  }
  .main_newslist {
    float:none;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .adtitle {
    margin-left: 5%;
  }
  .hezuo_con {
    padding-left: 5%;
    padding-right: 5%;
  } 
  .main_case li {
    width: 33.3333333333333%;
/*     margin-left: 2%;
    margin-bottom: 10px; */
  }
  .main_case li:nth-child(1) {
    margin-left:0;
  }
  .main_case li:nth-child(4) {
    margin-left:0;
  }
  .main_case li .case_text {
    padding-top: 11%;
  }
  
  
}
@media(max-width:960px) {
  .main_case li .case_text:after {
    bottom: 18%;
  }
  .main_case li .case_text span.font01 {
    font-size: 26px;
  }
  .hezuo_con a {
    width: 15.86666666667%;
  }
  .main_abstract_box li {
    background-position: 15% center;
    /* padding-left: 8%; */
  } 
  .main_abstract_box li span {
    font-size: 18px;
  }
}
@media(max-width:760px) {
  .main_case {
    margin-bottom: 0;
  }
  .main_abstract_box li {
    background-position: 10% center;
    padding-left: 10%;
    background-size: 35px;
  }
  .main_abstract_box {
    margin: 0px;
  }
  .main_abstract_box li span {
    font-size: 16px;
  }
  .main_case li .case_text span.font01 {
    font-size: 22px;    
    font-weight: bold;
  }

  .hezuo_con a {
    width: 23.8%;
  }
}
@media(max-width:640px) {
  .main_abstract_box li {
    padding-top: 20px;
    font-size: 12px;
    background-position: 8% center;
    padding-left: 8%;
    background-size: 30px;
  }
  .main_case li .case_text {
    padding-top: 9.5%;
  }
  .main_box {
    margin-bottom: 0;
  }
  .main_case li .case_text span.font01 {
    font-size: 20px;
  }

}
@media(max-width:480px) {
  .main_case li .case_text span.font01 {
    font-size: 18px;
  }
  .main_abstract_box li {
    background-position: 6% center;
    padding-left:10%;
    background-size: 25px;
    min-height: 40px;
    padding-top: 9px;
  }
  .hezuo_con a {
    width: 31.73333333333%;
  }
}
@media(max-width:400px) {

  .main_case li .case_text {
    padding-top: 9%;
  }
  .main_case li .case_text span.font01 {
    font-size: 14px;
  }
  .main_abstract_box li {
    padding-left: 8%;
  }
  .main_abstract_box li span {
    padding: 0
  }
}

.main_newslist.main_contact p {
  overflow: visible;
  white-space: pre-wrap;
  text-overflow: clip;
}





/*新闻页面*/
.container {
  width: auto;
  margin-top: 110px;
  padding-left: 14%;
  padding-right: 14%;
  position: relative;
}
.row {
  margin: 10px auto;
  clear: both;
  height: auto;
  overflow: hidden;
}
.xp_news_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 80px;
}
.xp_news_box_item {
  display: none;
  width: 100%;
  height: auto;
}
.xp_news_box_item.active {
  display: block;
}
.news_con {
  padding-left: 0;
  padding-right: 0;
  width: 56.4%;
  float: left;
  margin-bottom: 20px;
}
.news_list_box {
  width: 38.5%;
  padding: 0;
  float: right;
  position: relative;
}
.news_list_wrap {
  position: fixed;
  width: 24.82%;
  left: 61.2%;
  height: 85%;
  margin-top: 0;
}
.news_list_wrap h4 {
  text-align: left;
  font-size: 20px;
}
.news_title {
  margin-bottom: 22px;
}
.news_title h3 {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 32px;
}
.news_title_date {
  color: #666; 
  padding-top:5px; 
  margin-bottom: 0px
}
.news_con_text {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.news_con_text p {
  margin: 5px auto;
}
.news_con_text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 5px auto;
}
.news_list_item {
  margin-top: 0;
  height: 75%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
  overflow-y: scroll;
}
.news_list_item li {
  height: auto;
}
.news_list_item li span.date {
  color: #808080;
  padding-top: 15px;
  margin-bottom: 0px;
  display: block;
  font-size: 14px;
}
.news_list_item li a.title {
  display: block;
  line-height: 28px;
  color: #333;
}
.news_list_item li a:hover {
  color: #000;
}
@media screen and (max-width: 1224px){
  .container {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 1024px){
  .container {
    padding-left: 5%;
    padding-right: 5%;
    width: auto;
    margin-top: 80px;
  }
  .news_con {
    width: 60.4%;
  }
  .news_list_wrap {
    width: 30.82%;
    left: 64.2%;
  }
  .news_list_box {
    float: none;
  }
}
@media screen and (max-width: 960px){
  .news_con {
    float: none;
    width: 100%;
  }
  .news_list_box {
    float: none;
    width: 100%;
  }
  .news_list_wrap {
    width: 100%;
    position: relative;
    left:0;
    margin-top: 0;
    overflow: hidden;
    height: 60%;
    text-align: left;
    padding: 0;
    padding-bottom: 0;
  }
 .news_list_item{ 
    margin-top: 0;
    height: 300px;
    text-align: left;
    padding: 0;
    position: relative;
 }
}
@media screen and (max-width: 760px) {
  .news_title h3 {
    font-size: 20px;
  }
  .news_con_text,
  .news_list_item li a.title {
    font-size: 14px;
    line-height: 24px;
  }
  
}
@media screen and (max-width: 760px) {
.xp_news_box{
  margin-top: 50px;
}
}

/*联系我们*/
.container_contact {
  max-width: 1280px;
  margin-top: 100px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.filiale_address {
  width: 100%;
  height: auto;
  margin: 30px auto;
  overflow: hidden;
}
.address_one {
  width: 50%;
  height: auto;
  overflow: hidden;
  float: left;
  padding-bottom: 5px;
  padding-left: 20px;
}
.address_map {
  width: 40%;
  height: auto;
  float: left;
  padding: 10px 15px;
}
.address_text {
  width: 60%;
  height: auto;
  float: left;
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
}
.address_text dt ,
.address_text dd {
  margin-left: 0;
}
.address_text dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.address_text dd {
  line-height: 26px;
}
.mapdiv {
    min-width: 150px;
    min-height: 150px;
}


@media screen and (max-width: 1024px){
  .container_contact  {
    margin-top: 90px;
    padding-bottom: 35px;
  }
  .address_one {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 760px) {
 .container_contact{
    padding-left: 5%;
    padding-right: 5%;
  }
  .filiale_address {
    margin: 0;
  }
  .address_map {
    width: 100%;
    padding: 0;
  }
  .address_text {
    width: 100%;
    padding: 15px 0 20px;
  }
  .address_one {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px){
  .container_contact {
    margin-top: 70px;
  }
  .filiale_address {
    margin-bottom: 35px;
  }
}


/*案例*/
.container_case {
  margin-top: 100px;
  padding-left: 2%;
  padding-right: 2%;
}
.case_toptitle {
  text-align: center;
  padding: 15px 5%;
}
.case_toptitle .title01 {
  color: #333;
  font-size: 30px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.case_toptitle .title01 span {
  font-size: 40px;
  color: #cd1811;
}
.case_toptitle .case_top_con {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}

.case_con,
.about_con {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.case_con .case_tab,
.case_con .news_tab,
.about_con .about_tab {
  margin: 20px auto 30px;
  padding: 0;
  text-align: center;
  list-style: none;
}
.about_con .about_tab.fixed,
.case_con .news_tab.fixed,
.case_con .case_tab.fixed{
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 2;
  padding: 20px 0;
  margin: 0;
}
.about_con .about_tab li {
  display: inline-block;  

}
.about_con .about_tab li a{
  padding: 10px 15px;
  background-color: #000;
  color: #939292;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  min-width: 115px;
  display: block;
}
.case_con .case_tab li,
.case_con .news_tab li {
  padding: 10px 15px;
  background-color: #000;
  color: #939292;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  display: inline-block;  
  min-width: 115px;
}
.case_con .case_tab li:hover,
.case_con .case_tab li.active,
.case_con .news_tab li:hover,
.case_con .news_tab li.active,
.about_con .about_tab li a:hover,
.about_con .about_tab li.active a {
  color: #fff;
}
.about_con .about_tab li.active a {
  color: #fff !important;
}
.case_con .case_tab li:last-child,
.case_con .news_tab li:last-child,
.about_con .about_tab li:last-child {
  margin-right: 0;
}
.case_list {
  margin-bottom: 50px;
}
.case_list.case_box {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.case_list .more {
  text-align: center;
  color: #666;
}
.case_con .case_item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  width: auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 0
}
.case_con .case_item.active {
  display: block;
}
.case_con .case_item li,
.case_con .case_item div  {
  margin: 0.4%;
/*   float: left; */
  width: 19.2%;
  display: inline-block;
}
.case_con .case_item li a,
.case_con .case_item div a {
  display: block;
  position: relative;
  transition: all .3s;
}
.case_con .case_item li a img,
.case_con .case_item div a img {
  max-width: 100%;
}
.case_con .case_item li a .font01,
.case_con .case_item div a .font01{
  position: absolute;
  left: 0;
  bottom: 10px;
  color: #fff;
   transition: all .3s;
  display: block;
  width: 100%;
  text-align: center;
    font-size: 14px;
}

.case_con .case_item li a:hover:before,
.case_con .case_item div a:hover:before {
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.5);
}
.case_con .case_item li a:hover .font01,
.case_con .case_item div a:hover .font01 {
  bottom: 38%;
}
.case_more {
  display: block;
  text-align: center;
  width: 160px;
  border-radius: 5px;
  border: 1px solid #de4545;
  margin: 0 auto;
  padding: 10px 5px;
  margin-bottom: 30px;
  cursor: pointer;
}
.case_more.more {
  position: absolute;
  bottom: 0px;
  left: 5%;
  right: 5%;
}
.case_more:hover {
  color: #fff;
  background-color: #de4545;
}

@media(max-width: 1024px) {
  .case_con .case_item li,
  .case_con .case_item div {
    width: 24.2%;
} 
  .about_con .about_tab.fixed,
  .case_con .case_tab.fixed,
  .case_con .news_tab.fixed   {
    top: 80px;
  }
}
@media(max-width: 960px) {
  .container_case {
    margin-top: 80px;
  }


}
@media(max-width: 760px) {
  .case_toptitle .title01 {
    font-size: 24px;
  }
  .case_toptitle .title01 span {
    font-size: 30px;
  }
  .case_toptitle .case_top_con {
    font-size: 16px;
  }
  .case_con .case_item li,  
  .case_con .case_item div {
    width: 49.2%;
  }

  .case_con .case_tab li,
  .case_con .news_tab li,
  .about_con .about_tab li a   {
    padding: 10px;
    font-size: 14px;
    min-width: 80px;
  }
}
@media(max-width: 640px) {
  .container_case {
    margin-top: 50px;
  }
  .about_con .about_tab.fixed,
  .case_con .news_tab.fixed,
  .case_con .case_tab.fixed {
    top: 50px;
  }
  .about_con .about_tab li a {
    min-width: 70px;
  }
  .case_con .case_tab li,
  .case_con .news_tab li{
    min-width:auto;
    width: 31.33333333%;
    margin-bottom: 5px;
  }
  .case_con .case_tab {
    display: none;
  }
}
@media(max-width: 580px) {
  .case_con .case_tab li {
    width: 49%;
  }
  .about_con .about_tab li {
    min-width:auto;
    width: 49%;
    margin-bottom: 5px;
  }
}
@media(max-width: 360px) {

}

/*案例详情页面*/

.case_info_con {
  width: 75%;
  float: left;
  padding-top: 20px;
  position: relative;
}
.case_info_con_title {
  font-size: 24px;
  padding-bottom: 15px;
}
.case_info_con_back {
  font-size: 14px;
  display: block;
  text-align: right;
  display: block;
  line-height: 24px;
  padding-bottom: 10px;
  position: absolute;
  right: 10px;
  top: 30px;
}
.case_info_con_back:hover {
  color: #000;
}
.case_img_big,
.case_img_small {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 600px;
}
.case_img_big li {
  
  display: none;
/*   -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); */
    position: relative;
      -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;

}
.case_img_big li.active {
  display: block;
  left: 0;
  -webkit-transform: translateX(0);
   transform: translateX(0);
}

.case_img_big li img {
  display: block;
  max-width: 100%;
  height: auto;
}
.case_img_small {
  padding-top: 2px;
}
.case_img_small li {
  width: 16.6666667%;
  padding: 1px;
  box-sizing: border-box;
  float: left;
  border: 1px solid #fff;
  max-height: 100px;
}
.case_img_small li.active {
  border: 1px solid #b11f1f;
}
.case_img_small li img {
  display: block;
  max-width: 100%;
  height: auto;
}
.case_info_con .content {
  width: 90%;
}
.case_info_con .content_desc {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 15px;
  margin-bottom: 10px;
  margin-top: 26px;
}
.case_info_con .content_desc li {
  line-height: 28px;
  font-size: 16px;
  color: #333;
}
.content_text {
  padding-bottom: 15px;
}
.content_text img{
  max-width: 100%;
  display:block;
  margin: 0 auto;
}
.content_text p {
  line-height: 22px;
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.case_recommend {
  width: 25%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
}
.case_recommend_title {
  font-size: 18px;
  text-align: left;
  color: #000;
  display: block;
  padding-top: 20px;
  line-height: 30px;
  padding-bottom: 15px;
}
.case_recommend_list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.case_recommend_list li {
  width: 100%;
  margin-bottom: 5px;
}
.case_recommend_list li:last-child {
  margin-bottom: 30px;
}
.case_recommend_list li a {
  display: block;
  position: relative;
  transition: all .3s;
}
.case_recommend_list li a img {
  max-width: 100%;
}
.case_recommend_list li a .font01{
  position: absolute;
  left: 0;
  bottom: 10px;
  color: #fff;
   transition: all .3s;
  display: block;
  width: 100%;
  text-align: center;
}

.case_recommend_list li a:hover:before {
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.5);
}
.case_recommend_list li a:hover .font01 {
  bottom: 38%;
}

@media(max-width: 840px) {
  .case_info_con,
  .case_info_con .content  {
    width: 100%;
  }
  .case_info_con_title {
    font-size: 20px;
  }
  .case_recommend {
    width: 100%;
    padding: 0;
  }
  .case_recommend_list li {
    width: 49.6%;
    margin: 2px 0.2%;
    float: left;
  }
}
@media(max-width: 640px) {
  .case_info_con {
    padding-top: 0; 
  }
  .case_info_con_back {
    top: 10px;
  }
}


/*关于我们*/
.main_about {
  margin-top: 110px;
}
.about_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 100px;
  margin-top: 50px;
}
.about_item {
  width: auto;
  padding-left: 14%;
  padding-right: 14%;
  position: relative;
  height: auto;
  overflow: hidden;
}
.about_intro {
  margin-bottom: 50px;
}
.about_intro_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 50px;
}
.about_intro_box_left {
  width: 50%;
  float:left;
}
.about_intro_content {
  color: #333;
  text-align: left;
}
.about_intro_content h2{
  color: #cd1612;
  font-size: 48px;
  margin-bottom: 10px;
  margin-top: -20px;
}
.about_intro_content h3{
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
}
.about_intro_content p {
  line-height: 28px;
  font-size: 16px;
}
.about_intro_icon {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about_intro_icon li {
  /* width: 25%; */
  width: 33.33333333333%;
  float: left;
}
.about_intro_icon li span {
  display: block;
  text-align: center;
  margin: 5px 0;
  font-size: 16px;
}
.about_intro_icon li:nth-child(odd) span.title {
  color: #cd1612 ;
  
}
.about_intro_icon li:nth-child(even) span.title {
  color: #333 ;
}
.about_intro_icon li:nth-child(odd) span.common {
  background-color: #cd1612;
}
.about_intro_icon li:nth-child(even) span.common {
  background-color: #333;
}
.about_intro_icon li span.common {
  display:block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.about_intro_icon li span.year {
  background-image: url(../img/year_icon.png);
}
.about_intro_icon li span.filiale{
  background-image: url(../img/filiale_icon.png);
}
.about_intro_icon li span.people {
  background-image: url(../img/people_icon.png);
}
.about_intro_icon li span.awards{
  background-image: url(../img/awards_icon.png);
}
.about_intro_box_right {
  width: 50%;
  padding-left: 35px;
  float: right;
  }
.about_intro_box_right img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
.about_intro_bottom {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}

.about_team{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about_team_first {
  background-image: url(../img/team_bg.jpg);
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 40px  0;
}


.about_team_first_pic {
  width: 33.3333333%;
  float: left;
}
.about_team_first_pic img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
.about_team_first_text {
  width: 66.6666667%;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  text-align: left;
  float: right;
  padding-left: 50px;
}
.about_team_first_text p {

}
.about_team_first_text h2 {
  color: #cd1612;
  font-size: 48px;
  font-weight: 600;
}
.about_team_first_text h3 {
  font-size: 24px;
}
.team_member {
  margin: 30px 0 50px;
  list-style: none;
}
.team_member li {
  width: 24.6%;
  margin: 0.2%;
  float: left;
  position: relative;
}
.team_member li img {
  display: block;
  max-width: 100%;
  height: auto;
}
.team_member li .team_member_text {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 3px;
  text-align: center;
  color: #fff
}
.team_member li .team_member_text:after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  
 }
.team_member li .team_member_text span {
  font-size: 18px;
  padding-right: 10px;
  font-weight: 600;
}

.about_prize {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f4f4f4;
  margin-bottom: 50px;
}
#xp_prize,
#xp_intro,
#xp_team,
#xp_hezuo {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.about_prize_tab{
  margin: 20px auto 30px;
  padding: 0;
  text-align: center;
  list-style: none;
}
.about_prize_tab li{
  display: inline-block;
  padding: 10px 25px;
  color: #bd2f27;
  border: 1px solid #bd2f27;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 5px;
}
.about_prize_tab li.active {
  background-color: #bd2f27;
  color: #fff;
}
.about_prize_item {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #333333;
  padding: 50px;
  display: none;
}
.about_prize_item.active {
  display: block;
}
.about_prize_item_left {
  width: 48%;
  float: left;
  padding-right: 50px;
}
.about_prize_item_left_box {
  max-width: 300px;
  margin: 0 20%;
}
.about_prize_item_left_box img {
  max-width: 100%;
  height: auto;
  display: block;
}
.about_prize_item_left_box span {
  display: block;
  width: 100%;
  height: auto;
  background-color: #bd2f27;
  text-align: center;
  padding: 15px 5px;
  color: #fff;
}
.about_prize_item_right {
  width: 52%;
  float: left;
}
.about_prize_item_right h3 {
  color: #bc2f26;
  font-size: 36px; 
    margin-top: 0;
    margin-bottom: 20px;
}
.about_prize_item_right span {
  display: block;
  color: #797979;
  margin-bottom: 30px;
}
.about_prize_item_right p {
  color: #fff;
  line-height: 24px;
}
.workflow_con img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#xp_intro {
  visibility: visible;
  top:-200px;
  position: relative;
}
#xp_team,
#xp_prize,
#xp_hezuo {
  visibility: visible;
  top:-185px;
  position: relative;
}

@media(max-width: 1224px) {
  .about_item {
    padding-left: 10%;
    padding-right: 10%;
  }
  .about_intro_content h2,
  .about_team_first_text h2  {
    font-size: 44px;
  }
  .about_intro_content h3 {
    font-size: 32px;
  }
}
@media(max-width: 1024px) {
  .main_about {
    margin-top: 80px;
  }
  .about_list {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .about_item {
    padding-left: 5%;
    padding-right: 5%;
  }
  .about_intro_content h2,
  .about_team_first_text h2  {
    font-size: 40px;
  }
  .about_intro_content h3 {
    font-size: 28px;
  }
  .about_intro_icon li span.common{
    width: 60px;
    height: 60px;
    background-size: 45px;
  }
  .team_member li .team_member_text span {
    font-size: 16px;
  }
  .team_member li .team_member_text {
    font-size: 14px;
  }
  .about_prize_item_right h3 {
    font-size: 32px;
  }
}
@media(max-width: 840px){
  .about_intro_box_left,
  .about_intro_box_right,
  .about_team_first_pic,
  .about_team_first_text,
  .about_prize_item_left,
  .about_prize_item_right  {
    width: 100%;
    float: none;
    padding: 0;
  }
  .about_intro_box {
    padding-top: 0;
  }
  .about_intro_content h2{
    margin-top: 20px;
    font-size: 36px;
  }
  .about_team_first_text h2{
    font-size: 36px;
  }
  .about_intro_content h3 {
    font-size: 24px;
  }
  .about_team_first_text h3 {
    font-size: 20px;
  }
  .about_prize_item_right h3 {
    font-size: 28px;
    margin-top: 10px;
  }
  .about_prize_item {
    padding: 30px;
  }
  .about_prize_item_left_box {
    margin: 0 auto;
  }
}

@media(max-width: 640px){
  .main_about {
    margin-top: 60px;
  }
  .about_intro_content h2  {
    margin-top: 10px;
    font-size: 32px;
  }
  .about_team_first_text h2 {
    font-size: 32px;
  }
  .about_intro_content h3 {
    font-size: 20px;
  }
  .about_intro_icon li span {
    font-size: 14px;
  }
  .about_intro_content p,
  .about_intro_bottom{    
    line-height: 26px;
    font-size: 14px;
  }
  .team_member li {
    width: 49.6%;
  }
  .about_prize_item {
    padding: 20px;
  }
  #xp_intro,
  #xp_team,
  #xp_prize {
    top: -150px;
  }
}
@media(max-width: 480px){
  .about_intro_content h2,
  .about_team_first_text h2  {
    font-size: 28px;
  }
  .about_intro_content h3 {
    font-size: 16px;
  }
  .team_member li .team_member_text span {
    font-size: 14px;
  }
  .team_member li .team_member_text,
  .about_intro_icon li span {
    font-size: 12px;
  }
  .about_prize .about_item {
    padding: 0;
  }
}


/* 法律、网站地图、客服热线 */
.inside_page_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 30px;
}
.inside_page_box_title {
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  border-left: 10px solid #939292;
  background-color: #181510;
  text-align: left;
  margin-bottom: 20px; 
}
.sitemap_list dt {
  font-weight: bold;
  font-size: 18px;
}
.sitemap_list dd {
  font-size: 14px;
  display: inline-block;
}
.sitemap_list dt a:hover,
.sitemap_list dd a:hover {
  color: #000;
}


/*底部开始*/
.foot {
  width: 100%;
  height: auto;
  background-color: #181510;
  overflow: hidden;
  padding-left: 3%;
  position: relative;
  color: #939292;
}
.inside_page .foot{
  position: fixed;
  margin-bottom: 0;
  bottom: 0;
}
.inside_page .main {
  margin-bottom: 122px;
}
.foot .ewm {
  position: absolute;
  top: 20px;
  left: 3%;
}
.foot .ewm img {
  max-width: 100%;
  width: 80px;
  height: auto;
  margin-right: 2px;
}
.foot_list {
  width: 100%;
  padding: 20px 0;
  padding-left: 14%;
}
.foot_list ul {
  padding: 0;
  margin: 10px 0 15px;
  list-style: none;
}
.foot_list ul li {
  margin-right: 15px;
  display: inline-block;
}
.foot_list ul li a {
  color: #939292;
  font-size: 16px;
}
.foot_list ul li a:hover {
  color: #fff;
}
.foot_text {
  margin-bottom: 15px;
  font-size: 14px;
}

@media(max-width:1224px) {
  .foot_list {
    padding-left: 20%;
  }
}
@media(max-width:1024px) {
  .foot_list {
    padding-left: 25%;
  }
}
@media(max-width:960px) {
  .foot_list {
    padding-left: 0;
    padding-top: 90px;
    padding-bottom: 10px;
  }
  .foot_list ul {
    margin-bottom: 10px;
  }
  .foot .ewm img {
    width: 70px;
  }
  .foot_list ul li a {
    font-size: 14px;
  }
  .foot_text {
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 5px;
  }
}
@media(max-width:640px) {
  .foot_list ul {
    margin-bottom:10px;
  }
}
@media(max-width:480px) {
  #chain_phone {
    display: none;
  }
    .foot .ewm {
      display: none;
    }
    .foot_list {
      padding-top: 5px;
    }
}







/*右侧悬浮*/
.rightlink {
  width:70px;
  height:150px;
  background: url(../img/right.png) no-repeat;
  position: fixed;
  right:2px;
  bottom:10%;
  z-index:3;
}
.rightlink ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  
}
.rightlink ul li {
  width:70px;
  height:auto;
}

.rightlink ul li img {
  width: 40px;
  height: auto;
  margin-left: 17px;
  display: block;
}
.rightlink ul li:last-child {
  margin-top: 20px;
}
.rightlink ul li span { 
  display: block;
  line-height: 18px;
  color: #7e7e7e;
  font-family: "微软雅黑";
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
}
/*右侧悬浮*/