﻿@charset "utf-8";

/* CSS Document */
* {
	list-style: none;
	outline: none;
	font-family: "微软雅黑", arial;
	border: none;
	color: #333;
	padding: 0;
	margin: 0;
}

ul {
	padding: 0;
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.bgcolor-f5 {
	background-color: #f5f5f5;
}

p {
	margin-bottom: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

#superContainer {
	height: 100%;
	position: relative;
}

.width100 {
	display: block;
	width: 100%;
}

.news-info-con p {
	font-size: 15px;
	line-height: 35px;
}

/*******************************************首页********************************************/
/***************** head*****************/
.header {
	position: absolute;
	top: 0;
	right: 0;
}

.index-head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 2px 3px 0.5px rgba(0, 0, 0, 0.05);
	z-index: 2000;
}

.index-head .welcome,
.index-head .logo-box {
	width: 100%;
}

.index-head .welcome {
	height: 40px;
	background-color: #f67524;
}

.welcome-word {
	float: left;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
}

.welcome-tel {
	float: right;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	padding-left: 35px;
	background: url(../images/hot_tel.png) no-repeat left center;
}

.logo-box {
	position: relative;
	background-color: #fff;
}

.logo {
	float: left;
	height: 90px;
	
	position: relative;
}

.logo img {
	display: block;
	float: left;
	height: 55px;
	
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%,-50%);
}

.nav-box {
	float: right;
}

.nav-box li {
	display: inline-block;
	float: left;
	height: 90px;
	text-align: center;
}

.nav-box li>a {
	display: block;
	width: 100%;
	font-size: 17px;
	line-height: 90px;
}

.nav-box li>a span {
	display: inline-block;
	width: 50px;
	height: 90px;
	text-align: center;
	color: #999;
}

.nav-box li:hover a,
.nav-box li.on-top a {
	color: #f67524;
}

@media (max-width: 1259px) {
	
	.logo img{
		height: 45px;
	}
	
	.nav-box li>a {
		font-size: 16px;
	}

	.nav-box li>a span {
		width: 35px;
	}
}

/***************** 二级导航*****************/
.second-nav {
	position: absolute;
	width: 100%;
	left: 0;
	top: 90px;
	background-color: #f5f5f5;
	box-shadow: 0px 2px 3px 0.5px rgba(0, 0, 0, 0.05);
	display: none;
}

.second-nav-list {
	display: inline-block;
	width: calc(100% / 8);
	padding: 10px 0;
	margin: 40px 0;
	border-right: 1px solid #ddd;
}

.second-nav-list:last-of-type {
	border-right: 0;
}

.second-nav-icon01 {
	background: url(../images/tool_bg1.png) no-repeat center;
}

.second-nav-icon02 {
	background: url(../images/tool_bg2.png) no-repeat center;
}

.second-nav-icon03 {
	background: url(../images/tool_bg3.png) no-repeat center;
}

.second-nav-icon04 {
	background: url(../images/tool_bg4.png) no-repeat center;
}

.second-nav-icon05 {
	background: url(../images/tool_bg5.png) no-repeat center;
}

.second-nav-icon06 {
	background: url(../images/tool_bg6.png) no-repeat center;
}

.second-nav-icon07 {
	background: url(../images/tool_bg7.png) no-repeat center;
}

.second-nav-icon08 {
	background: url(../images/tool_bg8.png) no-repeat center;
}

.second-nav-icon09 {
	background: url(../images/tool_bg9.png) no-repeat center;
}

.second-nav-icon010 {
	background: url(../images/tool_bg10.png) no-repeat center;
}

.second-nav .second-nav-icon {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #999;
	border-radius: 50%;
	margin: 0 auto 20px;
}

.second-nav-tit {
	display: block;
	width: 100%;
	font-size: 15px;
	text-align: center;
}

.second-nav-list:hover .second-nav-icon {
	background-color: #f67524;
}

.second-nav-list:hover .second-nav-tit {
	color: #f67524;
}

.nav-box li:hover .second-nav {
	display: block;
}

@media (max-width: 1259px) {
	.second-nav-list {
		width: calc(100% / 7.2);
	}

	.second-nav-tit {
		font-size: 14px;
	}
}

/***************** banner*****************/
.index-banner,
.sub-banner {
	margin-top: 130px;
}

.flexslider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
	width: 100%;
}

.slides img {
	display: block;
	width: 100%;
}

.flex-direction-nav a {
	width: 55px;
	height: 40px;
	overflow: hidden;
	font-size: 0;
	display: block;
	position: absolute;
	bottom: 80px;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	left: calc(50% - 520px);
	background: url(../images/arrow_right.png) no-repeat center;
}

.flex-direction-nav .flex-prev {
	left: calc(50% - 600px);
	background: url(../images/arrow_left.png) no-repeat center;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 60px;
	text-align: center;
	display: none;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
}

.flex-control-paging li a {
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #6e6e6e;
	border-radius: 50%;
	font-size: 0;
	cursor: pointer;
}

.flex-control-paging li a.flex-active {
	background-color: #6e6e6e;
}

@media (max-width: 1259px) {
	.flex-direction-nav .flex-next {
		left: calc(50% - 390px);
	}

	.flex-direction-nav .flex-prev {
		left: calc(50% - 470px);
	}
}

@media (max-width: 991px) {
	.flex-direction-nav .flex-next {
		left: calc(50% - 280px);
	}

	.flex-direction-nav .flex-prev {
		left: calc(50% - 360px);
	}
}

@media (max-width: 767px) {
	.flex-direction-nav a {
		margin-top: -20px;
		top: 50%;
	}

	.flex-direction-nav .flex-next {
		left: auto;
		right: 30px;
	}

	.flex-direction-nav .flex-prev {
		left: 30px;
	}
}

@media (max-width:400px) {
	.flex-direction-nav .flex-next {
		left: auto;
		right: 10px;
	}

	.flex-direction-nav .flex-prev {
		left: 10px;
	}
}

/**************首页标题***************************/
.index-tit {
	text-align: center;
	margin-bottom: 60px;
}

.index-tit-lg {
	display: block;
	font-size: 34px;
	line-height: 40px;
}

.index-tit-sm {
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #666;
	margin-top: 10px;
}

.index-tit02 div {
	color: #fff;
}

@media(max-width:1259px) {
	.index-tit {
		margin-bottom: 50px;
	}

	.index-tit-lg {
		font-size: 28px;
		line-height: 30px;
	}

	.index-tit-sm {
		font-size: 18px;
		line-height: 20px;
	}
}

@media(max-width:991px) {
	.index-tit {
		margin-bottom: 40px;
	}

	.index-tit-lg {
		font-size: 26px;
		line-height: 28px;
	}

	.index-tit-sm {
		font-size: 16px;
		line-height: 20px;
	}
}

@media(max-width:767px) {
	.index-tit {
		margin-bottom: 30px;
	}

	.index-tit-lg {
		font-size: 22px;
		line-height: 24px;
	}

	.index-tit-sm {
		font-size: 15px;
		line-height: 20px;
	}
}

/***************优势***************************/
.index-adv-box {
	padding: 60px 50px;
	background-color: #fff;
	box-shadow: 0px 3px 5.04px 0.96px rgba(0, 0, 0, 0.14);
	position: relative;
	top: -50px;
}

.index-adv-list li {
	float: left;
	text-align: center;
	width: 20%;
	height: 150px;
	padding: 0 2%;
	padding-top: 30px;
	border-right: 1px solid #ddd;
}

.index-adv-list li:last-of-type {
	border-right: 0;
}

.index-adv-count {
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 20px;
	color: #f67524;
	font-family: impact;
}

.index-adv-count span {
	font-family: impact;
	color: #f67524;
	font-size: 60px;
	margin-right: 10px;
}

.index-adv-des {
	color: #666;
	font-size: 18px;
}

@media (max-width:1259px) {
	.index-adv-box {
		padding: 60px 20px;
	}

	.index-adv-list li {
		height: 130px;
		padding-top: 20px;
	}

	.index-adv-count {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 15px;
	}
}

@media (max-width:991px) {
	.index-adv-count {
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 10px;
	}
}

/****************服务**********************/
.index-serv {
	padding: 10px 0 60px;
}

.index-serv-list {
	width: 100%;
	height: 356px;
}

.index-serv-list>li {
	width: calc(97% / 5);
	height: 100%;
	float: left;
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
	position: relative;
	overflow: hidden;
	margin-right: 1%;
}

.index-serv-list>li:last-of-type {
	margin-right: 0;
}

