﻿/*
 .Top001791
 */

.Top001791 {
    background: #fff;
}

.Top001791 .line { 
    background: #727ec4;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #e265ae, #49c1ec);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #e265ae, #49c1ec);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 4px;
}

.Top001791 .header-top {
    position: relative;
}

.Top001791 .header-top dl {
    float: right;
    padding: 15px 0;
}

.Top001791 .header-top dl dd {
    float: left;
    line-height: 26px;
}

.Top001791 .header-top .top-menu a {
    position: relative;
    margin: 0 10px 0 0;
    padding: 3px 0 3px 35px;
    font-size: 14px;
}

.Top001791 .header-top .top-menu a.tmall {
    background: url(../images/Top001791-tmall.png)no-repeat left center;
}

.Top001791 .header-top .top-menu a.jd {
    background: url(../images/Top001791-jd.png)no-repeat left center;
}

.Top001791 .header-top .top-menu a:hover {
    color: #e365ad;
}

.Top001791 .header-top .top-menu a::after {
    display: inline-block;
    content: '';
    margin-left: 20px;
    width: 1px;
    height: 12px;
    background: #d2d1cd;
    vertical-align: middle;
}

.Top001791 .header-top .top-menu a:last-child::after {
    display: none;
}

.Top001791 .header-top .logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 101px;
    display: table;
    width: 30%;
    z-index: 2;
}

.Top001791 .header-top .logo a {
    display: table-cell;
    vertical-align: middle;
}

.Top001791 .header-top .logo img {
    max-height: 100%;
    max-width: 184px;
}

.Top001791 .top-search {
    position: relative;
    width: 180px;
    padding-left: 10px;
}

.Top001791 .top-search > * {
    height: 26px;
    line-height: 26px;
}

.Top001791 .top-search .text {
    width: 100%;
    background: #fff;
    border: #eee solid;
    border-width: 1px 0 1px 1px;
    padding: 0 32px 0 8px;
    font-size: 12px;
    color: #999;
}

.Top001791 .top-search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    background: url(../images/Top001791-btn.png) no-repeat center center;
}

.Top001791 .header-bottom {
    padding-bottom: 5px;
}

.Top001791 .header-menu {
    position: relative;
    z-index: 10;
    float: right;
}

.Top001791 .header-menu li {
    width: auto !important;
    background: url(../images/Top001791-li.png) no-repeat left center;
    padding-left: 75px;
    padding-right: 20px;
    position: relative;
}

.Top001791 .header-menu li:first-child {
    background: none;
    padding-left: 0;
}

.Top001791 .header-menu li em {
    font-size: 15px;
    line-height: 45px;
    text-align: left;
}

.Top001791 .header-menu li.aon em a {
    font-weight: bold;
}

.Top001791 .header-menu li.aon em a,
.Top001791 .header-menu li em a:hover {
    color: #3f51b5;
}


.Top001791 .header-bottom .header-menu .ul li .sub{ width:80%; left:26%;  overflow:hidden;position: absolute;background-color:rgba(255,255,255,.8);transition: transform 0.3s 0.3s;display: none;z-index: 999;}
.Top001791 .header-bottom .header-menu .ul li:hover .sub{ display:block;}
.Top001791 .header-bottom .header-menu .ul li .sub-menu{ padding:15px; text-align:center;}
.Top001791 .header-bottom .header-menu .ul li .sub-menu dt{ border-bottom:1px solid #e8e8e8;padding:8px 0;}
.Top001791 .header-bottom .header-menu .ul li .sub-menu dt:last-child{ border-bottom:0;}
.Top001791 .header-bottom .header-menu .ul li .sub-menu dt a{color:#666; transition:0.3s;}
.Top001791 .header-bottom .header-menu .ul li .sub-menu dt a:hover{ background:none; color:#3f51b5;font-weight:bold;}

@media(max-width:1024px) {
    .Top001791 #header-menu {
        position: fixed;
        left: 0;
        top: 0;
        border-top: 3px #c7000a solid;
        z-index: 10;
        width: 250px;
        height: 100%;
        background: rgba(255, 255, 255, 0.9);
        border-right: 1px solid #ccc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        opacity: 0;
        transform: translateX(-100%);
        transition: 0.3s;
        z-index: 105;
    }
    .Top001791 #header-menu.header-menu-show {
        opacity: 1;
        transform: translateX(0);
    }
    .Top001791 #header-menu li em a {
        position: relative;
        text-align: center;
        color: #555;
        border-bottom: 1px solid #ccc;
    }
    .Top001791 #header-menu li em a::before,
    .Top001791 #header-menu li em a::after {
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        top: 50%;
        margin-top: -2px;
        background-color: #c7000a;
    }
    .Top001791 #header-menu li em a::before {
        left: 10px;
    }
    .Top001791 #header-menu li em a::after {
        right: 10px;
    }
    .Top001791 .header-layer {
        position: fixed;
        left: 0;
        border-top: 3px #c7000a solid;
        top: 0;
        z-index: 101;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 0;
        width: 0;
        transition: opacity 0.3s;
    }
    .Top001791 .header-layer-on {
        opacity: 1;
        width: 100%;
    }
    .Top001791 .header-top .logo {
        height: 65px;
        width: auto;
        padding-right: 65px;
    }
    .Top001791 .open_menu {
        width: 45px;
        height: 35px;
        margin-left: 10px;
    }
    .Top001791 #open_menu {
        position: relative;
        width: 45px;
        height: 35px;
        background-color: #c7000a;
        border-radius: 4px;
        z-index: 103;
    }
    .Top001791 #open_menu.open_menu_on {
        position: fixed;
        top: 18px;
        right: 2%;
    }
    .Top001791 #open_menu i,
    .Top001791 #open_menu i::before,
    .Top001791 #open_menu i::after {
        background: #fff;
    }
    .Top001791 #open_menu i {
        left: 15%;
        width: 70%;
        height: 3px;
        margin-top: -1.5px;
    }
    .Top001791 #open_menu i::before {
        top: 8px;
    }
    .Top001791 #open_menu i::after {
        top: -8px;
    }
    .Top001791 .header-top dl dd {
        line-height: 35px;
    }
    .Top001791 .top-search > * {
        height: 35px;
        line-height: 35px;
    }
}

