        .pages{ margin-top:20px; margin-bottom:20px; text-align:center;font-size:13px;}

.pages a{border: 1px solid #ccc;display: inline;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;cursor: pointer;background: #fff;text-decoration:none;color:#999;}

.pages a:hover{border:1px solid #FF6600; background-color:#FF6600; color:#fff;}

.pages span{border: 1px solid #FF6600;display: inline;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;background: #FFEEE5;color: #FF6600;}

a:hover {
    text-decoration: none;
}
.w100 {
    width: 100%;
}
.con_layout {
    margin-top: 30px;
}
.phone {
    display: none;
    /*position: fixed;
    top: 0;
    right: 0;
    left: 0;*/
    background: #fff;
    z-index: 33;
}
.phone img {
    margin-top: 20px;
}
.sidebar-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #e7e9eb;
    transition: right .5s;
    z-index: 99999;
}
.color_dao i {
    display: inline-block;
    font-size: 35px;
    color: #017d87;
    line-height: 89px;
}
.sidebar-menu.is-active {
    display: block;
    transition: right .5s;
}
.sidebar-menu__header {
    font-size: 16px;
    height: 50px;
    background: #017d87;
    position: relative;
    display: block;
    padding: 15px 25px;
    height: 100%;
    width: 100%;
    color: #fff;
}
.sidebar-menu__header,
.sidebar-menu__subtitle a {
    color: #fff !important;
}
.sidebar-menu__close {
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;
    margin-top: -10px;
    cursor: pointer;
}
.sidebar-menu__list {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 300px;
    list-style: none;
    background-color: #FFF;
    transition: right .25s cubic-bezier(.39, .575, .565, 1);
}
.sidebar-menu__item:first-child {
    border-top: 0;
}
.sidebar-menu__item {
    padding: 0;
    width: 100%;
}
.sidebar-menu__link {
    display: block;
    padding: 20px 25px;
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    transition: color .1s cubic-bezier(.39, .575, .565, 1);
}
.sidebar-menu__link .glyphicon-menu-right {
    color: #bababa;
    float: right;
}
.sidebar-menu__item .sidebar-menu__list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translateX(300px);
    transition: transform .25s cubic-bezier(.39, .575, .565, 1);
}
.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
    background-color: #55b7bf !important;
}
.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
    color: #fff !important;
}
.sidebar-menu__link span.glyphicon-menu-left {
    float: left;
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
    margin-right: 4px;
}
.sidebar-menu__item .sidebar-menu__list.is-active {
    transform: translateX(0);
}
.navs {
    width: 100%;
    position: relative;
    z-index: 9999;
    background: #fff;
}
.navs .container>a {
    display: inline-block;
    float: left;
}
.navs .container>a>img {
    margin-top: 30px;
}
.navs>.home_head_logo>ul {
    float: right;
    height: 100px;
}
.navs .container>ul>li {
    position: relative;
    text-align: center;
    float: left;
}
.navs .container>ul>li>a {
    background: url(../images/li.jpg) left center no-repeat;
    line-height: 1;
    width: 120px;
    display: inline-block;
    font-size: 16px;
    line-height: 89px;
    color: #5a5a5a;
    text-align: center;
}
.navs .container>ul>li>a.a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #007e88;
    margin-top: 80px;
    left: 50%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.navs .container>ul>li>a.active::before,
.navs .container>ul>li:hover a.a::before {
    position: absolute;
    content: "";
    height: 2px;
    background: #007e88;
    width: 50%;
    left: 25%;
}
.er_ul {
    z-index: 999999;
    background: #fff;
    width: 120px;
    margin: auto;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    box-shadow: 0px 0px 7px 0px rgb(207, 207, 207);
}
.er_ul>li {
    text-align: center;
}
.er_ul>li:hover {
    background: #017d87;
}
.er_ul>li>a {
    color: #000000;
    padding: 10px;
    display: block;
    font-size: 12px;
}
.er_ul>li:hover a {
    color: #fff;
}
.navs .container>ul li:hover .er_ul {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    display: block;
}
.home_head {
    width: 100%;
    height: 42px;
    background: #f2f2f2;
}
.home_head_left {
    font-size: 14px;
    color: #999999;
    line-height: 42px;
    float: left;
}
.home_head_tel {
    text-align: right;
    padding-top: 11px;
    font-size: 12px;
    color: #7a7a7a;
}
.home_head_tel span {
    margin-right: 20px;
    vertical-align: middle;
    font-size: 14px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #999999;
}
.home_head_tel span i {
    color: #000;
    margin-right: 5px;
}
.home_head_pagination .swiper-pagination-bullet {
    width: 28px;
    height: 16px;
    display: inline-block;
    border-radius: 0%;
    background: #fff;
    opacity: .3;
}
.home_head_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #017d87;
    height: 8px;
}

.main6 {
    padding-top: 40px;
    padding-bottom: 70px;
    background: #fff;
}

.m6_box {
    width: 100%;
    padding-top: 40px;
}

.m6_box .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
}

