﻿@charset "utf-8";
@font-face {
    font-family: "syrh";
    src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Regular.svg") format("svg");
}

@font-face {
    font-family: "yuweij";
    src: url('../fonts/YuWeiShuFaXingShuJianTi-1.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "Anton-Regular";
    src: url('../fonts/Anton-Regular-2.ttf') format('truetype');
    /* Safari, Android, iOS */
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    font-size: 16px;
    color: #333;
    width: 100%;
    zoom: 1;
    /* padding-top: 100px; */
}

ul,
li,
form,
dl,
dt,
dd,
div,
ul,
li,
p,
em,
i,
address {
    font-style: normal;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

select,
input,
textarea,
button {
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #333;
    font-family: Microsoft YaHei, arial, sans-serif;
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    border: 0px;
    outline: none;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
fxigcaption,
address {
    display: block;
}


/*html5设置*/

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    border: none;
    border: 0;
    vertical-align: middle;
}

a {
    color: #333333;
    text-decoration: none;
    transition: all ease 0.3s;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #1f64dc;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}


/*单行文本省略号*/

.dot {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dot2,
.dot3,
.dot4 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.dot2 {
    -webkit-line-clamp: 2;
}


/*多行文本省略号*/

.dot3 {
    -webkit-line-clamp: 3;
}

.dot4 {
    -webkit-line-clamp: 4;
}


/*input字体*/

 :-moz-placeholder {
    color: #999999;
}

 ::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #d9d9d9;
    text-indent: 1em;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    color: #999999;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
    display: none;
}


/*网页滚动条*/

 ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -webkit-overflow-scrolling: touch;
    /* background-color: #cae0ed; */
    background: url(../images/touch_barbg.jpg) center;
    background-repeat: repeat-y;
}

 ::-webkit-scrollbar-track {
    /* background-color: #cae0ed; */
}

 ::-webkit-scrollbar-thumb {
    border-radius: 2px;
    width: 6px;
    height: 18px;
    /* background-color: #1f64dc; */
    background: url(../images/thumb.png) bottom no-repeat;
}

 ::-webkit-scrollbar-button {
    height: 0px;
    background-color: #cae0ed;
}


/*effict*/

.Scale-img {
    overflow: hidden;
    cursor: pointer;
    zoom: 1;
    overflow: hidden;
}

.Scale-img img,
.Scale-img span {
    opacity: 1;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
}

.Scale-img:hover img,
.Scale-img:hover span {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    top: 0px;
    left: 0px;
}

.effict {
    transition: all ease 0.3s;
}

.imgbox {
    overflow: hidden;
    position: relative;
    /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/
}

.imgbox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgbox img {
    width: auto !important;
    max-height: 100%;
}


/*pages*/

.Pages {
    text-align: center;
    margin: 50px 0;
    font-size: 14px;
    color: #666666;
}

.Pages a {
    height: 34px;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    line-height: 34px;
    color: #666;
    margin: 5px 2px;
}

.Pages a:hover {
    background: #1f64dc;
    color: #fff;
    border: 1px solid #1f64dc;
}

.Pages a.a_cur {
    background: #1f64dc;
    color: #fff;
    border: 1px solid #1f64dc;
}

.Pages .num a {
    width: 40px;
    padding: 0;
}

.Pages .num {
    font-style: normal;
}

.Pages .p_count {
    height: 34px;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    line-height: 34px;
}

@media(max-width:992px) {
    .Pages a {
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        margin: 5px 0;
    }
    .Pages .num a {
        width: 30px;
    }
}


/*pages end*/

.Contain {
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
}

@media(max-width:1024px) {
    body {
        font-size: 14px;
    }
}

@keyframes move {
    0%,
    65% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    70% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    75% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    85% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    90% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    95% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes move {
    0%,
    65% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    70% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    75% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    85% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    90% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    95% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


/*Top*/

.Header {
    /* position: fixed; */
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 100;
    transition: all 0.3s;
    z-index: 9999;
    transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
}

.Header:after {
    height: 1px;
    content: '';
    width: 100%;
    background-color: #e8ecf3;
    position: absolute;
    top: 146px;
    left: 0;
}


/* .Header .auto {
    padding: 0 40px 0 8.2%;
} */

.Header.fix {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.Header .m-btn {
    display: none;
    cursor: pointer;
    padding: 15px 5px;
    border-radius: 5px;
    z-index: 999;
    margin-top: 15px;
    margin-left: 10px;
}

.Header .m-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #1f64dc;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    -o-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    transition: all 200ms cubic-bezier(.4, 0, 0, 1);
}

.Header .m-btn span::before,
.m-btn span::after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    background: #1f64dc;
    position: absolute;
    left: 0;
    -webkit-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    -o-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    transition: all 200ms cubic-bezier(.4, 0, 0, 1);
}

.Header .m-btn span:before {
    top: -8px;
}

.Header .m-btn span:after {
    bottom: -8px;
}

.Header .m-btn.active span {
    background: transparent;
}

.Header .m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    -o-transform: rotate(-48deg) translate(-6px, 5px);
    width: 24px;
}

.Header .m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -5px);
    -webkit-transform: rotate(48deg) translate(-6px, -5px);
    -o-transform: rotate(48deg) translate(-6px, -5px);
    width: 24px;
}

.Search {
    position: relative;
    /* display: none; */
}

.Search .Searchico {
    cursor: pointer;
    color: #fff;
    width: 30px;
    height: 30px;
    background: #1f64dc;
    /* margin: 58px 0; */
    margin-top: 60px;
    text-align: center;
    line-height: 28px;
}

.Search .Searchico:hover {
    opacity: 0.8;
}

.Search .Searchico .close {
    display: none;
}

.Search .Searchico.on .search {
    display: none;
}

.Search .Searchico.on .close {
    display: inline-block;
}

.Search .searchbox {
    background: #fff;
    width: 350px;
    line-height: 34px;
    position: absolute;
    right: 0px;
    top: 150px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    box-sizing: border-box;
    padding-right: 60px;
}

.Search .searchbox .input {
    width: 100%;
    height: 40px;
    line-height: 38px;
    text-indent: 1em;
}

.Search .searchbox .input::-webkit-input-placeholder {
    color: #959595;
}

.Search .searchbox .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 40px;
    color: #fff;
    border-radius: 0 4px 4px 0;
}

.Search .searchbox .btn img {
    width: 20px;
}

.Search .searchbox.on {
    opacity: 1;
    visibility: visible;
    top: 101px;
}

.Header .Logo {
    padding: 25px 0;
}

.Header .Slogen {
    font-family: PangMenZhengDao;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #ed9700;
    padding: 3.6% 0 0 3.6%;
}

.Header .goIndex {
    float: right;
    margin: 17px 14px 0;
    position: relative;
    background-color: #f8f8f8;
    width: 92px;
    text-align: center;
    height: 111px;
}

.Header .goIndex:after {
    content: '';
    width: 47px;
    height: 47px;
    box-shadow: 0px 3px 6px 0px rgba(150, 169, 181, 0.14);
    margin: 0 auto;
    border-radius: 50%;
    background: #fff url(../images/home.png) center no-repeat;
    position: absolute;
    top: 19px;
    left: 23px;
}

.Header .goIndex a {
    display: block;
    padding-top: 82px;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    position: relative;
    z-index: 10;
}

.Header .goIndex:hover {
    background-color: #0a4fbf;
}

.Header .goIndex:hover:after {
    background-color: #ffffff;
}

.Header .goIndex:hover a {
    color: #fff;
    transition: none;
}

.Header .OA {
    padding: 0 20px;
    margin: 56px 0;
    display: none;
}

.Header .OA img {
    width: 21px;
    height: 19px;
    display: block;
    margin: 0 auto;
}

.Header .OA a {
    display: block;
}

.Header .OA a p {
    font-size: 14px;
    line-height: 0px;
    letter-spacing: 0px;
    color: #0a50bd;
    margin-top: 15px;
}

.Header .qrBox {
    padding: 0 20px;
    position: relative;
    margin: 17px 0;
}

.Header .qrBox ul {}

.Header .qrBox ul li {
    float: right;
}

.Header .qrBox ul li a {
    display: none;
}

