@font-face {

 font-family: 'pangmenzhengdao-regular';

 src:  url('/assets/font/pangmenzhengdao-regular.ttf') format('truetype'),

       url('/assets/font/zhanghaishan-regular.ttf') format('truetype');

}  
.index-block2-info2, .index-block3-info1, .index-block3-info4 span, .index-block4-info1, .index-block6-title, .index-block6-info3, .index-block6-info2, .index-block6-info1{
	font-family: 'pangmenzhengdao-regular'
	}


	
html,body{
	margin: 0 auto;
	max-width: 1920px;
	background-color: #f6f6f6;
}
video{width:100%%;max-width:100%;}
ul{margin:0;padding:0;list-style: none;}
a{
	color: inherit;
}
a:hover{
	color: inherit;
}
.am-container{
	max-width: 1500px;
	min-width: 1100px;
	width: 86%;
}
.am-container:after, .am-container:before{
	content: none;
}
.other-header{
	color: #000;
}
.other-header .header-logo>img{
	display: none;
}
.other-header .header-logo>img.other-header-logo{
	display: block;
}
.other-header-logo{
	display:none;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 16px;
	z-index: 999;
	
}
header>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header a,header span{font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif !important;}
.header-logo{
	
}
.header-logo>img{
	
}
.header-list1{
	display: flex;
	justify-content: flex-end;
	flex:1;
	margin-right: 100px;
}
.header-list1>li{
	
}
.header-list1>li>a{
	display: block;
	padding:0 40px;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	
}
.header-language{
	display: felx;
	align-items: center;
}
.header-language>a{
	
}
.header-language>span{
	display: inline-block;
	margin: 0 5px;
}

.index-block1{
	position: relative;
	color: #fff;
	letter-spacing: 2px;
}
.index-block1>video{
	width: 100%;
	max-width: 100%;
}
.index-block1>video::-webkit-media-controls-fullscreen-button{ display: none !important; }
.index-block1>video::-webkit-media-controls-mute-button { display: none !important;}
.index-block1>video::-internal-media-controls-overflow-button{ display: none !important;}
.index-block1>video::-webkit-media-controls {
  display:none !important;
}
.index-block1-info1{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	font-size: 35px;
	letter-spacing: 10px;
	font-style: italic;
}
.index-block1-info2{
	position: absolute;
	bottom: 30px;
	width: 100%;
	-webkit-animation: tobottom 2s ease 0.2s infinite;
}
@-webkit-keyframes tobottom{
	0%{bottom:30px;}
	100%{bottom:20px;}
}
.index-block1-info2-1{
	/* position: absolute; */
	margin: 10px auto;
	width: 2px;
	height: 34px;
	background: #FFFFFF;
	animation: tohighter 2s ease 0.2s infinite;
	-webkit-animation: tohighter 2s ease 0.2s infinite;
	-moz-animation: tohighter 2s ease 0.2s infinite;
	-o-animation: tohighter 2s ease 0.2s infinite;
	-ms-animation: tohighter 2s ease 0.2s infinite;
}
@-webkit-keyframes tohighter {
　　0%{height:34px;}
	50%{height: 0px;}
	100%{height:34px;}
}
.index-block1-info2-2{
	font-size: 12px;
	text-align: center;
}
.index-block2{
	padding: 100px 0 70px;
	color: #fff;
	letter-spacing: 2px;
}
.index-block2-info1{
	margin-bottom: 70px;
	font-size: 22px;
	color: #727676;
	line-height: 45px;
	text-align: center;
		font-style: italic;
}
.index-block2 ul{
	display: flex;
	justify-content: space-between;
	list-style: none;
} 
.index-block2 ul>li{
	position: relative;
	width: 30%;
} 
.index-block2 ul>li>img{
	
} 
.index-block2-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}
.index-block2-info2{
	font-size: 28px;
	font-style: italic;
}
.index-block2-info3{
	display: none;
	width: 137px;
	height: 4px;
	background: rgba(255,255,255,.8);
}
.index-block2 ul>li:hover .index-block2-box{
	background-color: #367CF0;
}
.index-block2 ul>li:hover .index-block2-info3{
	display: block;
}

