@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 微软雅黑, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
    vertical-align: bottom;
}

section,
article,
aside,
header,
footer,
nav,
dialog,
figure {
    display: block;
}

figure {
    margin: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    border: 0;
    background: none;
    outline: none;
    resize: none;
}

textarea {
    resize: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=text] {
    resize: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=submit] {
    resize: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=reset] {
    resize: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.clear {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}


/*a { blr:expression_r(this.onFocus=this.blur());}*/

a {
    text-decoration: none;
    outline: none;
    /*transition-duration: 0.3s, 0.3s;*/
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.fn {
    float: none;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.noBg {
    background: none !important;
}

.noBorder {
    border: none !important;
}

.noMg {
    margin: 0!important;
}

.mr0 {
    margin-right: 0 !important;
    float: right !important;
}

p[style='color:red;font-weight:600'] {
    display: none!important;
}


/*.info{text-align: justify; text-justify: inter-ideograph;}*/


/*Body*/

body {
    margin: 0 auto;
    overflow-x: hidden;
    background: #fff;
    color: #555;
    min-height: auto!important;
    min-width: auto!important;
}

area {
    anything: expression(this.onfocus=this.blur);
}

a {
    color: #555;
}

a:hover {
    color: #004493;
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.wrap {
    width: 84%;
    padding: 0 65px;
    margin: 0 auto;
}

@media all and (max-width:1700px) {
    .wrap {
        width: 1200px;
        margin: 0 auto;
    }
}

@media all and (max-width:1280px) {
    .wrap {
        width: 92%;
    }
}

.topArea {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 99999;
}

.topArea .wrap {
    position: relative;
}

.logo {
    float: left;
}

.logo .img02 {
    display: none;
}

.logo .img03 {
    display: none;
}

.lanArea {
    position: relative;
    float: right;
    margin-right: 60px;
    padding-left: 30px;
    background: url(ico02.png) no-repeat center left;
    line-height: 90px;
    font-size: 16px;
    color: #fff;
}

.lanArea ul {
    position: absolute;
    top: 90px;
    left: 0;
    width: 120px;
    background: #fff;
    z-index: 2;
    display: none;
}

.lanArea ul li a {
    display: block;
    color: #333;
    padding: 5px 10px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
}

.lanArea ul li a:hover {
    background: #004493;
    color: #fff;
}

.lanArea:hover ul {
    display: block;
}

.nav {
    float: right;
    margin-right: 100px;
}

.nav ul li {
    position: relative;
    float: left;
    margin: 0 35px;
    font-size: 0;
}

.nav ul li .a1 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 90px;
    padding-left: 20px;
}

.nav ul li:hover .a1 {
    color: #004493!important;
    background: url(nav.png) no-repeat center left!important;
}

.nav .sub {
    position: absolute;
    top: 90px;
    width: 155px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 10px 25px 10px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    display: none;
    z-index: 999;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.nav .sub dt {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.nav .sub dt a {
    display: block;
    color: #333;
    padding: 10px 0;
}

.nav .sub dt:hover a {
    color: #004493;
    font-weight: bold;
}

.serbot {
    float: right;
    width: 20px;
    height: 90px;
    background: url(ico04.png) no-repeat center;
    cursor: pointer;
}

.search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 9999;
}

.search .form {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -30px;
    width: 600px;
    background: #fff;
    font-size: 16px;
    z-index: 9;
}

.search .form .txt {
    float: left;
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
    width: 450px;
}

.search .form .btn {
    float: right;
    height: 60px;
    line-height: 60px;
    width: 150px;
    text-align: center;
    background: #004493;
    color: #fff;
    cursor: pointer;
}

.serclose {
    position: absolute;
    right: -50px;
    top: -50px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.search01 {
    display: block;
}

@media all and (max-width:750px) {
    .search .form {
        left: 5%;
        margin-left: 0;
        margin-top: -25px;
        width: 90%;
        font-size: 14px;
    }
    .search .form .txt {
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
        width: calc(100% - 120px);
    }
    .search .form .btn {
        height: 50px;
        line-height: 50px;
        width: 100px;
    }
    .serclose {
        right: 0;
        top: -40px;
        font-size: 24px;
    }
}

.u-menu {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
    width: 50px;
    height: 42px;
    transform: translateZ(0px) rotate(0deg);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
    cursor: pointer;
    display: none;
    z-index: 9;
}

.u-menu div {
    position: absolute;
    left: 13px;
    top: 20px;
    width: 25px;
    height: 25px;
    transform: translateZ(0px) rotate(0deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}

.u-menu div i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 2px;
    background: #004493;
}

.u-menu .u-menu-top i {
    transform: translate3d(0px, -8px, 0px);
    -webkit-transform: translate3d(0px, -8px, 0px);
}

.u-menu .u-menu-middle i {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.u-menu .u-menu-bottom i {
    transform: translate3d(0px, 8px, 0px);
    -webkit-transform: translate3d(0px, 8px, 0px);
}

.topArea01 {
    background: #fff;
    border-bottom: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.topArea01 .logo .img01 {
    display: none;
}

.topArea01 .logo .img02 {
    display: block;
}

.topArea01 .lanArea {
    background: url(ico01.png) no-repeat center left;
    color: #333;
}

.topArea01 .nav ul li .a1 {
    color: #333;
}

.topArea01 .serbot {
    background: url(ico03.png) no-repeat center;
}

.topArea02 {
    background: #fff;
    border-bottom: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.topArea02 .logo .img01 {
    display: none;
}

.topArea02 .logo .img02 {
    display: block;
}

.topArea02 .lanArea {
    background: url(ico01.png) no-repeat center left;
    color: #333;
}

.topArea02 .nav ul li .a1 {
    color: #333;
}

.topArea02 .serbot {
    background: url(ico03.png) no-repeat center;
}

.topArea03 {
    background: #fff;
    border-bottom: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.topArea03 .logo .img01 {
    display: none;
}

.topArea03 .logo .img02 {
    display: block;
}

.topArea03 .lanArea {
    background: url(ico01.png) no-repeat center left;
    color: #333;
}

.topArea03 .nav ul li .a1 {
    color: #333;
}

.topArea03 .serbot {
    background: url(ico03.png) no-repeat center;
}

@media all and (max-width:1700px) {
    .lanArea {
        margin-right: 30px;
        padding-left: 30px;
        font-size: 16px;
    }
    .nav {
        margin-right: 30px;
    }
    .nav ul li {
        margin: 0 15px;
    }
    .nav ul li .a1 {
        font-size: 16px;
    }
    .nav .sub {
        width: 130px;
        padding: 15px 10px 25px 10px;
    }
    .nav .sub dt {
        font-size: 14px;
    }
}

@media all and (max-width:1200px) {
    .wrapper {
        padding-top: 0;
    }
    .topArea {
        position: relative;
    }
    .nav {
        display: none;
    }
    .lanArea {
        float: right;
        margin-right: 20px;
        padding-left: 0;
        background: none!important;
        line-height: 60px;
        height: 60px;
        font-size: 0;
        color: #004493;
        display: none;
    }
    .lanArea a:nth-child(1) {
        display: none;
    }
    .lanArea a:nth-child(2) {
        display: block;
        float: left;
        line-height: 60px;
        font-size: 16px;
        color: #004493;
        margin: 0;
    }
    .logo {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .logo img {
        max-height: 60px;
        width: auto;
        max-width: 215px;
        height: auto;
    }
    .logo .img01 {
        display: none;
    }
    .logo .img02 {
        display: block;
    }
    .u-menu {
        display: block;
    }
    .serbot {
        margin-right: 60px;
        height: 60px;
    }
}

.slide_box {
    background: #fff;
    width: 80%;
    height: 100%;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    top: 0;
    padding: 65px 0 30px;
    box-sizing: border-box;
    z-index: 999999;
    transform: translateX(100%);
    transition: all .6s;
}

.slide_box.active {
    transform: translateX(0);
}

.z_mask {
    width: 0%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    transition: all .8s;
    z-index: 99999;
}

.z_mask.active {
    width: 100%;
}

.slide_nav {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    border-top: 1px solid #f0f0f0
}

.slide_box .close {
    width: 50px;
    height: 66px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
    background: url(close.png) center center no-repeat;
    background-size: 16px
}

.slide_nav li {
    border-bottom: 1px solid #f0f0f0;
    position: relative
}

.slide_nav li .jia {
    display: block;
    width: 50px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 0;
    color: #333;
    position: absolute;
    right: 0;
    top: 0;
    background: url(plus.png) center center no-repeat;
    display: none;
    cursor: pointer
}

.slide_nav li .jia.on {
    display: block;
    background-size: 16px
}

.slide_nav li .jian {
    display: block;
    width: 50px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 0;
    color: #333;
    position: absolute;
    right: 0;
    top: 0;
    background: url(reduce.png) center center no-repeat;
    display: none;
    cursor: pointer;
    background-size: 16px
}

.slide_nav li .jian.on {
    display: block
}

.slide_nav li>a {
    display: block;
    height: 45px;
    color: #333;
    line-height: 45px;
    padding-left: 4%;
    font-size: 15px;
}

.slide_nav .nav_down {
    display: none;
    padding-bottom: 10px;
}

.slide_nav .nav_down dl {
    padding-left: 6%;
    margin-bottom: 5px;
}

.slide_nav .nav_down dl dt {
    margin-bottom: 5px;
}

.slide_nav .nav_down dl dt a {
    color: #666;
    font-size: 14px;
}

.slide_nav .nav_down dl dt:hover a,
.slide_nav .nav_down dl dt.current a {
    color: #004493;
}

.slide_nav .nav_down dl dd {
    padding-left: 15px;
    margin-bottom: 5px;
}

.slide_nav .nav_down dl dd a {
    color: #777;
    font-size: 14px;
}

.slide_nav .nav_down dl dd:hover a,
.slide_nav .nav_down dl dd.current a {
    color: #004493;
}

.footer {
    background: url(footer.jpg) no-repeat center;
    background-size: cover;
}

.footArea {
    position: relative;
}

.footArea .wrap {
    padding: 85px 0 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.foot02 {
    position: absolute;
    top: -25px;
    right: 25px;
    padding: 0 10px;
    background: #d40110;
    font-size: 0;
    z-index: 2;
    cursor: pointer;
}

.foot02 p {
    line-height: 80px;
    margin: 0;
    min-width: 200px;
    font-size: 14px;
    color: #fff;
    padding-right: 45px;
    background: url(ico05.png) no-repeat center right;
}

.foot02:before {
    position: absolute;
    left: -24px;
    top: 0;
    width: 25px;
    height: 80px;
    display: block;
    content: "";
    background: url(ico06.png) no-repeat center;
    z-index: 2;
}

.foot02:after {
    position: absolute;
    right: -24px;
    top: 0;
    width: 25px;
    height: 80px;
    display: block;
    content: "";
    background: url(ico07.png) no-repeat center;
    z-index: 2;
}

.foot02 .pp {
    position: absolute;
    top: 80px;
    right: 0;
    left: -24px;
    background: #fff;
    padding: 15px 15px 15px 40px;
    z-index: 5;
    display: none;
}

.foot02 .pp ul {
    max-height: 150px;
    overflow-y: auto;
}

.foot02 .pp ul li {
    line-height: 25px;
    font-size: 14px;
}

.foot02:hover .pp {
    display: block;
}

.footArea01 {
    padding: 55px 0 85px;
}

.foot03 {
    float: left;
    width: 300px;
    font-size: 18px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.5);
}

.foot04 {
    float: right;
    margin-top: 60px;
    width: 150px;
    text-align: center;
}

.foot04 img {
    width: 100%;
    height: auto;
}

.foot04 p {
    font-size: 16px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.foot05 {
    float: right;
    width: 660px;
    margin-right: 180px;
}

.foot05 dl {
    float: left;
    width: 33.33%;
}

.foot05 dl dt {
    position: relative;
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.foot05 dl dt:before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 65px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 2;
}

.foot05 dl dt:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 25px;
    height: 1px;
    background: #d40110;
    z-index: 5;
}

.foot05 dl dd {
    margin-bottom: 5px;
}

.foot05 dl dd a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
}

.foot05 dl dd:hover a {
    color: #fff;
}

.tail {
    padding: 20px 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
    background: #0f1220;
}

.tail a {
    color: rgba(255, 255, 255, 0.3);
}

.tail a:hover {
    color: #fff;
}

@media all and (max-width:1700px) {
    .footArea .wrap {
        padding: 50px 0 45px;
    }
    .foot02 {
        position: absolute;
        top: -25px;
        right: 25px;
        padding: 0 10px;
        background: #d40110;
        z-index: 2;
        cursor: pointer;
    }
    .foot02 p {
        line-height: 80px;
        font-size: 14px;
        color: #fff;
        padding-right: 45px;
        background: url(ico05.png) no-repeat center right;
    }
    .foot02:before {
        position: absolute;
        left: -24px;
        top: 0;
        width: 25px;
        height: 80px;
        display: block;
        content: "";
        background: url(ico06.png) no-repeat center;
        z-index: 2;
    }
    .foot02:after {
        position: absolute;
        right: -24px;
        top: 0;
        width: 25px;
        height: 80px;
        display: block;
        content: "";
        background: url(ico07.png) no-repeat center;
        z-index: 2;
    }
    .foot02 .pp {
        position: absolute;
        top: 80px;
        right: 0;
        left: -24px;
        background: #fff;
        padding: 15px 15px 15px 40px;
        z-index: 5;
        display: none;
    }
    .foot02 .pp ul {
        max-height: 150px;
        overflow-y: auto;
    }
    .foot02 .pp ul li {
        line-height: 25px;
        font-size: 14px;
    }
    .foot02:hover .pp {
        display: block;
    }
    .footArea01 {
        padding: 50px 0;
    }
    .foot03 {
        float: left;
        width: 280px;
        font-size: 16px;
        line-height: 2;
    }
    .foot04 {
        float: right;
        margin-top: 40px;
        width: 120px;
    }
    .foot04 p {
        font-size: 14px;
        margin-top: 10px;
    }
    .foot05 {
        float: right;
        width: 550px;
        margin-right: 100px;
    }
    .foot05 dl dt {
        font-size: 16px;
    }
    .foot05 dl dd a {
        font-size: 14px;
    }
    .tail {
        padding: 20px 0;
        font-size: 14px;
    }
}

@media all and (max-width:1200px) {
    .footArea .wrap {
        padding: 40px 0;
    }
    .footArea01 {
        padding: 40px 0;
    }
    .foot03 {
        float: left;
        width: 200px;
        font-size: 14px;
        line-height: 1.7;
    }
    .foot04 {
        float: right;
        margin-top: 30px;
        width: 100px;
    }
    .foot04 p {
        font-size: 14px;
        margin-top: 10px;
    }
    .foot05 {
        float: right;
        width: 500px;
        margin-right: 30px;
    }
    .tail {
        padding: 15px 0;
        font-size: 14px;
        text-align: center;
    }
}

@media all and (max-width:1000px) {
    .footArea .wrap {
        padding: 30px 0;
        text-align: center;
    }
    .foot01 img {
        max-height: 40px;
        width: auto;
    }
    .foot02 {
        display: none;
    }
    .footArea01 {
        padding: 30px 0;
    }
    .foot03 {
        float: none;
        width: 100%;
        text-align: center;
    }
    .foot04 {
        float: none;
        margin: 25px auto 0;
        width: 100px;
    }
    .foot04 p {
        font-size: 14px;
        margin-top: 10px;
    }
    .foot05 {
        display: none;
    }
    .tail {
        padding: 15px 0;
        font-size: 14px;
        text-align: center;
    }
}

.hzArea {
    padding: 110px 0;
    background: url(hz01.jpg) no-repeat center;
    background-size: cover;
}

.hzArea .txt {
    float: left;
    width: 41.7%;
    line-height: 1.1;
}

.hzArea .txt .p1 {
    font-size: 40px;
    color: #333;
    font-weight: bold;
}

.hzArea .txt .p1 i {
    color: #004493;
}

.hzArea .txt .p2 {
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin-top: 30px;
}

.hzArea .txt .p3 {
    font-size: 55px;
    color: #004493;
    margin-top: 90px;
}

.hzArea .bd {
    float: right;
    width: 38.7%;
    margin-right: 10%;
}

.hzArea .bd ul {
    position: relative;
}

.hzArea .bd ul li {
    width: 100%;
}

.hzArea .bd ul li:nth-child(n + 2) {
    margin-top: 15px;
}

.hzArea .bd ul li.ycy {
    margin-top: 0;
}

.hzArea .bd ul li .text {
    width: 100%;
    max-width: 400px;
    padding-left: 30px;
    line-height: 70px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 10px;
    box-sizing: border-box;
    background: linear-gradient(to right, #ecf3fc, rgba(255, 255, 255, 0.7));
}

.hzArea .bd ul li .textarea {
    width: 100%;
    padding: 10px 10px 10px 30px;
    height: 110px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 10px;
    box-sizing: border-box;
    background: linear-gradient(to right, #ecf3fc, rgba(255, 255, 255, 0.7));
}

.hzArea .bd ul li.pp {
    position: absolute;
    width: calc(100% - 440px);
    top: 80px;
    right: 0;
    font-size: 14px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.hzArea .bd ul li .btn01 {
    display: block;
    width: 170px;
    line-height: 70px;
    font-size: 16px;
    border-radius: 10px;
    color: #fff;
    background: #004493;
    text-align: center;
    cursor: pointer;
}

@media all and (max-width:1700px) {
    .hzArea {
        padding: 80px 0;
    }
    .hzArea .txt {
        float: left;
        width: 40%;
    }
    .hzArea .txt .p1 {
        font-size: 30px;
    }
    .hzArea .txt .p2 {
        font-size: 14px;
        line-height: 25px;
        margin-top: 20px;
    }
    .hzArea .txt .p3 {
        font-size: 40px;
        margin-top: 60px;
    }
    .hzArea .bd {
        float: right;
        width: 465px;
        margin-right: 10%;
    }
    .hzArea .bd ul li:nth-child(n + 2) {
        margin-top: 10px;
    }
    .hzArea .bd ul li.ycy {
        margin-top: 0;
    }
    .hzArea .bd ul li .text {
        max-width: 300px;
        padding-left: 15px;
        line-height: 50px;
        font-size: 14px;
    }
    .hzArea .bd ul li .textarea {
        padding: 10px 10px 10px 15px;
        height: 100px;
        font-size: 14px;
    }
    .hzArea .bd ul li.pp {
        position: absolute;
        width: calc(100% - 320px);
        top: 50px;
        right: 0;
        font-size: 14px;
        line-height: 25px;
    }
    .hzArea .bd ul li .btn01 {
        width: 150px;
        line-height: 50px;
        font-size: 14px;
    }
}

@media all and (max-width:1200px) {
    .hzArea {
        padding: 40px 0;
    }
    .hzArea .txt {
        float: left;
        width: calc(90% - 465px);
        padding-top: 30px;
    }
    .hzArea .txt .p1 {
        font-size: 20px;
    }
    .hzArea .txt .p2 {
        font-size: 14px;
        line-height: 25px;
        margin-top: 20px;
    }
    .hzArea .txt .p3 {
        font-size: 30px;
        margin-top: 50px;
    }
    .hzArea .bd {
        float: right;
        width: 465px;
        margin-right: 5%;
    }
    .hzArea .bd ul li:nth-child(n + 2) {
        margin-top: 10px;
    }
    .hzArea .bd ul li.ycy {
        margin-top: 0;
    }
    .hzArea .bd ul li .text {
        max-width: 300px;
        padding-left: 15px;
        line-height: 50px;
        font-size: 14px;
    }
    .hzArea .bd ul li .textarea {
        padding: 10px 10px 10px 15px;
        height: 100px;
        font-size: 14px;
    }
    .hzArea .bd ul li.pp {
        position: absolute;
        width: calc(100% - 320px);
        top: 50px;
        right: 0;
        font-size: 14px;
        line-height: 25px;
    }
    .hzArea .bd ul li .btn01 {
        width: 150px;
        line-height: 50px;
        font-size: 14px;
    }
}

@media all and (max-width:1000px) {
    .hzArea .txt {
        float: none;
        width: 100%;
        padding-top: 0;
    }
    .hzArea .txt .p1 {
        font-size: 20px;
    }
    .hzArea .txt .p2 {
        font-size: 14px;
        line-height: 25px;
        margin-top: 20px;
    }
    .hzArea .txt .p3 {
        font-size: 28px;
        margin-top: 30px;
    }
    .hzArea .bd {
        float: none;
        width: 95%;
        margin-right: 0;
        margin-top: 30px;
    }
    .hzArea .bd ul li:nth-child(n + 2) {
        margin-top: 10px;
    }
    .hzArea .bd ul li.ycy {
        margin-top: 0;
    }
    .hzArea .bd ul li .text {
        max-width: 300px;
        padding-left: 10px;
        line-height: 35px;
        font-size: 14px;
    }
    .hzArea .bd ul li .textarea {
        padding: 10px;
        height: 100px;
        font-size: 14px;
    }
    .hzArea .bd ul li.pp {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        font-size: 14px;
        line-height: 25px;
    }
    .hzArea .bd ul li .btn01 {
        width: 120px;
        line-height: 40px;
        font-size: 14px;
    }
}

@media all and (max-width:750px) {
    .hzArea .bd {
        float: none;
        width: 100%;
    }
    .hzArea .bd ul li .text {
        max-width: 100%;
    }
}

.spBox {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
}

.spBox.on {
    display: block;
}

.spBox .spBox01 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46%;
    font-size: 0;
    padding: 20px;
    box-sizing: border-box;
    background: #000;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.spBox .spBox01 video {
    width: 100%;
    height: auto!important;
}

.spBox .spBox01 .sp-close {
    position: absolute;
    right: -50px;
    top: -30px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

@media all and (max-width:750px) {
    .spBox .spBox01 {
        position: absolute;
        top: 50%;
        width: 92%;
        padding: 10px;
        z-index: 5;
    }
    .spBox .spBox01 .sp-close {
        position: absolute;
        right: 0;
        top: -60px;
        color: #fff;
        font-size: 30px;
        cursor: pointer;
    }
}

.sjArea {
    display: none;
}

@media all and (max-width:1200px) {
    .pcArea {
        display: none;
    }
    .sjArea {
        display: block;
    }
}

.back-to {
    position: fixed;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop)+400);
    bottom: 110px;
    right: 50%;
    margin-right: -670px;
    display: none;
    z-index: 999;
}

.back-to .back-top {
    display: block;
    width: 44px;
    height: 44px;
    background: url(top.png) no-repeat;
    outline: 0 none;
    text-indent: -9999em;
    overflow: hidden;
}

.back-to .back-top:hover {
    background-position: 0 0;
}


/*广告*/

.ad_closed {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #f00;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}


/*弹出广告*/

#popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
}

#ad_shadow {
    width: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}


/*漂浮广告*/

#ad1 {
    position: absolute;
    z-index: 9999;
}


/*左侧门帘*/

#hangL {
    position: absolute;
    left: 0;
    z-index: 9999;
}


/*右侧门帘*/

#hangR {
    position: absolute;
    right: 0;
    z-index: 9999;
}


/*拉屏广告*/

#bigScreen {
    position: relative;
    left: 50%;
    top: 0;
    height: 0;
    overflow: hidden;
}

#bigScreen .ad_closed {
    top: 10px;
}