body {
    color: #333;
    font-size: 14px;
    font-family: "microsoft Yahei", "Arial", Helvetica, Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    background: #fffefe;
}

html,
body {}

.img-hide {
    overflow: hidden;
    display: block;
}

.slick-slider {
    touch-action: auto !important;
}

.img-hide img,
.div-img {
    transition: 0.5s all;
    transform: scale(1, 1);
}

.img-hide:hover img,
.img-hide:hover .div-img {
    transform: scale(1.05, 1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.txt-elise2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.txt-elise3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

li {
    list-style: none;
}

a {
    color: #333;
    word-break: break-all;
}

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;
    word-break: break-all;
}

span{    word-break: break-all;}
b{    word-break: break-all;}




img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}




.container {
    width: 1600px;
}


.header {
    position: fixed;
    transition: all 0.3s ease-out 0s;
    z-index: 10000;
    left: 0;
    top: 0;
    right: 0;
    height: 210px;
    background: url(../images/header-bj.png)center no-repeat;
    background-size: 100% 100%;
}

.header.active {
    background: rgb(0, 139, 189, .8);
    height: 167px;
}

.top {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #fff;
}


.search {
    width: 250px;
    height: 38px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    margin-top: 12px;
}

.ok {
    width: calc(100% - 40px);
    float: left;
    line-height: 33px;
    padding-left: 10px;
    background: transparent;
    border: none !important;
    color: #fff;
}

.btnn {
    width: 40px;
    float: right;
    padding: 8px 10px;
}



.nav-list {
    width: 100%;
}

.nav-list li {
    width: 8.3%;
    position: relative;
    float: left;
    text-align: center;
}

.nav-list li a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    width: 100%;
    text-align: center;
}

.nav-click {
    display: none;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.nav-down {
    position: absolute;
    display: none;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    min-width: 150px;
    background: rgba(255, 255, 255, 0.8);

}

.nav-down li {
    float: none;
    text-align: center;
    margin: 0 !important;
    width: 100%;
    padding: 0;
}

.nav-down li a {
    display: block;
    font-size: 18px;
    padding:8px 10px;
    line-height:26px;
    color: #008bbd;
    position: relative;
    font-weight: 400;
}

.nav-list li:hover .nav-down {
    display: block;
    box-shadow: 0 0 7px rgba(0, 0, 0, .4);
}

.banner {
    margin-bottom: 0px;
}

.banner .slick-dots {
    bottom: 0;
    height: 100px;
    background: url(../images/banner-bj.png)center no-repeat;
    background-size: 100% 100%;
    padding-top: 42px;
}


.banner img {
    width: 100%;
    margin: 0 auto;
}

.banner .slick-dots li,
.banner .slick-dots li {
    width: 18px;
    height: 3px;
    background: rgb(187, 185, 185);

}

.banner .slick-dots li.slick-active {
    background: #fff;
}

.banner .slick-dots li button {
    display: none;
}

.banner .slick-prev {
    width: 40px;
    height: 40px;
    background: url(../images/left.png)center no-repeat;
    background-size: 100% 100%;
    left: calc(50% - 120px) !important;
    bottom: 25px;
    top: auto;
    z-index: 99;
}

.banner .slick-next {
    width: 40px;
    height: 40px;
    background: url(../images/right.png)center no-repeat;
    background-size: 100% 100%;
    right: calc(50% - 120px) !important;
    bottom: 25px;
    top: auto;
    z-index: 99;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}


.menu-button {
    position: absolute;
    display: none;
    top: 15px;
    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: #fff;
    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);
}

.new {
    width: 100%;
    display: inline-block;
    background: url(../images/new-bj.png)center no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}


.title {
    width: 100%;
    margin-bottom: 30px;
    display: flow-root;
}

.tit {
    position: relative;
    padding-right: 55px;
}

.new .tit {
    background: url(../images/tit-bj1.png)right center no-repeat;
}


.tit h2 {
    font-size: 32px;
    color: #333;
    font-weight: bold;

    margin-top: 0px;
    margin-bottom: 10px;

}

.tit span {
    display: block;
    font-size: 18px;
    color: #888;
    font-weight: bold;
    font-family: -webkit-pictograph;
    letter-spacing: 1px;

}

.more {
    margin-top: 20px;
}