.index-serv-display {
	width: 100%;
	height: 100%;
	padding: 35px 20px;
	float: left;
	position: relative;
	z-index: 2;
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.index-serv-display1 {
	background-color: #fdad73;
}

.index-serv-display2 {
	background-color: #50d2b7;
}

.index-serv-display3 {
	background-color: #7b99ee;
}

.index-serv-display4 {
	background-color: #4f9cdb;
}

.index-serv-icon {
	display: inline-block;
	width: 72px;
	height: 60px;
	margin-bottom: 25px;
}

.index-serv-icon1 {
	background: url(../images/s01.png) no-repeat left center;
}

.index-serv-icon2 {
	background: url(../images/s02.png) no-repeat left center;
}

.index-serv-icon3 {
	background: url(../images/s03.png) no-repeat left center;
}

.index-serv-icon4 {
	background: url(../images/s04.png) no-repeat left center;
}

.index-serv-cntit,
.index-serv-entit {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 12px;
	color: #fff;
}

.index-serv-des {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
}

.index-serv-display::after {
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 12px 15px;
	top: 100%;
	margin-top: 0;
	right: -30px;
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.index-serv-display1::after {
	border-color: transparent transparent transparent #fdad73;
}

.index-serv-display2::after {
	border-color: transparent transparent transparent #50d2b7;
}

.index-serv-display3::after {
	border-color: transparent transparent transparent #7b99ee;
}

.index-serv-display4::after {
	border-color: transparent transparent transparent #4f9cdb;
}

.index-serv-behind {
	width: 0;
	height: 100%;
	display: inline-block;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.index-serv-list li:nth-of-type(1) .index-serv-behind {
	background: url(../images/index_probg.jpg) no-repeat center;
}

.index-serv-list li:nth-of-type(2) .index-serv-behind {
	background: url(../images/index_probg02.jpg) no-repeat center;
}

.index-serv-list li:nth-of-type(3) .index-serv-behind {
	background: url(../images/index_probg03.jpg) no-repeat center;
}

.index-serv-list li:nth-of-type(4) .index-serv-behind {
	background: url(../images/index_probg04.jpg) no-repeat center;
}

.isb-list {
	width: 100%;
	height: 100%;
	padding-top: 55px;
}

.isb-list li {
	display: block;
	width: 80%;
	border-radius: 4px;
	border: 1px solid #999;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.isb-list li:last-of-type {
	margin-bottom: 0;
}

.isb-list li a {
	display: block;
	width: 100%;
	padding: 5px;
	line-height: 22px;
	font-size: 15px;
	color: #fff;
}

.isb-list1 li:hover {
	border: 1px solid #fdad73;
	background-color: #fdad73;
}

.isb-list2 li:hover {
	border: 1px solid #50d2b7;
	background-color: #50d2b7;
}

.isb-list3 li:hover {
	border: 1px solid #7b99ee;
	background-color: #7b99ee;
}

.isb-list4 li:hover {
	border: 1px solid #4f9cdb;
	background-color: #4f9cdb;
}

.index-serv-list>li.on {
	width: calc(97% / 5 * 2);
}

.index-serv-list>li.on .index-serv-display {
	width: 50%;
}

.index-serv-list>li.on .index-serv-behind {
	width: 50%;
}

.index-serv-list>li.on .index-serv-display::after {
	top: 50%;
	margin-top: -20px;
}

@media (max-width:1259px) {
	.index-serv-display {
		padding: 25px 15px;
	}

	.index-serv-icon {
		margin-bottom: 15px;
	}

	.index-serv-cntit,
	.index-serv-entit {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}
}

@media (max-width:991px) {
	.index-serv-display {
		padding: 15px;
	}

	.index-serv-icon {
		margin-bottom: 5px;
		background-size: 80%;
	}

	.index-serv-cntit {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 10px;
	}

	.index-serv-entit {
		font-size: 15px;
		line-height: 15px;
		margin-bottom: 10px;
	}

	.index-serv-des {
		font-size: 14px;
		line-height: 20px;
	}

	.isb-list {
		padding-top: 20px;
	}
}

@media (max-width:767px) {
	.index-serv-des {
		display: none;
	}

	.index-serv-list>li,
	.index-serv-list>li.on {
		width: 100%;
		height: 275px;
	}

	.index-serv-display,
	.index-serv-behind {
		width: 50%;
	}

	.index-serv-display2,
	.index-serv-display4 {
		float: right;
	}

	.index-serv-behind2,
	.index-serv-behind4 {
		left: 0;
		right: auto;
	}

	.index-serv-list>li.on .index-serv-display::after {
		top: 100%;
		margin-top: 0;
	}

	.isb-list {
		padding-top: 23px;
	}

	.isb-list li {
		margin-bottom: 10px;
	}

	.isb-list li a {
		font-size: 14px;
		line-height: 26px;
	}
}

/****************案例**********************/
.index-case {
	padding-top: 60px;
}

.index-case-list li {
	float: left;
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 1%;
	border: 1px solid #ddd;
}
.index-case-list li:nth-child(4n+4){
	margin-right: 0;
}

.index-case-pic {
	position: relative;
	overflow: hidden;
}

.index-case-pic img {
	display: block;
	width: 100%;
}

.index-case-overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	background-color: rgba(0, 0, 0, .6);
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.ico-info {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 50%;
	margin-top: -66px;
}

.ico-tit {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

.ico-icon {
	width: 53px;
	height: 53px;
	background: url(../images/w01.png) no-repeat center;
	margin: 20px auto;
}

.ico-des {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	text-align: center;
}

.index-case-tit {
	width: 100%;
	height: 80px;
	padding: 0 10px;
	font-size: 20px;
	line-height: 80px;
	overflow: hidden;
	text-align: center;
}

.index-case-list li:hover .index-case-overlay {
	left: 0;
}

.index-case-list li:hover .index-case-tit {
	background-color: #f67524;
	color: #fff;
}

.index-case-page {
	height: 100px;
	padding-top: 23px;
}

.index-case-more {
	display: block;
	width: 100px;
	height: 54px;
	background: #fff url(../images/index_all.png) no-repeat center;
	margin: 0 auto;
}

.index-case-more:hover {
	background: #f67524 url(../images/index_all02.png) no-repeat center;
}

@media (max-width:1500px) {
	.index-case-tit {
		font-size: 18px;
	}
}

@media (max-width:1259px) {
	.ico-info {
		margin-top: -64px;
	}

	.ico-tit {
		font-size: 20px;
		line-height: 20px;
	}

	.index-case-tit {
		font-size: 17px;
		height: 70px;
		line-height: 70px;
	}
}

@media (max-width:1159px) {
	.index-case-tit {
		font-size: 15px;
		height: 60px;
		line-height: 60px;
	}
}

@media (max-width:991px) {
	.ico-info {
		margin-top: -49px;
	}

	.ico-icon {
		width: 45px;
		height: 45px;
		margin: 10px auto;
		background-size: 100%;
	}

	.ico-tit {
		font-size: 18px;
		line-height: 18px;
	}

	.index-case-tit {
		font-size: 14px;
		height: 50px;
		line-height: 50px;
		padding: 0 5px;
	}
}

@media (max-width:767px) {
	.index-case-list li {
		width: 49.5%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	.index-case-list li:nth-child(2n+2){
		margin-right: 0;
	}
	.ico-info {
		margin-top: -47px;
	}

	.ico-icon {
		width: 45px;
		height: 45px;
		margin: 10px auto;
		background-size: 100%;
	}

	.ico-tit {
		font-size: 16px;
		line-height: 16px;
	}

	.ico-des {
		font-size: 14px;
		line-height: 14px;
	}

	.index-case-tit {
		font-size: 15px;
	}
}

@media (max-width:600px) {
	.index-case-page {
		height: 70px;
		padding-top: 15px;
	}

	.index-case-more {
		display: block;
		width: 60px;
		height: 40px;
	}
}

@media (max-width:480px) {
	.index-case-tit {
		font-size: 13px;
	}
}

/****************新闻**********************/
.index-news {
	padding: 60px 0;
}

.index-news-nav {
	margin-bottom: 20px;
}

.index-news-nav a {
	display: inline-block;
	width: 120px;
	height: 40px;
	border: 1px solid transparent;
	border-radius: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
}

.index-news-nav a.on {
	border: 1px solid #f67524;
}

.index-news-list {
	display: none;
}

.index-news-list.on {
	display: block;
}

.index-news-list li {
	float: left;
	width: 47.5%;
	height: auto;
	min-height: 100px;
	border-bottom: 1px dashed #999;
}

.index-news-list li:nth-of-type(2n-1) {
	margin-right: 5%;
}

.index-news-list li{
	margin-bottom: 1%;
}

.index-news-left {
	float: left;
	width: 115px;
	height: 115px;
	padding-top: 25px;
}

.inl-d {
	display: block;
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 10px;
	color: #999;
	text-align: center;
}

.inl-m {
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #999;
	text-align: center;
}

.index-news-right {
	float: left;
	width: calc(100% - 115px);
	height: 100%;
	padding: 20px;
}

.inr-tit {
	font-size: 20px;
	line-height: 25px;
	height: 25px;
	color: #666;
	margin-bottom: 10px;
	overflow: hidden;
}

.inr-des {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #999;
}

.index-news-list li:hover .index-news-left {
	background-color: #f67524;
}

.index-news-list li:hover .index-news-left span {
	color: #fff;
}

.index-news-list li:hover .index-news-right {
	background-color: #f8f8f8;
}

@media (max-width:1259px) {
	.index-news-list li {
		width: 49%;
		height: 105px;
	}

	.index-news-list li:nth-of-type(2n-1) {
		margin-right: 2%;
	}

	.index-news-left {
		width: 100px;
		padding-top: 20px;
	}

	.index-news-right {
		width: calc(100% - 100px);
		padding: 20px;
	}

	.inr-tit {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
		margin-bottom: 5px;
	}
}

@media (max-width:991px) {
	.index-news-list li {
		height: 95px;
	}

	.index-news-left {
		display: none;
		
		width: 70px;
		padding-top: 15px;
	}

	.index-news-right {
		width: auto;
		padding: 15px 10px;
	}

	.inr-tit {
		font-size: 17px;
		line-height: 20px;
		height: 20px;
		margin-bottom: 5px;
	}
}

@media (max-width:767px) {
	.index-news-nav {
		margin-bottom: 30px;
	}

	.index-news-list li {
		float: none;
		width: 100%;
	}

	.index-news-list li:nth-of-type(2n-1) {
		margin-right: 0;
	}

	.index-news-list li{
		margin-bottom: 0px;
	}

	.index-news-list li:last-of-type {
		display: none;
	}
}

@media (max-width:600px) {
	.index-news-nav a {
		width: 100px;
		height: 32px;
		border-radius: 10px;
		font-size: 14px;
		line-height: 30px;
	}
}

@media (max-width:600px) {
	.index-news-nav {
		text-align: center;
	}

	.index-news-nav a {
		width: 31%;
	}
}

/****************联系**********************/
.index-contact {
	padding: 80px 0;
	background: url(../images/index_conbg.jpg) no-repeat center;
	background-size: cover;
}

.index-contact-left {
	float: left;
	width: 34%;
}

.index-contact-right {
	float: right;
	width: 56%;
	padding: 30px;
	background-color: #fff;
}

.icl-tit {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 25px;
	color: #fff;
}

.icl-tel {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.icl-tel span {
	display: block;
	font-size: 26px;
	color: #fff;
}

.icl-icon {
	padding: 30px 0;
	margin: 30px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.icl-icon a {
	display: inline-block;
	width: 62px;
	height: 62px;
	margin-right: 35px;
	background-size: 100%;
	position: relative;
}

.icl-icon01 {
	background: url(../images/c02.png) no-repeat center;
}

.icl-icon02 {
	background: url(../images/c01.png) no-repeat center;
}

.icl-icon03 {
	background: url(../images/c03.png) no-repeat center;
}

.icl-icon01 .icl-wechat {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 0;
	top: 80px;
	box-shadow: 0px 3px 5.04px 0.96px rgba(0, 0, 0, 0.14);
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
	display: none;
}

.icl-icon01 .icl-wechat img {
	display: block;
	width: 100%;
}

.icl-icon01 .icl-wechat:after,
.icl-icon03 .icl-phone:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-width: 12px;
	border-color: transparent transparent #fff transparent;
	top: -23px;
	left: 20px;
}

.icl-icon03 .icl-phone {
	position: absolute;
	padding: 15px;
	width: 250px;
	height: 102px;
	background-color: #fff;
	left: 0;
	top: 80px;
	box-shadow: 0px 3px 5.04px 0.96px rgba(0, 0, 0, 0.14);
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
	display: none;
}

.icl-icon03 .icl-phone span {
	display: block;
	font-size: 16px;
	line-height: 24px;
}

.icl-icon01:hover .icl-wechat {
	display: block;
}

.icl-icon03:hover .icl-phone {
	display: block;
}

.icl-add {
	padding-left: 65px;
	background: url(../images/c04.png) no-repeat left center;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}

.icr-tit {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

.icr-feedback1,
.icr-feedback2 {
	display: block;
	width: 100%;
	height: 50px;
	padding: 9px;
	border: 1px solid #999;
	font-size: 16px;
	line-height: 30px;
	color: #999;
	margin-bottom: 20px;
}

.icr-feedback3,
.icr-feedback4 {
	display: block;
	float: left;
	width: 49%;
	height: 50px;
	padding: 9px;
	border: 1px solid #999;
	font-size: 16px;
	line-height: 30px;
	color: #999;
	margin-bottom: 20px;
}

.icr-feedback3 {
	margin-right: 2%;
}

.icr-feedback5 {
	display: block;
	width: 100%;
	height: 50px;
	padding: 9px;
	border: 1px solid #f67524;
	background-color: #f67524;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.icr-feedback5:hover {
	background-color: transparent;
	color: #f67524
}

@media (max-width:1259px) {

	.icr-tit,
	.icr-feedback1,
	.icr-feedback2,
	.icr-feedback3,
	.icr-feedback4 {
		margin-bottom: 25px;
	}
}

@media (max-width:991px) {
	.index-contact-left {
		width: 46%;
	}

	.index-contact-right {
		width: 46%;
		padding: 20px;
	}

	.icr-tit,
	.icr-feedback1,
	.icr-feedback2,
	.icr-feedback3,
	.icr-feedback4 {
		margin-bottom: 20px;
	}

	.icl-tit {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.icl-tel {
		font-size: 16px;
		line-height: 30px;
	}

	.icl-tel span {
		font-size: 22px;
		color: #fff;
	}

	.icl-icon {
		padding: 15px 0;
		margin: 30px 0;
	}

	.icl-add {
		font-size: 16px;
		line-height: 24px;
		padding-left: 50px;
		background-size: 30px;
	}
}

@media (max-width:767px) {
	.index-contact-left {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.index-contact-right {
		float: none;
		width: 100%;
	}

	.icl-icon {
		margin: 15px 0;
	}

	.icl-add {
		font-size: 16px;
		line-height: 30px;
		padding-left: 30px;
		background-size: 20px;
	}
}

@media (max-width:540px) {
	.index-contact-left {
		margin-bottom: 30px;
	}

	.icl-add {
		font-size: 14px;
		line-height: 24px;
		padding-left: 30px;
		background-size: 16px;
	}

	.icl-icon a {
		margin-right: 0;
	}

	.icl-icon a:nth-of-type(2) {
		margin-right: calc(50% - 100px);
		margin-left: calc(50% - 100px);
	}

	.icl-icon03 .icl-phone {
		right: 0;
		left: auto;
	}

	.icl-icon03 .icl-phone:after {
		right: 20px;
		left: auto;
	}
}

/****************关于**********************/
.index-about {
	padding: 60px 0;
}

.index-about-list li {
	float: left;
	width: 31%;
}

.index-about-list li:nth-of-type(3n-1) {
	margin-left: 3.5%;
	margin-right: 3.5%;
}

.index-about-tit {
	font-size: 24px;
	line-height: 50px;
	height: 50px;
	margin-bottom: 10px;
	background: url(../images/line01.png) no-repeat right bottom;
}

.index-about-des,
.index-about-des span {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.index-about-des span {
	display: block;
	float: left;
}

.index-about-des span:nth-of-type(2n-1) {
	width: 220px;
}

.index-about-des span:nth-of-type(2n) {
	width: calc(100% - 220px);
}

@media (max-width:1259px) {
	.index-about-tit {
		font-size: 20px;
		line-height: 40px;
		height: 40px;
	}

	.index-about-list li {
		width: 32%;
	}

	.index-about-list li:nth-of-type(3n-1) {
		margin-left: 2%;
		margin-right: 2%;
	}

	.index-about-des,
	.index-about-des span {
		font-size: 13px;
		line-height: 23px;
	}

	.index-about-des span:nth-of-type(2n-1) {
		width: 170px;
	}

	.index-about-des span:nth-of-type(2n) {
		width: calc(100% - 170px);
	}
}

@media (max-width:991px) {
	.index-about-list li {
		width: 30%;
	}

	.index-about-list li:nth-of-type(3n-1) {
		margin-left: 5%;
		margin-right: 5%;
	}

	.index-about-des span {
		float: none;
	}

	.index-about-des span:nth-of-type(2n-1) {
		width: 100%;
	}

	.index-about-des span:nth-of-type(2n) {
		width: 100%;
	}
}

@media (max-width:767px) {
	.index-about-list li {
		width: 46%;
	}

	.index-about-list li:first-of-type {
		margin-right: 8%;
	}
}

@media (max-width:480px) {
	.index-about-list li {
		width: 100%;
	}

	.index-about-list li:first-of-type {
		display: none;
	}
}

/****************foot**********************/
.foot-nav {
	padding: 40px 0;
	background: #333 url(../images/foot_bg.png) no-repeat center top;
}

.foot-nav-list li {
	float: left;
	width: calc(100% / 6);
}

.foot-nav-tit {
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #fff;
}

.foot-nav-list li a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	height: auto;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.foot-erweima {
	width: 110px;
	height: auto;
	margin-top: 25px;
	
	float: left;
	margin-right: 20px;
}

.foot-erweima img {
	display: block;
	width: 100%;
}

.foot-copy {
	padding: 10px 0;
	background-color: #121212;

}

.foot-copy-left {
	float: left;
	color: #fff;
	line-height: 24px;
}

.foot-copy-right {
	float: right;
	color: #fff;
}

.foot-copy-right a {
	color: #fff;
	line-height: 24px;
}

@media(max-width:991px) {
	.foot-nav-list li a {
		padding-right: 20px
	}
}

@media(max-width:767px) {

	.foot-copy-left,
	.foot-copy-right {
		float: none;
		width: 100%;
		text-align: center;
	}
}

/**************************************************友情链接r********************************************/
.index-friendly-link {
	padding: 10px 0;
}

.index-friendly-link a {
	font-size: 14px;
	display: inline-block;
	color: #fff;
	line-height: 26px;
	margin-right: 5px;
}


/****************首页边距调整**********************/
@media(max-width:767px) {
	.index-case {
		padding-top: 40px;
	}

	.index-serv,
	.index-news,
	.index-contact,
	.index-about {
		padding: 40px 0;
	}

	.foot-copy {
		padding: 20px 0;
	}
}

/****************内页banner*********************/
.sub-banner {
	width: 100%;
	position: relative;
}

.sub-banner img {
	display: block;
	width: 100%;
	position: relative;
}

.sub-banner-tit {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -100px;
}

.sub-banner-tit01 {
	font-size: 48px;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(6, 0, 1, 0.4);
}

.sub-banner-line {
	width: 50px;
	height: 3px;
	background-color: #fff;
	margin: 30px 0;
}

.sub-banner-tit02 {
	font-size: 24px;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(6, 0, 1, 0.4);
}

@media(max-width:1259px) {
	.sub-banner-tit {
		margin-top: -80px;
	}

	.sub-banner-tit01 {
		font-size: 40px;
	}

	.sub-banner-tit02 {
		font-size: 22px;
	}

	.sub-banner-line {
		margin: 20px 0;
	}
}

@media(max-width:991px) {
	.sub-banner-tit {
		margin-top: -60px;
	}

	.sub-banner-tit01 {
		font-size: 34px;
	}

	.sub-banner-tit02 {
		font-size: 20px;
	}

	.sub-banner-line {
		height: 2px;
		margin: 10px 0;
	}
}

@media(max-width:767px) {
	.sub-banner-tit {
		margin-top: -44px;
	}

	.sub-banner-tit01 {
		font-size: 28px;
	}

	.sub-banner-tit02 {
		font-size: 18px;
	}
}

@media(max-width:767px) {
	.sub-banner-tit {
		margin-top: -38px;
	}

	.sub-banner-tit01 {
		font-size: 24px;
	}

	.sub-banner-tit02 {
		font-size: 14px;
	}
}

@media(max-width:460px) {
	.sub-banner-tit {
		margin-top: -29px;
	}

	.sub-banner-tit01 {
		font-size: 20px;
	}

	.sub-banner-tit02 {
		font-size: 13px;
	}

	.sub-banner-line {
		margin: 5px 0;
	}
}

/****************pos*********************/
.pos {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .45);
	padding: 13px 0;
}

.pos-box {
	float: right;
}

.pos-box,
.pos-box a {
	font-size: 14px;
	color: #888;
	line-height: 24px;
}

.pos-box a {
	margin: 0 10px;
}

.pos-box a:last-of-type {
	color: #ddd;
}

.pos-home {
	padding-left: 35px;
	background: url(../images/pos_home.png) no-repeat left center;
}

.pos-box a:hover {
	color: #f67524;
}

@media(max-width:991px) {
	.pos {
		height: 40px;
		padding: 8px 0;
	}
}

@media(max-width:767px) {
	.pos {
		display: none;
	}
}

/***翻页***/
#pageDiv {
	text-align: center;
}

#pageDiv a {
	display: inline-block;
	width: 50px;
	height: 40px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #999;
	color: #666;
	margin: 0 2px 10px 2px;
	text-decoration: none;
	background-color: #fff;
}

#pageDiv .page-prev,
#pageDiv .page-next {
	color: transparent !important;
}

#pageDiv .page-prev {
	background: #fff url(../images/page_prev.png) no-repeat center;
}

#pageDiv .page-next {
	background: #fff url(../images/page_next.png) no-repeat center;
}

#pageDiv .page-prev:hover {
	background: #fff url(../images/page_prev02.png) no-repeat center;
}

#pageDiv .page-next:hover {
	background: #fff url(../images/page_next02.png) no-repeat center;
}

#pageDiv a:hover,
#pageDiv a.current {
	border: 1px solid #f67524;
	color: #f67524;
}

@media(max-width:767px) {
	#pageDiv a {
		width: auto;
		height: 30px;
		font-size: 14px;
		line-height: 28px;
	}
}

