* {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Arial'
}

html,
body {
    position: relative;
    height: 100%;
    line-height: normal;
    background: #FAFAFA;
}

a:hover {
    text-decoration: none;
}

a:visited {
    color: #fff
}

body {
    font-size: 0.14rem;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

p {
    margin: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: #000
}

.w1200 {
    width: 15rem;
    margin: 0 auto;
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.ov {
    overflow: hidden;
}

#Form.showControlBar {
    margin: 0 !important;
}

.genertec-banner {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 0.85rem;
}

.genertec-banner .swiper-container01 {
    width: 100%;
    height: 43vh;
}

.genertec-banner .swiper-slide .banner_text01 {
    position: absolute;
    top: 40%;
    left: 20%;
    z-index: 2;
}

.genertec-banner .swiper-slide .banner_text02 {
    position: absolute;
    top: 40%;
    left: 20%;
    /* transform: translateX(-50%); */
    z-index: 2;
}

.genertec-banner .swiper-slide .banner_text03 {
    position: absolute;
    top: 65%;
    left: 20%;
    z-index: 2;
}

.genertec-banner .swiper-slide-active .banner_text01 {
    top: 46%;
}

.genertec-banner .swiper-slide-active .banner_text02 {
    top: 46%;
}

.genertec-banner .swiper-slide-active .banner_text03 {
    top: 46%;
}

.genertec-banner .swiper-slide .banner_text01,
.genertec-banner .swiper-slide .banner_text02,
.genertec-banner .swiper-slide .banner_text03 {
    opacity: 0;
    transition: 1s ease-in .5s;
}

.genertec-banner .swiper-slide-active .banner_text01,
.genertec-banner .swiper-slide-active .banner_text02,
.genertec-banner .swiper-slide-active .banner_text03 {
    opacity: 1;
    transition: 1s ease-out .5s;
}

.genertec-banner .swiper-slide .sc01-img {
    width: 100%;
    height: 100%;
    /* animation: banner_s 20s ease-in-out infinite; */
}

.video-title-box {
    padding: .2rem;
}

.zwss {
    display: flex;
    align-items: center;
}

@keyframes banner_s {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

.swiper-pagination01 {
    width: 100%;
    bottom: 10px;
    text-align: center;
}

.swiper-pagination01 .swiper-pagination-bullet {
    margin: 0 5px;
}


/* head */

.bantitle img {
    width: 6rem;
}

.bantitle p {
    font-size: 0.46rem;
    width: 6.5rem;
    font-weight: bold;
    line-height: 0.72rem;
    /* padding: 0.2rem;
    background: #0003; */
    color: #fff
}

.seemore {
    display: block;
    background: linear-gradient(to right, #fff, #fff4);
    width: 1.2rem;
    margin-top: 0.3rem;
    height: 0.1rem;
}

.seemore:hover {
    /* background: #fff;
    color: #0A50B4; */
}


/* part1 */
.part1 {
    width: 100%;
    overflow: hidden;
    padding-top: 1.2rem;
    margin-bottom:.3rem;
}

.part1 .focus {
    width: 8.4rem;
    height: 5.5rem;
    overflow: hidden;
    float: left;
    position: relative;
}

.part1 .focus img {
    width: 100%;
    height: 100%;
}

.part1 .focus .swiper-slide .sc01-img {
    width: 100%;
    height: 100%;
}

.part1 .focus .swiper-slide h2 {
    width: 100%;
    height: .8rem;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    padding: .15rem 1.6rem 0.15rem .28rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.part1 .focus .swiper-pagination01 {
    width: 2rem;
    right: 0;
    bottom: .3rem;

}

.part1 .focus .swiper-pagination01 span {
    background: #fff;
    border-radius: .12rem;
    opacity: 1;
}

.part1 .focus .swiper-pagination01 span.swiper-pagination-bullet-active {
    width: .38rem;
}

.part1 .news {
    width: 6.5rem;
    height: 5.5rem;
    float: right;
    background: #fff;
}

.part1 .news h2 {
    width: 100%;
    font-family: SourceHanSansCN;
    font-weight: bold;
    font-size: 0.28rem;
    color: #1659AE;
    padding: .28rem .37rem .2rem;
    box-sizing: border-box;
}

.part1 .news li {
    padding:.2rem .34rem;
    box-sizing: border-box;
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.36rem;
}

.part1 .news li a {
    color: #000;
    display:block;
}
.part1 .news li span{
    display:block;
}
.part1 .news li:hover{
    background:#F4F4F4;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

/* part2 */
.part2{
    width: 100%;
    overflow: hidden;
    margin-bottom:.3rem;
}
.part2 .fl{
    width:7.16rem;
    height:6.06rem;
    background:#fff;
    float:left;
    padding:.3rem .33rem .28rem .34rem;
    box-sizing: border-box;
}
.part2 .fl .con{
    margin-bottom:.2rem;
}
.part2 .fl h2{
    font-family: SourceHanSansCN;
    font-weight: bold;
    font-size: 0.28rem;
    color: #1659AE;
    margin-bottom:.24rem;
}
.part2 .fl img{
    width:100%;
    height:auto;
}
.part2 .fr{
    width:7.51rem;
    height:6.04rem;
    background:#fff;
    float:right;
    padding:.3rem;
    box-sizing: border-box;
}
.part2 .fr h2{
    font-family: SourceHanSansCN;
    font-weight: bold;
    font-size: 0.28rem;
    margin-bottom:.25rem;
}
.part2 .fr h2 a{
    color: #1659AE;
}
.part2 .fr .swiper-container{
    width:100%;
    height:auto;
}
.fr .swiper-slide{
    position: relative;
}
.fr .swiper-slide video{
    display:none;
}
.part2 .fr .swiper-slide .play{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:.87rem;
    height:.87rem;
    background:url(./play.png) no-repeat;
    background-size:contain;
    cursor: pointer;
}
.part2 .fr .swiper-slide img, .part2 .fr .swiper-slide video{
    width:100%;
    height:4.49rem;
    border-radius: .2rem;
}
.part2 .fr .swiper-contral{
    width:100%;
    height:.5rem;
    text-align: center;
    margin-top:.1rem;
}
.part2 .fr .swiper-contral>div{
    display:inline-block;
    color:#000;
    font-family: DINAlternate;
    font-weight: bold;
    font-size: 0.3rem;
    color: #999999;
    margin:0 .1rem;
}
.part2 .fr .swiper-contral>div:first-child{
    color:#1A1A1A;
}
.part2 .fr .swiper-contral .arrow{
    width:.32rem;
    height:.2rem;
    position: relative;
    float:initial;
    cursor: pointer;
}
.part2 .fr .swiper-contral .arrow:hover{
    width:.82rem;
    transition:all .3s;
}
.part2 .fr .swiper-contral .arrow::after{
    content:'';
    width:100%;
    height:.03rem;
    background:#999;
    position: absolute;
    top:.065rem;
    display:block;
}
.part2 .fr .swiper-contral .arrow:hover::after{
    background:#1A1A1A;
}
.part2 .fr .swiper-contral .arrow i{
    width:.15rem;
    height:.26rem;
    display:block;
    position: absolute;
    top:-.05rem;
    background: url(./jiantouleft1.png) no-repeat center / cover;
}
.part2 .fr .swiper-contral .arrow:hover i{
    background: url(./jiantouleft102.png) no-repeat center / cover;
}
.part2 .fr .swiper-contral .left i{
    left:-.04rem;
}
.part2 .fr .swiper-contral .right i{
    left:initial;
    right: -.04rem;
    transform: rotate(180deg);
}



.ltitle h2 {
    color: #0A50B4;
    font-size: 0.28rem
}

.ltitle .border {
    background: #0A50B4;
    height: 0.04rem;
    width: 0.57rem;
    margin-top: 0.3rem;
}

.part3 .ltitle .border {
    background: #fff;
}



.nlist p {
    color: #8f8f8f;
    font-size: 0.18rem;
    margin: 0 0.15rem;
    cursor: pointer;
}



.nlist span a {
    display: inline-block;
    margin-left: 0.05rem;
    color: #8f8f8f;
    font-size: 0.18rem;
}

.nlist .show {
    color: #0A50B4;
}

.blist {
    display: none
}

.show {
    display: block;
}

.imgdiv {
    width: 2.37rem;
    height: 1.36rem;
}

.imgdiv img {
    height: 100%;
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.imgdiv img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.imgtitle {
    width: 4.1rem
}

.imgtitle div {
    overflow: hidden;
    font-size: 0.18rem
}

.imgtitle p {
    font-size: 0.14rem;
    color: #8f8f8f;
    margin-top: 0.1rem
}

.imgtitle span {
    display: inline-block;
    font-size: 0.14rem;
    color: #8f8f8f;
    margin-top: 0.1rem
}

.mod-newlists-1 li {
    line-height: 0.33rem;
    overflow: hidden;
    position: relative;
    padding-right: 1rem;
    padding-left: 15px;
    border-bottom: 1px solid #e2e2e2;
    margin: 15px 0
}

.mod-newlists-1 {
    margin-top: 0.1rem;
}

.mod-newlists-1 li a {
    font-size: 0.14rem;
}

.mod-newlists-1 li a:hover {
    color: #d30b15;
}

.mod-newlists-1 li a span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.14rem;
    color: #999;
}

.ne_one {
    height: 0.8rem;
    width: 9.4rem;
    float: left;
    margin-bottom: 0.14rem;
    background: #f4f4f4;
    padding: 0.25rem 0 .25rem .25rem;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    display: flex;
}

.ne_one:hover {
    background: #0A50B4;
    color: #fff
}

.ne_one:hover .date p {
    background: #fff;
}

.ne_one:hover .text a {
    color: #fff;
    text-decoration: none;
}

.ne_one:hover .text span {
    color: #eee
}

.ne_one .date {
    float: left;
    border-right: 0.01rem solid #d3d3d3;
    padding-right: 0.2rem;
}

.ne_one .date div {
    font-size: 0.54rem;
    line-height: 0.54rem;
    font-family: "Times New Roman", Times, serif;
}

.ne_one .date p {
    width: 0.25rem;
    height: 0.02rem;
    background: #0A50B4;
    margin: 0.03rem 0 0.07rem;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.ne_one .date span {
    font-size: 0.16rem;
    color: #888;
}

.ne_one .text {
    width: 8rem;
    float: right;
    margin-left: 0.2rem
}

.ne_one .text a {
    font-size: 0.24rem;
    line-height: 0.28rem;
    display: block;
    overflow: hidden;
    font-weight: 500;
    margin-bottom: 0.14rem;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    color: #333;
    /* height: 0.5rem; */
    font-family: "Times New Roman", Arial;
}

.ne_one .text span {
    color: #888;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    font-size: 0.18rem;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
    display: inline-block;
    font-family: "Times New Roman", Times, serif;
}



/* part3 */

.part3 {
    padding: 0.9rem 0;
    background: url(12.jpg);
    background-size: 100% 100%;
}

.part3 .ltitle {
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.ltitle h2 {
    color: #0A50B4;
    font-size: 0.5rem;
    font-family: "Times New Roman", Arial;
}

.part3 .ltitle {
    color: #8f8f8f;
    font-size: 0.14rem;
}

.part3 .ltitle h2 {
    color: #ffffff;
}

.part3 .nlist {
    width: 7.2rem;
}

.part3 .nlist p {
    line-height: 0.3rem;
    color: #fff;
    margin: 0;
    cursor: auto;
    font-size: 0.16rem;
    font-family: 'å¾®è½¯é›…é»‘';
    opacity: 0.74;
}

.p3div {
    width: 2.9rem;
    height: 4.6rem;
    float: left;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.p3div div {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.p3div div p {
    padding: 0.2rem 0.3rem;
    position: relative;
}

.p3div div a {
    color: #fff;
    font-size: 0.28rem;
    font-weight: bold;
}

.p3div div span {
    color: #d7d7d7;
    font-size: 0.16rem;
}

.w760 {
    width: 8.9rem;
}

.w760 div {
    min-width: 8.7rem
}

.p3div div p .more {
    display: none;
}

.w760 div p .more {
    position: absolute;
    right: 0.3rem;
    top: 0.15rem;
    color: #ddd;
    font-size: 0.14rem;
    display: block;
    font-weight: normal;
}

.p3div div span {
    display: none;
    padding: 0rem 0.3rem 0.3rem;
}

.w760 div span {
    display: block;
}

.p3div .mb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #176cd14a;
    display: block;
}

.w760 .mb {
    display: none;
}

#dnn_ctr23353_ModuleContent .video-title-box {
    padding-top: 0;
}

.ne_one .text span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.ne_one:hover .date span {
    color: #fff;
}



/* foot */

@media screen and (max-width: 1290px) {
    .ne_one .text {
        width: 8rem;
    }
}

.mod {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    display: none;
}





/* ----------------------- */

.navmenu {
    height: 100%;
}

.navmenu>li div.header-second-nav {
    top: 0.375rem;
    background: rgba(255, 255, 255, .8);
    box-shadow: -7px 0 7px -7px #5E5E5E inset;
    /* left: -200%;
	min-width: 500%; */
    height: 0.3125rem;
    z-index: 99;
    display: none;
    transition: .4s;
    /* opacity: 0; */
}

.navmenu>li div.active {
    display: block;
    opacity: 1;
    /* top: 0.489583rem; */
}

.header-second-nav {
    position: fixed;
    top: 0.375rem;
    width: 300vw;
    display: inline-block;
    height: 0.3125rem;
}

.header-second-nav>li {
    font-size: 0.09375rem;
    line-height: 0.3125rem;
    float: left;
    margin: 0 0.09375rem;
}

.navmenu>li:nth-of-type(1) .header-second-nav {
    display: none !important;
}

.navmenu>li:nth-of-type(2) .header-second-nav {
    left: -2.34375rem;
}

.navmenu>li:nth-of-type(2) .header-second-nav ul {
    left: 2.916666rem;
}

.navmenu>li:nth-of-type(3) .header-second-nav {
    left: -2.34375rem;
}

.navmenu>li:nth-of-type(3) .header-second-nav ul {
    left: 3.541666rem;
}

.navmenu>li:nth-of-type(4) .header-second-nav {
    left: -2.34375rem;
}

.navmenu>li:nth-of-type(4) .header-second-nav ul {
    left: 4.166666rem;
}

.navmenu>li:nth-of-type(5) .header-second-nav {
    display: none !important;
}

.navmenu>li:nth-of-type(6) .header-second-nav {
    left: -2.34375rem;
}

.navmenu>li:nth-of-type(6) .header-second-nav ul {
    left: 5.052083rem;
}

.navmenu>li:nth-of-type(7) .header-second-nav {
    left: -2.34375rem;
}

.navmenu>li:nth-of-type(7) .header-second-nav ul {
    left: 5.364583rem;
}

.navmenu>li:nth-of-type(7) .header-second-nav {
    display: none !important;
}

.navmenu>li:nth-of-type(8) .header-second-nav {
    display: none !important;
}

.header-second-nav>li a {
    color: #333333 !important;
    transition: .3s;
}

.header-second-nav>li a:hover {
    color: #10c5d5 !important;
}

.header-second-nav>li::after {
    display: none !important;
}

.header-second-nav>li::before {
    display: none !important;
}

.navmenu>li a {
    color: #FFFFFF;
}

#subjects .g-wrap .item-2 .p1 img,
#subjects .g-wrap .item-3 .p1 img {
    width: 100%
}






.tabtitle {
    padding: 0 0 .32rem .3rem;
}

.tabtitle h2 {
    margin: 0 0 -.1rem 0;
}

.swiper-container24,
.swiper-container25 {
    height: 100%;
}




#subjects .three .p2 .swiper-slide img {
    transition: transform .8s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s, scale .8s ease-in-out 0s;
}

#subjects .three .p2 .swiper-slide img:hover {
    transform: scale(1.2);
}




#dnn_Con_3Pane .three .swiper-slide img {
    cursor: pointer;
}


.ne_one .text a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}





.sfq-swiper-on {
    display: none;
}




.ne_one .text span {

    text-indent: -2em;
}

.swiper-container01 .swiper-slide {
    position: relative;
}

.banner_text {
    position: absolute;
    bottom: 1.4rem;
    left: 1.2rem;
}

.banner_text h2 {
    width: 67%;
    color: #fff;
    font-size: 0.48rem;
    margin-bottom: 0.25rem;
    font-family: "Times New Roman", Arial;
}

.banner_text p {
    color: #fff;
    font-size: 0.28rem;
    font-family: "Times New Roman", Arial;
    width: 30%;
}

.headw1200 {

    background-size: 100% 101%;
}


.video-list {
    position: relative;
    overflow: hidden;
    padding: .18rem;
    background-color: #f4f4f4;
}

.video-list:nth-child(2) {
    float: right;
}

.video-list .video-on {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

    width: .88rem;
    height: .88rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);

    transition: .3s;
}

.video-list .video-on img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: .72rem;
    height: .72rem;
    z-index: 9;
    opacity: .8;
    transition: .4s;
    cursor: pointer;
}

