body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
textarea,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

body {
	background-color: #f8f8f8;
	margin: 0;
	font-family:Arial,'微软雅黑';
	padding-top: 100px;
	min-width: 1280px;
}

@font-face {
	font-family: zaofang;
	/*这里是说明调用来的字体名字*/
	src: url(../font/SourceHanSansCN-Regular.otf);
	/*这里是字体文件路径*/
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

a {
	-webkit-tap-highlight-color: transparent;
}

textarea {
	resize: none;
	font-family: 'Source Han Sans CN';
	font-weight: normal;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

header {
	width: 100%;
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
	z-index: 9;
	-moz-box-shadow: 0px 0px 8px #C4C4C4;
	-webkit-box-shadow: 0px 0px 8px #C4C4C4;
	box-shadow: 0px 0px 8px #C4C4C4;
}

.headermain {
	width: 1200px;
	margin: auto;
}

.logo {
	height: 36px;
	float: left;
	margin-top: 32px;
}

.header2 {
	float: right;
	background-color: #eeeeee;
	text-align: center;
	font-size: 14px;
	color: #222222;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 37.5px;
}

.header2 a {
	display: block;
	width: 40px;
	line-height: 25px;
	float: left;
	color: #666;
}

.header2 .header2xz {
	background-color: #DB1A08;
	color: #FFFFFF;
}

.header1 {
	width: 55%;
	display: flex;
	float: right;
	margin-right: 5%;
}

.header1main {
	flex: 1;
}

.header1main1 {
	width: 100%;
	position: relative;
	transition: all 0.3s ease;
}

.header1main1 a {
	display: block;
    line-height: 100px;
    font-size: 15px;
    color: #000000;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 110px;
    padding: 0 10px;
}
.header1main1:hover:after{
	content: '';
	width: 100%;
	height: 100%;
	background-color: #db1a08;
	position: absolute;
	left: 0;
	top: 0;
	transform: skewX(-15deg);
}

#header1mainxz .header1main1 {
	position: relative;
}

#header1mainxz .header1main1:after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #db1a08;
	position: absolute;
	left: 0;
	top: 0;
	transform: skewX(-15deg);
}

#header1mainxz .header1main1 a {
	color: #FFFFFF;
}

.header1main1 a:hover {
	color: #ffffff !important;
}

#header1mainxz .header1main1 a:hover {
	color: #ffffff;
}

.header1main2 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100px;
	background-color: rgba(255, 255, 255, 0.7);
	overflow: hidden;
	max-height: 0px;
	transition: all 0.5s ease;
}

.header1main2 div {
	width: 1200px;
	padding: 50px 0;
	margin: auto;
}

.header1main2 div a {
	width: 15%;
	float: left;
	display: block;
	margin-right: 2%;
}

.header1main2 div a:nth-child(6) {
	margin-right: 0;
}

.header1main2 div a p {
	font-size: 15px;
	color: #222222;
	border-bottom: 1px solid #5d5b5b;
	padding-bottom: 12px;
	margin-bottom: 22px;
	transition: all 0.3s ease;
}

.header1main2 div a img {
	width: 100%;
}

.header1main:hover>.header1main2 {
	max-height: 500px;
}

.header1main2 div a:hover>p {
	color: #DB1A08;
	border-bottom: 1px solid #DB1A08;
}

section {
	box-sizing: border-box;
}

.index01 {
	width: 100%;
	padding: 35px 0;
}

.index01main {
	width: 1200px;
	margin: auto;
}

.index01tit {
	text-align: center;
	font-size: 25px;
	color: #222222;
	line-height: 30px;
	position: relative;
	margin-bottom: 40px;
}

.index01tit:after {
	width: 150px;
	content: '';
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
	background-color: #e5e5e5;
}

.index01tit:before {
	width: 50px;
	content: '';
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
	background-color: #ff0000;
	z-index: 1;
}

.index01mainnr1 {
	width: 100%;
	background-color: #FFFFFF;
	float: left;
	border-bottom: 1px solid #efefef;
}

.index01mainnr1:nth-last-child(2) {
	border-bottom: 0px;
}

.index01left {
	width: 60%;
    float: left;
    padding: 25px 10px
}

.index01right {
	width: 40%;
	float: right;
}

.index01left1 {
	position: relative;
	padding-left: 70px;
	margin-bottom: 20px;
}

.index01left1 i {
	font-size: 50px;
	color: #dc2c1e;
	position: absolute;
	left: 0;
	top: 5px;
	line-height: 50px;
}

.index01left1 h4 {
	font-size: 26px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 5px;
}

.index01left1 p {
	font-size: 26px;
	color: #222222;
	line-height: 55px;
}

.index01left2 {
	position: relative;
	padding-right: 35px;
}

.index01left2 a {
	width: 33.33%;
	display: block;
	float: left;
	padding-right: 15px;
}

.index01left2 a:hover>p {
	color: #dc2c1e;
}

.index01left2 a img {
	display: block;
	width: 100%;
	height: 120px;
	border: 1px solid #dddddd;
}

.index01left2 a p {
	font-size: 13px;
	line-height: 20px;
	margin-top: 5px;
	color: #666;
	text-align: center;
	transition: all 0.3s ease;
}

.index01left2 .index01left2gd {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 3%;
	background: #f0f0f0;
	width: 30px;
	text-align: center;
	line-height: 92px;
	height: 92px;
	text-align: center;
	padding-right: 0;
	color: #b2b2b2;
	transition: all 0.3s ease;
}

.index01left2 .index01left2gd i {
	font-size: 22px;
	line-height: 92px;
}

.index01left2 .index01left2gd:hover {
	background-color: #dc2c1e;
	color: #FFFFFF;
}

.index01mainnr1:nth-child(2n) .index01right {
	float: left;
}
.index01mainnr1:nth-child(2n) .index01left{
	float: right;
}

.index02 {
	width: 100%;
	padding: 35px 0;
	background-color: #FFFFFF;
}

.index02main {
	width: 1200px;
	margin: auto;
}

.index02left {
	width: 40%;
	float: left;
	position: relative;
}

.index02left img {
	width: 100%;
	display: block;
}

.index02left div {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 50px;
	padding-right: 18%;
}

.index02left div h4 {
	font-size: 25px;
	color: #db1a08;
	line-height: 30px;
	margin-bottom: 15px;
}

.index02left div p {
	font-size: 14px;
	line-height: 24px;
}

.index02left div a {
	display: inline-block;
	padding: 0 15px;
	border: 1px solid #db1a08;
	border-radius: 30px;
	line-height: 23px;
	font-size: 14px;
	color: #db1a08;
	margin-top: 150px;
	transition: all 0.3s ease;
}

.index02left div a:hover {
	background-color: #db1a08;
	color: #FFFFFF;
	padding: 0 20px;
}

.index02left div a i {
	margin-left: 15px;
	font-family: '黑体';
}

.index02right {
	width: 60%;
	float: left;
}

.index02right1 {
	width: 100%;
	display: flex;
	background-color: #f8f8f8;
}

.index02right1 div {
	flex: 1;
	padding: 88px 20px;
	text-align: center;
}

.index02right1 h4 {
	font-size: 30px;
	color: #db1a08;
	line-height: 35px;
	margin-bottom: 10px;
	font-weight: bold;
}

.index02right1 h4 span {
	font-size: 15px;
	vertical-align: text-top;
	margin-left: 5px;
}

.index02right1 p {
	font-size: 15px;
	color: #666;
}

.index02right2 a {
	display: block;
	float: left;
	position: relative;
}

.index02right2 a:nth-child(1) {
	width: 40%;
}

.index02right2 a:nth-child(2) {
	width: 60%;
}

.index02right2 a img {
	width: 100%;
	height: 240px;
}

.index02right2 a div {
	position: absolute;
	left: 0;
	top: 0;
	padding: 40px;
}

