@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 15px;
	line-height: 1.6;
	width: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

ul li {
	list-style-type: none;
}

img {
	width: 100%;
}

nav {
	width: 1190px;
	height: 94px;
	margin: 26px auto;
}

h3 {
	font-size: 24px;
}

.all-block {
	display: block;
}

.all-none {
	display: none;
}

.logo {
	float: left;
	width: 190px;
	/*margin-top: 28px;*/
}

.menu {
	float: right;
}

.menu-a {
	/*width: 330px;*/
	height: 50px;
	/*margin-top: 18px;*/
	margin-left: 496px;
}

.menu-a img {
	float: left;
}

.menu-a span {
	color: #c6171e;
}

.menu-a-a {
	width: 180px;
	float: left;
}

.menu-a-a img {
	width: 52px;
	margin-top: 2px;
}

.menu-a-a p {
	display: block;
	padding-left: 10px;
}

.menu-a-b {
	margin-left: 20px;
	width: 125px;
	float: left;
}

.menu-a-b img {
	width: 38px;
	margin-top: 2px;
}

.menu-b {
	/*width: 715px;*/
	height: 34px;
	margin-top: 14px;
}

.menu-b a {
	color: #000;
	display: block;
}

.menu-b ul li {
	font-size: 20px;
	/*height: 50px;*/
	margin-left: 42px;
	text-align: center;
	float: left;
}

.menu-b li:hover {
	border-bottom: 4px solid #c6171e;
}

.menu-b a:hover {
	color: #c6171e;
}

.wechat {
	position: absolute;
	top: 82px;
	width: 250px;
	margin-left: 175px;
	border: 5px solid #c6171e;
	display: none;
	z-index: 9999;
	
	/*right: 60px;*/
}

.swiper-container {
	width: 100%;
	height: 100%;
	z-index: 0 !important;
}

.swiper-wrapper {
	width: 100%;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 100%;
}

footer {
	width: 100%;
	background: #666666;
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #c6171e;
}

.footera {
	width: 1190px;
	height: 470px;
	margin: 0 auto;
}

.footera-a {
	padding-top: 18px;
	padding-bottom: 8px;
}

.footera img {
	width: 190px;
}

.footera-b {
	margin-top: 20px;
	margin-bottom: 17px;
	width: 1190px;
	height: 250px;
}

.footera-b hr {
	margin-top: 8px;
	margin-bottom: 8px;
}

.footer-form {
	width: 320px;
	float: left;
	margin-top: 25px;
}

.footer-form input {
	width: 300px;
	height: 32px;
	border-radius: 5px;
	margin-bottom: 18px;
	padding-left: 10px;
	font-size: 13.6px;
	cursor: pointer;
}

.submit {
	width: 314px !important;
	height: 38px !important;
	background: #FF6600;
	color: #fff;
}

.submit:hover {
	background: #c6171e;
}

.footer-information {
	float: left;
	margin-left: 24px;
}

.footer-information span {
	padding-left: 18px;
	padding-right: 18px;
}

.footer-wechat {
	float: right;
	width: 135px;
	margin-top: 46px;
}

.footer-wechat img {
	width: 133px;
}

.footera-c {
	margin-top: 14px;
}

.footera-c a {
	margin-left: 18px;
}

.footerb {
	height: 40px;
	color: #fff;
	text-align: center;
	background: #c6171e;
}

.footerb p {
	padding-top: 8px;
}

.footerb a:hover{
    color: #fff;
}
.contact {
	width: 108px;
	height: 218px;
	background: #c6171e;
	position: fixed;
	top: 60%;
	right: 0;
	z-index: 9998;
}

.whatsapp {
	width: 108px;
	height: 108px;
	text-align: center;
	border-bottom: 2px solid #fff;
}

.whatsapp a {
	color: #fff;
}

.whatsapp i {
	padding-top: 20px;
}

.online {
	width: 108px;
	height: 108px;
	color: #fff;
	text-align: center;
}

.online i {
	padding-top: 20px;
}

.contact- {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 620px;
	background: #fff;
}

.contact-a {
	width: 500px;
	height: 50px;
	background-color: #c6171e;
	background-image: url(../img/manin.png);
}

.contact-a i {
	color: #fff;
	margin-left: 465px;
	font-size: 28px;
	padding-top: 11px;
}

.contact-b {
	width: 500px;
}

.contact-b img {
	width: 180px;
	padding: 10px 150px 2px 150px;
}

.contact-c {
	width: 500px;
	height: 28px;
	background-color: #c6171e;
}

.contact-d {
	width: 450px;
	margin: 0 auto;
}

.contact-d p {
	margin: 22px 0;
}

.contact-d input {
	width: 450px;
	height: 28px;
	border: 1px solid #c6171e;
}

.contact-d select {
	width: 450px;
	height: 28px;
	border: 1px solid #c6171e;
}

.contact- button {
	background: #c6171e;
	color: #fff;
	width: 80px;
	padding: 8px;
	border-radius: 18px;
	margin-left: 210px;
	margin-top: 16px;
	margin-bottom: 40px;
}