﻿@charset "utf-8";
/* CSS Document */
body{overflow-x:hidden;}
//播放按钮

video::-webkit-media-controls-play-button {
display: none;

}
video::-webkit-media-controls-enclosure{
display: none;

}

#middle{
	width: 100%;
}
/* 头部视频轮播 */
.w_1200{
        max-width:1200px;
}

.mid-sp{
	width:100%; position:relative;
}
.jxll{position:absolute; left:50%; margin-left:-76px; bottom:20px;}
#controlBar{
       bottom: 60px !important;
}

.shuff-circle{
	position: absolute;
    left: 40%;
    margin-top: -75px;
}
.each-circle{
	width: 88px;
    height: 5px;
    float: left;
    background: #f02937;
    margin-right: 32px;
}
.circle-check{
	width: 88px;
    height: 5px;
    float: left;
    background: #ffffff;
    margin-right: 32px;
}
/* 头部视频轮播 end */
/* 新闻中心 */
.mid-xwzx{
	padding: 60px 0 40px;
}

.tit-1st{
	font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.tit-1st span{
	display: block;
    border-bottom: 3px solid #f02937;
    width: 40px;
    margin: 20px auto 0;
}

.xwzx-tit{
	color:#333333;
}

.xwzx-box{
	margin: 40px 0;
}

.xwzx-box ul{
	width:calc(100% + 10px);
}

.xwzx-box ul li{
	float:left;
	margin-right:10px;
	width:calc(100% / 5 - 10px);
	overflow:hidden;
	position: relative;
}

.xwzx-box ul li img{
	width:100%;
}

.xwzx-box ul li:hover img{
	transform: scale(1.05);
	transition:0.5s;
}

.system{
	position: absolute;
    bottom: 0;
    padding: 15px 30px 15px;
    width: calc(100% - 60px);
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
}

.system a{
    color: #ffffff;
}

.system div{
    font-size: 14px;
    font-weight: normal;
    max-height: 35px;
    line-height: 35px;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.system div img{
    display:none;
}



/* 特色产品展示 */
.mid-cpzs{
        background: #1a1a1a;    position: relative;
}

.cpzs-tit{
	position: absolute;
        color: #ffffff;
        left:50%;
        margin: 40px 0 0 -72px;    z-index: 999;
}

.cpzs-box{
        min-height: 500px;
}

.list-left{
	color: #ffffff;
        float: left;
        width: calc(100% / 2 - 100px);
        margin: 40px 40px 40px 60px;
        position: absolute;
        margin-top: -33%;
        text-align: left;
}

.wzbt{
	font-size:28px;
	font-weight:bold;
	margin: 20px 0;
}

.wzbt a{
        color: #ffffff !important;
}

.zwnr{
	font-size:20px;
	margin: 20px 0;
	line-height: 45px;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.more{
	    font-size: 24px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 16px 30px 16px 60px;
    width: 160px;
    margin: 40px 0;
}

.more a{
	color:#ffffff;
}

.more img{
	vertical-align: middle;
    margin: 0 0 5px 20px;
    width: 22px;
}

.more:hover{
	border: 1px solid #f02937;
	cursor: pointer;
}


/* 项目案例 */
.mid-xmal{
	background:url(/cms/templates/100567899808130000/images/al-bg01.jpg) no-repeat;
	padding:40px 0;
	background-position: center;
    background-size: 100% 100%;
	background-color: #1a1a1a;
}

.xmal-tit{
	color:#ffffff;
}

.w_1200{
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
}

.main-list{
	margin:60px 0;
	padding: 0 8%;
        position: relative;
}

      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        

        /* 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{
		transform: scale(0.8);
      }

      .swiper-slide img{
        display: block;
		text-align:center;
		opacity:50%;
      }
	  
.swiper-container .swiper-slide-active,.swiper-container .swiper-slide-duplicate-active{
      transform: scale(1);
	  z-index:999;
	  transition: 0.8s;
	}
	
.swiper-container .swiper-slide-active{
	transform:scale(1);
}

.swiper-container .swiper-slide-active img{
	opacity:1;
}

.swiper-container .swiper-slide-active .albt{
	background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
}

.swiper-container .swiper-slide-active .alnr{
	display: -webkit-box;
	
}

.swiper-container .swiper-slide-active .al-more{
	display:block;
}

.swiper-button-next, .swiper-button-prev {
    color: #424242 !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 3% !important;
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 3% !important;
    right: auto;
}

.albt{
        color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    box-sizing: content-box;
    padding: 30px 25px 30px 25px;
    /* left: 0; */
    line-height: 30px;
    bottom: 0;
    width: 310px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.albt a{
        color:#ffffff;
}

.albt a:hover{
        color:#ffffff;
}

.alnr{
        display:none;
        font-size:14px;
        font-weight: normal;
        margin: 20px 0;
        /* display: -webkit-box; */
    white-space: normal;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.al-more{
        display:none;
        float: right;
}

.al-more img{
        width: unset !important;
    height: unset !important;
}
	
/* 合作伙伴 */
.mid-hzhb{
	/*background:#505050;*/
background:#cdcdcd;
	padding:40px 0;
}

.hzhb-tit{
	color:#565656;
}

.hzhb-box{
	padding: 60px 7.8% 14px;
}

.hzhb-box ul{
	width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.hzhb-box ul li{
	float: left;
    margin: 0 20px 26px;
    width: calc(100% / 4 - 40px);
    text-align: center;
}
.hz-logo {height:112px;display: flex;
    justify-content: center;
    align-items: center;}

.hbmc{
	color: #818181;
    font-size: 18px;
    margin-top: 24px; height:48px;
}
.hbmc a{/*color: #818181;*/ color:#5c5c5c;}
/* ==============@media============== */

@media screen and (max-width: 1200px) {
 body{overflow-x:auto;}
         .mid-cpzs {
               overflow: hidden;
          }
.hzhb-box{width:1200px;padding:60px 0 14px;}
}

@media screen and (max-width: 1100px){}

@media screen and (max-width: 1000px) {
.content-list{
    width:1200px;
    overflow: hidden;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 5% !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 5% !important;
}

}