.video-list:hover .video-on img {
    opacity: 1;
}

.video-list .video01 {
    width: 100%;
    height: 3.28rem;
    background-color: #000;
}

.video-box {
    position: relative;
    overflow: hidden;
}

.video-box .video-img {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
}



/*body {overflow-x:auto; overflow-y:hidden;}*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    height: auto;
}

.home-sfq {
    width: 100%;
}

.swiper-container23 {
    width: 100%;
    height: 100%;
}

.swiper-slide23 {
    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;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.tabtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 0.3rem;
    background: url(223.png);
    background-size: 100% 100%;
}

.tabtitle h2 {
    font-size: 0.34rem;
    margin-bottom: 0.18rem;
    font-family: "Times New Roman", Times, serif;
    color: #fff;
}

.tabtitle p {
    font-size: 0.16rem;
    color: #fff;
}

.g-wrap {
    position: relative;
    margin: 0 auto;
    width: 15rem;
    height: 100%;
    overflow: hidden;
    z-index: 9;
}


/* 滑块 start */

#subjects {
    height: 4.65rem;
    /* background-color: #eceef2; */
}

#subjects .g-wrap .three {
    position: absolute;
    top: 0;
    left: 100%;
    width: 2.9rem;
    height: 100%;
    overflow: hidden;
    -webkit-opacity: 1;
    opacity: 1;
    display: block\9;
    -webkit-transition: left 300ms, -webkit-opacity 700ms;
    transition: left 300ms, opacity 700ms;
}

