@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
input{  
    background:none;  
    outline:none;  
    border:none;
}
body{
	width: 100%;
}
.box{
	width: 100%;
	
}
.header{
	width: 100%;
	height: 82px;
	background: #252525;
	position: fixed;
	z-index: 999;
	top:0;
	left: 0;
	
}

.headercon{
	width:78.4%;
	margin: 0 auto;
}
.headercon .logo{
	display: block;
	float: left;
	width: 121px;
}
.headercon .logo img{
	display: block;
	width: 100%;
}
.navbox{
	width: auto;
	float: right;
	height: 100%;
	margin-top: 24px;
	position: relative;
}
.navbox label{
	display: block;
	width: auto;
}
.navbox label span{
	display: block;
	float: left;
	width: 79px;
	margin-right: 14px;
}
.navbox label span img{
	display: block;
	width: 100%;
}
.navbox label b{
	display: block;
	width: 30px;
	float: left;
	cursor: pointer;
}
.navbox label b img{
	display: block;
	width: 100%;
}
.navlist{
	    width: 320px;
    position: absolute;
    z-index: 999;
    top: 58px;
    right: -23px;
	display: none;
	
}
.navlist li{
	width: 100%;
	margin-bottom: 3px;
}
.navlist li a{
	display: block;
	width: 100%;
	height: 100%;
}

.navlist li a img{
	display: block;
	width: 100%;
}


/*视频*/

.videobox {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
	top:0;
	left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.videobox video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videobox a{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 37px;
    z-index: 9999;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
}

/*轮播*/
.carousel{
	width: 100%;
	height: auto;
	margin-top: 82px;
	position: relative;
}
.carousel img{
	display: block;
	width: 100%;
}


/* .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  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;
}
.carousel .swiper-slide img{
	display: block;
	width: 100%;
} */


#certify {
	position: relative;
}



