﻿/*万词霸屏-优势*/
.baping-ys {
	background: url(bg.png) center center no-repeat;
	background-size: cover;
	padding: 100px 0 150px;
}
.baping-ys li {
	float: left;
	width: 25%;
}
.baping-ys li span {
	display: block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0;
	border-radius: 5px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
}
.baping-ys li span:hover {
	background-color: #2561ef;
	color: #fff;
}
.baping-ys .icon {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.baping-ys .icon-1 {
	background: url(youshi_1.png) center center no-repeat;
	background-size: cover;
}
.baping-ys li span:hover .icon-1 {
	background: url(youshi_1_1.png) center center no-repeat;
	background-size: cover;
}
.baping-ys .icon-2 {
	background: url(youshi_2.png) center center no-repeat;
	background-size: cover;
}
.baping-ys li span:hover .icon-2 {
	background: url(youshi_2_2.png) center center no-repeat;
	background-size: cover;
}
.baping-ys .icon-3 {
	background: url(youshi_3.png) center center no-repeat;
	background-size: cover;
}
.baping-ys li span:hover .icon-3 {
	background: url(youshi_3_3.png) center center no-repeat;
	background-size: cover;
}
.baping-ys .icon-4 {
	background: url(youshi_4.png) center center no-repeat;
	background-size: cover;
}
.baping-ys li span:hover .icon-4 {
	background: url(youshi_4_4.png) center center no-repeat;
	background-size: cover;
}
.baping-ys .line {
	border-top: 1px solid #888;
	width: 30%;
	margin: 25px auto;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.baping-ys li span:hover .line {
	border-top: 1px solid #fff;
}
.baping-ys .desc {
	font-weight: normal;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.baping-ys li span:hover .desc {
	color: #fff;
}

/*万词霸屏-同类产品对比*/
.baping-duibi {
	padding: 100px 0;
}
.baping-duibi li {
	float: left;
	width: 25%;
}
.baping-duibi li span {
	display: block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
	border-radius: 5px;
	background-color: #2561ef;
	color: #fff;
	height: 260px;
	position: relative;
	cursor: pointer;
}
.baping-duibi .baping span {
	background-color: #FA4547;
	z-index: 100;
}
.baping-duibi .jingjia span {
	background-color: #63D1A7;
	z-index: 90;
}
.baping-duibi .seo span {
	background-color: #FFA400;
	z-index: 80;
}
.baping-duibi .b2b span {
	background-color: #00C0FF;
}
.baping-duibi .baping span:after, .baping-duibi .jingjia span:after, .baping-duibi .seo span:after {
	content: ' ';
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(pk.png) center center no-repeat;
	background-size: cover;
	right: -53px;
	top: 50%;
	margin-top: -40px;
}
.baping-duibi .title {
	position: relative;
	font-size: 16px;
	font-weight: normal;
	height: 60px;
}
.baping-duibi .title:after {
	content: ' ';
	position: absolute;
	left: 40%;
	top: 30px;
	width: 20%;
	height: 1px;
	background-color: #fff;
}
.baping-duibi p {
	width: 50%;
	text-align: left;
	margin: 0 auto;
	font-size: 13px;
	line-height: 25px;
}

/*万词霸屏-价格表*/
.baping-price {
	background: url(../images/price.png) center top no-repeat;
	padding: 100px 0;
}
.baping-price .pub-title .name span:after, .baping-price .pub-title .name span:before {
    background-color: #cecece;
}

.baping-price .pub-title .name {
    color: #fff;
}

.baping-price .pub-title .en {
    color: #ddd;
}

.baping-price .pub-title .desc {
    color: #eee;
}
.baping-price li {
	float: left;
	width: 33.33%;
}
.baping-price li .item {
	display: block;
	cursor: pointer;
	width: 85%;
	margin: 0 auto;
	padding: 50px 0;
	-webkit-box-shadow: #efeaea 0px 1px 1px 1px;
	box-shadow: #efeaea 0px 1px 1px 1px;
	background-color: #fff;
    border-radius: 10px;
    text-align: center;
}
.baping-price .title {
	font-size: 18px;
	color: #2561ef;
}
.baping-price .icon {
	width: 80px;
	height: 80px;
	margin: 20px auto;
}
.baping-price .icon-1 {
	background: url(../images/jiage_1.png) center center no-repeat;
	background-size: cover;
}
.baping-price .icon-2 {
	background: url(../images/jiage_2.png) center center no-repeat;
	background-size: cover;
}
.baping-price .icon-3 {
	background: url(../images/jiage_3.png) center center no-repeat;
	background-size: cover;
}
.baping-price .price {
	font-size: 30px;
	color: #2561ef;
}

.baping-price .line {
	width: 80%;
	margin: 30px auto;
	height: 1px;
	background-color: #f0f0f0;
}
.baping-price .desc {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
.baping-price .desc p {
	background: url(../images/ok.png) 0 center no-repeat;
	background-size: auto 50%;
	text-indent: 20px;
	line-height: 30px;
	font-size: 13px;
	color: #666;
}

/*万词霸屏-流程*/
.baping-process {
    background-color: #f8f8f8;
    padding: 100px 0;
}
.baping-process li {
	float: left;
	width: 25%;
	cursor: pointer;
}
.baping-process li span {
	display: block;
	text-align: center;
}
.baping-process .icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.baping-process .icon-1 {
	background: url(liucheng_1.png) center center no-repeat;
	background-size: cover;
}
.baping-process .icon-2 {
	background: url(liucheng_2.png) center center no-repeat;
	background-size: cover;
}
.baping-process .icon-3 {
	background: url(liucheng_3.png) center center no-repeat;
	background-size: cover;
}
.baping-process .icon-4 {
	background: url(liucheng_4.png) center center no-repeat;
	background-size: cover;
}
.baping-process .title {
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	margin-top: 20px;
}

/*万词霸屏-合作伙伴*/
.baping-partner {
	padding: 100px 0;
	background: url(hezuo_bg.png) center center no-repeat;
	background-size: cover;
}
.baping-partner .pub-title .name span:after, .baping-partner .pub-title .name span:before {
    background-color: #cecece;
}

.baping-partner .pub-title .name {
    color: #fff;
}

.baping-partner .pub-title .en {
    color: #ddd;
}

.baping-partner .pub-title .desc {
    color: #eee;
}
.baping-partner li {
	width: 16.66%;
	float: left;
}
.baping-partner li span {
	display: block;
	width: 90%;
	margin: 0 auto;
	height: 0;
	padding-top: 88%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.baping-partner li .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(coop1.png) center center no-repeat;
	background-size: auto;
}
.baping-partner li .icon-1 {
	background: url(coop1.png) center center no-repeat;
}
.baping-partner li .icon-2 {
	background: url(coop2.png) center center no-repeat;
}
.baping-partner li .icon-3 {
	background: url(coop3.png) center center no-repeat;
}
.baping-partner li .icon-4 {
	background: url(coop4.png) center center no-repeat;
}
.baping-partner li .icon-5 {
	background: url(coop5.png) center center no-repeat;
}
.baping-partner li .icon-6 {
	background: url(coop6.png) center center no-repeat;
}
.baping-partner li .icon-7 {
	background: url(coop7.png) center center no-repeat;
}
.baping-partner li .icon-8 {
	background: url(coop8.png) center center no-repeat;
}
.baping-partner li .icon-9 {
	background: url(coop9.png) center center no-repeat;
}
.baping-partner li .icon-10 {
	background: url(coop10.png) center center no-repeat;
}
.baping-partner li .icon-11 {
	background: url(coop11.png) center center no-repeat;
}
.baping-partner li .icon-12 {
	background: url(coop12.png) center center no-repeat;
}
.baping-partner li .icon-13 {
	background: url(coop13.png) center center no-repeat;
}
.baping-partner li .icon-14 {
	background: url(coop14.png) center center no-repeat;
}
.baping-partner li .icon-15 {
	background: url(coop15.png) center center no-repeat;
}
.baping-partner li .icon-16 {
	background: url(coop16.png) center center no-repeat;
}
.baping-partner li .icon-17 {
	background: url(coop17.png) center center no-repeat;
}
.baping-partner li .icon-18 {
	background: url(coop18.png) center center no-repeat;
}

/*万词霸屏-案例*/
.baping-case table {
	background-color: #ddd;
	font-size: 13px;
	font-weight: normal;
}
.baping-case td {
	background-color: #fff;
}
.baping-case th {
	background-color: #f2f2f2;
}
.baping-case td, .baping-case th {
	height: 45px;
	line-height: 45px;
    text-indent: 10px;
}
.baping-case tr td:nth-child(1) {
	width: 5%;
}
.baping-case tr td:nth-child(2) {
	width: 25%;
}
.baping-case tr td:nth-child(3) {
	width: 8%;
}
.baping-case tr td:nth-child(4), .baping-case tr td.k {
	width: 38%;
	text-indent: 0;
	padding: 5px 10px;
	line-height: 20px;
	cursor: pointer;
}
.baping-case tr td:nth-child(5) {
	width: 8%;
}
.baping-case tr td:nth-child(6) {
	width: 8%;
}
.baping-case td a {
	background-color: #1E9FFF;
	display: inline-block;
    height: 25px;
    text-indent: 0;
    color: #fff;
    line-height: 25px;
    padding: 0 15px;
    font-size: 12px;
    border-radius: 2px;
}





















