@charset "utf-8";
* {
    padding: 0;
    margin: 0;
	
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color:#333;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;min-width:1400px;
}

input,
img,
a {
    outline: none;
    border: 0;
}
.px1550{
	width: 1550px;
	margin: 0 auto;
}

.px1400{
	width: 1400px;
	margin: 0 auto;
}
.header{
	background: #B9BEBA;
	background-size: cover;
}
.head{
	
	overflow: hidden;
}
.logo{
	float: left;margin:11px 0;
}
.logo a img{
	height:70px;margin-top:20px;
}
.jj{
    width: 500px;
    float: left;
    margin-left: 25%;
}
.seach{
	float: right;
	position: relative;
	margin-top: 10px;clear:both;
	box-shadow: 0px 0px 16px 0px 
			rgba(0, 38, 105, 0.15);
}
.seach input[type="text"]{
	width: 200px;
	height: 40px;
	padding-left: 15px;
	padding-right: 50px;
}
.seach input[type="image"]{
	position: absolute;
	right: 10px;
	top: 25%;
}
#nav{
	background: #1c334c;
}
#nav::after{
	content: "";
		display: block;
		height: 0;
		clear: both;
}

.nav>ul>li{
	float: left;
	padding:0 1.875rem;
	text-align: center;
	line-height: 63px;
	position: relative;
}
.nav>ul>li>a{
	font-size: 20px;
	color: #ffffff;
}

.nav>ul>li:hover{
	background: url("../image/nav-dot.png") repeat-x bottom center;
}
.nav>ul>li>ul>li:hover{
	background: #1c334c;
}
.nav>ul>li>ul>li:hover a{
	color: #fff;
}
.nav>ul>li>ul{
	position: absolute;
	left: -60px;
	right: 0;
	display: none;
	z-index: 999;
	background: rgba(255,255,255,0.79);
	padding: 15px 0;width:260px;
}

.nav>ul>li>ul.ulc{

left: -20px;
}

.nav>ul>li>ul>li{
	text-align: center;
	line-height: 60px;
	
}
.nav>ul>li>ul>li>a{
	font-size: 16px;
	color: #333333;
	display: block;
	margin: 0 15px;
	border-bottom: 1px dotted rgba(51,51,51,0.37);
}
.banner>.slick-prev{
	width: 55px;
	height: 55px;
	background: url("../image/ba-left.png") no-repeat center center;
	left: 4%;
	background-size: 100%;
}
.banner>.slick-next{
	width: 55px;
	height: 55px;
	background: url("../image/ba-right.png") no-repeat center center;
	right: 4%;
	background-size: 100%;
}
.banner img{
	width: 100%;height:400px;
}
.footer{
	background: #1c334c;
	    background-size: cover;
	    padding: 37px 0;
}
.foot{
	overflow: hidden;
}
.bq{
	width: 40%;
	float: left;
}

.foot-l{
	width: 20%;
	float: left;
}

.foot-l select{width:250px;line-height:30px;height:40px;margin-top:30px;margin-left:30px;}


.bq-t>p{
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
}
.bq-b{
	margin-top: 20px;
}
.bq-b>p{
	font-size: 15px;
	line-height: 30px;
	padding-top: 10px;
	color: #ffffff;
	border-top: 1px solid #ffffff;
}
.foot-r{
	width: 30%;
	float: right;
	
	text-align: center;
}
.rwm{
	padding: 0;
}
.rwm img{width:120px; float:left; margin-left:10px;}


.rwm>div>h2{
	font-size: 18px;
	color: #ffffff;
}
.rwm>div{
	margin-top: 10px;
}




/* 移动端头部 */
.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.wap {
    display: none;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap-menu img {
    height: 25px;
}

.m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 999;
}
.banner a{
	display: block;
}
.banner img{
	width: 100%;
}