html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,address,em,img,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,i,b,s{
   margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-family:Helvetica,Arial; word-break: break-all;
}
*{padding: 0;margin: 0;}
body>.main{overflow-y: auto;}
select{background: transparent;appearance: none;-webkit-appearance: none;-ms-appearance: none;-moz-appearance: none;background-color: transparent;}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
ul,ol{list-style:none}
a img{border:none;}
a,a:link{text-decoration:none;color: #333;outline: none;}
img{width: 100%;display: block;}
/*img{display: block;}*/
button{overflow:visible;padding:0;margin:0;border:0 none;background-color:transparent;appearance: none;-webkit-appearance:none;}
button::-moz-focus-inner{padding:0}
textarea,input{background:none;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;outline:none;resize:none;}
input[type=number]{appearance: none;-webkit-appearance: none; border: 0;}
input[type=search]{appearance: none;-webkit-appearance: none; border: 0;}
input[type=text]{appearance: none;-webkit-appearance: none; border: 0;}
input[type=tel]{appearance: none;-webkit-appearance: none; border: 0;}
input[type=button]{appearance: none;-webkit-appearance: none;}
input[type=password]{-webkit-text-security:disc;appearance: none;-webkit-appearance: none; border: 0;}
input[type=submit]{appearance: none;-webkit-appearance: none; border: 0;}
textarea:focus,input:focus,button:focus{outline:none}
body{word-wrap:break-word;font-size:14px;color:#000;line-height:1.5;font-family:"微软雅黑";}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);overflow-scrolling: touch;-webkit-overflow-scrolling: touch;backface-visibility: hidden;-webkit-backface-visibility: hidden;box-sizing: border-box;}
[v-cloak]{opacity: 0!important;}
a{display: inline-block;}
div:focus{outline: none;}
 
.translatey{position: absolute;top: 50%;left: 0;text-align: center;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);}
.w{width: 86%;margin: auto;min-width: 1200px;}
.w12{width: 1300px;margin: auto;padding: 0 50px;}
.w68{width: 680px;margin: auto;}
.textwh{width: 980px;margin: auto;}
.wh{min-width: 1300px;}
.inlineb{ display: inline-block;}
.block{ display: block!important;}
.flex{display: flex;display: -webkit-box;display: -webkit-flex;display: -moz-box;}
.align{-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;align-items: center;}
.between{justify-content: space-between;}
.wrap{flex-wrap: wrap}
.flex-1{flex: 1;}
.re{position: relative;}
.paddingB{padding-bottom: 25px;}
.paddingB2{padding-bottom: 20px;}

.float_l { float: left;}

.bd{ position:relative; height:100%; z-index:0;   }
.bd li{ zoom:1; vertical-align:middle; }
.bd img{ width: 100%; height: auto; display:block;  }

/* 弹框 */
.popup{
	margin: 0;
	padding: 0;
	background: rgba(00, 0, 0, .75);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 999;
	display: none;
	overflow-y: auto;
}
.popup-box{
	background: #fff;
	color: #333333;
	margin: 30px auto;
	width: 1200px;
    max-height: 85vh;
    overflow-y: auto;
	padding: 30px;
	box-sizing: border-box;
}
.popup-close{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: auto;
}
.popup-main{
	background: #fff;
	color: #333333;
}
.popup-img{
	width: 100%;
}
.popup-title{
	text-align: center;
	padding-bottom: 30px;
}
.popup-title p{
	font-size: 14px;
	color: #333;
}
.popup-title .t{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
}
.popup-imgs{
	/*margin: 0 20px;*/
}
.popup-item{
	display: block;
	width: 18%;
	float: left;
	margin: 0 1% 15px;
}
.popup-item p{
	color: #333;
	font-size: 16px;
	text-align: center;
	margin: 8px 0;
}
.hover-img{
	cursor: pointer;
	overflow: hidden;
}
.hover-img:hover img{
    opacity: 0.9;
    transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, transform .8s;
    transition: opacity .8s, transform .8s, -webkit-transform .8s;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

#audio{
	display: none!important;
}
.audio-btn{
	cursor: pointer;
	background: url('../image/music.png') no-repeat center;
	background-size: auto 100%;
	position: fixed;
	top: 50%;
	right: 5px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	z-index: 9;
}
.audio-btn.play{
	animation: rotate 1.5s infinite linear;
}

@keyframes rotate {
	0% {
		transform:rotate(0);
	}
	100% {
		transform:rotate(360deg)
	}
}
/* 视频 */
.popup video{
	position: absolute;
	left: 10%;
	width: 80%;
	height: 80%;
	top: -100%;
    z-index: 99999;
}
/* 头部导航 */
.header{
	height: 120px;
	width: 100%;
	position: relative;
}
.header>div, .header>a{
	float: left;
}
.header>a{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 200px;
}
.head-div{
	/*width: 100px;*/
}
/*.logo{
	width: 16%;
}*/
.head-lang{
	width: 12.5%;
	flex: 1;
	padding-right: 100px;
	box-sizing: border-box;
	text-align: right;
}
.head-main{
	width: 87.5%;
	flex: 7;
	position: relative;
	/*margin-left: 50px;*/
	padding-left: 250px;
}
.logo img{
	width: auto;
	height: 100%;
}
.head-list{
	width: 90%;
}
.head-input{
	display: none;
}
.head-a{
	flex: 1;
	float: left;
	width: 12.5%;
	text-align: center;
	height: 32px;
	line-height: 32px;
	margin: 44px auto;
	position: relative;
}
.head-a ul{
	display: none;
	background: #4dad2f;
	color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 12px 5px;
	z-index: 9;
}
.head-a ul:before{
	content: '';
 	width: 0;
    height: 0;
    border: 10px solid;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-color: transparent transparent #4dad2f;
}
.head-a ul a{
	color: #fff;
}
.head-a ul li{
	height: 30px;
	line-height: 30px;
}
.head-a span{
	display: inline-block;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 2px;
	position: relative;
}
.head-a span:after{
	background: transparent;
	display: inline-block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -4px;
	height: 4px;
	width: 20px;
	margin-left: -10px;
}
.head-a.active span, .head-a:hover span{
	color: #4dad2f;
}
.head-a.active span:after{
	background: #4dad2f;
}
.head-a:hover span:after{
	background: transparent!important;
}
.head-a:hover ul{
	display: block;
}
.icon-search{
	background: #4dad2f;
	border-radius: 6px;
	padding: 5px 8px;
	cursor: pointer;
    position: absolute;
    right: 0;
    top: 44px;
    bottom: 44px;
	transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.icon-search:hover{
	background: #1e7e00;
}
.icon-search img{
	width: auto;
	height: 20px;
}
.head-input{
	background: #4dad2f;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	position: relative;
	border: 1px solid #b1b1b1;
	width: 100%;
	margin: 44px auto;
}
.head-input input{
	background: #fff;
	color: #000;
	font-size: 16px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 55px 0 15px;
}
.head-input:focus{
	border-color: #4dad2f;
}
.head-input .icon-search{
	margin-left: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.head-lang select{
	width: 90%;
	text-align: center;
	margin: auto;
}
.head-lang select{
	color: #545454;
	border: 1px solid #b1b1b1;
	padding: 2px 0;
	height: 32px;
	line-height: 32px;
	margin: 44px auto;
	cursor: pointer;
}
.bgsound{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -18px;
}
/* 底部导航 */
#footer{
	background: #333333;
	/*border-top: 2px solid #4dad2f;*/
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.footer-li{
	display: inline-block;
}
.footer-li a{
	color: #a9a9a9;
	display: inline-block;
	font-size: 14px;
	width: 100%;
	line-height: 20px;
	padding: 0 25px;
	border-left: 1px solid #a9a9a9;
}
.footer-li a:hover{
	color: #fff;
}
.footer-li:first-child a{
	border-left: none;
}
.footer-code{
	display: inline-block;;
	margin: 0 20px;
}
.footer-code p{
	color: #a9a9a9;
	font-size: 12px;
	margin-top: 10px;
}
.footer-img img {
    height: 80px;
    width: 80px;
}
.beian{
	margin: 20px auto 10px;
}
.beian p, .beian span{
	color: #999;
}
.beian p, .beian img{
	display: inline-block;
}
.beian img{
	width: 18px;
	height: auto;
	position: relative;
	top: 2px;
}
.beian span{
	margin-left: 50px;
}
.beian p span{
	margin-left: 5px;
}
.footer-info>p{
	color: #999;
	font-size: 12px;
	line-height: 1.8;
}
.container{
	min-height: 95vh;
}