.banner img {
	width: 100%;
}



/* 浜у搧鍒楄〃 */
.pro-lists {
	padding: 62px 0 60px;
	background: url(/template/pc/skin/img/index/pro-bg.jpg);
	background-size: 100% 100%;
}

.pro-lists .pro-tit>img {
	width: 265px;
	display: block;
	margin: 0 auto;
}

.pro-banner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.pro-lists .pro-tit p {
	font-size: 21px;
	text-align: center;
	color: #fff;
	margin-top: 13px;
}



.cp-banner {
	width: 1245px;
	margin: 80px auto 0;
}

.indexPart1Pic .slick .box {
	margin: 0 6px;
	height: 466px;
}

.indexPart1Pic .slick a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	text-align: center;
}

.slick-initialized .slick-slide {
	border: 0;
}

.indexPart1Pic .slick-prev {
	display: block;
	position: absolute;
	left: -80px;
	top: 50%;
	margin-top: -24px;
	width: 48px;
	height: 48px;
	background: url(/template/pc/skin/img/index/prev.png) no-repeat center;
	z-index: 5;
	background-size: 100% 100%;
}

.indexPart1Pic .slick-next {
	display: block;
	position: absolute;
	right: -80px;
	top: 50%;
	margin-top: -24px;
	width: 48px;
	height: 48px;
	background: url(/template/pc/skin/img/index/next.png) no-repeat center;
	z-index: 5;
	background-size: 100% 100%;
}

/* 浜у搧鍒楄〃 end*/





/* ship */
.ship {
	padding: 55px 0 135px;
	background: url(/template/pc/skin/img/index/ship-bg.jpg);
	background-size: 100% 100%;
}

.ship .ship-tit img {
	width: 390px;
	display: block;
	margin: 0 auto;
}

.ship-center {
	width: 1140px;
	margin: 97px auto 0;
}


.ship-center .video {
	width: 500px;
}

.ship-center .video>p {
	font-size: 21px;
	color: #fff;
	margin-bottom: 25px;
}

.ship-center .video video {
	width: 500px;
	height: 300px;
	/* background: #898989; */
	margin-bottom: 40px;
}

.ship-center .video>a {
	font-size: 21px;
	color: #fff;
}


.ship-center .zhan {
	width: 440px;
	height: 425px;
	background: url(/template/pc/skin/img/index/zhan-bg.jpg);
	background-size: 100% 100%;
}

.ship-center .zhan h4 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-top: 38px;
}

.ship-center .zhan>div {
	width: 415px;
	margin: 35px auto 0;
	padding: 0 10px;
}

.ship-center .zhan>div .time {
	font-size: 24px;
	color: #222c35;
}

.ship-center .zhan>div .time span {
	font-size: 64px;
	color: #dc0000;
	/* font-weight: bold; */
	display: inline-block;
	margin-right: 5px;
}

.ship-center .zhan>div .num {
	font-size: 24px;
	line-height: 60px;
}

.ship-center .zhan>div .num span {
	font-size: 48px;
	color: #dc0000;
}

.ship-center .zhan>div a {
	display: block;
	width: 243px;
	font-size: 20px;
	height: 37px;
	background: #f3f1f1;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin: 20px auto 0;
	text-align: center;
	line-height: 36px;
	box-shadow: 0 3px 6px #676767;
}

/* ship end */

/*安装视频*/
.azsp{
	padding: 120px 0 150px;
	/*background: url(/template/pc/skin/img/index/hb-bg.jpg);*/
	/*background-size: 100% 100%;*/
	background-color: #242426;
}
.azsp .hb-tit{
	text-align: center;
}
.azsp .hb-tit ul{
	display: flex;
	width: 150px;
	justify-content: space-between;
	margin:25px auto 0; 
}
.azsp .hb-tit li{
	display: block;
	width:15px; 
	height:15px;
	border-radius: 50%;
	background-color: #fff;
}
.azsp .hb-tit p{
	color: #fff;
	margin-top: 15px;
	line-height: 1;
	font-size: 18px;
	letter-spacing:2px;
}
.azsp .content ul{
	display: flex;
	justify-content: space-between;
	margin:45px auto 0;
}
.azsp .content li{
	width: 266px;
	height: 105px;
	background: url(/template/pc/skin/img/index/azsp_libg.png);
	font-size: 32.29px;
	text-align: center;
	box-shadow: 0 0 40px #1334ff;
	transition: all 0.5s ease;
}
.azsp .content li:hover{
    /*transform: rotate(45deg);*/
    /*-webkit-transform: rotate(45deg);*/
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.azsp .content li a{
	color: #fff;
	line-height: 105px;
}

/* zlhb */
.zlhb {
	padding: 115px 0 130px;
	background: url(/template/pc/skin/img/index/hb-bg.jpg);
	background-size: 100% 100%;
}

.zlhb .hb-tit img {
	width: 302px;
	display: block;
	margin: 0 auto 15px;
}

.zlhb .hb-tit p {
	font-size: 21px;
	text-align: center;
	color: #fff;
}

.zlhb .hb-img {
	width: 1130px;
	margin: 55px auto 0;
}

.zlhb .hb-img img {
	width: 100%;
}

/* zlhb end */









/* 本例子css */
.slideBox {
	width: 100%;
	height: 965px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	position: absolute;
	z-index: 7;
	bottom: 35px;
	left: 47%;
	padding: 5px 6px;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	/* float: left; */
	margin: 0 auto;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
	margin: 0 5px;
}

.slideBox .hd ul li.on {
	background: #00deff;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul{
	height: 100%;
}
.slideBox .bd li {
	height: 100%;
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 100%;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	width: 100px;
	height: 100px;
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
}
.slideBox:hover .prev{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox:hover .next{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prev {
    background: url(/template/pc/skin/img/prev.png) no-repeat;
	background-size: 100% 100%;
}
.slideBox .next {
    background: url(/template/pc/skin/img/next.png) no-repeat;
	background-size: 100% 100%;
}
/* 
.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
} */

/* 精彩视频 */
.jcshipin{
	width: 100%;
	height: 572px;
	background: url(/template/pc/skin/img/index/jcsp.jpg) no-repeat;
	background-size: 100% 572px;
}
.jc-spya{
	width: 100%;
	height: 366px;
}
.jc-video{
	width:640px;
	height: 366px;
	margin:auto;
	padding-top:170px;
}
.jc-video>video{
	background:transparent url('/template/pc/skin/img/index/v-fengm.jpg') 100% 100% content-box;
	background-size:contain;
	width: 640px;
	/* height: 366px; */
	margin-bottom: 40px;
}