﻿/* 重庆云诚度（cqbfhk.com）做最好的网络推广运营专家 */
@charset "UTF-8";
body {
	overflow-x: hidden;
	overflow-y: auto;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;

	font-family: "microsoft yahei", "宋体", "Arial";
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.ico {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #f73f3f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder {
color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aaa;
}
/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*header_main*/
.header_main {
	width: 100%;
	height: 120px;
	z-index: 100;
	background: #fff;
}
.header_main .logo {
	width: 750px;
	
	display: block;
	margin-top: 20px;
}
.header_main .logo img {
	max-width: 100%;
	height: 100%;
	display: block;
}
.header_main .tel {
	width: 300px;
	float: right;
	padding: 37px 0 0 0;
	line-height: 26px;
	margin-right: 70px;
}
.header_main .tel span {
	font-size: 30px;
	font-weight: bold;
	color: #f98080;
	font-family: arial;
}
.header_main .tel s {
	width: 57px;
	height: 57px;
	float: left;
	margin-right: 10px;
	background-position: 0 0;
}
.header_main .search {
	width: 300px;
	height: 41px;
	line-height: 41px;
	margin-top: 38px;
	border: 2px solid #f73f3f;
	position: relative;
	float: right;
}
.header_main .search * {
	font-family: arial;
}
.header_main .search .sbtn {
	width: 100px;
	height: 45px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: -2px;
	top: -2px;
	background: #f73f3f;
	cursor: pointer;
}
.header_main .search .stxt {
	width: 200px;
	padding-left: 10px;
	height: 41px;
	line-height: 41px;
	border: 0px;
	background: none;
	outline: none;
	color: #999;
}
.nav_main {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #f73f3f;
	position: relative;
	z-index: 999;
}
.nav .list {
	width: 102%;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.nav_main .nav {
	width: 1200px;
	margin: 0 auto;
}
.nav_main .nav li {
	float: left;
 	width: 12.2%;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	border-right: 1px solid #ff3c00;
	text-align: center;
}
.nav_main .nav li:first-child {
	border-left: 1px solid #ff3c00;
	background: none;
}
.nav_main .nav li:first-child.hover {
	background-color: #f98080;
}
.nav_main .nav li a {
	display: block;
	color: #fff;
	padding: 0 10px;
	font-size: 16px;
}
.nav_main .nav li a:hover, .nav_main .nav li a.hover, .nav_main .nav li #hover2 {
	background: #f98080;
}
.nav_main .nav dl {
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 12;
	border: 1px solid #f98080;
}
.nav_main .nav dl {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd {
	line-height: 49px;
	height: 49px;
	border-top: 1px solid #e5e5e5;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #666;
	font-size: 16px;
	padding: 0;
	width: 100%;
	text-align: center;
}
.nav_main .nav dl dd a:hover, .nav_main .nav dl dd a.hover {
	background: #f98080;
	color: #fff;
}
.nav_main .nav dl dd .three {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(-10px, 0, 0);
}
.nav_main .nav dl dd:hover .three {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd .three {
	position: absolute;
	left: 158px;
	top: 4px;
	padding-left: 20px;
	color: #666;
	z-index: 10;
	background: url(../images/menu_bg.png) 12px 10px no-repeat;
}
.nav_main .nav dl dd .three a {
	color: #fff;
	width: 140px;
	font-size: 14px;
	background: #f98080;
	text-align: center;
	display: block;
	height: 39px;
	line-height: 39px;
	border-top: 1px solid #f73f3f;
	transition: ease-in-out .2s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nav_main .nav dl dd .three a:first-child {
	border-top: none;
}
.nav_main .nav dl dd .three a:hover {
	background: #f73f3f;
	color: #fff;
}
.box-active{
  position: fixed;
  top:0;
}
/* banner */
#banner_main {
	overflow: hidden;
	position: relative;
	z-index: 2;
	max-width: 1920px;
	margin: 0 auto;
}
#banner_main .banner {
	height: 700px;
}
#banner_main .bannern {
	height: 600px;
}
#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#banner, .banner ul {
	max-height: 700px;
	overflow: hidden;
}
.bannern ul{
	max-height: 600px;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none;
}
.banner li:first-child {
	display: block;
}
.banner li img {
	width: 1920px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
#banner .tip {
	width: 1000px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 42px;
	z-index: 3;
}
#banner .tip span {
	width: 16px;
	height: 16px;
	margin: 0 6px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	background-position: -150px 0px;
}
#banner .tip span.cur {
	background-position: -130px 0px;
}
#banner #btn_prev, #banner #btn_next {
	width: 32px;
	height: 50px;
	position: absolute;
	top: 250px;
	z-index: 5;
}
#banner #btn_prev {
	background-position: -60px 0;
	left: 12%;
	transition: all 600ms ease;
}
#banner #btn_next {
	background-position: -92px 0;
	right: 12%;
	transition: all 600ms ease;
}
#banner #btn_prev:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	transition: all 600ms ease;
	left: 11.6%;
}
#banner #btn_next:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	transition: all 600ms ease;
	right: 11.6%;
}
.sobtitle{
	padding-top: 20px
}
.ArticleTitle h1{
	text-align: center;
	line-height: 100px;
	font-weight: 500 ;
	font-size: 40px 
}
.ArticleMessage{
	margin-bottom: 80px;
	text-align: right;
}
/*footer*/
.footer {
	width: 100%;
	color: #fff;
	padding: 30px 0 20px;
	background: #191919;
}
.footer .links {
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	border-bottom: 1px solid #434343;
}
.footer .links span {
	color: #f9f9f9;
	display: inline-block;
}
.footer .links a {
	display: inline-block;
	color: #f9f9f9;
	padding-right: 10px;
}
.footer .links a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.footer .contact {
	width: 340px;
}
.footer .contact .ewm {
	width: 100px;
	height: 100px;
	background: #ddd;
}
.footer .contact .ewm img {
	display: block;
	margin: 6px;
	width: 88px;
	height: 88px;
}
.footer .contact .contact_info {
	margin-left: 16px;
}
.footer .contact .contact_info p {
	font-size: 14px;
	color: #fff;
	line-height: 14px;
}
.footer .contact .contact_info .tel {
	margin-top: 10px;
	margin-bottom: 12px;
	font: normal 30px "arial";
	color: #f73f3f;
	line-height: 24px;
}
.footer .contact .contact_info .p2 {
	margin-bottom: 6px;
}
.footer .bNav {
	width: 850px;
}
.footer .bNav .item {
	float: left;
	line-height: 26px;
}
.footer .bNav .item h3 {
	margin-bottom: 24px;
	padding: 0 34px;
	border-right: 1px solid #f73f3f;
}
.footer .bNav .item:first-child h3 {
	border-left: 1px solid #f73f3f;
}
.footer .bNav .item h3 a {
	color: #fff;
	font-size: 18px;
	text-indent: 0px;
}
.footer .bNav .item h3 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.footer .bNav .item a {
	color: #ccc;
	display: block;
	font-size: 12px;
	line-height: 26px;
	text-indent: 40px;
}
.footer .bNav .item a:hover {
	color: #fff;
}
/*copyright*/
.copyright {
	height: 57px;
	line-height: 57px;
	color: #999999;
	font-size: 12px;
	background: #101010;
	border-top: 1px solid #434343;
}
.copyright span {
	margin: 0 12px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.copyright a {
	color: #999999;
}
.copyright a:hover {
	color: #fff;
}
/*******index css*******/
/*slip*/
.index_slip {
	height: 180px;

	background-color: #f73f3f
}
.index_slip .slip_tit {
	width:366px;
}
.index_slip .slip_tit .tit1 {
	padding-top: 50px;
	font: bold 32px "microsoft yahei";
	color: #64c5ff;
}
.index_slip .slip_tit .tit2 {
	margin-top: 75px;
	font-size: 20px;
	color: #fff;
}
.index_slip .slip_tit .tit2 span {
	font-size: 36px;
	font-family:impact, 微软雅黑;
}
.index_slip .slip_btn {
	display: block;
	margin-left: 124px;
	margin-top: 64px;
	width: 202px;
	height: 57px;
	background: url("../images/ixbanner-btn.png") no-repeat;
	font: bold 20px "microsoft yahei";
	line-height: 56px;
	text-align: center;
	color: #10479f;
}
.index_slip1 {
	background: url("../images/ixbannerbg.jpg") no-repeat center center;
}
.index_slip1 .slip_tit {
	width: 900px;
}
.index_slip1 .slip_btn {
	margin-left: 94px;
}
.index_slip .slip_btn:hover {
	background: url("../images/ixbanner-btn1.png") no-repeat;
}
.index_slip1 .slip_btn:hover {
	background: url("../images/ixbanner-btn1.png") no-repeat;
}
/********.toolbar*********/
.toolbar {
	width: 50px;
	position: fixed;
	right: 1%;
	top: 22%;
	z-index: 999;
}
.toolbar dd {
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
	position: relative;
	background: url(../images/black20.png) repeat 0 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 7px 0 0 7px;
	background: url(../images/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 50px;
	top: 0;
	right: 0;
	overflow: hidden;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -51px;
	background: #f98080;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: 0 -47px;
}
.toolbar .qq a {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background: #f98080;
}
.toolbar .tel span {
	background-position: 0 0;
}
.toolbar .tel:hover {
	background: #f98080;
}
.toolbar .code span {
	background-position: 0 -95px;
}
.toolbar .code:hover {
	background: #f98080;
}
.toolbar .top span {
	background-position: 0 -142px;
}
.toolbar .top:hover {
	background: #f98080;
}
.title_b{
	font-size: 30px;
	text-align: center;
	display: block;
	margin-bottom:20px 
}
/*让您的客户主动找到你*/
.ycd_1_max{
	width: 100%;
	height: 1020px;
	background-color: #f9f9f9;
}
.ycd_tetleh3 h3{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #f73f3f;
	padding: 50px 0 15px 0;
	font-weight: 900

}
.ycd_1_max .ycd_1 .ycd_1_ul{
	width: 100%;
	text-align: center;
}
.ycd_1_max .ycd_1 .ycd_1_ul li{
	width: 23.3%;
	height: 400px;
	float: left;
	margin: 10px;
	color: rgb(255, 255, 255)
}
.ycd_1_max .ycd_1 .ycd_1_ul .ycd_1_li1{
	background-color: #EB6100;
}
.ycd_1_max .ycd_1 .ycd_1_ul .ycd_1_li2{
	background-color: #0680CB;
}
.ycd_1_max .ycd_1 .ycd_1_ul .ycd_1_li3{
	background-color: #C490C0;
}
.ycd_1_max .ycd_1 .ycd_1_ul .ycd_1_li4{
	background-color: #80C26A;
}
.ycd_1_max .ycd_1 .ycd_1_ul .ycd_1_li5{
	background-color: #D0A972;
}
.ycd_1_max .ycd_1 .ycd_1_ul .ycd_1_li6{
	background-color: #12B5B0;
}
.ycd_1_max .ycd_1 .ycd_1_ul .ycd_1_li7{
	background-color: #E70012;
}
.ycd_1_max .ycd_1 .ycd_1_ul .ycd_1_li8{
	background-color: #C490C0;
}
.ycd_1_max .ycd_1 .ycd_1_ul .ycd_1_li8 img{
	margin-top: 29px
}
.ycd_1_max .ycd_1 .ycd_1_ul h4{
	font-size: 22px;
	margin-top: 35px
}
.ycd_1_max .ycd_1 .ycd_1_ul .ycd_1_li_p{
	font-size: 18px;
	margin: 15px 0;
}
.ycd_1_max .ycd_1 .ycd_1_ul .ycd_1_ul_w{
	width: 245px;
	margin: 0 auto
}
.ycd_1_max .ycd_1 .ycd_1_ul .ycd_1_ul_w .ycd_1_lj{
	border: 1px solid #fff;
	border-radius:25px;
	padding: 10px 40px;
	color: #fff
}

/*只做1件事*/
.ycd_2_max{
	width: 100%;
	height: 370px;
	background-color: #fff;
		position: relative;
}
.ycd_2_title{
	width: 100%;
	height: 50px;
	color: #555;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #dee8ee;
}
.ycd_2_max .ycd_2_title p{
	margin: 35px 0 10px 0;
}
.ycd_2_titleP{
	font-size: 36px;
	font-weight: 500;
	color: #333333;
	margin: 0 auto 55px auto !important;
	width: 353px;
	background-color: #fff

}
.ycd_2{

}
.ycd_2_max .ycd_2_titleL{
	position: absolute;
    height: 5px;
    width: 19px;
    left: 760px;
    top: 48px;
}
.ycd_2_max .ycd_2_titleR{
	height: 5px;
    width: 19px;
   position: absolute;
    right: 760px;
    top: 48px;
}
.ycd_2_ul{
	margin-top: 95px;
}
.ycd_2_ul li{
	width: 24.9%;
	height: 176px;
	float: left;
	display: inline-block;
	text-align: center;
	border-right: 1px solid #ededed;

}
.ycd_2_ul li:nth-child(4){
	border: 0
}

.ycd_2_ulP1{
	font-size: 26px;
	color: #333;
	margin-top: 30px;
}
.ycd_2_ulP2{
	font-size: 12px;
	color: #aaa
}
.ycd_2_li{
	position: relative;

}
.ycd_2_ulD{
	position: absolute;
    top: 0px;
    transition: .5s;/*过渡效果*/
    width: 100%;
    margin: 0 auto
}
.ycd_2_li:hover>.ycd_2_ulD {
    top: -30px;
}


/*烦劳*/
.ycd_3_max{
	width: 100%;
	height: 640px;
	background-color: #fff;
}
.ycd_3_title{
	text-align: center;
    padding-top: 20px;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.ycd_3_title h2{
	font-size: 32px;
    color: #f73f3f;
    font-weight: 900;
}
.ycd_3_ul{
	background: url(../images/dif_bg.jpg) no-repeat center top;
    height: 478px;
    padding-top: 25px;
    margin-top: 30px;
    position: relative;
}
.ycd_3_ul li{
	clear: both;
    position: absolute;
}
.ycd_3_ul .ycd_3_li_1{top:-5px;left:130px;}
.ycd_3_ul .ycd_3_li_2{top:102px;left:130px;}
.ycd_3_ul .ycd_3_li_3{top:228px;left:130px;}
.ycd_3_ul .ycd_3_li_4{top:328px;left:130px;}
.ycd_3_ul .ycd_3_li_5{top:16px;left:790px;}
.ycd_3_ul .ycd_3_li_6{top:153px;left:790px;}
.ycd_3_ul .ycd_3_li_7{top:290px;left:790px;}
.ycd_3_ul li span{
	float: left;
    color: #f73f3f;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 20px;
}
.ycd_3_ul li p{
	line-height: 20px;
    font-size: 14px;
    color: #323232;
    float: left;
    display: inline-block;
    padding: 5px 0 0 10px;
    width: 250px;
}
.ycd_3_ul .spc {
    display: inline-block;
    padding-top: 11px;
}


/*定义合作伙伴*/
.ycd_4_max{
	width: 100%;
	height: 250px;
}
.ycd_4 h4{
	font-size:28px;
	text-align: center;
	font-weight: 900;
	margin:20px 0 60px 0;
}
.ycd_4 ul li{
	width: 19%;
	height: 144px;
	text-align: center;
	font-size:18px;
	float: left;
	background-color: #e1eff8;
	margin: 0 3px;
}
.ycd_4 ul li img{
	margin-top: 20px;
}
.ycd_4 ul li span{
	margin-left: -30px
}
.ycd_4_li{
	position: relative;

}
.ycd_4_ulD{
	position: absolute;
    top: 0px;
    transition: .5s;/*过渡效果*/
    width: 100%;
    margin: 0 auto
}
.ycd_4_li:hover>.ycd_4_ulD {
    top: -20px;
}


/*我们的优势*/
.ycd_5_max{
	width: 100%;
	height: 280px;
}
.ycd_5_max h4{font-size:32px;font-weight: 900;margin: 10px 0 20px 0}
.ycd_5_max h5{font-size:30px;color: #f0f0f0;margin-bottom: 10px }
.ycd_5{ height:150px; overflow:hidden; background:#fff;border:#a3eaf5 dotted 1px; width:1184px;}
.ycd_5 ul{ width:1250px;}
.ycd_5 ul li{ float:left; width:236px; height:150px; text-align:center; background:#fff; border-right:#a3eaf5 solid 1px; padding:15px 0;transition:all 0.2s; -moz-transition:all 0.2s;-ms-transition:all 0.2s;-o-transition:all 0.2s;-webkit-transition:all 0.2s;}
.ycd_5 ul li span{ display:block; height:60px; overflow:hidden; margin-top:5px;}
.ycd_5 ul li span img{ height:60px;}
.ycd_5 ul .a span{ background:url(../images/wuyoushi_01.png) center no-repeat; transition:all 0.2s;-moz-transition:all 0.2s;-ms-transition:all 0.2s;-o-transition:all 0.2s;-webkit-transition:all 0.2s;}
.ycd_5 ul .a:hover span{ background:url(../images/wuyoushi_01_hover.png) center no-repeat;}
.ycd_5 ul .b span{ background:url(../images/wuyoushi_02.png) center no-repeat; transition:all 0.2s;-moz-transition:all 0.2s;-ms-transition:all 0.2s;-o-transition:all 0.2s;-webkit-transition:all 0.2s;}
.ycd_5 ul .b:hover span{ background:url(../images/wuyoushi_02_hover.png) center no-repeat;}
.ycd_5 ul .c span{ background:url(../images/wuyoushi_03.png) center no-repeat; transition:all 0.2s;-moz-transition:all 0.2s;-ms-transition:all 0.2s;-o-transition:all 0.2s;-webkit-transition:all 0.2s;}
.ycd_5 ul .c:hover span{ background:url(../images/wuyoushi_03_hover.png) center no-repeat;}
.ycd_5 ul .d span{ background:url(../images/wuyoushi_04.png) center no-repeat; transition:all 0.2s;-moz-transition:all 0.2s;-ms-transition:all 0.2s;-o-transition:all 0.2s;-webkit-transition:all 0.2s;}
.ycd_5 ul .d:hover span{ background:url(../images/wuyoushi_04_hover.png) center no-repeat;}
.ycd_5 ul .e span{ background:url(../images/wuyoushi_05.png) center no-repeat; transition:all 0.2s;-moz-transition:all 0.2s;-ms-transition:all 0.2s;-o-transition:all 0.2s;-webkit-transition:all 0.2s;}
.ycd_5 ul .e:hover span{ background:url(../images/wuyoushi_05_hover.png) center no-repeat;}
.ycd_5 ul li:hover{ background:#00c1de;}
.ycd_5 ul li:hover strong{ color:#fff;}
.ycd_5 ul li:hover strong h2{ color:#fff;}
.ycd_5 ul li strong{ display:block;font-size:12px;color: #999; font-weight:normal; margin-top:3px;transition:all 0.2s;-moz-transition:all 0.2s;-ms-transition:all 0.2s;-o-transition:all 0.2s;-webkit-transition:all 0.2s;}
.ycd_5 ul li strong h2{font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif; height:30px; line-height:30px; font-weight:normal;font-size: 18px;color:#333;transition:all 0.2s;-moz-transition:all 0.2s;-ms-transition:all 0.2s;-o-transition:all 0.2s;-webkit-transition:all 0.2s;}


/*解决方案*/
.ycd_6_max{
	width: 100%;
	height: 550px;
	background-color: #f9f9f9;
}
.box_f{ width:100%; background:#e8e8e8; height:575px;  margin-top:80px; }
.box01{text-align: center; padding-top:40px;margin-bottom:60px;background: url(../images/biaotixiang02.png) bottom no-repeat;padding-bottom: 10px;}
.box01 h2{font-size:32px; color:#f73f3f;}
.ycd_6{ width:1200px; margin:auto; height:400px;}
.ycd_6 ul{width:1200px; height:400px; padding-left:0px;}
.ycd_6 ul li{ float:left; height:400px; width:275px; margin:0 12px; overflow:hidden; background:url(../images/wzbj1.jpg)  0 400px no-repeat; position:relative; text-align:center;}
.ycd_6 ul li:hover{ background-position:0px 0px; -webkit-transition:all .5s ease-in-out .3s; transition:all .5s ease-in-out .3s;-moz-transition:all .5s ease-in-out .3s; -ms-transition:all .5s ease-in-out .3s;-o-transition:all .5s ease-in-out .3s;}
.ycd_6 ul li u{ position:absolute; display:block; margin-left:37px; width:200px; height:200px; background:url(../images/yuanquan.png)  no-repeat; -webkit-transition:all .5s ease-in-out .0s; transition:all .5s ease-in-out .0s;-moz-transition:all .5s ease-in-out .0s; -ms-transition:all .5s ease-in-out .0s;-o-transition:all .5s ease-in-out .0s;}
.ycd_6 ul li u.cr{clip:rect(0px,200px,-10px,100px);   }
.ycd_6.active ul li u.cr{clip:rect(0px,200px,200px,100px); }
.ycd_6 ul li:hover u.cr{ clip:rect(0px,200px,-10px,100px)} 
.ycd_6 ul li u.cl{clip:rect(200px,100px,2000px,0px) }
.box.active ul li u.cl{clip:rect(0px,100px,200px,0px);   }
.ycd_6 ul li:hover u.cl{ clip:rect(200px,100px,2000px,0px) }
.ycd_6 ul li i{ display:block; font-style:normal; position:absolute; height:70px; width:78px; left:98px; top:66px;  }
.ycd_6 ul li.box1 i{ background:url(../images/box1.png) 0px 0px no-repeat}
.ycd_6 ul li:hover.box1 i{ background:url(../images/box1.png) -78px 0px  no-repeat;-webkit-transition:all .5s ease-in-out .4s; transition:all .4s ease-in-out .4s;-moz-transition:all .5s ease-in-out .4s; -ms-transition:all .5s ease-in-out .4s;-o-transition:all .5s ease-in-out .4s;}
.ycd_6 ul li.box2 i{ background:url(../images/box2.png) 0px 0px no-repeat; height:85px; top:62px; width:76px; left:98px; }
.ycd_6 ul li:hover.box2 i{ background:url(../images/box2.png) -76px 0px  no-repeat;-webkit-transition:all .5s ease-in-out .4s; transition:all .4s ease-in-out .4s;-moz-transition:all .5s ease-in-out .4s; -ms-transition:all .5s ease-in-out .4s;-o-transition:all .5s ease-in-out .4s;}
.ycd_6 ul li.box3 i{ background:url(../images/box3.png) 0px 0px no-repeat; width:74px; left:96px;}
.ycd_6 ul li:hover.box3 i{ background:url(../images/box3.png) -74px 0px  no-repeat;-webkit-transition:all .5s ease-in-out .4s; transition:all .4s ease-in-out .4s;-moz-transition:all .5s ease-in-out .4s; -ms-transition:all .5s ease-in-out .4s;-o-transition:all .5s ease-in-out .4s;}
.ycd_6 ul li.box4 i{ background:url(../images/box4.png) 0px 0px no-repeat; width:70px; left:102px;}
.ycd_6 ul li:hover.box4 i{ background:url(../images/box4.png) -70px 0px  no-repeat;-webkit-transition:all .5s ease-in-out .4s; transition:all .4s ease-in-out .4s;-moz-transition:all .5s ease-in-out .4s; -ms-transition:all .5s ease-in-out .4s;-o-transition:all .5s ease-in-out .4s;}
.ycd_6 ul li h3{ font-size:18px; color:#fff; padding:0; margin:0; line-height:24px; font-weight:normal; text-align:center; margin-top:200px;}
.ycd_6 ul li h3 span{ font-size:16px; color:#2a2b2c; font-weight:bold;}
.ycd_6 ul li p{ font-size:12px; color:#95b3d8; line-height:20px; margin-top:20px; padding:0 8px 0 13px; text-align:left;}
.ycd_6 ul li p span{ font-size:13px; color:#666; font-weight:normal;}
.ycd_6 ul li p span:hover{color:#fff;}
.ycd_6 ul li:hover p span{color:#fff;}
.ycd_6 h4{font-size:32px; color:#f73f3f;font-weight: 900;text-align: center;padding:50px 0 30px 0}
.ycd_6 .ycd_6_P{text-align: center;}


/*关于我们*/
.ycd_7_max{
	height: 500px;
	background:url(../images/about.jpg) no-repeat;
}
.ycd_7 .ycd_7_tetle{
	font-size: 36px;
    color: rgb(255, 255, 255);
    padding: 30px 0 12px 0;
}
.ycd_7 h5{
	color: rgb(102, 102, 102);
	margin-bottom: 15px;
}
.ycd_7 p{
	font-size: 16px;
	text-indent:2em;
	color: rgb(222, 222, 222);
	margin-bottom:25px;
}
.ycd_7 div{
	width: 33.33%;
	float: left;
	color: #fff;
	font-size: 18px

}
.ycd_7 div:nth-child(6){
	text-align: left;
}
.ycd_7 div:nth-child(7){
	text-align: center;
}
.ycd_7 div:nth-child(8){
	text-align: right;
}
.ycd_7 div span.ycd_7_da{
	font-size: 36px;
	font-weight: 800
}


/*一站式互联网整合营销服务*/
.ycd_8_max{
	width: 100%;
	height: 450px;
	background-color: #F9F9F9 !important
}
.mproduct{
	padding:10px 0 60px;
}
.mproduct h2{

	text-align:center;
	color:#f73f3f;
	font-size:26px;
	line-height:56px;
	font-family:"微软雅黑";
	margin-top:36px;
}
.mproduct h3{
	text-align:center;
	color:#616161;
	font-weight:100;
	font-size:18px;
	font-family:"微软雅黑";
	padding-bottom:36px;
}
.mpall{
	width:181px; 
	border-right:#ccc6c5 1px solid; 
	padding:0 29px; float:left;
    position: relative;
    height:227px;
}
.mpall div{
	color: #616161;
	text-align:center;
}

.mpall i{
	font-size:110px;
	line-height:110px;
	text-align:center;
}
.mpall p{
    display: block;
    font-size: 14px;
    color: #616161;
    font-family: "微软雅黑";
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	padding:5px 0;
}
.mpall a{
	color:#f73f3f;
	text-decoration:none;
}
.mpall h4{font-size:20px; font-family:"微软雅黑"; text-align:center; line-height:36px;}
.mpall h5{text-align:center; padding:10px 0;}
.mpall .mpall_m{
  position: relative;

}
.mpall .mpall_z{
  position: absolute;
    top: 0px;
    transition: .5s;/*过渡效果*/
    width: 100%;
    margin: 0 auto
}
.mpall_m:hover>.mpall_z {
    top: -30px;
}



/*合作伙伴*/
.ycd_9_max{
	width: 100%;
	height: 580px;
	background-color: #fff
}
.home_partner_list table{border-collapse:collapse;border:1px solid #e6e6e6;}
.home_partner_list table td{width:238px;height:138px;border:1px solid #e6e6e6;}
.home_partner_list table td .partner_box{width:150px;height:100px;padding:19px 44px;position:relative;z-index:1;}
.home_partner_list table td .partner_box2:hover{border:8px solid #f6f6f6;padding:11px 36px;}
.partner_box .cont1{width:150px;height:100px;position:absolute;top:19px;left:44px;z-index:2;filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;}  
.partner_box .cont2{width:150px;height:100px;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;position:absolute;top:19px;left:44px;z-index:1;transform:rotateY(180deg);-ms-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-o-transform:rotateY(180deg);}  
.partner_box:hover .cont1{transform:rotateY(180deg);z-index:1;alpha(opacity=0);-moz-opacity:0;opacity:0;-ms-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-o-transform:rotateY(180deg);}
.partner_box:hover .cont2{transform:rotateY(360deg);z-index:2;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;-ms-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-webkit-transform:rotateY(360deg);-o-transform:rotateY(360deg);}  
.partner_box:hover .cont2{z-index:2;}  
.partner_box .cont1{transition:all .5s linear 10ms;} 
.partner_box .cont2{transition:all .5s linear 10ms;} 
.ycd_10_max{
	width: 100%;
	height: 1000px;
	background-color: #fff
}
#tab-listbs{width: 100%;}
#ul1{border-bottom: 2px solid #fe5e5e;height: 82px;}
#ul1 li{display: inline-block;width: 20%;line-height:80px;text-align: center;border-bottom: none;font-size: 16px}
#ul1 li:hover{cursor: pointer;}
#ul1 li.active{color: #fe5e5e;background:url(../images/jiantou.png)no-repeat; }
#tab-listbs .hide{height: 30px;line-height: 30px;text-indent: 8px;}
.show{display: block;}
.hide{display: none;}
.show li{float: left;width: 21.5%;height:326.5px; padding: 10px;border:1px solid #ededed;margin: 10px}
.show li a img{width: 100%;}
.show li span{float: right;font-size: 12px;}
.show li h5{margin: 7px 0;}
.show li p a{color: #80807e}
.shouzi2 li{float: left;width: 21.5%;padding: 10px;border:1px solid #ededed;margin: 10px}
.shouzi2 li a img{width: 100%;}
.shouzi2 li span{float: right;font-size: 12px;}
.shouzi2 li h5{margin: 7px 0;}
.shouzi2 li p a{color: #80807e}


/*联系我们*/
.ycd_11_max{width: 100%;height: 700px;background-color: #fafafa}
.ycd_11_max h4{font-size: 30px;font-weight: 900;text-align: center;padding-top: 40px}
.ycd_11_max h5{margin: 20px 0 40px 0; font-size: 14px;text-align: center;}
.ycd_11{height: 460px; background-color: #fff}
.ycd_11_left{width: 45%;float: left;}
.ycd_11_left ul{padding: 35px 0 0 100px;}
.ycd_11_left li{width: 100%;height: 110px;}
.ycd_11_left .ycd_11_leftL{float: left;margin-right: 30px;}
.ycd_11_left .ycd_11_leftR{float: left;}
.ycd_11_left .ycd_11_leftR p:nth-child(1){font-weight: 900}
.ycd_11_right{width: 55%;float: right;}
.lyForm {
	padding-top: 35px
}
.lyForm li {
	display:block;
	margin-bottom:10px;
	_margin-bottom:6px;
	height:50px;
	line-height:50px;
}
.lyForm li span {
	display:inline-block;
	width:90px;
	text-align:center;
}
.lyForm li .btnRadio {
	margin:0 5px 0 10px;
*margin:0 3px;
}
.lyForm li.txtAreLi {
	height:120px;
}
.lyForm li .txtAre {
	width:77%;
	height:100px;
	border:1px solid #ccc;
	resize:none;
	outline:none;
	padding:10px;
}
.lyForm label {
	float:left;
	line-height:50px;
	height:50px;
	width:62px;
	display:inline-block;
	font-weight: 900;
	border-right-width:0;
	text-align:center;
	color: rgb(102, 102, 102);
}
.lyForm .iptTxt {
	float:left;
	width:80%;
	border:1px solid #ccc;
	height:20px;
	line-height:20px;
	padding:10px 0;
	outline:none;
	text-indent:1em;
	background:transparent;
}
.lyForm .btnTjly {
	width:130px;
	height:40px;
	background:url(../images/tjbtn.png) no-repeat center;
	border:none;
	cursor:pointer;
}
.lyForm .btnLi {
	background:none;
	box-shadow:none;
*border-width:0;
}
.tjly{text-align: center;}


/*******font-face********/
@font-face {
	font-family: didot;
	src: url('../font/didot.eot');
	src: url('../fonts/didot.eot')format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/didot.woff') format('woff'), /* Modern Browsers */ url('../fonts/didot.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/didot.svg#didot') format('svg'); /* IE9 Compat Modes */ /* Legacy iOS */
}
/*↓组图样式↓*/
.HS10, .HS15 {
	overflow: hidden;
	clear: both;
}
.HS10 {
	height: 10px;
}
.HS15 {
	height: 15px;
}
.Hidden {
	display: none;
}
.Clearer {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}
.FlLeft {
	float: left;
}
.FlRight {
	float: right;
}
/*幻灯片区域背景*/
.MainBg {
	width: 920px;
	margin: 0 auto;
}
/*大图展示区域*/
.OriginalPicBorder {
	padding: 0;
}
#OriginalPic {
	width: 920px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
}
#OriginalPic img {
	display: block;
	min-width: 100px;
	margin: 0 auto;
}
/*鼠标手势*/
.CursorL {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	left: 0;
	cursor: url(../images/CurL.cur), auto;
	background: url(../images/space.png) repeat scroll 0 0 transparent;
}
.CursorR {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	right: 0;
	cursor: url(../images/CurR.cur), auto;
	background: url(../images/space.png) repeat scroll 0 0 transparent;
}
/*小图预览和滑动*/
.SliderPicBorder {
	width: 100%;
	overflow: hidden;
}
.ThumbPicBorder {
	width: 920px;
	margin: 0 auto;
	background: #eeeeee;
	overflow: hidden;
	position: relative;
}
.ThumbPicBorder #btnPrev {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 20px;
}
.ThumbPicBorder #btnNext {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.ThumbPicBorder .pic {
	width: 755px;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
}
#ThumbPic img {
	border: 3px solid #ddd;
	cursor: pointer;
	background-color: #ddd;
	margin: 0 5px;
	width: 135px;
	height: 108px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#ThumbPic img.active {
	border: 3px solid #f73f3f;
}
/*↑组图样式↑*/




/*高级建站*/
/*高级建站*/
/*高级建站*/

.jianzhan_slip_max{
	width: 100%;
	height:144px;
	background-color: #4B4B4B
}
.jianzhan_slip ul{
	padding-top: 29px;
}
.jianzhan_slip ul li{
	width: 20%;
	height:39px;
	float: left;
	line-height: 39px;
}
.jianzhan_slip ul li div{
	float: left;
	color: #fff
}


/*背景大图*/
.jz_1_max{
	width: 100%;
	height:750px;
	background: url(../images/jz1bg.jpg) no-repeat;
}
.jz_1_L{
	float: left;
	width: 50%;
	text-align: center;
}
.jz_1_R{
	float: left;
	width: 50%;
	text-align: center;
}
.jz_1_LR img{

	text-align: center;
}
.jz_1_LR h3{
	text-align: left;
	color: rgb(75, 75, 75);
	font-size: 36px;
	font-weight: 900;
}
.jz_1_LR h4{
	text-align: left;
	color: #f73f3f;
	font-size: 30px;
	margin-bottom: 10px;
}
.jz_1_LR p{
	text-align: left;
	line-height: 32px;
	font-size:20px;
	color:rgb(102, 102, 102);
}
.jz_1_L p{
	letter-spacing: 8px;
}
.jz_1_L div{
	margin-left: 150px;
}
.jz_1_R div{
	margin-left: 105px;
}

.jz_1_mq{
	clear:both;
	padding-top: 50px;
	color: #f73f3f;
	font-size: 36px;
	font-weight: 900;
	margin-left: 245px;
}


/*想做网站*/
.jz_2_max{
	width: 100%;
	height:888px;
	background-color: #f73f3f;
}
.jz_2{
	color: rgb(255, 255, 255)
}
.jz_2_hh3{
	font-weight: 900;
	font-size: 48px;
	padding:80px 0 20px 145px;
}
.jz_2_hh4{
	font-weight: 500;
	font-size: 24px;
	margin-left: 270px;
}
.jz_2 ul{
	width: 100%;
	margin-top: 45px;
}
.jz_2 ul li{
	width: 50%;
	height: 85px;
	float: left;
}
.jz_2 ul li h4{
	font-size: 20px;
	font-weight: 900
}
.jz_2 ul li p{
	font-size: 14px;
}
.jz_2_foot{
	clear:both;
}
.jz_2_footI{
	margin-top: 35px;
}

.jz_3_max{
	width: 100%;
	height:480px;
}

.jz_3 h3{
	font-size: 36px;
	padding: 35px  0 20px 0;
	text-align: center;
	font-weight: 900;
	color: rgb(102, 102, 102)
}
.jz_3 h4{
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
	color: rgb(169, 169, 169)
}


/*五大误区*/
.jz_4_max{
	width: 100%;
	height:670px;
}
.jz_4{
	text-align: center;
}

/*赚钱型网站*/
.jz_5_max{
	width: 100%;
	height:370px;
	background:url(../images/jz_5bg.jpg) no-repeat;
	background-position: center;
}
.jz_5{
	text-align: center;
	color: #fff
}
.jz_5 h3{
	font-size: 108px;
	font-weight: 900;
	padding: 50px 0 60px 0;
}
.jz_5 h4{
	font-size: 20px;
	margin-left: 100px;
}

.jz_6_max{
	width: 100%;
}
.jz_7_max{
	width: 100%;
	height: 1080px;
	background-color: #F0F0F0;
}
.jz_7 h3{
	color: rgb(75, 75, 75);
	font-size: 48px;
	font-weight: 900;
	text-align: center;
	margin-top: 20px;
	padding-top: 40px
}
.jz_7 h4{
	color: rgb(102, 102, 102);
	font-size: 20px;
	text-align: center;
	margin-bottom: 35px;
}
.jz_7_L{
	width: 30%;
}
.jz_7_L ul{
	width: 217px;
}
.jz_7_L ul li{
	width: 100%;
	height: 206px;
	background-color: #E6E6E6;
	margin-bottom: 10px;
	border:1px solid #F4B4B4;
	border-radius: 25px
}
.jz_7_L ul li img{
	margin:0 0 10px 20px;
}
.jz_7_L ul li p{
	font-size: 14px;
	line-height: 26px;
	margin-left: 20px;
}
.jz_7_R{
	width: 70%;
}
.jz_7_R ul{
	width: 100%;
}
.jz_7_R ul li{
	width: 100%;
	line-height: 50px;
	color: rgb(102, 102, 102);
	font-size: 14px;
    font-family: "微软雅黑";
    background:url(../images/jz_16d.png)-10px 6px no-repeat;
    padding-left: 50px;
}
.jz_7_R ul li:nth-child(2){background-position: -10px -47px}
.jz_7_R ul li:nth-child(3){background-position: -10px -100px}
.jz_7_R ul li:nth-child(4){background-position: -10px -154px}
.jz_7_R ul li:nth-child(5){background-position: -10px -206px}
.jz_7_R ul li:nth-child(6){background-position: -10px -260px}
.jz_7_R ul li:nth-child(7){background-position: -10px -313px}
.jz_7_R ul li:nth-child(8){background-position: -10px -366px}
.jz_7_R ul li:nth-child(9){background-position: -10px -418px}
.jz_7_R ul li:nth-child(10){background-position: -10px -470px}
.jz_7_R ul li:nth-child(11){background-position: -10px -523px}
.jz_7_R ul li:nth-child(12){background-position: -10px -575px}
.jz_7_R ul li:nth-child(13){background-position: -10px -628px}
.jz_7_R ul li:nth-child(14){background-position: -10px -680px}
.jz_7_R ul li:nth-child(15){background-position: -10px -736px}
.jz_7_R ul li:nth-child(16){background-position: -10px -846px}


.jz_8_max{width: 100%;height:580px;}
.jz_8 h3{
	font-size: 30px;
	font-family: 微软雅黑;
    color: #ff6637;
    text-align:center;
    font-weight: 900;
    padding-top: 65px
}
.jz_8 h4{
	font-size: 14px;
    color: #737373;
    text-align:center;
}
.jz_8 ul li{
	width: 23.3%;
	float: left;
	margin: 15px 10px 7px 10px;
}
.jz_8 ul{
	border-top:1px solid #F0F0F0;
	margin-top: 15px;
}
.jz_8 ul li img{
	width: 100%;
}
.jz_8 ul li h5{
	width: 100%;
	text-align: center;
	margin-top: 10px
}

.jz_9_max{
	width: 100%;
	height:120px;
	background-color: #FFE1E7
}
.jz_9 h4{
	height:120px;
	font-size: 36px;
	font-weight: 900;
	line-height: 120px;
	margin-left: 160px;
	color: #f73f3f
}
.jz_9 div{

	font-size: 24px;
	font-weight: 500;
	margin: 35px 0 0 100px;
	color: #fff;
	background-color: #f73f3f;
	text-align: center;
	line-height: 50px;
}
.jz_9 div a{
	color: #fff;
	padding:20px 30px  
}


/*百度竞价包年*/
/*百度竞价包年*/
/*百度竞价包年*/
.jjbn_1_max{
	width: 100%;
}
.jjbn_1 h4{
	font-size: 30px;
	text-align: center;
	color: rgb(102, 102, 102);
	font-weight: 500;
	margin: 35px 0
}
.jjbn_1 h5{
	font-size: 16px;
	text-align: center;
	color: rgb(169, 169, 169);
}
.jjbn_2_max{
	width: 100%;
	height:1300px;
}
.jjbn_2 h4{
	margin: 35px 0 10px 0
}
.jjbn_2 h5{
	font-size: 20px;
	text-align: center;
	color: rgb(102, 102, 102);
	margin-bottom: 66px;
}
.jjbn_2 ul{
	width: 100%
}
.jjbn_2 ul li{
	width: 46%;
	float: left;
	margin: 10px 20px;
}
.jjbn_3_max{
	background:url(../images/jjbn_3.jpg) no-repeat;
}
.jjbn_3_max h4{
	color: rgb(31, 135, 232)
}
.jjbn_3_max a{
	background:rgb(31, 135, 232);
	padding:10px 20px !important;
}



/* 百度快照推广 */
/* 百度快照推广 */
/* 百度快照推广 */
.kztg_1_max{
	width: 100%;
	height:180px;
}
.kztg_1 ul{
	width: 100%;
	margin-top: 15px ;
}
.kztg_1 ul li{
	width: 16.6%;
	float: left;
	text-align: center;
}
.kztg_1 ul li img{
	margin-bottom: 20px
}
.kztg_2_max{
	width: 100%;
	height:750px;
	text-align: center;
}
.kztg_2 h3{
	font-size: 36px;
	margin-bottom: 20px;
	color: rgb(102, 102, 102);
	font-weight: 900
}
.kztg_2 h4{
	font-size: 20px;
	color: rgb(102, 102, 102);
	margin-bottom: 80px;
}
.kztg_2 ul li{
	width:23%;
	height:275px;
	margin: 5px 10px;
	float: left;
	border: 1px solid #bfbfbf
}
.kztg_2 ul li p:nth-child(1){
	width: 79px;
	height:77px;
	background:url(../images/kztg_2.png) no-repeat;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.kztg_2 ul li p{
	width: 200px;
	margin: 0 auto
}
.kztg_2 ul li p:nth-child(2){
	font-size: 18px;
    color: rgb(68, 68, 68);
    margin-bottom: 20px
}
.kztg_2 ul li p:nth-child(3){
	font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 20px;
}
.kztg_2 ul li:nth-child(1) p:nth-child(1){}
.kztg_2 ul li:nth-child(2) p:nth-child(1){background-position: -79px 0}
.kztg_2 ul li:nth-child(3) p:nth-child(1){background-position: -159px 0}
.kztg_2 ul li:nth-child(4) p:nth-child(1){background-position: -241px 0}
.kztg_2 ul li:nth-child(5) p:nth-child(1){background-position: -325px 0}
.kztg_2 ul li:nth-child(6) p:nth-child(1){background-position: -412px 0}
.kztg_2 ul li:nth-child(7) p:nth-child(1){background-position: -499px 0}
.kztg_2 ul li:nth-child(8) p:nth-child(1){background-position: -578px 0}
.kztg_2 ul li:nth-child(1) p:nth-child(1):hover{background-position: 0 -104px}
.kztg_2 ul li:nth-child(2) p:nth-child(1):hover{background-position: -79px -104px}
.kztg_2 ul li:nth-child(3) p:nth-child(1):hover{background-position: -159px -104px}
.kztg_2 ul li:nth-child(4) p:nth-child(1):hover{background-position: -241px -104px}
.kztg_2 ul li:nth-child(5) p:nth-child(1):hover{background-position: -325px -104px}
.kztg_2 ul li:nth-child(6) p:nth-child(1):hover{background-position: -412px -104px}
.kztg_2 ul li:nth-child(7) p:nth-child(1):hover{background-position: -499px -104px}
.kztg_2 ul li:nth-child(8) p:nth-child(1):hover{background-position: -578px -104px}

.kztg_3_max{
	width: 100%;
	height: 619px;
	background:url(../images/kztg_3bg.jpg) no-repeat;
}
.kztg_3 ul li{
	float: left;
	width: 25%;
	margin-top: 100px;
	text-align: center;
	color: #fff
}
.kztg_3 ul li p{
	width: 252px;
	margin: 0 auto;

}
.kztg_3 ul li p:nth-child(2){
	margin-top: 40px;
	margin-bottom: 40px
}
.kztg_3 ul li p b{
	font-size: 20px;
}
.kztg_3 ul li p:nth-child(3),.kztg_3 ul li p:nth-child(3){
	font-size: 14px;
	line-height: 26px;
}
.kztg_4_max{
	width: 100%;
	height:520px;
	text-align: center;
}
.kztg_4 ul{
	margin-top: 80px
}
.kztg_4 ul li{
	width: 25%;
	float: left;

}
.kztg_4 ul li .kztg_4_C{
	width: 251px;
	height: 345px;
	background:#d5d5d5;

}
.kztg_4 ul li .kztg_4_C .kztg_4_yuan{
	width: 60px;
	height:60px;
	color: #fff;
	font-size: 36px;
	border-radius: 50px;
	background:#2f2f2f;
	text-align: center;
	line-height: 60px;
	margin: 0 auto;
	
}
.kztg_4_C .kztg_4_Cl{
	width: 196px;
	margin: 0 auto;
	padding-top:30px
}
.kztg_4_C p{
	color: rgb(102, 102, 102)
}
.kztg_4_C .kztg_4_p1{
	font-size: 16px;
	font-weight: 900;
	margin: 20px 0
}
.kztg_4_C .kztg_4_p2{
	font-size: 14px;
	line-height: 26px;
}
.kztg_5_max{
	width: 100%;
	background:url(../images/kztg_5_bg.jpg) no-repeat;
}
.kztg_5_max h4{
	color: rgb(204, 50, 1) !important;
}
.kztg_5_max a{
	background:#c40000;
	padding: 10px 20px !important;
}


/*百度霸屏推广*/
/*百度霸屏推广*/
/*百度霸屏推广*/
.bptg_1_max{
	width: 100%;
	height: 695px;
	background:url(../images/wcbp_1bg.jpg) no-repeat;
	background-position: center;
}
.bptg_1{

}
.bptg_1 .bptg_1_title{
	font-size: 48px;
    color: rgb(76, 176, 80);
	text-align:center;
	font-weight: 900;
	padding-top: 50px
}
.bptg_1 ul{
	margin-top: 110px
}
.bptg_1 ul li{
	color: rgb(100, 181, 246);
	font-size: 18px;
	height: 57px;
}
.bptg_1 ul li.bptg_1_li1{
	font-size: 18px;
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 15px;
}
.bptg_1 .bptg_1_R li{
	color: rgb(251, 135, 158)
}
.bptg_1 .bptg_1_F{
	clear:both;
	font-size: 30px;
	color: rgb(102, 102, 102);
	font-weight: 900;
	text-align: center;
	
}
.bptg_1 .bptg_1_Ff{
	padding-top: 108px;
	clear:both;
}
.bptg_1 .bptg_1_F span{
	color: rgb(254, 87, 34)
}
.bptg_2_max{
	width: 100%;
	height:698px;
	background:url(../images/bptg_2_bg.jpg) no-repeat;
	background-position: center;
}
.bptg_2 div{
	color: #fff;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	padding-top: 50px;
}
.bptg_2 div.bptg_2_p{
	width: 1090px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500
}
.bptg_3_max{
	width: 100%;
	height:883px;
	text-align: center;
	background:url(../images/bptg_3_bg.jpg) no-repeat;
}
.bptg_3 div{
	font-size: 36px;
	font-weight: 900;

	padding-top: 100px;
}
.bptg_3 div.bptg_3_p{
	width: 900px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
	color: rgb(51, 51, 51);
	padding-top: 40px;
}

.bptg_4_max{
	width: 100%;
	height: 600px;
	background: url(../images/bptg_4_bg.png);
	margin-top: 80px;
	padding-top: 20px
}
.bptg_4 .bptg_4_t{
	text-align: center;
	
}
.bptg_4 .bptg_4_t1{
	font-size: 30px;
	color: rgb(53, 53, 53);
	font-weight: 900;
}
.bptg_4 .bptg_4_t2{
	color: rgb(254, 87, 34);
	margin-top: 45px;
	font-size: 20px;
	font-weight: 900
}
.bptg_4 .bptg_4_t3{
	width: 986px;
	margin: 0 auto;
	font-size: 18px;
	margin-top: 45px;
}
.bptg_4 ul{
	width: 1000px;
	margin: 0 auto
}
.bptg_4 ul li{
	float: left;
	width: 160px;
	height:160px;
	border-radius: 80px;
	background:rgba(0,172,172,0.1);
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: 0 20px;
}
.bptg_4 ul li .bptg_4_yuan{
	width: 136px;
	height: 136px;
	margin: 0 auto;
	margin-top: 12px;
	border-radius: 68px;
	background:rgba(0,172,172,0.4);
}
.bptg_4 ul li .bptg_4_yuan div{
	width: 100px;
	margin: 0 auto;
	padding-top: 48px
}
.bptg_4 ul li:nth-child(1){margin-top: 60px}
.bptg_4 ul li:nth-child(2){margin-top: 110px;background:rgba(100,0,184,0.1);}
.bptg_4 ul li:nth-child(2) .bptg_4_yuan{background:rgba(100,0,184,0.4);}
.bptg_4 ul li:nth-child(3){margin-top: 60px;background:rgba(93,147,0,0.1);}
.bptg_4 ul li:nth-child(3) .bptg_4_yuan{background:rgba(93,147,0,0.4);}
.bptg_4 ul li:nth-child(4){margin-top: 75px;background:rgba(198,0,93,0.1);}
.bptg_4 ul li:nth-child(4) .bptg_4_yuan{background:rgba(198,0,93,0.4);}
.bptg_4 ul li:nth-child(5){margin-top: 15px;background:rgba(198,93,0,0.1);}
.bptg_4 ul li:nth-child(5) .bptg_4_yuan{background:rgba(198,93,0,0.4);}

.bptg_5_max{
	width: 100%;
	height:969px;
	background:#4D93CF;
}
.bptg_5{
	padding-top: 54px
}
.bptg_5 .bptg_5_zi{
	width: 550px;
	color: #fff;
	margin: 80px 0 0 80px;
	line-height: 32px;
}
.bptg_5 .bptg_5_zi div{
	font-size: 16px;
}
.bptg_5 div.bptg_5_zih{
	font-size: 48px;
	margin-bottom: 60px;
}
.bptg_5 .bptg_5_2{
	clear:both;
}

.bptg_5_2 .bptg_5_zi{
	width: 660px;
	margin: 80px 0 0 20px;
	line-height: 40px;
}
.bptg_6_max{
	width: 100%;
	height:900px;
}
.bptg_6_1{
	padding-top: 100px
}
.bptg_6_1 .bptg_6_1_tu{
	width: 50%;
}
.bptg_6_1 .bptg_6_1_zi{
	width: 50%;
}
.bptg_6_1 .bptg_6_1_zi .bptg_6_1_h{
	width: 80%;
	margin: 0 auto;
	color: rgb(66, 165, 246);
	font-size: 48px;
	margin-top: 40px
}
.bptg_6_1 .bptg_6_1_zi .bptg_6_1_p{
	width: 475px ;
	margin: 0 auto;
	color: rgb(102, 102, 102);
	font-size: 18px;
	line-height: 36px;
	margin-top: 60px
}
.bptg_6_2 .bptg_6_2_tu{
	width: 40%;
}
.bptg_6_2 .bptg_6_2_zi{
	clear:both;
	width: 60%;
}
.bptg_6_2 .bptg_6_2_h{
	width: 100%;
	margin: 0 auto;
	color: rgb(66, 165, 246);
	font-size: 48px;
	margin-top: 120px
}
.bptg_6_2 .bptg_6_2_p{
	width: 600px ;
	color: rgb(102, 102, 102);
	font-size: 18px;
	line-height: 36px;
	margin-top: 60px
}
.bptg_7_max{
	width: 100%;
	height:745px;
	background:#fafafa;
	text-align: center;
}
.bptg_7 h4{
	font-size: 36px;
	font-weight: 900;
	color: rgb(102, 102, 102);
	padding-top: 60px;

}
.bptg_7 h5{
	color: rgb(51, 51, 51);
    font-size: 18px;
    margin: 20px 0 30px 0
}
.bptg_7 .bptg_7_bg{
	height:570px;
	background:url(../images/bptg_7_bg.png) no-repeat;
	padding-top: 50px;
}
.bptg_7_bg table{width: 1124px;margin: 0 auto}
.bptg_7_bg table tr{height:95px;}
.bptg_7_bg table tr th{color: #fff;}
.bptg_7_bg table tr th:nth-child(1){width: 212px;font-size: 20px;}
.bptg_7_bg table tr th:nth-child(2){width:263px;font-size: 24px;}
.bptg_7_bg table tr th:nth-child(3){width: 261px;font-size: 24px;}
.bptg_7_bg table tr th:nth-child(4){width: 388px;font-size: 24px;}
.bptg_7_bg table tr td{color: rgb(51, 51, 51);font-size: 18px;}
.bptg_7_bg table tr td:nth-child(4){color: #fff;font-size: 20px;font-weight: 900}
.bptg_7_bg table tr td div{width: 162px;height:50px;border-radius:40px;background:#4AACCF;margin: 0 auto;line-height: 50px; }

.bptg_8_max{
	width: 100%;
	height:600px;
}
.bptg_8 ul{
	padding-top: 45px; 
}
.bptg_8 ul li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.bptg_8 ul li p:nth-child(1){
	color: rgb(102, 102, 102);
	font-weight: 900;
	font-size: 48px;
}
.bptg_8 ul li p:nth-child(2){
    color: rgb(153, 153, 153);
    font-size: 18px;
    line-height: 80px;
}
.bptg_8_f{
	width: 100%;
}
.bptg_8_fl{
	width: 966px;
	height:305px;
	text-align: center;
	color: rgb(121, 134, 204);
	background: url(../images/bptg_8_f.png) no-repeat;
	padding-top: 95px;
}
.bptg_8_f .bptg_8_h{
    font-size: 36px;
    font-weight: 900
}
.bptg_8_f .bptg_8_p{
    font-size: 36px;
	line-height: 136px;
}
.bptg_8_f  .bptg_8_button{
	width: 162px;
	height:50px;
	background:rgb(121, 134, 204);
	font-size: 20px;
	margin: 0 auto;
	line-height: 50px;
	border-radius: 25px
}
.bptg_8_f  .bptg_8_button a{
	color: #fff;
}
.bptg_9_max{
	background:url(../images/bptg_9_bg.jpg) no-repeat;
}
.bptg_9_max h4{
	color: rgb(82, 42, 187)
}
.bptg_9_max a{
	color: #fff;
	background:rgba(139,14,234,1)
}



/*百度竞价托管*/
/*百度竞价托管*/
/*百度竞价托管*/
.jjtg_1_max{
	width: 100%;
	height:900px;
	text-align: center;
}
.jjtg_1 .jjtg_1_h{
	font-size: 30px;
	color: rgb(66, 66, 66);
	padding-top: 30px
}
.jjtg_1 .jjtg_1_p{
	width: 1000px;
	height:50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 16px;
	color: rgb(187, 187, 187);
	background:url(../images/jjtg_1_bg.png) no-repeat;
}
.jjtg_1 ul.jjtg_1bg{
	width: 100%;
	height:686px;
	background: url(../images/jjtg_1_ulbg.png) no-repeat;
}
.jjtg_1 ul li{
	width:150px;
	font-size: 24px;
	position:relative;
}
.jjtg_1 .jjtg_1bg li:nth-child(1){top: 520px;left:192px;color: rgb(93, 148, 106);font-size: 20px}
.jjtg_1 .jjtg_1bg li:nth-child(2){top:270px;left:145px;color:rgb(255, 1, 3);}
.jjtg_1 .jjtg_1bg li:nth-child(3){top:50px;left:260px;color:rgb(255, 1, 3);}
.jjtg_1 .jjtg_1bg li:nth-child(4){top:-50px;left:445px;color:rgb(84, 62, 51);}
.jjtg_1 .jjtg_1bg li:nth-child(5){top:-120px;left:665px;color:rgb(255, 1, 3);font-size: 30px}
.jjtg_1 .jjtg_1bg li:nth-child(6){top:-170px;left:852px;color:rgb(128, 110, 110);font-size: 30px}
.jjtg_1 .jjtg_1bg li:nth-child(7){top:-65px;left:966px;color:rgb(102, 102, 102);font-size: 30px}
.jjtg_1 .jjtg_1bg li:nth-child(8){top:65px;left:918px;color:rgb(151, 157, 92);font-size: 30px}

.jjtg_2_max{
	width: 100%;
	height:530px;
	text-align: center;
}
.jjtg_2_max ul{
	width: 100%;

	padding-top: 25px
}
.jjtg_2_max ul li{
	width: 280px;
	height:383px;
	float: left;
	margin: 0 10px
}
.jjtg_2 ul li:nth-child(1){background:url(../images/jjtg_2_1.png) no-repeat; }
.jjtg_2 ul li:nth-child(2){background:url(../images/jjtg_2_2.png) no-repeat; }
.jjtg_2 ul li:nth-child(3){background:url(../images/jjtg_2_3.png) no-repeat; }
.jjtg_2 ul li:nth-child(4){background:url(../images/jjtg_2_4.png) no-repeat; }
.jjtg_2 ul li h5{
	font-size: 20px;
	font-weight: 900;
	padding: 268px 0 10px 0
}
.jjtg_2 ul li p{
	font-size: 16px;
	padding:0 20px

}
.jjtg_3_max{
	width: 100%;
	height:690px;
}
.jjtg_3_l{
	width: 50%;
}
.jjtg_3_r{
	width: 50%;
	padding-top: 100px
}
.jjtg_3 .jjtg_3_h{
	color: rgb(51, 51, 51);
	font-size: 42px;

}
.jjtg_3 .jjtg_3_p{
	font-size: 24px;
	color: #000;
	margin: 10px 0; 
}
.jjtg_3 .jjtg_3_p1,.jjtg_3 .jjtg_3_p2,.jjtg_3 .jjtg_3_p3{
	color: #000;
	line-height: 46px;
	background:url(../images/jjtg_3_123.jpg) no-repeat;
	padding-left:70px;
	font-size: 20px
}
.jjtg_3 .jjtg_3_p1{
	background-position: 0 7px;
}
.jjtg_3 .jjtg_3_p2{
	background-position: 0 -50px;
}
.jjtg_3 .jjtg_3_p3{
	background-position: 0 -110px;
}

.jjtg_4_max{
	width: 100%;
	height:665px;
	background-image:url(../images/jjtg_4_bg.png);
	background-position: center;
	background-color:#D8DCF0;
	text-align: center;
	
}
.jjtg_4 h3{
	color: rgb(81, 45, 167) !important;
	font-weight: 900
}
.jjtg_5_max,.jjtg_6_max{
	text-align: center;
}
.jjtg_7_max{
	width: 100%;
	background:#f9f9f9;
	text-align:center;
}
.jjtg_8_max{
	width: 100%;
	height:120px;
	background:url(../images/jjtg_8_bg.jpg); 
}
.jjtg_8_max h4{
	color: rgb(81, 45, 167)
}
.jjtg_8_max a{
	color: #fff;
	background:rgba(41, 7, 224, 1)
}



/*流量通整合营销*/
/*流量通整合营销*/
/*流量通整合营销*/
.zhyx_1_max{
	width: 100%;
	height:800px;
	background:#fff; 
}






















.gywm_1{
	margin-bottom: 100px;
}

.lxwm_1 iframe{
	margin: 77px 0 77px 0;
}
















.submian .subright .anlitopH4 {
	background: #fff;
}
.submian .subright .anlitopH4 {
	height: 38px;
	line-height: 38px;
	border: 1px solid #e4e4e4;
	margin-top: 20px;
}
.submian .subright .anlitopH4 span {
	border-left: 5px solid #f73f3f;
	height: 38px;
	line-height: 38px;
	padding-left: 22px;
	display: block;
	float: left;
	color: #f73f3f;
	font-weight: bold;
	font-size: 14px;
}
.submian .subright .divanli {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
}
.submian .subright .divanli ul {
	width: 105%;
	height: 185px;
}
.submian .subright .divanli ul li {
	float: left;
	margin-left: 10px;
}
.submian .subright .divanli ul li:first-child {
	margin-left: 0;
}
.submian .subright .divanli ul li a img {
	width: 194px;
	height: 143px;
	display: block;
	border: solid 1px #e4e4e4;
}
.submian .subright .divanli ul li a span {
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	width: 170px;
}
.submian .subright .divanli ul li a:hover img {
	border-color: #007eb9;
}
.submian .subright .divanli ul li a:hover span {
	color: #007eb9;
	font-weight: bold;
}
.submian .subright .divremmnews {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #fff;
}
.submian .subright .divremmnews ul {
	width: 100%;
	overflow: hidden;
}
.submian .subright .divremmnews ul li {
	float: left;
	width: 47%;
	height: 35px;
	line-height: 35px;
	margin: 0 1.5%;
	border-bottom: 1px dashed #ccc;
}
.submian .subright .divremmnews ul li a {
	height: 35px;
	line-height: 35px;
	float: left;
	overflow: hidden;
}
.submian .subright .divremmnews ul li span {
	color: #666;
	float: right;
	height: 35px;
	line-height: 35px;
	white-space: nowrap
}
.submian .subright .divremmnews ul li a:hover {
	color: #f73f3f;
}


.reLink {
	height: 38px;
	border: 1px solid #ccc;
	margin: 10px auto 10px;
	padding: 0px 10px;
}
.reLink .prevLink, .reLink .nextLink {
	height: 38px;
	line-height: 38px;
}
.reLink .prevLink a, .reLink .nextLink a {
	height: 38px;
	line-height: 38px;
}
.reLink .prevLink a:hover, .reLink .nextLink a:hover {
	color: #f73f3f;
}
.reLink .prevLink {
	float: left;
}
.reLink .nextLink {
	float: right;
}