/* 头部样式 */
.header {
	height: 275px;
	min-width: 1300px;
	position: relative;
	background: url("../../images/index/header_bg.jpg") no-repeat 50% 50%;
}

.shortcut {
	/* background-color: rgba(255, 255, 255, .3); */
}

.shortcut-box {
	width: 1300px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px;
}

.shortcut-box .shortcut-btn {
	line-height: 30px;
	width: 170px;
	background-color: #2f86de;
	font-size: 14px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	
	border-radius: 24px;
}

.shortcut-box .shortcut-nav {
	margin-right: 20px;
}

.shortcut-box .shortcut-nav>li {
	color: #fff;
	padding: 0px 6px;
	line-height: 30px;
	font-size: 16px;
	box-sizing: border-box;
}

.shortcut-box .shortcut-nav a {
	cursor: pointer;
	text-decoration: none;
	color: #006fb7;
	padding-left: 24px;
	
}

.shortcut-box .shortcut-nav a:hover {
	color: #006fb7;
}

.shortcut-box .shortcut-nav .mobile{
	padding-left: 22px;
	background: url('../../images/index/mobile.png') no-repeat 0px 50%;
	background-size: contain;
}

.shortcut-box .shortcut-nav .accessible{
    padding-left: 26px;
	background: url('../../images/index/accessible.png') no-repeat 0px 50%;
	background-size: contain ;
}

.shortcut-box .shortcut-nav .wechat{
    padding-left: 26px;
	background: url('../../images/index/wechat.png') no-repeat 0px 50%;
	background-size: contain;
}



/* 搜索 */

.header .search{
	width: 1300px;
	top: 145px;
	margin: 0px auto;
	position: relative;
}

.header .search input{
	width: 400px;
	height: 45px;
	box-sizing: border-box;
	border: 1px solid #13609d;
	padding: 8px 135px 8px 20px;
	font-size: 16px;
	line-height: 38px;
	position: absolute;
	right: 0px;
	border-radius: 6px;
	margin: 0;
}

.header .search input:focus {  
    border: 2px solid #2658a5;
	outline:0px ; 
}


.header .search input::placeholder{
	font-size: 18px;
}

.header .search button{
	position: absolute;
	right: 0px;
	top: 0px;
	border: none;
	padding: 0px 10px 0px 30px;
	color: #fff;
	width: 120px;
	border-radius: 6px;
	font-size: 18px;
	line-height: 45px;
	cursor: pointer;
	text-align: center;
	background: url('../../images/index/search.png') #13609d 20px center no-repeat;
	background-size: 20px 20px;
}

.header .search button:hover{
	background-color: #337ab7;
}


/* 导航 */

.nav {
	background-color: #004eae;
}

.nav-box {
	width: 1300px;
	margin: 0 auto;
}

.nav-box>li {
	width: 12.5%;
	font-size: 20px;
	text-align: center;
}

.nav-box>li>a{
	color: #fff;
	cursor: pointer;
	display: block;
	line-height: 54px;
}

.nav-box>li:hover,
.nav-box>li.active {
	background-color: #337ab7;
}