@media only screen and (min-width:769px){
	/*首页部分*/
  .m_foot_icon{
    display: none;
  }
  .pc_about_us1{ float:left;}
  .pc_about_us2{ float:right;}
  
  .zzsc-container1{
    display: none;
  }
  .zzsc-container{
    display: none;
  }
  .m_map{
    display: none;
  }
  .m_case{
    display: none;
  }
  .m_banner{
    display: none;
  }
  .m_cooperate{
    display: none;
  }
  .m_partners{
    display: none;
  }
	.flexslider{
	position:relative;
	height:598px;
	overflow:hidden;
}
.flexslider  video::-webkit-media-controls{
						display:none !important;
}
	.slides{
		position:relative;
		z-index:1;
}

	.flex-control-nav{
		position:absolute;
		bottom:10px;
		z-index:2;
		width:100%;
		text-align:center;
		}
	.flex-control-nav li{
		display:inline-block; 
		margin: 0 15px;
		}
    .flexslider .slides li>a{
      display: block;
      height: 598px;
    }
   .flexslider .slides li>a div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
   }
   .flexslider .slides li>a div>.p1{
    font-size: 24px;
    margin-bottom: 25px;
   }
   .flexslider .slides li>a div>.p2{
    font-size: 16px;
   }
	.flex-control-nav a{
		display: block;
		width: 30px;
		height: 5px;	
		cursor: pointer;
	    background:#666;
		-webkit-text-fill-color:#fff;   
	}
	.flex-control-nav .flex-active{background:#fff;}
	.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
	.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}



.create_time{
  width: 100%;
  background:#212121;
}
.create_time ul>li{
  float: left;
  width: 33.1%;
  text-align: center;
  padding: 20px 0 20px;
}
.create_time ul>li span{
  display: block;
  font-size: 44px;
  color: #fff;
}
.create_time ul>li span>i{
  font-size: 16px;
  color: #666;
}
.create_time ul>li p{
  font-size: 16px;
  color: #666;
  margin-top:-15px;
}
.new_works{
  margin-top: 40px;
}
h1{
  font-size: 26px !important;
  color: #222;
  text-align: center;
}
h2{
  font-size: 16px !important;
  color: #999;
  text-align: center;
}

.new_works .works_title{
  margin:30px auto 30px;
  width:500px;
}
.new_works .works_title>a{
  float: left;
  width: 90px;
 text-align: center;
 position: relative;
}
.news_content .works_title>a{
  
  width: 90px;

}
.new_works .works_title a{
  display: inline-block;
  color: #999;
  font-size:14px;
  padding:5px;
  border:1px solid #ddd;
  margin:0px 5px;
} 
.new_works .works_title a:hover{
border:1px solid #333;
color:#fff;
background:#333;

} 


.new_works .works_video>li{
  width: 33.2%;
  float: left;
  height: 320px;
  margin-bottom:50px;
  
}
.new_works .works_video>li .video_a{
 display: block;
 width: 100%;
 height: 266px;
 position: relative;
 overflow: hidden;
}
.new_works .works_video>li a>.mask{
  width: 100%;
  height: 100%;
  background:#000;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  transition: all .4s linear;
  -moz-transition: all .4s linear; /* Firefox 4 */
   -webkit-transition: all .4s linear; /* Safari 和 Chrome */
   -o-transition: all .4s linear; /* Opera */
}
.new_works .works_video>li:hover a>.mask{
  opacity: 0.5;
}
.new_works .works_video>li a>.video_img{
 position: absolute;
 top: 40%;
 left: 43%;
 transition: all .4s linear;
   -moz-transition: all .4s linear; /* Firefox 4 */
   -webkit-transition: all .4s linear; /* Safari 和 Chrome */
   -o-transition: all .4s linear; /* Opera */
 opacity: 0;
}
.new_works .works_video>li:hover  a>.video_img{
  opacity: 1;
}
.new_works  .a_hide .mask{
          animation: hide 0.5s linear;
  }
  .new_works  .a_show .mask{
          animation: show 0.5s linear;
  }
   .image_show  .img .a_unhover img{
           -webkit-transform: scale(1);
           -ms-transform: scale(1);
           transform: scale(1);
           transition: transform .5s linear;
		     -moz-transition: all .5s linear; /* Firefox 4 */
   -webkit-transition: all .5s linear; /* Safari 和 Chrome */
   -o-transition: all .5s linear; /* Opera */
 }




.new_works .works_video>li:hover .video_img{
  display: block;
}

