.brand{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/beijing.jpg) no-repeat center;
    margin-top: 4%
}
.brand .brand-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.brand-head .brand-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 32px;
}
.brand-head .brand-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: rgba(51,51,51,0.6);
    text-align: center;
    line-height: 32px;
}
.brand-head .brand-line{
    width: 78px;
    height: 5px;
    background: #337ab7;
    margin: 10px auto 0;
}

.brand-box{
    width: 388px;
    height: 570px;
    margin: 72px auto 0;
    position: relative;
}
.brand-box .bra-on{
    width: 388px;
    height: 388px;
    overflow: hidden;

}
.bra-on .bra-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-top: 158px;
}

.bra-on .bra-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    line-height: 30px;
    text-align: center;
}


.brand-box .bra-one{
    width: 616px;
    height: 304px;
    position: absolute;
    top: -20px;
    left: -420px;
    transition: all 0.2s;
    cursor:pointer;
}
.brand-box .bra-two{
    width: 616px;
    height: 304px;
    position: absolute;
    top: -25px;
    right: -420px;
    transition: all 0.2s;
    cursor:pointer;
}
.brand-box .bra-three{
    width: 616px;
    height: 304px;
    position: absolute;
    bottom: 30px;
    left: -10px;
    transition: all 0.2s;
    cursor:pointer;
}
.bra-one .bra-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bra-one .bra-img1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.bra-two .bra-img{
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
 }
.bra-two .bra-img1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.bra-three .bra-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bra-three .bra-img1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.bra-one .bra-con{
    width: 306px;
    height: 110px;
    position: absolute;
    bottom: 20px;
    left: 60px;
}
.bra-two .bra-con{
    width: 272px;
    height: 110px;
    position: absolute;
    bottom: 80px;
    right: 70px;
}
.bra-three .bra-con{
    width: 385px;
    height: 110px;
    position: absolute;
    bottom: 5px;
    right: 40px;
}
.bra-con .bra-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
}
.bra-con .bra-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-top: 10px;
}

.bra-one:hover{
    top: -25px;
    left: -450px;
}

.bra-one:hover .bra-img{
    opacity: 0;
}

.bra-one:hover .bra-img1{
    opacity: 1;
}
.bra-one:hover .bra-name{
    color: #337ab7;
}


.bra-two:hover{
    top: -30px;
    right: -450px;
}

.bra-two:hover .bra-img{
    opacity: 0;
}

.bra-two:hover .bra-img1{
    opacity: 1;
}
.bra-two:hover .bra-name{
    color: #337ab7;
}

.bra-three:hover{
    bottom: 10px;
}

.bra-three:hover .bra-img{
    opacity: 0;
}

.bra-three:hover .bra-img1{
    opacity: 1;
}
.bra-three:hover .bra-name{
    color: #337ab7;
}


.index-c1 {
  background-color: #f0f0f0;
  padding: 4% 0;
}

.index-c1 h2 {
  text-align: center;
  font-size: 36px;
  color: #333333;
}

.index-c1 h2 p {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
}

.index-c1 ul {
  display: flex;
  justify-content: space-around;
  margin-top: 3%;
}

.index-c1 ul li {
  text-align: center;
}

.index-c1 ul li h3 {
  font-size: 42px;
  color: #337ab7;
  line-height: 45px;
}

.index-c1 ul li h3 span {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
}

.index-c1 ul li p {
  font-size: 14px;
  line-height: 24px;
}

.index-c1 h2 {
  font-size: 28px;
}

@media screen and (max-width: 960px) {
  .index-c1 ul {
    flex-wrap: wrap;
  }
  .index-c1 ul li {
    width: 25%;
  }
  .index-c1 ul li h3 {
    font-size: 24px;
  }
}

.index-c2 {
  background: url(../images/i2.jpg) no-repeat top center #f2f2f2;
  padding: 2% 0;
  text-align: center;
  position: relative;
}

