﻿    @charset "UTF-8";
    /**
 *
 * @authors Your Name (you@example.org)
 * @date    2017-04-25 12:38:43
 * @version $Id$
 */

    * {
        font-size: 14px;
        padding: 0;
        margin: 0;
        color: rgb(67, 67, 67);
    }

    li {
        list-style: none;
    }

    body {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
    }

    a {
        color: #333
    }

    a:hover {
        text-decoration: none;
    }

    [class*="col-"] {
        padding: 0;
    }

    .header {
        background-color: #fff;
        width: 100%;
        z-index: 2;
    }

    .login img {
        max-height: 40px;
        margin-top: 20px;
    }

    .menu {

        display: none;
    }

    .menu i {
        color: #fff;
        font-size: 40px;
        line-height: 60px;
    }

    .navlist {
        float: right;
    }

    .navlist>li {
        float: left;
        line-height: 80px;

        position: relative;
    }

    .navlist>li.active,
    .navlist>li.active a,
    .navlist li:hover,
    .navlist li:hover a {
        background-color: #32ABE3;
        color: #fff;
    }

    .navlist>li>a {
        color: #333;
        font-size: 16px;
        padding: 0 20px;
    }

    .navlist>li .sub-menu {
        background-color: #fff;
        -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 80px;
        width: 380px;
        z-index: 3
    }

    .navlist>li .sub-menu .padding {
        padding: 10px;
        padding-left: 0;
    }

    .padding {
        overflow: hidden;
        background-color: #32ABE3;
    }

    .padding ul {
        float: left;
        padding: 0 20px;
    }

    .padding .info {
        float: left;
        margin-left: 10px;
    }

    .info img {
        max-width: 200px;
    }

    .info p {
        color: #fff;
        line-height: 36px;
    }

    .navlist>li li {
        line-height: 35px;
    }

    .navlist>li li a {
        color: #32ABE3;
        line-height: 28px;
    }

    .bannersize {
        position: absolute;
        top: 30%;
        left: 30%;
        z-index: 4
    }

    .bannersize h1 {
        font-size: 90px;
        font-weight: bold;
        text-align: center;
        color: #fff;
    }

    .bannersize p {
        margin-top: 30px;
        font-size: 30px;
        text-align: center;
        color: #fff;
    }

    .swiper-container {
        width: 100%;
        height: auto;
        position: relative;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-slide img {
        width: 100%;
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .swiper-button-next {
        height: 40px;
        width: 40px;
        background-color: #32ABE3;
        border-radius: 50%;
        background-image: url(../images/prevright.png);
        background-size: 22px;
    }

    .swiper-button-prev {
        height: 40px;
        width: 40px;
        background-color: #32ABE3;
        border-radius: 50%;
        background-image: url(../images/prevleft.png);
        background-size: 22px;
    }

    .aboutbox {
        overflow: hidden;
    }

    .title {
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        overflow: hidden;
    }

    .title ul {
        padding: 0 10px;
    }

    .title ul li a strong {
        font-size: 24px;
    }

    .title ul li:nth-child(2) a {
        color: #32ABE3;
        font-size: 24px;
    }

    .title div,
    .title ul {
        float: left;
    }

    .about {
        margin-top: 30px;
    }

    .aboutus h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .aboutus div {
        margin-top: 20px;
        line-height: 22px;
        text-align: justify;
    }

    .aboutus>div>div {
        width: 100%;
        height: 130px;
        overflow: hidden;
        margin-top: 0;
    }

    .aboutus>div>div img {
        max-width: 100%;
        min-height: 130px;
        min-width: 100%;
    }

    .aboutus>div p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-indent: 2em;
        margin-top: 20px;
        line-height: 28px;
    }

    .advantage {
        padding: 0 20px;
    }

    .advantage ul li {
        margin-bottom: 40px;
    }

    .aboutimg h3,
    .advantage ul li>h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .advantage ul li dl {
        overflow: hidden;
        margin-top: 20px;
    }

    .advantage ul li dl dd {
        float: left;
    }

    .advantage ul li dl dd h3 {
        color: #32ABE3;
        margin-bottom: 10px;
    }

    .advantage ul li dl dd:nth-child(1) i {
        color: #32ABE3;
        font-size: 50px;
        margin-right: 20px;
    }

    .aboutimg>div {
        margin-top: 20px;
    }

    .about {
        overflow: hidden;
    }

    .btn {
        width: 120px;
        height: 40px;
        background-color: #32ABE3;
        border-radius: 20px;
        padding: 0;
        margin: 0 auto;
        display: block;
        margin-top: 20px;
    }

    .btn a {
        color: #fff;
        line-height: 40px;
        text-align: center;
    }

    .casebox {
        background-color: #f2f2f2;
        padding: 30px 0;
        margin-top: 30px;
    }

    .title.title1 {
        margin-top: 0;
    }

    .case {
        margin-top: 20px;
    }

    .case ul {
        overflow: hidden;
    }

    .case ul li {
        padding: 10px;
    }

    .case-i {
        overflow: hidden;
    }

    .case-i img {
        max-width: 100%;
        min-width: 100%;
        transition: all 0.4s;
    }

    .case-i img:hover {
        transform: scale(1.2);
    }

    .case-t {
        text-align: center;
    }

    .case-t h3 {
        line-height: 24px;
        font-weight: bold;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        height: 24px;
    }

    .case-c {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 48px;
        line-height: 24px;
    }



    .new {
        margin-top: 20px;
    }

    .new ul {
        overflow: hidden;
    }

    .new ul li {
        padding: 10px;
    }

    .new-i {
        overflow: hidden;
    }

    .new-i img {
        max-width: 100%;
        min-width: 100%;
        transition: all 0.4s;
    }

    .new-i img:hover {
        transform: scale(1.2);
    }

    .new-t {
        text-align: left;
    }

    .new-t h3 {
        line-height: 24px;
        font-weight: bold;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        height: 24px;
    }

    .new-time {
        margin: 5px 0 10px 0
    }

    .new-c {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 72px;
        line-height: 24px;
    }
    /*footer*/

    .contact_us1 {
        overflow: hidden;
        background-color: #32ABE3;
        padding: 40px;
        margin-top: 30px;
    }

    .contact_us1 * {
        color: #fff;
    }

    .contact_us1 ul {
        float: left;
        padding-left: 20px;
    }

    .contact_us1 ul li:nth-child(1) h3 {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .contact_us1 ul li h2 {
        font-size: 16px;
    }

    .contact_us1 ul li {
        overflow: hidden;
        margin-bottom: 6px;
        text-align: right;
    }

    .contact_us1 ol li {
        overflow: hidden;
    }

    .contact_us1 ol li:nth-child(2) {
        padding-left: 60px;
    }

    .contact_us1 ol li:nth-child(3) {
        height: 40px;
        width: 120px;
        border-radius: 20px;
        border: solid 1px #fff;
        text-align: center;
        line-height: 40px;
        margin-left: 60px;
        margin-top: 10px;
    }

    .contact_us1 ol li:nth-child(3):hover,
    .contact_us1 ol li:nth-child(3):hover a {
        background-color: #32ABE3;
        color: #fff;
    }

    .contact_us1 ol li img {
        max-width: 302px;
        margin-bottom: 10px;
    }

    .footernews>dd {
        border-bottom: dashed 1px #fff;
        margin-bottom: 6px;
    }

    .footernew {
        overflow: hidden;
    }

    .footernew dd {
        float: left;
    }

    .footernew dd:nth-child(1) {
        color: #32ABE3;
    }

    .footernew dd:nth-child(2) {
        width: 50%;
        padding-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        height: 24px;
    }

    .footernew dd:last-child {
        float: right;
    }

    footer {
        background-color: #05A8E0;
    }

    .footer_nav {
        width: 800px;
        margin: 0 auto;
        overflow: hidden;
        border-bottom: solid 1px #ccc;
        padding: 0 220px;
    }

    .footer_nav dd {
        float: left;
        padding: 0 20px;
        line-height: 40px;
    }

    .footer_nav dd>a:hover,
    .footer_nav dd>a:focus {
        color: #fff;
    }

    .servicefooter {
        padding: 20px 0;
    }

    .footer_center li {
        text-align: center;
        font-size: 16px;
        color: #fff;
    }

    .newimg {
        height: 300px;
        overflow: hidden;
    }

    .newimg img {
        max-width: 100%;
    }

    .newtitle {
        background-color: #eee;
    }

    .newtitle ul li {
        float: left;
        line-height: 40px;
    }

    .newtitle ul li i {
        font-size: 10px;
        margin: 0 10px;
    }

    .newtitle p {
        float: right;
        line-height: 40px;
        background-color: #32ABE3;
        color: #fff;
        text-align: center;
        width: 120px;
    }

    .newnav {
        margin: 40px 0 20px;
        overflow: hidden;
    }

    .newnav li {
        float: left;
        padding: 0 20px;
        border: solid 1px #32ABE3;
        text-align: center;
        height: 36px;
        line-height: 36px;
        margin-left: -1px;
    }

    .newnav li:nth-child(1) {
        margin-left: 0;
    }

    .newnav li.activer {
        background-color: #32ABE3;
    }

    .newnav li.activer a {
        color: #fff;
    }

    .newnav li a {
        color: #32ABE3;
    }

    .newlistbox ul li {
        border: solid 1px #e9e9e9;
        padding: 20px;
        overflow: hidden;
    }

    .newlistbox ul li div {
        width: 25%;
        float: left;
        height: 150px;
        overflow: hidden;
    }

    .newlistbox ul li div img {
        width: 100%;
        max-width: 100%;
        transition: all 0.4s;
    }

    .newlistbox ul li div img:hover {
        transform: scale(1.2);
    }

    .newlistbox ul li dl {
        width: 75%;
        float: right;
        padding-left: 2%;
        margin-top: 10px;
    }

    .newlistbox ul li dl dd h3 {
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 24px;
        overflow: hidden;
    }

    .newlistbox ul li dl dd h3 a {
        font-size: 18px;
        padding-top: 6px;
        color: #434343;
        font-weight: normal;
        text-decoration: none;
        line-height: 24px;
    }

    .newlistbox ul li dl dd p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 72px;
    }

    .newlistbox ul li dl dd:nth-child(2) {
        margin: 10px 0;
    }

    .newlistbox ul li dl dd:nth-child(3) {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 56px;
    }

    .newlistbox ul li dl dd p a {
        font-size: 14px;
        padding-top: 10px;
        color: #666666;
        font-weight: normal;
        text-decoration: none;
    }

    .layui-laypage .layui-laypage-curr .layui-laypage-em {
        background-color: #32ABE3;
    }

    .address {
        overflow: hidden;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .address li {
        width: 25%;
        float: left;
    }

    .address li dl dd {
        text-align: center;
    }

    .address li dl dd:nth-child(1) {
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        background-color: #32ABE3;
        border-radius: 50%;
        font-size: 40px;
        color: #ffffff;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .address li dl dd:nth-child(1) i {
        font-size: 40px;
        color: #ffffff;
    }

    .address li dl dd:nth-child(2) {
        font-size: 22px;
        color: #111;
        margin-bottom: 15px;
    }

    .address li dl dd:nth-child(3) {
        font-size: 16px;
        text-transform: uppercase;
        color: #888;
        border-bottom: solid 1px #ccc;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .address li dl dd:nth-child(4) {
        width: 80%;
        margin: 0 auto;
        color: #888;
    }

    .map {
        margin-top: 20px;
        margin-left: 20px;
        margin-bottom: 40px;
    }

    .map h3 {
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    #GDmap {
        height: 400px;
        margin: 0px;
        font: 12px Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial;
    }

    .info-title {
        color: white;
        font-size: 14px;
        background-color: rgba(0, 155, 255, 0.8);
        line-height: 26px;
        padding: 0px 0 0 6px;
        font-weight: lighter;
        letter-spacing: 1px
    }

    .info-content {
        padding: 4px;
        color: #666666;
        line-height: 23px;
    }

    .info-content img {
        float: left;
        margin: 3px;
    }

    .container.contentboxshadow {
        box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.3);
        padding: 0;
    }

    .page-wrapper .page-content>div.content_title {
        padding: 20px 0;
        border-bottom: 2px solid #eee;
        padding-left: 20px;
    }

    .content_title h3 {
        font-weight: bold;
        font-size: 24px;
        border-left: 4px #32ABE3 solid;
        line-height: 40px;
        padding-left: 20px;
    }

    .content_title ul {
        overflow: hidden;
        margin-top: 20px;
        text-align: center;
    }

    .content_title ul li {
        float: left;
        margin: 0 10px;
    }

    .content {
        text-align: justify;
        width: 96%;
        padding-right: 4%;
        margin: 20px auto;
    }

    .content_titles {
        border: 0;
    }

    .content_box {
        width: 67.5%;
        float: left;
    }

    .contentnewlist {
        width: 32.5%;
        padding: 40px 20px 0px 35px;
        background: url(../images/detail_rbg.jpg);
        float: right;
        box-shadow: -3px 0px 10px rgba(153, 153, 153, 0.3);
    }

    .contentnewlist ul li {
        overflow: hidden;
        padding-bottom: 10px;
        border-bottom: solid 1px #eee;
        margin-bottom: 10px;
    }

    .contentnewlist ul li:nth-child(1) {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        background-image: url(../images/menu.png;);
    }

    .contentnewlist ul li h3 {
        height: 40px;
        font-size: 20px;
        color: #000;
    }

    .contentnewlist ul li p a {
        color: #666
    }

    .contentnewlist ul li p {
        color: #ccc;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .DBmenu {
        display: none;
    }

    #menu {
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 44px;
        line-height: 44px;
        z-index: 999;
        background-color: #f1f1f1;
    }

    #menu ul {
        margin: 0 auto;
        list-style-type: none;
        width: 100%;
        max-width: 500px;
        height: 100%;
    }

    #menu ul li {
        float: left;
        width: 33.3%;
        height: 100%;
        text-align: center;
        position: relative;
        font-size: 14px;
    }

    #menu ul li .line {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 30;
    }

    #menu ul li .menu_li {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 20;
        width: 100%;
        height: 100%;
        color: #454545;
        background: url(images/menubg.png) repeat-x;
    }

    #menu ul li .img_front {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 30;
        width: 100%;
        height: 100%;
    }

    #menu ul li .img_front img {
        width: 100%;
        height: 100%;
    }

    #menu ul li span {
        position: absolute;
        bottom: -300px;
        left: 50%;
        width: 104px;
        margin-left: -52px;
        margin-bottom: 14px;
        height: auto;
        text-align: center;
        z-index: 10;
        display: block;
    }

    #menu ul li span div {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    #menu ul li span div p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 88%;
        margin: 0 auto;
    }

    #menu ul li span a {
        float: left;
        width: 100%;
        height: 43px;
        line-height: 43px;
        color: #454545;
        text-decoration: none;
    }

    .footer_front {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 888;
        display: none;
    }

    @media screen and (max-width: 1400px) {
        .swiper-container {
            height: auto;
        }

        .bannersize h1 {
            font-size: 48px;
        }
        .bannersize p {
            font-size: 28px;
        }
    }

    @media screen and (max-width: 1199px) {
        .bannersize {
            display: none;
        }
        .login {
            width: 30%;
            float: left;
        }
        .navlist>li>a {
            padding: 0 15px;
        }
        .about>div {
            margin-bottom: 20px;
        }
        .advantage,
        .aboutus,
        .aboutimg {
            padding: 0;
            width: 33.3%;
            float: left;
        }
        .advantage {
            padding-left: 20px;
        }
        .aboutimg img {
            min-width: 100%;
            max-width: 100%;
        }
        .case ul li {
            float: left;
            width: 33.3%;
        }
        .new ul li {
            float: left;
            width: 33.3%;
        }

        .contact_us1 .col-lg-4 {
            width: 33.3%;
            float: left;
        }
        .advantage ul li dl dd:nth-child(1) {
            width: 20%;
        }
        .advantage ul li dl dd:nth-child(2) {
            width: 80%;
            float: right;
            padding: 0 20px;
        }
        .aboutus>div {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 13;
            overflow: hidden;
        }
        .advantage ul li dl dd h3 {
            margin-bottom: 0;
        }
    }

    @media screen and (max-width: 1023px) {
        .newimg {
            height: auto;
        }
        .aboutus {
            width: 100%;
        }
        .advantage {
            padding: 0;
            width: 50%;
            float: left;
        }
        .aboutimg {
            padding: 0;
            width: 50%;
            float: left;
        }
        .advantage ul li dl dd:nth-child(1) {
            width: auto;
        }
        .advantage ul li dl dd:nth-child(2) {
            width: auto;
            float: left;
        }
        .advantage ul li dl dd h3 {
            margin-bottom: 10px;
        }
        .login {
            text-align: center;
            width: 100%;
        }
        .navbox {
            width: 626px;
            text-align: center;
            margin: 0 auto;
        }
        .navlist {
            float: none;
        }
        .case ul li {
            width: 50%;
        }
        .new ul li {
            width: 50%;
        }
        .footernew dd:nth-child(2) {
            width: 68%;
        }
        .contact_us1 ul li:nth-child(1) h3 {
            margin-bottom: 10px;
        }
        .footernew dd:last-child {
            display: none;
        }
    }

    @media screen and (max-width: 930px) {
        .newlistbox ul li div {
            width: 40%;
        }
        .newlistbox ul li dl {
            width: 60%;
        }
        .footernews {
            padding-left: 10px;
        }
        .contact_us1 ul,
        .contact_us1 ol {
            width: 50%;
            float: left;
        }
    }

    @media screen and (max-width: 767px) {
        .advantage ul li dl dd:nth-child(1) {
            width: 20%;
        }
        .advantage ul li dl dd:nth-child(2) {
            width: 80%;
            float: left;
        }
        .contentnewlist {
            display: none;
        }
        .content_box {
            width: 100%;
        }
        .header {
            position: static;
        }
        .layui-laypage select {
            display: none;
        }
        .menu {
            display: block;
        }
        .navlist>li {
            width: 100%;
            line-height: 30px;
            height: 30px;
            border-bottom: dashed 1px #eee;
            text-align: center;
        }
        .navlist>li a {
            color: #333;
            font-size: 12px;
            padding: 0;
        }
        .navlist {
            width: 70%;
            margin: 0 auto;
            position: absolute;
            left: 15%;
            line-height: 30px;
            background-color: #fff;
            z-index: 999;
            border-radius: 4px;
            padding-bottom: 4px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            display: none;
        }
        .footernews {
            display: none;
        }
        .advantage,
        .aboutimg {
            width: 100%;
        }
        .case ul li,
        .new ul li {
            width: 100%;
        }
        .contact_us1 .col-lg-4 {
            width: 100%;
        }
        .contact_us1 ol li {
            text-align: center;
        }
        .contact_us1 ol li:nth-child(3) {
            margin: 0 auto;
            margin-top: 10px;
        }
        .contact_us1 ul li:nth-child(1) h3 {
            display: none;
        }
        .contact_us1 ul {
            margin-top: 20px;
        }
        .contact_us1 ul li {
            text-align: center;
        }
        .contact_us1 ol li:nth-child(2) {
            padding-left: 0;
        }
        .address li {
            width: 100%;
            margin-bottom: 20px;
        }
        .newtitle p {
            display: none;
        }
        .navbox {
            width: auto;
        }
        .newlistbox ul li div {
            width: 100%;
        }
        .newlistbox ul li dl {
            width: 100%;
        }
        .DBmenu {
            display: block;
        }
        .contact_us1 ul,
        .contact_us1 ol {
            width: 100%;
        }
        .login {
            width: 80%;
        }
        .login img {
            max-width: 100%;
            margin-top: 10px;
        }
        .menu i {
            color: #72c8ec;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 992px) {
        .container {
            width: 100%
        }
    }
    /*底部菜单*/

    .clear {
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
        visibility: hidden;
        overflow: hidden
    }

    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
        zoom: 1;
    }

    .l {
        float: left;
    }

    .r {
        float: right;
    }

    @charset "UTF-8";
    /**
 *
 * @authors Your Name (you@example.org)
 * @date    2017-04-25 12:38:43
 * @version $Id$
 */

    * {
        font-size: 14px;
        padding: 0;
        margin: 0;
        color: rgb(67, 67, 67);
    }

    li {
        list-style: none;
    }

    body {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
    }

    img {
        max-width: 100%;
    }

    a {
        color: #333
    }

    a:hover {
        text-decoration: none;
    }

    [class*="col-"] {
        padding: 0;
    }

    .header {
        background-color: #fff;
        width: 100%;
        z-index: 2;
    }

    .login img {
        max-height: 40px;
        margin-top: 20px;
    }

    .menu {

        display: none;
    }

    .menu i {
        color: #fff;
        font-size: 40px;
        line-height: 60px;
    }

    .navlist {
        float: right;
    }

    .navlist>li {
        float: left;
        line-height: 80px;

        position: relative;
    }

    .navlist>li.active,
    .navlist>li.active a,
    .navlist li:hover,
    .navlist li:hover a {
        background-color: #32ABE3;
        color: #fff;
    }

    .navlist>li>a {
        color: #333;
        font-size: 16px;
        padding: 0 20px;
    }

    .navlist>li .sub-menu {
        background-color: #fff;
        -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 80px;
        width: 380px;
        z-index: 3
    }

    .navlist>li .sub-menu .padding {
        padding: 10px;
        padding-left: 0;
    }

    .padding {
        overflow: hidden;
        background-color: #32ABE3;
    }

    .padding ul {
        float: left;
        padding: 0 20px;
    }

    .padding .info {
        float: left;
        margin-left: 10px;
    }

    .info img {
        max-width: 200px;
    }

    .info p {
        color: #fff;
        line-height: 36px;
    }

    .navlist>li li {
        line-height: 35px;
    }

    .navlist>li li a {
        color: #32ABE3;
        line-height: 28px;
    }

    .bannersize {
        position: absolute;
        top: 30%;
        left: 30%;
        z-index: 4 display:none;
    }

    .bannersize h1 {
        font-size: 90px;
        font-weight: bold;
        text-align: center;
        color: #fff;
    }

    .bannersize p {
        margin-top: 30px;
        font-size: 30px;
        text-align: center;
        color: #fff;
    }

    .swiper-container {
        width: 100%;
        height:auto;
        position: relative;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-slide img {
        width: 100%;
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .swiper-button-next {
        height: 40px;
        width: 40px;
        background-color: #32ABE3;
        border-radius: 50%;
        background-image: url(../images/prevright.png);
        background-size: 22px;
    }

    .swiper-button-prev {
        height: 40px;
        width: 40px;
        background-color: #32ABE3;
        border-radius: 50%;
        background-image: url(../images/prevleft.png);
        background-size: 22px;
    }

    .aboutbox {
        overflow: hidden;
    }

    .title {
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        overflow: hidden;
    }

    .title ul {
        padding: 0 10px;
    }

    .title ul li a strong {
        font-size: 24px;
    }

    .title ul li:nth-child(2) a {
        color: #32ABE3;
        font-size: 24px;
    }

    .title div,
    .title ul {
        float: left;
    }

    .about {
        margin-top: 30px;
    }

    .aboutus h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .aboutus div {
        margin-top: 20px;
        line-height: 22px;
        text-align: justify;
    }

    .aboutus>div>div {
        width: 100%;
        height: 130px;
        overflow: hidden;
        margin-top: 0;
    }

    .aboutus>div>div img {
        max-width: 100%;
        min-height: 130px;
        min-width: 100%;
    }

    .aboutus>div p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-indent: 2em;
        margin-top: 20px;
        line-height: 28px;
    }

    .advantage {
        padding: 0 20px;
    }

    .advantage ul li {
        margin-bottom: 40px;
    }

    .aboutimg h3,
    .advantage ul li>h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .advantage ul li dl {
        overflow: hidden;
        margin-top: 20px;
    }

    .advantage ul li dl dd {
        float: left;
    }

    .advantage ul li dl dd h3 {
        color: #32ABE3;
        margin-bottom: 10px;
    }

    .advantage ul li dl dd:nth-child(1) i {
        color: #32ABE3;
        font-size: 50px;
        margin-right: 20px;
    }

    .aboutimg>div {
        margin-top: 20px;
    }

    .about {
        overflow: hidden;
    }

    .btn {
        width: 120px;
        height: 40px;
        background-color: #32ABE3;
        border-radius: 20px;
        padding: 0;
        margin: 0 auto;
        display: block;
        margin-top: 20px;
    }

    .btn a {
        color: #fff;
        line-height: 40px;
        text-align: center;
    }

    .casebox {
        background-color: #f2f2f2;
        padding: 30px 0;
        margin-top: 30px;
    }

    .title.title1 {
        margin-top: 0;
    }

    .case {
        margin-top: 20px;
    }

    .case ul {
        overflow: hidden;
    }

    .case ul li {
        padding: 10px;
    }

    .case-i {
        overflow: hidden;
    }

    .case-i img {
        max-width: 100%;
        min-width: 100%;
        transition: all 0.4s;
    }

    .case-i img:hover {
        transform: scale(1.2);
    }

    .case-t {
        text-align: center;
    }

    .case-t h3 {
        line-height: 24px;
        font-weight: bold;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        height: 24px;
    }

    .case-c {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 48px;
        line-height: 24px;
    }



    .new {
        margin-top: 20px;
    }

    .new ul {
        overflow: hidden;
    }

    .new ul li {
        padding: 10px;
    }

    .new-i {
        overflow: hidden;
    }

    .new-i img {
        max-width: 100%;
        min-width: 100%;
        transition: all 0.4s;
    }

    .new-i img:hover {
        transform: scale(1.2);
    }

    .new-t {
        text-align: left;
    }

    .new-t h3 {
        line-height: 24px;
        font-weight: bold;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        height: 24px;
    }

    .new-time {
        margin: 5px 0 10px 0
    }

    .new-c {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 72px;
        line-height: 24px;
    }
    /*footer*/

    .contact_us1 {
        overflow: hidden;
        background-color: #32ABE3;
        padding: 40px;
        margin-top: 30px;
    }

    .contact_us1 * {
        color: #fff;
    }

    .contact_us1 ul {
        float: left;
        padding-left: 20px;
    }

    .contact_us1 ul li:nth-child(1) h3 {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .contact_us1 ul li h2 {
        font-size: 16px;
    }

    .contact_us1 ul li {
        overflow: hidden;
        margin-bottom: 6px;
        text-align: right;
    }

    .contact_us1 ol li {
        overflow: hidden;
    }

    .contact_us1 ol li:nth-child(2) {
        padding-left: 60px;
    }

    .contact_us1 ol li:nth-child(3) {
        height: 40px;
        width: 120px;
        border-radius: 20px;
        border: solid 1px #fff;
        text-align: center;
        line-height: 40px;
        margin-left: 60px;
        margin-top: 10px;
    }

    .contact_us1 ol li:nth-child(3):hover,
    .contact_us1 ol li:nth-child(3):hover a {
        background-color: #32ABE3;
        color: #fff;
    }

    .contact_us1 ol li img {
        max-width: 302px;
        margin-bottom: 10px;
    }

    .footernews>dd {
        border-bottom: dashed 1px #fff;
        margin-bottom: 6px;
    }

    .footernew {
        overflow: hidden;
    }

    .footernew dd {
        float: left;
    }

    .footernew dd:nth-child(1) {
        color: #32ABE3;
    }

    .footernew dd:nth-child(2) {
        width: 50%;
        padding-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        height: 24px;
    }

    .footernew dd:last-child {
        float: right;
    }

    footer {
        background-color: #05A8E0;
    }

    .footer_nav {
        width: 800px;
        margin: 0 auto;
        overflow: hidden;
        border-bottom: solid 1px #ccc;
        padding: 0 220px;
    }

    .footer_nav dd {
        float: left;
        padding: 0 20px;
        line-height: 40px;
    }

    .footer_nav dd>a:hover,
    .footer_nav dd>a:focus {
        color: #fff;
    }

    .servicefooter {
        padding: 20px 0;
    }

    .footer_center li {
        text-align: center;
        font-size: 16px;
        color: #fff;
    }

    .newimg {
        height: 300px;
        overflow: hidden;
    }

    .newimg img {
        max-width: 100%;
    }

    .newtitle {
        background-color: #eee;
    }

    .newtitle ul li {
        float: left;
        line-height: 40px;
    }

    .newtitle ul li i {
        font-size: 10px;
        margin: 0 10px;
    }

    .newtitle p {
        float: right;
        line-height: 40px;
        background-color: #32ABE3;
        color: #fff;
        text-align: center;
        width: 120px;
    }

    .newnav {
        margin: 40px 0 20px;
        overflow: hidden;
    }

    .newnav li {
        float: left;
        padding: 0 20px;
        border: solid 1px #32ABE3;
        text-align: center;
        height: 36px;
        line-height: 36px;
        margin-left: -1px;
    }

    .newnav li:nth-child(1) {
        margin-left: 0;
    }

    .newnav li.activer {
        background-color: #32ABE3;
    }

    .newnav li.activer a {
        color: #fff;
    }

    .newnav li a {
        color: #32ABE3;
    }

    .newlistbox ul li {
        border: solid 1px #e9e9e9;
        padding: 20px;
        overflow: hidden;
    }

    .newlistbox ul li div {
        width: 25%;
        float: left;
        height: 150px;
        overflow: hidden;
    }

    .newlistbox ul li div img {
        width: 100%;
        max-width: 100%;
        transition: all 0.4s;
    }

    .newlistbox ul li div img:hover {
        transform: scale(1.2);
    }

    .newlistbox ul li dl {
        width: 75%;
        float: right;
        padding-left: 2%;
        margin-top: 10px;
    }

    .newlistbox ul li dl dd h3 {
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 24px;
        overflow: hidden;
    }

    .newlistbox ul li dl dd h3 a {
        font-size: 18px;
        padding-top: 6px;
        color: #434343;
        font-weight: normal;
        text-decoration: none;
        line-height: 24px;
    }

    .newlistbox ul li dl dd p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 72px;
    }

    .newlistbox ul li dl dd:nth-child(2) {
        margin: 10px 0;
    }

    .newlistbox ul li dl dd:nth-child(3) {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 56px;
    }

    .newlistbox ul li dl dd p a {
        font-size: 14px;
        padding-top: 10px;
        color: #666666;
        font-weight: normal;
        text-decoration: none;
    }

    .layui-laypage .layui-laypage-curr .layui-laypage-em {
        background-color: #32ABE3;
    }

    .address {
        overflow: hidden;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .address li {
        width: 25%;
        float: left;
    }

    .address li dl dd {
        text-align: center;
    }

    .address li dl dd:nth-child(1) {
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        background-color: #32ABE3;
        border-radius: 50%;
        font-size: 40px;
        color: #ffffff;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .address li dl dd:nth-child(1) i {
        font-size: 40px;
        color: #ffffff;
    }

    .address li dl dd:nth-child(2) {
        font-size: 22px;
        color: #111;
        margin-bottom: 15px;
    }

    .address li dl dd:nth-child(3) {
        font-size: 16px;
        text-transform: uppercase;
        color: #888;
        border-bottom: solid 1px #ccc;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .address li dl dd:nth-child(4) {
        width: 80%;
        margin: 0 auto;
        color: #888;
    }

    .map {
        margin-top: 20px;
        margin-left: 20px;
        margin-bottom: 40px;
    }

    .map h3 {
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    #GDmap {
        height: 400px;
        margin: 0px;
        font: 12px Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial;
    }

    .info-title {
        color: white;
        font-size: 14px;
        background-color: rgba(0, 155, 255, 0.8);
        line-height: 26px;
        padding: 0px 0 0 6px;
        font-weight: lighter;
        letter-spacing: 1px
    }

    .info-content {
        padding: 4px;
        color: #666666;
        line-height: 23px;
    }

    .info-content img {
        float: left;
        margin: 3px;
    }

    .container.contentboxshadow {
        box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.3);
        padding: 0;
    }

    .page-wrapper .page-content>div.content_title {
        padding: 20px 0;
        border-bottom: 2px solid #eee;
        padding-left: 20px;
    }

    .content_title h3 {
        font-weight: bold;
        font-size: 24px;
        border-left: 4px #32ABE3 solid;
        line-height: 24px;
        padding-left: 20px;
	margin-top:40px;
    }

    .content_title ul {
        overflow: hidden;
        margin-top: 10px;
        text-align: center;
	margin-bottom:20px;
    }

    .content_title ul li {
        float: left;
        margin: 0 10px;
    }

    .content {
        text-align: justify;
        width: 96%;
        padding-right: 4%;
        margin: 20px auto;
    }

    .content_titles {
        border: 0;
    }

    .content_box {
        width: 67.5%;
        float: left;
    }

    .contentnewlist {
        width: 32.5%;
        padding: 40px 20px 0px 35px;
        background: url(../images/detail_rbg.jpg);
        float: right;
        box-shadow: -3px 0px 10px rgba(153, 153, 153, 0.3);
    }

    .contentnewlist ul li {
        overflow: hidden;
        padding-bottom: 10px;
        border-bottom: solid 1px #eee;
        margin-bottom: 10px;
    }

    .contentnewlist ul li:nth-child(1) {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        background-image: url(../images/menu.png;);
    }

    .contentnewlist ul li h3 {
        height: 40px;
        font-size: 20px;
        color: #000;
    }

    .contentnewlist ul li p a {
        color: #666
    }

    .contentnewlist ul li p {
        color: #ccc;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .DBmenu {
        display: none;
    }

    #menu {
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 44px;
        line-height: 44px;
        z-index: 999;
        background-color: #f1f1f1;
    }

    #menu ul {
        margin: 0 auto;
        list-style-type: none;
        width: 100%;
        max-width: 500px;
        height: 100%;
    }

    #menu ul li {
        float: left;
        width: 33.3%;
        height: 100%;
        text-align: center;
        position: relative;
        font-size: 14px;
    }

    #menu ul li .line {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 30;
    }

    #menu ul li .menu_li {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 20;
        width: 100%;
        height: 100%;
        color: #454545;
        background: url(images/menubg.png) repeat-x;
    }

    #menu ul li .img_front {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 30;
        width: 100%;
        height: 100%;
    }

    #menu ul li .img_front img {
        width: 100%;
        height: 100%;
    }

    #menu ul li span {
        position: absolute;
        bottom: -300px;
        left: 50%;
        width: 104px;
        margin-left: -52px;
        margin-bottom: 14px;
        height: auto;
        text-align: center;
        z-index: 10;
        display: block;
        background-color: #f6f6f6;
    }

    #menu ul li span div {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    #menu ul li span div p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 88%;
        margin: 0 auto;
    }

    #menu ul li span a {
        float: left;
        width: 100%;
        height: 43px;
        line-height: 43px;
        color: #454545;
        text-decoration: none;
    }

    .footer_front {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 888;
        display: none;
    }

    .clear {
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
        visibility: hidden;
        overflow: hidden
    }

    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
        zoom: 1;
    }

    .l {
        float: left;
    }

    .r {
        float: right;
    }
    /*reset样式重置*/

    .btn3 {
        position: fixed;
        z-index: 3;
        bottom: 0px;
        border-top: 1px solid #b3b3b3;
        background: #e6e6e6;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: none;
    }

    .dbmenu {
        position: relative;
        float: left;
        width: 33.33%;
        height: 50px;
        line-height: 50px;
        background: #fff;
        border-right: 1px solid #ebebeb;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        cursor: pointer;
    }

    .dbmenu:last-child {
        border-right: none;
    }

    .new-sub {
        position: absolute;
        bottom: 60px;
        z-index: 10;
        width: 100%;
        padding: 0px 10px;
        background: #fff;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 1px solid #EEEEEE;
        border-radius: 5px;
        display: none;
    }

    .new-sub li {
        width: 100%;
        background: #fff;
        float: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-top: 1px solid #f2f2f2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .new-sub li a {
        display: block;
        height: 50px;
        line-height: 50px;
        text-align: left;
        background: #fff;
        color: #333;
        border: none;
        text-align: center;
        font-size: 16px;
    }

    .sanjiao {
        position: absolute;
        bottom: 5px;
        right: 5px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-right: 5px solid #000;
        border-bottom: 5px solid #000;
        opacity: .5;
    }

    .bt-name {
        font-size: 16px;
        color: #000;
    }

    .bt-name a {
        display: block;
        font-size: 16px;
        color: #000;
    }

    .new-sub .tiggle {
        width: 0px;
        height: 0px;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        bottom: -9px;
        border-top: 10px solid #EEEEEE;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        z-index: 10;
    }

    .new-sub .innertiggle {
        width: 0px;
        height: 0px;
        position: absolute;
        left: 50%;
        margin-left: -9px;
        bottom: -8px;
        border-top: 9px solid white;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        z-index: 11;
    }

    @media screen and (max-width: 1400px) {
        .swiper-container {
            height: auto;
        }

        .bannersize h1 {
            font-size: 48px;
        }
        .bannersize p {
            font-size: 28px;
        }
    }

    @media screen and (max-width: 1199px) {
        .bannersize {
            display: none;
        }
        .login {
            width: 30%;
            float: left;
        }
        .navlist>li>a {
            padding: 0 15px;
        }
        .about>div {
            margin-bottom: 20px;
        }
        .advantage,
        .aboutus,
        .aboutimg {
            padding: 0;
            width: 33.3%;
            float: left;
        }
        .advantage {
            padding-left: 20px;
        }
        .aboutimg img {
            min-width: 100%;
            max-width: 100%;
        }
        .case ul li {
            float: left;
            width: 33.3%;
        }
        .new ul li {
            float: left;
            width: 33.3%;
        }

        .contact_us1 .col-lg-4 {
            width: 33.3%;
            float: left;
        }
        .advantage ul li dl dd:nth-child(1) {
            width: 20%;
        }
        .advantage ul li dl dd:nth-child(2) {
            width: 80%;
            float: right;
            padding: 0 20px;
        }
        .aboutus>div {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 13;
            overflow: hidden;
        }
        .advantage ul li dl dd h3 {
            margin-bottom: 0;
        }
    }

    @media screen and (max-width: 1023px) {
        .newimg {
            height: auto;
        }
        .aboutus {
            width: 100%;
        }
        .advantage {
            padding: 0;
            width: 50%;
            float: left;
        }
        .aboutimg {
            padding: 0;
            width: 50%;
            float: left;
        }
        .advantage ul li dl dd:nth-child(1) {
            width: auto;
        }
        .advantage ul li dl dd:nth-child(2) {
            width: auto;
            float: left;
        }
        .advantage ul li dl dd h3 {
            margin-bottom: 10px;
        }
        .login {
            text-align: center;
            width: 100%;
        }
        .navbox {
            width: 626px;
            text-align: center;
            margin: 0 auto;
        }
        .navlist {
            float: none;
        }
        .case ul li {
            width: 50%;
        }
        .new ul li {
            width: 50%;
        }
        .footernew dd:nth-child(2) {
            width: 68%;
        }
        .contact_us1 ul li:nth-child(1) h3 {
            margin-bottom: 10px;
        }
        .footernew dd:last-child {
            display: none;
        }
    }

    @media screen and (max-width: 930px) {
        .newlistbox ul li div {
            width: 40%;
        }
        .newlistbox ul li dl {
            width: 60%;
        }
        .footernews {
            padding-left: 10px;
        }
        .contact_us1 ul,
        .contact_us1 ol {
            width: 50%;
            float: left;
        }
    }

    @media screen and (max-width: 767px) {
        .advantage ul li dl dd:nth-child(1) {
            width: 20%;
        }
        .advantage ul li dl dd:nth-child(2) {
            width: 80%;
            float: left;
        }
        .contentnewlist {
            display: none;
        }
        .content_box {
            width: 100%;
        }
        .header {
            position: static;
        }
        .layui-laypage select {
            display: none;
        }
        .menu {
            display: block;
        }
        .navlist>li {
            width: 100%;
            line-height: 30px;
            height: 30px;
            border-bottom: dashed 1px #eee;
            text-align: center;
        }
        .navlist>li a {
            color: #333;
            font-size: 12px;
            padding: 0;
        }
        .navlist {
            width: 36%;
            margin: 0 auto;
            position: absolute;
            right: 0;
            line-height: 30px;
            background-color: #fff;
            z-index: 999;
            border-radius: 4px;
            padding-bottom: 4px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            display: none;
        }
        .footernews {
            display: none;
        }
        .advantage,
        .aboutimg {
            width: 100%;
        }
        .case ul li,
        .new ul li {
            width: 100%;
        }
        .contact_us1 .col-lg-4 {
            width: 100%;
        }
        .contact_us1 ol li {
            text-align: center;
        }
        .contact_us1 ol li:nth-child(3) {
            margin: 0 auto;
            margin-top: 10px;
        }
        .contact_us1 ul li:nth-child(1) h3 {
            display: none;
        }
        .contact_us1 ul {
            margin-top: 20px;
        }
        .contact_us1 ul li {
            text-align: center;
        }
        .contact_us1 ol li:nth-child(2) {
            padding-left: 0;
        }
        .address li {
            width: 100%;
            margin-bottom: 20px;
        }
        .newtitle p {
            display: none;
        }
        .navbox {
            width: auto;
        }
        .newlistbox ul li div {
            width: 100%;
        }
        .newlistbox ul li dl {
            width: 100%;
        }
        .DBmenu {
            display: block;
        }
        .contact_us1 ul,
        .contact_us1 ol {
            width: 100%;
        }
        .login {
            width: 80%;
        }
        .login img {
            max-width: 100%;
            margin-top: 10px;
        }
        .menu i {
            color: #72c8ec;
        }
        .about-n,
        .swiper-button-next,
        .swiper-button-prev,
        .aboutus>div>div {
            display: none;
        }
        .aboutus>div p {
            margin-top: 0;
            text-indent: 0;
        }
        .swiper-slide img {
            
        }
        .aboutus>div {
            margin-top: 10px;
        }
        .btn3 {
            display: block;
        }
        .sub-menu {
            display: none;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 992px) {
        .container {
            width: 100%
        }
    }