#subjects .g-wrap .item-1 {
    z-index: 1;
    /* background-color: #ffea01; */
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    /* cursor: pointer; */
    position: absolute;
}

#subjects .g-wrap .item-2 {
    z-index: 2;
    /* background-color: #dcf6db; */
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    position: absolute;
}

#subjects .g-wrap .p1,
#subjects .g-wrap .p2 {
    position: absolute;
    background: no-repeat 0 0;
}

#subjects .g-wrap .item-3 {
    z-index: 3;
    /* background-color: #fc433e; */
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    /* cursor: pointer; */
    position: absolute;
}

#subjects .g-wrap .p2 {
    -webkit-opacity: 0;
    opacity: 0;
    display: none\9;
    -webkit-transition: -webkit-opacity 400ms;
    transition: opacity 400ms;
    position: relative;
}

#subjects .g-wrap .p2 .shzrbgimg {
    width: 1.04rem;
    height: 1.38rem;
    position: absolute;
    top: 0.18rem;
    right: 0.43rem;
    cursor: pointer;
}

#subjects .g-wrap .item-1 .p1 {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#subjects .g-wrap .item-1 .p1 img {
    display: block;
    width: 2.9rem;
    height: 4.65rem;
}

#subjects .g-wrap .item-1 .p2 {
    /*left: 276px;
       top: 68px;*/
    left: 0px;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
}

