@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	font-family: "微软雅黑";
}

.pageBanner {
	width: 60%;
	float: left;
	margin-left: 20%;
	height: auto;
	box-shadow: 5px 5px 5px #f6f6f6;
	margin-top: 60px;
	padding-bottom: 50px;
	padding-top: 50px;
}

.pageBanner dl {
	float: left;
	width: calc(25% - 3px/4);
	height: 100px;
}

.pageBanner dl dt {
	width: 100%;
	height: auto;
	text-align: center;
}

.pageBanner dl dt span {
	font-family: 'Ali';
	color: #595757;
}

#number1,
#number2,
#number3,
#number4 {
	font-size: 2em;
}

.plus {
	font-size: 0.6em;
	margin-top: -40px;
}

.pageBanner dl dd {
	/*font-family: 'Ali';*/
	color: #b7b3b3;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
}

.shu {
	float: left;
	height: 80px;
	margin-top: 10px;
	width: 1px;
	background: #dedddd;
}

.index_product {
	float: left;
	width: 60%;
	margin-left: 20%;
	height: auto;
	margin-top: 100px;
}

.index_h1 {
	width: 100%;
	height: auto;
	text-align: center;
	color: #595757;
	font-size: 1.8em;
	font-weight: bold;
}

.index_p {
	width: 100%;
	height: auto;
	text-align: center;
	color: #bdbdbd;
	font-size: 0.9em;
	float: left;
	margin-top: 10px;
}

.index_product ul {
	margin-top: 60px;
	width: 100%;
	float: left;
	height: auto;
}

.index_product ul li {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 2%;
	box-shadow: 5px 5px 5px #eeeeee;
	overflow: hidden;
	position: relative;
}

.index_product ul li::before {
	/*content: "";
	width: 100%;
	height: 3px;
	background: #e0e0e0;
	transition: all .9s linear;*/
}

.index_product ul li::after {
	content: "";
	width: 0%;
	height: 3px;
	background: #e62129;
	float: left;
	transition: all .9s linear;
	position: absolute;
	left: 0;
	bottom: 0;
}

.index_product ul li:hover::after {
	width: 100%;
}

.index_product ul li>img {
	width: 100%;
	height: auto;
}

.index_product ul li>img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	transition: all 0.6s;
	-ms-transition: all 0.8s;
}

.index_product ul li:last-child {
	margin-right: 0px;
}

.index_product ul li p {
	width: 80%;
	float: left;
	height: auto;
	margin-left: 10%;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 10%;
	color: #bdbdbd;
	font-size: 1.1em;
	line-height: 40px;
	font-family: 'Ali';
}

.index_product ul li p img {
	float: right;
	height: 100%;
	width: auto;
}

.index_case {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 130px;
}

.index_case ul {
	float: left;
	margin-top: 60px;
	width: 60%;
	height: auto;
	margin-left: 20%;
}

.index_case ul li img {
	width: 100%;
	height: 100%;
}

.index_case ul li img:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	transition: all 0.6s;
	-ms-transition: all 0.8s;
}

.index_case ul li {
	float: left;
	height: auto;
	margin-right: 3%;
	overflow: hidden;
}

#index_1 {
	width: 31%;
}

#index_4 {
	margin-right: 0px;
}

#index_2,
#index_3,
#index_4,
#index_5 {
	width: 20%;
}

#index_6 {
	width: 43%;
	margin-right: 0px;
	max-height: 210px;
}

#index_5,
#index_6 {
	margin-top: 20px;
}

.index_case hr {
	width: 45%;
	height: 1px;
	background: #d2d2d2;
	margin-top: 80px;
	float: left;
}

.index_case a {
	display: block;
	width: 8%;
	height: auto;
	height: 50px;
	line-height: 50px;
	float: left;
	background: #e62129;
	margin-left: 1%;
	border-radius: 2em;
	text-align: center;
	color: white;
	margin-top: 55px;
}

.index_about {
	margin-top: 150px;
	width: 100%;
	height: auto;
	float: left;
	background: url(../images/banner_index.png) no-repeat center;
	background-size: 100% 100%;
	padding-bottom: 100px;
}

.about_center {
	float: left;
	width: 60%;
	float: left;
	margin-left: 20%;
}

.about_center h1 {
	font-family: arial;
	font-size: 5em;
	font-weight: bolder;
	color: white;
	text-align: right;
	font-style: italic;
	padding-right: 10%;
	margin-top: 20px;
}

.about_center p {
	font-family: arial;
	font-size: 1em;
	color: white;
	text-align: right;
	font-style: italic;
	padding-right: 15%;
	margin-top: 20px;
}

.about_center h2 {
	font-family: arial;
	font-size: 1em;
	font-weight: bolder;
	color: white;
	text-align: right;
	font-style: italic;
	padding-right: 15%;
	margin-top: 20px;
}

.about_ul {
	float: left;
	width: 30%;
	height: 400px;
	margin-top: 70px;
	background: url(../images/index_7.png) no-repeat center;
}

.index_about ul {
	float: left;
	width: 70%;
	height: 400px;
	margin-top: 70px;
}

.about_ul h1 {
	font-size: 1.5em;
	font-style: initial;
	text-align: center;
	padding: 0;
	margin-top: 110px;
}

.about_ul h4 {
	font-size: 1em;
	font-style: initial;
	text-align: center;
	padding: 0;
	color: white;
	width: 100%;
	float: left;
	margin-top: 10px;
}

.jiantou {
	width: 30%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-left: 35%;
}

.jiantou:hover {
	margin-left: 50%;
	transition: 0.5s all;
}

.index_about ul li {
	width: calc(100%/3);
	float: left;
	height: 200px;
	overflow: hidden;
}

.index_about ul li img {
	width: 100%;
	height: 100%;
}

.ul_p {
	background: white;
}

.ul_p h1 {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 80px;
	color: #777575;
	font-size: 1.5em;
	font-style: inherit;
	font-weight: normal;
	padding: 0;
}

.ul_p p {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 10px;
	color: #777575;
	font-size: 0.9em;
	font-style: inherit;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.index_about ul li img:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	transition: all 0.6s;
	-ms-transition: all 0.8s;
}

.about_li {
	width: 60%;
	float: left;
	height: auto;
	margin-top: 200px;
}

.about_li h1 {
	width: 100%;
	text-align: left;
	color: #595757;
	font-family: 'Alib';
	font-size: 2em;
	font-weight: bolder;
	margin-top: 100px;
	font-style: inherit;
}

.about_li h5 {
	width: 100%;
	text-align: left;
	color: #b8b7b7;
	font-family: 'Ali';
	font-size: 1em;
	margin-top: 10px;
	font-weight: bolder;
	font-style: inherit;
}

.about_li p {
	width: 80%;
	text-align: left;
	float: left;
	margin-top: 35px;
	color: #777575;
	font-style: inherit;
	font-size: 0.8em;
}

.index_contant {
	float: left;
	width: 100%;
	height: auto;
}

.contact_left {
	width: 36%;
	float: left;
	height: auto;
	background: #f8f8f8;
	height: 240px;
}

.contact_right {
	width: 64%;
	float: left;
	background: #e62129;
	height: 240px;
}

.contact_left h1 {
	width: 100%;
	padding-left: 50%;
	color: #595757;
	font-family: "微软雅黑";
	font-size: 1.5em;
	margin-top: 65px;
}

.contact_left p {
	width: 100%;
	padding-left: 50%;
	color: #595757;
	font-family: "微软雅黑";
	font-size: 0.8em;
	margin-top: 15px;
}