.Header .qrBox ul li a p {
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.Header .qrBox ul li.qr_gh {
    margin-left: 34px;
}

.Header .qrBox ul li.qr_wx a p {
    background: url(../images/ico_weichat.svg) center no-repeat;
    background-size: 130%;
}

.Header .qrBox ul li.qr_gh a p {
    background: url(../images/ico_message.svg) center no-repeat;
    background-size: cover;
}

.Header .qrBox ul li dl {
    text-align: center;
    padding: 10px;
    background-color: #f8f8f8;
    cursor: pointer;
}

.Header .qrBox ul li dl dd {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
}

.Header .qrBox ul li.qr_wx dd {
    color: #5abd55;
}

.Header .qrBox ul li.qr_gh dd {
    color: #0a4fbf;
}

.Header .qrBox ul li dl dt {}

.Header .qrBox ul li dl:hover {
    background-color: #0a4fbf;
}

.Header .qrBox ul li dl:hover dd {
    color: #fff;
}

.MainNav {}

.MainNav ul::after {
    content: '';
    display: block;
    clear: both;
}

.MainNav ul li {
    float: left;
    width: 14.28%;
    position: relative;
    line-height: 60px;
    text-align: center;
}

.MainNav ul li>a {
    color: #666;
    font-size: 16px;
    display: block;
}

.MainNav ul li::after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: #1f64dc;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
}