#subjects .g-wrap .item-1 .p2 img {
    width: 9rem;
}

#subjects .g-wrap .item-2 .p1 {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#subjects .g-wrap .item-2 .p2 {
    /*left: 150px;*/
    left: 0px;
    top: 0px;
    z-index: 2;
    width: 9rem;
    height: 100%;
}

#subjects .g-wrap .item-3 .p1 {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#subjects .g-wrap .item-3 .p2 {
    /*left: 150px;*/
    left: 0px;
    top: 0px;
    z-index: 2;
    width: 9rem;
    height: 100%;
}


/*#subjects*/

#subjects .trans a {
    -webkit-opacity: 0;
    opacity: 0;
    display: none\9;
}


/* 逐个出现 */

#subjects .ready .item-2 {
    transition-delay: 150ms;
    -webkit-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
}

#subjects .ready .item-3 {
    transition-delay: 150ms;
    -webkit-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
}


/* 没有指向 */

#subjects .state-0 .item-1 {
    left: 0;
    width: 9rem;
}

#subjects .state-0 .item-2 {
    left: 9.1rem;
}

#subjects .state-0 .item-3 {
    left: 12.1rem;
}

#subjects .three {
    overflow: hidden;
}


/* 指向第一个 */

#subjects .state-1 .item-1 {
    left: 0;
    width: 9rem;
}

