h3 {
	margin: 0px;
}

h1 {
	font-size: 50px;
}

label {
	font-weight: 500;
}
/*开始主体部分*/
section {
	width: 100%;
	height: auto;
}
section .swiper-container {
	width: 100%;
	height: auto;
}

section .swiper-container .swiper-wrapper {
	width: 100%;
	height: auto;
}

section .swiper-slide {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
section .swiper-slide img{
	width: 100%;
	height: 100%;
}
/*搜索框*/
section .search{
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	
}
section .search .search-name{
	float: left;
	width: 70%;
	height:50px;
	/*border: 1px solid firebrick;*/
	line-height: 50px;
	margin-top: 10px
}
section .search .search-name span{
	float: left;
	font-size: 18px;
}
section .search .search-name .name-show{
	float: left;	
}
section .search .search-name .name-show a{
	height: 30px;
	text-decoration: none;
	color: #999999;
	font-size: 16px;
	width: auto;
	padding-right: 3px;
	text-align: center;
	border-right: 1.5px solid #999999;
}
section .search .search-kuang{
	float: right;
	width: 28%;
	height:38px;
	/*border: 1px solid firebrick;*/
	margin-top: 20px;
	background-image: url(../images/serbg.png);
    background-repeat: no-repeat;
   }
  
.txt_ser {
    width: 185px;
    height: 25px;
    border: 0;
    margin-left: 20px;
    margin-top: 2px;
    background-color: #f4f4f4;
}
.btn_ser {
    width: 25px;
    height: 25px;
    background-image: url(../images/btnser.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f4f4f4;
    border: 0;
}
input[type="submit"] {
    -webkit-appearance: none;
}
input[type="submit" i] {
    -webkit-appearance: push-button;
    user-select: none;
    white-space: pre;
}
 input{outline:none;}
/*开始产品中心*/

section .product {
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
	position: relative;
}

section .product .product-wenzi {
	width: 1200px;
	height: 355px;
	margin: 0 auto;
	border: 1px solid #f2f2f2;
	text-align: center;
	color: #009f67;
}

section .product .product-wenzi h1 {
	margin: 100px 0px;
	/*font-size: 55px;*/
}

section .product .product-wenzi p:first-of-type {
	font-size: 30px;
	margin-bottom: 0px;
}

section .product .product-wenzi p:last-of-type {
	font-size: 20px;
}

section .product-images {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 150px;
	/*border: 1px solid firebrick;*/
}

section .product-images .img-show {
	padding: 0px;
}

section .product-images .img-show a {
	display: inline-block;
	/*border: 1px solid firebrick;*/
	box-shadow: 10px 10px 5px #b4b4b4;
	
}
section .product-images .img-show a  img{
	width: 300px;
	height: auto;
}
/*section .product-images .img-show:first-of-type a {
	margin-top: 11px;
}*/

section .product-images .img-show:last-of-type a {
	margin-left: 15px;
	/*margin-top: 11px;*/
}

section .product-images .img-show p {
	width: 90%;
	margin-top: 40px;
	color: #1a1a1a;
	font-size: 18px;
}

section .product-images .img-show:first-of-type p {
	margin-top: 51px;
}

section .product-images .img-show:last-of-type p {
	margin-top: 51px;
}

section .product-images .img-show span {
	float: right;
	margin-right: 20px;
	margin-top: 30px;
}

section .product-images .img-show:first-of-type span {
	margin-right: 35px;
}

section .more {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	width: 200px;
	height: 55px;
	background-color: #2558c9;
	border-radius: 10px;
}

section .more a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 55px;
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: none;
}


section .advantage {
	width: 100%;
	height: 860px;
	background-color: #e6e6e6;
}

section .advantage .advantage-wenzi {
	width: 1200px;
	height: 240px;
	margin: 0 auto;
	padding-top: 80px;
	/*border: 1px solid #F0AD4E;*/
	text-align: center;
	color: #009f67;
}

section .advantage .advantage-body {
	width: 1200px;
	height: 700px;
	margin: 0 auto;
	position: relative;
	/*border: 1px solid firebrick;*/
}
section .advantage .advantage-body>img{
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}
section .advantage .advantage-body .border-kuang{
	width: 1100px;
	height: 235px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	position: absolute;
	top: 85px;
	left: 0px;
}
/*第一个*/
section .advantage .advantage-body #brand1 {
	position: absolute;
	width: 335px;
	height: 190px;
	left: 0px;
	top: 45px;
}

