body {
    color: #333;
    font-size: 14px;
    font-family: "???è?ˉé?…é?‘", "Arial", Helvetica, "é?‘??“", Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    padding-top: 118px;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}

.img-hide {
    overflow: hidden;
    display: block;
}

.img-hide img {
    transition: 0.5s all;
    transform: scale(1, 1);
}

.img-hide:hover img {
    transform: scale(1.05, 1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover,
a {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,
button:hover,
input:focus {
    outline: none !important;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.container {
    width: 1300px;
}

.slick-dots li button:before {
    display: none;
}

.tab-content {
    position: relative;
}

.tab-content .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s all;
}

.tab-content .tab-pane.active {
    position: relative;
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
}

.banner {
    margin: 0;
    overflow: hidden;
    display:block;
}

.banner img {
    width: 100%;
}

.banner .slick-prev {
    width: 28px;
    height: 48px;
    background: url(../img/ztz.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    left: 5%;
}

.banner .slick-next {
    width: 28px;
    height: 48px;
    background: url(../img/zty.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    right: 5%;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}



.header {
    background: #717eb5;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
}

.logo {
    padding: 28px 0;
}


.header-right-sm {
    padding-top: 18px;
}

.header-a {
    line-height: 30px;
    color: #fff;
}

.header-a span {
    display: inline-block;
    padding: 0 20px;
}

.header-a a {
    color: #fff;
    font-size: 16px;
    display: block;
    float: left;
}

.header-a a:nth-child(4) {
    margin-left: 25px;
}

.header-a a:nth-child(5) {
    margin-left: 25px;
}

.header-a a img {
    margin-right: 6px;
    max-width: 24px;
}

.search-box {
    width: 260px;
    position: relative;
    margin-left: 20px;
}

.search-box .form-control {
    width: 100%;
    height: 30px;
    box-shadow: none;
    border: none;
    background: #398ec7;
    color: #fff;
    border-radius: 30px;
}

.btn-search {
    position: absolute;
    right: 10px;
    height: 30px;
    top: 0;
    bottom: 0;
    background: url(../img/search.png) center no-repeat;
}

.nav-list li {
    float: left;
    margin-left: 30px;
    position: relative;
}

.nav-list {}

.nav-list li a {
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 70px;
}

.kslj {
    width: 800px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: relative;
    left: calc(50% - 400px);
    top: -60px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #ccc;
}

.kslj a {
    width: 25%;
    display: block;
    float: left;
    font-size: 22px;
    color: #333;
    border-right: 1px solid #ccc;
}

.kslj a:hover {
    background: #717eb5;
    color: #fff;
}

.kslj a:nth-child(4) {
    border: none;
}


.one {
    width: 100%;
    padding: 2px 0 30px;
    overflow: hidden;
}

.title1 {
    font-size: 40px;
    color: #777;
    margin: auto;
    text-align: center;
    font-family: emoji;
    font-style: italic;
    margin-bottom: 50px;
}

.title1 i {
    color: #333;
    font-weight: bold;
}

.title1 span {
    color: #333;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

.one-slick {
    margin: 0 -100px;
overflow: hidden;
}

.one-slick:before {
    display: block;
    content: "";
    position: absolute;
    left: 100px;
    width: 100px;
    height: 100%;
    background: url(../img/yy-z.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 9;
}

.one-slick:after {
    display: block;
    content: "";
    position: absolute;
    right: 100px;
    width: 100px;
    height: 100%;
    background: url(../img/yy-y.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 9;
    top: 0px;
}



.one-l {
    margin: 0 3px;
    border-radius: 8px;
    background: #f9f8f8;
    overflow: hidden;
}

.one-tit:hover h2 {
    color: #717eb5;
}

.one-tit:hover p {
    color: #9cadf3;
}

.one-tit span:hover {
    color: #12af81;
}

.one-img {
    width: 100%;
    position: relative;
    display: block;
    padding-top: 50%;
    overflow: hidden;
}

.one-img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    transform: scale(1, 1);
}

.one-img:hover img {
    transform: scale(1.1, 1.1);
}

.one-tit {
    width: 100%;
    padding: 25px 25px 10px;
}

.one-tit h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.one-tit p {
    font-size: 16px;
    color: #777;
    min-height:52px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.one-tit span {
    font-size: 16px;
    color: #777;
    margin-top: 10px;
}

.one-time {
    position: absolute;
    width: 55px;
    height: 55px;
    background: #717eb5;
    opacity: 0.9;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    z-index: 9999;
    top: 42%;
    right: 3%;
    padding: 8px 0;
}


.one-slick .slick-prev {
    width: 28px;
    height: 48px;
    background: url(../img/ztz.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    left: 150px;
}

.one-slick .slick-next {
    width: 28px;
    height: 48px;
    background: url(../img/zty.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    right: 150px;
}



.two {
    width: 100%;
    padding: 30px 0 50px;
}

.hwxx {
    width: 100%;
    display: flow-root;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.hwxx a {
    width: 32%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.hwxx .hwxx-img {
    width: 100%;
    position: relative;
    display: block;
    padding-top: 66%;
    overflow: hidden;
}

.hwxx .hwxx-img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    transform: scale(1, 1);
}

.hwxx .hwxx-img:hover img {
    transform: scale(1.1, 1.1);
}

.hwxx .hwxx-tit {
    width: 100%;
    padding: 10px 5px 10px;
    background: #717eb5;
    display: inline-table;
}

.hwxx .hwxx-tit h2 {
width:100%;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.hwxx .hwxx-tit span {
    width:100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
display: block;
}


.three {
    width: 100%;
    padding: 200px 0 100px;
    background: url(../img/ldsl-bj2.png)top center no-repeat;
}



.title2 {
    font-size: 40px;
    color: #555;
    font-family: emoji;
    font-style: italic;
    margin-bottom: 50px;
}

.title2 h2 {
    color: #333;
    font-weight: bold;
    margin-top: 0px;
    font-size: 40px;
}

.title2 span {
    color: #333;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}



.ldys {
    width: 100%;
    display: block;
    margin-top: 100px;
}

.ldys li {
    width: calc(30% - 2px);
    float: left;
    display: block;
    padding: 60px 100px;
    margin: 0 1px;
    border: 3px solid #fff;
    border-radius: 6px;
}

.ldys li:hover {
    opacity: 1;
}

.ldys li a {
    width: 100%;
    display: block;
}

.ldys li img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    transition: all 0.6s;
    transform: scale(1, 1);
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
}

.ldys li:hover img {
    transform: scale(1.3, 1.3);
}

.ldys li p {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.ldys li:nth-child(1) {
    background: url(../img/ldys1.png)center no-repeat;
    background-size: 100% 100%;
    padding-top: 7%;
    padding-bottom: 7.4%;

}

.ldys li:nth-child(2) {
    background: url(../img/ldys2.png)center no-repeat;
    background-size: 100% 100%;
    padding-top: 3.7%;
    padding-bottom: 3.7%;
    margin-top: 7.75%;
}



.ldys li:nth-child(3) {
    width: calc(40% - 2px);
    background: url(../img/ldys3.png)center no-repeat;
    background-size: 100% 100%;
    padding-top: 8%;
    padding-bottom: 9.8%;
    margin-top: 7.75%;
}

.ldys li:nth-child(4) {
    background: url(../img/ldys4.png)center no-repeat;
    background-size: 100% 100%;
    padding-top: 9%;
    padding-bottom: 10.2%;
    margin-top: -7.75%;
}


.ldys li:nth-child(5) {
    background: url(../img/ldys5.png)center no-repeat;
    background-size: 100% 100%;
    padding-top: 9%;
    padding-bottom: 10%;
    margin-top: -7.75%;
}

.ldys li:nth-child(6) {
    width: calc(40% - 2px);
    ;
    background: url(../img/ldys6.png)center no-repeat;
    background-size: 100% 100%;
    padding-top: 6.8%;
    padding-bottom: 8%;
}

.ldys li:hover {
    background: #717eb5 !important;
}



.four {
    width: 100%;
}

.mxtzs {
    width: 100%;
    margin: 0px 0 30px;
    padding: 40px 0 100px;
    background: url(../img/mxtzs-bj.png)center no-repeat;
    background-size: 100% 100%;
}

.four .title1 {
    text-align: left;
}


.mxtzs-slick {
    margin: 0 -10px;
}

.mxtzs-slick .slick-slide{padding-top:10px;}
.mxtzs-slick .slick-dots li{width:10px;height:10px;border-radius:50%;border-radius: 6px;background:#ccc;}
.mxtzs-slick .slick-dots li.slick-active{background: #fff;}
.mxtzs-slick .slick-dots{    bottom: -60px;}

.mxtzs-slick a {
    display: block;
    position: relative;
    margin: 0 10px;
    border-radius: 6px;
    overflow: hidden;
}
.mxtzs-slick a:hover{box-shadow:0px 0px 13px #fff;top:-10px;}
.mxtzs-slick .zcfg-img {
    position: relative;
    padding-top: 138%;
    box-shadow: 1px 1px 8px #ccc;
}

.mxtzs-slick .zcfg-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mxtzs-slick p {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    background: #f9f8f8;
    line-height: 24px;
    padding: 15px 5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}



.mxtzs-slick .slick-prev {
    width: 25px;
    height: 40px;
    background: url(../img/ztz.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    left: -5%;
}

.mxtzs-slick .slick-next {
    width: 25px;
    height: 40px;
    background: url(../img/zty.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    right: -5%;
}

.five {
    width: 100%;
    padding: 20px 0 50px;
    min-height: 790px;
}

.lm {
    width: 100%;
    text-align: left;
}

.lm h2 {
    width: 180px;
    border-radius: 7px;
    text-align: center;
   border:1px solid #ccc;
    font-size: 28px;
    font-weight: 500;
    color: #333;
    line-height: 28px;
    padding-top: 14px;
    display: inline-block;
    margin-right: 10px;
}

.lm h2 i {
    font-size: 15px;
    width: 100%;
    display: block;
    float: left;
    font-weight: 100;
    font-style: inherit;
    font-family: emoji;
}

.lm h2.active {
    color:  #fff;
background: #717eb5;
}

.lm h2.active i {
    color: #fff;
}

.qh {
    position: relative;
}

.qh .djgz {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 -5px;
    margin-top: 40px;
    z-index: -10;
    opacity: 0;
}

.djgz.active {
    z-index: 10;
    opacity: 1;

}


.djgz a {
    display: block;
    position: relative;
    margin: 0 5px;
    padding: 25px;
    border-radius: 10px;
    background: #fcfcfc;
}

.djgz a:hover {
    background: #f0efef;
}

.djgz .img-slick-top {
    position: relative;
    padding-top: 75%;
    margin-bottom: 20px;
}

.djgz .img-slick-top img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.djgz .img-slick-bot {
    color: #333;
    line-height: 30px;
}

.djgz .img-slick-bot h2 {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.djgz .img-slick-bot h2 {
    color: #333;

}

.djgz .img-slick-bot span {
    display: block;
    font-size: 16px;
    color: #1173c0;
    line-height: 24px;
    background: url(../img/icon-date.png)left center no-repeat;
    padding-left: 24px;

}

.djgz .img-slick-bot p {
    font-size: 17px;
    color: #555;
    min-height:120px;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.djgz .img-slick-bot i {
    width: 60px;
    font-size: 16px;
    color: #1173c0;
    border: 1px solid #1173c0;
    padding: 5px 10px;
    font-style: inherit;

}

.djgz .slick-prev {
    width: 25px;
    height: 40px;
    background: url(../img/ztz2.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    left: -5%;
}

.djgz .slick-next {
    width: 25px;
    height: 40px;
    background: url(../img/zty2.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    right: -5%;
}

.six {
    width: 100%;
    padding: 40px 0;
    background: #f0efef;
}

.hwyxk-slick {
    background: #fff;
    border-radius: 30px;
    padding: 50px 0;
}

.hwyxk-slick a {
    width: 100%;
    text-align: center;
    margin: 15px 0;
    display: block;
}

.hwyxk-slick a img {
    max-width: 100px;
    margin: auto;
    margin-bottom: 20px;
    transition: 0.5s all;
    transform: scale(1, 1);
}

.hwyxk-slick a img:hover {
    transform: scale(1.1, 1.1);
}

.hwyxk-slick a:hover p {
    color: #717eb5;
    font-weight: bold;
}


.hwyxk-slick a p {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: center;
}


.hwyxk-slick .slick-prev {
    width: 25px;
    height: 40px;
    background: url(../img/ztz2.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    left: -5%;
}

.hwyxk-slick .slick-next {
    width: 25px;
    height: 40px;
    background: url(../img/zty2.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    right: -5%;
}

footer {
    width: 100%;
    background: url(../img/footer-bj.png)center no-repeat;
    background-size: 100% 100%;
    padding-top: 30px;
}

.foot-left {
    width: 45%;
}

.foot-left h2 {
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}

.foot-left p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}


.foot-right {
    width: 45%;
}


.foot-right h2 {
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
}

.ewm {
    float: left;
    margin-right: 30px;
}
.ewm:nth-child(5){margin-right: 0px;}

.ewm img {
    max-width: 84px;
}

.ewm p {
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.footer {
    width: 100%;
    border-top: 1px solid #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 50px;
}








































































.nav-down {
    position: absolute;
    display: none;
    padding: 10px 0;
    min-width: 120px;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    background: #fff;
}

.nav-down li {
    float: none;
    text-align: center;
    margin: 0 !important;
    white-space: nowrap;
    padding: 0;
}

.nav-down li a {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #333;
    padding: 0 10px;
}

.nav-down li a:hover {
    color: #1c6eb8;
}

.nav-down:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 7px;
    background: url(../img/raw-t.png) center no-repeat;
}

.nav-list li:hover .nav-down {
    display: block;
}

.nav-click {
    display: none;
}

.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #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);
}



.search-a {
    margin-left: 25px;
    max-width: 20px;
}

.search-a img {
    max-width: 20px !important;
}

.layer {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layer.showdiv {
    opacity: 1;
    visibility: visible;
    z-index: 100000;
}

.layer .close {
    font-size: 60px;
    display: block;
    font-family: "?????“";
    position: absolute;
    right: 50px;
    top: 50px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    color: #ccc;
}

.layer .search_box {
    height: 45px;
    line-height: 45px;
    width: 550px;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-50px);
    opacity: 0;
}

.layer.showdiv .search_box {
    transition: all 0.5s ease-out 0s;
    opacity: 1;
}

.layer .search_box .kw {
    background: #fff;
    border: none;
    -ms-flex: 1;
    flex: 1;
    padding: 0 12px;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.layer .search_box .ok {
    background: #717eb5;
    color: #fff;
    box-shadow: none;
    border: none;
    width: 120px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.layer.active {
    opacity: 1;
    z-index: 1000000;
}

.search-one {
    display: none;
}

.search-one.showdiv {
    display: block;
}

.layer .search_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media(max-width: 1600px) {
    .mxtzs-slick .slick-prev {
        width: 30px;
        height: 50px;
        left: 10px;
        background: url(../img/left.png)center no-repeat;
    }

    .mxtzs-slick .slick-next {
        width: 30px;
        height: 50px;
        right: 10px;
        background: url(../img/right.png)center no-repeat;
    }

    .djgz .slick-prev {
        width: 30px;
        height: 50px;
        left: 10px;
        background: url(../img/left.png)center no-repeat;
    }

    .djgz .slick-next {
        width: 30px;
        height: 50px;
        right: 10px;
        background: url(../img/right.png)center no-repeat;
    }

    .hwyxk-slick .slick-prev {
        width: 30px;
        height: 50px;
        left: 10px;
        background: url(../img/left.png)center no-repeat;
    }

    .hwyxk-slick .slick-next {
        width: 30px;
        height: 50px;
        right: 10px;
        background: url(../img/right.png)center no-repeat;
    }



}

















@media(max-width: 1479px) {
    .container {
        width: 1230px;
    }

    .logo {
        width: 350px;
        padding: 0;
        line-height: 113px;
    }

    .nav-list li {
        margin-left: 30px;
    }

    .new-list li {
        margin-bottom: 10px;
    }



}

@media(max-width: 1400px) {
.ny{width:95% !important;}
.ny_left_top{left:2.5% !important;  margin-left:auto !important; }
}



@media(max-width: 1279px) {
    .container {
        width: 95%;
    }

    .ldys li {
        padding: 60px 50px;
    }

    .nav-list li {
        margin-left: 15px;
    }

    .nav-list li a {
        font-size: 16px;
        line-height: 60px;
    }

    .header-right-sm {
        padding-top: 20px;
    }

    body {
        padding-top: 113px;
    }
    .djgz a{padding: 15px;}



}

@media(max-width: 1150px) {
.ny_left_top{width:210px !important;}
.ny_left{width:210px !important;}
.ny_right{width:calc(100% - 220px) !important;}


}



@media(max-width: 1100px) {
    .logo {
        width: 300px;
    }

    .logo img {
        width: 300px;
    }

    .header-right-sm {
        padding-top: 20px;
    }

    .nav-list li a {
        font-size: 15px;
    }

    .ldys li img {
        width: 50px;
        height: 70px;
    }

    .ldys li {
        width: calc(33.333% - 2px) !important;
        margin-top: 0% !important;
        padding-top: 9% !important;
        padding-bottom: 9% !important;
    }
    .lm h2{font-size: 28px;width: 142px;line-height: 22px;}
    .lm h2 i{font-size: 12px;}
    .ewm{margin-right: 20px;}
}



@media(max-width: 991px) {
    body {
        padding-top: 50px;
    }

    .container {
        width: 96%;
    }

    .logo {
        width: auto;
    }

    .logo img {
        width: auto;
    }

    .header {
        height: 50px;
    }

    .logo {
        line-height: 50px;
        width: auto;
    }

    .logo img {
        height: 30px;
    }

    .header .container {
        width: 100%;
    }

    .header-right-sm {
        padding-top: 10px;
        margin-right: 50px;
    }

    .menu-button {
        display: block;
    }

    .nav-list {
        position: fixed;
        border-top: solid 1px #fff;
        display: none;
        left: 0;
        top: 50px;
        margin: 0;
        bottom: 0;
        overflow-y: auto;
        right: 0;
        background: #8491c8;
    }

    .nav-list li {
        float: none;
        margin: 0;
    }

    .nav-list li a {
        line-height: 40px;
        padding: 0 15px;
        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-click.active {
        transform: rotate(180deg);
    }

    .nav-down li a {
        text-align: left;
        padding: 0 15px;
        display: block;
    }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .nav-down {
        position: static;
        transform: translate(0, 0);
        margin: 0;
        width: 100%;
        background: none;
    }

    .nav-down:before {
        display: none;
    }

    .nav-down li a {
        color: #fff !important;
        padding: 0 25px;
    }

    .search-box {
        width: 180px;
    }

    .kslj {
        width: 500px;
        left: calc(50% - 250px);
        height: 60px;
        line-height: 60px;
        top: -40px;
    }

    .hwxx .hwxx-tit {
        padding: 15px 10px 10px;
    }

    .hwxx .hwxx-tit h2 {
        font-size: 18px;
    }

    .hwxx .hwxx-tit span {
        font-size: 14px;
    }

    .djgz a{ background: #f9f8f8;}
    .ewm{margin-right: 10px;}








}

@media(max-width: 900px) {
    .new-t {
        width: 100%;
    }

    .new-list {
        width: 100%;
        margin-top: 20px;
    }

    .new-list li {
        margin-bottom: 20px;
    }

    .one-tit {
        padding: 15px 15px 10px;
    }

    .title1 {
        font-size: 30px;
    }

    .title2 {
        font-size: 30px;
    }

    .one-tit h2 {
        font-size: 20px;
    }

    .one-tit p {
        font-size: 14px;
    }

    .one-tit span {
        font-size: 14px;
    }

    .one-time {
        width: 50px;
        height: 50px;
        font-size: 14px;
        line-height: 18px;
    }

    .ldys li {
        padding-top: 5% !important;
        padding-bottom: 5% !important;
    }
    .foot-left{
        width: 100%;
    }
    .foot-right{
        width: 100%;
    }
    .ewm{margin-right: 0px;
        width: 25%;
        text-align: center;}
}




@media(max-width: 767px) {
    .container {
        width: 100%;
    }

    .header-a a {
        display: none;
    }

    .banner .slick-dots {
        bottom: 10px;
    }

    .one-slick {
        margin: 0 -0px;
    }

    .one-slick:before {
        left: 0px;
        display: none;
    }

    .one-slick:after {
        right: 0px;
        display: none;
    }

    .one-slick .slick-prev {
        left: 20px;
    }

    .one-slick .slick-next {
        right: 20px !important;
    }

    .hwxx .hwxx-tit span {
        width: 100%;
    }

    .layer {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        opacity: 0;
        z-index: -1;
        transition: all 0.3s ease-out 0s;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .layer.showdiv {
        opacity: 1;
        visibility: visible;
        z-index: 100000;
    }

    .layer .close {
        font-size: 60px;
        display: block;
        font-family: "?????“";
        position: absolute;
        right: 50px;
        top: 50px;
        width: 80px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        cursor: pointer;
        color: #ccc;
        opacity: 1;
    }

    .layer .search_box {
        height: 45px;
        line-height: 45px;
        width: 90%;
        display: -ms-flexbox;
        display: flex;
        transform: translateY(-50px);
        opacity: 0;
    }

    .layer.showdiv .search_box {
        transition: all 0.5s ease-out 0s;
        opacity: 1;
    }

    .layer .search_box .kw {
        background: #fff;
        border: none;
        -ms-flex: 1;
        flex: 1;
        padding: 0 12px;
        font-size: 16px;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
    }

    .layer .search_box .ok {
        background: #717eb5;
        color: #fff;
        box-shadow: none;
        border: none;
        width: 120px;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
    }

    .layer.active {
        opacity: 1;
        z-index: 1000000;
    }

    .search-one {
        display: none;
    }

    .search-one.showdiv {
        display: block;
    }

    .layer .search_box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .search-a {
        display: block !important;
        position: absolute;
        right: 60px;
        top: 0;
        line-height: 50px;
    }

    .list-banner {
        height: 150px;
    }

    .ldys li {
        width: calc(50% - 2px) !important;
        padding-top: 9% !important;
        padding-bottom: 9% !important;
        padding: 60px 10px;
    }

.title1{margin-bottom:30px;}
.five{    min-height: 700px;}



}


@media(max-width: 730px) {
.ny_left_top{width:95% !important;}
.ny_left{width:100% !important;}
.ny_right{width:100% !important;}
.accordion .nav-link a{text-align: center;}
.content>ul>li h2{font-size:20px !important;padding-left: 20px !important;padding-right: 70px !important;}
.content>ul>li h2 span{right: 20px !important;}
}


@media(max-width: 600px) {
    .kslj {
        width: 300px;
        left: calc(50% - 150px);
        height: 40px;
        line-height: 40px;
        top: -30px;
    }
.three{    padding: 0px 0 50px;}
    .kslj a {
        font-size: 14px;
    }

    .title1 {
        font-size: 22px;
    }

    .title2 {
        font-size: 22px;
    }
.title2 h2{
        font-size: 22px;
    }

.one-tit h2 {
    font-size: 17px;
}
.one-tit p{
    min-height: 44px;
    line-height: 22px;
margin-bottom: 10px;
}
.ldys li p {
    font-size: 18px;
    line-height: 22px;
}
.ldys li img{    height: 60px;    margin-bottom: 10px;}
.djgz .img-slick-bot h2{font-size: 17px;}
.djgz .img-slick-bot p{min-height: 88px;line-height: 22px;font-size: 14px;}
.djgz .img-slick-bot i{font-size: 14px;}

.five{    min-height: 800px;}




}


@media(max-width: 520px) {
    .hwxx {
        display: block !important;
    }

    .hwxx a {
        width: 100%;
        margin-bottom: 20px;
    }

    .one-slick .slick-prev {
        top: 23%;
    }

    .one-slick .slick-next {
        top: 23%;
    }
    .lm{display: flex;justify-content: space-around;}
    .lm h2 {
        font-size: 22px;
        width: 110px;
        line-height: 18px;
        padding-top: 10px;
    }
.five{    min-height: 730px;}


  .title1 {
        font-size: 20px;
    }

    .title2 {
        font-size: 20px;
    margin-bottom: 30px;
    }
.title2 h2{
        font-size: 20px;
    }

.one-tit h2 {
    font-size: 16px;
}
.ldys li p {
    font-size: 16px;}

.ldys li{
    padding-top: 7% !important;
    padding-bottom: 7% !important;
}
.ldys{margin-top: 80px;}
.lm h2{font-size: 20px;}
.qh .djgz{    margin-top: 20px;}
.footer{    padding: 15px 15px;margin-top: 15px;}
.foot-left p{    margin-bottom: 10px;}
.ewm img{    max-width: 75px;}
.hwyxk-slick{    padding: 20px 0;}
.hwyxk-slick a p{font-size: 14px;}
.hwyxk-slick a img{max-width:90px;}
}



@media(max-width: 420px) {
.five{    min-height: 660px;}
.hwyxk-slick a p{font-size: 12px;}
.hwyxk-slick a img{max-width:80px;}
}