body {
    color: #333;
    font-size: 14px;
    font-family: "ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“", "Arial", Helvetica, "ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ", Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;



}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.slick-prev:before,
.slick-next:before,
.slick-dots li button:before {
    display: none;
}

.img-hide {
    overflow: hidden;
    display: block;
}

.img-hide img {
    transition: 0.3s all;
    transform: scale(1, 1);
}

.img-hide:hover img {
    transform: scale(1.1, 1.1);
}

.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;
}


.container1 {
    width: 1800px;
    margin: auto;
}

.container {
    width: 1440px;
    padding: 0px;
}

.t-gon {
    position: fixed;
    z-index: 9999;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(21,48,135,.9);
    padding: 0 5%;
    display: none;
    transition: all .5s;
}

.t-gon .close {
    font-size: 60px;
    font-family: "ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
    position: absolute;
    right: 50px;
    top: 25px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    color: #ccc;
    opacity: .8;
}


.t-gon.showdiv {
    display: block;
    visibility: visible;
    z-index: 100000;
}

.t-yj {
    width: 100%;
    margin-top: 120px;
}

.t-yj .t-yj1 {
    width: 12.5%;
    display: block;
    float: left;
}

.t-yj .t-yj1 a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
}

.t-ej .t-ej1 a {
    font-size: 20px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 44px;
    font-weight: 100;
    margin-bottom: 0px;
}

.hidden_search .text {
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 16px;
    color: #444;
    background: none;
    border: none;
    font-family: "Microsoft Yahei";
}

.hidden_search .btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: auto;
    border: none;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
    font-size: 24px;
    color: transparent;
}

.hidden_search .search_wrap {
    border: 1px solid #e4eaec;
    border-radius: 20px;
    position: relative;
    padding-right: 45px;
    padding-left: 20px;
    width: 95%
}

.hidden_search .close_btn {
    position: absolute;
    background: url(../images/close.png) center no-repeat;
    right: 20px;
    top: 32%;
    width: 35px;
    height: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 26px
}

.hidden_search .close_btn:hover {
    color: #004D9C;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
    opacity: 0;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    z-index: 100000;
}

.cd-popup-container {
    position: relative;
    padding: 30px 40px 30px 30px;
    background: #fff;
    width: 60%;
    margin: 0 auto;
    top: 50%;
    margin-top: -58px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.is-visible .cd-popup-container {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cd-popup0,
.cd-popup1,
.cd-popup2,
.cd-popup3 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
}

.cd-popup0.is-visible,
.cd-popup1.is-visible,
.cd-popup2.is-visible,
.cd-popup3.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container0,
.cd-popup-container1,
.cd-popup-container2,
.cd-popup-container3 {
    position: relative;
    padding: 40px;
    background: #fff;
    width: 60%;
    margin: 0 auto;
    top: 20%;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-container1 {
    top: 10%;
}

.is-visible .cd-popup-container0,
.is-visible .cd-popup-container1,
.is-visible .cd-popup-container2,
.is-visible .cd-popup-container3 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sear_p {
    float: left;
    margin: 20px 0 0 5%;
    width: 90%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

.sear_txt {
    float: left;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border: none;
    width: calc(100% - 35px);
    background: none;
    color: #666;
    text-indent: 5px;
}




.header {
    max-width: 1920px;
    width: 100%;
    border-top: 6px solid #153087;
    margin: auto;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    right: 0;
    background: url(../images/header.png) center no-repeat;
    background-size: 100% 100%;
}

.header .container {
    position: relative;
}

.header-a {
    color: #fff;
}

.header-a a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    line-height: 32px;
}

.logo {
    margin: 20px 0;
    width: 30%;
}

.hed {
    width: auto;
}

.top-l {
    height: 40px;
    width: 650px;
    margin-right: 0px;
    right: 0px;
    position: absolute;
    clear: both;
    overflow: hidden;
}


.top-l select {

    display: inline-block;
    color: #fff;
    font-size: 14px;
    border: none;
    height:50px;
    line-height: 50px;
    padding: 0 10px;
    border: none;
    float:left;
    background: transparent;

}
.top-l select option{color:#333;line-height:30px;}

.search-a-q{border:none !important;}

.hed a {
    padding: 0px 15px;
    line-height: 16px;
    border-right:1px solid #fff;
}

.hed a:nth-child(11) {
    border: none;
}

.top-l a {
    display: block;
    float: left;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 14px !important;
    margin-top:18px;
}

.header .navA {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0rem;
    top: -10px;
    bottom: auto;
    background: url("../images/sjan.png") center no-repeat;
    background-size: 100% 100%;
    width: 158px;
    height: 83px;
    display:none;
}
.header .navA.active{display:block;}
.header .navA:after {
    content: "";
    display: block;
    position: absolute;
    left: 0.1rem;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("") center no-repeat;
    background-size: 0.31rem;
}
.header.active {
    background: rgba(21,48,135,.95);
}
.hed {
    position: relative;
    left: auto;
    right: 10rem;
}


.nav-list {
    margin-top: 40px;
}

.nav-list li {
    float: left;
    position: relative;
    padding: 0 10px;
    line-height: 60px;
}

.nav-list li a {
    font-size: 18px;
    color: #fff;
    border: none;
}

.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;
    padding: 10px 0;
    left: 50%;
    top: 100%;
    min-width: 120px;
    background: #fff;
    transform: translate(-50%, 0);
    white-space: nowrap;

}

.nav-down li {
    float: none;
    margin: 0 !important;
    padding: 0 !important;
}

.nav-down li a {
    font-size: 18px;
    color: #777;
    display: block;
    text-align: center;
    line-height: 35px;
    border: none;
}

.nav-down:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 7px;
    background: url(../images/cdsfcsdcv.png) center no-repeat;
}


.nav-down li a:hover,
.nav-list li a:hover {
    color: #ff9900;
}

.nav-list li:hover .nav-down {
    display: block;
}


.menu-button {
    position: absolute;
    display: none;
    top: 38px;
    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: -0px;
}

.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);
}






.banner {
    margin: 0;
    overflow: hidden;
    max-height: 920px;
    position: fixed;
    width: 100%;
}

.banner img {
    width: 100%;
}

.banner video {
    width: 100%;
    height: 100%;
    max-height: 920px;
    background: rgba(0, 0, 0, .7);
}

.banner-box {
    position: relative;
    max-width: 1920px;
    margin: auto;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.raw-b {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 200px;
    margin-left: -90px;
    z-index: 100;
    display:none;
}
.raw-b.active{display:block;}



@keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(.5rem);
        -moz-transform: translateY(.5rem);
        -o-transform: translateY(.5rem);
        transform: translateY(.5rem)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}



