#hjHeader{
	background-color: rgba(255,255,255,0.9);
}

.swiper-container-banner{
	width: 100%;
	height: 100%;
}
.swiper-container-banner .swiper-slide{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.swiper-container-banner .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}

.section1,.section2,.section3,.section4,.section5,.section6,.section7{
  	width: 100%;
  	min-width: 980px;
  	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section1{
	background-image: url(../img/demo/section1-bg.jpg);
}
.section2{
	background-image: url(../img/demo/section2-bg.jpg);
}
.section3{
	background-image: url(../img/demo/section3-bg.jpg);
}
.section4{
	background-image: url(../img/demo/section4-bg.jpg);
}
.section5{
	background-image: url(../img/demo/section5-bg.jpg);
}
.section6{
	background-image: url(../img/demo/section6-bg.jpg);
}
.section7{
	background-image: url(../img/demo/section7-bg.png);
}


.section-content {
  width: 1400px;
  margin: 0 auto;
  padding-top: 140px;
  display:none;
}
#indexPage4 .section-content{
	padding-top: 220px;
}
@media screen and (min-width: 1400px) {
	#indexPage5 .section-content,#indexPage6 .section-content,#indexPage8 .section-content{
		padding-top: 180px;
	}
	#indexPage7 .section-content{
		padding-top: 150px;
	}
}
.section-header {
	width: 100%;
	text-align: center;
}
.section-header .title {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 38px;
	color: #ef4351;
	font-size: 40px;
	font-weight: 600;
}

.section-header .line {
	width: 600px;
	margin: 15px auto 0;
}

.section-header .left-line,.section-header .right-line {
	width: 100px;
	height: 1px;
	background: #313131;
	margin-top: 13px;
}

.section-header .subhead {
	width: 100%;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 22px;
	color: #313131;
}
.section-content .detail {
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
}
#indexPage4 .section-content .detail{
	margin-top: 70px;
}
#indexPage7 .section-content .detail{
	margin-top: 40px;
}
#indexPage8 .section-content .detail{
	margin-top: 60px;
}


/*part-1*/
.section-content .detail ul.menu {
  width: 200px;
  border: 1px solid #e3e3e3;
  float: left;
}
.section-content .detail ul.menu li {
	width: 100%;
	height: 155px;
	padding: 5px 10px;
  	background: #fff;
  	border-bottom: 1px solid #e3e3e3;
}
.section-content .detail ul.menu li:last-child {
  border: none;
}
.section-content .detail ul.menu li .tab-item {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border: 1px solid #aaa9a4;
  border-radius: 6px;
  text-align: center;
  padding: 20px 28px;
}
.section-content .detail ul.menu li img{
	width: 74px;
  	height: 66px;
}
.section-content .detail ul.menu li p{
	font-size: 18px;
	color: #484539;
	line-height: 34px;
}
.section-content .detail ul.menu li i:first-child {
  display: block;
}
.section-content .detail ul.menu li i:nth-child(2) {
  display: none;
}
.section-content .detail ul.menu li.active .tab-item{
	background: #ef4351;
}
.section-content .detail ul.menu li.active i:first-child {
  display: none;
}
.section-content .detail ul.menu li.active i:nth-child(2) {
  display: block;
}
.section-content .detail ul.menu li.active p{
	color: #fff;
}
.section-content .detail .advBox {
  width: 1190px;
  height: 622px;
  overflow: hidden;
  float: right;
}
.section-content .detail .advBox .advBoxItem {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #cecece;
}
.section-content .detail .advBox .advBoxItem .pic {
  width: 100%;
  height: 100%;
}
.section-content .detail .advBox .advBoxItem .pic a {
  width: 100%;
  height: 100%;
}
.section-content .detail .advBox .advBoxItem .pic a img {
  width: 100%;
  height: 100%;
}
.section-content .detail .advBox .advBoxItem .more{
	position: absolute;
	bottom: 30px;
	right: 20px;
}
.section-content .detail .advBox .advBoxItem .more a{
	font-size: 20px;
	color: #fff;
}


