.index_div7_img {
    margin-bottom: 10px;
}
.yqlj {
    margin-top: 40px;
    font-size: 1.6rem;
    color: #a6a8aa;
}
.yqlj a {
    color: #a6a8aa;
}
.logo_pc  {
    font-size: 20px;
    font-weight: 600;
}
.logo_pc img {
    margin-right: 15px;
}
.daohang {
    line-height: 90px;
}
.index_div2_ul {
    height: 455px;
    overflow-y: scroll;
}

.index_div2_ul::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background-color: rgb(201, 201, 201);
    width: 4px;
    height: 164px;
    position: absolute;
}
.index_div7_img  img{
    display: block;
}
.index_div7_img  img:nth-child(1) {
    display: none;
}
.index_div7_swiper .swiper-slide:hover .index_div7_img  img:nth-child(1) {
    display: block;
}
.index_div7_swiper .swiper-slide:hover .index_div7_img  img:nth-child(2) {
    display: none;
}

.index_div2_ul::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
}

.index_div2_ul::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    display: block;
    width: 10px;
    height: 35px;
    background: #148bf1;
}

.header_search .search_inp {
    width: 227px;
    height: 40px;
    border-radius: 8px;
    border: solid 1px #cecaca;
    background-color: #ffffff;


    font-size: 1.6rem;
    line-height: 38px;
    padding: 0 13px;
    font-weight: bold;
}

.daohang-container {
    width: 96%;
    margin: 0 auto;
}

input::-webkit-input-placeholder {
    color: #302f2f;
    opacity: 0.53;
}

.header_search button {
    background-color: transparent;
    border: none;
    position: static;
    color: #7e7e7e;
    font-size: 2rem;
    color: #343434;
    position: absolute;
    right: 10px;
    top: 0;
}

.daohang_dh .iconfont {
    font-size: 2.5rem;
}

.daohang_dh {
    color: #009fe8;
    font-size: 1.8rem;
    margin: 0 45px 0 20px;
    font-weight: 600;
    height: 90px;
    /* overflow: hidden; */
}
.daohang_dh  {
    position: relative;
}
.wechat img {
    position: absolute;
    top: 90px;
    left: -40px;
    width: 100px;
    height: 100px;
    z-index: 9999;
    display: none;
}
.wechat:hover img {
    display: block;
}
.daohang_ul {
    margin-left: 80px;
}

.daohang_ul>li {
    display: inline-block;
    position: relative;
    padding: 0 20px;

}

.daohang_ul>li>a {
    display: block;
    color: #494949;
    font-size: 1.8rem;
    /* font-weight: bold; */
}

.daohang_ul>li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    background: #009fe8;
    width: 0;
    height: 3px;
}

.daohang_ul>li.active::after,
.daohang_ul>li:hover::after {
    width: 100%;
}

.daohang_ul>li.active>a,
.daohang_ul>li:hover>a {
    color: #009fe8;
}


.daohang_ul>li .er-ul {
    transition: 400ms ease-in-out;
    transform: scale(0);
    opacity: 0;
    top: 100%;
    display: block;
}

.daohang_ul>li:hover .er-ul {
    transform: scale(1);
    opacity: 1;
}
.daohang_ul>li:nth-child(4) .er-ul,
.daohang_ul>li:nth-child(3) .er-ul {
    width: 270px;
    left: -75px;
}

.er-ul {
    position: absolute;
    width: 160px;
    left: -21px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    right: 0;
    top: 100%;
    z-index: 999;
    background: #fff;
    padding: 10px 0;
}

.country {
    top: 145%;
}

.er-ul li {
    line-height: 32px;
    width: 100%;
    display: block;
    float: none;
}

.wechat span {
    color: #014098;

}

.header_qq {
    margin-left: 10px;
}

.header_qq span {
    color: #148bf1;
}

/* .bott_li_div a, */
.er-ul li a {
    color: #000;
    font-size: 14px;
    display: block;
    text-align: left;
    background: #fff;
    color: #3d3e3f;
    text-align: center;
}

/* .bott_li_div a:hover, */
.er-ul li:hover a {
    color: #009fe8;
}

.header-1 {
    height: 45px;
    line-height: 45px;
    background-color: #302f2f;
}

.header-1 a {
    color: #fff;
}

.header-1 img {
    margin-right: 10px;
}

.header-1 .swiper-slide {
    text-align: center;
}

.scrll {
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    bottom: 20px;
    z-index: 44;
    text-align: center;
    cursor: pointer;
}

.scrll>p {
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 10px;
}

.scrll img {
    animation: myfirst 1s infinite;
}




@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.pr {
    position: relative;
}


/* 搜索 */

.sousuo {
    display: none;
}

.sousuo_con {
    z-index: 1000;
    padding-left: 100px;
    font-size: 1.25rem;
}

.sousuo_con .iconfont {
    font-size: 1.25rem;
    padding-right: 10px;
}

.sousuo_inp {
    border: none;
    background-color: transparent;
    width: 400px;
}

.sousuo_con.sousuo_con1 {
    line-height: 81.2px;
}

.sousuoactive {
    display: block;
    transition: all .6s;
}

.pcnavactive {
    background: #fff !important;
    line-height: 65px;
    height: 65px;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    color: #000 !important;
    border-bottom: 1px solid rgba(181, 181, 181, .22);
}

.pcnavactive a {
    color: #000;
}

.pcnavactive.index_pcnav .logo_text_center .website_name {
    color: #000;
}

.serch_line {
    background-image: linear-gradient(149deg, #00ceb4 0%, #1988d9 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    background-blend-mode: normal, normal;
    width: 100%;
    height: 2px;
}

.searchbox {
    box-shadow: 0 0 7px 0 #cfcfcf;
    background: #fff;
    width: 100%;
    top: 89px;
    text-align: center;
    z-index: 999;
    position: fixed;
}

.displaynone {
    display: none;
}

.searchs {
    max-width: 600px;
    margin: 0 auto;
    padding: 15px;
}

.clearfix {
    zoom: 1;
}

.searchs .sertext {
    display: block;
    padding: 0;
    outline: 0;
    padding-left: 12px;
    width: 78%;
    float: left;
    border: 1px solid #cdcdcd;
    color: #a2a2a2;
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    transition: 0.4s;
    box-sizing: border-box;
}

.serbtn {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    width: 22%;
    float: right;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background-image: linear-gradient(149deg, #00ceb4 0%, #1988d9 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.44s;
}

.list_div2_ul {
    display: none;
}

.list_div2_ul.active {
    display: block;
}

.list_pro_fr_fl .swiper-button-next,
.list_pro_fr_fl .swiper-button-prev {
    background-size: 20px 20px;
}

/* 手机导航 */

.phonenav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    background: #fff;
    line-height: 65px;
    height: 65px;
    display: none;
}

.phone_foot {
    display: none;
}


/* 菜单 */

.phone {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    display: none;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    padding: 10px 30px;
}

.index_a {
    display: inline-block;
}

.phone .wid {
    float: left;
}

.phone .wid>a {
    display: inline-block;
}

.color_dao .iconfont {
    color: #ba9657;
    font-size: 25px;
    margin: 0 5px;
}

.color_dao {
    line-height: 49px;
}

.color_dao .daohang_sp {
    position: relative;
    top: -7px;
    font-size: 25px;
}

.color_a {
    font-size: 25px;
    position: relative;
    top: -7px;
}

.sidebar-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e7e9eb;
    z-index: 999;
    transition: 0.6s;
}

.sidebar-menu__header {
    height: 50px;
    background: #eff2f6;
    position: relative;
    display: block;
    padding: 15px 25px;
    height: 100%;
    width: 100%;
    color: #fff;
    margin-right: 105px;
}