.index-c2::before, .index-c2::after {
  content: '';
  display: inline-block;
  width: 169px !important;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  bottom: 30%;
}

.index-c2::before {
  left: 0;
}

.index-c2::after {
  right: 0;
}

.index-c2 h2 {
  color: #337ab7;
  font-size: 36px;
}

.index-c2 #swiper-container3 {
  text-align: center;
  margin-top: 4%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.index-c2 #swiper-container3 img {
  max-width: 100%;
}

.index-c2 #swiper-container3 .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
  transform: scale(0.8);
  font-size: 28px;
  color: #666;
  align-items: center;
}

.index-c2 #swiper-container3 .swiper-slide p {
  display: block;
}

.index-c2 #swiper-container3 .swiper-slide img {
  display: none;
}

.index-c2 #swiper-container3 .swiper-slide-active {
  transform: scale(1.2);
}

.index-c2 #swiper-container3 .swiper-slide-active p {
  display: none;
}

.index-c2 #swiper-container3 .swiper-slide-active img {
  display: block;
}

.index-c2 #swiper-container3 .swiper-button-next {
  background: url(../images/left.jpg) no-repeat;
  width: 51px;
  height: 51px;
  left: 20%;
}

.index-c2 #swiper-container3 .swiper-button-next::after {
  display: none;
}

.index-c2 #swiper-container3 .swiper-button-prev {
  background: url(../images/right.jpg) no-repeat;
  width: 51px;
  height: 51px;
  left: auto;
  right: 20%;
}

.index-c2 #swiper-container3 .swiper-button-prev::after {
  display: none;
}

@media screen and (max-width: 960px) {
  .index-c2 h2 {
    font-size: 24px;
  }
  .index-c2::before, .index-c2::after {
    content: '';
    display: inline-block;
    width: 69px !important;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    bottom: 25%;
  }
}

@media screen and (max-width: 560px) {
  .index-c2::before, .index-c2::after {
    content: '';
    display: none;
  }
  .index-c2 #swiper-container3 .swiper-slide {
    font-size: 16px;
  }
  .index-c2 #swiper-container3 .swiper-button-next, .index-c2 #swiper-container3 .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 100%;
    left: 5%;
  }
  .index-c2 #swiper-container3 .swiper-button-prev {
    left: auto;
    right: 5%;
  }
}

.index-c3 {
  margin: 2% 0;
  background: url(../images/b.jpg) repeat-x bottom;
}

.index-c3 .max1640 {
  max-width: 1640px;
  margin: 0 auto;
}

.index-c3 h2 {
  color: #337ab7;
  font-size: 36px;
}

.index-c3 .swiper-pagination1 {
  float: right;
  background: url(../images/h.jpg) no-repeat bottom left;
  width: 20%;
  margin-top: 3%;
  font-size: 24px;
  color: #333;
}

.index-c3 .swiper-container {
  margin-top: 2%;
}

.index-c3 .swiper-container img {
  max-width: 100%;
}

.index-c3 .swiper-container .swiper-wrapper {
  padding-top: 20px;
}

.index-c3 .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

.index-c3 .swiper-container .swiper-slide-active {
  position: relative;
  margin-top: -20px;
  transform: scale(1);
}

.index-c3 .swiper-container .swiper-slide .swiper-slide-next {
  transform: scale(1);
}

@media screen and (max-width: 960px) {
  .index-c3 h2 {
    font-size: 24px;
  }
  .index-c3 h2 P {
    font-size: 24px;
  }
}

.c3_index{
    background: #fff;
}

.c3_index h2 {
  color: #333;
  font-size: 32px;
  text-align: center;
}
.cxqzsj_20160801{
    margin-top: 4%
}

