                                                    * {
                                                        margin: 0;
                                                        padding: 0;
                                                        box-sizing: border-box;
                                                    }
                                                    
                                                    a {
                                                        text-decoration: none;
                                                        color: #333;
                                                    }
                                                    
                                                    a:hover {
                                                        text-decoration: none;
                                                    }
                                                    
                                                    body {
                                                        line-height: 28px;
                                                        font-family: "微软雅黑";
                                                        min-width: 320px;
                                                    }
                                                    
                                                    ul {
                                                        list-style: none;
                                                    }
                                                    
                                                    li {
                                                        list-style: none;
                                                    }
                                                    
                                                    .clear {
                                                        overflow: hidden;
                                                        clear: both;
                                                    }
                                                    
                                                    .top {
                                                        width: 100%;
                                                        height: auto;
                                                    }
                                                    
                                                    .tops {
                                                        max-width: 1450px;
                                                        margin: auto;
                                                    }
                                                    
                                                    .left_top {
                                                        float: left;
                                                        margin-top: 20px;
                                                        width: 25.5%;
                                                    }
                                                    
                                                    .middle_top {
                                                        width: 48%;
                                                        margin-left: 5%;
                                                        float: left;
                                                    }
                                                    
                                                    .middle_top ul {
                                                        width: 100%;
                                                    }
                                                    
                                                    .middle_top ul li {
                                                        float: left;
                                                        width: 16%;
                                                        height: 124px;
                                                        text-align: center;
                                                        position: relative;
                                                    }
                                                    
                                                    .middle_top ul li a {
                                                        display: inline-block;
                                                        height: 124px;
                                                        line-height: 124px;
                                                        font-size: 16px;
                                                        color: #464646;
                                                    }
                                                    
                                                    .middle_top .detailnav {
                                                        position: absolute;
                                                        top: 84px;
                                                        left: -10%;
                                                        overflow: initial;
                                                        z-index: 9999999;
                                                        display: none;
                                                        box-shadow: 0px 0px 10px #ddd;
                                                        width: 120%;
                                                    }
                                                    
                                                    .middle_top .detailnav li {
                                                        float: none;
                                                        height: 40px;
                                                        color: #fff;
                                                        width: 100%;
                                                        background: #fff;
                                                        width: 100%;
                                                    }
                                                    
                                                    .middle_top .detailnav li:hover a {
                                                        color: #3256c0;
                                                    }
                                                    
                                                    .middle_top .detailnav li a {
                                                        height: 40px;
                                                        line-height: 40px;
                                                        border-bottom: 1px solid rgba(221, 221, 221, 0.6);
                                                        width: 80%;
                                                    }
                                                    
                                                    .middle_top .detailnav li:last-child a {
                                                        border-bottom: none;
                                                    }
                                                    
                                                    .middle_top ul li:hover .detailnav {
                                                        display: block;
                                                    }
                                                    
                                                    .middle_top ul li .detailnav li:hover {
                                                        display: block;
                                                    }
                                                    
                                                    .right_top {
                                                        float: right;
                                                        position: relative;
                                                        width: 20%;
                                                        margin-top: 40px;
                                                    }
                                                    
                                                    .right_top .tel {
                                                        width: 41px;
                                                        height: 41px;
                                                        border-radius: 5px;
                                                        background-color: #3256c0;
                                                        background-image: url(../images/phone.png);
                                                        background-repeat: no-repeat;
                                                        background-position: center center;
                                                    }
                                                    
                                                    .right_top .phone {
                                                        position: absolute;
                                                        top: 0;
                                                        left: 53px;
                                                        font-size: 14px;
                                                        color: #898989;
                                                    }
                                                    
                                                    .right_top .phonenum {
                                                        position: absolute;
                                                        top: 17px;
                                                        left: 53px;
                                                        font-size: 22px;
                                                        font-weight: bold;
                                                        color: #3256c0;
                                                    }
                                                    
                                                    .mnav {
                                                        display: none;
                                                        z-index: 9999;
                                                        height: 200px;
                                                    }
                                                    
                                                    .mnav ul {
                                                        width: 100%;
                                                        height: auto;
                                                        position: absolute;
                                                        top: 0;
                                                        left: 0;
                                                    }
                                                    
                                                    .mnav ul li {
                                                        float: left;
                                                        width: 100%;
                                                        height: 50px;
                                                        text-align: center;
                                                        background: #fff;
                                                    }
                                                    
                                                    .mnav ul li a {
                                                        display: inline-block;
                                                        height: 50px;
                                                        line-height: 50px;
                                                        color: #464646;
                                                    }
                                                    
                                                    .showbtn {
                                                        width: 5%;
                                                        height: 5%;
                                                        float: right;
                                                        margin-top: 10px;
                                                        display: none;
                                                    }
                                                    
                                                    .showbtn img {
                                                        width: 100%;
                                                        height: 100%;
                                                    }
                                                    
                                                    @media (max-width: 711px) {
                                                        .left_top {
                                                            width: 100%;
                                                            margin: auto;
                                                            float: none;
                                                        }
                                                        .right_top {
                                                            float: left;
                                                            width: 60%;
                                                            margin-top: 0;
                                                        }
                                                        .showbtn {
                                                            float: left;
                                                            margin-top: 0;
                                                            width: 15%;
                                                            height: 15%;
                                                        }
                                                    }
                                                    
                                                    .product {
                                                        width: 100%;
                                                        overflow: auto;
                                                        position: relative;
                                                    }
                                                    
                                                    .products {
                                                        width: 25%;
                                                        height: 707px;
                                                        float: left;
                                                        z-index: -1;
                                                    }
                                                    
                                                    .products:nth-child(2n+1) {
                                                        background-color: #fafafa;
                                                    }
                                                    
                                                    .products:nth-child(2n) {
                                                        background-color: #fff;
                                                    }
                                                    
                                                    .products .ENtitle {
                                                        margin-left: 12%;
                                                        padding-top: 55px;
                                                        font-size: 18px;
                                                        color: #868686;
                                                    }
                                                    
                                                    .products .CHtitle {
                                                        margin-left: 12%;
                                                        font-size: 24px;
                                                        color: #3e3e3e;
                                                        margin-bottom: 25px;
                                                    }
                                                    
                                                    .products .content {
                                                        margin-left: 12%;
                                                        font-size: 14px;
                                                        color: #727272;
                                                        width: 77.6%;
                                                        margin: auto;
                                                    }
                                                    
                                                    .swiper-container1 {
                                                        display: none;
                                                    }
                                                    
                                                    .products .pic {
                                                        margin-top: 90px;
                                                        text-align: center;
                                                        overflow: hidden;
                                                        padding-bottom: 50px;
                                                    }
                                                    
                                                    .products:hover .ENtitle {
                                                        transition: all 0.8s;
                                                    }
                                                    
                                                    .products:hover .ENtitle,
                                                    .products:hover .CHtitle {
                                                        color: #3256c0;
                                                        transition: all 0.8s;
                                                    }
                                                    
                                                    .products:hover .pic img {
                                                        transform: scale(1.1);
                                                        transition: all 0.8s;
                                                    }
                                                    
                                                    .company {
                                                        width: 100%;
                                                        overflow: hidden;
                                                        background: url(../images/company.jpg) no-repeat;
                                                        position: relative;
                                                    }
                                                    
                                                    .company .Chtitle {
                                                        color: #fff;
                                                        font-size: 36px;
                                                        text-align: center;
                                                    }
                                                    
                                                    .company .Entitle {
                                                        color: #fff;
                                                        font-size: 36px;
                                                        text-align: center;
                                                        padding-top: 67px;
                                                    }
                                                    
                                                    .com_intro {
                                                        background: url(../images/compic.png) -30px 0px no-repeat;
                                                        max-width: 1200px;
                                                        margin: auto;
                                                        padding-bottom: 6rem;
                                                        margin-top: 60px;
                                                    }
                                                    
                                                    .intro {
                                                        width: 48.5%;
                                                        padding-top: 84px;
                                                        margin-left: 5.76%;
                                                    }
                                                    
                                                    .com_intro ul {
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .intro ul li {
                                                        float: left;
                                                        width: 120px;
                                                    }
                                                    
                                                    .intro ul li:hover {
                                                        transform: rotateY(360deg);
                                                        transition: all 0.8s;
                                                    }
                                                    
                                                    .cname {
                                                        font-size: 24px;
                                                        color: #1d1d1d;
                                                        margin-bottom: 25px;
                                                    }
                                                    
                                                    .line {
                                                        border-top: 1px solid #4a4197;
                                                        width: 13%;
                                                        margin-bottom: 40px;
                                                    }
                                                    
                                                    .det p {
                                                        text-indent: 2em;
                                                        font-size: 14px;
                                                        color: #464646;
                                                        line-height: 2em;
                                                    }
                                                    
                                                    .det {
                                                        margin-bottom: 90px;
                                                    }
                                                    
                                                    .intro ul li div {
                                                        text-align: center;
                                                    }
                                                    
                                                    .intro ul li div:first-child {
                                                        height: 56px;
                                                    }
                                                    
                                                    .intro ul li div:last-child {
                                                        margin-top: 14px;
                                                    }
                                                    
                                                    .advantage {
                                                        width: 100%;
                                                        margin-top: 60px;
                                                        height: 840px;
                                                        position: relative;
                                                        background: #f5f8fd;
                                                    }
                                                    
                                                    .adv_title {
                                                        width: 100%;
                                                        height: 174px;
                                                        font-size: 37px;
                                                        color: #313131;
                                                        text-align: center;
                                                        line-height: 174px;
                                                    }
                                                    
                                                    .adv_title span {
                                                        font-weight: bold;
                                                        color: #171717;
                                                    }
                                                    
                                                    .advlist {
                                                        width: 100%;
                                                        border-top: 1px solid #dfdfdf;
                                                        border-bottom: 1px solid #dfdfdf;
                                                        background: #fff;
                                                        overflow: auto;
                                                        padding-bottom: 35px;
                                                    }
                                                    
                                                    .advlist ul {
                                                        width: 80%;
                                                        margin: auto;
                                                        margin-top: 35px;
                                                    }
                                                    
                                                    .advlist li {
                                                        float: left;
                                                        width: 25%;
                                                        position: relative;
                                                    }
                                                    
                                                    .advlist li .ad_pic {
                                                        height: 57px;
                                                        width: 57px;
                                                        border-radius: 5px;
                                                        border: 1px solid #dfdfdf;
                                                        text-align: center;
                                                        vertical-align: middle;
                                                        display: table-cell;
                                                    }
                                                    
                                                    .advlist li .ad_title,
                                                    .advlist li .ad_content {
                                                        position: absolute;
                                                    }
                                                    
                                                    .advlist li .ad_title {
                                                        top: 5px;
                                                        left: 77px;
                                                        font-size: 20px;
                                                        color: #202020;
                                                    }
                                                    
                                                    .advlist li .ad_content {
                                                        top: 38px;
                                                        left: 77px;
                                                        font-size: 14px;
                                                        color: #8e8e8e;
                                                    }
                                                    
                                                    .advlist li:hover .ad_title {
                                                        color: #4a4197;
                                                    }
                                                    
                                                    .advlist li:hover .ad_pic {
                                                        border: none;
                                                        background-color: #3256c0;
                                                    }
                                                    
                                                    .ad_left {
                                                        float: left;
                                                        width: 50.3%;
                                                    }
                                                    
                                                    .ad_right {
                                                        float: left;
                                                        width: 44%;
                                                        margin-left: 5.5%;
                                                        position: relative;
                                                    }
                                                    
                                                    .adv_con {
                                                        max-width: 1214px;
                                                        margin: auto;
                                                        margin-top: 58px;
                                                        display: none;
                                                    }
                                                    
                                                    .ad_r_title {
                                                        font-size: 20px;
                                                        color: #1b1515;
                                                        margin-top: 72px;
                                                    }
                                                    
                                                    .ad_r_content {
                                                        font-size: 14px;
                                                        color: #464646;
                                                        margin-top: 38px;
                                                    }
                                                    
                                                    .contact {
                                                        border: 1px solid #bdbdbd;
                                                        width: 119px;
                                                        height: 36px;
                                                        text-align: center;
                                                        vertical-align: middle;
                                                        display: table-cell;
                                                        border-radius: 5px;
                                                        position: absolute;
                                                        bottom: -82px;
                                                        left: 0;
                                                    }
                                                    
                                                    .contact:hover {
                                                        background: #3256c0;
                                                        color: #fff;
                                                    }
                                                    
                                                    .contact:hover button {
                                                        color: #fff;
                                                    }
                                                    
                                                    .contact button {
                                                        border: none;
                                                        background: none;
                                                        color: #464646;
                                                        font-size: 14px;
                                                        margin-top: 5px;
                                                    }
                                                    
                                                    .waves {
                                                        height: 180px !important;
                                                    }
                                                    
                                                    .partner {
                                                        width: 100%;
                                                        height: 750px;
                                                        background: url(../images/partner.png) no-repeat;
                                                    }
                                                    
                                                    .partner .Chtitle {
                                                        color: #fff;
                                                        font-size: 36px;
                                                        text-align: center;
                                                        padding-top: 12px;
                                                    }
                                                    
                                                    .partner .Entitle {
                                                        color: #fff;
                                                        font-size: 36px;
                                                        text-align: center;
                                                        padding-top: 85px;
                                                    }
                                                    
                                                    .partnerlist {
                                                        max-width: 1230px;
                                                        margin: auto;
                                                        margin-top: 50px;
                                                    }
                                                    
                                                    .partnerlist ul li {
                                                        width: 20%;
                                                        height: 135px;
                                                        background: #fff;
                                                        overflow: hidden;
                                                        float: left;
                                                        text-align: center;
                                                        vertical-align: middle;
                                                        display: table-cell;
                                                        border-right: 1px solid #ddd;
                                                        border-bottom: 1px solid #ddd;
                                                    }
                                                    
                                                    .partnerlist ul li:hover img {
                                                        transform: scale(1.1);
                                                    }
                                                    
                                                    .partnerlist ul li a {
                                                        height: 135px;
                                                        line-height: 135px;
                                                    }
                                                    
                                                    .new {
                                                        width: 100%;
                                                        background: #f5f8fd;
                                                        overflow: auto;
                                                        padding-bottom: 80px;
                                                    }
                                                    
                                                    .new a {
                                                        color: #464646;
                                                    }
                                                    
                                                    .news {
                                                        max-width: 1214px;
                                                        margin: auto;
                                                        padding-top: 88px;
                                                    }
                                                    
                                                    .left_new {
                                                        width: 29.7%;
                                                        float: left;
                                                        position: relative;
                                                        background: #fff;
                                                        height: 562px;
                                                    }
                                                    
                                                    .left_new .pic,
                                                    .left_new .pic img {
                                                        width: 100%;
                                                    }
                                                    
                                                    .time {
                                                        width: 102px;
                                                        height: 76px;
                                                        background: #3256c0;
                                                        color: #fff;
                                                        text-align: right;
                                                        position: absolute;
                                                        left: 35px;
                                                        top: 249px;
                                                    }
                                                    
                                                    .time .date {
                                                        font-size: 24px;
                                                        margin-right: 18px;
                                                        padding-top: 14px;
                                                    }
                                                    
                                                    .time .year {
                                                        font-size: 14px;
                                                        margin-right: 18px;
                                                    }
                                                    
                                                    .left_new ul {
                                                        float: right;
                                                        margin-top: 40px;
                                                        margin-right: 18px;
                                                        position: absolute;
                                                        top: 255px;
                                                        right: 30px;
                                                    }
                                                    
                                                    .left_new ul li {
                                                        float: left;
                                                        width: 18px;
                                                        height: 16px;
                                                        text-align: center;
                                                    }
                                                    
                                                    .left_new .title {
                                                        padding-top: 92px;
                                                        font-size: 16px;
                                                        color: #464646;
                                                    }
                                                    
                                                    .left_new .content {
                                                        font-size: 14px;
                                                        color: #818181;
                                                        padding-top: 16px;
                                                        margin-right: 18px;
                                                    }
                                                    
                                                    .left_new .title,
                                                    .left_new .content {
                                                        margin-left: 20px;
                                                    }
                                                    
                                                    .left_new .more {
                                                        width: 80px;
                                                        height: 30px;
                                                        border: 1px solid #cfcfcf;
                                                        text-align: center;
                                                        border-radius: 30px;
                                                        position: absolute;
                                                        bottom: 36px;
                                                        right: 32px;
                                                        cursor: pointer;
                                                    }
                                                    
                                                    .left_new .more a {
                                                        font-size: 14px;
                                                        color: #464646;
                                                        display: inline-block;
                                                        margin-top: 4px;
                                                    }
                                                    
                                                    .left_new .new_c {
                                                        display: none;
                                                    }
                                                    
                                                    .middle_new,
                                                    .right_new {
                                                        width: 33.9%;
                                                        float: left;
                                                        background: #fff;
                                                        height: 562px;
                                                        margin-left: 1.2%;
                                                    }
                                                    
                                                    .middle_new .new_title {
                                                        background-color: #3256c0;
                                                        background-image: url(../images/new_1.png);
                                                        background-repeat: no-repeat;
                                                        background-position: 85px center;
                                                        height: 43px;
                                                        width: 100%;
                                                    }
                                                    
                                                    .new_title p {
                                                        font-size: 16px;
                                                        color: #fff;
                                                        font-weight: bold;
                                                        height: 43px;
                                                        line-height: 43px;
                                                        margin-left: 120px;
                                                    }
                                                    
                                                    .new_title span {
                                                        font-size: 12px;
                                                        color: #7c9af3;
                                                        font-weight: normal;
                                                        margin-left: 10px;
                                                    }
                                                    
                                                    .middle_new ul li {
                                                        height: 143px;
                                                        width: 364px;
                                                        margin: auto;
                                                        border-bottom: 1px solid #d4d5d5;
                                                        margin-top: 30px;
                                                    }
                                                    
                                                    .middle_new ul li:last-child {
                                                        border-bottom: none;
                                                    }
                                                    
                                                    .middle_new .new_date {
                                                        font-size: 14px;
                                                        color: #6f6f6f;
                                                    }
                                                    
                                                    .middle_new .new_topic {
                                                        font-size: 16px;
                                                        color: #464646;
                                                        margin-top: 14px;
                                                    }
                                                    
                                                    .middle_new .new_con {
                                                        color: #818181;
                                                        font-size: 14px;
                                                        margin-top: 14px;
                                                    }
                                                    
                                                    .right_new .new_title {
                                                        background-color: #3256c0;
                                                        background-image: url(../images/new_2.png);
                                                        background-repeat: no-repeat;
                                                        background-position: 85px center;
                                                        height: 43px;
                                                        width: 100%;
                                                    }
                                                    
                                                    .right_new ul li {
                                                        height: 143px;
                                                        width: 364px;
                                                        margin: auto;
                                                        border-bottom: 1px solid #d4d5d5;
                                                        margin-top: 30px;
                                                    }
                                                    
                                                    .right_new ul li:last-child {
                                                        border-bottom: none;
                                                    }
                                                    
                                                    .right_new .new_date {
                                                        font-size: 14px;
                                                        color: #6f6f6f;
                                                    }
                                                    
                                                    .right_new .new_topic {
                                                        font-size: 16px;
                                                        color: #464646;
                                                        margin-top: 14px;
                                                    }
                                                    
                                                    .right_new .new_con {
                                                        color: #818181;
                                                        font-size: 14px;
                                                        margin-top: 14px;
                                                    }
                                                    
                                                    .bottom {
                                                        width: 100%;
                                                        height: 473px;
                                                        background: #2d2e2f;
                                                    }
                                                    
                                                    .bottoms {
                                                        max-width: 1214px;
                                                        margin: auto;
                                                        height: 397px;
                                                    }
                                                    
                                                    .left_bot {
                                                        width: 30%;
                                                        float: left;
                                                        margin-top: 62px;
                                                    }
                                                    
                                                    .left_bot .liuyan {
                                                        color: #fff;
                                                        font-size: 16px;
                                                        margin-top: 32px;
                                                    }
                                                    
                                                    .left_bot .tip {
                                                        font-size: 14px;
                                                        color: #c0c0c0;
                                                        margin-top: 12px;
                                                    }
                                                    
                                                    .left_bot .sub {
                                                        margin-top: 26px;
                                                        height: 35px;
                                                    }
                                                    
                                                    .left_bot .sub input {
                                                        border: none;
                                                        width: 180px;
                                                        height: 35px;
                                                    }
                                                    
                                                    .left_bot .sub a {
                                                        display: inline-block;
                                                        width: 65px;
                                                        height: 36px;
                                                        line-height: 36px;
                                                        background: #3256c0;
                                                        text-align: center;
                                                        margin-left: 4px;
                                                    }
                                                    
                                                    .left_bot .sub a button {
                                                        border: none;
                                                        background: none;
                                                        color: #fff;
                                                    }
                                                    
                                                    .middle_bot {
                                                        float: left;
                                                        width: 40%;
                                                        margin-top: 62px;
                                                        margin-left: 30px;
                                                    }
                                                    
                                                    .middle_bot .left_list {
                                                        float: left;
                                                    }
                                                    
                                                    .middle_bot .ultitle {
                                                        color: #fff;
                                                        font-size: 16px;
                                                        border-bottom: 1px solid #666767;
                                                        height: 30px;
                                                        width: 66px;
                                                    }
                                                    
                                                    .middle_bot ul {
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .middle_bot ul li {
                                                        height: 32px;
                                                    }
                                                    
                                                    .middle_bot ul li a {
                                                        font-size: 14px;
                                                        color: #b8b8b8;
                                                        height: 32px;
                                                        line-height: 32px;
                                                    }
                                                    
                                                    .middle_list {
                                                        margin-top: 32px;
                                                        margin-left: 67px;
                                                        float: left;
                                                    }
                                                    
                                                    .right_list {
                                                        float: left;
                                                        margin-left: 67px;
                                                    }
                                                    
                                                    .right_bot {
                                                        float: right;
                                                        width: 25%;
                                                    }
                                                    
                                                    .right_bot .contacts {
                                                        width: 100%;
                                                        height: 182px;
                                                        border-left: 1px solid #3c3c3c;
                                                        border-bottom: 1px solid #3c3c3c;
                                                    }
                                                    
                                                    .right_bot .contacts img {
                                                        margin-left: 58px;
                                                        margin-top: 50px;
                                                    }
                                                    
                                                    .contacts_del {
                                                        height: 216px;
                                                        width: 100%;
                                                        border-left: 1px solid #3c3c3c;
                                                    }
                                                    
                                                    .contacts_del ul {
                                                        padding-top: 15px;
                                                    }
                                                    
                                                    .contacts_del ul li a {
                                                        font-size: 14px;
                                                        color: #a3a3a3;
                                                        margin-left: 58px;
                                                        display: inline-block;
                                                        height: 30px;
                                                        line-height: 30px;
                                                    }
                                                    
                                                    .foot {
                                                        width: 100%;
                                                        border-top: 1px solid #3c3c3c;
                                                    }
                                                    
                                                    .foots {
                                                        max-width: 1214px;
                                                        margin: auto;
                                                    }
                                                    
                                                    .left_foot {
                                                        float: left;
                                                    }
                                                    
                                                    .left_foot ul li {
                                                        float: left;
                                                    }
                                                    
                                                    .left_foot ul li a {
                                                        font-size: 14px;
                                                        color: #7a7a7a;
                                                        height: 72px;
                                                        line-height: 72px;
                                                    }
                                                    
                                                    .right_foot {
                                                        float: right;
                                                        position: relative;
                                                        margin-top: 17px;
                                                    }
                                                    
                                                    .lianjielist {
                                                        position: absolute;
                                                        width: 209px;
                                                        background: #414243;
                                                        bottom: 36px;
                                                        left: 0;
                                                        display: none;
                                                    }
                                                    
                                                    .lianjielist li {
                                                        width: 100%;
                                                        height: 36px;
                                                        text-align: center;
                                                    }
                                                    
                                                    .lianjielist li a {
                                                        height: 36px;
                                                        line-height: 36px;
                                                        display: inline-block;
                                                        color: #b8b8b8;
                                                    }
                                                    
                                                    .right_foot button {
                                                        background: #414243;
                                                        border: none;
                                                        outline: 0;
                                                        width: 38px;
                                                        height: 36px;
                                                        position: absolute;
                                                        right: 0;
                                                        bottom: 0;
                                                        background-image: url(../images/up_03.jpg);
                                                        background-repeat: no-repeat;
                                                        background-position: center center;
                                                    }
                                                    
                                                    .right_foot input {
                                                        width: 209px;
                                                        height: 36px;
                                                        background: #414446;
                                                        border: none;
                                                        outline: 0;
                                                    }
                                                    
                                                    .listbanner {
                                                        width: 100%;
                                                    }
                                                    
                                                    .listbanner img {
                                                        width: 100%;
                                                    }
                                                    
                                                    .blk-main {
                                                        max-width: 1200px;
                                                        margin: 0 auto;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .blk {
                                                        margin-bottom: 20px;
                                                        width: 100%;
                                                        float: left;
                                                    }
                                                    
                                                    .p12-curmbs-1 {
                                                        font-size: 14px;
                                                        border-bottom: 1px dashed #dcdcdc;
                                                    }
                                                    
                                                    .p12-curmbs-1 b {
                                                        border-left: 10px solid #00a2eb;
                                                        font-weight: normal;
                                                        padding-left: 8px;
                                                    }
                                                    
                                                    .p12-curmbs-1 span {
                                                        font-family: '宋体';
                                                        padding: 0 5px;
                                                        height: 46px;
                                                        line-height: 46px;
                                                    }
                                                    
                                                    .p12-curmbs-1 i {
                                                        font-style: normal;
                                                    }
                                                    
                                                    .p12-curmbs-1 a {
                                                        color: #666;
                                                    }
                                                    
                                                    .blk-xs {
                                                        width: 20%;
                                                        float: left;
                                                    }
                                                    
                                                    .fdh-01-tit {
                                                        background: #00a2eb;
                                                        height: 80px;
                                                    }
                                                    
                                                    .fdh-01-tit h3 {
                                                        height: 75px;
                                                        font-size: 24px;
                                                        font-weight: normal;
                                                        line-height: 75px;
                                                        color: #fff;
                                                        border-bottom: 1px solid #fff;
                                                        text-align: center;
                                                        margin-top: 0px;
                                                        margin: 0;
                                                    }
                                                    
                                                    .fdh-01-nav a {
                                                        display: block;
                                                        overflow: hidden;
                                                        text-overflow: ellipsis;
                                                        white-space: nowrap;
                                                        color: #666;
                                                    }
                                                    
                                                    .fdh-01-nav-one h3 {
                                                        height: 50px;
                                                        line-height: 50px;
                                                        background: url(../image/p14-icon5.png) no-repeat right center #ececeb;
                                                        margin-bottom: 2px;
                                                        overflow: hidden;
                                                        margin-top: 0px;
                                                    }
                                                    
                                                    .fdh-01-nav-one h3 a {
                                                        display: block;
                                                        height: 50px;
                                                        font-size: 18px;
                                                        font-weight: normal;
                                                        margin-right: 40px;
                                                        margin-left: 38px;
                                                        color: #666;
                                                    }
                                                    
                                                    .fdh-01-nav dl {
                                                        padding: 2px 0 4px;
                                                        margin: 0;
                                                    }
                                                    
                                                    .fdh-01-nav dt {
                                                        height: 50px;
                                                        font-size: 16px;
                                                        line-height: 50px;
                                                        padding-left: 54px;
                                                        padding-right: 40px;
                                                        margin-bottom: 1px;
                                                        background: #ececec;
                                                        position: relative;
                                                        overflow: hidden;
                                                        font-weight: 400;
                                                    }
                                                    
                                                    .fdh-01-nav-one h3.sidenavcur,
                                                    .fdh-01-nav-one h3:hover {
                                                        background: url(../image/p14-icon2.png) no-repeat right center #00a2eb;
                                                    }
                                                    
                                                    .fdh-01-nav-one h3.sidenavcur a,
                                                    .fdh-01-nav-one h3:hover a {
                                                        color: #fff;
                                                    }
                                                    
                                                    .fdh-01-nav dt:after {
                                                        content: "";
                                                        width: 8px;
                                                        height: 8px;
                                                        border: 2px solid #b8b8b8;
                                                        border-style: solid solid none none;
                                                        position: absolute;
                                                        top: 50%;
                                                        right: 32px;
                                                        margin-top: -4px;
                                                        -webkit-transform: rotate(45deg);
                                                        -moz-transform: rotate(45deg);
                                                        -ms-transform: rotate(45deg);
                                                        -o-transform: rotate(45deg);
                                                        transform: rotate(45deg);
                                                    }
                                                    
                                                    .fdh-01-nav dt.sidenavcur:after,
                                                    .fdh-01-nav dt:hover:after {
                                                        border-color: #00a2eb;
                                                    }
                                                    
                                                    .cbgg-01 {
                                                        background: #00a2eb;
                                                        text-align: center;
                                                        color: #fff;
                                                    }
                                                    
                                                    .cbgg-01-img img {
                                                        width: 100%;
                                                        display: block;
                                                    }
                                                    
                                                    .cbgg-01 p {
                                                        padding-top: 15px;
                                                        margin: 0;
                                                    }
                                                    
                                                    .cbgg-01 p img {
                                                        vertical-align: middle;
                                                        margin-right: 5px;
                                                    }
                                                    
                                                    .cbgg-01 span {
                                                        display: block;
                                                        font-size: 28px;
                                                        font-weight: bold;
                                                        font-family: Arial;
                                                        padding-bottom: 20px;
                                                        padding-top: 10px;
                                                    }
                                                    
                                                    .blk-sm {
                                                        width: 78%;
                                                    }
                                                    
                                                    .fr {
                                                        float: right;
                                                    }
                                                    
                                                    .b {
                                                        clear: both;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-tit {
                                                        height: 50px;
                                                        font-size: 24px;
                                                        font-weight: normal;
                                                        line-height: 50px;
                                                        border-bottom: 1px solid #ebebeb;
                                                        margin-bottom: 15px;
                                                        margin-top: 0;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-tit span {
                                                        display: inline-block;
                                                        height: 50px;
                                                        border-bottom: 1px solid #00a2eb;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list {
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list dl {
                                                        width: 32.1%;
                                                        border: 1px solid #dedede;
                                                        margin-bottom: 15px;
                                                        background: #fff;
                                                        float: left;
                                                        margin-right: 1.2%;
                                                        cursor: pointer;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list dt img {
                                                        width: 99%;
                                                        margin: 0 auto;
                                                        display: block;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list dd {
                                                        padding: 6px 20px 5px 20px;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list dd h4 {
                                                        height: 45px;
                                                        font-weight: normal;
                                                        font-size: 18px;
                                                        color: #154c64;
                                                        line-height: 45px;
                                                        overflow: hidden;
                                                        margin: 0;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list h4 a {
                                                        display: block;
                                                        height: 45px;
                                                        color: #727272;
                                                        overflow: hidden;
                                                        text-overflow: ellipsis;
                                                        white-space: nowrap;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list dl a {
                                                        color: #727272;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list-desc {
                                                        height: 40px;
                                                        font-size: 14px;
                                                        line-height: 20px;
                                                        color: #666;
                                                        margin-bottom: 12px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list dl:hover {
                                                        border-color: #00a2eb;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list dl:hover a {
                                                        color: #00a2eb;
                                                    }
                                                    /**/
                                                    
                                                    .p14-infolist-1-list dl {
                                                        border: 1px solid #dedede;
                                                        margin-bottom: 15px;
                                                        padding: 22px 50px 22px 22px;
                                                        background: #fff;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .p14-infolist-1-list dt {
                                                        width: 29.5%;
                                                        float: left;
                                                        margin-right: 5.8%;
                                                    }
                                                    
                                                    .p14-infolist-1-list dt img {
                                                        width: 100%;
                                                        display: block;
                                                    }
                                                    
                                                    .p14-infolist-1-list dd h4 {
                                                        height: 40px;
                                                        font-weight: normal;
                                                        font-size: 18px;
                                                        color: #154c64;
                                                        line-height: 40px;
                                                        margin-bottom: 5px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .p14-infolist-1-list h4 a {
                                                        display: block;
                                                        height: 40px;
                                                        color: #4b4a4a;
                                                        overflow: hidden;
                                                        text-overflow: ellipsis;
                                                        white-space: nowrap;
                                                    }
                                                    
                                                    .p14-infolist-1-list-desc {
                                                        max-height: 72px;
                                                        font-size: 14px;
                                                        line-height: 24px;
                                                        color: #797979;
                                                        margin-bottom: 28px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .p14-infolist-1-list-deta {
                                                        width: 90px;
                                                        height: 30px;
                                                        line-height: 30px;
                                                        text-align: center;
                                                        display: block;
                                                        float: right;
                                                        background: #b6b6b6;
                                                        color: #fff;
                                                    }
                                                    
                                                    .p14-infolist-1-list-deta a {
                                                        color: #fff;
                                                    }
                                                    
                                                    .p14-infolist-1-list dl:hover {
                                                        border: 1px solid #00a2eb;
                                                    }
                                                    
                                                    .p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a {
                                                        color: #fff;
                                                    }
                                                    
                                                    .p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
                                                        background: #00a2eb;
                                                        border-color: #00a2eb;
                                                    }
                                                    /**/
                                                    
                                                    .swipershowleft {
                                                        float: left;
                                                        width: 40%;
                                                        border: 1px solid #ccc;
                                                    }
                                                    
                                                    .swipershowleft .swipershowleftnext {
                                                        background: url(../image/p15-icon3.png)center 0 no-repeat;
                                                        width: 12px;
                                                        height: 23px;
                                                        background-size: 12px 23px;
                                                        margin-top: -11.5px;
                                                    }
                                                    
                                                    .swipershowleft .swipershowleftprev {
                                                        width: 12px;
                                                        height: 23px;
                                                        background-size: 12px 23px;
                                                        margin-top: -11.5px;
                                                        background: url(../image/p15-icon2.png)center 0 no-repeat;
                                                    }
                                                    
                                                    .cpcc-ts-01-right {
                                                        width: 46%;
                                                        float: right;
                                                        margin-right: 6%;
                                                    }
                                                    
                                                    .cpcc-ts-01-right-tit {
                                                        height: 48px;
                                                        font-size: 24px;
                                                        line-height: 48px;
                                                        color: #4a4a4a;
                                                        border-bottom: 1px solid #e5e5e5;
                                                        margin-bottom: 10px;
                                                        overflow: hidden;
                                                        text-overflow: ellipsis;
                                                        white-space: nowrap;
                                                    }
                                                    
                                                    .cpcc-ts-01-right-con {
                                                        line-height: 24px;
                                                        overflow: hidden;
                                                        color: #666;
                                                    }
                                                    
                                                    .cpcc-ts-01-right-con strong {
                                                        font-size: 16px;
                                                    }
                                                    
                                                    .cpcc-ts-01-right-con p {}
                                                    
                                                    .pc-cx-tel-1 {
                                                        width: 100%;
                                                        height: 56px;
                                                        border-top: 2px solid #e6e6e6;
                                                        padding-top: 10px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .pc-cx-tel-1-t1 {
                                                        width: 114px;
                                                        height: 44px;
                                                        background: #00a2eb;
                                                        font-size: 18px;
                                                        line-height: 44px;
                                                        text-align: center;
                                                        float: right;
                                                    }
                                                    
                                                    .pc-cx-tel-1-t1 a {
                                                        display: block;
                                                        color: #fff;
                                                    }
                                                    
                                                    .pc-cx-tel-1-t2 {
                                                        height: 56px;
                                                        padding-left: 70px;
                                                        background: url(../image/pc-xc-icon2.png) no-repeat 10px top;
                                                        font-size: 18px;
                                                        line-height: 18px;
                                                        color: #454545;
                                                    }
                                                    
                                                    .pc-cx-tel-1-t2 p {
                                                        line-height: 24px;
                                                        margin: 0;
                                                    }
                                                    
                                                    .cpxq-01-nav {
                                                        font-size: 18px;
                                                        height: 56px;
                                                        border-bottom: 1px solid #ebebeb;
                                                        width: 100%;
                                                        float: left;
                                                        margin-top: 3rem;
                                                        margin-bottom: 2rem;
                                                    }
                                                    
                                                    .cpxq-01-nav span {
                                                        float: left;
                                                        height: 57px;
                                                        line-height: 56px;
                                                        padding: 0 30px;
                                                        border-right: 1px solid #ebebeb;
                                                        cursor: pointer;
                                                        background: url(../image/p14-icon10.png) no-repeat center bottom #00a2eb;
                                                        color: #fff;
                                                    }
                                                    
                                                    .cpxqpro {
                                                        width: 100%;
                                                        float: left;
                                                        overflow: hidden;
                                                        line-height: 24px;
                                                        margin-bottom: 3rem;
                                                    }
                                                    
                                                    .blk-md {
                                                        width: 100%;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .tl-fdh-02 li {
                                                        width: 14.2857%;
                                                        height: 55px;
                                                        font-size: 18px;
                                                        line-height: 55px;
                                                        text-align: center;
                                                        float: left;
                                                        border-right: 1px solid #eee;
                                                        background: #f4f4f4;
                                                        cursor: pointer;
                                                        text-overflow: ellipsis;
                                                        overflow: hidden;
                                                        white-space: nowrap;
                                                    }
                                                    
                                                    .tl-fdh-02 li a {
                                                        display: block;
                                                        height: 55px;
                                                        color: #a8a8a8;
                                                    }
                                                    
                                                    .tl-fdh-02 li.sidenavcur,
                                                    .tl-fdh-02 li:hover {
                                                        background: url(../image/p16-icon6.png) no-repeat bottom center #00a2eb;
                                                        border-color: #00a2eb;
                                                    }
                                                    
                                                    .tl-fdh-02 li.sidenavcur a,
                                                    .tl-fdh-02 li:hover a {
                                                        color: #fff;
                                                    }
                                                    
                                                    .p12-aboutinfo-1 {
                                                        display: inline-block;
                                                        width: 100%;
                                                        background: #fff;
                                                        margin-bottom: 38px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .tit {
                                                        height: 160px;
                                                        background: url(../image/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
                                                        clear: both;
                                                        text-align: center;
                                                    }
                                                    
                                                    .tit span {
                                                        display: block;
                                                        font-size: 28px;
                                                        color: #000;
                                                        padding-top: 45px;
                                                    }
                                                    
                                                    .tit em {
                                                        font-style: normal;
                                                        color: #999;
                                                        text-transform: uppercase;
                                                        font-family: "Times New Roman";
                                                        padding-top: 18px;
                                                        display: block;
                                                    }
                                                    
                                                    .kfay {
                                                        width: 100%;
                                               
                                               
                                                        overflow: hidden;
                                                        padding-top: 0px;
                                                    }
                                                    
                                                    .kfay dt {
                                                        width: 188px;
                                                        float: left;
                                                    }
                                                    
                                                    .kfay dd {
                                                        width: 930px;
                                                        float: right;
                                                    }
                                                    
                                                    .kfay dd h4 {
                                                        height: 59px;
                                                        padding-top: 20px;
                                                        font: 22px "Microsoft YaHei";
                                                        color: #000;
                                                        background: url(../image/836e2f7320ba461896830a024dc368af_4.jpg) no-repeat left bottom;
                                                        margin: 0;
                                                    }
                                                    
                                                    .kfay dd p {
                                                        font: 14px "Microsoft YaHei";
                                                        color: #333333;
                                                        line-height: 30px;
                                                        padding-top: 15px;
                                                        margin: 15px 0;
                                                    }
                                                    
                                                    .g-gywm {
                                                        height: 530px;
                                                        overflow: hidden;
                                                        width: 100%;
                                                    }
                                                    
                                                    .wm-l {
                                                        width: 40%;
                                                        float: left;
                                                        color: #fff;
                                                        height: 460px;
                                                        overflow: hidden;
                                                        background: #00a2eb;
                                                        padding: 60px 0 0 40px;
                                                    }
                                                    
                                                    .wm-l h4 {
                                                        font: 20px "Microsoft YaHei";
                                                        line-height: 60px;
                                                        padding-bottom: 30px;
                                                        margin: 0;
                                                    }
                                                    
                                                    .wm-l li {
                                                        font: 16px "Microsoft YaHei";
                                                        color: #fff;
                                                        line-height: 40px;
                                                    }
                                                    
                                                    .wm-l li b {
                                                        font-weight: bold;
                                                        font-size: 20px;
                                                        color: #fff;
                                                    }
                                                    
                                                    .wm-r {
                                                        float: left;
                                                        width: 60%;
                                                    }
                                                    
                                                    #map {
                                                        width: 100%;
                                                        height: 460px;
                                                        border: 1px solid rgb(204, 204, 204);
                                                        font-size: 12px;
                                                    }
                                                    
                                                    .map-title {
                                                        font-size: 16px;
                                                        line-height: 24px;
                                                    }
                                                    
                                                    .map-list {
                                                        font-size: 14px;
                                                        line-height: 22px;
                                                        color: #333;
                                                        margin-top: 6px;
                                                    }
                                                    /**/
                                                    
                                                    .p4-order-form-1 {
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .p4-order-form-1 .p4-titlel-1 {
                                                        width: 145px;
                                                        height: 46px;
                                                        font-size: 18px;
                                                        line-height: 46px;
                                                        text-align: center;
                                                        color: #fff;
                                                        background: #00a2eb;
                                                        margin: 0;
                                                    }
                                                    
                                                    .p4-order-form-1-con {
                                                        border: 1px solid #bbb;
                                                        padding: 40px 15%;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .p4-order-form-1-con li {
                                                        margin-bottom: 10px;
                                                        font-size: 14px;
                                                        line-height: 35px;
                                                        color: #666;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .p4-order-form-1-con label {
                                                        display: inline-block;
                                                        width: 120px;
                                                        color: #666;
                                                        vertical-align: top;
                                                        text-align: right;
                                                        height: 33px;
                                                        line-height: 33px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .p4-order-form-1-con li b {
                                                        color: #f00;
                                                    }
                                                    
                                                    .p4-order-form-1-con li span {
                                                        font-weight: bold;
                                                        color: #666;
                                                    }
                                                    
                                                    .p4-order-form-1-con li .row-hd {
                                                        color: #666;
                                                    }
                                                    
                                                    .p4-order-form-1-con .inputs,
                                                    .p4-order-form-1-con li select {
                                                        width: 73%;
                                                        margin-right: 10px;
                                                        outline: none;
                                                        padding-left: 10px;
                                                        border: 1px solid #eee;
                                                        height: 33px;
                                                        line-height: 32px;
                                                        color: #666;
                                                        box-sizing: border-box;
                                                        /* float: left; */
                                                    }
                                                    
                                                    .p4-order-form-1-t1 textarea {
                                                        width: 73%;
                                                        height: 102px;
                                                        line-height: 24px;
                                                        border: 1px solid #eee;
                                                        outline: none;
                                                        resize: none;
                                                        overflow: auto;
                                                        margin-right: 10px;
                                                        padding-left: 10px;
                                                        box-sizing: border-box;
                                                    }
                                                    
                                                    #code_gg {
                                                        width: 80px;
                                                        margin-right: 10px;
                                                        outline: none;
                                                        padding-left: 10px;
                                                        border: 1px solid #eee;
                                                        height: 33px;
                                                        line-height: 32px;
                                                        color: #666;
                                                    }
                                                    
                                                    .code_gg_li img {
                                                        vertical-align: middle;
                                                        width: 100px;
                                                        height: 32px;
                                                    }
                                                    
                                                    .p4-order-form-1-con .p4-order-form-1-t3 input {
                                                        width: 80px;
                                                        height: 30px;
                                                        border: 0;
                                                        text-align: center;
                                                        margin-right: 30px;
                                                        color: #fff;
                                                        padding-left: 0;
                                                        cursor: pointer;
                                                        line-height: 30px;
                                                        outline: none;
                                                        background: #00a2eb;
                                                    }
                                                    
                                                    .p4-order-form-1-con .p4-order-form-1-t3 {
                                                        padding-left: 120px;
                                                    }
                                                    
                                                    .listabout {
                                                        width: 100%;
                                                        overflow: hidden;
                                                        line-height: 24px;
                                                        margin-bottom: 20px;
                                                    }
                                                    
                                                    @media (max-width: 768px) {
                                                        .listbanner {
                                                            margin-top: 5rem;
                                                        }
                                                        .blk-main {
                                                            width: 98%;
                                                        }
                                                        .p12-curmbs-1 {
                                                            font-size: 12px;
                                                            border-bottom: 1px dashed #dcdcdc;
                                                        }
                                                        .blk {
                                                            width: 100%;
                                                        }
                                                        .blk-xs {
                                                            width: 100%;
                                                        }
                                                        .fdh-01-tit {
                                                            display: none;
                                                        }
                                                        .fdh-01-nav-one {
                                                            float: left;
                                                            width: 50%;
                                                            position: relative;
                                                        }
                                                        .fdh-01-nav-one h3 a {
                                                            font-size: 14px;
                                                        }
                                                        .fdh-01-nav dl {
                                                            padding: 2px 0 4px;
                                                            margin: 0;
                                                            position: absolute;
                                                            width: 100%;
                                                            z-index: 10;
                                                        }
                                                        .fdh-01-nav dt {
                                                            font-size: 13px;
                                                            line-height: 50px;
                                                            padding-left: 42px;
                                                            padding-right: 40px;
                                                            margin-bottom: 0;
                                                            position: relative;
                                                        }
                                                        .cbgg-01 {
                                                            display: none;
                                                        }
                                                        .cplb-3n-ts-03-tit {
                                                            height: 43px;
                                                            font-size: 16px;
                                                            line-height: 43px;
                                                        }
                                                        .cplb-3n-ts-03-tit span {
                                                            height: 43px;
                                                        }
                                                        .cplb-3n-ts-03-list dl {
                                                            width: 48.5%;
                                                            margin-bottom: 15px;
                                                            float: left;
                                                            margin-right: 1.2%;
                                                        }
                                                        .cplb-3n-ts-03-list dd h4 {
                                                            font-size: 13px;
                                                            line-height: 45px;
                                                            margin: 0;
                                                        }
                                                        .cplb-3n-ts-03-list-desc {
                                                            font-size: 12px;
                                                            line-height: 20px;
                                                        }
                                                        .cplb-3n-ts-03-list dd {
                                                            padding: 6px 9px 5px 9px;
                                                        }
                                                        .blk-sm {
                                                            width: 100%;
                                                        }
                                                        .p14-infolist-1-list dt {
                                                            display: none;
                                                        }
                                                        .p14-infolist-1-list dd {
                                                            width: 100%;
                                                        }
                                                        .p14-infolist-1-list dd h4 {
                                                            font-size: 16px;
                                                        }
                                                        .p14-infolist-1-list-desc {
                                                            max-height: 72px;
                                                            font-size: 12px;
                                                            line-height: 23px;
                                                            margin-bottom: 28px;
                                                        }
                                                        .p14-infolist-1-list dl {
                                                            padding: 12px;
                                                        }
                                                        /**/
                                                        .swipershowleft {
                                                            width: 100%;
                                                        }
                                                        .cpcc-ts-01-right {
                                                            width: 100%;
                                                        }
                                                        .cpcc-ts-01-right-tit {
                                                            height: 42px;
                                                            font-size: 16px;
                                                            line-height: 48px;
                                                            margin-bottom: 10px;
                                                        }
                                                        .cpcc-ts-01-right-con strong {
                                                            font-size: 13px;
                                                        }
                                                        .cpcc-ts-01-right-con p {
                                                            font-size: 12px;
                                                        }
                                                        .pc-cx-tel-1-t1 {
                                                            width: 94px;
                                                            height: 38px;
                                                            font-size: 14px;
                                                            line-height: 38px;
                                                        }
                                                        .pc-cx-tel-1-t2 {
                                                            height: 56px;
                                                            padding-left: 62px;
                                                            font-size: 14px;
                                                            line-height: 18px;
                                                        }
                                                        .cpxq-01-nav {
                                                            font-size: 14px;
                                                            height: 40px;
                                                            margin-top: 3rem;
                                                            margin-bottom: 2rem;
                                                        }
                                                        .cpxq-01-nav span {
                                                            float: left;
                                                            height: 40px;
                                                            line-height: 40px;
                                                            padding: 0 18px;
                                                            color: #fff;
                                                        }
                                                        /**/
                                                        .tl-fdh-02 li a {
                                                            display: block;
                                                            height: 42px;
                                                            color: #a8a8a8;
                                                        }
                                                        .tl-fdh-02 li {
                                                            width: 33.3333%;
                                                            height: 42px;
                                                            font-size: 14px;
                                                            line-height: 42px;
                                                        }
                                                        .p12-aboutinfo-1 {
                                                            margin-bottom: 0px;
                                                        }
                                                        .kfay dt {
                                                            display: none;
                                                        }
                                                        .kfay dd {
                                                            width: 100%;
                                                        }
                                                        .tit {
                                                            height: auto;
                                                            background: url(../image/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 36px;
                                                            clear: both;
                                                            text-align: center;
                                                        }
                                                        .tit span {
                                                            font-size: 19px;
                                                            padding-top: 0;
                                                        }
                                                        .tit em {
                                                            padding-top: 18px;
                                                        }
                                                        .kfay dd h4 {
                                                            height: 53px;
                                                            padding-top: 20px;
                                                            font: 15px "Microsoft YaHei";
                                                            color: #000;
                                                            background: url(../image/836e2f7320ba461896830a024dc368af_4.jpg) no-repeat left bottom;
                                                            background-size: 100%;
                                                        }
                                                        .kfay dd p {
                                                            font: 12px "Microsoft YaHei";
                                                            line-height: 30px;
                                                            padding-top: 0px;
                                                            margin: 14px 0;
                                                        }
                                                        .kfay {
                                                            width: 100%;
                                                            height: auto;
                                                        }
                                                        .wm-l {
                                                            width: 100%;
                                                            float: left;
                                                            color: #fff;
                                                            height: auto;
                                                            overflow: hidden;
                                                            background: #00a2eb;
                                                            padding: 60px 0 37px 40px;
                                                        }
                                                        .wm-l h4 {
                                                            font: 17px "Microsoft YaHei";
                                                            line-height: 10px;
                                                            padding-bottom: 30px;
                                                            margin: 0;
                                                        }
                                                        .wm-l li {
                                                            font: 13px "Microsoft YaHei";
                                                            line-height: 35px;
                                                        }
                                                        .g-gywm {
                                                            height: auto;
                                                            overflow: hidden;
                                                            width: 100%;
                                                            margin-bottom: 2rem;
                                                        }
                                                        .wm-r {
                                                            width: 100%;
                                                        }
                                                        .p4-order-form-1 .p4-titlel-1 {
                                                            width: 110px;
                                                            height: 35px;
                                                            font-size: 15px;
                                                            line-height: 35px;
                                                            margin: 0;
                                                        }
                                                        .p4-order-form-1-con {
                                                            border: 1px solid #bbb;
                                                            padding: 29px 1%;
                                                        }
                                                        .p4-order-form-1-con li {
                                                            margin-bottom: 10px;
                                                            font-size: 14px;
                                                            line-height: 35px;
                                                        }
                                                        .p4-order-form-1-con label {
                                                            width: 84px;
                                                            height: 33px;
                                                            line-height: 33px;
                                                        }
                                                        .p4-order-form-1-con .inputs,
                                                        .p4-order-form-1-con li select {
                                                            width: 70%;
                                                            margin-right: 0;
                                                            height: 33px;
                                                            line-height: 32px;
                                                            /* float: left; */
                                                            font-size: 12px;
                                                        }
                                                        .p4-order-form-1-t1 textarea {
                                                            width: 70%;
                                                            height: 102px;
                                                            line-height: 24px;
                                                            outline: none;
                                                            resize: none;
                                                            margin-right: 0;
                                                            padding-left: 10px;
                                                            font-size: 12px;
                                                        }
                                                        .p4-order-form-1-con .p4-order-form-1-t3 {
                                                            padding-left: 0;
                                                            text-align: center;
                                                        }
                                                    }
                                                    
                                                    @media (max-width: 1366px) {
                                                        .intro ul li {
                                                            width: 100px;
                                                        }
                                                    }
                                                    
                                                    @media (max-width: 1200px) {
                                                        .right_top {
                                                            width: 20%;
                                                            float: left;
                                                            margin-left: 5%;
                                                        }
                                                        .mnav {
                                                            height: 270px;
                                                        }
                                                        .intro ul {
                                                            width: 175%;
                                                        }
                                                        .det {
                                                            margin-bottom: 20px;
                                                        }
                                                        .swiper-container {
                                                            display: none;
                                                        }
                                                        .swiper-container1 {
                                                            display: block;
                                                        }
                                                    }
                                                    
                                                    @media (max-width: 970px) {
                                                        .top {
                                                            display: none;
                                                        }
                                                        .right_top {
                                                            width: 20.5%;
                                                            float: left;
                                                            margin-left: 45%;
                                                        }
                                                        .middle_bot {
                                                            display: none;
                                                        }
                                                        .left_bot,
                                                        .right_bot {
                                                            float: none;
                                                            width: 100%;
                                                        }
                                                        .bottom {
                                                            overflow: auto;
                                                            height: auto;
                                                            text-align: center;
                                                        }
                                                        .bottoms {
                                                            height: auto;
                                                            overflow: auto;
                                                        }
                                                        .middle_new ul li,
                                                        .right_new ul li {
                                                            width: 100%;
                                                            padding-left: 10px;
                                                            padding-right: 10px;
                                                        }
                                                        .new_title p {
                                                            margin-left: 80px;
                                                        }
                                                        .right_new .new_title,
                                                        .middle_new .new_title {
                                                            background-position: 45px center;
                                                        }
                                                        .time {
                                                            top: 179px;
                                                        }
                                                        .left_new ul {
                                                            top: 555px;
                                                        }
                                                        .advantage {
                                                            height: auto;
                                                            overflow: auto;
                                                        }
                                                        .adv_con {
                                                            overflow: auto;
                                                        }
                                                        .ad_left {
                                                            float: none;
                                                            width: 100%;
                                                            text-align: center;
                                                        }
                                                        .ad_right {
                                                            float: none;
                                                            margin-left: 0;
                                                            text-align: center;
                                                            width: 100%;
                                                        }
                                                        .contact {
                                                            left: 45%;
                                                        }
                                                        .contacts_del ul li a {
                                                            margin-left: 0;
                                                        }
                                                        .right_bot .contacts img {
                                                            margin-left: 0;
                                                        }
                                                        .left_foot {
                                                            text-align: center;
                                                            width: 100%;
                                                        }
                                                        .left_foot ul li {
                                                            float: none;
                                                            text-align: center;
                                                            width: 100%;
                                                        }
                                                        .right_foot {
                                                            width: 100%;
                                                            float: none;
                                                            text-align: center;
                                                        }
                                                        .right_foot button {
                                                            right: 40%;
                                                        }
                                                        .left_new,
                                                        .middle_new,
                                                        .right_new {
                                                            float: none;
                                                            width: 100%;
                                                            margin-left: 0;
                                                            height: auto;
                                                        }
                                                        .advlist li {
                                                            float: none;
                                                            width: 100%;
                                                            margin-bottom: 25px;
                                                            text-align: center;
                                                        }
                                                    }
                                                    
                                                    @media (max-width: 760px) {
                                                        .advlist {
                                                            height: auto;
                                                            overflow: auto;
                                                        }
                                                        .right_foot button {
                                                            right: 32%;
                                                        }
                                                    }
                                                    
                                                    @media (max-width: 376px) {
                                                        .showbtn {
                                                            float: right;
                                                        }
                                                        .products {
                                                            width: 100%;
                                                            height: 707px;
                                                            float: none;
                                                        }
                                                        .right_foot button {
                                                            right: 20%;
                                                        }
                                                    }
                                                    
                                                    @media (max-width: 376px) {
                                                        .products {
                                                            width: 100%;
                                                            height: 707px;
                                                            float: none;
                                                        }
                                                    }
                                                    
                                                    @media (max-width: 376px) {
                                                        .company .Chtitle {
                                                            padding-top: 41px;
                                                        }
                                                        .company {
                                                            height: 270px;
                                                        }
                                                        .com_intro {
                                                            background: none;
                                                            width: 100%;
                                                        }
                                                    }
                                                    
                                                    @media (max-width: 376px) {
                                                        .cname {
                                                            text-align: center;
                                                        }
                                                        .intro {
                                                            width: 100%;
                                                            padding-top: 20px;
                                                            margin-left: 0;
                                                        }
                                                        .line {
                                                            width: 50%;
                                                            margin: auto;
                                                        }
                                                        .intro ul {
                                                            overflow: auto;
                                                        }
                                                        .intro ul li {
                                                            width: 50%;
                                                        }
                                                        .det {
                                                            margin-bottom: 50px;
                                                        }
                                                    }
                                                    
                                                    @media (max-width: 376px) {
                                                        .advantage {
                                                            margin-top: 0;
                                                            background: none;
                                                        }
                                                        .advlist ul {
                                                            width: 100%;
                                                            margin-right: 0;
                                                        }
                                                        .advlist {
                                                            height: auto;
                                                            padding-bottom: 15px;
                                                        }
                                                        .contact {
                                                            left: 35%;
                                                        }
                                                        .ad_right {
                                                            float: none;
                                                            width: 100%;
                                                            margin-left: 0;
                                                        }
                                                        .ad_left {
                                                            float: none;
                                                            width: 100%;
                                                        }
                                                    }
                                                    
                                                    @media (max-width: 376px) {
                                                        .partner {
                                                            height: auto;
                                                        }
                                                        .partnerlist {
                                                            overflow: auto;
                                                        }
                                                        .partnerlist ul li {
                                                            width: 50%;
                                                        }
                                                    }
                                                    
                                                    @media (max-width: 376px) {
                                                        .left_bot {
                                                            width: 100%;
                                                            float: none;
                                                            text-align: center;
                                                        }
                                                        .middle_bot,
                                                        .right_bot {
                                                            width: 100%;
                                                        }
                                                        .middle_list,
                                                        .left_list,
                                                        .right_list {
                                                            width: 30%;
                                                        }
                                                        .middle_list,
                                                        .right_list {
                                                            margin-left: 17px;
                                                        }
                                                        .bottom {
                                                            height: auto;
                                                            overflow: auto;
                                                        }
                                                        .right_bot {
                                                            text-align: center;
                                                        }
                                                        .ad_left img {
                                                            width: 100%;
                                                        }
                                                    }
                                                    
                                                    @media (max-width: 376px) {
                                                        .new {
                                                            height: auto;
                                                        }
                                                        .right_top {
                                                            width: 60%;
                                                            margin-left: 0;
                                                        }
                                                        .showbtn {
                                                            margin-top: 0;
                                                        }
                                                        .det {
                                                            padding-left: 5px;
                                                            padding-right: 5px;
                                                        }
                                                        .intro ul {
                                                            width: 100%;
                                                        }
                                                        .time {
                                                            top: 259px;
                                                        }
                                                        .left_new ul {
                                                            top: 275px;
                                                        }
                                                    }
                                                    
                                                    .header {
                                                        z-index: 100000000;
                                                        padding: 0;
                                                        position: fixed;
                                                        height: 75px;
                                                        top: 46px;
                                                        transition: 0.6s;
                                                        width: 100%;
                                                    }
                                                    
                                                    .layui-container {
                                                        position: relative;
                                                        margin: 0 auto;
                                                        padding: 0 15px;
                                                        box-sizing: border-box;
                                                        max-width: 1310px;
                                                    }
                                                    
                                                    .layui-col-xs12 {
                                                        width: 100%;
                                                    }
                                                    
                                                    .layui-col-xs1,
                                                    .layui-col-xs10,
                                                    .layui-col-xs11,
                                                    .layui-col-xs12,
                                                    .layui-col-xs2,
                                                    .layui-col-xs3,
                                                    .layui-col-xs4,
                                                    .layui-col-xs5,
                                                    .layui-col-xs6,
                                                    .layui-col-xs7,
                                                    .layui-col-xs8,
                                                    .layui-col-xs9 {
                                                        float: left;
                                                    }
                                                    
                                                    .layui-col-lg1,
                                                    .layui-col-lg10,
                                                    .layui-col-lg11,
                                                    .layui-col-lg12,
                                                    .layui-col-lg2,
                                                    .layui-col-lg3,
                                                    .layui-col-lg4,
                                                    .layui-col-lg5,
                                                    .layui-col-lg6,
                                                    .layui-col-lg7,
                                                    .layui-col-lg8,
                                                    .layui-col-lg9,
                                                    .layui-col-md1,
                                                    .layui-col-md10,
                                                    .layui-col-md11,
                                                    .layui-col-md12,
                                                    .layui-col-md2,
                                                    .layui-col-md3,
                                                    .layui-col-md4,
                                                    .layui-col-md5,
                                                    .layui-col-md6,
                                                    .layui-col-md7,
                                                    .layui-col-md8,
                                                    .layui-col-md9,
                                                    .layui-col-sm1,
                                                    .layui-col-sm10,
                                                    .layui-col-sm11,
                                                    .layui-col-sm12,
                                                    .layui-col-sm2,
                                                    .layui-col-sm3,
                                                    .layui-col-sm4,
                                                    .layui-col-sm5,
                                                    .layui-col-sm6,
                                                    .layui-col-sm7,
                                                    .layui-col-sm8,
                                                    .layui-col-sm9,
                                                    .layui-col-xs1,
                                                    .layui-col-xs10,
                                                    .layui-col-xs11,
                                                    .layui-col-xs12,
                                                    .layui-col-xs2,
                                                    .layui-col-xs3,
                                                    .layui-col-xs4,
                                                    .layui-col-xs5,
                                                    .layui-col-xs6,
                                                    .layui-col-xs7,
                                                    .layui-col-xs8,
                                                    .layui-col-xs9 {
                                                        position: relative;
                                                        display: block;
                                                        box-sizing: border-box;
                                                    }
                                                    
                                                    .header .content {
                                                        background: #fff;
                                                        border-radius: 6px;
                                                        padding: 0 20px;
                                                    }
                                                    
                                                    .header .logo {
                                                        display: block;
                                                        float: left;
                                                        width: 120px;
                                                        height: 75px;
                                                        line-height: 75px;
                                                        position: relative;
                                                    }
                                                    
                                                    .fr {
                                                        float: right;
                                                    }
                                                    
                                                    .nav {
                                                        float: left;
                                                        position: relative;
                                                    }
                                                    
                                                    .nav li {
                                                        position: relative;
                                                        float: left;
                                                        display: block;
                                                    }
                                                    
                                                    .nav>ul>li>a {
                                                        display: block;
                                                        height: 75px;
                                                        line-height: 84px;
                                                        text-align: center;
                                                        padding: 0 1.25rem;
                                                        position: relative;
                                                        z-index: 1;
                                                        font-size: 16px;
                                                        color: #1c1c1c;
                                                    }
                                                    
                                                    .header .content .right dl {
                                                        float: left;
                                                        font-size: 0;
                                                        line-height: 75px;
                                                        margin-left: 1rem;
                                                        position: relative;
                                                        z-index: 10;
                                                    }
                                                    
                                                    .header .content .right dl dd {
                                                        display: inline-block;
                                                        margin-right: 0.875rem;
                                                        cursor: pointer;
                                                    }
                                                    
                                                    .header .content .right dl dd a {
                                                        display: inline-block;
                                                        height: 46px;
                                                        position: relative;
                                                        vertical-align: middle;
                                                    }
                                                    
                                                    .header .content .right dl dd a .con {
                                                        position: absolute;
                                                        right: 0;
                                                        top: 0;
                                                        bottom: 0;
                                                        width: 100%;
                                                        border-radius: 23px;
                                                        background: #104a9e;
                                                        transition: 0.6s;
                                                        opacity: 0;
                                                        font-size: 16px;
                                                        color: #fff;
                                                        text-align: left;
                                                        padding-left: 20px;
                                                        line-height: 46px;
                                                        white-space: nowrap;
                                                    }
                                                    
                                                    .header .content .right dl dd a img {
                                                        vertical-align: top;
                                                        position: relative;
                                                    }
                                                    
                                                    .rd-navbar-toggle {
                                                        display: inline-block;
                                                        position: relative;
                                                        width: 40px;
                                                        height: 40px;
                                                        line-height: 40px;
                                                        cursor: pointer;
                                                        color: #2c343b;
                                                        background-color: #104a9e;
                                                        border: none;
                                                        top: 15px;
                                                        display: none;
                                                    }
                                                    
                                                    .rd-navbar-toggle span::after,
                                                    .rd-navbar-toggle span::before,
                                                    .rd-navbar-toggle span {
                                                        width: 24px;
                                                        height: 2px;
                                                        background-color: #fff;
                                                        backface-visibility: hidden;
                                                        border-radius: 0;
                                                    }
                                                    
                                                    .rd-navbar-main-element {
                                                        position: absolute;
                                                        float: left;
                                                        z-index: 10000000;
                                                    }
                                                    
                                                    .rd-navbar-nav,
                                                    .rd-navbar-nav-wrap,
                                                    .rd-navbar-submenu,
                                                    .rd-navbar-nav {
                                                        transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
                                                    }
                                                    
                                                    .rd-navbar-nav-wrap {
                                                        position: fixed;
                                                        left: 0;
                                                        top: -37px;
                                                        bottom: -56px;
                                                        z-index: 1029;
                                                        width: 100%;
                                                        padding: 112px 0 81px;
                                                        overflow-y: auto;
                                                        overflow-x: hidden;
                                                        -webkit-overflow-scrolling: touch;
                                                        font-size: 14px;
                                                        line-height: 34px;
                                                        transform: translateX(-110%);
                                                    }
                                                    
                                                    .rd-navbar-nav-wrap {
                                                        color: #ffffff;
                                                        background: #ffffff;
                                                        box-shadow: none;
                                                    }
                                                    
                                                    .rd-nav-link {
                                                        font-size: 14px;
                                                        color: #444;
                                                        letter-spacing: 2px;
                                                        text-transform: uppercase;
                                                    }
                                                    
                                                    .rd-nav-link {
                                                        display: block;
                                                        padding: 10px 56px 10px 18px;
                                                    }
                                                    
                                                    .rd-nav-link {
                                                        color: #151515;
                                                    }
                                                    
                                                    .nav>ul>li .rd-navbar-dropdown {
                                                        position: absolute;
                                                        top: 100%;
                                                        left: 1.25rem;
                                                        width: auto;
                                                        padding: 37px 32px 23px;
                                                        z-index: 5;
                                                        margin-top: 20px;
                                                        text-align: left;
                                                        box-shadow: 0 13px 16px 0 rgba(0, 0, 0, 0.13);
                                                        transform: translate3d(0, 0, 0);
                                                        visibility: hidden;
                                                        opacity: 0;
                                                        transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
                                                    }
                                                    
                                                    .rd-navbar-dropdown {}
                                                    
                                                    .rd-menu {
                                                        transition: opacity 0.3s, height 0.4s ease;
                                                        opacity: 0;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .nav>ul>li .rd-navbar-dropdown li {
                                                        display: block;
                                                        float: none;
                                                    }
                                                    
                                                    * {
                                                        margin: 0;
                                                        padding: 0;
                                                    }
                                                    
                                                    a {
                                                        text-decoration: none;
                                                    }
                                                    
                                                    a:hover {
                                                        text-decoration: none;
                                                        color: #333;
                                                    }
                                                    
                                                    body {
                                                        font-family: "微软雅黑";
                                                    }
                                                    
                                                    ul {
                                                        list-style: none;
                                                    }
                                                    
                                                    img {
                                                        max-width: 100%;
                                                    }
                                                    /*缓存*/
                                                    /*.myPhone{
    position: absolute;
    top: 108px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #008DD5;
    color: #fff;
    padding: 2em 4em;
    text-align: center;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */
                                                    /*}*/
                                                    
                                                    .load_box {
                                                        position: fixed;
                                                        width: 100%;
                                                        height: 100%;
                                                        z-index: 99999;
                                                        top: 0;
                                                        left: 0;
                                                        background: #fff;
                                                        text-align: center;
                                                    }
                                                    
                                                    .load_box .loader_loader {
                                                        width: 100%;
                                                        height: 100%;
                                                        max-width: 100%;
                                                    }
                                                    
                                                    .loader_loader {
                                                        box-sizing: border-box;
                                                        display: flex;
                                                        flex: 0 1 auto;
                                                        flex-direction: column;
                                                        flex-grow: 1;
                                                        flex-shrink: 0;
                                                        flex-basis: 25%;
                                                        max-width: 25%;
                                                        height: 200px;
                                                        align-items: center;
                                                        justify-content: center;
                                                    }
                                                    
                                                    @-webkit-keyframes line-scale-party {
                                                        0% {
                                                            -webkit-transform: scale(1);
                                                            transform: scale(1);
                                                        }
                                                        50% {
                                                            -webkit-transform: scale(0.5);
                                                            transform: scale(0.5);
                                                        }
                                                        100% {
                                                            -webkit-transform: scale(1);
                                                            transform: scale(1);
                                                        }
                                                    }
                                                    
                                                    @keyframes line-scale-party {
                                                        0% {
                                                            -webkit-transform: scale(1);
                                                            transform: scale(1);
                                                        }
                                                        50% {
                                                            -webkit-transform: scale(0.5);
                                                            transform: scale(0.5);
                                                        }
                                                        100% {
                                                            -webkit-transform: scale(1);
                                                            transform: scale(1);
                                                        }
                                                    }
                                                    
                                                    .line-scale-party>div:nth-child(1) {
                                                        -webkit-animation-delay: 0.77s;
                                                        animation-delay: 0.77s;
                                                        -webkit-animation-duration: 1.26s;
                                                        animation-duration: 1.26s;
                                                    }
                                                    
                                                    .line-scale-party>div:nth-child(2) {
                                                        -webkit-animation-delay: 0.29s;
                                                        animation-delay: 0.29s;
                                                        -webkit-animation-duration: 0.43s;
                                                        animation-duration: 0.43s;
                                                    }
                                                    
                                                    .line-scale-party>div:nth-child(3) {
                                                        -webkit-animation-delay: 0.28s;
                                                        animation-delay: 0.28s;
                                                        -webkit-animation-duration: 1.01s;
                                                        animation-duration: 1.01s;
                                                    }
                                                    
                                                    .line-scale-party>div:nth-child(4) {
                                                        -webkit-animation-delay: 0.74s;
                                                        animation-delay: 0.74s;
                                                        -webkit-animation-duration: 0.73s;
                                                        animation-duration: 0.73s;
                                                    }
                                                    
                                                    .line-scale-party>div {
                                                        background-color: #7aba1e;
                                                        width: 4px;
                                                        height: 35px;
                                                        border-radius: 2px;
                                                        margin: 2px;
                                                        -webkit-animation-fill-mode: both;
                                                        animation-fill-mode: both;
                                                        display: inline-block;
                                                        -webkit-animation-name: line-scale-party;
                                                        animation-name: line-scale-party;
                                                        -webkit-animation-iteration-count: infinite;
                                                        animation-iteration-count: infinite;
                                                        -webkit-animation-delay: 0;
                                                        animation-delay: 0;
                                                    }
                                                    /*end*/
                                                    /*头部*/
                                                    /*.headers{
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 12;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.headers>div{
    max-width: 1310px;
    margin: auto;
    height: 129px;
}*/
                                                    
                                                    .listheader {
                                                        width: 100%;
                                                        margin: auto;
                                                    }
                                                    /*.listheader>div{
    max-width: 1200px;
    margin: auto;
}*/
                                                    
                                                    .headerlistimg {
                                                        max-width: 1200px;
                                                        margin: auto;
                                                        display: block;
                                                    }
                                                    /*.listheaderLeft{
    float: left;
    height: 131px;
    line-height: 131px;
    width: 24%;
}

.listheaderRight_a{
    float: right;
    cursor: pointer;
    height: 131px;
    line-height: 172px;
}




.listheaderRight_c{
    float: right;
    position: relative;
    cursor: pointer;
}
.myPhone{
    position: absolute;
    top: 96px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}
*/
                                                    
                                                    .tel-bar {
                                                        display: inline-block;
                                                        background: #3c0000;
                                                        color: #fff;
                                                        padding: 2em 3em;
                                                        text-align: center;
                                                        width: 100%;
                                                    }
                                                    
                                                    .tel-bar img {
                                                        width: 4em;
                                                        margin-bottom: 1em;
                                                    }
                                                    
                                                    .tel-bar .tel-link {
                                                        font-size: 2em;
                                                        display: block;
                                                        color: #fff!important;
                                                    }
                                                    
                                                    .tel-bar p {
                                                        display: inline-block;
                                                        font-size: 0.9em;
                                                        padding: 0.5em;
                                                        line-height: 1;
                                                        margin: auto;
                                                        /* background-color: #34B7FB; */
                                                    }
                                                    
                                                    .nas {
                                                        display: flex;
                                                        flex-wrap: wrap;
                                                        margin: 0 auto;
                                                        max-width: 1200px;
                                                    }
                                                    
                                                    .listheaderRight {
                                                        width: 100%;
                                                        height: 60px;
                                                        line-height: 60px;
                                                        background: #00a2eb;
                                                    }
                                                    
                                                    .nas>li {
                                                        position: relative;
                                                        width: 16.6%;
                                                    }
                                                    
                                                    .nas>li>a {
                                                        display: block;
                                                        font-size: 15px;
                                                        overflow: hidden;
                                                        color: #fff;
                                                        width: 100%;
                                                        text-align: center;
                                                        position: relative;
                                                    }
                                                    
                                                    .nas>li>a img {
                                                        margin-left: 5px;
                                                    }
                                                    
                                                    .navs {
                                                        transition: 0.3s linear;
                                                    }
                                                    /*.nas span{
    color: #ce9d59;
    display: block;
}
.nas>li>a:hover .navs{
    margin-top: -20px;
    transition: 0.3s linear;
}
*/
                                                    /**/
                                                    
                                                    .clear {
                                                        clear: both;
                                                    }
                                                    
                                                    header .nav-btn {
                                                        width: 45px;
                                                        height: 34px;
                                                        margin-top: 7px;
                                                        position: relative;
                                                    }
                                                    
                                                    .fl {
                                                        float: left;
                                                        display: inline;
                                                    }
                                                    
                                                    header .nav-btn span {
                                                        width: 10px;
                                                        height: 10px;
                                                        border-radius: 50%;
                                                        margin-right: 5px;
                                                        background: #068585;
                                                        position: absolute;
                                                        left: 0;
                                                        top: 12px;
                                                        transition: left 0.3s, top 0.3s;
                                                    }
                                                    
                                                    header .nav-btn span.line1,
                                                    header .nav-btn span.line3,
                                                    header .nav-btn span.line3 {
                                                        left: 15px;
                                                    }
                                                    
                                                    header .nav-btn span.line2 {
                                                        left: 30px;
                                                        background: #e8921f;
                                                    }
                                                    
                                                    header .logo {
                                                        margin: 0 auto;
                                                        width: 96px;
                                                        display: block;
                                                        padding-top: 1rem;
                                                    }
                                                    
                                                    header .logo img {
                                                        width: 100%;
                                                    }
                                                    
                                                    header .nav-btn.hover span.line2 {
                                                        left: 12px;
                                                    }
                                                    
                                                    header .nav-btn.hover span.line0 {
                                                        top: 0;
                                                    }
                                                    
                                                    header .nav-btn.hover span.line1 {
                                                        top: 0;
                                                        left: 24px;
                                                    }
                                                    
                                                    header .nav-btn.hover span.line3 {
                                                        top: 24px;
                                                        left: 0;
                                                    }
                                                    
                                                    header .nav-btn.hover span.line4 {
                                                        top: 24px;
                                                        left: 24px;
                                                    }
                                                    
                                                    .headerphone {
                                                        line-height: 100%;
                                                        font-size: 18px;
                                                        color: #2759a3;
                                                        margin-left: 2rem;
                                                        margin-top: 4.5rem;
                                                    }
                                                    
                                                    .headerphone img {
                                                        margin-left: 2.5rem;
                                                        margin-right: 1rem;
                                                    }
                                                    
                                                    .clear {
                                                        clear: both;
                                                    }
                                                    
                                                    .fr {
                                                        float: right;
                                                        display: inline;
                                                    }
                                                    
                                                    .headers a.menu {
                                                        display: block;
                                                        width: 22px;
                                                        float: left;
                                                        z-index: 1;
                                                        margin-top: 4.5rem;
                                                    }
                                                    
                                                    .headers a.menu span:first-child {
                                                        margin-top: 0;
                                                    }
                                                    
                                                    .headers a.menu span {
                                                        display: block;
                                                        width: 100%;
                                                        height: 2px;
                                                        background-color: #3f6db3;
                                                        margin-top: 5px;
                                                        transition: all 0.3s linear 0s;
                                                        -moz-transition: all 0.3s linear 0s;
                                                        -webkit-transition: all 0.3s linear 0s;
                                                        -o-transition: all 0.3s linear 0s;
                                                    }
                                                    
                                                    .headers a.menu span:last-child {
                                                        width: 12px;
                                                    }
                                                    
                                                    .headers a.menu:hover span:nth-child(1) {
                                                        width: 11px;
                                                    }
                                                    
                                                    .headers a.menu:hover span:nth-child(2) {
                                                        width: 18px;
                                                    }
                                                    
                                                    .headers a.menu:hover span:nth-child(3) {
                                                        width: 22px;
                                                    }
                                                    
                                                    .search {}
                                                    
                                                    .search-box {
                                                        width: 28%;
                                                        position: fixed;
                                                        right: 0;
                                                        top: 131px;
                                                        display: none;
                                                        z-index: 10;
                                                        background: #007d5a;
                                                        padding: 18px 2%;
                                                    }
                                                    
                                                    .search-box .close {
                                                        float: right;
                                                        width: 35px;
                                                        height: 35px;
                                                        background: url(../image/wel26.png) no-repeat center;
                                                        background-size: 100%;
                                                        margin-top: 2px;
                                                        opacity: 1;
                                                    }
                                                    
                                                    .search-box form {
                                                        width: 76%;
                                                        height: 40px;
                                                        line-height: 40px;
                                                        position: relative;
                                                        border: 1px solid rgba(255, 255, 255, .2);
                                                    }
                                                    
                                                    .search-box form .text {
                                                        font-size: 12px;
                                                        color: #fff;
                                                        border: none;
                                                        background: none;
                                                        padding: 0 28px 0 18px;
                                                        width: 100%;
                                                        height: 40px;
                                                        color: #fff;
                                                        line-height: 40px;
                                                    }
                                                    
                                                    .search-box form .submit {
                                                        width: 14px;
                                                        height: 30px;
                                                        position: absolute;
                                                        top: 50%;
                                                        right: 14px;
                                                        margin-top: -15px;
                                                        background: url(../image/wel25.png) no-repeat center;
                                                        border: none;
                                                    }
                                                    
                                                    .search-box form .text::-webkit-input-placeholder {
                                                        color: #fff;
                                                    }
                                                    
                                                    .search-box form .text:-moz-placeholder {
                                                        color: #fff;
                                                    }
                                                    
                                                    .search-box form .text::-moz-placeholder {
                                                        color: #fff;
                                                    }
                                                    
                                                    .search-box form .text:-ms-input-placeholder {
                                                        color: #fff;
                                                    }
                                                    /*.clickPhone:hover .myPhone{
    opacity: 1;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
}*/
                                                    
                                                    .nas>li .more {
                                                        position: absolute;
                                                        left: 50%;
                                                        top: 60px;
                                                        width: 150px;
                                                        margin-left: -49px;
                                                        background-color: rgba(255, 255, 255, 0.9);
                                                        padding: 7px 0 21px;
                                                        z-index: 100;
                                                        display: none;
                                                    }
                                                    
                                                    .nas>li .more a {
                                                        display: block;
                                                        color: #333;
                                                        font-size: 14px;
                                                        height: 41px;
                                                        line-height: 41px;
                                                        padding-left: 40px;
                                                        transition: all 0.3s linear 0s;
                                                    }
                                                    
                                                    .nas>li .more a:hover {
                                                        color: #00a2eb;
                                                    }
                                                    
                                                    .banner {
                                                        width: 100%;
                                                    }
                                                    
                                                    .banner img {
                                                        width: 100%;
                                                    }
                                                    
                                                    .home_a {
                                                        background: url(../image/6.png)center 0 no-repeat;
                                                        width: 100%;
                                                        height: 1438px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .home_aTop {
                                                        text-align: center;
                                                        overflow: hidden;
                                                        margin-top: 10rem;
                                                        margin-bottom: 6rem;
                                                    }
                                                    
                                                    .home_aTop span {
                                                        display: block;
                                                        font-size: 95px;
                                                        color: #e4e4e4;
                                                        font-family: "Arial Bold";
                                                        text-transform: uppercase;
                                                        font-weight: 700;
                                                        line-height: 100%;
                                                    }
                                                    
                                                    .home_aTop div {
                                                        font-size: 30px;
                                                        color: #141414;
                                                        font-weight: 700;
                                                        line-height: 100%;
                                                        margin-top: -59px;
                                                    }
                                                    
                                                    .home_aTop img {
                                                        display: block;
                                                        margin: auto;
                                                        margin-top: 4rem;
                                                        margin-bottom: 2rem;
                                                    }
                                                    
                                                    .home_aTop p {
                                                        margin: 0;
                                                        color: #464646;
                                                    }
                                                    
                                                    .home_aswiper {
                                                        max-width: 1400px;
                                                        margin: auto;
                                                        overflow: hidden;
                                                        position: relative;
                                                    }
                                                    
                                                    .home_aswipercontainer {
                                                        max-width: 1200px;
                                                    }
                                                    
                                                    .home_aswipercontainer a {
                                                        display: block;
                                                        width: 100%;
                                                        border: 1px solid #DBDBDB;
                                                        overflow: hidden;
                                                        background: #fff;
                                                    }
                                                    
                                                    .home_aswipercontainer a .home_aswiper_a {
                                                        border-bottom: 1px solid #DBDBDB;
                                                        height: 62px;
                                                        line-height: 62px;
                                                        padding: 0 2rem;
                                                    }
                                                    
                                                    .home_aswipercontainer a .home_aswiper_a img {
                                                        float: left;
                                                        margin-top: 1rem;
                                                    }
                                                    
                                                    .home_aswipercontainer a .home_aswiper_a span {
                                                        font-size: 18px;
                                                        color: #464646;
                                                        font-weight: 700;
                                                        float: right;
                                                    }
                                                    
                                                    .home_aswipercontainer a>img {
                                                        width: 100%;
                                                    }
                                                    
                                                    .home_aswipercontainer a>p {
                                                        color: #c82c30;
                                                        margin: 0;
                                                        height: 69px;
                                                        border-top: 1px solid #DBDBDB;
                                                        line-height: 69px;
                                                        font-size: 16px;
                                                        text-align: center;
                                                        font-weight: 700;
                                                        background: url(../image/images/4_03.jpg)center 0 no-repeat;
                                                        background-position: center;
                                                    }
                                                    
                                                    .home_a>a {
                                                        width: 429px;
                                                        height: 55px;
                                                        text-align: center;
                                                        line-height: 55px;
                                                        background: #00a2eb;
                                                        display: block;
                                                        margin: auto;
                                                        overflow: hidden;
                                                        color: #fff;
                                                        font-size: 16px;
                                                        margin-top: 6rem;
                                                    }
                                                    
                                                    .home_btop {
                                                        text-align: center;
                                                        margin-top: 8rem;
                                                        margin-bottom: 4rem;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .home_btop div {
                                                        font-size: 42px;
                                                        color: #343434;
                                                    }
                                                    
                                                    .home_btop div label {}
                                                    
                                                    .home_btop p {
                                                        margin: 0;
                                                        font-size: 22px;
                                                        color: #464646;
                                                    }
                                                    
                                                    .home_b {
                                                        background: url(../image/images/5_02.jpg)center 0 no-repeat;
                                                        width: 100%;
                                                        height: 601px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .home_b>div {
                                                        max-width: 1200px;
                                                        margin: auto;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .home_bright {
                                                        float: right;
                                                        width: 50%;
                                                        color: #fff;
                                                        overflow: hidden;
                                                        display: flex;
                                                        flex-wrap: wrap;
                                                        padding-top: 8rem;
                                                    }
                                                    
                                                    .home_bright a {
                                                        display: block;
                                                        width: 59%;
                                                        color: #fff;
                                                        padding-left: 6rem;
                                                        margin-bottom: 4rem;
                                                    }
                                                    
                                                    .home_bright a div {
                                                        height: 60px;
                                                        line-height: 54px;
                                                    }
                                                    
                                                    .home_bright a div img {}
                                                    
                                                    .home_bright a label {
                                                        font-size: 18px;
                                                        margin-bottom: 7px;
                                                    }
                                                    
                                                    .home_bright a span {
                                                        display: block;
                                                        width: 46px;
                                                        height: 3px;
                                                        background: #fff;
                                                        margin-bottom: 1rem;
                                                    }
                                                    
                                                    .home_bright p {
                                                        margin: 0;
                                                        line-height: 28px;
                                                    }
                                                    
                                                    .home_bright a:nth-child(2n) {
                                                        width: 41%;
                                                        padding: 0;
                                                    }
                                                    
                                                    .home_c {
                                                        max-width: 1200px;
                                                        margin: auto;
                                                        overflow: hidden;
                                                        margin-bottom: 9rem;
                                                    }
                                                    
                                                    .home_c h5 {
                                                        text-align: center;
                                                        font-size: 36px;
                                                        height: 38px;
                                                        line-height: 36px;
                                                        font-weight: bold;
                                                        color: #333333;
                                                        margin-bottom: 5rem;
                                                        margin-top: 8rem;
                                                    }
                                                    
                                                    .home_c ul {
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .home_c ul li {
                                                        cursor: pointer;
                                                        float: left;
                                                        position: relative;
                                                        width: 14.2%;
                                                    }
                                                    
                                                    .home_c ul li i {
                                                        font-style: normal;
                                                        display: block;
                                                        width: 54px;
                                                        height: 50px;
                                                        margin: 0 auto 23px;
                                                        transition: all 0.5s ease-in-out;
                                                    }
                                                    
                                                    .home_c ul li .dz1 {
                                                        background: url(../image/lc1.png) no-repeat center;
                                                    }
                                                    
                                                    .home_c ul li .dz2 {
                                                        background: url(../image/lc2.png) no-repeat center;
                                                    }
                                                    
                                                    .home_c ul li .dz3 {
                                                        background: url(../image/lc3.png) no-repeat center;
                                                    }
                                                    
                                                    .home_c ul li .dz4 {
                                                        background: url(../image/lc4.png) no-repeat center;
                                                    }
                                                    
                                                    .home_c ul li .dz5 {
                                                        background: url(../image/lc5.png) no-repeat center;
                                                    }
                                                    
                                                    .home_c ul li .dz6 {
                                                        background: url(../image/lc6.png) no-repeat center;
                                                    }
                                                    
                                                    .home_c ul li .dz7 {
                                                        background: url(../image/lc7.png) no-repeat center;
                                                    }
                                                    
                                                    .home_c ul li em {
                                                        font-style: normal;
                                                        display: block;
                                                        font-size: 16px;
                                                        color: #333333;
                                                        line-height: 16px;
                                                        text-align: center;
                                                        margin-bottom: 9px;
                                                    }
                                                    
                                                    .home_c ul li p {
                                                        font-size: 10px;
                                                        line-height: 10px;
                                                        color: #AAAAAA;
                                                        text-transform: uppercase;
                                                        text-align: center;
                                                    }
                                                    
                                                    .home_c ul li:before {
                                                        width: 1px;
                                                        height: 66px;
                                                        background: #d2d2d2;
                                                        content: "";
                                                        position: absolute;
                                                        top: 22px;
                                                        right: -1px;
                                                    }
                                                    
                                                    .home_c ul li.last:before {
                                                        display: none;
                                                    }
                                                    
                                                    .home_c ul li:hover .dz1 {
                                                        background: url(../image/lc1_h.png) no-repeat center;
                                                    }
                                                    
                                                    .home_c ul li:hover .dz2 {
                                                        background: url(../image/lc2_h.png) no-repeat center;
                                                    }
                                                    
                                                    .home_c ul li:hover .dz3 {
                                                        background: url(../image/lc3_h.png) no-repeat center;
                                                    }
                                                    
                                                    .home_c ul li:hover .dz4 {
                                                        background: url(../image/lc4_h.png) no-repeat center;
                                                    }
                                                    
                                                    .home_c ul li:hover .dz5 {
                                                        background: url(../image/lc5_h.png) no-repeat center;
                                                    }
                                                    
                                                    .home_c ul li:hover .dz6 {
                                                        background: url(../image/lc6_h.png) no-repeat center;
                                                    }
                                                    
                                                    .home_c ul li:hover .dz7 {
                                                        background: url(../image/lc7_h.png) no-repeat center;
                                                    }
                                                    
                                                    .home_c ul li:hover em {
                                                        color: #00a2eb;
                                                    }
                                                    
                                                    .home_c ul li:hover p {
                                                        color: #00a2eb;
                                                    }
                                                    
                                                    .home_c ul li:hover i {
                                                        transform: rotate(360deg);
                                                    }
                                                    
                                                    .home_d {
                                                        width: 100%;
                                                        background: #014262;
                                                        overflow: hidden;
                                                        color: #fff;
                                                    }
                                                    
                                                    .home_d>div {
                                                        max-width: 1200px;
                                                        margin: auto;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .home_dleft {
                                                        float: left;
                                                        padding: 6rem 0;
                                                    }
                                                    
                                                    .home_dleft label {
                                                        font-size: 30px;
                                                        border-bottom: 1px solid #005F8E;
                                                        padding-bottom: 0.8rem;
                                                        margin: 0;
                                                    }
                                                    
                                                    .home_dleft div {
                                                        border-bottom: 1px solid #005F8E;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .home_dleft div p {
                                                        margin: 0;
                                                        float: left;
                                                        line-height: 24px;
                                                        padding: 1rem 0;
                                                    }
                                                    
                                                    .home_dleft div span {
                                                        float: right;
                                                        font-size: 18px;
                                                        font-weight: 700;
                                                        background: url(../image/12.png)center 13px no-repeat;
                                                        display: block;
                                                        height: 73px;
                                                        padding-top: 3.8rem;
                                                        border-left: 1px solid #005F8E;
                                                        width: 174px;
                                                        text-align: center;
                                                    }
                                                    
                                                    .home_dright {
                                                        position: relative;
                                                        float: right;
                                                        width: 54%;
                                                        overflow: hidden;
                                                        margin-top: 3rem;
                                                    }
                                                    
                                                    .home_drightswiper {
                                                        max-width: 500px;
                                                    }
                                                    
                                                    .home_drightswiper a img {
                                                        border: 2px solid #0077B2;
                                                        width: 100%;
                                                    }
                                                    
                                                    .home_dright .home_drightswipernext {
                                                        width: 26px;
                                                        height: 50px;
                                                        background: url(../image/14.png)center 0 no-repeat;
                                                        background-size: 26px 50px;
                                                    }
                                                    
                                                    .home_dright .home_drightswiperprev {
                                                        width: 26px;
                                                        height: 50px;
                                                        background: url(../image/15.png)center 0 no-repeat;
                                                        background-size: 26px 50px;
                                                    }
                                                    
                                                    .home_eswiper {
                                                        width: 99%;
                                                    }
                                                    
                                                    .home_eswiper a {
                                                        display: block;
                                                        width: 100%;
                                                        padding: 4px;
                                                        border: 1px solid #ccc;
                                                        text-align: center;
                                                        font-size: 16px;
                                                        color: #464646;
                                                        transition: all 0.3s;
                                                    }
                                                    
                                                    .home_eswiper a div {
                                                        position: relative;
                                                        width: 100%;
                                                    }
                                                    
                                                    .home_eswiper a div>img {
                                                        width: 100%;
                                                    }
                                                    
                                                    .home_eswiper a div p {
                                                        position: absolute;
                                                        width: 100%;
                                                        height: 100%;
                                                        background: rgba(0, 0, 0, 0.6);
                                                        top: 0;
                                                        opacity: 0;
                                                        transition: all 0.3s;
                                                    }
                                                    
                                                    .home_eswiper a div p img {
                                                        position: absolute;
                                                        top: 0;
                                                        left: 0;
                                                        right: 0;
                                                        bottom: 0;
                                                        margin: auto;
                                                    }
                                                    
                                                    .home_eswiper a span {
                                                        display: block;
                                                        padding: 1rem 0;
                                                    }
                                                    
                                                    .home_eswiper a:hover {
                                                        background: #00b0ff;
                                                        color: #fff;
                                                    }
                                                    
                                                    .home_eswiper a:hover p {
                                                        opacity: 1;
                                                    }
                                                    
                                                    .home_ftop {
                                                        text-align: center;
                                                        font-size: 34px;
                                                        color: #555555;
                                                        font-weight: 700;
                                                        border-top: 1px solid #ccc;
                                                        margin-top: 8rem;
                                                        padding: 4rem 0;
                                                    }
                                                    
                                                    .home_fswiper {
                                                        max-width: 1200px;
                                                    }
                                                    
                                                    .home_fswiper img {
                                                        width: 100%;
                                                        border: 1px solid #ccc;
                                                    }
                                                    
                                                    .home_g {
                                                        width: 100%;
                                                        height: 674px;
                                                        background: url(../image/images/7_02.jpg)center 0 no-repeat;
                                                        overflow: hidden;
                                                        margin-top: 7rem;
                                                    }
                                                    
                                                    .home_g>div {
                                                        max-width: 1200px;
                                                        margin: auto;
                                                        overflow: hidden;
                                                        background: #fff;
                                                        margin-top: 10rem;
                                                    }
                                                    
                                                    .home_g>div>img {
                                                        float: left;
                                                        width: 50%;
                                                    }
                                                    
                                                    .home_gright {
                                                        width: 50%;
                                                        float: right;
                                                        overflow: hidden;
                                                        padding: 0 5rem;
                                                        padding-top: 5rem;
                                                    }
                                                    
                                                    .home_gright span {
                                                        font-size: 34px;
                                                        color: #014262;
                                                    }
                                                    
                                                    .home_gright div {
                                                        font-size: 24px;
                                                        color: #014262;
                                                    }
                                                    
                                                    .home_gright>img {}
                                                    
                                                    .home_gright p {
                                                        color: #464646;
                                                        line-height: 27px;
                                                        margin: 0;
                                                        margin-top: 1rem;
                                                    }
                                                    
                                                    .home_gright a {
                                                        width: 143px;
                                                        height: 40px;
                                                        display: block;
                                                        border: 1px solid #ccc;
                                                        text-align: center;
                                                        line-height: 40px;
                                                        border-radius: 30px;
                                                        font-family: Arial Regular;
                                                        color: #3f3f3f;
                                                        margin-top: 3rem;
                                                    }
                                                    
                                                    .home_gright a img {
                                                        margin-right: 9px;
                                                    }
                                                    
                                                    .home_h {
                                                        max-width: 1200px;
                                                        margin: auto;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .home_htop {
                                                        width: 100%;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .home_htop a {
                                                        display: block;
                                                        overflow: hidden;
                                                        background: #eeeeee;
                                                    }
                                                    
                                                    .home_htop a>img {
                                                        width: 40%;
                                                        float: left;
                                                    }
                                                    
                                                    .home_htop .home_htopright {
                                                        float: right;
                                                        width: 60%;
                                                        overflow: hidden;
                                                        padding: 0 3rem;
                                                        padding-top: 4rem;
                                                    }
                                                    
                                                    .home_htop .home_htopright label {
                                                        color: #181818;
                                                        margin-bottom: 11px;
                                                        cursor: pointer;
                                                    }
                                                    
                                                    .home_htop .home_htopright p {
                                                        color: #464646;
                                                        line-height: 26px;
                                                        margin: 0 0 15px;
                                                    }
                                                    
                                                    .home_htop .home_htopright div {
                                                        color: #464646;
                                                    }
                                                    
                                                    .home_htop .home_htopright div img {
                                                        float: right;
                                                    }
                                                    
                                                    .home_htop a label:hover {
                                                        color: #00A2EB;
                                                    }
                                                    
                                                    .home_hs {
                                                        width: 100%;
                                                        overflow: hidden;
                                                        margin-bottom: 8rem;
                                                    }
                                                    
                                                    .home_hs a {
                                                        display: block;
                                                        float: left;
                                                        width: 48%;
                                                        margin-top: 2rem;
                                                        padding-bottom: 2rem;
                                                    }
                                                    
                                                    .home_hs a:nth-child(1) {
                                                        border-bottom: 1px solid #ccc;
                                                    }
                                                    
                                                    .home_hs a:nth-child(2) {
                                                        border-bottom: 1px solid #ccc;
                                                    }
                                                    
                                                    .home_hs a:nth-child(2n) {
                                                        float: right;
                                                    }
                                                    
                                                    .home_hs a label {
                                                        margin: 0;
                                                        color: #464646;
                                                    }
                                                    
                                                    .home_hs a div {
                                                        color: #818181;
                                                        line-height: 25px;
                                                        margin: 0.5rem 0;
                                                    }
                                                    
                                                    .home_hs a span {
                                                        color: #787878;
                                                    }
                                                    
                                                    .home_hs a label:hover {
                                                        color: #00A2EB;
                                                        cursor: pointer;
                                                    }
                                                    
                                                    .bottomTop {
                                                        height: 89px;
                                                        line-height: 89px;
                                                        overflow: hidden;
                                                        border-bottom: 1px solid #00283B;
                                                    }
                                                    
                                                    .bottomTop div {
                                                        max-width: 1200px;
                                                        display: flex;
                                                        margin: auto;
                                                    }
                                                    
                                                    .bottomTop div a {
                                                        color: #fff;
                                                        flex: 1;
                                                        font-size: 16px;
                                                        text-align: center;
                                                    }
                                                    
                                                    .bottomcenter {
                                                        width: 100%;
                                                        border-top: 1px solid #00608F;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .bottomcenter>div {
                                                        max-width: 1200px;
                                                        margin: 2rem auto;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .bottomleft {
                                                        height: 207px;
                                                        width: 46%;
                                                        line-height: 207px;
                                                        text-align: center;
                                                        border-right: 1px solid #00608F;
                                                        float: left;
                                                    }
                                                    
                                                    .bottomleft img {
                                                        line-height: 207px;
                                                    }
                                                    
                                                    .bottomright {
                                                        color: #fff;
                                                        height: 207px;
                                                        width: 54%;
                                                        float: right;
                                                        border-left: 1px solid #00283B;
                                                        line-height: 29px;
                                                        padding-left: 5rem;
                                                    }
                                                    
                                                    .allbottom {
                                                        width: 100%;
                                                        color: #fff;
                                                        height: 69px;
                                                        background: #002d45;
                                                        line-height: 69px;
                                                    }
                                                    
                                                    .allbottom div {
                                                        max-width: 1200px;
                                                        margin: auto;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .allbottom div span {
                                                        float: left;
                                                    }
                                                    
                                                    .allbottom div span a {
                                                        color: #fff;
                                                    }
                                                    
                                                    .allbottom div>a {
                                                        float: right;
                                                        color: #fff;
                                                    }
                                                    /**/
                                                    
                                                    .listbanner {
                                                        width: 100%;
                                                    }
                                                    
                                                    .listbanner img {
                                                        width: 100%;
                                                    }
                                                    
                                                    .blk-main {
                                                        max-width: 1200px;
                                                        margin: 0 auto;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .blk {
                                                        margin-bottom: 20px;
                                                        width: 100%;
                                                        float: left;
                                                    }
                                                    
                                                    .p12-curmbs-1 {
                                                        font-size: 14px;
                                                        border-bottom: 1px dashed #dcdcdc;
                                                    }
                                                    
                                                    .p12-curmbs-1 b {
                                                        border-left: 10px solid #00a2eb;
                                                        font-weight: normal;
                                                        padding-left: 8px;
                                                    }
                                                    
                                                    .p12-curmbs-1 span {
                                                        font-family: '宋体';
                                                        padding: 0 5px;
                                                        height: 46px;
                                                        line-height: 46px;
                                                    }
                                                    
                                                    .p12-curmbs-1 i {
                                                        font-style: normal;
                                                    }
                                                    
                                                    .p12-curmbs-1 a {
                                                        color: #666;
                                                    }
                                                    
                                                    .blk-xs {
                                                        width: 20%;
                                                    }
                                                    
                                                    .fdh-01-tit {
                                                        background: #00a2eb;
                                                        height: 80px;
                                                    }
                                                    
                                                    .fdh-01-tit h3 {
                                                        height: 75px;
                                                        font-size: 24px;
                                                        font-weight: normal;
                                                        line-height: 75px;
                                                        color: #fff;
                                                        border-bottom: 1px solid #fff;
                                                        text-align: center;
                                                        margin-top: 0px;
                                                        margin: 0;
                                                    }
                                                    
                                                    .fdh-01-nav a {
                                                        display: block;
                                                        overflow: hidden;
                                                        text-overflow: ellipsis;
                                                        white-space: nowrap;
                                                        color: #666;
                                                    }
                                                    
                                                    .fdh-01-nav-one h3 {
                                                        height: 50px;
                                                        line-height: 50px;
                                                        background: url(../image/p14-icon5.png) no-repeat right center #ececeb;
                                                        margin-bottom: 2px;
                                                        overflow: hidden;
                                                        margin-top: 0px;
                                                    }
                                                    
                                                    .fdh-01-nav-one h3 a {
                                                        display: block;
                                                        height: 50px;
                                                        font-size: 18px;
                                                        font-weight: normal;
                                                        margin-right: 40px;
                                                        margin-left: 38px;
                                                        color: #666;
                                                    }
                                                    
                                                    .fdh-01-nav dl {
                                                        padding: 2px 0 4px;
                                                        margin: 0;
                                                    }
                                                    
                                                    .fdh-01-nav dt {
                                                        height: 50px;
                                                        font-size: 16px;
                                                        line-height: 50px;
                                                        padding-left: 54px;
                                                        padding-right: 40px;
                                                        margin-bottom: 1px;
                                                        background: #ececec;
                                                        position: relative;
                                                        overflow: hidden;
                                                        font-weight: 400;
                                                    }
                                                    
                                                    .fdh-01-nav-one h3.sidenavcur,
                                                    .fdh-01-nav-one h3:hover {
                                                        background: url(../image/p14-icon2.png) no-repeat right center #00a2eb;
                                                    }
                                                    
                                                    .fdh-01-nav-one h3.sidenavcur a,
                                                    .fdh-01-nav-one h3:hover a {
                                                        color: #fff;
                                                    }
                                                    
                                                    .fdh-01-nav dt:after {
                                                        content: "";
                                                        width: 8px;
                                                        height: 8px;
                                                        border: 2px solid #b8b8b8;
                                                        border-style: solid solid none none;
                                                        position: absolute;
                                                        top: 50%;
                                                        right: 32px;
                                                        margin-top: -4px;
                                                        -webkit-transform: rotate(45deg);
                                                        -moz-transform: rotate(45deg);
                                                        -ms-transform: rotate(45deg);
                                                        -o-transform: rotate(45deg);
                                                        transform: rotate(45deg);
                                                    }
                                                    
                                                    .fdh-01-nav dt.sidenavcur:after,
                                                    .fdh-01-nav dt:hover:after {
                                                        border-color: #00a2eb;
                                                    }
                                                    
                                                    .cbgg-01 {
                                                        background: #00a2eb;
                                                        text-align: center;
                                                        color: #fff;
                                                    }
                                                    
                                                    .cbgg-01-img img {
                                                        width: 100%;
                                                        display: block;
                                                    }
                                                    
                                                    .cbgg-01 p {
                                                        padding-top: 15px;
                                                        margin: 0;
                                                    }
                                                    
                                                    .cbgg-01 p img {
                                                        vertical-align: middle;
                                                        margin-right: 5px;
                                                    }
                                                    
                                                    .cbgg-01 span {
                                                        display: block;
                                                        font-size: 28px;
                                                        font-weight: bold;
                                                        font-family: Arial;
                                                        padding-bottom: 20px;
                                                        padding-top: 10px;
                                                    }
                                                    
                                                    .blk-sm {
                                                        width: 78%;
                                                    }
                                                    
                                                    .fr {
                                                        float: right;
                                                    }
                                                    
                                                    .b {
                                                        clear: both;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-tit {
                                                        height: 50px;
                                                        font-size: 24px;
                                                        font-weight: normal;
                                                        line-height: 50px;
                                                        border-bottom: 1px solid #ebebeb;
                                                        margin-bottom: 15px;
                                                        margin-top: 0;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-tit span {
                                                        display: inline-block;
                                                        height: 50px;
                                                        border-bottom: 1px solid #00a2eb;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list {
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list dl {
                                                        width: 32.1%;
                                                        border: 1px solid #dedede;
                                                        margin-bottom: 15px;
                                                        background: #fff;
                                                        float: left;
                                                        margin-right: 1.2%;
                                                        cursor: pointer;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list dt img {
                                                        width: 100%;
                                                        margin: 0 auto;
                                                        display: block;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list dd {
                                                        padding: 6px 20px 5px 20px;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list dd h4 {
                                                        height: 45px;
                                                        font-weight: normal;
                                                        font-size: 18px;
                                                        color: #154c64;
                                                        line-height: 45px;
                                                        overflow: hidden;
                                                        margin: 0;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list h4 a {
                                                        display: block;
                                                        height: 45px;
                                                        color: #727272;
                                                        overflow: hidden;
                                                        text-overflow: ellipsis;
                                                        white-space: nowrap;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list dl a {
                                                        color: #727272;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list-desc {
                                                        height: 40px;
                                                        font-size: 14px;
                                                        line-height: 20px;
                                                        color: #666;
                                                        margin-bottom: 12px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list dl:hover {
                                                        border-color: #00a2eb;
                                                    }
                                                    
                                                    .cplb-3n-ts-03-list dl:hover a {
                                                        color: #00a2eb;
                                                    }
                                                    /**/
                                                    
                                                    .p14-infolist-1-list dl {
                                                        border: 1px solid #dedede;
                                                        margin-bottom: 15px;
                                                        padding: 22px 50px 22px 22px;
                                                        background: #fff;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .p14-infolist-1-list dt {
                                                        width: 29.5%;
                                                        float: left;
                                                        margin-right: 5.8%;
                                                    }
                                                    
                                                    .p14-infolist-1-list dt img {
                                                        width: 100%;
                                                        display: block;
                                                    }
                                                    
                                                    .p14-infolist-1-list dd h4 {
                                                        height: 40px;
                                                        font-weight: normal;
                                                        font-size: 18px;
                                                        color: #154c64;
                                                        line-height: 40px;
                                                        margin-bottom: 5px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .p14-infolist-1-list h4 a {
                                                        display: block;
                                                        height: 40px;
                                                        color: #4b4a4a;
                                                        overflow: hidden;
                                                        text-overflow: ellipsis;
                                                        white-space: nowrap;
                                                    }
                                                    
                                                    .p14-infolist-1-list-desc {
                                                        max-height: 72px;
                                                        font-size: 14px;
                                                        line-height: 24px;
                                                        color: #797979;
                                                        margin-bottom: 28px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .p14-infolist-1-list-deta {
                                                        width: 90px;
                                                        height: 30px;
                                                        line-height: 30px;
                                                        text-align: center;
                                                        display: block;
                                                        float: right;
                                                        background: #b6b6b6;
                                                        color: #fff;
                                                    }
                                                    
                                                    .p14-infolist-1-list-deta a {
                                                        color: #fff;
                                                    }
                                                    
                                                    .p14-infolist-1-list dl:hover {
                                                        border: 1px solid #00a2eb;
                                                    }
                                                    
                                                    .p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a {
                                                        color: #fff;
                                                    }
                                                    
                                                    .p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
                                                        background: #00a2eb;
                                                        border-color: #00a2eb;
                                                    }
                                                    /**/
                                                    
                                                    .swipershowleft {
                                                        float: left;
                                                        width: 40%;
                                                        border: 1px solid #ccc;
                                                    }
                                                    
                                                    .swipershowleft .swipershowleftnext {
                                                        background: url(../image/p15-icon3.png)center 0 no-repeat;
                                                        width: 12px;
                                                        height: 23px;
                                                        background-size: 12px 23px;
                                                        margin-top: -11.5px;
                                                    }
                                                    
                                                    .swipershowleft .swipershowleftprev {
                                                        width: 12px;
                                                        height: 23px;
                                                        background-size: 12px 23px;
                                                        margin-top: -11.5px;
                                                        background: url(../image/p15-icon2.png)center 0 no-repeat;
                                                    }
                                                    
                                                    .cpcc-ts-01-right {
                                                        width: 46%;
                                                        float: right;
                                                        margin-right: 6%;
                                                    }
                                                    
                                                    .cpcc-ts-01-right-tit {
                                                        height: 48px;
                                                        font-size: 24px;
                                                        line-height: 48px;
                                                        color: #4a4a4a;
                                                        border-bottom: 1px solid #e5e5e5;
                                                        margin-bottom: 10px;
                                                        overflow: hidden;
                                                        text-overflow: ellipsis;
                                                        white-space: nowrap;
                                                    }
                                                    
                                                    .cpcc-ts-01-right-con {
                                                        line-height: 24px;
                                                        overflow: hidden;
                                                        color: #666;
                                                    }
                                                    
                                                    .cpcc-ts-01-right-con strong {
                                                        font-size: 16px;
                                                    }
                                                    
                                                    .cpcc-ts-01-right-con p {}
                                                    
                                                    .pc-cx-tel-1 {
                                                        width: 100%;
                                                        height: 56px;
                                                        border-top: 2px solid #e6e6e6;
                                                        padding-top: 10px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .pc-cx-tel-1-t1 {
                                                        width: 114px;
                                                        height: 44px;
                                                        background: #00a2eb;
                                                        font-size: 18px;
                                                        line-height: 44px;
                                                        text-align: center;
                                                        float: right;
                                                    }
                                                    
                                                    .pc-cx-tel-1-t1 a {
                                                        display: block;
                                                        color: #fff;
                                                    }
                                                    
                                                    .pc-cx-tel-1-t2 {
                                                        height: 56px;
                                                        padding-left: 70px;
                                                        background: url(../image/pc-xc-icon2.png) no-repeat 10px top;
                                                        font-size: 18px;
                                                        line-height: 18px;
                                                        color: #454545;
                                                    }
                                                    
                                                    .pc-cx-tel-1-t2 p {
                                                        line-height: 24px;
                                                        margin: 0;
                                                    }
                                                    
                                                    .cpxq-01-nav {
                                                        font-size: 18px;
                                                        height: 56px;
                                                        border-bottom: 1px solid #ebebeb;
                                                        width: 100%;
                                                        float: left;
                                                        margin-top: 3rem;
                                                        margin-bottom: 2rem;
                                                    }
                                                    
                                                    .cpxq-01-nav span {
                                                        float: left;
                                                        height: 57px;
                                                        line-height: 56px;
                                                        padding: 0 30px;
                                                        border-right: 1px solid #ebebeb;
                                                        cursor: pointer;
                                                        background: url(../image/p14-icon10.png) no-repeat center bottom #00a2eb;
                                                        color: #fff;
                                                    }
                                                    
                                                    .cpxqpro {
                                                        width: 100%;
                                                        float: left;
                                                        overflow: hidden;
                                                        line-height: 24px;
                                                        margin-bottom: 3rem;
                                                    }
                                                    
                                                    .blk-md {
                                                        width: 100%;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .tl-fdh-02 li {
                                                        width: 14.2857%;
                                                        height: 55px;
                                                        font-size: 18px;
                                                        line-height: 55px;
                                                        text-align: center;
                                                        float: left;
                                                        border-right: 1px solid #eee;
                                                        background: #f4f4f4;
                                                        cursor: pointer;
                                                        text-overflow: ellipsis;
                                                        overflow: hidden;
                                                        white-space: nowrap;
                                                    }
                                                    
                                                    .tl-fdh-02 li a {
                                                        display: block;
                                                        height: 55px;
                                                        color: #a8a8a8;
                                                    }
                                                    
                                                    .tl-fdh-02 li.sidenavcur,
                                                    .tl-fdh-02 li:hover {
                                                        background: url(../image/p16-icon6.png) no-repeat bottom center #00a2eb;
                                                        border-color: #00a2eb;
                                                    }
                                                    
                                                    .tl-fdh-02 li.sidenavcur a,
                                                    .tl-fdh-02 li:hover a {
                                                        color: #fff;
                                                    }
                                                    
                                                    .p12-aboutinfo-1 {
                                                        display: inline-block;
                                                        width: 100%;
                                                        background: #fff;
                                                        margin-bottom: 38px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .tit {
                                                        height: 160px;
                                                        background: url(../image/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
                                                        clear: both;
                                                        text-align: center;
                                                    }
                                                    
                                                    .tit span {
                                                        display: block;
                                                        font-size: 28px;
                                                        color: #000;
                                                        padding-top: 45px;
                                                    }
                                                    
                                                    .tit em {
                                                        font-style: normal;
                                                        color: #999;
                                                        text-transform: uppercase;
                                                        font-family: "Times New Roman";
                                                        padding-top: 18px;
                                                        display: block;
                                                    }
                                                    
                                                    .kfay {
                                                        width: 100%;
                                                   
                                                        overflow: hidden;
                                                        padding-top: 0px;
                                                    }
                                                    
                                                    .kfay dt {
                                                        width: 188px;
                                                        float: left;
                                                    }
                                                    
                                                    .kfay dd {
                                                        width: 930px;
                                                        float: right;
                                                    }
                                                    
                                                    .kfay dd h4 {
                                                        height: 59px;
                                                        padding-top: 20px;
                                                        font: 22px "Microsoft YaHei";
                                                        color: #000;
                                                        background: url(../image/836e2f7320ba461896830a024dc368af_4.jpg) no-repeat left bottom;
                                                        margin: 0;
                                                    }
                                                    
                                                    .kfay dd p {
                                                        font: 14px "Microsoft YaHei";
                                                        color: #333333;
                                                        line-height: 30px;
                                                        padding-top: 15px;
                                                        margin: 15px 0;
                                                    }
                                                    
                                                    .g-gywm {
                                                        height: 530px;
                                                        overflow: hidden;
                                                        width: 100%;
                                                    }
                                                    
                                                    .wm-l {
                                                        width: 40%;
                                                        float: left;
                                                        color: #fff;
                                                        height: 460px;
                                                        overflow: hidden;
                                                        background: #00a2eb;
                                                        padding: 60px 0 0 40px;
                                                    }
                                                    
                                                    .wm-l h4 {
                                                        font: 20px "Microsoft YaHei";
                                                        line-height: 60px;
                                                        padding-bottom: 30px;
                                                        margin: 0;
                                                    }
                                                    
                                                    .wm-l li {
                                                        font: 16px "Microsoft YaHei";
                                                        color: #fff;
                                                        line-height: 40px;
                                                    }
                                                    
                                                    .wm-l li b {
                                                        font-weight: bold;
                                                        font-size: 20px;
                                                        color: #fff;
                                                    }
                                                    
                                                    .wm-r {
                                                        float: left;
                                                        width: 60%;
                                                    }
                                                    
                                                    #map {
                                                        width: 100%;
                                                        height: 460px;
                                                        border: 1px solid rgb(204, 204, 204);
                                                        font-size: 12px;
                                                    }
                                                    
                                                    .map-title {
                                                        font-size: 16px;
                                                        line-height: 24px;
                                                    }
                                                    
                                                    .map-list {
                                                        font-size: 14px;
                                                        line-height: 22px;
                                                        color: #333;
                                                        margin-top: 6px;
                                                    }
                                                    /**/
                                                    
                                                    .p4-order-form-1 {
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .p4-order-form-1 .p4-titlel-1 {
                                                        width: 145px;
                                                        height: 46px;
                                                        font-size: 18px;
                                                        line-height: 46px;
                                                        text-align: center;
                                                        color: #fff;
                                                        background: #00a2eb;
                                                        margin: 0;
                                                    }
                                                    
                                                    .p4-order-form-1-con {
                                                        border: 1px solid #bbb;
                                                        padding: 40px 15%;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .p4-order-form-1-con li {
                                                        margin-bottom: 10px;
                                                        font-size: 14px;
                                                        line-height: 35px;
                                                        color: #666;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .p4-order-form-1-con label {
                                                        display: inline-block;
                                                        width: 120px;
                                                        color: #666;
                                                        vertical-align: top;
                                                        text-align: right;
                                                        height: 33px;
                                                        line-height: 33px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .p4-order-form-1-con li b {
                                                        color: #f00;
                                                    }
                                                    
                                                    .p4-order-form-1-con li span {
                                                        font-weight: bold;
                                                        color: #666;
                                                    }
                                                    
                                                    .p4-order-form-1-con li .row-hd {
                                                        color: #666;
                                                    }
                                                    
                                                    .p4-order-form-1-con .inputs,
                                                    .p4-order-form-1-con li select {
                                                        width: 73%;
                                                        margin-right: 10px;
                                                        outline: none;
                                                        padding-left: 10px;
                                                        border: 1px solid #eee;
                                                        height: 33px;
                                                        line-height: 32px;
                                                        color: #666;
                                                        box-sizing: border-box;
                                                        /* float: left; */
                                                    }
                                                    
                                                    .p4-order-form-1-t1 textarea {
                                                        width: 73%;
                                                        height: 102px;
                                                        line-height: 24px;
                                                        border: 1px solid #eee;
                                                        outline: none;
                                                        resize: none;
                                                        overflow: auto;
                                                        margin-right: 10px;
                                                        padding-left: 10px;
                                                        box-sizing: border-box;
                                                    }
                                                    
                                                    #code_gg {
                                                        width: 80px;
                                                        margin-right: 10px;
                                                        outline: none;
                                                        padding-left: 10px;
                                                        border: 1px solid #eee;
                                                        height: 33px;
                                                        line-height: 32px;
                                                        color: #666;
                                                    }
                                                    
                                                    .code_gg_li img {
                                                        vertical-align: middle;
                                                        width: 100px;
                                                        height: 32px;
                                                    }
                                                    
                                                    .p4-order-form-1-con .p4-order-form-1-t3 input {
                                                        width: 80px;
                                                        height: 30px;
                                                        border: 0;
                                                        text-align: center;
                                                        margin-right: 30px;
                                                        color: #fff;
                                                        padding-left: 0;
                                                        cursor: pointer;
                                                        line-height: 30px;
                                                        outline: none;
                                                        background: #00a2eb;
                                                    }
                                                    
                                                    .p4-order-form-1-con .p4-order-form-1-t3 {
                                                        padding-left: 120px;
                                                    }
                                                    
                                                    .listabout {
                                                        width: 100%;
                                                        overflow: hidden;
                                                        line-height: 24px;
                                                        margin-bottom: 20px;
                                                    }
                                                    
                                                    @media (max-width:1670px) {}
                                                    
                                                    @media (max-width:1440px) {}
                                                    
                                                    @media (max-width:1366px) {}
                                                    
                                                    @media (max-width:1140px) {
                                                        .headerlistimg {
                                                            max-width: 100%;
                                                        }
                                                    }
                                                    
                                                    @media (max-width: 1080px) {}
                                                    
                                                    @media (max-width: 992px) {}
                                                    
                                                    @media (max-width: 970px) {
                                                        .listheader {
                                                            display: none;
                                                        }
                                                        .headers {
                                                            display: none;
                                                        }
                                                        .visible-xs {
                                                            display: block!important;
                                                        }
                                                        /*banner*/
                                                        .banner {
                                                            margin-top: 5rem!important;
                                                        }
                                                        /*end*/
                                                        .header {
                                                            display: none;
                                                        }
                                                        /*phone*/
                                                        .header_phone {
                                                            background: #fff;
                                                            box-shadow: 0 0 10px #E5DBD6;
                                                            padding: 10px 15px;
                                                            position: fixed;
                                                            width: 100%;
                                                            left: 0;
                                                            top: 0;
                                                            z-index: 99999999;
                                                        }
                                                        .header_p_box {
                                                            position: relative;
                                                        }
                                                        .p_logo {
                                                            height: 40px;
                                                            display: inline-block;
                                                            float: left;
                                                        }
                                                        .p_logo img {
                                                            height: 95%;
                                                            width: auto;
                                                        }
                                                        a.p_menubtn {
                                                            display: inline-block;
                                                            float: right;
                                                            padding: 4px 0 0;
                                                        }
                                                        a.p_menubtn span {
                                                            display: block;
                                                            width: 30px;
                                                            height: 2px;
                                                            background: #00a2eb;
                                                            margin: 7px 0 5px;
                                                        }
                                                        .carousel {
                                                            margin-top: 14.5%!important;
                                                        }
                                                        /*导航*/
                                                        .menuBox {
                                                            position: fixed;
                                                            width: 62%;
                                                            top: 0;
                                                            left: -62%;
                                                            height: 100%;
                                                            z-index: 999999999;
                                                            background: #00a2eb;
                                                            color: #fff;
                                                            transition: all 0.3s ease-in-out;
                                                            -moz-transition: all 0.3s ease-in-out;
                                                            -ms-transition: all 0.3s ease-in-out;
                                                            -o-transition: all 0.3s ease-in-out;
                                                            -webkit-transition: all 0.3s ease-in-out;
                                                        }
                                                        .menuBox.active {
                                                            left: 0;
                                                        }
                                                        .menuAll {
                                                            position: relative;
                                                            height: 100%;
                                                            top: 0;
                                                            padding-top: 43px;
                                                        }
                                                        .menuTitle {
                                                            padding: 5px 10px;
                                                            font-size: 16px;
                                                            line-height: 32px;
                                                            border-bottom: solid 1px #fff;
                                                            position: absolute;
                                                            width: 100%;
                                                            top: 0;
                                                            left: 0;
                                                        }
                                                        .menuTitle i.fa {
                                                            font-size: 20px;
                                                            line-height: 32px;
                                                            float: left;
                                                            margin-right: 15px;
                                                        }
                                                        .menuBody {
                                                            height: 100%;
                                                            overflow: auto;
                                                        }
                                                        .menuBody ul {
                                                            padding: 0;
                                                            margin: 0;
                                                        }
                                                        .menuBody li.ua {
                                                            padding: 0;
                                                            border-bottom: solid 1px #fff;
                                                        }
                                                        .menuBody li a.ua_a {
                                                            line-height: 38px;
                                                        }
                                                        .menuBody li a {
                                                            color: #fff;
                                                            line-height: 36px;
                                                            padding: 0 15px;
                                                            font-size: 12px;
                                                        }
                                                        .menuBody li a .fa {
                                                            float: right;
                                                            line-height: 36px;
                                                            font-size: 18px;
                                                            margin-right: 15px;
                                                        }
                                                        .menuBody ul.ul2_0 {
                                                            background: rgba(255, 255, 255, 0.2);
                                                            display: none;
                                                        }
                                                        .menuBody ul {
                                                            padding: 0;
                                                            margin: 0;
                                                        }
                                                        .menuBody ul.ul2_0 li {
                                                            border-top: solid 1px #fff;
                                                            padding-left: 20px;
                                                        }
                                                        .banner .bannernext {
                                                            width: 12px;
                                                            height: 30px;
                                                            margin-top: -15px;
                                                            z-index: 10;
                                                            cursor: pointer;
                                                            background-size: 12px 30px;
                                                        }
                                                        .banner .bannerprev {
                                                            width: 12px;
                                                            height: 30px;
                                                            margin-top: -15px;
                                                            z-index: 10;
                                                            cursor: pointer;
                                                            background-size: 12px 30px;
                                                        }
                                                        .home_aTop {
                                                            margin-top: 3rem;
                                                            margin-bottom: 3rem;
                                                        }
                                                        .home_aTop span {
                                                            font-size: 39px;
                                                            font-weight: 700;
                                                        }
                                                        .home_aTop div {
                                                            font-size: 16px;
                                                            margin-top: -27px;
                                                        }
                                                        .home_aTop img {
                                                            margin-top: 2rem;
                                                            margin-bottom: 1rem;
                                                            width: 72px;
                                                        }
                                                        .home_aTop p {
                                                            font-size: 12px;
                                                            line-height: 24px;
                                                        }
                                                        .home_a {
                                                            background: none;
                                                            height: auto;
                                                        }
                                                        .home_aswipercontainer a .home_aswiper_a {
                                                            height: 40px;
                                                            line-height: 40px;
                                                            padding: 0 1rem;
                                                        }
                                                        .home_aswipercontainer a .home_aswiper_a img {
                                                            margin-top: 0.8rem;
                                                            max-width: 76px;
                                                        }
                                                        .home_aswipercontainer a .home_aswiper_a span {
                                                            font-size: 12px;
                                                        }
                                                        .home_aswipercontainer a>p {
                                                            margin: 0;
                                                            height: 30px;
                                                            line-height: 30px;
                                                            font-size: 14px;
                                                            font-weight: 700;
                                                        }
                                                        .home_aswiper .home_aswipercontainernext {
                                                            display: none;
                                                        }
                                                        .home_aswiper .home_aswipercontainerprev {
                                                            display: none;
                                                        }
                                                        .home_a>a {
                                                            width: 165px;
                                                            height: 40px;
                                                            line-height: 40px;
                                                            font-size: 14px;
                                                            margin-top: 6rem;
                                                        }
                                                        .home_btop {
                                                            margin-top: 4rem;
                                                            margin-bottom: 2rem;
                                                        }
                                                        .home_btop div {
                                                            font-size: 20px;
                                                        }
                                                        .home_btop p {
                                                            font-size: 14px;
                                                        }
                                                        .home_bright {
                                                            width: 100%;
                                                            padding-top: 6rem;
                                                        }
                                                        .home_bright a {
                                                            width: 59%;
                                                            padding-left: 1rem;
                                                        }
                                                        .home_bright p {
                                                            font-size: 12px;
                                                        }
                                                        .home_c h5 {
                                                            font-size: 20px;
                                                            height: auto;
                                                            line-height: 26px;
                                                            margin-bottom: 2rem;
                                                            margin-top: 3rem;
                                                        }
                                                        .home_c ul li {
                                                            width: 32.2%;
                                                            margin-bottom: 2rem;
                                                        }
                                                        .home_c ul {
                                                            display: flex;
                                                            flex-wrap: wrap;
                                                        }
                                                        .home_c ul li em {
                                                            font-size: 14px;
                                                            line-height: 16px;
                                                            margin-bottom: 9px;
                                                        }
                                                        .home_c {
                                                            margin-bottom: 0rem;
                                                        }
                                                        .home_dleft {
                                                            padding: 3rem 0;
                                                            width: 100%;
                                                        }
                                                        .home_dleft label {
                                                            font-size: 22px;
                                                            padding-bottom: 0.8rem;
                                                            margin: 0;
                                                            display: block;
                                                        }
                                                        .home_dleft div p {
                                                            line-height: 24px;
                                                            padding: 1rem 0;
                                                            font-size: 12px;
                                                        }
                                                        .home_dleft div span {
                                                            font-size: 18px;
                                                            height: 73px;
                                                            padding-top: 3.8rem;
                                                            width: 151px;
                                                        }
                                                        .home_dright {
                                                            width: 100%;
                                                            margin-top: 0rem;
                                                            margin-bottom: 3rem;
                                                        }
                                                        .home_d>div {
                                                            width: 98%;
                                                        }
                                                        .home_eswiper a {
                                                            padding: 4px;
                                                            font-size: 13px;
                                                        }
                                                        .home_eswiper a span {
                                                            padding: 0.5rem 0;
                                                        }
                                                        .home_ftop {
                                                            font-size: 22px;
                                                            margin-top: 3rem;
                                                            padding: 2rem 0;
                                                        }
                                                        .home_g {
                                                            height: auto;
                                                            background: none;
                                                            margin-top: 0rem;
                                                        }
                                                        .home_g>div {
                                                            margin-top: 5rem;
                                                            width: 98%;
                                                        }
                                                        .home_g>div>img {
                                                            width: 100%;
                                                        }
                                                        .home_gright {
                                                            width: 100%;
                                                            padding: 0 1rem;
                                                            padding-top: 2rem;
                                                        }
                                                        .home_gright span {
                                                            font-size: 23px;
                                                        }
                                                        .home_gright div {
                                                            font-size: 16px;
                                                        }
                                                        .home_gright p {
                                                            margin: 0;
                                                            margin-top: 1rem;
                                                            font-size: 12px;
                                                        }
                                                        .home_gright a {
                                                            width: 110px;
                                                            height: 35px;
                                                            line-height: 35px;
                                                            margin-top: 2rem;
                                                            font-size: 12px;
                                                        }
                                                        .home_hs {
                                                            margin-bottom: 3rem;
                                                        }
                                                        .home_h {
                                                            width: 98%;
                                                        }
                                                        .home_htop a>img {
                                                            width: 100%;
                                                        }
                                                        .home_htop .home_htopright {
                                                            width: 100%;
                                                            padding: 0 1rem;
                                                            padding-top: 1rem;
                                                            padding-bottom: 1rem;
                                                        }
                                                        .home_htop .home_htopright p {
                                                            line-height: 26px;
                                                            margin: 0 0 15px;
                                                            font-size: 12px;
                                                        }
                                                        .home_htop .home_htopright div {
                                                            font-size: 12px;
                                                        }
                                                        .home_htop .home_htopright div img {
                                                            width: 30px;
                                                        }
                                                        .home_hs a {
                                                            width: 100%;
                                                            margin-top: 2rem;
                                                            padding-bottom: 2rem;
                                                            border-bottom: 1px solid #ccc;
                                                        }
                                                        .home_hs a div {
                                                            line-height: 25px;
                                                            margin: 0.5rem 0;
                                                            font-size: 12px;
                                                        }
                                                        .bottomTop {
                                                            display: none;
                                                        }
                                                        .bottomTop {
                                                            display: none;
                                                        }
                                                        .bottomleft {
                                                            width: 41%;
                                                        }
                                                        .bottomleft img {
                                                            width: 105px;
                                                        }
                                                        .bottomright {
                                                            height: 207px;
                                                            width: 59%;
                                                            font-size: 12px;
                                                        }
                                                        .allbottom {
                                                            width: 100%;
                                                            height: auto;
                                                            line-height: 20px;
                                                            padding: 1rem 0;
                                                            font-size: 12px;
                                                            text-align: center;
                                                        }
                                                        .allbottom div>a {
                                                            color: #fff;
                                                            float: none;
                                                        }
                                                        .allbottom div span {
                                                            float: none;
                                                        }
                                                        /**/
                                                        .listbanner {
                                                            margin-top: 5rem;
                                                        }
                                                        .blk-main {
                                                            width: 98%;
                                                        }
                                                        .p12-curmbs-1 {
                                                            font-size: 12px;
                                                            border-bottom: 1px dashed #dcdcdc;
                                                        }
                                                        .blk {
                                                            width: 100%;
                                                        }
                                                        .blk-xs {
                                                            width: 100%;
                                                        }
                                                        .fdh-01-tit {
                                                            display: none;
                                                        }
                                                        .fdh-01-nav-one {
                                                            float: left;
                                                            width: 50%;
                                                            position: relative;
                                                        }
                                                        .fdh-01-nav-one h3 a {
                                                            font-size: 14px;
                                                        }
                                                        .fdh-01-nav dl {
                                                            padding: 2px 0 4px;
                                                            margin: 0;
                                                            position: absolute;
                                                            width: 100%;
                                                            z-index: 10;
                                                        }
                                                        .fdh-01-nav dt {
                                                            font-size: 13px;
                                                            line-height: 50px;
                                                            padding-left: 42px;
                                                            padding-right: 40px;
                                                            margin-bottom: 0;
                                                            position: relative;
                                                        }
                                                        .cbgg-01 {
                                                            display: none;
                                                        }
                                                        .cplb-3n-ts-03-tit {
                                                            height: 43px;
                                                            font-size: 16px;
                                                            line-height: 43px;
                                                        }
                                                        .cplb-3n-ts-03-tit span {
                                                            height: 43px;
                                                        }
                                                        .cplb-3n-ts-03-list dl {
                                                            width: 48.5%;
                                                            margin-bottom: 15px;
                                                            float: left;
                                                            margin-right: 1.2%;
                                                        }
                                                        .cplb-3n-ts-03-list dd h4 {
                                                            font-size: 13px;
                                                            line-height: 45px;
                                                            margin: 0;
                                                        }
                                                        .cplb-3n-ts-03-list-desc {
                                                            font-size: 12px;
                                                            line-height: 20px;
                                                        }
                                                        .cplb-3n-ts-03-list dd {
                                                            padding: 6px 9px 5px 9px;
                                                        }
                                                        .blk-sm {
                                                            width: 100%;
                                                        }
                                                        .p14-infolist-1-list dt {
                                                            display: none;
                                                        }
                                                        .p14-infolist-1-list dd {
                                                            width: 100%;
                                                        }
                                                        .p14-infolist-1-list dd h4 {
                                                            font-size: 16px;
                                                        }
                                                        .p14-infolist-1-list-desc {
                                                            max-height: 72px;
                                                            font-size: 12px;
                                                            line-height: 23px;
                                                            margin-bottom: 28px;
                                                        }
                                                        .p14-infolist-1-list dl {
                                                            padding: 12px;
                                                        }
                                                        /**/
                                                        .swipershowleft {
                                                            width: 100%;
                                                        }
                                                        .cpcc-ts-01-right {
                                                            width: 100%;
                                                        }
                                                        .cpcc-ts-01-right-tit {
                                                            height: 42px;
                                                            font-size: 16px;
                                                            line-height: 48px;
                                                            margin-bottom: 10px;
                                                        }
                                                        .cpcc-ts-01-right-con strong {
                                                            font-size: 13px;
                                                        }
                                                        .cpcc-ts-01-right-con p {
                                                            font-size: 12px;
                                                        }
                                                        .pc-cx-tel-1-t1 {
                                                            width: 94px;
                                                            height: 38px;
                                                            font-size: 14px;
                                                            line-height: 38px;
                                                        }
                                                        .pc-cx-tel-1-t2 {
                                                            height: 56px;
                                                            padding-left: 62px;
                                                            font-size: 14px;
                                                            line-height: 18px;
                                                        }
                                                        .cpxq-01-nav {
                                                            font-size: 14px;
                                                            height: 40px;
                                                            margin-top: 3rem;
                                                            margin-bottom: 2rem;
                                                        }
                                                        .cpxq-01-nav span {
                                                            float: left;
                                                            height: 40px;
                                                            line-height: 40px;
                                                            padding: 0 18px;
                                                            color: #fff;
                                                        }
                                                        /**/
                                                        .tl-fdh-02 li a {
                                                            display: block;
                                                            height: 42px;
                                                            color: #a8a8a8;
                                                        }
                                                        .tl-fdh-02 li {
                                                            width: 33.3333%;
                                                            height: 42px;
                                                            font-size: 14px;
                                                            line-height: 42px;
                                                        }
                                                        .p12-aboutinfo-1 {
                                                            margin-bottom: 0px;
                                                        }
                                                        .kfay dt {
                                                            display: none;
                                                        }
                                                        .kfay dd {
                                                            width: 100%;
                                                        }
                                                        .tit {
                                                            height: auto;
                                                            background: url(../image/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 36px;
                                                            clear: both;
                                                            text-align: center;
                                                        }
                                                        .tit span {
                                                            font-size: 19px;
                                                            padding-top: 0;
                                                        }
                                                        .tit em {
                                                            padding-top: 18px;
                                                        }
                                                        .kfay dd h4 {
                                                            height: 53px;
                                                            padding-top: 20px;
                                                            font: 15px "Microsoft YaHei";
                                                            color: #000;
                                                            background: url(../image/836e2f7320ba461896830a024dc368af_4.jpg) no-repeat left bottom;
                                                            background-size: 100%;
                                                        }
                                                        .kfay dd p {
                                                            font: 12px "Microsoft YaHei";
                                                            line-height: 30px;
                                                            padding-top: 0px;
                                                            margin: 14px 0;
                                                        }
                                                        .kfay {
                                                            width: 100%;
                                                            height: auto;
                                                        }
                                                        .wm-l {
                                                            width: 100%;
                                                            float: left;
                                                            color: #fff;
                                                            height: auto;
                                                            overflow: hidden;
                                                            background: #00a2eb;
                                                            padding: 60px 0 37px 40px;
                                                        }
                                                        .wm-l h4 {
                                                            font: 17px "Microsoft YaHei";
                                                            line-height: 10px;
                                                            padding-bottom: 30px;
                                                            margin: 0;
                                                        }
                                                        .wm-l li {
                                                            font: 13px "Microsoft YaHei";
                                                            line-height: 35px;
                                                        }
                                                        .g-gywm {
                                                            height: auto;
                                                            overflow: hidden;
                                                            width: 100%;
                                                            margin-bottom: 2rem;
                                                        }
                                                        .wm-r {
                                                            width: 100%;
                                                        }
                                                        .p4-order-form-1 .p4-titlel-1 {
                                                            width: 110px;
                                                            height: 35px;
                                                            font-size: 15px;
                                                            line-height: 35px;
                                                            margin: 0;
                                                        }
                                                        .p4-order-form-1-con {
                                                            border: 1px solid #bbb;
                                                            padding: 29px 1%;
                                                        }
                                                        .p4-order-form-1-con li {
                                                            margin-bottom: 10px;
                                                            font-size: 14px;
                                                            line-height: 35px;
                                                        }
                                                        .p4-order-form-1-con label {
                                                            width: 84px;
                                                            height: 33px;
                                                            line-height: 33px;
                                                        }
                                                        .p4-order-form-1-con .inputs,
                                                        .p4-order-form-1-con li select {
                                                            width: 70%;
                                                            margin-right: 0;
                                                            height: 33px;
                                                            line-height: 32px;
                                                            /* float: left; */
                                                            font-size: 12px;
                                                        }
                                                        .p4-order-form-1-t1 textarea {
                                                            width: 70%;
                                                            height: 102px;
                                                            line-height: 24px;
                                                            outline: none;
                                                            resize: none;
                                                            margin-right: 0;
                                                            padding-left: 10px;
                                                            font-size: 12px;
                                                        }
                                                        .p4-order-form-1-con .p4-order-form-1-t3 {
                                                            padding-left: 0;
                                                            text-align: center;
                                                        }
                                                    }
                                                    
                                                    @media (max-width: 414px) {}
                                                    
                                                    .nas li:hover .more {
                                                        display: block;
                                                    }
                                                    
                                                    .cpxqpro ul li {
                                                        width: 24%;
                                                        float: left;
                                                        text-align: center;
                                                        margin-right: 1.0013%;
                                                        margin-bottom: 10px;
                                                    }
                                                    
                                                    .cpxqpro ul li img {
                                                        padding: 2px;
                                                        border: 1px solid #dfdfdf;
                                                        width: 90%;
                                                    }
                                                    
                                                    @media (max-width: 970px) {
                                                        .cpxqpro ul li {
                                                            width: 48%;
                                                        }
                                                    }
                                                    
                                                    .swipershowleftimg {
                                                        width: 100%;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .swipershowleftimg img {
                                                        border: 1px solid #ccc;
                                                        width: 100%;
                                                    }
                                                    
                                                    .dioo {
                                                        position: relative;
                                                        margin-top: 2rem;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .ProductDetailsSmallimg {
                                                        width: 83%;
                                                        margin: 0 auto;
                                                    }
                                                    
                                                    .ProductDetailsSmallimg ul li.cur span {
                                                        height: 100%;
                                                        border: 1px solid #0855a7;
                                                    }
                                                    
                                                    .ProductDetailsSmallimg ul li span {
                                                        display: block;
                                                        height: 100%;
                                                        border: 1px solid #dadada;
                                                        position: absolute;
                                                        left: 0px;
                                                        top: 0px;
                                                        width: 100%;
                                                        right: 0;
                                                        bottom: 0;
                                                    }
                                                    
                                                    .ProductimgArrowleft:after {
                                                        display: inline-block;
                                                        content: "";
                                                        width: 10px;
                                                        height: 10px;
                                                        border-left: 3px solid #999999;
                                                        border-bottom: 3px solid #999999;
                                                        position: absolute;
                                                        transform: rotate(45deg);
                                                        -webkit-transform: rotate(45deg);
                                                        -moz-transform: rotate(45deg);
                                                        -ms-transform: rotate(45deg);
                                                        -o-transform: rotate(45deg);
                                                        margin: 13px 0 0 11px;
                                                    }
                                                    
                                                    .ProductimgArrowright:after {
                                                        display: inline-block;
                                                        content: "";
                                                        width: 10px;
                                                        height: 10px;
                                                        border-left: 3px solid #999999;
                                                        border-bottom: 3px solid #999999;
                                                        position: absolute;
                                                        transform: rotate(45deg);
                                                        -webkit-transform: rotate(225deg);
                                                        -moz-transform: rotate(45deg);
                                                        -ms-transform: rotate(45deg);
                                                        -o-transform: rotate(45deg);
                                                        margin: 13px 0 0 11px;
                                                    }
                                                    
                                                    [role=button] {
                                                        cursor: pointer;
                                                    }
                                                    
                                                    .ProductimgArrowleft {
                                                        left: 0px;
                                                        top: 26%;
                                                    }
                                                    
                                                    .ProductimgArrowleft {
                                                        display: block;
                                                        position: absolute;
                                                        bottom: 43px;
                                                        width: 36px;
                                                        height: 36px;
                                                        cursor: pointer;
                                                        background: #ededed;
                                                        border-radius: 36px;
                                                        outline: none;
                                                    }
                                                    
                                                    .ProductimgArrowright {
                                                        right: 0;
                                                        top: 26%;
                                                    }
                                                    
                                                    .ProductimgArrowright {
                                                        display: block;
                                                        position: absolute;
                                                        bottom: 43px;
                                                        width: 36px;
                                                        height: 36px;
                                                        cursor: pointer;
                                                        background: #ededed;
                                                        border-radius: 36px;
                                                        outline: none;
                                                    }
                                                    
                                                    .cpxq-01-nav span {
                                                        margin-right: 10px;
                                                    }
                                                    
                                                    .cqxq_det {
                                                        display: none;
                                                    }
                                                    
                                                    .list_det span {
                                                        background: #989898;
                                                    }
													
													
														.tou_0001{
														max-width:1328px;
														margin:0 auto;
													}
													.tou_left{
														float:left;
													
													}
													.tou_right{
														float:right;
													
													}
													.tou_right a{
														color:#464646;
														margin-right:10px;
													}
													.tou_right img{
														margin-right:5px;
													}
													.tou_0001_bj{
														overflow:hidden;
														width:100%;
														line-height:45px;
														border-bottom:1px solid #dfdfdf;
													}