* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	max-width: 1920px;
}

button {
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
}

a {
	text-decoration: none;
	display: block;
	cursor: pointer;
}

img {
	transition: all 1s;
}

.index a:hover img {
	transform: scale(1.1);
}

p {
	margin: auto;
}

li {
	list-style: none;
}

.clear {
	clear: both;
}

.px1400 {
	max-width: 1400px;
	margin: 0 auto;
}

img,
input {
	border: 0;
	outline: none;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pic {
	display: block;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.wap {
	display: none;
}

/* head */
.head {
	background-color: #890303;
	left: 0;
	right: 0;
	padding-top: 26px;
	padding-bottom: 28px;
}

.search {
	float: right;

}

.search a {
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
}

.logo {
	position: relative;
	float: left;
}

.logo img {
	display: block;
        height: 60px;
}

.nav {
	width:100%;padding-top:20px;
}

.nav>ul {
	font-size: 0;
	text-align: center;
}

.nav>ul>li {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
	margin-left: 59px;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	font-size: 18px;
	color: #ffffff;
	position: relative;
	display: block;
	line-height: 36px;font-weight:700;
}

.nav>ul>li>.first {
	font-weight: bold;
}

.nav>ul>li:hover>a {
	font-weight: bold;
}

.nav>ul>li:hover ul {
	transition: all 1s;
	display: block;
	border-top: 1px solid #fff;
}

.nav>ul>li ul li:hover a {
	color: #890303;
}

.nav>ul>li ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	padding: 0;
	width: 162px;
	overflow: hidden;
	transition: all 0.1s;
	z-index: 99;
	display: none;
}

.nav>ul>li ul li {
	background: #fff;
	padding: 5px 10px;
	text-align: center;
}

.nav>ul>li ul li a {
	font-size: 14px;
	color: #000;
	padding: 10px 0;
}

.nav>ul>li ul li:hover {
	background: #890303;
}

.nav>ul>li ul li:hover a {
	color: #fff;
}

/* banner */

.banner img {
	width: 100%;
}

.banner .slick-prev {
	background: url(../images/banner-prev.png) no-repeat center;
	width: 62px;
	height: 62px;
	z-index: 1;
	left: 20px;
}

.banner .slick-next {
	background: url(../images/banner-next.png) no-repeat center;
	width: 62px;
	height: 62px;
	z-index: 1;
	right: 20px;
}

.banner .slick-dots {
	bottom: 30px;
	text-align: center;
}

.banner .slick-dots li {
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	opacity: 0.4;
	border-radius: 50%;
	margin-left: 10px;
	transition: all 0.3s;
	position: relative;

}

.banner .slick-dots li.slick-active {
	opacity: 1;
}

/* footer */
.footer {
	background: url(../images/footer-bg.png) no-repeat center;
	padding-top: 40px;
	background-size: cover;
}

.footer .px1400 {
	margin-bottom: 29px;
}

.fot-l {
	float: left;
	width: 30.42%;
}

.fot-l h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	color: #ffffff;
	background: url(../images/f-l-bg.png) no-repeat left;
	padding-left: 20px;
}

.fot-l span {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
}

.fot-r {
	float: right;
	/* width: 20%; */
}

.fot-r .gz {
	margin-right: 30px;
}

.fot-r .test {
	float: left;
}

.fot-r span {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
}

.bq {
	background-color: #890303;
}

.bq p {
	font-size: 16px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
}
.bq p a{
	color:#fff;
	display: inline-block;
}

.m-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.links{float:right}
    .header-link{display: flex;justify-content: flex-end;height: 30px;line-height: 30px;}
    .header-link a{padding:0 10px;font-size: 14px;color: #fff;}
    .search {
    position: relative;
    width: 240px;
    margin-left: 10px;
 margin-top:15px;
    opacity: 0.6;
    transition: all .3s;
}
    .search .inpt {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    border-radius: 50px;
    font-size: 14px;
    color: #222;
    padding-left: 10px;
    padding-right: 0;
    border: none;
    outline: none;
}
.search .inpi {
    position: absolute;
    right: 0px;
    top: 1px;
    width: 31px;
    height: 29px;
    opacity: 0.8;
}
.m-nav .search-box {
    width: calc(100% - 30px);
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    margin: 15px;
    box-sizing: border-box;
}
.search-box .inp, .search-box .submit {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 0;
}
.search-box .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #bf3939;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.search-box .inp {
    padding: 0 12px;
    padding-right: 140px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    /* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); */
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
}
.m-nav .links {
    padding: 10px 15px 0;
}
.m-nav .links .header-link {
    display: flex
;
}
.m-nav .header-link .links a {
    font-size: 12px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
    min-width: 20%;
    flex-wrap: wrap;
}



 .ftlink{
    width: 280px;
}
 .ftlink dl{
    margin-top: 27px;
    position: relative;
}
 .ftlink dl:first-child{
    margin-top: 0;
}
 .ftlink dl dt{
    height: 48px;
    line-height: 48px;
    background: rgb(255 255 255 / 21%);
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #e5edff;
    font-size: 16px;

}
 .ftlink dl dt:after{
    /*position: absolute;*/
    content: '';
    width: 23px;
    background: url("../images/ftlink.png") no-repeat 50%;
    background-size: 23px 12px;
    transition: .3s
}
 .ftlink dl dt.on:after{
    display: inline-block;
    transform: rotate(180deg);
}

 .ftlink dl dd ul li{
    font-size: 14px;
    padding: 3px 0;
}
 .ftlink dl dd ul li a{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #666;
}
 .ftlink dl dd ul li a:hover{
    color:  #ac0000;
}
 .ftlink dl dd{
    position: absolute;/*top:100%;*/
    bottom:100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    z-index: 5;
    display: none;
}
 .ftlink dl dd ul{
    /* height: 120px;*/
    overflow-y: auto;
}
 .ftlink dl dd ul::-webkit-scrollbar{
    width:4px;
}
 .ftlink dl dd ul::-webkit-scrollbar-track{
    background: #eee;border-radius: 5px;
}
 .ftlink dl dd ul::-webkit-scrollbar-thumb{
    border-radius:5px;
    background:linear-gradient(45deg,#ac0000 0%,#ac0000 100%);
}