@media (max-width:1200px) {
    .container {
        width: 100%
    }
}

@media (max-width:767px) {
    .pcshow {
        display: none !important
    }

    .mobileshow {
        display: block !important
    }

    .container {
        width: 100%
    }

    .menu {
        display: block;
        font-size: 18px;
        top: 18px;
        right: 15px
    }

    .menu_close {
        position: fixed;
        display: block;
        font-size: 14px;
        left: auto;
        right: 0;
        z-index: 11;
        border-radius: 0 0 100% 100%
    }

    .header {
        height: 90px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%
    }

    .header .container {
        height: 60px
    }

    .header .logo {
        top: 15px;
        left: 15px
    }

    .header .logo .logowz {
        height: 20px;
        display: inline-block
    }

    .header .logo img {
        height: 30px
    }

    .header .logo img {
        height: 30px
    }

    .header .logo img:nth-child(1) {
        width: auto
    }

    .header .logo img:nth-child(2) {
        width: auto
    }

    .header .index_nav {
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -ms-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        position: fixed;
        right: 0;
        top: 0;
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
        width: 150px;
        bottom: 0;
        background: #fff;
        z-index: 1115 !important;
        padding-top: 20px;
        margin-right: 0;
        margin-top: 0;
        height: 100%;
        overflow-y: auto;
        left: auto;
        -webkit-overflow-scrolling: touch
    }

    .header .index_nav>ul>li {
        margin-left: 0;
        margin-right: 0;
        background: 0 0;
        width: 100%;
        height: auto
    }

    .header .index_nav>ul>li>.xl {
        width: 100%;
        margin-left: 0;
        position: static;
        display: block;
        line-height: 24px;
        margin-top: -5px;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .header .index_nav>ul>li>.xl a {
        font-size: 13px;
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .header .index_nav>ul>li>a {
        height: auto;
        line-height: 40px;
        padding-left: 0;
        padding-top: 0;
        padding-right: 0;
        padding-left: 20px;
        color: #000;
        display: block;
        font-size: 16px;
        border-top: 0
    }

    .header .index_nav>ul>li>a span {
        display: none
    }

    .header .index_nav>ul>li>a.on,
    .header .index_nav>ul>li>a:hover {
        border-top: 0
    }

    .header .language {
        right: 50px;
        top: 20px
    }

    .header .language a {
        color: #474747;
        font-size: 12px;
        line-height: 20px;
        width: 26px;
        display: inline-block;
        text-align: center
    }

    .header .language a.on {
        background: #f5f5f5;
        width: 34px
    }

    .header .ewm {
        display: none
    }

    .header .hotline {
        display: none
    }

    .header .search {
        bottom: -30px;
        right: 15px;
        width: 100%;
        background: #fff;
        padding-left: 130px
    }

    .header .search .hotsearch {
        display: none
    }

    .header .search .form {
        width: 100%;
        height: 30px;
        border: solid 1px #e6e6e6;
        border-radius: 3px;
        position: relative;
        padding-right: 80px;
        margin-top: 0
    }

    .header .search .form .search_inp {
        width: 100%;
        padding-left: 10px;
        background: 0 0;
        border: 0;
        height: 28px;
        font-size: 12px
    }

    .header .search .form .search_btn {
        width: 44px;
        height: 30px;
        background: url(../images/btnbg.png) no-repeat center center;
        position: absolute;
        right: -1px;
        top: -1px;
        border: 0;
        font-size: 12px;
        border-radius: 0 3px 3px 0;
        color: #fff
    }

    .banner {
        margin-top: 35px
    }

    .banner #owl-demo1 {
        height: auto
    }

    .banner #owl-demo1 .owl-dots {
        display: none
    }

    .banner #owl-demo1 .item {
        height: auto
    }

    .banner #owl-demo1 .item img {
        display: block
    }

    body {
        padding-top: 55px;
        padding-bottom: 50px
    }

    .index_main {
        padding-top: 15px;
        background: #fbfbfb;
        position: relative;
        padding-bottom: 20px
    }

    .index_main .pro_btn {
        width: 90px;
        height: 30px;
        background: #0c8f80;
        position: fixed;
        top: 60px;
        left: 15px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        font-size: 12px;
        z-index: 5
    }

    .index_main .mleft {
        padding-left: 10px;
        margin-top: 0;
        float: none;
        position: fixed;
        top: 90px;
        left: 0;
        width: 100%;
        z-index: 3;
        background: #fff;
        bottom: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overflow-x: visible;
        display: none
    }

    .index_main .mleft .item {
        width: 50%
    }

    .index_main .mleft .item .tit {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        margin-top: 5px
    }

    .index_main .mleft .item .cont {
        margin-top: 3px
    }

    .index_main .mleft .item .cont .item1 {
        position: static
    }

    .index_main .mleft .item .cont .item1>a {
        display: block;
        margin-left: -10px;
        padding-left: 10px;
        background: url(../images/huijian.png) no-repeat 90% center;
        color: #000;
        line-height: 28px
    }

    .index_main .mleft .item .cont .item1>a:hover {
        background: url(../images/lvjian.png) no-repeat 90% center #e6e6e6;
        color: #0c8f80
    }

    .index_main .mleft .item .cont .item1 .cl {
        position: fixed;
        padding: 15px 20px;
        left: 50%;
        top: 90px;
        bottom: 0;
        display: none;
        border-style: solid;
        border-width: 2px;
        border-color: #e6e6e6;
        border-radius: 2px;
        background-color: #fff;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .index_main .mleft .item .cont .item1 .cl .tit1 {
        height: 28px;
        line-height: 28px;
        background: #129e8e;
        padding-left: 15px;
        color: #fff;
        font-size: 14px
    }

    .index_main .mleft .item .cont .item1 .cl .cont1 {
        margin-top: 10px
    }

    .index_main .mleft .item .cont .item1 .cl .cont1 .pic {
        width: 100%;
        float: none
    }

    .index_main .mleft .item .cont .item1 .cl .cont1 .pic img {
        width: 100%
    }

    .index_main .mleft .item .cont .item1 .cl .cont1 .cont1_m {
        float: none
    }

    .index_main .mleft .item .cont .item1 .cl .cont1 .cont1_m ul {
        margin-top: 10px
    }

    .index_main .mleft .item .cont .item1 .cl .cont1 .cont1_m ul li {
        height: auto;
        line-height: 20px;
        margin-bottom: 5px
    }

    .index_main .mleft .item .cont .item1 .cl .cont1 .cont1_m ul li a {
        display: inline-block;
        color: #666;
        font-size: 14px;
        line-height: 20px;
        margin-left: -10px;
        padding-left: 10px;
        padding-right: 10px
    }

    .index_main .mleft .item .cont .item1 .cl .cont1 .cont1_m ul li a:hover:hover {
        background: #e6e6e6;
        color: #0c8f80
    }

    .index_main .mleft .item .cont .item1 .cl.cl1 {
        width: 50%
    }

    .index_main .mleft .item .cont .item1 .cl.cl1 .cont1 .cont1_m {
        width: 100%;
        background: 0 0
    }

    .index_main .mleft .item .cont .item1 .cl.cl1 .cont1 .cont1_m ul li {
        width: 100%
    }

    .index_main .mleft .item .cont .item1 .cl.cl2 {
        width: 50%
    }

    .index_main .mleft .item .cont .item1 .cl.cl2 .cont1 .cont1_m {
        width: 100%;
        background: 0 0
    }

    .index_main .mleft .item .cont .item1 .cl.cl2 .cont1 .cont1_m ul li {
        width: 100%;
        padding-right: 0
    }

    .index_main .mleft .item .cont .item1 .cl.cl2 .cont1 .cont1_m ul li:nth-child(2n) {
        padding-left: 0;
        padding-right: 0
    }

    .index_main .mright {
        width: 100%;
        float: none
    }

    .index_main .mright .banner {
        width: 100%
    }

    .index_main .mright .banner .owl-theme .owl-controls {
        margin-top: 0
    }

    .index_main .mright .banner #owl-demo1 .owl-dots {
        display: block !important;
        position: absolute;
        bottom: 15px;
        right: 15px;
        width: 100%;
        text-align: right
    }

    .index_main .mright .banner #owl-demo1 .owl-dots .owl-dot {
        display: inline-block;
        float: none;
        margin-left: 2px;
        margin-right: 2px;
        width: 60px;
        height: 4px;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        background-color: #fff;
        opacity: .502;
        width: 13px;
        height: 3px
    }

    .index_main .mright .banner #owl-demo1 .owl-dots .owl-dot.active {
        background-color: #119a8a;
        height: 4px
    }

    .index_main .mright .banner #owl-demo1 .item {
        display: block
    }

    .index_main .mright .banner #owl-demo1 .item img {
        width: 100%
    }

    .index_main .mright .mr_main ul {
        margin-left: -5px;
        margin-right: -5px
    }

    .index_main .mright .mr_main ul li {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 10px
    }

    .index_main .mright .mr_main ul li .item {
        border-radius: 3px;
        overflow: hidden
    }

    .index_main .mright .mr_main ul li .item .more {
        width: 100%;
        height: 100%;
        display: block;
        background: #e2e2e2;
        text-align: center;
        color: #129e8e;
        font-size: 16px;
        padding-top: 60px;
        position: absolute;
        top: 0;
        left: 0
    }

    .index_main .mright .mr_main ul li .item .more img {
        width: 11px;
        height: 19px;
        margin-top: 20px
    }

    .index_main .mright .mr_main ul li .item:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .index_main .mright .mr_main ul li .item:hover .item_abs a {
        color: #0c8f80
    }

    .index_main .mright .mr_main ul li .item img {
        width: 100%;
        height: auto;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .index_main .mright .mr_main ul li .item .item_abs {
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        text-align: center
    }

    .index_main .mright .mr_main ul li .item .item_abs a {
        color: #333;
        font-size: 14px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .index_main1 {
        padding-top: 20px;
        padding-bottom: 25px;
        background: #fff
    }

    .index_main1 .index_tit .tit {
        color: #000;
        font-size: 18px
    }

    .index_main1 .index_tit .more {
        color: #666968;
        font-size: 14px
    }

    .index_main1 .index_tit .more a {
        color: #666968
    }

    .index_main1 .index_tit .more img {
        margin-left: 5px
    }

    .index_main1 .index_m1 {
        margin-top: 0
    }

    .index_main1 .index_m1 .m1_top .item {
        background: #f8f8f8;
        width: 100%;
        float: none;
        border-radius: 3px;
        padding-bottom: 15px;
        margin-top: 15px
    }

    .index_main1 .index_m1 .m1_top .item:nth-child(2) {
        float: none
    }

    .index_main1 .index_m1 .m1_top .item .pic {
        width: 100%;
        float: none
    }

    .index_main1 .index_m1 .m1_top .item .pic img {
        width: 100%
    }

    .index_main1 .index_m1 .m1_top .item .cont {
        margin-left: 0;
        padding-top: 10px;
        padding-right: 15px;
        padding-left: 15px
    }

    .index_main1 .index_m1 .m1_top .item .cont .tit {
        line-height: 24px;
        height: auto
    }

    .index_main1 .index_m1 .m1_top .item .cont .tit a {
        color: #555;
        font-size: 14px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .index_main1 .index_m1 .m1_top .item .cont .tit a:hover {
        color: #129e8e
    }

    .index_main1 .index_m1 .m1_top .item .cont .note {
        color: #888;
        font-size: 12px;
        margin-top: 10px
    }

    .index_main1 .index_m1 .m1_top .item .cont .note span {
        margin-right: 15px
    }

    .index_main1 .index_m1 .m1_top .item .cont .note span img {
        margin-right: 5px
    }

    .index_main1 .index_m1 .m1_top .item .cont .more {
        margin-top: 20px
    }

    .index_main1 .index_m1 .m1_top .item .cont .more a {
        display: block;
        width: 85px;
        height: 27px;
        border-radius: 14px;
        text-align: center;
        line-height: 25px
    }

    .index_main1 .index_m1 .m1_bot {
        padding-top: 10px
    }

    .index_main1 .index_m1 .m1_bot ul li {
        width: 100%;
        padding-right: 0;
        line-height: 30px
    }

    .index_main1 .index_m1 .m1_bot ul li .time {
        width: 80px;
        text-align: right;
        color: #888;
        font-size: 12px
    }

    .index_main1 .index_m1 .m1_bot ul li .tit {
        margin-right: 90px;
        padding-left: 15px;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: url(../images/huijian2.png) no-repeat left center
    }

    .index_main1 .index_m1 .m1_bot ul li .tit a {
        color: #555;
        font-size: 14px
    }

    .index_main1 .index_m1 .m1_bot ul li .tit a:hover {
        color: #129e8e
    }

    .footer {
        background: #fbfbfb;
        border-top: solid 1px #f2f2f2
    }

    .footer .footer_top {
        padding-top: 30px
    }

    .footer .footer_top .footer_abs {
        position: absolute;
        bottom: 0;
        left: 0
    }

    .footer .footer_top .footer_abs a {
        color: #0c8f80;
        font-size: 12px
    }

    .footer .footer_top>div>ul {
        margin-top: 5px
    }

    .footer .footer_top>div>ul li a {
        color: #444;
        line-height: 24px;
        font-size: 12px
    }

    .footer .footer_top .tit {
        color: #333;
        font-size: 14px;
        font-weight: 700
    }

    .footer .footer_top .note {
        color: #444;
        font-size: 12px;
        line-height: 28px;
        margin-top: 5px
    }

    .footer .footer_top .item1 {
        width: 100%;
        border-right: 0;
        height: auto;
        float: none;
        padding-bottom: 20px;
        position: relative;
        top: -10px
    }

    .footer .footer_top .item1 .ewm1 {
        width: 90px;
        right: 0;
        top: 0;
        text-align: center;
        font-weight: 700
    }

    .footer .footer_top .item1 .ewm1 img {
        margin-bottom: 5px;
        width: 100%
    }

    .footer .footer_top .item2 {
        width: 156px;
        padding-left: 36px;
        border-right: solid 1px #f2f2f2;
        height: 320px;
        display: none
    }

    .footer .footer_top .item3 {
        border-right: solid 1px #f2f2f2;
        padding-left: 36px;
        height: 320px;
        width: 480px;
        display: none
    }

    .footer .footer_top .item3 .tit1 {
        color: #888;
        font-size: 12px;
        margin-top: 10px
    }

    .footer .footer_top .item3 ul li a {
        color: #444;
        line-height: 24px;
        font-size: 12px
    }

    .footer .footer_top .item3 .itemm1 {
        width: 130px
    }

    .footer .footer_top .item3 .itemm2 {
        width: 156px
    }

    .footer .footer_top .item3 .itemm3 {
        width: 130px
    }

    .footer .footer_top .item4 {
        float: right;
        height: 320px;
        display: none
    }

    .footer .footer_top .item4 ul {
        margin-bottom: 30px
    }

    .footer .copyRight {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: solid 1px #f2f2f2;
        color: #494949;
        font-size: 12px
    }

    .footer .copyRight div {
        float: none
    }

    .footer .copyRight a {
        color: #494949
    }

    .footer .friendLink {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 22px
    }

    .footer .friendLink .tit {
        color: #494949;
        font-size: 12px;
        float: none
    }

    .footer .friendLink .cont {
        margin-left: 0;
        margin-left: -14px
    }

    .footer .friendLink .cont a {
        color: #494949;
        font-size: 12px;
        margin-left: 14px;
        display: inline-block
    }

    .ly_tank {
        left: 50%;
        bottom: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        border-radius: 3px;
        overflow: hidden;
        width: 90%;
        background: #ededee;
        z-index: 4;
        box-shadow: 0 0 110px 15px rgba(0, 0, 0, .3);
        display: none
    }

    .ly_tank .tit {
        background-size: 100% !important
    }

    .ej_main {
        margin-top: 15px
    }

    .ej_main .breadCrumb {
        padding: 6px 15px;
        line-height: 20px;
        color: #666;
        font-size: 12px;
        background: #f3f3f3;
        border-radius: 3px
    }

    .ej_main .breadCrumb a {
        color: #666;
        font-size: 12px
    }

    .ej_main .about_m {
        padding-top: 10px;
        padding-bottom: 20px
    }

    .ej_main .about_m .about_tit {
        color: #555;
        font-size: 14px;
        font-weight: 700
    }

    .ej_main .about_m .cont>img {
        display: block;
        margin-top: 15px;
    }
    .ej_main .about_m .cont>img.fr{
        display: none;
    }

    .ej_main .about_m .cont .item {
        border-top: solid 1px #f3f3f3;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%
    }

    .ej_main .about_m .cont .item .lvtit {
        color: #0c8f80;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 15px
    }

    .ej_main .about_m .cont .item .note {
        color: #555;
        font-size: 14px;
        line-height: 28px
    }

    .ej_main .about_m .cont .item .lva {
        color: #0c8f80;
        text-decoration: underline
    }

    .ej_main .about_m .cont .item .note1 {
        color: #555;
        font-size: 14px;
        font-weight: 700;
        margin-top: 15px
    }

    .ej_main .kehu_m {
        padding-top: 10px
    }

    .ej_main .kehu_m .kehu_tit {
        color: #555;
        font-size: 14px
    }

    .ej_main .kehu_m .item {
        border-top: solid 1px #ebebeb;
        padding-top: 15px
    }

    .ej_main .kehu_m .item:nth-child(2) {
        border-top: 0;
        padding-top: 15px
    }

    .ej_main .kehu_m .item .tit {
        color: #0c8f80;
        font-size: 14px
    }

    .ej_main .kehu_m .item .cont {
        padding-bottom: 10px
    }

    .ej_main .kehu_m .item .cont ul {
        margin-left: -4px;
        margin-right: -4px
    }

    .ej_main .kehu_m .item .cont ul li {
        padding-left: 4px;
        padding-right: 4px;
        width: 33.33%;
        margin-top: 8px
    }

    .ej_main .kehu_m .item .cont ul li a {
        display: block;
        width: 100%;
        height: 70px;
        border: solid 1px #ebebeb;
        border-radius: 3px;
        text-align: center;
        line-height: 68px
    }

    .ej_main .kehu_m .item .cont ul li a img {
        max-width: 90%;
        max-height: 60px
    }

    .ej_main .group_main {
        padding-top: 15px;
        padding-bottom: 20px
    }

    .ej_main .group_main .group_detail {
        color: #555;
        font-size: 14px;
        line-height: 24px
    }

    .ej_main .group_main .cont ul {
        margin-left: -10px;
        margin-right: -10px
    }

    .ej_main .group_main .cont ul li {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px
    }

    .ej_main .group_main .cont ul li .item:hover .cont1 {
        box-shadow: 0 0 3px 0 #076255
    }

    .ej_main .group_main .cont ul li .item:hover .cont1 .btn1 a {
        background: url(../images/btnbga2.png) no-repeat center center
    }

    .ej_main .group_main .cont ul li .item .pic {
        width: 130px;
        height: 130px;
        border-radius: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 2
    }

    .ej_main .group_main .cont ul li .item .pic img {
        width: 100%;
        border-radius: 100%
    }

    .ej_main .group_main .cont ul li .item .cont1 {
        padding-top: 70px;
        margin-top: -65px;
        padding-bottom: 20px;
        border-radius: 2px;
        background-color: #fff;
        box-shadow: 0 0 3px 0 rgba(10, 2, 5, .32);
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .ej_main .group_main .cont ul li .item .cont1 .tit {
        color: #555;
        font-size: 14px;
        margin-top: 5px
    }

    .ej_main .group_main .cont ul li .item .cont1 .tit .name {
        color: #0c8f80;
        font-size: 16px;
        margin-right: 10px;
        font-weight: 700
    }

    .ej_main .group_main .cont ul li .item .cont1 .note {
        color: #555;
        font-size: 12px;
        line-height: 24px;
        margin-top: 5px;
        height: 48px;
        overflow: hidden
    }

    .ej_main .group_main .cont ul li .item .cont1 .email {
        color: #555;
        font-size: 13px;
        margin-top: 5px
    }

    .ej_main .group_main .cont ul li .item .cont1 .btn1 {
        margin-top: 10px
    }

    .ej_main .group_main .cont ul li .item .cont1 .btn1 a {
        width: 104px;
        height: 36px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        line-height: 34px
    }

    .ej_main .news_main {
        padding-top: 0
    }

    .ej_main .news_main .js_note {
        color: #555;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0
    }

    .ej_main .news_main ul li {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: solid 1px #ebebeb
    }

    .ej_main .news_main ul li .pic {
        width: 100%;
        float: none
    }

    .ej_main .news_main ul li .pic img {
        width: 100%
    }

    .ej_main .news_main ul li .cont {
        margin-left: 0;
        padding-top: 16px
    }

    .ej_main .news_main ul li .cont .tit {
        color: #555;
        font-size: 14px;
        line-height: 22px
    }

    .ej_main .news_main ul li .cont .note {
        color: #888;
        font-size: 12px;
        margin-top: 10px
    }

    .ej_main .news_main ul li .cont .note span {
        margin-right: 15px
    }

    .ej_main .news_main ul li .cont .note span img {
        margin-right: 5px
    }

    .ej_main .news_main ul li .cont .note1 {
        color: #555;
        font-size: 14px;
        margin-top: 10px;
        display: none
    }

    .ej_main .news_main ul li .cont .more {
        margin-top: 10px
    }

    .ej_main .news_main ul li .cont .more a {
        display: block;
        width: 85px;
        height: 27px;
        border-radius: 14px;
        text-align: center;
        line-height: 25px
    }

    .ej_main .news_details {
        padding: 10px 15px 15px;
        margin-top: 10px;
        border: solid 1px #f0f0f0
    }

    .ej_main .news_details .tit {
        color: #333;
        font-size: 16px;
        line-height: 22px;
        text-align: center
    }

    .ej_main .news_details .note {
        color: #888;
        font-size: 12px;
        margin-top: 10px;
        text-align: center
    }

    .ej_main .news_details .note span {
        margin-right: 5px;
        margin-left: 5px
    }

    .ej_main .news_details .note span img {
        margin-right: 5px
    }

    .ej_main .news_details .cont {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        border-top: solid 1px #f0f0f0;
        margin-top: 15px;
        padding-top: 10px;
        color: #555;
        font-size: 14px;
        line-height: 24px
    }

    .ej_main .news_details .cont img {
        margin-top: 10px;
        max-width: 100%
    }

    .pages {
        padding-top: 10px;
        padding-bottom: 20px
    }

    .pages .tsa {
        width: 50px;
        height: 24px;
        border-radius: 15px;
        text-align: center;
        line-height: 22px;
        border: solid 1px #d5d5d5;
        display: inline-block !important;
        color: #888;
        font-size: 12px
    }

    .pages a {
        margin-left: 2px;
        margin-right: 2px;
        font-size: 12px;
        width: 24px;
        height: 24px;
        line-height: 24px
    }

    .pages a.on {
        width: 24px;
        height: 24px
    }

    .share {
        color: #666;
        font-size: 14px;
        margin-top: 10px
    }

    .fanye {
        margin-top: 5px;
        padding-bottom: 15px
    }

    .fanye .fy_main {
        line-height: 22px
    }

    .fanye .fy_main a {
        color: #666;
        font-size: 14px
    }

    .fanye .fy_back {
        margin-top: 10px;
        float: left
    }

    .fanye .fy_back a {
        width: 100px;
        height: 28px;
        border: solid 1px #d5d5d5;
        border-radius: 14px;
        color: #333;
        font-size: 12px;
        text-align: center;
        line-height: 26px;
        display: block
    }

    .join_main {
        margin-top: 15px;
        padding-bottom: 15px
    }

    .join_main ul li.on .item_tit {
        background: url(../images/jiantou5.png) no-repeat right center;
        border-bottom: solid 1px #0c8f80;
        color: #0c8f80
    }

    .join_main ul li .item_tit {
        height: 36px;
        border-bottom: solid 1px #f3f3f3;
        line-height: 36px;
        color: #555;
        font-size: 14px;
        font-weight: 700;
        background: url(../images/jiantou4.png) no-repeat right center;
        background-size: 14px !important;
        cursor: pointer;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .join_main ul li .cont {
        display: none;
        padding-top: 0;
        padding-bottom: 15px
    }

    .join_main ul li .cont .item {
        margin-top: 15px
    }

    .join_main ul li .cont .item .tit {
        color: #555;
        font-size: 14px
    }

    .join_main ul li .cont .item .note {
        line-height: 24px;
        font-size: 14px;
        color: #666
    }

    .join_main ul li .cont .item .note .note1 {
        padding-left: 20px
    }

    .join_main ul li .cont .note2 {
        margin-top: 10px;
        color: #0c8f80;
        font-size: 14px;
        line-height: 24px
    }

    .pro_list {
        padding-bottom: 20px
    }

    .pro_list ul {
        margin-left: -7px;
        margin-right: -7px
    }

    .pro_list ul li {
        width: 50%;
        padding-left: 7px;
        padding-right: 7px;
        margin-top: 14px
    }

    .pro_list ul li .item {
        border-radius: 3px;
        overflow: hidden
    }

    .pro_list ul li .item:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .pro_list ul li .item:hover .item_abs a {
        color: #0c8f80
    }

    .pro_list ul li .item img {
        width: 100%;
        height: auto;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .pro_list ul li .item .item_abs {
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        text-align: center
    }

    .pro_list ul li .item .item_abs a {
        color: #333;
        font-size: 14px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .pro_list1 {
        padding-bottom: 20px
    }

    .pro_list1 ul {
        margin-left: -7px;
        margin-right: -7px
    }

    .pro_list1 ul li {
        width: 50%;
        padding-left: 7px;
        padding-right: 7px;
        margin-top: 14px
    }

    .pro_list1 ul li .item {
        border-radius: 3px;
        overflow: hidden
    }

    .pro_list1 ul li .item:hover>a {
        border: solid 1px #0c8f80
    }

    .pro_list1 ul li .item:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .pro_list1 ul li .item:hover .item_abs a {
        color: #0c8f80
    }

    .pro_list1 ul li .item>a {
        display: block;
        overflow: hidden;
        border: solid 1px transparent;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .pro_list1 ul li .item img {
        width: 100%;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .pro_list1 ul li .item .item_abs {
        position: static;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        line-height: 20px;
        height: 40px;
        overflow: hidden
    }

    .pro_list1 ul li .item .item_abs a {
        color: #333;
        font-size: 14px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .zixun_main {
        margin-top: 15px;
        background: #f3f3f3;
        padding: 15px;
        margin-bottom: 20px
    }

    .zixun_main .inp1 {
        border-style: solid;
        border-width: 1px;
        border-color: #d2d2d2;
        border-radius: 3px;
        background-color: #fff;
        width: 100%;
        height: 34px;
        margin-bottom: 10px;
        padding-left: 35px
    }

    .zixun_main .inp1.pro {
        background: url(../images/lytb1.png) no-repeat 10px center #fff
    }

    .zixun_main .inp1.name {
        background: url(../images/lytb3.png) no-repeat 10px center #fff
    }

    .zixun_main .inp1.tel {
        background: url(../images/lytb4.png) no-repeat 10px center #fff
    }

    .zixun_main .inp1.comp {
        background: url(../images/lytb2.png) no-repeat 10px center #fff
    }

    .zixun_main .inp1.beizhu {
        background: url(../images/lytb5.png) no-repeat 10px center #fff
    }

    .zixun_main .item {
        line-height: 24px;
        color: #555;
        font-size: 14px;
        padding-top: 5px;
        font-weight: 700
    }

    .zixun_main .item span {
        color: #129e8e
    }

    .zixun_main .item .btn1 {
        margin-right: 0;
        float: none;
        margin-bottom: 10px
    }

    .zixun_main .item .btn1 input {
        width: 100%;
        height: 36px;
        background: #129e8e;
        border-radius: 3px;
        color: #fff;
        font-size: 14px;
        border: 0;
        font-weight: 400
    }

    .bps_details {
        margin-top: 20px
    }

    .bps_details .bps_left {
        margin-right: 0
    }

    .bps_details .bps_left .item {
        border-top: solid 1px #ebebeb;
        margin-bottom: 20px;
        padding-top: 20px
    }

    .bps_details .bps_left .item:nth-child(1) {
        border-top: 0;
        padding-top: 0
    }

    .bps_details .bps_left .item .tit {
        color: #555556;
        font-size: 16px
    }

    .bps_details .bps_left .item .cont {
        margin-top: 15px
    }

    .bps_details .bps_left .item .cont .pic img {
        width: 100%
    }

    .bps_details .bps_left .item .cont .tit1 {
        margin-top: 15px;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

    .bps_details .bps_left .item .cont .tit1 a {
        color: #333;
        font-size: 14px
    }

    .bps_details .bps_left .item .cont .tit2 {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 15px
    }

    .bps_details .bps_left .item .cont .tit2 a {
        color: #555;
        font-size: 12px
    }

    .bps_details .bps_left .item .cont .more {
        margin-top: 10px;
        text-align: center
    }

    .bps_details .bps_left .item .cont .more a {
        color: #0c8f80;
        font-size: 12px
    }

    .bps_details .bps_right {
        float: none;
        width: 100%
    }

    .bps_details .bps_right .bps_details1 {
        padding: 15px;
        border: solid 1px #f0f0f0
    }

    .bps_details .bps_right .bps_details1 .tit {
        color: #333;
        font-size: 16px;
        line-height: 22px;
        text-align: center
    }

    .bps_details .bps_right .bps_details1 .note {
        color: #888;
        font-size: 12px;
        margin-top: 10px;
        text-align: center
    }

    .bps_details .bps_right .bps_details1 .note span {
        margin-right: 5px;
        margin-left: 5px
    }

    .bps_details .bps_right .bps_details1 .note span img {
        margin-right: 5px
    }

    .bps_details .bps_right .bps_details1 .cont {
        border-top: solid 1px #f0f0f0;
        margin-top: 15px;
        color: #555;
        font-size: 14px;
        line-height: 28px
    }

    .bps_details .bps_right .bps_details1 .cont img {
        margin-top: 10px;
        max-width: 100%
    }

    .bps_details .bps_right .bps_details1 .cont .item {
        padding-top: 10px
    }

    .bps_details .bps_right .bps_details1 .cont .item .titt {
        color: #0c8f80;
        font-size: 16px
    }

    .bps_details .bps_right .bps_details1 .cont .item .cont1 {
        color: #555;
        font-size: 14px;
        line-height: 24px;
        padding-top: 5px
    }

    .bps_details .bps_right .bps_details1 .cont .item_xxk {
        margin-top: 15px
    }

    .bps_details .bps_right .bps_details1 .cont .item_xxk .xxk {
        border-bottom: solid 1px #ececec;
        height: auto;
        line-height: 28px
    }

    .bps_details .bps_right .bps_details1 .cont .item_xxk .xxk .xxk1 {
        color: #555;
        font-size: 14px;
        float: left;
        margin-right: 15px;
        border-bottom: solid 1px transparent
    }

    .bps_details .bps_right .bps_details1 .cont .item_xxk .xxk .xxk1.on {
        color: #0c8f80;
        border-bottom: solid 1px #0c8f80
    }

    .bps_details .bps_right .bps_details1 .cont .item_xxk .xxkqh {
        padding-top: 10px
    }

    .bps_details .bps_right .bps_details1 .cont .item_xxk .xxkqh .xxkqh1 ul li {
        height: 26px;
        line-height: 26px;
        padding-left: 15px;
        background: url(../images/jiantou6.png) no-repeat left center
    }

    .bps_details .bps_right .bps_details1 .cont .item_xxk .xxkqh .xxkqh1 ul li a {
        color: #555;
        font-size: 14px
    }

    .bps_details .bps_right .bps_details1 .cont .item_xxk .xxkqh .xxkqh1 ul li a:hover {
        color: #0c8f80
    }

    .ej_nav {
        margin-top: 15px
    }

    .ej_nav a {
        height: 30px;
        line-height: 28px;
        width: auto;
        text-align: center;
        border-radius: 15px;
        font-size: 12px;
        font-weight: 700;
        display: inline-block;
        margin-right: 5px;
        margin-top: 10px;
        padding-left: 15px;
        padding-right: 15px
    }

    .ej_nav a.on {
        background: url(../images/bgtp3.png) no-repeat center center
    }

    .xz_main {
        padding-bottom: 20px
    }

    .xz_main .item {
        margin-top: 10px
    }

    .xz_main .item .tit {
        color: #000;
        font-size: 16px
    }

    .xz_main .item ul {
        margin-top: 5px
    }

    .xz_main .item ul li {
        width: 100%;
        padding-left: 15px;
        line-height: 24px
    }

    .xz_main .item ul li a {
        display: inline-block;
        padding-left: 15px;
        background: url(../images/xz1.png) no-repeat left center;
        color: #444;
        font-size: 12px
    }

    .xz_main .item ul li a:hover {
        background: url(../images/xz2.png) no-repeat left center;
        color: #129e8e
    }

    .contact_main {
        padding-top: 0;
        padding-bottom: 20px
    }

    .contact_main .contact_top .item {
        margin-top: 15px;
        float: none;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 0 5px 0 rgba(10, 2, 5, .16);
        width: 100%;
        height: auto;
        padding: 15px
    }

    .contact_main .contact_top .item .tit {
        color: #0c8f80;
        font-size: 16px
    }

    .contact_main .contact_top .item .note {
        color: #555;
        font-size: 14px;
        margin-top: 10px
    }

    .contact_main .contact_top .item .note span {
        color: #999;
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px
    }

    .contact_main .contact_top .item .cont {
        margin-top: 15px;
        color: #555;
        font-size: 14px;
        line-height: 24px
    }

    .contact_main .contact_bot {
        margin-top: 0
    }

    .contact_main .contact_bot .item {
        color: #555;
        font-size: 16px;
        width: 100%;
        margin-top: 15px
    }

    .contact_main .contact_bot .cont {
        color: #555;
        font-size: 14px;
        line-height: 26px;
        margin-top: 10px
    }

    .contact_main .contact_bot .cont img {
        max-width: 100%
    }

    .contact_main .map {
        margin-top: 20px
    }

    .sitemap {
        padding-bottom: 5px
    }

    .sitemap .item {
        padding-top: 20px;
        padding-bottom: 14px;
        border-top: dashed 1px #ebebeb
    }

    .sitemap .item:nth-child(1) {
        border-top: 0
    }

    .sitemap .item .item_tit {
        background: url(../images/titbg2.png) no-repeat center center;
        width: 96px;
        height: 34px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: 700
    }

    .sitemap .item .cont {
        margin-top: 10px;
        overflow: hidden
    }

    .sitemap .item .cont a {
        display: inline-block;
        margin-right: 15px;
        position: relative;
        color: #444;
        font-size: 12px
    }

    .sitemap .item .cont a:nth-child(1):before {
        display: none
    }

    .sitemap .item .cont a:before {
        content: "";
        width: 1px;
        height: 12px;
        background: #ccc;
        position: absolute;
        left: -8px;
        top: 3px
    }

    .sitemap .item .item1 .tit1 {
        color: #129e8e;
        font-size: 14px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .sitemap .item .item1 .item2 .tit2 {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        margin-top: 15px;
        margin-bottom: 5px
    }

    .sitemap .item .item1 .item2 .cont2 ul {
        margin-left: -4px;
        margin-right: -4px
    }

    .sitemap .item .item1 .item2 .cont2 ul li {
        width: 100%;
        padding-left: 4px;
        padding-right: 4px;
        margin-top: 8px
    }

    .sitemap .item .item1 .item2 .cont2 ul li a {
        display: block;
        height: 30px;
        line-height: 30px;
        padding-left: 12px;
        background: #f8f8f8;
        color: #444;
        font-size: 12px
    }

    .pro_main1 {
        margin-top: 33px
    }

    .pro_main1 .pro_tx1 .item .item_abs {
        width: 150px;
        height: 37px;
        background: url(../images/btnbg4.png) no-repeat center center;
        line-height: 36px;
        text-align: center;
        position: absolute;
        left: 50%;
        margin-left: -75px;
        bottom: 33px;
        color: #fff;
        font-size: 16px;
        z-index: 2;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    .pro_main1 .pro_m1 {
        float: none;
        width: 100%;
        padding-top: 10px
    }

    .pro_main1 .pro_m1 .tit {
        color: #000;
        font-size: 16px;
        padding-bottom: 10px;
        border-bottom: dashed 1px #d8d8d8
    }

    .pro_main1 .pro_m1 .cont {
        height: 300px;
        margin-top: 15px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .pro_main1 .pro_m1 .cont .item {
        line-height: 22px;
        margin-bottom: 5px
    }

    .pro_main1 .pro_m1 .cont .item .name {
        width: 72px;
        font-size: 14px;
        float: left
    }

    .pro_main1 .pro_m1 .cont .item .item_m {
        margin-left: 72px
    }

    .pro_main1 .pro_m1 .cont::-webkit-scrollbar {
        width: 4px;
        height: 3px;
        background-color: #f5f5f5
    }

    .pro_main1 .pro_m1 .cont::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        border-radius: 2px;
        background-color: #f5f5f5
    }

    .pro_main1 .pro_m1 .cont::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #45aba0
    }

    .pro_main1 .pro_m1 .sp_main {
        margin-top: 25px;
        border-top: dashed 1px #ebebeb
    }

    .pro_main1 .pro_m1 .sp_main .morebtn {
        position: absolute;
        right: 0;
        bottom: 0;
        color: #0c8f80;
        cursor: pointer
    }

    .pro_main1 .pro_m1 .sp_main .morebtn.on img {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .pro_main1 .pro_m1 .sp_main .morebtn img {
        margin-left: 5px
    }

    .pro_main1 .pro_m1 .sp_main ul li {
        margin-top: 12px;
        margin-right: 0;
        width: 50%;
        padding-right: 20px
    }

    .pro_main1 .pro_m1 .sp_main ul li .pic>img {
        width: 100%
    }

    .pro_main1 .pro_m1 .sp_main ul li .pic span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .pro_main1 .pro_m1 .sp_main ul li .tit1 {
        padding-top: 5px
    }

    .pro_main1 .pro_m1 .sp_main ul li .tit1 a {
        color: #444;
        font-size: 12px
    }

    .pro_main2 {
        padding-top: 5px;
        padding-bottom: 20px
    }

    .pro_main2 .pro_tit {
        border-bottom: solid 1px #c9c9c9;
        color: #000;
        font-size: 16px;
        line-height: 36px
    }

    .pro_main2 ul li {
        height: 40px;
        border-bottom: dashed 1px #c9c9c9;
        line-height: 40px
    }

    .pro_main2 ul li .name a {
        color: #555;
        font-size: 14px
    }

    .pro_main2 ul li .download_btn {
        width: 54px;
        height: 26px;
        background: url(../images/btnbg6.png) no-repeat center center;
        text-align: center;
        line-height: 26px;
        color: #fff;
        margin-top: 7px
    }

    .pro_main3 {
        background: #fafafa;
        padding-top: 15px
    }

    .pro_main3 .pro_tit1 {
        color: #129e8e;
        font-size: 16px
    }

    .pro_main3 .cont ul {
        margin-left: -7px;
        margin-right: -7px
    }

    .pro_main3 .cont ul li {
        padding-left: 7px;
        padding-right: 7px;
        width: 50%
    }

    .pro_main3 .cont ul li .item {
        margin-top: 15px
    }

    .pro_main3 .cont ul li .item:hover>a {
        border: solid 1px #129e8e
    }

    .pro_main3 .cont ul li .item:hover .item_abs a {
        color: #129e8e
    }

    .pro_main3 .cont ul li .item>a {
        width: 100%;
        border: solid 1px transparent;
        display: block;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .pro_main3 .cont ul li .item>a img {
        width: 100%
    }

    .pro_main3 .cont ul li .item .item_abs {
        text-align: center;
        padding-top: 10px
    }

    .pro_main3 .cont ul li .item .item_abs a {
        color: #444;
        font-size: 14px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .index_main11 {
        background: #fafafa;
        padding-top: 15px
    }

    .index_main11 .index_tit {
        color: #129e8e;
        font-size: 16px
    }

    .error_main {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .error_main .container {
        position: relative
    }

    .error_main .error_left {
        width: 100%;
        margin-left: 0
    }

    .error_main .error_left img {
        width: 100%
    }

    .error_main .error_right {
        margin-top: 40px;
        color: #131313;
        font-size: 16px;
        line-height: 26px;
        position: static;
        top: 100px;
        right: 0;
        width: 100%
    }

    .error_main .error_right span {
        color: #129e8e
    }

    .error_main .error_right a {
        color: #129e8e;
        font-size: 20px
    }

    .video_main {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .video_main .zhanwei {
        width: 100%
    }

    .video_main .tit {
        color: #333;
        font-size: 16px;
        line-height: 22px;
        text-align: center
    }

    .video_main .note {
        color: #888;
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
        padding-bottom: 15px
    }

    .video_main .note span {
        margin-right: 5px;
        margin-left: 5px
    }

    .video_main .note span img {
        margin-right: 5px
    }

    .video_main .video_m {
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        height: 100%
    }

    body {
        padding-bottom: 70px
    }

    .mobile_footer {
        height: 70px;
        background: #f5f5f5;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 3;
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05)
    }

    .mobile_footer a {
        width: 25%;
        float: left;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        font-weight: 700;
        color: #666;
        position: relative;
        padding-top: 10px
    }

    .mobile_footer a img {
        width: 30px;
        margin-bottom: 5px
    }
}