/****************网站建设列表页**********************/

.build-list .section {
	position: relative;
}

.build-list .build-list01 {
	background: url(../images/build_bg01.jpg) no-repeat center;
	background-size: cover;
}

.build-list02 {
	background: url(../images/build_bg02.jpg) no-repeat center;
	background-size: cover;
}

.build-list03 {
	background: url(../images/build_bg03.jpg) no-repeat center;
	background-size: cover;
}

.build-list04 {
	background: url(../images/build_bg04.jpg) no-repeat left center;
	background-size: cover;
}

.build-list05 {
	background: url(../images/build_bg05.jpg) no-repeat center;
	background-size: cover;
}

.build-list06 {
	background: url(../images/build_bg04.jpg) no-repeat right center;
	background-size: cover;
}

.build-list07 {
	background: url(../images/build_bg07.jpg) no-repeat center;
	background-size: cover;
}

.build-list-pic01 {
	position: absolute;
	right: 55%;
	top: 50%;
	margin-top: -240px;
}

.build-list-pic02 {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -340px;
}

.build-list-pic03 {
	position: absolute;
	right: 55%;
	top: 50%;
	margin-top: -240px;
}

.build-list-pic04 {
	position: absolute;
	left: 55%;
	top: 50%;
	margin-top: -300px;
}

.build-list-pic05 {
	position: absolute;
	right: 55%;
	top: 50%;
	margin-top: -240px;
}

.build-list-pic06 {
	position: absolute;
	left: 55%;
	top: 50%;
	margin-top: -310px;
}

.build-list-pic07 {
	position: absolute;
	right: 55%;
	top: 50%;
	margin-top: -200px;
}

.build-list-pic {
	padding-top: 40px;
}

.build-list-info {
	position: absolute;
	top: 50%;
	margin-top: -200px;
	padding-top: 40px;
}

.build-list-left {
	width: 600px;
	right: 50%;
}

.build-list-right {
	width: 600px;
	left: 50%
}

.build-list-tit01 {
	font-size: 60px;
}

.build-list-tit02 {
	font-size: 27px;
	letter-spacing: 2px;
}

.build-list-line {
	width: 64px;
	height: 5px;
	margin: 40px 0 30px;
}

.build-list-des {
	font-size: 18px;
	line-height: 38px;
	margin-bottom: 40px;
}

.build-list-link a {
	display: inline-block;
	width: 210px;
	height: 55px;
	line-height: 53px;
	font-size: 18px;
	border-radius: 24px;
	padding-left: 30px;
	margin-right: 20px;
}

.build-list-link a:last-of-type {
	margin-right: 0;
}

.build-list-left .build-list-line {
	background-color: #999;
}

.build-list-left .build-list-des {
	color: #666;
}

.build-list-left a {
	border: 1px solid #333;
	background: url(../images/build_arrow_b.png) no-repeat 148px center;
}

.build-list-left a:hover {
	color: #fff;
	border: 1px solid #f67524;
	background: #f67524 url(../images/build_arrow_w.png) no-repeat 148px center;
}

.build-list-right .build-list-line {
	background-color: #fff;
}

.build-list-right .build-list-tit01,
.build-list-right .build-list-tit02,
.build-list-right .build-list-des {
	color: #fff;
}

.build-list-right a {
	color: #fff;
	border: 1px solid #fff;
	background: url(../images/build_arrow_w.png) no-repeat 148px center;
}

.build-list-right a:hover {
	color: #333;
	border: 1px solid #fff;
	background: #fff url(../images/build_arrow_b.png) no-repeat 148px center;
}

@media(max-width:1800px) {

	.build-list-pic01 img,
	.build-list-pic03 img,
	.build-list-pic04 img,
	.build-list-pic05 img,
	.build-list-pic06 img,
	.build-list-pic07 img {
		width: 520px;
	}

	.build-list-pic02 img {
		width: 700px;
	}

	.build-list-pic01 {
		margin-top: -200px;
	}

	.build-list-pic02 {
		margin-top: -237px;
	}

	.build-list-pic03 {
		margin-top: -154px;
	}

	.build-list-pic04 {
		margin-top: -200px;
	}

	.build-list-pic05 {
		margin-top: -200px;
	}

	.build-list-pic06 {
		margin-top: -210px;
	}

	.build-list-pic07 {
		margin-top: -150px;
	}
}

@media(max-width:1259px) {
	.build-list-info {
		margin-top: -177px;
	}

	.build-list-left,
	.build-list-right {
		width: 470px;
	}

	.build-list-tit01 {
		font-size: 44px;
	}

	.build-list-tit02 {
		font-size: 20px;
	}

	.build-list-line {
		width: 64px;
		height: 4px;
		margin: 30px 0;
	}

	.build-list-des {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 40px;
	}

	.build-list-link a {
		width: 150px;
		height: 40px;
		line-height: 38px;
		font-size: 15px;
		padding-left: 20px;
	}

	.build-list-left a {
		background: url(../images/build_arrow_b.png) no-repeat 110px center;
	}

	.build-list-left a:hover {
		background: #f67524 url(../images/build_arrow_w.png) no-repeat 110px center;
	}

	.build-list-right a {
		background: url(../images/build_arrow_w.png) no-repeat 110px center;
	}

	.build-list-right a:hover {
		background: #fff url(../images/build_arrow_b.png) no-repeat 110px center;
	}

	.build-list-pic01 img,
	.build-list-pic03 img,
	.build-list-pic04 img,
	.build-list-pic05 img,
	.build-list-pic06 img,
	.build-list-pic07 img {
		width: 400px;
	}

	.build-list-pic02 img {
		width: 560px;
	}

	.build-list-pic01 {
		margin-top: -166px;
	}

	.build-list-pic02 {
		margin-top: -190px;
	}

	.build-list-pic03 {
		margin-top: -118px;
	}

	.build-list-pic04 {
		margin-top: -160px;
	}

	.build-list-pic05 {
		margin-top: -166px;
	}

	.build-list-pic06 {
		margin-top: -160px;
	}

	.build-list-pic07 {
		margin-top: -121px;
	}

}

@media(max-width:991px) {
	.build-list-pic {
		padding-top: 50px;
	}

	.build-list-info {
		margin-top: -138px;
		padding-top: 50px;
	}

	.build-list-left,
	.build-list-right {
		width: 360px;
	}

	.build-list-tit01 {
		font-size: 32px;
	}

	.build-list-tit02 {
		font-size: 16px;
	}

	.build-list-line {
		width: 64px;
		height: 3px;
		margin: 20px 0;
	}

	.build-list-des {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 30px;
	}

	.build-list-pic01 img,
	.build-list-pic03 img,
	.build-list-pic04 img,
	.build-list-pic05 img,
	.build-list-pic06 img,
	.build-list-pic07 img {
		width: 320px;
	}

	.build-list-pic02 img {
		width: 420px;
	}

	.build-list-pic01 {
		margin-top: -125px;
	}

	.build-list-pic02 {
		margin-top: -145px;
	}

	.build-list-pic03 {
		margin-top: -95px;
	}

	.build-list-pic04 {
		margin-top: -120px;
	}

	.build-list-pic05 {
		margin-top: -125px;
	}

	.build-list-pic06 {
		margin-top: -128px;
	}

	.build-list-pic07 {
		margin-top: -96px;
	}
}

@media(max-width:767px) {
	.build-list li {
		height: auto;
	}

	.build-list .build-list01 {
		height: auto;
	}

	.build-list-info,
	.build-list-left,
	.build-list-right {
		width: 100%;
		position: static;
		margin-top: 90px;
		padding: 60px 0;
	}

	.build-list-pic01,
	.build-list-pic02,
	.build-list-pic03,
	.build-list-pic04,
	.build-list-pic05,
	.build-list-pic06,
	.build-list-pic07 {
		display: none;
	}


}

@media(max-width:610px) {

	.build-list-tit01 {
		font-size: 22px;
	}

	.build-list-tit02 {
		font-size: 14px;
	}

	.build-list-line {
		width: 44px;
		height: 2px;
		margin: 10px 0;
	}

	.build-list-des {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.build-list-link a {
		width: 120px;
		height: 32px;
		line-height: 30px;
		font-size: 14px;
		padding-left: 20px;
		margin-bottom: 10px;
	}

	.build-list-left a {
		background: url(../images/build_arrow_b.png) no-repeat 90px center;
		background-size: 15px;
	}

	.build-list-left a:hover {
		background: #f67524 url(../images/build_arrow_w.png) no-repeat 90px center;
		background-size: 15px;
	}

	.build-list-right a {
		background: url(../images/build_arrow_w.png) no-repeat 90px center;
		background-size: 15px;
	}

	.build-list-right a:hover {
		background: #fff url(../images/build_arrow_b.png) no-repeat 90px center;
		background-size: 15px;
	}
}

/****************案例列表页**********************/
/***案例banner***/
.banner-case-tit {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30%;
}

.banner-case-tit01 {
	font-size: 60px;
	color: #fff;
	margin-bottom: 15px;
	text-shadow: 0px 2px 2px rgba(6, 0, 1, 0.4);
}

.banner-case-tit02 {
	font-size: 35px;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(6, 0, 1, 0.4);
}

.banner-case-line {
	width: 50px;
	height: 3px;
	background-color: #fff;
	margin: 30px 0;
}

.banner-case-detail {
	display: block;
	width: 200px;
	height: 48px;
	line-height: 46px;
	font-size: 18px;
	padding-left: 35px;
	border: 1px solid #fff;
	border-radius: 24px;
	background: url(../images/case_arrow.png) no-repeat 140px center;
	color: #fff;
}

.banner-case-detail:hover {
	background-color: rgba(255, 255, 255, .2)
}

@media(max-width:1600px) {
	.banner-case-tit {
		bottom: 20%;
	}
}

@media(max-width:1259px) {
	.banner-case-tit01 {
		font-size: 40px;
		margin-bottom: 10px;
	}

	.banner-case-tit02 {
		font-size: 22px;
	}

	.banner-case-line {
		margin: 20px 0;
	}

	.banner-case-detail {
		width: 160px;
		height: 40px;
		line-height: 38px;
		font-size: 16px;
		padding-left: 25px;
		background: url(../images/case_arrow.png) no-repeat 110px center;
	}
}

@media(max-width:991px) {
	.banner-case-tit01 {
		font-size: 34px;
		margin-bottom: 5px;
	}

	.banner-case-tit02 {
		font-size: 20px;
	}

	.banner-case-line {
		height: 2px;
		margin: 15px 0;
	}

	.banner-case-detail {
		width: 140px;
		height: 36px;
		line-height: 34px;
		font-size: 15px;
		padding-left: 20px;
		background: url(../images/case_arrow.png) no-repeat 95px center;
	}
}

@media(max-width:767px) {
	.banner-case-tit01 {
		font-size: 28px;
		margin-bottom: 5px;
	}

	.banner-case-tit02 {
		font-size: 16px;
	}

	.banner-case-detail {
		width: 120px;
		height: 36px;
		line-height: 34px;
		font-size: 14px;
		padding-left: 15px;
		background: url(../images/case_arrow.png) no-repeat 80px center;
	}
}

@media(max-width:610px) {
	.banner-case-tit {
		bottom: 10%;
	}

	.banner-case-tit01 {
		font-size: 24px;
		margin-bottom: 0;
	}

	.banner-case-tit02 {
		font-size: 14px;
	}

	.banner-case-line {
		margin: 10px 0 15px;
	}

	.banner-case-detail {
		width: 120px;
		height: 30px;
		line-height: 28px;
		font-size: 14px;
		padding-left: 15px;
		background: url(../images/case_arrow.png) no-repeat 80px center;
	}
}

@media(max-width:460px) {
	.banner-case-tit {
		display: none;
	}
}

/***案例选项菜单***/
.case-select {
	padding: 30px 0;
}

.case-select-tit {
	float: left;
	font-size: 24px;
	line-height: 42px;
}

.case-select-btn {
	float: right;
}

.case-select-all {
	float: left;
	display: block;
	width: 200px;
	height: 42px;
	border: 1px solid #f67524;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #f67524;
}

.case-select-all:hover {
	background-color: transparent;
	color: #f67524;
}

.case-select-all,
.case-select-fw {
	margin-right: 25px;
}

.case-select-cate {
	float: left;
	width: 200px;
	position: relative;
}

.csc-tit {
	width: 100%;
	height: 42px;
	border: 1px solid #f5f5f5;
	font-size: 18px;
	line-height: 40px;
	padding-left: 25px;
	background: #f5f5f5 url(../images/select_arrow.png) no-repeat 170px center;
}

.case-select-cate ul {
	position: absolute;
	width: 100%;
	top: 41px;
	left: 0;
	text-align: center;
	background-color: #fff;
	padding: 10px 0;
	display: none;
	border: 1px solid #f67524;
	border-top: 0;
	z-index: 20;
}

.case-select-cate ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 38px;
	height: 38px;
}

