/*
 .Mobile001172
 */

.Mobile001172 {
    position: relative;
    overflow: hidden;
}

.Mobile001172 header {
    position: relative;
    padding: 2% 0;
    z-index: 20;
}

.Mobile001172 header span {
    position: absolute;
    top: 0;
    height: 100%;
}

.Mobile001172 header span.icon_search {
    width: 23px;
    left: 2%;
    background: url(../images/Mobile001172-search.png) no-repeat center center;
    background-size: contain;
}

.Mobile001172 header span.icon_search.onShow {
    background: none;
}

.Mobile001172 header span.icon_search.onShow::before,
.Mobile001172 header span.icon_search.onShow::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    top: 50%;
    left: 0;
    transform: rotate(45deg);
    background-color: #408ee7;
}

.Mobile001172 header span.icon_search.onShow::before {
    transform: rotate(-45deg);
}

.Mobile001172 .search {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #fff;
    z-index: 100;
    border: solid 1px #ececec;
}

.Mobile001172 .search {
    padding: 3% 4%;
}

.Mobile001172 .search dl {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #eee;
}

.Mobile001172 .search dl .text {
    width: 100%;
    height: 40px;
    color: #999;
    line-height: 40px;
    padding: 0 60px 0 20px;
    border: none;
    background: none;
}

.Mobile001172 .search dl .btn {
    cursor: pointer;
    position: absolute;
    border: none;
    width: 50px;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../images/Mobile001172-search.png) no-repeat center center;
    background-size: auto 50%;
}

.Mobile001172 .logo {
    text-align: center;
}

.Mobile001172 .icon_menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 15%;
    max-width: 76px;
}

.Mobile001172 .icon_menu.menuOn {}

.Mobile001172 .icon_menu i,
.Mobile001172 .icon_menu::before,
.Mobile001172 .icon_menu::after {
    position: absolute;
    height: 4px;
    width: 34px;
    left: 20%;
    background-color: #408ee7;
}

.Mobile001172 .icon_menu i {
    width: 28px;
    top: 50%;
    left: 28%;
    margin-top: -2px;
}

.Mobile001172 .icon_menu::before,
.Mobile001172 .icon_menu::after {
    content: '';
}

.Mobile001172 .icon_menu::before {
    top: 36%;
}

.Mobile001172 .icon_menu::after {
    bottom: 36%;
}

.Mobile001172 .menu_close {
    display: block;
    position: relative;
    width: 15%;
    max-width: 76px;
    margin: 0 auto 50px;
}

.Mobile001172 .menu_close i,
.Mobile001172 .menu_close i::before,
.Mobile001172 .menu_close i::after {
    background-color: #408ee7;
    position: absolute;
    height: 4px;
    left: 0;
}

.Mobile001172 .menu_close i {
    background: none;
    top: 0;
    left: 0;
    margin-top: -2px;
}

.Mobile001172 .menu_close i::before,
.Mobile001172 .menu_close i::after {
    width: 40px;
    content: '';
}

.Mobile001172 .menu_close i::before {
    left: 0;
    transform: rotate(45deg);
}

.Mobile001172 .menu_close i::after {
    left: 0;
    transform: rotate(-45deg);
}

@media(max-width:480px) {
    .Mobile001172 .logo img {
        width: 50%;
    }
    .Mobile001172 header span.icon_search {
        width: 18px;
    }
    .Mobile001172 .search dl .text {
        height: 35px;
        line-height: 35px;
    }
    .Mobile001172 .icon_menu i,
    .Mobile001172 .icon_menu::before,
    .Mobile001172 .icon_menu::after {
        height: 2px;
    }
    .Mobile001172 .menu_close i::before,
    .Mobile001172 .menu_close i::after {
        width: 34px;
        height: 2px;
    }
}

@media(max-width:320px) {
    .Mobile001172 .icon_menu i,
    .Mobile001172 .icon_menu::before,
    .Mobile001172 .icon_menu::after {
        height: 3px;
        border-radius: 3px;
    }
}

