* {
    margin: 0;
    padding: 0;
    /*box-sizing:border-box;-webkit-box-sizing:border-box;*/
}

body {
    max-width: 640px;
    margin: 0 auto;
    font-family: "微软雅黑";
    font-size: 14px;
}

div#LRdiv1 {
    display: none !important;
}

ins#LXB_CONTAINER_SHOW,
ins#LXB_CONTAINER {
    display: none !important;
}

body {
    background: #f9f8f8;
    overflow: scroll;
}

.ly-header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    max-width: 640px;
}

.ly-header nav {
    background: url(../images/1.jpg) no-repeat 0 0/100% 100%;
    height: 87px;
}

.ly-header nav a:nth-child(1) {
    float: left;
    width: 14%;
    height: 80px;
}


.ly-header nav h2 {
    color: #FFF;
    font-size: 18px;
    line-height: 87px;
}

.ly-header nav a:nth-child(2) {
    float: right;
    margin-top: 26px;
    margin-right: 3%;
    width: 143px; 
    height: 40px;
    background: url(../images/wechat1.gif) no-repeat scroll 0 0/100% 100%;
}

.ly-section1 {
    height: 120%;
    padding: 90px 0 0 0;
    background: #f9f8f8
}

.ly-section1 .line {
    margin: 0 0 0 10px;
}

.ly-section1 .left {
    float: left;
    max-width: 90%;
    margin: 10px 0 0 0;
}

.ly-section1 .left  p{ color: #b51643; line-height: 20px; padding-bottom: 8px;}

.ly-section1 .left div {
    position: relative;
    margin: 0 0 0 55px;
    padding: 10px;
    background: #FFF;
    color: #323232;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
}

.ly-section1 .left div i {
    position: absolute;
    top: 12px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: url(../images/wechat.png) no-repeat scroll 0 -200px;
    transform: rotate(-180deg)
}

.ly-section1 .left img {
    float: left;
    margin: 0 5px 0 0;
}

.ly-section1 .left div img {
    float: none;
}

.ly-section1 figure {
    width: 95%;
    margin: 15px auto 5px;
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
}

.left_top {
    width: 40%;
    padding-top: 3%;
    float: left;
}

.top_img {
    position: relative;
    overflow: hidden;
}

.ly-section1 .zzh {
    width: 100%;
    float: left;
    display: block;
    padding-top: 10px;
}

.ly-section1 .ico {
    width: 50%;
    margin-left: -25%;
    position: absolute;
    bottom: 6%;
    left: 50%;
}

.ly-section1 figcaption {
    width: 58%;
    float: left;
    margin-left: 2%;
}

.lcjy {
    text-align: center;
    color: #fd8a01;
}

.wxdoctxt h4 {
    border-bottom: 1px solid #f9f8f8;
    padding-bottom: 5px;
}

.wxdoctxt i {
    display: inline-block;
    font-size: 12px;
    color: #FC89A8;
    border: 1px solid #FC89A8;
    font-style: normal;
    font-weight: normal;
    margin-left: 6px;
    padding: 0 5px;
    border-radius: 2px;
}

.wxdoctxt p:nth-child(1){ text-align: center;font-weight: bold;}
.wxdoctxt p {
    margin-top: 6px;
    line-height: 21px;
}

.wxdoctxt .txt-01 span {
    display: inline-block;
    margin-right: 6px;
}

.num {
    background-color: #f9f8f8;
    padding: 0 5px;
}

.num i {
    font-style: normal;
    color: #fd8a01;
    padding-left: 2px;
}

.txt-02 a {
    display: inline-block;
    overflow: hidden;
    padding-right: 10px;
    width: 33.3333%;
}

.img-responsive {
    display: block;
    max-width: 100%;
}


.ly-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 640px;
    height: 50px;
    background: #FFF;
    border-top: 1px solid #bfbfbf
}

.ly-footer div {
    width: 100%;
}

.ly-footer div:nth-child(1) {
    max-width: 50px;
}

.ly-footer div:nth-child(1) {
    max-width: 50px;
}

.ly-footer div:nth-child(3) {
    max-width: 50px;
}

.ly-footer div:nth-child(1) a {
    float: left;
    width: 50px;
    height: 50px;
    background: url(../images/wechat.png) no-repeat scroll 9px -89px;
}

.ly-footer div:nth-child(2) textarea {
    width: 80%;
    height: 36px;
    margin: 7px 0 0 0px;
    color: #000;
    font-size: 18px;
    line-height: 35px;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    transition: 0.3s;
    resize: none;
    overflow-y: auto;
    outline: none;
}

.ly-footer div:nth-child(2) textarea:focus {
    border: none;
    border-bottom: 1px solid #45c01a;
}

.ly-footer div:nth-child(2) textarea.on {
    border-bottom: #45c01a
}

.ly-footer div:nth-child(2) i {}

.ly-footer div:nth-child(3) a {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 35px;
    margin: 7px 5px 0 0;
    background: #b51643;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.ly-footer div:nth-child(3) a:hover {
    background-color: #3aa814;
}

.ly-clear {
    clear: both;
}

.ly-hide {
    display: none;
}


.ly-animation-bell {
    display: inline-block;
    color: #F00;
    transition: 0.5s;
}

.ly-animation-bell.on {
    animation: ly-animation-bell 0.5s;
}

@keyframes ly-animation-bell {
    0% {
        transform: rotate(-5deg);
    }

    20% {
        transform: rotate(10deg);
    }

    40% {
        transform: rotate(-15deg);
    }

    60% {
        transform: rotate(20deg);
    }

    80% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(10deg);
    }
}

/********nav********/
.nav {
    overflow: hidden;
}

.nav ul {
    width: 96%;
    margin: 0 auto;
    overflow: hidden
}

.nav ul p {
    overflow: hidden;
}

.nav ul li {
    float: left;
    list-style-type: none;
    width: 14.28%;
    text-align: center;
    height: 2.5em;
    line-height: 2.5em;
}

.nav ul li a {
    border: 1px solid #999;
    text-decoration: none;
    padding: 5px 7px;
    color: #333;
}