.contact_right h1 {
	font-size: 1.5em;
	color: white;
	width: 100%;
	height: auto;
	margin-top: 60px;
	float: left;
}

.contact_right h2 {
	font-size: 1.5em;
	color: white;
	width: 100%;
	height: auto;
	margin-top: 10px;
	float: left;
}

.right_1 {
	width: 30%;
	float: left;
	margin-left: 10%;
	height: auto;
}

.contact_right p {
	font-size: 0.8em;
	color: white;
	width: 100%;
	height: auto;
	color: #ef9ea0;
	float: left;
}

.contact_right a {
	display: block;
	float: left;
	width: 30%;
	border-left: 1px solid #ef8d91;
	margin-top: 10px;
	padding-left: 1%;
}

.contact_right a img:hover {
	margin-left: 20%;
	transition: 0.5s all;
}

.contact_right>img {
	width: 30%;
	height: auto;
	float: right;
	margin-right: 30%;
}

.index_honor {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 75px;
	padding-top: 75px;
}

.index_honor>div {
	width: 60%;
	height: auto;
	margin-left: 20%;
	float: left;
}

.next {
	background: url(../images/run_right.png) no-repeat center!important;
	width: 43px!important;
	height: 43px!important;
}

.prev {
	background: url(../images/run_left.png) no-repeat center!important;
	width: 43px!important;
	height: 43px!important;
}

.index_honor .swiper-slide {
	margin-left: 5px!important;
}


/*about*/

.about_1 {
	width: 60%;
	float: left;
	margin-left: 20%;
	margin-top: 150px;
}

.about_1 h1 {
	text-align: center;
	width: 100%;
	font-size: 1.8em;
	font-family: 'Alib';
	color: #595757;
}

.about_1 h3 {
	text-align: center;
	width: 100%;
	font-size: 0.8em;
	font-family: 'Ali';
	font-weight: normal;
	color: #b8b7b7;
	margin-top: 5px;
	margin-bottom: 80px;
}

.about_1 img {
	width: 40%;
	float: left;
	height: auto;
}

.about_1 p {
	float: left;
	width: 55%;
	margin-left: 5%;
	font-size: 1.2rem;
	line-height: 25px;
}

.about_1 hr {
	background: #acabab;
	width: 100%;
	height: 1px;
	float: left;
	margin-top: 50px;
}

.about_2 {
	width: 60%;
	height: auto;
	float: left;
	margin-top: 140px;
	margin-left: 20%;
}

.about_2 h1 {
	text-align: center;
	width: 100%;
	font-size: 1.8em;
	font-family: 'Alib';
	color: #595757;
}

.about_2 h3 {
	text-align: center;
	width: 100%;
	font-size: 0.8em;
	font-family: 'Ali';
	font-weight: normal;
	color: #b8b7b7;
	margin-top: 5px;
}

.about_2 h5 {
	width: 100%;
	float: left;
	height: auto;
	font-size: 1em;
	font-family: 'Ali';
	text-align: center;
	color: #777575;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 75px;
}

.about_2_left {
	float: left;
	width: 40%;
	height: 150px;
	background: #efeff0;
}

.about_2_left img {
	width: 25%;
	height: auto;
	float: left;
	height: 100%;
}

.about_2_left p {
	float: left;
	width: 65%;
	margin-left: 5%;
	height: auto;
	font-size: 0.8em;
	line-height: 18px;
	color: #676565;
	font-family: 'Ali';
	margin-top: 20px;
}

.about_2_right {
	float: left;
	width: 55%;
	margin-left: 5%;
	height: 150px;
	background: #efeff0;
}

.about_2_right img {
	width: 45%;
	float: left;
	height: auto;
	height: 100%;
}

.about_2_right p {
	float: left;
	width: 45%;
	margin-left: 5%;
	height: auto;
	font-size: 0.8em;
	line-height: 18px;
	color: #676565;
	font-family: 'Ali';
	margin-top: 20px;
}

.about_3 {
	width: 60%;
	height: auto;
	float: left;
	margin-top: 140px;
	margin-left: 20%;
}

.about_3 h1 {
	text-align: center;
	width: 100%;
	font-size: 1.8em;
	font-family: 'Alib';
	color: #595757;
}

.about_3 h3 {
	text-align: center;
	width: 100%;
	font-size: 0.8em;
	font-family: 'Ali';
	font-weight: normal;
	color: #b8b7b7;
	margin-top: 5px;
}

.about_3 h5 {
	width: 100%;
	float: left;
	height: auto;
	font-size: 1em;
	font-family: 'Ali';
	text-align: center;
	color: #777575;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 75px;
}

.about_3 ul {
	float: left;
	width: 100%;
	height: auto;
}

.about_3 ul li {
	float: left;
	width: 45%;
	margin-right: 10%;
	height: auto;
	margin-top: 40px;
}

.about_3 ul li:nth-child(2n) {
	margin-right: 0px;
}

.about_3 ul li img {
	width: 100%;
	height: auto;
}

.about_4 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 140px;
}

.about_4 h1 {
	text-align: center;
	width: 100%;
	font-size: 1.8em;
	font-family: 'Alib';
	color: #595757;
}

.about_4 h3 {
	text-align: center;
	width: 100%;
	font-size: 0.8em;
	font-family: 'Ali';
	font-weight: normal;
	color: #b8b7b7;
	margin-top: 5px;
}

.about_4_center {
	height: auto;
	width: 100%;
	float: left;
	background: #e62129;
	margin-top: 100px;
}

.about_4_center_left {
	float: left;
	width: 30%;
	height: auto;
	margin-left: 20%;
}

.about_4_center_left p {
	font-family: 'Ali';
	color: white;
	font-size: 0.8em;
	margin-top: 25px;
	line-height: 20px;
}

.about_4_center_left p:first-child {
	margin-top: 80px;
}

.about_4_center_left img {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}

.about_4_center_right {
	float: left;
	width: 35%;
	height: auto;
}

.about_4_center_right img {
	width: 100%;
	height: auto;
}

.about_5 {
	width: 60%;
	height: auto;
	float: left;
	margin-top: 140px;
	margin-left: 20%;
	padding-bottom: 180px;
}

.about_5 h1 {
	text-align: center;
	width: 100%;
	font-size: 1.8em;
	font-family: 'Alib';
	color: #595757;
}

.about_5 h3 {
	text-align: center;
	width: 100%;
	font-size: 0.8em;
	font-family: 'Ali';
	font-weight: normal;
	color: #b8b7b7;
	margin-top: 5px;
}

.about_5 h5 {
	width: 100%;
	float: left;
	height: auto;
	font-size: 1em;
	font-family: 'Ali';
	text-align: center;
	color: #777575;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 75px;
}

.about_5 p {
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 25px;
	font-size: 0.8em;
	font-family: 'Ali';
	font-weight: bold;
}

.about_5_center {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 40px;
}

.about_5_center img:first-child {
	float: left;
	width: 26%;
	height: 410px;
}

.about_5_center ul {
	width: 73%;
	float: left;
	margin-left: 1%;
}

.about_5_center ul li {
	width: calc(97% / 3);
	margin-right: 1.5%;
	height: auto;
	float: left;
	overflow: hidden;
}

.about_5_center ul li:nth-child(3n) {
	margin-right: 0px;
}

.about_5_center ul li img {
	width: 100%!important;
	max-height: 200px;
}

.about_5_center ul li img:hover {
	transform: scale(1.1);
	transition: 0.5s all;
}

.about_5_center ul li:nth-child(4),
.about_5_center ul li:nth-child(5),
.about_5_center ul li:nth-child(6) {
	margin-top: 10px;
}

