@charset "utf-8";
.header-new {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 80;
	width: 100%;
	height: 80px;
	background: #fff;
	border-bottom: 1px solid #eee;
	box-shadow: 1px 0 10px rgba(0, 0, 0, 0.15);
}
.header-new .logo-bg {
	float: left;
	width: 262px;
	height: 62px;
	/*background: url("../../image/home/match-logo.png");*/
	margin-top: 11px;
	margin-right: 60px;
	background-size: 100% 100%;
}
.header-new .nav-menu {
	float: left;
}
.header-new .nav-menu li {
	display: inline-block;
	margin-right: 15px;
}
.header-new .nav-menu li a {
	display: block;
	text-align: center;
	padding: 30px 20px 27px;
	border-bottom: 3px solid #fff;
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
.header-new .nav-menu li a.active {
	border-bottom: 3px solid #ff4c63;
}

.header-right-container {
	float: right;
	display: flex;
}

.header-new .enter-btn {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 108px;
	height: 34px;
	border-radius: 17px;
	padding: 6px 10px;

	font-size: 16px;
	margin-top: 23px;
}

.header-new .manage {
	border: 1px solid #EC251B;
	color: #EC251B;
	margin-right: 23px;
}

.header-new .report {
	margin-right: 23px;
}

.header-new .manage::before {
	content:'';
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../../image/manage.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.header-new .report {
	background-color: #EC251B;
	color: #FFF;
}

.header-new .bond {
	background-color: #EC251B;
	color: #FFF;
}

.header-new .report::before {
	content:'';
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../../image/submit_report.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.header-new .bond::before {
	content:'';
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../../image/home/entry-bond.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.header {
	background:#030819 url(../../image/gs-header.jpg) no-repeat center top;
	height: 150px;
	overflow: hidden;
	min-width: 1440px;
}
.header-show1440{
	background-size: 100% 150px;
}
.header .header-title>p {
	font-size: 24px;
	margin-bottom: 10px;
}

.header .header-num {
	color: #fff;
    margin-left: 610px;
    font-weight: 600;
    padding-top: 100px;
    font-size: 18px;
}

.header-num>span {
	color: #ffc658;
	padding:0 5px;
}

.header-right {
	margin-top:35px;
}
.header-right>ul {
	list-style: none;
    color: #ffc658;
    font-size: 14px;
    margin-right: 85px;
  	padding-top: 65px;
}
.header-right>ul>li:first-child {
/* 	width: 136px; */
}
.header-right>ul>li {
	float: left;
}

.header-right>ul>li>p {
	margin-left: 20px;
}

.icon-1,.icon-2,.icon-3,.icon-4 {
	float: left;
	width: 16px;
	height: 14px;
	margin-top: 3px;
}

.icon-1 {
	background-image: url(../../../project/image/icon-1.png);
}

.icon-2 {
	background-image: url(../../../project/image/icon-2.png);
}

.icon-3 {
	background-image: url(../../../project/image/icon-3.png);
}

.icon-4 {
	background-image: url(../../../project/image/icon-4.png);
}

.navbar-top {
	width: 100%;
	height: 50px;
    display: none;
}

.navbar-box {
	background-color: #f8f8f8;
	position: relative;
	width: 100%;
	height: 42px;
	z-index: 5;
}

.navbar-nav {
    background: #f8f8f8;
}

.navbar-nav>li,.nav-tabs>li {
	float: left;
}

.navbar-nav>li>a {
	color: #131313;
}

.navbar-nav>.active>a {
	border-bottom: 2px solid #ff3e3e;
}
.goto-website {
	float: right;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 14px;
    background: url(../../../project/image/goto-bg.png) no-repeat;
    margin-right: 85px;
    text-decoration: none;
}
 .goto-website:hover {
	/* color: #ffb400; */
	text-decoration:none;
}
table{
	box-sizing: border-box!important;
}
.index-goto-website {
	float: right;
	font-size: 15px;
	font-weight: bold;
	padding: 7px 28px;
	background: url(../../../project/image/goto-bg.png) no-repeat;
	margin-right: 85px;
	text-decoration: none;
}
.index-goto-website:hover {
	/* color: #ffb400; */
	text-decoration:none;
}