* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

@font-face {
	font-family: "webfont";
	font-display: swap;
	src: url('webfont.eot');
	/* IE9 */
	src: url('webfont.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('webfont.woff2') format('woff2'),
		url('webfont.woff') format('woff'),
		/* chrome、firefox */
		url('webfont.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('webfont.svg#webfont') format('svg');
	/* iOS 4.1- */
}

body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
	font-family: "webfont";
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}


input:focus,
textarea:focus {
	border: 1px solid #d70c24;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	max-width: 2560px;
	color: #444;
	font-family: "webfont";
	font-size: 14px;
	background: #f7f7f7;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.box {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.section {
	width: 92%;
	margin: 0 auto;
	max-width: 1620px;
}


.placeholder {
	width: 100%;
	height: 90px;
	overflow: hidden;
}

.header-background {
	display: flex;
	width: 100%;
	overflow: hidden;
	flex-wrap: wrap;
}

.bg {
	height: 7px;
}

.bg01 {
	width: 50%;
	background: #c71b3a;
}

.bg02 {
	width: 8%;
	background: #dc926b;
}

.bg03 {
	width: 8%;
	background: #6089e5;
}

.bg04 {
	width: 8%;
	background: #21a760;
}

.bg05 {
	width: 26%;
	background: #e26062;
}

/*header*/

.header {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 999;
}

.header .section {
	position: relative;
}

.header .logo {
	float: left;
	display: flex;
	align-items: center;
	height: 75px;
	justify-content: center;

}

.header .logo img {
	max-width: 100%;
	display: block;
}

.header-content {
	float: right;
	width: 600px;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.lang-content {
	width: 16%;
	line-height: 34px;
	position: relative;
}


.lang-content a.lang-a {
	width: 100%;
	display: block;
	font-size: 16px;
	color: #656565;
	border: 1px solid #7e7e7e;
	padding: 0 25px 0 10px;
	position: relative;
}

.lang-content a.lang-a::before {
	content: '';
	display: block;
	width: 9px;
	height: 7px;
	position: absolute;
	right: 10px;
	z-index: 20;
	top: 50%;
	margin-top: -3.5px;
	background: url(../icon01.png);
}

.lang-content .lang-link {
	visibility: hidden;
	width: 100%;
	background-color: black;
	color: #fff;
	text-align: left;
	position: absolute;
	z-index: 20;
	top: 100%;
	left: 0;
	opacity: 0;
	transition: opacity 1s;
}

.lang-content .lang-link a {
	display: block;
	width: 100%;
	padding: 0 10px;
	color: #fff;
}

.lang-content:hover .lang-link {
	visibility: visible;
	opacity: 1;
}

.lang-content .lang-link a:hover {
	background: #df1a1f;
	color: #fff;
}



.header .search {
	width: 46%;
	margin: 0 5%;
	position: relative;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .search form {
	width: 100%;
}

.header .search input.username {
	width: 80%;
	float: left;
	border: 1px solid #b9b9b9;
	border-radius: 0;
	line-height: 34px;
	font-size: 15px;
	color: #c4c4c4;
	background: #fff;
	text-indent: 0.5em;

}

.header .search input.da_button {
	width: 20%;
	float: left;
	border: 1px solid #c0153e;
	line-height: 34px;
	font-size: 15px;
	color: #c0153e;
	border-radius: 0;
	background: #fff;
}

.header .search:hover .search-form {
	opacity: 1;
	visibility: visible;
}

a.contact-link {
	width: 28%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	padding: 0 5px;
	position: relative;
	background-image: url(../icon12.png);
	background-size: 100% 100%;
}

a.contact-link i {
	margin-right: 8px;
}

.header .menu {
	width: 100%;
}

.header .menu ul {
	width: 92%;
	margin: 0 auto;
	max-width: 1520px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header .menu ul li {
	position: relative;
}

.header .menu ul li a {
	display: block;
	font-size: 18px;
	position: relative;
	line-height: 55px;
	color: #000;
	font-weight: bold;
}

.header .menu ul li:nth-child(2):after,
.header .menu ul li:nth-child(3):after,
.header .menu ul li:nth-child(6):after {
	width: 11px;
	height: 8px;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	background-image: url(../menu-span.png);
	background-size: 100%;
}

.header .menu ul li:nth-child(2),
.header .menu ul li:nth-child(3),
.header .menu ul li:nth-child(6) {
	padding-right: 24px;
}



.header .menu li .drop {
	background: #fff;
	overflow: hidden;
	position: absolute;
	width: 210px;
	left: 0;
	padding: 20px 30px;
	top: 100%;
	display: none;
}

.header .menu li .drop ul {
	width: 100%;
}

.header .menu li .drop li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.header .menu li .drop li a {
	padding: 0;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	margin: 4px 0;
	position: relative;
}

.header .menu li .drop li a:before {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background: #c0153e;
	border-radius: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;

}

.header .menu li .drop li a:hover:before {
	width: 100%;
}


.header .menu li .drop li::after {
	display: none;
}

.hide {
	top: -99px;
}


.m_menu {
	align-items: center;
	justify-content: center;
	width: 24px;
	position: absolute;
	right: 0;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #c0153e;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-4px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(-2px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.fixnav .menu ul li.on a.a1,
.header .menu ul li.on a.a1,
.header .menu ul li a:hover {
	color: #c0153e
}





.index-title {
	width: 100%;
	margin-bottom: 40px;
	color: #000;
	text-align: center;
}

.index-title h2 {
	font-size: 39px;
	font-weight: bold;
}

.index-title h3 {
	color: #000;
	font-size: 20px;
}


.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.swiper-slide h1 {
	font-size: 57px;
	margin-bottom: 20px;
	line-height: 1.6;
	letter-spacing: 9px;
	animation-delay: 1s;
}

.swiper-slide h4 {
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 8px;
	animation-delay: 1.5s;
}


.swiper-slide-active h1,
.swiper-slide-active h4 {
	animation-name: fadeInUp;
}


.banner-img {
	padding-top: 36.45%;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.2);
	width: 100%;
	background-size: cover;
}

.swiper-slide-active .banner-img {
	transform: scale(1);
	transition: all 5.5s ease;
}


.button-pagination {
	height: 30px;
	width: 250px;
	padding: 0 80px 0 48px;
	right: 5%;
	z-index: 10;
	line-height: 30px;
	position: absolute;
	bottom: 4%;

}

.banner-pagination {
	width: 38px;
	font-size: 18px;
	color: #fff;
	position: absolute;
}

.banner-pagination span {
	line-height: 30px;
	text-align: center;
}

.swiper-pagination-current {
	font-weight: bold;
	font-size: 20px;
}

.banner-scrollbar {
	bottom: 15px;
	left: 45px;
	width: 120px;
	height: 2px;
	background: #b5b6b8;
}

.swiper-scrollbar-drag {
	height: 2px !important;
	top: 0px !important;
	border-radius: 0 !important;
	background: #fff !important;
}

.banner-button {
	width: 60px;
	position: absolute;
	right: 0;
	font-size: 16px;
	top: 0;
}

.banner-next,
.banner-prev {
	width: 30px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;

}

.banner-prev:after,
.banner-next:after {
	color: #fff;
}

.banner-prev:hover:after,
.banner-next:hover:after {
	color: #d70c24;
}

.banner-next {
	right: 0;
}

.banner-prev {
	left: 0;
}



/*index-product*/
.index-product {
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
	background: #f8f8f8;
}

.product-ul {
	width: 100%;
}

.product-ul ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.product-ul li {
	width: 23%;
	margin: 20px 1%;
	color: #000;
	text-align: center;
	cursor: pointer;
	background-image: url(../product-ul-li.png);
	background-size: 100% 100%;
	box-shadow: 0 0 10px #ccc;
	border-radius: 15px;
	overflow: hidden;
}

.product-ul li a {
	display: block;
}

.product-ul li .box {
	position: relative;
}

.product-ul li i {
	display: block;
	width: 43px;
	color: #fff;
	position: absolute;
	top: 6%;
	right: 5%;
	z-index: 8;
}

.product-ul li img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}


.product-ul li:hover img.productimg {
	transform: scale(1.2, 1.2);
}

.title-icon {
	width: 88%;
	margin: 15px auto 35px auto;
	overflow: hidden;
	position: relative;
	padding-right: 38px;
}

.title-icon h3 {
	font-size: 23px;
	text-align: left;
	font-weight: bold;
}

.title-icon .icon {
	width: 29px;
	height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.title-icon .icon img {
	width: 70%;
}

.product-ul li:nth-child(1n) .title-icon .icon {
	background: #df1a1f;
}

.product-ul li:nth-child(2n) .title-icon .icon {
	background: #21a760;
}

.product-ul li:nth-child(3n) .title-icon .icon {
	background: #3c5be1;
}

.product-ul li:nth-child(4n) .title-icon .icon {
	background: #fb5c4c;
}

.product-ul li:hover {
	color: #c70b21;
}




/*index-company*/
.index-company {
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
	background: #fff;

}

.company-dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.company-dl dl {
	width: 48.5%;
	margin: 10px 0;
	padding: 12px 15px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	box-shadow: 0 0 10px #ddd;
}

.company-dl dl dt {
	width: 30%;
	height: 200px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.company-dl dl dd {
	width: 63%;
	margin-left: 6%;
	padding: 10px 5px;
}


.company-dl dl dd h3 {
	font-size: 19px;
	overflow: hidden;
	margin-bottom: 18px;
	color: #000;
	padding-bottom: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ececec;
}

.company-txt {
	position: relative;
	font-size: 17px;
	line-height: 30px;
	color: #878787;
	padding-left: 125px;
}

.company-txt i {
	position: absolute;
	left: 0;
	font-style: normal;
	top: 0;
	color: #fff;
	padding: 5px 25px;
	border-radius: 6px;
	overflow: hidden;
	background: #df1a1f;
}



/*index-contact*/
.index-contact {
	width: 100%;
	padding: 62px 0;
	overflow: hidden;
	background: #fff;
	background: url(../index-contact.jpg);
	background-size: cover;
}

.index-contact .index-title {
	margin-bottom: 20px;
}

.contacttxt {
	text-align: center;
	font-size: 20px;
	color: #000;
}

.contact-more {
	width: 100%;
}

.contact-more a {
	margin: 30px auto 0 auto;
	display: flex;
	text-align: center;
	max-width: 230px;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 14px 10px;
	font-size: 19px;
	border-radius: 30px;
	background: #df1a1f;
}

.contact-more a i {
	margin-right: 27px;
}

.contact-more a:hover {
	box-shadow: 0 0 10px #888;
}

/*index-icon*/
.index-icon {
	width: 100%;
	padding: 120px 0;
	overflow: hidden;
	background: #fff;
	background: url(../index-icon.jpg);
	background-size: cover;
}

.icon-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-icon a {
	width: 21%;
	height: 260px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 10px #555;
}

.index-icon a .iconimg {
	width: 40%;
	max-width: 100px;
	margin: 10px auto;
}

.index-icon a p {
	font-size: 22px;
}

.index-icon a i {
	display: block;
	width: 26px;
	height: 28px;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 8;
}

.index-icon a i img {
	width: 100%;
}

.index-icon a:nth-child(1):hover {
	background: #fb5c4c;
}

.index-icon a:nth-child(2):hover {
	background: #21a760;
}

.index-icon a:nth-child(3):hover {
	background: #2e5bbf;
}

.index-icon a:nth-child(4):hover {
	background: #df1a1f;
}

.index-icon a:hover {
	color: #fff;
}

.index-icon a:hover img {
	filter: brightness(100);
}

.index-icon a:hover i {
	display: none;
}

/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}


.banner-content {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	top: 0;
	z-index: 20;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

}

.banner h2 {
	font-size: 57px;
	position: relative;
	letter-spacing: 8px;
}

.banner p {
	font-size: 30px;
	position: relative;
	letter-spacing: 8px;
}


.inner-banner-img {
	padding-top: 31.25%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
}

.inner-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.inner-title h3 {
	color: #000;
	font-size: 2.2vw;
	font-weight: bold;
}

.inner-title em {
	background: #d70c24;
	margin: 10px auto;
	height: 5px;
	display: block;
	width: 17px;
}

.main-nav {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	padding: 40px 0 45px 0;
	color: #000;
}

.main-nav span {
	display: inline-block;
	color: #999999;
}

.main-nav a {
	display: inline-block;
	color: #999999;
}

.main-nav a:hover {
	color: #d70c24;
}

/*main-box */
.main-box {
	background: #f7f7f7;
	overflow: hidden;
	margin-bottom: 60px;
}

.main-box .main-left {
	width: 23.5%;
	float: left;
}


.main-box .main-left h1 {
	width: 100%;
	margin: auto;
	overflow: hidden;
	background-image: url(../icon13.jpg);
	background-size: cover;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	padding: 38px 5px;
	color: #fff;
	margin-bottom: 40px;
}

.product-form {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	padding: 30px 40px;
	margin-bottom: 40px;
}

.product-form-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 24px;
	color: #000;
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}

.product-form-title img {
	margin-right: 18px;
}

.product-form-select select {
	width: 100%;
	color: #000;
	border-radius: 6px;
	font-size: 20px;
	padding: 0 25px;
	position: relative;
	line-height: 46px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	background: url(../select.png) no-repeat 94% 54%;
	border: 1px solid #dbdbdb;
}

.product-form-input {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.product-form-input input.noEnter {
	width: 41%;
	color: #000;
	border-radius: 6px;
	font-size: 20px;
	text-align: center;
	padding: 0 10px;
	position: relative;
	border: 1px solid #dbdbdb;
	line-height: 46px;
}

.product-form-input i {
	width: 18%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 30px;
}

.product-form-button {
	margin-top: 25px;
}

.product-form-button input.button {
	width: 100%;
	border-radius: 6px;
	font-size: 20px;
	padding: 0 35px;
	position: relative;
	line-height: 55px;
	background-image: url(../icon12.png);
	background-size: cover;
	color: #fff;
	border: 1px solid #fff;
}

.class-menu h3 {
	font-size: 20px;
	padding: 0 15px;
	position: relative;
	line-height: 55px;
	background-image: url(../icon12.png);
	background-size: cover;
	color: #fff;
	border: 1px solid #fff;
	display: none;
}

.class-menu h3::after {
	width: 11px;
	height: 8px;
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
	background-image: url(../menu-span-w.png);
	background-size: 100%;
}

.main-box .main-left .main-class {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
}

.main-box .main-left .main-class li {
	width: 100%;
	padding: 0 35px;
}

.main-box .main-left .main-class li a {
	display: block;
	line-height: 34px;
	font-size: 18px;
	position: relative;
}


.big-class a {
	padding: 25px 10px 25px 70px;
	color: #000;
	border-bottom: 1px solid #eeeeee;
}

.big-class a::before {
	content: "";
	display: block;
	width: 17px;
	height: 13px;
	background-image: url(../icon23.png);
	position: absolute;
	left: 35px;
	top: 50%;
	margin-top: -6.5px;
}

.small-class a {
	padding: 25px 10px 25px 100px;
	color: #666;
	border-bottom: 1px solid #eeeeee;
}

.small-class a::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #666666;
	border-radius: 5px;
	position: absolute;
	left: 85px;
	top: 38px;
}

.big-class:hover,
.big-class.choose,
.big-class.on {
	background-image: url(../icon12.png);
	background-size: cover;
	color: #fff;
}

.big-class:hover a,
.big-class.choose a,
.big-class.on a {
	color: #fff;
	border-bottom: 1px solid #da3241;
}


.small-class:hover a,
.small-class.choose a,
.small-class.on a {
	color: #df1a1f;
	font-weight: bold;
}

.small-class:hover a::before,
.small-class.choose a::before,
.small-class.on a::before {
	background: #df1a1f;
}


.main-box .main-right {
	width: 70%;
	box-sizing: border-box;
	float: right;
}

.down-title {
	width: 100%;
	position: relative;
	color: #000;
	font-size: 30px;
	padding: 20px 10px 20px 95px;
	margin-bottom: 35px;
	background: #eeeeee;
}

.down-title::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: #df1a1f;
	position: absolute;
	left: 50px;
	top: 50%;
	margin-top: -9px;
}


.down-title i {
	font-size: 30px;
	color: #df1a1f;
	font-style: normal;
}

.down-title i a {
	color: #df1a1f;
}


.nav-span-em {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 2px solid #dddddd;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 35px;
	line-height: 37px;
}

.nav-span-em span {
	font-size: 30px;
	font-weight: bold;
	z-index: 10;
	color: #000;
	position: relative;
	padding-left: 40px;
}

.nav-span-em span::before {
	content: "";
	display: block;
	width: 12px;
	height: 100%;
	border-radius: 20px;
	background: #df1a1f;
	position: absolute;
	left: 3px;
	top: 0;
}

.nav-span-em em {
	float: right;
	text-transform: uppercase;
	font-size: 26px;
	color: #666666;
	font-style: normal;
}

.nav-span-em::before {
	content: "";
	display: block;
	width: 230px;
	height: 2px;
	background: #df1a1f;
	position: absolute;
	left: 0;
	bottom: -2px;
}


.product-list {
	width: 100%;
	overflow: hidden;
}

.product-list ul {
	width: 100%;
	overflow: hidden;
}

.product-list ul li {
	width: 100%;
	margin-bottom: 60px;
}

.product-cotent {
	width: 100%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #dadada;
	overflow: hidden;
}

.product-cotent dt {
	width: 43%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-cotent dt img {
	width: 100%;
}

.product-cotent dd {
	width: 43.75%;
	margin-left: 4%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 25px 0;
}

.product-cotent dd h3 {
	font-size: 24px;
	padding: 15px 0;
	font-weight: bold;
	position: relative;
	color: #000000;
	border-bottom: 1px solid #dcdcdc;

}

.product-cotent dd i {
	font-style: normal;
	color: #df1a1f;
	display: inline-block;
	margin-right: 12px;

}

.product-cotent dd h4 {
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	padding: 20px 0;
}

.product-cotent dd span {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.product-cotent .box {
	margin-top: 15px;
}

.product-cotent dd p {
	font-size: 17px;
	line-height: 28px;
	color: #000;
	padding-left: 18px;
	position: relative;
	margin-bottom: 4px;
}

.product-cotent dd p::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #555555;
	position: absolute;
	left: 0;
	top: 10px;
}

.product-link {
	width: 100%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.product-link a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 10px;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	border-right: 1px solid #dcdcdc;
}

.product-link a i {
	display: block;
	margin-right: 10px;
}

.product-link a i img {
	transition: 0.3s;
}

.product-link a:last-child {
	border: 0;
}

.product-link a:hover {
	background-image: url(../icon16.jpg);
	background-size: cover;
	color: #fff;
}

.product-link a:hover img {
	filter: brightness(100);
}

.modCpQuery-link a {
	width: 50%;
}

.product-detail a {
	width: 100%;
}

.product-warp {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.product-intro {
	padding: 55px 40px;
	background: #fff;
	font-size: 18px;
	line-height: 30px;
}

.product-intro img {
	max-width: 100%;
	margin: 10px auto;
}


/*video-case-list*/
.video-case-list {
	width: 100%;
	overflow: hidden;
}

.video-case-list ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.video-case-list ul li {
	width: 23%;
	margin: 20px 1%;
}

.video-case-list ul li a {
	display: block;
}

.video-case-list ul li img.video-img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.video-case-list ul li .box {
	position: relative;
}


.video-icon {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	z-index: 10;

}

.video-icon i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #fff;
}

.video-icon i img {
	width: 85%;
}

.video-case-list ul li h3 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	padding: 30px 10px;
	background: #fff;
	text-align: center;
}

.video-case-list ul li a:hover h3 {
	background-image: url(../icon12.png);
	background-size: cover;
	color: #fff;
}

.video-case-list ul li a:hover img.video-img {
	transform: scale(1.2, 1.2);
}

/*down-list*/
.down-list {
	width: 100%;
	overflow: hidden;
}

.down-list ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.down-list ul li {
	width: 23%;
	margin: 20px 1%;
	background: #fff;
	border-top: 10px solid #df1b1f;
	overflow: hidden;
	border-radius: 7px;
}




.down-list ul li img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}


.down-list ul li h3 {
	width: 90%;
	margin: 0 auto;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
}

.down-list ul li h3 a:hover {
	color: #df1a1f;
}

.down-list ul li a:hover img {
	transform: scale(1.2, 1.2);
}

.down-pdf {
	background-image: url(../icon12.png);
	background-size: cover;
	width: 80%;
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	padding: 15px 8px;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
}

.down-pdf i {
	margin-right: 15px;
	width: 28px;
}


.video-content {
	width: 60%;
	margin: 10px auto;
}

.video-content h3 {
	font-size: 45px;
	text-align: center;
	margin-bottom: 50px;
}

.video-content img {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.main-box .inner-login {
	width: 100%;
	overflow: hidden;
	padding: 105px 0;
}


.inner-login h3 {
	text-align: center;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.8);
}


.form-box {
	width: 92%;
	margin: 0 auto;
}

.form-member-box {
	max-width: 710px;
}


.form-box ul li {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.form-box ul li.w100 {
	width: 100%;
	overflow: hidden;
}

.form-box ul li.w45 {
	width: 45%;
	float: left;
	margin: 0 2.5% 40px 2.5%;
}



.form-box ul li span {
	display: block;
	width: 20%;
	color: #000;
	font-size: 22px;
	line-height: 55px;
}

.form-box ul li input {
	line-height: 55px;
	width: 80%;
	font-size: 19px;
	padding: 0 25px;
	color: #666666;
	font-weight: 300;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 0;
}

.form-box ul li input.inp {
	width: 50%;

}

.form-box ul li button.sendVerifyCode {
	width: 25%;
	line-height: 55px;
	font-size: 19px;
	padding: 0 25px;
	color: #fff;
	font-weight: 300;
	background: #ca1e3c;
	border: 1px solid #dddddd;
	border-radius: 0;
	margin-left: 5%;
}



.form-box input::placeholder {
	color: #666666;
}


.form-box .button {
	width: 28%;
	font-size: 18px;
	background-image: url(../icon12.png);
	background-size: 100% 100%;
	text-align: center;
	line-height: 55px;
	color: #ffffff;
	border: 0;
	border-radius: 0;
}

.form-box ul li a {
	display: block;
	width: 21%;
	text-align: center;
	color: #666666;
	font-size: 18px;
	line-height: 55px;
}

.form-box .Submit {
	width: 30%;
	margin: 50px 35%;
	font-size: 18px;
	background-image: url(../icon12.png);
	background-size: 100% 100%;
	text-align: center;
	line-height: 55px;
	color: #ffffff;
	border: 0;
	border-radius: 0;
}

.form-box ul li a:hover {
	color: #df1a1f;
}


.member-centre-information,
.member-centre-mm {
	padding: 60px 0;
}

.member-centre-information {
	overflow: hidden;
	border-bottom: 1px solid rgba(202, 202, 202, 1);
}

.member-centre-information h2,
.member-centre-mm h2 {
	font-size: 32px;
	color: #000;
	margin-bottom: 45px;
}

.member-centre-information a {
	display: block;
	color: #fff;
	float: left;
	font-size: 16px;
	line-height: 30px;
	background: #192d5b;
	border-radius: 25px;
	padding: 0 35px;
	margin-top: 40px;
}

.member-centre-information ul {
	width: 100%;
	overflow: hidden;
}

.member-centre-information ul li {
	width: 26%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-right: 5%;
	margin-bottom: 20px;
}

.member-centre-information ul li span {
	color: rgba(0, 0, 0, 0.8);
}

.member-centre-information ul li p {
	color: rgba(0, 0, 0, 1);
}

.form-box input.yzm {
	width: 100%;
	max-width: 161px;
	color: #192d5b;
	text-align: center;
	border: 1px solid #192d5b;
}

.form-box .reset {
	width: 100%;
	background-color: #fff;
	text-align: center;
	color: #192d5b;
	border: 1px solid #fff;
}


.member-form-box {
	width: 92%;
	max-width: 705px;
	background: #fff;

}

.member-form-box ul li {
	overflow: hidden;
	margin-bottom: 20px;
}

.member-form-box ul li.w100 {
	width: 100%;
	overflow: hidden;
}

.member-form-box ul li.w45 {
	width: 48%;
	margin: 0 1%;
	float: left;
}

.member-form-box ul li.m-left10 {
	margin-left: 4%;
}

.member-form-box ul li.m-right55 {
	margin-right: 55%;
}

.member-form-box ul li.p-top40 {
	padding-top: 40px;
}

.member-form-box ul li span {
	display: block;
	float: left;
	width: 26%;
	color: #000;
	font-size: 14px;
	line-height: 28px;
}

.member-form-box input {
	width: 70%;
	float: left;
	line-height: 28px;
	font-size: 16px;
	padding: 0 10px;
	color: #555;
	font-weight: 300;
	background: #ffffff;
	border: 1px solid #666666;
	border-radius: 14px;
}

.member-form-box input.yzm {
	width: 100%;
	max-width: 137px;
	color: #192d5b;
	text-align: center;
	border: 1px solid #192d5b;

}

.member-form-box .button {
	width: 100%;
	max-width: 138px;
	background-color: #192d5b;
	color: #ffffff;
	border: 1px solid #666666;
}



.mes-form {

	background: rgba(25, 45, 91, 0.05);
	padding: 100px 0 60px 0;
}

.mes-form ul {
	width: 100%;
}

.mes-form ul li {
	overflow: hidden;
	margin-bottom: 45px;
}

.mes-form ul li.w100 {
	width: 100%;
	overflow: hidden;
}

.mes-form ul li i {
	display: none;
}

.mes-form ul li.w30 {
	width: 30%;
	float: left;
}

.mes-form ul li:nth-child(2) {
	margin: 0 5%;
}


.mes-form textarea {
	width: 100%;
	height: 197px;
	padding: 5px;
	font-size: 20px;
	background: #ffffff;
	border: 1px solid #ffffff;
}

.mes-form input {
	line-height: 47px;
	width: 100%;
	font-size: 20px;
	padding: 0 10px;
	color: #555;
	font-weight: 300;
	background: #ffffff;
	border: 1px solid #ffffff;

}

.mes-form .button,
.noticlink {
	width: 36%;
	display: block;
	margin: 0 32%;
	background-color: #192d5b;
	color: #ffffff;
	border: 1px solid #666666;
	border-radius: 23.53px;
}

.mes-form input::placeholder {
	color: rgba(0, 0, 0, 0.2);
}


.mes-form textarea::placeholder {
	color: rgba(0, 0, 0, 0.2);
}

.mes-form ul li.cg {
	line-height: 47px;
	width: 100%;
	font-size: 20px;
	padding: 0 10px;
	color: #555;
	text-align: center;
	font-weight: 400;
	margin: 20px 0 !important;
}



/*content-page */

.content-page {
	padding: 5px 0;
	font-size: 20px;
	line-height: 35px;
	color: #333333;
}

.content-page img {
	max-width: 100%;
}

.content-page em {
	display: block;
	width: 41px;
	height: 6px;
	background: #de3842;
}

.content-page h3 {
	font-weight: bold;
	font-size: 30px;
	margin: 15px 0;
}

/*about-page*/
.about-page h1 {
	font-weight: bold;
	font-size: 38px;
	margin-top: 25px;
	line-height: normal;
}

.about-page img {
	margin: 50px 0;
}

.about-page {
	width: 100%;
}

.about-page-ul ul {
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}

.about-page-ul ul li {
	width: 100%;
	padding: 25px 0;
	font-size: 24px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #dddddd;
}

.about-page-ul ul li span {
	width: 27.5%;
	font-weight: bold;
}

.about-page-ul ul li i {
	width: 72.5%;
	font-style: normal;
}

/*history-page*/
.history-page table td {
	padding: 18px 17px;
	font-size: 18px;
	color: #333333;
}


.history-page table {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-collapse: collapse;
}

.history-page table td {
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.history-page table td.icon12 {
	background-image: url(../icon12.png);
	background-size: cover;
	color: #fff;
	text-align: center;
}

/*information-page*/
.information-page-ul ul {
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}

.information-page-ul ul li {
	width: 100%;
	padding: 35px 0;
	overflow: hidden;
}



/*faq-page*/

.faq-page-ul {

	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;

}

.faq-page-ul ul {
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 6px;
	padding: 35px 35px;
	border: 1px solid #eeeeee;
}

.faq-page-ul ul li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.faq-page-ul ul li h4 {
	font-size: 24px;
	margin-bottom: 15px;
	color: #000;
	padding-left: 65px;
	position: relative;
	font-weight: bold;
}

.faq-page-ul ul li h4::before {
	content: "";
	display: block;
	width: 42px;
	height: 28px;
	background-image: url(../icon25.png);
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 8px;
}

.faq-page-ul ul li .box {
	padding-left: 65px;
	position: relative;
	color: #444;
}

.faq-page-ul ul li .box::before {
	content: "";
	display: block;
	width: 43px;
	height: 24px;
	background-image: url(../icon26.png);
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 8px;
}

/*faq-page*/
.palce-page-ul ul {
	width: 100%;
	margin-bottom: 50px;
}

.palce-page-ul ul li {
	width: 100%;
	padding: 25px 0;
}

.palce-page-dl {
	width: 100%;
	padding: 12px 15px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 10px #eee;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

.palce-page-dl dt {
	width: 22%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.palce-page-dl dt img {
	max-width: none;
}

.palce-page-dl dd {
	width: 70%;
	margin-left: 3%;
	padding: 10px 5px;
}

.palce-txt {
	position: relative;
	font-size: 17px;
	line-height: 25px;
	overflow: hidden;
	color: #878787;
	padding: 13px 0 13px 125px;
	border-bottom: 1px solid #ddd;
}

.palce-txt i {
	position: absolute;
	left: 0;
	width: 100px;
	font-style: normal;
	top: 10px;
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	border-radius: 6px;
	overflow: hidden;
	text-align: center;
	background: #df1a1f;
}

/*hwjyb-page*/
.hwjyb-page img {
	margin: 50px 0;
}

.hwjyb-page {
	width: 100%;
}

.hwjyb-page-ul ul {
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}

.hwjyb-page-ul ul li {
	width: 100%;
	padding: 25px 0;
	font-size: 24px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #dddddd;
}

.hwjyb-page-ul ul li span {
	width: 27.5%;
	font-weight: bold;
}

.hwjyb-page-ul ul li i {
	width: 72.5%;
	font-style: normal;
}

.search-content {
	padding: 30px 0;
}

.search-content table {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.search-content table td {
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	padding: 15px 10px;
	font-size: 17px;
	color: #000;
	text-align: center;
}

.product-options {
	text-align: left;
}

.search-content table td img {
	max-width: 40px;
	margin: 10px auto;
}

.search-content table td a {
	color: #da1905;

}

.search-content table td a:hover {
	font-weight: bold;
}

.btn {
	color: #da1905;
	cursor: pointer;
}

#allmap {
	width: 100%;
	height: 60vh;
	border: 0;

}

.BMap_bubble_title {
	font-size: 15px;
	font-weight: bold;
}



.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0 70px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin: 0 5px;
	padding: 0 10px;
	color: #666666;
	line-height: 38px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.qt-pagination .pages,
.qt-pagination a:hover {
	background: #df1b1f;
	color: #fff;
	border: 1px solid #df1b1f;
}



.contact-txt {
	width: 100%;
	background: #ffffff;
	color: #fff;
	padding: 80px 55px;
	overflow: hidden;
	box-shadow: 0 0 10px #eee;
}

.contact-txt em {
	display: block;
	width: 40px;
	height: 6px;
	background: #df1a1f;
}

.contact-txt h2 {
	font-size: 32px;
	color: #000;
	font-weight: bold;
	margin: 20px 0 40px 0;
}

.contact-txt p {
	font-size: 24px;
	color: #333;
}



.contact-dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
}


.contact-dl dl {
	width: 31%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-right: 3.5%;
	background: #fff;
	box-shadow: 0 0 10px #eee;
	overflow: hidden;
	position: relative;
}

.contact-dl dl:nth-child(3n) {
	margin-right: 0;
}

.contact-dl dl::before {
	content: "";
	display: block;
	width: 5px;
	height: 100%;
	background-image: url(../icon22.jpg);
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.contact-dl dl dt {
	width: 33%;
	margin: 0 8%;
	text-align: center;
	padding: 20px 0;

}

.contact-dl dl dt img {
	width: 100%;
	margin: 20px auto 10px auto;
}

.contact-dl dl dt h4 {
	font-size: 16px;
	color: #333;

}

.contact-dl dl dd {
	width: 50%;
}

.contact-dl dl dd h3 {
	font-size: 24px;
	margin: 50px 0 6% 0;
	color: #000;
	font-weight: bold;
}

.contact-dl dl dd p {
	font-size: 20px;
	color: #333;
}


.page-title {
	font-size: 30px;
	font-weight: bold;
	z-index: 10;
	color: #000;
	position: relative;
	margin-bottom: 40px;
	padding-left: 40px;
}

.page-title::before {
	content: "";
	display: block;
	width: 12px;
	height: 100%;
	border-radius: 20px;
	background: #df1a1f;
	position: absolute;
	left: 3px;
	top: 0;
}

.form-form {
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}


.form-form ul {
	width: 100%;
	overflow: hidden;
}

.form-form ul li {
	width: 32%;
	overflow: hidden;
	float: left;
	margin: 15px 0;
	position: relative;
}

.form-form ul li.w100 {
	width: 100%;
}

.form-form ul li.m50 {
	margin: 15px 2%;
}

.form-form ul li span {
	line-height: 50px;
	font-size: 20px;
	padding: 0 5px;
	color: #000;
	display: block;
}


.form-form ul li input {
	line-height: 50px;
	width: 100%;
	font-size: 17px;
	padding: 0 10px;
	color: #000;
	font-weight: 300;
	background: #fff;
	border: 1px solid #e9e9e9;
	position: relative;
}


.form-form ul li textarea {
	width: 100%;
	height: 197px;
	padding: 0 10px;
	line-height: 50px;
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #e9e9e9;
	position: relative;
}

.form-form ul li input::placeholder {
	color: #c5c5c5;
}

.form-form ul li textarea::placeholder {
	color: #c5c5c5;
}

.form-form ul li .button {
	width: 30%;
	margin: 0 35%;
	display: block;
	color: #ffffff;
	border: 0;
	line-height: 78px;
	font-size: 20px;
	border-radius: 0;
	background-image: url(../icon12.png);
	background-size: cover;
}


.form-form input::placeholder {
	color: #000;
}



.foot-box {
	width: 100%;
	background: #df1a1f;
	color: #fff;
	padding: 60px 0;
	overflow: hidden;
}

.foot-logo {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.foot-logo span {
	font-size: 26px;
	color: #fff;
	margin-left: 20px;
}

.foot-menu {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.foot-box h3 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.foot-menu .foot_contlis {
	float: left;
}

.foot_contlis .menu-ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}


.foot-menu ul li {
	font-size: 16px;
	margin: 6px 0;
}


.foot-menu ul li a {
	color: #fff;
}

.foot-menu ul li a:hover {
	opacity: 0.7;
}

.foot-menu .w1 {
	width: 14%;
}

.foot-menu .w2 {
	width: 25%;
	margin-right: 3%;
}

.foot-menu .w1 ul li {
	width: 100%;
}

.foot-menu .w2 ul li {
	width: 48%;
}


.foot-copyright {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
	line-height: 25px;
	background: #df1a1f;
	color: #fff;
	font-size: 16px;
	text-align: center;
}


.foot-copyright a {
	color: #fff;
}

.foot-copyright a:hover {
	opacity: 0.7;
}


.cd-top {
	height: 34px;
	width: 34px;
	position: fixed;
	bottom: 4%;
	right: 10px;
	overflow: hidden;
	background: #df1a1f;
	transition: all 0.3s;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	border: 2px solid #fff;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: 1;
}

.no-touch .cd-top:hover {
	background-color: #b72d38;
	opacity: 1;
}



@media (max-width:1500px) {

	.swiper-slide h1,
	.banner h2 {
		font-size: 50px;
	}

	.swiper-slide h4,
	.banner p {
		font-size: 28px;
	}

	.index-title h2 {
		font-size: 35px;
	}

	.title-icon h3 {
		font-size: 20px;
	}

	.company-dl dl dd h3 {
		font-size: 18px;
	}

	.company-txt {
		font-size: 16px;
	}

	.contacttxt {
		font-size: 19px;
	}

	.index-icon a p {
		font-size: 20px;
	}

	.foot-logo span {
		font-size: 24px;
	}


	.main-box .main-left h1 {
		font-size: 30px;
	}

	.product-form-title,
	.product-cotent dd h3,
	.about-page-ul ul li {
		font-size: 22px;
	}

	.nav-span-em span,
	.down-title,
	.contact-txt h2 {
		font-size: 28px;
	}

	.product-cotent dd h4,
	.contact-dl dl dd p,
	.form-form ul li span,
	.product-form-button input.button {
		font-size: 18px;
	}

	.product-cotent dd p,
	.down-pdf,
	.form-form ul li input {
		font-size: 16px;
	}

	.product-link a,
	.main-nav {
		font-size: 17px;
	}

	.down-list ul li h3 {
		font-size: 20px;
	}

	.down-pdf i {
		width: 24px;
	}

	.video-case-list ul li h3,
	.contact-dl dl dd h3,
	.contact-txt p {
		font-size: 21px;
	}

	.video-content h3 {
		font-size: 40px;
	}

	.about-page h1 {
		font-size: 35px;
	}

	.page-title {
		font-size: 26px;
	}

	.product-ul li i {
		width: 38px;
	}

	.search-content table td {
		padding: 10px 6px;
		font-size: 16px;
	}

	.search-content table td img {
		max-width: 35px;
		margin: 5px auto;
	}
}

@media (max-width:1350px) {
	.product-form {
		padding: 15px 20px;
		margin-bottom: 20px;
	}

	.product-form-input input.noEnter,
	.product-form-select select {
		line-height: 40px;
		font-size: 18px;
	}

	.main-box .main-left .main-class li {
		padding: 0 18px;
	}

	.product-link a {
		padding: 25px 10px;
	}

	.big-class a {
		padding: 15px 6px 15px 40px;
	}

	.big-class a::before {
		left: 12px;
	}

	.small-class a {
		padding: 15px 6px 15px 50px;
	}

	.small-class a::before {
		left: 34px;
		top: 28px;

	}
}

@media (max-width:1200px) {

	.swiper-slide h1,
	.banner h2 {
		font-size: 40px;
	}

	.swiper-slide h4,
	.banner p {
		font-size: 22px;
	}

	.banner-img {
		padding-top: 50%;
	}

	.inner-banner-img {
		padding-top: 42%;
	}

	.down-list ul li,
	.video-case-list ul li {
		width: 31.333%;
	}

	.about-page h1 {
		font-size: 30px;
	}

	.product-form-title,
	.product-cotent dd h3,
	.about-page-ul ul li {
		font-size: 20px;
	}

	.contact-more a {
		padding: 8px 10px;
	}

	.index-icon a {
		height: 194px;
	}

	.header-content {
		width: 510px;
	}
}

@media (max-width:856px) {
	.header-content {
		width: 320px;
	}

	a.contact-link {
		display: none;
	}

	.lang-content {
		width: 34%;
	}

	.header .search {
		width: 61%;
		margin: 0 0 0 5%;
	}
}

@media (max-width:768px) {

	.product-ul li {
		width: 31.3333%;
	}

	.company-dl dl {
		width: 100%;
	}

	.index-icon a {
		width: 23%;
	}
}

@media (max-width:658px) {

	.header {
		z-index: 9999;
		background: #fff;
		height: 70px;
	}

	.m_menu {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 70px;
		background: #df1a1f;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul.menuul {
		width: 100%;
		float: none;
		display: block;
	}

	.header .menu ul {
		display: block;
		width: 100%;
		overflow: hidden;
		float: none;
	}

	.header .menu ul li {
		width: 100%;
		text-align: left;
		padding: 0;
		position: relative;
		border-bottom: 1px solid #fa474b;
	}

	.header .menu ul li a {
		padding: 0;
		display: inline-block;
		line-height: 55px;
		margin-left: 10px;
	}

	.fixnav .menu ul li.on a.a1,
	.header .menu ul li.on a.a1,
	.header .menu ul li a.a1,
	.header .menu ul li a:hover {
		color: #fff;
	}

	.header .menu ul li:nth-child(2),
	.header .menu ul li:nth-child(3),
	.header .menu ul li:nth-child(6) {
		padding: 0;
	}

	.header .menu ul li:nth-child(2):after,
	.header .menu ul li:nth-child(3):after,
	.header .menu ul li:nth-child(6):after {
		right: 11px;
		top: 24px;
		margin-top: 0;
		background-image: url(../menu-span-w.png);
	}

	.header .menu li .drop ul {
		width: 90%;
		margin: 0 5%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.header .menu ul li a.a1::before {
		display: none;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .logo {
		height: 70px;
	}

	.header .logo a {
		width: 153px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 40px;
	}

	.header-content {
		display: none;
	}

	.swiper-slide h1,
	.banner h2 {
		font-size: 30px;
		letter-spacing: 2px;
	}

	.swiper-slide h4,
	.banner p {
		letter-spacing: 2px;
		font-size: 18px;
	}

	.banner-img {
		padding-top: 70%;
	}

	.inner-banner-img {
		padding-top: 55%;
	}

	.bg {
		height: 4px;
	}


	.product-ul li {
		width: 48%;
		border-radius: 7px;
		box-shadow: 0 0 5px #eee
	}

	.index-icon {
		padding: 37px 0;
	}

	.index-icon a {
		width: 48%;
		height: 160px;
		margin: 10px 0;
	}

	.main-box .main-left {
		width: 100%;
	}

	.main-box .main-right {
		width: 100%;
		margin-top: 25px;
	}


	.foot-menu .foot_contlis {
		width: 100%;
		max-width: 100%;
	}

	.foot_contlis em {
		display: none;
	}

	.foot-menu .foot_contlis ul,
	.foot-menu .w2 .menu-ul {
		display: none;
		background: #fff;
		padding: 10px;
	}

	.foot-menu .w2 li {
		width: 100%;
	}

	.foot-menu .w2 {
		margin: 0;
	}

	.foot-menu h3 {
		line-height: 50px;
		margin: 0;
		font-weight: normal;
		font-size: 18px;
		border-bottom: 1px solid #fa474b;
		position: relative;
	}

	.fold h3::after {
		background: url(../sanjiao.png) !important;
	}

	.foot_contlis h3::after {
		content: '';
		display: block;
		width: 12px;
		height: 11px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -4px;
		background: url(../sanjiao-h.png);
	}

	.foot-menu ul li a {
		color: #000;
	}

	.index-title h2 {
		font-size: 26px;
	}

	.product-ul li i {
		width: 25px;
	}

	.title-icon h3 {
		font-size: 17px;
	}

	.title-icon {
		margin: 6px auto 22px auto;
	}

	.title-icon .icon {
		width: 20px;
		height: 20px;
	}

	.company-dl dl {
		margin: 10px 0;
		padding: 5px 5px;
		border-radius: 6px;
		box-shadow: 0 0 5px #eee;
	}

	.company-dl dl dt {
		width: 40%;
	}

	.company-dl dl dd {
		width: 57%;
		margin-left: 3%;
	}

	.company-dl dl dd h3 {
		font-size: 17px;
		margin-bottom: 13px;
		padding-bottom: 10px;
	}

	.company-txt {
		padding: 0;
		line-height: 24px;
	}

	.company-txt i {
		position: static;
	}

	.company-txt p {
		margin-top: 5px;
	}

	.contacttxt {
		font-size: 17px;
	}

	.contact-more a {
		padding: 5px 10px;
		max-width: 167px;
		font-size: 17px;
	}

	.contact-more a i {
		margin-right: 10px;
	}

	.index-icon a p {
		font-size: 18px;
	}

	.index-icon a .iconimg {
		width: 30%;
	}

	.foot-box {
		padding: 30px 0;
	}

	.foot-logo {
		display: block;
		margin-bottom: 25px;
	}

	.foot-logo img {
		width: 50%;
	}

	.foot-logo span {
		display: block;
		font-size: 16px;
		margin-left: 0;
		margin-top: 10px;
	}

	.foot-copyright {
		font-size: 15px;
	}

	.main-nav {
		font-size: 14px;
		padding: 20px 0 25px 0;
	}

	.main-box .main-left h1 {
		font-size: 24px;
		padding: 15px 5px;
		margin-bottom: 20px;
	}

	.product-form-title img {
		margin-right: 10px;
	}

	.product-form-title {
		margin: 10px 0;
		font-size: 16px;
	}

	.product-form {
		padding: 8px 10px;
	}

	.main-box .main-left .main-class {
		display: none;
	}

	.nav-span-em {
		padding-bottom: 15px;
		margin-bottom: 15px;
		line-height: 30px;
	}

	.nav-span-em span {
		padding-left: 20px;
	}

	.nav-span-em span::before {
		width: 6px;
	}

	.nav-span-em span,
	.down-title,
	.contact-txt h2 {
		font-size: 22px;
	}

	.product-cotent dt {
		width: 100%;
	}

	.product-cotent dt img {
		width: 100%;
		margin: auto;
	}

	.product-cotent dd {
		width: 100%;
		margin: 0;
		padding: 15px 15px;
	}

	.product-form-title,
	.product-cotent dd h3 {
		font-size: 18px;
	}

	.product-cotent dd h4,
	.contact-dl dl dd p,
	.form-form ul li span,
	.product-form-button input.button {
		font-size: 16px;
	}

	.product-cotent dd h4 {
		padding: 10px 0;
	}

	.product-cotent dd p,
	.down-pdf,
	.form-form ul li input {
		font-size: 15px;
	}

	.product-cotent dd p {
		line-height: 22px;
		padding-left: 12px;
	}

	.product-cotent dd p::before {
		width: 6px;
		height: 6px;
		left: 0;
		top: 7px;
	}

	.product-link a {
		font-size: 16px;
		padding: 15px 10px;
	}

	.product-intro {
		padding: 15px 10px;
		background: #fff;
		font-size: 16px;
		line-height: 25px;
	}

	.qt-pagination a {
		margin: 4px 3px;
		padding: 0 8px;
		line-height: 29px;
		font-size: 12px;
	}

	.search-content table td img {
		max-width: 25px;
		margin: 2px auto;
	}

	.video-case-list ul li {
		width: 98%;
	}

	.video-content {
		width: 90%;
		margin: 10px auto;
	}

	.video-content h3 {
		font-size: 30px;
		margin-bottom: 24px;
	}

	.down-title {
		padding: 10px 10px 10px 45px;
		margin-bottom: 20px;
	}

	.down-title::before {
		width: 13px;
		height: 13px;
		left: 19px;
		margin-top: -5px;
	}

	.down-list ul li {
		width: 48%;
		border-top: 5px solid #df1b1f;
	}

	.down-list ul li h3 {
		font-size: 18px;
	}

	.down-pdf i {
		width: 20px;
	}

	.form-box ul li span {
		width: 100%;
	}

	.form-box ul li input {
		width: 100%;
		font-size: 16px;
		line-height: 50px;
		padding: 0 8px;
	}

	.form-box ul li {
		margin-bottom: 10px;
	}

	.main-box .inner-login {
		padding: 65px 0;
	}

	.form-box ul li span {
		font-size: 18px;
		line-height: 35px;
	}

	.form-box ul li.w45 {
		width: 100%;
		float: none;
		margin: 5px 0;
	}

	.form-box ul li input.inp {
		width: 50%;
	}

	.form-box ul li button.sendVerifyCode {
		font-size: 15px;
		width: 47%;
		padding: 0 3px;
		margin-left: 3%;
	}

	.form-box .button,
	.form-box ul li a {
		line-height: 50px;
		width: 33%;
	}

	.form-box .Submit {
		width: 60%;
		margin: 20px 20%;
	}

	.about-page h1 {
		font-size: 24px;
	}

	.about-page-ul ul li {
		padding: 9px 0;
		font-size: 16px;
	}

	.content-page h3 {
		font-size: 20px;
	}

	.page-title {
		font-size: 22px;
		padding-left: 20px;
	}

	.history-page table td {
		font-size: 16px;
		padding: 5px 5px;
	}

	.page-title::before {
		width: 6px;
	}

	.contact-txt p {
		font-size: 16px;
	}

	.palce-page-dl dt,
	.palce-page-dl dd {
		width: 100%;
	}

	.palce-page-dl dt img {
		width: 100%;
	}

	.palce-page-dl dd {
		margin: 0;
	}

	.about-page-ul ul li span,
	.about-page-ul ul li i {
		width: 100%;
	}

	.content-page {
		font-size: 15px;
		line-height: 28px;
	}

	.information-page-ul ul li {
		padding: 15px 0;
	}

	.content-page em {
		width: 21px;
		height: 3px;
	}

	.contact-txt h2 {
		margin: 10px 0 20px 0;
	}

	.contact-txt {
		padding: 20px 25px;
	}

	.contact-dl dl {
		width: 48%;
		margin: 0 1%;
		padding: 10px 10px;
	}

	.contact-dl dl dt,
	.contact-dl dl dd {
		width: 100%;
		text-align: center;
	}

	.contact-dl dl dt {
		padding: 8px;
	}

	.contact-dl dl::before {
		display: none;
	}

	.contact-dl dl dt img {
		width: 100%;
		margin: 6px auto;
	}


	.contact-dl dl dd h3 {
		font-size: 18px;
		margin: 10px 0;
	}

	.form-form ul li.m50 {
		margin: 8px 0;
	}

	.form-form ul li span {
		line-height: 30px;
	}

	.form-form ul li {
		width: 100%;
		margin: 8px 0;
	}

	.form-form ul li .button {
		width: 60%;
		margin: 20px 20%;
		line-height: 45px;

	}

	.nav-span-em em {
		font-size: 18px;
	}

	.banner-pagination,
	.banner-scrollbar {
		display: none;
	}

	.index-product,
	.index-company {
		padding: 40px 0;
	}

	.main-box .main-left h1 {
		display: none;
	}

	.down-pdf {
		width: 90%;
		margin: 10px auto;
		padding: 10px 8px;
	}

	.class-menu h3 {
		display: block;
	}

	.big-class a {
		padding: 8px 6px 8px 40px;
	}

	.main-box .main-left .main-class li a {
		font-size: 16px;
	}

	.faq-page-ul ul {
		padding: 15px 15px;
	}

	.faq-page-ul ul li h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.faq-page-ul ul li {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.faq-page-ul {
		margin-bottom: 25px;
	}


	.faq-page-ul ul li h4::before {
		width: 24px;
		height: 16px;
		background-image: url(../icon25.png);
		top: 8px;
	}

	.faq-page-ul ul li .box,
	.faq-page-ul ul li h4 {
		padding-left: 35px;
	}

	.faq-page-ul ul li .box::before {
		width: 24px;
		height: 13px;
		background-image: url(../icon26.png);
		top: 8px;
	}

}