    @charset "utf-8";
    /* CSS Document */
    
    a,
    a:hover {
        text-decoration: none
    }
    
    ul,
    li {
        list-style: none
    }
    
    .header {
        transform: rotate(0deg) scale(1) translate(0%, 0%);
        transition: all 0.4s ease 0s;
        width: 100%;
        *width: auto;
        z-index: 1000;
        position: relative;
    }
    
    .header .container {
        margin: 0 auto;
    }
    
    .navbar-header {
        float: left;
    }
    
    .navbar-brand {
        float: left;
        height: auto;
        padding: 0;
        margin: 0;
    }
    
    .navbar-brand img {
        margin: 20px 0;
        max-width: 100%;
    }
    
    .container-fluid .fr {
        float: right;
    }
    
    .info .contact {
        width: 35%;
        padding: 20px 0 20px 40px;
        background: url(../img/topico.png) no-repeat left center;
    }
    
    .info .contact p {
        color: #333;
        font-size: 18px;
        margin-bottom: 0;
        line-height: 28px;
    }
    
    .search {
        background: url(../img/searchbg.jpg) no-repeat;
        background-size: 100% 100%;
        width: 33%;
        height: 34px;
        margin: 30px 0 0 1%;
    }
    
    .search input.text {
        width: 80%;
        height: 34px;
        line-height: 34px;
        background: none;
        border: none;
        float: left;
        text-indent: 20px;
    }
    
    .search input.text:focus {
        border: none;
    }
    
    .search input.btn {
        width: 20%;
        height: 34px;
        background: none;
        border: none;
        float: left;
    }
    
    .container-fluid .info .img {
        margin: 31px 5px;
    }
    
    .navbar-collapse {
        background: #333;
        line-height: 60px;
    }
    
    .navbar-collapse>.container>.nav>li {
        width: 16.2%;
        float: left;
        position: relative;
    }
    
    .navbar-collapse>.container>.nav {
        width: 100%;
    }
    
    .navbar-collapse>.container>.nav>li>a {
        font-size: 18px;
        color: #FFF;
        text-align: center;
        line-height: 60px;
        padding: 0;
        display: block;
    }
    
    .navbar-collapse>.container>.nav>li>a.active {
        background: url(../img/navlihbg.png) no-repeat;
        background-size: 100% 100%;
    }
    
    .navbar-collapse>.container>.nav>li>a:hover {
        background: url(../img/navlihbg.png) no-repeat;
        background-size: 100% 100%;
    }
    
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background: none;
        background-size: 100% 100%;
    }
    
    .nav li:hover {
        background: none;
        border-bottom: none;
    }
    
    .navbar-default {
        margin-bottom: 0;
        background: none;
        border: none;
        transform: rotate(0deg) scale(1) translate(0%, 0%);
        transition: all 0.4s ease 0s;
    }
    
    .main1ul .col-sm-3 {
        *width: 24%;
        *padding: 2px
    }
    
    .main2 .col-md-8 {
        *width: 61%
    }
    
    .main4 .col-md-3 {
        *width: 22%
    }
    
    .main5 .col-sm-4 {
        *width: 30%
    }
    
    .main6 .col-sm-4 {
        *width: 30%
    }
    
    .main8 .col-sm-4 {
        *width: 30%
    }
    
    .main11 .col-sm-4 {
        *width: 30%
    }
    
    .main10 .col-sm-6 {
        *width: 47%
    }
    
    .main10 .col-sm-6 .col-sm-9 {
        *width: 70%
    }
    
    .content .tit_t {
        padding-bottom: 30px;
        overflow: hidden;
    }
    
    .content .tit_t h1 {
        text-align: center;
        font-size: 36px;
        color: #333;
        line-height: 60px;
    }
    
    .content .tit_t span {
        display: block;
        text-align: center;
        color: #999999;
        font-size: 18PX;
    }
    
    .page1 {
        overflow: hidden;
        padding: 2% 0;
    }
    
    .page1 .tabTop {
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    
    .page1 .tabTop li {
        line-height: 40px;
        text-align: center;
        margin: 5px 0;
        padding: 0;
    }
    
    .page1 .tabTop li a {
        font-size: 18px;
        color: #FFF;
        background: #00316b;
        display: block;
        width: 96%;
        margin: 0 auto;
    }
    
    .page1 .tabTop li.on a {
        background: #de2910;
    }
    
    .page1 .tabBottom {
        overflow: hidden;
        display: none;
        padding: 5% 0;
        min-height: 400px;
    }
    
    .page1 .tabBottom.on {
        display: block;
    }
    
    .page1 .tabBottom li {
        margin-bottom: 10px;
    }
    
    .page1 .tabBottom li a {
        display: block;
        position: relative;
    }
    
    .page1 .tabBottom li a img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    
    .page1 .tabBottom li a .layer {
        background: rgba(21, 45, 96, 0.8);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        text-align: center;
        transition: .3s;
    }
    
    .page1 .tabBottom li a .layer span {
        color: #FFF;
        margin-top: 30%;
        border-bottom: 1px solid #FFF;
        display: inline-block;
        font-size: 0;
    }
    
    .page1 .tabBottom li:hover .layer {
        height: 100%;
        font-size: 24px;
    }
    
    .page1 .tabBottom li:hover .layer span {
        font-size: 24px;
    }
    
    .page2 {
        background: url(../img/advbg.jpg) no-repeat top center;
        height: 296px;
        overflow: hidden;
    }
    
    .page2 .fl {
        padding-top: 50px;
        float: left;
        text-align: right;
        color: #FFF;
    }
    
    .page2 .fl i {
        color: #fdc411;
    }
    
    .page3 {
        padding: 6% 0 17%;
        overflow: hidden;
        background: url(../img/aboutbg.jpg) no-repeat top center;
        background-size: 100% 100%;
    }
    
    .page3 .fl p {
        font-size: 18px;
        color: #999999;
    }
    
    .page3 .fr h3 {
        color: #0067b2;
    }
    
    .page3 .fr p {
        color: #333333;
        line-height: 30px;
    }
    
    .page3 .fr a {
        background: #0067b2;
        color: #fff;
        padding: 10px 0;
        width: 120px;
        text-align: center;
        display: block;
        margin: 40px 0 0;
    }
    
    .page4 ul {
        overflow: hidden;
        margin: -15% 0 0 0;
        padding: 0;
        background: url(../img/adv2bg.jpg) no-repeat top center;
        background-size: 100% 100%;
    }
    
    .page4 ul li {
        text-align: center;
        font-size: 18px;
        color: #FFF;
        padding-bottom: 72PX;
        position: relative;
        height: 372px;
        cursor: pointer;
    }
    
    .page4 ul li img {
        display: block;
        margin: 105px auto 10px;
    }
    
    .page4 ul li .layer {
        position: absolute;
        left: 0;
        bottom: -100%;
        height: 100%;
        transition: .3s;
        text-align: center;
        background: #0067b2;
        width: 101%;
    }
    
    .page4 ul li:hover .layer h3 {
        padding-top: 80px;
    }
    
    .page4 ul li:hover .layer {
        bottom: 0;
    }
    
    .page4 ul li:last-child .layer {
        left: -1%;
    }
    
    .page5 {
        padding: 2% 0;
        overflow: hidden;
    }
    
    .page5 ul {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    
    .page5 ul li {
        margin-bottom: 10px;
    }
    
    .page5 ul li a {
        background: #f2f2f2;
        display: block;
        overflow: hidden;
        padding: 10px 0;
        color: #999999;
        font-size: 14px;
    }
    
    .page5 ul li a h5 {
        color: #333333;
        font-size: 16px;
        margin: 5px 0;
    }
    
    .page5 ul li a p {
        color: #999999;
        font-size: 14px;
        line-height: 25px;
        overflow: hidden;
        height: 75px;
        margin-bottom: 5px;
    }
    
    .page6 {
        background: #3a3a3a;
        padding: 2% 0;
    }
    
    .page6 .tit_t h1 {
        color: #fff;
    }
    
    .page6 img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
    
    .footer {
        background: #0067b2;
        padding: 4% 0 0
    }
    
    .foooterTop ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    
    .foooterTop ul li {
        color: #FFF;
        margin-bottom: 10px;
        opacity: .4;
        font-size: 16PX;
    }
    
    .foooterTop p {
        font-size: 20px;
        color: #FFF;
        display: block;
        margin-bottom: 20px;
        opacity: .6;
        text-align: center;
    }
    
    .foooterTop ul li a {
        color: #fff;
        opacity: .4;
        font-size: 16PX;
    }
    
    .foooterTop .last {
        padding: 0;
    }
    
    .foooterTop .last p {
        text-align: left;
    }
    
    .foooterTop .last ul li {
        text-align: left;
    }
    
    .foooterTop .WX {
        position: relative;
        float: right;
    }
    
    .foooterTop .WX img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
    
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        background: none;
        color: #000
    }
    
    .dropdown-menu>li>a {
        clear: both;
        color: #333;
        display: block;
        font-weight: normal;
        line-height: 25px;
        padding: 3px 20px;
        white-space: nowrap;
        text-align: center
    }
    
    .nav>li {
        text-align: left;
    }
    /*内页*/
    
    .nybody .header {
        position: relative;
        background: #FFF;
    }
    
    .nybody .header .navbar-default .navbar-nav>li>a {
        color: #333;
    }
    
    .nybody .header .navbar-default .navbar-nav>li>a.active,
    .nybody .header .navbar-default .navbar-nav>li>a:focus,
    .nybody .header .navbar-default .navbar-nav>li>a:hover {
        color: #333;
        border-bottom: 1px solid #333;
    }
    
    .ny {
        padding: 0 0;
        line-height: 30px;
        font-size: 14px;
        color: #000;
        overflow: hidden;
    }
    
    .ny .top {
        background: #FFF;
        border-bottom: 1px solid #ccc;
    }
    
    .ny .top .swiper-slide {
        height: 60px;
        overflow: hidden;
        text-align: center;
    }
    
    .ny .top .swiper-slide a {
        display: inline-block;
        margin: 0 auto;
        line-height: 60px;
        width: auto;
        text-align: center;
        font-size: 16px;
        color: #333;
        cursor: pointer;
    }
    
    .ny .top .swiper-slide.cur a {
        color: #0067b2;
        font-weight: bold;
        line-height: 59px;
        border-bottom: 1px solid #0067b2;
        margin-left: 20%;
    }
    
    .ny .top .swiper-slide:hover a {
        color: #0067b2;
        font-weight: bold;
        border-bottom: 1px solid #0067b2;
    }
    
    .ny .top .swiper-container {
        width: 100%;
        margin: 0 auto;
    }
    
    .ny .top .swiper-button-disabled {
        display: none;
    }
    
    .ny .top .swiper-button-next,
    .ny .top .swiper-button-prev {
        width: 20px;
        height: 20px;
        top: 70%;
    }
    
    .ny .top .swiper-button-prev {
        left: 0;
    }
    
    .ny .top .swiper-button-next {
        right: 0;
    }
    
    .ny .top .swiper-button-next:after,
    .ny .top .swiper-button-prev:after {
        font-size: 20px;
    }
    
    .slider {
        margin: 0;
        padding: 0;
    }
    
    .slider li {
        width: 10%;
        float: left;
        text-align: left;
    }
    
    .slider li a {
        color: #333;
        font-size: 16px;
        line-height: 60px;
        display: inline-block;
    }
    
    .slider li a.on,
    .slider li a:hover {
        color: #0067b2;
        font-weight: bold;
        border-bottom: 1px solid #0067b2;
    }
    
    .ny.pro .slider li,
    .ny.news .slider li {
        width: 25%;
    }
    
    .ny.contact .slider li {
        width: 50%;
    }
    
    .ny .bottom {
        padding: 50px 0;
    }
    
    .ny .bottom h3 {
        text-align: left;
    }
    
    .ny.news .bottom h3 {
        text-align: center;
    }
    
    .ny .text {
        line-height: 37px;
        color: #666666;
        font-size: 16px;
        margin: 20px 0;
    }
    
    .ny img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    
    .ny .text .title {
        font-size: 16px;
        text-align: center;
        line-height: 50px;
    }
    
    .ny .text .nyImg {
        max-width: 100%;
        display: block;
        margin: 20px auto;
    }
    
    .ny.contact .bottom {
        text-align: left;
        font-size: 14px;
        color: #666666;
    }
    
    .ny.contact .bottom h2 {
        font-weight: bold;
        padding-bottom: 20px;
    }
    
    .ny.contact .bottom .text {
        margin: 0;
    }
    
    .ny.contact .bottom .text div h3 {
        margin: 0;
        font-weight: bold;
    }
    
    .ny.contact .bottom .text div p {
        margin-bottom: 11px;
    }
    
    .ny.contact .bottom .text .infoX {
        margin: 0 0 10px;
        padding: 0;
        overflow: hidden;
    }
    
    .ny.contact .bottom .text .infoX p {
        margin-bottom: 0;
        line-height: 35px;
    }
    
    #allmap {
        margin-bottom: -30px;
    }
    
    .ny.contact .bottom h4 {
        color: #333333;
        font-size: 20px;
    }
    
    .ny.contact .bottom img {
        float: left;
    }
    
    .ny.contact .bottom .fr {
        background: #f5f5f5;
        border-radius: 10px;
        padding: 40px 52px;
    }
    
    .ny.contact .bottom .fr label {
        width: 100%;
        font-size: 16px;
        color: #666666;
        font-weight: normal;
    }
    
    .ny.contact .bottom .fr textarea {
        width: 100%;
        height: 90px;
        line-height: 30px;
        border: 1px solid #e9e9e9;
        background: #fff;
    }
    
    .ny.contact .bottom .fr input[name='name'] {
        width: 100%;
        height: 30px;
        line-height: 30px;
        border: 1px solid #e9e9e9;
        background: #fff;
    }
    
    .ny.contact .bottom .fr input[name='Txtidcode'] {
        width: 60%;
        height: 30px;
        line-height: 30px;
        border: 1px solid #e9e9e9;
        background: #fff;
    }
    
    .ny.contact .bottom .fr .btn {
        background: #057971;
        color: #FFF;
        width: 20%;
        line-height: 30px;
        border-radius: 20px;
        margin: 20px 0 0;
        display: block;
    }
    
    .ny.news .bottom .newsli {
        background: #f5f5f5;
        padding: 40px 20px;
        margin-bottom: 20px;
    }
    
    .ny.news .bottom .time img {
        transition: .3s;
    }
    
    .ny.news .bottom .fr {
        border-left: 1px solid #dddddd;
    }
    
    .ny.news .bottom .fr h4 {
        font-size: 20px;
        color: #333333;
    }
    
    .ny.news .bottom .fr p {
        font-size: 14px;
        color: #aaaaaa;
    }
    
    .ny.news .bottom .fr span {
        display: block;
        font-size: 20px;
        color: #999999;
    }
    
    .ny.news .bottom h5 {
        font-size: 16px;
        color: #cccccc;
        text-align: center;
    }
    
    .show-list {
        margin-top: 20px;
    }
    
    .show-list .row {
        margin: 0 -2%;
    }
    
    .show-list .item {
        box-sizing: border-box;
        padding: 0 1%;
        margin-bottom: 20px;
    }
    
    .show-list .con-box {
        display: block;
        position: relative;
        top: 0;
        transition: all .3s;
    }
    
    .show-list .con-box:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 0;
        height: 3px;
        background-color: #ddd;
        transition: all .3s;
    }
    
    .show-list .item:hover .con-box {
        top: -3px;
    }
    
    .show-list .item:hover .con-box:before {
        width: 100%;
    }
    
    .show-list .img img {
        position: relative;
        display: none;
    }
    
    .show-list img.true-img {
        width: 100%;
        height: auto;
        display: block;
    }
    
    .show-list .true-img {
        /* position: absolute;

        left: 0;

        top: 50%;

        transform: translateY(-50%); */
    }
    
    .show-list .text {
        padding: 5% 5%;
        border: 1px solid #eee;
        margin: 0;
    }
    
    .show-list .tit-box {}
    
    .show-list .series-tit {
        font-size: 14px;
        line-height: 20px;
        color: #999;
    }
    
    .show-list .tit {
        font-size: 18px;
        line-height: 30px;
        color: #333;
        height: 30px;
        overflow: hidden;
    }
    
    .show-list .area-box {
        margin-top: 10px;
    }
    
    .show-list .area {
        float: left;
        font-size: 20px;
        line-height: 30px;
        color: #a08448;
    }
    
    .show-list .more {
        font-size: 14px;
        line-height: 30px;
        color: #666;
        float: right;
    }
    
    .f-cb:after {
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden;
        content: ".";
    }
    
    .fenye {
        width: 100%;
        text-align: center;
    }
    
    .pagination {
        margin: 20px 10%;
    }
    
    .nav_top {
        line-height: 40px;
        font-weight: bold;
        font-size: 40px;
        text-align: center
    }
    
    .contact {
        width: 100%;
        background-attachment: fixed;
        padding: 20px 0
    }
    
    .contact .nav_top {
        color: #FFF
    }
    
    .form1 {
        width: 60%;
        margin: 0 auto
    }
    
    .form1 div {
        padding: 10px 0;
        ;
    }
    
    .form1 label {
        width: 10%;
        float: left;
        ;
    }
    
    .input1 {
        width: 88%;
        height: 40px;
        background: rgba(240, 240, 240, 0.2);
        color: #000;
        float: left;
        text-indent: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    
    .input2 {
        width: 88%;
        height: 80px;
        background: rgba(240, 240, 240, 0.2);
        border: none;
        float: left;
        color: #000;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    
    .buttton1 {
        width: 150px;
        height: 40px;
        background: #057f1a;
        line-height: 26px;
        text-align: center;
        color: #FFF;
        border: none;
        font-size: 14px;
    }
    
    .footer2 {
        display: none;
    }
    /* 大于1200 */
    
    @media (min-width: 1200px) {
        .container {
            width: 1170px;
        }
    }
    /* 小于1200 */
    
    @media (max-width: 1200px) {
        .container {
            width: 100%;
        }
    }
    
    @media (max-width: 1136px) {
        .navbar-header {
            width: 30%;
        }
        .header .info {
            width: 70%;
        }
        .navbar-default .topTel {
            width: 24%;
        }
    }
    
    @media (max-width: 1100px) {
        .navbar-nav {
            width: 100%
        }
        .page1 .tabTop li a {
            font-size: 16px;
        }
    }
    
    @media (max-width: 991px) {
        h2 {
            font-size: 24px;
        }
        /*main2-end*/
        .navbar-default .navbar-nav>li.en {
            float: left;
        }
        .navbar-default .navbar-nav>li {
            padding-left: 5%;
        }
        .ny.contact .bottom .fr {
            padding: 20px 32px;
        }
        .page2 h1 {
            font-size: 25px;
        }
        .foooterTop .last p,
        .foooterTop .last ul li {
            text-align: center;
        }
    }
    
    @media (max-width: 767px) {
		.yb_conct{ display:none;}
        .footer {
            display: none;
        }
        .content {
            padding-bottom: 65px;
        }
        .footer2 {
            display: block;
            position: fixed;
            left: 0;
            bottom: 0;
            height: 65px;
            background: #0067b2;
            width: 100%;
        }
        .footer2 ul {
            margin: 0;
            padding: 0;
        }
        .footer2 ul li {
            width: 25%;
            float: left;
            text-align: center;
        }
        .footer2 ul li a {
            color: #fff;
            font-size: 14px;
            line-height: 25px;
        }
        .footer2 ul li a img {
            width: 35px;
            display: block;
            margin: 5px auto 0;
        }
        .container-fluid .info {
            display: none;
        }
        h2 {
            font-size: 19px;
        }
        .header {
            border-bottom: none;
        }
        .navbar-header {
            width: 100%;
            display: block;
            float: none;
            margin: 0!important;
        }
        .slider li {
            line-height: 30px;
        }
        .slider li a {
            font-size: 14px;
        }
        .ny .bottom {
            padding: 20px 0;
        }
        .ny .text {
            line-height: 25px;
            color: #666666;
            font-size: 14px;
        }
        .foooterTop .WX {
            padding-top: 2%;
            text-align: center;
        }
        .foooterTop .WX h2 {
            text-align: center;
            line-height: 20px;
        }
        .nav {
            max-height: 340px;
        }
        .navbar-toggle {
            margin-top: 10px;
            margin-right: 0;
        }
        .navbar-collapse>.container>.nav>li>a {
            line-height: 40px;
        }
        .navbar-default .navbar-nav>li {
            width: 100%;
            text-align: left;
        }
        .dropdown-menu>li>a {
            color: #FFF;
            text-align: center;
            padding: 5px 0;
        }
        .navbar-nav .open .dropdown-menu .dropdown-header,
        .navbar-nav .open .dropdown-menu>li>a {
            padding: 5px 0;
            text-indent: -20px;
        }
        .navbar-brand {
            padding: 0;
            width: 40%;
        }
        .navbar-brand img {
            margin: 8px 0;
        }
        .navbar-nav {
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
            float: left;
            width: 100%;
            margin: 0;
            padding: 0;
        }
        .navbar-default .navbar-nav>li>a {
            line-height: 30px;
        }
        .nav li:hover {
            background: none;
            border-bottom-style: solid;
            border-bottom-color: rgb(133, 133, 133);
            border-bottom-width: 1px;
            transform: rotate(0deg) scale(1) translate(0%, 0%);
            border-bottom: none;
            -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
            -o-transform: rotate(0deg) scale(1) translate(0%, 0%);
            -moz-transform: rotate(0deg) scale(1) translate(0%, 0%);
            -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
            transition: All 0.1s ease;
            -ms-transition: All 0.1s ease;
            -o-transition: All 0.1s ease;
            -moz-transition: All 0.1s ease;
            -webkit-transition: All 0.1s ease;
        }
        .navbar-collapse {
            padding-right: 0;
            padding-left: 0;
            -webkit-overflow-scrolling: touch;
            float: none;
            background: rgba(0, 0, 0, .8);
            margin: 0;
        }
        .navbar-collapse.collapse {
            width: 100%;
        }
        .navbar-collapse>.container>.nav>li {
            width: 100%;
        }
        .navbar-collapse>.container>.nav>li>a:hover {
            background: none;
        }
        .navbar-collapse>.container>.nav>li>a.active {
            background: none;
        }
        .content .tit_t h1 {
            font-size: 25px;
            line-height: 40px;
        }
        .page1 .tabTop li a {
            font-size: 15px;
        }
        .page2 h1 {
            font-size: 22px;
        }
        .page3 h1 {
            font-size: 25px;
        }
        .page4 ul {
            overflow: hidden;
            margin: -12% 0 0 0;
            padding: 0;
            background: url(../img/adv2bg.jpg) no-repeat top center;
            background-size: 100% 100%;
        }
        .page4 ul li {
            font-size: 14px;
            height: 250px;
        }
        .page4 ul li img {
            margin: 65px auto 10px;
        }
        .page4 ul li h3 {
            font-size: 18px;
        }
        .foooterTop .last p,
        .foooterTop .last ul li {
            text-align: center;
        }
        .ny.contact .bottom .mess {
            width: 54px;
        }
    }
    
    @media (max-width: 460px) {
        .navbar-brand {
            padding: 0 3%;
            width: 70%;
        }
        .navbar {
            margin: 0;
        }
        .page1 .tabTop li a {
            font-size: 13px;
        }
    }
    /*分页样式*/
    
    .page_info {
        text-align: center;
        margin: 50px 0;
        color: #333;
    }
    
    .page_info span {
        padding: 0 2px;
        font-weight: bold;
    }
    
    .page_list {
        line-height: 24px;
        text-align: center;
        letter-spacing: 0;
        font-size: 14px;
        margin: 50px 0;
    }
    
    .page_list a {
        display: inline-block;
        color: #666;
        border: 1px solid #e5e5e5;
        background: #fff;
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin: 0.2rem;
    }
    
    .page_list a:hover {
        color: #0067b2;
        border: 1px solid #0067b2;
        background: #fff;
    }
    
    .page_list a.on {
        color: #fff;
        border: 1px solid #0067b2;
        background: #0067b2;
    }
    
    .yb_conct {
        position: fixed;
        z-index: 9999999;
        top: 400px;
        right: -127px;
        cursor: pointer;
        transition: all .3s ease;
    }
    
    .yb_bar ul li {
        width: 180px;
        height: 53px;
        font: 16px/53px 'Microsoft YaHei';
        color: #fff;
        text-indent: 54px;
        margin-bottom: 3px;
        border-radius: 3px;
        transition: all .5s ease;
        overflow: hidden;
    }
    
    .yb_bar .yb_top {
        background: #1fb417 url(../img/fixCont.png) no-repeat 0 0;
    }
    
    .yb_bar .yb_phone {
        background: #0074eb url(../img/fixCont.png) no-repeat 0 -57px;
    }
    
    .yb_bar .yb_QQ {
        text-indent: 0;
        background: #e01f1c url(../img/fixCont.png) no-repeat 0 -113px;
    }
    
    .yb_bar .yb_ercode {
        /*height:200px;*/
        background: #a5aead url(../img/fixCont.png) no-repeat 0 -169px;
    }
    
    .yb_bar .yb_ercode img {
        max-width: 125px;
        display: block;
        margin: 10px auto
    }
    
    .hd_qr {
        padding: 0 29px 25px 29px;
    }
    
    .yb_QQ a {
        display: block;
        text-indent: 54px;
        width: 100%;
        height: 100%;
        color: #fff;
    }