.more img {
    max-width: 100%;
}


.new-slick {
    width: 50.5%;
}

.new-slick a {
    display: block;
    width: 100%;
}

.new-slick a:hover .new-title h2 {
    color: #008bbd;
}


.new-img {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 67%;
    overflow: hidden;
}

.new-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    transform: scale(1, 1);
}

.new-img img:hover {
    transform: scale(1.05, 1.05);
}

.new-tit {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 30px 20px;
}

.new-time {
    width: 80px;
    height: 80px;
    background: url(../images/time1.png)center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 30px;
    line-height: 22px;
    font-weight: bold;
    color: #008bbd;
    font-family: fangsong;
    font-style: italic;
    padding: 15px 0px;

}

.new-time span {
    font-size: 16px;
    font-weight: 500;
    font-family: emoji;
    font-style: initial;
display: inline-block;
}

.new-slick .slick-dots {
    bottom: 170px;
    text-align: right;
    padding-right: 20px;
}

.new-slick .slick-dots li,
.new-slick .slick-dots li {
    width: 20px;
    height: 3px;
    background: rgb(187, 185, 185);

}

.new-slick .slick-dots li.slick-active {
    background: #fff;
}

.new-slick .slick-dots li button {
    display: none;
}




.new-title {
    width: calc(100% - 100px);
}

.new-title h2 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0px;
}

.new-title p {
    font-size: 16px;
    color: #999;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-list {
    width: 47.5%;
}

.new-list ul {
    display: flow-root;
    width: 100%;
}

.new-list ul li {
    display: flow-root;
    width: 100%;
    margin-bottom: 20px;
}

.new-list ul li a {
    display: flow-root;
    width: 100%;
    background: #fff;
    padding: 20px;
}

.new-list ul li a:hover {
    box-shadow: 0px 0px 15px #65d1f8;
}

.new-list ul li a:hover .new-list-tit h2 {
    color: #008bbd;
}


.new-list-img {
    width: 37.5%;
    display: block;
    position: relative;
    padding-top: 24.4%;
    overflow: hidden;
}

.new-list-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    transform: scale(1, 1);

}

.new-list-img img:hover {
    transform: scale(1.1, 1.1);
}

.new-list-tit {
    width: calc(100% - 40%);
}

.new-list-tit h2 {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-list-tit p {
    font-size: 16px;
    color: #999;
    line-height: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-list-tit span {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #008bbd;
    margin-top: 25px;
    line-height: 26px;
    text-align: right;
    background: url(../images/time2.png)left center no-repeat;
    background-size: calc(100% - 100px);
}



.two {
    width: 100%;
    display: flow-root;
    padding: 50px 0;
    background: #0091c7;
    position: relative;
}

.two .tit h2 {
    color: #fff;
}

.two .tit span {
    color: #82cfeb
}


.tzgg {
    width: 35.5%;
}

.tzgg .tit {
    padding-right: 72px;
    background: url(../images/tit-bj2.png)right center no-repeat;
}

.tzgg .more {
    display: none;
}

.tzgg-l {
    width: 100%;
    display: block;
}

.tzgg-l li {
    width: 100%;
    display: flow-root;
    padding: 25px 0;
    position: relative;
    border-bottom: 1px dotted #09a7e1;
}

.tzgg-l li div {
    width: 80px;
    height: 50px;
    font-size: 24px;
    color: #ffc000;
    line-height: 28px;
    background: url(../images/time3.png)right center no-repeat;
    font-family: fangsong;
    font-style: italic;
    font-weight: bold;
    z-index: 9;
    position: relative;
}

.tzgg-l li div span {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: emoji;
    font-style: initial;
    font-weight: 500;
}

.tzgg-l li a {
    width: calc(100% - 100px);
    display: block;
    float: right;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    z-index: 9;
    position: relative;
}

.tzgg-l li::before {
    content: " ";
    background: #0095ca;
    box-shadow: 0px 0px 10px #0980aa;
    width: calc(100% + 40px);
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0px;
    opacity: 0;
}

.tzgg-l li:hover div {
    background: url(../images/time33.png)right center no-repeat;
}

.tzgg-l li:hover:before {
    opacity: 1;
}

.tzgg-l li:hover div {
    color: #fff;
}

.tzgg-l li:hover a {
    font-weight: bold;
}

.tz-more {
    width: 90px;
    margin-top: 50px;
}



.xsdt {
    width: 59%;
    position: relative;
    z-index: 9;

}

.xsdt .tit {
    padding-right: 76px;
    background: url(../images/tit-bj3.png)right center no-repeat;
}


.two::after {
    content: " ";
    width: calc(58% + 25px);
    height: 740px;
    position: absolute;
    right: 0;
    top: 150px;
    background: url(../images/xsdt-bj.png)center no-repeat;
    background-size: 100% 100%;
    border-radius: 0 0 0 110px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #0980aa;
}

.xsdt-s {
    width: 100%;
    padding-top: 30px;
}

.xsdt-slick {
    width: 60%;
    margin-bottom: 0px;
}

.xsdt-slick a {
    width: 100%;
}

.xsdt-img {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 69%
}

.xsdt-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    transform: scale(1, 1);
}


.xsdt-img img:hover {
    transform: scale(1.05, 1.05);
}

.xsdt-tit {
    width: 100%;

}

.xsdt-tit h2 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 30px;
    background: url(../images/dcv.png)bottom center no-repeat;
    margin-top: 50px;
}

