body {
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;

}

.img-hide {
    overflow: hidden;
    display: block;
}

.img-hide img {
    transition: 0.5s all;
    transform: scale(1, 1);
}

.img-hide:hover img {
    transform: scale(1.05, 1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover,
a {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,
button:hover,
input:focus {
    outline: none !important;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.container {
    width: 1600px;
}

.tab-content {
    position: relative;
}

.tab-content .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 1;
    filter: alpha(opacity=0);
    transition: 0.8s all;
height:100%;
}

.tab-content .tab-pane.active {
    position: relative;
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
}


.logo {
    float: left;
    padding-top: 17px;
    padding-bottom: 13px;
}




.headder_box {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    height: 112px;
    transition: .5s;
    background:#d3edff;
}

.headder_box .wp {
    height: auto;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    padding: 0 0 0 4.5%;
    width: 100%;
    display: inline-table;
    /* border-bottom: 1px solid #999; */


}

.headder_box .logo img {
    max-width: 100%;

}

.headder_box .right {
    display: flex;
    align-items: center;
    padding: 0 0 0 22px;
    justify-content: space-between;
}

.headder_box .right .ll .top {
    padding: 18px 0 0;
    align-items: center;
    position: relative;
    z-index: 10;

}

.list_box2 {
    float: right;

    align-items: center;
}

.list_box2 li {
    margin-left: 34px;
    font-size: 12px;
    color: #fff;
    float: left;
}

.list_box2 li a {
    display: flex;
    align-items: center;
    transition: .5s;
    font-size: 14px;
    color: #fff;
}

.pore {
    position: relative;
    max-width: 100%;
}

.headder_box .search .form {
    display: block !important;
    position: relative;
    margin-left: 10px;
}

.headder_box .search .form .serinp {
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.headder_box .search .form .serinp input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 0;
    font-size: 15px;
    border-radius: 10px;
    color: #333;
    border: 1px solid #ddd;
}

.headder_box .search .form .serbtn {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
}

.headder_box .search .form .serbtn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    z-index: 3;
    background: rgba(255, 255, 255, 0);
    border: 0;
}

.headder_box .right .ll .bottom {}

.headder_box .right .topl1 .bottom {
    margin: 0;
}

.topl1 #nav {
    width: 100%;
    padding: 0;
}

#nav ul {
    margin-right: -20px;
    justify-content: space-between;
    height: 100%;
}

#nav ul li {
    z-index: 0;

    float: left;
    position: relative;
    white-space: nowrap;
}

.topl1 #nav li {
    padding: 0 15px;
}

#nav ul li a {
    display: flex;
    padding: 0;
    position: relative;
    z-index: 2;
    height: 100%;

    align-items: center;
}

#nav ul li h3 {
    font-size: 20px;
    color: #2579b6;
    font-weight: bold;
    line-height: 64px;
    position: relative;
    transition: .36s;
    display: inline-block;
    margin: 0;
    padding-bottom: 8px;

}

#nav ul li h3:after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 2px);
    transition: .6s;
    border-left: transparent 75px solid;
    border-right: transparent 75px solid;
    border-bottom: #fff 1rem solid;
    margin-left: -75px;
    opacity: 0;
    visibility: hidden;
}

.sub {
    position: absolute;
    top: 100%;
    background: #fff;
    width: auto;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%)scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 0 0 8px 8px;
}

#nav ul li .sub .box {
    padding: 3px 0 0;
    text-align: center;
}

#nav ul li .sub:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #e2be8f;
}

#nav ul li .sub a {
padding: 8px 0px;
    line-height: 28px;
    transition: .6s;
    font-size: 16px;
    color: #666;
    text-align: center;
    white-space: nowrap;
    font-family: SourceHanSerifCN-Bold;
    min-width: 160px;
    justify-content: center;
}

#nav ul li .sub a:hover {
    background: #2579b6;
    color: #fff;
}

.headder_box .right {
    float: right;

    align-items: center;
    padding: 0 0 0 22px;
    justify-content: space-between;
    padding-right: 50px;
}

.miso_btn1 {
    padding: 39px 0 0 33px;
    width: 105px;
    height: 111px;
    background: url(../images/btn.png)center no-repeat;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s;
    padding-right: .1rem;
    position: absolute;
    right: 0;
    top: 0px;
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%)scaleY(1)
}

#openBtn {
    cursor: pointer;
    display: block;
}

#openBtn .lcbody {
    width: 40px;
    height: 26px;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

#openBtn .lcbody .lcitem {
    width: 100%;
    height: 5px;
    position: absolute;
    transition: transform .36s ease;
    left: 0;
    border-radius: 10px;
}

#openBtn .lcbody .top {
    top: 0;
}

#openBtn .lcbody .lcitem:nth-child(1),
#openBtn .lcbody .lcitem:nth-child(3) {
    width: 100%;
}

#openBtn .lcbody .center {
    display: block;
    top: 50%;
    margin-top: -.5px;
}

#openBtn .lcbody .bottom {
    top: calc(100% - 3px);
}

#openBtn .lcbody .lcitem div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    background: #fff;
    border-radius: 10px;
}

.topl1 {
    padding-right: 30px;
}

.banner-box {
    position: relative;
}

.banner {
    margin: 0;
}

.banner-more {
    position: absolute;
    right: 8.5%;
    bottom: 70px;
    z-index: 100;
    width: 75px;
    height: 14px;
    background: url(../images/more.png) center no-repeat;
}

.banner .slick-dots {
    bottom: 65px;
    left: auto;
    width: auto;
    right: 8.5%;
    margin-right: 90px;
}

.banner .slick-dots li,
.banner .slick-dots li button {
    width: 6px;
    height: 24px;
}

.banner .slick-dots li {
    margin: 0 10px;
}

.banner .slick-dots li button {
    background: url(../images/dian01.png) center no-repeat;
}

.banner .slick-dots li button:before {
    display: none;
}

.banner .slick-dots li.slick-active,
.banner .slick-dots li.slick-active button {
    width: 42px;
    height: 24px;
}

.banner .slick-dots li.slick-active button {
}

.banner .slick-prev {
    width: 61px;
    height: 61px;
    background: url(../images/left-ban.png)center no-repeat;
    background-size: 100% 100%;
    left: 4.5%;
    top: 65%;
}

.banner .slick-next {
    width: 61px;
    height: 61px;
    background: url(../images/right-ban.png)center no-repeat;
    background-size: 100% 100%;
    right: 4.5%;
    top: 65%;
}



/*one*/
.one {
    width: 100%;
    display: block;
    background: url(../images/jyzn-bj.png)center no-repeat;
    background-size: 100% 100%;
    padding-top: 100px;
}

.one-left {
    width: 39.4%;
}

.one-left img {
    display: block;
    margin: auto;


}



.one-right {
    width: 60.6%;
}

.jzzn {
    width: 100%;
    padding-left: 10%;
}

.jyzn {
    width: 100%;
    display: block;
}

.jyzn li {
    width: 25%;
    float: left;
    display: block;
    padding: 60px 0;
    opacity: .9;
}

.jyzn li:hover {
    opacity: 1;
}

.jyzn li a {
    width: 100%;
    display: block;
}

