* {
	margin: 0;
	padding: 0;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;

}
input{
	outline: none;
}
a {
	transition: all 0.4s ease-in-out;
}
input{font-size: 13px;}
img{vertical-align: middle;}
.containerHtml{
	min-width: 1024px;
	/*max-width: 2000px;*/
	margin: 0 auto;
}
/*head寮€濮�*/
#header {
	/*background: url(../img/head.png) left top no-repeat;
	height: 100px;
	border-bottom: 6px solid #01a6f6;
	background-size: 100% 100%;
	overflow: hidden;
	width: 100%;*/
	display: flex;
	align-items: center;
	position: absolute;
    top: 0;
    z-index: 999;
    padding: 20px 0 0 20px;
}

.headtitle{
	color: white;
	height: 40px;
	line-height: 40px;
	font-size: 1.8em;
	display: inline-block;
	vertical-align: middle;
	margin-top: 15px;
	margin-left: 10px;
	border-left: 2px solid white;
	padding-left: 10px;
}
.logo {
	max-height: 80px;
}

.newgnb {
	width: 70%;
	margin: 0 auto;
	max-width: 1400px;
	min-width: 1024px;
	/* display: flex;
	justify-content: space-between; */
	height: 50px;
	line-height: 50px;
	background-color: white;
}

.newgnb>li {
	width: 20%;
	float: left;
	font-size: 20px;
	text-align: center;
	/* height: 26px;
	line-height: 26px; */
}

.newgnb>li>a {
	color: black;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
}

/* .newgnb>li>a:hover{
	background-color: #0062AC;
	color: white;
} */

.xllis {
	background-color: #0062AC;
	display: none;
	width: 170%;
}

.xllis>li {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #1C73B5;
	cursor: pointer;
}

.xllis>li:hover {
	background-color: #005FA8;
}

.xllis>li>a {
	font-size: 13px;
	font-weight: bold;
	color: white;
	display: inline-block;
	width: 90%;
	margin-left: 5%;
	text-decoration: none;
}
/**/
body{
	overflow: hidden;
}
.containerHtml{
	position: relative;
	height: 100%;
}
.bigvideo{
	position: fixed;
	top: 0;
	z-index: 1; 
	object-fit: fill;
	width:100%;
	height:100%
}
.container_main{
	position: relative;
	z-index: 2;
	margin-top: 0;
	height: 100%;
}
/*../apps/com.awspaas.user.apps.mytexts/img/mm.mp4*/
 *{  
	margin: 0px;  
	padding: 0px;  
}  
.video{  
	position: fixed;  
	right: 0px;  
	bottom: 0px;  
	min-width: 100%;  
	min-height: 100%;  
	height: auto;  
	width: auto;  
	/*加滤镜*/
	/*filter: blur(15px); //背景模糊设置 */
	/*-webkit-filter: grayscale(100%);*/  
	/*filter:grayscale(100%); //背景灰度设置*/  
	z-index:-11
}  
source{  
	min-width: 100%;  
	min-height: 100%;  
	height: auto;  
	width: auto;  
}
.container_main.aaa{
	background:none;
}
.containerHtml.curr{
	display: flex;
	align-items: center;
}
.minmax{
	margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    /*max-width: 1920px;*/
    height: 100%;
}
.terpcont_spc .hasinput{
	margin-top: 6px;
}
.rigster .title {
    margin-top: 4vh;
}
#top_nav{
	display: none;
}
.frame_head {
    display: flex;
    align-items: center;
}
#topNavLogo{ 
	display: inline-block;
	padding-left: 20px;
}
.imglogo {
    /*width: 75%;*/
    vertical-align: middle;
    max-height: 80px;
    max-width: 350px;
    display: block;
}
#navtitle{
	font-size: 24px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #005BAC;
}
.jmfoot{
    height: 75px; 
    line-height: 75px; 
    font-size: 16px; 
    background: #438EF7; 
    color: #fff;
}
@media screen and (max-width: 1440px){
	.terpcont{ margin:0 auto!important; }
	/* .container_main_cont{ height: 360px;} */
}