﻿@charset "utf-8";
@media (min-width:992px){
    /** 首屏 */
    
  
    .section-home{
        height:100%;
        height:100vh;
        width:100%;
        width:100vw;
    }
    .section-home-bg{
        display:block;
        position:fixed;
        top:-4px;
        bottom:-4px;
        left:-4px;
        right:-4px;
        background-image:url(../images/zybg.jpg);
        background-repeat:no-repeat;
        background-size:cover;
        background-attachment:fixed;
        background-position:center;
        background-clip:content-box;
    }
    /** 菜单 */
    .section-menu{
        background-color:rgba(247, 247, 247, 1);
        width:600px;
    }
    .app-header {
        display: none;
    }
    .pc-header {
    }
    .c-header{
        left:40%;
        background-color:rgba(255, 255, 255, 1);
        height:180px;
    }
    @media (min-width:1000px){
        .c-header.-sticky .c-header_menu{
            display:flex;
            margin:0 0 0 10%;
            border-bottom:1px solid #CCCCCC;
        }
    }
    .c-header_menu{
        border:none;
        display:inline;
        border-bottom:1px solid #CCCCCC;
        padding-bottom:8px;
        /*margin:4.5% 0 0 10%;*/
        margin:1.5% 0 0 10%;
    }
    .c-header_menu_item a{
        /*padding:20px 0 0px 0;*/
        /*margin:0 0 0 12px;*/
        margin:0 52px 0 0px;
    }
    .menu-logo{
        transform: translate3d(-20.5%, -22%, 0) rotate(90deg);
        width:140px;
    }
	.menu-tsd{    transform: translate3d(-20.5%, 152%, 0) rotate(90deg);}
    .menu-logo img {
        width: 100%;
    }
    .menu-more{
        display:none;
        position:absolute;
        top:45px;
        left:35px;
        color:#1E1E1E;
        width:35px;
        height:2.5rem;
        transform:translate3d(-50.5%, -50%, 0) rotate(90deg);
    }
	
	
	.sy-title{
		   
        position:absolute;
        top:402px;
        left:140px;
        z-index:1;
        width:250px;
        height:322px;
		}
		
	.sy-title-en{font-size:60px;}
		
		.sy-pot {
    display: block;
    max-width: 100%;
    opacity: 0;
    transform: translateX(60px);
    transition: opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94)
}