#subjects .state-1 .item-2 {
    left: 9.1rem;
}

#subjects .state-1 .item-3 {
    left: 12.1rem;
}

#subjects .state-1 .item-1 .p2 {
    -webkit-opacity: 1;
    opacity: 1;
    display: block\9;
}


/* 指向第二个 */

#subjects .state-2 .item-1 {
    left: 0;
}

#subjects .state-2 .item-2 {
    left: 3rem;
    width: calc(9rem - 1px);
}

#subjects .state-2 .item-3 {
    left: 12.1rem;
}

#subjects .state-2 .item-2 .p2 {
    -webkit-opacity: 1;
    opacity: 1;
    display: block\9;
}


/* 指向第三个 */

#subjects .state-3 .item-1 {
    left: 0;
}

#subjects .state-3 .item-2 {
    left: 3rem;
}

#subjects .state-3 .item-3 {
    left: 6rem;
    width: 9rem;
}

#subjects .state-3 .item-3 .p2 {
    -webkit-opacity: 1;
    opacity: 1;
    display: block\9;
}


/* 滑块 end */

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0.22rem !important;
    right: 0.38rem !important;
    width: auto !important;
    left: auto !important;
}

.swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
}









@media screen and (max-width: 767px) {

    .w1200 {
        width: 6.5rem
    }


    .ne_one .text {
        width: 4.9rem
    }

    .vediodiv {
        width: 5rem;
        margin: 0 auto
    }

    .p3div {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .ne_one .text a {
        margin-bottom: 0.05rem;
    }

    .part3 .nlist {
        width: 6.5rem;
    }

    .bantitle p {
        width: 5rem;
    }

    .p3div div {
        min-width: 6.5rem;
    }

    .p3div div span {
        display: block;
        padding: 0.1rem;
    }

    .bantitle img {
        width: 5rem;
    }

    .ne_one {
        width: 6rem;
    }

    .vediodiv .icon {
        top: 1.35rem;
        left: 2.15rem;
    }


}

@media screen and (max-width: 768px) {
    .ne_one {
        width: 11rem;
        height: 1rem;
    }

    .ne_one .date p {
        margin: 0.1rem 0 0.1rem !important;
    }

    .blist .ne_one .text {
        width: 9rem;
        margin-right: .2rem;
    }
}

@media screen and (max-width: 750px) {
    .blist .ne_one .text {
        width: 4.5rem;
    }

    .part3 .nlist p {
        line-height: .36rem;
        font-size: .26rem;
    }

    #dnn_ctr23353_ModuleContent .video-title-box {
        padding-top: .22rem;
        padding-bottom: .22rem !important;
    }

    .ne_one .date span {
        font-size: 0.26rem;
    }

    .ne_one:hover .date div {
        color: #fff !important;
    }
}

