﻿@charset "utf-8";
/* CSS Document */
* {
    padding: 0px;
    margin: 0px auto;
}

body {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: Micorsoft Yahei;
}

img {
    border: 0;
    vertical-align: top
}

a {
    padding: 0;
    text-decoration: none;
    color: #000;
}

ul, ol, li {
    list-style: none;
}

input[type=checkbox] {
    vertical-align: -2px
}

p {
    margin: 0
}

.header {
    width: 100%;
    height: 120px;
    font-size: 14px;
    transition: background-image .3s, background-color .3s;
}

#webTop {
    width: 94%;
    max-width: 1300px;
    margin: 0px auto;
    overflow: hidden;
}

.logo {
    float: left;
    width: 300px;
    padding-top: 25px;
}

.nav {
    float: right;
    width: 960px;
    height: 52px;
    margin-top: 30px;
}

.nav ul {
    overflow: hidden;
    float: left;
}

.nav ul li {
    float: left;
    width: 100px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    margin: 0px 4px;

}

.nav ul li.current {
    border-bottom: 2px solid #f13a3a;
}

.nav ul li.current a {
    color: #f13a3a;
}

.nav ul li:hover {
    border-bottom: 2px solid #f13a3a;
}

.nav ul li:hover a {
    color: #f13a3a;
}

.login {
    float: right;
    width: 125px;
}