.banner .slick-dots {
    bottom: 30px;
    text-align: right;
    padding-right: 13%;
}

.banner .slick-dots li,
.banner .slick-dots li button {
    width: 38px;
    height: 16px;
    margin: 0 10px;
}

.banner .slick-dots li button {
    background: url(../images/banner-tb1.png);
}

.banner .slick-dots li.slick-active button {
    background: url(../images/banner-tb2.png);
}


.banner-box .ban-t a {
    transform: scale(1);
    height: 100%;
    display: block;
}

.banner-box .slick-active a {
    transform: scale(1.15);
    transition: linear 4s;
}



.one {
    padding: 50px 0 150px 0;
    background: #f3f3f3;
    position: relative;
}

.title {
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
}

.title h1 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    float: left;
    line-height: 60px;
}

.title h1 i {
    font-size: 18px;
    color: #777;
    font-weight: 100;
    font-family: -webkit-pictograph;
    font-style: inherit;
}

.title a {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 60px;
}

.one-l {
    width: 73.5%;
    float: left;
}

.jdyw {
    width: 100%;
    display: flow-root;
}

.jdyw li a {

position: relative;

display: block;

height: 100%;

background: rgba(0,0,0,.5);
}

.jdyw li p {
    font-size: 18px;
    color: #fff;
    background: linear-gradient(rgb(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    padding: 30px 20px 15px;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.jdyw li p span {
    float: right;
    font-size: 16px;
    color: #fff;
}

.jdyw li {
    width: 48.2%;
    float: left;
    margin-bottom: 25px;
    height: 270px;
    overflow: hidden;
}

.jdyw li img {
    width: auto;
    max-height: 370px;
    height: 100%;
    max-width: initial;
    display: block;
    margin: auto;
    transition: 0.5s all;
}
.jdyw li img:hover{transform: scale(1.1,1.1);}
.slick-slide img{transition: 0.5s all;}
.three-slick .slick-slide img:hover{transform: scale(1.1,1.1);}


.jdmt li a:hover{transform: scale(1.05,1.05);}
.jdsj-s div img:hover{transform: scale(1.15,1.15);}
.jdby-s div a:hover img{transform: scale(1.1,1.1);}
.rmt-l li a .rmt-img:hover{transform: scale(1.1,1.1);}




.jdyw li:nth-child(1) {
    width: 100%;
height: 370px;
}

.jdyw li:nth-child(2) {
    float: left;
}
.jdyw li:nth-child(3) {
    float: right;
}
.jdyw li:nth-child(2) p span {
    display: block;
    clear: both;
    width: 100%;
    text-align: right;
}

.jdyw li:nth-child(3) p span {
    display: block;
    clear: both;
    width: 100%;
    text-align: right;
}

.jdyw li:nth-child(4) p span {
    display: block;
    clear: both;
    width: 100%;
    text-align: right;
}

.jdyw li:nth-child(5) p span {
    display: block;
    clear: both;
    width: 100%;
    text-align: right;
}

.jdyw li:nth-child(4) {
    margin: 0 2.5%;
}

.jdyw li:hover p {
    background: url(../images/xsdcs.png)center no-repeat;
    background-size: 100% 100%;
}

.jdyw li:nth-child(1) p {
    background: linear-gradient(rgb(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)) !important;
}

.jdyw li:nth-child(1):hover p {
background: url(../images/xsdcs.png)center no-repeat !important;
    background-size: 100% 100% !important;
}

.jdyw li img:hover{}



.one-r {
    width: 23.6%;
    float: right;
}

.jdtz {
    width: 100%;
    padding: 28px 0;
    display: block;
    background: url(../images/tz-bj.png)center no-repeat;
    background-size: 100% 100%;
}

.jdtz li {
    width: 100%;
    margin-bottom: 23.5px;
    display: inline-block;
}

.jdtz li span {
    padding-left: 50px;
    padding-right: 10px;
    border-radius: 0 50px 50px 0px;
    display: inline-block;
    background: #415dbb url(../images/time.png)center left 30px no-repeat;
    line-height: 30px;
    font-size: 14px;
    color: #c2cffb;
    margin-bottom: 12px;
}

.jdtz li a {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding: 0 30px;
    height: 60px;
    overflow: hidden;
}

.jdtz li:nth-child(5) {
    margin-bottom: 0px;
}

.jdtz li:hover a {
    color: #ffde00;
}



.two {
    width: 100%;
    padding-top: 90px;
    background: url(../images/jdxy-bj.png)center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
}

.two-l {
    width: 46%;
}

.two-t {
    width: 50%;
    float: left;
    padding-left: 10%;
    height: 245px;
    border-bottom: 1px solid #4665bb;
    border-right: 1px solid #4665bb;
}

.two-t h1 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
}

.two-t p {
    font-size: 18px;
    color: #dee4f5;
    line-height: 30px;
    margin-top: 20px;
}

.two-t a {
    font-size: 14px;
    color: #889acd;
    line-height: 30px;
    margin-top: 40px;
    display: block;
}

.two-list {
    width: 100%;
}

.two-list li {
    width: 50%;
    float: left;
    height: 245px;
    border-bottom: 1px solid #4665bb;
    border-right: 1px solid #4665bb;
    padding: 48px 50px 48px 40px;
}

.two-list li:hover a {
    color: #ffde00;
}

.jdxs li:hover a {
    color: #153087;
}

.two-list li p {
    font-size: 16px;
    color: #abb8e4;
    line-height: 36px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two-list li a {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    width: 100%;
    display: block;
    height: 70px;
    overflow: hidden;
}

.two-list li span {
    font-size: 14px;
    color: #abb8e4;
    line-height: 36px;
    width: 100%;
    display: block;
}

.two-list li:nth-child(2) {
    padding-left: 10%;
}

.two-list li:nth-child(4) {
    padding-left: 10%;
}

.two-r {
    width: 54%;
    display: inline-block;
    float: left;
    position: absolute;
    top: -101px;
}

.two-img {
    width: 50%;
    position: relative;
    float: left;
    height: 454px;
}

.two-img a {
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 100px;
}

.two-img img {
    width: 100%;
}

.jdxs {
    width: 100%;
}

.jdxs li {
    width: 50%;
    float: left;
    padding: 32px 50px;
    background: #fff url(../images/sdh.png)top 60px right 50px no-repeat;
    height: 227px;
}

.jdxs li:nth-child(2) {
    background: #f3f3f3 url(../images/sdh.png)top 60px right 50px no-repeat;
}

.jdxs li:nth-child(3) {
    background: #f3f3f3 url(../images/sdh.png)top 60px right 50px no-repeat;
}


.jdxs li a {
    font-size: 18px;
    color: #555;
    line-height: 36px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jdxs li p {
    font-size: 16px;
    color: #888;
    line-height: 36px;
    padding-left: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jdxs li p:nth-child(2) {
    background: url(../images/ioc-1.png)left 1px center no-repeat;
}

.jdxs li p:nth-child(3) {
    background: url(../images/ioc-2.png)left 1px center no-repeat;
}

.jdxs li p:nth-child(4) {
    background: url(../images/ioc-3.png)left 1px center no-repeat;
}

.bxsj-hddc {
    width: 100%;
    text-align: center;
    line-height: 230px;
}


.three {
    width: 100%;
    margin-top: -5px;
    display: inline-block;
position: relative;
}

.three-l {
    width: 64%;
    position: relative;
    height: 74rem;
    overflow: hidden;
}

.three-t {

    float: left;
    padding-left: 10%;
    height: 245px;
    position: absolute;
    z-index: 9999;
    right: 50px;
    top: 80px;
    text-align: right;
}

.three-t h1 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
}

.three-t p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
}

.three-t a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
    display: block;
}


.three-slick {
    width: 100%;
    margin-bottom: 0px;
}

.three-slick .slick-prev {
    width: 60px;
    height: 60px;
    left: 10%;
    z-index: 99;
    top: 80%;
    background: url(../images/left-l.png)center no-repeat;
}

.three-slick .slick-next {
    width: 60px;
    height: 60px;
    right: 73%;
    top: 80%;
    background: url(../images/right-l.png)center no-repeat;
}

.three-r {
    width: 36%;
    padding: 70px 100px 30px 30px;
    background: url(../images/jdmt.png)center no-repeat;
    background-size: 100% 100%;
    height: 74rem;
    overflow: hidden;
}

.jdmt {
    width: 100%;
    display: block;
}

.jdmt li {
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
}

.jdmt li a {
    width: 100%;
    font-size: 18px;
    color: #333;
    display: block;
    height: 80px;
    overflow: hidden;
    line-height: 34px;
    padding: 10px 0 10px 100px;
    margin-bottom: 15px;
    background-size: 80px 80px !important;
    transition: 0.5s all;
}

.jdmt li span {
    font-size: 14px;
    color: #777;
    text-align: left;
    background: url(../images/xxxxx.png)right center no-repeat;
    background-size: 80%;
    height: 20px;
    width: 100%;
    display: inline-block;
}

.jdmt li:hover a {
    color: #153087;
}

.jdmt li:hover span {
    color: #153087;
    background: url(../images/xxxxx2.png)right center no-repeat;
    background-size: 80%;
}


.four {
    width: 100%;
    padding: 90px 0;
    background: url(../images/jdsj-bj.png)center no-repeat;
    background-size: 100% 100%;
position: relative;
}

.jdsj-t h1 {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.jdsj-t p {
    width: 75%;
    margin: auto;
    margin-top: 20px;
    display: block;
    text-align: left;
    font-size: 16px;
    color: #555;
    line-height: 34px;
}

.jdsj-s {
    width: 100%;
    margin-top: 50px;
}

.jdsj-s div {
    text-align: center;
    margin: 0 15px;
    padding-top:10px;
} 

.jdsj-s div img {
    display: block;
    margin: auto;
    transition: 0.5s all;
}

.jdsj-s div p {
    font-size: 24px;
    color: #153087;
    margin-top: 15px;
}

.jdsj-s div p i {
    font-size: 14px;
    color: #153087;
    font-family: -webkit-pictograph;
    font-style: inherit;
}

.jdsj-s div span {
    width: 80%;
    font-size: 14px;
    color: #888;
    text-align: center;
    display: inline-block;
    line-height: 24px;
    margin-top: 10px;
}

.jdsj-s .slick-prev,
.slick-next {
    display: none;
}

.jdsj-s .slick-dots {
    bottom: -70px;
}

.jdsj-s .slick-dots li {
    width: 8px;
    height: 8px;
    background: #a3b1dd;
    border-radius: 50%;
}

.jdsj-s .slick-dots li.slick-active {
    background: #153087;
}

.five {
    width: 100%;
    padding: 80px 0;
    background: url(../images/jdby-bj.png)center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
position: relative;
}

.jdby-t {
    width: 100%;
    text-align: center;
}

.jdby-t h1 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.jdby-t h1 i {
    font-size: 18px;
    color: #a3b1dd;
    font-family: -webkit-pictograph;
    font-style: inherit;
    display: block;
    font-weight: 100;
    margin-top: 20px;
}

.jdby-t a {
    font-size: 14px;
    color: #7e96e1;
    float: right;
    margin-top: -50px;
}

.jdby-s {
    width: 100%;
    margin-top: 55px;
}

.jdby-s div a {
    margin: 0 15px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    border-radius: 0 0 50% 50%;
    overflow: hidden;
    width: 90%;
}

.jdby-s .jdby-sl:nth-child(even) a {
    border-radius: 50%
}

.jdby-s .jdby-sl:nth-child(even) a p {
    padding: 50px;
}

.jdby-s .jdby-sl:nth-child(odd) a {
    border-radius: 0 0 50% 50%;
}

.jdby-s div a img {
    width: 100%;
    display: block;
    margin: auto;
transition: 0.5s all;

}

.jdby-s div a p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    position: absolute;
    top: 0px;
    padding: 30px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.jdby-s div h2 {
    font-size: 18px;
    color: #b5c4f2;
    text-align: center;

}

.jdby-s .jdby-sl:hover p {
    display: block;
}

.jdby-s .slick-prev {
    width: 50px;
    height: 50px;
    background: url(../images/left-l.png)center no-repeat;
    background-size: 100% 100%;
    left: -70px;
    top: 35%;
}

.jdby-s .slick-next {
    width: 50px;
    height: 50px;
    background: url(../images/right-l.png)center no-repeat;
    background-size: 100% 100%;
    right: -70px;
    top: 35%;
}

.six {
    width: 100%;
    display: inline-block;
    position: relative;
}

.six img {
    width: 100%;
    display: block;
}


/*ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¾*/
.school {
    width: 100%;
    overflow: hidden;
    height: 37vw;
    background: #fff;
    background-size: cover;
    margin-bottom: 0;
    position: relative;
}



.school-center {
    width: 56%;
    position: absolute;
    z-index: 235;
}

.school-map {
    float: left;
    width: 100%;
    position: relative;
    display: none
}

.school-map img {
    width: 100%;
    height: auto
}

.school-center .active {
    display: block
}

@keyframes cir {
    0% {
        opacity: 0.4s;
        width: 0px;
        height: 0px;
        left: 12px;
        top: 12px
    }

    100% {
        opacity: 0;
        width: 24px;
        height: 24px;
        left: 0px;
        top: 0px
    }
}

.school-map .map1,
.school-map .map2 {
    width: auto;
    position: absolute;
    z-index: 23;
    cursor: pointer
}

.school-map .map1 span,
.school-map .map2 span {
    width: 24px;
    height: 24px;
    position: relative;
    display: block
}

.school-map .map1 span:before,
.school-map .map2 span:before {
    width: 8px;
    height: 8px;
    overflow: hidden;
    border-radius: 50%;
    background: #153087;
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 12
}

.school-map .map1 span:after,
.school-map .map2 span:after {
    width: 0%;
    height: 0%;
    overflow: hidden;
    border-radius: 50%;
    background: #153087;
    content: "";
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 10;
    /* animation:cir 1.4s ease infinite */
}

.school-map .map1 p,
.school-map .map2 p {
    width: 180px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 20px 20px 20px 0;
    background: #153087;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 21px;
    top: -30px;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease
}

.school-map .map1.act p,
.school-map .map2.act p {
    opacity: 1;
    visibility: visible
}

.school-map .map1 {
       left: 37.7%;
    top: 14.4%;
}

.school-map .map2 {
    left: 77.9%;
    top: 35%;
}

.school-map .map3 {
    left: 55%;
    top: 42%;
}

.school-map .map4 {
    left: 61%;
    top: 33.8%;
}

.school-map .map5 {
    left: 54%;
    top: 56.5%;
    z-index: 26;
}

.school-map .map6 {
    left: 45.5%;
    top: 45.5%;
    z-index: 24;
}

.school-map .map7 {
    left: 75%;
    top: 72.5%;
}

.school-map .map8 {
    left: 27.2%;
    top: 87.8%;
    z-index: 25;
}

.school-map .map9{
    left: 49.2%;
    top: 31.6%;
    z-index: 99;
}

.school-map .map10 {
    left: 24%;
    top: 83%;
}

.school-map .map11 {
    left: 34.2%;
    top: 74.2%;
}

.school-map .map12 {
    left: 16.7%;
    top: 87.5%;
    z-index: 25;
}

.school-map .map13 {
    left: 56%;
    top: 27.2%;
}

.school-map .map14 {
    left: 31%;
    top: 92.5%;
}

.school-map .map15 {
    left: 50.2%;
    top: 59%;
}
.school-map .map16 {
    left: 56.1%;
    top: 84.7%;
}




/* .school-map .map21{left:52%;top:32%}
.school-map .map22{left:42%;top:52%}
.school-map .map23{left:32%;top:42%} */

.school-right {
    width: 25%;
    position: absolute;
    right: 4.25%;
    bottom: 6%;
    z-index: 234;
}

.school-content {
    float: left;
    width: 100%;
    overflow: hidden;
    display: none
}

.school-item {
    float: left;
    width: 100%;
    display: none
}

.school-content .show {
    display: block
}

.school-content h3 {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    padding-bottom: 0
}

.school-content h3:before {
    display: none;
    width: 36px;
    height: 6px;
    position: absolute;
    left: 0%;
    bottom: 0px;
    z-index: 12;
    background: #153087;
    content: "";
}

.school-content p {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    margin-top: 14px
}

.school-right .active {
    display: block
}

.school-top {
    display: block;
    width: 44%;
    height: 80%;
    position: absolute;
    right: 0;
    top: 0;
}

.school-img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.school-top .active {
    display: block
}

.school-img .school-img-item {
    display: none;
}

.school-img .show {
    display: block;
}

.school-img-left .school-img-item:nth-child(1) {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: 40px -40px 58px 9px #ffffff inset;
}

.school-img-left .school-img-item:nth-child(2) {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: 40px -40px 58px 9px #ffffff inset;
}

.school-img-left .school-img-item:nth-child(3) {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: 40px -40px 58px 9px #ffffff inset;
}

.school-img-left .school-img-item:nth-child(4) {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: 40px -40px 58px 9px #ffffff inset;
}

.school-img-left .school-img-item:nth-child(5) {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: 40px -40px 58px 9px #ffffff inset;
}

.school-img-left .school-img-item:nth-child(6) {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: 40px -40px 58px 9px #ffffff inset;
}

.school-img-left .school-img-item:nth-child(7) {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: 40px -40px 58px 9px #ffffff inset;
}

.school-img-left .school-img-item:nth-child(8) {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: 40px -40px 58px 9px #ffffff inset;
}

.school-img-left .school-img-item:nth-child(9) {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: 40px -40px 58px 9px #ffffff inset;
}

.school-img-left .school-img-item:nth-child(10) {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: 40px -40px 58px 9px #ffffff inset;
}

.school-img-left .school-img-item:nth-child(11) {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: 40px -40px 58px 9px #ffffff inset;
}

.school-img-left .school-img-item:nth-child(12) {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: 40px -40px 58px 9px #ffffff inset;
}

.school-img-left .school-img-item:nth-child(13) {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: 40px -40px 58px 9px #ffffff inset;
}

.school-img-left .school-img-item:nth-child(14) {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: 40px -40px 58px 9px #ffffff inset;
}
.school-img-left .school-img-item:nth-child(15) {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: 40px -40px 58px 9px #ffffff inset;
}
.school-img-left .school-img-item:nth-child(16) {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: 40px -40px 58px 9px #ffffff inset;
}




.school-top-m {
    display: none;
}


@keyframes picmove {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

/*ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¾end*/

.yclj {
    position: fixed;
    right: 1%;
    top: 15%;
    width: 7vw;
   display:none;
}
.yclj.active{display:block;}
.yclj .wefwefej {
    width: 100%;
}

.yclj ul {
    width: 5.6vw;
    margin: auto;
    padding: 20px 0 10px 0;
    background: #989eb3;
    display: block;
    max-height: none;
    overflow: hidden;
}

.yclj ul li {
    width: 100%;
    padding: 4px 0;
    text-align: center;
}



.yclj ul li a {
    width: 100%;
    display: block;
}

.yclj ul li img {
    display: block;
    margin: auto;
}

.yclj ul li p {
    font-size: 1vw;
    color: #fff;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yclj ul li:hover {
    background: #153087;
}

.yclj button {
    width: 5.6vw;
    display: block;
    margin: auto;
    border: none;
    padding-top: 10px;
    text-align: center;
    font-size: 1vw;
    color: #153087;
    background: #989eb3;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yclj button img {
    display: block;
    margin: auto;
}



.jdzt .slick-slide img {
    width: 100%;
}

.jddt {
    position: absolute;
    bottom: 40px;
    right: 20%;
}

.jddt h1 {
    font-size: 30px;
    color: #153087;
    font-weight: bold;
    margin-bottom: 10px;
}

.jddt h1 i {
    font-size: 18px;
    color: #777;
    font-weight: 100;
    font-family: -webkit-pictograph;
    font-style: inherit;
}

.jddt p {
    font-size: 18px;
    color: #555;
    line-height: 36px;
}

.seven {
    width: 100%;
    padding: 100px 0;
    background: #fff url(../images/jdzt-bj.png)left bottom 0px no-repeat;
    display: inline-block;
position: relative;
}

.jdzt-t {
    width: 20%;
    float: left;
    text-align: right;
    padding-right: 50px;
}

.jdzt-t h1 {
    width: 30px;
    font-size: 32px;
    color: #333;
    font-weight: bold;
    display: block;
    margin: auto;
    margin-right: 30px;
}

.jdzt-t h1 i {
    font-size: 18px;
    color: #777;
    font-weight: 100;
    font-family: -webkit-pictograph;
    font-style: inherit;
    white-space: nowrap;
    transform: rotate(90deg);
    display: block;
    margin-top: 20px;
}

.jdzt {
    width: 80%;
    float: left;
    margin-bottom: 0px;
}

.jdzt a {
    margin: 0 15px;
    display: block;
}

.jdzt .slick-prev {
    width: 45px;
    height: 45px;
    background: url(../images/right-r.png)center no-repeat;
    background-size: 100% 100%;
    top: 75%;
    left: -120px;
}

.jdzt .slick-next {
    width: 45px;
    height: 45px;
    background: url(../images/left-r.png)center no-repeat;
    background-size: 100% 100%;
    top: 90%;
    left: -120px;
    right: auto;
}

.jdzt .slick-prev:hover {
    background: url(../images/right-r2.png)center no-repeat;
}

.jdzt .slick-next:hover {
    background: url(../images/left-r2.png)center no-repeat;
}


.eight {
    width: 100%;
    padding: 100px 0;
    background: url(../images/jdrm-bj.png)center no-repeat;
    background-size: 100% 100%;
position: relative;
}

.rmt {
    width: 25%;
    float: left;
    padding-right: 50px;
}

.rmt h1 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.rmt h1 i {
    font-size: 18px;
    color: #a3b1dd;
    font-family: -webkit-pictograph;
    font-style: inherit;
    display: block;
    font-weight: 100;
    margin-bottom: 20px;
}



.list12 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.list12 li {
    margin: 0
}

.list12 li .a {
    position: relative;
    cursor: pointer
}

.list12 li .a .ewm {
    position: absolute;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    left: 50%;
    top: 50px;
    transform: translateX(-50%)translateY(1rem);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    width: 10rem;
    height: 10rem;
    background: #fff;
    box-shadow: 0 2px 9.5px .5px rgba(1, 1, 1, .21);
    padding: 0;
    border-radius: .06rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.list12 li .a .ewm img {
    width: 100%;
    height: 100%;
    border-radius: .06rem
}

.list12 li .a .ewm h6 {
    font-size: .12rem;
    color: #a69999
}

.list12 li .a .ewm:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -.08rem;
    margin-left: -.08rem;
    border-bottom: #fff .08rem solid;
    border-left: transparent .08rem solid;
    border-right: transparent .08rem solid
}

.list12 li .a:hover .ewm {
    transform: translateX(-50%)translateY(.5rem);
    opacity: 1;
    visibility: visible;
    padding: .06rem
        z-index: 99;
}

.list12 li {
    margin: 0 0 .8rem .28rem
}

.list12 li * {
    transition: 1s
}

.list12 li .a {
    width: 4.8rem;
    height: 4.8rem;
    background: rgba(255, 255, 255, .4);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.list12 li .a>img {
    width: auto;
    height: auto;
}

.list12 li .a svg {
    width: 3.6rem;
    height: 3.6rem;
    fill: #63065f;
    transition: 0s
}

.list12 li .a:hover {
    background: #153087;
}

.pore {
    position: relative;
    max-width: 100%
}

.rmt-l li {
    width: 25%;
    float: left;
    max-height: 350px;
    overflow: hidden;
    height: 350px;
}

.rmt-l li:nth-child(2) {
    width: 50%;
}

.rmt-l li:nth-child(3) {
    width: 50%;
}

.rmt-l li a {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}

.rmt-l li a .rmt-img {
    width: 100%;
    height: auto;
    max-height: 350px;
transition: 0.5s all;
}

.rmt-l li a p {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: linear-gradient(rgb(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)) !important;
    padding: 8px 20px 0 20px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.rmt-l li:hover a p {
    background: url(../images/xsdcs.png)center no-repeat !important;
    background-size: 100% 100% !important;
}

.rmt-l li a p i {
    width: 40px;
    font-family: -webkit-pictograph;
    font-style: inherit;
    display: block;
    font-weight: 100;
    margin-top: 10px;
    border-bottom: 2px solid #2e8e0c;
    padding-bottom: 5px;
    text-align: center;

}

.jdxb-t {
    width: 25%;
    float: left;
    background: #244389;
    max-height: 350px;
    padding: 40px;
    height: 350px;
overflow: hidden;
}
.jdxb-t div{width:100% !important;display:block;}
.jdxb-t div table{width:100%;display:block;}
.jdxb-t div tbody{width:100%;display:block;}
.jdxb-t div tr{width:100%;display:block;}
.jdxb-t div tr td{width:100%;display:block;}


.jdxb-t img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.jdxb-t a {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.footer {
    width: 100%;
    padding: 60px 0;
    background: url(../images/footer-bj.png)center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.foot-l img {
    margin-bottom: 20px
}

.foot-l p {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}

.foot-r .list12 li {
    margin: 0 10px;
}

.foot-r .list12 {
    margin-top: 70px;
}

.foot-r .list12 li .a {
    background: rgba(255, 255, 255, .1);
}

.foot-r .list12 li .a .ewm {
    top: -115px;
}

.nybanner {
    width: 100%;
}

/*ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â­Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡*/

.lmmc {
    width: 80%;
    height: 80px;
    line-height: 80px;
    border-radius: 0 50px 50px 0;
    background: #153087;
    padding-left: 13%;
    margin-top: -40px;
    position: absolute;
    z-index: 999;
}

.lmmc span {
    font-size: 30px;
    color: #fff;
    line-height: 80xp;
    font-weight: bold;
    margin-right: 30px;
    float: left;
}

.ejdh {
    float: left;
    display: block;
}

.ejdh li {
    float: left;
    margin: 0 10px;
    line-height: 65px;
    margin-top: 6px;
}

.ejdh li.active {
    background: url(../images/scscsss.png)bottom center no-repeat;
}

.ejdh li a {
    font-size: 20px;
    color: #fff;
}

.center {
    width: 100%;
    background: #fff;
    padding: 100px 0px 50px 0;
    margin: auto;
}

.center p {
    font-size: 18px;
    color: #555;
    line-height: 36px;
    text-indent: 2em;
}


/*ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Âµ*/
/*??ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨?ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©?ÃƒÆ’Ã…Â½Ãƒâ€šÃ‚Â¼*/
.img-ul-img {
    width: 25%;
}

.img-ul-img {
    display: block;
    position: relative;
    padding-top: 17%;
}

.img-ul-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.img-ul-right {
    margin-left: 28%;
    padding: 30px 0;
    padding-right: 20px;
}

.img-ul-tt {
    font-size: 22px;
    color: #333 !important;
    margin-bottom: 10px;
}

.img-ul-date {
    font-size: 14px;
    color: #888;
    margin-bottom: 6px;
}

.img-ul-p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.img-ul-more {
    font-size: 0.16rem;
    color: #111;
    margin-top: 0.5rem;
}

.img-ul li a {
    display: block;
    position: relative;
    transition: 0.3s all;
}

.img-ul li a:hover {
    padding: 0.4rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.img-ul li a:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: solid 1px #ddd;
}

.img-ul li a i {
    position: absolute;
    transition: 0.3s all;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #253c74;
}

.img-ul li a:hover i {
    width: 60%;
}

.img-ul li a:hover .img-ul-tt {
    color: #333;
}

.img-ul {
    margin-bottom: 0.5rem;
}

.txt-ul li a {
    display: block;
    padding: 0.45rem 0;
    padding-right: 0.4rem;
    transition: 0.3s all;
    background: #f8fafe;
    position: relative;
}

.txt-ul-date {
    font-size: 0.2rem;
    color: #111;
    height: 1rem;
    width: 1.5rem;
    padding-right: 0.3rem;
    border-right: solid 1px #ddd;
}

.txt-ul-date span {
    font-size: 0.44rem;
}

.txt-ul-right {
    margin-left: 1.8rem;
}

.txt-ul-tt {
    font-size: 0.24rem;
    color: #111;
}

.txt-ul-p {
    font-size: 0.16rem;
    color: #111;
    opacity: 0.6;
    line-height: 2;
    margin-top: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.txt-ul li {
    margin-bottom: 0.4rem;
}

.txt-ul li a:hover .txt-ul-date span {
    color: #c62805;
}

.txt-ul li a:hover .txt-ul-tt {
    color: #253c74;
    font-weight: bold;
}

.txt-ul li a:before {
    position: absolute;
    transition: 0.3s all;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #253c74;
}

.txt-ul li a:hover:before {
    width: 60%;
}

.txt-ul li a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.img-ul li {
    margin-bottom: 20px;
    background: #fff;
}

.center2 {
    background: #f2f2f2;
}

.img-ul li:hover .img-ul-tt {
    color: #153087 !important;
}


.page-box {
    width: 100%;
    margin: 20px 0;
    text-align: center;
    clear: both;
}

.page-box img {
    display: block;
    margin: auto;
}



/*ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â²Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â©*/

.ls-ul-tt {
    font-size: 20px;
    color: #153087;
    font-weight: bold;
}

.ls-ul {
    margin-left: 25px;
    margin-top: -10px;
    position: relative;
    padding-bottom: 1px;
}

.ls-ul-p {
    font-size: 18px;
    color: #555;
    margin-top: 15px;
    line-height: 30px
}

.ls-ul li {
    position: relative;
    padding-left: 65px;
    margin-bottom: 47px;
}

.ls-ul li:nth-child(1) {
    height: 30px;
}

.ls-ul li:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 47px;
    height: 21px;
    background: url(../images/quan.png) left center no-repeat;
}

.ls-ul:before {
    display: block;
    content: "";
    position: absolute;
    left: 9px;
    top: 9px;
    background: #ccc;
    bottom: 0;
    width: 2px;
}

/*******************??ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨?ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨******************/
.gg-list li {
    position: relative;
    line-height: 49px;
    padding-right: 160px;
    border-bottom: dashed 1px #f4f3f0;
    font-size: 16px;
    color: #313131;
}

.gg-list li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #969696;
}

.gg-list li a {
    font-size: 16px;
    color: #313131;
    padding-left: 15px;
    background: url() left center no-repeat;
}

.page-box {
    margin-top: 80px;
}

/*ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Âµ2*/

.list22 {
    width: 100%;
    display: block;
}

.list22 ul li {
    width: 31.333%;
    margin: 0 1%;
    float: left;
    margin-bottom: 28px;
    background: #fff !important;
    padding: 20px;
}

.list22 ul li p {
    padding-left: 0px;
}

.list22 ul li:hover {
    background: rgba(21, 48, 135, .8) !important;
}

.list22 ul li:hover a {
    color: #fff;
}

.list22 ul li:hover p {
    color: #fff;
}

/*ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨*/
.tplb .img-ul-img1 a {
    display: block;
    position: relative;
    padding-top: 10%;
}

.tplb li {
    float: left;
    width: 31.333333%;
    margin-top: 35px;
    margin: 1.5% 1%;
    padding-bottom: 18px;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .3);
}

.tplb {
    width: 100%;
}

.tplb img {

    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    height:440px;
}

.tplb .img-ul-tt a {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.tplb .img-ul-tt {
    margin-top: 10px;
}


/*==ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Âµ==*/
.xqnr {
    background: #fff;
}

.xqnr_tit {
    text-align: center;
    padding: 30px 0 20px;
    border-bottom: 1px solid #ededed;
}

.xqnr_tit h2 {
    font-size: 30px;
    color: #333;
    padding-bottom: 15px;
}

.xqnr_tit p {
    font-size: 18px;
    color: #555;
}

.xqnr_tit span {
    padding: 0 15px;
}

.xqnr_nr {
    padding: 20px 0px;
}

.xqnr_nr p {
    font-size: 18px;
    color: #555;
    line-height: 36px;
    text-indent: 2em;
}

.xqnr_nr p img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.sxfy ul {
    overflow: hidden;
    padding: 30px 0 0;
    border-top: 1px solid #ededed;
}

.sxfy li {
    font-size: 16px;
    color: #999;
}

.sxfy ul li span {
    display: block;
}

.sxfy a {
    color: #888;
    font-size: 16px;
    line-height: 32px;
    display: block;
}



/*ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼*/
.xrld-ll{width:100%;float:left;margin-bottom:30px;}

.xrld-rr{width:100%;float:right;    margin-bottom: 30px;}
.lrld {
    width: 48%;
    float: left;
    background: #fff;
    margin-top: 30px;
   margin:0 1%;
padding-bottom:40px;
}
#lrld3{width:98%;}
#lrld7{width:98%;}
#lrld6{width:98%;}

.lrld h1 {
    height: 48px;
    width: 100%;
    display: block;
    background: url(../images/lrld-ct.png)center no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 52px;
    padding: 0 20px;
}


.lrld h1.cross i {
    transform: rotate(180deg);
}



.lrld h1 i {
    float: right;
}


.msjglb {
    width: 100%;
    margin-top: 20px;

}


.msjglb.is-visible {
    display: block;
}

.msjglb table {
    width: 100%;
}

.msjglb thead tr th {
    color: #333;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    border-spacing: 0;
    font-weight: 100;
}

.msjglb tbody tr td {
    color: #333;
    /* height: 50px; */
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    border-spacing: 0;
    padding: 10px 0;
}


/*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â­Ãƒâ€šÃ‚Â*/
.ldbz {
    width: 80%;
    border-top: 3px solid #ff9900;
    padding: 30px 30px 60px 30px;
    background: #fff;
    margin-bottom: 30px;
    margin:auto;
}

.ldbz:nth-child(even) {
    float: right;
}

.ldbz-t {
    width: 100%;
    height: 100px;
    padding-left: 10px;
    padding: 30px;
    border-bottom: 1px solid #ccc;

}


.ldbz-t.xhx{border-bottom: 2px solid #153087;}

.ldbz-t h2 {
    float: left;
    display: block;
    font-size: 20px;
    color: #153087;
    font-weight: bold;
    width: 75%;
    line-height: 40px;
    border-left: 2px solid #153087;
    padding-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ldbz-l {
    width: 25%;
    float: left;
}

.ldbz-l a {
    font-size: 20px;
    color: #555;
    line-height: 40px;
    margin-right: 10px;
    float: left;
}


/*ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â¾ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾*/
.zzjg {
    width: 100%;
    margin-bottom: 50px;
    clear: both;
    display: inline-block;
}

.zzjg h1 {
    font-size: 20px;
    color: #153087;
    font-weight: bold;
    padding-left: 30px;
    background: url(../images/quan.png)left center no-repeat;
    margin-bottom: 10px;
}

.zzjg li {
    width: 30.2%;
    min-height: 60px;
    padding: 18px 0;
    margin-right: 3%;
    float: left;
    border-bottom: 1px solid #ccc;
}

.zzjg li a {
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    color: #555;
    border-left: 2px solid #153087;
    display: inline-block;

}

.zzjg li a:hover  {
    color: #153087;
    font-weight: bold;
}




































@media(max-width:1800px) {
    .container1 {
        width: 95%;
    }

}

@media(max-width:1600px) {
.nav-list li{padding: 0 0px;}
.yclj ul{max-height:none;}
.yclj ul li{padding: 3px 0;}
}


@media(max-width:1579px) {
    .container {
        width: 95%;
    }

}


@media(max-width:1525px) {

.banner-box {

 height: auto;
 position: relative;
 overflow: hidden; 
}
.banner{    position: unset;}

}
@media(max-width:1460px) {
    .nav-list li {
        padding: 0 0px;
    }
.img-ul-img1{    height: 400px;}
.img-ul-img1 img{    height: auto;width:100%}
.ldbz{width:90%;}
}


@media(max-width:1360px) {
.nav-list li a{font-size:16px;}

.lrld{width:100% !important;margin:0% 0%;}
}




@media(max-width:1279px) {
    .top-l ul p {
        font-size: 12px;
    }
.yclj{display:none !important;}
    .nav-list li a {
        font-size: 14px;
        padding: 0 5px;
    }

    .header .navA {
        width: 120px;
    }

    .hed {
        right: 6rem;
    }

    .raw-b {
        display: none;
    }

    .bxsj-hddc img {
        width: 90%;
    }

    .three-r {
        padding: 70px 40px 30px 30px;
    }

    .jddt {
        zoom: .6;
        right: 2%;
        bottom: 30px;
    }

    .jdxb-t img {
        width: 100%;
    }

    .list12 li .a {
        width: 3rem;
        height: 3rem;
    }

    .list12 li .a>img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .rmt-l li {
        height: 300px;
    }

    .jdxb-t {
        height: 300px;
    }

    .jdxb-t a {
        margin-bottom: 0px;
    }

.xrld-ll{width:100%;float:left;margin-bottom:30px;}

.xrld-rr{width:100%;float:right;margin-bottom:30px;}

    .zzjg li {
        width: 47%;
    }
.lmmc{    padding-left:50px;}

.top-l select{display:none;}
.top-l{width:auto;}










}

@media(max-width:1000px) {
.lmmc{width: 90%;}
}


@media(max-width:991px) {
    .menu-button {
        display: block;
    }
.top-l a{    line-height: 68px !important;}
.container{overflow: hidden;}
    .header .navA {
        display: none !important;
    }

    .header {
        background: #153087 !important;
position: relative;
    }
.jdyw li img{    margin-left: auto !important;}
    .top-l {
        width: 35px;
        right: 6rem;
        height: auto;
    }

    .top-l a {
        display: none;
    }

    .top-l ul {
        display: none;
    }

    .ldbz {
        width: 100%;
    }

    .hed {
        width: 100%;
        right: 0rem;
        top: -10rem
    }

    .hed a:nth-child(11) {
        display: block;
        margin-top: 8px;
    }

    .container1 {
        position: relative;
    }

    .nav-list {
        margin-top: 100px;
        width: 100%;
        border-top: 1px solid #ccc;
        display: none;
    }

    .nav-list li {
        width: 100%;
    }

    .nav-list li a {
        font-size: 16px;
    }

    .one-l {
        width: 100%;
    }

    .one-r {
        width: 100%;
    }

    .two-l {
        width: 100%;
    }

    .two-r {
        width: 100%;
        position: initial;
        top: 1px;
    }

    .one {
        padding: 50px 0 50px 0;
    }

    .two-list li {
        height: 200px;
        padding: 24px 50px 24px 40px;
    }

    .two-t {
        height: 200px;
        padding: 24px 50px 24px 40px;
    }

    .bxsj-hddc {
        line-height: 120px;
    }

    .three-l {
        width: 100%;
    }

    .three-r {
        width: 100%;
    }

    .three-slick .slick-next {
        right: 10%;
    }

    .three-l {
        height: auto;
    }

    .three-slick .slick-slide a img {
        width: 100%;
    }

    .jdby-s .slick-next {
        display: none !important;
    }

    .jdby-s .slick-prev {
        display: none !important;
    }

    .jdby-s .slick-dots {
        bottom: -70px;
    }

    .jdsj-t p {
        width: 100%;
    }

    .jdby-s .slick-dots li {
        width: 8px;
        height: 8px;
        background: #a3b1dd;
        border-radius: 50%;
    }

    .jdby-s .slick-dots li.slick-active {
        background: #fff;
    }

    .jddt {
        zoom: .5;
        right: 2%;
        bottom: 25px;
    }

    .jdzt-t {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0px;
        padding-left: 20px;
        text-align: left;
    }

    .jdzt-t h1 {
        width: 100%;
    }

    .jdzt {
        width: 100%;
    }

    .seven {
        padding: 50px 0;
    }

    .jdzt-t h1 i {
        display: initial;
    }

    .rmt {
        width: 100%;
        margin-bottom: 30px;
    }

    .list12 {
        justify-content: inherit;
    }

    .list12 li {
        margin: 0 15px;
    }

    .rmt-l li:nth-child(1) {
        width: 33.333%;
    }

    .rmt-l li:nth-child(2) {
        width: 66.666%;
    }

    .rmt-l li:nth-child(3) {
        width: 66.666%;
    }

    .rmt-l li:nth-child(4) {
        width: 33.333%;
    }

    .jdxb-t {
        width: 100%;
        max-height: initial;
        height: auto;
    }

    .jdxb-t img {
        width: auto;
    }

    .list22 ul li {
        width: 48%;
    }

    .tplb li {
        width: 48%;
    }
.lmmc span{font-size:24px;}
.ejdh li a {font-size: 16px;}

.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-down {
    position: static;
    margin: 0;
    width: 100%;
    padding: 0;
    border: none;
    background: #2e4590;
    transform: translate(0,0);
}

.nav-list li {
    float: none;
    margin: 0;
    width: 100%;
    display: block;
    padding: 0;
}
.nav-list li a {
    display: block;
    font-size: 16px;
    text-align: left;
    line-height: 40px;
    padding: 0 15px;
}
.nav-down li a {
    text-align: left;
    padding: 0 25px;
    color: #fff;
}
.nav-down:before{display:none;}


.lmmc{margin-top: 0px;}



}




@media(max-width:768px) {
    .container {
        width: 95%;
    }

.jdyw li p{ font-size: 16px !important;}
.gsxw-list a{ font-size: 16px !important;;}
.two-list li a{ font-size: 16px !important;;}
.jdxs li a{ font-size: 16px !important;;}
.jdmt li a{ font-size: 16px !important;;}
.jdxs li p{font-size:14px !important;;}

.center {
    padding: 235px 0px 50px 0;

}

.img-ul-img1 {
    height: 340px;
}



    .hed {
        top: -8rem
    }

    .nav-list {
        margin-top: 80px;
    }

    .jdyw li:nth-child(1) {
        width: 100%;
height: auto;
    }

    .jdyw li {
        width: 50%;
    }

    .jdyw li:nth-child(4) {
        margin: 0 0%;
    margin-bottom: 20px;
    }

    .jdyw li img {
           width: auto ;
    height: 100%;
    margin-left: auto !important;
    }

    .jdyw li a {
        margin: 0 5px;
        height: 100%;
overflow: hidden;
    }

    .jdyw li {
        height: 260px;
    }

    .jddt {
        zoom: .4;
        right: 2%;
        bottom: 20px;
    }

    .two {
        padding-top: 20px;
    }

    .two-t a {
        margin-top: 20px;
    }

    .two-list li {
        height: 180px;
    }

    .rmt-l li {
        height: 200px;
    }

    .foot-r {
        width: 100%;
    }

    .list12 {
        justify-content: center;
    }

    .jdxs li {
        padding: 32px 15px;
    }

    .jdxb-t {
        padding: 30px 15px;
    }

    .three-r {
        padding: 40px 15px 30px 15px;
    }

    .two-list li {
        padding: 24px 15px 20px 15px;
    }

    .two-list li:nth-child(2) {
        padding-left: 3%;
    }

    .logo img {
        width: 100%;
    }

    .one {
        padding: 30px 0 30px 0;
    }

    .banner .slick-dots li,
    .banner .slick-dots li button {
        width: 12px;
        height: 6px;
        background-size: 100% !important;
    }

    .two-t {
        height: 180px;
    }

    .two-list li:nth-child(4) {
        padding-left: 3%;
    }

    .foot-l {
        text-align: center;
    }

    .list22 ul li {
        width: 98%;
    }



    .lrld h1 {
        background: #153087;
        border-top:3px solid #ff9900;
    }
.xrld-ll h5{font-size:20px !important;}
.lrld h1{font-size:16px;}

    .ldbz {
        padding: 0px;
    }

    .ldbz-t {
        padding: 30px 12px;
    }

    .zzjg li {
        width: 100%;
        margin-right: 0%;
    }

    .school {
        height: 64vw;
    }

    .school-center {
        width: 80%;
    }

    .school-top {
        height: 67%;
    }


.lmmc{width:100%;border-radius: 0 0px 0px 0;height:auto;    padding-left: 0px;padding-bottom:20px}
.ejdh{width:100%;}
.ejdh li{width:50%;float:left;margin:0px;line-height:40px;text-align: center;}
.lmmc span{display:block;width:100%;text-align: center;}
.img-ul-img{display:none;}
.img-ul-right{    margin-left: 2%;}
.hidden_search .close_btn{right: 10px;}
.cd-popup-container{padding: 30px 40px 30px 10px;width: 90%;}


}

@media(max-width:600px){
.img-ul-img1 {height: 290px;}
.list12 li .a .ewm{width: 7rem;height: 7rem;top: 37px;}
.zzjg li p{height:auto;}
}



@media(max-width:500px) {
    .hed {
        top: -6rem
    }

    .nav-list {
        margin-top: 60px;
    }

.img-ul-img1 {height: auto;max-height:440px;}

    .logo {
        margin: 10px 0;
    }

    .jdyw li {
        width: 100%;
    }

    .hed a:nth-child(11) {
        margin-top: 9px;
    }

    .menu-button {
        top: 15px;
    }

    .jdyw li {
        height: auto;
    }

    .two-t {
        width: 100%;
    }

    .two-list li {
        width: 100%;
    }

    .two-img {
        width: 100%;
    }

    .jdxs li {
        width: 100%;
    }

    .rmt-l li {
        width: 100% !important;
        margin-bottom: 15px;
        height: auto;
    }

    .rmt-l li a .rmt-img {
        width: 100%;
        height: auto;
    }

    .tplb li {
        width: 98%;
    }
.three-t{    top: 20px;}
.three-t a{margin-top: 0px;}
  .three-slick .slick-prev{width:36px;height:36px;}
.three-slick .slick-next{width:36px;height:36px;}

.jdyw li img{max-height: 240px;}


}