.Mobile001172 .layer {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.Mobile001172 .Menu {
    position: absolute;
    right: -40%;
    transition: right ease-out 0.3s;
    width: 40%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    z-index: 50;
    background-color: #fff;
    border-left: 5px solid #408ee7;
}

.Mobile001172 .menuShow {
    top: 0;
    right: 0;
    padding-top: 80px;
}

.Mobile001172 .Menu ul {
    padding-bottom: 60%;
}

.Mobile001172 .Menu li {
    border-bottom: 1px solid #e5e5e5;
}

.Mobile001172 .Menu li a {
    display: block;
    color: #333;
    font-weight: lighter;
    text-align: center;
}

.Mobile001172 .Menu li > a {
    position: relative;
    padding: 10% 0;
    font-size: 24px;
}

.Mobile001172 .Menu a.aon {
    color: #408ee7;
}

.Mobile001172 .Menu li dl {
    display: none;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
}

.Mobile001172 .Menu li dd a {
    padding: 10px;
    font-size: 18px;
    color: #666;
}

@media(max-width:480px) {
    .Mobile001172 .Menu li > a {
        font-size: 15px;
    }
    .Mobile001172 .Menu li dd a {
        font-size: 14px;
    }
}

.Mobile001172 .banner li img {
    width: 100%;
    display: block;
}

.Mobile001172 .banner .bx-controls-direction {
    display: none;
}

.Mobile001172 .banner .bx-wrapper {
    position: relative;
}

.Mobile001172 .banner .bx-wrapper,
.Mobile001172 .banner .bx-viewport {
    z-index: 1;
}

.Mobile001172 .banner .bx-pager {
    padding: 10px 0;
    z-index: 10;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2%;
    text-align: center;
    overflow: hidden;
}

.Mobile001172 .banner .bx-pager div {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 15px;
}

.Mobile001172 .banner .bx-pager div a {
    position: relative;
    display: block;
    height: 15px;
    border-radius: 50%;
    text-indent: 5000px;
    border: 2px solid #fff;
}

.Mobile001172 .banner .bx-pager div a.active {
    background-color: #fff;
}

.Mobile001172 .banner .bx-pager div a.active::before {
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    height: 31px;
    width: 31px;
    border-radius: 50%;
    border: 2px solid #408ee7;
    content: '';
    z-index: 99;
}

.Mobile001172 .button {
    padding: 4% 2% 0 2%;
    overflow: hidden;
}

.Mobile001172 .button li {
    position: relative;
    float: left;
    width: 32%;
    margin-bottom: 2%;
    margin-right: 2%;
    text-align: center;
}

.Mobile001172 .button li:nth-child(3n) {
    margin-right: 0;
}

.Mobile001172 .button li a {
    position: absolute;
    width: 100%;
}

.Mobile001172 .button li a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    height: 100%;
}

.Mobile001172 .button li .icon {
    display: inline-block;
    padding: 40px;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
}

.Mobile001172 .button li p {
    margin: 20px 0;
    font-size: 24px;
    color: #666;
    font-weight: lighter;
}

@media(max-width:480px) {
    .Mobile001172 .button li {
        width: 30%;
        margin-right: 5%;
    }
    .Mobile001172 .button li .icon {
        padding: 35px;
    }
    .Mobile001172 .button li p {
        font-size: 16px;
    }
}

@media(max-width:375px) {
    .Mobile001172 .button li .icon {
        padding: 30px;
    }
}

.Mobile001172 footer {
    padding: 2% 0;
    border-top: 1px solid #eee;
}

.Mobile001172 footer p {
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 2;
    font-weight: lighter;
    margin: 0;
}

.Mobile001172 footer p a {
    color: #999;
}

@media(min-width:481px) {
    .Mobile001172 footer p {
        font-size: 18px;
    }
}

.Mobile001172 .layer {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 30;
}

/*
 .Banner001971
 */

.Banner001971 img {
    display: block;
    width: 100%;
}


/*
 .RighInfo001977
 */

.RighInfo001977 {
    padding: 2% 3%;
    min-height: 400px;
}