.about_5_bottom {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 80px;
}

.about_5_bottom ul {
	width: 100%;
	float: left;
	height: auto;
}

.about_5_bottom ul li {
	width: calc(100% / 3);
	height: 60px;
	float: left;
	border-right: 1px solid #ddddde;
}

.about_5_bottom ul li:last-child {
	border-right: none;
}

.about_5_bottom ul li h2 {
	font-family: 'Alib';
	text-align: left;
	float: left;
	font-size: 1em;
	width: 80%;
	margin-left: 10%;
}

.about_5_bottom ul li p {
	width: 80%;
	margin-left: 10%;
	height: auto;
	float: left;
	text-align: left;
	font-family: 'Ali';
	font-size: 0.8em;
	line-height: 15px;
	color: #777575;
	font-weight: bold;
	margin-top: 10px;
}

.about_5_bottom img {
	width: 60%;
	margin-left: 20%;
	height: auto;
	margin-top: 75px;
}


/*fuwu*/

.fuwu1 {
	width: 1265px;
	margin: 0 auto;
	height: auto;
}

.fuwu1 h1 {
	width: 10%;
	height: 115px;
	height: 30px;
	line-height: 30px;
	color: white;
	background: #e10000;
	text-align: center;
	margin-top: 50px;
}

.fuwu1 h3 {
	width: 100%;
	height: auto;
	line-height: 20px;
	color: #595757;
	font-family: "宋体";
	font-size: 0.8em;
	margin-top: 30px;
}

.fuwu1 ul {
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.fuwu1 ul li {
	float: left;
	margin-top: 5px;
	overflow: hidden;
	/*vertical-align: bottom;*/
}

.fuwu1 ul li img {
	width: 100%;
	height: 100%;
}

.fuwu1 ul li img:hover {
	transform: scale(1.1);
	transition: 0.5s all;
}

.fuwu2 {
	width: 1265px;
	margin: 0 auto;
	height: auto;
	padding-bottom: 100px;
}

.fuwu2 h1 {
	width: 10%;
	height: 115px;
	height: 30px;
	line-height: 30px;
	color: white;
	background: #e10000;
	text-align: center;
	margin-top: 50px;
}

.fuwu2 h3 {
	width: 100%;
	height: auto;
	line-height: 20px;
	color: #595757;
	font-family: "宋体";
	font-size: 0.8em;
	margin-top: 30px;
}

.fuwu2 ul {
	width: 100%;
	height: auto;
}

.fuwu_1 {
	width: 310px;
	height: 310px;
}

.fuwu_2 {
	width: 230px;
	height: 310px;
	margin-left: 5px;
}

.fuwu_3 {
	width: 410px;
	height: 310px;
	margin-left: 5px;
}

.fuwu_4 {
	width: 285px;
	height: 310px;
	margin-left: 5px;
}

.fuwu_5 {
	width: 545px;
	height: 355px;
}

.fuwu_6 {
	width: 410px;
	height: 355px;
	margin-left: 5px;
}

.fuwu_7 {
	width: 285px;
	height: 355px;
	margin-left: 5px;
}


/*case*/

.case_1 {
	width: 100%;
	height: auto;
	float: left;
}

.case_1 ul {
	width: 60%;
	float: left;
	margin-left: 20%;
	height: auto;
	margin-top: 140px;
}

.case_1 ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
	box-shadow: 5px 5px 5px #eeeeee;
}

.case_1 ul li a {
	display: block;
	overflow: hidden;
	float: left;
	width: 100%;
	height: auto;
}

.case_1 ul li a img {
	width: 100%;
	height: auto;
}

.case_1 ul li a img:hover {
	transform: scale(1.1);
	transition: 0.5s all;
}

.case_1 ul li:nth-child(3n) {
	margin-right: 0px;
}

.case_1 ul li p {
	width: 100%;
	height: auto;
	float: left;
	] height: 40px;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 0.9em;
	color: #595757;
	font-weight: bold;
	background: white;
	padding-left: 10%;
}

.case_1 ul li p img {
	margin-top: 7px;
}


/*contact*/

.contact {
	width: 60%;
	height: auto;
	float: left;
	margin-left: 20%;
}

.contact h1 {
	width: 10%;
	height: 115px;
	height: 30px;
	line-height: 30px;
	color: white;
	background: #e10000;
	text-align: center;
	margin-top: 50px;
}

.contact_center {
	width: 80%;
	float: left;
	margin-top: 35px;
}

.contact_center h2 {
	color: black;
	font-family: "微软雅黑";
	font-size: 1.5em;
	margin-bottom: 30px;
}

.contact_center p {
	float: left;
	width: 100%;
	height: auto;
	line-height: 25px;
	font-family: "微软雅黑";
	font-size: 0.8em;
}

.contact_center form {
	width: 60%;
	height: auto;
	float: left;
	margin-top: 60px;
}

.contact_center form input {
	background: #edeeee;
	height: 35px;
	border-radius: 0.4em;
	width: 70%;
	padding-left: 20px;
	margin-top: 20px;
}

.contact_center form textarea {
	width: 100%;
	height: 200px;
	padding-left: 20px;
	background: #edeeee;
	margin-top: 20px;
	border-radius: 0.4em;
	padding-top: 10px;
}

.contact_center form button {
	width: 25%;
	height: 35px;
	background: #e10000;
	float: left;
	text-align: center;
	margin-top: 20px;
	border-radius: 0.5em;
	color: white;
}

.contact>img {
	float: left;
	width: 10%;
	height: auto;
	margin-top: 35px;
}

.contact_2 {
	width: 60%;
	height: auto;
	float: left;
	margin-left: 20%;
	margin-top: 90px;
	padding-bottom: 150px;
}

.contact_2 ul {
	float: left;
	width: 100%;
	height: auto;
}

.contact_2 ul li {
	width: calc(20% - 1px);
	float: left;
	height: auto;
	border-right: 1px solid #ddddde;
}

.contact_2 ul li:last-child {
	border: none;
}

.contact_2 ul li h2 {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 1em;
	font-weight: bold;
}

.contact_2 ul li p {
	width: 70%;
	height: auto;
	float: left;
	text-align: center;
	margin-left: 15%;
	font-size: 0.8em;
	margin-top: 10px;
	line-height: 20px;
}


/*product*/

.top_nav {
	width: 60%;
	float: left;
	margin-left: 20%;
	height: auto;
	margin-top: 55px;
}

.top_nav ul {
	width: 100%;
	height: auto;
	float: left;
}

.top_nav ul li a {
	font-family: '宋体';
	font-size: 0.8em;
	color: black;
}

.top_nav ul li {
	float: left;
	padding: 10px 20px;
	margin-left: 10px;
}

.active1 {
	background: #e10000;
	border-radius: 2em;
}

.top_nav ul li:hover {
	background: #e10000;
	border-radius: 2em;
}

.top_nav ul li:hover a {
	color: white;
}

.pro1_1 {
	float: left;
	width: 60%;
	height: auto;
	margin-left: 20%;
}

.pro1 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 80px;
}

.pro2 {
	width: 40%;
	float: left;
	height: auto;
	margin-top: 100px;
}

.pro3 {
	width: 60%;
	float: left;
	height: auto;
	margin-top: 40px;
}

.pro1_2 {
	width: 60%;
	height: auto;
	float: left;
	margin-left: 20%;
}

.pro1_2 h1 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #e10000;
	color: white;
	font-family: "微软雅黑";
	padding-left: 5%;
	font-size: 1.4rem;
}