section .advantage .advantage-body #brand1>p {
	width: 258px;
	height: 80px;
	background-color: #FFFFFF;
	border-radius: 40px;
	line-height: 80px;
	font-size: 30px;
	margin-bottom: 5px;
}

section .advantage .advantage-body #brand1>p span {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-color: #000000;
	border-radius: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	margin-right: 10px;
}

section .advantage .advantage-body #brand1>div {
	font-size: 14px;
	color: #666666;
	line-height: 23px;
	width: 100%;
	height: 100px;
}
/*第二个*/
section .advantage .advantage-body #brand2 {
	position: absolute;
	width: 335px;
	height: 190px;
	right: 0px;
	top: 45px;
}

section .advantage .advantage-body #brand2>p {
	width: 258px;
	height: 80px;
	background-color: #FFFFFF;
	border-radius: 40px;
	line-height: 80px;
	font-size: 30px;
	margin-bottom: 5px;
	text-align: left;
	position: relative;
	text-indent: 20px;
}

section .advantage .advantage-body #brand2>p span {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-color: #000000;
	border-radius: 40px;
	/*text-align: center;*/
	color: #FFFFFF;
	font-size: 40px;
	margin-right: 10px;
	position: absolute;
	top: 0px;
	right: -10px;
}

section .advantage .advantage-body #brand2>div {
	font-size: 14px;
	color: #666666;
	line-height: 23px;
	width: 100%;
	height: 100px;
}
/*第三个*/
section .advantage .advantage-body #brand3 {
	position: absolute;
	width: 335px;
	height: 190px;
	right: 0px;
	top: 280px;
}

section .advantage .advantage-body #brand3>p {
	width: 258px;
	height: 80px;
	background-color: #FFFFFF;
	border-radius: 40px;
	line-height: 80px;
	font-size: 30px;
	margin-bottom: 5px;
	text-align: left;
	position: relative;
	text-indent: 20px;
}

section .advantage .advantage-body #brand3>p span {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-color: #000000;
	border-radius: 40px;
	color: #FFFFFF;
	font-size: 40px;
	margin-right: 10px;
	position: absolute;
	top: 0px;
	right: -10px;
}

section .advantage .advantage-body #brand3>div {
	font-size: 14px;
	color: #666666;
	line-height: 23px;
	width: 100%;
	height: 100px;
}
/*第四个*/
section .advantage .advantage-body #brand4 {
	position: absolute;
	width: 450px;
	height: 190px;
	left: 50%;
	transform: translateX(-50%);
	top: 475px;
}

section .advantage .advantage-body #brand4>p {
	width: 258px;
	height: 80px;
	background-color: #FFFFFF;
	border-radius: 40px;
	line-height: 80px;
	font-size: 30px;
	margin-bottom: 5px;
	text-align: left;
	position: relative;
	text-indent: 20px;
	margin-left: 90px;
}

section .advantage .advantage-body #brand4>p span {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-color: #000000;
	border-radius: 40px;
	color: #FFFFFF;
	font-size: 40px;
	margin-right: 10px;
	position: absolute;
	top: 0px;
	right: -10px;
}

section .advantage .advantage-body #brand4>div {
	font-size: 14px;
	color: #666666;
	line-height: 23px;
	width: 100%;
	height: 100px;
	text-align: center;
}
/*第五个*/
section .advantage .advantage-body #brand5 {
	position: absolute;
	width: 335px;
	height: 190px;
	left: 0px;
	top: 280px;
}

section .advantage .advantage-body #brand5>p {
	width: 258px;
	height: 80px;
	background-color: #FFFFFF;
	border-radius: 40px;
	line-height: 80px;
	font-size: 30px;
	margin-bottom: 5px;
	
}

section .advantage .advantage-body #brand5>p span {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-color: #000000;
	border-radius: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	margin-right: 10px;
}

section .advantage .advantage-body #brand5>div {
	font-size: 14px;
	color: #666666;
	line-height: 23px;
	width: 100%;
	height: 100px;
	
}
/*开始成功案列*/

section .successful {
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
}