@media (max-width: 1024px) {
    .ne_one .text {
        width: 8.1rem;
    }

    .ne_one .text a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ne_one .text span {
        height: auto;
    }

    .foot .w1200 ul li:nth-child(2),
    .foot .w1200 ul li:nth-child(5) {
        width: 3rem;
    }

    .foot .w1200 ul li:nth-child(3) {
        margin-left: 0 !important;
    }

}

@media (max-width: 768px) {
    .w1200 {
        width: 90%;
    }

    .ne_one {
        width: 11.4rem;
    }

    .ne_one .text {
        width: 9.8rem;
    }

    .ne_one .text a {
        line-height: 0.42rem;
    }

    .ne_one .date p {
        margin: 0.15rem 0 0.19rem;
    }

    .foot .w1200 ul {
        width: 8rem;
    }

    .foot .w1200 ul li:nth-child(2),
    .foot .w1200 ul li:nth-child(5) {
        width: 3.5rem;
    }
}


@media (max-width: 750px) {
    /* å¯¼èˆª */

    /* logo */
    .header-logo img {
        width: 150px;
    }

    .zwss {
        margin-top: 0.38rem;
    }

    .zwss .cn {
        font-size: .3rem;
    }

    .swiper-pagination-bullet {
        width: 0.2rem !important;
        height: 0.2rem !important;
    }


    /* æ–°é—» */

    .w1200 {
        width: 6.7rem;
    }

    .ltitle h2 {
        font-size: .6rem;
    }


    .nlist span a {
        font-size: .26rem;
    }



    .ne_one {
        width: 6.6rem;
        height: auto;
        padding: 0.25rem 0.2rem;
    }

    .ne_one .date div {
        font-size: .65rem;
        color: #444444;
    }

    .ne_one .date p {
        margin: 0.13rem 0 .22rem;
    }

    .ne_one .text {
        width: 4.5rem;
        margin-left: .44rem;
        float: left;
    }


    .ne_one .text a {
        font-size: .34rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ne_one .text span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: auto;
        font-size: .26rem;
        line-height: .38rem;
        margin-top: .2rem;
    }


    /* è§†é¢‘ */
    #dnn_Con_2Pane {
        margin-top: .6rem;
    }

    .vediotitle {
        text-align: center;
        font-size: .3rem;
    }

    .video-list .video01 {
        width: 100% !important;
    }

    .vediotitle a {
        font-size: .36rem;
        color: #444;
    }

    .video-list .video01 {
        background-color: #fff !important;
        height: 5rem !important;
    }




    .part3 .nlist {
        float: left
    }






    /* åº•éƒ¨logo */
    .foot .logo {
        width: 4rem;
    }

    /* åº•éƒ¨å¯¼èˆª */
    .foot .w1200 ul li {
        margin-left: 0;
        margin-right: .1rem;
        width: 23%;
    }

    .foot .w1200 ul li:nth-child(2),
    .foot .w1200 ul li:nth-child(5) {
        width: 38%;
    }

    #dnn_ctr23357_HtmlModule_lblContent .right {
        width: 100%;
    }

    #dnn_ctr23357_HtmlModule_lblContent {
        padding: .3rem;
    }

    #dnn_ctr23357_HtmlModule_lblContent .left {
        line-height: .5rem;
        margin-top: .2rem;
    }

    .foot2 img {
        width: .5rem;
        margin-right: 0.3rem;
        margin-left: 0;
    }

    .foot .one {
        display: flex;

        justify-content: center;
    }

    .foot .one .ov {
        display: none;
    }

    .tabtitle {
        width: 5.8rem;
    }

    .tabtitle h2 {
        line-height: .36rem;
    }

    .tabtitle p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    #subjects .g-wrap .three {
        position: relative;
        width: 9rem;
        left: 0;
    }

    #subjects .g-wrap .item-2 .p1 {
        display: none;
    }

    #subjects .g-wrap .p2 {
        opacity: 1;
    }

    .g-wrap {
        display: flex;
        width: 27rem;
    }

    .m_paginations {
        width: 100%;
        height: .05rem;
        display: flex;
        justify-content: center;
        margin-top: -.6rem;
    }

    .m_paginations div {
        width: .43rem;
        height: 100%;
        background-color: #fff;
        margin: 0 .06rem;
        opacity: .6;
    }

    .m_paginations .m_pagination {
        opacity: 1;
    }

    #dnn_Con_4Pane {
        margin-top: .6rem;
    }


    .part1 *, .part2 * {
        font-family: "Times New Roman", Times, serif !important;
    }
    .part1 .focus{
        width:100%;
        float:initial;
        padding-top:.4rem;
        margin-bottom:.3rem;
    }
    .part1 .news{
        width:100%;
        float:initial;
        height:auto;
    }
    .part1 .focus .swiper-pagination01{
        width:100%;
        height:.5rem;
        text-align: center;
        position: absolute;
        top:4.5rem;
    }
    .part1 .focus .swiper-slide{
        position: initial;
        background:#FAFAFA;
    }
    .part1 .focus .swiper-slide .sc01-img{
        height:4.5rem;
        margin-bottom:.2rem;
    }
    .part1 .focus .swiper-slide h2{
        font-size:.32rem;
        background:none;
        color: #000;
        position:initial;
        padding:0;
        height:auto;
    }
    .part1 .news h2{
        font-size:.4rem;
    }
    .part1 .news li{
        font-size:.32rem;
        line-height:.4rem;
    }
    .part1 .news li a{
        margin-bottom:.2rem;
    }


    .part2 .fl{
        width: 100%;
        height:auto;
        float:initial;
        margin-bottom:.3rem;
    }
    .part2 .fr{
        width: 100%;
        height:auto;
        float:initial;
    }
    .part2 .fl h2{
        font-size:.4rem;
    }
    .part2 .fr h2{
        font-size:.4rem;
    }
    .part2 .fr .swiper-contral>div{
        font-size:.4rem;
    }
    .part2 .fr .swiper-slide .play{
        background: url(./play.png) no-repeat center;
        background-size:contain;
    }
    .part1 .focus .swiper-pagination01 span.swiper-pagination-bullet-active{
        background:#1479e1;
    }
}


