/* 公用头部样式文件 */
* {
	margin: 0;
	padding: 0;
}
body { font-size: 12px; font-family:"思源黑体",Helvetica,Tahoma,sans-serif;color: #333; background:#f5f5f5;min-width:1200px}
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
ins { text-decoration: none; display:block;}
legend { display: none; }
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal; }
ol, ul{ list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%;}
abbr, acronym { border: 0; }
object, embed { display: block }
em ,i{font-style:normal}
td input{padding:5px}
/* common */
.f_l{float:left}
.f_r{float:right}
*:not(input, textarea) { user-select: none; }
.w {
	width: 1200px;
	margin: 0 auto;
}
li {
	list-style: none;
	cursor: pointer;
}
a {
	text-decoration: none;
	color: #333;
}

.register {
	background-color: #0872E0;
	color: #fff;
	width: 58px;
	height: 22px;
	text-align: center;
	line-height: 22px;
}

.overall {
	background: #F7F9FA;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	font-size: 12px;
	color: #333;
}
.header>div {
	display: flex;
	align-items: center;
}
.header span {
	margin: 0 5px;
}
.header img {
	width: 88px;
	height: 20px;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

ul {
	display: flex;
	align-items: center;
}

.search {
	display: flex;
	align-items: center;
	border: 1px solid #0872E0;
	color: #999;
	height: 28px;
}

.search button {
	background-color: #0872E0;
	color: #fff;
	border: none;
	height: 28px;
	padding: 0 8px;
	cursor: pointer;
}

.search span {
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: #999;
	margin: 0 8px;
}

.search p {
	margin-left: 10px;
	cursor: pointer;
}

.search input {
	outline: none;
	background: none !important;
	border: none;
}

.search_over {
	width: 56px;
	height: 28px;
	border: 1px solid #0872E0;
	color: #0872E0;
	text-align: center;
	line-height: 28px;
	margin-left: 20px;
	cursor: pointer;
}

.banner {
	width: 100%;
	height: 238px;
	background: url(https://gtimg.in-en.com/home/homepage-vip-06/img/newTopBg.png) top center no-repeat;
	background-size: cover;
}

.banner .banner_logo {
	width: 120px;
	height: 85px;
}

.banner_over {
	position: relative;
}

.banner_container {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 52px;
}

.banner_title {
	display: flex;
	align-items: center;
}

.banner_title p {
	font-size: 30px;
	font-weight: 700;
	color: #0872E0;
	margin: 0 26px 0 15px;
}

.banner_title>div {
	width: 170px;
	height: 34px;
	line-height: 34px;
	background: #0872E0;
	color: #fff;
	border-radius: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner_title img {
	vertical-align: middle;
	margin: 2px 5px 0 0;
}

.banner_title em {
	width: 1px;
	height: 12px;
	background: #fff;
}

.tel {
	display: flex;
	align-items: center;
}

.tel span {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	margin-left: 10px;
}

.tel_img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: url(https://gtimg.in-en.com/home/homepage-vip-06/img/indexbg.png) no-repeat 6px -60px;
	background-color: #0872E0;
}

.header_list {
	position: absolute;
	top: 200px;
	text-align: center;
	font-size: 16px;
}

.header_list ul {
	display: flex;
	justify-content: space-between;
	box-shadow: 0 10px 10px #dedede;
}

.header_list li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
}
.header_list li.actNav,
.header_list li:hover {
	background-color: #0872E0;
	color: #fff;
}

.header_list a {
	color: inherit;
	display: inline-block;
	width: inherit;
	height: inherit;
}

.header_list li a:hover {
	color: #fff;
}

.active {
	background-color: #0872E0 !important;
	color: #fff;
}

.top {
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-size: 12px;
}
.top a {
	padding: 0px 5px;
}