/* 头部  Start ********************************/
.header {background-color: rgb(170, 43, 43);}
.phoneNav{display: none;position: absolute;background: #9d2223;width: 85%;right: 0;top: 0;box-shadow: 0 0 0px #000;z-index: 999;height: 0;transition: all 0.5s;overflow: hidden;}
.phoneNav.on{height: 100vh;box-shadow: 0 0 30px #000;}
.phoneNav .top{padding:0.165rem 0.2rem 0.165rem 0.1rem;}
.phoneNav .top .logo{width: 2.3rem;height: 0.4rem;}
.phoneNav .top .close{width: 0.3rem;margin: 0.05rem;}
.phoneNav .NavList{background:#aa2b2b;height: 100%;padding-top: 0.2rem;}
.phoneNav .NavList .list{height: 100%;overflow-y: scroll;margin-top: 0.2rem;}
.phoneNav .NavList .list>ul>li>a{display: inline-block;width: 100%;text-align: left;padding: 0.2rem;font-size: 0.3rem;color: #fff;position: relative;border-bottom: 1px  solid #9d2223;}
.phoneNav .NavList .list>ul>li:first-child>a::after{display: none;}
.phoneNav .NavList .list>ul>li>a::after{font-family: swiper-icons;position: absolute;content: 'next';display: block;color: #fff;font-size: 0.3rem;right: 0.3rem;top: 50%;transform: translateY(-50%) rotate(0deg);font-weight: bold;}
.phoneNav .NavList .list>ul>li .sub-menu{padding: 0.2rem 3% ;display: none;background: #9d2223;}
.phoneNav .NavList .list>ul>li .sub-menu li{display: inline-block;height: auto;line-height: 3.5;margin: 0 0.1rem;}
.phoneNav .NavList .list>ul>li .sub-menu li a{ font-size: 0.2rem;color: #fff;padding: 0.05rem 0.1rem;border-radius: 0.05rem;border: 1px solid #fff;line-height: 1.5;}
.header .phoneNav .search{display: block;width: 80%;height: 0.4rem;margin: 0 auto;padding: 0 0.1rem;}
.header .phoneNav .search form{display: flex;justify-content: space-between;height: 100%;}
.header .phoneNav .search form input{flex: 1;font-size: 0.24rem;line-height: 1;width: auto;max-width: 90%;}
.header  .back{position: absolute;top: 0;left: 0;right: 0;height: 100vh;background-color:transparent;z-index: 888;display: none;}
.header .group {padding: 0.05rem 0 0.04rem;align-self: center;color: rgb(169, 169, 169);font-size: 0.14rem;line-height: 0.14rem;}
.header .search {padding: 0.08rem 0.08rem;align-self: center;background-color: rgb(255, 255, 255);border-radius: 0.2rem;height: 0.4rem;border: solid 0.01rem rgb(173, 173, 173);}
.header .logo {height: 0.86rem;}


.header .search input {border: none;width: 3.4rem;font-size: 0.16rem;vertical-align: bottom;}
.header .image_2 {margin-left: 0.03rem;width: 0.2rem;height: 0.2rem;vertical-align: baseline;}
.menu{width: 0.3rem;position: absolute; top: 50%;transform: translateY(-50%);right: 0.2rem;cursor: pointer;display: none;}
/* 头部  End */

/* 导航  Start*****************************/
.Nav {color: rgb(255, 255, 255);font-size: 0.18rem;line-height: 0.18rem;white-space: nowrap;background-color: rgba(0, 0, 0, 0.12);}

.Nav ul li {position: relative;}

.Nav ul li a {display: block;min-width: 1.15rem;font-size: 0.18rem;line-height: 0.58rem;height: 0.58rem;color: #ffffff;text-align: center;position: relative;padding: 0 .1rem;}

.Nav ul li a:hover {text-decoration: none;}

.Nav ul li .on {background-color: #bb3232;}

.Nav ul li .on::after {display: block;content: '';width: 52px;height: 3px;background-color: #ffffff;border-radius: 2px;position: absolute;bottom: .1rem;left: 50%;transform: translateX(-50%);}

.Nav ul li .sub-menu {position: absolute;left: 0%;top: 100%;background-color: #bb3232;z-index: 99;}

.Nav ul li .sub-menu li a {height: 0;overflow: hidden;transition: all 0.3s;}

.Nav ul li:hover .sub-menu li a {line-height: 0.38rem;height: 0.38rem;}

.Nav ul li .sub-menu li a:hover {background-color: #b32d2d;}

/* 导航 End */

/* 轮播  Start*****************************/


.banner .image_3 {align-self: center;width: 100%;}

.banner .swiper {position: relative;height: 100%;background: #eee;font-family: Helvetica Neue, Helvetica, Arial, sans-serif;font-size: 14px;color: #000;margin: 0;padding: 0;}

.banner .swiper {width: 100%;height: 100%;}

.banner .swiper-slide {text-align: center;font-size: 18px;background: #fff;
/* Center slide text vertically */
display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

.banner .swiper-slide a {width: 100%;height: 100%;}

.banner .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}

/* .banner {height: 4.98rem;} */
.banner  {position: relative;}
/* .banner .title {
    position: absolute;
    font-size: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
    color: #fff;
    text-shadow: -2px 2px 8px #5e5e5e;
    letter-spacing: 10px;
} */

.banner .swiper {height: 100%;}

.banner .swiper .swiper-button-next {right: 0;opacity: 0;transition: all 0.5s;transform: translateX(100%);color: #fff;}

.banner .swiper .swiper-button-prev {left: 0;transform: translateX(-100%);opacity: 0;transition: all 0.5s;color: #fff;}
.banner .swiper .swiper-button-prev::after ,
.banner .swiper .swiper-button-next::after {font-size: .26rem;font-weight: bold;}

.banner:hover .swiper-button-prev {left: 0.1rem;transform: translateX(0);opacity: 1;background: #ccc;padding: 0.1rem 0.05rem;box-sizing: content-box;border-radius: 0.05rem;}

.banner:hover .swiper-button-next {right: 0.1rem;transform: translateX(0);opacity: 1;background: #ccc;padding: 0.1rem 0.05rem;box-sizing: content-box;border-radius: 0.05rem;color: #fff;}

/* 轮播 End */

/* 内容 Start **********************************/
.mian .wrap>div {margin-top: 0.4rem;}

.mian .wrap>div .item {padding-right: .3rem;}

.mian .wrap>div .item:last-child {padding-right: 0;}

.mian .item .title {border-bottom: 1px solid #00000030;padding: 0.1rem 0;padding-left: 0.2rem;}


.mian .item:last-child {margin-right: 0;}

.mian .item .title .name {margin-bottom: 0.02rem;margin-right: .2rem;color: #acacac;font-size: 0.2rem;font-weight: 500;line-height: 0.19rem;cursor: pointer;}

.mian .item .title .name.on {color: rgb(65, 65, 65);}

.mian .item .title .row {margin-top: 0.06rem;flex-shrink: 0;color: rgb(154, 154, 154);font-size: 0.14rem;line-height: 0.15rem;}

.mian .item .cont {margin-top: .2rem;}

.mySwiper2 {width: 100%;height: 100%;}

.news .cont {height: 3.4rem;position: relative;background: #eee;font-family: Helvetica Neue, Helvetica, Arial, sans-serif;font-size: 14px;color: #000;padding: 0;}

.mySwiper2 .swiper-slide {text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

.mySwiper2 .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;transform: scale(1);transition: all 0.5s;}
.mySwiper2 .swiper-slide img:hover{transform: scale(1.2);}
.mySwiper2 .swiper-slide .txt {position: absolute;bottom: 0;left: 0;right: 0;background-color: #ececed;height: 0.65rem;width: 100%;box-sizing: border-box;padding-left: .1rem;text-align: left;padding-top: 0.1rem;}

.mySwiper2 .swiper-slide .txt a {font-size: 0.14rem;letter-spacing: 0.01rem;color: #1e1e1e;width: 76%;display: inline-block;}

.news .mySwiper2 .swiper-pagination {bottom: .8rem;}

.news .mySwiper2 .swiper-pagination-bullet {background-color: #ffffff;}

.news .mySwiper2 .swiper-pagination-bullet-active {background-color: #fff;}

.news .mySwiper2 .swiper-button-prev,
.news .mySwiper2 .swiper-button-next {background-color: #d4d4d4;border-radius: 50%;width: 0.3rem;height: 0.3rem;line-height: 0.3rem;text-align: center;bottom: 0.175rem;top: auto;user-select: none;color: #7e7e7e;font-size: 0;font-weight: bold;transition: all 0.5s;}

.news .mySwiper2 .swiper-button-prev:hover,
.news .mySwiper2 .swiper-button-next:hover {background-color: #b32d2d;color: #fff;}


.news .mySwiper2 .swiper-button-prev {left: auto;right: .5rem;}

.news .mySwiper2 .swiper-button-next::after,
.news .mySwiper2 .swiper-button-prev::after {font-size: .14rem;font-weight: bold;}


.importantNews .cont .time {padding: 0 0.01rem;}

/* .importantNews .cont .section {margin-left: 0.15rem;padding: 0.51rem 0.1rem 0.8rem 0.18rem;background-color: rgb(236, 236, 237);text-decoration: none;flex: 1 1 2.44rem;width: 2.44rem;height: 3.41rem;overflow: hidden;} */
.importantNews .cont .section {margin-left: 0.15rem;padding: 0.21rem 0.1rem 0.8rem 0.18rem;background-color: rgb(236, 236, 237);text-decoration: none;flex: 1 1 2.44rem;width: 2.44rem;height: 1.6rem;overflow: hidden;}
.importantNews .cont .section:nth-child(1){background: url(/sitefiles/library/images/2022/5/5a7afa4810338873.png);}
.importantNews .cont .section:nth-child(2){background: url(/sitefiles/library/images/2022/5/999350e7af268873.png);}
.importantNews .cont .section:nth-child(3){background: url(/sitefiles/library/images/2022/5/3f94ee18457d0619.png);}
.importantNews .cont .section:nth-child(4){background: url(/sitefiles/library/images/2022/5/5a7afa4810338873.png);}

.importantNews .cont .inner {margin-top: 0.23rem;}

.importantNews .cont .time .day {color: rgb(156, 157, 163);font-size: 0.26rem;font-weight: 800;line-height: 0.2rem;}

.importantNews .cont .time .year {margin-top: 0.08rem;color: rgb(156, 157, 163);font-size: 0.14rem;line-height: 0.11rem;}

.importantNews .cont .inner span {font-size: 0.16rem;line-height: 0.27rem;color: rgb(36, 37, 50);}

.importantNews .cont .inner p {margin-top: 0.14rem;color: rgb(132, 132, 132);font-size: 0.12rem;line-height: 0.27rem;}

.importantNews .cont .section {background-color: rgb(170, 43, 43);}

.importantNews .cont .section .inner p {color: rgb(255, 255, 255);}

.importantNews .cont .section .inner span {color: rgb(255, 255, 255);}

.importantNews .cont .section .time .day,
.importantNews .cont .section .time .year {color: rgb(255, 255, 255);}



.attention .cont>a {margin-top: 0.42rem;}

.attention .group_24 {padding: 0 0.12rem;}

.text_41 {margin-left: 0.17rem;color: rgb(155, 155, 155);font-size: 0.14rem;line-height: 0.25rem;}

.text_36 {color: rgb(156, 157, 163);font-size: 0.24rem;font-weight: 800;line-height: 0.18rem;text-align: center}

.text_38 {margin-left: 0.23rem;margin-bottom: 0.02rem;}

.group_25 {margin-top: 0.075rem;width: 80%;}

.text_39 {color: #000;font-size: 0.16rem;font-weight: 500;line-height: 0.16rem;display: inline-block;overflow: hidden;width: 90%;white-space: nowrap;text-overflow: ellipsis;}
.attention .cont>a:hover .text_39{color: rgb(170, 43, 43);}
.text_40 {margin-top: 0.075rem;color: rgb(156, 157, 163);font-size: 0.14rem;line-height: 0.11rem;text-align: center;}

.group_32 {padding-left: 0.01rem;padding: 0.19rem 0.16rem 0 0.18rem;}

.section_12 {flex: 1 1 2.95rem;background-color: #f6f7fc;width: 2.95rem;max-width: 24%;margin-right: 1.66666%;transition: all 0.5s;position: relative;overflow: hidden;}
.section_12:hover{background-color: #aa2b2b;}
.section_12:hover .text_53 ,
.section_12:hover .text_54 ,
.section_12:hover .text_55 {color: #fff;}
.image_11{transition: all 0.5s;}
.section_12:hover .image_11{transform: scale(1.1);}
.section_12:last-child {margin-right: 0;}

.group_33 {margin-right: 0.11rem;padding: 0.14rem 0.16rem 0.4rem 0.18rem;}

.text-wrapper_1 {padding: 0.07rem 0.1rem;color: rgb(255, 255, 255);font-size: 0.12rem;line-height: 0.13rem;background-color: rgb(248, 192, 37);border-radius: 0.02rem;height: 0.27rem;}

.text_53 {align-self: center;color: rgb(157, 157, 157);font-size: 0.14rem;line-height: 0.11rem;transition: all 0.5s;}

.text_54 {align-self: flex-start;color: rgb(25, 37, 69);font-size: 0.16rem;line-height: 0.15rem;transition: all 0.5s;}

.text_55 {margin-top: 0.065rem;color: rgb(149, 149, 149);font-size: 0.12rem;line-height: 0.17rem;transition: all 0.5s;}

.text-wrapper_2 {padding: 0.07rem  0.1rem;color: rgb(255, 255, 255);font-size: 0.12rem;line-height: 0.12rem;background-color: rgb(41, 202, 186);border-radius: 0.02rem;height: 0.27rem;}

.text-wrapper_3 {padding: 0.07rem 0.1rem;color: rgb(255, 255, 255);font-size: 0.12rem;line-height: 0.13rem;background-color: rgb(63, 105, 255);border-radius: 0.02rem;height: 0.27rem;}

.text-wrapper_1 span,
.text-wrapper_2 span,
.text-wrapper_3 span {font-size: 0.12rem;color: #ffffff;}




.group_49 {text-align: center;}

.recommend {box-sizing: border-box;padding-right: 2%;}




.recommend .cont .left {margin-right: 1%;width: 19%;}

.recommend .cont a {background-repeat: no-repeat;background-size: 100% 100%;text-align: center;display: block;color: #fff;font-size: 20px;text-decoration: none;position: relative;}
.recommend .cont .left a span{width: 18%;left: 50%;}
.recommend .cont a span{position: absolute;width: 100%;font-size: 0.2rem;left: 0;text-align: center;line-height: 1.5;top: 50%;left: 50%;transform: translate(-50% , -50%);}
.recommend .cont .left a {width: 100%;height: 2.94rem;line-height: 2.94rem;box-sizing: border-box;background-image: url(/sitefiles/library/images/2022/4/142cef8e0a7507bc.jpg);}

.recommend .cont .left a {position: relative;}

.recommend .cont .left a>div {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

.recommend .cont .left a p {color: #fff;font-size: 0.18rem;display: block;height: 10%;line-height: 0.18rem;}

.recommend .cont .right {flex: 1;flex-wrap: wrap;}

.recommend .cont .right>div {display: flex;justify-content: space-between;width: 100%;min-width: 100%;}

.recommend .cont .right .top a:nth-child(1) {width: 36.5%;height: 1.64rem;line-height: 1.65rem;background-image: url(/sitefiles/library/images/2022/4/1fdf8a3705e3a562.jpg);}

.recommend .cont .right .top a:nth-child(2) {width: 23.8%;height: 1.64rem;line-height: 1.65rem;background-image: url(/sitefiles/library/images/2022/4/8a4f16703e47a562.jpg);opacity: 0.68;}

.recommend .cont .right .top a:nth-child(3) {width: 36.5%;height: 1.65rem;line-height: 1.65rem;background-image: url(/sitefiles/library/images/2022/4/8ac8ca08b075a562.jpg);}

.recommend .cont .right .bottom {margin-top: 0.06rem;}

.recommend .cont .right .bottom a:nth-child(1) {width: 62%;height: 1.22rem;line-height: 1.22rem;background-image: url(/sitefiles/library/images/2022/4/df7f97db1c78f562.jpg);}

.recommend .cont .right .bottom a:nth-child(2) {width: 36.5%;height: 1.22rem;line-height: 1.22rem;background-image: url(/sitefiles/library/images/2022/4/da86f2286e871bfa.jpg);}



.image_16 {flex-shrink: 0;width: 0.15rem;height: 0.14rem;}

.group_55 {padding: 0.18rem 0 0.15rem;}

.group_56 {flex-shrink: 0;color: rgb(109, 109, 109);font-size: 0.16rem;line-height: 0.16rem;}

.text_87 {color: rgb(178, 178, 178);font-size: 0.16rem;line-height: 0.12rem;}

.image_18 {margin-bottom: 0.02rem;}

.text_86 {margin-left: 0.11rem;font-size: 0.16rem;color: #6d6d6d;overflow: hidden;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;}

.group_55:hover .text_86 {color: #aa2b2b;}




.group_40 {position: relative;}

.text_96 {align-self: center;color: rgb(192, 192, 192);font-size: 0.13rem;line-height: 0.1rem;letter-spacing: 0.01rem;text-transform: uppercase;}

.section_24 {flex-shrink: 0;align-self: center;background-color: rgb(221, 221, 221);width: 0.22rem;height: 0.02rem;}

.section_25 {background-color: rgb(221, 221, 221);width: 0.22rem;height: 0.02rem;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.group_67 {align-self: center;width: 1.59rem;margin: 0 auto;}

.group_68 {margin-top: 0.12rem;color: rgb(38, 44, 70);font-size: 0.24rem;font-weight: 700;line-height: 0.24rem;}

.view_19 {margin-left: 0.11rem;flex: 1 1 auto;}

.view_19 span {font-size: 0.24rem;font-weight: normal;font-stretch: normal;line-height: 0.17rem;letter-spacing: 0rem;color: #262c46;}

.group_70 {margin-top: 0.06rem;}

.image_23 {width: auto;height: 0.49rem;margin: 0 auto;transition: all 0.5s;}
.image_23:hover{transform: scale(0.9) translateY(10%);}
.text_99 {margin-top: 0.26rem;font-size: 0.16rem;line-height: 0.17rem;color: #262626;text-align: center;white-space: nowrap;}

.shool {padding: 0.8rem 0;}
.shool .left{overflow: hidden;max-width: 37%;}


.shool .left a {width: 4.38rem;height: 4.38rem;}

.shool .right>div {display: flex;flex-wrap: wrap;}
.shool .right {flex: 1;}
.shool .left a, 
.shool .right a {width: 46%;max-width: 46%;position: relative;overflow: hidden;}
.shool div a img{transition: all 0.5s;height: 100%;}

.shool div a:hover img{transform: scale(1.1) translateY(-5%);z-index: 9;}
.shool div a.box p{position: absolute;font-size: 0.18rem;color: #fff;background: #00000030;bottom: 0;width: 100%;text-align: center;height: 0.5rem;padding: 0 0.05rem;line-height: 0.5rem;font-weight: bold;letter-spacing: .02rem;}
.shool .left a {width: 100%;height: 100%;display: inline-block;max-width: 100%;}
.shool .right .bottom {margin-top: .13rem;}

.honor {font-size: 14px;color: #000;margin: 0;padding: 0;position: relative;overflow: hidden;height: 1.8rem;}

.swiper-container {width: 92%;height: auto;padding: 0.4rem 0.2rem;margin-left: auto;margin-right: auto;overflow: hidden;}

.swiper-slide {text-align: center;font-size: 18px;background: #fff;height: 200px;
/* Center slide text vertically */
display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;transition-property: all;}
.swiper-slide:hover{z-index: 99;transform: scale(1.2);}
#progressEffect {position: absolute;z-index: 10;top: 20px;left: 20px;}

.honor .swiper-button-prev::after,
.honor .swiper-button-next::after {color: #c0c0c0;}
.honor .swiper-button-prev:hover::after,
.honor .swiper-button-next:hover::after{color: #484848;}

.honor .swiper-pagination-bullet {width: 0.25rem;height: 0.06rem;background-color: #cbcbcb;border-radius: 0.03rem;}

.honor .swiper-pagination-bullet-active {background-color: #aa2b2b;}

.swiper-honor{display: none;}

.swiper-honor  {width: 100%;height: 100%;margin-left: auto;margin-right: auto;  }
/* .swiper-honor .swiper-slide img{height: 100%;} */
.swiper-honor  .swiper-slide {text-align: center;font-size: 18px;background: #fff;height: calc((100% - 80px) / 2);
/* Center slide text vertically */
display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;  }

.LeftNav .group_5 {width: 2.45rem;}

.LeftNav .section_5 {padding: 0.22rem 0 0.17rem;background-color: rgb(170, 43, 43);}

.LeftNav .section_6 {padding: 0.01rem 0 0;background-color: #e3e3e3;}

.LeftNav .text_11 {color: rgb(255, 255, 255);font-size: 0.2rem;font-family: SourceHanSansCN;line-height: 0.19rem;}

.LeftNav .text_12 {margin-top: 0.04rem;color: rgb(255, 255, 255);font-size: 0.14rem;font-family: SourceHanSansCN;line-height: 0.15rem;}

.LeftNav .text-wrapper {padding: 0.21rem 0 0.2rem;width: 2.45rem;}
.LeftNav .text-wrapper:hover{background-color: #e6e6e6;}
.LeftNav .text-wrapper span {color: rgb(107, 107, 107);font-size: 0.2rem;font-family: SourceHanSansCN;line-height: 0.19rem;display: inline-block;}

.LeftNav .text-wrapper.on span {color: rgb(170, 43, 43);font-size: 0.2rem;font-family: SourceHanSansCN;line-height: 0.19rem;display: inline-block;}

.LeftNav .text-wrapper.on {background-color: rgb(245, 245, 245);}

.address{display: none;border-bottom: 1px solid #c6c6c6;padding: 0.2rem 2.5%;position: relative;}
.address .left span{font-size: 0.28rem;color:#aa2b2b;}
.address .right{position: absolute;right: 2.5%;bottom: 0.2rem;}
.address .right span,.address .right a{font-size: 0.18rem;color: #4e4e4e;}
.address .right a{position: relative;padding-right: 0.05rem;}
.address .right a::after{position: absolute;content: '';display: block;transform: translateY(-50%);top: 50%;width: 1px ;height: 75%;right: 0; background: #000;}
.address .right a:last-child:after{display: none;}
.table {flex: 1;padding-left: .8rem;}

.table .group_6 {
padding: 0 0.03rem;}

.table .group_6 span {color: rgb(58, 57, 57);font-size: 0.16rem;font-family: SourceHanSansCN;line-height: 0.16rem;padding-left: 0.1rem;}

.table .group_7 {margin-top: 0.32rem;padding-bottom: 0.39rem;position: relative;}

.table .section_8 {background-color: rgb(170, 43, 43);width: 0.06rem;height: 0.15rem;}
.table .ul {border-left: solid 0.01rem #dcdcdc;width: 100%;display: flex;flex-wrap: wrap;}

.table .ul .li {font-size: 0.14rem;line-height: 0.4rem;height: 0.4rem;color: #505050;text-align: center;border: solid 0.01rem #dcdcdc;border-left: none;width: 33.33%;max-width: 33.33%;display: inline-block;}
.table .ul .li:nth-child(n+4){border-top: none;}

.table .ul .li:hover {background-color: #f5f5f5;}

/* .ContList {width: 78%;} */
 
.ContList .title{
     text-align: center;
}  

.ContList .title span {
       font-size: 30px;
    border-bottom: 3px solid rgb(170, 43, 43);
    transform: translateY(-20px);
    padding-bottom: 6px;
    display: inline-block;
}
.ContList {width: 100%;}
.ContList .group_8 {margin-top: 0.12rem;padding: 0 0.03rem;}

.ContList .section_7 {padding: 0.25rem 0.66rem;width:100%;background-color: #fcfcfc;}
.ContList .section_7:hover{box-shadow: 0px 0px 5px #ccc;}
.ContList .image_4 {margin-left: 0.21rem;flex-shrink: 0;width: 0.14rem;height: 0.1rem;}

.ContList .text-wrapper_1 {color: rgb(255, 255, 255);font-size: 0.12rem;font-family: SourceHanSansCN;line-height: 0.12rem;padding: 0.06rem 0.1rem;background-color: rgb(233, 97, 77);border-radius: 0.02rem;height: 0.24rem;}

.ContList .text_18 {align-self: flex-start;color: rgb(31, 31, 31);font-size: 0.18rem;font-family: SourceHanSansCN;font-weight: 500;line-height: 0.18rem;}
.ContList .text_18 span{font-size: 0.18rem;}
.ContList .text_25 {margin-right: 0.03rem;margin-top: 0.13rem;color: rgb(123, 123, 123);font-size: 0.14rem;font-family: Adobe Heiti Std;line-height: 0.25rem;}

.ContList .text_27 {margin-right: 0.02rem;margin-top: 0.15rem;align-self: flex-end;color: rgb(170, 43, 43);font-size: 0.14rem;font-family: SourceHanSansCN;line-height: 0.15rem;}

.ContList .group_9 {margin-left: 0.27rem;align-self: center;color: rgb(144, 144, 144);font-size: 0.12rem;font-family: SourceHanSansCN;line-height: 0.09rem;}

.ContList .text_20 {text-align: center;}

.ContList .text_23 {margin-left: 0.05rem;}

.ContList .view_4 {margin-top: 0.2rem;}

.Cont {flex: 1;}

.Cont .contHead .group_6 {align-self: center;padding: 0 10%;}

.Cont .contHead .group_7 span {color: rgb(31, 31, 31);font-size: 0.2rem;font-family: SourceHanSansCN;font-weight: 700;line-height: 0.33rem;text-align: center;width: 60%;display: block;margin: 0 auto;}

.Cont .contHead .group_8 {margin-top: 0.15rem;}

.Cont .contHead .text-wrapper_1 {padding: 0.06rem 0.1rem;color: rgb(255, 255, 255);font-size: 0.12rem;font-family: SourceHanSansCN;line-height: 0.12rem;background-color: rgb(233, 97, 77);border-radius: 0.02rem;height: 0.24rem;}

.Cont .contHead .group_9 {margin-left: 0.27rem;line-height: 0.09rem;}

.Cont .contHead .group_9 span {align-self: center;color: rgb(144, 144, 144);font-size: 0.12rem;font-family: SourceHanSansCN;}



.Cont .contHead .image_4 {margin-left: 0.14rem;flex-shrink: 0;width: 0.14rem;height: 0.1rem;margin-top: 0.07rem;}

.Cont .contHead .text_22 {margin-left: 0.05rem;}

.Cont .Wrod {padding: 0 10%;margin-top: 0.5rem;}

.Cont .Wrod p {font-size: 16px;text-indent: 0.2rem;}

.form {flex: 1;padding: .2rem .44rem;}

.form .ul {display: flex;flex-wrap: wrap;}

.form .ul .li img {width: 2.1rem;height: 1.2rem;background-color: #aaaaaa;border-radius: 0.04rem;margin: 0.1rem;}

.form .ul .li p {font-size: 0.16rem;line-height: 0.33rem;color: #3a3a3a;text-align: center;}

.pages .image_13 {border-radius: 0.04rem;width: 0.74rem;height: 0.31rem;}

.pages .group_19 {margin: 0 auto;margin-top: 0.38rem;align-self: flex-end;color: rgb(75, 75, 75);font-size: 0.14rem;font-family: SourceHanSansCN;line-height: 0.11rem;width: 2.36rem;}

.pages .image_15 {margin-left: 0.09rem;border-radius: 0.04rem;width: 0.31rem;height: 0.31rem;}
.pages .number.on span a{color: #fff;}
.pages .number.on span {margin-left: 0.08rem;padding: 0.1rem 0;background-color: #aa2b2b;border-radius: 0.04rem;width: 0.31rem;height: 0.31rem;display: block;color: #fff;font-size: 0.14rem;text-align: center;}
.pages .number a{font-size: 0.14rem;color: #4b4b4b;}
.pages .number span {margin-left: 0.08rem;padding: 0.1rem 0;background-color: rgb(255, 255, 255);border-radius: 0.04rem;width: 0.31rem;height: 0.31rem;display: block;color: #4b4b4b;font-size: 0.14rem;text-align: center;}

.pages .image_16 {margin-left: 0.09rem;}
.pages .prev a,
.pages .next a{font-size: 0.14rem;color: #4b4b4b;}
.pages .prev a:hover,
.pages .next a:hover{color: #fff;}
.pages .prev,
.pages .next {margin-left: 0.08rem;padding: 0.1rem 0;background-color: rgb(255, 255, 255);border-radius: 0.04rem;width: 0.71rem;height: 0.31rem;display: block;color: #4b4b4b;font-size: 0.14rem;text-align: center;cursor: pointer;}
.pages .number:hover span a{color: #fff;}
.pages .number:hover span ,
.pages .prev:hover,
.pages .next:hover {background-color: #aa2b2b;color: #fff;}




/* 内容 End */


/* 页脚 Start  *******************************************/
.LinkList .li{flex-wrap: wrap;max-width: 4rem;}
.LinkList .li a{min-width: 2rem;}
.group_13 {padding: 0 0.01rem;}

.text_123 {opacity: 0.71;}

.section_29 {margin-top: .85rem;padding: 0.61rem 0 0 0;background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/6216dee45a7e3f031061d0f1/62653b1e8092b900115bb269/16508018078348268777.png');background-size: 100% 100%;background-repeat: no-repeat;}

.group_85{color: rgb(255, 255, 255);font-size: 0.16rem;line-height: 0.16rem;}

.group_86 {margin-top: 0.17rem;}

.group_92 {margin-top: 0.2rem;padding: 0.36rem 0 0.23rem;
border-top: solid 0.01rem rgba(255, 255, 255, 0.49);}

.group_92 span a,
.group_92 span {color: rgb(255, 255, 255);font-size: 0.14rem;font-weight: 300;line-height: 0.14rem;}

.text_113 {margin-left: 4.36rem;}

.view_24 {margin-top: 0.14rem;}

.text_122 {margin-top: 0.16rem;align-self: center;color: rgb(255, 255, 255);font-size: 0.14rem;font-weight: 300;line-height: 0.15rem;}

.text_124 {margin-bottom: 0.02rem;}

.text_125 {margin-left: 0.08rem;}

.text_120 {color: rgb(255, 255, 255);font-size: 0.14rem;font-weight: 300;line-height: 0.15rem;}

.text_121 {margin-left: 3.34rem;color: rgb(255, 255, 255);font-size: 0.14rem;font-weight: 300;line-height: 0.14rem;}

.group_90 {margin-left: 1.81rem;}

.image-wrapper {padding: 0.19rem 0 0.18rem;width: 0.71rem;height: 0.71rem;border-radius: 50%;border: 3px solid #fff;position: relative;margin:0 .2rem;}
.codeList .code{background: url('/sitefiles/library/images/2022/4/98b7c654fd2f87ae.png');width: 1.5rem;height: 1.6rem;display: none;position: absolute;bottom: 102%;background-repeat: no-repeat;padding: 0.1rem 0.175rem 0.3rem 0.175rem;background-size: 100% 100%;box-sizing: border-box;}
.codeList .code img{width: 100%;}
.codeList>div:hover .code{display: block;}
.text_114 {color: rgb(255, 255, 255);font-size: 0.14rem;font-weight: 300;line-height: 0.15rem;}

.text_115 {margin-top: 0.19rem;color: rgb(255, 255, 255);font-size: 0.14rem;font-weight: 300;line-height: 0.14rem;}

.text_116 {margin-top: 0.19rem;color: rgb(255, 255, 255);font-size: 0.14rem;font-weight: 300;line-height: 0.14rem;}

.text_117 {color: rgb(255, 255, 255);font-size: 0.14rem;font-weight: 300;line-height: 0.15rem;}

.text_118 {margin-top: 0.19rem;color: rgb(255, 255, 255);font-size: 0.14rem;font-weight: 300;line-height: 0.14rem;}

.text_119 {margin-top: 0.18rem;color: rgb(255, 255, 255);font-size: 0.14rem;font-weight: 300;line-height: 0.14rem;}

.image_37 {width: auto;height: 0.34rem;position: absolute;top: 50%;transform: translate(-50%, -50%);left: 50%;}

.image_38 {width: 0.36rem;height: 0.44rem;}

.image_39 {width: 0.35rem;height: 0.41rem;}

.mian>.backColor{background-color: #f7f7f7;padding: 0.6rem 0;margin-top: .4rem;}
.LinkImg{
    width: 70%;
    margin-top: 20px;
}
/*页脚  End  */
.alert-danger strong,
.alert-danger{font-size: .16rem;text-align: center;}
.video-js{width: 100%;height: 3.6rem;}

@media only screen and (max-width:1440px){
html{ font-size: 90px; }
.wrap { width: 85%; }
.Nav ul li a{min-width: 1rem;}
.shool{padding:0.4rem;}
}

@media only screen and (max-width:1250px){
html{ font-size: 85px; }
.LinkList .li{ max-width: 2rem;}
.wrap { width: 90%; }

}
@media only screen and (max-width:1000px){
.header .search{transition:all 0.5s;height: 0;border-width:0px; padding: 0;overflow: hidden;display: none;}
.Nav ul li a{transition:all 0.5s;height: 0;overflow: hidden;}
.phoneNav{display: block;}
.menu{display: block;}
.header {position: relative;}
.footer .wrap>div { flex-direction: column-reverse;}
.codeList{justify-content: center;margin-bottom: .2rem;}
.banner .swiper .swiper-button-prev, .banner .swiper .swiper-button-next{
    display: none;
}
}

@media only screen and (max-width:750px){
html{ font-size: 80px; }
.wrap { width: 95%; }
.mian .wrap>div{margin-top: 0;}
.links{flex-wrap: wrap;justify-content: initial;}
.group_70 {margin-top: 0.4rem;margin-left: 4%;width: 22%;background: #fff; padding: 0.1rem; }
.group_70:nth-child(4n +1) {margin-left: 0; }
.mian>.wrap>div{margin-top: 0;padding-top: 0.4rem;}
.mian div.phone{margin-top: 0;padding-top: 0rem;flex-direction: column;}
.mian div.phone>div.item,.mian .wrap>div>div{width: 100%;padding-left:0 ; padding-right: 0;}
/* .mian>.wrap>div>div:last-child{padding-top: 0.2rem;} */
.quick{background: #f7f7f7;padding-bottom:0.4rem;}
.header .logo{height: 0.52rem;width: 3rem;}
.header .group{padding: 0.1rem 0.05rem;position: relative;}
.shool{padding:0;}
.footer .section_29{padding-top: 0.2rem;}
.footer .wrap>div{flex-direction: column-reverse;}
.footer .wrap>div>div:first-child{flex-direction: column;}
.footer .wrap>div>div:first-child>div .group_85{font-size: 0.3rem;}
.footer .wrap>div>div:first-child>div span{text-align: center;display: block;width: 100%;line-height: 1;font-size: 0.2rem;}
.footer .wrap>div>div:first-child>div{margin-left: 0;}
.footer .wrap>div>div:first-child>.LinkList{width: 90%;margin:0.2rem auto;background-color: #992727;}
.footer .wrap>div>div:first-child>.LinkList>.group_85{border: 1px solid #b34141;font-size: 0.3rem;text-align: left;padding:0.1rem;position: relative;}
.footer .wrap>div>div:first-child>.LinkList>.group_85::after{font-family: swiper-icons;;position: absolute;content: 'next';display: block;color: #fff;font-size: 0.2rem;right: 0.2rem;top: 50%;transform: translateY(-50%)  rotate(90deg);}
.footer .wrap>div>div:first-child>.LinkList .li{border: 0px solid #9a2727;transition: all .5s;padding:0 0.1rem ;max-width: initial;}
.footer .wrap>div>div:first-child>.LinkList.on .li{padding:0.1rem ;border: 1px solid #b34141;transition: all 0.5s;}
.footer .wrap>div>div:first-child>.LinkList .li a{width: 100%;height: 0; overflow: hidden;transition: all 0.5s;margin:0 ;font-size: 0.24rem;line-height: 0.3rem;}
.footer .wrap>div>div:first-child>.LinkList.on .li a{height: 0.4rem;line-height: 0.4rem; }
.footer .wrap>div>div:first-child>.LinkList.on>.group_85::after{transform: translateY(-50%)  rotate(-90deg);}
.group_92{margin-top: 0;}
.group_92 span a, .group_92 span{font-size: 0.2rem;line-height: 0.24rem;display: inline-block;}
.group_92 span a{display: block;width: 100%;text-align: center;margin-top: 0.1rem;}
.mian .wrap .group_67{width: 1.8rem;margin-top: 0;padding-top: 0.4rem;}
.view_19 span{font-size: 0.3rem;}
.honor{height: 5.3rem;}
.swiper-honor{display: block;}
.swiper-container{display: none;}
.mian>.backColor{padding:  0; }
.ContList{width: 100%;}
.honor .swiper-pagination-bullet{width: 0.5rem;height: 0.09rem;opacity: 1;}
.swiper-honor .swiper-button-next,.swiper-honor .swiper-button-prev{display: none;}
.mySwiper2 .swiper-slide img:hover{transform: scale(1);}
.mian .item .title{border:none;margin-top: 0.4rem;}
.mian .item .title .name.on{font-size: 0.3rem;font-weight: bold;transform: translateY(-2px);}
.mian .item .title .row{color: #000;font-size: 0.16rem;}
.recommend .cont a span{font-size: 0.2rem;}
.section_12{width: 100%;max-width: initial;flex: initial;position: relative;}
.section_12 .text_box{position: absolute;width: 100%;bottom: 0;background-color: #00000050;}
.section_12 .img{height: 2.9rem;overflow: hidden;position: relative;}
.section_12 .img .image_11{position: absolute;transform: translateY(-50%);top: 50%;height: auto;}
.group_33 {padding-bottom: 0.1rem;}
.text_55 ,.text_54,.text_53{color: #fff;}
.group_32{padding-top: 0.1rem;}
.banner{display: none;}
.Cont .contHead .group_7 span{width: 100%;font-size: 0.28rem;}
.text-wrapper_1 span, .text-wrapper_2 span, .text-wrapper_3 span{font-size: 0.16rem;line-height: 1;}
.Cont .contHead .group_9 span{font-size: 0.16rem;line-height: 1;}

.mySwiper2 .swiper-slide .txt{background: #00000030;}
.mySwiper2 .swiper-slide .txt a{font-size: 0.2rem;color: #fff;}
.importantNews .cont .section{flex-direction: row;width: 100%;height: auto;padding:0.2rem ;flex: 1;background: #fff;border-bottom: 1px solid #c6c6c6;margin-left: 0;}
.importantNews .cont{flex-direction: column;}
.importantNews .cont .inner{margin-top: 0;}
.importantNews .cont .inner p{display: none;}
.importantNews .cont .time .day{display: block;text-align: center;width: 100%;color: #ab2b2c;}
.importantNews .cont .time .year{color: #ab2b2c;}
.importantNews .cont .inner span{font-size: 0.2rem;height: 0.5rem;overflow: hidden;}
.importantNews .cont .inner{flex: 1;margin-left: 0.2rem;}
.attention .cont>a{flex-direction: column;border: 1px solid #e0e0e0;padding-bottom: 0.2rem;}
.attention .cont>a .time{width: 0.8rem;background: #fff;transform: translate(21px,-12px);}
.attention .cont>a .time .text_36{display: none;}
.attention .cont>a .text_39{font-size: 0.2rem;line-height: 1;}
.attention .cont>a .time .text_40{color: #ab2b2c;font-size: 0.16rem;}
.image_18{display: none;}
.group_55{flex-direction: column;border-bottom: 1px solid #e0e0e0;}
.text_87{text-align: right;}
.text_86{font-size: 0.2rem;color: #000;line-height: 2;}
.ContList>.section_7{padding: 0.2rem !important;box-shadow: 0px 0px 5px #ccc;}
.ListContent{flex-direction: column;}
.InnerContent{flex-direction: column;}
.InnerContent .LeftNav {display: none;}
.address{display: flex;}
.LeftNav .section_5{background: #fff;align-items: flex-start;}
.LeftNav .text_11{font-weight: bold;font-size: 0.24rem;}
.LeftNav .text_11,.LeftNav .text_12{color: #484848;text-align: left;}
.LeftNav .text-wrapper{width: auto;padding: 0.15rem 0 0.1rem;position: relative;margin-right: 0.2rem;}
.LeftNav .text-wrapper:last-child{margin-right: 0;}
.LeftNav .section_6{display: flex;white-space: nowrap;flex-direction: row;background: #fff;overflow: scroll;}

.LeftNav .section_6::-webkit-scrollbar{display:none}

.LeftNav .text-wrapper.on span{color: #ab2b2c;}
.LeftNav .text-wrapper.on::after{display: block;content: '';position: absolute;width: 50%;height: 3px;background-color: #ab2b2c;bottom: 0;left: 50%;transform: translateX(-50%);border-radius: 0.02rem;}
.section_29{background-color: #aa2b2b;}
.InnerContent .Cont .contHead {border-bottom: 1px solid #c6c6c6;padding-bottom: 0.2rem;}
.Cont .contHead .group_6{padding:0 ;}
.Cont .Wrod img{width: 95% !important;height: auto !important;}
.Cont .Wrod p{text-indent:initial}
.LeftNav .text-wrapper.on{background-color: #fff;}
.section_29{margin-top: 0.4rem;}
.banner .swiper-slide a{overflow: hidden;height: 30vh;}
.ContList {width: 100%;}
.LeftNav .text-wrapper:hover{background-color: #fff;}
}
@media only screen and (max-width:620px){
.honor {height: 4.5rem;}
.group_92 span a, .group_92 span{font-size: 0.18rem;}
.honor .swiper-pagination-bullet {width: 0.3rem;height: 0.05rem;opacity: 1;}
}
@media only screen and (max-width:560px){
.honor {height: 3.5rem;}
.group_92 span a, .group_92 span{font-size: 0.16rem;}
}
@media only screen and (max-width:480px){
.honor {height: 3.5rem;}
.group_92 span a, .group_92 span{font-size: 0.16rem;}
}
@media only screen and (max-width:450px){
	.honor {height: 3rem;}
}