@media(max-width:640px) {
    .Top001791 .header-top .top-menu {
        display: none;
    }
}

@media(max-width:480px) {
    .Top001791 {
        padding-bottom: 34px;
        position: relative;
        z-index: 100;
    }
    .Top001791 .header-top {
        position: inherit;
    }
    .Top001791 .top-search {
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
    }
}


/*
 .Banner001804
 */

.Banner001804 {
    position: relative;
}

.Banner001804 .bg {
    background: url(../images/Banner001804-bottom.png)no-repeat center bottom;
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 150px;
    content: '';
    z-index: 99;
}

.Banner001804 .bx-wrapper {
    position: relative;
}

.Banner001804 li,
.Banner001804 li a {
    height: 700px;
}

.Banner001804 li {
    background-position: center top;
    background-repeat: no-repeat;
}

.Banner001804 li img {
    display: none;
    width: 100%;
}

.Banner001804 .bx-pager {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10%;
    z-index: 10;
    text-align: center;
    z-index: 9999;

}

.Banner001804 .bx-pager div {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

.Banner001804 .bx-pager div a {
    display: block;
    height: 15px;
    border-radius: 50%;
    line-height: 100px;
    overflow: hidden;
    background: #fff;
}

.Banner001804 .bx-pager div a.active {
    background: #49c1ec;
}

@media(max-width:1000px) {
    .Banner001804 li,
    .Banner001804 li a {
        height: auto;
    }
    .Banner001804 li {
        background: none !important;
    }
    .Banner001804 li img {
        display: block;
    }
}

@media(max-width:480px) {
    .Banner001804 .bx-pager div {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }
    .Banner001804 .bx-pager div a {
        height: 10px;
    }
}

/*
 .Floor002377
 */

.Floor002377 {
    padding-top: 32px;
}

.Floor002377 .wrap-head {
    position: relative;
    padding-bottom: 30px;
}

.Floor002377 .wrap-head h1 {
    margin: 0;
    font-size: 20px;
    color: #333;
    line-height: 32px;
    font-weight: normal;
    text-align: center;
}

.Floor002377 .wrap-head h1 em {
    position: relative;
    display: block;
    top: 6px;
    padding-right: 15px;
    font-size: 32px;
    color: #49c1ec;
    font-weight: lighter;
    font-style: normal;
    text-transform: uppercase;
}

.Floor002377 .tabs {
    padding-top: 23px;
}

.Floor002377 .tabs a {
    background-color: #f8f8f8;
    display: inline-block;
    margin-left: 25px;
    margin-bottom: 10px;
    height: 40px;
    padding: 0 60px;
    font-size: 16px;
    color: #666;
    line-height: 40px;
    border-radius: 0 15px 0 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.Floor002377 .tabs a.on,
.Floor002377 .tabs a:hover {
    background: #727ec4;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #49c1ec, #e265ae);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #49c1ec, #e265ae);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
}

.Floor002377 .wrap-container {
    position: relative;
    z-index: 3;
    padding-top: 0px;
}

.Floor002377 .list {
    display: none;
    padding: 0 30px;
    overflow: hidden;
}

.Floor002377 ul li {
    position: relative;
    padding: 0 2%;
    text-align: center;
}

.Floor002377 ul li .pic {
    width: 100%;
    height: 100%;
}

.Floor002377 ul li .pic img {
    border-radius: 5px;
}

.Floor002377 ul li .word {
    padding-top: 15px;
}

.Floor002377 ul li .word h3 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.Floor002377 ul li .word h3 a {
    color: #333;
}

.Floor002377 ul li .word h3 a:hover {
    color: #49c1ec;
}

.Floor002377 ul li .word dl {
    padding-top: 5px;
    font-size: 14px;
    color: #999;
    line-height: 1.5;
}

.Floor002377 ul li .pic img {
    max-height: 100%;
    width: auto;
    position: relative;
    top: 0;
    transition: top .5s ease-in-out;
    -webkit-transition: top .5s ease-in-out;
    -ms-transition: top .5s ease-in-out;
    -moz-transition: top .5s ease-in-out;
}

.Floor002377 ul li .pic:hover img {
    top: -15px;
}

.Floor002377 .btn {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    color: #c5c5c5;
}

.Floor002377 .icon-prev {
    left: -8%;
}

.Floor002377 .icon-next {
    right: -8%;
}

.Floor002377 .btn:hover {
    color: #e165ae;
}

@media only screen and (max-width:1408px) {
.Floor002377 .icon-prev {
    left: -1%;
}

.Floor002377 .icon-next {
    right:-1%;
}
}

@media only screen and (max-width:1264px) {
.Floor002377 .icon-prev {
    left:0%;
}

.Floor002377 .icon-next {
    right:0%;
}
}

@media only screen and (max-width:1200px) {
.Floor002377 .icon-prev {
    left:-2%;
}

.Floor002377 .icon-next {
    right:-2%;
}
}

@media only screen and (max-width:767px) {
    .Floor002377 {
        background: none;
    }
    .Floor002377 .wrap-head {
        text-align: center;
    }
    .Floor002377 ul li .word {
        height: auto;
    }
}

@media only screen and (max-width:480px) {
    .Floor002377 ul li .word h3,
    .Floor002377 ul li .word .price {
        font-size: 16px;
    }
    .Floor002377 ul li .word .price,
    .Floor002377 ul li .more {
        margin-top: 10px;
    }
}

@media only screen and (min-width:768px) {
    .Floor002377 {
        padding-top: 82px;
    }
    .Floor002377 .wrap-head h1 {
        font-size: 24px;
        line-height: 42px;
    }
    .Floor002377 .wrap-head h1 em {
        font-size: 42px;
        top: 10px;
        padding-right: 30px;
    }
    .Floor002377 .tabs {
        text-align: center;
    }
    .Floor002377 .wrap-container {
        padding-top: 40px;
    }
}

@media only screen and (min-width:1024px) {
    .Floor002377 {
        padding-top: 112px;
    }
    .Floor002377 .wrap-head h1 {
        font-size: 26px;
        line-height: 48px;
    }
    .Floor002377 .wrap-head h1 em {
        font-size: 48px;
    }
    .Floor002377 .wrap-container {
        padding-top: 50px;
    }
}

@media only screen and (min-width:1280px) {
    .Floor002377 {
        padding-top: 132px;
    }
    .Floor002377 .wrap-head h1 {
        font-size: 28px;
        line-height: 54px;
    }
    .Floor002377 .wrap-head h1 em {
        font-size: 54px;
    }
    .Floor002377 .wrap-container {
        padding-top: 60px;
    }
}

@media only screen and (min-width:1440px) {
    .Floor002377 {
        padding: 2% 0 4%;
    }
    .Floor002377 .wrap-head h1 {
        font-size: 30px;
        line-height: 60px;
    }
    .Floor002377 .wrap-head h1 em {
        font-size: 40px;
    }
    .Floor002377 .list {
        padding: 0;
    }
    .Floor002377 .wrap-container {
        padding-top: 3%;
    }
}


/*
 .Bottom002281
 */

.Bottom002281 {
    background: #727ec4;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #49c1ec, #e265ae);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #49c1ec, #e265ae);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 1% 0;
}

.Bottom002281,
.Bottom002281 a {
    color: #fff;
    line-height: 2;
}

.Bottom002281 .left {
    padding: 17px 0 0;
}

.Bottom002281 .logo {
    max-width: 52px;
}

.Bottom002281 .tel {
    padding: 15px 20px 0;
    font-size: 15px;
    line-height: 1.3;
}

.Bottom002281 .tel span {
    display: block;
    font-size: 23px;
}

.Bottom002281 dl,
.Bottom002281 p {
    font-size: 14px;
    margin: 5px 0;
}

.Bottom002281 dl a {
    position: relative;
    display: inline-block;
    margin-left: 25px;
}
.Bottom002281 .right p a{ margin: 0 10px;}
.Bottom002281 dl a + a:before {
    background: #d5a9e4;
    position: absolute;
    top: 30%;
    left: -13px;
    width: 1px;
    height: 45%;
    content: "";
}

.Bottom002281 .code{width:8%;float:right;position: relative;}
.Bottom002281 .code img{width:58px;position: absolute;right:0;top:16px;}

@media only screen and (max-width:767px) {
    .Bottom002281 .wrap-container {
        padding: 3% 2%;
    }
    .Bottom002281,
    .Bottom002281 .right {
        text-align: center;
    }
    .Bottom002281 .logo {
        margin: 0 auto;
    }
    .Bottom002281 .left {
        padding: 0;
    }
}

@media only screen and (min-width:768px) {
    .Bottom002281 .logo,
    .Bottom002281 .tel {
        float: left;
    }
    .Bottom002281 .left {
        float: left;
        width: 40%;
    }
    .Bottom002281 .right {
        padding-top: 14px;
        float: right;
        width: 52%;
        text-align: right;
        /*padding-right: 8%;*/
    }

}

@media only screen and (min-width:1255px) {
    .Bottom002281 .wrap-container {
        padding: 30px 60px;
    }
}

/*
 .Banner002291
 */

.Banner002291 {
    overflow: hidden;
}

.Banner002291 span {
    display: none;
}

.Banner002291 img {
    max-width: none;
    width: 155%;
    margin-left: -27.5%;
}

@media only screen and (min-width: 768px) {
    .Banner002291 img {
        width: 150%;
        margin-left: -25%;
    }
}

@media only screen and (min-width: 1024px) {
    .Banner002291 img {
        width: 140%;
        margin-left: -20%;
    }
}

@media only screen and (min-width: 1200px) {
    .Banner002291 {
        height: 300px;
    }
    .Banner002291 img {
        display: none;
    }
    .Banner002291 span {
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        height: 300px;
        width: 100%;
    }
}

/*
 .Menu002517
 */

.Menu002517 {
    border-radius: 0 50px 0 50px;
    overflow: hidden;
}

.Menu002517 .side-title {
    background: #727ec4;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #49c1ec, #e265ae);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #49c1ec, #e265ae);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    font-size: 26px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
}

.Menu002517 .side-title span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
}

.Menu002517 .side-title span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
}