.sidebar-menu .sidebar-menu__header {
    line-height: 50px;
    color: #646060;
    font-size: 20px;
}

.sidebar-menu .sidebar-menu__header .iconfont {
    font-size: 20px;
}

.sidebar-menu__list {
    position: fixed;
    top: 79px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    background: #fff;
    list-style-type: none;
    border-top: 1px solid #cec7c7;
}

.sidebar-menu__item:first-child {
    border-top: 0
}
.sidebar-menu__list {
    height: 450px;
    overflow-y: scroll;
}
.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.sidebar-menu__link {
    display: block;
    padding: 10px 25px;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.colos {
    line-height: 70px;
}

.sidebar-menu__item:first-child {
    border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
    background-color: #eff2f6 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
    color: #000 !important;
}

.sidebar-menu__item:hover {
    background-color: #fff;
    cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
    color: #6e6e6e;
}

.phone_i {
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
    color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translateX(100%);
    transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
    transform: translateX(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
    z-index: 2;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 4;
}

.sidebar-menu__link::first-letter {
    text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
    text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
    color: #bababa;
    float: right;
}

.phonenav .side-menu-trigger .iconfont {
    font-size: 30px;
}

.phonenav .ds {
    margin-right: 20px;
}

.phonenav .ds .iconfont {
    font-size: 2.6rem;

}


/* 右侧导航栏 */

.rightfix {
    position: fixed;
    top: 50%;
    right: 0px;
    width: 40px;
    border-right: none;
    transform: translateY(-50%);
    z-index: 99;
    border: 1px solid #dee2e7;
    background: #fff;
    display: block;
}

.fix_ul li {
    font-size: 12px;
    text-align: center;
    float: none;
    position: relative;
    width: 40px;
    cursor: pointer;
    height: 40px;
    padding: 5px 0;
    background: #fff;
    margin-bottom: 0px;
    color: #ffffff;
    border-bottom: 1px solid #dee2e7;
}

.fix_ul li:last-child {
    display: none;
}

.fix_ul li i {
    font-size: 20px;
    color: #000;
}

.right_div {
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    min-height: 40px;
    -o-transform: scale(0);
    position: absolute;
    color: #6a6a6a;
    right: 40px;
    top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 5px;
    line-height: 30px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    min-width: 120px;
}

.fix_ul li:hover {
    background: #e5dbdb;
}

.fix_ul li:hover {
    background: #e5dbdb;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.fix_ul li:hover i {
    color: #000;
}

.fix_ul li:hover .right_div {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    right: 60px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}


/* 右侧导航 */

.rightfix {
    position: fixed;
    top: 50%;
    left: 0px;
    width: 70px;
    border-right: none;
    transform: translateY(-50%);
    z-index: 99;
    border: 1px solid #dee2e7;
    background: #fff;
    display: block;
}

.fix_ul li {
    font-size: 12px;
    text-align: center;
    float: none;
    position: relative;
    width: 70px;
    cursor: pointer;
    height: 70px;
    padding: 0px 0;
    background: #fff;
    margin-bottom: 0px;
    color: #5e6062;
    border-bottom: 1px solid #dee2e7;
}

.fix_ul li:last-child {
    display: none;
}

.fix_ul li i {
    font-size: 30px;
    color: #5e6062;
}

.right_div {
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    min-height: 60px;
    -o-transform: scale(0);
    position: absolute;
    color: #5e6062;
    right: 40px;
    top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 5px;
    line-height: 60px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    min-width: 160px;
    font-size: 1.4rem;
}

.fix_ul li:hover {
    background: #fff;
}

.fix_ul li:hover {
    background: #009fe8;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.fix_ul li:hover i {
    color: #fff;
}

.fix_ul li:hover .right_div {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    left: 70px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    color: #009fe8;
}

.right_div div {
    height: 30px;
    line-height: 30px;
}

.fix_ul li:hover div:nth-child(2),
.fix_ul li:hover i {
    color: #fff;
}

.mobile-foot {
    display: none;
}

.mobile-foot {
    background: #14a8fe;
    padding: 8px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.mobile-foot a {
    color: #fff;
    height: 35px;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    width: 22%;
    padding: 0 15px;
    font-size: 15px;
    margin: 0 5px;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 0px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 15px;
}

.banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    opacity: .28;
    margin: 7.5px;
}


.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.index_about {
    margin: 118px 0 0;
}

.index_about_fr {
    width: 44.75%;
    cursor: pointer;

}

.index_about_fl {
    width: 55.25%;
    padding-left: 60px;
}

.co00 {
    color: #009fe8 !important;
}

.title {
    font-size: 3.9rem;
    line-height: 50px;
    color: #181818;
    font-weight: 600;
}

.title_line {
    width: 102px;
    height: 2px;
    background-color: #b5b5b5;
    margin: 15px auto;
    position: relative;
}

.title_line::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    background-color: #009fe8;
    border: solid 3px #b5b5b5;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;

}

.index_about .title_line {
    margin: 15px 0;
}

.index_about_con {
    font-size: 1.6rem;
    line-height: 30px;
    color: #666666;
    margin: 35px 0 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.more {
    width: 127px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: #009fe8;
    border-radius: 0 0 25px 0;
    border: 1px solid #009fe8;

}

.index_about_fr .pr::before {
    width: 80%;
    height: 80%;
    top: -40px;
    z-index: -1;
    left: 0;
    border: solid 13px #14a8fe;
    content: "";
    position: absolute;
}

.index_about_fr .pr::after {
    width: 199px;
    height: 20%;
    bottom: -13px;
    z-index: -1;
    right: 0;
    left: auto;
    border: solid 13px #14a8fe;
    content: "";
    position: absolute;
}

.more a {
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: #ffffff;
}

.more:hover {
    background: #fff;
    border: 1px solid #009fe8;
}

.more:hover a {
    color: #009fe8;
}

.index_about_fr .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%-50%);
    font-size: 8rem;
    color: #fff;
}

.modal.in .modal-dialog {
    width: 80%;

}

.shuzi_bot {
    font-size: 1.8rem;
    line-height: 26px;
    color: #b5b5b5;
}

.shuzi_top {
    font-size: 1.6rem;
    line-height: 60px;
    color: #181818;
}

.shuzi_top span {
    font-size: 4.8rem;
    line-height: 60px;
    color: #009fe8;
    font-family: Swiss911BT-ExtraCompressed;
    color: #009fe8;
    font-weight: 600;
}

.index_shuzi {
    position: relative;
    margin-top: 1px;

}

.shuizi_swiper {
    border: solid 3px rgba(221, 217, 217, 0.14);
    background-color: #fff;
}

/* .index_shuzi .swiper-slide>div::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    background-color: #000000;
    opacity: 0.28;
    top: 50%;
    right: 0;
    transform: translateX(-50%);
} */

.index_shuzi .swiper-slide {
    text-align: center;
    padding: 56px 0 50px 0;
    box-shadow: 3px 5px 6px 0px rgba(222, 221, 221, 0.43);
}

.index_shuzi .swiper-slide:last-child>div::before {
    display: none;
}

.shuzi_top .counter {
    margin-right: 10px;
}

.futitle {
    font-size: 1.6rem;
    line-height: 30px;
    color: #b5b5b5;
    width: 80%;
    margin: 0 auto;
}

.index_div2 {
    margin: 146px 0 0px;
    /* overflow: hidden; */
    position: relative;
    background: url(../img/20.jpg) center/cover no-repeat;
    background-attachment: fixed;
    padding: 60px 0 78px;
}

.index_div7 {
    /* margin: 146px 0 0px; */
    position: relative;
    background: url(../img/21.jpg) center/cover no-repeat;
    background-attachment: fixed;
    padding: 80px 0 0px;
}

