@import url("reset.css");

.clearfix {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
}

.mt30 {
	margin-top: 30px;
}

.hs {
	width: 1230px;
	margin: 0px auto;
}

header {
	width: 100%;
}

.header {
	height: 90px;
	padding-top: 40px;
}

.header .logo {
	float: left;

}

.header .header_r {
	float: right;
	width: 400px;
}

.header .header_r .language {
	float: left;
	width: 100px;
	line-height: 40px;
	font-size: 14px;
}

.header .header_r .language span {
	padding: 0px 5px;
}

.header .header_r .search {
	width: 260px;
	float: right;

	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}

.nwsinput {
	float: left;
	width: 200px;
	height: 22px;
	border: 1px solid #9d9d9d;
	border-radius: 5px;
	padding: 5px;

}

.nwssearch {
	float: right;
	width: 32px;
	height: 32px;
	background: url(../images/seach.png) no-repeat center;
	cursor: pointer;
	border: 1px solid #9d9d9d;
	border-radius: 5px;
}

#nav {
	background-color: #013983;
	height: 60px;
}

#nav .menu {}

#nav .menu>ul>li {
	line-height: 60px;
	font-size: 16px;
	float: left;
	font-weight: bold;
	font-family: "微软雅黑";
	margin: 0px 10px;
	position: relative;
	padding: 0px 36px;
}

#nav .menu>ul>li a,
#nav .menu>ul>li a:visited {
	color: #fff;
	font-weight: bold;
	display: inline-block;

}

#nav .menu>ul>li.active a,
#nav .menu>ul>li.active a:visited {
	background-color: #edae40;
	color: #fff;
	display: inline-block;
	padding: 0px 36px;
}

#nav .menu>ul>li:hover {
	background-color: #edae40;
	color: #fff;
}

#nav .menu>ul>li>ul {
	display: none;
}

#nav .menu>ul>li:hover>ul {
	display: block;
	position: absolute;
	left: 0px;
	z-index: 99999;
	background-color: rgba(1, 57, 131, 0.6);
	padding: 10px 0px;
}

#nav .menu>ul>li:hover>ul>li {
	line-height: 40px;

	padding: 0px;
	margin: 0px;
	width: 138px;
	text-align: center;
}

#nav .menu>ul>li:hover>ul>li a,
#nav .menu>ul>li:hover>ul>li a:visited {
	font-weight: normal;
	font-size: 14px;
	padding: 0px;

}

#nav .menu>ul>li:hover>ul>li:hover {
	background-color: #edae40;
	color: #fff;
}


/* 首页通用标题 */
.cloum_title {
	line-height: 1.6;
	text-align: center;
}

.cloum_title i {
	display: inline-block;
	width: 50px;
	margin: 0px 10px;
	padding-bottom: 10px;
	border-top: 3px solid #edae40;
}

.cloum_title h3 {
	color: #1f5581;
	font-size: 26px;
	font-weight: bold;
}

.cloum_title h5 {
	height: 45px;
	text-align: center;
	line-height: 45px;
}

.cloum_title h4 {
	color: #727171;
	font-size: 26px;
	font-weight: bold;
	font-family: "微软雅黑";
}

.mt50 {
	margin-top: 50px;

}

.mb50 {
	margin-bottom: 50px;

}

.mta50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.cmta {
	margin: 200px auto 100px auto !important;

}

.mbx {
	margin-bottom: 130px;
}

/* 底部通用 */
footer {
	width: 100%;
	height:650px;
	position: relative;
	background: #013983;
	overflow-x: hidden;
}













footer .mask {
	position: absolute;
	width: 200%;
	height: 1500px;
	top: -1300px;
	left: -50%;
	border-radius: 0 0 50% 50%;
	background: #fff;
	}
footer a,
footer a:visited {
	color: #91aac9;
}
footer .footer {

	width: 1370px;
	height: 310px;
	margin: 10px auto;
	margin-top: 300px;
	border-bottom: 1px solid #5f84b0;

}
.footer .footer_l{
	width: 140px;
	height: 300px;
}
.footer .footer_c{
	margin-left: 70px;
	width: 700px;
	height: 300px;
}
.footer .footer_c dl{
	float: left;
	color: #fff;
	height: 300px;
	margin-right: 50px;
	
}
.footer .footer_c dl dt{
		font-weight: bold;
		line-height: 35px;
}
.footer .footer_c dl dd{
	line-height: 30px;
}
.footer .footer_r{
	width:415px;
	height: 300px;
	color: #fff;
}
.footer_r .rtitle{
	
	height: 70px;
	border-bottom: 1px solid #5f84b0;
}
.footer_r  h4{
	font-size:20px;
	line-height: 30px;
}
.footer_r  h5{
	font-size:12px;
	line-height: 35px;
}

.footer .footer_r ul{
	padding-top: 30px;
}
.footer .footer_r ul li{
	min-height: 30px;
	margin-top: 15px;
	padding-left: 30px;
	background: url(../images/add.png) no-repeat 0px 8px;
	line-height: 2;
}
.footer .footer_r ul li:last-child{
	background: url(../images/tel.png) no-repeat 0px 5px;
}

/* 超链接 */
a.a_blue,
a:visited.a_blue {
	color: #2F72FF;
}


/* 省略号 */
.sl1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.sl2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

p.nwsp{
	text-align: justify!important;
}

.pcon{
	/*text-indent:2em;*/
	text-align:justify;
}