@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;
	--dark-blue: #00456d;
	--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(--blue);
}
.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;
}
/*一、页眉*/
/*1-1 logo+搜索框*/
header {
	width: 1200px;
	height: 164px;
	margin: 0 auto;
	/*	background-color: white;*/
	position: relative;
}
/*1-1-1 logo*/
header img.logoImg {
	width: 360px;
	height: 84px;
	position: absolute;
	top: 46px;
	left: 0px;
}
/*1-1-2 slogan*/
header img.slogan {
	width: 212px;
	height: 19px;
	position: absolute;
	top: 40px;
	left: 450px;
}
/*1-1-3 searchBox*/
header #searchBox {
	width: 329px;
	height: 44px;
	border: 0.5px solid #D7E8F3;
	position: absolute;
	top: 64px;
	right: 0px;
}
/*单行输入框*/
#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 14px;
	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: #004b79;
}
nav dl {
	position: absolute;
	z-index: 99;
	background-color:var(--blue);
	display: none;
}
nav dd:not(:last-child) {
	/*border-bottom: 1px solid white;*/
}
nav dd a:link, nav dd a:visited {
	/*color:#004772;*/
	height: 51px;
	line-height: 51px;
	/*background-color: #97d9ff;*/
}
nav dd a:hover, nav dd a:active {
	background-color: white;
	color:var(--light-blue);
}

/*三、页脚*/
footer {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	/*	background-color: #0b6cb8;*/

}
footer p{
	font-size: 14px;
	color: #fefefe;
	height: 15px;
	text-align: center;
}
.footer1{
	height: 450px;
}

.footer1 img.logoImg{
	width: 360px;
	height: 84px;
	position: absolute;
	top: 55px;
	left: 0;
}
.footer1 .qrcodeBox{
	position: absolute;
	top: 165px;
	left: 172px;
	width: 100px;
	height: 120px;
	
}
.footer1 .qrcodeBox img.qrcode{
	position: absolute;
	top: 0;
	left: 5px;
}

.footer1 .qrcodeBox p{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer1 .linkBox{
	position: absolute;
	top: 74px;
	left: 455px;
}
.footer1 .link1{
	width: 311px;
	height: auto;
	margin-right: 50px;
}
.footer1 .link2{
	width: 84px;
	height: auto;
	margin-right: 42px;
}
.footer1 .link3{
	width: 253px;
	height: auto;
}
.hotlink h3 {
	line-height: 18px;
	font-size: 17px;
	color: #ffffff;
	margin-bottom: 15px;
}
.hotlink .hotOne {
	font-size: 14px;
	color: #fefefe;
	margin-bottom: 18px;
}
.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;
}