.new_works li .text{
 display: block;
}
.new_works li .text>div{
  width: 88%;
  float:left;
}
.new_works li .text>img{
  opacity: 0;
  margin-top:5px;
  transition: all .3s linear;
    -moz-transition: all .3s linear; /* Firefox 4 */
   -webkit-transition: all .3s linear; /* Safari 和 Chrome */
   -o-transition: all .3s linear; /* Opera */
}

.new_works li .text{
  padding: 20px 0 0 0;
}
.new_works li .text .p3{
 font-size: 18px;
 color: #666;
}
.new_works li .text .p4{
 font-size: 14px;
 color: #666;
}
.new_works .works_video>li:hover .text>img{
  opacity: 1;
  margin-left:5px;
  margin-top:5px;
}
.new_works .works_video>li:hover .text .p3{
  color: #222;
}
.more{
  display: block;
  width:380px;
  margin:0 auto;
  text-align: center;
  border: 1px solid #333;
  padding: 10px 0;
  font-size: 24px;
  color: #666;
}
.more:hover{
  background:#222222;
  color: #fff;
}




.about_us{
  margin-top: 80px;
}
.about_us .more{
	margin-bottom:20px;
}
.about_us>div{
 width: 50%;
 overflow:hidden;
 box-sizing:border-box;
}
.about_us img{
	width:100%;
}
.about_us p{
  font-size: 16px;
    color: #666;
    margin: 15px auto 15px;
    width: 90%;
}




.bodyCon08 h1{
  color: #fff !important;
}
.bodyCon08 h2{
  color: #fff;
}


.news{
  margin-top: 80px;
  margin-bottom:40px;
}
.news ul{
  margin-top: 60px;
}
.news ul>li{
  float: left;
  width: 48%;
  margin-right:4%;
  margin-bottom:80px;
}
.news ul>li:nth-child(2n){
  margin-right: 0;
}
.news li>a{
  display: block;
  width: 20%;
  float: left;
}
.news li>a img{
  width: 100%;
}
.news li>div{
  width: 76%;
  float: left;
  margin-left:4%;
  position: relative;
}
.news li>div .news_p1{
  font-size: 14px;
  color: #999;
  position: relative;
  left:0;
   transition: all .3s linear;
     -moz-transition: all .3s linear; /* Firefox 4 */
   -webkit-transition: all .3s linear; /* Safari 和 Chrome */
   -o-transition: all .3s linear; /* Opera */
}
.news li>div .news_p1:after{
  content: "";
  width: 30px;
  height: 1px;
  background:#999;
  position: absolute;
  bottom: 0;
  right: 406px;
 transition: all .3s linear;
 z-index: 0;
}

.news  li .news_p1{
  position: absolute;
  left:0;
}
.news  li:hover .news_p1{
  left:80px;
}
.news  li:hover .news_p1:after{
  width:110px;
}

.news li>div a{
  display: block;
  font-size: 18px;
  color: #333;
  margin: 15px 0;
}
.news li:hover div>a{
  text-decoration: underline;
}
.news li>div .news_p2{
  font-size: 14px;
  color: #999;
  line-height: 25px;
}




.partners span{
      display: block;
      width:60px;
    height:3px;
    background:rgba(202,30,28,1);
    margin: 30px auto 40px;
     }
.partners .bodyCon081 .students1{
    margin: 0 auto;
    width: 1200px;
    height: 225px;
    position: relative;
    
}
.partners .about_bodyCon081{
  margin-top: -60px;
}
.partners #four_flash1{position:relative;width:1200px;margin:0 auto;position:absolute;}
.partners #four_flash1 .flashBg1{width:1080px;height:255px; margin:0 auto;position:relative;overflow:hidden;}
.partners #four_flash1 .flashBg1 ul.mobile1{width:2000%;height:250px; position:absolute;top:15; left:-46px;}
.partners #four_flash1 .flashBg1 ul.mobile1 li{float:left;width: 170px;
    margin-left: 55px; padding-top: 100px; color:#6C6E85;transition:all 1s ease 0s;}