.m6_box .title h4 {
    float: left;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.m6_box .title h4 i {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.m6_box .title a {
    float: right;
    font-size: 16px;
    color: #999;
    line-height: 24px;
    margin-top: 15px;
}

.m6_box .title a i {
    color: #007e88;
}

.m6_left_box {
    width: 100%;
    padding-top: 20px;
}

.m6_right_box {
    width: 100%;
    padding-top: 20px;
}

.txtMarquee-top {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.txtMarquee-top .hd {
    overflow: hidden;
    height: 0px;
}

.txtMarquee-top .bd {
    width: 100%;
    /*border: solid 1px #ededed;
    padding: 5px;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.08);
    padding: 6px 16px 9px 13px;*/
    overflow: hidden;
}

.txtMarquee-top ul li {
    width: 100%;
    float: left;
    margin: 11px 0 0 0;
    border-bottom: dashed 1px #dcdcdc;
    padding-left: 200px;
    position: relative;
}

.txtMarquee-top ul li img {
    position: absolute;
    left: 5px;
    top: 0px;
    width: 180px;
    height: 90px;
}

.txtMarquee-top ul li dl {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.txtMarquee-top ul li dl dt {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #828282;
    line-height: 20px;
}

.txtMarquee-top ul li dl dt .ico,
.txtMarquee-top ul li dl dd .ico {
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: white;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    overflow: hidden;
    font-size: 12px;
    background: #007e88;
    text-transform: uppercase;
    float: left;
}

.txtMarquee-top ul li dl dd .ico {
    background: #142135;
}

.txtMarquee-top ul li dl dd {
    margin-top: 10px;
    width: 100%;
    float: left;
    font-size: 14px;
}

.txtMarquee-top ul li dl dt h6,
.txtMarquee-top ul li dl dd h6 {
    margin-left: 30px;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.txtMarquee-top ul li dl dt h6 a {
    color: #333;
}

.txtMarquee-top ul li dl dd h6 {
    height: 40px;
    overflow: hidden;
    font-size: 14px;
}

.txtMarquee-top ul li dl dd h6 a {
    color: #666666;
}

.inews-list-new li {
    padding-left: 10px;
    background: url(../images/dian.jpg) left center no-repeat;
    overflow: hidden;
    line-height: 40px;
    border-bottom: 1px dotted #ddd;
}

.inews-list-new li ._title {
    width: 83%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}

.inews-list-new li ._date {
    width: 15%;
    float: right;
    text-align: right;
}

.inews-list-new li a {
    color: #333333;
}
.content6-2-list{
    width: 55%;
    float: right;
    padding-right: 0 !important;
}
.post-thumbnail {
    position: relative;
    overflow: hidden;
    width: 45%;
    float: left;
    padding-left: 0 !important;
}

.post-thumbnail iframe,
.post-thumbnail img {
    width: 100%;
    height: 100%;
}

.content6-2-list .p1 {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
    color: #5c5b5b;
}

.content6-2-list i {
    color: #a4a3a3;
    margin-right: 10px;
    font-size: 16px;
    font-style: normal;
}

.content6-2-list .p2 {
    font-size: 14px;
    color: #969595;
    line-height: 26px;
}

.main6 .col-md-6{
    width: 50%;
   
}
.main6 .col-lg-1, 
.main6 .col-lg-10, 
.main6 .col-lg-11, 
.main6 .col-lg-12, 
.main6 .col-lg-2, 
.main6 .col-lg-3, 
.main6 .col-lg-4, 
.main6 .col-lg-5, 
.main6 .col-lg-6, 
.main6 .col-lg-7, 
.main6 .col-lg-8, 
.main6 .col-lg-9, 
.main6 .col-md-1, 
.main6 .col-md-10, 
.main6 .col-md-11, 
.main6 .col-md-12, 
.main6 .col-md-2, 
.main6 .col-md-3, 
.main6 .col-md-4, 
.main6 .col-md-5, 
.main6 .col-md-6, 
.main6 .col-md-7, 
.main6 .col-md-8, 
.main6 .col-md-9, 
.main6 .col-sm-1, 
.main6 .col-sm-10, 
.main6 .col-sm-11, 
.main6 .col-sm-12, 
.main6 .col-sm-2, 
.main6 .col-sm-3, 
.main6 .col-sm-4, 
.main6 .col-sm-5, 
.main6 .col-sm-6, 
.main6 .col-sm-7, 
.main6 .col-sm-8, 
.main6 .col-sm-9, 
.main6 .col-xs-1, 
.main6 .col-xs-10, 
.main6 .col-xs-11, 
.main6 .col-xs-12, 
.main6 .col-xs-2, 
.main6 .col-xs-3, 
.main6 .col-xs-4, 
.main6 .col-xs-5, 
.main6 .col-xs-6, 
.main6 .col-xs-7, 
.main6 .col-xs-8, 
.main6 .col-xs-9{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

@media (max-width: 780px) {
    .phone {
        display: block;
    }
    .phone .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .hidden-xs {
        display: none!important;
    }
    .main6 .col-xs-12{
        width: 100%;
    }
}