@charset "UTF-8";

@charset "utf-8";
/* banner */
.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}

.index-prou {
	width: 100%;
	background: #eaf1f7;
	overflow: hidden;
}

.index-prol {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 40px;
}

.index-prou .index-prol .pro-t, .index-prod .index-prol .pro-t  {
    width: 240px;
    height: 56px;
    margin-bottom: 20px;
    display: flex;
}

.index-prou .index-prol .pro-t span, .index-prod .index-prol .pro-t span {
	width: 212px;
    border-bottom: 56px solid #3464BC;
    border-right: 22px solid transparent;
    z-index: 1;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
}

.index-prou .pro-l {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
	margin:0 -10px;
}

.index-prou .pro-l ul {
	overflow: hidden;
}

.index-prou .pro-l ul .fl {
	display: block;
	width: 25%;
	padding: 10px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;	
	text-align: center;
}

.index-prou .pro-l ul .fl li {
	background: #fff;
	overflow: hidden;
}

.index-prou .pro-l ul .fl li img {
	transition: all .4s;
}

.index-prou .pro-l ul .fl li img:hover {
            transform: scale(1.1);
            cursor: pointer; 
}

.index-prou .pro-l ul .fl li span {
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
}

.index-prou .pro-l ul .fl li span:hover {
	color: #3464BC;
}

.index-prod {
	width: 100%;
	overflow: hidden;
}

.index-prod .pro-l a {
	display: block;
	box-sizing: border-box;
	width: 25%;
	height: 200px;
	overflow: hidden;
	padding: 10px;
}

.index-prod .pro-l a li {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}

.index-prod .pro-l .pro-ll {
	width: 100%;
	height: 100%;
    background: 50% 50% no-repeat;
    background-size: cover;	
}

.index-prod .pro-l .pro-ll:hover {
    background: 50% 50% no-repeat;
    background-size: cover;
	transform: scale(1.1);	
    transition: all 0.5s;	
}

.index-prod .pro-l .pro-ll p {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	font-size: 16px;
	justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 400;
    color: #fff;
    line-height: 23px;
    text-align: center;
    z-index: 2;
    padding: 0 2px;
}

@media screen and (max-width: 1100px) {
	.c-banner {
		margin-top: 60px;
	}	
	.c-banner .nexImg, .c-banner .preImg {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.prolist ul li .prolist-l a {
		width: 33%;
	}
}

@media screen and (max-width:550px) {
	.index-prou .pro-l ul .fl {
		width:50%;
	}
	.index-prod .pro-l a  {
		width: 33%;
	}
}