.pro1_2_left {
	width: 40%;
	float: left;
	height: auto;
	margin-top: 50px;
}

.pro1_2_left img {
	width: 40%;
	height: auto;
	float: left;
}

.pro1_2_left ul {
	float: left;
	width: 58%;
	margin-left: 2%;
	height: auto;
	margin-top: 5px;
}

.pro1_2_left h2 {
	width: 58%;
	float: left;
	margin-left: 2%;
	color: #595757;
	font-size: 1em;
	margin-top: 10px;
}

.pro1_2_left ul li {
	width: 100%;
	height: auto;
	margin-top: 5px;
	font-family: "宋体";
	font-size: 1.2rem;
}

.pro1_2_right {
	width: 58%;
	float: left;
	height: auto;
	margin-top: 50px;
	margin-left: 2%;
}

.pro1_2_right img {
	width: 30%;
	float: left;
	height: auto;
}

.pro1_2_right h2 {
	width: 68%;
	float: left;
	margin-left: 2%;
	color: #595757;
	font-size: 1.8rem;
	margin-top: 10px;
}

.pro1_2_right p {
	width: 68%;
	float: left;
	margin-left: 2%;
	font-size: 1.2rem;
	margin-top: 10px;
	font-family: '宋体';
}

.pro1_2 hr {
	width: 100%;
	height: 1px;
	background: #bdbcbc;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}

.pro1_2_bottom {
	float: left;
	width: 100%;
	height: auto;
}

.pro1_2_bottom h2 {
	font-family: "微软雅黑";
	color: #595757;
	font-size: 1em;
	font-weight: bold;
	width: 100%;
	height: auto;
	margin-top: 15px;
}

.pro1_2_bottom p {
	font-family: "宋体";
	color: black;
	font-size: 1.4rem;
	width: 100%;
	margin-top: 30px;
	height: auto;
}

.pro1_2_bottom img {
	float: left;
	width: 75%;
	height: auto;
}

.pro1_2_bottom>div {
	float: left;
	width: 25%;
	height: auto;
}

.pro1_3 {
	width: 60%;
	height: auto;
	float: left;
	margin-left: 20%;
	margin-top: 60px;
}

.pro1_3 h1 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #e10000;
	color: white;
	font-family: "微软雅黑";
	padding-left: 5%;
	font-size: 0.8em;
}

.pro1_3 ul {
	width: 90%;
	float: left;
	margin-left: 5%;
	height: auto;
}

.pro1_3 ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
	height: auto;
	margin-top: 50px;
	overflow: hidden;
}

.pro1_3 ul li h5 {
	font-size: 1.6rem;
	color: #595757;
	float: left;
	width: 100%;
	height: auto;
	font-family: "微软雅黑";
	margin-top: 30px;
}

.pro1_3 ul li p {
	font-size: 1.2rem;
	color: #595757;
	float: left;
	width: 100%;
	height: auto;
	font-family: '宋体';
	margin-top: 20px;
}

.pro1_3 ul li:nth-child(3n) {
	margin-right: 0px;
}

.pro1_3 ul li img {
	width: 100%;
	height: auto;
}

.pro1_3 ul li img:hover {
	transform: scale(1.1);
	transition: 0.5s all;
}

.pro1_4 {
	width: 60%;
	height: auto;
	float: left;
	margin-left: 20%;
	margin-top: 60px;
	padding-bottom: 100px;
}

.pro1_4 ul {
	width: 100%;
	height: auto;
	float: left;
}

.pro1_4 ul li {
	width: 22%;
	margin-right: 4%;
	float: left;
	height: auto;
	overflow: hidden;
}

.pro1_4 ul li:last-child {
	margin-right: 0px;
}

.pro1_4 ul li img {
	width: 100%;
	height: auto;
}

.pro1_4 ul li img:hover {
	transform: scale(1.05);
	transition: 0.5s all;
}

.pro1_4 ul li h3 {
	float: left;
	width: 100%;
	font-size: 1.4rem;
	font-family: "微软雅黑";
	color: #595757;
	margin-top: 10px;
}

.pro1_4 h2 {
	font-family: "微软雅黑";
	color: #595757;
	font-size: 0.9em;
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 45px;
	float: left;
}

.pro1_4 p {
	font-family: "宋体";
	color: #595757;
	font-size: 1.2rem;
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 10px;
	float: left;
	line-height: 20px;
}

.pro1_4 h1 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #e10000;
	color: white;
	font-family: "微软雅黑";
	padding-left: 5%;
	font-size: 1.4rem;
	float: left;
	margin-top: 55px;
}

.pro2_1 {
	width: 60%;
	height: auto;
	float: left;
	margin-left: 20%;
	margin-top: 75px;
	padding-bottom: 150px;
}

.pro2_1 img {
	width: 100%;
	height: auto;
}

.pro2_1 h1 {
	width: 30%;
	height: 30px;
	line-height: 30px;
	background: #e10000;
	color: white;
	font-family: "微软雅黑";
	padding-left: 2%;
	font-size: 0.8em;
	float: left;
	margin-top: 55px;
}

.pro2_1 p {
	font-family: "宋体";
	font-size: 1.3rem;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 35px;
}

.pro2_1 h3 {
	font-family: "宋体";
	font-size:1.3rem;
	float: left;
	width: 60%;
	height: auto;
	margin-top: 30px;
	line-height: 20px;
}

.pro22 {
	width: 70%!important;
	height: auto;
	float: left;
	margin-top: 50px;
	margin-right: 10%;
}

.pro23 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}

.pro24 {
	width: 70%!important;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-right: 10%;
}

.pro3_1 {
	width: 60%;
	float: left;
	height: auto;
	margin-top: 55px;
	margin-left: 20%;
	padding-bottom: 100px;
}

.pro3_1 img {
	width: 100%;
	height: auto;
}

.pro3_1 h1 {
	width: 30%;
	height: 30px;
	line-height: 30px;
	background: #e10000;
	color: white;
	font-family: "微软雅黑";
	padding-left: 2%;
	font-size: 0.8em;
	float: left;
	margin-top: 55px;
}

.pro3_1 p {
	font-family: "宋体";
	font-size: 1.3rem;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 35px;
}

.pro3_ul1 {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 55px;
}

.pro3_ul1 li {
	width: 49%;
	height: auto;
	margin-right: 2%;
	float: left;
	overflow: hidden;
}

.pro3_ul1 li:last-child {
	margin-right: 0px;
}

.pro3_ul1 li img:hover {
	transform: scale(1.1);
	transition: 0.5s all;
}

.pro3_ul2 {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 45px;
}

.pro3_ul2>li {
	width: 32%;
	margin-right: 2%;
	float: left;
	height: auto;
}

.pro3_ul2>li:last-child {
	margin-right: 0px;
}

.pro3_ul2>li h1 {
	width: 100%;
	padding-left: 5%;
}

.pro3_ul2>li ul {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
}

.pro3_ul2>li ul li {
	margin-top: 10px;
	height: auto;
	float: left;
	width: 100%;
	font-family: "宋体";
	font-size: 1.3rem;
}


/*新闻*/


