@charset "utf-8";
/* CSS Document */
/*公共样式*/
body{
	font-family: MicrosoftYaHei;
	-webkit-text-size-adjust: 100% !important;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root {
	--blue: #0e75b4;
	--blue2:#0E59B4;
	--dark-blue: #00456d;
	--dark-blue2:#063678;
	--light-blue: #2d96d6;
	--light-blue2: #a0cae2;
}
.tmp_red {
	background-color: rgba(255, 0, 0, 0.3);
}

a {
	text-decoration: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
ul{
	list-style: none;
}
.hide{
	display: none;
}
.ellipsis{
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.bg_gray{
	background-color:rgb(242,247,252);
}


.wrap {
	width: 100%;
	min-width: 1200px;
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
}
.topWrap {
	background: url("../img/header/bg.jpg") top center no-repeat;
}
.navWrap {
	background-color: var(--blue2);
}
.mainWrap {
	/*	background-color:cornflowerblue;*/
}
.mainWrap section {
	width: 100%;
	height: auto;
	/*	border: 1px solid silver;*/
}
.mainWrap .container {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	/*	background-color: white;*/
}
.mainWrap2 {
	background: url("../img/bgImg/bg_home.jpg") no-repeat;
	background-size: 100% 100%;
}
.footWrap {
/*background: url("../img/footer/bg.jpg") top center no-repeat;*/
	background-color: var(--blue2);
/*	background: rgba(255,0,0,0.3);*/
}
/*一、页眉*/
/*1-1 logo+搜索框*/
header {
	width: 1200px;
	height: 164px;
	margin: 0 auto;
	/*	background-color: white;*/
	position: relative;
}
/*1-1-1 logo*/
header img.logoImg {
	width: 484px;
	height: 57px;
	position: absolute;
	top: 72px;
	left: 0px;
}
/*1-1-2 slogan*/
header img.slogan {
	width: 279px;
	height: 37px;
	position: absolute;
	top: 78px;
	left: 522px;
}
/*1-1-3 searchBox*/
header #searchBox {
	width: 329px;
	height: 44px;
	border: 0.5px solid #D7E8F3;
	position: absolute;
	top: 74px;
	right: 0px;
}
/*1-1-4 linkBox*/
header #linkBox{
	position: absolute;
	right: 0;
	top: 40px;
	width: auto;
	height: auto;
}
header #linkBox a{
	color: white;
	font-size: 16px;
	display: inline-block;
	margin-left: 20px;
}
/*单行输入框*/
#searchBox .inputBox {
	width: 283px;
	height: 44px;
	border: none;
	outline: none;
	font-size: 18px;
	color: white;
	padding-left: 10px;
	background-color: transparent;
/*	background: url("../img/header/slogan.png") no-repeat center;*/
}
/*
#searchBox .inputBox:focus {
	background: transparent;
}
*/
/*图片按钮*/
#searchBox .submitBtn {
	border: none;
	border-left: 0.5px solid #D7E8F3;
	outline: none;
	width: 44px;
	height: 43px;
	position: absolute;
	top: 0;
	right: 0;
}

/*1-2 菜单导航*/
nav {
	width: 1200px;
	height: 58px;
	margin: 0 auto;
}
nav ul {
	list-style: none;
	width: 100%;
	height: 100%;
}
nav li {
	float: left;
}
nav a:link, nav a:visited {
	display: block;
	/*	width: 160px;*/
	padding: 0 22px;
	height: 58px;
	line-height: 58px;
	color: white;
	text-align: left;
	text-decoration: none;
	font-size: 18px;
/*	font-weight: bold;*/
}
nav a:hover, nav a:active {
	background-color: var(--dark-blue2);
}
nav dl {
	position: absolute;
	z-index: 99;
	background-color: var(--blue2);
	display: none;
}
nav dd:not(:last-child) {
/*	border-bottom: 1px solid white;*/
}
nav dd a:link, nav dd a:visited {
	color:white;
	height: 51px;
	line-height: 51px;
	min-width: 112px;
	text-align: center;
}
/*nav ul li:nth-child(6) dd a,
nav ul li:nth-child(7) dd a {
    width: 130px;
}*/

nav dd a:hover, nav dd a:active {
/*	background-color: #2D96D6;*/
	color:white;
}

/*三、页脚*/
footer {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	/*	background-color: #0b6cb8;*/

}
footer p{
	font-size: 16px;
	color: #fefefe;
	height: 15px;
	text-align: center;
}
.footer1{
	height: 192px;
}



.footer1 .linkBox{
	position: absolute;
	top: 34px;
	left: 0px;
}
.footer1 .link1{
	width: 311px;
	height: auto;
	margin-right: 50px;
}

.hotlink h3 {
	line-height: 30px;
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 20px;
}
.hotlink .linkDetail{
	width: 1060px;
	height: auto;
}
.hotlink .linkDetail td{
	min-width: 206px;
}
.hotlink .hotOne {
	font-size: 18px;
	color: #fefefe;
	margin-bottom: 18px;
	float: left;
/*	margin-right: 50px;*/
}
.hotlink .hotOne a {
	text-decoration: none;
	color: white;
}
/*
.hotlink .hotOne a:hover {
	text-decoration: underline;
}
*/
.footWrap .line{
	width: 100%;
	height: 1.5px;
	background: #fefefe;
}
.footer2{
	height: 84px;
}
.footer2 .copyright{
	width: 100%;
	position: absolute;
	bottom: 48px;
	left: 0;
}