section .successful .successful-wenzi {
	width: 1200px;
	height: 200px;
	/*border: 1px solid darkblue;*/
	margin: 0 auto;
	text-align: center;
	color: #009f67;
}

section .successful .successful-wenzi h1 {
	padding-top: 65px;
	margin: 0px;
	/*font-size: 55px;*/
}

section .successful-show {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	/*让父元素设置为弹性布局flex*/
	/*默认沿着主轴排列*/
	display: flex;
	/*当子元素宽度超出时，设置换行*/
	flex-wrap: wrap;
	justify-content: space-between;
}

section .successful .successful-show-indicate {
	width: 390px;
	height: 610px;
	position: relative;
	/*border: 1px solid firebrick;*/
	/*margin-bottom: 20px;*/
	
}

section .successful .successful-show-indicate .indicate-img {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 100%;
	height: 255px;
	transform: translateX(-50%);	
	overflow: hidden;
	position: relative;
	/*border: 1px solid darkblue;*/
}
section .successful .successful-show-indicate .indicate-img img{
	width: 100%;
	height: auto;	
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	height: 100%;
	width: auto;
}
section .successful .successful-show-indicate .indicate-img img:first-of-type{
	height: 100%;
	width: 225px;
}
section .successful .successful-show-indicate .indicate-wenzi {
	width: 100%;
	height: 350px;
	background-color: #ffffff;
	padding: 20px;
	position: absolute;
	top: 254px;
	left: 0px;
	/*border: 1px solid darkgray;*/	
}

section .successful .successful-show-indicate .indicate-wenzi h3 {
	margin-top: 80px;
}

section .successful .successful-show-indicate .indicate-wenzi p {
	font-size: 17px;
	margin-top: 30px;
}


/*开始新闻动态*/

section .news {
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
}

section .news .news-wenzi {
	width: 1200px;
	height: 280px;
	margin: 0 auto;
	text-align: center;
	color: #009f67;
	padding-top: 105px;
}

section .news .news-show {
	width: 1200px;
	height: 650px;
	margin: 0 auto;
	/*border: 1px solid firebrick;*/
}

section .news .news-show .news-show-left {
	width: 800px;
	height: 100%;
	float: left;
	/*border: 1px solid darkgoldenrod;*/
}

section .news .news-show .news-show-right {
	width: 360px;
	height: 100%;
	float: right;
	/*border: 1px solid firebrick;*/
	/*background-color: #FFFFFF;*/
}

section .news .news-show .news-show-left .new-title {
	width: 100%;
	height: 115px;
	margin-bottom: 0px;
}

section .news .tab {
	width: 798px;
	height: 504px;
	position: relative;
}

section .news .news-show .news-show-left .new-title li {
	font-size: 32px;
	margin-right: 100px;
}

section .news .news-show .news-show-left .new-title li span {
	color: #333333;
	text-decoration: none;
}

.active {
	border-bottom: 2px solid #009f67;
	padding-bottom: 5px;
}

section .news .news-show .news-show-left .new-content {
	/*border: 1px solid firebrick;*/
	overflow: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	display: none;
}

section .news .news-show .news-show-left .new-content#show {
	display: block;
}

section .news .new-content .new-content-top {
	height: 306px;
	width: 100%;
}

section .news .new-content .new-content-top .new-content-top-img {
	width: 50%;
	float: left;
	height: 306px;
	background-color: #ffffff;
}
section .news .new-content .new-content-top .new-content-top-img img{
	width: 100%;
	height: auto;
}
section .news .new-content-top .new-content-top-look {
	width: 50%;
	float: left;
	text-align: right;
	background-color: #FFFFFF;
	height: 306px;
	position: relative;
	padding-left: 110px;
}

section .news .new {
	height: 110px;
	font-size: 50px;
	color: #bfbfbf;
	margin-right: 20px;
	margin-bottom: 0px;
}

section .news .blue {
	font-size: 23px;
	color: #2558c9;
	margin-right: 15px;
	padding-left: 10px;
}

section .news .time {
	font-size: 18px;
	color: #bfbfbf;
	margin-top: 40px;
	margin-right: 15px;
	/*width: 280px;
    border-bottom: 1px solid #2558c9;*/
}

section .news .genduo {
	position: absolute;
	bottom: 5px;
	right: 15px;
	font-size: 20px;
	width: 280px;
	border-top: 2px solid #bfbfbf;
	padding-top: 8px;
}