.index02right2 a div h4 {
	font-size: 22px;
	color: #FFFFFF;
	line-height: 30px;
	margin-bottom: 15px;
}

.index02right2 a div p {
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
}

.index02right2 a div i {
	font-size: 35px;
	color: #FFFFFF;
	line-height: 35px;
	margin-top: 80px;
	display: block;
}

.index03 {
	width: 100%;
	padding: 35px 0;
}

.index03main {
	width: 1200px;
	margin: auto;
}

.swiper-containerindex03 {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}

.swiper-paginationindex03 {
	position: absolute;
	z-index: 2;
	text-align: center;
	bottom: 0 !important;
}

.index04 {
	width: 100%;
	padding: 35px 0;
	background-color: #FFFFFF;
}

.index04main {
	width: 1200px;
	margin: auto;
}

.swiper-containerindex04 {
	width: 54%;
	float: left;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
}

.swiper-paginationindex04 {
	position: absolute;
	z-index: 2;
	text-align: center;
	bottom: 0 !important;
}

.index04right {
	width: 44%;
	float: right;
	background-color: #f8f8f8;
}

.swiper-containerindex04 .swiper-slide {
	position: relative;
}

.swiper-containerindex04 .swiper-slide img {
	width: 100%;
	height: 490px;
}

.swiper-containerindex04 .swiper-slide div {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	color: #FFFFFF;
	width: 100%;
	background-color: rgba(219, 26, 8, 0.58);
}

.swiper-containerindex04 .swiper-slide div h4 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.swiper-containerindex04 .swiper-slide div p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index04right a {
	display: block;
	position: relative;
	padding: 31px 20px;
	padding-left: 100px;
	color: #000000;
	/* padding: 37px 0; */
	border-bottom: 1px solid #dddddd;
	transition: all 0.3s ease;
}

.index04right a:hover {
	background-color: #DB1A08;
}

.index04right a:hover>h3 {
	color: #ffffff;
}

.index04right a:hover>h4 {
	color: #ffffff;
}

.index04right a:hover>p {
	color: #ffffff;
}

.index04right a h3 {
	text-align: center;
	font-size: 13px;
	width: 80px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 28px;
	border-right: 1px solid #dddddd;
}

.index04right a h3 span {
	font-size: 30px;
	display: block;
	margin-bottom: 5px;
}

.index04right a h4 {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index04right a p {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.index04right a:nth-child(4) {
	border-bottom: 0px;
}

.index5 {
	width: 100%;
	padding-bottom: 35px;
	background-color: #FFFFFF;
}

.index5main {
	width: 1200px;
	margin: auto;
}

.index5nrleft {
	width: 30%;
	float: left;
	padding: 45px 35px;
	background-color: #f8f8f8;
}

.index5nrleft div {
	width: 100%;
	margin-bottom: 28px;
}

.index5nrleft div:last-child {
	margin-bottom: 0;
}

.index5nrleft div h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

.index5nrleft div p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.index5nrright {
	width: 65%;
	float: right;
}

.index5nrright h4 {
	font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
}

.index5nrright input {
	width: 48%;
	float: left;
	height: 45px;
	border: 1px solid #dddddd;
	padding: 0 10px;
	outline-style: none;
	margin-bottom: 20px;
	font-size: 15px;
}

.index5nrright input:nth-child(2n) {
	float: right;
}

.index5nrright textarea {
	width: 100%;
	height: 165px;
	border: 1px solid #dddddd;
	padding: 10px;
	outline-style: none;
	margin-bottom: 30px;
	font-size: 15px;
	box-sizing: border-box;
}

.index5nrright button {
	background-color: #DB1A08;
	height: 40px;
	color: #FFFFFF;
	padding: 0 45px;
	font-size: 16px;
	outline-style: none;
	transition: all 0.3s ease;
}

.index5nrright button:hover {
	background-color: #000000;
	padding: 0 55px;
}

footer {
	width: 100%;
	background-color: #69696b;
	padding-top: 30px;
}

.footer {
	width: 1200px;
	margin: auto;
}

.footer1 {
	width: 100%;
}

.footer1left {
	width: 85%;
	float: left;
	border-right: 1px solid #dddddd;
}

.footer1left div {
	width: 17%;
	float: left;
	padding-bottom: 20px;
	padding-right: 10px;
}

.footer1left div:nth-child(2) {
	width: 32%;
}

.footer1left div h4 {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 10px;
}

.footer1left div a {
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footer1right {
	float: right;
}

.footer1right h4 {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 10px;
}

.footer1right img {
	width: 100%;
}

.footer1rightxglj {
	position: relative;
	margin-top: 10px;
}

.footer1rightxglj h5 {
	width: 100%;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 25px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

.footer1rightxglj div {
	width: 100%;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 25px;
	border-radius: 5px;
	padding: 5px 0;
	display: none;
}

.footer1rightxglj div a {
	display: block;
	width: 100%;
	padding: 0 10px;
	line-height: 25px;
	color: #000000;
	font-size: 14px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footer1rightxglj div a:last-child {
	border-bottom: 0px solid #dddddd;
}

.footer2 {
	border-top: 1px solid #dddddd;
	padding: 25px 0;
	border-bottom: 1px solid #dddddd;
	width: 100%;
	display: flex;
}

.footer2 div {
	flex: 1;
	color: #FFFFFF;
	padding-right: 10px;
}

.footer2 div:nth-child(2) {
	flex: 2.5;
}

.footer2 div h4 {
	font-size: 16px;
	margin-bottom: 15px;
}

.footer2 div h4 i {
	margin-right: 5px;
}

.footer2 div p {
	font-size: 15px;
	line-height: 20px;
}

.footer3 {
	width: 100%;
	padding: 15px 0;
}

.footer3 h4 {
	font-size: 14px;
	float: left;
	line-height: 20px;
	color: #FFFFFF;
}

.footer3 p {
	font-size: 14px;
	float: right;
	line-height: 20px;
	color: #FFFFFF;
}

.footer3 h4 a {
	color: #FFFFFF;
}

.footer3 p a {
	color: #FFFFFF;
}

.banner {
	width: 100%;
	position: relative;
}

.banner div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100px;
	margin: auto;
	color: #FFFFFF;
	text-align: center;
}

.banner div h4 {
	font-size: 28px;
	margin-bottom: 10px;
	line-height: 30px;
}

.banner div p {
	font-size: 15px;
	line-height: 20px;
}

.banner img {
	width: 100%;
	display: block;
}

.about {
	width: 1200px;
	margin: auto;
	margin-bottom: 35px;
	margin-top: -50px;
	padding: 0 50px;
	background-color: #FFFFFF;
	position: relative;
}

.abouttit {
	width: 100%;
	padding: 0 5%;
	display: flex;
	border-bottom: 1px solid #dddddd;
}

.abouttit a {
	flex: 1;
	    display: block;
	    position: relative;
	    align-items: flex-end;
	    padding: 20px 5px;
	    padding-top: 40px;
	    font-size: 20px;
	    text-align: center;
	    margin: 0 5px;
	    max-width: 19%;
}

.abouttit a span {
	color: #000000;
	position: relative;
	z-index: 1;
	transition: all .35s ease;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	line-height: 23px;
}

.abouttit a:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background-color: #DB1A08;
	transform-origin: center top;
	transform: scaleY(0);
	height: 120%;
	transition: all .35s ease;
}

.abouttit a:hover:before {
	transform-origin: center bottom;
	transform: scaleY(1);
}

.abouttit a:hover>span {
	color: #FFFFFF;
}

.abouttit .abouttitxz:before {
	transform-origin: center bottom;
	transform: scaleY(1);
}

.abouttit .abouttitxz span {
	color: #FFFFFF;
}

.about1 {
	width: 100%;
	margin-top: 65px;
	margin-bottom: 20px;
}

.about1tit {
	font-size: 25px;
	text-align: center;
	margin-bottom: 50px;
	color: #000000;
	line-height: 30px;
}

.about1nr11 {
	width: 100%;
	margin-bottom: 30px;
}

.about1nr11 img {
	width: 67%;
	float: left;
	display: block;
}

.about1nr1right {
	width: 28%;
	float: right;
}

.about1nr1right div {
	position: relative;
	border-bottom: 1px solid #DDDDDD;
	padding: 21px 0;
}

.about1nr1right div:nth-child(3) {
	border: none;
}

.about1nr1right div h4 {
	font-size: 30px;
	color: #DB1A08;
	line-height: 35px;
	font-weight: bold;
}

.about1nr1right div h4 span {
	font-size: 15px;
	vertical-align: top;
	margin-left: 3px;
}

.about1nr1right div p {
	font-size: 15px;
	color: #666666;
	line-height: 20px;
}

.about1nr1right div i {
	font-size: 35px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	line-height: 35px;
	color: #8c8b8b;
	height: 35px;
	margin: auto;
}

.about1nr2 {
	width: 100%;
	padding-bottom: 35px;
}

.about1nr2 p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 10px;
}

.about1nr2 p img {
	max-width: 100%;
}

.gallery img {
	height: 100%;
	width: 100%;
}

.gallery a {
	width: 31.33%;
	float: left;
	margin: 10px 0;
	margin-right: 3%;
	display: inline-block;
}

.gallery a:nth-child(3n) {
	margin-right: 0;
}

.baguetteBoxOne {
	width: 100%;
	margin: 0 auto;
}

.gallery a p {
	text-align: center;
	font-size: 15px;
	color: #222222;
	line-height: 20px;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* Highlight.js Tomorrow Night style */

.hljs-comment {
	color: #969896
}

.hljs-tag {
	color: #f8f8f2
}

.css .hljs-class,
.css .hljs-id,
.css .hljs-pseudo,
.hljs-attribute,
.hljs-regexp,
.hljs-title,
.hljs-variable,
.html .hljs-doctype,
.ruby .hljs-constant,
.xml .hljs-doctype,
.xml .hljs-pi,
.xml .hljs-tag .hljs-title {
	color: #c66
}

.hljs-built_in,
.hljs-constant,
.hljs-literal,
.hljs-number,
.hljs-params,
.hljs-pragma,
.hljs-preprocessor {
	color: #de935f
}

.css .hljs-rules .hljs-attribute,
.ruby .hljs-class .hljs-title {
	color: #f0c674
}

.hljs-header,
.hljs-inheritance,
.hljs-string,
.hljs-value,
.ruby .hljs-symbol,
.xml .hljs-cdata {
	color: #b5bd68
}

.css .hljs-hexcolor {
	color: #8abeb7
}

.coffeescript .hljs-title,
.hljs-function,
.javascript .hljs-title,
.perl .hljs-sub,
.python .hljs-decorator,
.python .hljs-title,
.ruby .hljs-function .hljs-title,
.ruby .hljs-title .hljs-keyword {
	color: #81a2be
}

.hljs-keyword,
.javascript .hljs-function {
	color: #b294bb
}

.hljs {
	display: block;
	overflow-x: auto;
	background: #35383C;
	color: #c5c8c6;
	padding: .8em
}

.coffeescript .javascript,
.javascript .xml,
.tex .hljs-formula,
.xml .css,
.xml .hljs-cdata,
.xml .javascript,
.xml .vbscript {
	opacity: .5
}

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}
	50% {
		margin-left: -30px
	}
	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}
	50% {
		margin-left: -30px
	}
	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}
	50% {
		margin-left: 30px
	}
	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}
	50% {
		margin-left: 30px
	}
	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

