.newproCon{
	width: 100%;
	height: 662px;
	box-sizing: border-box;
}
.newproCon .new-ban-cenBox{
	width: 100%;
	height: 100%;
	position: relative;
}
.newproCon .pcnavBg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.newproCon .pcnavBg,.ph-pcnavBg{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.newproCon .navTainer{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	z-index: 15;
	
}
.newproCon .navTainer .topTis{
	text-align: center;
	margin-bottom: 150px;
}
.newproCon .navTainer .topTis h2 span{
	font-size: 40px;
	display: block;
	color: #ffffff;
}
.newproCon .navTainer .topTis h2 i{
	font-size: 15px;
	color: #ffffff;
	display: block;
	padding-top: 35px;
}
.pro-list-box{
	margin: auto;
	overflow: hidden;
}
.pro-list-box>ul{
	width: 70%;
	margin: auto;
	overflow: hidden;
	text-align: center;
}
.pro-list-box>ul>li{
	list-style: none;
	/* float: left; */
}
.pro-list-box>ul>li{
	width: 18%;
	margin-right: 2%;
	display: inline-block;
}
.pro-list-box>ul>li:nth-of-type(5n){
	margin-right: 0;
}
.pro-list-box>ul>li a{
	display: block;
	border: 1px #FFFFFF solid;
	line-height: 52px;
	height: 52px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	transition: all .35s;
	
}
.pro-list-box>ul>li a:hover{
	background: rgba(67,155,191,0.55);
}



.solutBox{
	width: 100%;
	margin-bottom: 530px;
	padding: 50px 0;
	background-color: #FFFFFF;
}
.solut-tops {
	text-align: center;
	margin-bottom: 60px;
}
.solut-tops h3{
	font-size: 30px;
	line-height: 35px;
	color: #074296;
	padding-bottom: 30px;
	border-bottom: 1px #eeeeee solid;
}
.solut-ti-desc{
	padding: 50px;
}
.solut-ti-desc p{
	font-size: 13px;
	line-height: 25px;
	color: #060606;
}
.iconbox{
	width: 100%;
	text-align: center;
}
.iconbox a{
	display: inline-block;
	width: 169px;
	height: 46px;
	border-radius: 23px;
	background-color: #E68200;
	font-size: 15px;
	text-align: center;
	text-indent: 24px;
	line-height: 46px;
	color: #ffffff;
	margin: 5px 15px;
	background-position: 20% center;
	background-repeat: no-repeat;
}
.iconbox a:nth-child(1){
	background-image: url(../images/fuwu.png);
}
.iconbox a:nth-child(2){
	background-image: url(../images/liuyan.png);
}

.soult-itemBox{
	width: 100%;
	border-top: 1px #e9e9e9 solid;
	padding: 60px 0 70px;
	box-sizing: border-box;
	
}
.item1-lt{
	width: 63%;
	padding: 25px 30px;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 0px 0px 15px 1px #ededed;
	-webkit-box-shadow: 0px 0px 15px 1px #ededed;
	-moz-box-shadow: 0px 0px 15px 1px #ededed;
	position: relative;
	cursor: pointer;
	margin-right: 4%;
	
}

.item1-lt video,.pop-viebox video{
	width: 100%;
}

.pop-video-box{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 888;
	display: none;
}
.pop-video-box .pop-viebox{
	width: 70%;
	position: absolute;
	background-color: #08499B;
	padding: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 900;
}
.pop-video-close{
	position: absolute;
	top: 10%;
	right: 10%;
	z-index: 900;
	cursor: pointer;
}

.video-hov{
	width: 100%;
	height: 100%;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	background-color: rgba(0,0,0,0.1);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.video-hov img{
	position: absolute;
	z-index: 30;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.item1-lt:hover .video-hov{
	opacity: 0;
	height: 0;
}

.item1-rh{
	width: 33%;
	min-height: 445px;
	padding: 30px 15px 15px;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px #ededed solid;
	box-shadow: 0px 0px 15px 1px #ededed;
	-webkit-box-shadow: 0px 0px 15px 1px #ededed;
	-moz-box-shadow: 0px 0px 15px 1px #ededed;
	
	
}

.item1-rh h4{
	font-size: 15px;
	line-height: 15px;
	color: #000000;
	margin-bottom: 30px;
}

.swit-city{
	width: 237px;
	height: 46px;
	margin: 0 auto 35px;
	box-shadow: 0px 1px 16px 0px rgba(203, 203, 203, 0.35);
	-webkit-box-shadow: 0px 1px 16px 0px rgba(203, 203, 203, 0.35);
	-moz-box-shadow: 0px 1px 16px 0px rgba(203, 203, 203, 0.35);
	border-radius: 23px;
	font-size: 15px;
	position: relative;
	
	
	
}
.swit-city .city-play{
	line-height: 46px;
	color: #4f4f4f;
	display: block;
	
}
.city-play i{
	width: 16px;
	height: 16px;
	background-image: url(../images/area-down.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	display: inline-block;
	margin-left: 10px;
	
}
.swit-city ul{
	display: none;
    width: 90%;
    position: absolute;
    border: 1px #e2e0e0 solid;
    background-color: #FFFFFF;
    top: 100%;
    left: 5%;
	
}
.swit-city ul li{
	line-height: 35px;
	width: 100%;
	cursor: pointer;
}

.playlist{
	width: 100%;
	margin: auto;
	overflow: hidden;
	
}
.list-img{
	display: none;
}
.act-show{
	display: block;
}
.list-img img{
	max-width: 100%;
}
.itembox1{
	margin-bottom: 70px;
	box-sizing: border-box;
	
}

.pro-playlist{
	border: 1px #E5E5E5 solid;
	position: relative;
	height: 340px;
	margin-bottom: 170px;
	
	
}
.pro-tisp{
	width: 221px;
	height: 46px;
	box-shadow: 0px 1px 16px 0px rgba(203, 203, 203, 0.35);
	-webkit-box-shadow: 0px 1px 16px 0px rgba(203, 203, 203, 0.35);
	-moz-box-shadow: 0px 1px 16px 0px rgba(203, 203, 203, 0.35);
	border-radius: 23px;
	border: solid 1px #0055D5;
	position: absolute;
	left: 50%;
	top: -23px;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 46px;
	font-size: 15px;
	color: #333333;
	transform: translateX(-50%);
}

.Relevant-areas{
    width: 94%;
    height: 430px;
    position: absolute;
    top: 17%;
    left: 3%;
    z-index: 40;
	background-color: #FFFFFF;
	
}
.Relevant-areas .swiper-container{
	width: 100%;
	height: auto;
	padding-bottom: 40px;
}
.Relevant-areas .swiper-slide{
	padding: 20px 8px;
	
}
.area-item1{
	text-align: center;
	box-shadow: 0px 1px 16px 0px rgba(203, 203, 203, 0.27);
	-webkit-box-shadow: 0px 1px 16px 0px rgba(203, 203, 203, 0.27);
	-moz-box-shadow: 0px 1px 16px 0px rgba(203, 203, 203, 0.27);
	min-height: 385px;
	position: relative;
}
.area-imgbox{
	width: 80%;
    margin: auto;
    padding: 25px 0 50px;
}
.pro-name{
	font-size: 22px;
	line-height: 26px;
	color: #414141;
	margin-bottom: 40px;
	overflow: hidden;
}
.pro-name img{
	max-width: 100%;
}
.pro-more a{
	width: 172px;
	height: 36px;
	margin: auto;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
	color: #000000;
	border: solid 1px #0055D5;
	border-radius: 22px;
	position: absolute;
	bottom: -17px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #FFFFFF;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.pro-more a:hover{
	background-color: #0055D5;
	color: #FFFFFF;
}


.ph-foot,.pro-phone{
	display: none;
}







@media screen and (max-width:1500px) {
	.newproCon{
		height: 540px;
	}
	.newproCon .navTainer .topTis {
		margin-bottom: 88px;
	}
}











@media screen and (max-width:968px) {
	.solut-ti-desc p img{
		max-width: 100%;
	}
	.pcnavBg,.pro-list-box{
		display: none;
	}
	
	.ph-foot,.ph-pcnavBg,.pro-phone{
		display: block;
	}
	.newproCon{
		height: 193px;
	}
	.newproCon .navTainer .topTis{
		margin-bottom: 0;
	}
	.newproCon .navTainer .topTis h2 span{
		font-size: 26px;
	}
	.newproCon .navTainer .topTis h2 i{
		padding-top: 18px;
	}
	.pro-list-box>ul,.pro-list-box>ul>li,.itembox1,.item1-lt,.item1-rh{
		width: 100%;
	}
	.item1-lt,.item1-rh{
		box-shadow: none;
	}
	.item1-lt{
		padding: 15px;
	}
	.item1-rh h4,.swit-city{
		margin-bottom: 20px;
	}
	.soult-itemBox {
		padding: 30px 0 70px;
	}
	.item1-rh{
		margin-top: 30px;
		min-height: 415px;
	}
	.pro-playlist{
		width: 90%;
	}
	.pro-tisp{
		width: 165px;
	}
	.solut-tops{
		width: 100%;
		margin-bottom: 30px;
	}
	
	.pro-list-box>ul>li a{
		color: #333333;
		margin-bottom: 0;
		width: 96%;
		text-align: left;
		padding-left: 40px;
		border-bottom: 1px #f3f0f0 solid;
		margin: auto;
	}
	.pro-list-box>ul>li a:hover{
		background-color: transparent;
	}
	.solut-ti-desc {
		padding: 10px 20px 25px;
		text-align: left;
	}
	.pro-phone h4{
	    font-size: 17px;
		color: #333333;
		padding: 16px 22px;
		border-bottom: 1px #D7D7D7 solid;
		background-image: url(../images/ph-drowjia.png);
		background-repeat: no-repeat;
		background-position: 94% center;
		background-size: 16px;
		transition: all .6s ease;
		-webkit-transition: all .6s ease;
	}
	.pro-phone ul{
		display: none;
	}
	.phnav-jian {
		background-image: url(../images/ph-drowjian.png) !important;
		transition: all .6s ease;
		-webkit-transition: all .6s ease;
		-moz-transition: all .6s ease;
	}
	.solutBox{
		margin-bottom: 0 !important;
		padding: 20px 0;
	}
	.solut-tops h3{
		font-size: 22px;
		padding-bottom: 15px;
	}
	
	.iconbox a {
		width: 135px;
		height: 40px;
		font-size: 14px;
		text-indent: 25px;
		line-height: 40px;
		margin: 0;
		background-position: 18% center;
		background-size: 22px;
	}
	.iconbox a:nth-child(1){
		margin-right: 12px;
	}
	
	.area-imgbox {
		width: 100%;
		margin: auto;
		padding: 21px 0 33px;
	}
	.area-item1{
		padding-bottom: 10px;
	}
	
	.pop-video-box .pop-viebox{
		width: 90%;
	}
	.pop-video-close {
		top: 26%;
		right: 5%;
	}
	
}