section .news .genduo a {
	text-decoration: none;
	color: #bfbfbf;
}

section .news .new-content-bottom {
	width: 100%;
	height: 150px;
	background-color: #f2f2f2;
	/*border: 1px solid firebrick;*/
}

section .news .new-content-bottom ul {
	padding-left: 12px;
	height: 50px;
	line-height: 50px;
	font-size: 17px;	
	margin-bottom: 0px;
}

section .news .new-content-bottom ul li {
	float: left;
	padding-right: 40px;
	color: #a6a6a6;
	border-bottom: 1px dashed #bfbfbf;
	list-style: none;
}
section .news .new-content-bottom ul li a{
	text-decoration: none;
	font-size: 18px;
	color: #a6a6a6;
}
section .news .duo {
	width: 104px;
	float: right;
	font-size: 20px;
	margin-top: 20px;
}

section .news .duo a {
	text-decoration: none;
	font-weight: 500;
	color: #000000;
}

section .news-show-right p {
	font-size: 28px;
	color: #000000;
	padding: 20px;
	padding-bottom: 0px;
}


/*开始轮播图*/

.picScroll-top {
	margin: 0 auto;
	width: 288px;
	height: 550px;
	/*overflow: hidden;*/
	/*position: relative;*/
}

.picScroll-top .hd {
	overflow: hidden;
	height: 30px;
	position: relative;
}
.picScroll-top .hd-two {
	/*overflow: hidden;*/
	height: 30px;
	position: relative;
}
.picScroll-top .hd .prev,
.picScroll-top .hd-two .next {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.picScroll-top .hd-two .next {
	top: 0px;
}

.picScroll-top .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
	height: 450px;
}

.picScroll-top .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-top .bd ul li {
	text-align: center;
	zoom: 1;
}

.picScroll-top .bd ul li .pic {
	text-align: center;
	border-radius: 8px;
}

.picScroll-top .bd ul li .pic img {
	width: 285px;
	height: 140px;
	display: block;
	padding: 2px;
	padding: 10px 0px;
	box-sizing: content-box;
}

.picScroll-top .bd ul li .pic a:hover img {
	border-color: #999;
}


/*结束轮播图*/


/*开始解决方案*/

section .solution {
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
}

section .solution .solution-wenzi {
	text-align: center;
	color: #009f67;
	height: 200px;
}

section .solution .solution-wenzi h1 {
	padding-top: 60px;
	margin: 0px;
	/*font-size: 55px;*/
}

section .solution .solution-show {
	width: 1200px;
	height: 270px;
	margin: 0 auto;
	/*border: 1px solid darkblue;*/
}

section .solution .solution-show>div {
	height: 100%;
	float: left;
}

section .solution .solution-show>div:first-of-type {
	width: 31%;
	border-right: 2px solid #a9a9a9;
	padding-right: 56px;
}

section .solution .solution-show>div:last-of-type {
	width: 31%;
	border-left: 2px solid #a9a9a9;
	padding-left: 56px;
}

section .solution .solution-show>div:nth-of-type(2) {
	width: 38%;
	padding: 0 71px;
}

section .solution .solution-show>div p {
	font-size: 22px;
	color: #2852ca;
	margin-bottom: 0px;
}

section .solution .solution-show>div>div {
	font-size: 15px;
	color: #1a1a1a;
	margin-top: 40px;
}

section .solution .solution-show>div>span {
	float: right;
	margin-top: 20px;
	width: 60px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	background-color: #2852ca;
	border-radius: 3px;
	color: #ffffff;
}

section .solution .solution-show>div>span>a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
}

section .solution .solution-show>div>span>a:hover {
	text-decoration: none;
	color: #ffffff;
}


/*开始联系我们*/

section .us {
	width: 100%;
	height: 550px;
	background-color: #f2f2f2;
}

section .us .us-content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}


/*联系我们-us*/

section .us .us-content .us-left {
	width: 660px;
	height: auto;
	float: left;
	/*border: 1px solid firebrick;*/
	padding-top: 104px;
}

section .us .us-content .us-left h2 {
	color: #009f67;
	margin-bottom: 40px;
}

section .us .us-content .us-left>p {
	color: #1a1a1a;
	font-size: 20px;
	line-height: 18px;
}