.case-select-cate ul li a:hover {
	color: #f67524;
}

.csc-tit.on {
	border: 1px solid #f67524;
	border-bottom: 1px solid #f5f5f5;
	;
}

@media(max-width:1259px) {
	.case-select-tit {
		font-size: 20px;
	}

	.case-select-all,
	.case-select-cate {
		width: 160px;
		font-size: 16px;
	}

	.csc-tit {
		font-size: 16px;
		padding-left: 20px;
		background: #f5f5f5 url(../images/select_arrow.png) no-repeat 130px center;
	}

	.case-select-cate ul li a {
		font-size: 14px;
	}
}

@media(max-width:991px) {
	.case-select {
		padding: 20px 0;
	}

	.case-select-tit {
		font-size: 17px;
		line-height: 36px;
	}

	.case-select-all {
		width: 140px;
		height: 36px;
		line-height: 34px;
		font-size: 15px;
	}

	.case-select-cate {
		width: 140px;
	}

	.csc-tit {
		font-size: 15px;
		height: 36px;
		line-height: 34px;
		padding-left: 20px;
		background: #f5f5f5 url(../images/select_arrow.png) no-repeat 100px center;
	}

	.case-select-cate ul {
		top: 35px
	}

	.case-select-cate ul li a {
		font-size: 14px;
	}
}

@media(max-width:767px) {
	.case-select-tit {
		display: none;
	}
}

@media(max-width:610px) {
	.case-select-all {
		width: 120px;
		height: 32px;
		line-height: 30px;
		font-size: 14px;
	}

	.case-select-cate {
		width: 120px;
	}

	.csc-tit {
		font-size: 14px;
		height: 32px;
		line-height: 30px;
		padding-left: 15px;
		background: #f5f5f5 url(../images/select_arrow.png) no-repeat 90px center;
	}

	.case-select-cate ul {
		top: 31px
	}

	.case-select-cate ul li a {
		font-size: 13px;
	}

	.case-select-all,
	.case-select-fw {
		margin-right: 10px;
	}
}

@media(max-width:450px) {
	.case-select {
		padding: 15px 0;
	}

	.case-select-btn {
		float: none;
	}

	.case-select-all {
		width: 70px;
		height: 32px;
		line-height: 30px;
		font-size: 13px;
	}

	.case-select-cate {
		width: 100px;
	}

	.csc-tit {
		font-size: 13px;
		height: 32px;
		line-height: 30px;
		padding-left: 10px;
		background: #f5f5f5 url(../images/select_arrow.png) no-repeat 75px center;
		background-size: 10px;
	}

	.case-select-cate ul {
		top: 31px
	}

	.case-select-cate ul li a {
		font-size: 12px;
	}

	.case-select-all,
	.case-select-fw {
		margin-right: 10px;
	}
}

/***案例列表***/
.case-box {
	padding: 60px 0 50px;
	background-color: #f5f5f5;
}

.case-list li {
	float: left;
	width: calc(100% / 3);
	margin-bottom: 60px;
}

.case-pic {
	position: relative;
	overflow: hidden;
}

.case-pic img {
	display: block;
	width: 100%;
}

.case-overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	background-color: rgba(0, 0, 0, .6);
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.case-ico-info {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 50%;
	margin-top: -66px;
}

