.banner,
.banner .slick-list,
.banner .slick-list .slick-track,
.banner .slick-list .slick-track .slick-slide,
.banner a,
.banner a img {
    height: 100%;
}

.banner a,
.banner a img {
    display: block;
    width: 100%;
}

.banner a {
    position: relative;
}

.banner a .wz {
    position: absolute;
    left: 0;
    right: 0;
    top: 23%;
display:none;
}

.banner a .wz p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1286px;
    -webkit-animation: move1 2s ease-in-out;
    -moz-animation: move1 2s ease-in-out;
    -ms-animation: move1 2s ease-in-out;
    -o-animation: move1 2s ease-in-out;
    animation: move1 2s ease-in-out;
}

@-webkit-keyframes move1 {
    0% {
        transform: scale(0);
    }
    95% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

@-ms-keyframes move1 {
    0% {
        transform: scale(0);
    }
    95% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

@-o-keyframes move1 {
    0% {
        transform: scale(0);
    }
    95% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

@-moz-keyframes move1 {
    0% {
        transform: scale(0);
    }
    95% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes move1 {
    0% {
        transform: scale(0);
    }
    95% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

.banner a .wz p:first-child img {
    max-width: 466px;
}

.section {
    position: relative;
padding-top:50px; padding-bottom:60px;
}

#nav.on {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

#nav.on .nav>ul>li:hover>a::before {
    display: none;
}

.section1 {
    padding-top: 0;
    position: relative;
}

.section1 .fp-tableCell {
    display: block;
}

.section2 {
    background: url(../images/sect2-bg.png) no-repeat center center;
    background-size: cover;
}

.section3 {
    background: url(../images/sect3-bg.png) no-repeat center center;
    background-size: cover;
}

.section4 {
    background: url(../images/sect4-bg.png) no-repeat center center;
    background-size: cover;
}

.section5 {
    background: url(../images/sect5-bg.png) no-repeat center center;
    background-size: cover;
}

.section6 {
    background: url(../images/sect6-bg.png) no-repeat center center;
    background-size: cover;
}

.title a {
    display: block;
}

.title a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 663px;
    width: 100%;
}

.sect2 .title {
    margin-bottom: 60px;
}

.news-l {
    float: left;
    width: 32%;
}

.news-l .yw .text {
    background-color: #f8d187;
    padding-bottom: 15px;
}

.news-l .yw .text h2 {
    position: relative;
    line-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    margin-top: 0;
    margin-right: -20px;
    padding: 0 20px;
    background: url(../images/text-bt-bg.png) no-repeat left center;
    background-size: 0 100%;
    transition: all .6s;
}

.news-l .yw .text p {
    padding: 0 20px;
    color: #494949;
}

.news-l .yw .text .date {
    float: right;
    margin-right: 20px;
}

.news-l .yw:hover .text h2 {
    background-size: 100% 100%;
    color: #fff;
}

.news-r {
    float: right;
    width: 65%;
}

.news-r ul li {
    float: left;
    width: 48%;
    margin-left: 4%;
}

.news-r ul li:first-child {
    margin-left: 0;
}

.news a {
    display: block;
}

.news-l a .pic {
    padding-top: 70%;
}

.news-r a .pic {
    padding-top: 65%;
}

.yw .text .date {
    padding-left: 30px;
    background: url(../images/flag.png) no-repeat left center;
    font-size: 14px;
    color: #bd1111;
}

.yw .text h2 {
    line-height: 32px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    margin: 15px 0;
    height: 64px;
    overflow: hidden;
}

.yw .text p {
    line-height: 24px;
    font-size: 14px;
    color: #8c8c8c;
    height: 72px;
    overflow: hidden;
}

.news-r ul li .text {
    margin-top: 30px;
}

.news-r ul li:first-child .text {
    margin-top: 0;
    border-left: 1px solid #d1cdc6;
    padding-left: 20px;
    margin-bottom: 30px;
}

.news-r ul li:hover .text h2 {
    font-weight: bold;
}

.study {
    padding-bottom: 15px;
}

.study ul li {
    position: relative;
    float: left;
    width: 29%;
    margin-left: 3%;
    margin-top: 55px;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-right: 20px;
}

.study ul li:nth-child(n%3) {
    margin-left: 0;
}

.study ul li a {
    position: relative;
    display: block;
    height: 100%;
    background: #fdfaf3 url(../images/dh.png) no-repeat right bottom;
    border: 1px solid #c7bebe;
    padding: 20px 15px;
    box-sizing: border-box;
}

.study ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ddc6c6;
    transform: translate(20px, 20px);
    z-index: -1;
    transition: all .3s;
}

.study ul li:hover a::before {
    background-color: #b51010;
}

.bt {  position: relative;
}
.dea{width:90px; text-align:center;background:#bd1111;color:#fff;font-size:18px; height:45px; line-height:45px;float: left;}


.bt{
display: block;
    position: relative;
    font-size:18px;
    color: #333;
    /* font-style: italic; */
    padding-right: 0px;
  margin-left:110px;
   overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
    

}

.bt span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    width: 91px;
    height: 6px;
    /*  background: url(../images/bt-xx.png) no-repeat right center; */
}

.bt::after {
    content: '';
    position: absolute;
    bottom:0px;
    left: 0;
    width: 91px;
    height: 6px;
    /* background: url(../images/bt-xx.png) no-repeat bottom center; */
}

.study ul li a p {
    line-height: 30px;
    font-size: 20px;
    color: #333333;
    height: 60px;
    overflow: hidden;
}

.slick-prev {
    bottom: 0;
    top: auto;
    transform: none;
    left: 43%;
    width: 74px;
    height: 74px;
    background: url(../images/style-l.png) no-repeat center center;
}

.slick-next {
    bottom: 0;
    top: auto;
    transform: none;
    width: 74px;
    height: 74px;
    right: 43%;
    background: url(../images/style-r.png) no-repeat center center;
}

.slick-prev:hover {
    background: url(../images/style-l-other.png) no-repeat center center;
}

.slick-next:hover {
    background: url(../images/style-r-other.png) no-repeat center center;
}

.dp-top {
    margin-left: -135px;
    margin-right: -135px;
    background: url(../images/ruler.png) no-repeat center 95%;
}

.dp-top ul li {
    transition: all .6s;
}

.dp-top ul li a {
    position: relative;
    display: block;
    padding-top: 320px;
    padding-bottom: 25px;
}

.dp-top ul li.one a {
    background: url(../images/one-dd.png) no-repeat center bottom;
}

.dp-top ul li.two a {
    background: url(../images/two-dd.png) no-repeat center bottom;
}

.dp-top ul li.three a {
    background: url(../images/three-dd.png) no-repeat center bottom;
}

.dp-top ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 130px;
    width: 5px;
    background-color: #af8266;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.dp-top ul li a .tb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    transition: all .6s;
}

.dp-top ul li.one a .tb {
    top: 140px;
    width: 99px;
    height: 116px;
    background: url(../images/one-bg.png) no-repeat center center;
    padding-top: 25px;
}

.dp-top ul li.one:hover a .tb {
    top: 130px;
}

.dp-top ul li.two a .tb {
    top: 45px;
    width: 175px;
    height: 205px;
    background: url(../images/two-bg.png) no-repeat center center;
    padding-top: 45px;
}

.dp-top ul li.two:hover a .tb {
    top: 35px;
}

.dp-top ul li.three a .tb {
    top: 110px;
    width: 116px;
    height: 136px;
    background: url(../images/three-bg.png) no-repeat center center;
    padding-top: 30px;
}

.dp-top ul li.three:hover a .tb {
    top: 100px;
}

.dp-top ul li a .tb p {
    color: #b40009;
}

.dp-top ul li.one a .tb p {
    font-size: 14px;
}

.dp-top ul li.two a .tb p {
    font-size: 24px;
}

.dp-top ul li.three a .tb p {
    font-size: 16px;
}

.dp-top ul li a .tb span {
    display: inline-block;
    color: #4e332a;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dp-top ul li.one a .tb span {
    font-size: 12px;
    line-height: 16px;
}

.dp-top ul li.two a .tb span {
    font-size: 16px;
    line-height: 22px;
}

.dp-top ul li.three a .tb span {
    font-size: 14px;
    line-height: 18px;
}

.dp-top .slick-prev {
    left: 0;
    bottom: -15px;
    background: url(../images/dp-l.png) no-repeat center center;
z-index:9;
}

.dp-top .slick-next {
    right: 0;
    bottom: -15px;
    background: url(../images/dp-r.png) no-repeat center center;z-index:9;
}

.dp-bottom {
    padding: 0 135px;
    margin-top: 30px;
}

.dp-bottom ul li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.dp-bottom ul li a .text {
    position: relative;
    width: 90%;
    padding: 40px 190px 30px 50px;
    margin-top: 65px;
    margin-bottom: 30px;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(to right, #ba946e, rgba(186, 148, 110, .1));
    background-image: #af8266;
    background-image: linear-gradient(to right, #ba946e, rgba(186, 148, 110, .1));
}

.dp-bottom ul li a .tp {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 1px solid #d0ab7f;
    padding: 15px;
    box-sizing: border-box;
}

.dp-bottom ul li a .tp img {
    display: block;
    width: 100%;
    height: 100%;
border-radius: 50%;
}

.dp-bottom ul li a .text p {
    line-height: 24px;
    font-size: 16px;
    color: #5a2d20;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dp-bottom ul li a .text .bt {
    position: absolute;
    left: 0;
    top: -25px;
    background-color: #9d2121;
    padding: 15px 30px 15px 30px;
}

.dp-bottom ul li a .text .bt span {
    color: #fff;
}

.dp-bottom ul li a .text .bt span::before {
    background: url(../images/bt-xx-other.png) no-repeat right center;
}

.dp-bottom ul li a .text .bt span::after {
    background: url(../images/bt-xx-other.png) no-repeat right center;
}

.list {
    margin-top: 60px;
    padding: 30px;
}

.list>li {
    line-height: 55px;
    padding-left: 25px;
}

.list>li:nth-child(2n-1) {
    background: url(../images/list-one.png) no-repeat left center;
}

.list>li:nth-child(2n) {
    background: url(../images/list-two.png) no-repeat left center;
}

.list>li a {
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list>li:hover a {
    color: #bd1111;
}

.sect5-l {
    float: left;
    width: 48%;
}

.sect5-r {
    float: right;
    width: 48%;
}

.sect5-l ul {
    background-image: linear-gradient(to right, #f7ecdd, #fff);
    background-image: -webkit-linear-gradient(to right, #f7ecdd, #fff);
    background-color: #f5eee4;
}

.sect5-r ul {
    background-image: linear-gradient(to right, #fff, #f5e5e5);
    background-image: -webkit-linear-gradient(to right, #fff, #f5e5e5);
    background-color: #f4e5e5;
}

.sect6 .title {
    margin-bottom: 25px;
}

@media screen and (max-width: 1700px) {
    .dp-top {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1400px) {
    .sect6 {
        padding-left: 0;
        padding-right: 0;
    }
    .section1.section {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1200px) {
    .slick-prev {
        left: 40%;
    }
    .slick-next {
        right: 40%;
    }
    .study ul li {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .study {
        padding-bottom: 110px;
    }
    .dp-bottom {
        padding: 0;
    }
    .dg-container nav span.dg-prev {
        left: 40%;
    }
    .dg-container nav span.dg-next {
        right: 40%;
    }
    .dp-bottom {
        padding: 15px 0;
    }
}
@media screen and (max-width: 1000px){.bt span{padding-right: 0px; font-size:20px;} .bt span::before{background-size: 50px auto;}.study ul li a{padding: 20px 15px;}}
@media screen and (max-width:760px) {
    .news-l {
        float: none;
        width: auto;
    }
    .news-r {
        float: none;
        width: auto;
    }
    .news-r ul li {
        float: none;
        width: auto;
        margin-left: 0;
        margin-top: 15px;
    }
    .sect2 .title {
        margin-bottom: 15px;
    }
    .study ul li {
        float: none;
        width: auto;
        margin-left: 0;
    }
    .dp-top ul li.two a .tb {
        background-size: 145px auto;
    }
    .slick-prev {
        width: 35px;
        background-size: 35px auto;
    }
    .slick-prev:hover {
        background-size: 35px auto;
    }
    .slick-next {
        width: 35px;
        background-size: 35px auto;
    }
    .slick-next:hover {
        background-size: 35px auto;
    }
    .dp-top .slick-prev {
        background-size: 35px auto;
    }
    .dp-top .slick-next {
        background-size: 35px auto;
    }
    .dp-bottom ul li a .tp {
        width: 100px;
        height: 100px;
        padding: 5px;
    }
    .dp-bottom ul li a .text {
        width: 80%;
        padding: 40px 50px 30px 20px;
    }
    .sect5-l {
        float: none;
        width: auto;
    }

    .sect5-r {
        float: none;
        width: auto;
    }
    .list {
        margin-top: 15px;
        padding: 15px;
    }
    .list>li {
        line-height: 40px;
    }
    .list>li a {
        font-size: 16px;
    }
    .bt span {
        font-size: 18px;
    }
    .study ul li a p {
        font-size: 16px;margin-top: 10px;

    }
    .dg-wrapper a.dg-center p {
        font-size: 14px;
    }
    .dg-container nav span.dg-prev {
        width: 35px;
        height: 35px;
        background-size: 35px auto;
    }
    .dg-container nav span.dg-next {
        width: 35px;
        height: 35px;
        background-size: 35px auto;
    }
    .study {
        padding-bottom: 80px;
    }
    .dp-bottom ul li a .tp {
        top: 95px;
    }
    .news-l .yw .text h2 {
        margin-right: 0;
    }
    .banner a .wz p:first-child img {
        max-width: 200px;
    }
}

.sect5-l .pic01{ margin-bottom:20px; background:rgba(189,17,17,0.9); width: 100%; }
.sect5-l .pic01 a{}
.sect5-l .pic01 .img{ width:44%; float: left;overflow: hidden; position: relative; }
.sect5-l .pic01 .img .img_hezi {  padding-bottom: 60%;  transition: all .5s ease-out 0s;  background-size: cover!important;  background-position: center!important;  background-repeat: no-repeat!important;  }
.sect5-l .pic01 .img_zd img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sect5-l .pic01 .img .img_hezi {  padding-bottom: 200px;  }
.sect5-l .pic01 .img img{ display: none !important;}

.sect5-l .pic01 .txt{ width:46%; float: right; padding-right: 4%;}
.sect5-l .pic01 .txt h1{font-size: 17px;color: #fff; margin-top: 5px;line-height:52px;padding-top:10px; white-space: nowrap;  text-overflow: ellipsis;  overflow: hidden;}
.sect5-l .pic01 .txt h2{font-size: 17px;color: #fff; margin-top: 5px;line-height:32px;padding-top:10px; white-space: nowrap;  text-overflow: ellipsis;  overflow: hidden;}
.sect5-l .pic01 .txt .hx{ width: 42px; height: 6px; background: #fab101;margin-top: 10px;}
.sect5-l .pic01 .txt p{ text-indent: 2em; font-size: 16px;color: #fff; padding-top:0px;line-height: 32px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow:hidden }
.sect5-l .pic01 .txt span{font-size: 16px;color: #fff;line-height: 30px;padding-top:10px; display: block;}
.sect5-l .pic02 .img{float: right; }
.sect5-l .pic02 .txt{ float: left;padding-left: 6%;}
.sect5-l .pic03{width:30%; position: absolute; right: 0px; top:0px;}
.sect5-l .pic03 .img{ width:100%; float: none;}
.sect5-l .pic03 .txt{ width:84%; float: none;padding: 2% 8% 13.6%;}


/*新闻轮播图*/
.main_img{position: relative;overflow: hidden;}
.main_img .image{position: relative;height:435px;/*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);*/overflow: hidden;}
.main_img .image img{position: absolute;width: 100%;height:435px;object-fit: cover;}
.main_img .image img:hover{transform: scale(1.05, 1.05);transition: 0.5s all;}
.main_img img{width: 100%;height: 100%;}
.main_img span{z-index: 11;position: absolute;bottom: 0;left: 0px;right: 15px;width: 100%;padding: 5px 40px 8px 10px;font-size: 16px;color: #fff;min-height: 40px;line-height: 22px;}
.main_img span a{color: #fff;font-size: 17px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.main_img .ceng{position: absolute;width: 80px;padding-left: 26px;height:42px;text-align: center;background:#d70f05;color: #fff;left:0px;bottom:47px;z-index: 11;}
.main_img .ceng h2,
.main_img .ceng h5{font-weight: normal;margin: 0;}
.main_img .ceng h2{font-size:15px;margin-top:5px;}
.main_img .ceng h5{font-size: 14px;}
.main_t{margin: 0px;padding-top: 60px;text-align: center;font-size: 32px;color: #333333;font-weight: bold;}
.main_t small{font-size: 20px;color: #6A88B0;padding-left: 10px;margin-bottom: 10px;}
.main_t span{font-size: 13px;color: #fff;float: right;line-height: 30px;display: none;}
.swiperimg3{position: absolute;left: 0;bottom: 0;width: 100%;z-index: 1;background: rgba(0, 0, 0, 0.6);height:47px!important;}

.main_img .container .swiper-pagination{right:12px; bottom: 18px; height: 12px; }
.main_img .container .swiper-pagination span{position: relative;margin-left:6px;min-height: 12px;height:12px;width: 12px;padding: 0px;border-radius: 8px;background: white;opacity: 1;display: block;float: left;}
.main_img .container .swiper-pagination .swiper-pagination-bullet-active{background: #d70f05;}
.main_img .container .swiper-pagination span{}
.main_img .swiper-notification{ display: none;}

@media(max-width: 768px) {
	.main_img .image{}
	.main_img .container .swiper-pagination{right: 5px;}
.sect5-l .pic01 .img{ float: none;
        width:auto;}
.sect5-l .pic01 .txt{float: none;
        width:auto;padding-right:10px;padding-left:10px;}
}