a.trm_20160801{ background:url(../images/contacts_bg.jpg) ; background-size:cover; cursor:default; display:block; float:left; height:404px;  overflow:hidden; position:relative; transition:all .5s;padding:0 2%;width:30%;margin: 0 1.5%;float:left;}
.item_20160801{  height:404px; left:0; position:absolute; text-align:center; top:0; transition:all .5s;width:100%;padding:0 2%;}
.trm_title_20160801{ color:#fff; font-family:"微软雅黑"; font-size:45px; margin:40px 0 0;}
.text_20160801{ color:#fff; font-size:16px; margin:15px auto; font-family:"微软雅黑";transition:all .5s;}
span.btton_20160801{ border:1px solid #fff; border-radius:20px; color:#fff; display:inline-block; font-size:16px; line-height:35px; margin-top:60px; padding:0 45px; font-family:"微软雅黑";}
.item2_20160801{ background:url(../images/fazhuan_black.png); background-size:cover;height:404px; left:0; position:absolute; text-align:center; top:404px; transition:all .5s;}
span.btton_bl_20160801{ background:#45bbfe; border:0 none; border-radius:20px; color:#fff; display:inline-block; font-size: 16px; line-height:35px; margin-top:60px; padding:0 45px;}
a.cxm_20160801{ background:url(../images/business_bg.jpg) no-repeat;background-size:cover; cursor:default; display:block; float:left; height:404px;  overflow:hidden; position:relative;width:30%;margin: 0 1.5%;float:left; }
a.tcp_20160801{ background:url(../images/market_bg.jpg) no-repeat; cursor:default; display:block; float:left; height:404px; overflow:hidden; position:relative; width:30%;margin: 0 1.5%;float:left;}

a.trm_20160801:hover .item2_20160801{
    top: 0;
    width: 100%
}
a.trm_20160801:hover .item_20160801{
    top: -404px
}

a.cxm_20160801:hover .item2_20160801{
    top: 0;
    width: 100%
}
a.cxm_20160801:hover .item_20160801{
    top: -404px
}

a.tcp_20160801:hover .item2_20160801{
    top: 0;
    width: 100%
}
a.tcp_20160801:hover .item_20160801{
    top: -404px
}

@media screen and (max-width: 960px) {
  .c3_index h2 {
    font-size: 24px;
  }
  
}


    

a.zcg_cx_20160708{ 
	position: relative;
    display: block;
    width: auto;
    height: 216px;
    padding: 10px 0 0 92px;
    zoom: 1;}

h3.zccx_ti_20160708{ font-size:24px; color:#666; font-family:"微软雅黑"; line-height:52px; font-weight:normal;padding-top:20%;}
p.xxsl_p_20160708{ width:166px; line-height:27px; color:#666; font-size:14px; margin:0; padding:0; font-family:"微软雅黑"}
.ovlay_start{ background-color:#fff; bottom:-2px; height:10px; position:absolute; right:-2px; width:34px;}
.ovlay_bottom{ background-color:#fff; bottom:-2px; height:15px; left:-2px; position:absolute; width:295px;}
.ovlay_left{ background-color:#fff; height:189px; left:-2px; position:absolute; top:-2px; width:15px;}
.ovlay_top{ background-color:#fff; height:15px; position:absolute; right:-2px; top:-2px; width:350px;}
.ovlay_right{ background-color:#fff; bottom:-2px; height:189px; position:absolute; right:-2px; width:15px;}
.cp_service_20160708 a:hover h3,.cp_service_20160708 a:hover p{color:#00a0ff}

.cp_service_20160708 a:hover .ovlay_bottom{animation:borderslideBottom .15s linear 0s 1;animation-fill-mode:forwards}
.cp_service_20160708 a:hover .ovlay_left{animation:bordersildeLeft .2s linear .15s 1;animation-fill-mode:forwards}
.cp_service_20160708 a:hover .ovlay_top{animation:bordersildeTop .15s linear .35s 1;animation-fill-mode:forwards}
.cp_service_20160708 a:hover .ovlay_right{animation:bordersildeRight .2s linear .5s 1;animation-fill-mode:forwards}
.cp_service_20160708 a:hover .start_point{animation:bordersildeEnd .1s linear .7s 1;animation-fill-mode:forwards}


.cp_service_20160708{ width:1218px; height:636px; margin:0 auto; overflow:hidden; position:relative;}
.cp_service_20160708 ul{ height:432px; left:0; padding-top:5px; position:absolute; top:0; transition:left 0.8s ease-in-out 0s; width:1218px;}
li.fw_zcg_20160708{ width:406px; height:216px; float:left;}

.zc_box_20160708{ color:#00a0ff; height:186px; padding:0 0 0 60px; position:relative; width:280px; background:url(../images/cgbox_20160708.png) no-repeat;zoom:1;box-sizing:border-box}
h3.zccx_ti_20160708{ font-size:24px; color:#666; font-family:"微软雅黑"; line-height:52px; font-weight:normal;}
p.xxsl_p_20160708{ width:166px; line-height:27px; color:#666; font-size:14px; margin:0; padding:0; font-family:"微软雅黑"}



.start_point{ background-color:#fff; bottom:-3px; height:16px; overflow:hidden; position:absolute; right:0px; width:0;}

.cir_s_20160708{ float:right; height:16px; width:16px; background:url(../images/yuanquan.png) no-repeat; display:block;}
.cg_tbg_20160708{ background-color:#fff; height:110px; left:53px; padding-top:12px; position:absolute; top:35px; width:100px; z-index:11;}



@-moz-keyframes borderslideBottom{from{width:295px}
to{width:0}
}
@-webkit-keyframes borderslideBottom{from{width:295px}
to{width:0}
}
@keyframes borderslideBottom{from{width:295px}
to{width:0}
}
@-moz-keyframes bordersildeLeft{from{height:189px}
to{height:0}
}
@-webkit-keyframes bordersildeLeft{from{height:189px}
to{height:0}
}
@keyframes bordersildeLeft{from{height:189px}
to{height:0}
}
@-moz-keyframes bordersildeTop{from{width:295px}
to{width:0}
}
@-webkit-keyframes bordersildeTop{from{width:295px}
to{width:0}
}
@keyframes bordersildeTop{from{width:295px}
to{width:0}
}
@-moz-keyframes bordersildeRight{from{height:189px}
to{height:0}
}
@-webkit-keyframes bordersildeRight{from{height:189px}
to{height:0}
}
@keyframes bordersildeRight{from{height:189px}
to{height:0}
}
@-moz-keyframes bordersildeEnd{from{width:0}
to{width:34px}
}
@-webkit-keyframes bordersildeEnd{from{width:0}
to{width:34px}
}
@keyframes bordersildeEnd{from{width:0}
to{width:34px}
}
@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0.5;}40%{-webkit-transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1.0}}

@-moz-keyframes flipInX{0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0.5;}40%{-moz-transform:perspective(400px) rotateX(-10deg)}70%{-moz-transform:perspective(400px) rotateX(10deg)}100%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1.0}}

@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0.5;}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0deg);opacity:1.0}}




.cg_tbg_20160708{ background-color:#fff; height:110px; left:53px; padding-top:12px; position:absolute; top:35px; width:100px; z-index:11;}
.c4_index {
  margin-top: 4%;
  background: #f2f2f2;
  
}

.c4_index .max1400 {
  max-width: 1400px;
  margin: 0 auto;
}

.c4_index .swiper{
    overflow: hidden;
}
.c4_index .swiper .swiper-slide{
    text-align: center;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgb(194 188 210 / 20%);
    padding: 2% 0;
}
.c4_index .swiper .swiper-slide h3{
    font-size: 20px;
    margin-top: 3%
}
.c4_index .swiper .swiper-slide h3 p{
    font-size: 15px;
    margin-top: 1%
}

.c4_index .swiper .swiper-slide img{
    display: inline-block;
 max-width: 135px;
 max-height: 135px;
      border-radius: 50%;
      padding: 15px;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      border: 2px dashed #edeffe;
}


.c4_index ul li {
  width: 50%;
  float: left;
  padding: 0 2%;
}

.c4_index ul li .w30 {
  width: 30%;
}

.c4_index ul li .w30 img {
  max-width: 100%;
}

.c4_index ul li .w70 {
  width: 70%;
  padding: 0 3%;
}

.c4_index ul li .w70 h3 {
  font-size: 24px;
  padding-top: 4%;
}

.c4_index ul li .w70 h4 {
  font-size: 18px;
  padding-top: 4%;
}

.c4_index ul li p {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .c4_index {
    background-color: #ccc;
    background-image: none;
  }
  .c4_index ul li {
    width: 100%;
    margin-bottom: 2%;
  }
}

.c5_index{
    padding: 2% 0;
    position: relative;
}
.c5_index .swiper{
    overflow: hidden;
    margin-top: 2%;
}
.c5_index .swiper img{
    max-width: 100%
}

.c5_index .swiper h3{
    text-align: center;
    line-height: 30px;
    color: #666;
    font-size: 16px
}

.c5_index h2 {
  color: #337ab7;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
 .c5_index h2 {
  color: #337ab7;
  font-size: 24px;
}
}



.team{
    width: 100%;

   
}
.team .team-box{
    width: 100%;
   
    position: relative;
    margin-top: 20px;
}
.team-box .img{
    display: block;
    width: 100%;
    height: 463px;
    margin-top: 415px;

}
.team-box .team-on{
    width: 1466px;
    height: 582px;
    background: #ffffff;
    margin: 10px auto 0;
   
    box-shadow: 0px 0px 10px #eeeeee;
    border-radius: 10px;
    padding: 0 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.team-on .team-le{
    width: 568px;
    height: 486px;
  
    margin-top: 50px;
}
.team-le .team-item{
    width: 105px;
    height: 296px;
    overflow: hidden;
}
.team-item .team-img{
    width: 100%;
    height: 238px;
}
.team-item:nth-of-type(even) .team-img{
    margin-top: 10px;
}
.team-item .team-last{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.team-item:nth-of-type(odd) .team-last{
    margin-top: 10px;
}
.team-last .team-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
}
.team-last .team-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    margin-top: 4px;
}

.team-on .team-ri{
    width: 630px;
    height: 302px;
    margin-top: 53px;
}
.team-ri .span{
    width: 100%;
    height: 27px;
    margin-top: 15px;
}
.span img{
    width: 33px;
    height: 27px;
}
.team-ri .span1{
    width: 100%;
    height: 27px;
    margin-top: 15px;
}
.span1 img{
    width: 33px;
    height: 27px;
    float: right;
}
.team-ri .text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 15px;
}

.team-ri .tram-img{
width: 100%;
height: 234px;
display: flex;
justify-content: space-between;
margin-top: 30px;
}
.tram-img .img1{
width: 300px;
height: 234px;
}


.title{
    width: 100%;
    height: 30px;
    overflow: hidden;
    margin-top: 70px;
    display: flex;
}
.title .w-1200{
    height: 30px;
    overflow: hidden;
    border-left: 5px solid #337ab7;
    padding-left: 10px;
    box-sizing: border-box;
}

.title .tit-span{
    width: auto;
    height: 30px;
    font-size: 24px;
    color: #337ab7;
    line-height: 30px;
    font-weight: bold;
}
.tit-span span{
    font-size: 18px;
    color: #337ab7;
    font-weight: 400;
    margin-left: 10px;
    /*line-height: 60px;*/
}
.w-1200{
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
}
@media screen and (max-width: 960px) {
    .team-box .team-on{
        width:100%;
        padding:0;
        display:block;
        
    }
    .team-on .team-le{
        width:100%;
        height:auto;
    }
    .team-on .team-le img{
        max-width:100%;
    }
    .team-on .team-ri{
        width:98%;
        float:none;
        margin:0 auto;
        padding:10px;
        height:auto;
    }
    .tram-img{
        display:none!important;
    }
    
    #demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:4200%!important}
#demo1 {float: left;}
#demo2 {float: left;}


}