.partners .flashBg1 ul.mobile1 li img{display:block; margin:0 auto; width:100%;}
.partners .flashBg1 ul.mobile1 li dd{font-size:20px;width:250px;line-height:60px;text-align:center;border-bottom:1px solid #6C6E85;}
.partners .flashBg1 ul.mobile1 li p{font-size:16px; text-align:center;width:260px; line-height:24px;margin-top:10px;}
.partners .flashBg1 ul.mobile1 li a{display:block;background:url(../images/jiantou.png);width:31px;height:31px;border:0px;margin:8px auto;}
.partners .flashBg1 ul.mobile1 li a:hover{background:url(../images/jiantou2.png);}
.partners .but_left1{width:50px;height:100px;position:absolute; top:114px; left:0px;}
.partners .but_right1{width:50px;height:100px; position:absolute; top:114px; right:-7px;}
.partners .but_left1:hover{background:url(../images/qianxleft1.png) no-repeat;}
.partners .but_right1:hover{background:url(../images/qianxr1.png) no-repeat;}
/*首页部分结束*/




/*关于我们部分开始*/
.about_banner {
    width: 100%;
    height: 450px;
}

.about_introduce{
  width: 100%;
  background:#212121;
}
.about_introduce ul>li{
  height: 70px;
  box-sizing: border-box;
  float: left;
  width: 33.333333333%;
  text-align: center;
  padding: 5px 0;
}
.introduce_chinese{
  font-size: 22px;
  color: #fff;
}
.introduce_english{
  font-size: 14px;
  color: #fff;
}

.about_introduce ul>li:hover{
  background:#fff;
}
.about_introduce ul>li:hover p{
  color: #333;
}


.about_introduce .currentNav{background: #fff;}
.about_introduce .currentNav p{color: #333;}

.about_content .about_p1{
  text-align: left;
  width: 80%;
}
.about_content .about_p2{
  text-align: left;
  width: 80%;
}
.about_content h1{
  text-align: left;
  width: 90%;
  margin:0 auto;
}
.about_content   .down_line{
  display: block;
  width: 60px;
  height: 1px;
  background:#333;
  margin:30px 0 30px 35px;
  text-align: left;
}



.introduce_content{
  margin-top: 80px;
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
.introduce_content p{
  font-size: 16px;
  color: #666;
  margin-bottom:40px;
}



.team>ul{
  margin-top: 70px;
}
/*关于我们部分结束*/
.team>ul li{
  margin-bottom: 80px;
}
.team>ul li>img{
  width: 28%;
  float: left;
  margin-right: 4%;
}
.team>ul li>div{
  width: 68%;
  float: left;
}
.team>ul li .name{
  display: inline-block;
  font-size: 24px;
  color: #666;
}
.team>ul li .enlish{
  display: inline-block;
  font-size: 24px;
  color: #333;
  margin-top: 20px;
}
.team>ul li .job{
  font-size: 16px;
  color: #333;
}
.team>ul li  span{
   display: block;
  width: 60px;
  height: 1px;
  background:#333;
  margin:25px 0 30px 0;
  text-align: left;
}
.team>ul li .team_text{
  font-size: 16px;
  color: #666;
}
/*关于我们部分结束*/



/*成功案例部分开始*/
 .page{
    text-align: center;
    margin-bottom: 70px;
  }
  .page a{
    display: inline-block;
    font-size: 20px;
    color: #666666;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 10px;
    border: 1px solid #eee;
  }
  .page a i{
    font-size: 24px;
    color: #666666;
  }
  .page a:hover i{
    color: #fff;
  }
  .page a:hover{
    background-color: #000;
    color:#ffffff;
  }




/*PC版分页样式*/
.pagebox{height:26px; line-height:26px; margin-top:15px;text-align:center;  margin-bottom:70px;}
.pagebox a, .pagebox span{ padding:5px 10px; border:#CCC solid 1px; margin:0px 5px;}
.pagebox a.on, .pagebox a:hover{ color:#06C;border:#2d9aff solid 1px; }
.pagebox .page_current {color: #fff;    background: #222;    border: #222 solid 1px;}

.pcvideo{ height:600px; width:100%;}
.wapvideo{ display:none;}





/*成功案例部分结束*/



/*发展历程部分开始*/
.development{
  margin-top: 80px;
  position: relative;
  padding-bottom: 100px;
}

.development ul>li:nth-child(even){
  width:591px;
  float: left;
  padding-right: 50px;
  box-sizing: border-box;
  text-align: right;
  border-right: 1px solid #c2c2c2;
  position: relative;
}
.development ul>li:nth-child(odd){
   width:610px;
  float: right;
  padding-left: 50px;
  box-sizing: border-box;
  border-left: 1px solid #c2c2c2;
  position: relative;
}
.development ul>li:nth-child(even) img{
  position: absolute;
  top: 0;
  right: -15px;
}
.development ul>li:nth-child(odd) img{
  position: absolute;
  top: 0;
  left: -15px;
}


.development_time{
  font-size: 26px;
  color: #333;
}

.development ul>li span{
  display: block;
  width: 35px;
  height: 1px;
  background:#333;
 margin: 5px 0  20px 0;
}
.development ul>li:nth-child(even) span{
  margin-left: 93%;
}
 .development_text{
  display: block;
  font-size: 14px;
  color: #666;
}
.m_development_img{
  display: none;
}
/*发展历程部分结束*/



/*联系我们部分开始*/
.contact_banner{
  position: relative;
}
.contact_banner .locate{
  position: absolute;
  top: 301px;
  left:875px;
}



.contact_content{
  margin-top: 80px;
}

.address>p{
  font-size: 18px;
  color: #666;
}
.address{
  margin-top: 50px;
}
.address>ul{
  margin-top: 45px;
}
.address>ul li{
  float: left;
  width: 33.333333333%;
}
.address>ul li p{
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}




.form_list{
  margin-top: 80px;
}
.form_list input{
  width: 30%;
  margin-right: 4.7%;
  border-right: none;
  border-left: none;
  border-top: none;
  outline: none;
  border-bottom:1px solid #b2b2b2;
  padding-bottom: 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
}


.form_list input:last-child{
  margin-right:0;
}
.contact_textarea{
  margin-top: 40px;
  height: 115px;
  border-bottom: 1px solid #b2b2b2;
}
.contact_textarea  textarea{
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #666;
}
.form_bottom{
	display:block;
	margin-top:40px;
}
.form_bottom .faqline{
	display:inline-block;
	float:left;
}
.form_bottom .submit{
display:inline-block;
	float:right;
}

.faqline img{
  vertical-align:middle;
  
}
.faqline input{
	 display: inline-block;
	 outline: none;
  background:none;
  width: 190px;
  height: 40px;
  border: 1px solid #b2b2b2;
  font-size: 14px;
  color: #666;
}
.submit input{
  display: block;
  outline: none;
  background:none;
  width: 140px;
  height: 40px;
  border: 1px solid #212121;
  font-size: 14px;
  color: #666;
  margin-bottom: 120px;
  background: #212121;
    color: #fff;
	transition: all .4s linear;
  -moz-transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  cursor:pointer;
}
.submit input:hover{
  display: block;
  outline: none;
  background:none;
  width: 140px;
  height: 40px;
  border: 1px solid #666666;
  font-size: 14px;
  color: #666;
  margin-bottom: 120px;
  background: #666666;
  color: #fff;
  transition: all .4s linear;
  -moz-transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
}
/*联系我们部分结束*/


/*新闻部分开始*/
.news_content .works_title {
    width: 200px;
}
.news_content .works_title>li {
    float: left;
    width: 50%;

}
.news_content .news ul>li {
    width: 100%;
    margin-bottom: 80px;
}
.news_content .news li>div .news_p1:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #999;
    position: absolute;
    bottom: 0;
    right: 883px;
	transition: all .3s linear;
 z-index: 0;
}


.news  li .news_p1{
  position: absolute;
  left:0;
}
.news  li:hover .news_p1{
  left:80px;
}
.news_content>.news  li:hover .news_p1:after{
  width:110px;
}

/*新闻部分结束*/


/*新闻详情部分开始*/
.news_detail_content{
  margin-top: 80px;
}
.news_detail_content>div{
  margin-top: 40px;
}
.news_detail_content>div img{
  display: block;
  max-width:100%;
  margin:0 auto 5px;
 
}
.news_detail_content>div p{
  font-size: 16px;
  color: #666;
  text-align: left;
  margin-bottom: 20px;
}
.detail_page{
  margin-top:60px !important;
  margin-bottom: 160px !important;
}
.detail_page a,.detail_page span{
  display: inline-block;
  font-size: 18px;
  color: #666;
}
.detail_page span:first-child{
   float: left;
}
.detail_page span:last-child{
   float: right;
}
/*新闻详情部分结束*/

/*专业器材部分开始*/
.material{
  margin-top: 80px;
}
.material li{
  margin-bottom: 60px;
}
.material li>a{
  width:15%;
  float: left;
  margin-right: 5%;
  background:#Fbfbfb;
  text-align: center;
}
.material li>a img{
  width:80%;
  margin: 40px 0;
}
.material li>div{
  width:80%;
  float: left;
}
.material li>div a{
  font-size: 18px;
  color: #333;
}
.material li>div span{
  display: block;
  width:60px;
  height: 1px;
  background:#333;
  margin: 20px 0;
}
.material li>div p{
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
/*专业器材部分结束*/


/*拍摄图片详情部分开始*/
.shoot{
  margin-top: 80px;
}
.shoot .shoot_detail{
  margin-top: 60px;
  width: 100%;
  padding: 40px 0;
}
.shoot .shoot_detail p{
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-bottom: 45px;
}
.shoot .shoot_detail img{
  display: block;
  max-width: 100%;
  margin: 0 auto 7px;
}
/*拍摄图片详情部分结束*/


/*拍摄图片部分开始*/
.shoot_img  .video_a>div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.shoot_img  .video_a>div img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .5s linear;
    transition: transform .5s linear;
	  -moz-transition: all .5s linear; /* Firefox 4 */
   -webkit-transition: all .5s linear; /* Safari 和 Chrome */
   -o-transition: all .5s linear; /* Opera */
}
.shoot_img .works_video>li:hover .video_a>div img{
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: -webkit-transform .5s linear;
      transition: transform .5s linear;
	    -moz-transition: all .5s linear; /* Firefox 4 */
   -webkit-transition: all .5s linear; /* Safari 和 Chrome */
   -o-transition: all .5s linear; /* Opera */
   }
.shoot_img .works_video{
	margin-top:60px;
}
/*拍摄图片部分结束*/

/*视频播放详情部分开始*/
.video_play video{
  margin-top: 40px;
  width:100%;
  height: auto;
}


/*视频播放详情部分结束*/
}
@media only screen and (max-width:769px){
 
  .pc_banner{
    display: none;
  }

  /* 首页部分 */
  
  .m_banner  .swiper-button-next, .swiper-button-prev{
    outline: none;
  }
  .m_banner{
      display: block;
      margin-top: 1.5rem;
      position: relative;
    }
    .m_banner .swiper-container2 .swiper-slide img{
      width: 100%;
    }
	 .m_banner .swiper-container2 .swiper-slide a>div{
		 width:90%;
		 position:absolute;
		 left:50%;
		 top:50%;
		 transform:translate(-50%,-50%);
	 }
	.m_banner .swiper-container2 div>.p1 {
    font-size: 0.4rem;
    margin-bottom: 0.37rem;
	color:#fff;
}
 .m_banner  .swiper-container2  div>.p2 {
    font-size: 0.3rem;
	color:#fff;
	text-align:center;
 }
    .m_banner .swiper-container2 .swiper-slide video{
      width: 100%;
      height: auto;
    }
    .m_banner .swiper-container2 .swiper-pagination-bullet {
        width: 20px;
        height: 2px;
      border-radius: 0;
        display: inline-block;
      background:#fff;
	  opacity:0.5;
		
    }
    .m_banner .swiper-container2 .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
    }
    .m_banner .swiper-container2 .swiper-pagination-bullet {
    /* background: #000; */
    
}
    /*.m_banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
      bottom: 0.5rem;
      left: 0;
      width: 100%;
   }*/
    .m_banner .swiper-pagination {
      position: absolute;
      text-align: center;
      -webkit-transition: .3s opacity;
      -o-transition: .3s opacity;
      transition: .3s opacity;
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
      z-index: 10;
  }





.create_time{
  width: 100%;
  background:#212121;
}
.create_time ul>li{
  float: left;
  width: 33.1%;
  text-align: center;
  padding: 0.3rem 0;
}
.create_time ul>li span{
  display: block;
  font-size: 0.6rem;
  color: #fff;
}
.create_time ul>li span>i{
  font-size: 0.35rem;
  color: #999;
}
.create_time ul>li p{
  font-size: 0.35rem;
  color: #999;
  margin-top:-0.21rem;
}
.new_works{
  margin-top: 1.14rem;
  position:relative;
}
h1{
  font-size: 0.5rem !important;
  color: #222;
  text-align: center;
}
h2{
  font-size: 0.3rem !important;
  color: #999;
  text-align: center;
}
.new_works .works_title{
     width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
	position:absolute;
	margin-top:0.5rem;
	left:0;
  
}
.new_works .works_title a{
  display: inline-block;
  color: #999;
 font-size: 0.38rem;
    text-align: center;
    position: relative;
    padding: 0 2%;
} 
.new_works .works_title>a:after{
    content: "";
    width: 0.21rem;
    height: 1px;
    background: #666;
    position: absolute;
    top: 55%;
    left: 96%;
}
.new_works .works_title>a:last-child:after{
  display: none;
}
.new_works .works_title::-webkit-scrollbar { display: none; height: 0 !important; }   
.new_works .works_video>li{
  width: 49%;
  float: left;
  height: 4.57rem;
  margin-bottom:0.71rem;
  margin-right: 2%;
  
}
.new_works .works_video>li:nth-child(2n){
  margin-right: 0;
}
.new_works .works_video>li img{
  width: 100%;
}
.new_works .works_video>li .video_a{
 display: block;
 width: 100%;
 position: relative;
 overflow: hidden;
}
.new_works .works_video>li a>.mask{
  width: 100%;
  height: 100%;
  background:#000;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  display: none;
}
.new_works .works_video>li a>.video_img{
 position: absolute;
    top: 40%;
    left: 40%;
    display: block;
    width: 20%;
   
  
}

.new_works li .text{
 display: block;
}
.new_works li .text>div{
  width: 88%;
  float:left;
}
.new_works li .text>img{
  width: 12%;
  float:right;
  display: none;
}

.new_works li .text{
  padding: 0.29rem 0.36rem 0 0;
}
.new_works li .text .p3{
 font-size: 0.34rem;
 color: #333;
}
.new_works li .text .p4{
 font-size: 0.3rem;
 color: #666;
}

.more{
  display: block;
  width:5.43rem;
  margin:0 auto;
  text-align: center;
  border: 1px solid #333;
  padding: 0.34rem 0;
  font-size: 0.34rem;
  color: #666;
}
.more:hover{
  background:#222222;
  color: #fff;
}





.about_us{

}
.about_us>img,.about_us>div{
 width: 100%;
 float: left;
}
.about_us>div{
  margin-top: 0.86rem;
}
.about_us>div img{
	width:100%;
	height:100%;
}

.about_us>div  p{
  font-size: 0.4rem;
  color: #666;
  margin: 0 auto;
  text-align: left;
  width: 96%;
  padding-top:0.46rem;
  padding-bottom:0.3rem;
}




.bodyCon08{
  display: none;
}





.news{
  margin-top: 1.14rem;
  margin-bottom: 1rem;
}
.news ul{
  margin-top: 0.86rem;
}
.news ul>li{
  float: left;
  width: 100%;
  margin-right:4%;
  margin-bottom:0.8rem;
}
.news ul>li:nth-child(2n){
  margin-right: 0;
}
.news li>a{
  display: block;
  width: 20%;
  float: left;
}
.news li>a img{
  width: 100%;
}
.news li>div{
  width: 76%;
  float: left;
  margin-left:4%;
  position: relative;
}
.news li>div .news_p1{
  font-size: 0.35rem;
  color: #999;
  position: relative;
   transition: width 1s linear;
}
.news li>div .news_p1:after{
  content: "";
    width: 0.8rem;
    height: 1px;
    background: #999;
    position: absolute;
    bottom: 0;
   left:0;
 
}

.news li>div a{
  display: block;
  font-size: 0.4rem;
  color: #333;
  margin: 0.11rem 0;
}

.news li>div .news_p2{
  font-size: 0.35rem;
  color: #999;
}






.zzsc-container1 .container1 {
    padding-right: 0px;
    padding-left:0.21rem;
    margin-right: auto;
    margin-left: auto;
}
     
    
    .zzsc-container1  .swiper-container {
         width: 100%;
          height: 4.29rem;
          margin: 0.29rem auto;
          background: #eee;
      }
    .zzsc-container1  .swiper-slide {
          text-align: center;
          font-size: 0.26rem;
          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;
      }
      .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0.36rem;
    padding-left: 0.36rem;
    padding-bottom: 1.2rem;
    padding-top: 1rem;
}
  .zzsc-container1  .swiper-slide {
    text-align: center;
    font-size: 0.26rem;
    background: #fff;
    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;
    height: 0.93remx;
}
  .zzsc-container1  .swiper-slide img{
  width:100%;
}
/*.next {
  width: 0.39rem;
    height: 0.66rem;
    left: 0.14rem;
    right: auto;
    position: absolute;
    z-index: 9999999999999;
    margin-top: 2.0rem;
    background-size: 100% 100%;
}
.swiper-button-next {
    background-image: url(../img/left.png);
}*/
.zzsc-container1 .swiper-container {
    width: 100%;
    height: 4.29rem;
    margin: 0.29rem 0 0.29rem 0.23rem;
    background: #fafbfc;
    padding-top: 1.71rem;
}

.m_about  h1 {
    text-align: left;
    font-weight: normal !important;
}
.partners{
  display: none;
}

/*首页部分结束*/




/*关于我们部分开始*/
.about_banner {
    width: 100%;
    height: 6rem;
    margin-top: 1.5rem;
}

.about_introduce{
  width: 100%;
  background:#212121;
}
.about_introduce ul>li{
  height: 1.8rem;
  box-sizing: border-box;
  float: left;
  width: 33.333333333%;
  text-align: center;
  padding: 0.29rem 0;
}
.introduce_chinese{
  font-size: 0.4rem;
  color: #fff;
}
.introduce_english{
  font-size: 0.3rem;
  color: #fff;
}

.about_introduce ul>li:hover{
  background:#fff;
}
.about_introduce ul>li:hover p{
  color: #333;
}


.about_introduce .currentNav{background: #fff;}
.about_introduce .currentNav p{color: #333;}

.pc_about_us1{ float:left;}
.pc_about_us2{ float:right;}
  
  
.about_content .about_p1{
  text-align: left;
  width: 100%;
  font-size: 0.35rem;
}
.about_content .about_p2{
  text-align: left;
  width: 100%;
}
.about_content h1{
  text-align: left;
  width: 100%;
  margin:0 auto;
}
.about_content   .down_line{
  display: block;
  width: 0.86rem;
  height: 1px;
  background:#333;
  margin:0.43rem 0 0.43rem 0;
  text-align: left;
}



.introduce_content{
  margin-top: 1.14rem;
}
.introduce_content p{
  font-size: 0.4rem;
  color: #666;
  margin-bottom:0.57rem;
}

.introduce_content p img
{
	max-width:100%;
}

.team>ul{
  margin-top: 1.0rem;
}

.team>ul li{
  margin-bottom: 1.14rem;
}
.team>ul li>img{
  width: 28%;
  float: left;
  margin-right: 4%;
}
.team>ul li>div{
  width: 68%;
  float: left;
  margin-top: -0.4rem;
}
.team>ul li .name{
  display: inline-block;
  font-size: 0.4rem;
  color: #666;
}
.team>ul li .enlish{
  display: inline-block;
  font-size: 0.4rem;
  color: #333;
  margin-top: 0.29rem;
}
.team>ul li .job{
  font-size: 0.3rem;
  color: #bbb;
}
.team>ul li  span{
   display: block;
  width: 0.86rem;
  height: 1px;
  background:#333;
  margin:0.36rem 0 0.43rem 0;
  text-align: left;
}
.team>ul li .team_text{
  font-size: 0.3rem;
  color: #666;
}

/*关于我们部分结束*/



/*成功案例部分开始*/
 .page{
    text-align: center;
    margin-bottom: 1.0rem;
  }
  .page a{
    display: inline-block;
    font-size: 0.35rem;
    color: #666666;
    width: 0.57rem;
    height: 0.57rem;
    line-height: 0.57rem;
    text-align: center;
    margin: 0 0.14rem;
    border: 1px solid #eee;
  }
  .page a i{
    font-size: 0.35rem;
    color: #666666;
  }
  .page a:hover i{
    color: #fff;
  }
  .page a:hover{
    background-color: #000;
    color:#ffffff;
  }







.pagebox{height:0.37rem; line-height:0.37rem; margin-top:0.21rem;text-align:center;  margin-bottom: 1.0rem;}
.pagebox a, .pagebox span{ padding:0.07rem  0.14rem; border:#CCC solid 1px; margin:0px 0.07rem}
.pagebox a.on, .pagebox a:hover{ color:#06C;border:#2d9aff solid 1px; }

/*成功案例部分结束*/



/*发展历程部分开始*/







.development ul>li{
  width:94%;
  padding-left: 1rem;
  box-sizing: border-box;
  text-align: left;
  border-left: 1px solid #c2c2c2;
  position: relative;
  margin:0 auto;
}

.development ul>li img{
  position: absolute;
  top: 0;
  left: -4%;
}


.development{
  margin-top: 1.14rem;
  position: relative;
  padding-bottom: 1.43rem;
}

.development .have_content{
  padding-bottom: 0.86rem;
}


.development_time{
  font-size: 0.4rem;
  color: #333;
}

.development ul>li span{
  display: block;
  width: 0.5rem;
  height: 1px;
  background:#333;
 margin: 0.21rem 0 0.43rem 0;
}
.development_right span{
  display: block;
  width: 0.5rem;
  height: 1px;
  background:#333;
 float: right;
 margin: 0.11rem 93% 0.23rem 0;
}
.development_text{
  display: block;
  font-size: 0.3rem;
  color: #666;
}

/*发展历程部分结束*/







/*联系我们部分开始*/

.contact_banner .locate{
  display: none;
}



.contact_content{
  margin-top: 1.14rem;
}

.address>p{
  font-size: 0.45rem;
  color: #333;
}
.address{
  margin-top: 0.71rem;
}
.address>ul{
  margin-top: 0.34rem;
}
.address>ul li{
  width: 100%;
}
.address>ul li p{
  font-size: 0.35rem;
  color: #666;
  margin-bottom: 0.21rem;
}




.form_list{
  margin-top: 1.14rem;
}
.form_list input{
  width: 100%;
  border-right: none;
  border-left: none;
  border-top: none;
  outline: none;
  border-bottom:1px solid #b2b2b2;
  padding-bottom: 0.29rem;
  box-sizing: border-box;
  font-size: 0.35rem;
  color: #333;
  margin-bottom: 0.71rem;
}


.contact_textarea{
  margin-top: 1rem;
  height: 3.86rem;
  border: 1px solid #b2b2b2;
  padding: 0.36rem 0.29rem 0.36rem 0.29rem;
}
.contact_textarea  textarea{
  border: none;
  width: 100%;
  height: 100%;
  font-size: 0.35rem;
  color: #333;
}
.submit{
 width: 96%;
 margin: 0.57rem auto 0;
}
.faqline{
	margin:0.57rem auto 0;
	width:96%;
}
.faqline img{
	vertical-align:middle;
}
.faqline input{
   display: inline-block;
	 outline: none;	
  background:none;
 width: 4.5rem;
  height: 1.2rem;
  border: 1px solid #b2b2b2;
  font-size:0.35rem;
  color: #666;
}
.submit input{
 display: block;
    outline: none;
    background: none;
    width: 4.5rem;
    height: 1.2rem;
    border: 1px solid #212121;
    font-size: 0.4rem;
    color: #333;
    margin: 0 0 1.14rem;
    background: #212121;
    color: #fff;
}
  /*联系我们部分结束*/



  /*新闻部分开始*/
.news_content .works_title {
    left: 25%;
}
.news_content .works_title>li {
    width: 50% !important;
   
}
.news_content li>div .news_p1:after {
    content: "";
    width: 0.8rem;
    height: 1px;
    background: #999;
    position: absolute;
    bottom: 0;
    right: 6.2rem;
}
.news_content  .news{
  margin-top: 2rem;
}

  /*新闻部分结束*/


  /*新闻详情部分开始*/
.news_detail_content{
  margin-top: 1.14rem;
}
.news_detail_content>div{
  margin-top: 0.57rem;
}
.news_detail_content>div img{
  display: block;
  max-width:100%;
  height: auto;
  margin:0 auto 0.14rem;
 
}
.news_detail_content>div p{
  font-size: 0.45rem;
  color: #666;
  text-align: left;
  margin-bottom: 0.57rem;
}
.news_detail_content video{
	width:100%;
}
.detail_page{
  margin-top:0.86rem !important;
  margin-bottom: 0.57rem;
}
.detail_page span{
	display:block;
	 font-size: 0.35rem;
  color: #333;
  margin-bottom:0.2rem;
}
.detail_page a{
  font-size: 0.35rem;
  color: #333;
  margin-bottom: 0.43rem;
}

/*新闻详情部分结束*/




/*专业器材部分开始*/
.material{
  margin-top: 1.14rem;
}
.material li{
  margin-bottom: 0.86rem;
}
.material li>a{
 display: block;
  background:#Fbfbfb;
  text-align: center;
  margin-bottom: 0.29rem;
}
.material li>a img{
  max-width: 100%;
  margin: 0.57rem 0;
}
.material li>div{
  width:100%;
}
.material li>div a{
  font-size: 0.4rem;
  color: #333;
}
.material li>div span{
  display: block;
  width:0.86rem;
  height: 1px;
  background:#333;
  margin: 0.29rem 0;
}
.material li>div p{
  font-size: 0.35rem;
  color: #666;
  line-height: 0.5rem;
}
/*专业器材部分结束*/

/*拍摄图片详情部分开始*/
.shoot{
  margin-top: 1.14rem;
}
.shoot .shoot_detail{
  margin-top: 0.86rem;
  width: 100%;
  border-top: 1px solid #c2c2c2;
  padding: 0.57rem 0 1rem;
}
.shoot .shoot_detail p{
  font-size: 0.34rem;
  color: #666;
  line-height: 0.5rem;
  margin-bottom: 0.64rem;
}
.shoot .shoot_detail img{
  display: block;
 width: 100%;
  margin: 0 auto 0.14rem;
}
/*拍摄图片详情部分结束*/
.aui-content-max{
  display: none;
}
.pc_foot_icon{
  display: none;
}

/*手机版只显示上一页下一页样式*/
.pagebox {line-height:26px; margin-top:15px;text-align:center;}
.pagebox a, .pagebox span{display: none;}
.pagebox .Page_pre{display: block; width:20%; float:left;padding:5px 10px; border:#CCC solid 1px; margin:0px 5px;}
.pagebox .Page_next{display: block; width:20%; float:right;padding:5px 10px; border:#CCC solid 1px; margin:0px 5px;}


.pcvideo{ display:none;}
.wapvideo{ height:200px; width:100%;}

.new_works  .works_video {
    margin-top: 1.86rem;
}
.shoot_img .works_video {
    margin-top: 0.86rem;
}
   }



    


  

























