@charset "utf-8";

body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
div,
span,
a,
aside,
article,
section,
header,
nav,
footer,
label,
img {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

fieldset,
img {
	border: 0;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

ol,
ul,
li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input,
select,
textarea {
	font-size: .875rem;
	font-family: inherit;
	margin: 0;
	outline: none;
	resize: none;
	border: none;
	background: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

html {
	verflow: -Scroll;
	overflow-x: hidden;
	zoom: 1;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

body {
	color: #666;
	line-height: 1.5;
	font-family: 'Microsoft YaHei', Arial, 'simsun', HELVETICA;
	min-width: 320px;
}

a {
	color: #666;
	text-decoration: none;
	transition: all ease 0.3s;
}

a:hover {
	color: #ff7133;
}


/* CSS活动的公共样式 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.ce {
	text-align: center;
}

.hide {
	overflow: hidden;
}

.mb15 {
	margin-bottom: 15px;
}

.mb30 {
	margin-bottom: 30px;
}

#new_section .container {
	position: relative;
	min-width: 320px;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.pImg {
	position: relative;
	padding-top: 100%;
	display: block;
	overflow: hidden;
}

.pImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.bgImg {
	background-position: center;
	background-size: cover;
	position: relative;
	transition: all 0.5s;
	display: block;
	width: 100%;
	height: 100%;
}

.pd90 {
	padding: 90px 0;
	font-size: .875em;
	overflow: hidden;
}

.mb40 {
	margin-bottom: 40px;
}

.font14 {
	font-size: .875em;
}

.font16 {
	font-size: 1.286em;
}

.gray {
	background: #efefef;
}

@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype'),
		url('../fonts/iconfont.svg#NeuesBauenDemo') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}


.hTitle {
	font-size: 1.25rem;
	color: #191919;
	line-height: 1.2;
}

.hTitle span {
	display: block;
	font-size: 2.3em;
	margin-bottom: 10px;
}


/* 工程案例 */
.case {
	padding-bottom: 50px;
}

.tieTop {
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}

.tMore {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.143em;
}

.tMore i,
.cMore i {
	font-style: normal;
	font-family: "iconfont";
	margin-right: 5px;
	color: #333;
	font-size: 2.286rem;
	position: relative;
	top: 1px;
}

.tMore:hover i {
	color: #ff7133;
}

.caseMain {
	margin-right: -40px;
	font-size: 1.143em;
	overflow: hidden;
}

.caseMain li {
	float: left;
	width: 33.3%;
	padding-right: 40px;
	margin-bottom: 40px;
}

.caseMain li a {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.caseMain li a::after {
	background: #ff7133;
	height: 1px;
	z-index: 2;
	top: auto;
	bottom: -1px;
}

.caseMain li .pImg {
	padding-top: 70%;
}

.caseMain li .pImg::after {
	content: "";
	position: absolute;
	left: 15px;
	top: 15px;
	bottom: 15px;
	right: 15px;
	border: 1px solid #fff;
	box-shadow: 0 0 10px #fff;
	opacity: 0;
	transform: scale(0) rotate(60deg);
	transition: all .5s;
}

.caseMain li p {
	height: 75px;
	line-height: 75px;
	color: #333;
}

.caseMain li p i {
	float: right;
	font-family: "iconfont";
	color: #ccc;
	font-size: 1.286rem;
}

.caseMain li a:hover img {
	transform: scale(1.1);
}

.caseMain li a:hover p,
.caseMain li a:hover i {
	color: #ff7133;
}

.caseMain li a:hover .pImg::after {
	opacity: .6;
	transform: scale(1) rotate(0);
}

.cMore {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #999;
	margin: 0 auto;
	text-align: center;
	border-left: none;
	border-right: none;
	margin-top: 20px;
}

.cMore i {
	top: 2px;
	margin-right: 10px;
}

.cMore:hover {
	width: 360px;
	background: #000;
	color: #fff;
}

.cMore:hover i {
	color: #fff;
}


.message,
.website_box2,
.website_box4,
.promote_box2,
.promote_box5,
.marketing_box1 ul,
.marketing_box2,
.marketing_box4 ul,
.marketing_box5,
.seoBox2,
.bidBox2,
.culture {
	background-image: url('../images/new_section/message_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


/* 网站建设 */
.hTitle2 {
	margin-bottom: 60px;
	text-align: center;
}

.hTitlew {
	color: #fff;
}

.website_box1 .pic {
	margin-top: 80px;
	text-align: center;
}

.website_box1 h5 {
	max-width: 420px;
	background: #ff7133;
	color: #fff;
	color: #fff;
	font-size: 1.857em;
	margin: 0 auto;
	text-align: center;
	height: 60px;
	line-height: 60px;
	margin-top: 50px;
}

.website_box2 {
	background-image: url('../images/new_section/web_bg2.jpg');
	text-align: center;
}

.website_box2 .main {
	padding: 0 8%;
}

.website_box3 .bgImg {
	width: 50%;
	height: 520px;
}

.website_box3 .font {
	width: 44%;
	padding-top: 60px;
	color: #333;
}

.website_box3 .font h3 {
	overflow: hidden;
	font-size: 1.857em;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	;
}

.website_box3 .font span {
	float: left;
	position: relative;
}

.website_box3 .font span::after {
	content: "";
	position: absolute;
	width: 80%;
	height: 1px;
	background: #333;
	top: 56%;
	right: -140%;
}

.website_box3 .font h3 i {
	font-style: normal;
	color: #999;
	font-size: 1.385em;
	font-family: Arial;
	margin-right: 5px;
	position: relative;
	top: 4px;
}

.website_box3 .font p {
	border: 1px solid #b4b4b4;
	text-align: center;
	font-size: 1.286em;
	margin-top: 50px;
	padding: 25px;
}

.website_box3 .pic {
	position: absolute;
	right: 0;
	bottom: 90px;
	max-width: 44%;
}

.website_box4 {
	background-image: url('../images/new_section/web4_bg.jpg');
	padding-bottom: 140px;
}

.website_box4 li {
	float: left;
	width: 25%;
	text-align: center;
	border-right: 1px dotted #a2a2a2;
}

.website_box4 li h4 {
	font-size: 2.143em;
	color: #333;
	line-height: 1.2;
	margin-bottom: 20px;
}

.website_box4 li h4 span {
	display: block;
	font-size: 1.333em;
	opacity: .2;
	font-family: Arial;
	font-weight: bold;
}

.website_box4 li a {
	display: inline-block;
	width: 190px;
	height: 45px;
	line-height: 45px;
	background: #ff7133;
	color: #fff;
}

.website_box4 li a i {
	margin-left: 15px;
	font-family: "iconfont";
	font-style: normal;
}

.website_box4 li a:hover {
	width: 240px;
	background: #d8490a;
}

.website_box4 li:last-child {
	border-right: none;
}

.website_box5 {
	border-bottom: 1px solid #ddd;
}

.website_box5 ul {
	position: relative;
	font-size: 1.143em;
	height: 160px;
	padding-top: 10px;
}

.website_box5 ul::after {
	content: "";
	position: absolute;
	;
	left: -50%;
	top: 50%;
	width: 200%;
	background: #ddd;
	height: 1px;
	z-index: -1;
}

.website_box5 li {
	float: left;
	width: 11.9%;
	text-align: center;
	margin-left: -2%;
}

.website_box5 li span {
	display: block;
	margin-bottom: 30px;
}

.website_box5 li i {
	display: inline-block;
	font-style: normal;
	background: #333;
	border-radius: 100%;
	width: 24px;
	line-height: 24px;
	height: 24px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-family: Arial;
	position: relative;
}

.website_box5 li:nth-child(2n) {
	padding-top: 57px;
}

.website_box5 li:nth-child(2n) i::after {
	transform: rotate(0);
	top: 24px;
}

.website_box5 li:nth-child(2n) span {
	margin-top: 30px;
	margin-bottom: 0;
}

.website_box6 ul {
	margin: 0 -1%;
}

.website_box6 li {
	float: left;
	width: 31.3%;
	margin: 0 1%;
}

.website_box6 li .bgImg {
	height: 300px;
}

.website_box6 li .txt {
	height: 300px;
	background: #ededed;
	padding: 5%;
}

.website_box6 li i {
	display: inline-block;
	font-size: 50px;
	opacity: .5;
	font-style: normal;
	margin-bottom: 10px;
	font-family: Arial;
	font-weight: bold;
	line-height: 1.2;
}

.website_box6 li h4 {
	font-size: 1.714em;
	color: #191919;
	margin-bottom: 25px;
}

.website_box6 li p {
	background: url('../images/new_section/we_li.jpg') no-repeat left center;
	padding-left: 15px;
	margin-bottom: 8px;
}


/* 搜索推广 */
.promote_box1 ul {
	overflow: hidden;
	padding-top: 30px;
	font-size: 1.429em;
	color: #333;
}

.promote_box1 li {
	float: left;
	width: 33.3%;
	text-align: center;
}

.promote_box1 li span {
	font-size: 4.5em;
	font-family: Arial;
	letter-spacing: -2px;
	font-weight: normal;
	position: relative;
	margin-right: 10px;
}

.promote_box1 li span::after {
	position: absolute;
	top: 15px;
	right: -40px;
	content: "亿";
	font-size: 14px;
	width: 26px;
	height: 26px;
	background: #ff7133;
	color: #fff;
	border-radius: 100%;
	line-height: 26px;
}

.promote_box1 li:nth-child(2) span::after {
	content: "%";
}

.promote_box2 {
	background-image: url('../images/new_section/promote2_bg.jpg');
}

.promote_box2 .ce {
	padding: 40px 0 30px 0;
}

.promote_box4 {
	background: #f2f2f2;
}

.promote_box4 ul {
	margin-right: -35px;
}

.promote_box4 li {
	float: left;
	width: 25%;
	padding-right: 35px;
}

.promote_box4 li .pImg {
	padding-top: 54%;
}

.promote_box4 li .txt {
	background: #fff;
	padding: 10% 10%;
	height: 180px;
	position: relative;
}

.promote_box4 li h5 {
	font-size: 1.857em;
	color: #333;
	margin-bottom: 15px;
}

.promote_box4 li i {
	position: absolute;
	left: 8%;
	top: -40px;
	font-style: normal;
	font-size: 3.571em;
	font: Arial;
	color: #333;
	letter-spacing: -2px;
}

.promote_box4 li:hover img {
	transform: scale(1.1);
}

.promote_box5 {
	background-image: url('../images/new_section/promote5_bg.jpg');
}

.promote_box5 li {
	width: 48%;
	overflow: hidden;
	font-size: 1.143em;
}

.promote_box5 li a {
	display: block;
	background: #fff;
	height: 290px;
	padding: 6% 4% 4% 30%;
}

.promote_box5 li h4 {
	font-size: 1.875em;
	color: #333;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.promote_box5 li h4::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 3px;
	background: #ff7133;
	left: 0;
	bottom: 0;
}

.promote_box5 li p {
	height: 60px;
	padding-bottom: 10px;
}

.promote_box5 li span {
	font-size: 12px;
}

.promote_box5 li i {
	font-family: "iconfont";
	float: left;
	font-style: normal;
	margin-left: -120px;
	font-size: 3.6rem;
	color: #888;
}

.promote_box5 li a:hover {
	background: #ff7133;
	color: #fff;
}

.promote_box5 li a:hover i,
.promote_box5 li a:hover h4 {
	color: #fff;
}

.promote_box6 ul {
	margin: 0 -1%;
}

.promote_box6 li {
	float: left;
	width: 23%;
	background: #f2f2f2;
	margin: 0 1%;
	text-align: center;
	min-height: 370px;
	padding: 4%;
}

.promote_box6 li h4 {
	margin-bottom: 25px;
	color: #191919;
	font-size: 1.857em;
}

.promote_box6 li i {
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url('../images/new_section/promote6_icon.png');
	margin-bottom: 25px;
	position: relative;
	top: 0;
	transition: all .3s;
}

.promote_box6 li:nth-child(2) i {
	background-position: -70px 0;
}

.promote_box6 li:nth-child(3) i {
	background-position: -140px 0;
}

.promote_box6 li:nth-child(4) i {
	background-position: -210px 0;
}

.promote_box6 li:hover i {
	top: -10px;
}



/* 全网营销 */
.marketing_box1 .hTitle {
	max-width: 680px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.marketing_box1 ul {
	background-image: url('../images/new_section/mark1_bg.jpg');
	overflow: hidden;
	font-size: 1.143em;
	color: #333;
}

.marketing_box1 li {
	float: left;
	width: 12.5%;
	text-align: center;
	padding-top: 40px;
	height: 140px;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	transition: all .3s;
}

.marketing_box1 li:nth-child(4),
.marketing_box1 li:nth-child(11),
.marketing_box1 li:nth-child(18) {
	width: 25%;
}

.marketing_box1 li i {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: url('../images/new_section/marke_icon.png');
}

.marketing_box1 li {
	background: #fff;
	background: rgba(255, 255, 255, .6);
}

.marketing_box1 li:empty {
	background: none;
}

.marketing_box1 .tie {
	font-size: 2.125em;
	color: #fff;
	background: #ff7133;
	padding-top: 30px;
}

.marketing_box1 .tie span {
	display: block;
	font-size: 14px;
	font-family: Arial;
	opacity: .3;
}

.marketing_box1 li:hover,
.marketing_box4 li:hover {
	background: rgba(255, 113, 51, .4);
}

.marketing_box1 li:empty:hover {
	background: none;
}

.marketing_box1 .tie:hover {
	background: #ff7133;
}

.marketing_box1 li:nth-child(5) i {
	background-position: -26px 0;
}

.marketing_box1 li:nth-child(8) i {
	background-position: -52px 0;
}

.marketing_box1 li:nth-child(10) i {
	background-position: -78px 0;
}

.marketing_box1 li:nth-child(13) i {
	background-position: -104px 0;
}

.marketing_box1 li:nth-child(14) i {
	background-position: -130px 0;
}

.marketing_box1 li:nth-child(17) i {
	background-position: -156px 0;
}

.marketing_box1 li:nth-child(19) i {
	background-position: -182px 0;
}

.marketing_box2 {
	background-image: url('../images/new_section/marke2_bg.jpg');
	text-align: center;
}

.marketing_box2 p {
	padding-top: 20px;
}

.marketing_box3 {
	border-bottom: 1px solid #d9d9d9;
	background: url('../images/new_section/marke3_bg.jpg') no-repeat center bottom;
	padding-bottom: 100px;
	height: 740px;
	background-size: 100%;
}

.marketing_slide {
	padding-top: 220px;
}
.seoSlide.hide,
.marketing_slide.hide{
	display: block !important;
	overflow: hidden;
}

.marketing_box3 li {
	float: left;
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}

.marketing_box3 li div {
	max-width: 160px;
}

.marketing_box3 li h5 {
	font-size: 1.429em;
	color: #333;
	margin-bottom: 20px;
}

.marketing_box3 li span {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #ff7133;
	color: #fff;
	text-align: center;
	line-height: 24px;
	font-family: Arial;
	border-radius: 100%;
	margin-bottom: 15px;
}

.marketing_box3 li::after {
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	background: url('../images/new_section/market_icon3.png') no-repeat;
	left: 0;
	bottom: 0;
}

.marketing_box3 li:nth-child(2)::after {
	background-position: -28px 0;
}

.marketing_box3 li:nth-child(3)::after {
	background-position: -56px 0;
}

.marketing_box3 li:nth-child(4)::after {
	background-position: -84px 0;
}

.marketing_box3 li:nth-child(5)::after {
	background-position: -112px 0;
}

.marketing_box3 li:nth-child(6)::after {
	background-position: -140px 0;
}

.marketing_box3 li:nth-child(1) {
	padding-top: 50px;
}

.marketing_box3 li:nth-child(2) {
	top: -25px;
}

.marketing_box3 li:nth-child(3) {
	top: -85px;
}

.marketing_box3 li:nth-child(4) {
	top: -40px;
}

.marketing_box3 li:nth-child(5) {
	top: -80px;
}

.marketing_box3 li:nth-child(6) {
	top: -120px;
}

.marketing_box4 ul {
	background-image: url('../images/new_section/marke4_bg.jpg');
	overflow: hidden;
	font-size: 1.143em;
}

.marketing_box4 li {
	width: 25%;
	float: left;
	height: 230px;
	text-align: center;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
	padding: 0 4%;
	padding-top: 50px;
	transition: all .5s;
}

.marketing_box4 li h4 {
	font-size: 1.375em;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}

.marketing_box4 li h4::after,
.marketing_box5 li h5::after,
.seoBox3 li .txt h4::after,
.bidBox1 li h4::after,
.caseShow_box .tie::after,
.culture li span::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 16px;
	height: 1px;
	background: #ff7133;
	margin-left: -8px;
	height: 1px;
}

.marketing_box5 {
	background-image: url('../images/new_section/marke5_bg.jpg');
}

.marketing_box5 ul {
	margin: 0 -1%;
}

.marketing_box5 li {
	float: left;
	background: #fff;
	width: 31.3%;
	margin: 0 1%;
}

.marketing_box5 li .bgImg {
	float: left;
	width: 52%;
	height: 210px;
}

.marketing_box5 li .txt {
	float: right;
	width: 48%;
	padding: 7%;
}

.marketing_box5 li h5 {
	font-size: 2em;
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}

.marketing_box5 li h5::after {
	left: 0;
	margin-left: 0;
}

.bidCase_slide {
	position: relative;
}

.bidCase .swiper-pagination {
	position: static;
	margin-top: 40px;
}

.bidCase .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.bidCase .swiper-pagination-bullet-active {
	background: #ff7133;
}

.bidCase li {
	float: left;
	width: 50%;
	background: #eee;
	transition: all .3s;
	margin-bottom: 5px;
}

.bidCase li .top {
	overflow: hidden;
	height: 160px;
	border-bottom: 1px solid #e0e0e0;
	padding: 5% 6% 20px 6%;
}

.bidCase li h3 {
	max-width: 48%;
	line-height: 80px;
	display: block;
	height: 80px;
}

.bidCase li h3 img {
	max-height: 100%;
}

.bidCase li h4 {
	color: #333;
	font-size: 1.429em;
	text-align: right;
	max-width: 48%;
	padding-top: 10px;
}

.bidCase li h4 a {
	display: block;
	font-size: 14px;
	opacity: .8;
	padding-right: 25px;
	margin-top: 10px;
	position: relative;
}

.bidCase li h4 a::after {
	position: absolute;
	content: "\e700";
	font-family: "iconfont";
	margin-left: 10px;
	font-size: 1.143rem;
	right: 0;
	top: -4px;
}

.bidCase li .txt {
	padding: 5% 46% 5% 6%;
	overflow: hidden;
	height: 200px;
	line-height: 1.8;
	position: relative;
}

.bidCase li .txt span {
	display: block;
}

.bidCase li p {
	position: absolute;
	right: 6%;
	top: 40px;
	width: 40%;
	text-align: right;
}

.bidCase li:hover {
	box-shadow: 0 0 10px #ccc;
}

.bidCase .cMore {
	display: block;
}

/* 网站SEO */
.seoBox1 li {
	float: left;
	width: 30%;
	;
	height: 140px;
	margin-bottom: 30px;
	padding-right: 6%;
	position: relative;
}

.seoBox1 li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100px;
	border-right: 1px dotted #b2b2b2;
	width: 1px;
}

.seoBox1 li h4 {
	color: #333;
	margin-bottom: 15px;
	font-size: 1.429em;
}

.seoBox1 li:nth-child(3n-1) {
	width: 40%;
	padding-left: 6%;
}

.seoBox1 li:nth-child(3n) {
	padding-left: 6%;
	padding-right: 0;
}

.seoBox1 li:nth-child(3n)::after {
	display: none;
}

.seoBox2 {
	background-image: url('../images/new_section/seo2_bg.jpg');
}

.seoBox2 .left {
	width: 50%;
	height: 490px;
}

.seoBox2 ul {
	width: 50%;
	height: 490px;
	background: #fff;
	overflow: hidden;
}

.seoBox2 li {
	float: left;
	width: 25%;
	height: 195px;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	padding: 50px 4% 4% 4%;
	font-size: 1.143em;
	color: #333;
}

.seoBox2 li i {
	display: block;
	font-size: 1.875em;
	color: #ff7133;
	font-style: normal;
	font-family: Arial;
	font-weight: bold;
}

.seoBox2 li.zx {
	width: 100%;
	height: 100px;
	padding: 0 5%;
	line-height: 100px;
	font-size: 1em;
	color: #666;
}

.seoBox2 li.zx a {
	font-size: 1.143em;
	color: #333;
	margin-right: 8%;
	position: relative;
	padding-left: 35px;
}

.seoBox2 li.zx a::after {
	content: "\e603";
	font-family: "iconfont";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.286rem;
	line-height: 1;
}

.seoBox2 li.zx a:hover {
	color: #ff7133;
}

.seoBox3 ul {
	margin-right: -20px;
}

.seoBox3 li {
	float: left;
	width: 25%;
	padding-right: 20px;
}

.seoBox3 li .pImg {
	padding-top: 58%;
}

.seoBox3 li .txt {
	padding: 8%;
	background: #eee;
	height: 210px;
}

.seoBox3 li .txt h4 {
	font-size: 1.429em;
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}

.seoBox3 li .txt h4::after,
.bidBox1 li h4::after {
	left: 0;
	margin-left: 0;
}

.seoBox3 li:hover img {
	transform: scale(1.1);
}

.seoBox4 {
	background: #dcdcdc;
}

.seoBox4 .container::after {
	content: "";
	position: absolute;
	left: -50%;
	width: 200%;
	height: 1px;
	background: #cfcfcf;
	top: 210px;
}

.seoSlide li {
	float: left;
	width: 20%;
	padding-left: 80px;
	line-height: 1.8;
}

.seoSlide li i {
	float: left;
	margin-left: -80px;
	width: 60px;
	height: 60px;
	background: #ff7133;
	color: #fff;
	line-height: 60px;
	border-radius: 100%;
	text-align: center;
	font-style: normal;
	font-family: Arial;
}

.seoSlide li h4 {
	height: 90px;
	margin-bottom: 20px;
	font-size: 1.714em;
	color: #333;
}

.seoSlide li h4 span {
	font-size: 12px;
	font-family: Arial;
	opacity: .5;
}

.seoSlide li span {
	display: block;
}

.seoBox5 {
	background-image: url('../images/new_section/seo2_bg.jpg');
}





/* 常见问题 */
.faq {
	border-top: 1px solid #d9d9d9;
}
.faqList.hide{
	display: block !important;
}
.faqList li {
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.faqList li:nth-child(2n) {
	float: right;
}

.faqList li a {
	display: block;
	background: #fff;
	padding: 4% 5%;
	color: #999;
	height: 135px;
	border: 1px solid #ddd;
}

.faqList li h4,
.faqList li p {
	padding-left: 35px;
}

.faqList li i {
	font-style: normal;
	width: 24px;
	height: 24px;
	background: #ef2f00;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	margin-left: -35px;
	float: left;
}

.faqList li p i {
	background: none;
	border: 1px solid #ccc;
	color: #999;
}

.faqList li h4 {
	font-size: 16px;
	color: #191919;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.faqList li a:hover h4 {
	color: #ef2f00;
}

.faqList li a:hover {
	box-shadow: 0 0 10px #ccc;
}

.cMore2 {
	display: block;
}


/* 竞价托管 */
.bidBox1 .main {
	padding-top: 70px;
	position: relative;
}

.bidBox1 ul {
	overflow: hidden;
	padding-left: 1px;
	border-top: 1px solid #ff7133;
	margin-right: -4px;
}

.bidBox1 li {
	float: left;
	width: 33.3%;
	border: 1px solid #d9d9d9;
	margin-top: -1px;
	margin-left: -1px;
	padding: 2.5% 4%;
	height: 200px;
	transition: all .4s;
}

.bidBox1 li h4 {
	font-size: 1.429em;
	color: #333;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.bidBox1 li h4::after {
	left: 65px;
}

.bidBox1 li h4 i {
	float: left;
	width: 38px;
	height: 38px;
	background: url('../images/new_section/bid1_icon.png') no-repeat;
	margin-left: -65px;
}

.bidBox1 li h4,
.bidBox1 li p {
	padding-left: 65px;
}

.bidBox1 li:nth-child(2) i {
	background-position: -38px 0;
}

.bidBox1 li:nth-child(3) i {
	background-position: -76px 0;
}

.bidBox1 li:nth-child(4) i {
	background-position: -114px 0;
}

.bidBox1 li:nth-child(5) i {
	background-position: -152px 0;
}

.bidBox1 li:nth-child(6) i {
	background-position: -190px 0;
}

.bidBox1 li:nth-child(7) i {
	background-position: -228px 0;
}

.bidBox1 li:nth-child(8) i {
	background-position: -266px 0;
}

.bidBox1 li:nth-child(9) i {
	background-position: -304px 0;
}

.bidBox1 .tie {
	width: 140px;
	height: 140px;
	background: #ff7133;
	color: #fff;
	border-radius: 100%;
	padding: 0;
	position: absolute;
	border: none;
	left: 50%;
	margin-left: -70px;
	z-index: 2;
	top: 0px;
	font-size: 1.429em;
	font-weight: bold;
	padding-top: 40px;
	text-align: center;
}

.bidBox1 li:hover {
	box-shadow: 0 0 12px #ccc;
}

.bidBox2 {
	background-image: url('../images/new_section/bid2_bg.jpg');
}

.bidBox2 li {
	margin-bottom: 20px;
}

.bidBox3 {
	background: url('../images/new_section/bid3_bg.jpg') no-repeat center;
}

.bidBox3 li {
	float: left;
	width: 33.3%;
	text-align: center;
	font-size: 1.429em;
	padding-bottom: 30px;
	padding: 0 5%;
}

.bidBox3 li p {
	margin-top: 25px;
	color: #333;
}

.bidBox4 {
	background: #ededed;
}

.bidBox4_slide {
	padding-bottom: 30px;
	overflow: hidden;
}

.bidBox4 li {
	float: left;
	width: 14.28%;
	border-right: 1px dotted #bebebe;
	padding: 0 2.5%;
	min-height: 180px;
}

.bidBox4 li h4 {
	font-size: 1.571em;
	color: #333;
	margin-bottom: 20px;
}

.bidBox4 li h4 i {
	display: block;
	font-style: normal;
	color: #ff7133;
	font-family: Arial;
	font-size: 1.364em;
	font-weight: bold;
}

.bidBox4 li:last-child {
	border-right: none;
}