.sy-pot.is-show {
    opacity: 1;
    transform: none;
    transition-delay: .5s
}

		
		
		
    /** 愿景 */
    .section-vision{
        width:1600px;
		z-index:6;
    }
    .vision-start-line{
        position:absolute;
        top:0;
        bottom:10%;
        border-left:2px solid #C6C6C6;
    }
    .section-vision-group{
        position:relative;
        width:1600px;
        height:996px;
    }
    .vision-middle-line{
        position:relative;
        top:0;
        left:712px;
        z-index:3;
        border-left:10px solid #383838;
        height:996px;
    }
    .vision-bg-top{
        display:block;
        position:absolute;
        top:0;
        left:30px;
        z-index:1;
         width:291px;
        height:680px;
    }
    .vision-bg-top figure{
        width:291px;
        height:680px;
    }
    .vision-bg-top-animate{
        filter:alpha(opacity=0);
        opacity:0;
    }
    .vision-bg-top-animate.is-show{
        transition-property: opacity, filter;
        transition-duration:2s;
        transition-timing-function:ease;
        transition-delay:0s;
        filter:alpha(opacity=100);
        opacity:1;
    }
    .vision-bg-top img{
        width:950px;
        height:322px;
    }
    .vision-bg-bottom{
        display:block;
        position:absolute;
        top:422px;
        left:0;
        z-index:1;
        width:720px;
        height:122px;
    }
    .vision-bg-bottom img{
        width:720px;
        height:122px;
    }
    .vision-title{
        display:block;
        position:absolute;
        bottom:45px;
        z-index:2;
        padding-bottom:20px;
        width:fit-content;
        height:150px;
        line-height:100px;
        z-index: 9;
    }
    .vision-title-en{
        display:inline-block;
        position:relative;
        top:31px;
        left:0;
        color:#404040;
        font-size:24px;
        vertical-align:bottom;
        /*height:96px;*/
        line-height:50px;
        mix-blend-mode: multiply;
        will-change: transform;
        mix-blend-mode: exclusion;
        white-space: break-spaces;
        max-width: 300px;
        margin-bottom: 11px;

    }
    .vision-title-cn{
        display:block;
        position:relative;
        top:20px;
        left:0;
        font-size: 18px;
        font-weight: 400;
        vertical-align:bottom;
       
        line-height:40px;
        width: fit-content;
    }
    .vision-title-animate{
        left: 30px;
        transform:scale(0.1);
        filter:alpha(opacity=0);
        opacity:0;
    }
    .vision-title-animate.is-show{
        left: 30px;
        transform:scale(1);
        transition-property: left, transform, opacity, filter;
        transition-duration:1.2s;
        transition-timing-function:ease;
        transition-delay:0s;
        filter:alpha(opacity=100);
        opacity:1;
		bottom:150px;
    }
    .vision-title-bottom-line{
        position:relative;
        bottom:0;
        left:0;
        right:0;
        border-bottom:4px solid #111111;
        margin-top:15px;
        width: 577px;
    }
    .vision-comment{
        display:block;
        position:absolute;
        top:0;
        right:120px;
        z-index:2;
        width:610px;
    }
    .vision-comment-text{
        display:block;
        font-size:16px;
        font-weight:300;
        word-break:break-all;
        white-space:normal;
        word-wrap:break-word;
        margin:10px 0;
        width:100%;
        line-height:25px;
        color:#4d4d4d;
    }
    .vision-comment-bottom-line{
        position: relative;
        left: 0;
        border-bottom: 6px solid #ACACAC;
        width: 100%;
    }
    .vision-img-large{
        display:block;
        position:absolute;
        top:422px;
        left:721px;
        z-index:4;
        width:555px;
        height:355px;
    }
    .vision-img-large figure{
        width:555px;
        height:355px;
    }
    .vision-img-large video{
        display:block;
        position:static;
        top:0;
        bottom:0;
        left:0;
        right:0;
        padding:0;
        margin:0;
        width:100%;
    }
    .vision-img-large-animate{
        filter:alpha(opacity=0);
        opacity:0;
    }
    .vision-img-large-animate.is-show{
        transform:none;
        transition-property:opacity, filter;
        transition-duration:2s;
        transition-timing-function:ease;
        transition-delay:0.5s;
        filter:alpha(opacity=100);
        opacity:1;
    }
    .vision-img-small{
        display:block;
        position:absolute;
        top:110px;
        left: 1340px;
        z-index:3;
        width:253px;
        height:320px;
    }
    .vision-img-small-animate{
        filter:alpha(opacity=0);
        opacity:0;
    }
    .vision-img-small-animate.is-show{
        transform:none;
        transition-property:opacity, filter;
        transition-duration:1.5s;
        transition-timing-function:ease;
        transition-delay:0.5s;
        filter:alpha(opacity=100);
        opacity:1;
    }
    .vision-more{
        bottom:0;
        right:0;
        z-index:3;
        width:120px;
        height:60px;
        line-height:60px;
    }
    .vision-right-line{
        display:block;
        position:absolute;
        top:814px;
        left:721px;
        z-index:2;
        border-top:1px solid #B3B3B3;
        width:555px;
    }
    /** 产品 */
    .section-product{
        width:1600px;
        padding-left:50px;
		z-index:5;
    }
    .section-product-group{
        position:relative;
        width:1301px;
        height:680px;
    }
    .product-middle-line{
        position:absolute;
        top:517px;
        left:0;
        z-index:1;
        border-top:10px solid #383838;
        width:100%;
    }
    .product-bg{
        display:block;
        position:absolute;
        top:0;
        left:190px;
        z-index:2;
        overflow:hidden;
        width:1001px;
        height:517px;
    }
    .product-bg figure{
        width:1001px;
        height:517px;
    }
    .product-bg figure .o-image{
        margin-left:-250px;
    }
    .product-title{
        display:block;
        position:absolute;
        left:0;
        z-index:1;
    }
    .product-title-part{
        display:inline-block;
        position:relative;
        z-index:2;
        border:0;
        margin:0;
        padding:0;
        overflow:visible;
        vertical-align:bottom;
    }
    .product-title-text{
        display:inline-block;
        font-size:96px;
        vertical-align:baseline;
        height:74px;
        line-height:100px;
    }
    .product-title-line{
        border-top:4px solid #111111;
        padding:0;
        margin:0;
    }
    .project-title-top{
        position:absolute;
        top:0;
        left:0;
        overflow-y:hidden;
        height:75px;
    }
    .product-bg-title{
        top:140px;
        left:-164px;
    }
    .product-bg-title .product-title-line{
        border-top:4px solid #f7f7f7 !important;
        width:365px;
    }
    .product-title-sub{
        top: -5px;
        left: -4px;
        background-color: #B8B8B8;
        color: rgba(255, 255, 255, 1);
        font-size: 18px;
        font-weight: 400;
        padding: 0 35px;
    }
    .product-bg-title-animate,
    .product-title-animate{
        top:0;
    }
    .product-bg-title-animate.is-show,
    .product-title-animate.is-show{
        top:140px;
        transform:none;
        transition-property:top;
        transition-duration:1.5s;
        transition-timing-function:ease;
        transition-delay:0s;
    }
    .product-comment{
        display:block;
        position:absolute;
        top:250px;
        left:0;
        z-index:2;
        width:305px;
        height:180px;
    }
	
    .product-comment2{
        display:block;
        position:absolute;
        bottom:-108px;
        left:0;
        z-index:2;
        width:365px;
        height:180px;
    }	
	
    .product-comment-text{
        display:block;
        font-size:16px;
        word-break:break-all;
        white-space:normal;
        word-wrap:break-word;
        width:337px;
        line-height:25px;
        color:#4d4d4d;
    }
    .product-comment-text p:nth-child(2) {
        display: -webkit-box;
    	-webkit-box-orient: vertical;
    	text-overflow: ellipsis;
    	overflow: hidden;
    	-webkit-line-clamp: 5;
    }
	
	
	.prodcut1{
		  display:block;
        position:absolute;
        left:419px;
        z-index:5;
        width:217px;
        height:237px;
		top:390px;
		}
	.pro-img{position:relative;height:100%;width:100%;display:block;overflow:hidden;}
	
	.cp-text{height:76px;background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));     position:absolute;width:100%;left:0;bottom:0;color:#fff;font-size:24px;display:flex;z-index:1;justify-content: space-between; padding: 0 20px; align-items: center;}
	.cp-r{ background:url(../images/r.png) no-repeat;width:30px;height:23px}
	.pro-img img{transition:all .5s;-webkit-transition:all .5s;transform: scale(1);}
	.pro-img:hover img{transform: scale(1.1);}
	 .prodcut2{  position:absolute;left:669px;
        z-index:5;
        width:420px;
        height:523px;
		top:0;}
		
		.prodcut3{  position:absolute;left:669px;
        z-index:5;
        width:420px;
        height:280px;
		top:600px;}
		.product-tit{background: #4b4f5d;
    height: 297px;
    width: 270px;
    position: absolute;
    right: -90px;
    top: 190px;}
		.procuct-t{color:#fff;font-size:40px;padding-top:90px;padding-left:50px;}
		
		    .prodcut4{
				 position:absolute;right:-90px;
        z-index:5;
        width:270px;
        height:246px;
		bottom:-120px;
				}
	
     /** 项目 */
    .section-project{
        width:1600px;
        padding-left: 200px;
		z-index: 4;
    }
	
	    .anli {position: absolute;
    bottom: 160px;
    right: 290px;
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 5;
}
.anli_p {margin-top:20px;overflow:hidden;width:284px;height:279px;}
	.anli_p img{transition:all .5s;-webkit-transition:all .5s;transform: scale(1);}
	.anli_p a:hover img{transform: scale(1.1);}
                           
	.project-comment-text{
		height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-top:90px
		}
	
	.zx a{display:block;background:#404040;color:#fff;border-radius:6px;width:168px;height:50px;text-align:center;line-height:50px;}
    .section-project-group{
        position:relative;
        width:1637px;
        height:877px;
        margin-left:-170px;
    }
    .project-middle-line{
        display:block;
        position:absolute;
        bottom:85px;
        right:190px;
        z-index:2;
        background-color:#3f3f3f;
        width:800px;
        height:214px;
    }
    .project-middle-line-ft{
        display:block;
        position:absolute;
        top:85px;
        left:730px;
        z-index:2;
        background-color:#F7F7F7;
        width:50px;
        height:805px;
    }
    .project-sub-line{
        display:block;
        position:absolute;
        top:538px;
        left:-200px;
        z-index:5;
        border-top:2px solid #CCCCCC;
        width:1100px;
        height:3px;
    }
    .project-bg-wrap{
        display:block;
        position:absolute;
        top:0;
        left:730px;
        overflow:hidden;
        width:1000px;
        height:700px;
    }
    .project-bg{
        display:block;
        position:absolute;
        top:0;
        left:214px;
        width:1001px;
        height:700px;
    }
    .project-bg figure{
        width:1001px;
        height:700px;
    }
    .project-title{
        display:block;
        position:absolute;
        top:143px;
        left:0;
        width:700px;
    }
    .project-title-bg{
        display:block;
        position:relative;
        top:0;
        bottom:0;
        background-color:#CCCCCC;
        height:44px;
    }
    .project-title-bg-animate{
        width:0;
    }
    .project-title-bg-animate.is-show{
        width:700px;
        transform:none;
        transition-property:width;
        transition-duration:1.8s;
        transition-timing-function:ease;
        transition-delay:0s;
    }
    .project-title-text{
        display:block;
        position:absolute;
        top:-48px;
        left:220px;
        bottom:0;
        height:100px;
    }
    .project-title-text-animate{
        filter:alpha(opacity=0);
        opacity:0;
    }
    .project-title-text-animate.is-show{
        transform:none;
        transition-property: opacity, filter;
        transition-duration:2s;
        transition-timing-function:ease;
        filter:alpha(opacity=100);
        opacity:1;
    }
    .project-title-part{
        display:inline-block;
    }
    .project-title-en{
        position:relative;
        top:-27px;
        font-size:96px;
        color:#f7f7f7;
    }
    .project-title-cn{
        position:relative;
        top:-20px;
        font-size: 18px;
        font-weight: 400;
        color:#555555;
    }
    .project-slider{
        display:block;
        position:absolute;
        top:396px;
        left:236px;
        width:175px;
        height:336px;
    }
    .project-slider-image-list{
        display:inline-block;
        position:relative;
        top:0;
        left:0;
        overflow:hidden;
        width:180px;
        height:340px;
    }
    .project-slider-image-list figure{
        width:180px;
        height:340px;
    }
    .project-slider-link-list{
        display:inline-block;
        position:absolute;
        top:42%;
        left:200px;
    }
    .project-slider-link{
        margin-bottom:12px;
        padding:8px 20px;
        cursor:pointer;
        color:#989898;
    }
    .project-slider-link-active{
        background-color:#B8B8B8;
        color:#FFFFFF;
    }
    .project-main-image{
        display:block;
        position:absolute;
        top:86px;
        left:728px;
        z-index:3;
        width:660px;
        height:405px;
    }
    .project-main-image figure{
        width:660px;
        height:405px;
    }
    .project-sub-img{
        display:block;
        position:absolute;
        z-index:2;
        top:491px;
        left:728px;
        z-index:2;
        width:238px;
        height:207px;
    }
    .project-sub-img figure{
        width:238px;
        height:207px;
    }
    .project-sub-img-name {
        position: absolute;
        top: 124px;
        color: #fff;
        font-size: 14px;
        font-weight: 900;
        word-break: break-all;
        white-space: normal;
        overflow-wrap: break-word;
        padding-left: 10px;
    }
    .project-sub-img-comment {
        display: -webkit-box;
        position: absolute;
        top: 146px;
        color: #9c9c9c;
        font-size: 13px;
        font-weight: 400;
        word-break: break-all;
        white-space: normal;
        overflow-wrap: break-word;
        padding-left: 10px;
        overflow : hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .project-sub-img-comment-sub {
        display: -webkit-box;
        position: absolute;
        top: 164px;
        color: #7e7e7e;
        font-size: 13px;
        font-weight: 400;
        word-break: break-all;
        white-space: normal;
        overflow-wrap: break-word;
        padding-left: 10px;
        overflow : hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 232px;
    }
    .project-sub-img-mask {
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        z-index:2;
        background: linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
        width:100.5%;
        height:100.5%;
    }
    .project-more{
        top:385px;
        left:1318px;
        z-index:4;
        width:167px;
        height:70px;
        line-height:60px;
    }
    /** 新闻 */
    .section-news{
        width:1800px;
		z-index:3;
		padding-left:300px;
    }
    .section-news-group{
        position:relative;
        width:1777px;
        height:939px;
    }
	.news { display: flex;
    position: absolute;
    left: 10px;justify-content: space-between;
	top:330px;
    width: 80%;}
	.news_titd{position:absolute;top:150px;left:580px;}
	
  	.news_p{width:366px} 
	.news_tp{width:100%;height:330px}
	.news_cont{margin-top:30px;text-align:center}
	.news_tit{line-height:35px}
	.news_tit a{color:#333;font-size:18px;font-weight:bold}
	.news_sj{color:#999;font-size:14px;margin:10px 0}
	.news_des{color:#999999;font-size:14px;}
	.news_zx a{border:1px solid #9f9fa0;width:118px;height:36px;text-align:center;line-height:36px;color:#999;display:block;margin:20px auto}
	
	
                          
    .news-person-img-animate{
        filter:alpha(opacity=0);
        opacity:0;
    }
	
	
	
	
    .news-person-img-animate.is-show{
        transform:none;
        transition-property:opacity, filter;
        transition-duration:1.5s;
        transition-timing-function:ease;
        transition-delay:0s;
        filter:alpha(opacity=100);
        opacity:1;
    }
    /** 页脚 */
    .section-footer{
    width:1600px;
    padding-left: 250px;
    }
    .section-footer-nav{
        position:absolute;
        top:0;
        bottom:0;
        left: 520px;

    }
	.section-footer-cont{position: absolute;
    top: 120px;
    left: 400px;
    z-index: 5;}
	.lxtit{
		    font-size: 60px;
		    font-weight: bold;
		    color: #404040;
		}
	.lxten{
		text-transform: uppercase;
		    font-size: 68px;
		    color: #aaaaaa;
		
	}
	.lxcont{    position: absolute;
    top: 380px;
    left: 420px;
    z-index: 5;}
   
	.lx_p{margin-bottom: 50px;}

    .section-footer-return{
        position:absolute;
        right:20px;
        bottom:30px;
        display:flex;
        flex-direction:column;
        justify-content:center;
        text-align:center;
        width:60px;
        height:60px;
        background-color:#636363;
        color:#ffffff;
        font-size:13px;
		z-index:55;
    }
    .section-footer-return:hover, .section-footer-return:focus{
        color:#ffffff;
    }
    .section-footer-return span.icon{
        display:inline-block;
        width:12px;
        height:12px;
        align-self:center;
        margin-bottom:4px;
        border-width:0 0 2px 2px;
        border-color:#FFFFFF;
        border-style:solid;
        transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        -webkit-transform:rotate(45deg);
    }
    .section-footer-divider{
        position:absolute;
        top:0;
        bottom:0;
        left:830px;
        border-left:1px solid #C6C6C6;
        width:2px;
        height:100vh;
    }
    .section-footer-info{
        position:absolute;
        top:0;
        bottom:0;
        right:0;
        width:250px;
        height:100vh;
    }
    .section-footer-copyright{
        position:absolute;
        top:0;
        bottom:0;
        right:0;
        color:#3E3E3E;
        font-size:12px;
        writing-mode:vertical-lr;
        margin:30px 30px 0 0;
        height:100vh;
    }
    .section-footer-copyright-1 {
        padding: 0 5px 0 0;
    }
    .section-footer-copyright-2 {
        padding: 0 0 0 5px;
    }
    .section-footer-logo{
        position:absolute;
        bottom:0;
        right:20px;
        margin:10px;
        width:120px;
    }
    .section-footer-logo img{
        width:100%;
    }
}
.js-animate_bg{
    display:none;
    position:absolute;left:0;top:0;z-index:2; width:100.5%;height:100.5%;
    background:linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}
.c-header_menu_item ul{
    display:none;
    position:absolute;
    /*bottom:-40px;*/
    bottom: -60px;
    /*right:0;*/
    /*right: -700%;*/
    left: 50%;
    transform: translateX(-50%);
    height:40px;
    padding:0;
    line-height:1.1;
    list-style:none;
    writing-mode:vertical-lr;
    font-weight:bold;
}

.c-header_menu_item ul li{
    /*transform: rotate(90deg);*/
}
.c-header_menu_item ul li a{
    padding:0.75rem 0;
    color:#515e5c;
    font-size:12px;
    display: flex;
}
.c-header_menu_item ul a span {
        
    
}
.c-header_menu_pc{
    /*display:inline-block;*/
    display: flex;
    width: fit-content;
    padding-bottom:0;
    flex-direction: row-reverse;
    
}
.c-header_menu_pc .c-header_menu_item a:before{
    bottom:-2px;
}
.c-header_menu_app{display:none;}
.menu-logo-pc{display:block;}
.menu-logo-app{display:none;}
.c-header .menu-logo-pc{display:block;}
.c-header .menu-logo-app{display:none;}
.c-header.-sticky .c-header_menu_app{display:none;}
@media (max-width:415px){
    .c-header_menu_pc{display:none}
    .c-header_menu_app{display:block}
    .menu-logo-pc{display:none;}
    .menu-logo-app{display:block;}
    .c-header .menu-logo-pc{display:none;}
    .c-header .menu-logo-app{display:block;}
    .c-header .menu-logo-app img{max-height:80%;}
    .c-header_menu_app{display:block;}
    .c-header.-sticky .c-header_menu_app{display:none;}
    .read-more a img{width:48px;}
    .read-more a{padding-right:3px;}
}