.case-ico-tit {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

.case-ico-icon {
	width: 53px;
	height: 53px;
	background: url(../images/w01.png) no-repeat center;
	margin: 20px auto;
}

.case-ico-des {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	text-align: center;
}

.case-tit {
	width: 100%;
	height: 80px;
	padding: 0 10px;
	font-size: 20px;
	line-height: 78px;
	overflow: hidden;
	text-align: center;
	border-bottom: 2px solid #cfcece;
	background-color: #fff;
	position: relative;
}

.case-tit:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #f67524;
	position: absolute;
	left: -100%;
	bottom: 0;
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.case-list li:hover .case-overlay {
	left: 0;
}

.case-list li:hover .case-tit:after {
	left: 0;
}

@media(max-width:1259px) {
	.case-tit {
		font-size: 18px;
		height: 70px;
		line-height: 68px;
	}
}

@media(max-width:991px) {
	.case-tit {
		font-size: 14px;
		height: 60px;
		line-height: 58px;
	}

	.case-ico-info {
		margin-top: -52px;
	}

	.case-ico-tit {
		font-size: 18px;
		line-height: 18px;
	}

	.case-ico-icon {
		width: 53px;
		height: 53px;
		background: url(../images/w01.png) no-repeat center;
		margin: 10px auto;
	}

	.case-ico-des {
		font-size: 14px;
		line-height: 14px;
	}
}

@media(max-width:767px) {
	.case-box {
		padding: 40px 0 30px;
	}

	.case-list li {
		width: 50%;
		margin-bottom: 40px;
	}
}

@media(max-width:500px) {
	.case-list li {
		margin-bottom: 30px;
	}

	.case-tit {
		font-size: 14px;
		height: 50px;
		line-height: 48px;
		padding: 0 5px;
	}

	.case-ico-info {
		margin-top: -40px;
	}

	.case-ico-tit {
		font-size: 14px;
		line-height: 14px;
	}

	.case-ico-icon {
		width: 40px;
		height: 40px;
		background-size: 100%;
		margin: 6px auto;
	}
}

/****************案例详情页**********************/
.case-intro-left,
.case-intro-right {
	float: left;
	width: 50%;
}

.case-intro-left {
	background-color: #fff;
	padding: 40px;
}

.case-intro-right {
	background: url(../images/case_intro.jpg) no-repeat left top;
	padding: 40px 100px;
}

.case-intro-tit {
	font-size: 30px;
}

.case-intro-tit02 {
	color: #fff;
}

.case-intro-line {
	width: 60px;
	height: 5px;
	margin: 20px 0;
}

.case-intro-line01 {
	background-color: #999;
}

.case-intro-line02 {
	background-color: #fff;
}

.case-intro-des,
.case-intro-list {
	font-size: 18px;
	line-height: 32px;
	height: 140px;
}

.case-intro-des {
	color: #666;
}

.case-intro-list li {
	list-style: disc;
	margin-left: 20px;
	color: #fff;
}

.case-info {
	padding: 60px 0;
	overflow: hidden;
}

.case-info img {
	max-width: 100%;
}

.case-end-tit {
	text-align: center;
	margin-bottom: 30px;
}

.cet-en {
	font-size: 34px;
	line-height: 34px;
	color: #999;
	margin-bottom: 20px;
}

.cet-cn {
	font-size: 30px;
	line-height: 30px;
	color: #999;
}

.case-end-pic img {
	display: block;
	width: 220px;
	margin: 0 auto 10px;
}

@media(max-width:1259px) {
	.case-intro-tit {
		font-size: 28px;
	}

	.case-intro-line {
		width: 60px;
		height: 4px;
		margin: 15px 0;
	}

	.case-intro-des,
	.case-intro-list {
		font-size: 17px;
	}

	.cet-en {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 15px;
	}

	.cet-cn {
		font-size: 24px;
		line-height: 24px;
	}

	.case-end-pic img {
		width: 180px;
	}
}

@media(max-width:991px) {
	.case-intro-tit {
		font-size: 24px;
	}

	.case-intro-line {
		margin: 10px 0;
		height: 3px;
	}

	.case-intro-des,
	.case-intro-list {
		font-size: 16px;
		line-height: 28px;
		height: 150px;
	}

	.cet-en {
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.cet-cn {
		font-size: 22px;
		line-height: 22px;
	}

	.case-end-pic img {
		width: 150px;
	}
}

@media(max-width:767px) {
	.case-intro-left {
		padding: 20px;
	}

	.case-intro-right {
		padding: 20px 40px;
	}

	.case-intro-tit {
		font-size: 22px;
	}

	.case-intro-des,
	.case-intro-list {
		font-size: 16px;
		line-height: 28px;
		height: 160px;
	}

	.case-info {
		padding: 40px 0;
	}

	.case-end-tit {
		margin-bottom: 20px;
	}

	.cet-en {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.cet-cn {
		font-size: 18px;
		line-height: 18px;
	}
}

@media(max-width:610px) {
	.case-intro-left {
		float: none;
		width: 100%;
		background: url(../images/case_intro.jpg) no-repeat left center;
	}

	.case-intro-right {
		display: none;
	}

	.case-intro-tit01 {
		font-size: 20px;
		color: #fff;
	}

	.case-intro-line01 {
		background-color: #fff;
		height: 2px;
		margin: 6px 0;
	}

	.case-intro-des {
		font-size: 15px;
		line-height: 24px;
		padding-bottom: 5px;
		height: auto;
		color: #fff;
	}
}

/****************解决方案列表页**********************/
.solve-list {
	padding-bottom: 60px;
}

.solve-list li {
	float: left;
	width: 32%;
	height: auto;
	overflow: hidden;
	margin-right: 2%;
	margin-top: 60px;
}
.solve-list li:last-child{
	margin-right: 0;
}
.solve-list-pic,
.solve-list-pic img {
	display: block;
	width: 100%;
}

.solve-list-info {
	width: 100%;
	padding: 20px;
	border: 1px solid #ddd;
}

.solve-list-tit {
	font-size: 24px;
	line-height: 40px;
	height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
}

.solve-list-des {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	margin-bottom: 20px;
	overflow: hidden;
	color: #666;
}

.solve-list-detail {
	display: block;
	width: 39px;
	height: 19px;
	background: url(../images/solve_arrow_b.png) no-repeat center;
}

.solve-list li:hover .solve-list-info {
	background-color: #f67524;
}

.solve-list li:hover .solve-list-tit,
.solve-list li:hover .solve-list-des {
	color: #fff;
}

.solve-list li:hover .solve-list-detail {
	background: url(../images/solve_arrow_w.png) no-repeat center;
}

@media(max-width:1259px) {
	.solve-list-info {
		padding: 20px 15px;
	}

	.solve-list-tit {
		font-size: 20px;
		line-height: 30px;
		height: 30px;
		margin-bottom: 10px;
	}

	.solve-list-des {
		font-size: 15px;
		line-height: 25px;
		height: 50px;
		margin-bottom: 15px;
	}
}

@media(max-width:991px) {
	.solve-list-info {
		padding: 15px;
	}

	.solve-list-tit {
		font-size: 18px;
		line-height: 28px;
		height: 28px;
		margin-bottom: 5px;
	}

	.solve-list-des {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-bottom: 10px;
	}
}

@media(max-width:767px) {
	.solve-list {
		padding-bottom: 40px;
	}

	.solve-list li {
		width: 50%;
		margin-top: 40px;
	}
}

@media(max-width:460px) {
	.solve-list {
		padding: 10px 0 40px;
	}

	.solve-list li {
		width: 100%;
		margin-top: 30px;
	}

	.solve-list-info {
		padding: 10px;
	}
}

/****************解决方案详情页**********************/
.solve-info {
	padding: 60px 0;
}

.solve-info-list {
	margin-bottom: 60px;
}

.solve-info-list:last-of-type {
	margin-bottom: 0;
}

.solve-info-left {
	float: left;
	width: 350px;
	height: 200px;
	background-color: #f67524;
	position: relative;
	margin-right: 80px;
	display: table;
}

.solve-info-left:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-width: 12px;
	border-style: solid;
	border-color: transparent transparent transparent #f67524;
	right: -24px;
	top: 50%;
	margin-top: -12px;
}

.sil-txt {
	padding-left: 30px;
	padding-right: 30px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	color: #fff;
}

.sil-txt p {
	color: #fff;
}

.solve-info-right {
	float: left;
	width: calc(100% - 430px);
	border-top: 2px solid #d0d0d0;
	padding-top: 30px;
}

.sir-txt p {
	font-size: 16px;
	line-height: 32px;
	color: #666;
}

@media(max-width:1259px) {
	.solve-info-left {
		width: 300px;
		margin-right: 60px;
	}

	.solve-info-right {
		width: calc(100% - 360px);
	}
}

@media(max-width:991px) {
	.solve-info-left {
		width: 200px;
		margin-right: 40px;
	}

	.solve-info-right {
		width: calc(100% - 240px);
	}

	.sil-txt {
		font-size: 22px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media(max-width:767px) {
	.solve-info {
		padding: 40px 0;
	}

	.solve-info-list {
		margin-bottom: 40px;
	}

	.solve-info-left {
		width: 150px;
		height: 120px;
		margin-right: 30px;
	}

	.solve-info-right {
		width: calc(100% - 180px);
		padding-top: 15px;
	}

	.sil-txt {
		font-size: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.sir-txt p {
		font-size: 14px;
		line-height: 24px;
	}
}

@media(max-width:500px) {
	.solve-info-left {
		float: none;
		width: 100%;
		height: auto;
		padding: 10px;
	}

	.solve-info-left:after {
		border-color: #f67524 transparent transparent transparent;
		bottom: -24px;
		left: 50%;
		margin-left: -12px;
		margin-top: 0;
		top: auto;
	}

	.solve-info-right {
		float: none;
		width: 100%;
		border-top: 0;
	}
}

/****************新闻列表页**********************/
.news-box {
	padding: 60px 0 50px;
	background-color: #f5f5f5;
}

.news-nav {
	margin-bottom: 40px;
	text-align: center;
}

.news-nav a {
	display: inline-block;
	width: 200px;
	height: 56px;
	background-color: #fff;
	font-size: 20px;
	line-height: 56px;
	text-align: center;
	margin: 0 20px;
}

.news-nav a:hover,
.news-nav a.current {
	background-color: #f67524;
	color: #fff;
}

.news-list li {
	float: left;
	width: 32%;
	background-color: #fff;
	padding: 20px 20px 40px;
	margin-bottom: 60px;
}

.news-list li:nth-of-type(3n-1) {
	margin-left: 2%;
	margin-right: 2%;
}

.news-list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.news-list-time {
	padding: 20px 0;
	border-bottom: 1px solid #adadad;
	background: url(../images/solve_arrow_b.png) no-repeat right center;
}

.news-list-time span {
	display: block;
	width: 80px;
	text-align: center;
}

.nlt-d {
	font-size: 40px;
	line-height: 42px;
	height: 42px;
	margin-bottom: 5px;
}

.nlt-y {
	font-size: 18px;
	color: #999;
}

.news-list-tit {
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}

.news-list-des {
	font-size: 16px;
	line-height: 32px;
	height: 96px;
	overflow: hidden;
}

.news-list li:hover {
	background-color: #f67524;
}

.news-list li:hover .news-list-time {
	border-bottom: 1px solid #fff;
	background: url(../images/solve_arrow_w.png) no-repeat right center;
}

.news-list li:hover .news-list-time span {
	color: #fff;
}

.news-list li:hover .news-list-tit,
.news-list li:hover .news-list-des {
	color: #fff;
}

@media(max-width:1259px) {
	.news-nav a {
		width: 180px;
		height: 46px;
		font-size: 18px;
		line-height: 46px;
		margin: 0 20px;
	}

	.news-list li {
		padding: 20px 20px 30px;
	}

	.news-list-time {
		padding: 10px 0;
	}

	.news-list-tit {
		font-size: 18px;
	}

	.news-list-des {
		font-size: 15px;
		line-height: 30px;
		height: 90px;
	}
}

@media(max-width:991px) {
	.news-nav a {
		width: 150px;
		height: 42px;
		font-size: 17px;
		line-height: 42px;
	}

	.news-list li {
		padding: 10px 10px 20px;
	}

	.news-list-tit {
		font-size: 16px;
	}

	.news-list-des {
		font-size: 14px;
		line-height: 24px;
		height: 96px;
	}
}

@media(max-width:767px) {
	.news-box {
		padding: 40px 0 30px;
	}

	.news-nav a {
		width: 140px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
		margin: 0 10px;
	}

	.news-list li {
		width: 49%;
		margin-bottom: 40px;
	}

	.news-list li:nth-of-type(3n-1) {
		margin-left: 0;
		margin-right: 0;
	}

	.news-list li:nth-of-type(2n) {
		margin-left: 2%;
	}
}

@media(max-width:560px) {
	.news-nav a {
		width: 110px;
		height: 34px;
		font-size: 15px;
		line-height: 34px;
		margin: 0 5px;
	}
}

@media(max-width:460px) {
	.news-list li {
		width: 100%;
		margin-bottom: 30px;
	}

	.news-list li:nth-of-type(2n) {
		margin-left: 0;
	}

	.news-nav {
		margin-bottom: 30px;
	}

	.news-nav a {
		width: 80px;
		font-size: 14px;
	}

	.nlt-d {
		font-size: 34px;
		line-height: 34px;
		height: 34px;
		margin-bottom: 5px;
	}

	.nlt-y {
		font-size: 14px;
	}

	.news-list-des {
		height: auto;
	}
}

/****************新闻详情页**********************/
.news-info {
	background-color: #fff;
	padding: 0 40px;
	margin-bottom: 60px;
}

.news-info-tit {
	padding: 30px 0;
	margin-bottom: 30px;
	border-bottom: 1px dashed #999;
}

.news-info-tit01 {
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}

.news-info-tit02 {
	text-align: center;
}

.news-info-tit02 span {
	font-size: 16px;
	line-height: 20px;
	color: #666;
	margin: 0 10px;
}

.news-info-con {
	overflow: hidden;
}

.news-info-page {
	padding: 60px 0 30px;
}

.news-info-page a {
	display: block;
	max-width: 48%;
	height: 32px;
	font-size: 14px;
	overflow: hidden;
}

.news-info-page a:hover {
	text-decoration: underline;
}

.news-info-page .nip-btn {
	display: inline-block;
	width: 100px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #666;
	background-color: #f2f2f2;
	margin-right: 10px;
}

.news-info-page a:hover .nip-btn {
	color: #fff;
	background-color: #f67524;
}

.nip-prev {
	float: left;
}

.nip-next {
	float: right;
}

@media(max-width:1259px) {
	.news-info-tit01 {
		font-size: 24px;
		line-height: 30px;
	}

	.news-info-tit02 span {
		font-size: 15px;
		line-height: 20px;
	}
}

@media(max-width:991px) {
	.news-info-tit01 {
		font-size: 22px;
		line-height: 28px;
	}

	.news-info-tit02 span {
		font-size: 14px;
		line-height: 20px;
	}

	.news-info-page .nip-btn {
		width: 80px;
		height: 28px;
		font-size: 14px;
		line-height: 28px;
		margin-right: 5px;
	}

	.news-info-page a {
		height: 28px;
	}
}

@media(max-width:767px) {
	.news-info {
		padding: 0 20px;
		margin-bottom: 40px;
	}

	.news-info-tit {
		padding: 20px 0;
	}

	.news-info-tit01 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.news-info-tit02 span {
		font-size: 13px;
		line-height: 16px;
	}

	.news-info-page {
		padding: 40px 0 20px;
	}

	.news-info-page a {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	.nip-prev {
		margin-bottom: 10px;
	}
}

@media(max-width:460px) {
	.news-info {
		padding: 0 10px;
	}

	.news-info-tit01 {
		font-size: 16px;
	}

	.news-info-tit02 span {
		font-size: 12px;
	}
}

/******推荐新闻**********/
.news-tj {
	padding-bottom: 60px;
}

.tj-tit {
	width: 100%;
	height: 35px;
	padding-left: 8px;
	background: url(../images/tit_bg01.png) no-repeat left bottom;
	font-size: 16px;
	line-height: 30px;
	color: #f67524;
}

.news-tj-list {
	padding: 20px 0 25px;
	background: url(../images/tit_bg02.png) no-repeat right bottom;
}

.news-tj-list li {
	width: 48%;
	height: 28px;
	overflow: hidden;
	padding-left: 10px;
}

.news-tj-list li:nth-of-type(2n) {
	float: right;
}

.news-tj-list li:nth-of-type(2n+1) {
	float: left;
}

.news-tj-list li .tj-dot {
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	margin-top: 11px;
	border-radius: 50%;
	background-color: #f67524;
	margin-right: 10px;
}

.news-tj-list li div {
	font-size: 14px;
	line-height: 28px;
}

.news-tj-list li:hover div {
	color: #f67524;
}

@media (max-width:767px) {
	.news-tj {
		padding-bottom: 40px;
	}

	.news-tj-list li {
		width: 100%;
	}
}

/****************案例推荐**********************/
.case-tj-box {
	padding: 60px 0 50px;
	background-color: #f5f5f5;
}

.case-tj-box2 {
	padding: 60px 0 50px;
}

.case-tj-list li {
	float: left;
	width: 32%;
	position: relative;
	margin-bottom: 10px;
}

.case-tj-list li:nth-of-type(3n-1) {
	margin-left: 2%;
	margin-right: 2%;
}

.case-tj-pic {
	width: 100%;
	position: relative;
	box-shadow: 0px 1px 10px 0 rgba(6, 0, 1, 0.5);
}

.case-tj-pic img {
	display: block;
	width: 100%;
}

.case-tj-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 15px;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: .5s;
}

.case-tj-bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5)
}

.case-tj-info {
	position: absolute;
	width: 100%;
	padding: 10px;
	left: 0;
	top: 50%;
	margin-top: -55px;
	text-align: center;
	overflow: hidden;
}

.case-tj-icon img {
	display: block;
	margin: 0 auto 20px;
}

.case-tj-tit {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

.case-tj-list li:hover .case-tj-overlay {
	opacity: 1;
}

.case-tj-mblist {
	display: none;
}

@media(max-width:1259px) {
	.case-tj-info {
		margin-top: -55px;
	}

	.case-tj-icon img {
		margin: 0 auto 10px;
	}

	.case-tj-tit {
		font-size: 16px;
		line-height: 24px;
	}
}

@media(max-width:991px) {
	.case-tj-info {
		margin-top: -45px;
	}

	.case-tj-icon img {
		width: 40px;
		margin: 0 auto 5px;
	}

	.case-tj-tit {
		font-size: 14px;
		line-height: 20px;
	}
}

@media(max-width:767px) {

	.case-tj-box,
	.case-tj-box2 {
		padding: 40px 0 30px;
	}

	.case-tj-overlay {
		padding: 10px;
	}

	.case-tj-info {
		padding: 5px;
	}

	.case-tj-icon img {
		width: 30px;
	}
}

@media(max-width:700px) {
	.case-tj-overlay {
		padding: 5px;
	}
}

@media(max-width:500px) {
	.case-tj-list {
		display: block;
	}
	.case-tj-list li{
		width: 100%;
	}
	.case-tj-mblist {
		display: block;
	}

	.case-tj-mblist li img {
		display: block;
	}

	.case-tj-mblist li span {
		display: block;
		height: 50px;
		border-bottom: 2px solid #f67524;
		line-height: 48px;
		padding: 0 5px;
		font-size: 14px;
		text-align: center;
		background-color: #f2f2f2;
		box-shadow: 2px 0 5px 0 rgba(6, 0, 1, 0.5);
	}
}

/****************关于我们**********************/
/*****简介******/
.about-intro {
	padding: 60px 0;
	background-color: #f5f5f5;
}

.about-intro-left {
	float: left;
	width: 42%;
	padding-right: 60px;
}

.about-intro-right {
	float: left;
	width: 58%;
}

.about-intro-txt01 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 40px;
	color: #666;
}

.about-intro-txt02 {
	font-size: 48px;
	line-height: 60px;
}

.about-intro-more {
	display: block;
	width: 220px;
	height: 50px;
	font-size: 18px;
	line-height: 48px;
	border: 1px solid #f67524;
	padding-left: 30px;
	background: #f67524 url(../images/solve_arrow_w.png) no-repeat 160px center;
	color: #fff;
	margin-top: 110px;
}

.about-intro-more:hover {
	background: transparent url(../images/solve_arrow_o.png) no-repeat 160px center;
	color: #f67524;
}

.about-intro-right span {
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #666;
}

.about-intro-txt03 {
	margin-bottom: 20px;
}

@media(max-width:1259px) {
	.about-intro-left {
		padding-right: 50px;
	}

	.about-intro-right {}

	.about-intro-txt03 {
		margin-bottom: 15px;
	}
}

@media(max-width:991px) {
	.about-intro-left {
		padding-right: 40px;
	}

	.about-intro-txt01 {
		font-size: 26px;
		line-height: 35px;
		margin-bottom: 70px;
	}

	.about-intro-txt02 {
		font-size: 40px;
		line-height: 60px;
	}

	.about-intro-right span {
		font-size: 15px;
		line-height: 24px;
	}

	.about-intro-txt03 {
		margin-bottom: 10px;
	}
}

@media(max-width:767px) {
	.about-intro {
		padding: 40px 0;
	}

	.about-intro-left {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.about-intro-txt01 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.about-intro-txt02 {
		font-size: 34px;
		line-height: 50px;
	}

	.about-intro-more {
		margin: 30px 0;
	}

	.about-intro-right {
		float: none;
		width: 100%;
	}
}

@media(max-width:450px) {
	.about-intro {
		padding: 40px 0;
	}

	.about-intro-left {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.about-intro-txt01 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.about-intro-txt02 {
		font-size: 24px;
		line-height: 34px;
	}

	.about-intro-more {
		margin: 30px 0;
	}

	.about-intro-right {
		float: none;
		width: 100%;
	}

	.about-intro-right span {
		font-size: 15px;
		line-height: 25px;
	}

	.about-intro-txt03 {
		margin-bottom: 15px;
	}
}

/*****业务******/
.about-business {
	padding: 60px 0;
}

.about-bus-pic {
	width: 100%;
	position: relative;
}

.about-bus-pic img {
	display: block;
	width: 100%;
	position: relative;
}

.about-bus-txt {
	position: absolute;
	left: 30px;
	bottom: 40px;
	margin-right: 30px;
}

.about-bus-txt01 {
	font-size: 38px;
	margin-bottom: 10px;
	color: #fff;
}

.about-bus-txt02 {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}

.about-bus-list li {
	float: left;
	width: 50%;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 60px;
}

.about-bus-list li:nth-of-type(1),
.about-bus-list li:nth-of-type(4) {
	background-color: #f9f9f9;
}

.about-bus-list li:nth-of-type(2),
.about-bus-list li:nth-of-type(4) {
	border-right: 1px solid #ddd;
}

.abl-icon img {
	display: block;
	margin-bottom: 30px;
}

.abl-tit {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 15px;
}

.abl-des {
	font-size: 17px;
	line-height: 25px;
	height: 75px;
	color: #666;
}

@media(max-width:1259px) {
	.abl-des {
		height: 75px;
	}
}

@media(max-width:991px) {
	.about-bus-txt01 {
		font-size: 30px;
	}

	.about-bus-txt02 {
		font-size: 16px;
	}

	.about-bus-list li {
		padding: 40px;
	}

	.abl-tit {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.abl-des {
		font-size: 15px;
		height: 100px;
	}
}

@media(max-width:767px) {
	.about-business {
		padding: 40px 0;
	}

	.about-bus-txt {
		left: 20px;
		bottom: 30px;
		margin-right: 20px;
	}

	.about-bus-txt01 {
		font-size: 22px;
		line-height: 22px;
	}

	.about-bus-txt02 {
		font-size: 14px;
		line-height: 24px;
	}

	.about-bus-list li {
		padding: 20px;
	}

	.abl-icon img {
		margin-bottom: 20px;
	}

	.abl-tit {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.abl-des {
		font-size: 14px;
	}
}

@media(max-width:560px) {
	.about-bus-txt {
		bottom: 20px;
	}

	.about-bus-txt02 {
		display: none;
	}

	.abl-icon img {
		width: 60px;
		margin-bottom: 10px;
	}

	.abl-des {
		display: none;
	}

	.abl-tit {
		font-size: 16px;
		line-height: 25px;
		height: 25px;
		margin-bottom: 0;
	}
}

@media(max-width:440px) {
	.abl-tit {
		height: 50px
	}
}

/*****服务******/
.about-serv {
	padding: 60px 0;
	background-color: #f5f5f5;
}

.about-serv-left {
	float: left;
	width: 100%;
}

.about-serv-left li {
	float: left;
	width: 25%;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	position: relative;
}

.about-serv-left li:hover {
	box-shadow: -2px 2px 3px rgba(6, 0, 1, 0.16);
}

.asl-icon {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	margin: 5px auto;
}

.asl-numb {
	font-size: 50px;
	line-height: 50px;
	height: 40px;
	color: #999;
	text-align: center;
	overflow: hidden;
}

.asl-des {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

.asl-list01,
.asl-list02,
.asl-list03,
.asl-list04 {
	border-top: 1px solid #ddd;
	z-index: 40;
}

.asl-list05,
.asl-list06,
.asl-list07,
.asl-list08 {
	z-index: 10;
}

.asl-list04,
.asl-list08 {
	border-right: 1px solid #ddd;
}

.asl-list01,
.asl-list03,
.asl-list06,
.asl-list08 {
	background-color: #fff;
}

.asl-list02,
.asl-list04,
.asl-list05,
.asl-list07 {
	background-color: #f9f9f9;
}

.asl-icon01 {
	background: #f5f5f5 url(../images/asl0101.png) no-repeat center;
}

.asl-list01:hover .asl-icon {
	background: #f67524 url(../images/asl0102.png) no-repeat center;
}

.asl-icon02 {
	background: #fff url(../images/asl0201.png) no-repeat center;
}

.asl-list02:hover .asl-icon {
	background: #f67524 url(../images/asl0202.png) no-repeat center;
}

.asl-icon03 {
	background: #f5f5f5 url(../images/asl0301.png) no-repeat center;
}

.asl-list03:hover .asl-icon {
	background: #f67524 url(../images/asl0302.png) no-repeat center;
}

.asl-icon04 {
	background: #fff url(../images/asl0401.png) no-repeat center;
}

.asl-list04:hover .asl-icon {
	background: #f67524 url(../images/asl0402.png) no-repeat center;
}

.asl-icon05 {
	background: #fff url(../images/asl0501.png) no-repeat center;
}

.asl-list05:hover .asl-icon {
	background: #f67524 url(../images/asl0502.png) no-repeat center;
}

.asl-icon06 {
	background: #f5f5f5 url(../images/asl0601.png) no-repeat center;
}

.asl-list06:hover .asl-icon {
	background: #f67524 url(../images/asl0602.png) no-repeat center;
}

.asl-icon07 {
	background: #ffff url(../images/asl0701.png) no-repeat center;
}

.asl-list07:hover .asl-icon {
	background: #f67524 url(../images/asl0702.png) no-repeat center;
}

.asl-icon08 {
	background: #f5f6f6 url(../images/asl0801.png) no-repeat center;
}

.asl-list08:hover .asl-icon {
	background: #f67524 url(../images/asl0802.png) no-repeat center;
}

.about-serv-left li:hover {
	box-shadow: -3px 3px 5px rgba(6, 0, 1, 0.16);
}

.about-serv-right {
	float: right;
	width: 33%;
	height: 389px;
	padding: 55px;
	background: url(../images/case_intro.jpg) no-repeat center;
}

.asr-tit {
	font-size: 34px;
	color: #fff;
}

.asr-line {
	display: block;
	width: 36px;
	height: 3px;
	background-color: #fff;
	margin: 15px 0 25px;
}

.asr-list li {
	font-size: 18px;
	line-height: 34px;
	color: #fff;
}

@media(max-width:991px) {
	.about-serv-left {
		width: 70%;
	}

	.asl-icon {
		width: 65px;
		height: 65px;
	}

	.asl-numb {
		font-size: 44px;
		line-height: 44px;
		height: 32px;
	}

	.about-serv-right {
		width: 25%;
		height: 367px;
		padding: 40px 20px;
	}

	.asl-des {
		font-size: 17px;
		line-height: 30px;
		margin-top: 5px;
	}

	.asr-tit {
		font-size: 28px;
	}

	.asr-line {
		margin: 15px 0 20px;
	}

	.asr-list li {
		font-size: 16px;
	}
}

@media(max-width:767px) {
	.about-serv {
		padding: 40px 0;
	}

	.about-serv-left,
	.about-serv-right {
		float: none;
		width: 100%;
	}

	.about-serv-right {
		background-size: cover;
		margin-top: 20px;
		height: auto;
	}

	.about-serv-left li {
		width: 50%;
	}

	.asl-list03,
	.asl-list04 {
		border-top: 0;
	}

	.asl-list02,
	.asl-list06 {
		border-right: 1px solid #ddd;
	}

	.asl-list07,
	.asl-list08 {
		z-index: 10;
	}

	.asl-list05,
	.asl-list06 {
		z-index: 20;
	}

	.asl-list03,
	.asl-list04 {
		z-index: 30;
	}

	.asl-list01,
	.asl-list02 {
		z-index: 40;
	}

	.asl-list01,
	.asl-list04,
	.asl-list05,
	.asl-list08 {
		background-color: #fff;
	}

	.asl-list02,
	.asl-list03,
	.asl-list06,
	.asl-list07 {
		background-color: #f5f5f5;
	}

	.asl-icon03 {
		background: #fff url(../images/asl0301.png) no-repeat center;
	}

	.asl-icon04 {
		background: #f5f5f5 url(../images/asl0401.png) no-repeat center;
	}

	.asl-icon05 {
		background: #f5f5f5 url(../images/asl0501.png) no-repeat center;
	}

	.asl-icon06 {
		background: #fff url(../images/asl0601.png) no-repeat center;
	}
}

/****************联系我们**********************/
/*****意向表******/
.contact-form {
	padding: 60px 0;
	background-color: #f5f5f5;
}

.contact-form-tit {
	font-size: 34px;
}

.cfi-left {
	float: left;
	width: 48%;
}

.cfi-right {
	float: right;
	width: 48%;
}

.cfi-left input {
	display: block;
	width: 100%;
	height: 56px;
	border: 1px solid #ddd;
	margin-top: 30px;
	padding: 10px 20px;
}

.cfi-right input {
	display: block;
	width: 100%;
	height: 56px;
	border: 1px solid #f67524;
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 54px;
	background-color: #f67524;
	color: #fff;
}

.cfi-right input:hover {
	background-color: transparent;
	color: #f67524;
}

.cfi-right textarea {
	display: block;
	width: 100%;
	height: 228px;
	border: 1px solid #ddd;
	margin-top: 30px;
	padding: 10px 20px;
}

@media(max-width:991px) {

	.cfi-left input,
	.cfi-right input {
		height: 48px;
		margin-top: 25px;
		line-height: 46px;
	}

	.cfi-right textarea {
		height: 194px;
		margin-top: 25px;
	}
}

@media(max-width:767px) {
	.contact-form {
		padding: 40px 0;
	}

	.contact-form-tit {
		font-size: 26px;
	}
}

@media(max-width:610px) {
	.contact-form-tit {
		font-size: 24px;
	}

	.cfi-left input,
	.cfi-right input {
		height: 44px;
		margin-top: 20px;
		line-height: 42px;
	}

	.cfi-right textarea {
		height: 172px;
		margin-top: 20px;
	}
}

@media(max-width:550px) {
	.contact-form-tit {
		font-size: 24px;
	}

	.cfi-left,
	.cfi-right {
		float: none;
		width: 100%;
	}

	.cfi-left input,
	.cfi-right textarea {
		margin-top: 15px;
		padding: 10px;
	}

	.cfi-right input {
		margin-top: 15px;
	}
}

/*****联系方式******/
.contact-method {
	padding: 60px 0;
}

.contact-method-list li {
	float: left;
	width: 25%;
	border: 1px solid #ddd;
	border-right: 0;
	padding: 30px 15px;
}

.contact-method-list li:last-of-type {
	border-right: 1px solid #ddd;
}

.cml-icon {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 0 auto 40px;
	transform: rotateY(0);
	transition: all 0.50s ease-in-out 0s;
}

.cml-icon01 {
	background: #f67524 url(../images/con_icon01.png) no-repeat center;
}

.cml-icon02 {
	background: #f67524 url(../images/con_icon02.png) no-repeat center;
}

.cml-icon03 {
	background: #f67524 url(../images/con_icon03.png) no-repeat center;
}

.cml-icon04 {
	background: #f67524 url(../images/con_icon04.png) no-repeat center;
}

.cml-icon:hover {
	transform: rotateY(-360deg);
}

.cml-tit {
	font-size: 20px;
	color: #666;
	text-align: center;
	margin-bottom: 10px;
}

.cml-des {
	font-size: 17px;
	color: #666;
	text-align: center;
	line-height: 50px;
}

/* .cml-des01{line-height:25px;} */
@media(max-width:1259px) {
	.cml-icon {
		width: 110px;
		height: 110px;
		margin: 0 auto 25px;
	}

	.cml-tit {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.cml-des {
		font-size: 16px;
	}
}

@media(max-width:991px) {
	.cml-icon {
		width: 100px;
		height: 100px;
		margin: 0 auto 20px;
	}

	.cml-tit {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.cml-des {
		font-size: 15px;
		line-height: 66px;
	}

	.cml-des01 {
		line-height: 22px;
	}
}

@media(max-width:767px) {
	.contact-method {
		padding: 40px 0;
	}
}

@media(max-width:700px) {
	.contact-method-list li {
		width: 50%;
		border: 0;
		padding: 0 10px;
	}

	.contact-method-list li:nth-of-type(1),
	.contact-method-list li:nth-of-type(2) {
		margin-bottom: 30px;
	}

	.contact-method-list li:last-of-type {
		border: 0;
	}

	.cml-des {
		font-size: 15px;
		line-height: 22px;
		height: 44px;
	}

}

@media(max-width:500px) {

	.cml-des01,
	.cml-des02 {
		height: 66px;
	}

	.cml-des03,
	.cml-des04 {
		height: 44px;
	}
}

/****************企业官网**********************/
/******网站建设服务*****/
.build-serve {
	padding: 60px 0;
}

.build-serve-list li {
	float: left;
	width: 20%;
	text-align: center;
	padding: 0 20px;
}

.bsl-pic {
	width: 160px;
	height: 160px;
	margin: 0 auto 20px;
	transform: rotateY(0);
	transition: all 0.50s ease-in-out 0s;
}

.bsl-pic:hover {
	transform: rotateY(360deg);
}

.bsl-pic img {
	display: block;
	width: 100%;
}

.bsl-des span {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 25px;
}

.bsl-des {
	height: 50px;
}

@media(max-width:1259px) {
	.bsl-pic {
		width: 140px;
		height: 140px;
	}

	.bsl-des {
		height: 75px;
	}
}

@media(max-width:991px) {
	.bsl-pic {
		width: 100px;
		height: 100px;
	}

	.bsl-des span {
		display: inline;
		font-size: 15px;
	}

}

@media(max-width:767px) {
	.build-serve {
		padding: 40px 0;
	}

	.build-serve-list {
		text-align: center;
	}

	.build-serve-list li {
		width: 32%;
		margin-bottom: 30px;
	}

	.bsl-des {
		height: 75px;
	}

	.bsl-des span {
		display: block;
	}

	.build-serve-list li:nth-of-type(2) {
		margin-left: 2%;
		margin-right: 2%;
	}

	.build-serve-list li:nth-of-type(4) {
		margin-left: 17%;
		margin-right: 2%;
		margin-bottom: 0;
	}

	.build-serve-list li:nth-of-type(5) {
		margin-bottom: 0;
	}
}

@media(max-width:500px) {
	.build-serve-list li {
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.bsl-pic {
		width: 80px;
		height: 80px;
		margin-bottom: 10px;
	}

	.bsl-des span {
		display: inline;
	}

	.build-serve-list li:nth-of-type(4),
	.build-serve-list li:nth-of-type(5) {
		width: 50%;
		margin: 0;
		padding: 0 15px;
	}
}

/******企业官网建设02*****/
.build-qy02 {
	padding: 60px 0;
	background-color: #f5f5f5;
	overflow: hidden;
}

.build-qy02-con {
	position: relative;
}

.build-qy02-con img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -254px;
}

.build-qy02-left {
	position: relative;
	width: calc(50% - 60px);
	padding: 12px;
}

.build-qy02-left::before {
	content: "";
	position: absolute;
	width: 290px;
	height: 250px;
	background-color: #f67524;
	border-radius: 10px;
	left: 0;
	top: 0;
	z-index: 10;
}

.build-qy02-left::after {
	content: "";
	position: absolute;
	width: 55px;
	height: 50px;
	background-color: #f67524;
	border-radius: 10px;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.build-qy02-info {
	position: relative;
	z-index: 20;
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 40px;
}

.bq2-tit01 {
	font-size: 42px;
	line-height: 42px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
	font-weight: bold;
}

.bq2-tit02 {
	font-size: 42px;
	line-height: 42px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}

.bq2-tit03 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}

.bq2-des span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

@media(max-width:1259px) {
	.build-qy02-con img {
		width: 600px;
		margin-top: -207px;
	}

	.build-qy02-left {
		width: calc(50% - 40px);
	}

	.build-qy02-left::before {
		width: 60%;
		height: 50%;
	}

	.build-qy02-info {
		padding: 40px 30px;
	}

	.bq2-tit01,
	.bq2-tit02 {
		font-size: 38px;
		line-height: 38px;
	}

	.bq2-tit03 {
		font-size: 18px;
		line-height: 18px;
	}

	.bq2-des span {
		font-size: 15px;
		line-height: 25px;
	}
}

@media(max-width:991px) {
	.build-qy02-con img {
		left: 60%;
		width: 500px;
		margin-top: -172px;
	}

	.build-qy02-left {
		width: 55%;
	}

	.bq2-tit01,
	.bq2-tit02 {
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.bq2-tit03 {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 10px;
	}

	.bq2-des span {
		font-size: 14px;
		line-height: 25px;
	}
}

@media(max-width:767px) {
	.build-qy02 {
		padding: 40px 0;
	}

	.build-qy02-con img {
		display: none;
	}

	.build-qy02-left {
		width: 100%;
	}

	.build-qy02-left::before {
		width: 50%;
		height: 45%;
	}

	.bq2-tit01,
	.bq2-tit02 {
		border-bottom: 0;
	}
}

@media(max-width:450px) {
	.build-qy02-left::before {
		width: 60%;
		height: 45%;
	}

	.bq2-tit01,
	.bq2-tit02 {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

/******企业官网建设03*****/
.build-qy03 {
	padding: 60px 0 0;
	background: url(../images/build_qy03_bg.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
}

.build-qy03-bg {
	position: absolute;
	width: 100%;
	height: 160px;
	background-color: #fff;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.build-qy03-list {
	position: relative;
	z-index: 20;
}

.build-qy03-list li {
	width: 45%;
}

.build-qy03-left {
	float: left;
}

.build-qy03-right {
	float: right;
}

.bq3-tit {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #fff;
}

.bq3-des {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #fff;
	height: 90px;
}

.bq3-pic {
	display: block;
	width: 100%;
}

@media(max-width:1259px) {
	.bq3-des {
		height: 120px;
	}
}

@media(max-width:991px) {
	.bq3-des {
		height: 150px;
		margin-bottom: 10px;
	}

	.bq3-tit {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}
}

@media(max-width:767px) {
	.build-qy03 {
		padding: 40px 0 0;
	}

	.build-qy03-list li {
		float: none;
		width: 100%;
	}

	.bq3-des {
		display: none;
	}

	.build-qy03-list li:first-of-type {
		margin-bottom: 10px;
	}
}

@media(max-width:500px) {
	.bq3-tit {
		font-size: 18px;
		line-height: 18px;
	}
}

/******品牌网站设计02*****/
.build-pp02 {
	padding: 60px 0;
	background: #f8f8f8;
	position: relative;
	overflow: hidden;
}

.build-pp02-con img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.build-pp02-left {
	position: relative;
	width: calc(50% - 60px);
	padding: 12px;
}

.build-pp02-left::before {
	content: "";
	position: absolute;
	width: 290px;
	height: 250px;
	background-color: #f67524;
	border-radius: 10px;
	left: 0;
	top: 0;
	z-index: 10;
}

.build-pp02-left::after {
	content: "";
	position: absolute;
	width: 55px;
	height: 50px;
	background-color: #f67524;
	border-radius: 10px;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.build-pp02-info {
	position: relative;
	z-index: 20;
	background-color: #fff;
	border-radius: 10px;
	padding: 60px 40px;
}

.bp2-tit01 {
	font-size: 42px;
	line-height: 42px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #999;
	font-weight: bold;
}

.bp2-tit03 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 40px;
}

.bp2-des span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

@media(max-width:2100px) {
	.build-pp02-con img {
		right: auto;
		left: 60%;
	}
}

@media(max-width:1259px) {
	.build-pp02-left {
		width: 50%;
	}

	.build-pp02-left::before {
		width: 60%;
		height: 50%;
	}

	.build-pp02-info {
		padding: 40px 30px;
	}

	.bp2-tit01 {
		font-size: 38px;
		line-height: 38px;
	}

	.bp2-tit03 {
		font-size: 18px;
		line-height: 18px;
	}

	.bp2-des span {
		font-size: 15px;
		line-height: 25px;
	}
}

@media(max-width:991px) {
	.build-pp02-left {
		width: 55%;
	}

	.bp2-tit01 {
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.bp2-tit03 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.bp2-des span {
		font-size: 14px;
		line-height: 25px;
	}
}

@media(max-width:767px) {
	.build-pp02 {
		padding: 40px 0;
	}

	.build-pp02-con img {
		display: none;
	}

	.build-pp02-left {
		width: 100%;
	}

	.build-pp02-left::before {
		width: 50%;
		height: 45%;
	}

	.bp2-tit01 {
		border-bottom: 0;
	}
}

@media(max-width:450px) {
	.build-pp02-left::before {
		width: 60%;
		height: 45%;
	}

	.bp2-tit01 {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

/******品牌网站建设03*****/
.build-pp03 {
	padding: 60px 0;
	background: url(../images/build_pp03_bg.jpg) no-repeat center;
	background-size: cover;
}

.build-pp03-list li {
	float: left;
	width: 30%;
}

.build-pp03-list li:nth-of-type(2) {
	margin-left: 5%;
	margin-right: 5%;
}

.bp3-tit {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #fff;
}

.bp3-des {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #fff;
	height: 150px;
}

.bp3-pic {
	display: block;
	width: 100%;
}

@media(max-width:1259px) {
	.build-pp03-list li {
		width: 31%;
	}

	.build-pp03-list li:nth-of-type(2) {
		margin-left: 3.5%;
		margin-right: 3.5%;
	}

	.bp3-des {
		font-size: 15px;
		height: 180px;
	}
}

@media(max-width:991px) {
	.bp3-des {
		height: 240px;
		margin-bottom: 10px;
	}

	.bp3-tit {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}
}

@media(max-width:767px) {
	.build-pp03 {
		padding: 40px 0;
	}

	.build-pp03-list li {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.bp3-des {
		display: none;
	}

	.build-pp03-list li:last-of-type {
		margin-bottom: 0;
	}

	.build-pp03-list li:nth-of-type(2) {
		margin-left: 0;
		margin-right: 0;
	}
}

@media(max-width:500px) {
	.bp3-tit {
		font-size: 18px;
		line-height: 18px;
	}
}

/******营销型网站02*****/
.build-yx02 {
	padding: 60px 0;
	background: url(../images/build_yx02_bg.jpg) no-repeat center;
	background-size: cover;
}

.build-yx02-left {
	float: left;
	width: 33%;
	margin-right: 10%;
	margin-top: 120px;
}

.by2-tit {
	font-size: 50px;
}

.by2-line {
	width: 70px;
	height: 6px;
	background-color: #f67524;
	margin: 15px 0;
}

.by2-des {
	font-size: 33px;
	line-height: 53px;
	color: #666;
}

.build-yx02-right {
	float: right;
	width: 57%;
}

.build-yx02-right li {
	float: left;
	width: 47%;
	margin-right: 6%;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 40px;
}

.build-yx02-right li:nth-of-type(2n) {
	margin-right: 0;
}

.build-yx02-right li:nth-of-type(5),
.build-yx02-right li:nth-of-type(6) {
	margin-bottom: 0;
}

.by2-icon {
	float: left;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	box-shadow: 0px 1px 10px 0px rgba(6, 0, 1, 0.18);
	margin-top: 8px;
}

.by2-icon01 {
	background: #fff url(../images/by_icon01.png) no-repeat center;
}

.by2-icon02 {
	background: #fff url(../images/by_icon02.png) no-repeat center;
}

.by2-icon03 {
	background: #fff url(../images/by_icon03.png) no-repeat center;
}

.by2-icon04 {
	background: #fff url(../images/by_icon04.png) no-repeat center;
}

.by2-icon05 {
	background: #fff url(../images/by_icon05.png) no-repeat center;
}

.by2-icon06 {
	background: #fff url(../images/by_icon06.png) no-repeat center;
}

.by2-info {
	float: right;
	width: calc(100% - 85px);
}

.by2-info-tit {
	font-size: 20px;
	font-weight: bold;
}

.by2-info-des {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	height: 60px;
}

.build-yx02-right li:hover {
	background-color: #f67524;
}

.build-yx02-right li:hover .by2-info-tit,
.build-yx02-right li:hover .by2-info-des {
	color: #fff;
}

@media(max-width:1259px) {
	.build-yx02-left {
		width: 30%;
		margin-right: 5%;
		margin-top: 120px;
	}

	.by2-tit {
		font-size: 38px;
	}

	.by2-line {
		height: 5px;
	}

	.by2-des {
		font-size: 28px;
		line-height: 40px;
	}

	.build-yx02-right {
		width: 65%;
	}
}

@media(max-width:991px) {

	.build-yx02-left,
	.build-yx02-right {
		float: none;
		width: 100%;
	}

	.build-yx02-left {
		margin: 0;
		margin-bottom: 40px;
	}
}

@media(max-width:767px) {
	.build-yx02 {
		padding: 40px 0;
	}

	.build-yx02-left {
		margin-bottom: 20px;
	}

	.by2-tit {
		font-size: 32px;
	}

	.by2-line {
		height: 4px;
		margin: 10px 0;
	}

	.by2-des {
		font-size: 24px;
		line-height: 40px;
	}

	.build-yx02-right li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 20px;
		padding: 15px;
	}

	.by2-info-tit {
		font-size: 17px;
	}

}

@media(max-width:610px) {
	.build-yx02-left {
		margin-bottom: 25px;
	}

	.build-yx02-right li {
		padding: 0 15px;
		background-color: transparent;
	}

	.by2-tit {
		font-size: 24px;
	}

	.by2-line {
		height: 3px;
	}

	.by2-des {
		font-size: 18px;
		line-height: 30px;
	}

	.by2-icon {
		float: none;
		margin: 0 auto 10px;
		background-color: #fff;
	}

	.by2-info {
		float: none;
		width: 100%;
		text-align: center;
	}

	.by2-info-tit {
		font-size: 15px;
		font-weight: normal;
	}

	.by2-info-des {
		display: none;
	}

	.build-yx02-right li:hover {
		background-color: transparent;
	}

	.build-yx02-right li:hover .by2-info-tit {
		color: #333;
	}
}

/******营销型网站03*****/
.build-yx03 {
	padding: 60px 0;
	background: url(../images/build_yx03_bg.jpg) no-repeat center;
	background-size: cover;
}

.build-yx03-list li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.build-yx03-list li:last-of-type {
	margin-right: 0;
}

.by3-tit {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #fff;
}

.by3-des {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #fff;
	height: 150px;
}

.by3-pic {
	display: block;
	width: 100%;
}

@media(max-width:1259px) {
	.build-yx03-list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}

	.build-yx03-list li:nth-of-type(2n) {
		margin-right: 0;
	}

	.build-yx03-list li:nth-of-type(3),
	.build-yx03-list li:nth-of-type(4) {
		margin-bottom: 0;
	}

	.by3-des {
		font-size: 15px;
		height: 90px;
		margin-bottom: 15px;
	}
}

@media(max-width:991px) {
	.by3-des {
		height: 120px;
		margin-bottom: 10px;
	}

	.by3-tit {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}
}

@media(max-width:767px) {
	.build-yx03 {
		padding: 40px 0;
	}

	.build-yx03-list li {
		width: 100%;
		margin-right: 0;
	}

	.by3-des {
		display: none;
	}
}

@media(max-width:500px) {
	.by3-tit {
		font-size: 18px;
		line-height: 18px;
	}
}

/******营销型网站04*****/
.build-yx04 {
	padding: 60px 0 0;
}

.by4-list {
	float: left;
	width: 31%;
	border-radius: 12px;
	box-shadow: 0px 2px 15px 0px rgba(6, 0, 1, 0.09);
	padding: 40px 50px 30px;
}

.by4-list:nth-of-type(2) {
	margin-left: 3.5%;
	margin-right: 3.5%;
}

.by4-list:nth-of-type(1),
.by4-list:nth-of-type(2),
.by4-list:nth-of-type(3) {
	margin-bottom: 30px;
}

.by4-icon {
	width: 90px;
	height: 90px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: linear-gradient(140deg, rgb(246, 117, 36) 0%, rgb(253, 189, 81) 100%);
	background: -moz-linear-gradient(140deg, rgb(246, 117, 36) 0%, rgb(253, 189, 81) 100%);
	background: -webkit-linear-gradient(140deg, rgb(246, 117, 36) 0%, rgb(253, 189, 81) 100%);
	background: -ms-linear-gradient(140deg, rgb(246, 117, 36) 0%, rgb(253, 189, 81) 100%);
}

.by4-icon img {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
	transform: rotateY(0);
	transition: all 0.50s ease-in-out 0s;
}

.by4-list:hover .by4-icon img {
	transform: rotateY(360deg);
}

.by4-tit {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.by4-des {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	color: #999;
	text-align: center;
}

.by4-l5 {
	float: right;
	width: 65.5%;
	height: 264px;
	overflow: hidden;
	border-radius: 12px;
	background: linear-gradient(130deg, rgb(247, 129, 44) 0%, rgb(253, 185, 79) 100%);
	background: -moz-linear-gradient(130deg, rgb(247, 129, 44) 0%, rgb(253, 185, 79) 100%);
	background: -webkit-linear-gradient(130deg, rgb(247, 129, 44) 0%, rgb(253, 185, 79) 100%);
	background: -ms-linear-gradient(130deg, rgb(247, 129, 44) 0%, rgb(253, 185, 79) 100%);
	box-shadow: 0px 2px 15px 0px rgba(6, 0, 1, 0.09);
}

.by4-l5 img {
	float: right;
	width: 50%;
	margin-top: -70px;
}

.by4-l5-left {
	float: left;
	width: 50%;
	padding: 30px;
}

.by4-l5-tit01 {
	font-size: 34px;
	font-weight: bold;
	color: #fff;
}

.by4-l5-tit02 {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	margin: 10px 0;
}

.by4-l5-des {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

@media(max-width:1259px) {
	.by4-list {
		padding: 30px;
	}

	.by4-tit {
		font-size: 20px;
	}

	.by4-l5 {
		height: 248px;
	}

	.by4-l5-left {
		padding: 20px;
	}

	.by4-l5-tit01 {
		font-size: 26px;
	}

	.by4-l5-tit02 {
		font-size: 18px;
		line-height: 25px;
	}
}

@media(max-width:991px) {
	.by4-list {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
	}

	.by4-list:nth-of-type(2n) {
		margin-left: 0;
		margin-right: 0;
	}

	.by4-l5 {
		float: none;
		width: 100%;
	}
}

@media(max-width:767px) {
	.build-yx04 {
		padding: 40px 0 0;
	}
}

@media(max-width:640px) {
	.by4-list {
		padding: 20px 10px;
	}

	.by4-tit {
		font-size: 16px;
	}

	.by4-l5 img {
		width: 40%;
		margin-top: 0;
	}

	.by4-l5-left {
		width: 60%;
		padding: 30px 20px;
	}

	.by4-l5-tit01 {
		font-size: 22px;
	}

	.by4-l5-tit02 {
		font-size: 16px;
		line-height: 25px;
	}

	.by4-l5-des {
		font-size: 14px;
		line-height: 22px;
	}
}

@media(max-width:520px) {
	.by4-list {
		padding: 20px 10px;
	}

	.by4-des {
		display: none;
	}

	.by4-tit {
		font-size: 15px;
		font-weight: normal;
		margin-bottom: 0;
		line-height: 24px;
		height: 48px;
	}

	.by4-l5 img {
		display: none;
	}

	.by4-l5-left {
		width: 100%;
		padding: 20px;
	}

	.by4-l5 {
		height: auto;
	}
}

/******购物建设02*****/
.build-gw02 {
	padding: 60px 0;
	background-color: #f5f5f5;
	overflow: hidden;
}

.build-gw02-con {
	position: relative;
}

.build-gw02-con img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -254px;
}

.build-gw02-left {
	position: relative;
	width: calc(50% - 60px);
	padding: 12px;
}

.build-gw02-left::before {
	content: "";
	position: absolute;
	width: 290px;
	height: 250px;
	background-color: #f67524;
	border-radius: 10px;
	left: 0;
	top: 0;
	z-index: 10;
}

.build-gw02-left::after {
	content: "";
	position: absolute;
	width: 55px;
	height: 50px;
	background-color: #f67524;
	border-radius: 10px;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.build-gw02-info {
	position: relative;
	z-index: 20;
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 40px;
}

.bg2-tit01 {
	font-size: 42px;
	line-height: 42px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #999;
	font-weight: bold;
}

.bg2-tit03 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 40px;
}

.bg2-des span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

@media(max-width:1259px) {
	.build-gw02-con img {
		width: 550px;
		margin-top: -186px;
	}

	.build-gw02-left {
		width: calc(50% - 40px);
	}

	.build-gw02-left::before {
		width: 60%;
		height: 50%;
	}

	.build-gw02-info {
		padding: 40px 30px;
	}

	.bg2-tit01 {
		font-size: 38px;
		line-height: 38px;
	}

	.bg2-tit03 {
		font-size: 18px;
		line-height: 18px;
	}

	.bg2-des span {
		font-size: 15px;
		line-height: 25px;
	}
}

@media(max-width:991px) {
	.build-gw02-con img {
		left: 60%;
		width: 450px;
		margin-top: -152px;
	}

	.build-gw02-left {
		width: 55%;
	}

	.bg2-tit01 {
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.bg2-tit03 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.bg2-des span {
		font-size: 14px;
		line-height: 25px;
	}
}

@media(max-width:767px) {
	.build-gw02 {
		padding: 40px 0;
	}

	.build-gw02-con img {
		display: none;
	}

	.build-gw02-left {
		width: 100%;
	}

	.build-gw02-left::before {
		width: 50%;
		height: 45%;
	}

	.bg2-tit01,
	.bg2-tit02 {
		border-bottom: 0;
	}
}

@media(max-width:450px) {
	.build-gw02-left::before {
		width: 60%;
		height: 45%;
	}

	.bg2-tit01 {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

/******购物建设03*****/
.build-gw03 {
	padding: 60px 0;
	background: url(../images/build_gw03_bg.jpg) no-repeat center;
	background-size: cover;
}

.build-gw03-list li {
	float: left;
	width: 32%;
	padding: 25px 20px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .15);
}

.build-gw03-list li:nth-of-type(3n-1) {
	margin-left: 2%;
	margin-right: 2%;
}

.build-gw03-list li:nth-of-type(1),
.build-gw03-list li:nth-of-type(2),
.build-gw03-list li:nth-of-type(3) {
	margin-bottom: 30px;
}

.bg2-icon {
	float: left;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	box-shadow: 0px 4px 10px 0px rgba(6, 0, 1, 0.25);
	margin-top: 8px;
}

.bg2-icon01 {
	background: #fff url(../images/bg_icon01.png) no-repeat center;
}

.bg2-icon02 {
	background: #fff url(../images/bg_icon02.png) no-repeat center;
}

.bg2-icon03 {
	background: #fff url(../images/bg_icon03.png) no-repeat center;
}

.bg2-icon04 {
	background: #fff url(../images/bg_icon04.png) no-repeat center;
}

.bg2-icon05 {
	background: #fff url(../images/bg_icon05.png) no-repeat center;
}

.bg2-icon06 {
	background: #fff url(../images/bg_icon06.png) no-repeat center;
}

.bg2-info {
	float: right;
	width: calc(100% - 85px);
}

.bg2-info-tit {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.bg2-info-des {
	font-size: 14px;
	line-height: 20px;
	height: 60px;
	color: #fff;
}

.build-gw03-list li:hover {
	background-color: #fff;
}

.build-gw03-list li:hover .bg2-info-tit {
	color: #333;
}

.build-gw03-list li:hover .bg2-info-des {
	color: #666;
}

@media(max-width:1259px) {
	.build-gw03-list li {
		padding: 20px 15px;
	}

	.bg2-info-des {
		height: 80px
	}
}

@media(max-width:991px) {
	.build-gw03-list li {
		width: 48%;
	}

	.build-gw03-list li:nth-of-type(3n-1) {
		margin-left: 0;
		margin-right: 0;
	}

	.build-gw03-list li:nth-of-type(2n) {
		margin-left: 4%;
	}

	.build-gw03-list li:nth-of-type(4) {
		margin-bottom: 30px;
	}

	.bg2-info-des {
		height: 60px
	}
}

@media(max-width:767px) {
	.build-gw03 {
		padding: 40px 0;
	}

	.bg2-info-des {
		height: 80px
	}
}

@media(max-width:6170px) {
	.bg2-info-des {
		height: 100px
	}
}

@media(max-width:610px) {
	.bg2-info-des {
		display: none;
	}

	.bg2-icon {
		float: none;
		margin: 0 auto 10px;
	}

	.bg2-info {
		float: none;
		width: 100%;
		text-align: center;
	}

	.bg2-info-tit {
		font-size: 15px;
		font-weight: normal;
	}
}

/******手机微信01*****/
.build-sj01 {
	padding: 60px 0;
}

.build-sj01-list li {
	float: left;
	width: 25%;
}

.bs1-icon {
	height: 51px;
	margin-bottom: 15px;
}

.bs1-icon01 {
	background: url(../images/bsj_icon01.png) no-repeat center bottom;
}

.bs1-icon02 {
	background: url(../images/bsj_icon02.png) no-repeat center bottom;
}

.bs1-icon03 {
	background: url(../images/bsj_icon03.png) no-repeat center bottom;
}

.bs1-icon04 {
	background: url(../images/bsj_icon04.png) no-repeat center bottom;
}

.bs1-info-tit {
	text-align: center;
}

.bs1-info-tit span {
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
}

.bs1-info-des {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	text-align: center;
	width: 200px;
	margin: 10px auto 0;
}

@media(max-width:991px) {
	.bs1-info-tit span {
		font-size: 15px;
		line-height: 20px;
	}

	.bs1-info-des {
		font-size: 13px;
		margin-top: 5px;
		width: 160px;
	}
}

@media(max-width:767px) {
	.build-sj01 {
		padding: 40px 0;
	}

	.build-sj01-list li {
		width: 50%;
	}

	.build-sj01-list li:nth-of-type(1),
	.build-sj01-list li:nth-of-type(2) {
		margin-bottom: 20px;
	}

	.bs1-icon {
		margin-bottom: 10px;
	}

	.bs1-info-des {
		width: 190px;
	}
}

@media(max-width:480px) {
	.bs1-info-tit span {
		font-size: 14px;
	}

	.bs1-info-des {
		font-size: 12px;
		width: 150px;
	}
}

/******手机微信02*****/
.build-sj02 {
	padding: 60px 0;
	background: url(../images/build_sj02_bg.jpg) no-repeat center;
	background-size: cover;
}

.build-sj02-list li {
	width: 50%;
}

.build-sj02-list li:nth-of-type(1),
.build-sj02-list li:nth-of-type(2) {
	margin-bottom: 300px;
}

.build-sj02-l {
	float: left;
}

.build-sj02-r {
	float: right;
}

.bs2-info {
	width: 250px;
	position: relative;
	padding-left: 30px;
}

.bs2-info:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ff931f;
	left: 0;
	top: 8px;
}

.build-sj02-r .bs2-info {
	float: right;
}

.bs2-tit {
	font-size: 22px;
	line-height: 26px;
	color: #fff;
}

.bs2-des {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-top: 10px;
}

@media(max-width:747px) {
	.build-sj02 {
		padding: 40px 0;
	}
}

@media(max-width:600px) {
	.build-sj02 {
		background: url(../images/build_sj02_bg.jpg) left center;
	}

	.build-sj02-list li {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.bs2-info {
		width: 100%;
	}

	.build-sj02-r .bs2-info {
		float: none;
	}

	.build-sj02-list li:nth-of-type(1),
	.build-sj02-list li:nth-of-type(2) {
		margin-bottom: 30px;
	}

	.build-sj02-list li:last-of-type {
		margin-bottom: 0;
	}

	.bs2-info {
		padding-left: 20px;
	}

	.bs2-tit {
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
	}

	.bs2-des {
		font-size: 13px;
		line-height: 20px;
		margin-top: 5px;
	}

	.bs2-info:before {
		top: 5px;
	}
}

/******手机微信02*****/
.build-sj03 {
	padding: 60px 0;
	background-color: #f5f5f5;
}

.build-sj03-left {
	float: left;
	width: 33%;
	margin-right: 10%;
	margin-top: 25px;
}

.bs3-tit {
	font-size: 50px;
}

.bs3-line {
	width: 70px;
	height: 6px;
	background-color: #f67524;
	margin: 15px 0;
}

.bs3-des {
	font-size: 33px;
	line-height: 53px;
	color: #666;
}

.build-sj03-right {
	float: right;
	width: 57%;
}

.build-sj03-right li {
	float: left;
	width: 47%;
	margin-right: 6%;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0px 2px 15px 0px rgba(6, 0, 1, 0.09);
	margin-bottom: 40px;
}

.build-sj03-right li:nth-of-type(2n) {
	margin-right: 0;
}

.build-sj03-right li:nth-of-type(3),
.build-sj03-right li:nth-of-type(4) {
	margin-bottom: 0;
}

.bs3-icon {
	float: left;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	box-shadow: 0px 1px 10px 0px rgba(6, 0, 1, 0.18);
}

.bs3-icon01 {
	background: #fff url(../images/bsj_icon05.png) no-repeat center;
}

.bs3-icon02 {
	background: #fff url(../images/bsj_icon06.png) no-repeat center;
}

.bs3-icon03 {
	background: #fff url(../images/bsj_icon07.png) no-repeat center;
}

.bs3-icon04 {
	background: #fff url(../images/bsj_icon08.png) no-repeat center;
}

.bs3-info {
	float: right;
	width: calc(100% - 85px);
}

.bs3-info-tit {
	font-size: 20px;
	font-weight: bold;
}

.bs3-info-des {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	height: 40px;
}

.build-sj03-right li:hover {
	background-color: #f67524;
}

.build-sj03-right li:hover .bs3-info-tit,
.build-sj03-right li:hover .bs3-info-des {
	color: #fff;
}

@media(max-width:1259px) {
	.build-sj03-left {
		width: 30%;
		margin-right: 5%;
		margin-top: 45px;
	}

	.bs3-tit {
		font-size: 38px;
	}

	.bs3-line {
		height: 5px;
	}

	.bs3-des {
		font-size: 28px;
		line-height: 40px;
	}

	.build-sj03-right {
		width: 65%;
	}
}

@media(max-width:991px) {

	.build-sj03-left,
	.build-sj03-right {
		float: none;
		width: 100%;
	}

	.build-sj03-left {
		margin: 0;
		margin-bottom: 40px;
	}
}

@media(max-width:767px) {
	.build-sj03 {
		padding: 40px 0;
	}

	.build-sj03-left {
		margin-bottom: 20px;
	}

	.bs3-tit {
		font-size: 32px;
	}

	.bs3-line {
		height: 4px;
		margin: 10px 0;
	}

	.bs3-des {
		font-size: 24px;
		line-height: 40px;
	}

	.build-sj03-right li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 20px;
		padding: 15px;
	}

	.bs3-info-tit {
		font-size: 17px;
	}

}

@media(max-width:610px) {
	.build-sj03-left {
		margin-bottom: 25px;
	}

	.build-sj03-right li {
		padding: 0 15px;
		background-color: transparent;
		box-shadow: none;
	}

	.bs3-tit {
		font-size: 24px;
	}

	.bs3-line {
		height: 3px;
	}

	.bs3-des {
		font-size: 18px;
		line-height: 30px;
	}

	.bs3-icon {
		float: none;
		margin: 0 auto 10px;
		background-color: #fff;
	}

	.bs3-info {
		float: none;
		width: 100%;
		text-align: center;
	}

	.bs3-info-tit {
		font-size: 15px;
		font-weight: normal;
	}

	.bs3-info-des {
		display: none;
	}

	.build-sj03-right li:hover {
		background-color: transparent;
	}

	.build-sj03-right li:hover .bs3-info-tit {
		color: #333;
	}
}

/**靠右联系漂浮栏****/
.right-side {
	width: 70px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -100px;
	z-index: 1000;
	cursor: pointer;
}

.side-contact {
	width: 70px;
	height: 70px;
	padding: 5px 0;
	background: #f67524;
	margin: 1px 0;
	transition: 0.3s;
}

.side-contact .side-icon {
	width: 100%;
	height: 35px;
}

.side-icon01 {
	background: url(../images/side_icon01.png) no-repeat center;
}

.side-icon02 {
	background: url(../images/side_icon02.png) no-repeat center;
}

.side-icon03 {
	background: url(../images/side_icon03.png) no-repeat center;
}

.side-icon04 {
	background: url(../images/side_icon04.png) no-repeat center;
}

.side-icon05 {
	background: url(../images/side_icon05.png) no-repeat center;
}

.side-contact .side-tit {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.side-contact:hover {
	background: #e96410;
}

.side-tel {
	position: absolute;
	width: 250px;
	height: 141px;
	right: 71px;
	bottom: 0;
	z-index: 1000;
}

.side-tel-list {
	padding: 10px 10px 10px 60px;
}

.side-tel-list1 {
	background: #e96410 url(../images/side_icon06.png) no-repeat 10px center;
	height: 71px;
}

.side-tel-list2 {
	background: #f67524 url(../images/side_icon07.png) no-repeat 10px center;
	height: 70px;
}

.stl-tit {
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}

.stl-des {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}

.side-wechat {
	position: absolute;
	width: 150px;
	height: 150px;
	right: 75px;
	bottom: 0;
	background-color: #fff;
	box-shadow: 0px 4px 10px 0px rgba(6, 0, 1, 0.25);
	z-index: 1000;
}

.side-wechat img {
	display: block;
	margin: 15px auto 0;
}

.side-wechat span {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	background: #fff;
}

.side-tel,
.side-wechat {
	display: none;
}

.return-top {
	width: 70px;
	height: 70px;
	background-color: rgba(150, 150, 150, 0.9);
	display: none;
}

.return-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.cd-is-visible {
	display: block;
}

.cd-fade-out {
	display: none;
}

@media(max-width:880px) {
	.right-side {
		width: 100%;
		height: 70px;
		right: 0;
		top: auto;
		bottom: 0;
	}

	.side-contact {
		float: left;
		width: 25%;
		border-right: 1px solid #fff;
	}

	.side-barcode {
		border-right: 0;
	}

	.return-top {
		display: block;
	}

	.foot-copy {
		margin-bottom: 69px;
	}

	.side-wechat,
	.side-tel {
		right: 0;
		bottom: 80px;
	}
}