.jyzn li img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    transition: all 0.6s;
    transform: scale(1, 1);
}

.jyzn li:hover img {
    transform: scale(1.3, 1.3);
}

.jyzn li p {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.jyzn li:nth-child(1) {
    margin-left: 25%;
    background: url(../images/jynz01.png)center no-repeat;
    background-size: 100% 100%;
}

.jyzn li:nth-child(2) {
    background: url(../images/jynz02.png)center no-repeat;
    background-size: 100% 100%;
}

.jyzn li:nth-child(2) p {
    color: #333;
}

.jyzn li:nth-child(3) {
    background: url(../images/jynz03.png)center no-repeat;
    background-size: 100% 100%;
}

.jyzn li:nth-child(4) {
    background: #fff;
}

.jyzn li:nth-child(4) p {
    color: #333;
}

.jyzn li:nth-child(5) {
    background: url(../images/jynz05.png)center no-repeat;
    background-size: 100% 100%;
}

.jyzn li:nth-child(6) {
    background: url(../images/jynz06.png)center no-repeat;
    background-size: 100% 100%;
}

.jyzn li:nth-child(7) {
    background: url(../images/jynz07.png)center no-repeat;
    background-size: 100% 100%;
}

.jyzn li:nth-child(7) p {
    color: #333;
}


.title {
    font-size: 36px;
    margin-bottom: 34px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
    display: inline-block;
    width: 100%;

}

.title span {
    color: #2579b6;
}

.title a {
    float: right;
    font-weight: normal;
    font-size: 16px;
    color: #555;
    padding-right: 30px;
    line-height: 30px;
    background: url(../images/more.png) right 3px bottom 5px no-repeat;
}

.two {
    width: 100%;
    display: block;
    padding: 80px 0 50px 0;
    background: #f5f6fa;
    z-index: 999;
    position: relative;
    border-radius: 0 0 0 200px;
}

.two-left {
    width: 61%;
}

.img-slick {
    width: 48%;
    overflow: hidden;
    margin: 0;
    touch-action: auto;
}

.img-slick-img {
    position: relative;
    padding-top: 76%;
}

.img-slick-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    height: 100%;
}

.img-slick a {
    display: block;
    position: relative;
    padding-bottom: 100px;
}

