@charset "utf-8";

@import url(public.css);

/* header */
.header{width: 100%; height: 90px; position: absolute;}
.header .header-content{width: 100%; height: 100%; position: absolute; z-index: 2; border-bottom: 1px solid rgba(255, 255, 255, .1);}
.header .wrap{width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo{overflow: hidden; display: flex; height: 100%; align-items: center;}
.header .logo img{max-width: 100%; max-height: 100%; height: auto;}
.header .header-text{float: left; margin-left: 15px;}
/* menu */
.header .header-menu{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; z-index: 6; padding: 0; height: 20px; display:block; cursor:pointer;}
.header .header-menu .icon-bar{background:#fff; width:30px; height: 3px; display: block;}
.header .header-menu .icon-bar:nth-child(2){margin: 5px 0;}
.header .header-menu .icon-bar:nth-child(3){width: 22px;}
.header .header-menu.on .icon-bar:nth-child(1){margin-top: 8px; transform:rotateZ(45deg); background-color: #333;}
.header .header-menu.on .icon-bar:nth-child(2){opacity:0;}
.header .header-menu.on .icon-bar:nth-child(3){width: 30px; top:50%; position:absolute; background-color: #333; transform:translate(0,-50%) rotateZ(135deg);}
/* nav */
.header .header-nav{position: relative; z-index: 2;}
.header .header-nav .nav{max-width: 1200px; margin: 0 auto;}
.header .header-nav .nav-list{width: 100%;}
.header .header-nav .nav-list>li{padding: 0 40px; float: left; position: relative; text-align: center;}
.header .header-nav .nav-list>li>a{line-height: 90px; font-size: 18px; color: #fff; display: inline-block;}
.header .header-nav .nav-list>li:hover>a{color: #a0c511;}
.header .header-nav .nav-list>li.on>a{color: #a0c511;}
.header .header-nav .nav-list>li>i{display: none;}
.header .header-nav .nav-down{display: none; position: absolute; top: 100%; left: 50%; min-width: 100%; transform: translateX(-50%); z-index: 4; background-color: #fff;}
.header .header-nav .nav-down li{text-align: center;}
.header .header-nav .nav-down li a{line-height:40px; font-size: 15px; color:#333; display: block; padding: 0 5px 0 20px; white-space: nowrap;}
.header .header-nav .nav-down li a:hover{color: #a0c511;}
.header .header-nav .nav-line{position: absolute; left: 0; bottom: 0; width: 40px; height: 2px; background-color: #a0c511; transform: translateX(40px); z-index: -1;}
.header .header-right{height: 100%; display: flex; align-items: center;}
.header .headre-wechat{float: left; margin-right: 20px; position: relative;}
.header .headre-wechat .icon{width: 23px; height: 23px; background: url(../images/header_icon1.png) no-repeat center center; background-size: 100% 100%;}
.header .headre-wechat .mask{position: absolute; top: 100%; right: 50%; padding-top: 10px; transform: translateX(50%) scale(0);}
.header .headre-wechat .mask img{width: 100px; height: 100px;}
.header .headre-wechat:hover .mask{transform: translateX(50%) scale(1);}
.header .header-tel{float: left;}
.header .header-tel .tel{font-size: 20px; color: #fff; padding-left: 30px; line-height: 40px; background: url(../images/header_icon2.png) no-repeat left center;}
/* .header.small{position: fixed; left: 0; top: 0; z-index: 6; animation: nav_small 0.5s; box-shadow: 0 0 20px #ccc;} */
@keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}
@-webkit-keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}
/* banner */
.banner{position: relative; font-size: 0;}
.banner img{width: 100%; height: auto;}
.banner .swiper-pagination-bullet{opacity: 1; background-color: #fff;}
.banner .swiper-pagination-bullet-active{background-color: #a0c511; opacity: 1;}
/*  */
.title-index{text-align: center; margin-bottom: 50px;}
.title-index .title1{font-size: 36px; color: #333; margin-bottom: 5px;}
.title-index .title2{font-size: 14px; color: #a0c511; font-family: Arial; text-transform: uppercase;}
.spacing-index{padding: 70px 0;}
.spacing-index2{padding: 70px 0 0 0;}
/*  */
.about{width: 100%; overflow: hidden; background: url(../images/about_bg.jpg) no-repeat center center; background-size: cover;}
.about .about-left{width: 50%; float: left; padding-right: 100px;}
.about .about-left .title{font-size: 18px; color: #333; font-weight: bold; margin-bottom: 20px;}
.about .about-left .text{font-size: 16px; color: #656565; margin-bottom: 50px;}
.about .about-left .more{width: 160px; height: 50px; line-height: 48px; border: 1px solid #878787; border-radius: 50px; text-align: center; border: 1px solid #6e6e6e; font-size: 14px; color: #6e6e6e; display: inline-block;}
.about .about-left .more:hover{border-color: #a0c511; color: #a0c511;}
.about .about-right{width: 50%; float: right; overflow: hidden;}
.about .list{width: calc(100% + 60px);}
.about .item{width: calc(50% - 60px); float: left; margin: 0 60px 20px 0; padding: 20px 0 20px 60px; border-bottom: 1px solid #6b6b6b; position: relative;}
.about .item .icon{position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 50px; height: 50px;}
.about .item .icon img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.about .item .content{float: right; text-align: right;}
.about .item .content .text1{font-size: 18px; color: #444; height: 20px; line-height: 20px; overflow: hidden; font-weight: bold; margin-bottom: 5px;}
.about .item .content .text2{font-size: 16px; color: #696969; height: 20px; line-height: 20px; overflow: hidden;}
.about .item:hover .icon{transform: translateY(-10px);}
/*  */
.services{width: 100%; overflow: hidden;}
.service-list .item{position: relative;}
.service-list .item a{display: flex; align-items: center;}
.service-list .item .img-box{width: 100%; position: relative; overflow: hidden;}
.service-list .item .img-box::before{content: ""; display: block; padding-top: 180%;}
.service-list .item .content{padding: 0 80px; position: absolute; left: 0; width: 100%; text-align: center;}
.service-list .item .content .title{font-size: 30px; color: #fff; margin-bottom: 20px;}
.service-list .item .content .text{font-size: 15px; color: #fff; line-height: 25px; height: 50px; margin-bottom: 100px; overflow: hidden;}
.service-list .item .icon{width: 60px; height: 60px; display: inline-block; background: url(../images/service_icon.png) no-repeat; background-size: 100% 100%;}
.service-list .item:hover .content{transform: translateY(-50px);}
/*  */
.teams{width: 100%; overflow: hidden;}
.title-team{text-align: center; margin-bottom: 50px;}
.title-team .title1{font-size: 24px; color: #a0c511; margin-bottom: 5px;}
.title-team .title2{font-size: 36px; color: #000;}
.teams .swiper-box{position: relative;}
.teams .item{width: 100%; display: block;}
.teams .item .img-box{position: relative; overflow: hidden;}
.teams .item .img-box::before{content: ""; display: block; padding-top: 125%;}
.teams .item .mask{position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; display: flex; flex-wrap: wrap; align-content: flex-end; padding: 25px; text-align: center; background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));}
.teams .item .mask .name{font-size: 24px; color: #fff; text-align: center; width: 100%; margin-bottom: 10px;}
.teams .item .mask .text{font-size: 14px; color: #fff; text-align: center; width: 100%; line-height: 24px; max-height: 48px; overflow: hidden;}
.teams .item .bg{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .2);}
.teams .item:hover .img-box img{transform: scale(1.1);}
.teams .item:hover .bg{transform: translateY(-100%);}
.teams .team-prev, .teams .team-next{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 60px; cursor: pointer; background: url(../images/team_btn_icon.png) no-repeat; background-size: 100% 100%;}
.teams .team-prev{left: -80px;}
.teams .team-next{right: -80px; transform: rotate(180deg);}
.teams .tab{width: 100%; text-align: center; margin-top: 60px; text-align: center;}
.teams .tab .tab-list{width: 100%; font-size: 0; display: flex; flex-wrap: wrap; justify-content: center;}
.teams .tab .tab-list li{float: left; text-align: center; border-top: 1px solid #cdcdcd; width: calc(100% / 6); position: relative;}
.teams .tab .tab-list li::before{content: ""; position: absolute; top: -11px; left: 0; right: 0; margin: auto; width: 21px; height: 22px; background-image: url(../images/team_tab_icon.png); background-repeat: no-repeat; background-size: 100% 100%;}
.teams .tab .tab-list li a{display: inline-block; padding-top: 30px; font-size: 15px; color: #464646;}
.teams .tab .tab-list li.select::before{background-image: url(../images/team_tab_icon_act.png);}
.teams .tab-content{width: 100%;}
.teams .tab-content .con{display: none;}
.teams .tab-content .con.act{display: block;}
/*  */
.campus{width: 100%; overflow: hidden; position: relative;}
.campus .title-index{position: absolute; top: 60px; left: 0; z-index: 3; width: 100%;}
.campus .title-index .title1{color: #fff;}
.campus .swiper-slide {width: 70%;}
.campus .item{position: relative; overflow: hidden;}
.campus .img-box{position: relative; overflow: hidden;}
.campus .img-box::before{content: ""; display: block; padding-top: 46%;}
.campus .mask{position: absolute; top: 45%; left: 0; width: 100%; text-align: center; padding: 0 5%;}
.campus .mask .title{font-size: 40px; color: #fff; margin-bottom: 5px;}
.campus .mask .text{font-size: 18px; color: #fff;}
.campus .mask .icon{width: 60px; height: 60px; margin-top: 80px; display: inline-block; background: url(../images/service_icon.png) no-repeat; background-size: 100% 100%;}
.campus .item:hover .mask{transform: translateY(-10px);}
.campus .campus-prev, .campus .campus-next{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 50px; line-height: 50px; text-align: center; cursor: pointer; z-index: 2;}
.campus .campus-prev i, .campus .campus-next i{font-size: 40px; color: #fff; font-weight: bold; display: block; line-height: 50px;}
.campus .campus-prev{left: 17%;}
.campus .campus-next{right: 17%;}
/*  */
.channel{width: 100%; overflow: hidden;}
.channel .item{width: 100%; overflow: hidden;}
.channel .item .img-box{position: relative; overflow: hidden;}
.channel .item .img-box::before{content: ""; display: block; padding-top: 90%;}
.channel .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-wrap: wrap; align-content: center; text-align: center; background-color: rgba(0, 0, 0, .4);}
.channel .item .mask .icon{width: 100%; position: relative; overflow: hidden; margin-bottom: 10px;}
.channel .item .mask .icon::before{content: ""; display: block; padding-top: 15%;}
.channel .item .mask .tit1{width: 100%; font-size: 28px; color: #fff; margin-bottom: 5px;}
.channel .item .mask .tit2{width: 100%; font-size: 16px; color: #fff;}
.channel .item .content{padding: 30px 20px; text-align: center; border-bottom: 1px solid #c9c9c9;}
.channel .item .content .text{font-size: 16px; color: #5c5c5c; height: 50px; line-height: 25px; overflow: hidden;}
.channel .item .content .mm{width: 100px; height: 40px; line-height: 38px; border: 1px solid #a0c511; font-size: 16px; color: #a0c511; display: inline-block; border-radius: 40px; margin-top: 30px;}
.channel .item:hover .img-box img{transform: scale(1.1);}
.channel .item:hover .mask{background-color: rgba(0, 0, 0, .2);}
.channel .item:hover .content .mm{background-color: #a0c511; color: #fff;}
/*  */
.partner{width: 100%; overflow: hidden; background-color: #f0f0f0;}
.partner-title{text-align: center; margin-bottom: 40px;}
.partner-title .title1{font-size: 36px; color: #141414;}
.partner .img-box{position: relative; overflow: hidden; background-color: #f0f0f0;}
.partner .img-box::before{content: ""; display: block; padding-top: 32%;}
/*  */
.footer{width: 100%; background-color: #242527; overflow: hidden;}
.footer1{width: 100%; padding: 60px 0;}
.footer1 .left{width: 70%;}
.footer1 .footer_nav{display: flex; justify-content: space-between;}
.footer1 .footer_nav dt{font-size: 16px; color: rgba(255,255,255,.6); font-weight: bold; margin-bottom: 15px; line-height: 20px;}
.footer1 .footer_nav dt a{color: rgba(255,255,255,.6);}
.footer1 .footer_nav dd{font-size: 14px; color: rgba(255,255,255,.6); line-height: 30px;}
.footer1 .footer_nav dd a{color: rgba(255,255,255,.6);}
.footer1 .footer_nav dd a:hover{color: #a0c511; text-decoration: underline;}
.footer1 .right{width: 30%;}
.footer1 .right .QR{float: right;}
.footer1 .right .QR .item{float: left; text-align: center; margin-left: 20px;}
.footer1 .right .QR .item img{width: 100px; height: 100px;}
.footer1 .right .QR .item .text{text-align: center; font-size: 14px; color: rgba(255,255,255,.6); margin-top: 5px;}
.footer2{width: 100%; padding: 10px 0; border-top: 1px solid #929293; border-bottom: 1px solid #929293; text-align: center;}
.footer2 .footer-contact{display: inline-block;}
.footer2 .address, .footer2 .tel{float: left; font-size: 14px; color: rgba(255,255,255,.6); line-height: 35px; padding-left: 30px; background-repeat: no-repeat; background-position: left center;}
.footer2 .address{background-image: url(../images/foot_icon1.png);}
.footer2 .tel{background-image: url(../images/foot_icon2.png); margin-left: 30px;}
.footer3{width: 100%; padding: 30px 0; overflow: hidden;}
.footer3 .footer-link{text-align: center; margin-bottom: 20px;}
.footer3 .footer-link .link{display: inline-block; width: 20px; height: 20px; margin: 0 10px;}
.footer3 .copyright{text-align: center; font-size: 14px; color: rgba(255,255,255,.6);}
.footer3 .copyright a{color: rgba(255,255,255,.6);}
/*  */
.inner-page{width: 100%; overflow: hidden; padding: 40px 0; min-height: 400px;}
.banner-inner{text-align: center; position: relative;}
.banner-inner::before{content: ""; display: block; padding-top: 30%;}
.banner-inner .mask{position: absolute; bottom: 40%; left: 0; width: 100%; text-align: center; font-size: 36px; color: #fff;}
.sideBar{text-align: center; padding: 0 0 20px 0; border-bottom: 1px solid #e6e6e6; margin-bottom: 50px;}
.sideBar .list{display: flex; justify-content: center; flex-wrap: wrap;}
.sideBar .list li{float: left; margin: 0 10px 20px 10px;}
.sideBar .list li a{display: inline-block; width: 200px; height: 47px; line-height: 43px; border-radius: 47px; font-size: 18px; color: #111; overflow: hidden; background-color: #ededed; border: 2px solid #ededed;}
.sideBar .list li a:hover{background-color: #fff; color: #a0c511; border-color: #a0c511;}
.sideBar .list li.on a{background-color: #fff; color: #a0c511; border-color: #a0c511;}
/*  */
.about-page{width: 100%; background: url(../images/about_page_bg.jpg) no-repeat center center; background-size: cover;}
.about-page .item{margin-bottom: 40px; display: flex; align-items: center;}
.about-page .item .img-box{width: 50%; float: left; text-align: center; overflow: hidden;}
.about-page .item .img-box img{width: 100%; height: auto;}
.about-page .item .content{width: 50%; float: left; padding: 0 0 0 40px;}
.about-page .item .content .title{font-size: 24px; color: #0b0b0b; margin-bottom: 20px; position: relative; padding-top: 40px;}
.about-page .item .content .title::before{content: ""; position: absolute; top: 0; left: 0; width: 35px; height: 4px; background-color: #a0c511;}
.about-page .item .content .text{font-size: 16px; line-height: 30px;}
.about-page .item:nth-child(even){flex-direction: row-reverse; }
.about-page .item:nth-child(even) .content{float: left; padding: 0 40px 0 0;}
/*  */
.product-page{width: 100%; overflow: hidden; padding: 4px 0;}
.product-banner{width: 100%; text-align: center; overflow: hidden; position: relative; height: 1000px;}
.product-banner img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.product-banner .mask{position: absolute; left: 0; right: 0; bottom: 0; margin: auto; width: 849px; height: 842px; background: url(../images/product_banner_yuan.png) no-repeat; background-size: 100% 100%;}
.product-banner .mask .title{position: absolute; width: 260px; height: 260px; top: 0; left: 0; right: 0; bottom: 0; font-size: 30px; color: #fff; font-weight: bold; display: flex; justify-content: center; align-items: center; z-index: 1; margin: auto; background-color: rgba(255,255,255,.6); border-radius: 50%; overflow: hidden;}
.product-banner .mask .title::before{content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: calc(100% - 80px); height: calc(100% - 80px); background-color: #a0c511; border-radius: 50%; z-index: -1;}
.product-banner .list{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.product-banner .list li{width: 140px; height: 140px; border: 5px solid #a0c511; background-color: #fff; font-size: 18px; color: #4d4d4d; font-weight: bold; border-radius: 50%; position: absolute; display: flex; align-items: center; justify-content: center;}
.product-banner .list li:nth-child(1){left: 0; right: 0; top: 5%; margin: auto;}
.product-banner .list li:nth-child(2){left: 7%; top: 21%;}
.product-banner .list li:nth-child(3){left: 7%; bottom: 29%;}
.product-banner .list li:nth-child(4){left: 0; right: 0; bottom: 10%; margin: auto;}
.product-banner .list li:nth-child(5){right: 7%; bottom: 29%;}
.product-banner .list li:nth-child(6){right: 7%; top: 21%;}
.product-banner .list li.on{background-color: #a0c511; border-color: #fff; color: #fff;}
/*  */
.product-list{width: calc(100% + 4px);}
.product-list li{width: calc(50% - 4px); float: left; margin: 0 4px 0 0;}
.product-list .item{width: 100%;}
.product-list .item .img-box{position: relative; overflow: hidden;}
.product-list .item .img-box::before{content: ""; display: block; padding-top: 50%;}
.product-list .item .content{text-align: center; padding: 40px 0; overflow: hidden; background-color: #fff;}
.product-list .item .content .title{font-size: 24px; color: #242424; margin-bottom: 15px;}
.product-list .item .content .text{font-size: 14px; color: #585858; line-height: 22px; height: 44px; margin-bottom: 15px; overflow: hidden;}
.product-list .item .content .mm{font-size: 14px; color: #a0c511;}
.product-list .item:hover .img-box img{transform: scale(1.1);}
/*  */
.product-details{width: 100%; overflow: hidden;}
.title-product-details{text-align: center; margin-bottom: 50px;}
.title-product-details .title1{font-size: 30px; color: #a0c511; margin-bottom: 15px;}
.title-product-details .title2{font-size: 16px; color: #585858; padding: 0 300px;}
.product-details .img-box{width: 50%; float: left; padding-right: 40px;}
.product-details .img-box img{width: 100%; height: auto;}
.product-details .content{width: 50%; float: left; border-top: 2px solid #c0c0c0; padding-top: 40px;}
.product-details .content .tit1{font-size: 24px; color: #222; margin-bottom: 15px;}
.product-details .content .txt-box{margin-top: 30px;}
.product-details .content .text{font-size: 16px; color: #4d4d4d; margin-bottom: 15px;}
.product-details .content .tit2{font-size: 16px; color: #a0c511; font-weight: bold;}
/*  */
.team-page{width: 100%; overflow: hidden;}
.team-page-title{text-align: center; margin-bottom: 50px;}
.team-page-title .title1{font-size: 24px; color: #a0c511; margin-bottom: 5px;}
.team-page-title .title2{font-size: 36px; color: #181818; margin-bottom: 20px;}
.team-page-title .title3{font-size: 16px; color: rgba(3,3,3,.7);}
.team-list{width: calc(100% + 30px);}
.team-list li{width: calc(100% / 4 - 30px); float: left; margin: 0 30px 30px 0;}
.team-list .item{width: 100%;}
.team-list .item .img-box{position: relative; overflow: hidden; border-radius: 5px; overflow: hidden;}
.team-list .item .img-box::before{content: ""; display: block; padding-top: 95%;}
.team-list .item .content{padding: 15px 0; text-align: center;}
.team-list .item .content .title{font-size: 18px; color: #000; margin-bottom: 10px;}
.team-list .item .content .text{font-size: 14px; color: #696969; line-height: 20px; height: 60px; overflow: hidden; margin-bottom: 20px;}
.team-list .item .content .mm{width: 100px; height: 40px; line-height: 38px; border: 1px solid #a0c511; font-size: 14px; color: #a0c511; border-radius: 40px; display: inline-block;}
.team-list .item:hover .img-box img{transform: scale(1.1);}
.team-list .item:hover .content .mm{background-color: #a0c511; color: #fff;}
/*  */
.team-details{width: 100%; overflow: hidden;}
.team-details .title{text-align: center; font-size: 18px; margin-bottom: 20px;}
.team-details .img-box{text-align: center; overflow: hidden; margin-bottom: 20px;}
.team-details .img-box img{max-width: 100%; height: auto;}
.team-details .content{font-size: 14px; color: #333; line-height: 25px;}
/*  */
.campus-situation-page{width: 100%; overflow: hidden;}
.campus-situation-page .wrap1{margin-bottom: 40px;}
.campus-situation-page .wrap1 .item{position: relative; overflow: hidden;}
.campus-situation-page .wrap1 .img-box{position: relative; overflow: hidden;}
.campus-situation-page .wrap1 .img-box::before{content: ""; display: block; padding-top: 35%;}
.campus-situation-page .wrap1 .mask{position: absolute; top: 0; bottom: 0; width: 100%; height: 100%; padding: 40px; display: flex; flex-wrap: wrap; align-content: flex-end;}
.campus-situation-page .wrap1 .mask .title1{font-size: 36px; color: #fff; margin-bottom: 5px; width: 100%;}
.campus-situation-page .wrap1 .mask .text1{font-size: 18px; color: #fff; width: 100%;}
.campus-situation-page .wrap1 .mask .text2{font-size: 16px; color: #fff; width: 55%; position: relative; overflow: hidden; margin-top: 15px; padding-top: 15px;}
.campus-situation-page .wrap1 .mask .text2::before{content: ""; position: absolute; top: 0; left: 0; width: 60px; height: 1px; background-color: #a0c511;}
.campus-situation-list{width: calc(100% + 30px);}
.campus-situation-list li{width: calc(50% - 30px); float: left; margin: 0 30px 30px 0;}
.campus-situation-list .item{width: 100%;}
.campus-situation-list .item .img-box{position: relative; overflow: hidden;}
.campus-situation-list .item .img-box::before{content: ""; display: block; padding-top: 50%;}
.campus-situation-list .item .text{line-height: 60px; text-align: center; font-size: 18px; color: #080808; border-bottom: 1px solid #dbdbdb;}
.campus-situation-list .item:hover .img-box img{transform: scale(1.05);}

.campus-situation-list1 {
    width: calc(100% + 30px);
}

.campus-situation-list1 li {
    width: calc(33% - 30px);
    float: left;
    margin: 0 30px 30px 0;
}

.campus-situation-list1 .item {
    width: 100%;
}

.campus-situation-list1 .item .img-box {
    position: relative;
    overflow: hidden;
}

.campus-situation-list1 .item .img-box::before {
    content: "";
    display: block;
    padding-top: 50%;
}

.campus-situation-list1 .item .text {
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #080808;
    border-bottom: 1px solid #dbdbdb;
}

.campus-situation-list1 .item:hover .img-box img {
    transform: scale(1.05);
}
/*  */
.love-channel-page{width: 100%; overflow: hidden;}
.love-channel-page .wrap{display: flex; }
.love-channel-page .img-box{width: 50%; float: left; text-align: center; overflow: hidden;}
.love-channel-page .img-box img{width: 100%; height: auto;}
.love-channel-page .content{width: 50%; float: left; padding: 40px; background-color: #f7f7f7;}
.love-channel-page .content .title{font-size: 24px; color: #0b0b0b; margin-bottom: 20px; position: relative; padding-top: 40px;}
.love-channel-page .content .title::before{content: ""; position: absolute; top: 0; left: 0; width: 35px; height: 4px; background-color: #a0c511;}
.love-channel-page .content .text{font-size: 16px; line-height: 30px;}
.news-list{width: 100%;}
.news-list li{margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #efefef;}
.news-list .item{width: 100%;}
.news-list .item a{display: flex;}
.news-list .item .imgbox{width: 15%; float: left; position: relative;}
.news-list .item .imgbox::before{content: ""; display: block; padding-top: 50%;}
.news-list .item .content{width: 85%; float: left; padding: 5px 15px;}
.news-list .item .content .title{font-size: 18px; color: #2a2a2a; margin-bottom: 10px;}
.news-list .item .content .text{font-size: 14px; color: #868686; height: 50px; line-height: 25px; overflow: hidden; margin-bottom: 15px;}
.news-list .item .content .time{font-size: 14px; color: #7b7b7b; font-family: Arial; font-weight: bold; border-bottom: 1px solid #7b7b7b; display: inline-block;}
.news-list .item:hover{transform: translateY(-5px); box-shadow: 5px 5px 10px #ccc;}



@media (max-width: 1499px){
    .header .header-nav .nav-list>li{padding: 0 30px;}
    .header .header-nav .nav-line{transform: translateX(30px);}
    .spacing-index{padding: 60px 0;}
    .spacing-index2{padding: 60px 0 0 0;}
}

@media (max-width: 1399px){
    .header .header-nav .nav-list>li{padding: 0 20px;}
    .header .header-nav .nav-list>li>a{font-size: 16px;}
    .header .header-nav .nav-line{transform: translateX(20px);}
    .title-index{margin-bottom: 30px;}
    .spacing-index{padding: 50px 0;}
    .spacing-index2{padding: 50px 0 0 0;}
    .service-list .item .content{padding: 0 20px;}
    .campus .title-index{top: 30px;}
    .campus .mask{top: 35%;}
    .campus .mask .title{font-size: 32px;}
    .campus .mask .text{font-size: 16px;}
    .campus .mask .icon{margin-top: 50px;}
    .channel .item .mask .tit1{font-size: 20px;}
    .channel .item .mask .tit2{font-size: 14px;}
    .channel .item .content{padding: 20px 10px;}
    .channel .item .content .mm{margin-top: 20px;}
    .channel .item .content .text{font-size: 14px;}
    .partner-title{margin-bottom: 30px;}
    .title-team{margin-bottom: 30px;}
    .title-team .title1{font-size: 20px;}
    .title-team .title2{font-size: 28px;}
    .teams .item .mask{padding: 15px;}
    .teams .item .mask .name{font-size: 20px; margin-bottom: 5px;}
    .campus .campus-prev{left: 15%;}
    .campus .campus-next{right: 15%;}
    /*  */
    .sideBar{margin-bottom: 40px;}
    .product-banner{height: 950px;}
    .title-product-details .title2{padding: 0 100px;}
    .campus-situation-page .wrap1 .mask{padding: 20px;}
    .campus-situation-page .wrap1 .mask .title1{font-size: 28px;}
    .campus-situation-page .wrap1 .mask .text1{font-size: 16px;}
    .campus-situation-page .wrap1 .mask .text2{font-size: 14px;}
    .campus-situation-list .item .text{line-height: 50px; font-size: 16px;}
    .love-channel-page .content{padding: 20px;}
}

@media (max-width: 1199px){
    .header{height: 80px;}
    .header .header-nav .nav-list>li{padding: 0 15px;}
    .header .header-nav .nav-list>li>a{font-size: 14px; line-height: 80px;}
    .header .header-nav .nav-line{transform: translateX(15px);}
    .header .header-tel .tel{font-size: 16px;}
    .header .headre-wechat{margin-right: 10px;}
    .spacing-index{padding: 40px 0;}
    .spacing-index2{padding: 40px 0 0 0;}
    .about .about-left{padding-right: 50px;}
    .service-list .item .content .text{margin-bottom: 50px;}
    .service-list .item .content .title{font-size: 24px;}
    /*  */
    .title-product-details .title2{padding: 0 50px;}
    .news-list .item .imgbox{width: 20%;}
    .news-list .item .content{width: 80%;}

}

@media (min-width: 991px){
    .header .header-nav{display: block !important;}
}

@media (max-width: 991px){
    .header{height: 70px;}
    .header .header-nav{position: fixed; top: 0; left: 0; z-index: 5; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); display: none;}
    .header .header-nav .nav{position: absolute; top: 0; right: 0; width: 60%; height: 100%; background-color: #fff; transform: translateX(100%); transition: all .2s;}
    .header .header-nav .nav-list{padding: 80px 20px 0 20px;}
    .header .header-nav .nav-list>li{width: 100%; text-align: left;}
    .header .header-nav .nav-list>li::before{display: none;}
    .header .header-nav .nav-list>li>a{color: #333; line-height: 50px;}
    .header .header-nav .nav-list>li>i{display: block; position: absolute; top: 15px; right: 0; width: 20px; height: 20px; line-height: 18px; text-align: center; font-size: 14px;}
    .header .header-nav .nav.act{transform: translateX(0);}
    .header .header-nav .nav-down{display: none; position: static; width: 100%; transform: translateX(0); margin-bottom: 15px;}
    .header .header-nav .nav-down li a{font-size: 12px; line-height: 30px;}
    .spacing-index{padding: 30px 0;}
    .spacing-index2{padding: 30px 0 0 0;}
    .title-index{margin-bottom: 20px;}
    .title-index .title1{font-size: 26px;}
    .about .about-left .title{font-size: 16px; margin-bottom: 10px;}
    .about .about-left .text{font-size: 14px; margin-bottom: 20px;}
    .about .about-left .more{width: 140px; height: 40px; line-height: 38px;}
    .about .item .icon{width: 40px; height: 40px;}
    .about .list{width: calc(100% + 20px);}
    .about .item{width: calc(50% - 20px); margin: 0 20px 20px 0; padding: 10px 0 10px 40px;}
    .about .item .content .text1{font-size: 14px;}
    .about .item .content .text2{font-size: 12px;}
    .service-list .item .content{padding: 0 10px;}
    .service-list .item .content .title{font-size: 16px; margin-bottom: 10px;}
    .service-list .item .content .text{font-size: 12px; height: 60px; line-height: 20px; margin-bottom: 20px;}
    .service-list .item .icon{width: 30px; height: 30px;}
    .service-list .item:hover .content{transform: translateY(-20px);}
    .title-team .title1{font-size: 16px;}
    .title-team .title2{font-size: 22px;}
    .teams .item .mask{padding: 10px;}
    .teams .item .mask .name{font-size: 16px;}
    .teams .item .mask .text{font-size: 12px; line-height: 20px; max-height: 40px;}
    .teams .tab{margin-top: 30px;}
    .teams .tab .tab-list li a{padding: 15px 0 0 0; font-size: 12px;}
    .campus .title-index{top: 20px;}
    .campus .mask{top: 40%;}
    .campus .mask .title{font-size: 18px;}
    .campus .mask .text{font-size: 14px;}
    .campus .mask .icon{width: 30px; height: 30px; margin-top: 20px;}
    .channel .item .content{padding: 10px 5px;}
    .channel .item .content .text{font-size: 12px; height: 40px; line-height: 20px;}
    .channel .item .content .mm{margin-top: 10px; width: 80px; height: 30px; line-height: 28px;}
    .partner-title .title1{font-size: 22px;}
    .partner-list li{width: calc(100% / 5 - 20px);}
    .footer1{display: none;}
    .footer3{padding: 20px 0;}
    .footer3 .footer-link{display: none;}
    /*  */
    .product-banner{height: 800px;}
    .product-banner .mask{width: 710px; height: 700px;}
    .product-banner .mask .title{width: 200px; height: 200px; font-size: 20px;}
    .product-banner .mask .title::before{width: calc(100% - 40px); height: calc(100% - 40px);}
    .product-banner .list li{width: 100px; height: 100px; font-size: 14px;}
    .product-banner .list li:nth-child(2){top: 23%;}
    .product-banner .list li:nth-child(6){top: 23%;}
    /*  */
    .banner-inner::before{padding-top: 40%;}
    .banner-inner .mask{font-size: 26px;}
    .inner-page{padding: 30px 0;}
    .sideBar{padding: 0 0 10px 0; margin-bottom: 30px;}
    .sideBar .list li a{width: 150px; height: 40px; line-height: 36px; font-size: 14px;}
    .about-page .item .content .title{font-size: 18px; padding-top: 20px;}
    .about-page .item .content .text{font-size: 14px; line-height: 25px;}
    .product-list .item .content{padding: 10px;}
    .product-list .item .content .title{font-size: 18px; margin-bottom: 10px;}
    .product-list .item .content .text{margin-bottom: 10px;}
    .product-page{padding: 4px 0;}
    .title-product-details{margin-bottom: 30px;}
    .product-details .img-box{padding-right: 20px;}
    .title-product-details .title1{font-size: 24px; margin-bottom: 10px;}
    .title-product-details .title2{font-size: 14px;}
    .product-details .content{padding-top: 30px;}
    .team-page-title{margin-bottom: 30px;}
    .team-page-title .title1{font-size: 20px; margin-bottom: 0;}
    .team-page-title .title2{font-size: 28px; margin-bottom: 10px;}
    .team-page-title .title3{font-size: 14px;}
    .team-list{width: calc(100% + 20px);}
    .team-list li{width: calc(100% / 4 - 20px); margin: 0 20px 20px 0;}
    .team-list .item .content{padding: 10px 0 0 0;}
    .team-list .item .content .title{font-size: 16px; margin-bottom: 5px;}
    .team-list .item .content .text{font-size: 12px; margin-bottom: 10px;}
    .team-list .item .content .mm{height: 30px; line-height: 28px; font-size: 12px;}
    .campus-situation-page .wrap1{margin-bottom: 20px;}
    .campus-situation-page .wrap1 .mask .title1{font-size: 20px; margin-bottom: 0;}
    .campus-situation-page .wrap1 .mask .text1{font-size: 14px;}
    .campus-situation-page .wrap1 .mask .text2{font-size: 12px; width: 100%; padding-top: 10px; margin-top: 10px;}
    .campus-situation-list{width: calc(100% + 20px);}
    .campus-situation-list li{width: calc(50% - 20px); margin: 0 20px 20px 0;}
    .campus-situation-list .item .text{line-height: 40px; font-size: 14px;}
    .news-list .item .imgbox{width: 30%;}
    .news-list .item .content{width: 70%;}
    /* .love-channel-page .content{padding: 10px;}
    .love-channel-page .content .title{font-size: 18px; padding-top: 15px; margin-bottom: 10px;}
    .love-channel-page .content .text{font-size: 14px; line-height: 25px;} */
}

@media (max-width: 767px){
    .header{height: 60px;}
    .header .logo img{width: 120px;}
    .header .logo .header-text img{width: 100px;}
    .spacing-index{padding: 20px 0;}
    .spacing-index2{padding: 20px 0 0 0;}
    .title-index{margin-bottom: 15px;}
    .title-index .title1{font-size: 18px;}
    .title-index .title2{font-size: 14px;}
    .about .about-left{width: 100%; padding: 0;}
    .about .about-right{width: 100%;}
    .about .about-left .title{font-size: 14px;}
    .about .about-left .text{font-size: 12px; margin-bottom: 15px;}
    .about .about-left .more{width: 100px; height: 30px; line-height: 28px; font-size: 12px;}
    .about .list{width: calc(100% + 10px);}
    .about .item{width: calc(50% - 10px); margin: 0 10px 10px 0; padding: 10px 0 10px 20px;}
    .about .item .icon{width: 30px; height: 30px;}
    .title-team .title2{font-size: 18px;}
    .teams .tab{margin: 0;}
    .teams .tab .tab-list li{width: calc(100% / 3); margin-top: 30px;}
    .campus .campus-prev, .campus .campus-next{bottom: auto; top: 10%;}
    .campus .mask{position: static;}
    .campus .mask .title{color: #333; font-size: 14px; margin-top: 5px; font-weight: bold;}
    .campus .mask .text{color: #333; font-size: 12px; line-height: 20px; height: 40px; overflow: hidden;}
    .campus .mask .icon{display: none;}
    .channel .item .mask .tit1{font-size: 14px;}
    .channel .item .mask .tit2{font-size: 12px;}
    .partner-title{margin-bottom: 20px;}
    .partner-title .title1{font-size: 18px;}
    .partner-list{width: calc(100% + 10px);}
    .partner-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .partner-list .img-box::before{padding-top: 35%;}
    .footer2{display: none;}
    .footer3{padding: 15px 0;}
    /*  */
    .banner-inner::before{padding-top: 50%;}
    .banner-inner .mask{font-size: 18px; bottom: 30%;}
    .inner-page{padding: 20px 0;}
    .sideBar{padding-bottom: 15px; margin-bottom: 15px;}
    .sideBar .list li{margin: 0 2px 4px 2px;}
    .sideBar .list li a{width: 110px; height: 30px; line-height: 28px; border: 1px solid #ededed; font-size: 12px;}
    .about-page .item{display: block; margin-bottom: 20px;}
    .about-page .item .img-box{width: 100%;}
    .about-page .item .content{width: 100%; padding: 0; margin-top: 10px;}
    .about-page .item .content .title{font-size: 16px; padding-top: 10px; margin-bottom: 15px;}
    .about-page .item .content .text{font-size: 12px; line-height: 20px;}
    .product-page{padding: 4px 0;}
    .product-banner{height: 400px;}
    .product-banner .mask{width: 320px; height: 320px;}
    .product-banner .mask .title{width: 100px; height: 100px; font-size: 14px;}
    .product-banner .mask .title::before{width: calc(100% - 10px); height: calc(100% - 10px);}
    .product-banner .list li{width: 70px; height: 70px; font-size: 12px; padding: 10px;}
    .product-banner .list li:nth-child(2){top: 20%;}
    .product-banner .list li:nth-child(4){bottom: 5%;}
    .product-banner .list li:nth-child(6){top: 20%;}
    .product-list{width: 100%;}
    .product-list li{width: 100%; padding: 0 4px;}
    .product-list .item .content{padding: 5px 0;}
    .product-list .item .content .title{font-size: 14px; font-weight: bold; margin-bottom: 5px;}
    .product-list .item .content .text{margin-bottom: 5px; font-size: 12px; height: 60px; line-height: 20px;}
    .product-list .item .content .mm{font-size: 12px;}
    .title-product-details{margin-bottom: 15px;}
    .title-product-details .title1{font-size: 18px; margin-bottom: 5px;}
    .title-product-details .title2{padding: 0; font-size: 12px;}
    .product-details .img-box{width: 100%; padding: 0;}
    .product-details .content{width: 100%; margin-top: 15px; padding-top: 10px;}
    .product-details .content .tit1{font-size: 16px; margin-bottom: 10px;}
    .product-details .content .text{font-size: 12px; margin-bottom: 10px;}
    .product-details .content .txt-box{margin-top: 15px;}
    .product-details .content .tit2{font-size: 12px;}
    .team-page-title{margin-bottom: 15px;}
    .team-page-title .title1{font-size: 14px;}
    .team-page-title .title2{font-size: 16px;}
    .team-page-title .title3{font-size: 12px;}
    .team-list{width: calc(100% + 10px);}
    .team-list li{width: calc(50% - 10px); margin: 0 10px 10px 0;}
    .team-list .item .content .title{font-size: 14px;}
    .team-list .item .content .mm{height: 25px; line-height: 23px; font-size: 12px;}
    .campus-situation-page .wrap1 .img-box::before{padding-top: 50%;}
    .campus-situation-page .wrap1 .mask{padding: 10px 0; position: static;}
    .campus-situation-page .wrap1 .mask .title1{font-size: 14px; color: #333;}
    .campus-situation-page .wrap1 .mask .text1{font-size: 12px; color: #333;}
    .campus-situation-page .wrap1 .mask .text2{color: #333;}
    .campus-situation-list{width: calc(100% + 10px);}
    .campus-situation-list li{width: calc(50% - 10px); margin: 0 10px 10px 0;}
    .campus-situation-list .item .text{line-height: 25px; font-size: 12px;}
    /* .love-channel-page .wrap{display: block; overflow: hidden; zoom: 1;}
    .love-channel-page .img-box{width: 100%;}
    .love-channel-page .content{width: 100%;}
    .love-channel-page .content .title{font-size: 14px; padding-top: 10px;}
    .love-channel-page .content .title::before{width: 30px; height: 2px;}
    .love-channel-page .content .text{font-size: 12px; line-height: 20px;} */
    .news-list li{margin-bottom: 10px; padding-bottom: 10px;}
    .news-list .item .imgbox{width: 150px;}
    .news-list .item .content{width: calc(100% - 150px); padding: 2px 0 2px 10px;}
    .news-list .item .content .title{font-size: 14px; font-weight: bold; margin-bottom: 5px;}
    .news-list .item .content .text{font-size: 12px; height: 60px; line-height: 20px; margin-bottom: 5px;}
    .news-list .item .content .time{font-size: 12px; display: none;}

        .campus-situation-list1 li {
            width: calc(50% - 30px);
            float: left;
            margin: 0 30px 30px 0;
        }
}