﻿body{
	background-color:#fff;
	padding-top:60px;
}
.cw{
	padding:0 15px;
}
.header{
	height:60px;
	background-color:#002169;
	position: fixed;
	width: 100%;
	top:0;
	box-sizing: border-box;
	padding:0 15px;
	z-index:99;
}

.header a.logo{
	height:60px;
	position: absolute;
	left:15px;
	top:0;
}
.header a.logo img{
	display:inline-block;
	height:52px;
}
.header div.fr{
	padding-top:19px;
}
.header a.btn{
	width:27px;
	height:22px;
	background-image:url(../images/common/btn.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	margin-left:20px;
}
.header a.searchBtn{
	width:22px;
	height:22px;
	background-image:url(../images/common/search.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.header a.lang{
	font-size:18px;
	line-height:22px;
	text-decoration:none;
	color:#b2bcd1;
}


.nav ul li{
	border-bottom:2px solid #f2f2f2;
}
.nav ul li.top{
	border-bottom:2px solid #c6c6c6;
	height:60px;
	box-sizing: border-box;
	text-align:right;
}
.nav ul li a.linkClose{
	width:60px;
	height:60px;
	display:inline-block;
	background-image:url(../images/common/close.png);
	background-size:22px;
	background-repeat:no-repeat;
	background-position:center;
	text-indent:9999em;
	overflow:hidden;
	padding:0;
}
.nav ul li span{
	position: relative;
	height:60px;
	line-height:60px;
	color:#666;
	font-size:18px;
	padding:0 15px;
}


.nav ul li a{
	padding:0 20px;
	display:block;
	font-size:18px;
	line-height:60px;
	color:#666;
}
.nav ul li a:hover{
	color:#0051a3;
}

.nav ul li h3{
	font-size:16px;
	line-height:26px;
	padding:15px 20px;

	color:#333;
}
.nav ul li p{
	padding-bottom:30px;
	display:none;
}
.nav ul li p a{
	padding-left:20px;
	font-size:14px;
	line-height:24px;
}

.nav ul li.msg{
	padding:20px 20px 0;
}
.nav ul li.msg h4{
	font-size:14px;
	height:24px;
	color:#333;
}
.nav ul li.msg h4 a{
	font-size:14px;
	padding:0;
	line-height:inherit;
	display:inline-block;
	color:#333;
}
.nav ul li.msg h5{
	font-size:12px;
	color:#fe6000;
	padding-top:10px;
}
.nav ul li.msg h5 a{
	font-size:12px;
	padding:0;
	line-height:inherit;
	display:inline-block;
	color:#fe6000;
}
.footer{
	padding:20px 15px;
	background-color:#363636;
}
.footer .foot01{
	text-align:center;
}
.footer .foot01 ul{
	display:inline-block;
	padding:20px 0;
}
.footer .foot01 ul li{
	float:left;
	width:120px;
	margin:0 15px;
}
.footer .foot01 ul li.ml0{
	margin-left:0;
}
.footer .foot01 ul li.mr0{
	margin-right:0;
}
.footer .foot01 ul li img{
	display:block;
	width:100%;
}
.footer .foot01 ul li p{
	font-size:12px;
	color:rgba(255,255,255,.6);
	padding:10px 0;
}
.footer .foot01 .text p{
	font-size:12px;
	line-height:24px;
	color:#fff;
}
.footer .foot01 .text p a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
.footer .foot02{
	border-top:2px solid #494949;
	text-align:center;
	padding-top:20px;
	margin-top:20px;
}
.footer .foot02 p{
	font-size:12px;
	line-height:22px;
	color:rgba(255,255,255,.5);
}
.footer .foot02 p a{
	color:rgba(255,255,255,.5);
	text-decoration:none;
}
.pageBanner{
	position: relative;
	overflow:hidden;
}
.pageBanner img{
	display:block;
	width:100%;
}
.pageBanner h2{
	position: absolute;
	left:0;
	right:0;
	top:50%;
	transform: translateY(-50%);
	text-align:center;
	font-size:24px;
	color:#fff;
	font-weight:700;
}

h2.tit{
	font-size:20px;
	color:#002169;
	padding-bottom:20px;
	background-image:url(../images/support/support01_h2.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:auto 12px;
	margin-bottom:20px;
	text-align:center;
}

.searchBy{
	position: fixed;
	width: 100%;
	top:60px;
	width:100%;
	z-index:9;
	background-color:#798bb6;
	display:none;
}
.searchBy input{
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#fff;
	width:100%;
	border:0;
	background:none;
	text-indent:10px;
}

.searchBy input::placeholder {
	color: #fff
}
.searchBy a{
	position: absolute;
	right:6px;top:6px;
	display:inline-block;
	height:28px;
	line-height:28px;
	background-color: #012468;
    color: #fff;
	width:60px;
	text-align:center;
	text-decoration:none;
}
.searchBy a:hover{
	background-color: #f60
}

.sechInput{
	background-color:#efefef;
	padding:30px 0;
}
.sechInput .sech_out{
	width:100%;
	position: relative;
}
.sechInput .sech_out input{
	border:0;
	border-bottom:2px solid #dbdbdb;
	background-color:#efefef;
	font-size:18px;
	padding:15px 40px 15px 0;
	width:100%;
	box-sizing: border-box;
	color:#333;
}
.sechInput .sech_out a.search{
	font-size:24px;
	text-decoration:none;
	cursor: pointer;
	color:#012468;
	position:absolute;
	right:0;
	top:0;
	display:inline-block;
	height:56px;
	line-height:56px;
	cursor: pointer;
}
.sechInput .sech_out a.search:hover{
	color:#f60;
}

.sechTop{
	border-bottom:1px solid #e1e1e1;
	height:68px;
}
.sechTop div.clearfix{
	width:100%;
	height:68px;
	box-sizing:border-box;
}
.sechTop a{
	float:left;
	font-size:18px;
	line-height:28px;
	color:#888;
	padding:20px 0;
	margin-right:30px;
	box-sizing: border-box;
	text-decoration: none;
}
.sechTop a.active,.sechTop a:hover{
	color:#000;
	border-bottom:1px solid #000;
}

.searchBody{
	padding:20px 0 40px;
}
.searchBody ul li{
	padding:20px 0;
	border-bottom: 1px solid #cfcfcf;
}
.searchBody ul li table th{
	width:40%;
}
.searchBody ul li table th img{
	display:block;
	width:100%;
}

.searchBody ul li h4{
	font-size:16px;
	color:#012468;
}
.searchBody ul li p{
	font-size: 12px;
    color: #666666;
    line-height: 24px;
	padding:10px 0;
}
.searchBody ul li p a{
	font-size:16px;
	color:#000;
	font-weight:700;
	text-decoration:none;
}
.searchBody ul li p a:hover{
	color:#f60;
}


@media only screen and (max-width: 320px){
	.header a.logo{
		margin-left:5px;
	}
	.header a.logo img{
		display:inline-block;
		height:44px;
		margin-top:8px;
	}
}