.img-slick-bottom {
    position: absolute;
    width: calc(100% - 50px);
    right: 0px;
    background: url(../images/new-tit.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 99999;
    bottom: 0px;
    padding: 15px 20px;
}

.img-slick-tt {
    left: 0;
    height: 60px;
    line-height: 30px;
    font-size: 18px;
    width: 100%;
    color: #333;
    box-sizing: border-box;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.img-slick-bottom span {
    font-size: 16px;
    color: #24a6b5;
    line-height: 30px;
}

.slick-dots li button:before {
    display: none !important;
}

.img-slick .slick-dots {
    right: 20px;
    left: auto;
    width: auto;
    bottom: 20px;
}

.img-slick .slick-dots li,
.img-slick .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.img-slick .slick-dots li button {
    background: #e1e1e1;
}

.img-slick .slick-dots li.slick-active button {
    background: #24b594;
}


.img-slick .slick-next {
    width: 50px;
    height: 50px;
    background: #24a6b5;
    left: 0px;
    top: auto;
    bottom: 50px;
}

.mt-ul-b {
    width: 49%;
}

.mt-ul-b li {
    position: relative;
    margin-bottom: 23.5px;
    color: #fff;
}

.mt-ul-b li:hover a {
    color: #24a6b5;
}


.mt-ul-b li a {
    font-size: 18px;
    color: #333;
    width: 100%;
    display: inline-block;
    padding-right: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mt-ul-b li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #555;
    font-size: 16px;
}

.title i {
    font-size: 14px;
    color: #bbc4cb;
    display: block;
    font-family: monospace;
    font-style: unset;
}

.two-right {
    width: 35%;
}

.title.lm1 {
    margin-bottom: 20px;
}

.lm1 span {
    display: block !important;
    float: left;
    margin-right: 10px;
    color: #333;
}

.lm1 span i {
    font-size: 14px;
    color: #bbc4cb;
    display: block;
    font-family: monospace;
}

.lm1 span.active i{color: #2579b6;}

.lm1 .active {
    color: #2579b6;
}

.qh-list {
    width: 100%;
    display: block;
    clear: both;
    margin-top: -5px;
}

.qh-list .mt-ul-b {
    width: 100%;
}

.qh-list .mt-ul-b li {
    width: 100%;
    padding-left: 24px;
    background: url(../images/yd-ol.png)center left no-repeat;
}

.lm1 .active:after {

    display: block;
    content: "";
    width: 72px;
    height: 14px;
    background: url(../images/sjj.png)center no-repeat;

}



/*three*/
.three {
    width: 100%;
    display: block;
    background: url(../images/csvdsgdsg.png)center no-repeat;
    position: relative;
    background-size: 100% 100%;
    top: -180px;
}

.ksdh {
    width: 100%;
    display: block;
    background: url(../images/gedgd.png)left center no-repeat;
    background-size: 100% 100%;
    padding-top: 250px;
    padding-bottom: 110px;
}


.ksdh-left {
    width: 33.3333%;
    background: url(../images/ksdh.png)center no-repeat;
    padding: 50px;
    background-size: 100% 100%;
}

.ksdh-left h2 {
    font-size: 36px;
    color: #fff;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 30px;
}

.lm2 {
    width: 100%;
    padding: 40px 0 40px 0px;
display: inline-block;
}

.lm2 span {
    display: block;
    font-size: 28px;
    color: #2497b5;
    line-height: 60px;
    width:48%;
    float: left;
    background: url(../images/edr.png)left center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin-bottom: 20px; 
}

.lm2 span:nth-child(even){float:right;}

.lm2 span.active {
    font-size: 28px;
    color: #fff;
    background: url(../images/edr2.png)left center no-repeat;
    background-size: 100% 100%;
}




.ksdh-right {
    width: 63%;
    margin-top: 160px;
}

.ksdh-list {
    width: 100%;
    display: block;
}

.ksdh-list li {
    width: 31.333%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;

}

.ksdh-list li a {
    width: 100%;
    display: block;
    line-height: 60px;
    text-align: left;
    font-size: 20px;
    background: #fff;
    color: #333;
text-align: center;
}

.ksdh-list li:hover a {
    background: url(../images/cdsvdsvsvsw.png)center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    border-radius: 6px;
}


.sxzj1 {
    width: 100%;
    display: block;
    position: relative;
    top: -110px;
}

.sxzj {
    width: 66.6666%;
    padding-top: 110px;

}


.sxzj-left {
    width: 50%;
}

.sxzj-qh {
    width: 100%;
    display: block;
    background: #0e5ba5 url(../images/dvdfvdwww.png)center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0px;
    height: 755px;
    touch-action: auto;
}

.sxzj-qh .slick-prev {
    width: 25%;
    height: 110px;
    background: #f2eee5 url(../images/jt01.png)center no-repeat;
    left: 0px;
    top: -100px;
}

.sxzj-qh .slick-next {
    width: 25%;
    height: 110px;
    background: #24a6b5 url(../images/jt02.png)center no-repeat;
    right: auto;
    left: 25%;
    top: -100px;
}


.sxzj-qh .slick-dots {
    bottom: 40px;
    width: 320px;
    left: 50%;
}

.sxzj-qh .slick-dots li {
    width: 10px;
    height: 10px;
    background: #164c90;
    border-radius: 50%;
    border: 1px solid #7c94ca;
}

.sxzj-qh .slick-dots li.slick-active {
    width: 30px;
    border-radius: 10px !important;
    background: #7c94ca;
}


.sxzj a {
    width: 100%;
    display: block;
}

.sxzj a img {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sxzj-right {
    width: 50%;
    background: transparent;
    padding: 50px;
}

.tab-content {
    position: relative;
padding-top:72%;
}

.tab-content .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 1;
    filter: alpha(opacity=0);
height:100%;

}

.tab-content .tab-pane.active {
    position: relative;
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    position: relative;
    padding-top: 141%;
}

.tabs-ul li {
    margin-bottom: 30px;
    border-bottom: 0px solid #1868b3;
}

.tabs-ul li a h2 {
    font-size: 28px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
    display: block;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tabs-ul li a span {
    font-size: 20px;
    color: #7c94ca;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.tabs-ul li a p {
    font-size: 16px;
    color: #7c94ca;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
    height: auto;
}

.tabs-ul li.active a span {
    display: block;
}

.tabs-ul li.active a p {
    height: auto;
}


.gkzj {
    width: 33.3333%;
}

.gkzj-qh {
    width: 100%;
    margin-bottom: 0px;
    touch-action: auto;

}


.gkzj .sl {
    background: #fff;
    border-bottom: 1px solid #ccc;
    height: 251.6px;
}

.gkzj a {
    width: 100%;
    padding: 34.9px 40px;
    display: inline-block;
}

.gkzj .sl:hover {
    background: #24a6b5;
}

.gkzj .sl:hover h2 {
    color: #fff;
}

.gkzj .sl:hover span {
    color: #fff;
}

.gkzj .sl:hover p {
    color: #fff;
}

.gkzj .sl.active {
    background: #24a6b5;
}

.gkzj .sl.active h2 {
    color: #fff;
}

.gkzj .sl.active span {
    color: #fff;
}

.gkzj .sl.active p {
    color: #fff;
}

.kszj-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    margin-top: 20px;
}

.kszj-img img {
    width: 100%;
}

.kszj-l {
    width: calc(100% - 150px);
    float: right;
}

.kszj-l h2 {
    font-size: 28px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 15px;
}

.kszj-l span {
    font-size: 22px;
    color: #949494;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kszj-l p {
    font-size: 16px;
    color: #949494;
    line-height: 28px;
    min-height: 84.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.gkzj-tit {
    background: #2579b6;
    padding: 20px 30px;
    color: #fff;
    margin-bottom: 0px;
    height: 110px;
}

.gkzj-tit span {
    color: #fff;
}

.gkzj-qh .slick-prev {
    left: auto;
    right: 70px;
    width: 36px;
    height: 36px;
    background: url(../images/ty-jt.png)center no-repeat;
    background-size: 100% 100%;
    top: -65px;
    border-radius: 50%;
}

.gkzj-qh .slick-prev:hover {
    background: #fff url(../images/ty-jt.png)center no-repeat;
}

.gkzj-qh .slick-next {
    left: auto;
    width: 36px;
    height: 36px;
    background: url(../images/ty-jt.png)center no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    top: -65px;
    right: 20px;
    border-radius: 50%;
}

.gkzj-qh .slick-next:hover {
    background: #fff url(../images/ty-jt.png)center no-repeat;
}

.slick-prev:before,
.slick-next:before {
    display: none !important;
}


.img-slick .slick-next:before {
    display: block !important;
}

/*four*/
.four {
    width: 100%;
    display: block;
    padding: 0px 0 50px;
    position: relative;
    top: -100px;
}

.xydt {
    width: 31%;
}

.xydt .xydt-st {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}

.xydt .xydt-st img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    transform: scale(1, 1);
}

.xydt .xydt-st:hover img {
    transform: scale(1.05, 1.05);
}


.xydt-list {
    width: 100%;
    display: block;
    margin-top: 30px;
}

.xydt-list li {
    width: 100%;
    display: block;
    padding: 12px 0;
    border-bottom: 1px #ccc dotted;
}

.xydt-list li a {
    width: 100%;
    min-height: 60px;
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xydt-list li span {
    font-size: 16px;
    color: #24a6b5;
    display: block;
    text-align: right;
}

.xydt-list li:hover {
    border-bottom: 1px #24a6b5 dotted;
}

.xydt-list li:hover a {
    color: #24a6b5;
}


.xydt-r {
    width: 65%;
}

.rdzt {
    width: 100%;
    display: block;
    margin-bottom: 50px;
}

.rdzt-qh {
    margin: 0 -10px;
    touch-action: auto;
}

.rdzt-qh .slick-prev {
    width: 36px;
    height: 60px;
    background: url(../images/left.png)center no-repeat;
    left: 20px;
    top: 30%;
}

.rdzt-qh .slick-next {
    width: 36px;
    height: 60px;
    background: url(../images/right.png)center no-repeat;
    right: 20px;
    top: 30%;
}

.rdzt a {
    display: block;
    margin: 0 10px;
}

.rdzt a:hover p {
    color: #24a6b5;
}

.rdzt-img {
    display: block;
    position: relative;
    padding-top: 66%;
    overflow: hidden;
    margin-bottom: 18px;
}

.rdzt-img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    transform: scale(1, 1);
}

.rdzt-img:hover img {
    transform: scale(1.05, 1.05);
}


.rdzt a p {
    font-size: 18px;
    color: #333;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.jcsp {
    width: 52.5%;
}

.jcsp-s {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

.jcsp-s i:after {
    position: absolute;
    left: 0;
    top: 44%;
    right: 0;
    height: 72px;
    margin-top: -20px;
    background: url(../images/kplm-sp.png)center no-repeat;
    background-size: cover 100%;
    display: block;
    content: "";

}


.jcsp-s video {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}




.mtgz {
    width: 43%;
}

.mtgz .title {
    margin-bottom: 15px;
}

.mtgz .xydt-list {
    margin-top: 0px;
}



/*five*/
.five {
    width: 100%;
    display: block;
    background: url(../images/dscvv.png)left bottom no-repeat;
    position: relative;
    top: -70px;
}

.ylhj {
    width: 100%;
    display: block;
    margin-bottom: 0px;
    touch-action: auto;
}

.ylhj-left {
    width: 31%;
    padding-top: 50px;
}

.ylhj-left h2 {
    font-size: 24px;
    color: #333;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}





.ylhj-right {
    width: 62%;
    display: block;
    position: relative;
    padding-top: 31%;
}

.ylhj-right img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.ylhj .slick-dots {
    width: 200px;
    bottom: 100px;
}

.ylhj .slick-dots li {
    width: 8px;
    height: 8px;
    background: #9eb8cc;
    border-radius: 50%;
    margin: 0 10px;
}

.ylhj .slick-dots .slick-active {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00428c;
}

.ylhj .slick-dots .slick-active button {
    font-size: 14px;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 11px;
}


/*six*/
.six {
    width: 100%;
    display: block;
}

.fwzn-left {
    width: 45%;
    margin-left: 3%;
    padding-top: 80px;
}




.fwzn-right {
    width: 33%;
    margin-right: 10%;
}

.fwzn {
    width: 100%;
}

.fwzn li {
    width: calc(50% - 20px);
    margin: 0 10px;
    float: left;
    margin-bottom: 20px;
    transition: 0.5s all;
    transform: scale(1, 1);
}

.fwzn li:hover {
    transform: scale(1.05, 1.05);
    box-shadow: 0px 0px 10px #333;
}

.fwzn li a {
    width: 100%;
    display: block;
    padding: 60px 0;
}

.fwzn li a img {
    display: block;
    margin: auto;
}

.fwzn li a p {
    font-size: 30px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.fwzn li:nth-child(1) {
 background: rgba(14, 100, 175, .9) url(../images/fwzn.png)center no-repeat;
    background-size: 100% 100%;
    border-radius: 0 80px 0 80px;
    border-left: 10px solid #c4d9eb;
    border-top: 10px solid #c4d9eb;
}

.fwzn li:nth-child(2) {
background: rgba(10, 123, 135, .9) url(../images/fwzn.png)center no-repeat;
    background-size: 100% 100%;
    border-radius: 80px 0 80px 0;
    border-right: 10px solid #c4d9eb;
    border-top: 10px solid #c4d9eb;
}

.fwzn li:nth-child(3) {
background: rgba(27, 188, 202, .9) url(../images/fwzn.png)center no-repeat;
    background-size: 100% 100%;
    border-radius: 80px 0 80px 0;
    border-left: 10px solid #c4d9eb;
    border-bottom: 10px solid #c4d9eb;
}

.fwzn li:nth-child(4) {
background: rgba(45, 124, 181, .9) url(../images/fwzn.png)center no-repeat;
    background-size: 100% 100%;
    border-radius: 0 80px 0 80px;
    border-right: 10px solid #c4d9eb;
    border-bottom: 10px solid #c4d9eb;
}

.byxs {
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 1px #ccc dotted;
    padding-bottom: 30px;
}

.byxs-left {
    width: 150px;
}

.byxs-left img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.byxs-left h2 {
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: bold;
}


.fwzn-left .byxs:nth-child(1) {
    margin-bottom: 60px;
}

.byxs-qh {
    width: calc(100% - 200px);
    touch-action: auto;
}

.byxs-qh2 {
    width: calc(100% - 200px);
    touch-action: auto;
}

.byxs-right li {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.byxs-right li:hover a {
    color: #24a6b5;
}

.byxs-right li a {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.more3 {
    width: 26px;
    height: 26px;
    display: block;
    background: url(../images/more3.png)center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: calc(50% - 13px);
}


.byxs-qh33 .slick-dots {
    width: 100px;
    bottom: 10px;

}

.byxs-qh33 .slick-dots li {
    width: 12px;
    height: 8px;
    border-radius: 50%;
    background: #b9cedd;
}

.byxs-qh33 .slick-dots .slick-active {
    width: 30px;
    background: #31d3d9;
    border-radius: 10px;
}


.byxs-qh22 .slick-dots {
    width: 100px;
    bottom: 10px;

}

.byxs-qh22 .slick-dots li {
    width: 12px;
    height: 8px;
    border-radius: 50%;
    background: #b9cedd;
}

.byxs-qh22 .slick-dots .slick-active {
    width: 30px;
    background: #31d3d9;
    border-radius: 10px;
}



/*footer*/

footer {
    width: 100%;
    display: block;
    padding-top: 100px;
    background: url(../images/footer-bj.png)center no-repeat;
    background-size: 100% 100%;
}

.yqlj {
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
}

.yqlj h2 {
    width: 100px;
    display: block;
    float: left;
    font-size: 24px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}

.ljlb {
    width: calc(100% - 130px);
    float: right;
    display: block;
}

.ljlb a {
    display: block;
    float: left;
    font-size: 20px;
    color: #fff;
    padding: 0 20px;
    border-left: 2px solid #ccc;
    margin-bottom: 10px;
}

.ljlb a:nth-child(1) {
    border: none;
}

.foot {
    width: 100%;
    display: inline-block;
    border-top: 2px solid #549dd1;
    border-bottom: 2px solid #549dd1;
    padding: 40px 0 40px;
}


.bdh {
    margin-right: 36px;
    float: left;
}

.bdh h2 {
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 15px;
text-align: center;
}

.bdh ul li {
    display: block;
}

.bdh ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}



.bq-logo {
    margin: 0 50px;
    float: left;
}

.bq-logo img {
    margin-bottom: 14px;
}

.bq-logo p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    text-align: center;
}

.rwm {
    margin: 20px 0px 0 20px;
}





.footer {
    width: 100%;
    display: inline-block;
}

.footer p {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 25px 0;
}





/*单篇正文*/
.list-banner {
    height: 580px;
    position: relative;
}

.list-banner .container {}

.nav-b {
    font-size: 16px;
    margin-top: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 160px;
}

.nav-b a {
    color: #fff;
}

.rjdh {
    width: 100%;
    display: block;
    background: #fff;
    position: relative;
}

.lmmc {
    width: 500px;
    font-size: 34px;
    color: #fff;
    background: url(../images/lmmc.png)left center no-repeat;
    background-size: 100% 100%;
    padding-left: 160px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    top: -60px;
}

.nydh {
    width: 100%;
    display: block;
    display: flex;
    justify-content: center;
}

.nydh .active {
    border-bottom: 2px solid #2497b5;
}

.nydh .active a {
    color: #24a6b5;
    font-weight: bold;
}

.nydh li {
    margin: 0 20px;
    float: left;
}

.nydh li a {
    font-size: 20px;
    color: #333;
    line-height: 80px;
}


.centent {
    width: 100%;
    display: inline-block;
    background: #f0f2f7;
    padding: 50px 0;
}

.footer-bj {
    background: #1477bf !important;
    padding-top: 40px !important;
}

.about-txt p {
    margin-bottom: 0;
    text-align: justify;
    text-indent: 2em;
    line-height: 38px;
    font-size: 18px;
    color: #333;
}



/*科室导航*/
.ksdh-li {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}

.ksdh-li h2 {
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 36px;
    color: #2579b6;
    font-size: 24px;
    padding-left: 10px;
    border-left: 5px solid #2497b5;
    font-weight: bold;
    position: relative;
}

.ksdh-li h2:after {
    position: absolute;
    left: 130px;
    right: 0;
    height: 12px;
    background: url(../images/vcdsv.png)right center no-repeat;
    display: block;
    content: "";
    top: calc(50% - 6px);

}

.ksdh-li li {
    width: calc(20% - 20px);
    margin: 0 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    float: left;
    position: relative;
    padding-left: 40px;
}

.ksdh-li li:hover {
    background: url(../images/cdsvdsvsvsw.png)center no-repeat;
    background-size: 100% 100%;
}

.ksdh-li li:hover a {
    color: #fff;
}

.ksdh-li li:after {
    left: 15px;
    right: 0;
    width: 11px;
    height: 11px;
    background: url(../images/greg.png)left no-repeat;
    display: block;
    content: "";
    position: absolute;
    bottom: 19px;

}


.ksdh-li li a {
    width: 100%;
    display: block;
    text-align: centers;
    font-size: 18px;
    color: #333;
    line-height: 50px;
}



/*科室介绍*/

.ksdh-jj {
    width: 100%;
    display: inline-block;
    background: #2579b6;
    padding: 30px 0;
}

.ksjj {
    width: 100%;
    padding: 0px 0 40px;
    text-align: center;
    margin-top: 50px;
}

.ksjj h2 {
    font-size: 30px;
    color: #2579b6;
    line-height: 40px;
    background: url(../images/lgsj.png)center no-repeat;
}


.ksdh-jj .jj {
    width: 44%;
    margin-top: 40px;
}

.ksdh-jj .jj h2 {
    width: 194px;
    margin-top: 0px;
    width: 100%;
    display: block;
    font-size: 24px;
    color: #fff;
    padding-bottom: 48px;

}

.ksdh-jj .jj h2:after {
    display: block;
    content: "";
    width: 40px;
    height: 4px;
    background: #fff;
    margin-top: 15px;
}

.ksdh-jj .jj p {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    max-height: 270px;
    overflow-y: auto;
    padding-right: 20px;
}


.ksdh-jj .jj p::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

.ksdh-jj .jj p::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #0d97df;
}

.ksdh-jj .jj p::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #cfefff;
}

.jj-img {
    width: 47.5%;
}

.jj-img a {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 64%;
    overflow: hidden;
}

.jj-img a img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    transform: scale(1, 1);
}

.jj-img a img:hover {
    transform: scale(1.1, 1.1);
}



.zjjj {
    width: 100%;
    margin-bottom: 75px;
}

.zjjj .slick-prev {
    top: auto;
    left: calc(50% - 50px);
    width: 36px;
    height: 36px;
    background: url(../images/more3.png);
    transform: rotate(180deg);
    bottom: -70px;
    opacity: .7;
}

.zjjj .slick-slide {}

.zjjj a {
    width: calc(100% - 30px);
    display: block;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    margin: 0 15px;
}

.team-img {
    position: relative;
    padding-top: 140%;
    overflow: hidden;
}

.team-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    transform: scale(1, 1);
}

.zjjj a .team-bottom {
    background: rgba(0, 0, 0, .7);
}

.team-bottom {
    position: absolute;
    left: 0;
    padding: 11px 0;
    right: 0;
    bottom: 0;
    text-align: center;
}


.zjjj .slick-next {
    top: auto;
    left: auto;
    right: calc(50% - 50px);
    ;
    width: 36px;
    height: 36px;
    background: url(../images/more3.png);
    transition: 0.5s all;
    bottom: -70px;
    opacity: .7;
}

.zjjj .slick-next:hover {
    opacity: 1;
}

.zjjj .slick-prev:hover {
    opacity: 1;
}

.team-name {
    font-size: 20px;
    color: #fff;
}



/*内容页*/
.article-tt {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 0px 0 20px;
    text-align: center;
}

.article-sm {
    padding-bottom: 25px;
}

.article-sm span {
    display: inline-block;
    padding: 0 10px;
    color: #555;
    font-size: 14px;
}


.article-p {
    margin-top: 10px;
    padding: 30px;
}


.article-p p {
    text-align: justify;
    font-size: 18px;
    color: #555;
    line-height: 36px;
    margin: 0;
    text-indent: 2em;
}

.article-p p span{
    text-align: justify;
    font-size: 18px !important;
    color: #555;
    line-height: 36px;
    margin: 0;
    text-indent: 2em;
}
.article-p tr span{font-size: 16px !important;}


.article-link {
    border-top: solid 1px #ccc;
    padding: 30px;
}


.article-link p {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.article-link p a {
    font-size: 16px;
    color: #666;
}


/*图片列表*/

.img-ul {
    margin: 0 -18px;
    margin-top: -15px;
}

.img-ul li {
    float: left;
    width: calc(33.333333% - 30px);
    margin: 0 15px;
    margin-top: 35px;
    background: url(../images/yrym-bj.png)bottom center no-repeat;
    padding-left: 10px;
    background-size: 100%;
    padding-bottom: 10px;
}


.img-hide {
    overflow: hidden;
    display: block;
}

.img-ul-img a {
    display: block;
    position: relative;
    padding-top: 71%;
}

.img-ul img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.img-hide img {
    transition: 0.3s all;
    transform: scale(1, 1);
}

.img-hide:hover img {
    transform: scale(1.1, 1.1);
}


.img-ul-tt {
    margin-top: 20px;
    background: url(../images/gfgff.png)right 20px center no-repeat;
}

.img-ul-tt a {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-box {
    margin-top: 50px;
}


/*文字列表*/



.gg-list li {
    position: relative;
    line-height: 60px;
    padding-right: 120px;
    font-size: 16px;
    color: #313131;
    background: #fff;
    margin-bottom: 20px;
}

.gg-list li:hover {
    border-bottom: solid 1px #24a6b5;
}

.gg-list li:hover a {
    color: #24a6b5;
}

.gg-list li:hover span {
    color: #24a6b5;
}

.gg-list li a {
    font-size: 20px;
    color: #333;
    padding-left: 42px;
    background: url(../images/yd-ol.png) left 20px center no-repeat;
}

.gg-list li span {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 16px;
    color: #969696;
}


/*现任领导*/

.ldtd {
    width: 100%;
    display: inline-block;
}

.ldtd li {
    width: 100%;
    float: left;
    padding: 20px;
    margin-bottom: 25px;
    background: #fff;
    position: relative;
}


.ldtd li:after {
    display: block;
    content: "";
    width: 107px;
    height: 12px;
    position: absolute;
    bottom: 20px;
    right: 30px;


}

.ldtd li:nth-child(even) {
    float: right;
}

.ldtd li a {
    width: 100%;
    display: inline-block;
}


.ldtd li:hover {
    box-shadow: 0px 6px 10px #0d97df;
    transition: 0.5s all;
}

.ldtd li:hover h2 {
    color: #0d97df;
}

.ldtd-img {
    width: 180px;
    position: relative;
    height: 240px;
    overflow: hidden;
}

.ldtd-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    transform: scale(1, 1);
}

.ldtd-img:hover img {
    transform: scale(1.1, 1.1);
}

.ldtd-l {
    width: calc(100% - 220px);
}

.ldtd-l h2 {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 26px;
    color: #2579b6;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.ldtd-l h2 span {
    font-size: 18px;
    color: #333;
    margin-left: 10px;
}

.ldtd-l p {
    font-size: 18px;
    color: #333;
    line-height: 34px;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.xrld-ckxq {
    display: inline-block;
    padding: 4px 20px;
    color: #2579b6;
    font-size: 16px;
    border: 1px solid #2579b6;
    border-radius: 20px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.ldtd li:hover .xrld-ckxq {
    background: #2579b6;
    color: #fff;
}


/*新闻中心*/
.xy-news {
    width: 100%;
    display: block;
}

.xy-news li {}

.xy-news li a {
    display: block;
    padding: 20px 30px;
    background: #fff;
    margin-bottom: 20px;
}

.xy-news li:hover a {
    background: url(../images/grfhyhhh.png)center no-repeat;
    background-size: 100% 100%;
}

.xy-news-date {
    width: 70px;
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #0d97df;
    position: relative;
    margin-left: 30px;
}

.xy-news-date:after {
    display: block;
    content: "";
    width: 37px;
    height: 24px;
    position: absolute;
    right: 17px;
    bottom: -50px;


}


.xy-news-date span {
    color: #333;
    font-size: 42px;
    display: inline-block;
    padding-top: 0px;
    font-weight: bold;
    font-family: -webkit-pictograph;
}

.xy-news-date i {
    font-style: unset;
    font-weight: bold;
    font-family: -webkit-pictograph;
    font-size: 16px;
    color: #333;
}

.xy-news-right {
    margin-left: 0px;
}

.xy-news-img {
    border-radius: 0px;
    overflow: hidden;
    display: block;
    width: 300px;
    height: 180px;
}

.xy-news-img img {
    display:none;
    width: 300px;
    height: 180px;
    border-radius: 0px;
    transition: 0.3s all;
    transform: scale(1, 1);
}

.xy-news-width {
    margin-left: 420px;
    padding-top: 10px;
    background: url(../images/dscddssss.png)bottom center no-repeat;
    padding-bottom: 30px;
    background-size: 100%;
}

.xy-news-tt {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.xy-news-p {
    line-height: 30px;
    margin-top: 15px;
    color: #555;
    font-size: 16px;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.xy-news li:hover {
    background: url(../images/grfhyhhh.png)center no-repeat;
    background-size: 100% 100%;
}

.xy-news li:hover .xy-news-date {

    color: #fff;
}

.xy-news li:hover .xy-news-date i {
    color: #fff;
}

.xy-news li:hover .xy-news-date span {
    color: #fff;
}

.xy-news li:hover .xy-news-tt {
    color: #fff;
}

.xy-news li:hover .xy-news-p {
    color: #fff;
}























































































































































































































/*************弹出菜单**************/
.slide_down_nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
}

.slide_down_nav.on {
    visibility: visible;
}

.slide_down_nav .slide_down_nav_content {
    position: relative;
    z-index: 10;
    transition: .6s;
    height: 100%;
    opacity: 0;
    padding: 100px 0 0;
}

.slide_down_nav .slide_down_nav_content.on {
    transition: .6s;
    opacity: 1;
}

.w1256 {
    max-width: 76%;
    padding: 0;
    margin: 90px auto 0;
    height: 100%;
    display: flex;
}

.miso_wzmap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.miso_wzmap li {
    padding: 25px 20px;
    transform: translateY(50px);
    transition: .5s;
    opacity: 0;
    flex: 1;
    width: 12.5%\0;
    text-align: center;
}

.miso_wzmap li:nth-child(1) {
    transition-delay: .1s;
}

.slide_down_nav_content.on .miso_wzmap li {
    transform: translateY(0);
    opacity: 1;
}

h3 {
    margin: 0;
}

.miso_wzmap li h3 a {
    font-size: 22px;
    color: #fff;
    position: relative;
    display: block;
    padding: 0 0 18px;
    margin-bottom: 16px;
    font-weight: 700;
}

.miso_wzmap li dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.25rem;
}

.miso_wzmap li dl dd {
    width: 100%;

}

.miso_wzmap li dl dd a {
    font-size: 17px;
    color: #fff;
    line-height: 36px;
    display: block;
    transition: .5s;
}

.slide_down_nav .slide_down_nav_bg {
    position: fixed;
    right: 0;
    top: 0;
    height: 0;
    left: 0;
    background: #fff;
    background: #fff url(../images/slide_down_nav_bg.png)50% no-repeat;
    background-size: cover;
    transition: .9s cubic-bezier(.165, .84, .44, 1).2s;
}

.slide_down_nav .slide_down_nav_bg.on {
    height: 100%;
}

.miso_wzmap li h3 a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 1.2s 1.2s;
    transform: translateX(-50%);
}

.slide_down_nav_content.on .miso_wzmap li h3 a:before {
    width: 30px;
}

.miso_wzmap li:nth-child(2) {
    transition-delay: .2s;
}

.miso_wzmap li:nth-child(3) {
    transition-delay: .3s;
}

.miso_wzmap li:nth-child(4) {
    transition-delay: .4s;
}

.miso_wzmap li:nth-child(5) {
    transition-delay: .5s;
}

.miso_wzmap li:nth-child(6) {
    transition-delay: .6s;
}

.miso_wzmap li:nth-child(7) {
    transition-delay: .7s;
}

.miso_wzmap li:nth-child(8) {
    transition-delay: .8s;
}

.miso_wzmap li:nth-child(9) {
    transition-delay: .9s;
}

.bg_s #nav {
    display: none;
}

.active#openBtn .lcitem.top {
    transform: rotateZ(45deg);
    top: 49%;
}

.active#openBtn .lcitem.center {
    opacity: 0;
}

.active#openBtn .lcitem.bottom {
    transform: rotateZ(-45deg);
    top: 49%;
}