.index-block3{
	
	background-color: #1B1F25;
	color: #fff;
	letter-spacing: 2px;
}
.index-block3>div{
	display: flex;
	justify-content: space-between;
}
.index-block3-list1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 35%;
}
.index-block3-list1>li{
	display: flex;
	height: 220px;
}
.index-block3-list1>li:hover .index-block3-box1{
	display: block;
	transition: all .3s;
}
.index-block3-list1>li:hover .index-block3-box2{
	opacity: 1;
	transition: all .3s;
}
.index-block3-list1>li:hover .index-block3-info3{
	display: block;
	transition: all .3s;
}
.index-block3-box1{
	display: none;
	margin-right: 40px;
	width: 6px;
	height: 75px;
	background: #367CF0;
}
.index-block3-box2{
	opacity: 0.8;
}
.index-block3-info1{
	line-height: 20px;
	font-size: 28px;
	font-style: italic;
}
.index-block3-info2{
	margin: 20px 0;
	font-size: 18px;
	line-height: 35px;
	font-style: italic;
}
.index-block3-info3{
	display: none;
}
.index-block3-info3>img{
	
}

.index-block3-list2{
	display: flex;
	flex-flow: row wrap;
	width: 65%;
}
.index-block3-list2>li{
	position: relative;
	width: 50%;
}
.index-block3-list2>li>img{
	
}
.index-block3-box3{
	position: absolute;
	bottom: 40px;
	width: 100%;
	padding: 0 30px;
}
.index-block3-info4{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-block3-info4>span{
	font-size: 26px;
	font-style: italic;
}
.index-block3-list2>li:hover .index-block3-info4>img{
	display: block;
	transition: all .3s;
}
.index-block3-info4>img{
	display: none;
}
.index-block3-list2>li:hover .index-block3-info5{
	display: block;
	transition: all .3s;
		font-style: italic;
}
.index-block3-info5{
	display: none;
	font-size: 16px;
	line-height: 35px;
}

.index-block4{
	padding: 70px 0;
	letter-spacing: 2px;
}
.index-block4>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-block4-box1{
	width: 60%;
}
.index-block4-box1>video{

}
.index-block4-box2{
	padding-left: 100px;
	width: 40%;
}
.index-block4-info1{
	font-size: 30px;
	font-style: italic;
}
.index-block4-info2{
	margin: 20px 0;
	font-size: 18px;
	color: #727676;
	line-height: 35px;
	font-style: italic;
}
.index-block4-info3{
	
}
.index-block4-info3>img{
	
}

.index-block5{
	padding: 100px 0;
	background: url(/assets/img/22.png) no-repeat 100% 100%;
	letter-spacing: 2px;
}
.index-block5 ul{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.index-block5 ul>li{
	margin-bottom: 50px;
	width: 22%;
}
.index-block5 ul>li>img{
	
}

.index-block6{
	padding: 130px 0;
	color: #282C2C;
	letter-spacing: 2px;
}
.index-block6-title{
	margin-bottom: 80px;
	font-size: 35px;
	text-align: center;
	font-style: italic;
}
.index-block6 ul{
	display: flex;
	justify-content: center;
}
.index-block6 ul>li{
	margin: 0 20px;
	/* padding: 0 80px; */
	width: 268px;
}
.index-block6-box1{
	
}
.index-block6 ul>li:hover .index-block6-info1{
	display: none;
}
.index-block6 ul>li:hover .index-block6-info2{
	display: block;
}
.index-block6-info1{
	margin: 0 auto;
	width: 108px;
	height: 108px;
	line-height: 108px;
	text-align: center;
	border: 1px solid #282C2C;
	border-radius: 50%;
	font-size: 50px;
}
.index-block6-info2{
	display: none;
	font-size: 23px;
	height: 108px;
	line-height: 108px;
	text-align: center;
}

.index-block6-info3{
	margin: 20px 0;
	font-size: 23px;
	text-align: center;
	font-style: italic;
}
.index-block6-info4{
	font-size: 20px;
	color: #727676;
	line-height: 35px;
	text-align: center;
	font-style: italic;
}
.index-block7{
	padding: 70px 0;
	letter-spacing: 2px;
}
.index-block7 form{
	display: block;
	margin: 0 auto;
	width: 900px;
	font-size: 18px;
}
.index-block7 form .form-box{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.index-block7 form .form-box>input{
	padding-left: 15px;
	width: 48%;
	height: 62px;
}
.index-block7 form textarea{
	padding: 15px;
	width: 100%;
	height: 200px;
}
.index-block7 form button{
	display: block;
	margin: 40px auto 0;
	padding: 0;
	width: 430px;
	height: 69px;
	background: #E52420;
	color: #fff;
	border: 0;
}
.index-end{
	text-align: center;
	background-color: #343434;
	color: #848484;
	font-size: 18px;
	width: 100%;
	z-index: 1000;
	padding-top: 5px;
	padding-bottom: 5px;
}