section .us .us-content .us-left .concat-us {
	margin-top: 60px;
}

section .us .us-content .us-left .concat-us p {
	height: 40px;
	line-height: 40px;
	/*border: 1px solid darkcyan;*/
}

section .us .us-content .us-left .concat-us span {
	display: inline-block;
	width: 40px;
	height: 40px;
	/*border: 1px solid firebrick;*/
	background-image: url(../images/phone.png);
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
	margin-right: 15px;
}

section .us .us-content .us-left .concat-us p:nth-of-type(2) span {
	background-image: url(../images/email.png);
}

section .us .us-content .us-left .concat-us p:nth-of-type(3) span {
	background-image: url(../images/address.png);
}

section .us .us-content .us-left .concat-us i {
	float: left;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	font-style: normal;
	font-size: 20px;
	color: #1a1a1a;
}


/* 联系我们-在线留言*/

section .us .us-content .us-right {
	width: 540px;
	height: auto;
	float: left;
	/*border: 1px solid firebrick;*/
	padding-top: 104px;
}

section .us .us-content .us-right h2 {
	color: #009f67;
}

section .us .us-content .us-right form p>input {
	width: 300px;
	height: 37px;
	border-radius: 5px;
	border: 1px solid gray;
	margin-left: 10px;
}

section .us .us-content .us-right form>p:last-of-type {
	position: relative;
}

section .us .us-content .us-right form>p:last-of-type span {
	position: absolute;
	top: 5px;
	left: 0px;
}
section .us .us-content .us-right form>p span {
	display: inline-block;
	margin-left: 5px;
}
section .us .us-content .us-right form>p:last-of-type span {
	position: absolute;
	top: 5px;
	left: 0px;
	margin-left: 0px;
}
section .us .us-content .us-right form textarea {
	width: 300px;
	height: 130px;
	margin-left: 43px;
	border: 1px solid gray;
	resize: none;
}

section .us .us-content .us-right form .buttons {
	width: 100%;
	height: 46px;
	position: relative;
}

section .us .us-content .us-right form .buttons input {
	width: 120px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	border-radius: 3px;
	background-color: #009F67;
	color: #FFFFFF;
	border: none;
	padding: 0px;
	position: absolute;
	left: 70px;
}

section .us .us-content .us-right form .buttons input:last-of-type {
	left: 200px;
	background-color: #2558C9;
}


/*开始移动端的样式*/

