@charset "utf-8";

@import url(public.css);

.swiper-button-lock{display: block;}

/* header */
.header{width: 100%; position: relative;}
.header .header-content{width: 100%; position: relative; z-index: 5; height: 100px; background-color: #181818;}
.header .wrap{width: 100%; height: 100%; padding: 0 40px; 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%; width: 119px; height: auto;}
/* menu */
.header .header-menu{position:relative; top: 0; bottom: 0; right: 0; margin: auto; z-index: 7; padding: 0; height: 20px; display:block; cursor:pointer; margin-left: 60px;}
.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; background:#333; transform:rotateZ(45deg);}
.header .header-menu.on .icon-bar:nth-child(2){opacity:0;}
.header .header-menu.on .icon-bar:nth-child(3){width: 30px; top:50%; background:#333; position:absolute; transform:translate(0,-50%) rotateZ(135deg);}
/* nav */
.header-nav{position: relative; z-index: 2;}
.header-nav .nav{max-width: 1200px; margin: 0 auto;}
.header-nav .nav-list{width: 100%;}
.header-nav .nav-list>li{float: left; padding: 0 30px; position: relative; text-align: center;}
.header-nav .nav-list>li>a{line-height: 100px; font-size: 17px; color: #fff; display: block;}
/* .header-nav .nav-list>li:hover>a{color: #e8791e;}
.header-nav .nav-list>li.on>a{color: #e8791e;} */
.header-nav .nav-list>li>i{display: none;}
.header-nav .nav-down{display: none; position: absolute; top: 100%; left: 50%; min-width: 100%; transform: translateX(-50%); z-index: 4; background-color: #fff; box-shadow: 0 0 5px #ccc;}
.header-nav .nav-down li{text-align: center;}
.header-nav .nav-down li a{line-height:40px; font-size: 15px; color:#333; display: block; padding: 0 5px; white-space: nowrap;}
.header-nav .nav-down li a:hover{color: #ce000e;}
.header-nav .nav-line{position: absolute; left: 0; bottom: 20px; width: 40px; height: 2px; background-color: #ce000e; transform: translateX(30px); z-index: -1;}
.header-right{height: 100%; display: flex; align-items: center;}
.header-wechat{float: left; margin-left: 40px; position: relative;}
.header-wechat .wechat-icon{width: 33px; height: 26px; background: url(../images/wechat_icon.png) no-repeat; background-size: 100% 100%;}
.header-wechat .mask{position: absolute; top: 100%; left: 50%; transform: translateX(-50%) scale(0); padding: 10px; background-color: #000; text-align: center; }
.header-wechat .mask img{width: 100px; height: 100px;}
.header-wechat .mask .text{font-size: 14px; color: #fff;}
.header-wechat:hover .mask{transform: translateX(-50%) scale(1);}
/*  */
.header-nav2{position: fixed; top: 0; left: 0; z-index: 6; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); display: none;}
.header-nav2 .nav{position: absolute; top: 0; right: 0; width: 30%; height: 100%; background-color: #fff; transform: translateX(100%); transition: all .2s;}
.header-nav2 .nav-list{padding: 80px 20px 0 20px;}
.header-nav2 .nav-list>li{width: 100%; text-align: left; position: relative;}
.header-nav2 .nav-list>li>a{color: #333; line-height: 70px; font-size: 17px; display: block;}
.header-nav2 .nav-list>li>i{display: none; position: absolute; top: 15px; right: 0; width: 20px; height: 20px; line-height: 18px; text-align: center; font-size: 14px;}
.header-nav2 .nav.act{transform: translateX(0);}
.header-nav2 .nav-list>li:hover>a{color: #ce000e;}
.header-nav2 .nav-list>li.on>a{color: #ce000e;}
.header-nav2 .nav-down{display: none; position: absolute; top: 100%; left: 50%; min-width: 100%; transform: translateX(-50%); z-index: 6; background-color: #fff;}
.header-nav2 .nav-down li{text-align: left;}
.header-nav2 .nav-down li a{line-height:40px; font-size: 15px; color:#333; display: block; padding: 0 5px 0 30px;  white-space: nowrap;}
.header-nav2 .nav-down li a:hover{color: #ce000e;}
 .header.small{position: fixed; left: 0; top: 0; z-index: 6; animation: nav_small 0.5s;}
@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; z-index: 4; overflow: hidden; background: #181818}
.banner .swiper{font-size: 0}
.banner::before{content: ""; position: absolute; top: -70px; left: 0; width: 100%; height: 160px; border-radius: 0 0 50% 50%; z-index: 3; background-color: #181818;}
.banner .swiper-slide{font-size: 0}
/* .banner::before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3;background: url(../images/banner_bg.png) no-repeat center center; background-size: cover;} */
.banner img{width: 100%; height: auto;}
.banner .swiper-pagination-bullet{opacity: 1; background-color: #fff;}
.banner .swiper-pagination-bullet-active{background-color: #f00; opacity: 1;}
.inner-banner::after{content: ""; position: absolute; bottom: -70px; left: 0; width: 100%; height: 160px; border-radius: 50% 50% 0 0; z-index: 3; background-color: #181818;}

/*  */
.bg1{position: relative;}
.bg1::before{content: ""; position: absolute; bottom: 30px; left: 0; right: 0; margin: auto; max-width: 1400px; height: 10px; background: url(../images/index_bg.png) no-repeat center center; background-size: 98% 100%;}
.title-index{margin-bottom: 40px;}
.title-index .title1{font-size: 40px; color: #fff; margin-bottom: 10px;}
.title-index .title2{font-size: 18px; color: #fff;}
.spacing-index{padding: 60px 0;}
.spacing-index2{padding: 60px 0 100px 0;}
/*  */
.about{width: 100%; background-color: #181818; position: relative; border-radius: 50% / 10% 10% 0 0; margin-top: -90px; z-index: 4; overflow: hidden;}
.about .wrap{display: flex; flex-wrap: wrap; justify-content: space-between; position: relative;}
.about .about-left{width: 38%; display: flex; justify-content: flex-end; align-items: center; background: url(../images/about_bg1.jpg) no-repeat center center; background-size: cover;}
.about .about-left .box{width: 100%; max-width: 445px;}
.about .list{overflow: hidden;}
.about .list li{margin-right: 15px; float: left;}
.about .list li a{width: 50px; height: 50px; border: 1px solid #fff; border-radius: 50%; position: relative; display: inline-block;}
.about .list li a img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.about .about-right{width: 62%; border-left: 1px solid #4d4f50;}
.about .box2{ max-width: 955px; padding: 100px 0 100px 100px;}
.about .about-title{margin-bottom: 30px;}
.about .about-title .title1{font-size: 24px; color: #fff; margin-bottom: 20px; position: relative; padding-bottom: 20px;}
.about .about-title .title1::before{content: ""; position: absolute; bottom: 0; left: 0; width: 20px; height: 2px; background-color: #fff;}
.about .about-title .title2{font-size: 18px; color: #fff;}
.about .text{font-size: 14px; color: #a0a0a0; line-height: 25px; margin-bottom: 30px;}
.about .more{width: 45px; height: 45px; border-radius: 50%; background-color: #ce000e; line-height: 45px; text-align: center; font-size: 20px; color: #fff; display: inline-block;}
.about .more:hover{transform: scale(1.08);}
.about .box3{border-top: 1px solid #4d4f50;}
.about .list2{max-width: 955px; padding: 100px 0 100px 100px; display: flex; justify-content: space-between;}
.about .list2 li{cursor: pointer;}
.about .list2 .icon{width: 100px; float: left; position: relative;}
.about .list2 .icon::before{content: ""; display: block; padding-top: 50%;}
.about .list2 .icon img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 100%; max-height: 100%;}
.about .list2 .txt{width: calc(100% - 100px); float: left; font-size: 14px; color: #fff; line-height: 25px;}
.about .list2 li:hover{transform: translateY(-5px);}
/*  */
.honor{width: 100%; padding: 30px 0; overflow: hidden; background: url(../images/honor_bg.jpg) no-repeat center center; background-size: cover;}
.honor-list{width: 100%; display: flex; justify-content: space-between;}
.honor-list li{width: 25%;}
.honor-list .img-box{position: relative; overflow: hidden;}
.honor-list .img-box::before{content: ""; display: block; padding-top: 80%;}
/*  */
.works{width: 100%; overflow: hidden; background-color: #0e0c0c;}
.works .tab{overflow: hidden;}
.works .tab .tab-list{float: left;}
.works .tab li{float: left; margin-left: 40px;}
.works .tab li a{display: inline-block; font-size: 18px; color: #fff; line-height: 45px; border-bottom: 2px solid #0e0c0c;}
.works .tab li.select a{border-bottom-color: #ce000e;}
.works .tab li a:hover{border-bottom-color: #ce000e;}
.works .tab .mm{margin-left: 40px; width: 45px; height: 45px; line-height: 43px; border: 1px solid #fff; text-align: center; font-size: 20px; border-radius: 50%; float: left; color: #fff;}
.works .tab .mm:hover{border-color: #ce000e; color: #ce000e;}
.works .tab-content{width: 100%; overflow: hidden;}
.works .tab-content .con{display: none;}
.works .tab-content .con.act{display: block;}
.works .swiper-box{position: relative; padding-bottom: 40px;}
.works .swiper-works{border: 1px solid #4d4f50; }
.works .swiper-slide{border-right: 1px solid #4d4f50; padding: 20px;}
.works .item{width: 100%; overflow: hidden; padding: 0 0 30px 0; position: relative;}
.works .item .img-box{position: relative; overflow: hidden;}
.works .item .img-box::before{content: ""; display: block; padding-top: 160%;}
.works .item .text{text-align: left; font-size: 14px; color: #fff; line-height: 20px; position: absolute; bottom: 0; left: 0; width: 100%;}
.works .item .mask{position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); opacity: 0; text-align: center; display: flex; flex-direction: column; justify-content: center;}
.works .item .mask .text1{font-size: 18px; color: #fff; margin-bottom: 10px; width: 100%;}
.works .item .mask .text2{font-size: 14px; color: #fff; width: 100%;}
.works .item .mask .border{width: calc(100% - 10px); height: calc(100% - 10px); left: 5px; top: 5px; position: absolute; z-index: -1;}
.works .item .mask .border-bottm{width: 0px;height: 1px;background: #fff;position: absolute;left: 0;bottom: 0px; }
.works .item:hover .mask .border-bottm{width:100%;}
.works .item .mask .border-left{width: 1px;height: 0px;background: #fff;position: absolute;left: 0px;top: 0; }
.works .item:hover .mask .border-left{height:100%;}
.works .item .mask .border-right{width: 1px;height: 0px;background: #fff;position: absolute;right: 0px;bottom: 0; }
.works .item:hover .mask .border-right{height:100%;}
.works .item .mask .border-top{width: 0px;height: 1px;background: #fff;position: absolute;right: 0;top: 0px;}
.works .item:hover .mask .border-top{width:100%;}
.works .item:hover .mask{opacity: 1;}
.works .swiper-slide:nth-child(even) .item{padding: 30px 0 0 0;}
.works .swiper-slide:nth-child(even) .item .text{bottom: auto; top: 0;}
.works .swiper-pagination{top: auto; bottom: 0; height: 1px; background-color: #4d4f50;}
.works .swiper-pagination-progressbar-fill{background-color: #ce000e;}
/*  */
.team{width: 100%; overflow: hidden; background: url(../images/team_bg.jpg) no-repeat center center; background-size: cover;}
.team .swiper-box{position: relative;}
.team .item{width: 100%;}
.team .item .img-box{position: relative; overflow: hidden;}
.team .item .img-box::before{content: ""; display: block; padding-top: 65%;}
.team .item .mask{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 160px; height: 160px; border: 1px solid #fff; transform: scale(0); border-radius: 50%; display: flex; text-align: center; align-content: center; flex-wrap: wrap; overflow: hidden;}
.team .item .mask .tit1{font-size: 18px; color: #fff; width: 100%;}
.team .item .mask .mm{font-size: 14px; color: #fff; width: 100%;}
.team .item .content{background-color: #222222; padding: 20px;}
.team .item .content .title1{font-size: 16px; color: #fff; line-height: 25px;}
.team .item .content .title2{font-size: 16px; color: #fff; line-height: 25px;}
.team .item .content .text{font-size: 14px; color: #a0a0a0; line-height: 25px; height: 100px; overflow: hidden; margin-top: 10px;}
.team .item:hover .content{background-color: #121212;}
.team .item:hover .mask{transform: scale(1);}
.team .team-prev, .team .team-next{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 62px; cursor: pointer; background-image: url(../images/team_prev.png); background-repeat: no-repeat; background-size: 100% 100%;}
.team .team-prev{right: 101%;}
.team .team-next{left: 101%; transform: rotate(180deg);}
.team .team-prev:hover, .team .team-next:hover{background-image: url(../images/team_prev_hover.png);}
/*  */
.case{width: 100%; overflow: hidden; background-color: #101010;}
.case-list{width: 100%;}
.case-list li{width: calc(100% / 4); float: left;}
.case-list .item{width: 100%;}
.case-list .item a{display: block; height: 500px;}
.case-list .item .img-box{position: relative; overflow: hidden; height: 50%;}
.case-list .item .content{height: 50%; display: flex; align-content: center; flex-wrap: wrap; text-align: center; background-color: #222222;}
.case-list .item .content .title1{font-size: 18px; color: #fff; line-height: 25px; width: 100%;}
.case-list .item .content .title2{font-size: 18px; color: #fff; line-height: 25px; width: 100%;}
.case-list .item .content .mm{font-size: 14px; color: #a0a0a0; margin-top: 40px; width: 100%;}
.case-list .item:hover .content{background-color: #ce000e;}
.case-list .item:hover .img-box img{transform: scale(1.1);}
.case-list li:nth-child(even) .img-box{transform: translateY(-100%);}
.case-list li:nth-child(even) .content{transform: translateY(100%);}
.case .tab-content{width: 100%; overflow: hidden;}
.case .tab-content .con{display: none;}
.case .tab-content .con.act{display: block;}
.case .tab{overflow: hidden;}
.case .tab .tab-list{float: left;}
.case .tab li{float: left; margin-left: 40px;}
.case .tab li a{display: inline-block; font-size: 18px; color: #fff; line-height: 45px; border-bottom: 2px solid #0e0c0c;}
.case .tab li.select a{border-bottom-color: #ce000e;}
.case .tab li a:hover{border-bottom-color: #ce000e;}
.case .tab .mm{margin-left: 40px; width: 45px; height: 45px; line-height: 43px; border: 1px solid #fff; text-align: center; font-size: 20px; border-radius: 50%; float: left; color: #fff;}
.case .tab .mm:hover{border-color: #ce000e; color: #ce000e;}
/*  */
.actor{width: 100%; overflow: hidden; background: url(../images/actor_bg.jpg) no-repeat center center; background-size: cover;}
.actor .actor-top .mm{margin-left: 40px; width: 45px; height: 45px; line-height: 43px; border: 1px solid #fff; text-align: center; font-size: 20px; border-radius: 50%; color: #fff;}
.actor .actor-top .mm:hover{border-color: #ce000e; color: #ce000e;}
.actor .swiper-box{position: relative;}
.actor .img-box{position: relative; overflow: hidden;}
.actor .img-box::before{content: ""; display: block; padding-top: 160%;}
.actor .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); padding: 20px; transform: scale(0); display: flex; flex-wrap: wrap; align-content: center;}
.actor .mask .title{font-size: 24px; color: #fff; margin-bottom: 10px; width: 100%;}
.actor .mask .text{font-size: 14px; color: #fff; line-height: 25px; width: 100%; height: 300px; overflow: hidden;}
.actor .swiper-slide-active .mask{transform: scale(1);}
.actor .swiper-slide{width: 270px;}
.actor .actor-prev, .actor .actor-next{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 62px; cursor: pointer; z-index: 2; background-image: url(../images/team_prev.png); background-repeat: no-repeat; background-size: 100% 100%;}
.actor .actor-prev{left: 0;}
.actor .actor-next{right: 0; transform: rotate(180deg);}
.actor .actor-prev:hover, .actor .actor-next:hover{background-image: url(../images/team_prev_hover.png);}
/*  */
.news{width: 100%; background-color: #050608; overflow: hidden; padding: 20px 0 0 0; border-bottom: 1px solid #4d4f50;}
.news .wrap{display: flex; align-items: center;}
.news .news-left{width: 280px; padding: 20px 0; float: left;}
.news .news-content{width: calc(100% - 280px); float: right;}
.news .tab{margin-top: 40px;}
.news .tab li{float: left; position: relative; padding-right: 15px; margin-right: 15px;}
.news .tab li::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 1px; height: 15px; background-color: #fff;}
.news .tab li a{display: block; font-size: 14px; color: #fff;}
.news .tab li.select a{color: #ce000e;}
.news .tab li:last-child{margin-right: 0; padding-right: 0;}
.news .tab li:last-child::before{display: none;}
.news .tab-content{width: 100%; overflow: hidden;}
.news .tab-content .con{display: none;}
.news .tab-content .con.act{display: block;}
.news .item{width: 100%; border-right: 1px solid #4d4f50;}
.news .item a{display: block; padding: 40px;}
.news .item .title{font-size: 16px; color: #fff;}
.news .item .text{font-size: 14px; color: #a0a0a0; height: 50px; line-height: 25px; overflow: hidden; margin-top: 15px;}
.news .item .time{font-size: 14px; color: #a0a0a0; line-height: 25px; padding-left: 30px; margin-top: 40px; background: url(../images/news_time.png) no-repeat left center;}
.news .item:hover{background-color: #222222;}
/*  */
.footer{width: 100%; background-color: #08090c; overflow: hidden;}
.footer1{padding: 40px 0;}
.footer1 .content{width: 50%; float: left; padding-right: 20px;}
.footer1 .footer-title{margin-bottom: 15px;}
.footer1 .footer-title .title1{font-size: 40px; color: #fff; margin-bottom: 10px;}
.footer1 .footer-title .title2{font-size: 18px; color: #fff;}
.footer1 .footer-tel{margin-bottom: 20px;}
.footer1 .footer-tel .text{float: left; line-height: 45px; background-color: #ce000e; border-radius: 45px; font-size: 20px; color: #fff; padding: 0 40px;}
.footer1 .footer-tel .tel{font-size: 20px; color: #fff; margin-left: 20px; float: left; line-height: 45px; height: 45px;}
.footer1 .footer-tel .tel span{color: #fff; font-size: 30px; font-family: Impact;}
.footer1 .QR{overflow: hidden;}
.footer1 .QR .item{float: left; text-align: center; margin-right: 10px;}
.footer1 .QR .item img{width: 130px; height: 130px;}
.footer1 .QR .item .text{font-size: 14px; color: #fff; margin-top: 5px;}
.footer1 .footer-map{width: 50%; float: left;}
.footer1 .footer-map .map{position: relative; overflow: hidden;}
.footer1 .footer-map .map::before{content: ""; display: block; padding-top: 50%;}
.footer1 .footer-map iframe{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%;}
.footer2{padding: 10px 0;}
.footer2 .text{font-size: 14px; color: #fff;}
.footer2 .text a{color: #fff;}
/*  */
.inner-page{width: 100%; padding: 50px 0; min-height: 500px; overflow: hidden; background-color: #181818; position: relative; z-index: 3;}
.inner-top{margin-bottom: 10px;}
.inner-title .title1{font-size: 20px; color: #fff; margin-bottom: 10px;}
.inner-title .title2{font-size: 18px; color: #fff;}
.breadcrumb{font-size: 14px; color: #fff; margin-top: 15px;}
.sideBar-inner{margin-bottom: 20px;}
.sideBar-inner .list{position: relative; border-bottom: 1px solid #4d4f50;}
.sideBar-inner .list>li{width: 25%; float: left; text-align: center; margin-top: 20px;}
.sideBar-inner .list>li>a{display: block; font-size: 18px; color: #fff; padding-bottom: 15px; position: relative;}
.sideBar-inner .list>li>a::before{content: ""; position: absolute; bottom: -1px; left: 0; right: 0; margin: auto; width: 0; height: 2px; background-color: #ce000e; transition: all .4s;}
.sideBar-inner .list>li>a::after{content: ""; position: absolute; left: 0; right: 0; bottom: -7px; display: none; margin: auto; width: 15px; height: 7px; background: url(../images/sideBar_icon.png) no-repeat; background-size: 100% 100%;}
.sideBar-inner .list>li:hover a::before{width: 100px;}
.sideBar-inner .list>li.on>a::before{width: 100px;}
.sideBar-inner .list>li:hover>a::after{display: block;}
.sideBar-inner .list>li.on>a::after{display: block;}
.sideBar-down{width: 100%; padding: 25px 0 0 0; display: flex; justify-content: center; flex-wrap: wrap; position: relative;}
.sideBar-down>li{padding: 0 10px 20px 10px;}
.sideBar-down>li>a{display: inline-block; width: 200px; height: 40px; line-height: 38px; border: 1px solid #fff; text-align: center; font-size: 14px; color: #fff; overflow: hidden;}
.sideBar-down>li .icon{position: absolute; top: 5px; bottom: 0; right: 10px; font-size: 18px; color: #fff; width: 20px; height: 20px; line-height: 20px; text-align: center; display: none;}
.sideBar-down>li:hover>a{background-color: #ce000e; color: #fff; border-color: #ce000e;}
.sideBar-san{position: absolute; top: 100%; left: 0; width: 100%; height: 300px; overflow-y: auto; padding: 15px 20px; background-color: #fff; z-index: 1; display: none;}
.sideBar-san ul{ display: flex; flex-wrap: wrap; background-color: #fff; border-radius: 5px; overflow: hidden;}
.sideBar-san li{padding: 0 10px 20px 10px;}
.sideBar-san li a{display: inline-block; width: 200px; height: 40px; line-height: 38px; border: 1px solid #333; text-align: center; font-size: 14px; color: #333; overflow: hidden;}
.sideBar-san li a:hover{background-color: #ce000e; color: #fff; border-color: #ce000e;}
/*  */
.about-page{width: 100%; overflow: hidden;}
.about-page-list{overflow: hidden;}
.about-page-list li{width: 50%; float: left; padding: 20px 30px;}
.about-page-list .icon{width: 150px; float: left; position: relative; overflow: hidden;}
.about-page-list .icon::before{content: ""; display: block; padding-top: 50%;}
.about-page-list .txt-box{width: calc(100% - 150px); float: left;}
.about-page-list .about-page-title{margin-bottom: 20px;}
.about-page-list .about-page-title .title1{font-size: 20px; color: #fff; font-weight: bold; margin-bottom: 5px;}
.about-page-list .about-page-title .title2{font-size: 20px; color: #fff;}
.about-page-list .txt-box .text{font-size: 16px; color: #fff; line-height: 30px;}
.about-page .img-box{text-align: center; overflow: hidden;}
.about-page img{max-width: 100%; height: auto;}
/*  */
.product-page{width: 100%; overflow: hidden;}
.product-page-list{width: calc(100% + 30px);}
.product-page-list li{width: calc(100% / 3 - 30px); float: left; margin: 0 30px 30px 0;}
.product-page-list .item{width: 100%;}
.product-page-list .item .img-box{position: relative; overflow: hidden;}
.product-page-list .item .img-box::before{content: ""; display: block; padding-top: 60%;}
.product-page-list .item .text{font-size: 14px; color: #fff; background-color: #292929; padding: 0 20px; height: 50px; line-height: 50px; overflow: hidden;}
.product-page-list .item .text span{float: right;}
.product-page-list .item:hover .img-box img{transform: scale(1.1);}
/*  */
.product-details{width: 100%; overflow: hidden;}
.product-details .wrap1{padding: 20px;}
.product-details .wrap1 .imgbox{width: 30%; float: left; text-align: center; overflow: hidden;}
.product-details .wrap1 .imgbox img{width: 100%; height: auto;}
.product-details .wrap1 .content{width: 70%; float: left; padding-left: 30px;}
.product-details .wrap1 .title{font-size: 20px; color: #fff; margin-bottom: 20px; font-weight: bold;}
.product-details .wrap1 .text{font-size: 14px; color: #fff; line-height: 25px; margin-bottom: 20px;}
.product-details .wrap1 .tel{font-size: 20px; color: #ce000e; float: left; line-height: 35px;}
.product-details .wrap1 .tel a{font-size: 20px; color: #ce000e; /*float: left;*/ line-height: 35px;}
.product-details .tab{width: 100%; text-align: left;}
.product-details .wrap2{width: 100%; }
.product-details .product-details-tab{width: 100%; background-color: #ce000e;}
.product-details .product-details-tab .tabList{overflow: hidden; width: 100%; font-size: 0;}
.product-details .product-details-tab .tabList li{float: left;}
.product-details .product-details-tab .tabList li a{display: block; width: 140px; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #fff;}
.product-details .product-details-tab .tabList .select a{background: #ad0410;}
.product-details .product-details-tab-content{width: 100%; overflow: hidden; padding: 20px;}
.product-details .product-details-tab-content .con{display: none;}
.product-details .product-details-tab-content .con.act{display: block;}
.product-details .wrap2{width: 100%;}
.product-details .wrap2 .content{font-size: 14px; color: #fff; line-height: 25px;}
.product-details .wrap2 .content img{max-width: 100%; height: auto;}
/*  */
.case-page{width: 100%; overflow: hidden;}
.case-page-list{width: calc(100% + 20px);}
.case-page-list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.case-page-list .item{width: 100%;}
.case-page-list .item .img-box{position: relative; overflow: hidden;}
.case-page-list .item .img-box::before{content: ""; display: block; padding-top: 75%;}
.case-page-list .item .text{font-size: 14px; color: #fff; background-color: #292929; padding: 0 20px; height: 50px; text-align: center; line-height: 50px; overflow: hidden;}
.case-page-list .item:hover .img-box img{transform: scale(1.1);}
.case-page-list .item:hover .text{background-color: #ce000e; color: #fff;}
/*  */
.actor-page{width: 100%; overflow: hidden;}
.actor-page-list{width: calc(100% + 20px);}
.actor-page-list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.actor-page-list .item{width: 100%;}
.actor-page-list .item .img-box{position: relative; overflow: hidden;}
.actor-page-list .item .img-box::before{content: ""; display: block; padding-top: 150%;}
.actor-page-list .item .name{text-align: center; font-size: 14px; color: #fff; margin-top: 10px;}
.actor-page-list .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: left; background-color: rgba(0,0,0,.5); padding: 20px; transform: scale(0); display: flex; align-content: center; flex-wrap: wrap; }
.actor-page-list .item .mask .title{font-size: 24px; color: #fff; margin-bottom: 10px; width: 100%;}
.actor-page-list .item .mask .text{font-size: 14px; color: #fff; line-height: 25px; width: 100%; height: 300px; overflow: hidden;}
.actor-page-list .item:hover .mask{transform: scale(1);}
/*  */
.actor-details{width: 100%; overflow: hidden;}
.actor-details .wrap1{border-top: 1px solid #4d4f50; padding: 30px 0; display: flex; justify-content: center;}
.actor-details .wrap1 .img-box{width: 20%; float: left; text-align: center; overflow: hidden;}
.actor-details .wrap1 .img-box img{width: 100%; height: auto;}
.actor-details .wrap1 .txt-box{width: 35%; padding-left: 30px;}
.actor-details .wrap1 .txt-box .title{font-size: 24px; color: #fff; border-bottom: 1px solid #4d4f50; padding-bottom: 15px; margin-bottom: 20px;}
.actor-details .wrap1 .txt-box .text{font-size: 14px; color: #fff; line-height: 25px;}
.actor-details .wrap2{width: 100%;}
.actor-details .title2{border-bottom: 1px solid #4d4f50; padding-bottom: 10px; margin-bottom: 30px; position: relative; font-size: 16px; color: #fff;}
.actor-details .title2::before{content: ""; position: absolute; bottom: 0; left: 0; width: 100px; height: 2px; background-color: #ad0410;}
.actor-details .content{width: 100%; margin-top: 20px; font-size: 14px; color: #fff; line-height: 25px;}
.actor-details .content img{max-width: 100%; height: auto;}
/*  */
.team-page{width: 100%; overflow: hidden;}
.team-page .list{width: 100%;}
.team-page .list li{margin-bottom: 30px;}
.team-page .list .img-box{float: left; width: 50%; text-align: center; overflow: hidden;}
.team-page .list .img-box img{width: 100%; height: auto;}
.team-page .list .content{width: 50%; float: right; padding: 0 0 0 40px;}
.team-page .list .content .title1{font-size: 20px; color: #fff;}
.team-page .list .content .title1 span{margin-left: 10px;}
.team-page .list .content .title2{display: inline-block; padding: 15px 0; font-size: 16px; color: #fff; line-height: 25px; border-bottom: 1px solid #4d4f50; margin-bottom: 30px;}
.team-page .list .content .text{font-size: 16px; color: #fff; line-height: 30px;}
.team-page .list li:nth-child(even) .img-box{float: right;}
.team-page .list li:nth-child(even) .content{float: left; padding: 0 40px 0 0;}
/*  */
.news-page{width: 100%;}
.news-list{width: 100%;}
.news-list li{margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #4d4f50;}
.news-list .item{width: 100%;}
.news-list .item a{display: flex;}
.news-list .item .img-box{width: 15%; float: left; position: relative;}
.news-list .item .img-box::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: #fff; margin-bottom: 10px;}
.news-list .item .content .text{font-size: 14px; color: #fff; height: 50px; line-height: 25px; overflow: hidden; margin-bottom: 15px;}
.news-list .item .content .time{font-size: 14px; color: #fff; 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 #222;}
/*  */
.news-details{width: 100%; overflow: hidden;}
.news-details .title{text-align: center; border-bottom: 1px dotted #ddd; padding-bottom: 15px; margin-bottom: 20px;}
.news-details .title .title1{font-size: 16px; color: #fff;}
.news-details .title .title2{font-size: 14px; color: #fff; margin-top: 10px;}
.news-details .img-box{text-align: center; overflow: hidden;}
.news-details .img-box img{max-width: 100%; height: auto; display: inline-block;}
.news-details .txtbox{font-size: 14px; color: #fff; line-height: 25px; margin-top: 20px;}
.news-details .txtbox img{display: block; max-width: 100% !important; height: auto !important; margin: 2px auto;}

/*  */
.contact-page{width: 100%; overflow: hidden;}
.contact-page .txt-box{font-size: 16px; color: #fff; line-height: 28px;}


@media (max-width: 1499px){
    .header-nav .nav-list>li{padding: 0 20px;}
    .header-nav .nav-line{transform: translateX(20px);}
    .banner::before{height: 100px; top: -30px;}
    .banner::after{height: 100px; bottom: -30px;}
    /*  */
    .team .team-prev, .team .team-next{z-index: 3;}
    .team .team-prev{left: 0; right: auto;}
    .team .team-next{right: 0; left: auto;}
    /*  */
    .inner-page{padding: 40px 0;}
    .product-page-list{width: calc(100% + 20px);}
    .product-page-list li{width: calc(100% / 3 - 20px); margin: 0 20px 20px 0;}
    .team-page .list .content .title2{margin-bottom: 20px;}
    .team-page .list .content .text{font-size: 14px; line-height: 25px;}
    .about .wrap{padding: 0 10px;}
    .about .about-left{width: 30%;}
    .about .about-left .box{max-width: 100%;}
    .about .about-right{width: 70%;}
    .about .box2{padding: 50px 0 50px 50px; max-width: 100%;}
    .about .box3 .list2{padding: 50px 0 80px 50px; max-width: 100%;}
    .about .list2 .icon{width: 80px;}
    .about .list2 .txt{width: calc(100% - 80px);}

}

@media (max-width: 1399px){
    .header .wrap{padding: 0 20px;}
    .header-nav .nav-list>li>a{font-size: 16px;}
    /*  */
    .spacing-index{padding: 50px 0;}
    .spacing-index2{padding: 50px 0 80px 0;}
    .sideBar-inner{margin-bottom: 20px;}
    .sideBar-down>li{padding: 0 5px 10px 5px}
    .sideBar-san{padding: 10px;}
    .sideBar-san li{padding: 0 5px 10px 5px;}

    .title-index .title1{font-size: 36px;}
    .title-index .title2{font-size: 16px;}
    .about-page-list li{padding: 20px;}
    .actor-page-list .item .mask .title{font-size: 18px;}
    .actor-page-list .item .mask .text{line-height: 20px; font-size: 12px; height: 240px;}
    .actor-details .wrap1 .img-box{width: 40%;}
    .actor-details .wrap1 .txt-box{width: 40%;}
    .team-page .list .content .title1{font-size: 18px;}
    .team-page .list .content .title2{font-size: 14px;}

}

@media (max-width: 1299px){
    .header-wechat{margin-left: 30px;}
    .header .header-menu{margin-left: 40px;}
    /*  */
    .case-list .item a{height: 440px;}
    .footer1 .QR .item img{width: 100px; height: 100px;}
}

@media (max-width: 1199px){
    .header-nav .nav-list>li{padding: 0 15px;}
    .header-nav .nav-list>li>a{font-size: 15px;}
    .header-nav .nav-line{transform: translateX(15px);}
    .header-wechat{margin-left: 20px;}
    .header .header-menu{margin-left: 30px;}
    /*  */
    .spacing-index{padding: 40px 0;}
    .spacing-index2{padding: 40px 0 70px 0;}
    .title-index .title1{font-size: 32px;}
    .about .box2{padding: 30px 0 30px 30px;}
    .about .box3 .list2{padding: 30px 0 60px 30px;}
    .about .list2 .icon{width: 70px;}
    .about .list2 .txt{font-size: 14px; width: calc(100% - 70px);}
    .about-page-list .icon{width: 100px;}
    .about-page-list .icon::before{padding-top: 80%;}
    .about-page-list .txt-box{width: calc(100% - 100px);}
    .product-page-list{width: calc(100% + 10px);}
    .product-page-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .product-details .wrap1 .tel{font-size: 16px;}
    .product-details .wrap1 .btn{width: 100px; height: 35px; line-height: 35px;}
    .product-details .product-details-tab .tabList li a{width: 100px; height: 35px; line-height: 35px; font-size: 14px;}
    .actor-details .wrap1 .img-box{width: 50%;}
    .actor-details .wrap1 .txt-box{width: 50%;}
    .news-list .item .img-box{width: 20%;}
    .news-list .item .content{width: 80%;}
    
}

@media (min-width: 991px){
    .header .header-nav{display: block !important;}
}

@media (max-width: 991px){
    .header .header-content{height: 90px;}
    .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;}
    .header-nav2 .nav{width: 40%;}
    .header-nav2 .nav-list>li>a{line-height: 50px; font-size: 14px;}
    .header-nav2 .nav-list>li>i{display: block;}
    .header-nav2 .nav-down{display: none; position: static; width: 100%; transform: translateX(0); margin-bottom: 15px;}
    .header-nav2 .nav-down li a{font-size: 12px; line-height: 30px;}
    .banner::after, .banner::before{display: none;}
    .banner::before{background-color: #181818; height: 70px;}
    .banner::after{background-color: #181818; content: ""; position: absolute; bottom: -30px; left: 0; width: 100%; height: 70px; border-radius: 50% 50% 0 0; z-index: 3;}
    .about{border-radius: 0;}
    /*  */
    .spacing-index{padding: 30px 0;}
    .spacing-index2{padding: 30px 0 50px 0;}
    .title-index{margin-bottom: 30px;}
    .title-index .title1{font-size: 28px; margin-bottom: 5px;}
    .title-index .title2{font-size: 14px;}
    .about .about-title{margin-bottom: 20px;}
    .about .about-title .title1{font-size: 20px; margin-bottom: 15px; padding-bottom: 17px;}
    .about .about-title .title2{font-size: 16px;}
    .about .box2{padding: 20px 0 20px 20px;}
    .about .box3 .list2{padding: 20px 0 50px 20px; flex-wrap: wrap;}
    .about .box3 .list2 li{width: 50%;}
    .honor-list .img-box::before{padding-top: 90%;}
    .works .tab li{margin-left: 20px;}
    .works .tab li a{font-size: 14px;}
    .works .swiper-box{margin-bottom: 30px; padding-bottom: 30px;}
    .team .item .content{padding: 15px;}
    .team .item .content .title1{font-size: 16px;}
    .team .item .content .title2{font-size: 16px;}
    .case .tab li{margin-left: 20px;}
    .case .tab li a{font-size: 14px;}
    .case-list .item a{height: 400px;}
    .case-list .item .content .title1{font-size: 16px;}
    .case-list .item .content .title2{font-size: 16px;}
    .case-list .item .content .mm{margin-top: 20px;}
    .news .news-left{width: 220px;}
    .news .tab{margin-top: 20px;}
    .news .news-content{width: calc(100% - 220px);}
    .news .item a{padding: 20px;}
    .news .item .time{margin-top: 20px;}
    .footer1 .footer-title .title1{font-size: 30px; margin-bottom: 5px;}
    .footer1 .footer-title .title2{font-size: 14px;}
    .footer1 .footer-tel .text{line-height: 35px; font-size: 16px; padding: 0 20px;}
    .footer1 .footer-tel .tel{font-size: 14px; line-height: 35px;}
    .footer1 .footer-tel .tel span{font-size: 20px;}
    /*  */
    .inner-page{padding: 30px 0; border-radius: 0; margin-top: 0;}
    .sideBar-down{padding-top: 20px;}
    .sideBar-down>li>a{width: 150px; height: 32px; line-height: 30px; font-size: 12px;}
    .sideBar-san li a{width: 150px; height: 32px; line-height: 30px; font-size: 12px;}
    .about-page-list li{padding: 10px;}
    .about-page-list .about-page-title{margin-bottom: 15px;}
    .about-page-list .about-page-title .title1{font-size: 16px;}
    .about-page-list .about-page-title .title2{font-size: 16px;}
    .about-page-list .txt-box .text{font-size: 14px; line-height: 25px;}
    .product-page-list{width: calc(100% + 10px);}
    .product-page-list li{width: calc(100% / 2 - 10px);}
    .product-page-list .item .text{height: 40px; line-height: 40px;}
    .case-page-list li{width: calc(100% / 3 - 20px);}
    .case-page-list .item .text{height: 40px; line-height: 40px;}
    .actor-page-list{width: calc(100% + 10px);}
    .actor-page-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .actor-details .wrap1 .txt-box .title{font-size: 18px; padding-bottom: 10px; margin-bottom: 15px;}
    .team-page .list .content{padding: 0 0 0 20px;}
    .team-page .list li:nth-child(even) .content{padding: 0 20px 0 0;}
    .news-list .item .img-box{width: 30%;}
    .news-list .item .content{width: 70%;}
}

@media (max-width: 767px){
    .header .header-content{height: 60px;}
    .header .header-content .logo img{width: 70px;}
    .header-nav2 .nav{width: 60%;}
    /*  */
    .spacing-index{padding: 20px 0;}
    .spacing-index2{padding: 20px 0;}
    .title-index {margin-bottom: 15px; width: 100%;}
    .title-index .title1{font-size: 18px;}
    .title-index .title2{font-size: 12px;}
    .about{ margin: 0; padding: 20px 0;}
    .about .wrap{flex-wrap: wrap;}
    .about .about-left{width: 100%;}
    .about .list li a{width: 40px; height: 40px;}
    .about .about-right{width: 100%; border-left: none;}
    .about .box2{padding: 15px 0;}
    .about .about-title{margin-bottom: 15px;}
    .about .about-title .title1{font-size: 16px; margin-bottom: 10px; padding-bottom: 12px;}
    .about .about-title .title2{font-size: 14px;}
    .about .text{font-size: 12px; line-height: 20px; margin-bottom: 15px;}
    .about .box3 .list2{padding: 10px 0;}
    .about .list2 .icon{width: 60px;}
    .about .list2 .txt{width: calc(100% - 60px); font-size: 12px; line-height: 20px;}
    .works .tab{width: 100%;}
    .works .tab .tab-list{width: 100%;}
    .works .tab li{margin: 0 10px 0 0;}
    .works .tab li a{font-size: 12px; line-height: 30px;}
    .works .tab .mm{margin: 15px 0 0 0; width: 35px; height: 35px; line-height: 33px;}
    .works .tab-content{margin-top: 15px;}
    .works .swiper-slide{padding: 5px;}
    .works .item .text{font-size: 12px;}
    .honor{padding: 20px 0;}
    .team .team-prev, .team .team-next{display: none;}
    .team .item .content{padding: 5px;}
    .team .item .content .title1{font-size: 14px; line-height: 20px;}
    .team .item .content .title2{font-size: 14px; line-height: 20px;}
    .team .item .content .text{font-size: 12px; line-height: 20px; margin-top: 5px;}
    .case .tab{width: 100%;}
    .case .tab .tab-list{width: 100%;}
    .case .tab li{margin: 0 10px 0 0;}
    .case .tab li a{font-size: 12px; line-height: 30px;}
    .case .tab .mm{margin: 15px 0 0 0; width: 35px; height: 35px; line-height: 33px;}
    .case .tab-content{margin-top: 15px;}
    .case-list li{width: 50%;}
    .case-list .item a{height: 350px;}
    .case-list .item .content .title1{font-size: 14px; line-height: 20px;}
    .case-list .item .content .title2{font-size: 14px; line-height: 20px;}
    .case-list .item .content .mm{margin-top: 15px; font-size: 12px;}
    .actor .actor-top .mm{float: left; margin: 0; width: 35px; height: 35px; line-height: 33px;}
    .actor .swiper-box{margin-top: 15px;}
    .actor .swiper-slide{width: 200px;}
    .actor .mask{padding: 10px;}
    .actor .mask .title{font-size: 18px;}
    .actor .mask .text{line-height: 20px; height: 240px; font-size: 12px;}
    .news .wrap{flex-wrap: wrap;}
    .news .news-left{width: 100%; padding: 0 0 10px 0;}
    .news .news-content{width: 100%;}
    .news .item a{padding: 10px;}
    .news .item .title{font-size: 14px;}
    .news .item .text{font-size: 12px; height: 60px; line-height: 20px; margin-top: 5px;}
    .news .item .time{margin-top: 10px; font-size: 12px; background-size: 15px; padding-left: 20px; line-height: 20px;}
    .footer1{padding: 20px 0;}
    .footer1 .footer-title .title1{font-size: 18px;}
    .footer1 .footer-title .title2{font-size: 12px;}
    .footer1 .content{width: 100%;}
    .footer1 .footer-tel .text{line-height: 30px; font-size: 12px; padding: 0 20px;}
    .footer1 .footer-tel .tel{margin: 0; width: 100%; line-height: 25px; height: auto;}
    .footer1 .footer-tel .tel span{font-size: 16px;}
    .footer1 .footer-map{width: 100%; margin-top: 15px;}
    .footer2 .text{width: 100%; text-align: center;}
    /*  */
    .inner-page{padding: 20px 0;}
    .breadcrumb{display: none;}
    .inner-title .title1{font-size: 16px; margin-bottom: 5px;}
    .inner-title .title2{font-size: 16px;}
    .inner-top{margin-bottom: 5px;}
    .sideBar-inner{margin-bottom: 10px;}
    .sideBar-inner .list>li{width: 50%; margin-top: 10px;}
    .sideBar-inner .list>li>a{font-size: 14px; padding-bottom: 10px;}
    .sideBar-inner .list>li.on>a::before{width: 60px;}
    .sideBar-inner .list>li:hover>a::before{width: 60px;}
    .sideBar-down>li{padding: 0; margin-bottom: 5px;}
    .sideBar-down>li a{width: 120px; height: 30px; line-height: 28px;}
    .sideBar-down>li{width: 100%; position: relative;}
    .sideBar-down>li a{width: 100%;}
    .sideBar-down>li>.icon{display: block;}
    .sideBar-san{position: static; padding: 5px;}
    .sideBar-san li{width: 100%; padding: 0 2px 4px 2px;}
    .sideBar-san li a{width: 100%; height: 30px; line-height: 28px;}
    .about-page-list li{width: 100%; padding: 0; margin-bottom: 15px;}
    .about-page-list .icon{width: 60px;}
    .about-page-list .txt-box{width: calc(100% - 60px);}
    .about-page-list .about-page-title{margin-bottom: 10px;}
    .about-page-list .about-page-title .title1{font-size: 14px;}
    .about-page-list .about-page-title .title2{font-size: 14px;}
    .about-page-list .txt-box .text{font-size: 12px; line-height: 20px;}
    .product-page-list .item .text{height: 30px; line-height: 30px; padding: 0 10px; font-size: 12px;}
    .product-details .wrap1{padding: 10px;}
    .product-details .wrap1 .imgbox{width: 100%;}
    .product-details .wrap1 .content{width: 100%; margin-top: 10px; padding: 0;}
    .product-details .wrap1 .title{font-weight: bold; margin-bottom: 10px; font-size: 16px;}
    .product-details .wrap1 .text{font-size: 12px; line-height: 20px; margin-bottom: 10px;}
    .product-details .wrap1 .tel{width: 100%;}
    .product-details .product-details-tab .tabList li a{height: 30px; line-height: 30px; font-size: 12px;}
    .product-details .product-details-tab-content{padding: 10px;}
    .product-details .wrap2 .content{font-size: 12px; line-height: 20px;}
    .case-page-list{width: calc(100% + 10px);}
    .case-page-list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .case-page-list .item .text{font-size: 12px; line-height: 30px; height: 30px;}
    .actor-page-list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .actor-page-list .item .name{margin-top: 5px;}
    .actor-page-list .item .mask .text{height: 180px;}
    .actor-details .wrap1{padding: 20px 0;}
    .actor-details .wrap1{flex-wrap: wrap;}
    .actor-details .wrap1 .img-box{width: 100%;}
    .actor-details .wrap1 .txt-box{width: 100%; padding: 0; margin-top: 15px;}
    .actor-details .wrap1 .txt-box .title{font-size: 14px;}
    .actor-details .wrap1 .txt-box .text{font-size: 12px; line-height: 20px;}
    .actor-details .title2{margin-bottom: 15px;}
    .actor-details .content{font-size: 12px; line-height: 20px;}
    .team-page .list .img-box{width: 100%;}
    .team-page .list .content{width: 100%; padding: 0;}
    .team-page .list .content .title1{font-size: 14px;}
    .team-page .list .content .title2{font-size: 14px; padding: 10px 0; margin-bottom: 10px;}
    .team-page .list .content .text{font-size: 12px; line-height: 20px;}
    .team-page .list li:nth-child(even) .content{padding: 0;}
    .news-list li{margin-bottom: 10px; padding-bottom: 10px;}
    .news-list .item .img-box{width: 120px;}
    .news-list .item .content{width: calc(100% - 120px); 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;}
}