.RighInfo001977 .info {
    font-size: 20px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

/*
 .Floor002355
 */

.Floor002355 {
    padding: 0 0 50px 0
}

.Floor002355 ul {
    margin-top: 5%
}

.Floor002355 li {
    background: #fafafa;
    float: left;
    width: 48%;
    text-align: center;
    position: relative;
    margin: 10px 0;
    margin-right: 2.5%;
    height: 210px;
}

.Floor002355 li:nth-child(2n) {
    margin-right: 0
}

.Floor002355 li .pic {
    margin-top: 40px
}

/*
 .PicList000593
 */

.PicList000593 {
    padding: 3% 2%;
}

.PicList000593 li {
    float: left;
    width: 49%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 2%;
}

.PicList000593 li:nth-child(2n) {
    margin-right: 0;
}

.PicList000593 li .video_files {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.PicList000593 li .video_files video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.PicList000593 li .video_files .close {
    position: absolute;
    right: 3%;
    top: 3%;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #761b1b;
    cursor: pointer;
}

.PicList000593 li .video_files .close::before,
.PicList000593 li .video_files .close::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 70%;
    border-radius: 3px;
    background-color: #fff;
    left: 13px;
    top: 5px;
}

.PicList000593 li .video_files .close::before {
    transform: rotate(45deg);
}

.PicList000593 li .video_files .close::after {
    transform: rotate(-45deg);
}

.PicList000593 li figure {
    position: relative;
}

.PicList000593 li figure em {
    display: block;
    padding-bottom: 65%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.PicList000593 li figure a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.PicList000593 li figure a::before,
.PicList000593 li figure a::after {
    position: absolute;
    content: '';
    z-index: 5;
    top: 50%;
    left: 50%;
}

.PicList000593 li figure a::before {
    width: 70px;
    height: 70px;
    border: 3px solid rgba(255, 255, 255, 0.6);
    margin-left: -35px;
    margin-top: -35px;
    border-radius: 50%;
}

.PicList000593 li figure a::after {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid rgba(255, 255, 255, 0.6);
    margin-left: -5px;
    margin-top: -15px;
}

.PicList000593 li p {
    font-size: 18px;
    text-align: center;
}

@media(max-width:480px) {
    .PicList000593 li {
        width: 100%;
        float: none;
        margin-right: 0 !important;
    }
    .PicList000593 li figure a::before {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px;
    }
    .PicList000593 li figure a::after {
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 15px;
        margin-left: -5px;
        margin-top: -9px;
    }
}

@media(max-width:375px) {
    .PicList000593 li figure a::before {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
    }
}


/*
 .TextList001975
 */

.TextList001975 {
    padding: 3%;
}

.TextList001975 li {
    position: relative;
    padding: 2% 0;
    font-size: 18px;
    color: #999;
    border-bottom: 1px solid #eee;
}

.TextList001975 li .dot {
    margin-bottom: 2%;
    padding-right: 22%;
    font-size: 22px;
    color: #333;
}

.TextList001975 li time {
    position: absolute;
    right: 0;
    top: 30%;
}

@media(max-width:480px) {
    .TextList001975 li {
        font-size: 14px;
    }
    .TextList001975 li .dot {
        font-size: 16px;
    }
}


/*
 .PicList001994
 */

.PicList001994 li {
    position: relative;
    margin-bottom: 3%;
    padding: 2% 0;
}

.PicList001994 li:last-child {
    margin-bottom: 0;
}

.PicList001994 li div {
    position: relative;
    z-index: 1;
    padding-left: 33%;
    padding-right: 2%;
}

.PicList001994 li::before {
    position: absolute;
    content: '';
    width: 90%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #f5f4f4;
}

.PicList001994 li .Ispic {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
}

.PicList001994 li .dot {
    font-size: 24px;
    color: #333;
    font-weight: lighter;
}

.PicList001994 li time {
    display: block;
    margin: 2% 0;
    font-size: 18px;
    color: #408ee7;
}

.PicList001994 li p {
    margin: 0;
    font-size: 20px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
    height: 60px;
}

@media(max-width:640px) {
    .PicList001994 li .dot {
        font-size: 20px;
    }
    .PicList001994 li time {
        font-size: 16px;
    }
    .PicList001994 li p {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
}

@media(max-width:480px) {
    .PicList001994 .title {
        font-size: 18px;
    }
    .PicList001994 .title span {
        font-size: 24px;
    }
    .PicList001994 li .dot {
        font-size: 16px;
    }
    .PicList001994 li time {
        font-size: 14px;
    }
    .PicList001994 li .Ispic {
        width: 35%;
    }
    .PicList001994 li div {
        padding-left: 39%;
    }
}


/*
 .PicList002022
 */

.PicList002022 li {
    padding: 3% 0;
    border-bottom: 1px solid #e4e4e4;
}

.PicList002022 li div {
    position: relative;
    padding-left: 40%;
}

.PicList002022 li .Ispic {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 35%;
}

.PicList002022 li .dot {
    font-size: 22px;
    color: #333;
    font-weight: lighter;
}

.PicList002022 li p {
    font-size: 18px;
    color: #666;
    line-height: 36px;
    height: 70px;
    overflow: hidden;
    margin: 3% 0;
}

.PicList002022 li time {
    font-size: 16px;
    color: #999;
}

@media(max-width:480px) {
    .PicList002022 li .dot {
        font-size: 18px;
    }
    .PicList002022 li p {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
    .PicList002022 li time {
        font-size: 16px;
    }
}

@media(max-width:375px) {
    .PicList002022 li div {
        padding-left: 43%;
    }
    .PicList002022 li .Ispic {
        width: 40%;
    }
    .PicList002022 li .dot {
        font-size: 16px;
    }
    .PicList002022 li p {
        font-size: 12px;
    }
    .PicList002022 li time {
        font-size: 14px;
    }
}


/*
 .PicList001991
 */

.PicList001991 ul {
    overflow: hidden;
    padding: 3% 3% 0 3%;
}

.PicList001991 li {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.PicList001991 li:nth-child(2n) {
    margin-right: 0;
}

.PicList001991 li a {
    position: relative;
    display: block;
}

.PicList001991 li figure {
    padding-bottom: 55%;
    background-size: contain;
}

.PicList001991 li span {
    display: block;
    position: relative;
    padding: 4% 3% 0;
    font-size: 18px;
    color: #999;
    text-align: center;
}

.PicList001991 li span::after {
    background: #333;
    display: block;
    margin: 10px auto;
    width: 15px;
    height: 1px;
    content: '';
}

.PicList001991 li h2 {
    margin: 0;
    font-size: 22px;
    color: #666;
    font-weight: lighter;
    text-align: center;
}

@media(max-width:480px) {
    .PicList001991 li {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .PicList001991 li span {
        font-size: 14px;
    }
    .PicList001991 li h2 {
        font-size: 18px;
    }
}


/*
 .RighInfo001999
 */

.RighInfo001999 .title {
    background: #f8f8f8;
    padding: 2.5% 2%;
    border-top: 2px solid #408ee7;
    border-bottom: 1px solid #e6e6e6;
}

.RighInfo001999 .title h2 {
    background: url(../images/RighInfo001999-icon.png)no-repeat left center;
    background-size: contain;
    margin: 0;
    padding-left: 40px;
    font-size: 24px;
    color: #408ee7;
}

.RighInfo001999 .info {
    padding: 3% 1%;
    text-align: justify;
}

.RighInfo001999 .info h2 {
    font-size: 20px;
    color: #408ee7;
}

.RighInfo001999 .info p {
    margin: 0;
    font-size: 20px;
    color: #666;
    line-height: 2;
}

.RighInfo001999 .info p span {
    font-size: 18px;
    color: #408ee7;
}

.RighInfo001999 .map {
    position: relative;
    padding-bottom: 70%;
}

.RighInfo001999 .map #RighInfo001999 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.RighInfo001999 .map img {
    max-width: none;
}

@media (max-width:480px) {
    .RighInfo001999 .title h2 {
        font-size: 20px;
    }
    .RighInfo001999 .info h2 {
        font-size: 18px;
    }
    .RighInfo001999 .info p {
        font-size: 18px;
    }
}

/*
 .Demo001605
 */

.Demo001605 {
    padding: 30px 0;
}

.Demo001605 .tab {
    text-align: center;
}

.Demo001605 .tab a {
    background: #fbfbfb;
    position: relative;
    margin: 0 20px;
    padding: 10px 35px;
    font-size: 18px;
    color: #666;
    border: 1px solid #eee;
    border-radius: 6px;
}

.Demo001605 .tab a.aon {
    background: #408ee7;
    color: #fff;
    border-color: #408ee7;
}

.Demo001605 .tab a.aon::after {
    background: #408ee7;
    display: block;
    position: absolute;
    left: 46%;
    bottom: -5px;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    content: '';
}

/*
 .RighInfo002000
 */

.RighInfo002000 {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}

.RighInfo002000 .title {
    background: #f8f8f8;
    padding: 2.5% 2%;
    font-size: 20px;
    border-top: 2px solid #408ee7;
    border-bottom: 1px solid #e6e6e6;
}

.RighInfo002000 .title h2 {
    background: url(../images/RighInfo002000-icon01.png)no-repeat left center;
    background-size: contain;
    margin: 0;
    padding-left: 40px;
    font-size: 24px;
    color: #408ee7;
}

.RighInfo002000 .info {
    padding: 3% 2%;
    min-height: 400px;
    text-align: justify;
}

.RighInfo002000 .info h2 {
    font-size: 20px;
    color: #408ee7;
}

.RighInfo002000 .info p {
    margin: 0;
    font-size: 20px;
    color: #666;
    line-height: 2;
}

@media (max-width:480px) {
    .RighInfo002000 .title h2 {
        font-size: 20px;
    }
    .RighInfo002000 .info h2 {
        font-size: 18px;
    }
    .RighInfo002000 .info p {
        font-size: 18px;
    }
}

.mzzyTable .table{font-size: 16px; color: #333; margin:30px 0 70px;}
.mzzyTable .table{width: 100%;}
.mzzyTable .table td,.mzzyTable .table,.mzzyTable .table th{border-collapse: collapse; border: 1px solid #fff;}
.mzzyTable .table td,.mzzyTable .table th{padding: 0 3%;}
.mzzyTable .table td,.mzzyTable .table th{font-size: 18px; line-height: 3;vertical-align: middle;}
.mzzyTable .table th{background: #4aacc5; color: #fff;font-size: 18px;font-weight: normal;}
.mzzyTable .table .td1{width: 190px;}
.mzzyTable .table .tr1 td{ background: #e3f2f7; }
.mzzyTable .table .tr2{background: #eef6f8;}

.mzzyzl .ul li{padding-top: 50px;}
.mzzyzl .ul li .bt{position: relative;}
.mzzyzl .ul li .bt .bg{position: absolute; left: 10px;top: 0;width: 100%;height: 1px; background: #eee;}
.mzzyzl .ul li .bt span{display:inline-block; position: relative;z-index: 3;height: 46px;border-radius: 10px 0;line-height: 42px;font-size: 24px;padding: 0 22px; margin-bottom: 20px; background: #0087e1; color: #fff;}
.mzzyzl .ul li .h3{color: #333;}
.mzzyzl .ul li .dl dd{position: relative;padding-left: 30px;padding-bottom: 15px;font-size: 18px;}
.mzzyzl .ul li .dl dd .icon{position: absolute; height: 20px;width: 20px;font-style: normal; display: block;text-align: center;line-height: 20px;left: 0;top: 10px; border-radius: 5px 0; background: #008ae1; color: #fff;}

.mzzyzl .ul li.odd .bt span{background: #4aacc5;}
.mzzyzl .ul li.odd .dl dd .icon{background:#4aacc5;}

.appDoc .appTop{text-align: center;}
.appDoc .appCon{}
.appDoc .appCon h5{ margin: 10px 0;font-size: 24px;color: #236a9e;}
.appDoc .appCon p{font-size: 16px;color: #333333;}
.appDoc .appCon .appConL{background: #f8f8f8;padding: 40px;text-align: center;width: 100%;float: left; margin-bottom: 15px;}
.appDoc .appCon .appConR{float: right;}
.appDoc .appCon .appConR .appConRt{text-align: center;padding: 30px 100px;width: 100%;background: #f8f8f8;margin-bottom: 15px;}
.appDoc .appCon .appConR .appConRb{text-align: center;padding: 30px 100px;width: 100%;background: #f8f8f8; margin-bottom: 15px;}


/*
 .RighInfo001990
 */

.RighInfo001990 {
    padding: 3%;
}

.RighInfo001990 .title {
    margin-bottom: 3%;
    padding-bottom: 3%;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.RighInfo001990 .title h2 {
    margin: 0 0 10px;
    font-size: 22px;
    color: #333;
    font-weight: lighter;
}

.RighInfo001990 .title time {
    font-size: 18px;
    color: #999;
}

.RighInfo001990 .info {
    font-size: 20px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

.RighInfo001990 .info .back {
    display: block;
    font-size: 20px;
    color: #408ee7;
    text-align: center;
}

@media (max-width:480px) {
    .RighInfo001990 .title h2 {
        font-size: 18px;
    }
    .RighInfo001990 .title time {
        font-size: 16px;
    }
    .RighInfo001990 .info {
        font-size: 16px;
        line-height: 1.75;
    }
    .RighInfo001990 .info .back {
        font-size: 18px;
    }
}

/*
 .PicList002020
 */

.PicList002020 {
    padding: 0 2% 3%;
}

.PicList002020 li {
    position: relative;
    float: left;
    width: 50%;
}

.PicList002020 li:nth-child(2n) {
    margin-right: 0;
}

.PicList002020 li::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    border-top: 1px dashed #ccc;
    z-index: 10;
}

.PicList002020 li::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    content: '';
    border-right: 1px dashed #ccc;
}

.PicList002020 li:nth-child(2n)::after {
    display: none;
}

.PicList002020 li a {
    display: block;
    padding: 9%;
    position: relative;
    background-color: #fff;
}

.PicList002020 li figure {
    padding-bottom: 100%;
    background-size: contain;
    margin-bottom: 3%;
}

.PicList002020 li h1 {
    margin: 0;
    font-size: 22px;
    color: #333;
    font-weight: lighter;
    text-align: center;
}

@media(max-width:480px) {
    .PicList002020 li h1 {
        font-size: 16px;
    }
}

@media(max-width:375px) {
    .PicList002020 li h1 {
        font-size: 14px;
    }
    .PicList002020 li b {
        font-size: 12px;
    }
}

/*
 .Demo000934
 */

.Demo000934 .pic {
    margin-bottom: 3%;
    text-align: center;
}

.Demo000934 .info h2 {
    margin-bottom: 2%;
    font-size: 22px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.Demo000934 .info .tit {
    display: block;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.Demo000934 .info figure {
    margin: 3% 0;
    font-size: 16px;
    color: #666;
    line-height: 2;
    text-align: justify;
    border-top: 1px solid #eee;
}

.Demo000934 .info figure h2,
.Demo000934 .info .content h2 {
    font-size: 20px;
    color: #408ee7;
    text-align: left;
}

.Demo000934 .info .content {
    margin: 0 0 3%;
    font-size: 16px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

.Demo000934 .info .back {
    display: block;
    font-size: 18px;
    color: #408ee7;
    text-align: center;
}


#certify {
    margin: 20px auto 40px;
}

#certify .swiper-container {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

#certify .swiper-container img {
    vertical-align: top;
}

#certify .swiper-pagination {
    text-align: center;
    width: 94%;
    padding-top: 10px;
}

#certify .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}

#certify .swiper-slide .divboximg .imgtxt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
}

/*
 .Dct_Search
 */

.Dct_Search {
    margin: 30px 0;
    padding: 1% 0;
    border-top: 2px solid #3478c1;
    border-bottom: 2px solid #3478c1;
}

.Dct_Search .SelectBox {
    position: relative;
    float: left;
    width: 40%;
    margin-right: 2%;
}

.Dct_Search .SelectName {
    position: relative;
    padding-left: 15px;
    line-height: 40px;
    color: #666;
    border: 1px solid #ddd;
}

.Dct_Search .SelectName i.icon {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/zjdown.png') no-repeat center;
    z-index: 2;
    cursor: pointer;
}

.Dct_Search .SelectName i.iconOn {
    background-image: url('../images/zjup.png');
}

.Dct_Search .SelectList {
    background: #fff;
    position: absolute;
    display: none;
    width: 100%;
    z-index: 4;
    top: 40px;
    left: 0;
}

.Dct_Search .SelectList .ListBox {
    overflow-y: auto;
    border: 1px solid #ddd;
}

.Dct_Search .SelectList .ListBox .ul li {
    font-size: 14px;
    float: none;
    height: 40px;
    width: 285px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    border-bottom: 1px solid #eee;
}

.Dct_Search .btn {
    background: #3478c1;
    float: right;
    width: 15%;
    text-align: center;
}

.Dct_Search .btn a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}

.Dct_Search .DctSearchBox {
    position: relative;
    margin-top: 3%;
    padding: 0 50px 0 15px;
    border: 1px solid #ddd;
}

.Dct_Search .DctSearchBox input {
    background: none;
    display: block;
    border: none;
    width: 100%;
    color: #666;
    line-height: 40px;
}

.Dct_Search .DctSearchBox a {
    background: url(../images/searchbtn01.png) no-repeat center;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}


/*
 .Demo001735
 */

.Demo001735 {
    
}

.Demo001735 li {
    background: #f8f8f8;
    position: relative;
    margin: 0 0 30px;
    padding: 4% 4% 4% 35%;
    border-radius: 20px;
    overflow: hidden;
}

.Demo001735 li .img {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    padding-bottom: 100%;
}

.Demo001735 li .h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: normal;
    color: #555;
}

.Demo001735 li .h4 {
    margin: 0;
    font-size: 16px;
    color: #999;
    font-weight: normal;
    padding-top: 5px;
}

.Demo001735 li .h4 span {
    display: inline-block;
    padding-right: 10px;
}

.Demo001735 li .txt {
    color: #888;
    padding: 10px 0;
    line-height: 1.5em;
}

.Demo001735 li .time {
    color: #6b9cc0;
}


/*
 .Demo001755
 */

.Demo001755 {
    padding: 2% 0;
}

.Demo001755 .pic {
    float: left;
    width: 25%;
    border-radius: 20px;
}

.Demo001755 .pic img {
    width: 100%;
    border-radius: 20px;
}

.Demo001755 .info {
    float: right;
    width: 70%;
}

.Demo001755 .info h3 {
    margin: 0;
    font-size: 30px;
    color: #333;
    font-weight: normal;
}

.Demo001755 .info h4 {
    font-size: 20px;
    color: #999;
    font-weight: normal;
}

.Demo001755 .info h4 span {
    margin-right: 20px;
    color: #666;
}

.Demo001755 .info p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

.Demo001755 b {
    display: block;
    font-size: 18px;
    color: #408ee7;
}

.Demo001755 table {
    margin: 30px 0 20px;
    width: 100%;
    border: 1px solid #eee;
}

.Demo001755 table tr {
    font-size: 18px;
    line-height: 2;
    border-bottom: 1px solid #eee;
}

.Demo001755 table tr:first-child {
    background: #236a9e;
    color: #fff;
}

.Demo001755 table th {
    font-weight: normal;
    border-right: 1px solid #eee;
}

.Demo001755 table th span {
    display: block;
    line-height: auto;
}

.Demo001755 article {
    font-size: 16px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

.Demo001755 .back {
    display: block;
    font-size: 20px;
    color: #408ee7;
    text-align: center;
}

.Pages{ text-align:center; padding:3% 0;}
.Pages a{ background-color:#408ee7; color:#fff; line-height:32px; width:35%; display:inline-block; text-align:center; border-radius:10px;}

.list_list{ padding:3%}
.list_list ul li{ padding:10px 0; border-bottom: 1px solid #eee; position:relative}
.list_list ul li:before{ content:''; display:inline-block; width:5px; height:5px; position:absolute; top:20px; background-color:#408ee7; border-radius:100px;}
.list_list ul li a{ display:block; padding-left:10px;}
.list_list ul li span{ float:right; opacity:0.7; padding-left:10px;}



.RighInfo002522 .title{ margin:2% 0 4%; font-size:18px; color:#333;text-indent:0.5em;border-left: solid 3px #236a9e}
.RighInfo002522 .title1{ margin:2% 0; font-size:22px; color:#333;text-indent:0.5em;border-left: solid 3px #236a9e}
.RighInfo002522 .list{margin:0}
.RighInfo002522 .list dl{ width:100%; margin-bottom:1%; min-height:50px;}
.RighInfo002522 .list dt{position:absolute;}
.RighInfo002522 .list dt::before{content:''; position:absolute; right:-20px; width:14px;height:40px; display:block;background: url(../images/321.png)}
.RighInfo002522 .list dl:nth-child(9) dt::after{content:none;}

.RighInfo002522 .list dt b{ display:block;width:40px; height:40px;line-height:40px; border-radius:50%; background:#236a9e; color:#fff; font-size:18px; position:relative; overflow:hidden;  text-align:center;}
.RighInfo002522 .list dt b::after{ position:absolute; content:''; width:20px; height:7px; background:#d2232a; bottom:0; right:0;}
.RighInfo002522 .list dd p{ color:#333; margin:0;}
.RighInfo002522 .list dd { padding-left:70px; padding-top:10px;}
.RighInfo002522 p{font-size: 13px;margin: 6px 0;}
.RighInfo002522 .open_menu,
.RighInfo002522 .open_menu1{position: absolute; right:0; top:20px;}
.RighInfo002522 .open_menu::before,
.RighInfo002522 .open_menu1::before{content:''; width:0; height:0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top:6px solid #236a9e; border-bottom:0px solid #236a9e;}
.RighInfo002522 .open_menu.on,
.RighInfo002522 .open_menu1.on{ top:0px;}
.RighInfo002522 .open_menu.on::before,
.RighInfo002522 .open_menu1.on::before{ border-top:0; border-bottom:6px solid #236a9e;}

.RighInfo002522 .none{display: none}
.RighInfo002522 .none.on{display: block}
.RighInfo002522 .none1{display: none}
.RighInfo002522 .none1.on{display: block}
.jobtitle .img .h5{text-align: center;line-height: 73px;font-size: 22px;border-bottom: 1px solid #eee;font-weight: normal;color: #333;border-top: 1px solid #eee;}
.jobtitle .img .notreg .title,
.jobtitle .img .coniof .title{margin:4% 0 0%; font-size:22px; color:#236a9e;}
.jobtitle .img .notreg p,
.jobtitle .img .coniof p{font-size: 16px;margin: 6px 0;text-indent:1em;}
.RighInfo002522 .fl,.RighInfo002522 .fr{ margin:4% 0; position:relative}

.RighInfo002522 .list dl{margin:1%;}

.jobtitle{ border:1px solid #eee; margin:2%}
.jobtitle .h3{font-size: 22px;color: #333;font-weight: normal;text-align: center;line-height:73px;border-bottom: 1px solid #eee;}
.jobtitle .img{padding:0px 0 20px;}

.Job .selectJob{ padding:2%;overflow: hidden;}
.Job .selectJob select{float: left; width:48%; border: 1px solid #236a9e;height: 40px;color: #333;font-size:16px;padding: 0 10px;}

.JobList{ padding:2%}

.Job dl dd{float: left;}
.Job .ul .JobTop{padding:12px 10px; border-bottom: 1px solid #eee; cursor: pointer;} 
.Job .ul .first .JobTop{background: #236a9e; color: #fff;}
.Job .dd1{width:70%; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.Job .dd2{width:30%;height: 24px;line-height: 24px; position:relative}


.Job .dd2 .icon{display: inline-block;font-style: normal; position: absolute; right: 0;top: 0;
 background: url('../images/jzjup.png') no-repeat center; width: 100px; height:100%;}

.Job li.on .dd2 .icon{background-image: url('../images/jzjdown.png'); color: #1e5aa2;}
.Job .ul .JobCon{padding:2%;display: none;border-bottom: 1px solid #eee;background: #fff;} 
.Job .ul .jobBtn{display: block; width: 110px; line-height: 26px; background: #d2232a;border-radius: 20px; text-align: center; color: #fff;margin: 0 auto;}
.Job li{background: #f9f8f8;}

.RighInfo002450 .bt{;margin: 3% 0 1.5%;position: relative;background: #f8f8f8}
.RighInfo002450 .bt span{display:block;position: relative;z-index: 3;height: 38px;border-radius: 10px 0;line-height: 38px;font-size: 18px;width: 240px;padding-left: 22px;background: #088e8e;color: #fff;font-weight: bold;}
.RighInfo002450 h2{font-weight: normal;font-size: 20px;color: #088e8e;margin:2% 0;position: relative;
text-indent:1em;line-height:28px;background: url(../images/backto1.png) no-repeat center left;    text-align: left;}


.RighInfo002450 img{}
.RighInfo002450 p{font-size: 16px;color: #555;margin:10px 0;    text-align: left;}
.RighInfo002450 img.fr{float: right}
.RighInfo002450 .fl{float: left}
.RighInfo002450 .fr{float: right}

.RighInfo002450 .fl,.RighInfo002450 .fr {width:49%;}
.RighInfo002450 p.fl{width:50%;text-indent: 2em;/* height: 80px; */background: #f8f8f8;padding: 11.4% 2%;margin: 0;}
.RighInfo002450 img.fr{width:46%}

.RighInfo002450 h3 {font-weight: normal;font-size: 16px;margin: 0;line-height: 32px;margin-bottom: 4px;    text-align: left;}
.RighInfo002450 h3 span{width:100px;background:#088e8e;color: #fff;display: block;float: left;margin-right: 10px;text-align: center}
.RighInfo002450 h4 {font-weight: normal;font-size: 16px;margin: 0;line-height: 32px;margin-bottom: 4px;text-align: left}
.RighInfo002450 h4 span{width:30px;border-radius:3px; background:#088e8e;color: #fff;display: block;float: left;margin-right: 10px;text-align: center}