@media screen and (max-width:750px) {
	#section {
		width: 100%;
		height: auto;
	}
	#section .section-banner {
		width: 100%;
		height: auto;
	}
	/*搜索功能*/
	#section .search{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#section .search .search-name{
		width: 100%;
		height: 150px;
		margin: 0 auto;
		padding: 0 15px;
		
	}
	#section .search .search-kuang{
		width: 80%;
		height: 50px;
		margin: 0 auto;
	}
	/*开始产品中心*/
	#section .product {
		widows: 100%;
		height: auto;
	}
	#section .product-wenzi {
		width: 100%;
		height: auto;
	}
	#section .product-wenzi h1 {
		width: 100%;
		height: auto;
		margin: 0px;
		margin-top: 20px;
		font-size: 22px;
	}
	#section .product-wenzi p {
		font-size: 18px;
		margin-top: 10px;
	}
	#section .product .product-images {
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}
	#section .product .product-images .img-show {
		width: 50%;
		height: auto;
		float: left;
		padding: 0 5px;
	}
	#section .product .product-images .img-show a {
		width: 100%;
		height: auto;
	}
	#section .product .product-images .img-show a img {
		width: 100%;
		height: auto;
	}
	#section .product .product-images .img-show p {
		width: 100%;
		height: auto;
		margin-top: 20px;
		text-align: center;
	}
	#section .product .product-images .img-show span {
		display: none;
	}
	#section .product .more {
		position: inherit;
		bottom: 0px;
		width: 100px;
		height: 35px;
		line-height: 35px;
	}
	#section .product .more a {
		font-size: 18px;
		line-height: 35px;
	}
	#section .product-images .img-show:last-of-type a {
		margin: 0px;
	}
	/*我们的优势*/
	#section .advantage {
		width: 100%;
		height: auto;
	}
	#section .advantage .advantage-wenzi {
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
	}
	#section .advantage .advantage-wenzi h1 {
		margin: 0px;
		font-size: 22px;
		padding-top: 20px;
	}
	#section .advantage .advantage-body {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0 20px;
	}
	#section .advantage .advantage-body>img {
		position: initial;
		width: 100%;
		height: auto;
		transform: none;
		margin: 20px 0px;
	}
	#section .advantage .advantage-body .border-kuang {
		display: none;
	}
	#section .advantage .advantage-body #brand1 {
		position: initial;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	#section .advantage .advantage-body #brand2 p {
		width: 100%;
	}
	#section .advantage .advantage-body #brand2 {
		position: initial;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	#section .advantage .advantage-body #brand2>p {
		width: 258px;
		height: auto;
	}
	#section .advantage .advantage-body #brand3 {
		position: initial;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	#section .advantage .advantage-body #brand3>p {
		width: 258px;
		height: auto;
	}
	#section .advantage .advantage-body #brand4 {
		position: initial;
		width: 100%;
		height: auto;
		transform: none;
		margin-bottom: 20px;
	}
	#section .advantage .advantage-body #brand4 .brand-bottom {
		margin-top: 0px;
		text-align: left;
	}
	#section .advantage .advantage-body #brand4>p {
		transform: none;
		width: 258px;
		margin-left: 0px;
	}
	#section .advantage .advantage-body #brand5 {
		position: initial;
		width: 100%;
		height: auto;
		transform: none;
		margin-bottom: 20px;
	}
	/*成功案例*/
	#section .successful {
		width: 100%;
		height: auto;
	}
	#section .successful .successful-wenzi {
		width: 100%;
		height: auto;
	}
	#section .successful .successful-wenzi h1 {
		padding-top: 20px;
		/*padding-bottom: 20px;*/
		width: 100%;
		height: auto;
		font-size: 22px;
	}
	#section .successful .successful-show {
		width: 100%;
		height: auto;
	}
	#section .successful .successful-show .successful-show-indicate {
		width: 100%;
		height: 460px;
		padding: 0 17px;
	}
	#section .successful .successful-show .indicate-img{
		height: 270px;
		width: 100%;
		
		
	} 
	#section .successful .successful-show .successful-show-indicate img {
		width: 100%;
		height: auto;
	}
	#section .successful .successful-show .successful-show-indicate img:last-child{
		width: auto;
		height: 270px;
		
	}
	#section .successful .successful-show .successful-show-indicate img:first-child{
		width: auto;
		height: 300px;
		
	}
	#section .successful .successful-show .indicate-img {
		margin-top: 20px;
		z-index: 999;
	}
	#section .successful .successful-show .indicate-wenzi {
		margin-top: 20px;
		height: auto;
		position: initial;
		margin: 0;
		padding: 0;
		z-index: 100;
		padding-bottom: 20px;
		
	}
	#section .successful .successful-show .indicate-wenzi h3{
		margin: 0px;
		padding-top: 20px;
	}
	/*开始新闻*/
	#section .news {
		width: 100%;
		height: auto;
	}
	#section .news .news-wenzi {
		width: 100%;
		height: auto;
		padding: 0px;
	}
	#section .news .news-wenzi h1 {
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 20px;
		font-size: 22px;
	}
	#section .news .news-show {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#section .news .news-show .news-show-left {
		width: 100%;
		height: 1000px;
		overflow: hidden;
	}
	#section .news .news-show .news-show-left>ul {
		margin: 0px;
		height: auto;
		margin-bottom: 20px;
	}
	#section .news .news-show .news-show-left>ul li {
		font-size: 20px;
		display: block;
		margin: 5px;
	}
	#section .news .tab {
		width: 100%;
		height: auto;
	}
	#section .news .tab .new-content {
		width: 100%;
		height: auto;
	}
	#section .news .tab .duo {
		width: 100%;
		height: auto;
	}
	#section .news .news-show-right {
		width: 100%;
		height: 680px!important;
		/*overflow: hidden;*/
	}
	#section .news .new-content .new-content-top-img {
		width: 100%;
		height: auto;
	}
	#section .news .new-content .new-content-top-img img {
		width: 100%;
		height: auto;
	}
	#section .news .new-content .new-content-top-look {
		width: 100%;
		height: auto;
	}
	#section .news .new {
		height: 70px;
	}
	#section .news .genduo {
		bottom: 25px;
	}
	#section .news .new-content-bottom {
		width: 100%;
		height: auto;
	}
	#section .news .new-content-bottom ul {
		padding: 0px;
		margin: 0px width: 100%;
		height: auto;
	}
	#section .news .new-content-bottom ul li {
		width: 100%;
		height: auto;
		padding-left: 20px;
	}
	#section .news .duo {
		width: 100%;
		height: auto;
	}
	#section .news .duo a {
		float: right;
		margin-right: 15px;
	}
	#section .news .news-show-right {
		width: 100%;
		height: auto;
	}
	#section .news .news-show-right p {
		width: 100%;
		height: auto;
		text-align: center;
		font-size: 22px;
	}
	#section .news .news-show-right .picScroll-top{
		position: relative;
	}
	#section .news .news-show-right .picScroll-top .hd{
		left: 0px;
		top: 10px;
	} 
	#section .news .news-show-right .picScroll-top .bd{
		top: 20px;
		left: 0px;
	}
	#section .news .news-show-right .picScroll-top .hd-two{
		bottom: -10px!important;
		left: 0;
	}
	/*解决方案*/
	#section .solution {
		width: 100%;
		height: auto;
		padding: 0 15px;
		overflow: hidden;
	}
	#section .solution .solution-wenzi {
		width: 100%;
		height: auto;
	}
	#section .solution .solution-wenzi h1 {
		width: 100%;
		height: auto;
		padding: 0px;
		font-size: 20px;
	}
	#section .solution .solution-show {
		width: 100%;
		height: auto;
	}
	#section .solution .solution-show>div {
		width: 100%;
		height: auto;
		padding-right: 0px;
		margin-top: 20px;
	}
	#section .solution .solution-show>div p {
		font-size: 18px;
		width: 100%;
		height: auto;
		text-align: center;
	}
	#section .solution .solution-show>div>div {
		margin-top: 10px;
	}
	#section .solution .solution-show>div:first-of-type {
		border-right: none;
	}
	#section .solution .solution-show>div:nth-of-type(2) {
		padding: 0px;
	}
	#section .solution .solution-show>div:last-of-type {
		padding: 0px;
		border: none;
	}
	/*联系我们*/
	#section .us {
		width: 100%;
		height: auto;
	}
	#section .us .us-content {
		width: 100%;
		height: auto;
	}
	#section .us .us-content .us-left {
		width: 100%;
		height: auto;
		padding-top: 20px;
		text-align: center;
	}
	#section .us .us-content .us-left h2 {
		font-size: 20px;
		padding: 0px;
		margin: 10px 0;
	}
	#section .us .us-content .us-left p {
		font-size: 17px;
	}
	#section .us .us-content .us-left .concat-us {
		margin-top: 20px;
		padding: 0 15px;
	}
	#section .us .us-content .us-right {
		width: 100%;
		height: auto;
		padding-top: 20px;
		text-align: center;
	}
	#section .us .us-content .us-right h2 {
		font-size: 20px;
		padding: 0px;
	}
	#section .us .us-content .us-right form {
		text-align: left;
		padding-left: 15px;
	}
	#section .us .us-content .us-right form p input {
		width: 220px;
		margin-right: 5px;
	}
	#section .us .us-content .us-right form p span{
		display: block!important;
		margin-left: 0px;
	}
	#section .us .us-content .us-right form p textarea {
		width: 220px;
	}
	#section .us .us-content .us-right p:last-of-type span {
		left: 0px;
	}
	#section .us .us-content .us-right form .buttons {}
	#section .us .us-content .us-right form .buttons #reset {
		left: 20px;
	}
	#section .us .us-content .us-right form .buttons #submit {
		left: 170px;
	}
}
@media screen and (max-width:430px){
	#section .successful .successful-show .indicate-img{
		height: 250px;
		width: 100%;		
	} 
	#section .successful .successful-show .successful-show-indicate img {
		width: 100%;
		height: auto;
	}
	#section .successful .successful-show .successful-show-indicate img:last-child{
		width: auto;
		height: 250px;
		
	}
	#section .successful .successful-show .successful-show-indicate img:first-child{
		width: auto;
		height: 275px;
		
	}
}
