* {
	padding: 0;
	margin: 0;
}


html,
body {
	padding: 0px;
	margin: 0px;
	min-width: 1200px;
}

a {
	text-decoration: none;
	height: 100%;
	color: #333;
}

img {
	max-width: 100%;
	border: none;
}

.news-item-box a {
	text-decoration: none;
	color: black;
	/* font-weight: bolder; */
}

.head-notice {
	position: absolute;
	left: 71%;
	top: 0;
	background: #fff;
	box-sizing: border-box;
	padding: 0px 2px;
	list-style-type: none;
}

.head-notice>li {
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.head-notice>li>span {
	font-size: 16px;
	color: #ff7255;
	margin: 2px;
	box-sizing: border-box;
}

.header {
	font-family: "微软雅黑";
	width: 100%;
	position: absolute;
	    top: 0;
	    left: 0;
	z-index: 999;
	    background-color: rgba(0,0,0,0.5);
}

.container {
	min-width: 1200px;
}

/*顶部菜单栏*/

.head {

	margin: 0 auto;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.head-bg {
	z-index: 10;
	position: relative;
	/* background-color: #0968C9; */
	min-width: 1200px;
	margin: 0 auto;
	/* height: 96px; */
	/* box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%); */
}

.bottom_font {
	width: 100%;
	position: absolute;
	top: 96px;
	z-index: 900;
	padding-left: 0;
	min-width: 1200px;

}

.bottom_font_1 {
	margin-left: 10%;
	margin-right: 20%;
	float: right;
}

.bottom_font_2 {
	float: right;
}


.tupian {
	width: 198px;
	margin-left: 20px;
}

.tupian2 {
	width: 128px;
}



.bottom_font>div {
	width: 50%;
	float: left;
}

.bottom_font div li span {
	width: 10px;
	height: 10px;
	background: #FFF600;
	border-radius: 50%;
	display: inline-block;
}

.bottom_font li {
	list-style-type: none;

	align-items: center;

}

.bottom_font li span {
	width: 10px;
	height: 10px;
	background: #072F9E;
	border-radius: 50%;
}

.One_font {
	font-size: 14px;
	font-family: Source Han Sans SC;
	font-weight: 500;
	color: #fff;
	padding: 5px;
	display: inline-block;
	margin: 0 auto;
}

.Two_font {
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #FFF600;
	display: inline-block;
	margin: 0 auto;
}

.bottom_font_3 {
	margin-left: 20%;
	float: left;
}

.head-list {
	box-sizing: border-box;
	padding: 50px 0px;
	min-width: 480px;
	width: 50%;
	text-align: center;
}

.head-list>div {
	color: #333333;
}

.head-image-box {
	width: 240px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 82%;
	transform: translate(-50%, -50%);
	z-index: 10;
	box-sizing: border-box;
	color: #fff;
}

.head-image-box img {
	margin-top: -16px;
	transform: scale(.9);
}

.head-list-item {
	box-sizing: border-box;
	/* padding-left: 10px;
	padding-right: 10px; */
	display: inline-block;
	cursor: pointer;
}

.head-list-item a {
	cursor: pointer;
}

.nav {
	text-decoration: none;
	/* color: 	#FFFFFF; */
	font-family: Source Han Sans SC;
	display: inline-block;
	padding: 0 25px 10px 25px;
}

.pad-r {
	padding-right: 16%;
}

.pad-l {
	padding-left: 16%;
}

.head-list-item-cn {
	font-size: 18px;
	padding-bottom: 8px;
	color:#ffffff
}

.head-list-item-zn {
	font-size: 14px;
	margin-top: -6px;
}

.button_top {
	width: 106px;
	height: 27px;
	border-radius: 13px;
	font-size: 16px;
	font-family: Source Han Sans SC;
	text-align: center;
	color: #FFBA00;
	/* margin-top: 10px; */
	display: block;
}



.button_bottom {
	width: 106px;
	height: 27px;
	border-radius: 13px;
	font-size: 16px;
	font-family: Source Han Sans SC;
	text-align: center;
	color: #FB6E52;
	/* margin-top: 14px; */
	display: block;
}

.head-title {
	z-index: 222;
}

.head-title-2 {
	font-size: 10px;
	z-index: 10;
	line-height: 10px;
}

.sanjiao {

	height: 70px;
	width: 260px;
	position: absolute;
	bottom: 0;


	z-index: 111;
}



.sanjiao-left {
	background: linear-gradient(27deg, rgba(0, 0, 0, 0) 50%, rgb(0, 106, 194) 50%);
	background: -ms-linear-gradient(27deg, rgba(0, 0, 0, 0) 50%, rgb(0, 106, 194) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#AA006AC2', GradientType=0);
	color: rgba(255, 0, 0, 0)
}

.sanjiao-right {
	background: linear-gradient(-27deg, rgba(0, 0, 0, 0) 50%, rgb(0, 106, 194) 50%);
	background: -ms-linear-gradient(-27deg, rgba(0, 0, 0, 0) 50%, rgb(0, 106, 194) 50%);
}

.head-list-item-active .head-list-item-cn{
	color: #007AFF;
}

/* .head-list-item-active:hover {
	background: rgba(255, 255, 255, 0.3);
} */

.tria {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -1px;
	z-index: 2;
}

.head_ic,
.head_txt {
	display: inline-block;
}

.head_ic {
	width: 20px;
	height: 18px;
	margin-right: 2px;
	border: none;
}

.head_txt {
	margin: 0;
	float: right;

}

@media screen and (min-width:1560px) {
	.head{
		/* width: 1350px !important; */
	}
	.head-list-item-cn {
		/* font-size: 23px; */
	}

	.head-list-item-zn {
		font-size: 15px;
	}

	.One_font {
		font-size: 16px;
	}

	.Two_font {

		font-size: 24px;
	}

	.button_top {
		overflow: hidden;
		font-size: 20px;
	}

	.button_bottom {
		overflow: hidden;
		font-size: 20px;
	}
}

@media screen and (max-width:1250px) {
	.bottom_font_1 {
		margin-right: 16%;
	}

	.bottom_font_3 {
		margin-left: 16%;
	}

	.nav {
		padding: 0 15px 10px 15px;
	}

	.pad-r {
		padding-right: 16%;
	}

	.pad-l {
		padding-left: 16%;
	}
}



.companyLoginTrue {
	display: none;
}

.teamCenterBtn {
	display: none;
}

.loginOutBtn {
	display: none;
}

.head{
	/* padding: 21px 0; */
	/* height: 66px; */
	/* width: 1200px; */
	width: 93%;
	
}
.alogo{
	/* width: 340px;
	height: 66px;
	margin-right: 30px; */
	float: left;
	height: 60px;
	    width: 429px;
	margin-top: 14px;
}
.alogo img{
	max-width: 100%;
}
.bottom_menu{
	height: 100%;
	overflow: hidden;
	float: right;
}
.bottom_menu ul{
	height: 100%;
	font-size: 0;
}
.bottom_menu ul li{
	line-height: 80px;
	display: inline-block;
}
.bottom_menu ul li:hover{
	background-color: #007AFF;
}
.bottom_menu ul li a{
	padding: 0 24px;
}
.bottom_menu ul li:hover a .head-list-item .head-list-item-cn{
	color: #ffffff;
}


