* {
	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;
background-color:#93196b;
background-color: #781e76;
	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;
flex: 1;
}

.logo img {
	display: block;
        /*height: 70px;*/
    width: auto;
    height: auto;
    max-height: 70px;
    max-width: 90%;
    object-fit: cover;
}

.nav {
	float: right;
padding-left: 2rem;

}

.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: 1.5rem;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	font-size: 18px;
font-size: 22px;
	color: #ffffff;
	position: relative;
	display: block;
	line-height: 66px;
}

.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;
color: #93196b;
}

.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;
background: #93196b;
}

.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;
background: linear-gradient(90deg, #5600d4 30%, #cf3b59 100%);
}

.footer .px1400 {
	margin-bottom: 10px;
}

.fot-l {
	float: left;
	width: 22.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: 16px;
	line-height: 36px;
	color: #ffffff;
}

.fot-r {
	float: right;
	width: 25%;
}

.fot-r .gz {
	margin-right: 4%;
}

.fot-r .test {
	float: left;
width:45%;
}
.fot-r .test img {
    width: 100%;
    height: auto;
object-fit:cover;
}

.fot-r span {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
}

.bq {
	background-color: #890303;
background: linear-gradient(90deg, #5600d4 30%, #cf3b59 100%);
    border-top: 1px solid #fff;
}

.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);
}
/*搜索*/
/*.swi-close:before {
    content: "\e60b"
}*/
.ser-layer{background:rgba(0,0,0,0.6);position: fixed;left:0;top:0;right:0;bottom:0;z-index:99999;opacity:0;visibility:hidden;transition:all 0.3s ease-out 0s;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;backdrop-filter:blur(5px)}
.ser-layer.showdiv{opacity:1;visibility:visible;}
.ser-layer .serclose {
    font-size: .3rem;
    position: absolute;
    right: .4rem;
    top: .4rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    cursor: pointer;
    color: #ccc;
    background: url(../images/close.png) no-repeat;
    background-size: 80%;
}
.ser-layer .serform{width: 90%;margin: 0 auto;margin: 0\0;transform: translateY(1.5rem);transition: .2s .1s}
.ser-layer.showdiv .serform{transform: translateY(0);transition: .5s .3s}
.ser-layer .serform .input-group{max-width:20rem;margin:0 auto;width: 100%;
    padding-left: .2rem;
    background: #fff;
    border-radius: 5px 10px 10px 5px; }
.ser-layer .serform .input-group .sub{position:absolute;right:0;top:0;width:1.8rem;height:1.8rem;overflow:hidden;background:0 0;cursor: pointer;border-radius: 0 5px 5px 0}
.ser-layer .serform .input-group .sub:after{content:'';position:absolute;top:0;bottom:-2px;left:0;z-index:0;right:0;background: url(../images/ser.png) no-repeat 0.3rem center;background-size: 1.1rem 1.1rem;}
.ser-layer .serform .input-group .inp{height:2rem;border:0;border-right:0;padding-right:.9rem;width:95%;padding-left:.2rem;background: #fff;border-radius: 5px 10px 10px 5px}

@media (max-width: 640px){
.ser-layer .serclose{right: 4%;top: .2rem}
}

.header .topr{flex-direction: column;align-items: flex-end;padding: .3rem 0 .5rem;flex: 1;}
.topser {
    margin: 0;
    padding-left: .8rem;
    display: flex;
    height: 66px;
    align-items: center;
}
.topser img {
    width: .18rem;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.pore{position:relative}

.head .flex {
    display: flex;
}
a.showSear {
    height: 17px;
}