.xsdt-tit span {
    display: block;
    font-size: 20px;
    color: #78c8e6;
    line-height: 36px;
    font-weight: bold;
}



.xsdt-slick .slick-dots li,
.xsdt-slick .slick-dots li {
    width: 15px;
    height: 3px;
    background: rgb(187, 185, 185);

}

.xsdt-slick .slick-dots li.slick-active {
    background: #fff;
}

.xsdt-slick .slick-dots li button {
    display: none;
}

.xsdt-slick .slick-prev {
    width: 40px;
    height: 40px;
    background: url(../images/left.png)center no-repeat;
    background-size: 100% 100%;
    left: calc(50% - 100px) !important;
    bottom: -68px;
    top: auto;
    z-index: 99;
}

.xsdt-slick .slick-next {
    width: 40px;
    height: 40px;
    background: url(../images/right.png)center no-repeat;
    background-size: 100% 100%;
    right: calc(50% - 100px) !important;
    bottom: -68px;
    top: auto;
    z-index: 99;
}

.xsdt-slick .slick-dots {
    bottom: -55px;
}


.xsdt-l {
    width: 36%;
}

.xsdt-l li {
    width: 100%;
    display: flow-root;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px dotted #09a7e1;
}

.xsdt-l li div {
    width: 80px;
    height: 50px;
    font-size: 24px;
    color: #ffc000;
    line-height: 28px;
    font-family: fangsong;
    font-style: italic;
    font-weight: bold;

}

.xsdt-l li div span {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: emoji;
    font-style: initial;
    font-weight: 500;
}

.xsdt-l li a {
    width: calc(100% - 80px);
    display: block;
    float: right;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}


.xsdt-l li:hover a {
    font-weight: bold;

}



.main {
    width: 100%;
    display: block;
    background: url(../images/bj.png)center no-repeat;
    background-size: 100% 100%;
    padding: 70px 0 100px;
}


.kxyj {
    width: 100%;
    margin-top: 50px;
}

.kxyj .tit {
    padding-right: 42px;
    background: url(../images/tit-bj1.png)right center no-repeat;
}

.kxyj .tit span {
    letter-spacing: -0.5px;
}

.kxyj-l {
    width: 100%;
    display: flow-root;
}

.kxyj-l li {
    width: calc(25% - 25px);
    float: left;
    background: #fff;
    padding: 15px 25px;
    margin-right: 33.333px;
}

.kxyj-l li:nth-child(4) {
    margin-right: 0px;
}

.kxyj-l li a {
    width: 100%;
    display: block;

}

.kxyj-l li a p {
    padding: 8px 20px 8px 30px;
    color: #fff;
    background: #0095ca;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin-left: -35px;
    position: relative;
}

.kxyj-l li a p::before {
    content: " ";
    width: 5px;
    height: 50%;
    background: #fff;
    position: absolute;
    left: 12px;
    top: 25%;

}