.about2left {
	width: 20%;
	float: left;
}

.about2right {
	width: 75%;
	float: right;
}

.about2left1 {
	margin-bottom: 20px;
}

.about2left1 h4 {
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.about2left1 h4 a{
	color: #000000;
}

.about2left1 h4 i {
	color: #aaa;
	margin-right: 5px;
}

.about2left1 div {
	display: none;
}

.about2left1 div a {
	display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 0;
    color: #000000;
    border-bottom: 1px solid #DDDDDD;
}

.about2leftxz h4 {
	color: #DB1A08;
}

.about2leftxz h4 i {
	color: #DB1A08;
}

.about2leftxz div {
	display: block;
	padding-left: 20px;
}

.about2right h4 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
}

.about2right h5 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}

.about2right h5:after {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #000000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.gallery p {
	text-align: center;
	font-size: 14px;
	color: #737373;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.about2 {
	padding-bottom: 35px;
}

.about3 {
	padding-bottom: 35px;
}

.about3 div {
	background-color: #f8f9fb;
	padding: 30px 20px;
	height: 150px;
	margin-bottom: 20px;
	position: relative;
}

.about3 div:nth-child(1) {
	width: 49%;
	float: left;
}

.about3 div:nth-child(2) {
	width: 49%;
	float: right;
}

