@charset "utf-8";
/* CSS Document */
body,html{margin:0px;}
.menu{width:100%; float:left; min-width:1100px; background-color:#FFF}
a img{ border:0px}
/*菜单*/
.sNav{height:70px; margin:0 10px auto; width:1200px; float:right; font-family:"微软雅黑";}
.sNav>a{font-size:16px; list-style: none; float:right;  text-decoration: none; position: relative; overflow: hidden;}
.sNav>a li{padding: 0px 15px;text-align: center;color:#000;height: 70px;line-height: 70px;background-color:#FFF;}
.sNav>a span{text-align: center; color:#fff; border-radius:2px}
.sNav>a li:hover{background:linear-gradient(45deg, purple, indigo, #504EF7);color:#FFF}
.sNav>a .navon{background-image: linear-gradient(45deg, purple, indigo, #504EF7); color:#FFF}
#menu{max-width:1200px; min-width:1100px; margin:0 auto; height:70px;background:url(/uploads/img1/20240711/668fa8ddd5acc.png) no-repeat left 5px; background-size:auto 60px}
#top{height:30px; line-height:30px; background:#EEEEEE; width:100%; min-width:1100px; float:left; margin:0px}
.top{width:100%; margin:0 auto; font-size:12px; text-align:right; max-width:1200px;}
#adv{width:100%; float:left; min-width:1200px;}
#adv li{list-style:none; float:left}
.my{width:90px; height:50px; background:#3F9; margin:0 auto; float:left}
.my div {width:100px; height:30px; background:#F30;}
#sever{width:100%; float:left; min-width:1100px; height:1000px; background:#E3EDFD}
.sever{width:1200px; min-width:1100px; margin:0 auto; height:600px}
.sever .title{height:150px; width:1200px; float:left;}
.sever .title .slide-bottom{width:1200px; margin:0 auto; text-align:center;  font-family:"微软雅黑"}
.sever .title .slide-bottom .pro{width:100%; float:left; height:60px; line-height:60px;font-size:36px; padding-top:30px}
.sever .title .slide-bottom .desc{width:100%; float:left; height:30px; line-height:30px; font-size:16px}
#prolist{width:100%; float:left; height:700px}
#prolist .slide-left{width:360px; height:370px; background:#FFF; float:left; margin-bottom:30px}
#prolist .slide-bottom{width:360px; height:370px; background:#FFF; float:left; margin-bottom:30px}
#prolist .slide-top{width:360px; height:370px; background:#FFF; float:left;}
.desca{width:100%; float:left; height:50px; text-align:center; font-size:30px; line-height:50px; font-family:"微软雅黑"; color:#09F; padding-top:10px}
.descb{width:80%; float:left; height:60px; text-align:center; font-size:20px; line-height:30px; font-family:"微软雅黑"; color:#666; padding:0px 10%}
.main{min-width:1100px;}
.footer{min-width:1100px;}
#middle{ margin-left:60px; margin-right:60px}
/*产品动画*/
.gallery {
  padding: 4em 0em 1em 0em;
}
.gallery-top h3 {
  font-size: 3em;
  color: #553a99;
  margin: 0em;
  font-family:'Signika-Regular';
}
.gallery-grid {
  margin: 0em 0em 2em 0em;
}
.gallery-top {
  padding: 0em 0em 2em 0em;
  text-align: center;
}
/*----*/
.col1 figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	width:100%;
}
.col1 figure img {
	position: relative;
	display: block;
}

.features-grids figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.col1 figure figcaption::before,
.fcol1 figure figcaption::after {
	pointer-events: none;
}
.col1 figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba {
	width:100%;
	background:#000;
}
figure.effect-bubba:hover img {
	opacity: 0.3;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;	
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1); 
	-o-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-o-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h4 {
	padding-top: 21%;
	-webkit-transition: transform 0.35s;
	-moz-transition: transform 0.35s;
	-o-transition: -o-transform 0.35s;
	-ms-transition: -ms-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	-moz-transform: translate3d(0,-20px,0);
	-o-transform: translate3d(0,-20px,0);
	-ms-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
	color:#fff;
    font-family:'Signika-Regular';
	font-size: 2em;
}
figure.effect-bubba h4.gal {
	padding-top: 21%;
}
figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	-moz-transform: translate3d(0,20px,0);
	-o-transform: translate3d(0,20px,0);
	-ms-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	color:#fff;
	font-size: 1em;
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#yous{width:100%; float:left; height:600px; background:#F8f8f8}
.yous{width:1200px; margin:0 auto; height:600px}
.yous .title{height:150px; width:1200px; float:left; color:#000}
.yous .title .slide-bottom{width:1200px; margin:0 auto; text-align:center;  font-family:"微软雅黑"}
.yous .title .slide-bottom .pro{width:100%; float:left; height:60px; line-height:60px;font-size:36px; padding-top:30px}
.yous .title .slide-bottom .desc{width:100%; float:left; height:30px; line-height:30px; font-size:16px}