.kxyj-l li a h2 {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    font-weight: bold;
    min-height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.kxyj-l li a span {
    font-size: 18px;
    color: #0095ca;
    margin-bottom: 10px;
    display: inline-block;
    font-style: italic;
}

.kxyj-l li:hover {
    background: #0095ca;
}

.kxyj-l li:hover h2 {
    color: #fff;
}

.kxyj-l li:hover span {
    color: #fff;
}

.kxyj-l li:hover p {
    background: #fff;
    color: #0095ca;
}

.kxyj-l li:hover p::before {
    background: #0095ca;
}


.three {
    width: 100%;
    display: flow-root;
    margin-top: 80px;
}

.jxdt {
    width: 47.5%;
}

.jxdt .tit {
    padding-right: 42px;
    background: url(../images/tit-bj1.png)right center no-repeat;
}

.jxdt .tit span {
    letter-spacing: -0.5px;
}

.jxdt-st {
    width: 100%;
    display: flow-root;
    background: #fff;
    padding: 20px;
}

.jxdt-img {
    width: 270px;
    position: relative;
    padding-top: 180px;
    overflow: hidden;
}

.jxdt-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    transform: scale(1, 1);
}

.jxdt-img img:hover {
    transform: scale(1.05, 1.05);
}

.jxdt-tit {
    width: calc(100% - 290px);
}