.nav-click {
    display: none;
}

.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #2579b6;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross {
    margin-top: -8px;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

.layer {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layer.showdiv {
    opacity: 1;
    visibility: visible;
    z-index: 10000000;
}

.layer .close {
    font-size: 60px;
    font-family: "宋体";
    position: absolute;
    right: 50px;
    top: 50px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    color: #ccc;
}

.layer .search_box {
    height: 50px;
    line-height: 50px;
    width: 550px;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-50px);
    opacity: 0;
    margin-top: -100px;
}

.layer.showdiv .search_box {
    transform: none;
    transition: all 0.5s ease-out 0s;
    opacity: 1;
}

.layer .search_box .kw {
    background: #fff;
    border: none;
    -ms-flex: 1;
    flex: 1;
    padding: 0 12px;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.layer .search_box .ok {
    background: #24a6b5;
    color: #fff;
    box-shadow: none;
    border: none;
    width: 120px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.layer.active {
    opacity: 1;
    z-index: 1000000;
}

@media(max-width: 1780px) {
    .topl1 #nav li {
        padding: 0 10px;
    }

}

@media(max-width: 1740px) {
    .headder_box .wp {
        padding-left: 5%;
    }

    .container {
        width: 96%;
    }

    .lmmc {
        padding-left: 3%;
        width: auto;
        padding-right: 50px;
    }

    .nav-b {
        right: 3%;
    }



    .topl1 #nav li {
        padding: 0 10px;
    }

    .w1256 {
        max-width: 100%;
        padding: 0 15px;
    }

    .miso_wzmap li dl dd a {
        font-size: 14px;
    }

    .miso_wzmap li h3 a {
        font-size: 18px;
    }

    .ksdh {
        background: #2c9cb8;
    }

    .lm2 {

    }

    .bq-logo {
        margin: 0 20px;
    }


}

