@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

h2,
h3,
i,
em {
	font-style: normal;
}

html,
body {
	font-family: 微软雅黑;
}

input,
img,
a {
	outline: none;
	border: 0;
}
body{
	min-width:1300px ;
}
.banner img{
	width: 100%;
	display: block;
}
.banner a{
	display: block;
}
.px1300{
	width: 1300px;
	margin: 0 auto;
}
#top{
	border-top: 3px solid #f79a46;
}
.top{
	padding: 17px 0;
	overflow: hidden;
}
.logo{
	float: left;
}
.seach{
	float: right;
	display: inline-block;
	position: relative;
	margin-top: 7px;
}
.seach input[type="text"]{
	width: 260px;
	height: 42px;
	border-radius: 4px;
	border: solid 1px #045ba2;
	box-sizing: border-box;
	padding-left: 14px;
	vertical-align: middle;
	display: inline-block;
	padding-right: 60px;
}
#seach{
	display: inline-block;
	width: 46px;
	height: 42px;
	right: 0;
	border-radius: 0px 4px 4px 0px;
	vertical-align: middle;
	position: absolute;
	background: #045ba2 url("../image/seach.png") no-repeat center center;
}
#nav{
	background-color: #045ba2;
}
.nav>ul::after{
	content: "";
		display: block;
		height: 0;
		clear: both;
}
.nav>ul>li{
	line-height: 60px;
	text-align: center;
	width: 9%;
	float: left;
	position: relative;
}
.nav>ul>li>a{
	display: block;
	font-size: 18px;
	color: #ffffff;
}
.nav>ul>li>ul{
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	z-index: 999;
	background-color: #ffffff;
	box-shadow: 0 0 5px #999;
}
.nav>ul>li>ul>li{
	line-height: 40px;
}
.nav>ul>li>ul>li>a{
	display: block;
	font-size: 16px;
	color: #000000;
}
.nav>ul>li>ul>li:hover{
	background-color: #1366b4;
}
.nav>ul>li>ul>li:hover a{
	color: #ffffff;
}
.footer{
	background-color: #075da5;
}
.foot{
	overflow: hidden;
	padding-top: 47px;
	padding-bottom: 35px;
}
.foot-l{
	float: left;
}
.foot-l>p{
	font-size: 14px;
		line-height: 57px;
		letter-spacing: 1px;
		color: #a9c7dc;
		padding-left: 45px;
}
.foot-l>p:first-child{
	background: url("../image/dz.png") no-repeat 4%;
}


.foot-l>p:nth-child(2){
	background: url("../image/dz.png") no-repeat 4%;
}

.foot-l>p:last-child{
	background: url("../image/number.png") no-repeat 4%;
}
.foot-r{
	float: right;
}
.foot-r>.rwm{
	/*display: inline-block;
	text-align: center;
	margin-left: 20px;
	margin-right: 40px;*/
	display: inline-table;
	text-align: center;
	margin-left: 20px;
	margin-right: 40px;
	width: 90px;
}
.rwm>p{
	font-size: 14px;
	line-height: 30px;
	color: #a9c7dc;
}
#bq{
	border-top: 1px solid #2572b3;
	background-color: #075da5;
}
.bq>p{
	text-align: center;
	font-size: 14px;
	line-height: 60px;
	color: #a9c7dc;
}
.pic{
	overflow: hidden;
	display: block;
	position: relative;
}
.pic img{
	position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    transition: all .3s;
  object-fit: cover;
}
.pic img:hover {
	transform:scale(1.2);
}