.Menu002517 .side-title i {
    background: url(../images/Menu002517-bg.png)no-repeat center center;
    position: absolute;
    display: block;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}

@media(min-width:1025px) {
    .Menu002517 .side-title {
        padding-top: 40px;
        height: 140px;
    }
    .Menu002517 .side-title span {
        font-size: 16px;
        color: #bcc0f1;
    }
    .Menu002517 {
        position: relative;
        z-index: 10;
        margin-top: -46px;
    }
}

.Menu002517 .side-menu {
    background: #fafafa;
    padding-bottom: 45px;
}

.Menu002517 .side-menu li {
    border-bottom: 1px solid #eee;
}

.Menu002517 .side-menu li a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 3;
    font-weight: lighter;
    text-align: center;
    transition: 0.2s;
}

.Menu002517 .side-menu li a:hover,
.Menu002517 .side-menu li a.aon{
    color: #3f51b5;
    font-weight: bold;
}


.Menu002517 .side-menu ol{background-color: #e8e8e8;width:100%;display: none;}
.Menu002517 .side-menu ol li{}
.Menu002517 .side-menu ol li a{font-size: 14px;color:#666;}

@media(max-width:1024px) {
    .Menu002517 .side-title {
        padding: 10px 0;
    }
    .Menu002517 .side-menu {
        display: none;
    }
    /*移动端 滚动导航*/
    .Menu002517 #side-menu .owl-item {
        float: left;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }
    .Menu002517 #side-menu .owl-stage-outer {
        position: relative;
        overflow: hidden;
    }
    .Menu002517 #side-menu .owl-stage {
        position: relative;
        touch-action: manipulation;
    }
    .Menu002517 #side-menu {
        background: #fff;
        padding: 0 20px;
        position: relative;
    }
    .Menu002517 #side-menu li a {
        float: left;
        line-height: 40px;
        padding: 0 30px;
    }
    .Menu002517 #side-menu li.aon a {
        background: #3765a8;
        box-shadow: inset 3px 3px 20px rgba(0, 0, 0, 0.3);
        color: #fff;
    }

    .Menu002517 #side-menu .owl-nav button {
        position: absolute;
        top: 0;
        height: 100%;
        width: 18px;
        border: none;
        background: #3765a8;
        box-shadow: inset 3px 3px 20px rgba(0, 0, 0, 0.3);
        color: #fff;
        cursor: pointer;
        padding: 0;
        font-size: 24px;
    }
    .Menu002517 #side-menu .owl-nav button.owl-prev {
        left: 0;
    }
    .Menu002517 #side-menu .owl-nav button.owl-next {
        right: 0;
    }
    .Menu002517 #side-menu .disabled {
        display: none;
    }
}

