﻿@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	font-family: 'microsoft yahei ui','microsoft yahei','helvetica neue',arial,'hiragino sans gb',sans-serif;
}
html, body, div, p, span, font, em, ul, li, dl, dt, dd, table, tr, td, input, button, a {
	margin: 0 auto;
	padding: 0;
}
body {
	font-size: 16px;
	color: #333;
	background: url('../images/bg.jpg') center top no-repeat;
	background-size: 100%;
}
html,body{
	height: 100%;
	width: 100%;
	/* min-width: 1300px; */
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #0a5caa;
}
img {
	border: 0px;
	vertical-align: top;
}
em, i {
	font-style: normal;
}
.clr {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	overflow: hidden;
	clear: both;
}
input, textarea, button, select{
	outline: none;
}
.bg{
	background: url('../images/bg.jpg') center top no-repeat;
	background-size: 100%;
}
.red{
	color: #dc2328;
}
.blue{
	color: #005eb8;
}
.green{
	color: #1fad34;
}
.gray{
	color: #666666;
}
.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.container{
	width:1300px;
	margin: 0 auto;
}
.hidediv{
	overflow: hidden;
	height: 100%;
}
.header{
	height:150px;
}
.header .other{
	float: right;
	width: 500px;
}

.header .other ul{
	/* overflow: hidden; */
	display: flex;
	justify-content: start;
	margin: 0;
}
.header .other ul li{
	color: #0a5caa;
	font-size: 15px;
	padding-left: 26px;
	float: left;
	height: 48px;
	line-height: 48px;
	margin: 0 25px 0 0;
}
.header .other ul li a{
	color: #0a5caa;
}
.header .other ul li.wordmail{
	background: url("../images/youxiang.png") left center no-repeat;
}
.header .other ul li.wechart{
	background: url("../images/weixin.png") left center no-repeat;
	position: relative;
}
.header .other ul li.wap{
	background: url("../images/wapicon.png") left center no-repeat;
	position: relative;
}
.header .other ul li.wza{
	background: url("../images/wuzhangaisheshi.png") left center no-repeat;
}

.header .other ul li.wechart .imgbox,.header .other ul li.wap .imgbox{
	position: absolute;
	left: -20px;
	top: 38px;
	z-index: 9999;
	display: none;
}
.header .other ul li.wechart:hover .imgbox,.header .other ul li.wap:hover .imgbox{
	display: block;
}
.header .logo{
	float: left;
	margin-top:30px;
	
}

.header .logo img{
	width:394px;
}

.header .logo span{
	display: inline-block;
	height: 62px;
	line-height: 62px;
	font-size: 50px;
	font-weight: bold;
	color: #005eb8;
	border-left: 1px solid #ccc;
	padding-left: 25px;
	margin-left: 25px;
	margin-top: 12px;
}

.header .search{
	/* overflow: hidden; */
}
.header .search dt{
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	color: #666666;
	
}
.header .search dt a{
	margin-right:8px;
	color: #666666;
}
.header .search dd{
	position: relative;
	height: 45px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background: #fff;
	padding: 10px 0 10px 23px;
	/* overflow: hidden; */
}
.header .search dd input[type=text]{
	float: left;
    border: 0;
    border-right: 1px solid #dddddd;
    height: 25px;
    line-height: 25px;
    width: 420px;
    font-size: 16px;
    color: #999999;
}
.header .search dd input[type=submit],.header .search dd a.btn_search1{
	width:57px;
	height: 25px;
	background: url("../images/sousuo.png") center center no-repeat;
	float: right;
	cursor: pointer;
}
.header .search dd span{
	display: none;
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
	background: #fff;
	border: 1px solid #dddddd;
	padding: 15px 23px;
	border-radius:4px;
	-webkit-border-radius:4px ;
	-moz-border-radius:4px ;
	-ms-border-radius:4px ;
	-o-border-radius:4px ;
	z-index: 9;
}
.header .search dd span a{
	display: block;
	line-height: 30px;
	font-size: 15px;
	cursor: pointer;
	/* border-bottom: 1px solid #ddd; */
}
.nav{
	background: #0a5caa;
	height: 71px;
}
.nav ul{

	display: flex;
	justify-content: space-between;
	margin: 0;
}
.nav li{
	text-align: left;
	font-size:22px;
	height: 71px;
	line-height: 71px;
	margin: 0;
}
.nav li.cur,.nav li:hover{
	font-weight: bold;
}
.nav li > a{
	padding-left: 43px;
	display: block;
	color: #fff;
	cursor: pointer;
}