@media(max-width: 1699px) {
#nav ul li h3 {font-size: 18px;}
.logo {
    width: 450px;
    padding-top: 23px;
}

}

@media(max-width: 1599px) {
    .logo {
        width: 450px;
        padding-top: 23px;
    }

    #nav ul li h3 {
        font-size: 18px;
    }

    .rwm {
        margin: 20px 0px 0;
    }
.headder_box .wp {
    padding-left: 2%;
}

.bdh{    margin-right: 25px;}


}


@media(max-width: 1530px) {
.bdh{    margin-right: 20px;}
}

@media(max-width: 1499px) {
    .headder_box .wp {
        padding-left: 15px;
    }


    .logo {
        width: 400px;
    }

    #nav ul li h3 {
        font-size: 16px;
color:#2579b6;
    }

    .topl1 #nav li {
        padding: 0 10px;
    }

    .zh-span-tt {
        font-size: 16px;
    }


.lm2 span{font-size:26px;}
.ksdh-left{    padding: 50px 25px;}

    .ksdh-list li {
        width: 31.333%;
    }

    .ksdh {
        margin-bottom: 30px;
        padding-bottom: 140px;
    }

    .sxzj1 {
        top: -140px;
    }


    .byxs-qh {
        width: calc(100% - 200px);
        float: left !important;
    }

    .byxs-qh2 {
        width: calc(100% - 200px);
        float: left !important;
    }

    .byxs-qh .slick-dots {
        left: -166px;
    }

    .byxs-qh2 .slick-dots {
        left: -166px;
    }

    .fwzn-left {
        width: 48%;
        margin-left: 0%;
    }

    .fwzn-right {
        width: 43%;
        margin-right: 0%;
    }

    .bdh {
        margin-right: 0px;
        width: 12.5%;
    }

    .bq-dh {
        width: 100%;
        margin-bottom: 30px;
    }


    .list-banner {
        height: 400px;
    }





    .ksdh-list li a {
        line-height: 52px;
    }

    .jyzn li {
        padding: 40px 0;
    }

    .jyzn li p {
        font-size: 20px;
    }

    .title {
        font-size: 32px;
    }
    .sxzj-bt{
        font-size: 32px !important;
    }

    .ksdh-left h2 {
        font-size: 32px;
    }

    .ksdh-jj .jj h2 {
        padding-bottom: 25px;
    }

    .ksdh-jj .jj p {
        max-height: 240px;
    }

}