@media (max-width: 1024px) {

    .headw1200 {
        display: flex;
        justify-content: space-between;
        align-content: center;
        height: 1.2rem;
    }


    .headw1200 {
        overflow: hidden;
    }

    .header-nav {
        display: none;
        position: fixed;
        background: #fff;
        left: 0;
        width: 100vw;
        height: 100vh;
        border-top: 1px solid #e0e0e0;
    }



    .navmenu {
        overflow: hidden;
        height: 100%;
    }

    .navmenu li {
        width: 95%;
        height: auto !important;
        backgroumd-color: #fff;
        text-align: left !important;
        float: none !important;
        margin: 0 auto;
        border-bottom: 1px solid #cecece;
        margin-right: auto !important;
    }

    ul.navmenu li a.level-0 {
        text-align: left !important;
        display: inline-block;
    }

    ul.navmenu li a.level-0 span {
        font-size: .32rem;
        line-height: 1rem;
        color: #333 !important;
    }

    ul.navmenu li.level-0:hover {
        background-color: #fff !important;
    }

    ul.navmenu div.sub {
        position: relative;
        top: 0;
    }

    div.navmenu-container ul.navmenu li.level-0 div.sub ul.sub li.level-1 a.level-1 span {
        font-size: .3rem;
        color: #333 !important;
        display: block;
    }

    ul.navmenu li.level-0 div.sub {
        width: 100% !important;
        background-color: #fff;
        border: 0;
    }

    ul.navmenu div.sub ul.sub {
        padding: 0;
    }

    div.navmenu-container ul.navmenu li.level-0 div.sub ul.sub li.level-1 {
        border: 0;
        height: .8rem;
        lint-height: .8rem;
    }

    ul.navmenu li.level-0:before {
        content: " ";
        background: url(home-footer-xia.png) no-repeat center center;
        width: .34rem;
        height: .2rem;
        float: right;
        margin-top: .34rem;
        transition: all .6s;
    }

    ul.navmenu li.level-0.hover:before {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -moz-transform: rotate(180deg);
        /* Firefox */
        -webkit-transform: rotate(180deg);
        /* Safari å’Œ Chrome */
        -o-transform: rotate(180deg);
    }



    @media (max-width: 750px) {
        .zwss {
            margin-top: 0em;
            display: flex;
            align-items: center;
        }

        .header-logo {
            margin-top: 0;
        }

        .foot .one {
            align-items: center;
        }

        #dnn_FootPane .w1200 .left span {
            font-size: .24rem !important;
        }
    }
}