.jxdt-tit h2 {
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jxdt-tit p {
    font-size: 16px;
    color: #999;
    line-height: 28px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jxdt-tit span {
    font-size: 16px;
    color: #008bbd;
}


.jxdt-l {
    width: 100%;
    display: block;
    margin-top: 30px;
}

.jxdt-l li {
    width: 100%;
    display: flow-root;
    padding: 21px 20px;
    position: relative;
    border-bottom: 1px dotted #d2d2d2;
}

.jxdt-l li div {
    width: 80px;
    height: 50px;
    font-size: 24px;
    color: #0095ca;
    line-height: 28px;
    background: url(../images/time333.png)right center no-repeat;
    font-family: fangsong;
    font-style: italic;
    font-weight: bold;
    z-index: 9;
    position: relative;
}

.jxdt-l li div span {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #0095ca;
    font-family: emoji;
    font-style: initial;
    font-weight: 500;
}

.jxdt-l li a {
    width: calc(100% - 100px);
    display: block;
    float: right;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    z-index: 9;
    position: relative;
}

.jxdt-l li::before {
    content: " ";
    background: #0095ca;
    box-shadow: 0px 0px 10px #0980aa;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}

.jxdt-l li:hover div {
    background: url(../images/time33.png)right center no-repeat;
}

.jxdt-l li:hover:before {
    opacity: 1;
}

.jxdt-l li:hover div {
    color: #fff;
}

.jxdt-l li:hover span {
    color: #fff;
}

.jxdt-l li:hover a {
    font-weight: bold;
    color: #fff;
}





.gjjl {
    width: 49%;
}

.gjjl .tit {
    padding-right: 42px;
    background: url(../images/tit-bj4.png)right center no-repeat;
}


.gjjl-slick {
    width: 100%;
    display: block;
    margin-bottom: 0px;
}


.gjjl-slick a {
    display: block;
    width: 100%;
}

.gjjl-slick a:hover .new-title h2 {
    color: #008bbd;
}

.gjjl-slick .slick-dots {
    bottom: 170px;
    text-align: right;
    padding-right: 20px;
}

.gjjl-slick .slick-dots li,
.gjjl-slick .slick-dots li {
    width: 20px;
    height: 3px;
    background: rgb(187, 185, 185);

}

.gjjl-slick .slick-dots li.slick-active {
    background: #fff;
}

.gjjl-slick .slick-dots li button {
    display: none;
}

.gjjl-slick .new-img {
    padding-top: 64%;
}


.xsgz {

    width: 100%;
    max-width: 1920px;
    display: flow-root;
    margin: 60px auto;
}


.xsgz .tit {
    padding-right: 42px;
    background: url(../images/tit-bj1.png)right center no-repeat;
}


.xsgz-l {
    width: calc(36% - 60px);
    margin: 0 30px;
    display: flow-root;
    float: left;
}

.xsgz-l li {
    width: 48%;
    float: left;
    margin-bottom: 20px;
}

.xsgz-l li:nth-child(even) {
    float: right;
}

.xsgz-l li a {
    width: 100%;
    display: block;
    position: relative;
}

.xsgz-l li a .xsgz-img {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 67.5%;
    overflow: hidden;
}

.xsgz-l li a .xsgz-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    transform: scale(1, 1);
}

.xsgz-l li a .xsgz-img img:hover {
    transform: scale(1.05, 1.05);
}


.xsgz-tit {
    width: 100%;
    background: url(../images/banner-bj.png)center no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    position: absolute;
    bottom: 0px;
    display: block;
}

.xsgz-tit span {
    font-size: 16px;
    color: #fff;
}

.xsgz-tit h2 {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




.xsgz-ll {
    width: 32%;
    display: flow-root;
    float: left;
}

.xsgz-ll a {
    width: 100%;
    display: block;
    position: relative;
}

.xsgz-ll a .xsgz-img {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}

.xsgz-ll a .xsgz-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    transform: scale(1, 1);
}

.xsgz-ll a .xsgz-img img:hover {
    transform: scale(1.05, 1.05);
}

.footer {
    width: 100%;
    display: flow-root;
    background: #008bbd;
    position: relative;
}

.footer::before {
    content: " ";
    width: calc(100% - 6%);
    height: calc(100% + 60px);
    position: absolute;
    right: 0;
    top: -60px;
    background: url(../images/foot-bj.png)center no-repeat;
    background-size: 100% 100%;
    border-radius: 100px 0 0 0px;
    overflow: hidden;

}

.footer .container {
    position: relative;
    z-index: 9;
}


.link {
    width: calc(100% - 50px);
    float: right;
    margin-top: -20px;
}

.link h2 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: block;
    float: left;
    width: 100px;
    margin: 20px 0;
}

.yqlj {
    width: calc(100% - 100px);
    float: right;
}

.yqlj a {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: block;
    float: left;
    border-right: 1px solid #78c8e6;
    margin: 17px 0;
    padding: 0 25px;
}


.bq-logo {
    width: calc(100% - 50px);
    float: right;
    margin: 33px 0;
}

.bq-logo img {
    width: auto;
    max-width: 100%;
}

.foot {
    width: calc(100% - 6%);
    float: right;
    padding: 20px 0;
    border-top: 1px solid #78c8e6;
    position: relative;
    z-index: 9;
}

.foot .container {
    float: left;
    padding-left: 80px;
}

.bq {
    font-size: 18px;
    color: #94d2e8;
    font-weight: 500;
}


.bq-lxfs {
    margin-left: 100px;
    font-size: 18px;
    color: #94d2e8;
    font-weight: 500;
    padding-left: 30px;
    font-weight: 500;
    background: url(../images/icon-dh.png)left center no-repeat;
}


.footer-right a {
    display: inline-block;
    position: relative;
    margin-left: 25px;
}

.footer-right a span {
    display: none;
    position: absolute;
    left: 50%;
    width: 100px;
    text-align: center;
    margin-left: -50px;
    bottom: 100%;
}

.footer-right a:hover span {
    display: block;
}




.list-box {
    padding-bottom: 50px;
}

.list-left {
    width: 290px;
    padding-bottom: 55px;
    margin-top: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    background: #fff;
}

.list-left-tt {
    height: 88px;
    background: #008bbd;
    line-height: 88px;
}

.list-left-tt span {
    display: block;
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.list-left-tt {
    height: 88px;
    background: #008bbd;
    line-height: 88px;
}

.list-left-tt-phone {
    display: none;
}

.list-left-tt span {
    display: block;
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.nav-click {
    display: none;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.left-nav {
    padding-top: 20px;
}

.left-nav li {
    position: relative;
}

.left-nav li a {
    display: block;
    position: relative;
    line-height: 60px;
    font-size: 20px;
    color: rgb(51, 51, 51);
    text-align: center;
}


.left-nav li a::before {
    display: block;
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0px;
    border-bottom: 1px solid #ddd;
}


.left-nav-down {
    padding: 10px 0px;
    display: none;
}

.left-nav-down li a {
    line-height: 40px;
    font-size: 16px;
    color:rgb(51, 51, 51) !important;
    padding-left: 25px;
}


.left-nav li.active {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    background: rgb(255, 255, 255);
    margin-top: -1px;
}


.left-nav li.active::before {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 4px;
    background: #008bbd;
}


.left-nav li.active a {
    color: #008bbd;
    font-weight: bold;
}

.list-right {
    width: calc(100% - 340px);
    margin-top: 40px;
padding-bottom:60px;
}


.list-top {
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 15px;
}


.nav-b {
    color: rgb(153, 153, 153);
    font-size: 14px;
    padding-left: 28px;
    background: url(../images/icon-home.png) left center no-repeat;
}

.nav-b a {
    color: rgb(153, 153, 153);
}

.bt-lb {
    padding: 20px 0;
    width: 100%;
}


.bt-lb li a {
    display: block;
    line-height: 60px;
    position: relative;
    font-size: 18px;
    padding-right: 120px;
}

.bt-lb li a span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #999;
}




.img-ul-a {
    padding-bottom: 30px;
}


.img-ul-a li a {
    padding: 35px 0px;
    display: block;
    border-bottom: 1px dashed rgb(221, 221, 221);
    transition: all 0.5s ease 0s;
}

.img-hide {
    overflow: hidden;
    display: block;
}

.img-ul-left div {
    width: 260px;
    height: 175px;
}

.img-ul-right {
    margin-left: 280px;
}

.img-ul-tt {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: rgb(51, 51, 51);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img-ul-p {
    color: rgb(153, 153, 153);
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.img-ul-date {
    color: rgb(153, 153, 153);
    font-size: 14px;
    margin-top: 20px;
    background: url(../images/icon-date.png) left center no-repeat;
    padding-left: 20px;
}


.adout{
    width: 100%;
    margin-top: 30px;
}


.adout p{
    font-size: 17px;
    color: #333;
    line-height: 26px;
    margin-bottom: 15px;
    text-indent: 2em;
}

.adout img{
    width: auto;
    max-width: 100%;
    height: auto !important;
    margin: auto;
    display: block;
}

.img-lb {
    margin: 0px -25px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.img-lb li {
    padding: 0px 25px;
    margin-bottom: 50px;
    width: 33.33%;
}

.img-lb li a {
    display: block;
}

.img-lb-img {
    position: relative;
    padding-top: 67%;
}


.img-lb-img div {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.img-lb-tt {
    font-size: 18px;
    color: rgb(51, 51, 51);
    margin-top: 20px;
    text-align: center;
}


element.style {
    visibility: visible;
    animation-name: fadeInUp;
}
.article-tt {
    font-size: 24px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0px;
}

.article-sm {
    border-top: 1px dashed rgb(221, 221, 221);

    margin: 30px auto 0px;
    border-bottom: 1px dashed rgb(221, 221, 221);
    padding: 15px 0px;
    font-size: 16px;
}


.article-sm span {
    padding: 0px 4px;
}
.article-p {
    margin-top: 40px;
}

.article-p img{
    max-width: 100%;
    height: auto !important;
    margin: auto;
    display: block;
}

.article-p p img{
display: inline-block;
}

.article-p p, .article-p span {
    text-align: justify;
    font-size: 17px !important;
    color: rgb(51, 51, 51);
    line-height: 1.75 !important;
    margin-bottom: 10px;
    text-indent: 2em;
    background: none !important;
}

.article-link {
    border-top: 1px dashed rgb(221, 221, 221);
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-link p {
    margin-bottom: 20px;
}
.article-link p a {
    font-size: 16px;
    color: rgb(51, 51, 51);

}



@media(max-width: 1800px) {
    .footer::before {
        width: calc(100% - 50px);
    }

    .foot .container {
        max-width: 96%;
        padding-left: 20px;
    }

    .foot {
        width: calc(100% - 50px);
    }





    @media(max-width: 1650px) {
        .container {
            width: 1440px;
        }

        .new-list-tit h2 {
            margin-top: 0px;
        }

        .new-list-tit span {
            margin-top: 18px;
        }

        .xsdt-l li {
            padding: 18px 0;
        }

        .tzgg-l li {
            padding: 22px 0;
        }

        .two::after {
            height: 720px;
        }

        .jxdt-l li {
            padding: 15px 20px;
        }

        .xsgz {
            margin: 60px auto 20px;
        }






    }


    @media(max-width: 1479px) {
        .container {
            width: 1260px;
        }

        .new-list-tit h2 {
            margin-bottom: 5px;
        }

        .new-list-tit span {
            margin-top: 2px;
        }

        .two::after {
            height: 690px;
        }

        .jxdt-img {
            width: 230px;
            padding-top: 140px;
        }

        .jxdt-tit {
            width: calc(100% - 250px);
        }

        .jxdt-tit h2 {
            line-height: 28px;
            margin-bottom: 8px;
        }

        .jxdt-tit p {
            line-height: 22px;
            margin-bottom: 12px;
        }

        .jxdt-l {
            margin-top: 10px;
        }

        .xsgz-tit h2 {
            font-size: 16px;
            line-height: 20px;
            margin-top: 1px;
        }

        .xsgz-tit span {
            font-size: 13px;
        }

        .foot .container {
            padding-left: 20px;
        }

        .bq-lxfs {
            margin-left: 30px;
        }

    }

    @media(max-width: 1390px) {}

    @media(max-width: 1279px) {
        .container {
            width: 96%;
        }

        .nav-list li a {
            font-size: 18px;
        }

        .logo img {
            width: 600px;
        }

        .search {
            margin-top: 5px;
        }

        .new-img {
            padding-top: 425px;
        }

        .two::after {
            height: 635px;
        }

        .jxdt-l li {
            padding: 10px 20px;
        }

        .xsgz-tit {
            padding: 10px;
        }

        .xsgz-l {
            width: calc(36% - 30px);
            margin: 0 15px;
        }

        .xsgz-l li {
            margin-bottom: 10px
        }

        .main {
            padding: 0px 0 100px;
        }

        .list-left{
width: 250px;

        }
        .list-right {
            width: calc(100% - 290px);


    }

    @media(max-width: 991px) {
        .top {
            padding: 10px 0;
        }

        .search {
            right: 35px;
            width: 160px;
            height: 24px;
            margin-top: 0px;
        }

        .three {
            margin-top: 30px;
        }

        .ok {
            line-height: 22px;
        }

        .btnn {
            width: 33px;
            padding: 5px 10px;
        }


        .menu-button {
            display: block;
        }

        .logo img {
            width: 300px;
        }

        .nav-list {
            position: fixed;
            display: none;
            left: 0;
            top: 45px;
            margin: 0;
            right: 0;
            background: #008bbd;
            padding-top: 0;
            z-index: 10000;
            bottom: 0;
            overflow-y: auto;
            border-top: solid 1px #ddd;
            box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
        }

        .header.active {
            height: 45px;
            background: #008bbd;
        }

        .nav-list li {
            float: none;
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .nav-list li a {
            display: block;
            line-height: 40px;
            padding: 0 15px;
            color: #fff;
            text-align: left;
            font-size: 16px;
        }

        .nav-click {
            display: block;
            transition: 0.3s all;
            position: absolute;
            color: #fff;
            right: 0;
            top: 0;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            z-index: 1;
        }

        .nav-down {
            position: static;
            transform: translate(0, 0);
            margin: 0;
            padding: 0;
            width: 100%;
            background: none;
            background: #21aadb;
        }

        .nav-down li {
            text-align: left;
            padding: 0;
        }

        .nav-down li a {
            text-align: left;
            padding: 0 25px !important;
            font-size: 14px;
            color: #fff !important;
            line-height: 30px;
            text-align: left;
        }

        .nav-list .container {
            width: 100%;
        }

        .nav-list li:hover .nav-down {
            box-shadow: none;
        }

        .nav-down li {
            line-height: 30px;
        }

        .new-slick {
            width: 100%;
        }

        .new-list {
            width: 100%;
        }

        .new-img {
            padding-top: 67%;
        }

        .new-list-tit h2 {
            margin-bottom: 10px;
        }

        .new-list-tit span {
            margin-top: 15px;
        }

        .tzgg {
            width: 100%;
        }

        .xsdt {
            width: 100%;
        }

        .two::after {
            display: none;
        }

        .xsdt-slick .slick-dots {
            bottom: -20px;
        }

        .xsdt-slick .slick-next {
            width: 30px;
            height: 30px;
            bottom: -30px;
        }

        .xsdt-slick .slick-prev {
            width: 30px;
            height: 30px;
            bottom: -30px;
        }

        .tit {
            zoom: 0.8;
        }

        .tz-more {
            display: none;
        }

        .xsdt {
            margin-top: 40px;
        }

        .tzgg .more {
            display: block;
        }

        .two {
            padding: 30px 0;
        }

        .kxyj-l li {
            width: calc(50% - 15px);
            margin-right: 0px;
            margin-bottom: 20px;
        }

        .kxyj-l li:nth-child(even) {
            float: right;
        }

        .jxdt {
            width: 100%;
            margin-bottom: 40px;
        }

        .jxdt-l li {
            padding: 15px 20px;
        }

        .jxdt-l {
            margin-top: 20px;
        }


        .gjjl {
            width: 100%;
        }

        .footer::before {
            display: none;
        }

        .link {
            padding-top: 0px;
        }

        .footer {
            padding-top: 30px;
        }

        .main {
            padding: 0px 0px 30px;
        }

        .link {
            width: 100%;
        }

        .yqlj a {
            margin: 10px 0;
            padding: 0 15px;
            font-weight: 500;
        }

        .bq-logo {
            width: 100%;
        }

        .foot {
            width: 100%;
        }

        .link h2 {
            width: 85px;
        }

        .yqlj {
            width: calc(100% - 85px);
        }

        .bq {
            width: 100%;
            text-align: center;
            font-size: 16px;
        }

        .bq-lxfs {
            width: auto;
            margin: 15px auto;
            display: table;
            float: none !important;
            font-size: 16px;
        }

        .footer-right {
            width: 100%;
            text-align: center;
        }


        .list-left {
            width: 100%;
            padding-bottom: 0;
        }

        .list-left-tt {
            display: none;
        }

        .list-left-tt-phone {
            display: block;
            position: relative;
            line-height: 60px;
            height: 60px;
        }



        .nav-click {
            display: block;
            transition: 0.3s all;
            z-index: 1;
            position: absolute;
            color: #fff;
            right: 0;
            top: 0px;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
        }
        .list-left-tt .nav-click {
            line-height: 60px;
        }

        .left-nav {
            display: none;
        }

        .list-right {
            width: 100%;
            margin-top: 20px;
        }








    }

    @media(max-width: 768px) {
        .banner .slick-prev {
            width: 30px;
            height: 30px;
            bottom: 18px;
        }

        .banner .slick-next {
            width: 30px;
            height: 30px;
            bottom: 18px;
        }

        .banner .slick-dots {
            padding-top: 55px;
        }

        .xsdt-slick {
            width: 100%;
            margin-bottom: 70px;
        }

        .xsdt-l {
            width: 100%;
        }

        .tit {
            zoom: 0.7;
        }

        .xsgz-ll {
            width: 96%;
            margin: auto;
            margin-left: 2%;
        }

        .xsgz-l {
            width: 96%;
            margin: auto;
            margin-left: 2%;
            margin-top: 10px;

        }

        .xsgz-l li {
            width: 49%;
        }

        .img-ul-a li a {
            padding: 20px 0;
        }

        .img-ul-left {
            width: 260px;
            margin: 0 auto;
            float: none !important;
        }

        .img-ul-right {
            margin-left: 0;
            margin-top: 15px;
        }
        .img-ul-p{
      
    margin-top: 5px;
        }

        .img-ul-date {
            margin-top: 10px;
        }

        .img-lb {
            margin: 0px -8px;
            padding-bottom: 15px;
        }

        .img-lb li {
            padding: 0px 8px;
            margin-bottom: 15px;
            width: 50%;
            height: auto !important;
        }

        .img-lb-tt {
            font-size: 14px;
            margin-top: 10px;
        }




    }

    @media(max-width: 580px) {
        .new-list-img {
            width: 100%;
            padding-top: 62.4%;
            margin-bottom: 10px;
        }

.yqlj a{
border-right:none;
}


        .new-list-tit {
            width: 100%;
        }

        .kxyj-l li {
            width: 100%;
        }

        .tit {
            zoom: 0.6;
        }

        .search {
            display: none;
        }
    }

    @media(max-width: 460px) {
.jxdt-tit{width:100%;margin-top: 10px;}
.jxdt-img{left:calc(50% - 115px);}

}




    @media(max-width: 420px) {
        .xsgz-l li {
            width: 100%;
        }
    }