@charset "utf-8";
/* 样式重置 */
*{word-wrap: break-word;outline: none;}
body{margin: 0;padding: 0;font-size: 14px;line-height: 24px;background: #f2f2f2;-webkit-text-size-adjust: none;color: #333;font-family: "Microsoft YaHei","微软雅黑","宋体","simsun","Arial","Arial Narrow";}
section,ul,ol,li,dl,dt,dd,p,form,input,button,select,h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
input,select,textarea,button{font-size: 14px;line-height: 24px;font-family: inherit;box-sizing: content-box;}
img{max-width: 100%;border: 0;vertical-align: middle;}
ul,ol,li{list-style-type: none;}
cite,em,i{font-style: normal;}
.placeholder{color: #9e9e9e;}::-moz-placeholder{color: #888;}:-ms-input-placeholder{color: #888;}::-webkit-input-placeholder{color: #9e9e9e;}
/*链接颜色 */
a{color: #131313;text-decoration: none;transition: color 0.3s linear 0s,background-color 0.3s linear 0s;}
a:hover{color: #5D4037;text-decoration: none;}
/*img A*/
.imga{display: block;position: relative;}
.imga img{display: block;width: 100%;}
.imgh,.imgh0{overflow: hidden;position: relative;display:block;width: 100%;height: 0;padding-top: 56.25%;}
.imgh169{padding-top: 56.25%;}/*16:9*/
.imgh43{padding-top: 75%;}/*4:3*/
.imgh34{padding-top: 133.3333%;}/*3:4*/
.imgh11{padding-top: 100%;}/*1:1*/
.imgh img{position: absolute;top: 0;left: 0;width: 100%;min-height: 100%;}
.imgm img{top: 50%;left: 50%;width: 100%;height: auto;max-width: none;max-height: none;min-width: 100%;min-height: 100%;transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);}
.imgh .imgh{position: absolute;top: 0;left: 0;}
.imgm2 img{width: auto;max-height: 100%;}
.trbl{position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.tabV{display: table;width: 100%;height: 100%;}
.tabV .tr{display: table-row;width: 100%;}
.tabV .td{display: table-cell;width: 100%;height: 100%;vertical-align: middle;}
/*浮动位置 */
.fl{float: left;display: inline;}
.fr{float: right!important;}
.cl{clear: both;}
/*内部位置*/
.tc{text-align: center;}
.tl{text-align: left;}
.tr{text-align: right;}
/*transition*/
.tran{transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s}
.scale{overflow:hidden}
.scale img{transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;min-height:100%}
.scale:hover img,li.hover .scale img{transform:scale(1.06)}[data-scrollfix="doScrollFix"]{transition:all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
/*end*/
#end{margin-right: 0;}
#first{margin-left: 0;}
.mt0{margin-top: 0!important;}
/*文字断行*/
pre,.pre{margin: 0;white-space: pre-wrap;word-wrap: break-word;font-family: inherit;}
.break{white-space: nowrap;word-wrap: break-word;display: inline-block;}
.ellipsis{display: block;height: 24px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp{display: -webkit-box;height: 48px;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/*行内 块状态*/
.dis{display:block;}
.none,#cnzz{display: none;}
.ove{overflow: hidden;}
.vis{overflow:visible;}
.inline{float: none;display: inline-block;*display: inline;*zoom: 1;vertical-align: top;}
/*清除浮动*/
.clearfix,.Column{zoom: 1;}
.clearfix:after,.Column:after{content: ".";display: block;clear: both;height: 0;font: 0/0 sans-serif;visibility: hidden;}
/* 强制并排 */
.boxflex{display:-moz-box;display:-webkit-box;display:box;}
.boxflex>*{margin-left: 0;margin-right: 0;}
.boxflex>*:not(.fix){display: block;-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;-webkit-box-align:center;-webkit-box-pack:center;}
.flex,.boxflex>.flex{display:-webkit-flex;display:flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;}
.flex.row-top{align-items:flex-start;}
.flex.row-middle{align-items:center;}
.flex.row-bottom{align-items:flex-end;}
.flex.row-left{justify-content:flex-start;}
.flex.row-center{justify-content:center;}
.flex.row-right{justify-content:flex-end;}
.flex.row-between{justify-content:space-between;}
.flex.row-around{justify-content:space-around;}
.flex.row-center-wrapper{align-items:center;align-content: center;}
.flex.row-between-wrapper{align-items:center;justify-content:space-between;align-content: space-between;}
.boxflex>.flex>*{width: 100%;}
.w100{width: 100%;}
/* 绝对位置 文字垂直居中 */
.posr{position: relative;}
.posa{position: absolute;}
.posaXY{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.posaV{position: absolute;top: 50%;transform: translate(0,-50%);-webkit-transform: translate(0,-50%);}
.flexV{width: 100%;height: 100%;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;}
/*Css Div*/
.Column-100{width: 100%;height: auto;margin: 0 auto;}
.Wrap{width: 100%;min-width: 1400px;max-width: 1920px;height: auto;margin: 0 auto;}
.Column{width: 1400px;height: auto;margin: 0 auto;}
.Column-L{float: left;display: inline;width: 1030px;min-height: 5px;margin-right: 30px;}
.Column-R{float: left;display: inline;width: 340px;min-height: 5px;}
/*逼死IE*/
.ie-warning{z-index: 9999;position: fixed;top: 0;left: 0;right: 0;padding: .625em;background-color: #dd514c;border: 1px solid #d83832;text-align: center;font-size: 16px;color: #fff;}
.ie-warning a{font-size: 20px;color: #FFF;}
.old-ie .swiper-container .swiper-wrapper .swiper-slide:not(:first-child){display: none;}
.swiper-container-fade .swiper-slide{opacity: 0!important;visibility: hidden;}
.swiper-container-fade .swiper-slide.active{opacity: 1!important;visibility: visible;}

.ztTitle {
    width: 461px;
    height: 108px;
    margin: 0 auto 50px;
    background: url(../img/ztTitle_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    font-size: 45px;
    line-height: 108px;
    text-align: center;
}

.ztTitle span:before,
.ztTitle span:after {
    content: '';
    width: 3px;
    height: 50px;
    vertical-align: text-bottom;
    background-color: #fff;
    display: inline-block;
    transform: rotate(15deg);
    margin: 0 20px;
}

/* 轮播图 */
.gradeBanner {
    position: relative;
}
.gradeBanner .hd{
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.gradeBanner .hd span {
    width: 50px;
    height: 2px;
    margin: 0 10px;
    background-color: #fff;
}

.gradeBanner .hd span.active {
    background-color: #2eafbb;
}

/* 我们能做什么 */
.advantage {
    margin-top: 60px;
}

.advantage .left {
    float: left;
    width: 40%;
    padding-top: 50px;
}

.advantage .right {
    float: right;
    width: 60%;
}

.advantage .right .txt {
    float: left;
    position: relative;
    width: 250px;
    height: 400px;
}

.advantage .right .txt p {
    position: absolute;
}

.advantage .right .txt p b {
    font-size: 25px;
    color: #bb000b;
    display: block;
}

.advantage .right .txt p.t {
    top: 0;
}

.advantage .right .txt p.m {
    top: 50%;
    margin-top: -35px;
}

.advantage .right .txt p.b {
    bottom: 0;
}

.advantage .right .txt p i {
    position: relative;
    display: block;
    width: 182px;
    height: 1px;
    background-color: #373938;
    margin: 5px 0;
}

.advantage .right .leftTxt p.t i::before {
    content: '';
    position: absolute;
    display: block;
    float: right;
    width: 1px;
    height: 60px;
    background-color: #373938;
    top: -6px;
    right: -20px;
    transform: rotate(-40deg);
}

.advantage .right .leftTxt p.b i::before {
    content: '';
    position: absolute;
    display: block;
    float: right;
    width: 1px;
    height: 60px;
    background-color: #373938;
    top: -53px;
    right: -20px;
    transform: rotate(40deg);
}

.advantage .right .rightTxt p.t i::before {
    content: '';
    position: absolute;
    display: block;
    float: right;
    width: 1px;
    height: 60px;
    background-color: #373938;
    top: -6px;
    left: -20px;
    transform: rotate(40deg);
}

.advantage .right .rightTxt p.b i::before {
    content: '';
    position: absolute;
    display: block;
    float: right;
    width: 1px;
    height: 60px;
    background-color: #373938;
    top: -53px;
    left: -20px;
    transform: rotate(-40deg);
}

.advantage .right .txt p span {
    color: #433a37;
    font-size: 18px;
    line-height: 25px;
}

.advantage .right img {
    float: left;
    width: 278px;
    height: 278px;
    margin: 60px -35px;
    border: 10px solid #fff;
    border-radius: 50%;
}

.advantage .right .rightTxt {
    margin-left: 45px;
}

/* 推广模式 */
.extension {
    margin-top: 60px;
}

.extension ul {
    margin-top: 60px;
}

.extension ul li {
    float: left;
    width: 43.4%;
    margin: 0 3.3%;
}

.extension ul li>strong {
    display: block;
    width: 343px;
    height: 50px;
    font-size: 28px;
    border-radius: 25px;
    line-height: 50px;
    background: linear-gradient(to right, #dc221f, #e9b229);
}

.extension ul li>strong a {
    color: #fff;
    padding-left: 28px;
}

.extension ul li .indexBox3Txt {
    padding: 15px 25px;
    font-size: 21px;
    color: #352a28;
    line-height: 44px;
}

/* 会员专享服务 */
.VIP {
    margin-top: 60px;
}

.VIP ul {
    margin-top: 60px;
}

.VIP ul li {
    float: left;
    font-size: 14px;
    width: 23%;
    margin: 0 1%;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.VIP ul li .indexBox2List1 {
    height: 162px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right, #02a7d0, #2dd6ef);
}

.VIP ul li .indexBox2List1 strong {
    display: block;
    padding: 30px 0 10px;
    font-size: 36px;
    font-weight: 400;
}

.VIP ul li .indexBox2List1 span {
    display: inline-block;
    width: 200px;
    height: 45px;
    line-height: 45px;
    border-bottom: 3px solid red;
    font-size: 16px;
    color: red;
}

.VIP ul li .indexBox2List1 span i {
    font-size: 27px;
    line-height: 45px;
}

.VIP ul li .indexBox2List2 {
    position: relative;
    border: 1px solid #02a7d0;
    min-height: 354px;
}

.VIP ul li .indexBox2List2 .indexBox2List2Txt {
    padding: 20px 40px 0;
}

.VIP ul li .indexBox2List2 .indexBox2List2Txt>a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.VIP ul li .indexBox2List2 .indexBox2List2Txt>a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1bb0d5;
    margin-right: 10px;
}

.VIP ul li .indexBox2List2 .indexBox2List3 {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.VIP ul li .indexBox2List2 .indexBox2List3 a {
    display: inline-block;
    padding: 0 28px;
    font-size: 26px;
    border-radius: 10px;
    height: 48px;
    line-height: 48px;
    background-color: #03a7d0;
    color: #fff;
}

.VIP ul li.indexBox2Orange .indexBox2List1 {
    background: linear-gradient(to right, #f3bb22, #fcce44);
}

.VIP ul li.indexBox2Orange .indexBox2List2 {
    border-color: #f3bb22;
}

.VIP ul li.indexBox2Orange .indexBox2List2 .indexBox2List3 a,
.VIP ul li.indexBox2Orange .indexBox2List2 .indexBox2List2Txt>a:before {
    background-color: #f3bb22;
}

.VIP ul li.indexBox2Orange .indexBox2List2 .indexBox2List3 a,
.VIP ul li.indexBox2Orange .indexBox2List2 .indexBox2List2Txt>a:before {
    background-color: #f3bb22;
}

.VIP ul li.indexBox2Green .indexBox2List1 {
    background: linear-gradient(to right, #2abe67, #31cf85);
}

.VIP ul li.indexBox2Green .indexBox2List2 {
    border-color: #2abe67;
}

.VIP ul li.indexBox2Green .indexBox2List2 .indexBox2List3 a,
.VIP ul li.indexBox2Green .indexBox2List2 .indexBox2List2Txt>a:before {
    background-color: #2abe67;
}

.VIP ul li.indexBox2ZhiZun .indexBox2List1 {
    background: linear-gradient(to right, #FF751A, #FF9543);
}

.VIP ul li.indexBox2ZhiZun .indexBox2List2 {
    border-color: #FF751A;
}

.VIP ul li.indexBox2ZhiZun .indexBox2List2 .indexBox2List3 a,
.VIP ul li.indexBox2ZhiZun .indexBox2List2 .indexBox2List2Txt>a:before {
    background-color: #FF751A;
}

/* 专业优化师SEO优化 */
.home_solutions {
    background: url(../img/solutions_bg.jpg) no-repeat top center;
    height: 707px;
    margin-top: 120px;
}
.home_solutions_title {
    text-align: center;
    padding-top: 80px;
    font-size: 25px;
    font-weight: bold;
}
.home_solutions_text {
    color: #222222;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-top: 12px;
}
.home_solutions_list {
    margin: 60px auto;
    overflow: hidden;
}
.home_solutions_list dl {
    float: left;
    margin: 0 28px;
    padding: 25px 10px;
    text-align: center;
    padding-top: 54px;
    padding-bottom: 35px;
    position: relative;
    z-index: 3;
}
.home_solutions_list dt {
    z-index: 1;
    position: relative;
    margin-left: 32px;
}
.home_solutions_list dd.t {
    color: #000;
    font-size: 18px;
    transition-delay: .2s;
}
.home_solutions_list dd.t {
    line-height: 30px;
    height: 30px;
    margin: 16px 0;
    z-index: 1;
    position: relative;
}
.home_solutions_list dd.spec {
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 24px;
    width: 204px;
    z-index: 1;
    position: relative;
    transition-delay: 0.2s;
}
.home_solutions_list dd.bg {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
dl.solu_dl_0 dt a {
    display: block;
    width: 140px;
    height: 140px;
    background: url(../img/s_1.png) no-repeat 0 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition-delay: .3s;
}
dl.solu_dl_0 dd.bg {
    background-color: #2eafbb;
}
dl.solu_dl_1 dt a{
    display: block;
    width: 140px;
    height: 140px;
    background: url(../img/s_2.png) no-repeat 0 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition-delay: .3s;
}

dl.solu_dl_1 dd.bg {
    background-color: #5EA927;
}
dl.solu_dl_2 dt a{
    display: block;
    width: 140px;
    height: 140px;
    background: url(../img/s_3.png) no-repeat 0 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition-delay: .3s;
}

dl.solu_dl_2 dd.bg {
    background-color: #1A8FD1;
}
dl.solu_dl_3 dt a{
    display: block;
    width: 140px;
    height: 140px;
    background: url(../img/s_4.png) no-repeat 0 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition-delay: .3s;
}

dl.solu_dl_3 dd.bg {
    background-color: #B57DD1;
}
dl.solu_dl_4 dt a{
    display: block;
    width: 140px;
    height: 140px;
    background: url(../img/s_5.png) no-repeat 0 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition-delay: .3s;
}

dl.solu_dl_4 dd.bg {
    background-color: #FFBE31;
}

.home_solutions_list dl:hover dd.bg {
    height: 370px;
}
dl.solu_dl_0:hover dt a {
    background: url(../img/s_1.png) no-repeat 0 -140px;
}
dl.solu_dl_1:hover dt a {
    background: url(../img/s_2.png) no-repeat 0 -140px;
}
dl.solu_dl_2:hover dt a {
    background: url(../img/s_3.png) no-repeat 0 -140px;
}
dl.solu_dl_3:hover dt a {
    background: url(../img/s_4.png) no-repeat 0 -140px;
}
dl.solu_dl_4:hover dt a {
    background: url(../img/s_5.png) no-repeat 0 -140px;
}
.home_solutions_list dl:hover dd.t {
    color: #fff;
}
.home_solutions_list dl:hover dd.spec {
    color: #fff;
}