.index_div2_fl {
    width: 25%;
}

.index_div2_fl2 {
    width: 75%;
    padding-left: 43px;
}

.index_div2_fl .over {
    box-shadow: 0px 0px 18px 1px rgba(177, 178, 180, 0.17);
    border-radius: 2px;
    border: solid 1px #d2d2d2;
}

.list_div2_ul li {
    width: 48%;
    float: left;
    margin: 0 0 27px 28px;
    background-color: #fff;
    padding: 26px 30px 19px;
}

.list_div2_ul li:nth-child(odd) {
    margin-left: 0;
}

.list_div2_ul li .fl {
    width: 40%;
}

.list_div2_ul li .fr {
    width: 60%;
    padding-left: 30px;
}

.index_div3 .gallery-thumbs .over {
    box-shadow: 1px 2px 20px 4px rgba(164, 165, 168, 0.24);
}

.index_div2_title {
    font-size: 1.6rem;
    line-height: 30px;
    color: #515153;
    font-weight: 600;
}

.index_div2_con {
    font-size: 14px;
    line-height: 26px;
    color: #515153;
    opacity: 0.64;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 78px;
}

.daohang.active {
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    box-shadow: 0px 0px 8px #838383;
}

.list_div2_a a {
    display: inline-block;
    width: 78px;
    height: 27px;
    line-height: 25px;
    text-align: center;
    border: solid 1px #14a8fe;
    font-size: 14px;
    color: #14a8fe;
}

.index_div3_fl1,
.index_div3_fl2 {
    width: 50%;
}

.index_div3_fl2 {
    padding-left: 60px;
}

.index_div3_fl1 .over {
    box-shadow: 1px 2px 20px 4px rgba(164, 165, 168, 0.24);
}

.index_div2_fl_con {
    background-color: #14a8fe;
    position: relative;
    margin-top: -120px;
    padding: 60px 25px;
}

/* .article_ypt_div {
    display: table;
    margin: 0 auto;
} */

.article_div_qh>div img {
    text-align: center;
    display: table;
    margin: 0 auto;
}

.index_div3 {
    /* overflow: hidden; */
    position: relative;
    background: url(../img/4.jpg) center/cover no-repeat;
    /* background-attachment: fixed; */
    padding: 127px 0;
}

.article_ypt img {
    width: auto !important;
}

.index_div2_ul li {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    line-height: 64px;
    color: #ffffff;
}

.index_div2_ul li:last-child {
    border-bottom: none;
}

.index_div2_ul li a {
    color: #fff !important;
}

.index_div2_ul li:hover a {
    color: #fff !important;
    text-decoration: underline;
}

.index_div2_fl_con .futitle {
    width: 100%;
    color: #fff;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cf {
    color: #fff !important;
}

.more_ff {
    background: #fff !important;

}

.more_ff a {
    color: #14a8fe !important;
}

.idnex_div3_title {
    font-size: 2.4rem;
    line-height: 30px;
    color: #181818;
    margin: 10px 0;
}

.index_div3_con {
    font-size: 1.6rem;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index_div3_ul {
    margin: 20px 0 55px;
}

.index_div3_ul li {
    float: left;
    width: 30%;
    font-size: 1.6rem;
    line-height: 36px;
    color: #181818;
    font-weight: 600;
}

.index_div3_ul li:nth-child(even) {
    width: 70%;
}

.index_div3_ul li .iconfont {
    color: #009fe8;
    font-size: 2rem;
}

.index_div3_bot {
    width: 100%;
    margin: 60px auto 0;
}

.index_div3 .gallery-top {
    margin-top: 60px;
}

.index_div3 .swiper-button-next,
.index_div3 .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cdcdcd'%2F%3E%3C%2Fsvg%3E");
    right: -60px;
    width: 42px;
    height: 43px;
    background-color: #ffffff;
    border: solid 1px #cbcbcf;
    border-radius: 50%;
    background-size: 14px 20px;

}

.index_div3 .swiper-button-prev,
.index_div3 .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cdcdcd'%2F%3E%3C%2Fsvg%3E");
    left: -60px;
    width: 42px;
    height: 43px;
    background-color: #ffffff;
    border: solid 1px #cbcbcf;
    border-radius: 50%;
    background-size: 14px 20px;
}

.index_div3 .swiper-slide-thumb-active {
    box-shadow: 1px 2px 20px 4px rgba(164, 165, 168, 0.24);
    border: solid 3px #009fe8;
}

.line1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_div4_title {
    font-size: 2.4rem;
    line-height: 71px;
    height: 71px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    background-color: #7f81e2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 34px;
}

.index_div4_ul li {
    float: left;
}

.index_div4_ul li:nth-child(1) {
    width: 25.6%;
}

.index_div4_ul li:nth-child(3) {
    width: 23.8%;
}

.index_div4_ul li:nth-child(2) {
    margin: 0 11px;
    width: 48.5%;

}

.index_div4_ul li:nth-child(3)>div:nth-child(1) {
    margin-bottom: 10px;
}

.index_div4_ul li:nth-child(2)>div:nth-child(1) {
    margin-bottom: 11px;
}

.index_div4_ul li:nth-child(2)>div.clearfix .fl {
    margin-left: 11px;
    width: 49%;
}

.index_div4_ul li:nth-child(2)>div.clearfix .fl:nth-child(1) {
    margin-left: 0;
}

.index_div4 {
    margin-top: 100px;
}

.index_div5 {
    margin: 60px 0 75px;
}

.index_div5_title {
    font-size: 1.6rem;
    line-height: 56px;
    color: #ffffff;
}

.index_div5_fl1 a>div {
    height: 49px;
    line-height: 49px;
    background-color: rgba(0, 0, 0, 0.61);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px;
}

.index_div4_bg {
    background-color: #eff3fb;
    margin-top: 40px;
}

.bg_polu {
    background-color: rgba(127, 129, 226, .72);
}

.bg50b {
    background-color: rgba(80, 182, 215, .72);
}

.bg6ca {
    background-color: rgba(108, 161, 234, .72);
}

.bg42a {
    background-color: rgba(66, 165, 243, .72);
}

.bg318 {
    background-color: rgba(49, 129, 238, .72);
}

.bg47a {
    background-color: rgba(71, 166, 243, .72);
}

.index_div5_fl1 {
    width: 31.6%;

}

.index_div4_title:hover {
    color: #014098 !important;
}

.index_div5_fl2 {
    width: 34.2%;
    padding-left: 45px;

}

.index_div5_name {
    font-size: 2rem;
    line-height: 20px;
    color: #181818;
    margin-bottom: 10px;
}
.neiye_ban_img img {
    width: 100%;
}
.index_div5_name a {
    font-size: 1.6rem;
    /* line-height: 40px; */
    color: #b5b5b5;
}

.index_div5_ul li {
    font-size: 1.6rem;
    line-height: 50px;
    color: #666666;
    border-bottom: solid 1px #d4dce8;
}

.index_div5_ul li .fl {
    width: 70%;
}

.index_div5_ul li .fr {
    width: 30%;
    text-align: right;
}

.index_div5_ul li:last-child {
    border: none;
}

.index_div5_mt {
    margin-top: 70px;
}

.index_div6_swiper {
    padding: 49px 0 45px;
}

.index_div6 {
    margin: 100px 0 60px;
}

.index_div6_swiper .swiper-pagination-bullet {
    width: 6px;
    height: 5px;
    background-color: #009fe8;
    opacity: 0.28;
}

.index_div6_swiper .swiper-pagination-bullet-active {
    opacity: 1;
}