@media (max-width: 1550px) {
    .tabtitle {
        padding: 0 0 .28rem .3rem;
    }
}

@media (max-width: 1366px) {
    .tabtitle {
        padding: 0 0 .28rem .3rem;
    }

    .tabtitle h2 {
        line-height: .35rem;
        font-size: 0.32rem;
    }

}

@media (max-width: 1024px) {
    .tabtitle {
        padding: 0 0 .2rem .3rem;
    }
}

@media (max-width: 768px) {
    .tabtitle {
        padding: 0 0 .1rem .3rem;
    }
}

@media (max-width: 750px) {
    .tabtitle {
        padding: 0 0 .35rem .3rem;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none
    }

    .video-list {
        padding-bottom: 0px !important;
    }
}


@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .ne_one .text a {
        height: .6rem;
    }

    #subjects .three .p2 .swiper-slide img:hover {
        transform: scale(1);
    }
}

@media (max-width: 750px) {

    .ne_one .text a {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 1550px) {
    #dnn_ctr23350_ModuleContent .ltitle {
        width: 9.6rem;
    }
}

@media (max-width: 750px) {
    #dnn_ctr23350_ModuleContent .ltitle {
        width: auto;
    }

    #subjects {
        position: relative;
    }

    .ne_one .text span {
        display: block;
    }

    .sfq-swiper-on {
        display: block;
        width: 0.8rem;
        position: absolute;
        top: 32%;
        z-index: 10;
        transform: translateY(50%);
    }

    .sfq-swiper-left {
        left: 0;
    }

    .sfq-swiper-right {
        right: 0;
    }
}