.about3 div h4 {
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.about3 div h5 {
	font-size: 13px;
	line-height: 25px;
	color: #666666;
}

.about3 div i {
	font-size: 25px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #DB1A08;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	position: absolute;
	right: 30px;
	top: 15px;
}

.about3 div:nth-child(3) {
	width: 30%;
	float: left;
}

.about3 div:nth-child(4) {
	width: 68%;
	float: right;
	background: url(../images/qywhimg1.jpg) right top no-repeat;
}

.about3 div h3 {
	font-size: 13px;
	line-height: 30px;
	color: #666666;
}

.about3 div h3 span {
	font-size: 15px;
	color: #000000;
	width: 8rem;
	display: inline-block;
	font-weight: bold;
}

.about3 div:nth-child(5) {
	width: 68%;
	float: left;
	padding-left: 36%;
	background: url(../images/qywhimg2.jpg) right top no-repeat;
}

.about3 div:nth-child(7) {
	width: 68%;
	float: left;
	background: url(../images/qywhimg4.jpg) right top no-repeat;
}

.about3 div:nth-child(6) {
	width: 30%;
	float: right;
	text-align: center;
	padding-left: 30px;
	height: 320px;
	background: url(../images/qywhimg3.jpg) right top no-repeat;
}

.about4 {
	width: 100%;
	padding-bottom: 35px;
}

.about4 img {
	width: 100%;
	display: block;
}

.about5 {
	width: 100%;
	padding-bottom: 35px;
}

.about5left {
	width: 25%;
	float: left;
}

.about5left a {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 40px;
	border: 1px solid #DDDDDD;
	color: #000000;
	margin-bottom: 20px;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.about5left .about5leftxz {
	background-color: #db1a08;
	color: #FFFFFF;
	border: 1px solid #db1a08;
}

.about5left a:hover {
	background-color: #db1a08;
	color: #FFFFFF;
	border: 1px solid #db1a08;
}

.about5right {
	width: 70%;
	float: right;
}

.about5right div {
	width: 31.33%;
	float: left;
	margin-bottom: 30px;
	cursor: pointer;
}

.about5right div:nth-child(3n-1) {
	margin: 0 3%;
	margin-bottom: 30px;
}

.about5right div img {
	width: 100%;
	display: block;
}

.about5right div p {
	font-size: 14px;
	margin-top: 5px;
	position: relative;
	line-height: 25px;
	color: #666666;
	border-bottom: 1px solid #DDDDDD;
}

.about5right div p span{
	display: block;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.about5right div p:after {
	width: 40px;
	height: 1px;
	content: '';
	background-color: #DB1A08;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.about5zk {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	z-index: 999;
}

.swiper-containerabout5 {
	width: 500px;
	height: 318px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
}

.about5zkleft {
	font-size: 50px;
	color: #8e8e8e;
	line-height: 50px;
	height: 50px;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	font-family: 黑体;
	cursor: pointer;
}

.about5zkright {
	font-size: 50px;
	color: #8e8e8e;
	line-height: 50px;
	height: 50px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	font-family: 黑体;
	cursor: pointer;
}

.swiper-containerabout5 p {
	font-size: 14px;
	line-height: 35px;
	background-color: #3b3b3b;
	color: #FFFFFF;
	text-align: center;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.swiper-containerabout5 img {
	height: 283px;
	color: #747474;
}

.swiper-containerabout5 i {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
	font-size: 20px;
	line-height: 20px;
	background-color: #FFFFFF;
	border-radius: 50%;
	text-align: center;
	/* border: 1px solid #ffffff; */
	padding-left: 0.5px;
	padding-top: 1px;
	width: 21px;
	height: 21px;
	display: block;
	box-sizing: border-box;
	color: #666;
	cursor: pointer;
}

.about6 {
	width: 100%;
	padding-bottom: 35px;
}

.about6 p {
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 10px;
}

.header1main3lb {
	width: 17%;
	float: left;
	margin-right: 1.25%;
}

.header1main3lb:nth-child(3) {
	width: 21%;
}

.header1main3lb:nth-child(4) {
	width: 23%;
}

.header1main3lb:nth-child(5) {
	margin-right: 0;
}

.header1main3 {
	width: 1200px;
	margin: auto;
	padding: 50px 0;
}

.header1main3lb h4 {
	font-size: 14px;
	line-height: 30px;
	/* padding: 10px 0; */
	border-bottom: 1px solid #949494;
}

.header1main3lb h4 img {
	height: 40px;
	margin-right: 5px;
	float: left;
	margin-top: -15px;
}

.header1main3lb section {
	margin-top: 10px;
}

.header1main3lb section a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.header1main3lb section a:hover {
	color: #DB1A08;
}

.protit a {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 25px;
}

.product1 {
	width: 100%;
	margin-top: 65px;
	padding-bottom: 35px;
}

.product1search {
	width: 55%;
	margin: auto;
	position: relative;
	padding-right: 120px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	overflow: hidden;
}

.product1search input {
	width: 100%;
	height: 45px;
	border: none;
	font-size: 15px;
	padding: 0 15px;
	outline-style: none;
}

.product1search button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 45px;
	text-align: center;
	color: #FFFFFF;
	background-color: #DB1A08;
	font-size: 16px;
	border: none;
	width: 120px;
}

.product1search button i {
	margin-left: 10px;
}

.product1tit {
	font-size: 25px;
	color: #000000;
	line-height: 30px;
	margin: 50px 0;
}

.product1right {
	width: 75%;
	float: right;
}

.product1righttit {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
	padding-left: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}

.product1righttit:after {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #000000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
	bottom: 0;
}

.product1right1 {
	width: 100%;
}

.product1right1 a {
	width: 31.33%;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}

.product1right1 a img {
	width: 100%;
	height: 191px;
	border: 1px solid #DDDDDD;
	transition: all 0.3s ease;
}

.product1right1 a:nth-child(3n-1) {
	margin: 0 3%;
	margin-bottom: 40px;
}

.product1right1 a h4 {
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.product1right1 a p {
	font-size: 14px;
	line-height: 20px;
	color: #DB1A08;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	opacity: 0;
	transition: all 0.3s ease;
}

.product1right1 a:hover>p {
	opacity: 1;
}

.product1right1 a:hover>h4 {
	color: #DB1A08;
}

.product1right1 a:hover>img {
	border: 1px solid #DB1A08;
}
.product1tit1{
	text-align: center;
	margin-top: 30px;
}
.prodet1{
	margin-bottom: 30px;
}
.prodet1left{
	width: 38%;
	float: left;
	border: 1px solid #DDDDDD;
}
.prodet1right{
	width: 60%;
	float: right;
}
.prodet1right h4{
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 10px;
	font-weight: bold;
}
.prodet1right p{
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 10px;
}
.prodet2tit p{
	display: inline-block;
	font-size: 15px;
	line-height: 35px;
	padding: 0 25px;
	background-color: #f5f5f5;
	color: #666666;
	margin-right: 10px;
	cursor: pointer;
}
.prodet2tit .prodet2titxz{
	background-color: #DB1A08;
	color: #FFFFFF;
}
.prodet2main{
	width: 100%;
	border: 1px solid #DDDDDD;
	padding: 20px;
}
.prodet2main1{
	display: none;
}
.prodet2main1 p{
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 10px;
}
.prodet2main1 p img{
	max-width: 100%;
}
.hzhbtit{
	padding: 0 20%;
}
.hzhb{
	width: 100%;
	max-height: 600px;
	overflow: auto;
}
.hzhb1{
	position: relative;
	padding-left: 100px;
	margin-bottom: 20px;
}
.hzhb1 p{
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto !important;
	padding-left: 20px;
}
.hzhb1 p:after{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #cb1d14;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.hzhb1 div img{
	width: 17%;
	float:left;
	margin-right: 3%;
}
.hzhb::-webkit-scrollbar{
	width:10px;
	height:10px;
	/**/
}
.hzhb::-webkit-scrollbar-track{
	background: #f9f9f9;
	border-radius:10px;
}
.hzhb::-webkit-scrollbar-thumb{
	background: #eeeeee;
	border-radius:10px;
}
.hzhb::-webkit-scrollbar-thumb:hover{
	background: #eeeeee;
}
.hzhb::-webkit-scrollbar-corner{
	background: #f9f9f9;
}
.hzhb table{
	max-width: 100%;
	border-spacing: 0px;
	width: 100%;
	display: table;
	box-sizing: border-box;
	table-layout: fixed;
	word-wrap: break-word;
}
.hzhb tbody{
	width: 100% !important;
}
.hzhb table td{
	white-space: nowrap;
	border-top: 0px !important;
}
table,table tr td { 
	border:1px solid #ccc !important; 
}
table tr{
	width: 100%;
}
table tr td{
	padding: 5px 10px !important;
}
.qqbs1 p{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	margin-bottom: 10px;
}
.qqbsimg{
	width: 80%;
	display: block;
	margin: 20px auto;
}
.qqbstit{
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}
.news1{
	width: 100%;
	background-color: #fbfbfb;
	margin-bottom: 20px;
}
.news1 img{
	width: 40%;
	float: left;
	height: 257px;
}
.news1 div{
	width: 60%;
	float: right;
	padding: 40px;
}
.news1 div h4{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news1 div h5{
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	margin: 15px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news1 div p{
	font-size: 14px;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	display: -moz-box; 
	-moz-line-clamp: 2; 
	-moz-box-orient: vertical; 
	display: -o-box; 
	-o-line-clamp: 2; 
	-o-box-orient: vertical; 
}
.news1 div a{
	display: inline-block;
	line-height: 35px;
	border: 1px solid #DB1A08;
	padding: 0 15px;
	color: #DB1A08;
	font-size: 15px;
	margin-top: 20px;
	transition: width 0.3s ease;
}
.news1 div a i{
	opacity: 0;
	width: 0;
	overflow: hidden;
	transition: all 0.3s ease;
	display: inline-flex;
}
.news1 div a:hover{
	background-color: #DB1A08;
	color: #FFFFFF;
}
.news1 div a:hover> i{
	opacity: 1;
	width: 15px;
	margin-left: 5px;
}
.news1lb a{
	display: block;
	width: 100%;
	min-height: 180px;
	padding: 20px 0;
	padding-left: 280px;
	padding-right: 120px;
	position: relative;
	border-bottom: 1px solid #DDDDDD;
	transition: all 0.3s ease;
}
.news1lb a img{
	width: 250px;
	height: 140px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s ease;
}
.news1lb a h4{
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}
.news1lb a p{
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	color: #666666;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	display: -moz-box; 
	-moz-line-clamp: 2; 
	-moz-box-orient: vertical; 
	display: -o-box; 
	-o-line-clamp: 2; 
	-o-box-orient: vertical; 
	transition: all 0.3s ease;
}
.news1lb a h5{
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 45px;
	width: 80px;
	text-align: center;
	color: #222222;
	transition: all 0.3s ease;
}
.news1lb a h5 span{
	display: block;
	font-size: 45px;
	margin-bottom: 5px;
	
}
.news1lb a:hover> h4{
	color: #FFFFFF;
}
.news1lb a:hover> h5{
	color: #FFFFFF;
	right: 30px;
}
.news1lb a:hover> p{
	color: #FFFFFF;
}
.news1lb a:hover{
	background-color: #DB1A08;
	padding-left: 310px;
	padding-right: 130px;
}
.news1lb a:hover> img{
	left: 30px;
}
.newsdet1{
	width: 100%;
	padding: 30px;
	text-align: center;
	background-color: #f4f4f4;
}
.newsdet1 h4{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}
.newsdet1 p{
	font-size: 14px;
	line-height: 20px;
}
.newsdet2{
	width: 90%;
	margin: 50px auto;
}
.newsdet2 p{
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}
.newsdet2 img{
	max-width: 100%;
}
.newsdet3{
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.newsdet3 a{
	width: 30%;
	float: left;
	font-size: 14px;
	color: #888888;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}
.newsdet3 a:nth-child(2){
	float: right;
	text-align: right;
}
.newsdet3 a:hover{
	color: #DB1A08;
}
.rczp{
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-bottom: 30px;
}
.rczp2 {
	float: left;
	width: 100%;
	border: 1px solid #DDDDDD;
	border-bottom: 0px solid #DDDDDD;
}

.rczp2 li {
	border-bottom: 1px solid #DDDDDD;
	float: left;
	width: 100%;
}

.rczp2 li h4 {
	line-height: 50px;
	float: left;
	width: 100%;
	background-color: #cb1d14;
	color: #FFFFFF;
	display: none;
}

.rczp2 li h4 span {
	float: left;
	line-height: 50px;
	padding-left: 20px;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rczp2 li h4 span:nth-child(1) {
	width: 20%;
}

.rczp2 li h4 span:nth-child(2) {
	width: 15%;
}

.rczp2 li h4 span:nth-child(3) {
	width: 15%;
}

.rczp2 li h4 span:nth-child(4) {
	width: 20%;
}

.rczp2 li h4 span:nth-child(5) {
	width: 30%;
}

.rczp2 li h5 {
	line-height: 50px;
	float: left;
	width: 100%;
	cursor: pointer;
}

.rczp2 li h5 span {
	float: left;
	line-height: 50px;
	padding-left: 20px;
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rczp2 li h5 span:nth-child(1) {
	width: 20%;
}

.rczp2 li h5 span:nth-child(2) {
	width: 15%;
}

.rczp2 li h5 span:nth-child(3) {
	width: 15%;
}

.rczp2 li h5 span:nth-child(4) {
	width: 20%;
}

.rczp2 li h5 span:nth-child(5) {
	width: 30%;
}

.rczp2 li div {
	background-color: #dbdbdb;
	padding: 20px;
	font-size: 15px;
	line-height: 25px;
	color: #222222;
	width: 100%;
	float: left;
	display: none;
}

.rczp2 li div p {
	font-size: 14px;
	line-height: 25px;
	color: #666666;
}

.rczp2 .rczp2xz h4,
.rczp2 .rczp2xz div {
	display: block;
}
.rczp2xz h5{
	background-color: #efefef;
}
.rczp02{
	margin-top: 35px;
}
.rczp02 img{
	width: 100%;
}
.contact_map{
	width:70%;
	height: 400px;
	float: left;
}
.contact_map1{
	width:100%;
	height: 500px;
}
.rczp02right{
	width: 30%;
	float: right;
	background-color: #efefef;
	padding: 90px 20px;
	height: 400px;
}
.rczp02right div h4{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
.rczp02right div p{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.rczp02right div:nth-child(1){
	margin-bottom: 40px;
}
.rczp02main{
	margin-top: -280px;
	position: relative;
	width: 90%;
	margin-left: 5%;
}
.rczp02js{
	text-align: center;
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	margin-top: 40px;
}
.yfzx1nr1{
	margin-bottom: 30px;
}
.yfzx1nr1 p{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-bottom: 10px;
}
.yfzx1nr2{
	width: 100%;
}
.yfzx1nr2 div{
	width: 24%;
	float: left;
	margin-right: 1.33333%;
	margin-bottom: 20px;
}
.yfzx1nr2 div img{
	width: 100%;
}
.yfzx1nr2 div:nth-child(4n){
	margin-right: 0;
}
.yfzx1nr2 div p{
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 20px;
	margin-top: 5px;
}
.lxwmtit{
	padding: 0 25%;
}
.lxfstit{
	font-size: 25px;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.lxfs1{
	width: 90%;
	margin-left: 5%;
	background-color: #EFEFEF;
	padding: 30px 20px;
	box-shadow: 0px 0px 9px #C2C2C2;
	margin-top: 50px;
	margin-bottom: -20px;
	position: relative;
	z-index: 1;
}
.lxfs1main{
	position: relative;
	padding-left: 33%;
}
.lxfs1main img{
	height: 30px;
	position: absolute;
	left: 5%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.lxfs1main1 div{
	position: relative;
	padding-left: 60px;
	margin-bottom: 25px;
	float: left;
}
.lxfs1main1 div:nth-last-child(2){
	margin-bottom: 0;
}
.lxfs1main1 div i{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #DB1A08;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	display: inline-block;
	color: #db1a08;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.lxfs1main1 div h4{
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	margin-bottom: 5px;
}
.lxfs1main1 div p{
	font-size: 14px;
	color: #666;
	line-height: 23px;
}
.lxfs1main1 div:nth-child(1){
	width: 35%;
}
.lxfs1main1 div:nth-child(2){
	width: 60%;
}
.lxfstit1{
	font-size: 14px;
	color: #222222;
	text-align: center;
	margin-top: 10px;
}
.zxly{
	width: 80%;
	margin: auto;
	margin-top: 50px;
}
.zxly1{
	width: 48%;
	float: left;
	margin-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
}
.zxly1:nth-child(2n){
	float: right;
}
.zxly1:nth-child(5){
	width: 100%;
}
.zxly1 p{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #cccccc;
}
.zxly1 input{
	width: 100%;
	height: 40px;
	border: none;
	outline-style: none;
}
.zxly1 textarea{
	width: 100%;
	height: 100px;
	border: none;
	margin-top: 10px;
	outline-style: none;
}
.zxly2{
	text-align: center;
	margin-top: 40px;
}
.zxly2 button{
	display: inline-block;
	font-size: 15px;
	line-height: 35px;
	padding: 0 40px;
	background-color: #DB1A08;
	color: #FFFFFF;
	outline-style: none;
	transition: all 0.3s ease;
}
.zxly2 button:hover{
	background-color: #000000;
	border-radius: 20px;
	padding: 0 45px;
}
.hzhb p{
	font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    max-width: 95px;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.lxfs1main1 div:nth-child(3){
	width: 100%;
}
.mobilemenu{
	display: none;
}
.qqbs2{
	width: 100%;
	position: relative;
}
.point,.point::before,.point::after{position: absolute;width: 5px; height: 5px; border-radius: 50%;content: ''; }
.point::before{animation: scale 1.5s infinite; }
.point::after{animation: scale2 1.5s infinite; }
@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(3); opacity: 0;}}
@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(6);opacity:0;}}


.point,.point::before,.point::after{
	/* 设置颜色 */
	background-color: rgba(241, 34, 30, .9);
}
.point2,.point2::before,.point2::after{
	/* 设置颜色 */
	background-color: rgba(0, 221, 254, .9);
}
.point3,.point3::before,.point3::after{
	/* 设置颜色 */
	background-color:  rgba(1, 88, 255, .9);
}
.point4,.point4::before,.point4::after{
	/* 设置颜色 */
	background-color:  rgba(135, 229, 8, .9);
}
.point{
	position: absolute;
}
.point:nth-child(2){
	left: 18%;
    top: 34%;
}
.point:nth-child(3){
	left: 22%;
    top: 35%;
}
.point:nth-child(4){
	left: 20%;
    top: 49%;
}
.point:nth-child(5){
	left: 23%;
    top: 48%;
}
.point:nth-child(6){
	left: 30%;
    top: 47%;
}
.point:nth-child(7){
	left: 36%;
    top: 46%;
}
.point:nth-child(8){
	left: 37%;
    top: 47%;
}
.point:nth-child(9){
	left: 38%;
    top: 46%;
}
.point:nth-child(10){
	left: 38.5%;
    top: 48%;
}
.point:nth-child(11){
	left: 40%;
    top: 48%;
}
.point:nth-child(12){
	left: 39%;
    top: 51%;
}
.point:nth-child(13){
	left: 38.5%;
    top: 53%;
}
.point:nth-child(14){
	left: 38.5%;
    top: 39%;
}
.point:nth-child(15){
	left: 44.5%;
    top: 77%;
}
.point:nth-child(16){
	left: 69.5%;
    top: 33%;
}
.point:nth-child(17){
	left: 71.5%;
    top: 40%;
}
.point:nth-child(18){
	left: 80.5%;
    top: 61%;
}
.point:nth-child(19){
	left: 84.5%;
    top: 70%;
}
.about1tit{
	display: none;
}
.icon-caidan{
	display: none;
}
.fenye {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.fenye li {
	float: left;
	width: auto;
	line-height: 22px;
	height: 22px;
	margin-right: 5px;
	padding: 0px 8px;
}

.fenye .active {
	background-color: #222222;
}

.fenye .current {
	color: #ffffff;
	background-color: #333333;
}

.fenye li a {
	color: #222222;
}
.about5right div section{
	display: none;
}
.about5right div section:nth-child(1){
	display: block;
}
.widget-contact {
	position: fixed;
	left: 0;
	top: calc(50% - 180px);
	z-index: 2
}

.widget-contact ul {
	width: 55px
}

.widget-contact ul a {
	font-size: 14px;
	line-height: 36px;
	text-decoration: none
}

.widget-contact ul li {
	width: 80px;
    height: 80px;
    padding-top: 20px;
    text-align: center;
    background-color: #db1a08;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #ffffff;
    position: relative;
    left: 0;
    border-bottom: 1px solid #dddddd;
}
.widget-contact ul li .iconfont{
	font-size: 23px;
    display: inline-block;
    margin-bottom: 2px;
}
.widget-contact ul li .icon-guanbi{
	font-size: 15px;
}
.widget-contact ul li .hover-box {
	display: none; 
    position: absolute;
    width: 200px;
    left: 85px;
    top: 5px;
    background-color: rgb(219,26,8, 0.9);
    border-radius: 10px;
    text-align: center;
    line-height: 10px;
    padding: 10px 0;
    font-size: 16px;
}
.widget-contact ul li .hover-box p{
	line-height: 25px;
}

.widget-contact ul li .text {
	display: block;
    width: 100%;
    margin-bottom: 5px;
    line-height: 18px;
}
.widget-contact ul .active:hover> .hover-box{
	display: block;
}
.ewmxf{
	position: relative;
}
.ewmxf div{
	width: 200px;
    display: none;
    position: absolute;
    right: -205px;
    border-radius: 5px;
    top: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, .2);
}
.ewmxf div img{
	width: 100%;
	display: block;
}
.ewmxf div p{
	color: #fd5b4c;
	font-size: 14px;
	line-height: 30px;
	margin:0;
	text-align: center;
}
.ewmxf:hover> li div{
	display: block;
}

.widget-contact ul li .icon {
	font-size: 30px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 10px;
}
.widget-join-form-panel .wrapper {
	width: 320px;
	height: 440px;
	padding: 30px;
	background-color: #fff;
	box-shadow: 2px 2px 15px #000;
	border-radius: 5px
}

.widget-join-form-panel .wrapper .close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	display: inline-block
}

.widget-join-form-panel .wrapper h1 {
	font-size: 24px
}
.widget-contact ul .zhiding li{
	border-bottom: 0px solid #dddddd;
}

.widget-join-form-panel .wrapper .form-item {
	color: #ccc;
	position: relative
}

.widget-join-form-panel .wrapper .form-item i {
	position: absolute;
	left: 5px;
	top: 15px;
	width: 18px;
	padding-right: 5px;
	border-right: 1px solid #ccc
}

.widget-join-form-panel .wrapper .form-item input {
	margin: 5px 0;
	padding: 10px 10px 10px 40px;
	color: #888;
	border: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
	height: 35px
}

.widget-join-form-panel .wrapper .form-item select {
	width: 47%;
	margin: 5px 0;
	padding: 5px 10px;
	color: #888;
	border: 1px solid #ccc;
	height: 35px;
	box-sizing: border-box
}

.widget-join-form-panel .wrapper .btn-submit {
	background: #181d2e;
	color: #f3d18d;
	border: none;
	outline: 0;
	padding: 8px 10px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 6px;
	cursor: pointer
}

.widget-timeline {
	padding: 100px 0;
	margin: 120px 0 50px;
	width: 100%;
	position: relative
}

.widget-timeline .bar {
	width: 100%;
	height: 2px;
	background-color: #fff
}

.widget-timeline .footprint {
	width: calc(100% / 4 - 5px);
	display: inline-block;
	text-align: center
}

.widget-timeline .footprint .dot {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #e4c786;
	position: relative;
	top: -8px;
	display: inline-block
}

.widget-timeline .footprint .dot:before {
	content: '';
	height: 30px;
	width: 1px;
	background-color: #e4c786;
	position: absolute;
	left: 8px;
	top: -30px
}
.widget-join-form-panel{
	display: none;
	position: fixed;
    z-index: 9999;
    left: 90px;
    top: calc(50% - 193px);
}
.widget-join-form-panel .wrapper .sfxz input{
	width: 48%;
	float: left;
	padding-left: 10px;
}
.widget-join-form-panel .wrapper .sfxz input:nth-child(2){
	float: right;
}

.widget-timeline .footprint .label {
	position: absolute;
	top: -65px;
	width: 23%;
}

.widget-timeline .footprint .label h1 {
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 0
}

.widget-timeline .footprint .label p {
	font-size: 18px;
	color: #fff;
	text-align: left;
	margin-top: 10px
}

.widget-timeline .footprint.bottom .dot:before {
	top: 16px
}

.widget-timeline .footprint.bottom .label {
	top: 156px
}
.prodet2main1left{
	width: 60%;
	float: left;
}
.prodet2main1left p{
	font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
}
.prodet2main1right{
	width: 20%;
	float: right;
}
.prodet2main1right img{
	width: 100%;
}

.hzhbtit a{
	max-width: 20%;
}
.newtit a{
	max-width: 33.33%;
}
.lxwmtit a{
	max-width: 50%;
}
.about1nr2lj{
	float: right;margin-left: 20px;width: 25%;
}
.about1nr2lj img{
	width: 100%;
}
.newsdet2 p iframe{
	max-width: 100%;
}


@media only screen and (max-width: 640px){
	body{
		padding-top: 50px;
		min-width: 100%;
	}
	header {
		width: 100%;
		height: 50px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.mobilemenu {
		display: block;
		width: 35px;
		height: 30px;
		position: fixed;
		right: 10px;
		top: 7.5px;
		overflow: hidden;
		z-index: 9;
	}
	.mobilemenu span {
		width: 100%;
		height: 4px;
		background-color: #db1a08;
		transition: all 0.3s ease;
	}
	.mobilemenu span:nth-child(1) {
		position: absolute;
		left: 0;
		top: 0;
	}
	.mobilemenu span:nth-child(2) {
		position: absolute;
		left: 0;
		top: 13px;
	}
	.mobilemenu span:nth-child(3) {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.mobilemenuxz span:nth-child(2) {
		left: -40px;
		background-color: #ffffff;
	}
	.mobilemenuxz span:nth-child(1) {
		transform: rotate(45deg);
		left: 3px;
		top: 13px;
		width: 30px;
		background-color: #222222;
	}
	.mobilemenuxz span:nth-child(3) {
		transform: rotate(-45deg);
		left: 3px;
		top: 13px;
		width: 30px;
		background-color: #222222;
	}
	.menuzz {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.8);
		z-index: 9;
		display: none;
	}
	.headermain {
		width: 100%;
		margin: auto;
	}
	.logo {
		height: 24px;
		float: left;
		margin-top: 13px;
	}
	.header2 {
		float: right;
		background-color: #eeeeee;
		text-align: center;
		font-size: 12px;
		color: #222222;
		border-radius: 20px;
		overflow: hidden;
		margin-top: 12px;
		margin-right: 55px;
	}
	.header1{
		width: 100%;
		display: block;
		float: right;
		margin-right: 0;
		position: fixed;
		height: 100%;
		left: 0;
		top: 0;
		background: #ffffff;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	.header1main1 a {
		display: block;
		line-height: 50px;
		font-size: 15px;
		color: #000000;
		text-align: center;
		position: relative;
		z-index: 1;
		max-width: 100%;
		transition: all 0.3s ease;
	}
	#header1mainxz .header1main1:after {
		content: '';
		width: 100%;
		height: 100%;
		background-color: #db1a08;
		position: absolute;
		left: 0;
		top: 0;
		transform: skewX(0deg);
	}
	.swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.index01 {
		width: 100%;
		padding: 20px 0px;
	}
	.index01main {
		width: 100%;
		margin: auto;
	}
	.index01tit {
		text-align: center;
		font-size: 22px;
		color: #222222;
		line-height: 30px;
		position: relative;
		margin-bottom: 30px;
	}
	.index01left {
		width: 100%;
		float: left;
		padding: 15px;
	}
	.index01right {
		width: 100%;
		float: right;
	}
	.index01left2 a img {
		height: 50px;
	}
	.index01left2 .index01left2gd {
		line-height: 50px;
		height: 50px;
	}
	.index01left2 .index01left2gd i {
		font-size: 20px;
		line-height: 50px;
	}
	.index02 {
		width: 100%;
		padding: 20px 0px;
		background-color: #FFFFFF;
	}
	.index02main {
		width: 100%;
		margin: auto;
	}
	.index02left {
		width: 100%;
		float: left;
		position: relative;
	}
	.index02left div {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		padding: 15px;
		padding-right: 15px;
	}
	.index02left div a {
		margin-top: 20px;
	}
	.index02right {
		width: 100%;
		float: left;
	}
	.index02right1 div {
		flex: 1;
		padding: 20px 10px;
		text-align: center;
	}
	.index02right1 h4 {
		font-size: 20px;
		color: #db1a08;
		line-height: 35px;
		margin-bottom: 0px;
		font-weight: bold;
	}
	.index02right2 a img {
		width: 100%;
		height: auto;
		display: block;
	}
	.index02right2 a:nth-child(1) {
		width: 100%;
	}
	.index02right2 a:nth-child(2) {
		width: 100%;
	}
	.index02right2 a div {
		position: absolute;
		left: 0;
		top: 0;
		padding: 20px;
	}
	.index02right2 a div i {
		margin-top: 40px;
	}
	.index03 {
		width: 100%;
		padding: 20px 10px;
	}
	.index03main {
		width: 100%;
		margin: auto;
	}
	.index04 {
		width: 100%;
		padding: 20px 10px;
		background-color: #FFFFFF;
	}
	.index04main {
		width: 100%;
		margin: auto;
	}
	.swiper-containerindex04 {
		width: 100%;
		float: left;
		overflow: hidden;
		position: relative;
		padding-bottom: 0px;
	}
	.swiper-paginationindex04 {
		bottom: 5px !important;
	}
	.index04right {
		width: 100%;
		float: right;
		background-color: #f8f8f8;
		margin-top: 15px;
	}
	.index04right a {
		padding: 20px 20px;
		padding-left: 100px;
	}
	.swiper-containerindex04 .swiper-slide img {
		width: 100%;
		height: 220px;
	}
	.index5main {
		width: 100%;
		padding: 0 10px;
		margin: auto;
	}
	.index5nrleft {
		width: 100%;
		float: left;
		padding: 35px 20px;
		background-color: #f8f8f8;
	}
	.index5nrright {
		width: 100%;
		float: right;
		margin-top: 20px;
	}
	.index5nrright input {
		width: 48%;
		float: left;
		height: 40px;
		border: 1px solid #dddddd;
		padding: 0 10px;
		outline-style: none;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.index5nrright textarea {
		width: 100%;
		height: 120px;
		border: 1px solid #dddddd;
		padding: 10px;
		outline-style: none;
		margin-bottom: 20px;
		font-size: 14px;
		box-sizing: border-box;
	}
	.index5 {
		width: 100%;
		padding-bottom: 20px;
		background-color: #FFFFFF;
	}
	footer {
		width: 100%;
		background-color: #69696b;
		padding: 0 10px;
		padding-top: 20px;
		box-sizing: border-box;
	}
	.footer {
		width: 100%;
		margin: auto;
	}
	.footer1left{
		display: none;
	}
	.footer1right {
		float: right;
		width: 38%;
		margin-right: 32%;
	}
	.footer2 {
		border-top: 0px solid #dddddd;
		padding: 25px 0;
		border-bottom: 0px solid #dddddd;
		width: 100%;
		display: block;
		padding-bottom: 10px;
	}
	.footer2 div {
		flex: 1;
		color: #FFFFFF;
		margin: 15px 0;
		padding-right: 0px;
	}
	.footer2 div h4 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.footer2 div p {
		font-size: 14px;
	}
	.footer3 h4 {
		font-size: 12px;
		float: left;
		line-height: 20px;
		color: #FFFFFF;
		width: 100%;
		text-align: center;
	}
	.footer3 p {
		font-size: 12px;
		float: right;
		line-height: 20px;
		color: #FFFFFF;
		width: 100%;
		text-align: center;
	}
	.footer3 {
		padding-top: 0;
	}
	section {
		box-sizing: border-box;
		overflow: hidden;
	}
	.about {
    width: 100%;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0px;
    padding: 10px 10px;
    background-color: #FFFFFF;
    position: relative;
}
.abouttit {
    width: 100%;
    padding: 0;
    display: block;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    padding-bottom: 10px;
}
.abouttit a {
    flex: 1;
    display: inline-block;
    position: relative;
    align-items: center;
    padding: 3px 10px;
    padding-top: 9px;
    font-size: 13px;
    text-align: center;
    margin: 0 5px;
}
.abouttit a:before {
    height: 100%;
}
.about1 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.about1tit {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
    line-height: 30px;
}
.about1nr11 {
    width: 100%;
    margin-bottom: 15px;
}
.about1nr11 img {
    width: 100%;
    float: left;
    display: block;
}
.about1nr1right {
    width: 100%;
    float: right;
}
.about1nr1right div {
    padding: 15px 0;
}
.about1nr1right div h4 {
    font-size: 25px;
}
.about1nr2 p {
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
    margin-bottom: 10px;
}
.about1nr2 {
    width: 100%;
    padding-bottom: 0px;
}
.about2left {
    width: 260px;
    float: left;
    margin-bottom: 20px;
    position: fixed;
    height: 100%;
    left: -300px;
    top: 0;
    background: #ffffff;
    z-index: 9;
    padding: 0 10px;
    padding-top: 20px;
    transition: all 0.3s ease;
}
.icon-caidan{
	float: right;
	color: #666;
	font-size: 14px;
	display: block;
}
.about2right {
    width: 100%;
    float: right;
}
.gallery a {
    width: 48%;
    float: left;
    margin: 10px 0;
    margin-right: 0;
    display: inline-block;
}
.gallery a:nth-child(2n){
	float: right;
}
.about3 div {
    background-color: #f8f9fb;
    padding: 20px 20px;
    height: auto;
    margin-bottom: 20px;
    position: relative;
}
.about3 div:nth-child(1) {
    width: 100%;
    float: left;
}
.about3 div i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #DB1A08;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 15px;
    top: 10px;
}
.about3 div:nth-child(2) {
    width: 100%;
    float: right;
}
.about3 div:nth-child(3) {
    width: 100%;
    float: left;
}
.about3 div:nth-child(4) {
    width: 100%;
    float: right;
    background: #f8f9fb;
}
.about3 div:nth-child(5) {
    width: 100%;
    float: left;
    padding-left: 20px;
    background: url(../images/qywhimg2.jpg) right top no-repeat;
}
.about3 div:nth-child(6) {
    width: 100%;
    float: right;
    text-align: center;
    padding-left: 30px;
    height: 300px;
    background: url(../images/qywhimg3.jpg) right top no-repeat;
    background-size: 100%;
}
.about3 div:nth-child(7) {
    width: 100%;
    float: left;
    background: url(../images/qywhimg4.jpg) right top no-repeat;
    height: 130px;
}
.about3, .about5, .about6 {
    padding-bottom: 0;
}
.banner div h4 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
    margin-top: 15px;
}
.banner div p {
    font-size: 13px;
    line-height: 15px;
}
.about4 {
    width: 100%;
    padding-bottom: 0;
}
.about5left {
    width: 100%;
    float: left;
    text-align: center;
}
.about5left a {
    display: inline-block;
    width: auto;
    text-align: center;
    line-height: 35px;
    border: 1px solid #DDDDDD;
    color: #000000;
    margin: 0 5px;
    margin-bottom: 10px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    font-size: 14px;
}
.about5right {
    width: 100%;
    float: right;
}
.about5right div{
	width: 48%;
	float: left;
	margin-bottom: 20px;
}
.about5right div:nth-child(2n){
	float: right;
}
.swiper-containerabout5{
	width: 95%;
}
.swiper-containerabout5 img {
    height: auto;
    color: #747474;
}
.product1tit {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin: 30px 0;
}
.abouttit a span {
    max-width: 1000px;
    line-height: 16px;
}
.product1 {
    width: 100%;
    margin-top: 25px;
    padding-bottom: 0;
}
.product1search {
    width: 100%;
    padding-right: 95px;
}
.product1right {
    width: 100%;
    float: right;
}
.product1righttit {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}
.product1right1 a {
    width: 48%;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.product1right1 a:nth-child(2n){
	float: right;
	margin-bottom: 20px;
}
.prodet1left {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border: 1px solid #DDDDDD;
}
.prodet1right {
    width: 100%;
    float: right;
}
.prodet2tit p {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    padding: 0 15px;
    background-color: #f5f5f5;
    color: #666666;
    margin-right: 5px;
    cursor: pointer;
}
.prodet2main {
    padding: 15px;
}
.hzhb1 {
    position: relative;
    padding-left: 0;
    margin-bottom: 20px;
    text-align: center;
}
.hzhb1 p {
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    position: initial;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 15px !important;
}
.hzhb1 p:after{
	display: none;
}
.hzhb1 div img {
    width: 31.3%;
    float: left;
    margin-right: 3%;
    margin-bottom: 10px;
}
.hzhb1 div img:nth-child(3n){
	margin-right: 0;
}
.hzhb table td {
    white-space: break-spaces;
    border-top: 0px !important;
    width: auto;
}
.news1 img {
    width: 100%;
    float: left;
    height: auto;
}
.news1 div {
    width: 100%;
    float: right;
    padding: 20px;
}
.news1lb a {
    display: block;
    width: 100%;
    min-height: 80px;
    padding: 20px 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    border-bottom: 1px solid #DDDDDD;
    transition: all 0.3s ease;
}
.news1lb a img {
    width: 100%;
    height: auto;
    position: initial;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease;
}
.news1lb a h4 {
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}
.news1lb a h5 {
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 21px;
    width: 80px;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s ease;
}
.rczp2 li h5 span, .rczp2 li h4 span{
	font-size: 12px;
}
.rczp2 li div {
   padding: 10px;
    font-size: 14px;
}
.rczp02main {
    margin-top: 0;
    position: relative;
    width: 100%;
    margin-left: 0;
}
.contact_map {
    width: 100%;
    height: 300px;
    float: left;
}
.rczp02right {
    width: 100%;
    float: right;
    background-color: #efefef;
    padding: 30px 15px;
    height: auto;
}
.rczp02js {
    text-align: center;
    font-size: 14px;
    color: #000000;
    line-height: 25px;
    margin-top: 20px;
}
.yfzx1nr2 div {
    width: 48%;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
}
.yfzx1nr2 div:nth-child(2n){
	float: right;
}
.lxfstit {
    font-size: 20px;
}
.lxfs1 {
    width: 100%;
    margin-left: 0;
    background-color: #EFEFEF;
    padding: 20px 15px;
    box-shadow: 0px 0px 9px #C2C2C2;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.lxfs1main {
    position: relative;
    padding-left: 0;
}
.lxfs1main img {
    height: 25px;
    position: initial;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}
.lxfs1main1 div:nth-child(1), .lxfs1main1 div:nth-child(2) {
    width: 100%;
}
.contact_map1 {
    width: 100%;
    height: 300px;
}
.lxfstit1 {
    font-size: 14px;
    line-height: 22px;
    color: #222222;
    text-align: center;
    margin-top: 5px;
}
.zxly {
    width: 100%;
    margin: auto;
    margin-top: 20px;
}
.zxly1 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: #cccccc;
}
.zxly1 input {
    width: 100%;
    height: 30px;
    border: none;
    outline-style: none;
}
.zxly1 {
    margin-bottom: 15px;
}
.zxly2 {
    text-align: center;
    margin-top: 10px;
}
.footer1right h4 {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.zxly1 textarea {
    height: 80px;
}
.about1nr1right div i {
    font-size: 30px;
}
.product1search button {
    font-size: 15px;
    border: none;
    width: 90px;
}
.product1search button i {
    margin-left: 5px;
}
.hzhb {
    width: 100%;
    max-height: 10000px;
    overflow: auto;
}
.widget-contact{
	display: none;
}
.product1right1 a img{
	height: 140px;
}
.product1right1 a:nth-child(3n-1){
	margin:0;
	margin-bottom: 20px;
}
.about5right div:nth-child(3n-1) {
    margin: 0;
    margin-bottom: 20px;
}
.about5right div p {
    font-size: 14px;
    margin-top: 5px;
    position: relative;
    line-height: 25px;
    color: #666666;
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header1main1:hover:after{
	content: '';
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	transform: skewX(-15deg);
}
.header1main1 a:hover {
	color: #222222 !important;
}
.abouttit a:before{
	display: none;
}
.abouttit .abouttitxz:before{
	display: block;
}
.prodet2main1left {
    width: 100%;
    float: left;
}
.prodet2main1left p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.prodet2main1right {
    width: 40%;
    float: left;
}
.index01left2 {
    float: left;
}
.index01left1 p {
    font-size: 22px;
    color: #222222;
    line-height: 30px;
    padding: 15px 0;
}
.about1nr2lj{
	width: 100%;
	float: initial;
}
.newsdet2 p iframe{
	max-width: 100%;
	max-height: 220px;
}


}

@media only screen and (max-width: 375px){
.product1right1 a img{
	height: 126px;
}


}
@media only screen and (max-width: 360px){
.product1right1 a img{
	height: 121px;
}


}
@media only screen and (max-width: 320px){
.product1right1 a img{
	height: 107px;
}


}