@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: 微软雅黑;
	
}
body{min-width: 1700px;}

input,
img,
a {
	outline: none;
	border: 0;
}
.px1400{
	max-width: 1400px;
	margin: 0 auto;
}
.px1710{
	max-width: 1710px;
	margin: 0 auto;
}
.header{
	padding: 21px;
}
.header::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.logo{
	float: left;
}
.top-r{
	float: right;
}
.top-r>ul::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.top-r>ul{
	float: left;
	margin-top: 20px;
}
.top-r>ul>li{
	float: left;
	margin-right: 60px;
	position: relative;
}
.top-r>ul>li>a{
	font-size: 26px;
	line-height: 40px;
	color: #000000;
}
.seach{
	float: right;
	margin-top: 28px;
}
.top-r>ul>li>ul{
	position: absolute;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	background: #fff;
	text-align: center;
	top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0 0 5px #999;
	display: none;
	z-index: 999;
}
.top-r>ul>li>ul>li{
	line-height: 30px;
}
.top-r>ul>li>ul>li>a{
	font-size: 16px;
	color: #000000;
}
.top-r>ul>li>ul>li:hover{
	background-color: #8c2f24;
}
.top-r>ul>li>ul>li:hover a{
	color: #fff;
}
.wave {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
}

#search {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #4f616d;
    background-color: #13439b;
    padding: 0 15px;
    font-size: 0;
    z-index: 1001;
}

#search input[type="text"] {
    padding-right: 20px;
    width: 750px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

#search input[type="image"] {
    vertical-align: middle;
}

#search input::placeholder {
    color: #fff;
}

.wave.on {
    display: block;
}
.seach{
	cursor: pointer;
}
.banner>.slick-dots{
	margin-bottom: 42px;
}
.banner>.slick-dots>li{
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid #6756c1;
}
.banner>.slick-dots>.slick-active{
	border: 2px solid #fff;
	background: url("../image/dots.png") no-repeat center center;
}
.footer{
	background: url("../image/foot-bg.png") no-repeat center center;
	border-top: 7px solid #cc8d43;
	background-size: cover;
	padding: 20px 0px;
}
.foot>p{
	font-size: 14px;
	color: #ffffff;
	padding: 5px 0;
	text-align: center;
}
.foot a{

	color: #ffffff;
}
.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);
}
.banner img{
	width: 100%;
}
/* 移动端头部 */
.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%;
}