.nav li:nth-child(1){
	background: url("../images/navicon-1.png") left center no-repeat;
}
.nav li:nth-child(2){
	background: url("../images/navicon-2.png") left center no-repeat;
}
.nav li:nth-child(3){
	background: url("../images/navicon-3.png") left center no-repeat;
}
.nav li:nth-child(4){
	background: url("../images/navicon-4.png") left center no-repeat;
}
.nav li:nth-child(5){
	background: url("../images/navicon-5.png") left center no-repeat;
}
.nav li:nth-child(6){
	background: url("../images/navicon-6.png") left center no-repeat;
}

.mt{
	height: 48px;
	line-height: 48px;
	/* border-bottom: 1px solid #E4E4E4; */
}
.mt a:hover{
	color: #333;
}
.mt span{
	float: left;
	font-weight: bold;
	font-size: 24px;
	height: 48px;
	line-height: 38px;
	position: relative;
	color: #005eb8;
}
.mt span a{
	color: #005eb8;
}
.mt .more{
	float: right;
	height: 48px;
	padding-top:22px;
}

.tabmenu dl dd a.more{
	float: right;
	margin-top: -40px;
	color: #666;
    font-size: 16px;
}


.u-list{
	margin-top:10px;
}
.u-list > li{
	position: relative;
	background: url("../images/dot.png") left center no-repeat;
	padding-left: 23px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	width: 100%;
}
.u-list > li > a{
	display:inline-block;
	width: 100%;
	padding-right: 120px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.u-list > li > a em{
	color: #999999;
}
.u-list > li > a em.red{
	color: #dc2328;
}
.u-list > li span{
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	/* color: #999999; */
	color: #666;
	font-size: 16px;
}

.u-list > li:last-child.empty{
	display: none;
}
.ad{
	margin-top:20px;
}
.path{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	background: url("../images/shouyenew.png") left center no-repeat;
	padding-left: 30px;
	margin: 20px 0;
}
.path a:last-child{
	font-weight: bold;
	color: #0a5caa;
}

.footer{
	height: 196px;
	background: #0a5caa;
	text-align: center;
	line-height: 1.8;
	font-size: 16px;
	color: #8fb6d9;
 }
.footer-mid{
	padding-top:50px;
}
.footer p.footernav{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.footer p.footernav a{
	color: #fff;
	padding:0 7px;
}
.footer p span{
	background: url("../images/beiannew.png") left center no-repeat;
	background-size: 7%;
	padding-left:25px;
	display: inline-block;
	margin-left: 10px;
}
.footer .container{
	position: relative;
}
.footer-left{
	position: absolute;
	left: 0;
	top:67px;
}
.footer-left li{
	float: left;
	margin-right: 34px;
}
.footer-left li:nth-child(2){
	margin-top: 4px;
}
.footer-right{
	position: absolute;
	right: 0;
	top:80px;
}
.footer-right li{
	float: left;
	margin-left:24px;
	width: 28px;
	height:28px;
	cursor: pointer;
	overflow: hidden;
}
.footer-right li>img{
	width: 100%;
	max-height: none;
	transform: translateY(-32px);
	transition: all .5s;
}
.footer-right li:hover>img{
	width: 100%;max-height: none;transform: translateY(0);transition: all .5s;
}
.footer-right li .qrcode{
	display: none;
	width: 112px;
	height: 112px;
	position: absolute;
	background: #336693;
	padding:3px;
	border-radius: 4px;
	transform: translate(-39%,-160%);
	z-index: 10;
}
.footer-right li .qrcode img{
	width: 106px;
	height:106px;
	background: #fff;
	border-radius: 4px;
}
.footer-right li:hover .qrcode{
	display: block;
}
.footer-right li .qrcode:after{
	content: '';
	border-top:6px solid #336693;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: 53px;
	bottom:-9px;
	padding:0;
	z-index: 11;
}
.footer-right li span{
	display: block;
	color: #8fb6d9;
	font-size: 13px;
	margin-top:5px;
}

.rightfloat{
	display: none;
	position: fixed;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	width:60px;
	border:1px solid #dddddd;
	border-radius: 6px;
	background: #fff;
	z-index: 99;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.rightfloat dt{
	height: 57px;
	/* border-bottom: 1px solid #dddddd; */
	cursor: pointer;
	position: relative;
}

.rightfloat dt.no1{
	background: url("../images/flshouji.png") center center no-repeat;
}
.rightfloat dt.no2{
	background: url("../images/flweixin.png") center center no-repeat;
}
.rightfloat dt.no3{
	background: url("../images/backtop.png") center center no-repeat;
}

.rightfloat dt.no1:hover{
	background: url("../images/flshoujihover.png") #0A5CAA center center no-repeat;
}

.rightfloat dt.no2:hover{
	background: url("../images/flweixinhover.png") #0A5CAA center center no-repeat;
}

.rightfloat dt.no3:hover{
	background: url("../images/backtophover.png") #0A5CAA center center no-repeat;
}

.rightfloat dt em{
	position: absolute;
	z-index: 100;
	color: #fff;
	line-height: 54px;
	font-size: 14px;
	background: #fff;
	opacity: 0;
	-moz-opacity: 0;
	border-radius: 3px;
	width: 100px;
	top: 0px;
	left: -159px;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	visibility: hidden;
}
.rightfloat dt.no3 em{
	width:110px;
	height: 110px;
	border:1px solid #dddddd;
	padding:7px;
}
.rightfloat  dt.cur em{
	left: -120px;
	opacity:1;
	-moz-opacity:1;
	visibility:visible;
}
.rightfloat dt ul{
	position: absolute;
	z-index: 100;
	color: #fff;
	font-size: 13px;
	/* font-weight: bold; */
	opacity: 0;
	-moz-opacity: 0;
	border-radius: 3px;
	width: 116px;
	height:146px;
	background: #fff;
	padding: 16px 13px;
	top: 0px;
	left: -126px;
	border: 1px solid #ddd;
	/*background: #fff;*/
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	visibility: hidden;
}
.rightfloat  dt.cur ul{
	left: -126px;
	opacity:1;
	-moz-opacity:1;
	visibility:visible;
}
.rightfloat dt ul li{
	text-align: center;
}
.rightfloat dt ul li img{
	width: 90px;
	height: 90px;
}
.rightfloat dt ul li span{
	display: block;
	color: #333;
	margin-top: 10px;
}
/* .rightfloat dt ul li a{
	display: block;
	padding-top:53px;
	color: #fff;
} */

.unloading {
    background: url('../images/searchnodata.png') center top no-repeat;
    padding-top: 150px;
    color: #0A5CAA;
    width: 292px;
    margin: 50px auto;
	text-align: center;
	font-weight: bold;
}

.unloading strong {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.unloading p {
    font-size: 16px;
    line-height: 2;
    color: #333;
    padding-left: 34px;
}

.unloading p span {
    font-weight: bold;
}
@media screen and (max-width:1300px) {
	html,body{
		height: 100%;
		width: 100%;
		min-width: 1200px;
	}
	.container{
		width: 1200px;
	}
	
	.header .other ul li,.header .search dt,.header .search dd input[type=text]{
		font-size: 14px;
	}
	
	.nav li{
		font-size: 20px;
	}
	.path{
		font-size: 12px;
	}
	
	.u-list > li{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	
	.u-list > li span{
		font-size: 14px;
	}
	
	.footer,.footer p.footernav{
		font-size: 14px;
	}
	.footer-left{
		top: 58px;
	}
}