@media(max-width:480px) {
    .Menu002517 #side-menu li a {
        padding: 0 20px;
    }
}


/*
 .Location001933
 */

.Location001933 h4 {
    background: #fff;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 4% 2% 2% 0;
    font-size: 28px;
    color: #e365ad;
    line-height: normal;
    font-weight: lighter;
}

.Location001933 h4::after {
    background: #eee;
    display: block;
    position: absolute;
    top: 64%;
    width: 900px;
    height: 1px;
    content: '';
    z-index: -1;
}

.Location001933 h4 span {
    margin-left: 10px;
    text-transform: uppercase;
    color: #999;
    font-size: 18px;
    font-weight: lighter;
}

@media(max-width:640px) {
    .Location001933 h4 {
        font-size: 20px;
    }
    .Location001933 h4 span {
        font-size: 16px;
    }
}

/*
 .RighInfo002226
 */

.RighInfo002226 {
    padding: 3% 0;
}

.RighInfo002226 .con {
    font-size: 15px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

.RighInfo002226 .pic {
    float: right;
    margin-left: 4%;
}
/*
 .Floor001806 为demo编号
 */
.Floor001806{ padding:5% 0 6%; background:#f5f6fd;}
.Floor001806 h1{ margin:0 0 25px 0; font-size:30px; font-weight:normal;line-height:24px;}
.Floor001806 h1 a{ color:#49c1ec; }
.Floor001806 h1 span{ font-size:24px; color:#ccc; margin-left:10px; font-weight:normal; text-transform:uppercase; }
.Floor001806 section{ float:left; width:49%; margin-right:2%; background:#fff; padding:3% 2% 1%;}
.Floor001806 section:nth-child(2n){ margin-right:0;}
.Floor001806 dd{ position:relative; padding:18px 0;}
.Floor001806 .dd1{padding:0;}
.Floor001806 dd:last-child{ border-bottom:0;}
.Floor001806 dd time{ float:left;width:90px; margin-right:10px; background:#49c1ec; color:#fff; display:block; height:30px; line-height:30px; text-align:center; border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px;}
.Floor001806 dd a{ line-height:24px; overflow:hidden; display:block; white-space:nowrap; text-overflow:ellipsis; font-size:14px; color:#666;}
.Floor001806 dd a:hover{color:#49c1ec;}

.Floor001806 figure a{ display:block; position:relative;}
.Floor001806 figure .Ispic{ padding-bottom:50%;}
.Floor001806 figure .Ispic img{ display:none;}
.Floor001806 figure h3{ font-weight:normal; color:#fff; width:100%;  font-size:16px; background:rgba(0,0,0,0.6); padding:10px 10px;overflow:hidden; display:block; white-space:nowrap; text-overflow:ellipsis; position:absolute; left:0; bottom:-16px;}
@media(max-width:1000px){
.Floor001806 section{ margin-bottom:3%; width:49%; margin-right:2%;}
.Floor001806 .box_1{ float:none; width:auto; margin-right:0;}
}
@media(max-width:480px){
.Floor001806 section{ float:none; width:auto; margin-right:0;}
}
/*
 .PicList001759 为demo编号
 */
.PicList001759{ padding-top:1%;}
.PicList001759 li{ padding-bottom:3%;  }
.PicList001759 li a{ position:relative; display:block; background-color:#f5f6fd; color:#333; overflow:hidden; padding:26px 20px 26px 267px; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s;transition:0.3s;}
.PicList001759 li a:hover{ /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #49c1ec, #e265ae);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #49c1ec, #e265ae);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
.PicList001759 li time{ color:#999; text-align:center; position:absolute; left:20px; top:35px;}
.PicList001759 li time span{ display:block; color:#5c5c5c; border-bottom:1px solid #999; line-height:normal; font-size:35px; padding-bottom:5px;}
.PicList001759 li img{ position:absolute; left:97px; top:26px; width:144px; height:87px;}
.PicList001759 li h5{ margin:0; font-size:18px; color:#333; padding-bottom:10px;}
.PicList001759 li i{ display:block; width:42px; height:1px; background-color:#888;}
.PicList001759 li p{ margin-bottom:0; font-size:14px; line-height:24px; height:48px; overflow:hidden;}
.PicList001759 li span.nopic{ position:absolute; left:97px; top:26px; width:144px; height:87px;}
.PicList001759 li a:hover *{ color:#fff !important;}
.PicList001759 li a:hover i{ background-color:#fff;}
.PicList001759 li a:hover time span{ border-bottom-color:#fff;}
@media(max-width:480px){
.PicList001759 li a{ padding:15px 15px 15px 97px;}
.PicList001759 li img{ position:relative; left:0; top:0; width:100%; height:auto; display:block;}
.PicList001759 li h5{ margin-top:3%;}
}
/*
 .Page002193 为demo编号
 */
.Page002193{zoom:1; overflow:hidden; text-align:center; padding:30px 0 5%; text-align:center;}
.Page002193 span{ padding:0px 3px; display:inline-block;}
.Page002193 a{ display:inline-block; margin:0px 2px; border:1px solid #ededed; padding:0 1em; color:#666; line-height:35px; border-radius:3px;transition: .3s ease-out;}
.Page002193 a:hover{ color:#fff; border:1px solid #e365ad; background:#e365ad;}
.Page002193 .p_cur,.Page002193 .p_count,.Page002193 .p_total,.Page002193 .p_jump,.Page002193 .a_first,.Page002193 .a_end{ display:none;}
.Page002193 .p_cur b{ color:#e365ad;}
.Page002193 .p_count b{ color:#e365ad;}
.Page002193 .p_total b{ color:#e365ad;}
.Page002193 .p_page em{ font-style:normal;}
.Page002193 .p_page em a{}
.Page002193 .p_page em a.a_cur{ color:#fff; background:#e365ad; border-color:#e365ad;}
.Page002193 .p_page b{ font-weight:normal;}
/*
 .RighInfo002228 为demo编号
 */
.RighInfo002228{ padding:1% 0 0%;}
.RighInfo002228 .single-header{ text-align:center;}
.RighInfo002228 .single-header h1{ color:#333; font-size:18px; margin:0 0 10px 0; font-weight:normal;}
.RighInfo002228 .single-header h3{color:#999; font-size:14px; margin:0; font-weight:normal; position:relative; text-align:center;}
.RighInfo002228 .single-content{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden; font-size:14px; line-height:24px; color:#666; padding-top:2%;}
.RighInfo002228 .single-content p{ text-indent:2em; margin:0; padding:8px;}
.RighInfo002228 .single-content h5{ font-size:14px; margin:1% 0;}
.RighInfo002228 .single-content .no-textindent{ text-indent:0;}
.RighInfo002228 .fr{ float:none;}
.RighInfo002228 .col2+.col2{ margin-top:10px;}
@media(max-width:950px){
  .RighInfo002228 .auto{ padding:0 2%;}
}
@media screen and (min-width:465px){
    .RighInfo002228 .col2{ width:48%;}
	.RighInfo002228 .fr{ float:right;}
	.RighInfo002228 .col2+.col2{ margin-top:0;}
}
@media screen and (min-width:768px){
  .RighInfo002228 .single-header h1{ font-size:24px;}
  .RighInfo002228 .single-header h3{ font-size:14px;}
  .RighInfo002228 .single-header h3:after{ background-color:#f3eee9; position:absolute; top:50%; z-index:1; margin-top:0;}
  
}
@media screen and (min-width:1024px){
  .RighInfo002228 .single-header h1{ font-size:30px;}
}
/*
 .Form000573 为demo编号
 */
.Form000573{ padding-bottom:3%;}
.Form000573 .message{width:600px;}
.Form000573 .title{ text-align:left; font-size:24px; padding:2% 0 10px;color:#7d0f0f;width: 600px;float: left;}
.Form000573 .title span{ font-family:"Arial"; font-size:24px; text-transform:uppercase; display:block; color:#c1c1c1;}
.Form000573 .from{width: 50%;float: left;}
.Form000573 .right{width: 50%;float:left;padding-top: 2%;}
.Form000573 .right .img{float:left;padding-top:1%;}
.Form000573 .right .img img{border-radius:10px;}
@media(max-width:640px){
.Form000573 .title{font-size:18px;}
.Form000573 .title span{ font-size:14px;}
}
.Form000573 .from h1{ margin:0; font-weight:normal;border-bottom:1px solid #d1d1d1; font-size:16px; padding-left:15px; height:35px;}
.Form000573 .from h1 span{ border-bottom:3px solid #b12e33; padding-bottom:0.8em; display:inline-block; height:36px;}
.Form000573 .from .btn{ cursor:pointer; border:none;padding:3% 15%;border-radius: 10px; font-size:14px; color:#fff; background:#e365ad;}
.Form000573 .from .f_name{ width:80px; padding-right:15px;color:#4d4d4d;}
.Form000573 .from td{  line-height:35px; padding-top:3%; vertical-align:top;}
.Form000573 .from .text{ width:90%; border:1px solid #eaeaea; height:35px; line-height:35px; padding:0 2%; border-radius:3px;}
.Form000573 .from .textcode{ width:80px;}
.Form000573 .from .text:focus{ border-color:#d0d0d0;  transition:all ease 0.5s;}
.Form000573 .from textarea.text{ width:90%; height:175px;}
.Form000573 .from i{ color:#19ad66; font-style:normal;}
.Form000573 .form_err{color:#df2130;}

/*Map002516 */
.Map002516 .map{border: 1px solid #ECECEC;padding: 5px;}
.Map002516 .map #allmap{ height:400px;}
.Map002516 .map #allmap *{ box-sizing:content-box;}
.Map002516 .map #allmap img{ max-width:none;}
.Map002516 .ul_con li{ float:left; width:100%; padding:1% 0 3%; border-bottom:1px #efefef solid;}
.Map002516 .ul_con li:nth-child(2n){ border-bottom:none;}
.Map002516 .ul_con li p:after{ content:""; height:2px; background:#3f51b5; width:40px; position:relative; top:6px; left:0; display:block;}
.Map002516 .ul_con p.pre{ font-size:14px; color:#666; margin-bottom:6px; padding-top:8px;}
.Map002516 .ul_con p.pre{ font-size:14px; color:#666; margin-bottom:6px; padding-top:8px;}
.Map002516 .ul_con p.pre:after{height:0px;}
.Map002516 .ul_con p.pre .name{ color:#333; width:60px; display:inline-block;}
.Map002516 .ul_con li .name:after{ content:""; height:18px; background:#efefef; width:1px; position:relative; top:0px; left:50px; display:block; margin-top:-18px;}
@media(min-width:641px){
.Map002516 .ul_con li{ float:left; width:100%; padding:3% 0; border-bottom:1px #efefef solid;}
}
.Map002516 .ul_con li div{ padding-left:50px; background-repeat:no-repeat; background-position:left center;}
.Map002516 .ul_con li.location div{ background-image:url(../images/Map002516_address.png); background-size:34px 34px;}
.Map002516 .ul_con li.call div{ background-image:url(../images/Map002516_call.png); background-size:34px 34px;}
.Map002516 .ul_con li p{ margin:0;  color:#333; font-size:18px; margin-bottom:10px;}
@media(max-width:640px){
.Map002516 .map #allmap{ height:280px;}
}
/*
 .RighInfo002223 为demo编号
 */
.RighInfo002223{
	background-color: #fff;
}
.RighInfo002223 .auto{
	padding-top: 1%;
	padding-bottom: 3%;
}

.RighInfo002223 .ul{ 
	margin: 0; clear: both;
}
.RighInfo002223 .ul li{
	font-size:14px;line-height:2.245;
}
.RighInfo002223 .ul li span{
	font-family:Arial;font-size:16px;color:#1f71c3;font-weight:bold;
}

.RighInfo002223 p{
	line-height:1.8;font-size:14px;color:#666;margin:10px 0px 18px;clear:both; text-indent:2em;
}
.RighInfo002223 p span{ font-weight:100; color:#e365ad}
@media screen and (min-width: 1024px){
	.RighInfo002223 .h3{
		font-size: 24px;
	}
	.RighInfo002223 .pic{
	  width:23.765%;
    }
    .RighInfo002223 .con{
	   width:71.235%;
    }
	
}
@media screen and (min-width: 768px){
	.RighInfo002223 .h3:after,.RighInfo002223 .h3:after{ margin: 25px 0;}
   .RighInfo002223 .h4{
	font-size:18px; margin-top: 55px;
   }
   .RighInfo002223 .pic{
   	    float:right;width:30.765%;
   }
   .RighInfo002223 .con{
   	    float:left;
   	     width:64.235%;
   }
}
/*
 .TextList001729 为demo编号
 */
.TextList001729 .tips{ padding:10px 0; font-size:14px;position:relative;}
.TextList001729 .tips h1{ margin:0; font-weight:normal; font-size:18px; color:#e365ad;}

.TextList001729 .search{ position:absolute; right:0; top:50%; margin-top:-25px;width:26.6%; height:46px; border:2px solid #999; }
.TextList001729 .search input{border:none; }
.TextList001729 .search .text{ width:100%; height:42px; line-height:42px; padding:0 56px 0 10px; background:none; color:#999;}
.TextList001729 .search .btn{ cursor:pointer; position:absolute; right:0; top:0; width:56px; height:100%; background:url(../images/TextList001729-search.png) no-repeat center center; padding:0;}

.TextList001729 ol.type{ margin-top:1%;}
.TextList001729 .type{display:table; width:100%;}
.TextList001729 ol.type{font-size:16px; background-color:#e365ad; color:#fff;}
.TextList001729 .type li{ display:table-cell; vertical-align:middle;text-align:center; padding-top:10px; padding-bottom:10px; line-height:24px;}
.TextList001729 ul.type li{cursor:pointer;}
.TextList001729 .type li:nth-child(1){width:12%;}
.TextList001729 .type li:nth-child(2){ width:11%;}
.TextList001729 .type li:nth-child(3){ width:10%;}
.TextList001729 .type li:nth-child(4),
.TextList001729 .type li:nth-child(5),
.TextList001729 .type li:nth-child(6),
.TextList001729 .type li:nth-child(7){width:13%;}
.TextList001729 .type li:nth-child(8){ width:15%;}
.TextList001729 .type li:nth-child(1),
.TextList001729 .type li:nth-child(8){ padding-left:2%; text-align:left !important;}
.TextList001729 ul.type li:nth-child(8){background:url(../images/TextList001729-icon_close.png) no-repeat 90% center;}
.TextList001729 ul.type#On li:nth-child(8){ background-image:url(../images/TextList001729-icon_open.png);}
.TextList001729 .list{border-bottom:1px solid #e5e5e5;}
.TextList001729 .list .con{ display:none;border-top:1px solid #e5e5e5; overflow:hidden; font-size:14px; padding:2%;}
.TextList001729 .btn_apply{ padding:10px 0;}
.TextList001729 .btn_apply a{ display:inline-block; max-width:180px; width:40%; height:50px; line-height:50px; text-align:center; color:#fff; background-color:#e365ad; font-size:18px; border-radius:3px;}
@media(max-width:1000px){
.TextList001729 .type li:nth-child(2),
.TextList001729 .type li:nth-child(5),
.TextList001729 .type li:nth-child(6){ display:none;}
.TextList001729 .type li{ width:20% !important;}
}
@media(max-width:768px){
.TextList001729 .search{ position:relative; margin-top:10px; top:auto; width:auto;}
.TextList001729 .type li:nth-child(7){ display:none;}
.TextList001729 .type li{ width:24% !important;}
.TextList001729 .type li:nth-child(8){ width:28% !important;}
}
@media(max-width:480px){
.TextList001729 .type li:nth-child(3){ display:none;}
.TextList001729 .type li{ width:30% !important;}
.TextList001729 .type li:nth-child(8){ width:40% !important;}
.TextList001729 ol.type{font-size:15px;}
.TextList001729 .btn_apply a{font-size:16px; height:40px; line-height:40px;}
.TextList001729 ul.type li:nth-child(8){ background-size:16px auto;}
}
/*
 .PicList000729 为demo编号
 */
 .PicList000729{ padding-bottom:3%;}
.PicList000729 li{ float:left; width:33.334%;text-align:center; padding:2.5% 0 3% ; border-right:1px solid #EFEFEF; border-bottom:1px solid #EFEFEF; }
.PicList000729 li:nth-child(3n){border-right:none;}
.PicList000729 li:hover{ border:3px #e365ad solid;}
.PicList000729 li figure{ padding:0 8%;}
.PicList000729 li figure em{ display:block; background-repeat:no-repeat; background-position: center center; background-size:cover; padding-bottom:106%;}
.PicList000729 li h5,
.PicList000729 li p{ margin:0; }
.PicList000729 li h5{ font-size:14px; padding:10px 0;}
.PicList000729 li span{color: #e365ad;border: 1px solid #e365ad;border-radius: 5px;padding: 0 10px;display: inline-block; line-height:2;}
.PicList000729 li p{ color:#666; padding-bottom:10px;}
.PicList000729 li a:hover{ color:#e365ad;}
.PicList000729 li a:hover span{ color:#fff;background-color:#e365ad;}
@media(max-width:640px){
.PicList000729 li{width:32%;}
.PicList000729 li:nth-child(4n){ margin-right:2%;}
.PicList000729 li:nth-child(3n){ margin-right:0;}
}
@media(max-width:480px){
.PicList000729 li{width:49%;}
.PicList000729 li:nth-child(3n){ margin-right:2%;}
.PicList000729 li:nth-child(2n){ margin-right:0;}
}
 /*.Form002324 为demo编号
 */
.Form002324{ position:absolute; background:rgba(0,0,0,0.5); width:100%;height: 100%; top:0; left:0; z-index:99;}
.Form002324 .wrap-container{ position:fixed; top:50%;margin-top: -243.5px; width:600px; height:487px; margin-left:-300px; left:50%; background:#fff; z-index:100;}
.Form002324 .closeBtn{ position:absolute; top:20px; right:20px; height:17px; width:17px; display:block; background:url(../images/Form002324-colseBtn.jpg) no-repeat;}
.Form002324 .Title{ font-size:24px; color:#555555; text-align:center; line-height:100px;}
.Form002324  input{ display:block; border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;-webkit-border-radius:2px; color:#6e6e6e; border:1px solid #dcdcdc; height:43px; line-height:33px; padding:5px 10px 5px 50px; margin:0 auto 23px; width:348px;}
.Form002324 .Loginname{ background:url(../images/Form002324-mico.png) no-repeat 11px 11px;}
.Form002324 .Loginpwd{ background:url(../images/Form002324-mico.png) no-repeat 11px -53px;}
.Form002324 .yzm{ width:350px; margin:0 auto;}
.Form002324 .Lyzm{ float:left; width:126px; padding-left:20px;}
.Form002324 .yzm a{ float:left; margin-left:10px; color:#0277ba; line-height:42px;}
.Form002324 .yzm img{ display:inline-block; vertical-align:top; max-width:117px; width: 50%; margin-right:16px; height:42px;}
.Form002324 .goTo{ width:350px; margin:0 auto;}
.Form002324 .goTo a{ float:left; color:#969696; line-height: 12px;margin-bottom: 20px;}
.Form002324 .goTo .gozc{ float:right;}
.Form002324 .goLogin{ width:350px; margin:0 auto; color:#fff; text-align:center; line-height:42px; font-size:20px; display:block; background:#6e6e6e;}
.Form002324 .OtherLogin{ width:350px; margin:0 auto;}
.Form002324 .OtherLogin a{ display:inline-block; color:#969696; vertical-align:top; font-size:12px; padding-left:24px; line-height:55px; height:55px;}
.Form002324 .OtherLogin .Loginweico{ margin-right:13px; background:url(../images/Form002324-mico2.png) no-repeat 0 19px;}
.Form002324 .OtherLogin .Loginqq{ margin-right:0; background:url(../images/Form002324-mico2.png) no-repeat 0 -25px;}
@media only screen and (max-width:664px ) {
	.Form002324 .wrap-container{top:0;margin-top: 0; width:100%; height:100%; margin-left:0; left:0; padding: 5%;}
	.Form002324 input,.Form002324 .yzm,.Form002324 .goTo,.Form002324 .goLogin,.Form002324 .OtherLogin{ width: 100%;}
	.Form002324 .OtherLogin{ text-align: center;}
	.Form002324 .Lyzm{ width: 90px;}
	.Form002324 .Title{ font-size: 20px; line-height: 70px;}
	
}
/*
 .RighInfo002207 为demo编号
 */
.RighInfo002207{ font-size:14px; padding-bottom:3%; padding-top:1%;}
.RighInfo002207 ol,.RighInfo002207 ul{ list-style:none;}
.RighInfo002207 .top{ border-bottom:1px #eee solid; padding-bottom:4%;}
.RighInfo002207 .img{ float:left; width:26%;}
.RighInfo002207 .boxR{ padding-left:3%; width:74%; float:right;}
.RighInfo002207 .boxR .btn{ display:block; width:130px; height:34px; line-height:34px; text-align:center; color:#fff; background-color:#c02a05; margin-top:24px;}
.RighInfo002207 h3{ font-weight:bold; color:#333; text-transform:uppercase;-webkit-text-transform:uppercase; font-size:24px; padding-bottom:15px; margin:5px 0 15px 0;}
.RighInfo002207 h3:after{ content:""; height:1px; background:#3c89d9; width:18%; position:relative; left:0; top:6px; display:block;}
.RighInfo002207 .dl1{ padding:0px 0 20px;}
.RighInfo002207 .dl1 dt{ color:#333; font-size:18px;}
.RighInfo002207 .dl1 dd{ display:inline-block; font-size:14px; padding-top:10px; text-transform:uppercase; -webkit-text-transform:uppercase;}
.RighInfo002207 .dl1 dd i{ font-style:normal; color:#e365ad; padding-right:5px;}
.RighInfo002207 .dl2{ position:relative; min-height:30px; line-height:30px;}
.RighInfo002207 .dl2>dt{ position:absolute; top:0px; left:0;}
.RighInfo002207 .dl2>dd{ padding-left:70px;}
.RighInfo002207 .dl2 .color{ color:#c02a05;}
.RighInfo002207 .dl2 ol{ list-style:none;}
.RighInfo002207 .dl2 ol>li{ list-style:none; position:relative; padding-left:22px;}
.RighInfo002207 .dl2 ol>li>i{ background:url(../images/RighInfo002207-icon.png) no-repeat -46px -40px; display:block; position:absolute; left:0; top:5px; width:15px; height:18px;}
.RighInfo002207 .dl2 ol>li ul>li>i{ font-weight:bold; padding-right:5px; font-family:Microsoft YaHei; font-style:normal;}
.RighInfo002207 .daik_bz{ margin:3% 0 0;}
.RighInfo002207 .daik_bz h2{ font-size:18px; font-weight:bold; color:#3c89d9; line-height:1.2; text-align:center; margin:0; padding:10px 0;}
@media(max-width:1200px){
	.RighInfo002207 .daik_bz li{ padding-left:2%; padding-right:2%;}
	.RighInfo002207 .daik_bz li .num,.RighInfo002207 .daik_bz li em{ position:static; display:block; margin:0 auto;}
	.RighInfo002207 .daik_bz li em{ margin-top:5%; margin-bottom:3%;}
}
@media(max-width:1000px){
	.RighInfo002207 .daik_bz h2{ font-size:18px;}
	.RighInfo002207 .img{ float:none; width:100%; text-align:center;}
	.RighInfo002207 .boxR{ border-left:none; width:100%; float:none; border-top:1px solid #d3d3d3; padding-left:0; margin-left:0;}
	.RighInfo002207 .dl1 dd{ margin:0 1.5% 10px !important;}
	.RighInfo002207 .boxR .btn{ margin:5% auto;}
}
@media(max-width:640px){
	.RighInfo002207 .daik-case dl dt{ position:static; text-align:center; width:100%; margin-bottom:3%; margin-top:3%;}
	.RighInfo002207 .daik-case img{ float:none; display:block; margin:0 auto;}
	.RighInfo002207 .daik-case dl dd{ padding-left:0;}
}
.RighInfo002207 .table_box{ display:-webkit-box; text-align:center;}
.RighInfo002207  .table1_1 {
	width:40%;
	margin-right:2%;
	margin-top:2%;
}
.RighInfo002207  .table1_2 {
	width:60%;
}
.RighInfo002207  .table1_1 th {
	background-color:#3c89d9;
	background:linear-gradient(to right, #49c1ec, #e265ae);
	background:-webkit-linear-gradient(to right, #49c1ec, #e265ae);
	border:1px solid #eee;
	color:#fff;
	text-align:center
	
}
 .RighInfo002207 .table1_1,.table1_1 th,.table1_1 td
{
	font-size:14px;
	text-align:left;
	padding:8px 10px;
	border:1px solid #eee;
	border-collapse:collapse;
	color:#666;
	text-align:center;
}

.RighInfo002207  .table1_1 tr:nth-child(odd){
	background-color:#f8fbff;
}
.RighInfo002207  .table1_1 tr:nth-child(even){
	background-color:#fff;
}



.RighInfo001385 .auto p.tit{ background:url(../images/RighInfo001385_arrow.png) 0 0 no-repeat;}



/*
 .RighInfo_my 为demo编号
 */
.RighInfo_my{
    background-color: #fff;
}
.RighInfo_my .auto{
    padding-top: 1%;
}
.RighInfo_my .pic{
    margin-top: 20px;
}
.RighInfo_my .h3{
    color:#21AFE5;line-height:1.6;margin:0; font-size: 20px;
}
.RighInfo_my .h4{
    font-size:16px;color:#21AFE5;margin:30px 0px 0 0;
}
.RighInfo_my .h3:after,.RighInfo_my .h4:after{
    color:#21AFE5;width:50px;height:2px;background:#21AFE5;border:none;margin:15px 0px; content: ""; display: block;
}
.RighInfo_my .ul{ 
    margin: 0; clear: both;
}
.RighInfo_my .ul li{
    font-size:14px;line-height:2.245;
}
.RighInfo_my .ul li span{
    font-family:Arial;font-size:16px;color:#21AFE5;font-weight:bold;
}

.RighInfo_my p{
        font-size: 15px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

@media screen and (min-width: 1024px){
    .RighInfo_my .h3{
        font-size: 24px;
    }
    .RighInfo_my .pic{
      width:23.765%;
    }
    .RighInfo_my .con{
       width:71.235%;
    }
    
}
@media screen and (min-width: 768px){
    .RighInfo_my .h3:after,.RighInfo_my .h3:after{ margin: 25px 0;}
   .RighInfo_my .h4{
    font-size:18px; margin-top: 55px;
   }
   .RighInfo_my .pic{
        float:right;width:30.765%;margin-top:1%;
   }
   .RighInfo_my .con{
        float:left;
         width:64.235%;
   }
}


.law p{font-size: 16px;color: #666;line-height: 2;text-align: justify;text-indent: 2em;}

.site ul li{margin-bottom: 16px;list-style: none;}
.site ul li strong a{font-size: 16px;color:#DD67AF;padding-right: 10px;}
.site ul li span a{font-size: 15px;color:#666;}

.back{display: block;text-align: center;margin:0 auto;padding-top: 1%;}
.back a{font-size: 14px;color:#E067AF;}

/*
.TextList002322
*/
.TextList002322{ padding: 2% 0;}
.TextList002322 .list li{ position: relative; padding: 10px 100px 10px 0; line-height: 22px;}
.TextList002322 .list li *{ color: #999;}
.TextList002322 .list li time{ position: absolute; right: 0; top: 10px; display: block;}
.TextList002322 .list li a{position: relative; display: block; width: 100%;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; padding-left: 15px; }
.TextList002322 .list li a:before{ display: table; content: ">"; position: absolute; left: 0; top: 0; height: 100%; width: 20px;}
.TextList002322 .list li a:hover{ color: #2196f3;}
@media only screen and (max-width:767px ) { .TextList002322{ padding: 20px 3%;} }



.fix_other{ position: fixed; right: 0; top: 50%; width: 60px; z-index: 200;}
.fix_other li{width: 60px;height: 60px;margin: 4px 0px;position: relative; cursor: pointer;}
.fix_other li a{width: 60px;height: 60px;display: block;border-radius: 5px 0 0 5px; background: #727ec4;background: -webkit-linear-gradient(to right, #49c1ec, #e265ae);background: linear-gradient(to right, #49c1ec, #e265ae);}
.fix_other li span{width: 60px;height: 60px;background: url("../images/u4.png") no-repeat center;display: block;}
.fix_other li.l1_2 span{ background-image: url("../images/u5.png");}
.fix_other li figure{position: absolute;top: 0px;left: -118px;padding: 0 10px 0 0;display: none; text-align: center;}
.fix_other li figure div{ border: 1px solid #e265ae; text-align: center; padding: 5px;background: #fff;}
.fix_other li figure img{ display: block; width: 100px; height: 100px; margin: 0 auto;}