.login a {
    padding: 5px 8px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.mlogin {
    display: none;
    float: right;
}

.mlogin a {
    padding: 5px 8px;
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    border: 1px solid #ccc;
}
.shadow{
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .6;
    position: fixed;
    z-index: 111;
    top:0;
}
.menu{
    float: right;
    width: 25px;
    margin-right: 10px;
    margin-top: 11px;
    cursor: pointer;
    display: none;
    margin-left: 15px;
}
.content {
    width: 100%;
    overflow: hidden;
}

/*公司理念*/
.gsln {
    width: 100%;
    background: #1b252e;
    height: 200px;
}

.gsln_in {
    width: 1200px;
    margin: 0px auto;
    height: 200px;
    position: relative;
}

.gsln_lt {
    position: absolute;
    width: 610px;
    height: 110px;
    left: 40px;
    top: 40px;
    color: #fff;
    animation: gslnlt 1s;
    animation-timing-function: ease;
    -webkit-animation: gslnlt 1s;
    -webkit-animation-timing-function: ease;
}

@keyframes gslnlt {
    from {
        top: 200px;
        left: 40px;
    }
    to {
        top: 40px;
        left: 40px;
    }
}

@-webkit-keyframes gslnlt {
    from {
        top: 200px;
        left: 40px;
    }
    to {
        top: 40px;
        left: 40px;
    }
}

.gsln_lt h3 {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    line-height: 54px;
}

.gsln_lt p {
    font-size: 16px;
    line-height: 28px;
}

.gsln_rt {
    position: absolute;
    width: 350px;
    height: 52px;
    left: 850px;
    top: 70px;
    animation: gslnrt 1s;
    animation-timing-function: ease;
    -webkit-animation: gslnrt 1s;
    -webkit-animation-timing-function: ease;
}

.gsln_rt a {
    display: block;
    width: 163px;
    height: 52px;
    background: #fff;
    border-radius: 30px 30px 30px 30px;
    font-size: 16px;
    text-align: center;
    line-height: 52px;
    color: #000;
}

@keyframes gslnrt {
    from {
        top: 200px;
        left: 850px;
    }
    to {
        top: 70px;
        left: 850px;
    }
}

@-webkit-keyframes gslnrt {
    from {
        top: 200px;
        left: 850px;
    }
    to {
        top: 70px;
        left: 850px;
    }
}
/*seo服务*/
.service{
    padding: 80px 0;
}
.service li{
    float: left;
    box-sizing: border-box;
    width: 23%;
    height: 325px;
    margin: 0 1%;
    background: #fff;
    text-align: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.service li .icon{
    width: 100%;
    height: 155px;
    box-sizing: border-box;
    padding: 50px 0 0;
    position: absolute;
    right: 0;
    top: 0;
}
.service li .icon1{
    width: 100%;
    height: 155px;
    box-sizing: border-box;
    padding: 50px 0 0;
    position: absolute;
    left: -100%;
    top:0;
}
.service li img{
    width: 80px;
    display: block;
    margin: 0 auto;
}
.service li .text{
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    top: 135px;

}
.service li .text1{
    width: 100%;
    height: 120px;
    position: absolute;
    right: -100%;
    top: 135px;
    color: #fff;

}
.service li h3{
    margin: 30px 0;
}
.service li p{
    color: #666;
    padding: 0 24px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}
.service li .text1 p{
    color: #fff;
}
.service li.active{
    background: #d3433e;
}

/*优势*/
.advantage{
    background:url("../images/advantage_bg.jpg")  center;
}
.advantage .htitle h2,.advantage .htitle p{
    color: #fff;
}
.advantage li{
    position: relative;
    width: 23.5%;
    height: 400px;
    margin-right: 2%;
    float: left;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.advantage li .libg{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    moz-opacity: .6;
    -khtml-opacity: .6;
}
.advantage li:hover .libg{
    background: #0175a0;
}
.advantage li i{
    position: absolute;
    top: 118px;
    left: 50%;
    margin-left: -45px;
    display: block;
    width: 90px;
    height: 90px;
    background: url(../images/index-sprite.png) 0 -90px no-repeat;
    transition: top .5s;
    -moz-transition: top .5s;
    -webkit-transition: top .5s;
    -o-transition: top .5s;
}
.advantage li:hover i{
    width: 64px;
    height: 64px;
    margin-left: -32px;
    top:26px;
}
.advantage .li1:hover i{
    background: url(../images/index-sprite.png) 0 -506px no-repeat;
}
.advantage .li2 i{
    background: url(../images/index-sprite.png) 0 -180px no-repeat;
}
.advantage .li2:hover i{
    background: url(../images/index-sprite.png) 0 -570px no-repeat;
}

.advantage .li3 i{
    background: url(../images/index-sprite.png) 0 -270px no-repeat;
}
.advantage .li3:hover i{
    background: url(../images/index-sprite.png) 0 -698px no-repeat;
}

.advantage .li4 i{
    background: url(../images/index-sprite.png) 0 -360px no-repeat;
}
.advantage .li4:hover i{
    background: url(../images/index-sprite.png) 0 -452px no-repeat;
}

.advantage li.mar0{
    margin-right: 0;
}
.advantage li h3{
    position: absolute;
    top: 240px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    z-index: 2;
    transition: top .5s;
    -moz-transition: top .5s;
    -webkit-transition: top .5s;
    -o-transition: top .5s;
}
.advantage li:hover h3{
    top: 118px;
}
.advantage li p{
    text-indent: 26px;
    font-size: 14px;
    height: 150px;
    padding: 0 30px;
    overflow: hidden;
    position: absolute;
    top: 282px;
    color: #fff;
    line-height: 2;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}
.advantage li:hover p{
    top: 160px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.advantage li a{
    position: absolute;
    top: 452px;
    left: 50%;
    margin-left: -59px;
    width: 118px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}
.advantage li:hover a{
    top: 330px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.advantage1 li{
    width: 48.5%;
    box-sizing: border-box;
    float: left;
    padding: 30px 0;
    box-shadow: 2px 2px 25px 0px #eeeeee;
    margin: 20px 0;
    margin-right: 3%;
}
.advantage1 .li2,.advantage1 .li4{
    margin-right: 0;
}
.advantage1 .li1{
    border-top: 2px solid #ff5353;
}
.advantage1 .li2{
    border-top: 2px solid #f3a62a;
}
.advantage1 .li3{
    border-top: 2px solid #13a1eb;
}
.advantage1 .li4{
    border-top: 2px solid #f3a62a;
}
.advantage1 li .icon{
    width: 40%;
    float: left;
    border-right: 1px solid #f5f5f5;
    text-align: center;;
}
.advantage1 li img{
    height: 55px;
}
.advantage1 li h3{
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
.advantage1 li p{
    width: 55%;
    float: right;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 2;
    color: #333;
}
/*合作伙伴*/
.cooperative li{
    float: left;
    width: 24%;
    height: 130px;
    margin: 10px 0 0 1%;
    background: #fff;
    text-align: center;
    display: inline-block;

}
.cooperative li img{
    display: inline-block;
    height: 90px;
    margin-top: 20px;
}
/*新闻*/
.newsnav{
    text-align: center;
}
.newsnav li{
    display: inline-block;
    padding: 10px 30px;
    background: #e9e9e9;
    font-size: 18px;
    margin: 0 15px 20px;
    border-radius: 5px;
}
.newsnav li.active{
    background: #333;
}
.newsnav li.active a{
    color: #fff;
}
.newslist{
    display: none;
}
.newslist li{

    margin-top: 20px;
    box-sizing: border-box;
}
.newslist li a{
    display: block;
    box-sizing: border-box;
    padding: 18px;
    border: 1px solid #e6e6e6;
    height: 171px;

}
.newslist li .icon{
    width: 180px;
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e6e6e6;

}
.newslist li h3{
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.newslist li p{
    height: 66px;
    line-height: 22px;
    margin: 10px 0 5px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-indent: 2em;
}
.newslist li .data{
    display: inline-block;
    padding-left: 24px;
    font-size: 12px;
    color: #999;
    background: url(../images/time-icon.png) no-repeat left center;
    margin-top: 10px;
}
.newslist li .more{
    float: right;
    font-size: 12px;
    color: #009fd9;
    margin-top: 10px;
}

/*品牌*/
.brand {
    width: 100%;
    height: 430px;
    background: url("../images/AD0IncmbBRACGAAg5ZievgUo4J7y4wUwgA849AM.jpg")  center center no-repeat;
}

.brand_in {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    position: relative;
}

.brand_by {
    width: 100%;
    left: 20%;
    top: 100px;
    line-height: 100px;
    text-align: center;
    position: absolute;
    font-size: 30px;
    color: #fff;
    animation: brandby 1s;
    animation-timing-function: ease;
    -webkit-animation: brandby 1s;
    -webkit-animation-timing-function: ease;
}

.brand_by span {
    font-size: 88px;
    font-family: "arial", "avant garde";
    color: #f13a3a;
    font-weight: bold;
    padding: 0px 40px;
}

@keyframes brandby {
    from {
        top: 300px;
        left: 0px;
    }
    to {
        top: 100px;
        left: 0px;
    }
}

@-webkit-keyframes brandby {
    from {
        top: 300px;
        left: 0px;
    }
    to {
        top: 100px;
        left: 0px;
    }
}

/*客户反馈*/
.feedback {
    width: 100%;
    height: 605px;
    margin: 0px auto;
    background: #ebebeb;
    padding-top: 100px;
    overflow: hidden;
}

.feedback_in {
    width: 1200px;
    height: 605px;
    margin: 0px auto;
    position: relative;
}

.feedback_tp {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    animation: feedbacktp 1s;
    animation-timing-function: ease;
    -webkit-animation: feedbacktp 1s;
    -webkit-animation-timing-function: ease;
}

.feedback_tp ul {
    width: 100%;
    overflow: hidden;
}

.feedback_tp ul li {
    float: left;
    width: 274px;
    margin: 0px 13px;
}

.feedback_tp ul li img {
    width: 274px;
    height: 388px;
}

@keyframes feedbacktp {
    from {
        top: 300px;
        left: 0px;
    }
    to {
        top: 0px;
        left: 0px;
    }
}

@-webkit-keyframes feedbacktp {
    from {
        top: 300px;
        left: 0px;
    }
    to {
        top: 0px;
        left: 0px;
    }
}

.feedback_bt {
    width: 100%;
    position: absolute;
    top: 388px;
    left: 0px;
    animation: feedbackbt 1s;
    animation-timing-function: ease;
    -webkit-animation: feedbackbt 1s;
    -webkit-animation-timing-function: ease;
}

.feedback_bt ul {
    width: 100%;
    overflow: hidden;
}

.feedback_bt ul li {
    float: left;
    width: 274px;
    background: #fff;
    text-align: center;
    margin: 0px 13px;
    font-size: 16px;
    padding: 20px 0px;
}

.feedback_bt ul li:hover {
    background: #D61919;
}

.feedback_bt ul li a {
    display: block;
    color: #333;
}

.feedback_bt ul li:hover a {
    color: #fff;
}

.feedback_bt ul li:hover span {
    color: #fff;
}

.feedback_bt ul li h3 {
    line-height: 32px;
}

.feedback_bt ul li p {
    line-height: 28px;
}

.feedback_bt ul li span {
    display: block;
    color: #999;
    line-height: 38px;
    font-size: 12px;
}

@keyframes feedbackbt {
    from {
        top: 600px;
        left: 0px;
    }
    to {
        top: 388px;
        left: 0px;
    }
}

@-webkit-keyframes feedbackbt {
    from {
        top: 600px;
        left: 0px;
    }
    to {
        top: 388px;
        left: 0px;
    }
}

/*首页新闻*/
.xinwen {
    width: 1200px;
    height: 600px;
    margin: 0px auto;
    position: relative;
}

.xinwen_tp {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0px;
    text-align: center;
    overflow: hidden;
    animation: xinwentp 1s;
    animation-timing-function: ease;
    -webkit-animation: xinwentp 1s;
    -webkit-animation-timing-function: ease;
}

.xinwen_tp h3 {
    font-size: 38px;
    color: #212121;
    line-height: 50px;
}

.xinwen_tp p {
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

@keyframes xinwentp {
    from {
        top: 200px;
        left: 0px;
    }
    to {
        top: 70px;
        left: 0px;
    }
}

@-webkit-keyframes xinwentp {
    from {
        top: 200px;
        left: 0px;
    }
    to {
        top: 70px;
        left: 0px;
    }
}

.xinwen_bt {
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0px;
    animation: xinwenbt 1s;
    animation-timing-function: ease;
    -webkit-animation: xinwenbt 1s;
    -webkit-animation-timing-function: ease;
}

.xinwen_bt ul {
    width: 100%;
    overflow: hidden;
}

.xinwen_bt ul li {
    float: left;
    width: 400px;
    overflow: hidden;
    padding-top: 30px;
}

.xinwen_bt ul li .shijian {
    float: left;
    width: 78px;
    text-align: center;
    padding: 20px 0px;
    color: #fff;
    background: #D61919;
}

.xinwen_bt ul li .shijian h3 {
    font-size: 25px;
    line-height: 25px;
}

.xinwen_bt ul li .shijian p {
    font-size: 14px;
}

.xinwen_bt ul li .xinwen_rt {
    float: left;
    width: 285px;
    padding-left: 20px;
}

.xinwen_bt ul li .xinwen_rt a {
    color: #252525;
}

.xinwen_bt ul li .xinwen_rt a:hover {
    color: #D61919
}

.xinwen_bt ul li .xinwen_rt h3 {
    font-size: 16px;
    padding-bottom: 15px;
}

.xinwen_bt ul li .xinwen_rt p {
    color: #808080;
    line-height: 22px;
    font-size: 14px;
}

@keyframes xinwenbt {
    from {
        top: 500px;
        left: 0px;
    }
    to {
        top: 170px;
        left: 0px;
    }
}

@-webkit-keyframes xinwenbt {
    from {
        top: 500px;
        left: 0px;
    }
    to {
        top: 170px;
        left: 0px;
    }
}



.lxwm {
    width: 100%;
    height: 706px;
    overflow: hidden;
}

.lxwm_in {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    position: relative;
}

.lxwm_tp {
    position: absolute;
    width: 100%;
    height: 150px;
    text-align: center;
    top: 55px;
    left: 0px;
    animation: lxwm 1s;
    animation-timing-function: ease;
    -webkit-animation: lxwm 1s;
    -webkit-animation-timing-function: ease;
}

.lxwm_tp h3 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 34px;
}

.lxwm_tp p {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 40px;
}

.lxwm_tp span {
    display: block;
    font-size: 26px;
    color: #333;
    line-height: 42px;
}

@keyframes lxwm {
    from {
        top: 200px;
        left: 0px;
    }
    to {
        top: 55px;
        left: 0px;
    }
}

@-webkit-keyframes lxwm {
    from {
        top: 200px;
        left: 0px;
    }
    to {
        top: 55px;
        left: 0px;
    }
}

/*联系我们*/
.lxwm_cen {
    width: 100%;
    height: 90px;
    position: absolute;
    top: 200px;
    left: 0px;
    animation: lxwmcen 1s;
    animation-timing-function: ease;
    -webkit-animation: lxwmcen 1s;
    -webkit-animation-timing-function: ease
}

.lxwm_cen ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lxwm_cen ul li {
    float: left;
    width: 328px;
    height: 88px;
    border: 1px solid #cacaca;
    margin: 0px 35px;
    overflow: hidden;
}

.lxwm_cen ul li img {
    float: left;
    padding-left: 50px;
    padding-top: 28px;
}

.lxwm_cen ul li p {
    float: left;
    width: 185px;
    height: 52px;
    line-height: 26px;
    padding-top: 15px;
    font-size: 16px;
    padding-left: 40px;
    color: #666;
}

.lxwm_cen ul li span {
    display: block;
    font-size: 12px;
}

@keyframes lxwmcen {
    from {
        top: 430px;
        left: 0px;
    }
    to {
        top: 300px;
        left: 0px;
    }
}

@-webkit-keyframes lxwmcen {
    from {
        top: 430px;
        left: 0px;
    }
    to {
        top: 300px;
        left: 0px;
    }
}

.lxwm_bt {
    width: 100%;
    position: absolute;
    top: 365px;
    left: 0;
}

.lxwm_bt .erweima {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top: 0px;
}

.lxwm_bt .erweima img {
    padding: 5px;
    border: 1px solid #e5e5e5;
    width: 100px;
}

.lxwm_bt .erweima p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.lxwm_bt .lxwm_bg {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top: 63px;
    z-index: 999;
    animation: lxwmbg 1s;
    animation-timing-function: ease;
    -webkit-animation: lxwmbg 1s;
    -webkit-animation-timing-function: ease
}

@keyframes lxwmbg {
    from {
        top: 150px;
        left: 0px;
    }
    to {
        top: 63px;
        left: 0px;
    }
}

@-webkit-keyframes lxwmbg {
    from {
        top: 150px;
        left: 0px;
    }
    to {
        top: 63px;
        left: 0px;
    }
}

/*底部*/
.footer {
    width: 100%;
    height: 265px;
    background: #1b252e;
    border-top: 2px solid #f13a3a;
}

.footer_in {
    width: 94%;
    max-width: 1200px;
    height: 100%;
    margin: 0px auto;
    position: relative;
}

.footer_tp {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 55px;
    left: 0px;
    padding: 55px 0px;
    border-bottom: 1px solid #313a43;
    border-top: 1px solid #313a43;
    overflow: hidden;
    animation: footer 1s;
    animation-timing-function: ease;
    -webkit-animation: footer 1s;
    -webkit-animation-timing-function: ease;
}

@keyframes footer {
    from {
        top: 150px;
        left: 0px;
    }
    to {
        top: 55px;
        left: 0px;
    }
}

@-webkit-keyframes footer {
    from {
        top: 150px;
        left: 0px;
    }
    to {
        top: 55px;
        left: 0px;
    }
}

.footer_tel {
    float: left;
    width: 25%;
    overflow: hidden;
    color: #8b939d;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
}

.footer_tel img {
    padding-right: 15px;
    padding-top: 10px;
}

.footer_bt {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 205px;
    left: 0px;
    line-height: 22px;
    color: #8b939d;
    padding-top: 10px;
}

.footer_bt a {
    color: #8b939d;
}

.flink {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #8b939d;
    font-size: 14px;
    padding-top: 20px;
}

.flink span {
    padding: 0px 10px;
}

.flink a {
    padding: 0px 5px;
    color: #8b939d;
}

/*内页banner*/
.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

/*案例展示*/
.case {
    width: 1200px;
    height: 880px;
    margin: 0px auto;
    overflow: hidden;
}

.case_tp {
    width: 100%;
    text-align: center;
    line-height: 46px;
    padding-top: 75px;
    font-size: 36px;
    font-weight: bold;
    color: #212121;
}

.case_cen {
    width: 384px;
    height: 38px;
    margin: 0px auto;
    padding-top: 65px;
}

.case_cen ul {
    width: 100%;
    overflow: hidden;
}

.case_cen ul li {
    float: left;
    width: 100px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    border: 1px #cccccc solid;
    border-radius: 50px;
    margin: 0px 13px;
}

.case_cen ul li.active {
    background: #f13a3a;
    border: 1px #f13a3a solid;
    color: #fff;
}

.case_cen ul li.active a {
    color: #fff;
}

.case_bt {
    width: 1020px;
    height: 580px;
    margin: 0px auto;
    position: relative;
    padding-top: 35px;
}

.caseul {
    position: absolute;
    width: 100%;
    top: 35px;
    left: 0px;
    animation: caseul 1s;
    animation-timing-function: ease;
    -webkit-animation: caseul 1s;
    -webkit-animation-timing-function: ease;
}

.caseul ul {
    width: 100%;
    overflow: hidden;
}

.caseul ul li {
    float: left;
    width: 280px;
    height: 182px;
    padding: 0px 30px 10px 30px;
    position: relative;
}

.caseul ul li a {
    display: block;
    position: absolute;
    width: 280px;
    height: 180px;
    left: 30px;
    top: 0px;
    border: 1px solid #eee;
}

.caseul ul li .yincang {
    display: none;
    position: absolute;
    width: 280px;
    height: 180px;
    left: 0px;
    top: 0px;
    background: #e60012;
    animation: fade-in;
    animation-duration: 0.5s;
    -webkit-animation: fade-in 0.5s;
    text-align: center;
}

.caseul ul li .yincang h1 {
    font-size: 18px;
    color: #F4F4F4;
    padding-top: 30px;
}

.caseul ul li .yincang p {
    line-height: 24px;
    width: 90%;
    text-align: center;
    height: 24px;
    overflow: hidden;
    margin: 0px auto;
    padding: 20px 0px;
    color: #F4F4F4;
    font-size: 14px;
}

.caseul ul li .yincang span {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #F4F4F4;
    border: 1px solid #F4F4F4;
    margin: 0px auto;
}

.caseul ul li a:hover .yincang {
    display: block;
}

@keyframes caseul {
    from {
        top: 300px;
        left: 0px;
    }
    to {
        top: 35px;
        left: 0px;
    }
}

@-webkit-keyframes caseul {
    from {
        top: 300px;
        left: 0px;
    }
    to {
        top: 35px;
        left: 0px;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    /*初始状态 透明度为0*/
    100% {
        opacity: 1;
    }
    /*结束状态 透明度为1*/
}

@-webkit-keyframes fade-in { /*针对webkit内核*/
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



/*列表页翻页*/
.pagelist {
    width: 430px;
    height: 50px;
    margin: 0px auto;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative
}

.pagelist_in {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50px;
    left: 0px;
    animation: pagelist 1s;
    animation-timing-function: ease;
    -webkit-animation: pagelist 1s;
    -webkit-animation-timing-function: ease;
}

.pagelist ul {
    width: 100%;
    overflow: hidden;
}

.pagelist ul li {
    float: left;
    margin: 0px 3px;
    line-height: 18px;
    padding: 8px 12px;
    border: 1px solid #B9B8B8;
    font-size: 14px;
}

.pagelist ul li.thisclass {
    background: #D61919;
    color: #fff;
}

@keyframes pagelist {
    from {
        top: 100px;
        left: 0px;
    }
    to {
        top: 50px;
        left: 0px;
    }
}

@-webkit-keyframes pagelist {
    from {
        top: 100px;
        left: 0px;
    }
    to {
        top: 50px;
        left: 0px;
    }
}

/*关于我们单页*/
.gywm {
    width: 1200px;
    height: 2700px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

.gywm_in {
    width: 100%;
    position: absolute;
    top: 75px;
    right: 0px;
    animation: gywm 1s;
    animation-timing-function: ease;
    -webkit-animation: gywm 1s;
    -webkit-animation-timing-function: ease;
}

.gywm_in h3.women {
    width: 100%;
    line-height: 42px;
    font-size: 32px;
    text-align: center;
    color: #333;
}

.gywm_in p.women {
    line-height: 24px;
    font-size: 16px;
    padding-top: 20px;
    text-align: center;
    color: #808080;
}

.gywm_in a.zixun {
    display: block;
    line-height: 24px;
    font-size: 16px;
    padding-top: 20px;
    text-align: center;
    color: #E60012;
}

.gywm_in a.zixun:hover {
    text-decoration: underline;
}

.neirong {
    width: 100%;
    padding-top: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

@keyframes gywm {
    from {
        top: 75px;
        right: -500px;
    }
    to {
        top: 75px;
        right: 0px;
    }
}

@-webkit-keyframes gywm {
    from {
        top: 75px;
        right: -500px;
    }
    to {
        top: 75px;
        right: 0px;
    }
}

.baojia {
    position: absolute;
    width: 100%;
    top: 260px;
    left: 0px;
    animation: baojia 1s;
    animation-timing-function: ease;
    -webkit-animation: baojia 1s;
    -webkit-animation-timing-function: ease;
}

@keyframes baojia {
    from {
        top: 260px;
        left: -500px;
    }
    to {
        top: 260px;
        left: 0px;
    }
}

@-webkit-keyframes baojia {
    from {
        top: 260px;
        left: -500px;
    }
    to {
        top: 260px;
        left: 0px;
    }
}

.price-list {
    width: 1198px;
    border-right: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    overflow: hidden;
}

.price-list .item {
    padding: 10px 20px;
    text-align: center;
    border-left: 1px solid #D3D3D3;
    background: #fff;
    height: auto;
}

.price-list h2 {
    color: #444;
    font-size: 24px;
    margin: 25px auto 15px;
}

.price-list h3 {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
    white-space: normal
}

.price-list .pricing-card-price {
    color: #444;
    font-size: 36px;
    padding: 0 10px;
    line-height: 1.5;
    height: 90px;
}

.price-list .pricing-card-price span {
    color: #999;
    font-size: 14px;
}

.price-list .pricing-card-price span.per-month-detail {
    display: block
}

.price-list .choose a {
    width: 100%;
    -moz-appearance: none;
    -moz-user-select: none;
    background-color: #fff;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 0 1px #D3D3D3 inset;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.price-list .choose a:hover {
    box-shadow: 0 0 0 1px #D61919 inset;
    color: #D61919
}

.price-list .price-txt {
    margin: 15px 0;
}

.price-list .price-txt p {
    font-size: 14px;
    line-height: 240%;
    color: #666;
}

.price-list .price-txt .value {
    color: #FF0014;
    font-size: 16px;
}

.price-title {
    width: 1198px;
    text-align: center;
    font-size: 16px;
    padding: 40px 0;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3
}

.price-title h3 {
    font-size: 20px;
}

.feature-list {
    width: 1198px;
    overflow: hidden;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3
}

.feature-list .item {
    text-align: center;
    border-left: 1px solid #D3D3D3;
    padding: 10px 0;
    height: auto;
}

.feature-list .item h2 {
    color: #666;
    border-bottom: 1px solid #D3D3D3;
    font-size: 16px;
    padding: 5px 0 15px
}

.feature-list .item p {
    color: #666;
    line-height: 160%;
    font-size: 14px;
    padding: 9px 15px;
}

.feature-list .choose {
    padding: 30px 0px 20px
}

.feature-list .choose a {
    width: 100%;
    -moz-appearance: none;
    -moz-user-select: none;
    background-color: #fff;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 0 1px #D3D3D3 inset;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s, margin-left 0.2s ease-in-out 0s, margin-right 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.feature-list .choose a:hover {
    box-shadow: 0 0 0 1px #D61919 inset;
    color: #D61919
}

.col-5-11 {
    float: left;
    width: 20% !important;
    display: table-cell;
}

.dangqian {
    width: 94%;
    max-width: 1200px;
    margin: 0px auto;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border-bottom: 1px dashed #ccc;
    color: #999;
}

.dangqian a {
    color: #999;
}

/*合作流程*/
.hzlc {
    width: 1200px;
    margin: 30px auto 0px auto;
    height: 595px;
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
}

.hzlc_lt {
    width: 762px;
    height: 595px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: right;
    overflow: hidden;
    animation: hzlclt 1s;
    animation-timing-function: ease;
    -webkit-animation: hzlclt 1s;
    -webkit-animation-timing-function: ease;
}

@keyframes hzlclt {
    from {
        top: 0px;
        left: -500px;
    }
    to {
        top: 0px;
        left: 0px;
    }
}

@-webkit-keyframes hzlclt {
    from {
        top: 0px;
        left: -500px;
    }
    to {
        top: 0px;
        left: 0px;
    }
}

.hzlc_rt {
    width: 438px;
    height: 495px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    overflow: hidden;
    background: #f13a3a;
    padding-top: 100px;
    animation: hzlcrt 1s;
    animation-timing-function: ease;
    -webkit-animation: hzlcrt 1s;
    -webkit-animation-timing-function: ease;
}

.hzlc_rt h3 {
    width: 80%;
    margin: 0px auto;
    font-size: 25px;
    line-height: 50px;
    color: #fff;
    border-bottom: 1px dashed #fff;
    padding-bottom: 30px;
}

.hzlc_rt p {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    margin-top: 50px;
}

@keyframes hzlcrt {
    from {
        top: 0px;
        right: -500px;
    }
    to {
        top: 0px;
        right: 0px;
    }
}

@-webkit-keyframes hzlcrt {
    from {
        top: 0px;
        right: -500px;
    }
    to {
        top: 0px;
        right: 0px;
    }
}

/*在线留言*/
.message {
    width: 100%;
    height: 395px;
    background: #ebebeb;
}

.message_in {
    width: 1190px;
    height: 100%;
    margin: 0px auto;
    position: relative;
}

.message_in form {
    width: 100%;
    position: absolute;
    top: 35px;
    left: 0px;
    font-size: 14px;
    animation: message 1s;
    animation-timing-function: ease;
    -webkit-animation: message 1s;
    -webkit-animation-timing-function: ease;
}

@keyframes message {
    from {
        top: 380px;
        left: 0px;
    }
    to {
        top: 35px;
        left: 0px;
    }
}

@-webkit-keyframes message {
    from {
        top: 380px;
        left: 0px;
    }
    to {
        top: 35px;
        left: 0px;
    }
}

.message_in form h3 {
    height: 30px;
    line-height: 30px;
    padding: 10px 0px 15px 0px;
    color: #666;
}

.message_in form .message_cen {
    width: 100%;
}

.message_in form .message_cen ul {
    width: 100%;
    overflow: hidden;
}

.message_in form .message_cen ul li {
    float: left;
    width: 33%;
    overflow: hidden;
    line-height: 34px;
    color: #666;
    padding: 10px 0px;
}

.message_in form .message_cen ul li span {
    float: left;
    width: 58px;
    text-align: center;
}

.message_in form .message_cen ul li input {
    float: left;
    width: 245px;
    height: 32px;
    border: 1px solid #dadada;
    padding-left: 5px;
}

.message_in form .message_cen ul li b {
    float: left;
    padding-left: 10px;
    color: red;
}

.message_in form .message_bt {
    width: 100%;
    height: 80px;
    overflow: hidden;
    padding: 10px 0px;
    color: #666;
}

.message_in form .message_bt span {
    float: left;
    width: 58px;
    text-align: center;
    line-height: 34px;
}

.message_in form .message_bt textarea {
    width: 240px;
    padding: 0px 5px;
    height: 60px;
    border: 1px solid #dadada;
}

.message_in form .tijiao {
    width: 100%;
    padding-left: 58px;
    margin-top: 10px;
}

.message_in form .tijiao input {
    width: 240px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background: #f54f4f;
    outline: none;
}

/*服务范围*/
.fwfw {
    width: 1200px;
    margin: 0px auto;
    position: absolute;
    top: 75px;
    left: 0px;
    animation: fwfw 1s;
    animation-timing-function: ease;
    -webkit-animation: fwfw 1s;
    -webkit-animation-timing-function: ease;
}

@keyframes fwfw {
    from {
        top: 455px;
        left: 0px;
    }
    to {
        top: 75px;
        left: 0px;
    }
}

@-webkit-keyframes fwfw {
    from {
        top: 455px;
        left: 0px;
    }
    to {
        top: 75px;
        left: 0px;
    }
}

.fwfw_tp {
    width: 100%;
    text-align: center;
}

.fwfw_tp h3 {
    line-height: 42px;
    font-size: 32px;
    color: #333;
}

.fwfw_tp p {
    line-height: 24px;
    padding-top: 20px;
    font-size: 16px;
    color: #666;
}

.fwfw_bt {
    width: 100%;
    padding-top: 50px;
    overflow: hidden;
}

.fwfw_nr {
    float: left;
    width: 370px;
    padding: 0px 15px;
}

.fwfw_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #D61919
}

.fwfw_img {
    width: 100%;
    margin-top: 10px;
}

.fwfw_img img {
    width: 100%;
    height: auto;
}

.fwfw_ms {
    width: 100%;
    line-height: 24px;
    margin-top: 10px;
    min-height: 120px;
}

.fwfw_al {
    border: 1px solid #B9B8B8;
    color: #444;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    margin: 30px auto 0;
    text-align: center;
    width: 120px;
}

.fwfw_al a {
    color: #1589B0
}

/*外地客户*/
.waidi {
    width: 100%;
    height: 720px;
    background: #f6f6f6;
    overflow: hidden;
}

.waidi_in {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

.waidi_tp {
    width: 100%;
    text-align: center;
    left: 0px;
    top: 75px;
    position: absolute;
    color: #333;
    animation: waiditp 1s;
    animation-timing-function: ease;
    -webkit-animation: waiditp 1s;
    -webkit-animation-timing-function: ease;
}

@keyframes waiditp {
    from {
        top: 75px;
        left: 500px;
    }
    to {
        top: 75px;
        left: 0px;
    }
}

@-webkit-keyframes waiditp {
    from {
        top: 75px;
        left: 500px;
    }
    to {
        top: 75px;
        left: 0px;
    }
}

.waidi_tp h3 {
    line-height: 42px;
    font-size: 32px;
}

.waidi_tp p {
    line-height: 24px;
    font-size: 16px;
    margin-top: 20px;
}

.waidi_bt {
    width: 100%;
    height: 370px;
    overflow: hidden;
    position: relative;
    padding-top: 230px;
}

.waidi_lt {
    position: absolute;
    left: 0%;
    top: 230px;
    width: 41%;
    animation: waidilt 1s;
    animation-timing-function: ease;
    -webkit-animation: waidilt 1s;
    -webkit-animation-timing-function: ease;
}

@keyframes waidilt {
    from {
        top: -230px;
        left: 0px;
    }
    to {
        top: 230px;
        left: 0px;
    }
}

@-webkit-keyframes waidilt {
    from {
        top: -230px;
        left: 0px;
    }
    to {
        top: 230px;
        left: 0px;
    }
}

.waidi_rt {
    position: absolute;
    right: 0%;
    top: 230px;
    width: 57%;
    animation: waidirt 1s;
    animation-timing-function: ease;
    -webkit-animation: waidirt 1s;
    -webkit-animation-timing-function: ease;
}

@keyframes waidirt {
    from {
        top: 430px;
        right: 0px;
    }
    to {
        top: 230px;
        right: 0px;
    }
}

@-webkit-keyframes waidirt {
    from {
        top: 430px;
        right: 0px;
    }
    to {
        top: 230px;
        right: 0px;
    }
}

.waidi_rt ul li {
    width: 100%;
    padding-bottom: 30px;
}

.waidi_rt ul li h3 {
    font-size: 18px;
    line-height: 40px;
}

.waidi_rt ul li p {
    line-height: 24px;
    color: #808080;
    font-size: 14px;
}

/*内容页*/
.show {
    width: 94%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 30px 0px;
}

.show_tp {
    width: 100%;
    text-align: center;
}

.show_tp h3 {
    font-size: 30px;
    color: #333;
    line-height: 50px;
}

.show_tp p {
    line-height: 24px;
    padding: 10px 0px;
    line-height: 24px;
    color: #666;
}

.show_tp p span {
    padding: 0px 25px;
}

.show_nr {
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin: 0px auto;
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
}

.show_bt {
    width: 100%;
    padding: 20px 0px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.show_bt a {
    color: #666;
}

.show_bt a:hover {
    color: #e60012;
}

.show_bt .show_pre {
    float: left;
}

.show_bt .show_next {
    float: right;
}

.wmdfw_sj {
    display: none;
}

.aboutus_wap {
    display: none;
}

.feedback_sj {
    display: none;
}

.mobile {
    display: none;
	z-index: 11;
}

@media screen and (min-width: 320px) and (max-width: 800px) {
    .header {
        height: auto;
    }

    #webTop {
        width: 100%;
        height: auto;
    }

    .logo {
        float: none;
        width: 100%;
        padding-left: 10px;
        overflow: hidden;
        box-sizing: border-box;
    }


    .nav {
        float: none;
        width: 100%;
        height: auto;
    }

    .nav ul {
        width: auto;
        border-top: 1px solid #b81a28;
        float: none;
    }

    .logo a.mlogo {
        float: left;
        width: 50%;
    }

    .logo a.mlogo img {
        max-width: 100%;
    }

    .login {
        display: none;
    }

    .mlogin {
        float: right;
        display: block;
    }

    .nav ul li {
        margin: 0px;
        padding: 0px;
        height: 2.6rem;
        line-height: 2.6rem;
        font-size: 0.8rem
    }

    .nav ul li:nth-child(4) {
        border-right: 0px;
    }

    .nav ul li:nth-child(8) {
        border-right: 0px;
    }

    .nav ul li a {
        display: block;
        height: 100%;
    }

    .nav ul li.current {
        border-bottom: 1px solid #b81a28;
    }

    .nav ul li:hover {
        border-bottom: 1px solid #b81a28;
    }

    .gsln {
        width: 100%;
        height: auto;
    }

    .gsln_in {
        width: 100%;
        height: auto;
        padding-bottom: 2%;
    }

    .gsln_lt {
        position: initial;
        width: 90%;
        height: auto;
        margin: 0px auto;
        padding: 2% 0%;
    }

    .gsln_lt h3 {
        font-size: 1rem;
    }

    .gsln_lt p {
        font-size: .8rem;
    }

    .gsln_rt {
        position: initial;
        width: 90%;
        height: auto;
        margin: 0px auto;
    }

    .gsln_rt a {
        width: 20%;
        height: auto;
        border-radius: 0.5rem;
        font-size: 0.8rem;
        line-height: 2rem;
    }

    .wmdfw {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .wmdfw_tp {
        position: initial;
        font-size: 1.2rem;
    }

    .wmdfw_style {
        height: auto;
    }

    .wmdfw_cen, .wmdfw_bt {
        display: none;
    }

    .wmdfw_sj {
        display: block;
        width: 100%;
    }

    .wmdfwsj_in ul {
        width: 100%;
        overflow: hidden;
    }

    .wmdfwsj_in ul li {
        float: left;
        width: 45.84%;
        padding: 3% 2%;
        text-align: center;
        border-bottom: 1px solid #dedede;
        border-right: 1px solid #dedede
    }

    .wmdfwsj_in ul li h3 {
        font-size: 1rem;
        line-height: 1.6rem;
        font-weight: 500;
    }

    .wmdfwsj_in ul li p {
        font-size: .8rem;
        line-height: 1.2rem
    }

    .wmdfwsj_in ul li:nth-child(2) {
        border-right: 0px;
    }

    .wmdfwsj_in ul li:nth-child(3) {
        border-bottom: 0px;
    }

    .wmdfwsj_in ul li:nth-child(4) {
        border-right: 0px;
        border-bottom: 0px;
    }

    .fangan {
        width: 100%;
        height: auto;
        margin-top: 0px;
    }

    .fangan_in {
        width: 100%;
    }

    .fangan_tp {
        position: initial;
        padding: 10px 0px;
    }

    .fangan_tp h3 {
        font-size: 1.2rem;
    }

    .fangan_tp p {
        font-size: 14px;
    }

    .fanganul {
        position: initial;
        width: 100%;
        height: auto;
    }

    .fanganul ul li {
        float: left;
        width: 46%;
        padding: 2%;
        text-align: center;
    }

    .fanganul ul li img {
        width: 100%;
        height: 160px;
    }

    .fanganul ul li:nth-child(1), .fanganul ul li:nth-child(2), .fanganul ul li:nth-child(3), .fanganul ul li:nth-child(4), .fanganul ul li:nth-child(5), .fanganul ul li:nth-child(6) {
        width: 46%;
    }

    .brand {
        width: 100%;
        height: auto;
        background-size: 100%;
    }

    .brand_in {
        width: 100%;
    }

    .brand_by {
        position: initial;
        width: 100%;
        height: auto;
        font-size: 1rem;
        line-height: 2.4rem;
    }

    .brand_by span {
        font-size: 1rem;
        padding: 0px;
    }

    .feedback {
        width: 100%;
        padding-top: 5%;
        height: auto;
    }

    .feedback_in {
        width: 100%;
        height: auto;
    }

    .feedback_tp {
        display: none;
    }

    .feedback_bt {
        display: none;
    }

    .feedback_sj {
        display: block;
        width: 100%;
    }

    .feedback_sj ul {
        width: 100%;
        overflow: hidden;
    }

    .feedback_sj ul li {
        float: left;
        width: 48%;
        padding: 1%;
        text-align: center;
        line-height: 1.6rem;
    }

    .feedback_sj ul li img {
        width: 100%;
        height: 160px;
    }

    .feedback_sj ul li p {
        font-size: 1rem;
        color: #f00;
        padding-top: 5px;
    }

    .feedback_sj ul li p span {
        display: block;
    }

    .xinwen {
        width: 100%;
        height: auto;
    }

    .xinwen_tp {
        position: initial;
        width: 100%;
        height: auto;
        padding: 2% 0%;
    }

    .xinwen_tp h3 {
        font-size: 1.2rem;
    }

    .xinwen_bt {
        position: initial;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .xinwen_bt ul {
        width: 90%;
        margin: 0px auto;
    }

    .xinwen_bt ul li {
        float: none;
        width: 100%;
        padding-top: 15px;
    }

    .xinwen_bt ul li .shijian {
        width: 15%;
        padding: 3% 1%;
    }

    .xinwen_bt ul li .xinwen_rt {
        width: 80%;
        padding-left: 3%;
    }

    .xinwen_bt ul li .xinwen_rt h3 {
        font-size: 1rem;
        padding-bottom: 5px;
    }

    .xinwen_bt ul li .xinwen_rt p {
        font-size: 0.8rem;
        line-height: 20px;
    }


    .lxwm {
        width: 100%;
        height: auto;
    }

    .lxwm_in {
        width: 100%;
    }

    .lxwm_tp {
        position: initial;
        width: 100%;
        height: auto;
        padding: 10px 0px;
    }

    .lxwm_tp h3, .lxwm_tp span {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .lxwm_tp p {
        font-size: 0.8rem;
        line-height: 2rem;
        margin-top: 0px;
    }

    .lxwm_cen {
        position: initial;
        width: 100%;
        height: auto;
    }

    .lxwm_cen ul li {
        float: none;
        width: 100%;
        margin: 0px;
        border: 0px;
        border-top: 1px solid #cacaca;
    }

    .footer {
        width: 100%;
        height: auto;
        padding-bottom: 3.5rem;
    }

    .footer_in {
        width: 100%;
    }

    .footer_tp {
        position: initial;
        width: 100%;
        height: auto;
        padding: 15px 0px;
    }

    .flink {
        display: none;
    }

    .footer_tel {
        float: none;
        width: 100%;
    }

    .footer_bt {
        display: none;
    }

    .mobile {
        position: fixed;
        display: block;
        width: 100%;
        height: 3rem;
        background: #1b252e;
        padding-top: 0.5rem;
        left: 0px;
        bottom: 0px;
    }

    .mobile ul {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .mobile ul li {
        float: left;
        width: 50%;
        text-align: center;
        line-height: 1.6rem;
    }

    .mobile ul li p {
        width: 100%;
        height: 1.4rem;
    }

    .mobile ul li p img {
        width: auto;
        height: 100%;
    }

    .mobile a {
        color: #fff;
    }

    .gywm {
        width: 100%;
        height: auto !important;
    }

    .gywm_in {
        position: initial;
        width: 100%;
        height: auto;
        padding-top: 10px;
    }

    .gywm_in h3.women {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .gywm_in p.women {
        font-size: 0.8rem;
        line-height: 1.6rem;
        padding-top: 0px;
    }

    .gywm_in a.zixun {
        font-size: 0.8rem;
        padding-top: 0px;
    }

    .baojia {
        position: initial;
        width: 100%;
        height: auto;
    }

    .price-list {
        width: 100%;
    }

    .col-5-11 {
        width: 50% !important;
    }

    .price-list .item {
        padding: 2%;
    }

    .price-list h2 {
        font-size: 1.2rem;
        margin: 5px auto 5px;
    }

    .price-list h3 {
        margin-bottom: 5px;
    }

    .price-list .pricing-card-price {
        font-size: 1.4rem;
        height: auto;
    }

    .price-list .price-txt p, .price-list .price-txt .value {
        font-size: 0.8rem;
    }

    .price-title {
        width: 100%;
        padding: 10px 0px;
    }

    .feature-list {
        width: 100%;
    }

    .fwfw {
        position: initial;
        width: 100%;
        height: auto;
    }

    .fwfw_tp h3 {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .fwfw_tp p {
        font-size: 0.8rem;
        line-height: 1.2rem;
        padding-top: 0px;
    }

    .fwfw_bt {
        width: 100%;
        padding-top: 10px;
    }

    .fwfw_nr {
        width: 90%;
        float: none;
        padding: 0px;
        margin: 0px auto;
        padding-top: 20px;
    }

    .fwfw_al {
        margin-top: 0px;
    }

    .waidi {
        width: 100%;
        height: auto;
    }

    .waidi_in {
        width: 100%;
    }

    .waidi_tp {
        position: initial;
        width: 100%;
        height: auto;
        padding-top: 15px;
    }

    .waidi_tp h3 {
        line-height: 2rem;
        font-size: 1.2rem;
    }

    .waidi_tp p {
        font-size: 0.8rem;
        line-height: 1.6rem;
        margin-top: 0px;
    }

    .waidi_bt {
        position: initial;
        width: 100%;
        height: auto;
        padding: 20px 0px;
        background: url("../images/nahanms.jpg")  center center no-repeat;
        background-size: 100%;
        opacity: 0.8
    }

    .waidi_lt {
        display: none;
    }

    .waidi_lt img {
        width: 100%;
        height: auto;
    }

    .waidi_rt {
        position: initial;
        float: none;
        width: 90%;
        padding: 0% 2%;
        background-color: rgba(0, 0, 0, 0.5);
        margin: 0px auto;
    }

    .waidi_rt ul li h3 {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .waidi_rt ul li p {
        font-size: 0.8rem;
        line-height: 1.2rem;
        color: #fff;
    }

    .waidi_rt ul li {
        padding-bottom: 10px;
        color: #fff;
    }

    .hzlc {
        width: 100%;
        margin: 0px auto;
        height: auto;
        padding-bottom: 0px;
    }

    .hzlc_lt {
        display: none;
    }

    .hzlc_rt {
        position: initial;
        float: none;
        width: 100%;
        margin: 0px auto;
        height: auto;
        padding-top: 10px;
    }

    .hzlc_rt h3 {
        font-size: 1.4rem;
        line-height: 2.4rem;
        padding-bottom: 10px;
    }

    .hzlc_rt p {
        font-size: 1rem;
        margin-top: 10px;
        line-height: 2rem;
        padding-bottom: 10px;
    }

    .case {
        width: 100%;
        height: auto;
    }

    .case_tp {
        padding-top: 20px;
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .case_cen {
        width: 95%;
        padding-top: 10px;
        height: auto;
    }

    .case_cen ul li {
        margin: 0px 5px;
    }

    .case_bt {
        width: 95%;
        margin: 0px auto;
        height: auto;
    }

    .caseul {
        position: initial;
        height: auto;
    }

    .caseul ul li {
        float: left;
        width: 48%;
        margin: 1% 1% 0% 1%;
        padding: 0px;
        overflow: hidden;
    }

    .caseul ul li img {
        width: auto;
        height: 100%;
    }

    .caseul ul li a {
        position: initial;
        width: 100%;
    }

    .caseul ul li .yincang {
        width: 100%;
    }
    .message {
        width: 100%;
        height: auto;
    }

    .message_in {
        width: 100%;
    }

    .message_in form {
        position: initial;
        width: 95%;
        margin: 0px auto;
        padding-bottom: 20px;
    }

    .message_in form .message_cen ul li {
        float: none;
        width: 100%;
    }

    .show {
        width: 100%;
        padding: 0px;
    }

    .show_tp h3 {
        font-size: 1.4rem;
    }

    .show_tp p span {
        padding: 0px 5px;
    }

    .show_nr {
        width: 95%;
        margin: 0px auto;
    }

    .show_bt {
        width: 95%;
        height: auto;
        margin: 0px auto;
        padding: 10px 0px;
    }

    .show_bt .show_pre {
        float: none;
    }

    .show_bt .show_next {
        float: none;
    }

}