.footer_top_ul li {
    float: left;
    width: 14%;
} 
.footer_top_ul li:nth-child(2) {
    width: 26%;
}
.footer_top_ul li:last-child {
    width: 18%;
}

#allmap {
    height: 330px;
}
footer {

    background-color: #222222;
}

.footer_top {
    padding: 57px 0 50px;
}

.footer_top_ul li>div {
    font-size: 1.6rem;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}

.footer_top_ul li>a {
    font-size: 14px;
    line-height: 26px;
    color: #a6a8aa;
}
.footer_bot .fl {
    width: 100%;
}
.footer_bot .fr {
    display: none;
}
.footer_bot {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    line-height: 53px;
    font-size: 14px;
    color: #a6a8aa;
}

.index_div7_swiper {
    box-shadow: 0px 6px 14px -9px rgba(220, 220, 224, 0.43);
}

.index_div7_swiper .swiper-slide:hover .index_div7_con,
.index_div7_swiper .swiper-slide.active .index_div7_con {
    bottom: 0;
    background-color: #14a8fe; 
}

.index_div7_swiper .swiper-slide:hover .index_div7_con>.iconfont,
.index_div7_swiper .swiper-slide.active .index_div7_con>.iconfont {
    color: #fff;
}

.index_div7_swiper .swiper-slide:hover .index_div7_title,
.index_div7_swiper .swiper-slide.active .index_div7_title {
    color: #fff;
}

.index_div7_con {
    background: #fff;
    padding: 44px 48px;
    box-shadow: 1px 2px 23px 1px rgba(220, 220, 224, 0.43);

}

.index_div7_con>.iconfont {
    font-size: 5rem;
    color: #14a8fe;
}

.index_div7_title {
    font-size: 2rem;
    line-height: 30px;
    color: #47494b;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_div7_title::before {
    width: 57px;
    height: 3px;
    background-color: #d2d2d2;
    opacity: 0.37;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
}

.index_div7_content {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    margin: 39px 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 150px;
    min-height: 150px;
}

.index_div7_con {
    position: relative;
    bottom: -220px;
 

}

