@charset "utf-8";
/* CSS Document */

/*********************共用样式*******************/
body{
    margin: 0;
    font-family: PFR,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
img{display:block;}
.alltime, .alltime * {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.container{
	margin:0 auto;
	max-width: 75%;
}
a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: #333;
}
svg{
	display: block;
    vertical-align: middle;
}

/***************共用样式****************/
.phone{display:none;}
.page .ab-txt p{
	margin-top:8.8rem;
	text-align:center;
	font-size:1.6rem;
	line-height:1.5;
	color:#666;
}
.video-box{
	position: relative;
	margin:5rem auto;
	width:97.6rem;
}
.video-box .play {
    height: 8rem;
    width: 8rem;
	left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 2;
	cursor: pointer;
}
.video-box .play.cur{
	display:none;
}
.video-box .imga {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.video-box.cur .imga {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.svgs {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.svgs .svg {
    stroke-width: 2;
    r: calc(50% - 1px);
}
.svgs .circle {
    opacity: 0;
    transition: .5s ease-in-out;
}
.tran-middle {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.play:hover .circle {
    animation: circle 2s linear;
    opacity: 1;
    transition: 1s ease-in-out;
}
.video-box video {
	display: block;
    width: 100%;
    object-fit: cover;
}
.honor{
	overflow: hidden;
	padding:5rem 0;
	text-align: center;
}
.honor h2{
	font-size:3.6rem;
	margin-bottom:15px; 
}
.honor p,
.huob p{
	font-size:1.8rem;
	text-align: center;
	margin:60px 0;
}
.huob .inen{
	width:93rem;
	margin:5rem auto;
	text-align: center;
	font-size:12px;
}

/************案例************/
.case h2{
	font-size:1.6rem;
	padding-bottom:2rem;
	border-bottom: 1px solid #ddd;
	margin:5rem 0;
}
.case ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case ul li{
	width:calc(50% - 60px);
	margin-bottom: 30px;
}
.case ul li a .imgp{
	width:100%;
	overflow: hidden;
}
.case ul li a:hover img{
	transform: scale(1.05);
	transition: all .3s ease-in-out;
}
.case ul li p{
	font-size:16px;
	padding:25px 0;
}
.case ul li span{
	font-size:14px;
	padding:25px 0;
}
.case i{
	margin-left:10px;
}
.case .showmore{
	display:block;
	width:16rem;
	line-height:45px;
	font-size:14px;
	text-align: center;
	border:1px solid #ababab;
	margin:50px auto;
}
.case .showmore:hover{
	color:#fff;
	background: #121212;
}

@keyframes circle{
	0% {
		stroke-dasharray: 0 274;
	}
	100% {
		stroke-dasharray: 274 0;
	}
}

/************研发实力************/
.team{
	padding: 5.2vw 0;
}
.team .ttit{
    font-weight: 200;
    font-size: 4rem;
    color: #000;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 1.05vw;
}
.team .desc {
    font-weight: 200;
    font-size: 1.6rem;
    color: #666;
    text-align: center;
    line-height: 2;
    margin-bottom: 5.833vw;
}
.design{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.de-item {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 4.1667vw;
    padding: 0 .78125vw;
}
.de-item .photo {
    width: 100%;
    border-radius: 4px;
	overflow: hidden;
}
.de-item .photo img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
	transition: all 1s ease-in-out;
}
.hvr-photo:hover img {
    transform: scale(1.05, 1.05);
}
.de-item .info {
    margin-top: 1.2vw;
}
.de-item .info .title {
    font-size:2.8rem;
    color: #000;
    margin-bottom: 5px;
    line-height: 2.22;
}
.de-item .info .idesc {
    font-weight: 200;
    font-size: 1.6rem;
    color: #666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 1.75;
}

/************案例详情************/
.cdlb{max-width:1210px}
.cdlb .swiper-slide {
      width: 80%;
    }

.cd .cdt{
	display:flex;
	justify-content: center;
	font-size:2.4rem;
	text-align: center;
	position: relative;
	color:#444;
	padding:3rem;
	margin:5rem 0;
}
.cd .cdt:after{
	position: absolute;
	bottom: 0;
	left:50%;
	transform: translateX(-50%);
	display:block;
	content: '';
	width:10rem;
	height:1px;
	background: #444444;
}
.orcs h2{
	font-size:2.4rem;
	text-align: center;
	color:#444;
	margin:5rem 0;
}
.orcs ul{
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(30rem, 1fr)) [auto-fit];
	grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:2rem;
	margin-bottom: 5rem;
}
.orcs ul li p{
	margin:2rem 0;
}
.info-slide-btn {
    width: 136px;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 3;
}
.info-slide-btn, .info-slide-btn .info-prev {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
}
.info-slide-btn .info-prev {
    -ms-flex: 1;
    flex: 1;
    background: rgba(255,255,255,.6);
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    cursor: pointer;
    transition: opacity .3s ease-in-out;
	margin-right: 1px;
}
.info-slide-btn .info-next {
    -ms-flex: 1;
    flex: 1;
    height: 50px;
    background: rgba(255,255,255,.6);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    cursor: pointer;
    transition: opacity .3s ease-in-out;
}
.info-slide-btn .info-prev:hover,
.info-slide-btn .info-next:hover{
	background: rgba(0,0,0,.3);
}
.info-slide-btn .info-prev:hover svg path,
.info-slide-btn .info-next:hover svg path{
	fill:white!important;
}

/************产品列表*************/
.pr-menu .container{
	display:flex;
	margin:5rem auto;
}
.pr-menu a{
	display:flex;
	align-items: center;
	font-size:14px;
	margin-right: 10rem;
}
.plist h2{
	font-size:2.4rem;
	margin-bottom: 3rem;
}
.columns{
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(4, minmax(0, 1fr)) [auto-fit];
	grid-template-columns: repeat(4, minmax(0, 1fr));;
	grid-auto-rows: 1fr;
	border-left: 1px solid #ccc;
	margin-bottom: 10rem;
}
.grid_item{
	padding: 0 18px 40px;
    overflow: hidden;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.grid_item:nth-child(-n+4) {
	border-top: 1px solid #ccc;
}
.grid_item .wrapper{
	position: relative;
    text-align: center;
    -webkit-letter-spacing: .2px;
    -moz-letter-spacing: .2px;
    -ms-letter-spacing: .2px;
    letter-spacing: .2px;
    font-weight: 100;
}
.p_link{
    display: block;
    margin-bottom: 56px;
    position: relative;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}
.grid_item .wrapper a:hover picture {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.product_name{
    font-size: 1.8rem;
    line-height: 150%;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
}
.product_description{
    font-weight: 400;
    color: #767676;
    margin-top: -2px;
	font-size: 14px;
    line-height: 150%;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
}

/************产品详情*************/
.bread-nav{
	margin:5rem 0;
}
.cp{
	display:flex;
}
.cp .video-box{
	width:45%;
	height: auto;
	margin:0;
	margin-right: 10rem;
}
.cp-info h2{
	font-size:2.4rem;
	margin-bottom: 1.5rem;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: bold;
}
.cp-info .desc{
	margin:3rem 0;
	font-size:14px;
	color:#bcbcbc;
}
.cp-info .p{
	margin-top:2rem;
	font-size:16px;
	color:#444;
}
.insp{
	width:70%;
	margin:10rem auto;
}
.insp h2{
	margin-bottom:3rem;
}
.insp .swiper-slide{
	width:80%;
}
.pd h2{
	text-align:center;
	font-size:3.6rem;
}
.pd .DS{
	text-align:center;
	font-size:2rem;
}
.cp-img{
	background:#efefef;
	padding:5rem 0;
	margin-top:5rem;
}
.pd-img{
    margin-top:10vh;
}
.cp-img .container{
	background:#fff;
	display:flex;
	justify-content: space-between;
}
.size{width:70%;margin:3rem auto;}
.size h2{margin-bottom:3rem;}
.size-container{
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(4, minmax(0, 1fr)) [auto-fit];
	grid-template-columns: repeat(4, minmax(0, 1fr));;
	grid-auto-rows: 1fr;
	gap:10rem;
}
.size-box:nth-child(4n){margin-right:0}
.size-box:hover {
    transform: translateY(-10px);
}
.size-info .tit{
	font-size:1.6rem;
	text-align: center;
}
.size-info .desc{
	font-size: 12px;
    color: #333;
    line-height: 1.5;
	text-align: center;
}
.pfam{
	margin:9rem 0 7rem 0;
}
.pfam-tag{
	font-size:1.6rem;
	text-align: center;
	margin-bottom: 1rem;
}
.pfam h2{
	font-size:2.4rem;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: bold;
	text-align: center;
}
.pfam p,
.pid p{
	font-size:1.6rem;
	text-align: center;
	margin-top:3rem;
}
.pid{
	background: #e3e3e3;
	padding:5rem 0;
	margin-top:10rem;
}
.pid h2{
	font-size:1.8rem;
	text-align: center;
	margin-bottom: 4rem;
}
.tld{
	width:calc(100% - 390px);
	padding:3%;
	max-height: 70vh;
}
.fac{
	width:390px;
	max-height: 70vh;
	padding:12px;
	overflow: hidden;
}
.fac .fax-box{
    height: 100%;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
	padding: 20px 22px 0;
}
.fac .fax-box ul{
    width:100%;
    height: 100%;
    touch-action: pan-y;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;  
    scroll-behavior: smooth;
}
.fac ul h3{
	font-weight:600;
}
.fac ul .cs{
	margin:2rem 0;
}
.fac ul li{
    display:flex;
	margin-bottom: 18px;
}
.fac ul li picture{
    border-radius: 5px;
    display:block;
    overflow: hidden;
    width: 50%;
	margin-right: 20px;
}
.fac ul li .txt{
    width:40%;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.fac ul li .txt p{
	display:block;
	width: 100%;
	font-size:1.6rem;
	font-weight: 600;
}
.fac ul li .txt span{
	display:block;
}





