/*new*/
.news_list{
	width: 60%;
	height: auto;
	margin-left: 20%;
	float: left;
}
.news_list ul{
	width: 100%;
	height: auto;
	float: left;
	margin-top:50px;
}
.news_list ul li{
	width: calc(100% - 2px);
	height: auto;
	float: left;
	padding: 50px 45px;
	border:1px solid #efefef;
	margin-top:30px;
}
.new_dates{
	width: 15%;
	float: left;
	height: 120px;
	background: #2b2b2b;
	padding-top: 30px;
	padding-bottom: 30px;
}
.new_center{
	width: 60%;
	height: auto;
	float: left;
	margin-left: 3%;
}
.news_list ul li a img{
	width: auto;
	float: right;
	height: 120px;
}
.new_dates span{
	float: left;
	width: 60%;
	margin-left: 20%;
	color:#6b6b6b;
	font-size: 1em;
	display: block;
}
.new_dates p{
	float: left;
	width: 80%;
	margin-left: 20%;
	font-size: 1.3em;
	color:#fafafa;
}
.new_center h3{
	color:#adadad;
	width: 80%;
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	margin-top:10px;
}
.new_center p{
	width: 100%;
	float: left;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 20px;
	margin-top:30px;
}

.new_contents{
	width: 70%;
	float: left;
	margin-left: 15%;
	padding-bottom: 50px;
}
.new_contents h1{
	width: 100%;
	float: left;
	text-align: center;
	margin-top:50px;
	font-size: 1.2em;
	height: auto;
	font-family: 'Alib';
}
.new_contents p{
	width: 70%;
	height: auto;
	margin-left: 15%;
	line-height: 20px;
	font-size: 0.9em;
	margin-top:20px;
	float: left;
}
.left_a{
	float: left;
	margin-left: 15%;
}
.right_a{
	float: right;
	margin-right: 15%;
}
.new_contents a:hover{
	color:#e83c42;
}
.new_center p:hover{
	color:#e83c42;
}
/*手机调整响应式*/

@media only screen and (max-width:1800px) {
	.about_1 p {
		line-height: 19px;
	}
	.about_4_center_left p:first-child {
		margin-top: 40px;
	}
}

@media only screen and (max-width:1700px) {
	.contact_left,
	.contact_right {
		height: 220px;
	}
	.about_1 p {
		width: 55%;
		margin-left: 5%;
	}
	.pro1_2_left h2 {
		margin-top: 5px;
	}
	.pro1_2_left ul li {
		margin-top: 3px;
	}
	.pro1_2_right h2 {
		margin-top: 5px;
	}
}

@media only screen and (max-width:1650px) {
	.pro1_2_left h2 {
		font-size: 0.8em;
	}
	.pro1_2_right h2 {
		font-size: 0.8em;
	}
	.pro1_2_right p {
		margin-top: 5px;
	}
	.pro1_2_left ul {
		margin-top: 0px;
	}
	.pro1_2_left ul li {
		margin-top: 2px;
		line-height: 12px;
	}
	.pro1_2_right p {
		line-height: 13px;
	}
	.pro1_2_bottom p {
		margin-top: 15px;
	}
	.pro1_2_bottom h2 {
		margin-top: 10px;
	}
}

@media only screen and (max-width:1600px) {
	.about_1,
	.about_2,
	.about_3,
	.about_5 {
		width: 70%;
		margin-left: 15%;
	}
	.about_4_center_left {
		margin-left: 15%;
		width: 35%;
	}
	.about_4_center_left p:first-child {
		margin-top: 40px;
	}
	.about_4_center_left img {
		margin-top: 20px;
	}
	.about_4_center_left p {
		line-height: 18px;
		margin-top: 15px;
	}
	.contact_center form {
		width: 70%;
	}
	.contact_2 ul li p {
		width: 80%;
		height: auto;
		margin-left: 10%;
		font-size: 0.7em;
	}
	.about_1 p {
		line-height: 22px;
	}
	.news_list{
		width: 70%;
		margin-left: 15%;
	}
	.new_contents{
		width: 80%;
		margin-left: 10%;
	}
}

@media only screen and (max-width:1550px) {
	.about_1 p {
		line-height: 20px;
	}
}

@media only screen and (max-width:1500px) {
	.contact_left,
	.contact_right {
		height: 200px;
	}
	.pro1_2_bottom h2 {
		margin-top: 0px;
	}
	.pro1_2_bottom p {
		margin-top: 5px;
	}
}

@media only screen and (max-width:1450px) {
	.index_product ul li p {
		font-size: 1em;
		width: 90%;
		margin-left: 5%;
	}
	.pageBanner,
	.index_product,
	.index_case ul,
	.about_center,
	.index_honor>div {
		width: 70%;
		margin-left: 15%;
	}
	.about_4_center_left p:first-child {
		margin-top: 20px;
	}
	.pro1_2_left h2 {
		margin-top: 0px;
	}
	.pro1_2_right h2 {
		margin-top: 0px;
	}
	.about_1 p {
		line-height: 18px;
	}
	.new_dates{
		height: 100px;
		padding-bottom: 25px;
		padding-top: 25px;
	}
	.news_list ul li a img{
		height: 100px;
	}
	.new_center p{
		margin-top:20px;
	}
}

@media only screen and (max-width:1400px) {
	.about_1,
	.about_2,
	.about_3,
	.about_5 {
		width: 80%;
		margin-left: 10%;
	}
	.about_4_center_left {
		margin-left: 10%;
		width: 40%;
	}
	.about_4_center_right {
		width: 40%;
	}
	.contact {
		width: 70%;
		margin-left: 15%;
	}
	.contact_2 {
		width: 70%;
		margin-left: 15%;
	}
	.about_1 p {
		line-height: 22px;
	}
	.new_contents p{
		margin-left: 10%;
		width: 80%;
	}
	.left_a{
		margin-left: 10%;
	}
	.right_a{
		margin-right: 10%;
	}
}

@media only screen and (max-width:1350px) {
	.contact_left,
	.contact_right {
		height: 180px;
	}
	.about_1 p {
		line-height: 20px;
	}
}