.index_div7_more span {
    color: #fff;
    font-size: 2.5rem;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.index_div7_more {
    color: #fff;
    font-size: 1.6rem;
}

.index_div7_swiper {
    margin-top: 95px;
}

.index_div7 .swiper-pagination-bullet {
    width: 21px;
    height: 21px;
    background-color: #d2d2d2;
    opacity: 1;
    margin: 42px 9px 0;
}

.index_div7 .swiper-pagination-bullet-active {
    background-image: linear-gradient(#009fe8,
            #009fe8),
        linear-gradient(#d2d2d2,
            #d2d2d2);
    background-blend-mode: normal,
        normal;
}

.index_div7 .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
}

.neiye_ban_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.neiye_ban_text>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.neiye_title {
    font-size: 5.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 70px;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.bread {
    font-size: 2rem;
    line-height: 24px;
    color: #fff;
    margin-top: 10px;
}

.bread a {
    color: #fff;
}

.list_pro_fl {
    width: 21.5%;
    background-color: #ffffff;

}

.list_pro_fr {
    width: 75.4%;
}

.list_pro_ul_fl_ul {
    display: none;
}

.list_pro_ul_fl_ul li {
    line-height: 36px;
    font-size: 1.6rem;
    color: #8a8a8a;
}

.list_pro_ul_fl_ul li.active a {
    color: #009fe8;
}

.list_pro_fl_ul li .clearfix {
    line-height: 57px;
    height: 57px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #181818;
    cursor: pointer;

}

.list_pro_fl_ul>li.active .clearfix {
    color: #009fe8;
}

.list_pro_fl_ul>li {
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0 20px;
    margin-bottom: 5px;
}

.list_pro_fl_ul>li.active .iconfont {
    display: inline-block;
}

.list_pro_fl_ul>li.active .iconfont {
    transform: rotate(180deg);
}

.listanli_fl .list_pro_fl_ul>li.active .iconfont {
    transform: rotate(-90deg);
}

.list_pro_fl_ul>li.active .list_pro_ul_fl_ul {
    display: block;
}

.list_pro_ul_fl_ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_pro_ul_fl_ul {
    padding-bottom: 20px;
}

.list_pro_fr_ul li {
    margin: 0 0 48px 24px;
    float: left;
    width: 31.4%;
}

.list_pro_fr_ul li img {
    /*width: 275px;*/
    height: 275px;
    object-fit: cover;
    margin: 0 auto;
    display: table;
}
.ul_newsiss  li .overh {
    width: 100%;
}

.list_pro_fr_ul li:nth-child(3n+1) {
    margin-left: 0;
}

.list_pro_fr_ul li a:nth-child(1) {
    box-shadow: 0px 0px 18px 1px rgba(177, 178, 180, 0.17);
    border: solid 1px #d2d2d2;
}

.lsit_pro_fr_ul_title {
    height: 61px;
    line-height: 61px;
    background-color: #fff;
    border-radius: 0px 0px 4px 4px;
    font-size: 1.8rem;
    color: #181818;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.list_xiazai .list_xiazai_fr_ul li {
    height: 61px;
    line-height: 61px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.list_pro_fr_ul li:hover .lsit_pro_fr_ul_title {
    background-color: #009fe8;
    color: #ffffff!important;
}

.mt40 {
    margin-top: 41px;
}

.mb70 {
    margin-bottom: 70px;
}

.list_pro_fr_ul li:hover img {
    transform: scale(1.1);
}

.list_anli_ul {
    margin: 40px 0 28px;
}

.list_anli_ul_list li {
    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.list_anli_ul_list_a {
    position: relative;
    padding: 0 0 0 20px;
}

.list_anli_ul_list_a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #000000;
    border-radius: 50%;
    transform: translateY(-50%);
}

.list_anli_title {
    font-size: 2rem;
    line-height: 40px;
    color: #181818;
    width: 80%;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;

}

.line1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_anli_content {
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    width: 80%;
}

.list_anli_data {
    font-size: 14px;
    line-height: 40px;
    color: #666666;
}

.list_anli_content_a {
    font-size: 14px;
    line-height: 40px;
    color: #181818;
}

.list_anli_content_a span {
    margin-right: 10px;
}

.list_anli_ul_list li:hover .list_anli_title {
    color: #009fe8;
    font-weight: 600;
    transform: translateX(20px);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;

}

.list_anli_ul_list li:hover .list_anli_ul_list_a::before {
    background-color: #009fe8;
}

.list_anli_ul_list li:hover .list_anli_content_a {
    color: #009fe8;
    font-weight: 600;
}

.list_article_one_fl,
.list_article_one_fr {
    width: 50%;
}

.list_article_one_fr {
    padding-left: 45px;
}

.list_article_a {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 49px;
    line-height: 49px;
    padding: 0 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.61);
    color: #fff;
    font-size: 1.6rem;
    width: 100%;
}

.list_article_one_fr ul li a .fl {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.list_article_one_fr ul li {
    line-height: 51px;
    height: 51px;
    border-bottom: 1px solid #d4dce8;
    font-size: 1.6rem;
    color: #666666;
}

.list_article_one_fr ul li a .fr {
    width: 20%;
    text-align: right;
}

.list_article {
    margin: 40px 0;
}

/* 新闻详情 */
.article_article_title {
    font-size: 3rem;
    line-height: 40px;
    color: #181818;
}

.article_article .data {
    display: table;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 26px;
    color: #666666;
    padding: 15px 0 35px;
}

.article_article .data span:nth-child(1) {
    margin-right: 30px;
}

.article_article_con {

    font-size: 1.4rem;
    line-height: 30px;
    color: #181818;
    margin-bottom: 60px;
}

.shangxia {
    line-height: 30px;
    font-size: 1.4rem;
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.article_article {
    margin: 40px 0;
}


.list_anli_ul {
    display: flex;
    justify-content: center;
}

.list_anli_ul li {
    display: flex;
    justify-content: center;
    padding: 0 42px;
    font-size: 2rem;
    line-height: 30px;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    margin: 0!important;
}
.index_div7_more:hover  {
    color: #fff!important;
}
.list_anli_ul li.active a,
.list_anli_ul li:hover a {

    color: #009fe8 !important;
}

.list_about_con {
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 56px;
}


.list_about_swiper .swiper-slide>div {
    border-radius: 2px;
    padding: 25px 0 20px;
    text-align: center;
    position: relative;

}

.list_about_swiper .swiper-slide>div::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 25px;
    background-color: #000000;
    opacity: 0.28;
    top: 58px;
}

.list_about_swiper .swiper-slide>div .iconfont {
    text-shadow: 1px 6px 3px 0px rgba(0, 0, 0, 0.16);
    color: #009fe8;
    font-size: 6rem;
}

.list_about_shuzi {
    font-size: 1.8rem;
    line-height: 40px;
    color: #181818;
    padding: 15px 0 0;
    font-size: 18px;
    color: #b5b5b5;
}

.list_about_shuzi span {
    font-size: 3.6rem;
    color: #009fe8;
    font-weight: 600;
}

.list_about_shuzi>div {
    color: #181818;
}


.list_about_swiper .swiper-slide:hover .iconfont,
.list_lx_swiper .swiper-slide:hover .iconfont {
    transform: rotateY(360deg);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.list_about_swiper {
    padding: 57px 0 50px;

}

.my-video-dimensions {
    width: 100% !important;
}

.video-js .vjs-big-play-button {
    width: 109px;
    height: 109px;
    line-height: 100px;
    font-size: 5rem;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list_about_sz {
    box-shadow: 3px 5px 6px 0px rgba(222, 221, 221, 0.43);
    border: solid 3px rgba(221, 217, 217, 0.14);
    margin-top: 60px;

}

/* 联系我们 */
.list_lianxi_ul {
    /* box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.13); */
    border-radius: 4px;
    padding: 29px 0 24px; 
    position: relative;
    z-index: 99;
    background: #fff;
    width: 35%;
}
.ditu {
    padding: 0 0 0 20px;
    width: 65%;
}

.list_lianxi_ul li {
    width: 100%;  
    text-align: left;
    line-height: 75px;
    border-bottom: 1px solid #ddd;
    padding: 0 20px;
}

.list_lianxi_ul li:last-child {
    border-left: none;
    border: none;
}

.list_lianxi_ul li>div:nth-child(1),
.list_lianxi_ul li>div:nth-child(1) .iconfont {
    font-size: 1.6rem; 
    color: #181818;
}

.list_lianxi_name {
    font-size: 1.6rem;
    line-height: 18px;
    color: #009fe8;
    font-weight: 600;
}
 
.list_lianxi {
    margin: 45px 0 113px;
}

.list_liuyan_ul li {
    width: 49%;
    /* margin-left: 33px; */
    height: 71px;
    line-height: 71px;
    border-radius: 6px;
    margin-bottom: 37px;
    float: left;
}
.list_liuyan_ul li:nth-child(odd) {
    margin-right: 1%;
}
.list_liuyan_ul li:nth-child(even) {
    margin-left: 1%;
}
.list_liuyan_ul li input {
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: #666666;
    padding: 0 20px;
    color: #666666;
    width: 100%;
    border: none;
    background-color: #f4f4f4;

}

.list_liuyan_ul li:nth-child(odd) {
    margin-left: 0;
}

.textate {
    width: 100%;
    height: 257px;
    border-radius: 6px;

}.phone_footer {
    display: none;
}

.textate textarea {
    line-height: 30px;
    font-size: 1.8rem;
    color: #666666;
    padding: 15px;
    background-color: #f4f4f4;
    width: 100%;
    height: 100%;
    border: none;
}

.list_liuyan button {
    width: 179px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #009fe8;
    border: 1px solid #009fe8;
    margin-top: 35px;
}

.list_liuyan button:hover {
    background: #fff;
    color: #009fe8;
    border: 1px solid #009fe8;
}

.list_liuyan {
    margin-top: 80px;
}

.list_liuyan form {
    margin-top: 30px;
}

.artice_pro .list_pro_fr_fl {
    box-shadow: 0px 0px 18px 1px rgba(177, 178, 180, 0.17);
    border: solid 1px #d2d2d2;
    width: 40%;
}

.list_pro_fr_fr {
    width: 60%;
    padding-left: 50px;
}

.list_pro_fr_fr .title {
    font-size: 2.4rem;
}

.list_pro_fr_fr .title_line {
    left: 0;
    transform: translateX(0);
    margin-left: 0;
}

.article_pro_con {
    font-size: 1.8rem;
    color: #181818;
    line-height: 36px;
    margin: 20px 0 30px;
}

.article_pro_con span {
    font-size: 2rem;
    font-weight: 600;
}

.article_pro_qh {
    margin: 70px 0 40px;
    border-bottom: 1px solid rgba(1, 1, 1, .17);
    line-height: 40px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.article_pro_qh li {
    padding: 0 30px;
    font-size: 2rem;
    color: #181818;
    position: relative;
    float: left;
}

.article_pro_qh li a {
    color: #181818;
}

.article_pro_qh li:hover a,
.article_pro_qh li.active a {
    color: #009fe8;
}

.article_pro_qh li.active::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #009fe8;
    border: solid 3px #b5b5b5;
    border-radius: 50%;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.article_div_qh>div {
    font-size: 1.8rem;
    line-height: 36px;
    display: none;
    color: #181818;
}

.article_div_qh>div.active {
    display: block;
}

.article_shagnxia {
    margin: 100px 0 60px;
}

.article_shagnxia>div {
    width: 48%;
    margin-left: 20px;
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
    text-align: center;
    height: 59px;
    line-height: 59px;
    font-size: 1.8rem;
    float: left;
}

.article_shagnxia>div a {
    font-size: 1.8rem;
}

.article_shagnxia>div:hover {
    background-color: #009fe8;
    border: solid 1px #d2d2d2;

}

.article_shagnxia>div:hover a {
    color: #fff !important;
}

.article_shagnxia>div:nth-child(1) {
    margin-left: 0;
}

/* 案例中心 */
.list_anlii_ul li {
    border: solid 1px #b5b5b5;
    padding: 10px;
    float: left;
    width: 48%;
    margin-left: 30px;
    margin-bottom: 30px;
}

.list_anlii_ul li:nth-child(odd) {
    margin-left: 0;
}

.list_anlii_ul li .fl:nth-child(1) {
    width: 30%;
}

.list_anlii_ul li .fl:nth-child(2) {
    padding: 0 0 0 20px;
    width: 70%;
}

.list_anlii_a {
    font-size: 1.8rem;
    line-height: 30px;
    color: #181818;
    font-weight: 600;
}

.list_anlii_con {
    font-size: 1.4rem;
    line-height: 27px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 8px;
}

.list_anlii_ul li:hover img {
    transform: scale(1.1);
}

.list_anlii_ul li:hover {
    border: 1px solid #009fe8;
}

.list_anlii_ul li:hover .list_anlii_a {
    color: #009fe8;
}

/* 公司荣誉 */
.list_honor li {
    margin: 0 0 48px 33px;
}

.list_honor li .lsit_pro_fr_ul_title {
    display: none;
}

.tuijian_swiper  {
    padding: 50px 0 80px;
}
.tuijian_swiper a.over{
    border: 1px solid #ddd;

}
.tuijian_swiper a.over img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.tuijian_swiper  .name {
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    height: 60px;
    border: 1px solid #ddd;
    border-top: none;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tuijian_swiper  .swiper-pagination-bullet-active {
    background: #009fe8;
}
.tuijian_swiper  .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
}
.thisclass a {
    color: #fff!important;
}
.list_alul li {
    padding: 15px 0;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 1.6rem;
}
.list_alul li a {
    color: #000;
}
.list_alul li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
@media (max-width:1860px) {

    /* .daohang_dh {
        margin: 0 40px;
    } */
    .daohang_ul>li {
        padding: 0 20px;
    }
    .daohang_ul {
        margin-left: 40px;
    }

    .daohang_dh { 
        margin: 0 20px 0 10px;
    }
}

@media (max-width:1770px) {
    .daohang_ul>li {
        padding: 0 10px;
    }

    .daohang_ul {
        margin-left: 40px;
    }
}

@media (max-width:1660px) {
    .daohang_ul>li {
        padding: 0 10px;
    }

    .daohang_dh {
        margin: 0 15px;
    }

    .header_search .search_inp {
        width: 192px;
    }
}

@media (max-width:1570px) {
    .daohang_ul>li {
        padding: 0 8px;
    }

    .header_search .search_inp {
        width: 175px;
    }
    .logo_pc {
        font-size: 18px;
        font-weight: 600;
    }
    .daohang_ul {
        margin-left: 25px;
    }
    .daohang_ul>li>a { 
        font-size: 1.6rem;
    }

}

@media (max-width:1440px) {

    body,
    html {
        font-size: 9px;
    }

    .index_about,
    .index_div2_pro_top {
        margin: 60px 0 0;
    }

    .index_div2 {
        margin: 146px 0px 45px;
        padding: 60px 0 45px;
    }

    .index_div3 {
        padding: 60px 0;
    }

    .index_div4,
    .index_div5 {
        margin-top: 60px;
    }

    .list_div4_ul li {
        margin-right: 17px;
    }

    .index_div4_fl2 {
        padding: 0 42px 54px;
    }

    .index_div6 {
        margin: 50px 0 35px;
    }

    .title {
        font-size: 3.2rem;
    }

    .neiye_title {
        font-size: 4rem;
    }

    .index_shuzi .swiper-slide {
        padding: 25px 0 30px 0;
    }

    .index_div7 {
        padding: 60px 0 0px;
    }

    .index_div7_swiper {
        margin-top: 60px;
    }

    .index_div4 {
        margin-top: 80px;
    }

    .index_div4_title {
        font-size: 2rem;
        padding: 0 15px;
        line-height: 50px;
        height: 50px;
    }

    .index_div5_mt {
        margin-top: 50px;
    }

    .shuzi_top {
        line-height: 38px;
    }

    .shuzi_top span {
        font-size: 4rem;
    }

    /* .index_shuzi {
        margin-top: -72px;
    } */

}

@media (max-width:1366px) {
    .daohang_ul>li {
        padding: 0 5px;
    }
    .logo_pc {
        font-size: 16px; 
    }

}

@media (max-width:1280px) {
    .daohang_ul>li {
        padding: 0 3px;
    }
    .header_search button {
        margin-left: 5px;
    }

    .daohang_dh {
        margin: 0 15px 0 0;
    }

    .header_search .search_inp {
        width: 150px;
    }


    .daohang_ul {
        margin-left: 25px;
    }

    .daohang_dh .clearfix .fl:last-child {
        letter-spacing: -2px;
    }
}

@media (max-width:1200px) {
    .tuijian_swiper {
        padding: 50px 0 60px;
    }
    .tuijian_swiper a.over img {
        width: 100%;
        height: 204px;
    }
    .daohang_dh {
        letter-spacing: -1.5px;
    }

    .daohang_ul>li>a {
        font-size: 1.7rem;
    }

    .daohang_ul>li {
        padding: 0 2px;
    }

    .header_search .search_inp {
        width: 127px;
    }

    .index_about_con {
        margin: 25px 0 30px;
        -webkit-line-clamp: 5;
    }

    .more {
        /* width: 150px; */
        height: 45px;
        line-height: 45px;

    }

    .list_div2_ul li {
        padding: 15px;
    }

    .list_div2_ul li .fr {
        padding-left: 12px;
    }

    .shuzi_top {
        line-height: 40px;

    }

    .index_div2_ul li {
        height: 52px;
        line-height: 52px;
    }

    .list_div2_ul li {
        margin-left: 16px;

    }.index_div2_fl_con {
        padding: 43px 25px;
    }

    .index_div2 {
        margin: 120px 0px 45px;
    }

    .index_div2_con {
        -webkit-line-clamp: 2;
        height: 52px;
    }

    .index_div3_con {
        -webkit-line-clamp: 2;
    }

    .index_div3_ul {
        margin: 20px 0 25px;
    }

    .list_div4_ul li {
        margin-right: 14px;
        margin-bottom: 20px;
    }

    .index_div4_fl2 {
        padding: 0 20px 25px;
    }

    .index_div4_fl2_ul li {
        line-height: 39px;

    }

    .list_div4_title {
        height: 48px;
        line-height: 48px;
    }

    .index_div4_icon {
        width: 40px;
        height: 40px;
        bottom: 25px;
        left: 13px;
    }

    .index_div5_ul li:last-child {
        display: none;
    }

    .list_anlii_ul li {
        margin-left: 27px;
        margin-bottom: 25px;
    }

    .artice_pro .list_pro_fr_fl,
    .artice_pro .list_pro_fr_fr {
        width: 50%;
    }

    .artice_pro .list_pro_fr_fr {
        padding-left: 26px;
    }

    .article_pro_con {
        line-height: 30px;
    }

    .article_pro_qh {
        margin: 50px 0 30px;
    }

    .article_div_qh>div {


        line-height: 32px;
    }

    .article_shagnxia {
        margin: 61px 0 40px;
    }

    .mb70 {
        margin-bottom: 40px;
    }

    .list_about_swiper {
        padding: 30px 0 25px;
    }

    .list_about_sz {
        margin-top: 40px;
    }

    .list_about_con {
        margin-top: 30px;
    }

    .list_about .video-js .vjs-big-play-button {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 4rem;
    }

    .list_about .my-video-dimensions {
        height: 304px !important;
    }

    .list_article_one_fr ul li:last-child,
    .list_article_one_fr ul li:nth-last-child(2) {
        display: none;
    }

    .list_article_one_fr ul li {
        line-height: 56px;
        height: 56px;
    }

    .list_anli_ul_list li {
        padding: 30px 0;
    }

    .list_liuyan {
        margin-top: 45px;
    }

    .list_pro_fr_ul li {
        margin: 0 0 20px 20px;
    }

    .logo_pc img {
        width: 100px;
    }

    .index_div7_con {
        padding: 30px 25px;
    }

    .index_div7_content {
        line-height: 28px;
    }

    .index_div4_ul li:nth-child(2) {
        margin: 0 9px;
    }

    .index_div4_ul li:nth-child(2)>div.clearfix .fl {
        margin-left: 9px;
    }

    .list_pro_fr_ul li img {
        width: 220px;
        height: 220px;
    }
    .index_div2_ul {
        height: 364px;
    }
    .logo_pc {
        font-size: 14px;
    }
    .daohang_ul {
        margin-left: 15px;
    }
    .logo_pc img {
        width: 70px;
    }
}

@media (max-width:1080px) {
    .header_qq {
        margin-left: 3px;
    }

    .header_search .search_inp {
        width: 106px;
    }

    .daohang_ul>li {
        padding: 0 0px;
    }
}

@media (max-width:1024px) {
    body {
        padding-top: 65px !important;
    }

    .pcnav {
        display: none;
    }

    .phonenav {
        display: block;
        border-bottom: 1px solid #eee;
    }

    .sidebar-menu.is-active {
        display: block;
        transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    .rightfix {
        display: none;
    }

    .searchbox {
        top: 65px;
    }

    .searchs .sertext,
    .serbtn {
        height: 45px;
    }

    .header-1,
    .daohang {
        display: none;
    }
}

@media (max-width: 990px) {
    .title {
        font-size: 2.6rem;
    }

    .index_about_fl {
        padding-right: 25px;
    }

    .index_about_con {
        margin: 20px 0 22px;
        -webkit-line-clamp: 3;
    }

    .shuzi_bot {
        font-size: 1.6rem;
    }

    .shuzi_top span {
        font-size: 3rem;
        line-height: 48px;
    }

    .index_about_fr .pr::before {
        top: -25px;
        border: solid 8px #14a8fe;
    }

    .index_about_fr .pr::after {
        bottom: -8px;
        border: solid 8px #14a8fe;
    }

    .index_div2_fl2 {
        padding-left: 25px;
    }

    .index_div2 {
        margin: 40px 0 0px 0;
        padding: 45px 0 30px;
    }

    .idnex_div3_title {
        margin: 0 0 10px 0;
    }

    .index_div3_bot {
        margin: 45px auto 0;
    }

    .index_about,
    .index_div2_pro_top {
        margin: 40px 0 0;
    }

    .index_div7_content {
        -webkit-line-clamp: 3;
    }

    .index_div7 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        opacity: 1;
        margin: 25px 5px 0;
    }

    .index_div7_con {
        bottom: -165px;
    }

    .list_div2_ul li {
        margin-left: 12px;
    }

    .index_div3 {
        padding: 40px 0;
    }

    .index_div3_ul {
        margin: 12px 0 15px;
    }

    .index_div3_fl2 {
        padding-left: 40px;
    }

    .index_about_fr .iconfont {
        margin-left: -22px;
        margin-top: -30px;
        font-size: 6rem;
    }

    .list_div4_ul li {
        margin-right: 11px;
    }

    .index_div4_icon {
        width: 28px;
        height: 28px;
        bottom: 33px;
        left: 9px;
    }

    .index_div4_icon .iconfont {
        font-size: 2rem;
        line-height: 28px;
    }

    .idnex_div4_fl2_title {
        font-size: 2.6rem;
        padding: 15px 0 0px 0;
    }

    .idnex_div4_fl2_title::before {
        width: 95px;
    }

    .index_div4_fl2 {
        padding: 0 8px 13px;
    }

    .index_div4_fl2_ul li {
        line-height: 35px;
    }

    .futitle {
        width: 90%;
    }

    .index_div4_list {
        margin-top: 30px;
    }

    .index_div4,
    .index_div5 {
        margin-top: 40px;
    }

    .index_div5_fl2 {
        /* width: 55%; */
        padding-left: 25px;
    }

    .index_div5_name,
    .index_div5_name a {
        line-height: 20px;
        margin-bottom: 3px;
    }

    .index_div5 {
        margin: 45px 0 45px;
    }

    .index_div5_ul li:nth-last-of-type(2) {
        display: none;
    }

    .index_div6_swiper {
        padding: 25px 0 35px;
    }

    .neiye_title {
        font-size: 2.6rem;
        line-height: 30px;
    }

    .list_pro_fl {
        display: block;
        width: 100%;
    }

    .list_pro_fl_ul li .clearfix {
        line-height: 45px;
        height: 45px;
        font-size: 16px;
    }

    .list_pro_fr {
        width: 100%;
        padding-top: 15px;
    }

    .article_article_title {
        font-size: 2.2rem;
        line-height: 30px;
    }

    .list_about {
        margin: 25px 0;
    }

    .list_about .my-video-dimensions {
        height: 229px !important;
    }

    .list_about_swiper {
        padding: 0px 0 25px;
    }

    .list_about_sz {
        padding-bottom: 20px;
    }

    .list_article_one_fr ul li {
        line-height: 43px;
        height: 44px;
    }

    .list_anli_ul_list li {
        padding: 15px 0;
    }

    .list_liuyan_ul li {
        margin-left: 28px;
        height: 51px;
        line-height: 51px;
        margin-bottom: 20px;
    }

    .list_lianxi_ul {
        width: 100%;
        margin-top: 15px;
    }

    .list_lianxi {
        margin: 45px 0 50px;
    }

    footer {
        display: none;
    }

    .mobile-foot {
        display: block;
    }

    body {
        padding-bottom: 51px;
    }

    .list_div2_a a {
        width: 54px;
        height: 27px;
        line-height: 25px;
        font-size: 12px;
    }
    .index_div7 .swiper-pagination-bullet {
        background: #fff;
    }
    .index_div7_content {
        height: 84px;
        min-height: 84px;
    }
    .index_div2_ul li {
        height: 47px;
        line-height: 47px;
    }

    .index_div2_fl_con {
        padding: 22px 15px;
    }

    .index_div2_fl_con {
        margin-top: 0px;
    }

    .index_div7 {
        padding: 40px 0 0px;
    }

    .index_div7_swiper {
        margin-top: 20px;
        padding-bottom: 45px;
    }
    .index_div7 .swiper-pagination {
        bottom: 15px;
    }

    .index_div4 {
        margin-top: 45px;
    }

    .index_div4_ul li:nth-child(2) {
        margin: 0 7px;
    }

    .index_div4_ul li:nth-child(2)>div.clearfix .fl {
        margin-left: 1%;
    }

    .index_div4_ul li:nth-child(2)>div:nth-child(1) {
        margin-bottom: 6px;
    }

    .index_div4_ul li:nth-child(3)>div:nth-child(1) {
        margin-bottom: 5px;
    }

    .index_div4_title {
        line-height: 44px;
        height: 44px;
    }
    .index_div2_fl_con .futitle {
        -webkit-line-clamp: 1;
        margin: 0 0 15px 0;
    }
    .index_div2_ul {
        height: 323px;
    }
    .index_div2_ul li {
        font-size: 1.6rem;
    }

      /* 手机端尾部 开始*/
      .phone_footer {
        display: block;
    }
    
    .phone_footer_ul li {
        width: 25%;
        float: left;
        text-align: center;
        height: 60px;
        border-right: 1px solid rgba(255, 255, 255, .37);
    }

    .phone_footer {
        background: #14a8fe;
        color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 1000;

    }

    .phone_footer_ul li .iconfont {
        font-size: 20px;
        padding-top: 7px;
    }

    .phone_footer_ul li a {
        color: #fff !important;
    }

}

@media (max-width: 767px) {
    body {
        padding-bottom: 51px;
    }

    .mobile-foot {
        display: block;
    }

    .index_about_fl {
        width: 100%;
        padding-right: 0;
    }

    .index_about,
    .index_div2_pro_top {
        margin: 25px 0 0;
    }

    .index_about .title {
        text-align: center;
    }

    .index_about .title_line {
        margin: 5px auto;
    }

    .index_about_fr {
        width: 100%;
        margin-top: 15px;
    }

    .shuizi_swiper {
        padding: 0 0 45px 0;
    }

    .shuizi_swiper .swiper-pagination-bullet-active {
        background: #009fe8;
    }

    .index_shuzi {
        padding: 20px 0 10px 0;
        margin-top: 0px;
    }

    .shuizi_swiper {
        padding: 0 0 50px 0;
        border: none;
    }

    .banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner .swiper-pagination-custom,
    .banner .swiper-pagination-fraction {
        bottom: 10px;
    }

    .banner .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
    }

    .index_div2 {
        margin: 25px 0 25px 0;
    }

    .index_div2_fl,
    .index_div2_fl2,
    .index_div3_fl1,
    .index_div3_fl2,
    .index_div4_fl1,
    .index_div4_fl2,
    .index_div5_fl1,
    .index_div5_fl2 {
        width: 100%;
    }

    .index_div2_con {
        margin-bottom: 12px;
    }
  
    .list_div2_ul li,
    .list_div4_ul li {
        width: 48%;
        margin-left: 0 !important;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }

    .list_div2_ul li:nth-last-of-type(even),
    .list_div4_ul li:nth-last-of-type(even) {
        margin-right: 2% !important;
    }

    .list_div2_ul li:nth-last-of-type(odd),
    .list_div4_ul li:nth-last-of-type(odd) {
        margin-left: 2% !important;
    }

    .index_div2_fl2 {
        margin-top: 15px;
    }

    .index_div2_title {
        font-size: 1.8rem;
        line-height: 45px;
    }

    .index_div3 {
        padding: 0px 0 25px;
    }

    .index_div3_fl1 {
        border: 1px solid #eee;
    }

    .futitle {
        width: 100%;
        font-size: 1.6rem;
    }

    .index_div3 .gallery-top {
        margin-top: 20px;

    }

    .index_div3_fl2 {
        padding: 15px 0 0;
    }

    .index_div3_bot {
        margin: 30px auto 0;
        width: 80%;
    }

    .index_div3 .swiper-button-next,
    .index_div3 .swiper-container-rtl .swiper-button-prev {
        right: -40px;
        width: 30px;
        height: 30px;
    }

    .index_div3 .swiper-button-prev,
    .index_div3 .swiper-container-rtl .swiper-button-next {
        left: -40px;
        width: 30px;
        height: 30px;
    }

    .index_div4,
    .index_div5 {
        margin-top: 25px;
    }

    .index_div4_fl2,
    footer {
        display: none;
    }

    .title {
        line-height: 40px;

    }

    .futitle {
        line-height: 24px;
    }

    .index_div5_mt {
        margin-top: 26px;
    }

    .index_div5_fl2 {
        padding: 15px 0 0;
    }

    .index_div6 {
        margin: 25px 0 16px;
    }

    .more {
        width: 130px;
        height: 40px;
        line-height: 40px;
    }

    .list_anlii_ul li {
        width: 100%;
        margin: 0 0 15px 0 !important;
    }

    .bread {
        display: none;
    }

    .article_article_con {
        margin-bottom: 25px;
    }

    .article_article {
        margin: 25px 0 0;
    }

    .artice_pro .list_pro_fr_fl,
    .artice_pro .list_pro_fr_fr {
        width: 100%;
    }

    .artice_pro .list_pro_fr_fr {
        padding: 15px 0 0 0;
    }

    .article_pro_qh li {
        float: left;
        width: 50%;
        border: 1px solid rgba(1, 1, 1, .17);
        text-align: center;
        padding: 0;
        font-size: 1.8rem;
    }

    .article_pro_qh {
        border: none;
    }

    .article_pro_qh li.active::before {
        display: none;
    }

    .article_pro_qh {
        margin: 25px 0 0px;
    }

    .list_pro_fr_fr .title {
        font-size: 2.2rem;
    }

    .article_div_qh>div {
        font-size: 1.6rem;
    }

    .article_shagnxia>div {
        width: 100%;
        margin: 0 0 10px 0 !important;
        height: 50px;
        line-height: 50px;
        font-size: 1.6rem;
    }

    .article_shagnxia {
        margin: 30px 0 0px;
    }

    .list_anli_ul {
        display: none;
    }

    .list_about_con {
        margin-top: 15px;
    }

    .list_about_shuzi {
        font-size: 14px;
    }

    .list_article_one_fl,
    .list_article_one_fr {
        width: 100%;
    }

    .list_article_one_fr {
        padding: 15px 0 0 0;
    }

    .list_anli_title {
        font-size: 1.6rem;
        width: 66%;
    }

    .list_anli_content_a {
        line-height: 34px;
    }

    .list_liuyan_ul li {
        width: 100%;
        margin: 0 0 15px 0 !important;
    }

    .list_lianxi_ul li {
        width: 100%;
        padding: 0 0 10px 0;
        border: none;
    }

    .list_liuyan button {
        width: 140px;
        height: 46px;
        line-height: 46px;
        display: table;
        margin: 20px auto 0;
    }

    .list_pro_fr_ul li {
        width: 48%;
        margin: 0 0 15px 0 !important;
    }

    .list_pro_fr_ul li:nth-child(odd) {
        margin-right: 2% !important;
    }

    .list_pro_fr_ul li:nth-child(even) {
        margin-left: 2% !important;
    }

    .lsit_pro_fr_ul_title {
        height: 50px;
        line-height: 50px;
    }

    .mb70 {
        margin-bottom: 25px;
    }

    .mt40 {
        margin-top: 25px;
    }

    .modal.in .modal-dialog {
        width: 94%;
        padding-top: 15%;
    }

    .index_about_fl {
        padding: 25px 0 0;
    }

    .index_about_fr .pr::before {
        top: -14px;
        left: -11px;
    }

    .index_div2_fl2 {
        margin-top: 15px;
        padding-left: 0;
    }

    .list_div2_ul li .fl {
        width: 100%;
    }

    .list_div2_ul li .fr {
        width: 100%;
        padding-left: 0;
    }

    .list_div2_a a {
        width: 48%;
    }

    .index_div7_con {
        bottom: 0;
    }

    .index_div7_swiper .swiper-slide .index_div7_con {
        bottom: 0;
        background-color: #14a8fe;
    }

    .index_div7_swiper .swiper-slide .index_div7_con>.iconfont {
        color: #fff;
    }

    .index_div7_swiper .swiper-slide .index_div7_title {
        color: #fff;
    }

    .index_div4 {
        margin-top: 25px;
    }

    .index_div5 {
        margin: 25px 0 25px;
    }

    .index_div5_fl2 {
        padding: 20px 0 0;
    }

    .index_div4_ul li {
        width: 100% !important;
    }

    .index_div4_bg {
        margin-top: 25px;
    }

    .index_div4_ul li:nth-child(2) {
        margin: 10px 0;
    }

    .index_div4_ul li:nth-child(1) img,
    .index_div4_ul li:nth-child(3) img {
        height: 200px;
        object-fit: cover;
    }

    .list_pro_fr_ul li img {
        width: 180px;
        height: 155px;
    }
    .list_div2_ul li img {
        width: 154px;
        height: 131px;
    }
    .tuijian_swiper {
        padding: 50px 0 50px;
    }
    .tuijian_swiper .name {
        font-size: 14px;
        line-height: 45px;
        text-align: center;
        height: 45px;
    }.tuijian_swiper .swiper-pagination-bullet {
        height: 8px;
        width: 8px;
    }.tuijian_swiper a.over img { 
        height: 160px;
    }
}

#page {
    clear: both;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-top: 20px
}

#page li {
    float: left;
    padding: 5px 14px;
    border: 1px solid #CCCCCC;
    margin:0 6px 0 0!important;
    color: #666;
    font-size: 12px;
    list-style: none;
}

#page li:hover {
    border: 1px solid #009fe8;
}

#page li:hover a {
    color: #009fe8
}

#page li a {
    color: #666
}

#page li.active {
    border: 1px solid #009fe8;
    background-color: #009fe8;
    color: #FFFFFF
}

#page li.active a {
    color: #fff
}

#page .thisclass {
    background-color: #009fe8;
    color: #FFFFFF
}
.right_div a {
    line-height: 36px;
}