* {
	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;
	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;
}
.px14001 {
	max-width: 1400px;
	margin: 0px auto;
}


.px1400 {
	max-width: 1400px;
	margin: 10px 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 {
    width: 100%;
    background: url(../images/header-bg.png) repeat-x center bottom;
    position: fixed;
    z-index: 999999;
    height: 100px;
    overflow: visible;
}

.ea55_com_header {
    background: #94070a;
    color: #FFF;
    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
}

.logo {
	position: relative;
	float: left;margin-top:15px;
}

.logo1 {
	height:70px;float:left;
}
.logo2 {
	height:50px;margin-top: 17px;margin-left: 5px;
}
.nav {
	float: right;
}

.nav>ul {
	font-size: 0;
	text-align: center;
    margin-right: 35px;
}

.nav>ul>li {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
	margin-left: 14px;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	font-size: 18px;
	color: #ffffff;
	position: relative;
	display: block;
	line-height: 99px;
}

.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;
}


#btn_ser {
    float: right;
    width: 30px;
    height: 19px;
    cursor: pointer;
    line-height: 19px;
    text-align: center;
    background: url(../images/search.png) no-repeat center center;
    margin: 40px 0 0 0;
}

.d-serach1{position:fixed;left:0;top:0;right:0;height:0;line-height:78px;font-size:0;background-color:#fff;overflow:hidden;z-index:100;-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear}
.d-serach1 form {width: 500px;margin: 0 auto;}
.d-serach1 input{outline:0;border:none;display:block}
.d-serach1 .btn,.d-serach1 .inp,.d-serach1 .submit{display:inline-block;vertical-align:middle}
.d-serach1 .inp{padding:0 15px;width:calc(100% - 100px);height:36px;line-height:36px;border:1px solid #ae0a29;font-size:15px;color:#ccc}
.d-serach1 .submit{width:100px;height:36px;line-height:36px;background-color:#ae0a29;font-size:14px;color:#fff;text-align:center}

.black-bg1{position:fixed;width:100%;height:100%;background-color:transparent;opacity:0;visibility:hidden;-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear;z-index:99}
.bdActive{padding-top:78px;-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear}
.bdActive .header{top:78px}
.bdActive .black-bg1{opacity:1;visibility:visible}
.bdActive .d-serach1{height:78px}
/* banner */

.banner img {
    width: 100%;
    height: 600px;
}

.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: 10px;
	height: 10px;
	background-color: #ae0a29;
	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;
}


.fot-l{
	float: left;
	width: 40%;
}
.fot-l1 {
	float: left;
	width: 35%;
}

.fot-l1 h2 {
	font-size: 24px;margin-bottom: 15px;
	font-weight: bold;
	line-height: 36px;
	color: #ffffff;
	background: url(../images/f-l-bg.png) no-repeat left;
	padding-left: 20px;
}

.fot-l1 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 .gz img{width:120px;}

.fot-r .test {
	/*float: left;*/margin: 0 auto;
}

.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 {    display: initial;
    }