@media only screen and (max-width:1300px) {
	.pageBanner,
	.index_product,
	.index_case ul,
	.about_center,
	.index_honor>div {
		width: 80%;
		margin-left: 10%;
	}
	.index_case hr {
		width: 42%;
	}
	.index_case a {
		width: 14%
	}
	.about_5_bottom ul li {
		height: 70px;
	}
	.case_1 ul {
		width: 70%;
		height: auto;
		margin-left: 15%;
	}
	.fuwu1,
	.fuwu2 {
		width: 855px;
	}
	.fuwu_1 {
		width: 215px;
		height: 210px;
	}
	.fuwu_2 {
		width: 155px;
		height: 210px;
	}
	.fuwu_3 {
		width: 280px;
		height: 210px;
	}
	.fuwu_4 {
		width: 190px;
		height: 210px;
	}
	.fuwu_5 {
		height: 240px;
		width: 375px;
	}
	.fuwu_6 {
		width: 280px;
		height: 240px;
	}
	.fuwu_7 {
		width: 190px;
		height: 240px;
	}
	.pro1_1,
	.pro1_2,
	.pro1_3,
	.top_nav,
	.pro1_4 {
		width: 70%;
		height: auto;
		margin-left: 15%;
	}
	.pro2_1 {
		width: 70%;
		margin-left: 15%;
	}
	.pro3_1 {
		width: 70%;
		margin-left: 15%;
	}
	.new_dates{
		height: 100px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.news_list ul li a img{
		height: 100px;
	}
	.new_center p{
		margin-top:15px;
	}
}

@media only screen and (max-width:1250px) {
	.about_1 p {
		line-height: 18px;
	}
}

@media only screen and (max-width:1200px) {
	.about_1 img {
		width: 80%;
		margin-left: 10%;
	}
	.about_1 p {
		width: 80%;
		margin-left: 10%;
		margin-top: 10px;
	}
	.about_2_left p {
		font-size: 0.6em;
	}
	.pro1_2_bottom img {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.pro1_2_bottom p {
		width: 100%;
		margin-top: 20px;
	}
	.pro1_2_bottom>div {
		width: 100%;
	}
	.new_contents p{
		margin-left: 5%;
		width: 90%;
	}
	.left_a{
		margin-left: 5%;
	}
	.right_a{
		margin-right: 5%;
	}
}

@media only screen and (max-width:1100px) {
	.about_2_left {
		height: 120px;
	}
	.about_2_right {
		height: 120px;
	}
	.about_2_left p {
		line-height: 15px;
		margin-top: 5px;
	}
	.about_2_right p {
		line-height: 15px;
		margin-top: 5px;
	}
	.about_4_center_left p {
		font-size: 0.7em;
		margin-top: 5px;
	}
	.about_4_center_left img {
		margin-top: 10px;
	}
	.about_5_center img:first-child {
		height: 360px;
	}
	.about_5_center ul li img {
		height: 175px!important;
	}
	.pro1_1,
	.pro1_2,
	.pro1_3,
	.top_nav,
	.pro1_4 {
		width: 80%;
		height: auto;
		margin-left: 10%;
	}
	.pro3_1 {
		width: 80%;
		margin-left: 10%;
	}
	.new_dates{
		height: 80px;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.news_list ul li a img{
		height: 80px;
	}
	.new_center p{
		margin-top:10px;
		
	}
	.new_dates p{
		font-size: 1em;
	}
	.new_dates span{
		font-size: 0.8em;
	}
	.new_center h3{
		margin-top:0px;
	}
	
}

@media only screen and (max-width:1000px) {
	.pageBanner,
	.index_product,
	.index_case ul,
	.about_center,
	.index_honor>div {
		width: 90%;
		margin-left: 5%;
	}
	.ul_p h1 {
		font-size: 1.3em
	}
	.ul_p p {
		font-size: 0.8em;
	}
	.about_ul h1 {
		font-size: 1.3em;
	}
	.about_ul h4 {
		font-size: 0.8em;
	}
	.about_2_left {
		width: 80%;
		margin-left: 10%;
		height: 180px;
	}
	.about_2_right {
		width: 80%;
		margin-left: 10%;
		height: 180px;
		margin-top: 40px;
	}
	.about_2_right p {
		line-height: 20px;
		font-size: 0.8em;
		margin-top: 30px;
	}
	.about_2_left p {
		line-height: 20px;
		font-size: 0.8em;
		margin-top: 30px;
	}
	.about_4_center_left p {
		line-height: 15px;
	}
	.contact {
		width: 80%;
		margin-left: 10%;
	}
	.contact_2 {
		width: 80%;
		margin-left: 10%;
	}
	.pro1_1,
	.pro1_2,
	.pro1_3,
	.top_nav,
	.pro1_4 {
		width: 90%;
		height: auto;
		margin-left: 5%;
	}
	.pro2_1 {
		width: 80%;
		margin-left: 10%;
	}
	.news_list{
		width: 80%;
		margin-left: 10%;
	}
}

@media only screen and (max-width:950px) {
	.about_4_center_left p:first-child {
		margin-top: 10px;
	}
	.about_5_center img:first-child {
		height: 320px;
	}
	.about_5_center ul li img {
		height: 155px!important;
	}
}

@media only screen and (max-width:900px) {
	.about_ul {
		height: 360px;
	}
	.index_about ul li {
		height: 180px;
	}
	.ul_p h1 {
		margin-top: 60px;
	}
	.contact_right h1 {
		margin-top: 40px;
	}
	.contact_left h1 {
		margin-top: 45px;
	}
	.contact_left,
	.contact_right {
		height: 150px;
	}
	.about_3 ul li {
		width: 80%;
		margin-left: 10%;
		margin-right: 0%;
	}
	.about_4_center_left p {
		font-size: 0.6em;
		line-height: 13px;
	}
	.about_5_bottom ul li {
		height: 80px;
	}
	.case_1 ul {
		width: 80%;
		margin-left: 10%;
	}
	.fuwu1,
	.fuwu2 {
		width: 600px;
	}
	.fuwu_1 {
		width: 145px;
		height: 145px;
	}
	.fuwu_2 {
		width: 110px;
		height: 145px;
	}
	.fuwu_3 {
		width: 200px;
		height: 145px;
	}
	.fuwu_4 {
		width: 130px;
		height: 145px;
	}
	.fuwu_5 {
		height: 170px;
		width: 260px;
	}
	.fuwu_6 {
		width: 200px;
		height: 170px;
	}
	.fuwu_7 {
		width: 130px;
		height: 170px;
	}
	.fuwu1 h1,
	.fuwu2 h1 {
		width: 20%;
	}
	.pro1_2_left {
		width: 100%;
		margin-left: 0%;
	}
	.pro1_2_right {
		width: 100%;
		margin-left: 0%;
	}
	.pro1_2_left h2 {
		font-size: 1.2em;
		margin-top: 20px;
	}
	.pro1_2_left ul li {
		font-size: 1.4rem;
		margin-top: 10px;
	}
	.pro1_2_left ul {
		margin-top: 10px;
	}
	.pro1_2_right h2 {
		font-size: 1.2em;
		margin-top: 10px;
	}
	.pro1_2_right p {
		font-size: 0.8em;
		line-height: 15px;
	}
}

@media only screen and (max-width:850px) {
	.right_1 {
		width: 40%;
	}
	.contact_right>img {
		margin-right: 20%;
		margin-top: 20px;
	}
	.about_2 {
		margin-top: 80px;
	}
	.about_4_center_left {
		width: 80%;
		margin-left: 10%;
	}
	.about_4_center_left p {
		line-height: 20px;
		font-size: 0.8em;
	}
	.about_4_center_right {
		display: none;
	}
	.about_4_center {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.about_4_center_left img {
		margin-top: 30px;
	}
}

@media only screen and (max-width:800px) {
	.pageBanner,
	.index_product,
	.index_case ul,
	.about_center,
	.index_honor>div {
		width: 90%;
		margin-left: 5%;
	}
	.pageBanner dl {
		width: calc(50% - 1px);
		margin-top: 10px;
	}
	.shu2 {
		display: none;
	}
	.index_product ul li p {
		font-size: 0.8em;
		height: 20px;
		line-height: 20px;
	}
	.index_case hr {
		width: 40%;
	}
	.index_case a {
		width: 18%;
		height: 40px;
		line-height: 40px;
		font-size: 0.8em;
		margin-top: 60px;
	}
	.about_ul {
		height: 340px;
	}
	.index_about ul li {
		height: 170px;
	}
	.ul_p h1 {
		margin-top: 55px;
	}
	.jiantou {
		margin-left: 20%;
	}
	.about_center {
		width: 100%;
		margin-left: 0px;
	}
	.about_li {
		width: 50%;
		margin-left: 5%;
	}
	.about_li h1 {
		margin-top: 50px;
	}
	.about_li p {
		width: 100%;
	}
	.about_1 p {
		width: 100%;
		margin-left: 0px;
	}
	.about_1 img {
		width: 100%;
		margin-left: 0px;
	}
	.about_2_left {
		width: 100%;
		margin-left: 0%;
		height: 180px;
	}
	.about_2_right {
		width: 100%;
		margin-left: 0%;
		height: 180px;
		margin-top: 40px;
	}
	.about_5_center img:first-child {
		height: 280px;
	}
	.about_5_center ul li img {
		height: 135px!important;
	}
	.about_5 {
		margin-top: 100px;
	}
	.about_5_bottom ul li p {
		font-size: 0.6em;
		line-height: 13px;
	}
	.contact {
		width: 90%;
		margin-left: 5%;
	}
	.contact_2 {
		width: 90%;
		margin-left: 5%;
	}
	.contact_2 ul li h2 {
		font-size: 0.8em;
	}
	.contact_2 ul li p {
		width: 90%;
		margin-left: 5%;
	}
	.contact h1 {
		width: 20%;
	}
	.contact>img {
		width: 20%;
	}
	.contact_center form {
		width: 80%;
	}
	.news_list ul li a img{
		display: none;
	}
	.new_center{
		width: 80%;
	}
	.news_list ul li{
		padding: 40px 30px;
	}
}

@media only screen and (max-width:700px) {
	.about_ul {
		height: 300px;
	}
	.index_about ul li {
		height: 150px;
	}
	.about_ul h1 {
		margin-top: 80px;
		font-size: 1.1em;
	}
	.about_ul h4 {
		font-size: 0.6em;
	}
	.ul_p h1 {
		font-size: 1.1em;
	}
	.ul_p p {
		font-size: 0.6em;
	}
	.about_li>div {
		width: 30%!important;
		margin-top: 50px!important;
	}
	.about_li p {
		margin-top: 25px;
	}
	.contact_right h1 {
		font-size: 1.2em;
	}
	.contact_left h1 {
		font-size: 1.2em;
	}
	.contact_left,
	.contact_right {
		height: 140px;
	}
	.contact_right h2 {
		font-size: 1.1em;
		margin-top: 20px;
	}
	.about_1 {
		margin-top: 80px;
	}
	.about_5_center img:first-child {
		height: 250px;
	}
	.about_5_center ul li img {
		height: 120px!important;
	}
	.about_5_bottom img {
		width: 70%;
		height: auto;
		margin-left: 15%;
	}
	.pro1_3 ul li {
		width: 48%;
		margin-right: 4%;
	}
	.pro1_3 ul li:nth-child(2n) {
		margin-right: 0px!important;
	}
	.pro1_3 ul li:nth-child(3n) {
		margin-right: 4%;
	}
	.pro3_ul2>li {
		width: 48%;
		margin-right: 4%;
	}
	.pro3_ul2>li:nth-child(2n) {
		margin-right: 0px;
	}
	.about_li {
		margin-top: 100px
	}
	.img_last {
		margin-top: 100px!important;
	}
	.case_1 ul {
		margin-top: 80px;
	}
}

@media only screen and (max-width:650px) {
	.fuwu1,
	.fuwu2 {
		width: 440px;
	}
	.fuwu_1 {
		width: 105px;
		height: 105px;
	}
	.fuwu_2 {
		width: 80px;
		height: 105px;
	}
	.fuwu_3 {
		width: 140px;
		height: 105px;
	}
	.fuwu_4 {
		width: 100px;
		height: 105px;
	}
	.fuwu_5 {
		height: 120px;
		width: 190px;
	}
	.fuwu_6 {
		width: 140px;
		height: 120px;
	}
	.fuwu_7 {
		width: 100px;
		height: 120px;
	}
	.fuwu1 h1,
	.fuwu2 h1 {
		width: 20%;
	}
	.pro1_2_left img {
		width: 100%;
		height: auto;
	}
	.pro1_2_left ul li {
		font-size: 1.6rem;
		width: 100%;
	}
	.pro1_2_left ul {
		width: 100%;
	}
	.pro1_2_right img {
		width: 100%;
		height: auto;
	}
	.pro1_2_right p {
		width: 100%;
		line-height: 18px;
		font-size: 0.9em;
	}
	.pro2 {
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	.pro3 {
		width: 100%;
		height: auto;
	}
	.pro1_4 ul li {
		width: 48%;
		margin-right: 4%;
		margin-top: 20px;
	}
	.pro1_4 ul li:nth-child(2n) {
		margin-right: 0px;
	}
	.pro3_ul2>li {
		width: 80%;
		margin-left: 10%;
	}
	.new_center h3{
		font-size: 0.8em;
	}
	.new_center p{
		font-size: 0.6em;
	}
}

@media only screen and (max-width:600px) {
	#index_1 {
		width: 48%;
		margin-right: 2%;
		height: 280px;
	}
	#index_2 {
		width: 24%;
		height: auto;
		margin-right: 2%;
		height: 130px;
	}
	#index_3 {
		width: 24%;
		height: auto;
		margin-right: 0px;
		height: 130px;
	}
	#index_4 {
		width: 24%;
		height: auto;
		margin-right: 2%;
		margin-top: 20px;
		height: 130px;
	}
	#index_5 {
		width: 24%;
		height: auto;
		margin-right: 0px;
		height: 130px;
	}
	#index_6 {
		width: 100%;
		height: auto;
	}
	.index_case hr {
		width: 36%;
	}
	.index_case a {
		width: 26%;
		height: 40px;
		line-height: 40px;
		font-size: 0.8em;
		margin-top: 60px;
	}
	.about_center h1 {
		font-size: 4em;
	}
	.about_center p {
		padding-right: 10%;
	}
	.about_center h2 {
		padding-right: 10%;
	}
	.about_ul h1 {
		margin-top: 60px;
		font-size: 1em;
	}
	.about_ul h4 {
		font-size: 0.6em;
	}
	.ul_p h1 {
		font-size: 1em;
		margin-top: 50px;
	}
	.ul_p p {
		font-size: 0.6em;
	}
	.about_ul {
		height: 280px;
	}
	.index_about ul li {
		height: 140px;
	}
	.about_li h1 {
		font-size: 1.5em;
		margin-top: 30px;
	}
	.about_li>div {
		margin-top: 30px!important;
	}
	.contact_left p {
		margin-top: 10px;
	}
	.contact_right h1 {
		margin-top: 45px;
	}
	.contact_right h2 {
		margin-top: 10px;
	}
	.contact_right>img {
		margin-top: 30px;
	}
	.about_2_left {
		height: 150px;
	}
	.about_2_right {
		height: 150px;
	}
	.about_2_right p {
		line-height: 16px;
		font-size: 0.7em;
	}
	.about_2_left p {
		line-height: 16px;
		font-size: 0.7em;
	}
	.about_3 {
		margin-top: 80px;
	}
	.about_3 h5 {
		margin-bottom: 50px;
		margin-top: 35px;
	}
	.about_3 ul li {
		width: 100%;
		margin-left: 0px;
	}
	.case_1 ul {
		width: 90%;
		margin-left: 5%;
	}
	.contact_center {
		width: 100%;
		margin-left: 0px;
	}
	.contact>img {
		display: none;
	}
	.contact_2 ul li {
		width: calc(50% - 1px);
		margin-top: 30px;
	}
	.contact h1 {
		margin-top: 20px;
	}
	.contact_2 {
		padding-bottom: 80px;
	}
	.about_li {
		margin-top: 20px;
	}
	.img_last {
		margin-top: 20px!important;
	}
	.index_product ul li {
		width: 80%;
		margin-left: 10%;
		margin-top: 30px;
	}
	.index_product ul {
		margin-top: 30px;
	}
	.new_dates{
		height: 90px;
		width: 14%;
		padding-top: 25px;
	}
	.new_dates p{
		margin-left: 5%;
		width: 95%;
	}
	.new_dates span{
		margin-left: 5%;
		width: 95%;
	}
	.left_a{
		margin-left: 5%;
		width: 100%;
	}
	.right_a{
		float: left;
		margin-left: 5%;
		margin-top:20px;
	}
}