@media(max-width: 1340px) {
.topl1 #nav li {
    padding: 0 7px;
}

.sxzj-right{padding: 50px 20px;}


}



@media(max-width: 1279px) {
    body {
        padding-top: 50px;
    }

    body,
    html {
        overflow-x: hidden;
    }

    .miso_btn1 {
        display: none;
    }
.lm2 span{    font-size: 26px;}
    .headder_box {
        height: 50px;
        position: fixed;
        background:#d3edff;
        background-size: 100% 100%;
    }

#nav ul li .sub a { padding: 8px 30px;}
.sj{display:none !important;}

    .logo {
        padding: 0;
        line-height: 50px;
    }

    .logo img {
        height: 30px;
    }

    .topl1 #nav {
        position: fixed;
        display: none;
        overflow-y: auto;
        border-top: solid 1px #fff;
        left: 0;
        bottom: 0;
        top: 50px;
        background: #2497b5;
        right: 0;
    }

    .topl1 #nav li {
        padding: 0;
        width: 100%;
    }

    .title {
        font-size: 28px;
    }
    .sxzj-bt{
        font-size: 28px !important;
    }

    .ksdh-left h2 {
        font-size: 28px;
    }



    #nav ul li a {
        padding: 0 15px;
    }

    .headder_box .right .ll .top {
        padding: 0;
        line-height: 50px;
    }

    .list_box2 li a {
        display: block;
    }

    .sub {
        display: none;
    }

    .sub,
    #nav ul li:hover .sub {
        position: static;
        visibility: visible;
        opacity: 1 !important;
        transition: 0s !important;
        border-radius: 0;
        width: 100%;
        transform: translateX(0)scaleY(1);
    }

    #nav ul li .sub a {
        text-align: left !important;
        justify-content: left;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #fff;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
    }

    .menu-button {
        display: block;
    }

    #nav ul {
        margin: 0;
    }

    .headder_box .right {
        padding-right: 20px;
    }

    .mt-ul li {
        width: 33.333333%;
    }

    .zh-span-tt {
        font-size: 14px;
        line-height: 25px;
    }

    .logo-b {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    #nav ul li h3 {
        line-height: 40px;
    }

    .tabs-ul li {
        margin-bottom: 20px;
    }

    .tabs-ul li a h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .tabs-ul li a span {
        margin-bottom: 5px;
    }

    .gkzj a {
        padding: 20px 20px;
    }

    .kszj-l h2 {
        font-size: 24px;
    }

    .kszj-l span {
        font-size: 18px;
    }

    .ylhj .slick-dots {
        bottom: 10px;
    }

    .fwzn-left {
        width: 50%;
    }

    .fwzn li a p {
        font-size: 24px;
    }

    .fwzn li a {
        padding: 40px 0;
    }

    .byxs {
        padding-bottom: 20px;
    }

    .fwzn-left .byxs:nth-child(1) {
        margin-bottom: 40px;
    }

    .lmmc {
        font-size: 30px;
        top: -72px;
    }

    .nydh li a {
        line-height: 70px;
    }

    .list-banner {
        height: 350px;
    }

    .ksdh-li li {
        width: calc(25% - 20px);

    }

    .ksdh-jj .jj {
        margin-top: 10px;
    }

