	/* css 重置 */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #fff;
	font: normal 12px/22px 宋体;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #333;
}

/* 本例子css */
.picMarquee-left {
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
	margin: 0 auto;
	padding:0 15px;
}

.picMarquee-left .bd {
	padding: 10px;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	width: 2160px;
	position: relative;
	left: 0;
	animation: moveleft 40s infinite;
}
.picMarquee-left .bd ul:hover{
	animation-play-state: paused;
}
/* .picMarquee-left .title-abo{
	line-height: 36px;
    margin-bottom: 0;
    background-color: #969499;
    color: #fff;
    font-size: 20px;
    padding-left: 36px;
    position: relative;
}
.picMarquee-left .title-abo:before{
	content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 15px;
    background-color: #0080c2;
    color: #fff;
    height: 36px;
    border-right: 1px solid #fff;
} */
@keyframes moveleft{
	from{
		left: 0;
	}
	to{
		left: -960px;
	}
}
.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	overflow: hidden;
	text-align: center;
	width: 200px;
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: 200px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.picMarquee-left .bd ul li .title {
	line-height: 24px;
}

.pro .about-img-box{
	display: flex;
	background-color: #fff;
}
.pro .about-img-box img{
	width: 46%;
	margin: 2%;
	border: 1px solid #0080c2;
	box-shadow: 5px 5px 2px #888888;;
}
.pro .patent{
	display: flex;
	flex-wrap:wrap;
	background: #fff;
}
.pro .patent li{
	width: 38%;
	margin: 6%;
	background-color:#0080c2;
	text-align: center;
	border: 1px solid #0080c2;
	box-shadow: 5px 5px 2px #888888;;
	font-size: 16px;
	padding-bottom: 5px;
}
.pro .patent li a{
		
		color: #fff;
}
.pro .patent li img{
	width: 100%;
	height: 560px;
}
.pro-list-pic{
	width: 100%;
}
.pro-list-pic li{
	width: 50%;
	padding: 10px;
	float: left;
}
.pro-list-pic li img{
	width: 100%;
}
.pro-lists:after{
	content: "";
	display: block;
	width: 0;
	height: 0;	
	clear: both;
}
.pro-info{
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
/* .container{
	position: relative;
} */
/* .pro p{
	text-indent: 2em;
} */
.pro-lists li:hover a{
	color: #ef7b00;
}
@media screen and (max-width: 960px) {
	.pro p img {
			width: 100%;
	}
	.pro .patent li img{
		height: auto;
	}
}
@media screen and (max-width: 1920px) {
	.pro-show{
		width:640px;
		height: 480px;
		margin: 30px auto;
		position: relative;
	}
	.pro-show li{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: none;
	}
	.pro-show span{
		position: absolute;
		text-align: center;
		line-height: 50px;
		display: block;
		font-size: 50px;
		width: 50px;
		height: 50px;
		font-weight: bold;
		color: #fff;
		background-color: rgba(0,0,0,0.5);
		z-index: 1;
		top: 44%;
		display: none;
		cursor: pointer;
	}
	.pro-show:hover span{
		display: block;
	}
	.pre{
		left: 10px;
	}
	.next{
		right: 10px;
	}
	.pro-lists{
		width: 100%;
		margin: 20px auto;
		background: #fff;
    padding: 43px;
	}
	.pro-lists li{
		float: left;
		width: 250px;
		margin: 20px 0;
		transition: .5s;
	}
	.pro-lists li:hover{
		box-shadow: 1px 8px 8px #333;
	}
	.pro-img{
		width: 100%;
	}
	.pro-img img{
		width: 100%;
		height: 165px;
	}
	.pro-list-nr{
		width: 15%;
		margin-top: 160px;
		padding-right: 20px;
	}
	.pro-title{
		width: 100%;
		background-color:#0080c2;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		padding: 15px 0;
	}
	.pro-list-nr ul{
		width: 100%;
		border: 1px solid #b5b5b5;
		padding: 10px 0;
	}
	.pro-list-nr ul li{
		width: 70%;
		margin: 0 auto;
		padding: 10px 0;
		border-bottom: 1px solid #b5b5b5;
	}
	.pro-list-nr ul li:hover{
		background-color: #0080c2;
	}
	.pro-list-nr ul li:hover a{
		color: #fff;
	}
	.pro-fr{
		width: 85%;
	}
	/* .pro-fr .news-inner-word p{
		text-align: center;
	} */
}

@media screen and (max-width: 960px){
	.pro-show{
			width: 100%;
	}
	.pro-show li img{
		width: 100%;
	}
	.pro-lists li{
		float: left;
		width: 192px;
	}
	.pro-img{
		width: 100%;
	}
	.pro-img img{
		width: 100%;
	}
	.pro-list-nr{
		display: none;
	}
	.pro-list-fr{
		width: 100%;
	}
	.pro-fr{
		width: 100%;
	}
}