@charset "utf-8";
#banner {
	height: 74px;
	border-top: 2px solid #e4e4e4;
	background: url("../img/b_service.jpg")/*tpa=http://www.bochuannet.com/img/b_service.jpg*/ center center no-repeat;
}
#subMenu {
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	background-color: #efefef;
}
#subMenu a {
	position: relative;
	display: inline-block;
	margin: 0 1px;
	width: 242px;
	height: 66px;
	line-height: 66px;
	font-size: 18px;
	text-align: left;
	text-indent: 112px;
}
#subMenu a:before, #subMenu a:after {
	content: '';
	position: absolute;
	left: 48px;
	top: 13px;
	width: 40px;
	height: 40px;
	background: url("../img/ico_service.png")/*tpa=http://www.bochuannet.com/img/ico_service.png*/ 0 0 no-repeat;
	transition: opacity .3s;
}
#subMenu a:after {opacity: 0}
#subMenu a:nth-child(2):before {background-position: 0 -40px}
#subMenu a:nth-child(3):before {background-position: 0 -80px}
#subMenu a:nth-child(4):before {background-position: 0 -120px}
#subMenu a:nth-child(1):after {background-position: -40px 0}
#subMenu a:nth-child(2):after {background-position: -40px -40px}
#subMenu a:nth-child(3):after {background-position: -40px -80px}
#subMenu a:nth-child(4):after {background-position: -40px -120px}
#subMenu a:hover {background-color: #fff}
#subMenu .f:before, #subMenu a:hover:before {opacity: 0}
#subMenu .f:after, #subMenu a:hover:after {opacity: 1}
#subMenu .f {
	color: #2088e5;
	background-color: #fff;
}
/*===========================标准网站、定制网站、网络推广、网站开发、评议系统===========================*/
.standard, .customized, .promotion, .development, .review {
	margin: auto;
	width: 1140px;
	text-align: center;
	overflow: hidden;
}
/*===========================标准网站===========================*/
.wrap {
	width: auto;
	background-color: #f7f7f7
}
.standard>.t {
    font-size: 30px;
    line-height: 100px;
}
.standard>.f {
	padding-top: 80px;
    line-height: 50px;
}
.standard>.f span {
	display: block;
    font-size: 22px;
    color: #666;
}
.standard .tag {
	padding-top: 40px;
    color: #666;
}
.standard .tag span {
	display: inline-block;
	width: 200px;
	height: 210px;
}
.standard .tag span:before {
	content: '';
	display: block;
	margin: 0 auto 10px;
	width: 102px;
	height: 102px;
	background: url("../img/ico_standard.png")/*tpa=http://www.bochuannet.com/img/ico_standard.png*/ 0 0 no-repeat;
}
.standard .tag span:nth-child(2):before {background-position: 0 -102px}
.standard .tag span:nth-child(3):before {background-position: 0 -204px}
.standard .tag span:nth-child(4):before {background-position: 0 -306px}
.standard .detail>div {
	display: inline-block;
	width: 286px;
	height: 710px;
	margin: 0 32px;
	border: 1px solid #dbdbdb;
}
.standard .detail>div>div {
	padding-top: 14px;
	height: 84px;
	background-color: #efefef;
	border-bottom: 1px solid #dbdbdb;
}
.standard .detail>div strong {
	display: block;
	font-weight: normal;
}
.standard .detail div>strong {
	font-size: 22px;
	line-height: 40px;
}
.standard .detail p {
	padding-top: 15px;
	height: 150px;
	color: #999;
}
.standard .detail p>strong {
	font-size: 16px;
	line-height: 60px;
	color: #333;
}
.standard .detail i {
	font-size: 36px;
	font-style: normal;
}
.standard .detail a {
	display: inline-block;
    width: 136px;
    height: 45px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    background-color: #2088e5;
}
.standard .detail a:hover {background-color: #0067c4}
.standard .detail ul {
	padding: 45px 0 0 60px;
	text-align: left;
	line-height: 40px;
}
.standard .detail li {
	list-style: inside;
}
.standard .linkWrap {
	padding-top: 60px;
	height: 130px;
	font-size: 18px;
}
.standard .linkWrap a {color: #2088e5}
.standard .linkWrap a:hover {text-decoration: underline}
.standard  table {
	margin: 0 auto 54px;
	width: 960px;
	border-collapse: collapse;
	background-color: #fff;
}
.standard  table tr {padding: 0}
.standard  table th, .standard  table td {
	text-align: left;
	padding: 12px 16px;
	border: 1px solid #e3e3e3;
}
.standard  table th {
	font-size: 18px;
	font-weight: normal;
	color: #666;
}
.standard table td {
	color: #999;
}
.standard table th:before {
	content: '';
	display: block;
	float: left;
	margin: 0 20px 0 5px;
	width: 25px;
	height: 25px;
	background: url("../img/ico_standard.png")/*tpa=http://www.bochuannet.com/img/ico_standard.png*/ 0 -408px no-repeat;
}
.standard table tr:nth-child(2) th:before {background-position: -25px -408px}
.standard table tr:nth-child(3) th:before {background-position: -50px -408px}
.standard table td:nth-child(3) {
	font-size: 20px;
	color: #333;
	text-align: center;
}
.standard .process {
	padding-top: 100px;
	height: 40px;
	color: #999;
	background: url("../img/ico_standard_2.png")/*tpa=http://www.bochuannet.com/img/ico_standard_2.png*/ center 30px no-repeat;
}
.standard .process span {
	display: inline-block;
	width: 170px;
}
/*===========================定制网站===========================*/
.customized>.t {
	padding-top: 80px;
    font-size: 30px;
    line-height: 50px;
}
.customized>.t span {
	display: block;
    font-size: 22px;
    color: #666;
}
.customized img {
	display: block;
	margin: 60px auto;
}
.customized .process {
	padding-top: 70px;
	color: #999;
	background: url("../img/ico_customized.png")/*tpa=http://www.bochuannet.com/img/ico_customized.png*/ center 10px no-repeat;
}
.customized .process p {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	width: 185px;
	color: #999;
}
.customized .process span {
	display: block;
	font-size: 16px;
	color: #333;
}
/*===========================网络推广===========================*/
.promotion>.t {
	padding-top: 60px;
    font-size: 30px;
    line-height: 90px;
}
.promotion>.t span {
	display: block;
    font-size: 18px;
    line-height: 40px;
    color: #666;
}
.promotion .detail {
	padding-top: 80px;
	margin: auto;
	width: 881px;
	overflow: hidden;
}
.promotion .detail>div {
	float: left;
	padding: 0 60px;
	width: 320px;
	font-size: 16px;
}
.promotion .detail>div>div {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.promotion .detail>div>div:before {
	content: '';
	display: block;
	margin: 10px auto 50px;
	width: 60px;
	height: 60px;
	background: url("../img/ico_promotion.png")/*tpa=http://www.bochuannet.com/img/ico_promotion.png*/ 0 0 no-repeat;
}
.promotion .detail>div:nth-child(1) {border-right: 1px solid #a1a1a1}
.promotion .detail>div:nth-child(2)>div:before {background-position: 0 -60px}
.promotion .detail ul {
	margin-left: 12px;
	padding: 30px 0 25px;
	text-align: left;
}
.promotion .detail li {
	margin: 10px;
	list-style: outside;
}
.promotion .detail p {
	text-align: right;
	line-height: 40px;
}
.promotion .detail i {
	font-size: 36px;
	font-style: normal;
}
.promotion img {
	display: block;
	margin: 30px auto;
}
/*===========================网站开发===========================*/
.development>.t {
	padding-top: 60px;
    font-size: 30px;
    line-height: 90px;
}
.development>.t span {
	display: block;
    font-size: 18px;
    line-height: 40px;
    color: #666;
}
/*===========================评议系统===========================*/
.review>.t {
	padding-top: 80px;
    font-size: 30px;
    line-height: 50px;
}
.review>.t span{
	display: block;
    font-size: 22px;
    color: #666;
}
.review .ct{
	overflow: hidden;
	padding: 80px;
	padding-bottom: 30px;
	height: 442px;
	text-align: left;
	font-size: 18px;
	line-height: 36px;
}
.review .ct .ct1{
	float: left;
	width: 700px;
}
.review .ct .ct1 .t{
	margin-bottom: 35px;
	font-size: 18px;
	color: #1f85ed;
	font-weight: bold;
}
.review .ct .ct1 p{
	color: #606060;
}
.review .ct .ct1 ul{
	margin-top: 35px;
	color: #000;
}
.review .ct .ct2{
	float: right;
}
.review .ct .ct2 img{
	width: 225px;
	height: 442px;
}
/*功能特点*/
.box{
	background: #fafafa;
}
.review .point{
	overflow: hidden;
	padding-bottom: 50px;
	text-align: left;
}
.review .point .r{
	margin-left: 165px;
}
.review .point li{
	float: left;
	overflow: hidden;
    margin-left: 30px;
    margin-top: 80px;
    width: 525px;
    height: 105px;
}
.review .point li img{
	float: left;
	width: 135px;
	height: 105px;
	margin-right: 30px;
}
.review .point li a{
	display: block;
	font-size: 18px;
	color: 272727;
	width: 360px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.review .point li p{
	font-size: 14px;
	color: #272727;
	line-height: 28px;
}
/*客户案例*/
.review .case{
	overflow: hidden;
}
.review .case li{
	float: left;
	width: 500px;
	margin-right: 20px;
	padding: 30px;
}
.review .case li:last-child{
	margin-right: 0;
}
.review .case li .tt_1{
	overflow: hidden;
	height: 80px;
	margin-bottom: 15px;
}
.review .case li .ct_1{
	overflow: hidden;
	height: 200px;

}
.review .case li .img{
	overflow: hidden;
	padding: 15px 0;
}

.review .case li .ct_1 p{
	text-align: left;
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.review .case li .tt_1 img{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 15px;
}
.review .case li .tt_1 p{
	float: left;
	width: 400px;
	margin-top: 15px;
	text-align: left;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.review .case li .tt_1 p span{
	display: block;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*更多定制服务*/
.review .customized{
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 80px;
}
.review .customized li{
	float: left;
	width: 154px;
	margin-right: 90px;
}
.review .customized li:last-child{
	margin-right: 0;
}
.review .customized li a{
	display: block;
	line-height: 30px;
	color: #666;
}
.review .customized li a:hover{
	color: #1f85ed;
}
.review .customized li a:hover img{
	transform: rotate(360deg);
}
.review .customized li img{
	width: 154px;
	height: 154px;
	margin: 20px 0;
	transition-property: all;
	transition-duration: .2s;

}
/*===========================End===========================*/
#moreService h3, #list h3 {
	text-align: center;
	font-size: 30px;
	line-height: 110px;
	font-weight: normal;
}
#list {
	padding: 10px 0 70px;
	text-align: center;
}
#list a {
	display: inline-block;
	margin: 0 10px;
	width: 240px;
	padding: 10px;
	background-color: #f4f4f4;
}
#list img {
	display: block;
	width: 240px;
	height: 140px;
	margin-bottom: 8px;
}
#list p {
	text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#list span {
	display: block;
	font-size: 12px;
	color: #999;
}
#moreService {
	padding: 10px 0 70px;
	text-align: center;
	background-color: #f7f7f7;
}
#moreService a {
	display: inline-block;
	margin: 0 20px;
	height: 31px;
	font-size: 20px;
	color: #555;
	line-height: 31px;
}
#moreService a:hover {
	text-decoration: underline;
}
#moreService a:before {
	content: '';
	float: left;
	width: 30px;
	height: 31px;
	margin-right: 10px;
	background: url("../img/index.png")/*tpa=http://www.bochuannet.com/img/index.png*/ 0 -400px no-repeat;
}
#moreService a:nth-child(2):before {background-position: -30px -400px}
#moreService a:nth-child(3):before {background-position: -60px -400px}
#moreService a:nth-child(4):before {background-position: -90px -400px}
#moreService a:nth-child(5):before {background-position: -120px -400px}
#moreService a:nth-child(6):before {background-position: -150px -400px}