@media only screen and (max-width:550px) {
	.about_2_right p {
		margin-top: 15px;
	}
	.about_5_center img:first-child {
		height: 180px;
	}
	.about_5_center ul li img {
		height: 85px!important;
	}
	.case_1 ul li {
		width: 48%;
		margin-right: 4%;
	}
	.case_1 ul li:nth-child(3n) {
		margin-right: 4%;
	}
	.case_1 ul li:nth-child(2n) {
		margin-right: 0px!important;
	}
	.case_1 ul {
		margin-top: 20px;
	}
	.news_list ul li{
		padding: 20px 10px;
	}
	.new_center{
		width: 83%;
	}
	.news_list{
		width: 90%;
		margin-left: 5%;
	}
}

@media only screen and (max-width:500px) {
	#index_1 {
		height: 240px;
	}
	#index_2 {
		height: 115px;
	}
	#index_3 {
		height: 115px;
	}
	#index_4 {
		height: 115px;
		margin-top: 10px;
	}
	#index_5 {
		height: 115px;
		margin-top: 10px;
	}
	.about_center h1 {
		font-size: 3em;
	}
	.about_ul h1 {
		margin-top: 50px;
		font-size: 0.8em;
	}
	.about_ul h4 {
		font-size: 0.6em;
	}
	.ul_p h1 {
		font-size: 0.8em;
		margin-top: 50px;
	}
	.ul_p p {
		font-size: 0.6em;
	}
	.about_ul {
		height: 250px;
	}
	.index_about ul li {
		height: 125px;
	}
	.a_div {
		height: 30px!important;
		width: 70%!important;
		margin-left: 15%!important;
	}
	.a_div img {
		height: 50%;
		width: auto;
		margin-top: -5px;
	}
	.about_li h1 {
		font-size: 1.5em;
		margin-top: 10px;
	}
	.about_li p {
		font-size: 0.6em;
	}
	.about_li>div {
		height: 30px!important;
	}
	.about_li>div img {
		margin-top: -5px;
	}
	.contact_left h1 {
		padding-left: 20%;
		margin-top: 30px;
	}
	.contact_right h1 {
		margin-top: 30px;
	}
	.contact_left p {
		padding-left: 20%;
	}
	.contact_right>img {
		margin-top: 25px;
	}
	.contact_right h2 {
		font-size: 0.9em;
	}
	.about_1 h3 {
		margin-bottom: 40px;
	}
	.about_1 {
		margin-top: 50px;
	}
	.about_2_left {
		height: 120px;
	}
	.about_2_right {
		height: 120px;
	}
	.about_2_left p {
		line-height: 15px;
		font-size: 0.6em;
		margin-top: 10px;
	}
	.about_2_right p {
		line-height: 13px;
		font-size: 0.6em;
		margin-top: 10px;
		width: 50%;
		margin-left: 3%;
	}
	.about_1,
	.about_2,
	.about_3,
	.about_5 {
		width: 90%;
		margin-left: 5%;
	}
	.about_2 {
		margin-top: 50px;
	}
	.about_5 {
		margin-top: 70px;
	}
	.about_5 h5 {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.about_5 p {
		line-height: 20px;
	}
	.about_5_bottom ul li {
		height: 100px;
	}
	.about_5_bottom img {
		width: 80%;
		margin-left: 10%;
	}
}