.MainNav ul li .NavPull {
    position: absolute;
    border-top: 2px solid #1f64dc;
    width: 230px;
    margin-left: -115px;
    left: 50%;
    background: #fff;
    box-sizing: border-box;
    display: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.MainNav ul li .NavPull dl dd {
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    padding: 0 10px;
}

.MainNav ul li .NavPull dl dd a {
    display: block;
    border-top: 1px dashed #e5e5e5;
}

.MainNav ul li .NavPull dl dd:hover {
    background: #1f64dc;
}

.MainNav ul li .NavPull dl dd:hover a {
    color: #fff;
    border-top: 1px solid #1f64dc;
}

.MainNav ul li .NavPull dl dd:first-child a {
    border-top: none;
}

.MainNav ul li:hover,
.MainNav ul li.onnav {
    background-color: #ed9700;
}

.MainNav ul li:hover>a {
    color: #fff;
}

.MainNav ul li.onnav>a {
    color: #fff;
}

@media(min-width:991px) {}

@media ( max-width:1680px) {
    .Header .auto {
        padding: 0 2% 0 3.2%;
    }
}

@media ( max-width:1366px) {}

@media(max-width:1200px) {
    .MainNav ul li>a {
        color: #666;
        font-size: 14px;
    }
    .Header .OA {
        padding: 0 10px;
        margin-right: 10px;
    }
}

@media ( max-width:1024px) {}

@media(max-width:992px) {
    .Header .Slogen {
        padding: 1% 0 0 3.6%;
    }
    .Header .goIndex {
        margin: 0 0 0 20px;
        width: auto;
        height: auto;
        background: none;
    }
    .Header .goIndex a {
        padding-top: 13px;
        height: 40px;
    }
    .Header .goIndex:after {
        width: 24px;
        height: 24px;
        top: 11px;
        left: 50%;
        transform: translateX(-50%);
    }
    .Search {
        position: static;
    }
    .Search .Searchico {
        margin-top: 16px;
    }
    .Header {
        height: 60px;
        line-height: 60px;
    }
    .Header.fix {
        position: fixed;
    }
    .Header:after {
        display: none;
    }
    .Header .Logo {
        padding: 0;
    }
    .Header .Logo img {
        height: 46px;
    }
    .Header .OA {
        margin: 12px 0 0;
    }
    .Header .OA a p {
        line-height: 26px;
        margin-top: 0;
    }
    .Header .qrBox {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .Header .qrBox ul li {
        position: relative;
    }
    .Header .qrBox ul li a {
        display: block;
    }
    .Header .qrBox ul li dl {
        padding: 0;
        background: none;
        position: relative;
    }
    .Header .qrBox ul li dl dt {
        display: none;
    }
    .Header .qrBox ul li dl dd {
        line-height: 20px;
    }
    .Header .qrBox ul li:hover dt {
        display: block;
        position: absolute;
        bottom: -60px;
        left: 0;
    }
    .Header .m-btn {
        display: block;
    }
    .Search .searchbox {
        top: 80px;
    }
    .Search .searchbox.on {
        top: 60px;
        right: 2%;
        width: 96%;
    }
    .MainNav {
        width: 0;
        background: #fff;
        position: absolute;
        top: 60px;
        right: 0;
        transition: all .5s;
        -webkit-transition: all .5s;
        overflow: hidden;
        height: calc(100vh - 60px);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }
    .MainNav ul {
        padding: 10px;
        height: 600px;
        overflow-y: scroll;
    }
    .MainNav ul li {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        line-height: 40px;
        font-size: 15px;
        min-width: 120px;
        text-align: left;
    }
    .MainNav ul li::after {
        height: 2px;
    }
    .MainNav ul li b {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../images/more1.png) no-repeat center right;
        position: absolute;
        right: 0;
        top: 0;
    }
    .MainNav ul li .NavPull {
        position: static;
        width: 100%;
        box-sizing: border-box;
        background: rgb(255, 255, 255);
        margin-left: 0;
        margin-bottom: 5px;
    }
    .MainNav ul li .NavPull dl dd {
        line-height: 30px;
        font-size: 13px;
        text-align: left;
        padding-left: 10px;
    }
    .MainNav.show {
        width: 60%;
    }
    .Header .lan ul {
        top: 60px;
    }
}

@media(max-width:768px) {
    .Header .qrBox ul li.qr_gh {
        margin-left: 12px;
    }
}

@media(max-width:640px) {
    .Header .Slogen {
        display: none;
        font-size: 14px;
        padding-left: 5px;
        padding-top: 10px;
    }
    .Header .goIndex {
        display: none;
    }
}

@media(max-width: 480px) {
    .Header .OA a p {
        font-size: 12px;
    }
    .Header .qrBox {
        padding: 0;
    }
    .Header .qrBox ul li dl dd {
        font-size: 12px;
    }
    .Header .qrBox ul li.qr_gh {
        margin-left: 10px;
    }
}

@media(max-width:414px) {
    .Header .Logo img {
        height: 40px;
    }
}

@media(max-width:375px) {
    .Search .Searchico {
        margin-top: 18px;
        width: 26px;
        height: 26px;
        line-height: 25px;
    }
    .Header .OA {
        padding: 0 5px;
    }
    .Header .Logo img {
        height: 34px;
    }
    .Header .m-btn {
        margin-left: 4px;
    }
}


/*Top*/


/* Bottom */

.Bottom {
    background: #32373d url(../images/bottom_bg.jpg) top center no-repeat;
    color: #fff;
}

.Bottom .BottomTop {}

.Bottom .BottomTop .BottomNav {
    overflow: hidden;
    border-bottom: 1px #3b4247 solid;
    padding: 45px 0;
}

.Bottom .BottomTop .BottomNav .link_tit {
    float: left;
    position: relative;
    font-size: 16px;
    line-height: 34px;
}

.Bottom .BottomTop .BottomNav .link_tit .arr {
    display: none;
}

.Bottom .BottomTop .BottomNav ul {
    float: left;
    margin-left: 44px;
}

.Bottom .BottomTop .BottomNav ul li {
    float: left;
    padding: 0 20px;
}

.Bottom .BottomTop .BottomNav ul li a {
    color: #aeafb0;
    font-size: 14px;
    line-height: 34px;
}

.Bottom .BottomTop .BottomNav ul li a:hover {
    color: #fff;
}

.Bottom .BottomTop .BottomNav ul li:first-child::before {
    display: none;
}

.Bottom .BottomTop .BottomCon {
    position: relative;
    padding: 66px 0;
    overflow: hidden;
}

.Bottom .BottomTop .BottomCon .item {
    width: 30%;
    float: left;
    box-sizing: border-box;
}

.Bottom .BottomTop .BottomCon .item:nth-child(2) {
    width: 40%;
    border-left: 1px #474d52 solid;
    border-right: 1px #474d52 solid;
    padding: 0px 7.7%;
}

.Bottom .BottomTop .BottomCon .item:nth-child(3) {
    padding-left: 7.7%;
}

.Bottom .BottomTop .BottomCon .item .tit {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.Bottom .BottomTop .BottomCon .item .tit:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 1px;
    width: 20px;
    background-color: #585e63;
}

.Bottom .BottomTop .BottomCon .item .tit a {
    font-size: 18px;
    color: #ffffff;
}

.Bottom .BottomTop .BottomCon .item p {
    line-height: 30px;
    font-size: 14px;
    color: #7a7d80;
}

.Bottom .BottomTop .BottomCon .item p img {
    width: 17px;
    margin-right: 10px;
}

.Bottom .BottomTop .BottomCon .footTop {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    background: #1f64dc;
    position: absolute;
    right: 0;
    bottom: 0;
}

.Bottom .BottomTop .BottomCon .footTop a {
    display: block;
}

.Bottom .Copy {
    font-size: 14px;
    color: #7f8284;
    text-align: center;
    padding: 20px 0px;
    background: url(../images/copyright_bg.png);
}

.Bottom .Copy a {
    color: #7f8284;
}

.Bottom .Copy a:hover {
    color: #fff;
}

@media(max-width:1440px) {
    .Bottom .BottomTop .BottomCon .footTop {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

@media(max-width:1024px) {
    .Bottom .BottomTop .BottomCon .item:nth-child(2) {
        padding: 0 4%;
    }
    .Bottom .BottomTop .BottomCon .item:nth-child(3) {
        padding-left: 4%;
    }
}

@media(max-width:992px) {
    .Bottom .BottomTop .BottomNav {
        padding: 0 0 20px 0;
    }
    .Bottom .BottomTop .BottomNav .link_tit {
        float: none;
        text-align: center;
    }
    .Bottom .BottomTop .BottomNav ul {
        float: none;
        overflow: hidden;
        margin-left: 0;
    }
    .Bottom .BottomTop .BottomCon {
        padding: 30px 0;
    }
    .Bottom .BottomTop .BottomCon .item {
        width: 32%;
    }
    .Bottom .BottomTop .BottomCon .item:nth-child(2) {
        padding: 0 2%;
        width: 36%;
    }
    .Bottom .BottomTop .BottomCon .item:nth-child(3) {
        padding-left: 2%;
    }
}

@media(max-width:768px) {
    .Bottom .BottomTop {
        padding: 20px 0;
    }
    .Bottom .BottomTop .BottomNav ul li {
        font-size: 14px;
        padding: 0 10px;
    }
    .Bottom .BottomTop .BottomCon {
        margin-top: 30px;
        padding: 0;
    }
    .Bottom .BottomTop .BottomCon .item {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .Bottom .BottomTop .BottomCon .item .tit {
        padding-bottom: 10px;
    }
    .Bottom .BottomTop .BottomCon .item .tit:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .Bottom .BottomTop .BottomCon .item:nth-child(2) {
        width: 100%;
        padding: 0;
        border: none;
    }
    .Bottom .BottomTop .BottomCon .item:nth-child(3) {
        padding: 0;
    }
    .Bottom .BottomTop .BottomCon .footTop {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .Bottom .Copy {
        padding: 15px 10px;
    }
}

@media(max-width:414px) {
    .Bottom .Copy {
        font-size: 12px;
    }
}


/* bottom */


/* HomeBan */

.HomeBan {}

.HomeBan .item {
    position: relative;
}

.HomeBan .item .imgbox {
    padding-top: 36.2%;
}

.HomeBan .item .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    z-index: 999;
    text-align: right;
}

.HomeBan .item .txt .txtbox {
    max-width: 1300px;
    width: 90%;
    color: #fff;
    display: none;
}

.HomeBan .item .txt .txtbox h1 {
    font-family: yuweij;
    font-size: 105px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 130px;
    letter-spacing: 0px;
    color: #0c5bd3;
    opacity: 0;
    transform: translateY(130px);
    -webkit-transform: translateY(130px);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.HomeBan .item .txt .txtbox h1:first-child {
    padding-right: 5%;
}

.HomeBan .item .txt .txtbox h2 {
    font-family: SourceHanSansCN-Light;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 2px;
    color: #1350b8;
    width: 40%;
    float: right;
    margin-top: 2%;
    opacity: 0;
    transform: translateY(130px);
    -webkit-transform: translateY(130px);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    text-align: right;
}

.HomeBan .item.active .txt .txtbox h1,
.HomeBan .item.active .txt .txtbox h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.HomeBan .slick-dots {
    bottom: 20px;
}

.HomeBan .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    position: relative;
    border-radius: 50%;
    border: none;
}

.HomeBan .slick-dots li button {
    width: 4px;
    height: 4px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.HomeBan .slick-dots li.slick-active button {
    background: #fff;
    width: 12px;
    height: 12px;
}

.HomeBan .slick-dots li.slick-active {
    border: none;
}

.slider {
    overflow: hidden;
}

.slick-arrow {
    font-size: 0;
    z-index: 10;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #eeeeee;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    transition: all ease 0.3s;
    color: #000;
}

.slick-arrow:hover {
    color: #fff;
    background-color: #1f64dc;
    border: 1px solid #1f64dc;
}

.slick-prev:before,
.slick-next:before {
    display: block;
    font-size: 20px;
    font-family: "宋体";
    font-weight: bold;
}

.slick-prev:before {
    content: '<';
}

.slick-next:before {
    content: '>';
}

.slick-prev {
    left: -80px;
}

.slick-next {
    right: -80px;
}

.slider:hover .slick-prev {
    left: 20px;
}

.slider:hover .slick-next {
    right: 20px;
}

@media(max-width:1440px) {
    .HomeBan .item .txt .txtbox h1 {
        font-size: 90px;
    }
    .HomeBan .item .txt .txtbox p {
        font-size: 18px;
        line-height: 30px;
    }
    .HomeBan .item .txt .txtbox h1:first-child {
        padding-right: 10%;
    }
}

@media(max-width:1200px) {
    .HomeBan .item .txt .txtbox h1 {
        font-size: 85px;
    }
}

@media(max-width:1200px) {
    .HomeBan .item .txt .txtbox h1 {
        font-size: 78px;
        line-height: 100px;
    }
}

@media(max-width: 992px) {
    .HomeBan .item .txt .txtbox h1 {
        font-size: 70px;
        line-height: 86px;
    }
}

@media(max-width:768px) {
    .HomeBan .item .txt .txtbox h1 {
        font-size: 56px;
        line-height: 80px;
    }
    .HomeBan .item .txt .txtbox h2 {
        font-size: 12px;
        line-height: 16px;
        margin: 5px 0;
    }
    .HomeBan .slick-dots {
        bottom: 0px;
    }
    .HomeBan .slick-dots li {
        width: 15px;
        height: 15px;
    }
    .HomeBan .slick-dots li.slick-active button {
        height: 4px;
        width: 4px;
    }
}

@media(max-width:414px) {
    .HomeBan .item .txt .txtbox h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .HomeBan .item .txt .txtbox h2 {
        width: 70%;
    }
}


/* HomeBan */


/*栏目页公用样式 s*/

.SubBan {
    position: relative;
    /* overflow: hidden; */
}

.SubBan .imgbox {
    padding-top: 18.4%;
}

.SubBan .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.SubBan .txt {
    width: 100%;
    position: absolute;
    top: 50%;
    color: #fff;
    line-height: 36px;
    font-size: 18px;
    z-index: 2;
    transform: translateY(-50%);
}

.SubBan .txt h1 {
    /*font-family: yuweij;*/
    font-size: 64px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 0px;
    color: #ffffff;
}

.SubBan .txt h2 {
    font-family: SourceHanSansCN-Light;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 2px;
    color: #ffffff;
    width: 50%;
    margin-top: 3%;
}

.SubBan .txt h3 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 0px;
    color: #ffffff;
}

@media(max-width:1366px) {
    .SubBan .txt h1 {
        font-size: 80px;
    }
    .SubBan .txt h2 {
        font-size: 16px;
        margin-top: 1%;
    }
    .SubBan .txt h3 {
        font-size: 54px;
    }
}

@media(max-width:1200px) {
    .SubBan .txt h1 {
        font-size: 70px;
    }
    .SubBan .txt h2 {
        font-size: 15px;
        margin-top: 1%;
        line-height: 30px;
    }
    .SubBan .txt h3 {
        font-size: 48px;
    }
}

@media(max-width:1024px) {
    .SubBan .txt h1 {
        font-size: 60px;
    }
    .SubBan .txt h2 {
        font-size: 14px;
        margin-top: 0;
        line-height: 22px;
    }
    .SubBan .txt h3 {
        font-size: 44px;
    }
}

@media(max-width:992px) {
    .SubBan .txt h3 {
        font-size: 40px;
    }
}

@media(max-width:768px) {
    .SubBan .txt h1 {
        font-size: 46px;
        line-height: 50px;
    }
    .SubBan .txt h2 {
        font-size: 14px;
        margin-top: 0;
        line-height: 20px;
        width: 80%;
    }
    .SubBan .txt h3 {
        font-size: 38px;
    }
}

@media(max-width:640px) {
    .SubBan .txt h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .SubBan .txt h3 {
        font-size: 36px;
    }
}

@media(max-width:414px) {
    .SubBan .txt h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .SubBan .imgbox {
        padding-top: 40%;
    }
    .SubBan .txt h2 {
        font-size: 12px;
    }
    .SubBan .txt h3 {
        font-size: 30px;
    }
}

@media(max-width:360px) {
    .SubBan .txt h1 {
        font-size: 32px;
        line-height: 46px;
    }
    .SubBan .txt h3 {
        font-size: 28px;
    }
}


/* 内页banner */

.ColumnName {
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #1f64dc;
    display: none;
    line-height: 38px;
    position: relative;
}

.ColumnName span {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 22px;
}

.ColumnName .arr {
    position: absolute;
    width: 30px;
    right: 10px;
    top: 0;
    transition: all ease 0.3s;
}

.ColumnName .iconfont {
    font-size: 20px;
}

.ColumnName.on .arr {
    dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
    -ms-transform: translate(0, -3px) rotate(-180deg) !important;
    -o-transform: translate(0, -3px) rotate(-180deg) !important;
    transform: translate(0, -3px) rotate(-180deg) !important;
}


/* 二级菜单 */

.SubMenu {
    line-height: 90px;
    background-color: #eeeeee;
    clear: both;
    text-align: center;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.SubMenu .ColumnName {
    display: none;
}

.SubMenu ul {
    float: left;
}

.SubMenu li {
    float: left;
    position: relative;
    margin-right: 10px;
}

.SubMenu li:after {
    position: absolute;
    content: '';
    right: -10px;
    width: 1px;
    height: 12px;
    background-color: #ababab;
    opacity: 0.51;
    top: 50%;
    transform: translateY(-50%);
}

.SubMenu li:last-child:after {
    display: none;
}

.SubMenu li a {
    z-index: 1;
    position: relative;
    z-index: 1;
    display: block;
    font-size: 17px;
    padding: 0 30px;
    color: #666;
    font-weight: bold;
}

.SubMenu li .bg {
    position: absolute;
    z-index: 0;
    width: 100%;
    bottom: 0px;
    height: 0;
    left: 0;
    background: #fff;
    transition: all ease 0.3s;
    font-size: 0;
}

.SubMenu li:hover .bg,
.SubMenu li.onli .bg {
    height: 100%;
}

.SubMenu li a:hover,
.SubMenu li.onli a {
    color: #1f64dc;
}

@media(max-width:1024px) {
    .SubMenu {
        line-height: 60px;
    }
    .SubMenu li a {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .SubMenu li a {
        padding: 0 16px;
    }
}

@media(max-width:640px) {
    .SubMenu .ColumnName {
        display: block;
    }
    .SubMenu {
        border-bottom: 0;
        background: none;
        line-height: 35px;
    }
    .SubMenu ul {
        display: none;
        float: none;
        background: #f7f7f7;
        margin: 0;
        padding: 0 15px;
    }
    .SubMenu li {
        text-align: left;
        width: auto;
        float: none;
        border-bottom: 1px solid #e0e0e0;
    }
    .SubMenu li:after {
        display: none;
    }
    .SubMenu li a {
        font-size: 16px;
        padding: 0 0 0 12px;
        border-left: 0;
        border-right: 0;
        line-height: 35px;
        height: auto;
    }
    .SubMenu li .bg {
        display: none;
    }
    .SubMenu li:last-child {
        border-bottom: 0;
    }
}

.SubCon {
    overflow: hidden;
}


/* 首页内容 */

.HomeCon {}

.Clinic_service {
    background: #fff;
    padding: 1.85% 0 0 0;
}

.Clinic_service .c_left {
    width: 60%;
    float: left;
}

.Clinic_service .c_left .tit {
    float: left;
}

.Clinic_service .c_left .tit .tit_cn p {
    width: 66px;
    font-family: MicrosoftYaHei;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    /* color: #595f65; */
    background-image: -webkit-gradient(linear, left top, right bottom, from(#2bcd8a), to(#3a81fd));
    /* 背景色渐变 */
    -webkit-background-clip: text;
    /* 规定背景的划分区域 */
    -webkit-text-fill-color: transparent;
    /* 防止字体颜色覆盖 */
}

.Clinic_service .c_left .tit .tit_en {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #dde4f1;
}

.Clinic_service .c_left .c_list {
    float: left;
    width: 80%;
    overflow: hidden;
}

.Clinic_service .c_left .c_list li {
    float: left;
    width: 24%;
    text-align: center;
    margin-bottom: 2%;
}

.Clinic_service .c_left .c_list li img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.Clinic_service .c_left .c_list li span {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #595f65;
}

.Clinic_service .c_left .c_list li a:hover img {
    animation: move 2s -1s infinite;
}

.Clinic_service .c_left .c_list li a:hover span {
    color: #0a4fbf;
}

.Clinic_service .c_right {
    width: 40%;
    float: right;
    padding-bottom: 2%;
}

.Clinic_service .c_right dl {
    float: left;
    width: 50%;
}

.Clinic_service .c_right dl a {
    display: block;
}

.Clinic_service .c_right dl dt {
    width: 40%;
    text-align: center;
    float: left;
    line-height: 100px;
}

.Clinic_service .c_right dl dt img {
    vertical-align: middle;
    transition: all 0.3s;
}

.Clinic_service .c_right dl dd {
    width: 50%;
    float: right;
    margin-top: 2%;
}

.Clinic_service .c_right dl dd .tit {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ed9700;
    font-weight: bold;
}

.Clinic_service .c_right dl dd .txt {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #5f6f8e;
}

.Clinic_service .c_right dl:hover dt img {
    transform: scale(1.1);
}

.Clinic_service .c_right dl:hover dd .txt {
    color: #0c5bd3;
}


/* @media(max-width:1024px) {
        .Clinic_service .c_left .c_list {
            width: 78%;
        }
        .Clinic_service .c_left .c_list li {
            margin-bottom: 2%;
        }
        .Clinic_service .c_left .c_list li img {
            width: 24px;
            height: 24px;
        }
        .Clinic_service .c_right dl dd .tit {
            font-size: 16px;
        }
        .Clinic_service .c_right dl dd .txt {
            font-size: 12px;
        }
    }
    
    @media(max-width:768px) {
        .Clinic_service .c_left .tit .tit_cn p {
            font-size: 24px;
        }
        .Clinic_service .c_left .tit .tit_en {
            font-size: 12px;
            line-height: 30px;
        }
        .Clinic_service .c_left .c_list {
            width: 72%;
        }
        .Clinic_service .c_left .c_list li span {
            font-size: 14px;
        }
        .Clinic_service .c_right dl dd .tit {
            font-size: 14px;
        }
    } */

@media(max-width:1024px) {
    .Clinic_service {
        padding: 3% 0;
    }
    .Clinic_service .c_left {
        width: 100%;
        float: none;
    }
    .Clinic_service .c_left .tit {
        float: none;
        width: 100%;
        text-align: center;
    }
    .Clinic_service .c_left .tit .tit_cn p {
        display: inline-block;
    }
    .Clinic_service .c_left .tit .tit_en {
        font-size: 14px;
    }
    .Clinic_service .c_left .c_list {
        width: 100%;
        float: none;
    }
    .Clinic_service .c_left .c_list li {
        width: 25%;
    }
    .Clinic_service .c_right {
        width: 100%;
        float: none;
    }
    .Clinic_service .c_right dl dd .tit {
        font-size: 17px;
    }
    .Clinic_service .c_right dl dt img {
        width: 50%;
    }
    .Clinic_service .c_right dl dd {
        width: 60%;
    }
}

@media(max-width:768px) {
    .Clinic_service .c_left .tit .tit_cn p {
        font-size: 24px;
    }
}

@media(max-width:414px) {
    .Clinic_service .c_left .c_list li {
        width: 50%;
        margin-bottom: 0;
    }
}

.Famous_doctors {
    padding: 3% 0;
    background: #fafbff;
    overflow: hidden;
}

.Famous_doctors .f_top {
    overflow: hidden;
}

.Famous_doctors .f_top .tit {
    float: left;
}

.Famous_doctors .f_top .tit .tit_cn {
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    width: 125px;
    letter-spacing: 0px;
    /* color: #1f64dc; */
    /* color: #595f65; */
    background-image: -webkit-gradient(linear, left top, right bottom, from(#2bcd8a), to(#3a81fd));
    /* 背景色渐变 */
    -webkit-background-clip: text;
    /* 规定背景的划分区域 */
    -webkit-text-fill-color: transparent;
    /* 防止字体颜色覆盖 */
}

.Famous_doctors .f_top .tit .tit_en {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #dde4f1;
}

.Famous_doctors .f_top .more_btn {
    width: 106px;
    height: 40px;
    border: solid 2px #1f64dc;
    line-height: 40px;
    text-align: center;
    float: right;
}

.Famous_doctors .f_top .more_btn a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #1f64dc;
}

.Famous_doctors .f_top .more_btn:hover {
    background-color: #1f64dc;
}

.Famous_doctors .f_top .more_btn:hover a {
    color: #fff;
}

.Famous_doctors .f_bott {
    padding: 1% 0;
}

.Famous_doctors .f_bott .slick-list {
    padding: 10px 0;
}

.Famous_doctors .f_bott .doctor_list {
    overflow: unset;
    /*margin-left: -3%;*/
}

.Famous_doctors .f_bott .doctor_list dl {
    /*float: left;*/
    background-color: #ffffff;
    text-align: center;
    padding: 2%;
    /*width: 18%;*/
    /*margin-left: 3%;*/
    transition: all .5s;
    -webkit-transition: all .5s;
    box-shadow: 0px 44px 125px 0px rgba(205, 215, 238, 0.35);
}

.Famous_doctors .f_bott .doctor_list dl a {}

.Famous_doctors .f_bott .doctor_list dl dt {
    width: 216px;
    height: 216px;
    line-height: 212px;
    background-color: #f6f6f6;
    border: solid 1px #eaf0f5;
    border-radius: 50%;
    margin: 0 auto;
    vertical-align: middle;
}

.Famous_doctors .f_bott .doctor_list dl dt img {}

.Famous_doctors .f_bott .doctor_list dl .d_name {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding: 20px 0 10px 0;
}

.Famous_doctors .f_bott .doctor_list dl .d_position {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    padding-bottom: 15px;
}

.Famous_doctors .f_bott .doctor_list dl .d_position:after {
    content: '';
    width: 8px;
    height: 3px;
    background-color: #0a4fbf;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.Famous_doctors .f_bott .doctor_list dl .d_instroduce {
    height: 36px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #b8b8b8;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #b8b8b8;
    text-align: left;
    padding-top: 10%;
}

.Famous_doctors .f_bott .doctor_list dl:hover dt {
    background-color: #0a4fbf;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.Famous_doctors .f_bott .doctor_list .owl-nav {
    display: block !important;
}

.Famous_doctors .f_bott .doctor_list .owl-nav span {
    font-size: 30px;
}

.Famous_doctors .f_bott .doctor_list .owl-prev {
    position: absolute;
    width: 35px;
    height: 65px;
    line-height: 65px;
    background-color: #fff;
    border-radius: 0;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
}

.Famous_doctors .f_bott .doctor_list .owl-next {
    position: absolute;
    width: 35px;
    height: 65px;
    line-height: 65px;
    border-radius: 0;
    right: -80px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.Famous_doctors .f_bott .doctor_list .owl-prev:hover,
.Famous_doctors .f_bott .doctor_list .owl-next:hover {
    color: #fff;
    background-color: #1f64dc;
    border: 1px solid #1f64dc;
}

@media(max-width:1366px) {
    .Famous_doctors .f_bott .doctor_list {}
}

@media(max-width:1024px) {
    .Famous_doctors .f_top .more_btn {
        width: 80px;
        height: 34px;
        line-height: 34px;
    }
    .Famous_doctors .f_bott .doctor_list dl dt {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }
    .Famous_doctors .f_bott .doctor_list dl .d_position {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .Famous_doctors .f_top .tit .tit_cn {
        font-size: 24px;
    }
    .Famous_doctors .f_top .tit .tit_en {
        line-height: 30px;
        font-size: 12px;
    }
    .Famous_doctors .f_bott {
        padding: 3% 0;
    }
    .Famous_doctors .f_bott .doctor_list dl {
        width: 43%;
        margin-bottom: 3%;
    }
    .Famous_doctors .f_bott .doctor_list dl .d_name {
        font-size: 20px;
    }
    .Famous_doctors .f_bott .doctor_list dl .d_position {
        font-size: 16px;
    }
}

@media(max-width:640px) {
    .Famous_doctors .f_top .tit .tit_en {
        font-size: 14px;
    }
}

@media(max-width:414px) {
    .Famous_doctors .f_bott .doctor_list dl {
        width: 87%;
        padding: 5%;
    }
}

@media(max-width:375px) {}

.Hospital_departments {
    overflow: hidden;
    padding: 3% 0 5%;
}

.Hospital_departments .depart_l {
    width: 17%;
    float: left;
}

.Hospital_departments .depart_l .tit .tit_cn {
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    width: 125px;
    letter-spacing: 0px;
    /* color: #1f64dc; */
    /* color: #595f65; */
    background-image: -webkit-gradient(linear, left top, right bottom, from(#2bcd8a), to(#3a81fd));
    /* 背景色渐变 */
    -webkit-background-clip: text;
    /* 规定背景的划分区域 */
    -webkit-text-fill-color: transparent;
    /* 防止字体颜色覆盖 */
}

.Hospital_departments .depart_l .tit .tit_en {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #dde4f1;
}

.Hospital_departments .depart_l .txt {
    padding: 5% 0 20%;
}

.Hospital_departments .depart_l .txt p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 30px;
    color: #8b959d;
    text-indent: 2em;
}

.Hospital_departments .depart_l .more_btn {
    width: 106px;
    height: 40px;
    border: solid 2px #1f64dc;
    line-height: 40px;
    text-align: center;
}

.Hospital_departments .depart_l .more_btn a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #1f64dc;
}

.Hospital_departments .depart_l .more_btn:hover {
    background-color: #1f64dc;
}

.Hospital_departments .depart_l .more_btn:hover a {
    color: #fff;
}

.Hospital_departments .tableBox {
    width: 79.4%;
    float: right;
    box-shadow: 0px 44px 125px 0px rgba(205, 215, 238, 0.35);
    overflow: hidden;
}

.Hospital_departments .tableBox .tab_tit {
    float: right;
    width: 20%;
    background: #f5f8ff;
    padding: 3.5%;
    min-height: 330px;
}

.Hospital_departments .tableBox .tab_tit li {
    height: 54px;
    background-color: #eff4ff;
    color: #1f64dc;
    font-size: 16px;
    line-height: 54px;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}

.Hospital_departments .tableBox .tab_tit li:after {
    content: '';
    position: absolute;
    right: -8px;
    top: 0;
    width: 8px;
    height: 54px;
    background: #f8faff;
}

.Hospital_departments .tableBox .tab_tit li.on,
.Hospital_departments .tableBox .tab_tit li:hover {
    color: #ffffff;
    background-color: #1f64dc;
}

.Hospital_departments .tableBox .tab_tit li.on:after,
.Hospital_departments .tableBox .tab_tit li:hover:after {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#f7d025), to(#f3b919));
}

.Hospital_departments .tableBox .tab_tit li em {
    font-family: Anton;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
}

.Hospital_departments .tableBox .table_con {
    width: 67%;
    float: left;
    padding: 3%;
}

.Hospital_departments .tableBox .table_con .kes_list {
    overflow: hidden;
}

.Hospital_departments .tableBox .table_con .kes_list li {
    width: 23%;
    float: left;
    text-align: left;
    padding-left: 2%;
    position: relative;
    background: url(../images/right_arr3.svg) center left no-repeat;
    background-size: 5%;
}

.Hospital_departments .tableBox .table_con .kes_list li:hover {
    background: url(../images/right_arr1.svg) center left no-repeat;
    background-size: 5%
}

.Hospital_departments .tableBox .table_con .kes_list li a {
    font-family: MicrosoftYaHei;
    text-decoration: underline;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: 0px;
    color: #444444;
}

.Hospital_departments .tableBox .table_con .kes_list li:hover a,
.Hospital_departments .tableBox .table_con .kes_list li a.more_btn {
    color: #0a4fbf;
}

@media(max-width:1024px) {
    .Hospital_departments .tableBox {
        width: 78%;
    }
    .Hospital_departments .tableBox .tab_tit {
        padding: 3%;
        min-height: 336px;
    }
    .Hospital_departments .depart_l {
        width: 20%;
    }
    .Hospital_departments .depart_l .tit .tit_en {
        line-height: 20px;
        padding-top: 6%;
    }
    .Hospital_departments .depart_l .txt {
        padding: 5% 0;
    }
    .Hospital_departments .depart_l .more_btn {
        width: 80px;
        height: 34px;
        line-height: 34px;
    }
}

@media(max-width:768px) {
    .Hospital_departments .depart_l {
        width: 100%;
        float: none;
        position: relative;
    }
    .Hospital_departments .depart_l .tit .tit_cn {
        font-size: 24px;
    }
    .Hospital_departments .depart_l .tit .tit_en {
        line-height: 40px;
        padding: 0;
    }
    .Hospital_departments .depart_l .txt {
        padding: 2% 0;
    }
    .Hospital_departments .depart_l .more_btn {
        position: absolute;
        top: 0;
        right: 0;
    }
    .Hospital_departments .tableBox {
        width: 100%;
        float: none;
    }
}

@media(max-width:640px) {
    .Hospital_departments .depart_l .tit .tit_en {
        font-size: 14px;
        line-height: 30px;
    }
}

@media(max-width:414px) {
    .Hospital_departments .tableBox .tab_tit {
        width: 96%;
        float: none;
        margin-left: -2%;
        min-height: 54px;
    }
    .Hospital_departments .tableBox .tab_tit li {
        width: 48%;
        margin-left: 2%;
        float: left;
    }
    .Hospital_departments .tableBox .table_con {
        width: 94%;
    }
    .Hospital_departments .tableBox .table_con .kes_list li {
        width: 30%;
        float: left;
        text-align: left;
        padding-left: 3%;
        position: relative;
        background: url(../images/right_arr3.svg) center left no-repeat;
        background-size: 8%;
    }
    .Hospital_departments .tableBox .table_con .kes_list li a {
        line-height: 46px;
    }
}

@media (max-width:375px) {
    .Hospital_departments .tableBox .table_con .kes_list li {
        width: 27%;
        float: left;
        text-align: left;
        padding-left: 6%;
        position: relative;
        background: url(../images/right_arr3.svg) center left no-repeat;
        background-size: 10%;
    }
}

.Hospital_branchs {
    background: #fbfbfb;
    padding-bottom: 4%;
    border-top: 1px #e7eaf4 solid;
}

.Hospital_branchs .hosp_list {
    overflow: unset;
}

.Hospital_branchs .hosp_list li {
    margin: 0 35px;
    padding-top: 42px;
    position: relative;
}

.Hospital_branchs .hosp_list li a {
    display: block;
}

.Hospital_branchs .hosp_list li .tit {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding: 0 20px;
}

.Hospital_branchs .hosp_list li .txt {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    height: 50px;
    letter-spacing: 0px;
    color: #6c6c6c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 346px;
    padding: 0 20px;
    margin: 5% 0 7%;
}

.Hospital_branchs .hosp_list li .more_btn {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #b0b3b9;
    padding-left: 40px;
    position: relative;
    margin-bottom: 10%;
}

.Hospital_branchs .hosp_list li .more_btn:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/ico_internet1.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.Hospital_branchs .hosp_list li .imgbox {
    padding-top: 67.8%;
}

.Hospital_branchs .hosp_list .slick-arrow {
    width: 35px;
    height: 65px;
    line-height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0;
}

.Hospital_branchs .hosp_list .slick-prev {
    left: -80px;
}

.Hospital_branchs .hosp_list .slick-next {
    right: -80px;
}

.Hospital_branchs .hosp_list li:before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #0a4fbf;
    position: absolute;
    top: 0px;
    left: 0;
    transition: all 0.3s;
}

.Hospital_branchs .hosp_list li:hover:before {
    width: 100%;
}

.Hospital_branchs .hosp_list li:hover .tit {
    color: #0a4fbf;
}

.Hospital_branchs .hosp_list li:hover .more_btn {
    color: #0a4fbf;
}

.Hospital_branchs .hosp_list li:hover .more_btn:before {
    background: url(../images/ico_internet2.svg) no-repeat;
    background-size: 100%;
}

@media(max-width:1366px) {
    .Hospital_branchs .hosp_list {
        overflow: hidden;
    }
    .Hospital_branchs .hosp_list .slick-prev {
        left: 0;
    }
    .Hospital_branchs .hosp_list .slick-next {
        right: 0;
    }
}

@media(max-width:1024px) {}

@media(max-width:768px) {
    .Hospital_branchs .hosp_list li {
        margin: 0 25px;
    }
    .Hospital_branchs .hosp_list li .txt {
        width: 256px;
    }
}

@media(max-width:640px) {
    .Party_subjects {
        padding: 4% 0 2%;
    }
    .Party_subjects .p_center .pc_top {
        padding: 0;
    }
    .Party_subjects .p_center .pc_middle a {
        font-size: 17px;
        line-height: 26px;
        height: 52px;
    }
    .Party_subjects .p_center .pc_bott li a {
        line-height: 26px;
    }
    .Hospital_branchs .hosp_list li .txt {
        width: 214px;
    }
}

@media(max-width:414px) {
    .Hospital_branchs {
        padding-bottom: 10%;
    }
    .Party_subjects .p_left {
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    .Party_subjects .p_center {
        width: 100%;
        float: none;
        padding: 0;
        margin: 5% 0;
    }
    .Party_subjects .p_right ul li a .txtbox {
        top: 0;
        left: 10px;
    }
    .Party_subjects .p_right ul li a .tit {
        font-size: 18px;
    }
    .Party_subjects .p_left .more_btn {
        bottom: 6%;
    }
    .Hospital_branchs .hosp_list li .txt {
        width: 88%;
    }
    .Hospital_branchs .hosp_list li .txt {
        margin: 4% 0;
    }
    .Hospital_branchs .hosp_list li .more_btn {
        margin-bottom: 5%;
    }
}

@media(max-width:375px) {}

@media(max-width:360px) {}


/* 医院简介*/

.BranchCon {}

.BranchCon .con2 {
    background-color: #f1f5f9;
}

.BranchCon .con2 .imgbox {
    padding-top: 34.5%;
}

.BranchCon .con3 {}

.BranchCon .con3 .con3_top {
    border-bottom: 1px #e4e8ed solid;
    overflow: hidden;
    padding: 2.5% 0;
}

.BranchCon .con3 .con3_top li {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
    float: left;
    margin-right: 10%;
}

.BranchCon .con3 .con3_top li img {
    margin-right: 10px;
    width: 20px;
}

.BranchCon .con3 .con3_bott {
    padding: 0 0 8%;
}

.BranchCon .con3 .con3_bott p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 0px;
    color: #333333;
    text-indent: 2em;
    padding: 3% 0 0;
    text-align: justify;
}

@media ( max-width:1024px) {}

@media ( max-width:768px) {
    .BranchCon .con3 .con3_bott p {
        line-height: 40px;
    }
}

@media ( max-width:640px) {
    .BranchCon .con3 .con3_top li {
        font-size: 16px;
        margin-right: 5%;
    }
    .BranchCon .con3 .con3_bott p {
        font-size: 14px;
    }
}

@media ( max-width:414px) {
    .BranchCon .con3 .con3_top li img {
        width: 16px;
    }
    .BranchCon .con3 .con3_top li {
        font-size: 14px;
    }
    .BranchCon .con3 .con3_bott p {
        line-height: 30px;
    }
}

@media ( max-width:360px) {}


/*医院科室 */

.tableBox {
    padding: 5% 0;
    width: 100%;
    margin: 0 auto;
}

.tableBox .table_tab {
    background-color: #ffffff;
    box-shadow: 0px 44px 125px 0px rgba(205, 215, 238, 0.35);
    border: solid 1px #f0f3fb;
    margin-bottom: 5.8%;
    overflow: hidden;
}

.tableBox .table_tab .tit {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    padding: 4.5% 0;
    letter-spacing: 0px;
    color: #3c4247;
    background-color: #f7faff;
    width: 20%;
    float: left;
    text-align: center;
}

.tableBox .table_tab ul {
    float: right;
    padding: 2.8%;
    width: 74%;
}

.tableBox .table_tab ul li {
    float: none;
    width: 100%;
    line-height: 70px;
    background-color: #eff4ff;
    position: relative;
    color: #1f64dc;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin-left: 0;
}

.tableBox .table_tab ul li em {
    font-family: Anton-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    padding-left: 10px;
}

.tableBox .table_tab ul li.on,
.tableBox .table_tab ul li:hover {
    background-color: #1f64dc;
    color: #fff;
}

.tableBox .table_tab ul li.on:after,
.tableBox .table_tab ul li:hover:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 8px;
    background: url(../images/ico_arr.png) bottom center no-repeat;
    bottom: -12px;
    left: 50%;
    transform: translateY(-50%);
}

.tableBox .table_con {}

.tableBox .table_con .tab_ct {
    display: none;
}

.tableBox table {
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
}

.tableBox table tr {
    line-height: 64px;
}

.tableBox table tr th {
    color: #fff;
    font-size: 16px;
    background-color: #4b83e3;
    text-align: center;
    font-weight: normal;
}

.tableBox table tr th:first-child {
    background-color: #1f64dc;
    padding-left: 3%;
    text-align: left;
}

.tableBox table tr td {
    border: 1px #e4e6ee solid;
    color: #333;
    text-align: center;
}

.tableBox table tr td p {
    line-height: 40px;
}

.tableBox table tr td:first-child {
    color: #1f64dc;
}

.tableBox table tr td:nth-child(2) {
    color: #a8a8a8;
}

.tableBox table tr th:first-child,
.tableBox table tr td:first-child {
    padding-left: 3%;
    text-align: left;
}

.tableBox table tr:nth-child(2n+1) {
    background-color: #f2f4fb;
}

@media(max-width:1200px) {
    .tableBox .table_tab .tit {
        padding: 5% 0;
    }
}

@media(max-width:1024px) {
    .tableBox .table_tab .tit {
        width: 100%;
        float: none;
        padding: 3% 0;
    }
    .tableBox .table_tab ul {
        width: 100%;
    }
}

@media(max-width:768px) {
    .tableBox {
        width: 100%;
    }
    .tableBox .table_con {
        width: 100%;
        overflow-x: auto;
    }
    .tableBox .table_con table {
        width: 800px;
    }
}

@media(max-width:640px) {
    .tableBox .table_tab ul li {
        font-size: 14px;
    }
    .tableBox .table_tab ul li em {
        font-size: 16px;
    }
}

@media(max-width:550px) {
    .tableBox .table_tab ul {
        width: 94%;
        margin-left: 0;
        padding: 3%;
    }
    .tableBox .table_tab ul li {
        width: 100%;
        margin-left: 0;
        float: none;
        margin-bottom: 20px;
        line-height: 50px;
        font-size: 16px;
    }
    .tableBox .table_tab ul li.on:after,
    .tableBox .table_tab ul li:hover:after {
        display: none;
    }
}

.kes_item {}

.kes_item .kesBox {
    overflow: hidden;
    padding: 5%;
    background-color: #ffffff;
    border: solid 10px #f2f4fb;
    margin-bottom: 3%;
}

.kes_item .kesBox .tit {
    width: 10%;
    float: left;
}

.kes_item .kesBox .tit img {
    width: 54px;
}

.kes_item .kesBox .tit p {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1f64dc;
}

.kesBox .kes_list {
    width: 80%;
    float: right;
}

.kesBox .kes_list li {
    width: 23%;
    float: left;
    text-align: left;
    padding-left: 2%;
    position: relative;
    background: url(../images/right_arr3.svg) center left no-repeat;
    background-size: 5%
}

.kesBox .kes_list li:hover {
    background: url(../images/right_arr1.svg) center left no-repeat;
    background-size: 5%
}

.kesBox .kes_list li a {
    font-family: MicrosoftYaHei;
    text-decoration: underline;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: 0px;
    color: #444444;
}

.kesBox .kes_list li:hover a {
    color: #0a4fbf;
}

@media ( max-width:640px) {
    .kes_item .kesBox .tit {
        width: 100%;
        float: none;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .kes_item .kesBox .kes_list {
        width: 100%;
        float: none;
        overflow: hidden;
    }
}

@media ( max-width:414px) {
    .SubBan.BranchBan .txt h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .kes_item .kesBox {
        border: solid 6px #f2f4fb;
    }
    .kes_item .kesBox {
        padding: 3%;
    }
    .kes_item .kesBox .kes_list li {
        width: 29%;
        padding-left: 4.33%;
        background-size: 10%;
    }
}

@media ( max-width:375px) {}

@media ( max-width:360px) {
    .kes_item .kesBox .kes_list li a {
        font-size: 14px;
    }
}


/* 专家介绍 */

.ajax_page {
    text-align: center;
}

.ajax_page span {
    height: 34px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    line-height: 34px;
    color: #666;
    margin: 5px 2px;
    text-align: center;
}

.ajax_page span a {
    color: #666;
    display: block;
    padding: 0 10px;
}

.ajax_page .page a {
    width: 40px;
    padding: 0;
}

.ajax_page span:hover,
.ajax_page span.active {
    background: #1f64dc;
    border: 1px solid #1f64dc;
}

.ajax_page span:hover a,
.ajax_page span.active a {
    color: #fff;
}

.DocCon * {
    box-sizing: border-box;
}

.DoctorList {
    padding: 0;
}

.DoctorList ul {
    margin-left: -1.9%;
    overflow: hidden;
}

.DoctorList ul li {
    background-color: #ffffff;
    border: solid 1px #ebeff4;
    padding: 1.2%;
    margin: 0 0 1.75% 1.75%;
    width: 31.55%;
    float: left;
}

.DoctorList ul li .imgbox {
    width: 187px;
    float: left;
    padding-top: 233px;
}

.DoctorList ul li .info {
    width: 45%;
    float: right;
}

.DoctorList ul li .info .name {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
}

.DoctorList ul li .info .position {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    height: 58px;
    overflow: hidden;
    margin-bottom: 10px;
    letter-spacing: 0px;
    color: #333333;
    border-bottom: 1px #ebeff4 solid;
}

.DoctorList ul li .info .produce {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    height: 90px;
    letter-spacing: 0px;
    color: #848484;
    overflow: hidden;
}

.DoctorList ul li .info .more_btn {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #1f64dc;
    position: relative;
    padding-left: 34px;
}

.DoctorList ul li .info .more_btn i {
    position: absolute;
    top: 8px;
    left: 0;
    width: 18px;
    height: 18px;
    background: #ebeff4 url(../images/ico_add.svg) center center no-repeat;
    background-size: 80%;
    border-radius: 50%;
}

.DoctorList ul li:hover {
    box-shadow: 0 0 10px #999;
}

@media ( max-width:1300px) {
    .DoctorList ul li .imgbox {
        width: 155px;
        float: left;
        padding-top: 194px;
    }
    .DoctorList ul li .info {
        width: 54%;
    }
    .DoctorList ul li .info .position {
        font-size: 16px;
        height: 50px;
        margin-bottom: 6px;
    }
    .DoctorList ul li .info .produce {
        height: 62px;
        line-height: 20px;
    }
}

@media ( max-width:1230px) {
    .DoctorList ul li .info {
        width: 50%;
    }
}

@media ( max-width:1100px) {
    .DoctorList ul li {
        width: 48.2%;
    }
    .DoctorList ul li .info {
        width: 62%;
    }
    .docCon .tableBox .ks_right table tr td a {
        font-size: 14px;
    }
}

@media ( max-width:1024px) {
    .docCon .tableBox .ks_right ul li {
        width: 18%;
    }
}

@media ( max-width:940px) {
    .DoctorList ul li .info {
        width: 60%;
    }
}

@media ( max-width:768px) {
    .DoctorList ul {
        margin-left: 0;
    }
    .DoctorList ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 3%;
        padding: 3%;
    }
    .DoctorList ul li .info {
        width: 73%;
    }
}

@media ( max-width:375px) {
    .DoctorList ul li .info {
        width: 49%;
    }
}

@media ( max-width:360px) {
    .DoctorList ul li .info {
        width: 47%;
    }
}


/* 就诊服务 */

.ServiceCon {
    padding: 5% 0;
}


/* 科室介绍 */

.ksjsCon {
    padding: 5% 0;
}

.ksjsCon .Contain * {
    box-sizing: border-box;
}

.ksjsCon .titBox {
    background-color: #f2f7fd;
    padding: 3% 2%;
    overflow: hidden;
}

.ksjsCon .titBox .tit {
    float: left;
    font-family: MicrosoftYaHei-Bold;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
}

.ksjsCon .titBox .backBtn {
    float: right;
    width: 179px;
    height: 44px;
    background-color: #1f64dc;
    border-radius: 22px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.ksjsCon .titBox .backBtn img {
    width: 17px;
    height: 16px;
}

.ksjsCon .con1 {
    overflow: hidden;
    padding: 5% 0;
}

.ksjsCon .con1 .Pc {
    width: 38.9%;
    position: relative;
}

.ksjsCon .con1 .Pc .arr_line {
    position: absolute;
    color: #ddd;
    bottom: 24px;
    right: 60px;
    z-index: 99;
}

.ksjsCon .con1 .Pc .slick-arrow {
    background: none;
    top: unset;
    bottom: 10px;
}

.ksjsCon .con1 .Pc .slick-arrow:hover {
    border: none;
}

.slick-prev:before,
.slick-next:before {
    color: #bbb;
}

.ksjsCon .con1 .Pc .slick-arrow:hover:before {
    color: #fff;
}

.ksjsCon .con1 .Pc .slick-prev {
    left: unset;
    right: 70px;
}

.ksjsCon .con1 .Pc .slick-next {
    right: 10px;
}

.ksjsCon .con1 .Pc .imgbox {
    padding-top: 68%;
}

.ksjsCon .con1 .text {
    width: 60%;
    max-height: 340px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 0px;
    color: #333333;
    overflow-y: scroll;
    text-indent: 2em;
    padding: 0 3%;
}

.ksjsCon .zjTit {
    background-color: #ebeff4;
    padding: 0.5% 2%;
    margin-bottom: 4%;
}

.ksjsCon .zjTit span {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #1f64dc;
    position: relative;
}

.ksjsCon .zjTit span:before {
    content: '';
    height: 2px;
    background-color: #1f64dc;
    width: 100%;
    position: absolute;
    bottom: -12px;
    left: 0;
}

@media ( max-width:1024px) {
    .ksjsCon .con1 .text {
        max-height: 256px;
        line-height: 40px;
    }
}

@media ( max-width:768px) {
    .ksjsCon .titBox .tit {
        font-size: 32px;
    }
    .ksjsCon .con1 .text {
        max-height: 194px;
        line-height: 36px;
        font-size: 14px;
    }
}

@media ( max-width:640px) {
    .ksjsCon .con1 .Pc {
        width: 100%;
        float: none;
    }
    .ksjsCon .con1 .text {
        width: 100%;
        float: none;
        max-height: unset;
        overflow-y: auto;
        padding-top: 5%;
    }
}

@media ( max-width:414px) {
    .ksjsCon .titBox .tit {
        font-size: 26px;
    }
    .ksjsCon .titBox .backBtn {
        width: 160px;
        height: 38px;
        font-size: 16px;
        line-height: 38px;
    }
    .ksjsCon .zjTit span:before {
        bottom: -7px;
    }
    .ksjsCon .zjTit span {
        font-size: 20px;
        font-weight: bold;
    }
}

@media ( max-width:360px) {}


/* 通知公告 */

.Ywgk_box .Ywgk-list {
    line-height: 34px;
    padding-left: 17px;
    position: relative;
    padding: 13px 0 13px 17px;
    border-bottom: dotted 1px #ddd;
}

.Ywgk_box .Ywgk-list::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #1f64dc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}

.Ywgk_box .Ywgk-list:nth-child(5n) {
    border-bottom: 1px dotted #b3b3b3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.Ywgk_box .Ywgk-list:nth-child(5n)::after {
    top: 43%;
}

.Ywgk_box .Ywgk-list .DJ-right-txt {
    width: 80%;
}

.Ywgk_box .Ywgk-list .DJ-right-time {
    color: #999;
    font-size: 15px;
}

.Ywgk_box .Ywgk-list .Ywgk-tit {
    width: 75%;
    color: #666;
}

.Ywgk_box .Ywgk-list:hover .Ywgk-tit {
    color: #0a4fbf;
}

@media(max-width:992px) {
    .Ywgk_box .Ywgk-list .DJ-right-txt {
        width: 70%;
    }
    .Ywgk_box .Ywgk-list {
        padding: 5px 0 5px 10px;
    }
    .Ywgk_box .Ywgk-list:nth-child(5n) {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .Ywgk_box .Ywgk-list:nth-child(5n)::after {
        top: 50%;
    }
}


/* 新闻动态 */

.newsCon {
    padding: 3% 0;
}

.newsCon .h4,
.newsCon h4 {
    font-size: 18px;
}

.newsCon .zt_9d {
    color: #999;
}

.newsCon .zt_6d {
    color: #666;
}

.newsCon * {
    box-sizing: border-box;
}

.newsCon {
    font-family: Arial, "微软雅黑";
}

@media only screen and (min-width: 1300px) {
    .newsCon {
        width: 100%;
        min-height: 500px;
    }
    .newsCon .Contain {
        width: 1300px;
        margin: 0px auto;
    }
    .newsCon .Contain1 {
        width: 1100px;
        margin: 0px auto;
    }
    .newsCon .d1 {
        width: 200px;
        float: left;
    }
    .newsCon .d2 {
        width: 940px;
        float: right;
    }
    .ny_bt {
        width: 100%;
        float: left;
        border-bottom: solid 1px #ddd;
        padding-bottom: 10px;
        line-height: 30px;
    }
    .ny_bt .bt {
        line-height: 30px;
    }
}

@media only screen and (max-width: 1300px) {
    .newsCon .Contain1 {
        max-width: 1100px;
        margin: 0px auto;
        width: 96%;
    }
}

@media only screen and (max-width: 1200px) {
    .newsCon .h4,
    .newsCon h4 {
        font-size: 16px;
    }
    .pic_news_lb1 {
        float: left;
        width: 100%;
    }
    .pic_news_lb1 li {
        float: left;
        width: 100%;
        border-bottom: dashed 1px #ddd;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
    }
    .pic_news_lb1 li:last-child {
        margin-bottom: 5px;
    }
    .pic_news_lb1 .l_img {
        padding-left: 240px;
        min-height: 115px;
    }
    .pic_news_lb1 .imgk {
        position: absolute;
        width: 220px;
        height: 140px;
        overflow: hidden;
        left: 0px;
        top: 0px;
    }
    .pic_news_lb1 .imgk img {
        width: 100%;
        min-height: 140px;
    }
    .pic_news_lb1 h4 {
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0px 0 6px 0;
    }
    .pic_news_lb1 .l_img h5 {
        margin-top: 5px;
    }
    .pic_news_lb1 p {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 20px;
        margin-top: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
    }
}

.pic_news_lb1 h4 {
    font-weight: bold;
}

@media only screen and (max-width: 500px) {
    .pic_news_lb1 .l_img {
        padding-left: 0px;
        min-height: auto;
    }
    .pic_news_lb1 .imgk {
        position: inherit;
        width: 100%;
        height: auto;
        overflow: hidden;
        left: auto;
        top: auto;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .pic_news_lb1 {
        float: left;
        width: 100%;
    }
    .pic_news_lb1 li {
        float: left;
        width: 100%;
        border-bottom: dashed 1px #ddd;
        padding-bottom: 30px;
        margin-bottom: 30px;
        position: relative;
    }
    .pic_news_lb1 .l_img {
        padding-left: 350px;
        min-height: 230px;
    }
    .pic_news_lb1 .imgk {
        position: absolute;
        width: 320px;
        height: 200px;
        overflow: hidden;
        left: 0px;
        top: 0px;
    }
    /* .pic_news_lb1 li:hover {
            box-shadow: 0 0 10px #999;
        } */
}

.pic_news_lb1 .imgk img {
    width: 100%;
    height: 100%;
}

.pic_news_lb1 h4 {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px 0 15px 0;
}

.pic_news_lb1 p {
    line-height: 26px;
    display: block;
    width: 100%;
    height: 96px;
    font-size: 16px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media(max-width: 1200px) {
    .pic_news_lb1 p {
        height: 74px;
    }
}


/* 详情页 */

.SinglePage {
    word-wrap: break-word;
    word-break: normal;
    text-align: justify;
    line-height: 28px;
    color: #555 !important;
}

.SinglePage p {
    color: #333;
}

.SinglePage p video {
    /**width: 100%;**/
}

.SinglePage p img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
}

.Titleinfo {
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    margin-bottom: 35px;
    padding: 0px 0 18px;
}

.Titleinfo .tits {
    font-size: 26px;
    color: #555;
    line-height: 40px;
}

.Titleinfo .date {
    font-size: 14px;
    padding: 5px 0 0 0;
    color: #808080;
}

.Titleinfo .date i {
    display: inline-block;
    margin: 0 10px;
}

.Titleinfo .share {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.PrevNextBox {
    margin: 50px 0 0 0;
    position: relative;
    padding-top: 11px;
    border-top: 1px solid #e6e6e6;
    color: #888888;
    font-size: 16px;
}

.PrevNextBox dl {
    width: 70%;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    border-bottom: 1px dotted #d9d9d9;
    position: relative;
}

.PrevNextBox dl span {
    padding: 0 75px 0 55px;
    position: relative;
    display: block;
}

.PrevNextBox dl span em {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #333333;
}

.PrevNextBox dl span .date {
    position: absolute;
    right: 0;
    top: 0;
    color: #808080;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.PrevNextBox dl a {
    margin: 0px auto;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    width: 95%;
    color: #333333;
}

.PrevNextBox dl a:hover {
    color: #0a50bd;
}

.PrevNextBox dl a.none {
    color: #999;
}

.PrevNextBox a.back {
    position: absolute;
    right: 0;
    top: 54px;
    color: #0a4fbf;
    font-size: 16px;
    padding-right: 31px;
    background: url(../images/ico/back.png) right center no-repeat;
}

@media ( max-width:1440px) {}

@media ( max-width:768px) {
    .Titleinfo {
        line-height: 20px;
        font-size: 12px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .Titleinfo .tits {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 10px;
    }
    .Titleinfo .share {
        display: none;
    }
    .PrevNextBox {
        margin: 50px 0 0 0;
        font-size: 14px;
    }
    .PrevNextBox dl {
        width: auto;
        line-height: 30px;
        height: 30px;
        margin-bottom: 8px;
    }
    .PrevNextBox dl span {
        padding-left: 45px;
    }
    .PrevNextBox a.back {
        font-size: 14px;
        top: -35px;
    }
}