/*part-2*/
.section2 .detail{
	background: #fff;
	padding: 15px;
}
#case_list {
	width: 205px;
	/*height: 605px;*/
	background: #f0f0f0;
	border: 1px solid #d9d9d9;
  text-align: center;
  float: right;
  position: relative;
  padding-bottom: 10px;
}
#case_list::after{
	content: '……';
	display: block;
	width: 125px;
	height: 10px;
	font-size: 14px;
	color: #333;
	line-height: 10px;
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#case_list a {
  display: block;
  /*width: 125px;*/
  height: 48px;
  font-size: 18px;
  color: #000;
  line-height: 48px;
  border: solid 1px #959595;
  border-radius: 5px;
  margin: 16px 30px;
}
#case_list a.active {
  background: #fa555b;
  border-color: #fa555b;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.area-content {
  width: 1155px;
  height: 605px;
  float: left;
  overflow: hidden;
}
.area-content .case_content {
  overflow: hidden;
}
.area-content .area-pic-left {
  width: 375px;
  height: 295px;
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  float: left;
  position: relative;
}
.area-content .area-pic-left:nth-child(3n+3) {
  margin-right: 0;
}
.area-content .area-pic-left a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.area-content .area-pic-left a:after {
  /*width: 335px;*/
  height: 240px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -120px auto 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
  -moz-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
  -webkit-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
  -ms-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
  -ms-filter: "alpha(opacity=$num)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  transform: scale(0.85);
  -moz-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
}
.area-content .area-pic-left .case-img{
	width: 100%;
	height: 100%;
}
.area-content .area-pic-left a img {
  width: 100%;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.area-content .area-pic-left a:hover::after {
  -ms-filter: "alpha(opacity=$num)";
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  transform: scale(0.92, 0.9);
  -moz-transform: scale(0.92, 0.9);
  -webkit-transform: scale(0.92, 0.9);
  -ms-transform: scale(0.92, 0.9);
}
.area-content .area-pic-left a:hover img {
  transform: scale(1.08, 1.08);
}
.area-content .area-pic-left a:hover .case-info {
  background: rgba(0, 0, 0, 0.5);
}
.area-content .area-pic-left a:hover .case-info p {
  color: #fff;
}
.area-content .area-pic-left a:hover .case-info p.title {
  font-size: 24px;
  margin-bottom: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.area-content .area-pic-left a:hover .case-info p.subtitle {
  font-size: 18px;
}
.area-content .area-pic-left a:hover .case-info p.subtitle::after {
  width: 100px;
}
.area-content .area-pic-left a:hover .case-info p.itemtitle {
  font-size: 16px;
}
.area-content .area-pic-left .case-info {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease-out 0.3s;
}
.area-content .area-pic-left .case-info .center-box {
  width: 100%;
  position: relative;
  top: 23%;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  overflow: hidden;
}
.area-content .area-pic-left .case-info .center-box p {
  color: transparent;
  text-align: center;
}
.area-content .area-pic-left .case-info .center-box p.title {
  transition: all 0.3s ease-out 0s;
}
.area-content .area-pic-left .case-info .center-box p.subtitle {
  position: relative;
  margin-bottom: 25px;
  margin-top: -25px;
}
.area-content .area-pic-left .case-info .center-box p.subtitle::after {
  width: 0%;
  content: '';
  display: block;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  margin: auto;
}
.area-content .area-pic-right {
  float: right;
}
.area-content .area-pic-right div {
  width: 385px;
  height: 245px;
  overflow: hidden;
}
.area-content .area-pic-right div a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.area-content .area-pic-right div a img {
  width: 100%;
  height: auto;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.area-content .area-pic-right div a:hover img {
  transform: scale(1.08);
}
.area-content .area-pic-right div.pic_t {
  margin-bottom: 25px;
}


/*part-3*/
.section-content .detail ul.goodness li {
  display: inline-block;
  width: 24.72%;
  text-align: center;
}
.section-content .detail ul.goodness li img {
  width: 164px;
  height: 142px;
}
.section-content .detail ul.goodness li .p1 {
  font-size: 20px;
  color: #111;
  margin-top: 30px;
  font-weight: 700;
}
.section-content .detail ul.goodness li .p2 {
  font-size: 18px;
  color: #484539;
}
.section-content .detail ul.goodness li .icon2 {
  display: none;
}
.section-content .detail ul.goodness li:hover .icon1 {
  display: none;
}
.section-content .detail ul.goodness li:hover .icon2 {
  display: block;
}

/*part-4 服务客户*/
.section4 .client{
	width: 100%;
	height: 650px;
	padding: 78px 0;
	position: relative;
	overflow: hidden;
}
.section4 .center{
	width: 738px;
	height: 494px;
	background: url(../img/2-1.png) no-repeat center;
	background-size: 100% 100%;
	display: table;
	margin: 0 auto;
}
.section4 .center .section-header{
	display: table-cell;
	vertical-align: middle;
}
.section4 .center .section-header .title{
	color: #fff;
	margin-top: 15px;
}
.section4 .section-header .left-line, .section4 .section-header .right-line{
	width: 165px;
	background: #fff;
}
.section4 .section-header .subhead{
	color: #fff;
}
.section4 .center .section-header a{
	display: block;
	width: 172px;
	height: 59px;
	margin: 20px auto 0;
}
.section4 .center .section-header a img{
	width: 100%;
	height: 100%;
}
.section4 .clien-list ul li{
	display: block;
	width: 350px;
	height: 350px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: absolute;
}
.section4 .clien-list a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.section4 .clien-list a>img{
	width: 100%;
	height: 100%;
}
.section4 .clien-list .a1{
	top: -97px;
    left: 155px;
}
.section4 .clien-list .a2{
    top: -221px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section4 .clien-list .a3{
	top: -97px;
    right: 155px;
}
.section4 .clien-list .a4{
	top: 150px;
    left: -92px;
}
.section4 .clien-list .a5{
	top: 150px;
    right: -92px;
}
.section4 .clien-list .a6{
	bottom: -97px;
    left: 155px;
}
.section4 .clien-list .a7{
	bottom: -221px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section4 .clien-list .a8{
	bottom: -97px;
    right: 155px;
}
.section4 .clien-list .jiao-1{
	top: -207px;
    left: -230px;
}
.section4 .clien-list .jiao-2{
	top: -207px;
    right: -230px;
}
.section4 .clien-list .jiao-3{
	bottom: -207px;
    left: -230px;
}
.section4 .clien-list .jiao-4{
	bottom: -207px;
    right: -230px;
}
.section4 .clien-list .client-logo{
	width: 200px;
	height: 150px;
	text-align: center;
	position: absolute;
	text-align: center;
	transform: rotate(45deg);
}
.section4 .clien-list .client-logo img{
	width: 100%;
	height: auto;
}
.section4 .clien-list .a1 .client-logo,.section4 .clien-list .a3 .client-logo{
	top: 130px;
    left: 50px;
}
.section4 .clien-list .a2 .client-logo{
	width: 120px;
	height: 90px;
	top: 215px;
    left: 30px;
}
.section4 .clien-list .a4 .client-logo{
	top: 130px;
    left: 105px;
}
.section4 .clien-list .a5 .client-logo{
	top: 75px;
    right: 100px;
}
.section4 .clien-list .a6 .client-logo,.section4 .clien-list .a8 .client-logo{
	bottom: 130px;
    right: 50px;
}
.section4 .clien-list .a7 .client-logo{
	width: 120px;
	height: 90px;
	bottom: 215px;
    right: 30px;
}

/*part-5 荣誉资质*/
.honor-list .honor{
	width: 1400px;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.honor-list .honor .list-content {
    width: 800%;
    height: 100%;
}
.honor-list .honor .list-content .list-item {
    float: left;
    margin-top: 45px;
}
.honor-list .list-item ul li{
	float: left;
}
.honor-list .list-item ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.honor-list .list-item ul li img{
	width: auto;
	height: 291px;
	transition: all 300ms ease 0s;
}
.honor-list .list-item ul li{
	margin-right:30px;
	height: 375px;
	position: relative;
}
.honor-list .list-item ul li p{
	width: 100%;
	height: 40px;
	background-color: #fa555b;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 10px;
	opacity: 0;
	transition: all 300ms ease 0s;
}
.honor-list .list-item ul li img:hover{
	transform: scale(1.2);
}
.honor-list .list-item ul li:hover p{
	opacity: 1;
	transform: scale(1.2);
}
.btn {
  width: 172px;
  height: auto;
  margin: 30px auto 0;
}
.btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.btn img {
  width: 100%;
  height: auto;
}


/*part-6 新闻资讯*/
.news_left {
  width: 31.94%;
  height: 600px;
  background: #fff;
  margin-right: 25px;
  position: relative;
}
.news_left:last-child{
	margin-right: 0;
}
.news_left>a {
  display: block;
  width: 100%;
  height: 100%;
}
.news_left a img {
  width: 100%;
  height: auto;
}
.news_left .news-content{
	padding: 20px;
}
.news_left .news-content .time {
	font-size: 18px;
	color: #666;
	text-align: center;
	margin-bottom: 20px;
}
.news_left .news-content h3 {
	font-size: 24px;
	color: #111;
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_left .news-content .news-article {
	height: 140px;
  	font-size: 16px;
  	color: #555;
  	text-align: left;
  	line-height: 28px;
  	text-indent: 2em;
  	overflow: hidden;
}
.news_left a a{
	font-size: 16px;
	color: #555;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.section6{
	margin: 0;
}


/*part-7 联系我们*/
.contactUs .left,.contactUs .right{
	width: 50%;
}
.contactUs .left h3{
	font-size: 32px;
	color: #000;
	text-align: left;
	font-weight: 700;
	margin-bottom: 70px;
}
.contactUs .left h3 img{
	vertical-align: middle;
	margin-right: 10px;
}
.contactUs .left .c-item{
	height: 74px;
	margin-bottom: 50px;
}
.contactUs .left .c-item .icon{
	width: 48px;
	height: 48px;
    margin-right: 12px;
    margin-top: 10px;
    float: left;
}
.contactUs .left .c-item .c-content{
	font-size: 18px;
	color: #000;
	float: left;
}
.contactUs .left .c-item .c-content p{
	margin-bottom: 10px;
	text-align: left;
}
.contactUs .right .dark-matter{
	width: 780px;
	max-width: 100%;
}
.contactUs .right .dark-matter h3 {
  font-size: 32px;
  color: #000;
  text-align: left;
  margin-bottom: 30px;
}
.contactUs .right .dark-matter h3 span.yingwen {
  display: block;
  font-size: 14px;
  color: #666;
}
.contactUs .right .dark-matter input {
  width: 100%;
  height: 45px;
  font-size: 16px;
  color: #000;
  line-height: 45px;
  outline: 0 none;
  padding-left: 15px;
  background: #fff;
  border: none;
  margin-bottom: 20px;
}
.contactUs .right .dark-matter textarea {
  width: 100%;
  height: 135px;
  padding: 10px;
  border: none;
  font-size: 16px;
  color: #000;
  line-height: 26px;
}
.contactUs .right .dark-matter .submit {
  text-align: left;
  margin-top: 35px;
}

@media screen and (max-width: 1680px) and (min-width: 1400px){
	.section-content{
		width: 1200px;
		padding-top: 120px;
	}
	.section-header .line{
		margin: 10px auto 0;
	}
	.section-content .detail{
		margin-top: 10px;
	}
	.section-content .detail .advBox{
		width: 975px;
		height: 510px;
	}
	.section-content .detail ul.menu{
		width: 220px;
	}
	.section-content .detail ul.menu li{
		height: 127px;
	}
	.section-content .detail ul.menu li i{
		float: right;
	}
	.section-content .detail ul.menu li p{
		width: 52px;
		font-size: 24px;
		line-height: 30px;
		margin: 3px 0;
	}
	.section2 .detail{
		padding: 10px;
	}
	#case_list{
		width: 142px;
	}
	#case_list a{
		height: 42px;
		line-height: 42px;
		margin: 10px;
	}
	.area-content{
		width: 1030px;
		height: 490px;
	}
	.area-content .area-pic-left{
		width: 336px;
		height: 240px;
		margin-right: 10px;
    	margin-bottom: 10px;
	}
	#indexPage4 .section-content{
		padding-top: 170px;
	}
	#indexPage5 .section-content, #indexPage6 .section-content, #indexPage8 .section-content{
		padding-top: 140px;
	}
	#indexPage7 .section-content{
		padding-top: 130px;
	}
	
	.section4 .client{
		height: 568px;
		padding: 80px 0;
	}
	.section4 .center{
		width: 611px;
		height: 409px;
	}
	.section4 .section-header .line{
		width: 500px;
	}
	.section4 .section-header .left-line, .section4 .section-header .right-line{
		width: 110px;
	}
	.section4 .center .section-header a{
		margin: 10px auto 0;
	}
	.section4 .clien-list ul li{
		width: 290px;
		height: 290px;
	}
	.section4 .clien-list .a1{
		top: -64px;
    	left: 149px;
	}
	.section4 .clien-list .a2{
		top: -168px;
	}
	.section4 .clien-list .a3 {
	    top: -64px;
	    right: 149px;
	}
	.section4 .clien-list .a4 {
	    top: 140px;
    	left: -57px;
	}
	.section4 .clien-list .a5 {
	    top: 140px;
	    right: -57px;
	}
	.section4 .clien-list .a6 {
	    bottom: -66px;
    	left: 149px;
	}
	.section4 .clien-list .a7{
		bottom: -169px;
	}
	.section4 .clien-list .a8 {
	    bottom: -66px;
    	right: 149px;
	}
	.section4 .clien-list .jiao-1 {
	    top: -160px;
    	left: -165px;
	}
	.section4 .clien-list .jiao-2 {
	    top: -160px;
	    right: -165px;
	}
	.section4 .clien-list .jiao-3 {
	    bottom: -160px;
	    left: -165px;
	}
	.section4 .clien-list .jiao-4 {
	    bottom: -160px;
	    right: -165px;
	}
	.section4 .clien-list .client-logo{
		width: 160px;
		height: 120px;
	}
	.section4 .clien-list .a1 .client-logo, .section4 .clien-list .a3 .client-logo{
		top: 100px;
	}
	.section4 .clien-list .a2 .client-logo{
		top: 160px;
		left: 25px;
	}
	.section4 .clien-list .a4 .client-logo{
		top: 100px;
    	left: 80px;
	}
	.section4 .clien-list .a5 .client-logo{
		top: 70px;
    	right: 85px;
	}
	.section4 .clien-list .a6 .client-logo, .section4 .clien-list .a8 .client-logo{
		bottom: 100px;
	}
	.section4 .clien-list .a7 .client-logo{
		bottom: 160px;
    	right: 25px;
	}
	
	.honor-list .honor{
		height: 400px;
	}
	.honor-list .honor .list-content .list-item{
		margin-top: 30px;
	}
	#indexPage7 .section-content .detail{
		margin-top: 20px;
	}
	.news_left{
		height: 490px;
	}
	.news_left .news-content{
		padding: 15px 20px;
	}
	.news_left .news-content .time,.news_left .news-content h3{
		margin-bottom: 15px;
	}
	.news_left a a{
		bottom: 10px;
	}
	#indexPage8 .section-content .detail{
		margin-top: 30px;
	}
	.contactUs .left .c-item{
		margin-bottom: 40px;
	}
	.contactUs .right .dark-matter .submit{
		margin-top: 25px;
	}
}
@media screen and (max-width: 1400px) {
	.swiper-container-horizontal > .swiper-pagination-bullets{
		bottom: 7%;
	}
	.section-content{
		width: 980px;
		padding-top: 120px;
	}
	#indexPage2 .section-content{
		padding-top: 140px;
	}
	#indexPage3 .section-content{
		padding-top: 130px;
	}
	.section-content .detail ul.menu{
		width: 360px;
	}
	.section-content .detail ul.menu li{
		width: 179px;
		border-right: 1px solid #e3e3e3;
	}
	.section-content .detail ul.menu li:nth-child(2n){
		border-right: none;
	}
	.section-content .detail ul.menu li:nth-child(3),.section-content .detail ul.menu li:nth-child(4){
		border-bottom: none;
	}
	.section-content .detail .advBox{
		width: 610px;
		height: 312px;
	}
	.section-content .detail .advBox .advBoxItem .more{
		bottom: 10px;
		right: 15px;
	}
	#case_list{
		width: 250px;
		padding: 4px;
	}
	#case_list a{
		width: 110px;
		margin: 5px;
		float: left;
	}
	#case_list::after{
		width: 110px;
		bottom: 30px;
		left: 130px;
		margin: 0;
	}
	.area-content{
		width: 700px;
		height: 300px;
	}
	.area-content .area-pic-left{
		width: 335px;
		height: 300px;
	}
	#indexPage4 .section-content{
		padding-top: 170px;
	}
	#indexPage4 .section-content .detail{
		margin-top: 60px;
	}
	
	.section4 .section-content{
		padding-top: 140px;
	}
	.section4 .client{
		height: 392px;
		padding: 27px 0;
	}
	.section4 .center{
		width: 503px;
		height: 337px;
	}
	.section4 .section-header .line{
		width: 420px;
	}
	.section4 .section-header .left-line, .section4 .section-header .right-line{
		width: 75px;
	}
	.section4 .center .section-header a{
		margin: 10px auto 0;
	}
	.section4 .clien-list ul li{
		width: 239px;
		height: 239px;
	}
	.section4 .clien-list .a1{
		top: -92px;
    	left: 120px;
	}
	.section4 .clien-list .a2{
		top: -178px;
	}
	.section4 .clien-list .a3 {
	    top: -92px;
	    right: 120px;
	}
	.section4 .clien-list .a4 {
	    top: 76px;
	    left: -49px;
	}
	.section4 .clien-list .a5 {
	    top: 76px;
	    right: -49px;
	}
	.section4 .clien-list .a6 {
	    bottom: -92px;
	    left: 120px;
	}
	.section4 .clien-list .a7{
		bottom: -178px;
	}
	.section4 .clien-list .a8 {
	    bottom: -92px;
	    right: 120px;
	}
	.section4 .clien-list .jiao-1 {
	    top: -180px;
	    left: -130px;
	}
	.section4 .clien-list .jiao-2 {
	    top: -180px;
	    right: -130px;
	}
	.section4 .clien-list .jiao-3 {
	    bottom: -180px;
	    left: -130px;
	}
	.section4 .clien-list .jiao-4 {
	    bottom: -180px;
	    right: -130px;
	}
	.section4 .clien-list .client-logo{
		width: 120px;
		height: 90px;
	}
	.section4 .clien-list .a1 .client-logo, .section4 .clien-list .a3 .client-logo{
		top: 100px;
		left: 35px;
	}
	.section4 .clien-list .a2 .client-logo{
		width: 80px;
    	height: 60px;
		top: 155px;
    	left: 15px;
	}
	.section4 .clien-list .a4 .client-logo{
		top: 90px;
    	left: 70px;
	}
	.section4 .clien-list .a5 .client-logo{
		top: 60px;
    	right: 80px;
	}
	.section4 .clien-list .a6 .client-logo, .section4 .clien-list .a8 .client-logo{
		bottom: 100px;
		right: 35px;
	}
	.section4 .clien-list .a7 .client-logo{
		width: 80px;
    	height: 60px;
		bottom: 155px;
    	right: 15px;
	}
	
	#indexPage6 .section-content .detail{
		margin-top: 10px;
	}
	.honor-list .honor{
		width: 980px;
		height: 300px;
	}
	.honor-list .honor .list-content .list-item{
		margin-top: 30px;
	}
	.honor-list .list-item ul li{
		height: 265px;
	}
	.honor-list .list-item ul li img{
		height: 205px;
	}
	.honor-list .list-item ul li p{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		bottom: 0;
	}
	.btn{
		width: 152px;
		margin: 20px auto 0;
	}
	#indexPage7 .section-content .detail{
		margin-top: 30px;
	}
	.news_left{
		height: 340px;
		margin-right: 20px;
	}
	.news_left .news-content{
		padding: 10px 15px;
	}
	.news_left .news-content .time{
		font-size: 14px;
		margin-bottom: 0;
	}
	.news_left .news-content h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.news_left .news-content .news-article{
		height: 48px;
		font-size: 14px;
		line-height: 22px;
	}
	.news_left a a{
		bottom: 5px;
		right: 15px;
	}
	#indexPage8 .section-content .detail{
		margin-top: 30px;
	}
	.contactUs .left .c-item{
		height: 55px;
		margin-bottom: 30px;
	}
	.contactUs .left h3{
		font-size: 28px;
		margin-bottom: 40px;
	}
	.contactUs .left .c-item .icon{
		margin-top: 3px;
	}
	.contactUs .left .c-item .c-content{
		width: 410px;
		text-align: justify;
	}
	.contactUs .left .c-item .c-content p{
		margin-bottom: 0;
	}
	.contactUs .right .dark-matter h3{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.contactUs .right .dark-matter input{
		width: 48%;
		height: 40px;
		line-height: 40px;
		margin-bottom: 15px;
		margin-right: 10px;
	}
	.contactUs .right .dark-matter #phone{
		margin-right: 0;
	}
	.contactUs .right .dark-matter textarea{
		height: 105px;
	}
	.contactUs .right .dark-matter .submit{
		margin-top: 15px;
	}
	.contactUs .right .dark-matter .submit img{
		width: 162px;
		height: auto;
	}
}