.hzcon{
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.layui-nav-bar {
    z-index: 10;
}
.logo img{
	padding:10px;
	width: 75%;
}
.layui-nav .layui-nav-item {
    position: relative;
    line-height: 80px;
}
/*start by ls*/
.home-video-container{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -100;
}
.home-video-container:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
	background: rgba(000,000,000,0.3);
}
.home-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}
.fixed-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fixed-logo .mobile-daohang{
    flex:1;
}
.zjhz-con img{
	width: 100%;
}
@media screen and (min-width: 769px){
    .fixed-logo img{
        flex: 1;
        padding:30px 0 30px 40px;
        width: 200px;
    }
}
@media screen and (max-width: 768px){
    .fixed-logo img{
        flex: 1;
        padding:0 0 0 10px;
        width: 40%;
    }
    .fixed-logo .mobile-daohang .layui-icon.layui-icon-slider{
       line-height: unset !important;
        color: white;
    }
}
.fixed-logo .fixed-daohang{
    padding: 30px 50px 30px 0;
    text-align: right;
}
.fixed-logo .fixed-daohang div .layui-nav{
    background: transparent !important;
    color:white
}
.fixed-logo .fixed-daohang div .layui-nav .layui-nav-item a{
    color:#000 !important;
    font-size: 18px;
    /* font-weight: 600; */
    padding: 0 30px;
}
.fixed-logo .fixed-daohang div .layui-nav .layui-nav-item dl{
   background: #fff;
}
.fixed-logo .fixed-daohang div .layui-nav .layui-nav-item dl a{
   color: #000!important
}
.home-title-container{
    z-index: -1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
}
.home-title-container .home-title{
    line-height: 1.6;
    letter-spacing: 15px;
    font-weight: bold;
    white-space: nowrap;
    font-size: 80px;
    color: white;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-title .home-btn{
    margin-top: 50px;
    color: white;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    width: auto;
    padding: 0 33px;
    background: transparent;
}
@media screen and (max-width: 768px){
    .home-title-container .home-title{
        font-size: x-large;
    }
    .home-title .home-btn{
        height: 40px;
        line-height: 40px;
        font-size: small;
    }
}
.home-title .home-btn:hover{
    border:1px solid #0c5bde;
    background: #0c5bde;
    color: white;
}
.hzcon .overview-logo{
    /* display: flex; */
    align-items: center;
}
.overview-container{
    position: relative;
    padding: 10px;
}
.overview-container .overview-video-box{
    position: relative;
}
.overview-container .overview-video-box .overview-video{
    width: 100%;
    border-radius: 15px;
    /* box-shadow:4px 18px 20px -15px #000; */
}
.overview-container .overview-video-box img{
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.overview-container section p{
    color:#858585 ;
    line-height: 32px;
    font-size: 16px;
    margin-top: 60px;
}
.overview-container .china-map{
    text-align: center;
    margin-top: 40px;
}
.overview-container .china-map img{
    width: 100%;
}
.overview-container .overview-title-content{
    display: flex;
    margin: 20px 0;
    align-items: center;
    justify-content: center;
	padding-top:20px;
}
.overview-container .overview-title-content img{
    /* scale: 0.75; */
}
.overview-container .overview-title-content .title-box{
    display: flex;
    min-width: 150px;
    align-items: center;
    flex-direction: column;
    margin: 0 30px;
}
.overview-container .overview-title-content .title-box p{
    font-weight: bold;
    font-size: 40px;
	letter-spacing: 10px;
}
.overview-container .overview-title-content .title-box span{
    color: #00000070;
}
@media screen and (max-width: 768px){
    .overview-container .overview-title-content{
        display: flex;
        margin: 20px 0;
        align-items: center;
        justify-content: center;
    }
    .overview-container .overview-title-content img{
        width: 100%;
        min-width: 120px;
        scale: 1;
    }
    .overview-container .overview-title-content .title-box{
        min-width: 110px;
        margin: 0 20px;
    }
    .overview-container .overview-title-content .title-box p{
        font-size: 17px;
    }
}
.overview-container .brand-content{
    margin: 80px 0;
    text-align: center;
    position: inherit;
}
.overview-container .brand-content a{
    width: calc(13%);
    height: calc(15%);
    position: absolute;
    clip-path: polygon(75% 0%,100% 50%,75% 100%, 25% 100%,0% 50%, 25% 0);
}
.overview-container .brand-content .hidden1{
    left: 30%;
}
.overview-container .brand-content .hidden2{
    left: 51%;
}
.overview-container .brand-content .hidden3{
    top: 8%;
    left: 19%;
}
.overview-container .brand-content .hidden4{
    top: 8%;
    left: 40.5%;
}
.overview-container .brand-content .hidden5{
    top: 8%;
    left: 61.5%;
}
.overview-container .brand-content .hidden6{
    top: 16%;
    left: 29.5%;
}
.overview-container .brand-content .hidden7{
    top: 16%;
    left: 51%;
}
.overview-container .brand-content .hidden8{
    top: 16%;
    left: 72%;
}
.overview-container .brand-content .hidden9{
    top: 24%;
    left: 19%;
}
.overview-container .brand-content .hidden10{
    top: 24%;
    left: 40.5%;
}
.overview-container .brand-content .hidden11{
    top: 24%;
    left: 61.5%;
}
.overview-container .brand-content .hidden12{
    top: 32%;
    left: 29.5%;
}
.overview-container .brand-content .hidden13{
    top: 32%;
    left: 51%;
}
.overview-container .brand-content .hidden14{
    top: 40.5%;
    left: 19%;
}
.overview-container .brand-content .hidden15{
    top: 40.5%;
    left: 40.5%;
}
.overview-container .brand-content .hidden16{
    top: 40.5%;
    left: 62%;
}
.overview-container .brand-content .hidden17{
    top: 48%;
    left: 30%;
}
.overview-container .brand-content .hidden18{
    top: 48%;
    left: 51%;
}
.overview-container .brand-content .hidden19{
    top: 48%;
    left: 72.5%;
}
.overview-container .brand-content .hidden20{
    top: 57%;
    left: 19.5%;
}
.overview-container .brand-content .hidden21{
    top: 57%;
    left: 62%;
}
.overview-container .brand-content .hidden22{
    top: 65%;
    left: 30%;
}
.overview-container .brand-content .hidden23{
    top: 65%;
    left: 51%;
}
.overview-container .brand-content .hidden24{
    top: 65%;
    left: 72.5%;
}
.overview-container .brand-content .hidden25{
    top: 73%;
    left: 40.5%;
}
.overview-container .brand-content .hidden26{
    top: 73%;
    left: 62%;
}
.overview-container .brand-content .hidden27{
    top: 81%;
    left: 30%;
}
.overview-container .brand-content .hidden28{
    top: 81%;
    left: 51.5%;
}
.overview-container .brand-content img{
    width: 70%;
}
.overview-container .overview-value{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly;
    margin: 80px 0 120px;
    flex-wrap: wrap;
}
.overview-container .overview-value .value-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.overview-container .overview-value .value-box .circle{
    border-radius: 50%;
    border: 1px solid #335ce7;
    background: #d9edff;
    width: 140px;
    height: 140px;
    display: flex;
	font-weight: bold;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.overview-container .overview-value .value-box p{
    font-size: 22px;
}
.overview-container .overview-value .value-box span{
    font-size: 18px;
    margin-top: 5px;
}
.overview-container .overview-value .value-box .desc{
    margin-top: 18px;
    text-align: center;
    color: #00000070;
}
.overview-container .overview-value .value-box .desc p{
    font-size: 14px;
}
.overview-container .overview-value .line{
    height: 60px;
    width: 1px;
    background: #00000070;
    opacity: 50%;
    margin-top: -50px;
}
@media screen and (max-width: 768px){
    .overview-container .overview-value .line{
       display: none;
    }
}
.layui-row.hzcon .news-content{
    margin-top: 40px;
}
.overview-container .project-desc{
    display: flex;
    justify-content: center;
}
.overview-container .project-desc img{
    width: 90%;
}
.overview-container .project-desc .video-bg{
    position: absolute;
    left: 20%;
    top: 60%;
    width: 24%;
}
.overview-container .project-desc .defealt-bg{
	position: absolute;
	left: 1%;
	top: 28%;
	width:492px;
	height: 276px;
}
.overview-container .project-desc .desc-video{
    position: absolute;
    left: 1%;
    top: 28%;
    width: 41%;
    border-radius: 10px;
}

.overview-container .project-desc .text-content{
    position: absolute;
    left: 49%;
    top: 21%;
    width: 42%;
}
.overview-container .project-desc .text-content p{
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    color: white;
    /* margin-bottom: 15px; */
}
.overview-container .project-desc .text-content span{
    font-size: 15px;
    color: white;
}
.text-button .home-btn{
    margin-top: 25px;
    color: white;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
    width: auto;
    padding: 0 33px;
    background: red;
	border: none;
}
@media screen and (max-width: 1100px){
    .overview-container .project-desc{
        display: flex;
        flex-direction: column;
        background-image: url("../images/project_desc_bg.png");
    }
    .overview-container .project-desc .p-bg, .overview-container .project-desc .video-bg{
        display: none;
    }
    .overview-container .project-desc .desc-video{
        width: 100%;
        position: inherit;
    }
    .overview-container .project-desc .video-play-img{
        position: absolute;
        left: 50%;
        top: 45%;
        width: 45px;
        border-radius: 10px;
    }

    .overview-container .project-desc .text-content{
        position: inherit;
        width: 90%;
        padding: 20px;
    }
}
.presentation .layui-nav .layui-this:after{
    background-color: #72858c;
    height: 2px;
}
.presentation .layui-nav-bar{
    background-color: #72858c;
    height: 2px;
}
.presentation .layui-nav{
    margin: 30px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.presentation .layui-nav *{
    font-weight: bold;
    font-size: 30px;
}
@media screen and (max-width: 900px){
    .presentation .layui-nav *{
        font-weight: bold;
        font-size: 12px;
        display: flex;
    }
}
.presentation .presentation-body .desc{
    font-size: 15px;
    color:#858585 ;
    padding:0 15px;

}
.presentation .presentation-body .card-list{
    display: grid;
    margin: 50px 0;
    grid-template-columns: repeat(auto-fill, minmax(360px,1fr));
    justify-items: center;
    align-items: center;
    row-gap: 30px;
    column-gap: 30px;
}
.presentation .presentation-body .card-list .card-box{
    width: 360px;
    height: 380px;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow:1px 10px 20px -15px #bfbfbf7d;
}
.presentation .presentation-body .card-list .card-box:hover{
    box-shadow: 2px 8px 20px 0px #b0b0b07d;
}
.presentation .presentation-body .card-list .card-box img{
    width: 100%;
    object-fit: contain;
	min-height:240px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
.presentation .presentation-body .card-list .card-box a{
	color:#fff;
}
.presentation .presentation-body .card-list .card-box p{
    text-align: center;
    margin: 20px 0;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.presentation .presentation-body .card-list .card-box .card-btn{
    text-align: center;
    width: 130px;
    line-height: 28px;
    font-size: 16px;
    color: #FFFFFF;
    background: #0387f7;
    border: 0;
}
@media screen and (max-width: 720px){
	.presentation .presentation-body .card-list .card-box img {
	    width: 100%;
	    object-fit: contain;
	    min-height: 10px;
	    border-top-left-radius: 9px;
	    border-top-right-radius: 9px;
	}
    .presentation .presentation-body .card-list{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(180px,1fr));
        justify-items: center;
        align-items: center;
        row-gap: 15px;
        column-gap: 15px;
        padding:0 5px;
		/* margin:0px; */
    }
    .presentation .presentation-body .card-list .card-box {
        width: 180px;
        height: 250px;
    }
    .presentation .presentation-body .card-list .card-box p{
        text-align: center;
        margin: 20px 0;
        font-size: 17px;
        font-weight: bold;
        color: #000;
    }
    .presentation .presentation-body .card-list .card-box .card-btn{
        text-align: center;
        width: 130px;
        line-height: 22px;
        font-size: 14px;
        color: #FFFFFF;
        background: #0387f7;
        border: 0;
    }
}
/*end*/
.layui-nav {
	    position: relative;
	    padding: 0 20px;
	    background-color:#fff!important;
	    color:000000;
	    border-radius: 2px;
	    font-size: 0;
	    box-sizing: border-box;
	}
.layui-nav  a{
	color: #000000!important;
}
.daohang{
	padding:10px;
	float: right;
	text-align: right;
}
.mobile-daohang{display: none;}
.layui-nav .layui-nav-item a{
	 padding:0 20px;
}
.news{
	margin: 30px 0;
}
.layui-card-header{
	font-size:18px;
	height: auto;
	line-height: 32px;
}
.news-left-text {
	font-size: 13px;
	padding:30px 0;
    color: rgb(136, 136, 136);
}
.news-right li{
	padding:10px 0;
}
.news-right li p:first-child{
	padding:10px 0;
	font-size: 0.875rem;
}
.news-right li p {
	font-size:0.75rem;
}
.new-blick:hover p:nth-child(2){
	padding-left: 20px;
	border-left: 1px solid #E9E7E7;
	transition-duration:1s;
}
.new-blick:hover p:first-child{
	color: #ba1d1d;
}

.newspic{
	padding-bottom: 17px;
}

.pic p{
	color: (136, 136, 136);
	padding-bottom: 10px;
}
/* .pic-con{
	border: 1px solid #e9e9e9;
	padding:16px;
} */
.pic-con img{
	width: 100%;
}
.pic-con:hover{
	/* border: 1px solid #ba1d1d; */
	transition-duration:0.5s;
	padding:2px;
}

.list-p img{
	width:100%;
}
.list-des{
	color: rgb(153,153,153);
	padding:1.25rem;
	font-size: 0.9375rem;
	line-height:1.5rem;
}
.list-p-right{
	padding:20px;
}
.list-p-title{
	font-size: 19px;
	padding: 1.25rem 0;
	border-bottom:1px solid #efefef;
}
.list-p-title a{
	font-size: 21px;
	color: #333;
    text-decoration: none;
    font-weight: bold;
}

.list-p-des{
	color:rgb(153,153,153);
	padding:20px  0;
	font-size: 0.875rem;
	line-height: 1.5625rem;
}
.list-p-con {
	margin: 0.625rem 0;
}
.pages{
	padding:30px;
	text-align: center;
}
.webpic{
	margin-top:15px
}
.list-p-right{position: relative;}
.webpic img{width:130px;height:40px}
 .slider-foot{padding:10px!important;margin-top: 10px;}
.line{border-top: 1px solid #E8EAF6;height: 10px;width: 100%;}
.showwrap{
	padding:2.3rem 0;
	line-height: 2.3rem;
	border-bottom: 1px solid #EFEFEF;
}
.showwrap li{
	 padding:0;
	 line-height: 2.3rem!important;
}
.show-left{
	border-right: 1px solid #EFEFEF;
	font-size: 1rem;
	color: #918b86;
	padding-top: 5rem;
	font-family:"微软雅黑";
}
.show-left h2{font-weight:600}
.show-left h3{padding:1.325rem 0;font-family: "宋体";font-weight: 600;margin-bottom:40px;}
.show-left h4{padding:2rem 0;}
.show-left img{width:85%}
.show-right{
	padding:2rem 0  0 3rem;
}
.show-right-title .title{line-height: 3;    text-align: center;}
.show-right-title .title span{float: right;}
.show-right-title img{width: 100px!important;}
.show-right-title{
	font-size: 1.25rem;
	font-weight: 600;
	color: rgb(153,153,153);
	padding-bottom:0.875rem ;
	border-bottom: 2px dashed #ececec;
	 /* border-style:dotted solid double dashed; */
}
.pro{font-size: 16px;line-height: 3;}
.pro-con{
	max-height:270px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-right: 10px;
	overflow-y: auto;
	
}
/*滚动条的宽度*/
 
    ::-webkit-scrollbar {
        width:9px;
        height:9px;
    }
 
/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/
 
    ::-webkit-scrollbar-track {
        width: 6px;
        /* background-color:#b8b8b8; */
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius:2em;
		
    }
 
/*滚动条的设置*/
 
    ::-webkit-scrollbar-thumb {
        /* background-color:#dadada; */
		background-color:rgba(218,218,218,0.5);
        background-clip:padding-box;
        min-height:28px;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius:2em;
		opacity:0.5;
    }
/*滚动条移上去的背景*/
 
    ::-webkit-scrollbar-thumb:hover {
        /* background-color:#efefef; */
		 background-color:rgba(239,239,239,0.5);
    }
/* ::-webkit-scrollbar {
width:20px;

height:60px;

} */
.show-time{
	font-size: 24px;
    line-height: 24px;
    color: #d4c5b1;
    font-family: "MONTSERRAT-REGULAR";
    letter-spacing: -1px;
    margin-bottom: 4px;
}
.show-right img{
	max-width: 100%;
	padding:5px 0;
}
.show-right-con{
	padding-top:1.9375rem;
	font-size: 15px;
    color: #73706e;
    line-height: 22px;
 
}
.showcon{
	margin-top:20px;
	max-width:1200px;
}

.footer{
	background: #000000;
	width: 100%;
	color:rgb(157, 157, 157);
	min-height: 250px;
	padding:40px 0;
	margin-top:3.875rem;
}
.footer p{
	line-height: 30px;
}
.footer li{
	/* float: left;
	width: 32%; */
	line-height: 35px;
}
.footer img{
	width: 70%;
}
.videos{display: none;position: fixed;left: 0;top: 20%;right: 0;z-index: 100; margin: 0 auto;width:840px;}

@media (max-width:996px) {
	.mob-nav{display: none!important}
	.daohang {
		padding: 10px 0;
		float: left;
		text-align: left;
	}
	.layui-nav .layui-nav-item {
		line-height: 40px;
	}
	 
	.layui-nav {
		padding:0 10px;
	 }
	 .unslider img{
		 height:200px;
	 }
	 .text-right{
		 text-align: left;
	 }
	.show-left{
		padding-top:1em;
		text-align: center;
	}
	.show-left h3 {
		padding: 1rem 0;
		margin-bottom: 10px;
	}
	.daohang .layui-nav {
		padding:0px;
	 }
	.show-left img{width:96%;}
	.show-right{padding:1rem}
 
	.showwrap{padding:1rem;line-height: 2.5rem;}
	.footer img {
		width: 50%;
	}
	.pagination{width: 96%;}
	.pagination p{padding:0!important}
	
}

@media (max-width:768px){
	.videos{display: none;position: fixed;left: 0;top: 20%;right: 0;z-index: 100; margin: 0 auto;width: 100%;}
	.mob{display: none!important;}
	.mob1{display: none!important;}
	.mob-nav{display: none!important}
	.slider-foot {
	    padding: 0px!important;
	}
	.nexImg{display: none!important;}
	.preImg{display: none!important;}
	.c-banner{
		width: 100%;
		height: 180px;
		overflow: hidden;
	}
	/* .c-banner .banner ul li img{
		width: 768px!important;
		height: 180px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	} */
	.c-banner .banner ul li img{
		/* width: 768px!important;
		height: 180px;
		position: absolute;
		left: 50%;
		margin-left: -384px; */
	}
	.daohang{
		display: none;
		position: relative;
	}
	.layui-nav-child{left:-107px;}
	.daohang1{
		margin-left: 40%;
		width:120px;
		display: none;
		position: absolute;
		z-index: 999;
		right: 1px;
	}
	.mobile-daohang{display: block;text-align: right;padding-right: 20px;}
	.mobile{display: none;}
	.mobile-daohang:hover .daohang1{ display: block!important;/*text-align: center;*/}
	.layui-nav .layui-nav-item{
		display: block;
	}
	.layui-nav-child{
		min-width: 0;
		top: 40px;
	}
	.footer-er{padding-top: 10px;}
	.show-left{display: none;}
	.layui-carousel>[carousel-item]{
	overflow: visible!important;
	}
	.layui-carousel>[carousel-item]>*{
	height: auto!important;
	}
	.layui-carousel-ind{
		margin-top: -20px!important;
		top: auto!important;
		bottom: 10px!important;
	}
	.pro {
	    font-size: 16px;
	    line-height: 1.8;
	    /* margin: 20px; */
	    margin-top:3.5rem;
	}
	.prospan{
		width: 275px;
	}

}