﻿
	/*nav{*/
	/*    background: url(__STATIC__/tpl/img/logobg.png);*/
	/*    background-size:100% 100% ;*/
	/*}*/
	.logo {
		position: relative;
	}

	.logobg {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
	}

	.logo::after {
		content: '';
		position: absolute;
		background: #00000080;
		bottom: 0;
		left: 50%;
		transform: translate(-50%);
	}

	.serverlist .serveritem {
		color: #fff !important;
	}

	.s-list-item .imgbox {
		height: 220px;
		width: 96%;
		margin: 0 auto;
	}

	.s-list-item .imgbox img {
		height: 100%;
	}

	.topdiv {
		margin-top: -40px
	}

    .news-swiper{
        position: relative;
    }
    .news-swiper .swiper-button-prev , .news-swiper .swiper-button-next{
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        width:60px !important;
        height: 60px !important;
        outline: 0;
    }
    .news-swiper .swiper-button-prev:after, .news-swiper .swiper-button-next:after{
       font-size: 53.03%;
       color: #fff;
       font-weight: bold;
       outline: 0;
    }
    
    .news-swiper .swiper-slide:hover img{
        transform: scale(1.1);
    }
    .news-swiper .swiper-slide img{
        transform: scale(1);
        transition: .5s;
    }
    .news-swiper .swiper-slide{
        position: relative;
        height: auto;
    }
    .swiper-slide .news-swiper-title{
        position: absolute;
        width: 100%;
        background: #1D171780;
        font-size: 20px;
        font-weight: normal;
        line-height: 60px;
        letter-spacing: 0.05em;
        bottom: 0;
        left: 0;
        height: 60px;
        color: #fff;
        padding-left: 3%;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .nav-right img{
        width: 8px;
        margin-left: 10px;
    }
    .main-content{
        width: 1200px;
        margin: 0 auto;
        
    }
    .main-newsbox{
        display: flex;
    }
    .main-newsbox .left{
        width: 45%;
    }
    .news-swiper{
        width: 100%;
        overflow: hidden;
    }
    .news-swiper img{
        width: 100%;
        height: 100%;
    }
    .main-newsbox .right{
        width:53%;
        margin-left: 2%;
    }
    .right-top{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right:  3%;
        box-sizing: border-box;
        background: #EFEFEF;
    }
    .right-top .nav-left{
        display: flex;
    }
    .right-top .nav-left .nav-item{
        width: 250px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #9F3E43;
        cursor: pointer;
        letter-spacing: 0.05em;
         border-top: 4px solid #EFEFEF;
        font-weight: bold;
    }
    .right-top .nav-left .nav-item.active{
        color: #9F3E43;
        background: #fff;
        border-top: 4px solid #9F3E43;
    }
    .right-top .nav-right{
        color: #9F3E43;
        font-size: 16px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .newslist-item .item-left{
        display:flex;
        align-items: center;
        flex: 1;
        width: calc(100% - 60px);
    }
    .newslist-item{
        display: flex;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
    }
    .newslist-item .imgbox{
        width:0;
        overflow: hidden;
        transition: .3s;
    }
    .newslist-item.active .imgbox{
        width:22%;
    }
    .newslist-item .imgbox img{
        width: 100%;
        height: 100%;
        transition: .3s;
    }
    .newslist-item .item-right{
        width: 60px;
        text-align: right;
        color: #999999;
        transition: .3s;
        overflow: hidden;
        white-space: nowrap;
    }
    .newslist-item.active .item-right{
        width: 0;
    }
    .newslist-item .newsitem-info{
        flex: 1;
        margin-left: 10px;
        width: 78%;
    }
    .newslist-item .title{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        letter-spacing: 0.05em;
    }
    .newslist-item .content{
         height: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #999999;
        line-height: 25px;
    }
    .newslist-item.active .content{
        height: 50px;
        transition: .3s;
        margin-top: 10px;
    }
    .gonggao{
        display: none;
    }
    .gonggao .imgbox{
        display: none;
    }
    .right-top .nav-right{
        display: none;
    }
    .biaoyu{
        display: flex;
        justify-content: space-around;
        flex-wrap:wrap;
        font-weight: bold;
        margin-top: 15px;
        font-size: 20px;
    }
    .biaoyu p{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .biaoyu img{
        margin-bottom: 5px;
    }
    .main-about{
        display: flex;
        align-items:  center;
    }
    .videobox{
        position: relative;
    }
    .main-about .left{
        width: 45%;
    }
    /*.videobox:after{*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    background: url('../img/video_zzc.png') no-repeat;*/
    /*    background-size: 100% 98%;*/
    /*}*/
    .videobox img{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        transform: translate(-50%,-50%);
        z-index: 9999;
    }
    @media (min-width:1250px){
        .main-about .left{
            padding: 40px 0;
        }
    }
    .main-about .right{
        width: 53%;
        margin-left: 2%;
    }
    .main-about video{
        object-fit:fill;  
        min-height: 230px;
    }
     .main-about .more {
 	margin-top: 35px;
 	width: 100%;
 }
.main-about .logobox{
    font-weight: bold;
    font-size: 32px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
}
.main-about .logobox img{
    margin-right: 10px;
}
.main-about .description{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 30px;
    letter-spacing: 0em;
}
 .main-about .more a {
 	border: 1px solid #9F3E43;
    color: #9F3E43;
 	border-radius: 5px;
 	padding: 8px 20px;
 	transition: ease-out .3s all;
 	display: flex;
 	align-items: center;
 	width: 80px;
 }
 .main-about .more img{
     margin-left: 6px;
 }
 
 .main-about .more a:hover {
 	background: #9F3E43;
 	color: #fff;
 }
 @media (max-width:1250px){
     .newslist-item{
         padding: 15px 0;
     }
     .main-content{
         width: 96%;
         margin-top: 20px;
     }
     .main-about .description{
         font-size: 15px;
     }
     .main-about .more{
         margin-top: 20px;
     }
 }
 @media (max-width:992px){
     .main-newsbox .left{
         width: 45%;
     }
     .main-newsbox .right{
         width: 53%;
         margin-left: 0;
     }
     .news-swiper .swiper-button-prev, .news-swiper .swiper-button-next{
         width: 40px!important;
         height: 40px!important;
     }
     .main-about{
        align-items: center;
        margin-top: 25px;
        flex-direction: column;
     }
     .main-about .left,.main-about .right{
         width: 100%;margin: 0;
     }
     .main-about .right{
         margin-top: 20px;
     }
     .main-newsbox{
         flex-direction: column;
     }
      .main-newsbox .left{
         width: 100%;
         margin: 0;height: auto;
     }
     .main-newsbox .right{
         width: 100%;
         margin-top: 10px;
     }
 }
 @media (max-width:768px){
     .videobox:after{
         background-size:100% 98% ;
     }
     .main-about .logobox{
         font-size: 21px;
     }
    
    .main-about .logobox img{
        width: 30px;
    }
     .news-swiper img{
         height: auto;
     }
     .right-top .nav-left .nav-item{
        width: 130px;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
     }
     .right-top .nav-right{
         font-size: 14px;
     }
     .newslist-item .newsitem-info{
         width: 68%;
     }
 }
 .active .dh-up, .active .dh-down, .active .dh-left, .active .dh-right {
        transform: translate(0,0);
        opacity: 1;
    }


.goodslist {
		flex-wrap: wrap;
	}
    .logo{
        text-align: center;
            line-height: 80px;
    height: 80px;
    }
	.logo img {
		max-height: 100%;
		transition: 1s;
		cursor: pointer;
	}
	.logo .logoimg:hover{
	    animation: scale2 2s;
	}
	.phone{
	    color: #fff;
	}
	.serverlist .serveritem:hover{
	    color: #ba4651!important;
	    font-weight: bold;
	}
	.swiper3{
	    width: 100%;
	}
	@keyframes scale2{
	    0%{
	        transform: scale(1);
	    }
	    50%{
	        transform: scale(1.1);
	    }
	    100%{
	        transform: scale(1);
	    }
	}
	

	.s-list-item {
		flex-direction: column;
	}

	.s-list-item.active1 {
		box-shadow: 0 10px 10px #ccc;
	}

	.s-list-item img {
		transition: .8s all;
		transform: scale(1.1);
	}

	.s-list-item .s-infobox {
		z-index: 99;
		position: relative;
	}

	.stage-info {
		/*color: #fff;*/
		/*background: #ba4651bf;*/
		/*width: 50%;*/
		/*height: 90%;*/
		/*position: absolute;*/
		/*border-radius: 25px;*/
		/*padding: 0;*/
		/*box-sizing: border-box;*/
		/*display: flex;*/
		/*flex-direction: column;*/
		/*justify-content: center;*/
		/*overflow: hidden;*/
		/*transition: .3s all;*/
		/*opacity: 0;*/
		    color: #fff;
            background: linear-gradient(to right,rgba(0, 0, 0, 0.6), #00000057,transparent);
            width: 100%;
            height: 100%;
            position: relative;
            border-radius: 0;
            opacity: 1;
            position: absolute;
            top: 0;
            padding-bottom: 10px;
            width: 70%;
            cursor: pointer;
	}

	.img-box.active .stage-info {
		padding: 20px;
		width: 90%;
		opacity: 1;
	}

	.img-box.active span {
		opacity: 0;
	}

	.info-title {
		padding-bottom: 10px;
		position: relative;
		/*border-bottom: 1px solid #fff;*/
	}
    .info-title::after{
        content: '';
        position: absolute;
        top: 100%;
        height: 4px;
        width: 10%;
        left: 25%;
        background: #fff;
    }
	.info-msg {
		font-size: 14px;
		margin-top: 15px;
		letter-spacing: 1px;
	}

	.stage-img-box {
		max-width: 100%;
		margin: 0 auto;
		overflow: hidden;
		/*padding-bottom: 35px;*/
	}

	/*.swiper2 {*/
	/*	margin-top: 30px;*/
	/*	overflow: visible !important;*/
	/*}*/
	/*.swiper2 .swiper-slide img{*/
	/*    transform: scale(1);*/
	/*}*/

	/*.swiper2 .swiper-slide {*/
	/*	width: 30% !important;*/
	/*	border-bottom: 2px solid #ba4651;*/
	/*	background: #fff;*/
	/*	padding: 20px 0;*/
	/*	box-shadow: 0px 5px 20px 2px #ccc;*/
	/*	box-sizing: border-box;*/
		/*cursor: pointer;*/
	/*}*/

	/*.swiper2 .swiper-slide {*/
	/*	display: flex;*/
	/*	flex-direction: column;*/
	/*}*/

	/*.swiper2 .swiper-slide img {*/
	/*	width: 90%;*/
	/*	height: 25vw;*/
	/*	margin-left: 5%;*/
	/*	object-fit: cover;*/
	/*}*/

	/*.stage-info {*/
	/*	color: #000;*/
	/*	background: #fff;*/
	/*	width: 100%;*/
	/*	height: auto;*/
	/*	position: relative;*/
	/*	border-radius: 0;*/
	/*	opacity: 1;*/
	/*}*/

	.stage-info .info-title {
		text-align: center;
		padding: 15px 0;
		text-align: left;
        padding: 15px 5%;
        padding-left: 25%;
        margin-top: 10%;
        font-size: 36px;
	}

	.info-msg {
		/*display: -webkit-box;*/
		/*-webkit-line-clamp: 2;*/
		/*-webkit-box-orient: vertical;*/
		/*overflow: hidden;*/
		/*padding: 0 5%;*/
		    overflow: hidden;
            padding: 0 5%;
            padding-left: 25%;
            margin-top: 10%;
            font-size: 15px;
            letter-spacing: 2px;
            line-height: 1.8;
	}

	.swiper-horizontal>.swiper-pagination-progressbar {
		top: 105%;
	}

	textarea {
		font-family: Arial;
	}

	nav {
		/*background: rgba(255,255, 255, 0.3);*/
		/*box-shadow: 0 2px 15px #0000002e;*/
	}
    .navlist a{
        color: #fff;
        height: 70px;
        line-height: 65px;
    }
    .navitem.active::after{
        bottom: 15px;
    }
    .n-list{
        top: 68px;
    }
	.swiper-pagination {
		bottom: 20% !important;
	}

	.swiper-pagination-progressbar-fill {
		background: #ba4651 !important;
	}

	@keyframes toright {
		to {
			transform: translate(0);
		}

		from {
			transform: translate(0);
		}
	}

	.s-list-item {
		transform: translate(-30%);
		opacity: 0;
		transition: .8s all;
		/*border-radius: 5px;*/
	}

	.s-table-item {
		transform: translate(0, 80px);
		opacity: 0;
		transition: .8s all;
		width: ;
	}

	.s-list-item:nth-child(3) {
		transform: translate(30%);
	}

	#box {
		width: 300px;
		height: 220px;
		margin: 100px auto 200px auto;
		position: relative;
		/*border: 1px solid #fff;*/
		transform-style: preserve-3d;
		/*2.transform–style属性指定嵌套元素是在三维空间中呈现。(使用此属性必须先使用transform 属性)*/
		/*perspective:800px;*/
		/*3.设置透视距离*/
		transform: perspective(800px) rotateX(0deg) rotateY(0deg);
		animation-duration: 30s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-name: rotation1;
	}

	@keyframes rotation1 {
		from {
			transform: rotateY(0deg)
		}

		to {
			transform: rotateY(-360deg)
		}

	}

	#box img {
		position: absolute;
		left: 10px;
		top: 10px;
		border-radius: 3px;
		box-shadow: 0px 0px 5px #fff;
		cursor: pointer;
		transition: all .5s ease;
		width: 100%;
		/*height: 220px;*/
		box-sizing: border-box;
		/*4.设置图片阴影*/
		/*-webkit-box-reflect: below 15px -webkit-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.5) 100%);*/
		/*-webkit-box-reflect:below 8px -webkit-linear-gradient(top,rgba(0,0,0,0)40%,rgba(0,0,0,.5)100%);*/
		/*-webkit-box-reflect:below 10px -webkit-linear-gradient(transparent,transparent 50%,rgba(0,0,0,.6));*/
		/*5.设置图片倒影:直接记住吧(3个值。1. direction 定义方向，取值包括 above 、 below 、 left 、 right。);2. offset定义反射偏移的距离;3.mask-box-image定义遮罩图像，该图像将覆盖投影区域。如果省略该参数值，则默认为无遮罩图像。*/
	}

	#box img:nth-child(1) {
		transform: rotateY(0deg) translateZ(480px);
	}

	#box img:nth-child(2) {
		transform: rotateY(45deg) translateZ(480px);
	}

	#box img:nth-child(3) {
		transform: rotateY(90deg) translateZ(480px);
	}

	#box img:nth-child(4) {
		transform: rotateY(135deg) translateZ(480px);
	}

	#box img:nth-child(5) {
		transform: rotateY(180deg) translateZ(480px);
	}

	#box img:nth-child(6) {
		transform: rotateY(225deg) translateZ(480px);
	}

	#box img:nth-child(7) {
		transform: rotateY(270deg) translateZ(480px);
	}

	#box img:nth-child(8) {
		transform: rotateY(315deg) translateZ(480px);
	}

	.product_nav {
		flex-wrap: wrap;
	}

	.product_nav .s-item {
		white-space: nowrap;
		min-width: 88px;
		width: 10%;
		margin: 0 5px;
		margin-bottom: 10px;
	}

	.pc {
		display: block;
	}

	.mobile {
		display: none;
	}

	.goodsitem {
		box-shadow: 0 0 15px #eee;
		transition: 1s;
	}
    .goodsitem p{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 4px;
    }
	.goodsitem:nth-child(1),
	.goodsitem:nth-child(2),
	.goodsitem:nth-child(5),
	.goodsitem:nth-child(6) {
		transform: translate(-50vw);
	}

	.goodsitem:nth-child(3),
	.goodsitem:nth-child(4),
	.goodsitem:nth-child(7),
	.goodsitem:nth-child(8) {
		transform: translate(50vw);
	}



	.msg-title-tips {
		font-size: .9rem;
		font-weight: normal;
		width: 70%;
		line-height: 2;
		transition: 2s;
		transform: translate(0, 500px);
	}

	.msg-title-tips img {
		width: 22px;
		margin-right: 10px;
	}

	.gs-txt {
		font-size: 20px;
		font-family: Source Han Serif CN-Regular, Source Han Serif CN;
		font-weight: 400;
		color: #323232;
		line-height: 29px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-top: 0.3rem;
	}

	.gs-ul {
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		position: relative;
	}
    @media (min-width:1200px){
        .gs-ul::before{
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        width: 100%;
        background: url('../img/coms_l.png') no-repeat;
        background-size: 100% auto;
        height: 24px;
        z-index: 99;
    }
    .gs-ul::after{
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        background: url('../img/coms_r.png') no-repeat;
        background-size: 100% auto;
        height: 24px;
    }
    	#swiper::after {
		content: '';
		width: 360%;
		height: 2000px;
		position: absolute;
		background: #fff;
		border-radius: 50%;
		z-index: 9;
		top: 85%;
		left: -130%;
	}
    }
	.gs-ul li {
		flex: 1;
		margin-top: 0.5rem;
		overflow: hidden;
	}
	.gs-ul-img{
	    position: relative;
	}
    .gs-ul-img img{
        width: auto;
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        z-index: -1;
    }
	.gs-ul li .gs-ul-img {
		height: 50vh;
		max-height: 500px;
	}

	.gs-ul li a {
		display: block;
		position: relative;
		transition: .3s;
	}

	.gs-ul-box {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		padding: 40px 20px;
	}

	.gs-ul-number {
		font-size: 48px;
		font-family: Source Han Serif CN-Heavy, Source Han Serif CN;
		font-weight: 900;
		color: #FFFFFF;
		line-height: 69px;
	}

	.gs-ul-tt {
		font-size: 20px;
		font-family: Source Han Serif CN-Heavy, Source Han Serif CN;
		font-weight: 900;
		color: #FFFFFF;
		line-height: 34px;
		text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	}

	.gs-ul-lind {
		width: 51px;
		height: 4px;
		background: #FFFFFF;
		border-radius: 0px 0px 0px 0px;
		opacity: 1;
		margin-top: 10px;
	}

	.gs-ul li:nth-child(even) .gs-ul-box {
		top: auto;
		bottom: 0;
	}

	.gs-ul li a:hover:before {
	    display: block;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(180deg, rgba(186, 70, 81, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
		z-index: 99;
	}
	.gs-ul li:nth-child(even) a:hover:before {
	    display: block;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(186, 70, 81, 0.7) 100%);
		z-index: 99;
	}

	.dh-up {
		transition: 1s all;
		transform: translate(0, 550px);
		opacity: 0;
	}

	.dh-up:nth-child(even) {
		transition: 1s all;
		transform: translate(0, -550px);
		opacity: 0;
	}

	.dh-left {
		transition: 1s all;
		transform: translate(-550px, 0);
		opacity: 0;
	}

	.dh-right {
		transition: 1s all;
		transform: translate(550px, 0);
		opacity: 0;
	}

	.active .dh-up,
	.active .dh-down,
	.active .dh-left,
	.active .dh-right {
		transform: translate(0, 0);
		opacity: 1;
	}

	.gs-ul {
		overflow: hidden;
	}
	@media screen and (max-width:1450px){
	    .about{
	        max-width: 90%;
	    }
	}
	@media screen and (max-width:950px) {
		.swiperlist.pc{
		        display: none;
		    }
		    .swiperlist.mobile{
		        display: block;
		    }
		    .swiperlist {
            width: 96%;
            margin: 0 auto;
            margin-top: 20px;
            position: relative;
        }
		    .stage-info{
            width: 100%;
        }
        .info-msg,.stage-info .info-title{
            padding-left: 5%;
        }
        .info-title::after{
            left: 5%;
        }
            .swiper3 .swiper-slide img {
        min-height: 100%;
        transform: scale(1);
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
		     .swiper3 .swiper-slide img{
            min-width:  100%;
        }
        .stage-img-box {
            display: none;
        }
        .swiper3 .swiper-slide{
            height: 50vh;
            border-radius: 10px;
            overflow: hidden;
        }
        .stage-info .info-title{
            margin-top: 5%;
            font-size: 24px;
        }
	}

	#swiper {
		position: relative;
		margin-top: 80px;
	}

	

	.aboutbox {
		margin-top: -60px;
	}

	@keyframes fangda {
		to {
			transform: scale(1.1);
		}

		from {
			transform: scale(1);
		}
	}

	.swiper-slide .imgbox {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
 	.main-newsbox .left .swiper-slide .imgbox {
	max-height: 355px;
	}

	.swiper-slide img {
		/*transition: fangda .3s all;*/
		transform: scale(1.2);
		transition: 5s;
	}

	.swiper-msg-box {
		
		cursor: context-menu;
	}
	.swiper-msg-box .msg-title{
	    transform: translate(0, -200px);
		opacity: 0;
		transition: 3s;
	}
   .swiper-msg-box .msg-title:nth-child(even){
         transform: translate(0, 200px);
    }
	.swiper-slide.active .msg-title,
    .swiper-slide.active .msg-title-tips {
		transform: translate(0) !important;
		opacity: 1;
	}
	.swiper-slide .active {
		transform: scale(1);
	}

	.news .left {
		position: relative;
		border-radius: 20px;
	}

	
	.left video {
		/*position: absolute;*/
		width: 100%;
		height: 100%;
		opacity: 1;
		left: 0;
		top: 0;
		transition: .3s all;
		cursor: pointer;
		background: #000;
		object-fit: fill;
		border-radius: 20px;
	}

	.yaowenlist {
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 10px;
		display: flex;
		justify-content: center;
	}

	.yaowenbox {
		width: 15%;
		text-align: center;
		margin: 0 10px;
	}

	.yaowenbox img {
		width: 100%;
		height: 100px;

	}
    .swiper .swiper-msg-box{
        left: 13%;
    }
	.swiper-msg-box {
		position: absolute;
		left: 25%;
		top: 30%;
		width: auto;
		background: transparent;
		padding: 25px 60px;
		border-radius: 5px;
		max-width: auto;
		color: #fff;
		font-weight: bold;
		font-size: 46px;
		letter-spacing: 5px;
		cursor: pointer;
		/*text-shadow: -1px 1px 0 #fff,1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;*/
	}

	.swiper-msg-box .msg-title {
		font-weight: bold;
		font-size: 2.5vw;
		color: #fff !important;
		transition:3s;
	}

	.swiper-msg-box .msg-title:nth-child(2) {
		margin-left: 50px;
	}

	.product .product-title {
		width: 80%;
		margin: 0 auto;
	}

	.product {
		max-width: 100%;
		background-image: url(../img/bg_3d.png);
		background-position: center;
		background-size: 100% 95%;
		background-repeat: no-repeat;
		background-position-y: 100px;
		padding: 0 0 40px 0;
		overflow: hidden;
		margin-top: 0;
	}
		@media screen and (max-width:768px) {
		    .gs-ul{
		        flex-direction: column;
		    }
		    .gs-ul-box{
		        top: 50% !important;
		        transform: translate(0,-50%);
		        
		    }
		    .gs-ul li:nth-child(even) .gs-ul-box{
		        bottom: auto;
		    }
		    .gs-ul li .gs-ul-img{
		        height: 20vh;
		    }
		    .main-newsbox .left{
		        display: none;
		    }
		    .gs-ul-img img{
		        width:96%;
		    }
		  .news .right .newslist .newsitem .itemcontent{
		      margin-top: 10px;
		  }
		  .news .right .newslist .newsitem .itemtitle{
		      font-size: 15px;
		  }
		  .news .right .newslist .newsitem{
		      border: 0;
		      background: #fff;
		      padding: 5px;
		      box-sizing: border-box;
		  }
		  .news .right .imgbox{
		      margin-right: 10px !important;
		  }
		  .news .right .newslist .newsitem .n-item-msg{
		      padding-right: 0;
		  }
		    nav{
		        background: #8a141a!important;
		        height: auto;
		    }
		    .logo{
		        line-height:  50px;
		        height: 50px;
		    }
		    .logo img{
		        max-height: 70%;
                width: auto;
		    }
		    .meau::before,.meau::after,.meau span{
		        background: #fff;
		    }
		    .about .left .title{
		        margin-bottom: 0;
		    }
		    .videobox{
		        height: auto!important;
		    }
		    .textareabox{
		        flex-direction: column;
		    }
		    .textareabox span{
		        width: 100%;
		    }
		    .textareabox textarea{
		        width: 100%;
		        padding: 4px 0;
		    }
		#swiper {
			margin-top: 50px;
		}

	
		.swiper-slide img{
		    height: 20vh;
		    width: 100%;
		}
		.swiper-button-next, .swiper-rtl .swiper-button-prev{
		    display: none;
		}

		.goodsitem {
			width: 48%;
			padding-top: 0;
		}
        .goodsitem .imgbox{
            width: 100%;
            margin-bottom: 10px;
        }
		.swiper-pagination {
			bottom: 15px !important;
		}

		.pc {
			display: none !important;
		}

		.mobile {
			display: block !important;
		}

		.s-nav-table,
		.s-table-item {
			width: 100%;
		}

		.s-table-item {
			display: flex;
			justify-content: space-between;
			border-radius: 5px;
		}

		.s-table-item .left {
			width: 40%;
		}

		.s-table-item .left img {
			width: 100%;
			border-radius: 5px;
		}

		.s-table-item .right {
			width: 60%;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}

		.s-table-title {
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			padding: 0 10px;
		}

		.s-table-item .time {
			padding: 0 10px;
			font-weight: normal;
			font-size: 14px;
		}

		.s-table-content {
			margin: 0;
		}

		.stage-img-box {
			max-width: 100%;
			padding-bottom: 45px;
		}
        
		/*.swiper2 .swiper-slide img {*/
		/*	height: 50vw;*/
		/*}*/

		/*.swiper2 .swiper-slide {*/
		/*	width: 80% !important;*/
		/*}*/

		#box {
			width: 0;
			margin: 0 auto;
			margin-bottom: 60px;
		}

		#box img {
			width: 33vw;
			/*height:90px;*/
			top: 20%;
			left: 0%;
			transform: translate(-50%, -50%);
		}

		#box img:nth-child(1) {
			transform: rotateY(0deg) translateZ(300px);
		}

		#box img:nth-child(2) {
			transform: rotateY(45deg) translateZ(300px);
		}

		#box img:nth-child(3) {
			transform: rotateY(90deg) translateZ(300px);
		}

		#box img:nth-child(4) {
			transform: rotateY(135deg) translateZ(300px);
		}

		#box img:nth-child(5) {
			transform: rotateY(180deg) translateZ(300px);
		}

		#box img:nth-child(6) {
			transform: rotateY(225deg) translateZ(300px);
		}

		#box img:nth-child(7) {
			transform: rotateY(270deg) translateZ(300px);
		}

		#box img:nth-child(8) {
			transform: rotateY(315deg) translateZ(300px);
		}

		.s-nav-title {
			max-width: 90%;
		}

		.product_nav .s-item {
			width: 30%;
			margin: 0 1%;
			margin-bottom: 10px;
		}
	}