@media only screen and (max-width:450px) {
	.about_ul {
		height: 230px;
	}
	.index_about ul li {
		height: 115px;
	}
	.ul_p h1 {
		margin-top: 30px;
	}
	.a_div {
		margin-top: 50px!important;
	}
	.about_5 h5 {
		margin-bottom: 40px;
		margin-top: 20px;
	}
	.fuwu1,
	.fuwu2 {
		width: 350px;
	}
	.fuwu_1 {
		width: 205px;
		height: 195px;
	}
	.fuwu_2 {
		width: 140px;
		height: 195px;
	}
	.fuwu_3 {
		width: 215px;
		height: 170px;
		margin-left: 0px;
	}
	.fuwu_4 {
		width: 130px;
		height: 170px;
	}
	.fuwu_5 {
		height: 230px;
		width: 350px;
	}
	.fuwu_6 {
		width: 215px;
		height: 180px;
		margin-left: 0px;
	}
	.fuwu_7 {
		width: 130px;
		height: 180px;
	}
	.fuwu1 h1,
	.fuwu2 h1 {
		width: 30%;
	}
	.pro2_1 h3 {
		width: 80%;
	}
	.pro2_1 h1 {
		width: 65%;
	}
	.pro22 {
		width: 100%!important;
		height: auto;
	}
	.pro24 {
		width: 100%!important;
		height: auto;
	}
	.pro3_ul2>li {
		width: 100%;
		margin-left: 0px;
	}
	.new_center p{
		line-height: 15px;
	}
	.news_list ul{
		margin-top:10px;
	}
}

@media only screen and (max-width:400px) {
	#index_1 {
		height: 200px;
	}
	#index_2 {
		height: 95px;
	}
	#index_3 {
		height: 95px;
	}
	#index_4 {
		height: 95px;
		margin-top: 10px;
	}
	#index_5 {
		height: 95px;
		margin-top: 10px;
	}
	.index_case hr {
		width: 32%;
	}
	.index_case a {
		width: 32%;
		height: 40px;
		line-height: 40px;
		font-size: 0.8em;
		margin-top: 60px;
	}
	.about_center p {
		font-size: 0.8em;
	}
	.about_center h2 {
		font-size: 0.8em;
	}
	.pageBanner dl dd {
		font-size: 0.7em;
	}
	.index_product ul li p {
		font-size: 0.6em;
	}
	.about_ul {
		height: 200px;
	}
	.index_about ul li {
		height: 100px;
	}
	.about_ul h1 {
		margin-top: 30px;
	}
	.about_center p {
		font-size: 0.6em;
	}
	.about_li h1 {
		margin-top: 0px;
		font-size: 1em;
	}
	.about_li h5 {
		font-size: 0.8em;
	}
	.about_li>div {
		margin-top: 20px!important;
	}
	.about_li p {
		margin-top: 15px;
	}
	.about_li>div {
		width: 40%!important;
	}
	.contact_right>img {
		margin-right: 10%;
		margin-top: 30px;
	}
	.right_1 {
		width: 50%;
	}
	.contact_left,
	.contact_right {
		height: 120px;
	}
	.about_5_center img:first-child {
		height: 150px;
	}
	.about_5_center ul li img {
		height: 70px!important;
	}
	.about_5_bottom img {
		width: 90%;
		margin-left: 5%;
	}
	.case_1 ul li p {
		font-size: 0.7em;
	}
	.contact_center form {
		width: 100%;
		height: auto;
	}
	.contact_center h2 {
		font-size: 1.2em;
	}
	.contact_center p {
		font-size: 0.6em;
	}
	.contact h1 {
		width: 30%;
	}
	.about_li {
		margin-top: 0px;
	}
	.img_last {
		margin-top: 0px!important;
	}
	.index_product {
		margin-top: 50px;
	}
	.index_case {
		margin-top: 50px;
	}
	.new_dates p{
		font-size: 0.8em;
	}
	.new_dates span{
		font-size: 0.6em;
	}
	
}

@media only screen and (max-width:360px) {
	#index_1 {
		height: 160px;
	}
	#index_2 {
		height: 75px;
	}
	#index_3 {
		height: 75px;
	}
	#index_4 {
		height: 75px;
		margin-top: 10px;
	}
	#index_5 {
		height: 75px;
		margin-top: 10px;
	}
}