#certify  .swiper-slide {
	width: 80%;
	height: 100%;
	position: relative;
	
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
}
#certify  .swiper-slide .mask{
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter:alpha(opacity=70);
	position: absolute;
	z-index: 33;
	top:0;
	left: 0;
	
}
#certify .swiper-slide-active .mask{
     display: none;
	}
	
	
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: .5;
	filter:alpha(opacity=50);
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background:#fbd101;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.slidericon{
	width: 211px;
	height: 97px;
	background:url(../images/likeicon.png) no-repeat center top;
	background-size: 100%;
	position: absolute;
	z-index: 88;
	bottom: 7.5%;
	right: 10.5%;
}
.slidericon label{
	display: block;
	width: auto;
	height: auto;
	clear: both;
	overflow: hidden;
	margin: 14px 0 0 30px;
}
.slidericon span{
	display: block;
	width: 57px;
	height: 61px;
	float: left;
	cursor: pointer;
}
.slidericon span img{
	display: block;
	width: 100%;
}
.slidericon b{
	display: block;
	font-size: 28px;
	color: #252525;
	float: left;
	margin: 20px 0 0 22px;
}
.home_bot{
	width: 100%;
	background: #252525;
	padding: 30px 0;
	
}
.home_botcon{
	width: 71.375%; /*1142*/
	height: auto;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.homebot_1{
	display: block;
	width:37.2%;	
	float: left;
}
.homebot_1 img{
	display: block;
	width: 100%;
}
.homesearch{
	width:57.7%;
	float: right;
	position: relative;
}
.homesearch img{
	display: block;
	width: 100%;
}
.homesearch span{
	display: block;
    width: 65%;
    height: 85%;
    position: absolute;
    z-index: 2;
    top: 6%;
    left: 0;
}
.homesearch span input{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #b6b6b6;
	text-indent: 16px;
}
.searchbutton{
	display: block;
	width: 22%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top:0;
	right: 0;
}
.pahe2box{
	width: 78.75%;
	margin: 0 auto;
	position: relative;
}
.pahe2box img{
	display: block;
	width: 100%;
}

.pahe2box .buildsite{
	display: block;
	width: 13%;
	height: 6%;
	position: absolute;
	z-index: 3;
	bottom: 39%;
	right: 13%;
}

.playbutton1{
	display: block;
	width: 24%;
	height: 19%;
	position: absolute;
	z-index: 3;
	bottom: 39%;
	right: 28%;
}

.playbox{
	width: 42%;
	height: 11%;
	position: absolute;
	z-index: 3;
	bottom: 20%;
	right: 10%;
}

.playbox a{
	display: block;
	width: 31%;
	height: 100%;
	float: left;
}
.playbox a.playbutton3{
	margin: 0 3%;
}



.page4box{
	width: 78.75%;
	margin: 0 auto;
	position: relative;
}
.page4box .page4bg{
	display: block;
	width: 100%;
}
.page4con{
	width: 100%;
	position: absolute;
	z-index: 2;
	top:0;
	left: 0;
}
.page4box .page4top{
	display: block;
	width: 100%;
}
.page4list{
	width: 91.9%; /*1158*/
	margin: 54px auto 0;
}

.page4list ul{
	width:100%;
}

.page4list ul li{
	float: left;
	width:23.75%;
	cursor: pointer;
	margin: 0 0.6%;
}
.page4list ul li div{
	width:100%;
	margin: 0 auto;
}

.li_active{
	display: none;
	margin-top: -20px !important;
}
.page4list ul li .a_active{
	display: block;
}
.page4list ul li img{
	width: 100%;
}

.page5box{
	width: 100%;
	background: #fbce00;
}
.page5top{
	width: 52.875%;
	margin: 0 auto;
	padding-top: 94px;
	
}
.page5top img{
	display: block;
	width: 100%;
}

.page5search{
	width: 52.875%;
	margin: 18px auto 30px;
	position: relative;
}
.page5search img{
	display: block;
	width: 100%;
}
.page5search label{
	width: 100%;
	height:100%;
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;
	
}
.page5search label span{
	    display: block;
    width: 65%;
    height: 94%;
    float: left;
    margin-top: 0.2%;
    margin-left: 0.3%;
}

.page5search label span input{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 24px;
	color: #252525;
	text-indent: 24px;
}
.page5search .page5searchbutton{
	display: block;
	width: 22%;
	height: 100%;
	float: right;
}
.page5logo{
	display: block;
	width: 146px;
	margin: 0 auto;
}
.page5logo img{
	display: block;
	width: 100%;
}
.page5bot{
	
	width: 66.8125%;
	margin: 0 auto;
}
.page5bot img{
	display: block;
	width: 100%;
}

.section5-3 {
    position: relative;
    margin: 0 auto 0 auto;
    width: 100%;
    height: 60px;
    background: #252525;
	    clear: both;
    display: block;
}
.section5-3 p {
    color: #e5e5e5;
    font-size: 12px;
    text-align: center;
    line-height: 60px;
}
.page3box{
	width: 78.75%;
    margin: 0 auto;
}
.page3top{
	width: 100%;
}
.page3top img{
	display: block;
	width: 100%;
}
.page3con{
	width: 95.31746031746032%;
	position: relative;
	float: right;
}
.page3con .page3bg{
	display: block;
	width: 100%;
}

.page3right{
	width: 49.54204829308909%; /*595*/
	height: 87%;
	position: absolute;
	z-index: 10;
	right: 4.9%;
	top:4px;
}



.spantop{
	display: block;
	width: 100%;
}
.spantop img{
	display: block;
	width: 100%;
}
.page3rightbox{
	width: auto;

}
.page3rightcon{
	width: 100%;
	height: 80px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.page3rightcon::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
  .page3rightcon::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #d7d8d8;
  }
  .page3rightcon::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
  }






.page3rightbox span{
	display: block;
	width: 97.81879194630872%;
}
.page3rightbox span img{
	display: block;
	width: 100%;
}

.page4img1{
	width: 100%;
	position: relative;
}
.page4img1 img{
	display: block;
	width: 100%;
}
.page4img1 a{
	 display: block;
    width: 27%;
    height: 30%;
    position: absolute;
    z-index: 10;
    bottom: 3%;
    right: 19%;
}

.page4img2{
	width: 100%;
	position: relative;
}
.page4img2 img{
	display: block;
	width: 100%;
}

.videobox {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
    display: none;
}

.videocon {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}

.videobox video {
    width: 100%;
    height: 100%;
    outline: none;
}

#searchForm{
	height: 100%;
}

.search-bar{
	position: absolute;
	top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
}
#search-input{
    position: absolute;
    top: 0px;
    width: 64%;
    height: 100%;
    font-size: 20px;
    padding-left: 10px;
    line-height: 36px;
    color: #b6b6b6;
}
#btn-search{
	cursor: pointer;
	width: 20%;
	height: 100%;
}
#btn-search input{
    width: 100%;
    height: 100%;
	cursor: pointer;
}


.play{
	display: block;
	width: 7.18%;
	position: absolute;
	z-index: 90;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.play img{
	display: block;
	width: 100%;
}
