@charset "utf-8";
/* CSS Document */
















.swiper-container {
      width: 100%;
      /*height: 100%;*/

    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically 垂直居中 */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }








.banner .banner-page span.of {
    width: 40px;
    background: url("../images/select-arrow.png") no-repeat center center;
	position: relative;
	animation: dh 1s;
	-webkit-animation: dh 1s;
	-moz-animation: dh 1s;
	-ms-animation: dh 1s;
	-o-animation: dh 1s;
	animation-iteration-count:infinite;
}

@-moz-keyframes dh
{
	0%{top:-10px}
	100%{top:10px}
}
@-ms-keyframes dh
{
	0%{top:-10px}
	100%{top:10px}
}
@-o-keyframes dh
{
	0%{top:-10px}
	100%{top:10px}
}
@-webkit-keyframes dh
{
	0%{top:-10px}
	100%{top:10px}
}
@keyframes dh
{
	0%{top:-10px}
	100%{top:10px}
}





.products {
	background-color: #F3f3f3;
	padding: 4rem 0 6rem 0;
}

@media (min-width:1201px){
	.pro-one{
	padding: 0 10%;
}
}

@media (min-width:992px) and (max-width:1200px){
	.pro-one{
	padding: 0 5%;
}
}


.products h2 {
	text-align: center;
}

.products .pro-p{
	text-align: center;
	margin: 2rem 0 3rem 0;
}

.products-grids h3{
	text-align: center;
	padding: 3% 0;
	margin: 0;
	background: #1c80d3;
	width: 99.5%;
	color: white;
}


.products-top {
	padding: 10px;
	margin-bottom: 2%;
}





.products-grids figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	width:99.5%;
}
.products-grids figure img {
	position: relative;
	display: block;
	width:100%;
	/*border: 2px solid #CCCBCB;*/
}
.products-bottom {
	margin: 2.5em 0;
}
.products-grids figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.products-grids figure figcaption::before, .products-grids figure figcaption::after {
	pointer-events: none;
}
.products-grids figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba {
	background: black;
	
}
figure.effect-bubba:hover img {
	opacity: 0.5;
}
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:11%;
	color: #fff;
	-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;
}
.products-top figure.effect-bubba h4 {
	padding-top: 22%;
	font-size: 30px;
}
figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1.001);
	-moz-transform: scale(1.001);
	-o-transform: scale(1.001);
	-ms-transform: scale(1.001);
	transform: scale(1.001);
}
figure.effect-bubba:hover h4 {
	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);
}

figure.effect-bubba img{
	transform: scale(1.001);
	-moz-transform: scale(1.001);
	-ms-transform: scale(1.001);
	-webkit-transform: scale(1.001);
	-o-transform: scale(1.001);
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

figure.effect-bubba:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	
}

.products ul li{
	float: left;
	margin: 0 2%;
	text-align: center;
}
.products ul li span{
	border: 1px solid #1e6fb5;
	padding: 5px 20px;
	transition: all .5s;
	-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
	font-size: 15px;
}

.products ul li:hover span{
	border: 1px solid #1e6fb5;
	background: #1e6fb5;
	padding: 5px 20px;
	color: white;
}
























@media (min-width:1201px){
	.about{
	background: url(../images/bg1.jpg);
	height: 600px;
	background-attachment: fixed;
}
}

@media(min-width:992px) and (max-width:1200px){
		.about{
	background: url(../images/bg1.jpg);
	height: 500px;
	background-attachment: fixed;
}
}

.about-one{
	height: 100%;
	background: rgba(0,0,0,.4);
	padding: 10% 20% 15% 5%;
}

.about h1{
	color: white;
	font-size: 38px;
	margin-bottom: 3%;
}

.about h2{
	color: white;
	font-size: 30px;
	
}

.about .xian{
	height: 2px;
	width: 4%;
	background: white;
	margin: 4% 0 4%;
}

.about p{
	color: white;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 5%;
}

.about a{
	border-radius: 5px;
	color: white;
	padding: 1% 4%;
	border: 1px solid white;
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.about a:hover{
	background: #1e6fb5;
	border: 1px solid #1e6fb5;
	text-decoration: none;
}




















.ys-one{
	margin: 4rem 0 5rem;
}

.ys-zi{
	position: relative;
}

.ys-z{
	font-size: 14px; line-height: 24px; margin: 40px 0 60px;
}

.ys-two{
	margin: 0rem 0 5rem;
}

.ys-three{
	margin: 0rem 0 5rem;
}


























.news{
	
	background: url(../images/9199.jpg) no-repeat;
	
	background-attachment: fixed;
	padding: 3% 0 8%;
}

.news .pro-p{
	text-align: center;
	margin: 2rem 0 3rem 0;
}


.news a:hover{
	text-decoration: none;
	font-size: #1e6fb5;
}

.news-c {
	background: white;
	padding: 2% 3% 6% 3%;
}

.news-c h2{
	margin: 5px 0 0 0;
	text-align: center;
}

.news-c p{
	
	text-align: center;
}

.news-c ul li h3{
	float: left;
	font-size: 18px;
	margin: 0;
}

.news-c ul li h2{
	float: left;
	font-size: 14px;
	margin: 0;
	font-weight: 400;
}

.news-c ul li span{
	float: right;
	font-size: 16px;
}

.news-c ul li{
	float: left;
	width: 100%;
	margin: 1.5% 0;
	
}













/*滚动*/
.i-pro{
	padding-bottom: 5%;
}

.effect h2{
	text-align: center;
	margin-bottom: 3%;
}

.i-pro ul li{
	width: 300px;
	float: left;

}
.pro-img{
	width: 280px;
	margin:0 auto;
	text-align: center;
	/*border: 1px solid #1e6fb5;*/
}


.pro-img p{
	height: 30px;
	background: #1e6fb5;
	position: relative;
	
	line-height: 30px;
	color: #fff;
	margin: 0;
}














