﻿/*Author: Sman <469394800@qq.com> WX:t4362668*/

.pc{display: block;}
.mobile{display: none;}
@media screen and (min-width:1025px) {}

@media screen and (min-width:1260px) {}

@media screen and (min-width:1950px) {}

@media screen and (min-width:2225px) {}

@media screen and (min-width:2500px) {}

@media screen and (min-width:2800px) {}

@media screen and (min-width:3000px) {}


@media screen and (max-width:1750px) {}

@media screen and (max-width:1660px) {}

@media screen and (max-width:1536px) {}

@media screen and (max-width:1441px) {}



@media screen and (max-width:1420px) {}

@media screen and (max-width:1370px) {}

@media screen and (max-width:1300px) {}

@media screen and (max-width:1260px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1100px) {}


@media screen and (max-width:1024px) {
.pc{display: none;}
.mobile{display: block;}
#banner{min-width: 100%;}
.n_banner{min-width: 100%;}

    body,
    ol,
    ul,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    th,
    td,
    dl,
    dd,
    form,
    fieldset,
    legend,
    input,
    textarea,
    select,
    header,
    footer {
        margin: 0;
        padding: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    body {
        font: 15px/1.14 "微软雅黑", microsoft yahei, arial, sans-serif;
        -webkit-text-size-adjust: 100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

    li,
    ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    a {
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }

    em {
        font-style: normal;
    }

    img {
        border: 0;
        vertical-align: middle;
        pointer-events: none;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    p {
        word-wrap: break-word;
    }

    button {
        outline: none;
        border: none;
        font-family: "微软雅黑";
        background-color: white;
    }

    input,
    input[type=submit],
    input[type=reset],
    input[type=button],
    button {
        outline: none;
    }

    select,
    input,
    img,
    select {
        vertical-align: middle;
    }

    a,
    button,
    input,
    textarea {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    input,
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {}

    *:focus {
        outline: none;
    }

    body {
        max-width: 750px;
        margin: 0 auto !important;
    }

    .iconfont {
        font-family: "iconfont" !important;
        font-size: 20px;
        font-style: normal;
        vertical-align: middle;
    }

    .clear:after {
        content: "";
        display: block;
        clear: both;
    }

    .clearboth:after {
        content: "";
        display: block;
        clear: both;
    }

    html {
        width: 100%;
        height: 100%;

    }

    .bigzm {
        text-transform: uppercase;
    }

    .fl {
        float: left;
    }

    .fr {
        float: right;
    }

    *,
    *:before,
    *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fff;
    }

    ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #fff;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #fff;
    }

    /*内容*/

    #banner {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .font_qx {
        font-style: italic;
    }

    /*手机导航*/
    /* CSS Document */
    .phone_nav {
        display: none;
    }

    .phone_logo {
        /*padding:10px 0px;*/
    }

    .phone_logo .p1 img {
        width: 100%;
    }

    @media screen and (max-width:1200px) {
        .phone_logo .p1 {
            display: block;
            width: 30%;
            display: inline-block;
        }

        .header {
            display: none;
        }

        .phone_logo {
            width: 100%;
            /*padding: 10px 20px;*/
            box-sizing: border-box;
        }

        .phone_nav {
            display: block;
            position: relative;
            width: 100%;
            top: 0;
            left: 0;
            display: block;
            z-index: 100000;
            background-color: #fff;
        }

        .phone_nav.addrixed {
            position: fixed;
            -moz-box-shadow: 0px 0px 10px #c7c5bf;
            /*firefox*/
            -webkit-box-shadow: 0px 0px 10px #c7c5bf;
            /*webkit*/
            box-shadow: 0px 0px 10px #c7c5bf;
            /*opera或ie9*/
        }

        /*导航按钮*/
        .phone_nav .nav_but_box {
            display: block;
            position: absolute;
            width: 1rem;
            height: 100%;
            background-color: #fff;
            right: 0px;
            top: 0px;
            z-index: 1;
            transition: all 0.7s;
            -webkit-transition: all 0.7s;
        }

        .phone_nav .nav_but {
            display: inline-block;
            position: relative;
            width: 20px;
            height: 2px;
            z-index: 2;
            left: 50%;
            top: 25%;
            webkit-transform: translate(-50%, 0%);
            -moz-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
            /* margin:20px 0 0 12px;*/
            background: #21a3b1;
            -webkit-transition-property: background-color, -webkit-transform;
            transition-property: background-color, -webkit-transform;
            transition-property: background-color, transform;
            transition-property: background-color, transform, -webkit-transform;
            -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
        }

        .phone_nav .nav_but:before,
        .nav_but:after {
            content: '';
            display: block;
            width: 20px;
            height: 2px;
            position: absolute;
            background: #21a3b1;
            transition-property: margin, -webkit-transform;
            -webkit-transition-property: margin, -webkit-transform;
            transition-property: margin, transform;
            transition-property: margin, transform, -webkit-transform;
            transition-duration: 300ms;
            -webkit-transition-duration: 300ms;
        }

        .phone_nav .nav_but:before {
            margin-top: -5px;
        }

        .phone_nav .nav_but:after {
            margin-top: 5px;
        }

        /*栏目名称*/
        .phone_nav .nav_main {
            height: 100%;
            position: fixed;
            left: 0;
            opacity: 0;
            width: 0;
            transition: all 0.4s ease 0.3s;
            -webkit-transition: all 0.4s ease 0.3s;
            background-color: #21a3b1;
            overflow: hidden;
            z-index: 10000001;
        }

        .phone_nav .nav_main ul {
            padding: 0 20px;
            margin-top: 40px;
        }

        .phone_nav .nav_main li a {
            background-position: left;
            color: #ffffff;
            font-size: 16px;
            height: 46px;
            line-height: 46px;
            display: inline-block;
            background-size: 32px;
            background-repeat: no-repeat;
        }

        .phone_nav .nav_main .ss {
            border: 1px solid #fff;
            margin-top: 20px;
        }

        .phone_nav .nav_main .ss .p2 {
            float: right;
        }

        .phone_nav .nav_main .ss .p2 input {
            border: 0;
            width: 34px;
            height: 34px;
        }

        .phone_nav .nav_main .ss .p1 {
            display: block;
            margin: 0 34px 0 5px;
        }

        .phone_nav .nav_main .ss .p1 input {
            width: 100%;
            height: 34px;
            line-height: 34px;
            background: none;
            border: 0;
            font-family: "Microsoft YaHei";
            font-size: 14px;
            color: #fff;
        }

        .phone_nav .nav_main li b {
            display: inline-block;
            position: absolute;
            right: 10px;
            top: 0px;
            width: 100%;
            height: 50px;
            background: url("../wap_images/lmfooter_bottom.png") center right no-repeat;
            z-index: 99;
        }

        .phone_nav .nav_main .ul {
            padding: 0px !important;
            margin: 0;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s;
            -webkit-transition: max-height 0.4s;
        }

        .phone_nav .nav_main .ul li {
            padding: 0;
            border-bottom: 0;
            transform: translateX(0px);
            -webkit-transform: translateX(0px);
        }

        .phone_nav .nav_main .ul li a {
            padding: 0;
            height: auto;
            line-height: 30px;
            font-weight: normal;
            font-size: 14px;
        }

        .phone_nav .nav_main .b_one .ul {
            max-height: 300px;
            padding: 0 0 0px 40px;
            margin-bottom: 10px;
        }

        .phone_nav .nav_main .b_one b {
            background: url(../wap_images/lmfooter_bottom1.png) center right no-repeat;
        }


        .phone_nav .nav_main li {
            transform: translateX(100px);
            -webkit-transform: translateX(100px);
            transition: all 0.8s ease;
            -webkit-transition: all 0.8s ease;
            border-bottom: 1px solid #088545;
            /*border-bottom:1px solid rgba(225,225,225,0.5);*/
            padding: 0 20px;
            position: relative;
        }

        .phone_nav .nav_main li:nth-of-type(1) {
            transition-delay: 0.1s;
            -webkit-transition-delay: 0.1s;
        }

        .phone_nav .nav_main li:nth-of-type(2) {
            transition-delay: 0.2s;
            -webkit-transition-delay: 0.2s;
        }

        .phone_nav .nav_main li:nth-of-type(3) {
            transition-delay: 0.3s;
            -webkit-transition-delay: 0.3s;
        }

        .phone_nav .nav_main li:nth-of-type(4) {
            transition-delay: 0.4s;
            -webkit-transition-delay: 0.4s;
        }

        .phone_nav .nav_main li:nth-of-type(5) {
            transition-delay: 0.5s;
            -webkit-transition-delay: 0.5s;
        }

        .phone_nav .nav_main li:nth-of-type(6) {
            transition-delay: 0.6s;
            -webkit-transition-delay: 0.6s;
        }

        .phone_nav .nav_main li:nth-of-type(7) {
            transition-delay: 0.6s;
            -webkit-transition-delay: 0.6s;
        }

        .phone_nav .nav_main li:nth-of-type(8) {
            transition-delay: 0.6s;
            -webkit-transition-delay: 0.6s;
        }

        .phone_nav .nav_main li:nth-of-type(9) {
            transition-delay: 0.6s;
            -webkit-transition-delay: 0.6s;
        }

        .phone_nav .nav_main li:nth-of-type(10) {
            transition-delay: 0.6s;
            -webkit-transition-delay: 0.6s;
        }


        /*打开样式*/
        .phone_nav_one {
            transition-delay: 0s;
            -webkit-transition-delay: 0s;
        }

        .phone_nav_one .nav_main {
            opacity: 1;
            width: 100%;
            overflow: inherit;
        }

        .phone_nav_one .nav_but {
            background: rgba(0, 0, 0, 0);
        }

        .phone_nav_one .nav_but:before {
            margin-top: 0;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            background-color: #21a3b1;
        }

        .phone_nav_one .nav_but:after {
            margin-top: 0;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            background-color: #21a3b1;
        }

        .phone_nav_one .nav_but_box {
            opacity: 0.8;
        }

        .phone_nav_one .nav_main li {
            transform: translateX(0);
            -webkit-transform: translateX(0);
        }
    }


    @media screen and (max-width:758px) {

        /*--768-0--*/
        .phone_nav .nav_but_box {
            /* top:0.27rem; right:10px;*/
        }

        .phone_nav .nav_main ul {
            margin-top: 20px;
            height: 300px;
            overflow-y: auto;
            box-sizing: border-box;
        }

        .phone_nav .nav_main .b_one .ul {
            height: auto;
        }

    }

    @media screen and (max-width:470px) {

        /*--768-0--*/
        .phone_logo {
            padding: 0.25rem 3%;
        }

        .phone_nav .nav_main ul {
            height: 550px;
        }

        .phone_nav .nav_main .b_one .ul {
            height: auto;
        }

    }



    /*手机导航*/
    .i_content {
        width: 100%;
        padding-bottom: 1rem;
    }


    .i_fmenu {
        width: 100%;
        height: 1rem;
        background-color: #3eaeb9;
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 111;
    }

    .i_fmenu li {
        width: 33.33%;
        float: left;
        border-right: 1px solid #fff;
    }

    .i_fmenu li a,
    .i_fmenu li a:hover {
        text-decoration: none;
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        display: inline-block;
        overflow: hidden;
        float: left;
        text-align: center;
        color: #fff;
        font-size: 0.3rem;
    }



    .i_topmenu {
        width: 100%;
        height: 1rem;
        background-color: #21a3b1;
    }

    .i_topmenu li {
        width: 25%;
        float: left;
        border-right: 1px solid #fff;
    }

    .i_topmenu li a,
    .i_topmenu li a:hover {
        text-decoration: none;
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        display: inline-block;
        overflow: hidden;
        float: left;
        text-align: center;
        color: #fff;
        font-size: 0.3rem;
    }

    .i_box1 {
        width: 100%;
        padding: 0.7rem 4% 0.5rem 4%;
    }

    .i_box1_t {
        width: 100%;
        padding: 5px 0px;
        color: #222222;
        font-size: 0.36rem;
        text-align: center;
    }

    .i_box1_t1 {
        width: 100%;
        text-align: center;
        line-height: 2;
        color: #222222;
        font-size: 0.24rem;
    }

    .i_box1_c {
        width: 100%;
        padding: 0.4rem 0px 0.3rem 0px;
    }

    .i_box1_c li {
        width: 32.5%;
        margin-right: 1%;
        float: left;
    }

    .i_box1_c li .a_img {
        width: 100%;
        display: inline-block;
        overflow: hidden;
    }

    .i_box1_c li .a_img img {
        width: 100%;
    }

    .i_box1_c li:nth-child(3) {
        margin-right: 0px;
    }

    .i_box1_c_r {
        width: 100%;
        height: 4.8rem;
        overflow-x: auto;
        margin-bottom: 0.3rem;
    }

    .i_box1_c_r table tr td {
        color: #222222;
        font-size: 0.24rem;
        text-align: center;
    }

    .i_box1_c_r table tr.frist {
        background-color: #4a4a4a;
    }

    .i_box1_c_r table tr.frist td {
        text-align: center;
        font-size: 14px;
        color: #fff !important;
        font-weight: bold;
    }

    .i_box2 {
        width: 100%;
        padding: 0.6rem 4%;
        background: url(../wap_images/bg1.jpg) center center no-repeat;
        background-size: cover;
    }

    .i_box2_t {
        width: 100%;
        padding-bottom: 0.2rem;
        line-height: 1.6;
        color: #fff;
        font-size: 0.3rem;
        text-align: right;
    }

    .i_box2_c {
        width: 100%;
        padding: 0.3rem 0.25rem 0.4rem 0.25rem;
        background-color: #fff;
    }

    .i_box2_c .a_img_r_t {
        width: 100%;
        line-height: 1.2;
        color: #222222;
        font-size: 0.36rem;
        padding-bottom: 0.25rem;
    }

    .i_box2_c .a_img_r_t .s1 {
        color: #0c8a77;
        font-size: 0.6rem;
    }

    .i_box2_c .a_img_r_c {
        width: 100%;
        line-height: 1.6;
        overflow: hidden;
        margin-bottom: 0.2rem;
        text-align: justify;
        color: #222222;
        font-size: 0.24rem;
    }

    .i_box2_c .a_img_r_b,
    .i_box2_c .a_img_r_b:hover {
        width: 2rem;
        height: 0.6rem;
        line-height: 0.6rem;
        overflow: hidden;
        text-align: center;
        color: #fff;
        font-size: 0.24rem;
        background-image: linear-gradient(90deg, #009c43 0, #0c8a76 100%), linear-gradient(#009c43, #0c8a76);
        -moz-border-radius: 0.3rem;
        -webkit-border-radius: 0.3rem;
        border-radius: 0.3rem;
        text-decoration: none;
    }

    .i_box3 {
        width: 100%;
        padding: 0.4rem 0px 0.2rem 0px;
    }

    .i_box3_ul {
        width: 100%;
    }

    .i_box3_ul li {
        width: 20%;
        float: left;
    }

    .i_box3_ul li .div {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        color: #333333;
        font-size: 0.24rem;
    }

    .i_box3_ul li .div:hover {
        text-decoration: none;
        color: #3eaeb9;
    }

    .i_box3_ul li .div .a_img {
        width: 100%;
        text-align: center;
        height: 0.5rem;
    }

    .i_box3_ul li .div .a_img img {
        width: 0.5rem;
    }

    .i_box3_ul li .div .a_text {
        width: 100%;
        height: 0.5rem;
        line-height: 0.5rem;
        text-align: center;
    }

    .i_box4 {
        width: 100%;
        padding: 0.4rem 4% 0.6rem 4%;
        background-color: #eeeeee;
    }

    .i_box4_c {
        width: 100%;
        padding-top: 0.4rem;
    }

    .i_box4_c li {
        width: 100%;
        float: left;
        padding-bottom: 0.2rem;
    }

    .i_box4_c li .div {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        background-color: #ffffff;
        color: #666666;
        font-size: 0.22rem;
    }

    .i_box4_c li .div:hover {
        text-decoration: none;
        color: #666666;
    }

    .i_box4_c li .div .a_img {
        width: 41%;
        display: inline-block;
        overflow: hidden;
    }

    .i_box4_c li .div .a_img img {
        width: 100%;
    }

    .i_box4_c li .div .a_img_r {
        width: 59%;
        padding: 0.3rem 3% 0px 3%;
    }

    .i_box4_c li .div .a_img_r .s1 {
        width: 100%;
        height: 0.8rem;
        line-height: 0.4rem;
        display: inline-block;
        overflow: hidden;
        color: #222222;
        font-size: 0.28rem;
    }

    .i_box4_c li .div .a_img_r .s2 {
        width: 100%;
        margin-bottom: 0.1rem;
        height: 0.4rem;
        line-height: 0.4rem;
        overflow: hidden;
        color: #666666;
        font-size: 0.22rem;
    }

    .i_box4_c li .div .a_img_r .s3 {
        width: 100%;
        height: 0.4rem;
        line-height: 0.4rem;
        overflow: hidden;
        color: #cccccc;
        font-size: 0.24rem;
    }

    .i_box4_b {
        width: 100%;
        text-align: center;
    }

    .i_box4_b a {
        width: 153px;
        height: 33px;
        line-height: 33px;
        display: inline-block;
        overflow: hidden;
        color: #5a5a5a;
        font-size: 14px;
        background: url(../wap_images/y8.png) center no-repeat;
    }

    .i_box4_b a:hover {
        text-decoration: none;
        color: #3eaeb9;
        background: url(../wap_images/y9.png) center no-repeat;
    }

    .i_box5 {
        width: 100%;
        padding: 0.35rem 4%;
        background-color: #fff;
        border-top: 1px solid #ebebeb;
    }

    .i_box5_t {
        width: 100%;
        padding-bottom: 0.4rem;
    }

    .i_box5_t .f_logo {
        width: 36%;
        padding-top: 0.3rem;
    }

    .i_box5_t .f_logo img {
        max-width: 100%;
        height: auto !important;
    }

    .i_box5_t .f_logo_r {
        width: 16%;
        overflow: hidden;
    }

    .i_box5_t .f_logo_r img {
        max-width: 100%;
        height: auto !important;
    }


    .i_box6_c_dz {
        width: 100%;
    }

    .i_box6_c_dz li {
        width: 100%;
        float: left;
        line-height: 0.6rem;
        overflow: hidden;
        color: #444444;
        font-size: 0.24rem;
        padding-left: 33px;
    }

    .i_box6_c_dz li.bg1 {
        background: url(../wap_images/y21.png) left top 0.12rem no-repeat;
    }

    .i_box6_c_dz li.bg2 {
        background: url(../wap_images/y22.png) left top 0.12rem no-repeat;
    }

    .i_box6_c_dz li.bg3 {
        background: url(../wap_images/y23.png) left top 0.12rem no-repeat;
    }






    .n_banner {
        width: 100%;
        position: relative;
        display: inline-block;
        overflow: hidden;
    }

    .n_banner img {
        width: 100%;
    }

    .n_banner .n_banner_text {
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 0.4rem;
        color: #fff;
        line-height: 1.5;
        font-size: 0.24rem;
        padding: 0px 6%;
    }

    .n_banner .n_banner_text .s1 {
        font-size: 0.36rem;
    }

    .n_box1 {
        width: 100%;
        background-color: #21a3b1;
    }

    .n_menu1 {
        width: 100%;
        height: 50px;
        position: relative;
        margin: 0;
        overflow: hidden;
        font-family: "微软雅黑";
    }

    .n_menu1 .scroller {
        position: absolute;
    }

    .n_menu1 .scroller li {
        height: 50px;
        color: #fff;
        float: left;
        font-size: 15px;
        text-align: center;
        border-right:1px solid #21a3b1;
    }

    .n_menu1 .scroller li a {
        padding: 0px 20px;
        color: #fff;
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
    }

    .n_menu1 .scroller li a:hover,
    .n_menu1 .scroller li a:link {
        text-decoration: none;
    }

    .n_menu1 .scroller li.cur {
        /*background:#d92028*/
    }

    .n_menu1 .scroller li.cur a {
        background-color: #fff;
        color: #27acba;
        text-decoration: none;
    }

    .n_box2 {
        width: 100%;
        padding: 0.4rem 4%;
    }

    .n_box2_t {
        width: 100%;
        background-color: #eeeeee;
        padding: 0.2rem 0.3rem 0.1rem 0.3rem;
    }

    .n_box2_t .s1 {
        color: #e0e0e0;
        font-size: 0.48rem;
        line-height: 1.0;
    }

    .n_box2_t .s1 span {
        font-size: 0.36rem;
        color: #27acba;
    }

    .n_box2_t .s2 {
        width: 2rem;
        padding-top: 0.2rem;
    }

    .n_box2_t .s2 img {
        width: 100%;
    }

    .n_box2_c {
        width: 100%;
        padding: 0.3rem 0px;
        line-height: 1.8;
        color: #333333;
        font-size: 0.28rem;
        overflow: hidden;
    }

    .n_box2_c img {
        max-width: 100%;
        height: auto !important;
    }

    .n_box2_t1 {
        width: 100%;
        padding-bottom: 0.65rem;
        background: url(../wap_images/tb_03.png) left bottom no-repeat;
        color: #27acba;
        font-size: 0.36rem;
        background-size: auto 0.6rem;
        line-height: 1.2;
    }

    .n_box2_t1 span {
        color: #f0f0f0;
        font-size: 0.48rem;
    }

    .n_box2_t1.activetwo {
        background: url(../wap_images/tb_03.png) right center no-repeat;
        padding-bottom: 0px;
        background-size: 0.6rem;
    }


    .n_box2_dl {
        width: 100%;
        padding-top: 0.2rem;
    }

    .n_box2_dl dt {
        width: 100%;
        float: left;
        padding: 0px 0.5% 0.2rem 0.5%;
    }

    .n_box2_dl dt .a_img {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        position: relative;
    }

    .n_box2_dl dt .a_img img {
        width: 100%;
    }

    .n_box2_dl dt .a_img .a_text {
        width: 100%;
        padding: 0px 0.24rem;
        position: absolute;
        left: 0px;
        bottom: 0.2rem;
        line-height: 1.3;
        color: #fff;
        font-size: 0.28rem;
    }

    .n_box2_dl dd {
        width: 50%;
        padding: 0px 0.5%;
        float: left;
    }

    .n_box2_dl dd .a_img {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        position: relative;
    }

    .n_box2_dl dd .a_img img {
        width: 100%;
    }

    .n_box2_dl dd .a_img .a_text {
        width: 100%;
        padding: 0px 0.24rem;
        position: absolute;
        left: 0px;
        bottom: 0.2rem;
        line-height: 1.3;
        color: #fff;
        font-size: 0.28rem;
    }


    .n_box3 {
        width: 100%;
        margin-top: 45px;
        background: url(../wap_images/img10.jpg) left repeat-y;
        position: relative;
    }

    .n_box3:after {
        width: 32px;
        height: 35px;
        content: "";
        position: absolute;
        left: 11px;
        top: -14px;
        background: url(../wap_images/y25.png) no-repeat;
    }

    .n_box3 li {
        width: 100%;
        padding-top: 0.45rem;
        float: left;
    }

    .n_box3 li .div {
        width: 100%;
        background: url(../wap_images/y26.png) left 16px top 32px no-repeat;
        padding-left: 0.9rem;
    }

    .n_box3 li .div .div_c {
        width: 100%;
        padding: 0.2rem 0px 0.2rem 0.5rem;
        cursor: pointer;
    }

    .n_box3 li:hover .div .div_c {
        background-color: #e1f4e4;
    }

    .n_box3 li .div .div_c .s1 {
        width: 100%;
        line-height: 1.6;
        color: #333333;
        font-size: 0.32rem;
    }

    .n_box3 li .div .div_c .s2 {
        width: 100%;
        line-height: 1.7;
        color: #333333;
        font-size: 0.24rem;
    }

    .n_box3_ul {
        width: 100%;
        padding-top: 0.45rem;
    }

    .n_box3_ul li {
        width: 50%;
        padding: 0px 1% 1% 1%;
        float: left;
    }

    .n_box3_ul li .div {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        color: #222222;
        font-size: 0.28rem;
    }

    .n_box3_ul li .div:hover {
        text-decoration: none;
        color: #27acba;
    }

    .n_box3_ul li .div .a_img {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        border: 1px solid #fcfcfc;
    }

    .n_box3_ul li .div .a_img img {
        width: 100%;
    }

    .n_box3_ul li .div .a_text {
        width: 100%;
        height: 0.8rem;
        line-height: 0.8rem;
        text-align: center;
        overflow: hidden;
    }



    .n_box4_c {
        width: 100%;
        padding-top: 0.3rem;
    }

    .n_box4_c dt {
        width: 100%;
        padding-bottom: 0.2rem;
        float: left;
        font-weight: normal;
    }

    .n_box4_c dt .div {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        float: left;
        background-color: #f1f2f3;
        color: #666666;
        font-size: 0.22rem;
    }

    .n_box4_c dt .div:hover {
        text-decoration: none;
        color: #666666;
    }

    .n_box4_c dt .div .a_img {
        width: 100%;
        display: inline-block;
        overflow: hidden;
    }

    .n_box4_c dt .div .a_img img {
        width: 100%
    }

    .n_box4_c dt .div .a_text_r {
        width: 100%;
        padding: 0.3rem
    }

    .n_box4_c dt .div .a_text_r .s1 {
        width: 100%;
        color: #ccc;
        line-height: 1.6;
        padding-bottom: 0.3rem;
    }

    .n_box4_c dt .div .a_text_r .s1 span {
        color: #222;
        font-size: 0.32rem;
    }

    .n_box4_c dt .div .a_text_r .s2 {
        width: 100%;
        line-height: 0.5rem;
        height: 1rem;
        overflow: hidden;
        margin-bottom: 0.22rem;
        text-align: justify;
    }

    .n_box4_c dt .div .a_text_r .s3 {
        height: 0.6rem;
        line-height: 0.6rem;
        border: 1px solid #e6e6e7;
        overflow: hidden;
        text-align: center;
        color: #666666;
        font-size: 0.25rem;
        -moz-border-radius: 20px;
        /* Gecko browsers */
        -webkit-border-radius: 20px;
        /* Webkit browsers */
        border-radius: 20px;
        /* W3C syntax */
        padding: 0px 0.3rem;
    }

    .n_box4_c dt .div:hover .a_text_r .s1 span {
        color: #27acba;
    }

    .n_box4_c dt .div:hover .a_text_r .s3 {
        color: #fff;
        border: 1px solid #27acba;
        background-color: #27acba;
    }

    .n_box4_c dd {
        width: 100%;
        float: left;
        padding-bottom: 0.2rem;
    }

    .n_box4_c dd .div {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        background-color: #ffffff;
        color: #666666;
        font-size: 0.22rem;
    }

    .n_box4_c dd .div:hover {
        text-decoration: none;
        color: #666666;
    }

    .n_box4_c dd .div .a_img {
        width: 41%;
        display: inline-block;
        overflow: hidden;
    }

    .n_box4_c dd .div .a_img img {
        width: 100%;
    }

    .n_box4_c dd .div .a_img_r {
        width: 59%;
        padding: 0.3rem 3% 0px 3%;
    }

    .n_box4_c dd .div .a_img_r .s1 {
        width: 100%;
        height: 0.8rem;
        line-height: 0.4rem;
        display: inline-block;
        overflow: hidden;
        color: #222222;
        font-size: 0.28rem;
    }

    .n_box4_c dd .div .a_img_r .s2 {
        width: 100%;
        margin-bottom: 0.1rem;
        height: 0.4rem;
        line-height: 0.4rem;
        overflow: hidden;
        color: #666666;
        font-size: 0.22rem;
    }

    .n_box4_c dd .div .a_img_r .s3 {
        width: 100%;
        height: 0.4rem;
        line-height: 0.4rem;
        overflow: hidden;
        color: #cccccc;
        font-size: 0.24rem;
    }

    .n_box4_b {
        width: 100%;
        text-align: center;
        height: 1rem;
        line-height: 1rem;
        text-align: center;
    }

    .n_box4_b a,
    .n_box4_b a:hover {
        color: #cccccc;
        font-size: 0.28rem;
    }


    .a_tzjyg_cdetsl {
        width: 100%;
        padding-top: 0.3rem;
    }

    .a_tzjyg_c_t {
        width: 100%;
        padding: 0.1rem 0px;
        line-height: 1.7;
        text-align: center;
        color: #222;
        font-size: 0.36rem;
    }

    .a_tzjyg_c_time {
        width: 100%;
        height: 0.6rem;
        line-height: 0.6rem;
        text-align: center;
        overflow: hidden;
        color: #cccccc;
        font-size: 0.24rem;
        border-bottom: 1px solid #f2f2f2;
    }

    .a_tzjyg_c_ton {
        width: 100%;
        padding: 0.3rem 0px;
        line-height: 1.8;
        overflow: hidden;
        color: #666666;
        font-size: 0.28rem;
        border-bottom: 1px solid #f2f2f2;
    }

    .a_tzjyg_c_ton img {
        max-width: 100%;
        height: auto !important;
    }

    .a_tzjyg_c_tb {
        width: 100%;
        margin-top: 20px;
        overflow: hidden;
        position: relative;
    }

    .a_tzjyg_c_tb .a1 {
        width: 100%;
        line-height: 2.0;
        color: #666666;
        font-size: 0.28rem;
        display: inline-block;
        overflow: hidden;
    }

    .a_tzjyg_c_tb .a1:hover {
        text-decoration: none;
        color: #27acba;
    }


    .n_box5 {
        width: 100%;
        padding-top: 0.3rem;
    }

    .n_box5 li {
        width: 50%;
        padding: 0px 1% 2% 1%;
        float: left;
    }

    .n_box5 li .div {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        float: left;
        background-color: #f1f1f1;
        color: #999;
        font-size: 0.24rem;
    }

    .n_box5 li .div:hover {
        text-decoration: none;
        color: #27acba;
    }

    .n_box5 li .div .a_img {
        width: 100%;
        display: inline-block;
        overflow: hidden;
    }

    .n_box5 li .div .a_img img {
        width: 100%;
    }

    .n_box5 li .div .a_text {
        width: 100%;
        padding: 0.15rem 0.3rem;
        line-height: 1.8;
    }

    .n_box5 li .div .a_text .s1 {
        width: 100%;
        height: 0.5rem;
        line-height: 0.5rem;
        overflow: hidden;
        color: #222;
    }

    .n_box5 li .div:hover .a_text .s1 {
        color: #27acba;
    }


    .n_box5_ul {
        width: 100%;
    }

    .n_box5_ul li {
        width: 100%;
        padding: 0.3rem 0px;
        float: left;
        border-bottom: 1px solid #e5e5e5;
    }

    .n_box5_ul li .div {
        width: 100%;
        float: left;
        color: #666666;
        font-size: 0.24rem;
    }

    .n_box5_ul li .div:hover {
        text-decoration: none;
        color: #666;
    }

    .n_box5_ul li .div .a_img {
        width: 27%;
        display: inline-block;
        overflow: hidden;
    }

    .n_box5_ul li .div .a_img img {
        width: 100%;
    }

    .n_box5_ul li .div .a_img_r {
        width: 70%;
    }

    .n_box5_ul li .div .a_img_r .s1 {
        width: 100%;
        height: 0.4rem;
        line-height: 0.4rem;
        overflow: hidden;
        color: #222222;
        font-size: 0.28rem;
        font-weight: bold;
    }

    .n_box5_ul li .div:hover .a_img_r .s1 {
        color: #3eaeb9;
    }

    .n_box5_ul li .div .a_img_r .s2 {
        width: 100%;
        height: 0.6rem;
        line-height: 0.3rem;
        overflow: hidden;
        text-align: justify;
        margin-top: 5px;
        overflow: hidden;
    }

    .n_bo12_c_t1 {
        width: 100%;
    }

    .n_bo12_c_t1 li {
        width: 25%;
        float: left;
        padding: 0px 0.5px;
    }

    .n_bo12_c_t1 li a {
        width: 100%;
        height: 0.6rem;
        line-height: 0.6rem;
        display: inline-block;
        color: #fff;
        overflow: hidden;
        text-align: center;
        background-color: #5e5e5e;
        font-size: 0.28rem;
    }

    .n_bo12_c_t1 li a:hover,
    .n_bo12_c_t1 li a.activetopm {
        color: #fff;
        text-decoration: none;
        background-color: #27acba;
    }

    .n_bo11_ul2 {
        width: 100%;
        border: 1px solid #e5e5e5;
        border-bottom: 0px;
        margin-top: 0.2rem;
    }

    .n_bo11_ul2 dt {
        width: 100%;
        float: left;
        border-bottom: 1px solid #e5e5e5;
        background-color: #f8f8f8;
        font-weight: normal;
        color: #333333;
        font-size: 14px;
    }

    .n_bo11_ul2 dt .s1 {
        width: 56%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        padding-left: 0.2rem;
    }

    .n_bo11_ul2 dt .s2 {
        width: 22%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        text-align: center;
    }

    .n_bo11_ul2 dt .s3 {
        width: 22%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        text-align: center;
    }

    .n_bo11_ul2 dd {
        width: 100%;
        float: left;
        border-bottom: 1px solid #e5e5e5;
        font-weight: normal;
        color: #333333;
        font-size: 14px;
    }

    .n_bo11_ul2 dd .s1 {
        width: 56%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        padding-left: 0.2rem;
    }

    .n_bo11_ul2 dd .s1 a {
        color: #333333;
    }

    .n_bo11_ul2 dd .s1 a:hover {
        text-decoration: none;
        color: #004098;
    }

    .n_bo11_ul2 dd .s2 {
        width: 22%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        text-align: center;
    }

    .n_bo11_ul2 dd .s3 {
        width: 22%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        text-align: center;
    }

    .n_bo11_ul2 dd .s3 a,
    .n_bo11_ul2 dd .s3 a:hover {
        text-decoration: none;
        color: #004098;
    }

    .n_box10 {
        width: 100%;
        padding: 0.4rem 0%;
        color: #333333;
        font-size: 0.26rem;
        line-height: 1.8;
        overflow: hidden;
    }

    .n_box10 img {
        width: 1.7rem;
        height: auto !important;
    }

    .n_box10_map {
        width: 100%;
        overflow: hidden;
    }

    .n_box10_map #allmap {
        width: 100%;
        height: 6rem;
    }

    .n_box14 {
        padding: 30px 4%;
        background: url(../wap_images/bg3.jpg) center center no-repeat;
        background-size: cover;
    }

    .n_box14_t {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 18px;
        line-height: 1.5;
    }

    .n_box14_t .s1 {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
    }

    .n_box14_c {
        width: 100%;
        padding: 3% 0px;
    }

    .n_box14_c li {
        width: 100%;
        float: left;
        padding: 5px 0px;
    }

    .n_box14_c li .s1 {
        width: 19%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        color: #fff;
        font-size: 14px;
        text-align: right;
        padding-right: 1%;
    }

    .n_box14_c li .ipt1 {
        width: 80%;
        height: 40px;
        background-color: transparent;
        line-height: 40px;
        color: #fff;
        font-size: 14px;
        text-indent: 10px;
        font-family: "微软雅黑";
        border: 0;
        border: 1px solid #fff;
    }

    .n_box14_c li .ipt2 {
        width: 80%;
        height: 100px;
        background-color: transparent;
        padding-top: 22px;
        color: #000;
        font-size: 14px;
        font-family: "微软雅黑";
        border: 0px;
        border: 1px solid #fff;
        padding: 10px 15px;
    }

    .n_box14_c li .ipt3 {
        height: 40px;
        line-height: 40px;
        width: 80%;
        background-color: transparent;
        color: #fff;
        background-color: #3eaeb9;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        font-family: "微软雅黑";
        border: 0px;
    }

    .n_box14_c li .ipt1:-moz-placeholder,
    .n_box14_c li .ipt2:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fff;
    }

    .n_box14_c li .ipt1::-moz-placeholder,
    .n_box14_c li .ipt2::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff;
    }

    .n_box14_c li .ipt1:-ms-input-placeholder,
    .n_box14_c li .ipt2:-ms-input-placeholder {
        color: #fff;
    }

    .n_box14_c li .ipt1::-webkit-input-placeholder,
    .n_box14_c li .ipt2::-webkit-input-placeholder {
        color: #fff;
    }

    .n_box11z {
        width: 100%;
        padding: 0.4rem 3%;
        background: url(../wap_images/bg4.jpg) center center no-repeat;
        background-size: cover;
    }

    .a_careers_t {
        width: 100%;
        padding: 4%;
        background-color: #fff;
        margin-bottom: 20px;
    }

    .a_careers_t_s1 {
        width: 100%;
        color: #000000;
        line-height: 1.8;
        font-size: 12px;
    }

    .a_careers_t_s1 span {
        font-size: 16px;
    }

    .a_careers_t_s2 {
        width: 100%;
        padding-top: 20px;
    }

    .a_careers_t_s2l {
        width: 100%;
    }

    .a_careers_t_s22 {
        width: 100%;
    }

    .a_careers_t_s22 li {
        width: 50%;
        float: left;
    }

    .a_careers_t_s22 li .ipt1 {
        width: 96%;
        border: 1px solid #ababab;
        height: 40px;
        line-height: 40px;
        text-indent: 15px;
        color: #666666;
        font-size: 12px;
        font-family: "微软雅黑";
    }

    .a_careers_t_s2r {
        width: 98%;
        margin-right: 2%;
        margin-top: 10px;
        border: 1px solid #ababab;
    }

    .a_careers_t_s2r .ipt2 {
        width: 73%;
        height: 38px;
        line-height: 38px;
        border: 0px;
        text-indent: 15px;
        color: #666666;
        font-size: 12px;
        font-family: "微软雅黑";
    }

    .a_careers_t_s2r .ipt3 {
        width: 27%;
        height: 38px;
        line-height: 38px;
        background-color: #27acba;
        color: #fff;
        border: 0px;
        text-align: center;
        font-size: 12px;
        font-family: "微软雅黑";
    }

    .a_careers_c {
        width: 100%;
        background-color: #fff;
    }

    .a_careers_c dt {
        width: 100%;
        float: left;
        height: 40px;
        font-weight: normal;
        border-top: 2px solid #27acba;
        line-height: 40px;
        background-color: #ebe9e9;
        color: #000000;
        font-size: 14px;
    }

    .a_careers_c dt .s1 {
        width: 27.5%;
        padding-left: 5%;
    }

    .a_careers_c dt .s2 {
        width: 24.4%;
        text-align: center;
    }

    .a_careers_c dt .s3 {
        width: 20.8%;
        text-align: center;
    }

    .a_careers_c dt .s4 {
        width: 27.3%;
        text-align: center;
    }

    .a_careers_c dd {
        width: 100%;
        float: left;
        background-color: #fff;
    }

    .a_careers_c dd .div {
        width: 100%;
        line-height: 40px;
        border-bottom: 1px solid #edeae9;
        cursor: pointer;
        color: #000000;
        font-size: 12px;
        background: url(../wap_images/ee.png) right 5px center no-repeat;
        background-size: 10px;
    }

    .a_careers_c dd .div.activeds {
        background: url(../wap_images/ee1.png) right 5px center no-repeat;
        background-size: 10px;
        background-color: #27acba;
        color: #fff;
        border-bottom: 1px solid #27acba;
    }

    .a_careers_c dd .div .s1 {
        width: 27.5%;
        padding-left: 2%;
    }

    .a_careers_c dd .div .s2 {
        width: 24.4%;
        text-align: center;
    }

    .a_careers_c dd .div .s3 {
        width: 20.8%;
        text-align: center;
    }

    .a_careers_c dd .div .s4 {
        width: 27.3%;
        text-align: center;
    }

    .a_careers_c dd .div_l {
        width: 100%;
        background-color: #fff;
        border: 1px solid #27acba;
        padding: 3% 5%;
        color: #333333;
        font-size: 12px;
        line-height: 1.8;
        overflow: hidden;
        display: none;
    }

    .a_careers_c dd .div_l img {
        max-width: 100%;
    }

    .a_careers_c dd .div_l span {
        font-weight: bold;
    }

    .n_box2_ba,
    .n_box2_ba:hover {
        text-decoration: none;
        text-align: center;
        display: inline-block;
        width: 100%;
        height: 0.5rem;
        line-height: 0.5rem;
        margin-top: 0.3rem;
        text-align: center;
        color: #999999;
        font-size: 0.28rem;
    }


    .n_box9 {
        width: 100%;
        padding: 1rem 0px 0.7rem 0px;
        background: url(../wap_images/bg5.jpg) center center no-repeat;
        background-size: cover;
        font-size: 0.24rem;
        line-height: 1.7;
        text-align: center;
        color: #fff;
    }

    .n_box9 .s1 {
        font-size: 0.36rem;
    }

    .n_box6 {
        width: 100%;
        overflow: hidden;
    }

    .home-swiper1 {
        width: 100%;
        height: 100%;
        background: #000;
        height: 7rem;
    }

    .home-swiper1 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        opacity: 1;
        width: 100%;
    }

    .home-swiper1 .swiper-slide img {
        width: 100%;
        display: none;
    }

    .home-swiper1 .home_next1 {
        width: 0.6rem;
        height: 0.6rem;
        background: url(../wap_images/cp_r.png) no-repeat;
        background-size: 0.6rem;
        margin-top: -0.3rem;
        right: 0%;
        -webkit-transition: all ease-out 0.2s;
        transition: all ease-out 0.2s;
    }

    .home-swiper1 .home_next1:hover {
        background: url(../wap_images/cp_rs.png) no-repeat;
        background-size: 0.6rem;
    }

    .home-swiper1 .home_prev1 {
        width: 0.6rem;
        height: 0.6rem;
        background: url(../wap_images/cp_l.png) no-repeat;
        background-size: 0.6rem;
        margin-top: -0.3rem;
        left: 0%;
        -webkit-transition: all ease-out 0.2s;
        transition: all ease-out 0.2s;
    }

    .home-swiper1 .home_prev1:hover {
        background: url(../wap_images/cp_ls.png) no-repeat;
        background-size: 0.6rem;
    }

    .n_box10z {
        width: 100%;
    }

    .n_box10z.twodiv {
        position: fixed;
        top: 60px;
        left: 0px;
    }

    .n_box10z li {
        width: 50%;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #fff;
        overflow: hidden;
        border-right: 1px solid #fff;
        background-color: #5e5e5e;
        color: #fff;
        text-align: center;
        cursor: pointer;
        font-size: 0.28rem;
        float: left;
    }

    .n_box10z li a {
        width: 100%;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        display: inline-block;
        text-align: center;
        background-color: #5e5e5e;
        color: #fff;
        font-size: 16px;
    }

    .n_box10z li a:hover {
        text-decoration: none;
    }

    .n_box10z li.active a {
        background-color: #3eaeb9;
        color: #fff;
        text-decoration: none;
    }



    .n_box11 {
        width: 100%;
        padding: 0.45rem 4%
    }

    .n_box11_t {
        width: 100%;
        line-height: 1.1;
        color: #f0f0f0;
        font-size: 0.48rem;
        padding-bottom: 0.7rem;
        background: url(../wap_images/y27.png) bottom left no-repeat;
        background-size: 0.65rem;
    }

    .n_box11_t span {
        color: #27acba;
        font-size: 0.36rem;
    }

    .n_box11_c {
        width: 100%;
        padding-top: 0.4rem;
    }

    .n_box11_c1 {
        width: 100%;
        padding-bottom: 0.25rem;
        color: #333333;
        font-size: 0.26rem;
        line-height: 2;
        overflow: hidden;
        text-align: justify;
    }

    .n_box11_c2 {
        width: 100%;
        padding-bottom: 0.25rem;
        color: #000000;
        font-size: 0.32rem;
        font-weight: bold;
        line-height: 1.5;
    }

    .n_box11_c3 {
        width: 100%;
    }

    .n_box11_c3 li {
        width: 100%;
        padding-bottom: 0.6rem;
        float: left;
    }

    .n_box11_c3 li .s1 {
        width: 0.8rem;
        height: 0.8rem;
        background-color: #37a566;
        line-height: 0.8rem;
        text-align: center;
        color: #fff;
        overflow: hidden;
        font-size: 0.36rem;
        -moz-border-radius: 0.2rem;
        /* Gecko browsers */
        -webkit-border-radius: 0.2rem;
        /* Webkit browsers */
        border-radius: 0.2rem;
        /* W3C syntax */
    }

    .n_box11_c3 li .div_r {
        width: 85%;
        line-height: 1.6;
        color: #333333;
        font-size: 0.26rem;
    }

    .n_box11_c3 li .div_r span {
        font-weight: bold;
    }

    .n_box12 {
        width: 100%;
        padding-bottom: 0.4rem;
        border-bottom: 1px solid #e3e3e3;
    }

    .n_box12 table tr td {
        color: #222222;
        font-size: 0.26rem;
        line-height: 2;
        display: inline-block;
        width: 100%;
    }

    .n_box12_ul {
        width: 100%;
        padding: 0.4rem 0px 0.2rem 0px;
        border-bottom: 1px solid #e3e3e3;
    }

    .n_box12_ul li {
        width: 50%;
        float: left;
        padding: 0px 1% 2% 1%;
    }

    .n_box12_ul li .s1 {
        width: 100%;
        height: 100px;
        text-align: center;
        overflow: hidden;
    }

    .n_box12_ul li .s2 {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #222222;
        font-size: 18px;
        font-weight: bold;
        overflow: hidden;
    }

    .n_box12_ul li .s3 {
        width: 100%;
        height: 0.8rem;
        line-height: 0.4rem;
        overflow: hidden;
        text-align: center;
        color: #666666;
        font-size: 0.26rem;
    }

    .n_box13 {
        width: 100%;
        color: #000000;
    }

    .n_box13_c {
        width: 100%;
        font-size: 0.24rem;
        overflow: auto;
        height: 9rem;
    }

    .n_box13 table {
        border: 1px solid #eeeeee;
    }

    .n_box13 table tr td {
        color: #222222;
        font-size: 15px;
    }

    .n_box13 table tr.frist {
        background-color: #4a4a4a;
    }

    .n_box13 table tr.frist td {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }

    .n_box15 {
        width: 100%;
        color: #333333;
        font-size: 0.26rem;
        line-height: 2;
        overflow: hidden;
        text-align: justify;
    }

    .n_box15_c {
        width: 100%;
        font-size: 0.26rem;
        overflow: auto;
        height: 6rem
    }

    .n_box15 img {
        max-width: 100%;
        height: auto !important;
    }

    .n_box15 table {
        border: 1px solid #eeeeee;
    }

    .n_box15 table tr td {
        color: #222222;
        font-size: 15px;
    }

    .n_box15 table tr.frist {
        background-color: #4a4a4a;
    }

    .n_box15 table tr.frist td {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }




    .Amplification img {

        transition: 400ms;
        filter: Alpha(Opacity=100);
        opacity: 1;
    }

    .Amplification:hover img {
        filter: Alpha(Opacity=80);
        opacity: 0.8;
        -webkit-transform: scale(1.14);
        transform: scale(1.14);
    }

    @-webkit-keyframes float {
        0% {
            -webkit-transform: translateY(0) transform: translateY(0);
        }

        50% {
            -webkit-transform: translateY(1em);
            transform: translateY(1em);
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes float {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        50% {
            -webkit-transform: translateY(1em);
            transform: translateY(1em);
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }


    @-webkit-keyframes float1 {
        0% {
            -webkit-transform: translateY(-1em);
            transform: translateY(-1em);

        }

        50% {
            -webkit-transform: translateY(0);
            transform: translateY(0);

        }

        100% {
            -webkit-transform: translateY(-1em);
            transform: translateY(-1em);

        }
    }

    @keyframes float1 {
        0% {
            -webkit-transform: translateY(-1em);
            transform: translateY(-1em);

        }

        50% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        100% {
            -webkit-transform: translateY(-1em);
            transform: translateY(-1em);

        }
    }


    @-webkit-keyframes float2 {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);

        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);

        }
    }

    @keyframes float2 {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);

        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);

        }
    }


}

@media screen and (max-width:1000px) {}

@media screen and (max-width:900px) {}

@media screen and (max-width:860px) {}

@media screen and (max-width:720px) {}

@media screen and (max-width:700px) {}

@media screen and (max-width:641px) {}

@media screen and (max-width: 550px) {}

@media screen and (max-width: 481px) {}

@media screen and (max-width:421px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 350px) {}


@media screen and (max-height:400px) {}

@media screen and (max-height:280px) {}