.lm2 span:nth-child(5){width:100%;}

}


@media(max-width: 1100px) {
    .two-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .two-right {
        width: 100%;
    }

    .two {
        border-radius: 0 0 0 100px;
    }

    .ksdh {
        background: #2c9cb8;
    }

    .sxzj {
        width: 100%;
        margin-bottom: 30px;
    }

    .gkzj {
        width: 100%;
    }

    .sxzj-qh .slick-prev {
        height: 60px;
        top: -50px;
    }

    .sxzj-qh .slick-next {
        height: 60px;
        top: -50px;
    }

    .sxzj-qh {
        height: auto;
    }

    .ylhj-left {
        padding-top: 20px;
    }
















}




@media(max-width: 991px) {
    .one {
        background: #f8f8f8;
        padding-top: 10px;
    }

    .container {
        width: 98%;
    }
.nydh li a{font-size: 18px;}
    .one-left {
        display: none;
    }

    .one-right {
        width: 100%;
    }

    .jzzn {
        height: 140px;
    }

    .jzzn img {

        height: 120px;
    }

    .ksdh-list li {
        width: 31.333%;
    }

    .ksdh-left {
        width: 100%;
    }

    .ksdh-right {
        width: 100%;
    }

    .lm2 {
        padding: 0px;
        background: none;
    }

    .ksdh-left {
        background: #0c4589;
        padding: 30px;
    }

    .lm2 span {
        font-size: 24px;
        width: calc(33.333% - 16px);
        line-height: 60px;
        float: left;
        display: block;
        text-align: center;
        margin:8px 8px;
    }
.lm2 span:nth-child(5){width: calc(33.333% - 16px);}
    .ksdh-left h2 {
        margin-bottom: 10px;
    }

    .lm2 span.active {
        font-size: 28px;
        background: #24a6b5;
    }
.ksdh{padding-bottom: 100px;}
.ksdh-right{margin-top: 50px;}

    .ksdh-list li {
        margin: 0 1%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .title {
        font-size: 24px;
    }
    .sxzj-bt{
        font-size: 24px !important;
    }

    .ksdh-left h2 {
        font-size: 24px;
    }

    .lm2 span {
        font-size: 22px;
    }

    .lm2 span.active {
        font-size: 20px;
        font-weight: bold;
    }

    .xydt {
        width: 100%;
        margin-bottom: 30px;
    }

    .xydt-r {
        width: 100%;
    }

    .xydt-list li a {
        min-height: auto;
    }


    .ylhj-left {
        width: 40%;
    }

    .ylhj-right {
        width: 57%;
    }

    .ylhj-left h2 {
        font-size: 20px;
    }

    .ylhj-left .title {
        margin-bottom: 0px
    }

    footer {
        background: #1477bf;
        padding-top: 30px;
    }

    .yqlj h2 {
        font-size: 20px;
    }

    .ljlb a {
        font-size: 16px;
        border-left: none;
    }

    .rjdh .container {
        overflow-x: auto;
    }

    .nydh {
        min-width: 800px;
justify-content: end;
    }

    .list-banner {
        height: 300px;
    }

    .ksdh-li li {
        width: calc(33.333% - 20px);

    }

    .ksdh-jj .jj {
        width: 100%;
    }

    .jj-img {
        width: 100%;
        margin-top: 20px;
    }

    .ksdh-jj .jj p {
        max-height: none;
        padding-right: 0px;
    }















}


@media(max-width: 768px) {
    .list_box2 li {
        display: none;
    }

    .logo {
        width: auto;
    }

.nav-b{display:none;}

.sxzj-bt{font-size: 20px !important;  top: 0px !important;  left:0px !important; }
.sxzj-bt i{margin-top: 8px;    font-size: 12px;}


    .list_box2 li:last-child {
        display: block;
    }

    .headder_box .right {
        padding-right: 5px;
    }

    .banner .slick-dots {
        bottom: 20px;
    }

    .banner-more {
        bottom: 25px;
    }

    .banner .slick-prev {
        width: 40px;
        height: 40px;
    }

    .banner .slick-next {
        width: 40px;
        height: 40px;
    }

    .jyzn li {
        width: 33.333%;
    }

    .jyzn li:nth-child(1) {
        margin-left: 0%;
    }

    .ksdh-list li {
        width: 48%;
    }

    .img-slick {
        width: 100%;
    }

    .mt-ul-b {
        width: 100%;
        margin-top: 20px;
    }

    .three {
        top: 0px;
    }

    .ksdh {
        padding-top: 50px;
    }

    .two {
        border-radius: 0 0 0 0px;
    }

    .jcsp {
        width: 100%;
        margin-bottom: 20px;
    }

    .mtgz {
        width: 100%;
    }

    .ylhj-left h2 {
        margin-top: 0px;
        font-size: 18px;
        line-height: 30px;
    }

    .four {
        padding: 0 0 20px;
    }

    .fwzn-left {
        width: 100%;
        margin-bottom: 30px;
        padding-top: 0px;
    }

    .fwzn-right {
        width: 100%;
    }

    .bq-dh {
        display: none;
    }




    .layer .close {
        right: 15px;
        width: 40px;
        top: 50%;
        transform: translate(0, 0);
        margin-top: -180px;
    }

    .layer .close img {
        width: 100%;
    }


    .ksdh-li li {
        width: calc(50% - 20px);

    }

    .article-tt {
        font-size: 18px;
        margin: 20px 0;
    }

    .article-p p {
        font-size: 16px;
        line-height: 25px;
    }

    .article-link p a {
        font-size: 16px;
    }

    .article-p {
        padding: 10px;
    }

    .article-link {
        padding: 15px 0px;
    }

    .img-ul li {
        width: calc(50% - 20px);
        margin: 0 10px;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .img-ul {
        margin: 0 -5px;
    }

    .img-ul-tt a {
        font-size: 16px;
        line-height: 40px;
    }

    .xy-news-date {
        display: none;
    }

    .xy-news-right {
        margin-left: 0px;
    }


    .xy-news-width{margin-left: 320px;}



}


@media(max-width: 720px) {
.tabs-ul li a p{line-height:30px;}
.sxzj-qh .slick-dots{left:10%;}

}

@media(max-width: 660px) {

    .bq-logo {
        width: 100%;
        margin: 0 0px;
text-align: center;
    }


    .rwm {
        width: 100%;
        margin: 0 0px;
text-align: center;
    }

    .rwm img {
        margin: 10px auto;
    }


}





@media(max-width: 620px) {
    .ylhj-left {
        width: 100%;
    }

    .ylhj-right {
        width: 100%;
    }

    .ylhj-right {
        padding-top: 50%;
    }


    .bq-logo img {
        display: block;
        margin: auto;
    }



    .xy-news-img {
        width: 100%;
        margin-bottom: 20px;
    }


.xy-news-img {
        width: auto;
        height: auto;
background:none !important;
}

    .xy-news-img img {
        display: block;
        margin: auto;
        width: auto;
        height: auto;
    }

    .xy-news-width {
        margin-left: 0px;
    }

    .xy-news-tt {
        overflow: initial;
        white-space: normal;
    }

    .xy-news-p {
        margin-top: 15px;
        -webkit-line-clamp: 10;
    }


}


@media(max-width: 560px) {
    .sxzj-qh .slick-prev {
        width: 50%;
    }
.tab-content{padding-top:125%;}

    .sxzj-qh .slick-next {
        width: 50%;
        left: 50%;
    }

    .sxzj-qh {
        height: auto;
    }

    .sxzj-left {
        width: 100%;
    }

    .sxzj-right {
        width: 100%;
    }

    .fwzn li {
        width: calc(50% - 10px);
        margin: 0 5px;
        margin-bottom: 10px;
    }

    .fwzn li a p {
        font-size: 20px;
    }

    .ksdh-li li {
        width: 100%;
        margin: 0 0px;
        margin-bottom: 10px;
    }

    .img-ul-tt {
        margin-top: 3px;
    }
    .xy-news li a{padding: 10px 10px;}
    .xy-news-tt{font-size: 18px;}
.layer .search_box{max-width:98%;width:98%;}
}


@media(max-width:550px){
.lm2 span{width: calc(50% - 16px);}
.lm2 span:nth-child(5){width: calc(50% - 16px);}
.ksdh-left{padding: 30px 10px;}

}






@media(max-width: 460px) {
    .jyzn li {
        width: 50%;
    }

    .ksdh-list li {
        width: 100%;
        margin: 0;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .img-ul li {
        width: 100%;
        margin: 0 0px;
        margin-bottom: 15px;

    }

    .ldtd li {
        padding-bottom: 60px;
    }

    .ldtd-img {
        width: 100%;
    }

    .ldtd-l {
        width: 100%;
        margin-top: 10px;
    }

    .ldtd-img img {
        width: auto;
        height: auto;
        position: unset;
        display: block;
        margin: auto;
    }
.nav-b{display:none;}
.sxzj-qh .slick-dots{left:0%;}
}