@charset:"UTF-8";
.newsImg{
	width: 100%;height: 520px;
}
.location{
	width: 100%;height: 80px;
}
.location>aside{
	width: 1200px;height: 100%;color: #8c8c8c;
	margin: 0 auto;line-height: 80px;
}
.location>aside a{color: #8c8c8c;}
.location>aside a:hover{color: #009aff;}
.location>aside span:hover{color: #009aff;}

/* 新闻导航及内容 */
.newsNav{
	width: 100%;height: 80px;background: #f5f5f5;
}
.newsNav ul{
	display: flex;
	display: -webkit-flex;
	margin: 0 auto;line-height: 80px;
}
.newsNav .newWith1200{padding:0;}
.newsNav ul li{
	padding: 0 70px 0 0;
}
.newsNav ul li a{
	font-size: 19px;
}
.newsNav ul li:hover a,.newsNav ul li:active a{
	color: #009aff;
}
.newsNav ul li:hover a:after,.newsNav ul li:active a:after{
	content: "";display: block;
	width: 100%;height: 3px;
	background:  #009aff;
	transform: translateY(-4.5px);

	/* 动画帧 */
	-webkit-animation: change 1s ease;
	-moz-animation: change 1s ease;
	-ms-animation: change 1s ease;
	-o-animation: change 1s ease;
	animation: change 1s ease;
}
.active1 a{color: #009aff}
.newsNav ul li.active1 a:after{
	content: "";display: block;
	width: 100%;height: 3px;
	background:  #009aff;
	transform: translateY(-4.5px);

	/* 动画帧 */
	-webkit-animation: change 1s ease;
	-moz-animation: change 1s ease;
	-ms-animation: change 1s ease;
	-o-animation: change 1s ease;
	animation: change 1s ease;
}
@keyframes change{
	from{width:0%;}
	to{width:100%;}
}
/*Safari and Chrome*/
@-webkit-keyframes change{
	from{width:0%;}
	to{width:100%;}
}
.slideInUp{
	animation:mymove 5s infinite;
	-webkit-animation:mymove 5s infinite;
}
.news{	display: flex;
	display: -webkit-flex;}
.news>.newsLeft{
	width: 70%;
}
.news>.newsLeft .swiper-container{
	width:100%; height: 390px;
	margin-left: -0%;margin-right: -0%;
}
.news>.newsLeft .swiper-container .swiper-pagination{
	text-align: right;
	bottom: 17px;
}
.news>.newsLeft .swiper-container .swiper-slide{position: relative;}
.news>.newsLeft .swiper-container .swiper-slide>p{
	position: absolute;left: 0;bottom: 0;
	width: 100%;height: 65px;background: rgba(0, 0, 0, .4);

	font-size: 23px;text-indent: 20px;
}
.news>.newsLeft .swiper-container .swiper-slide>p a{
	width: 100%;height: 100%;color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.news>.newsLeft .swiper-container .swiper-pagination-bullet{
	background: #fff;width: 9px;height:9px;
}
.news .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;}
.news>.newsLeft .swiper-container .swiper-pagination>span:last-child{margin-right: 50px;}
.news>.newsLeft .swiper-container .swiper-pagination-bullet-active{
	background: #fff;
}
.news>.newsRight{width: 30%;margin:0 0 0 30px;}
.news>.newsRight .title{
		display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 20px;
}
.news>.newsRight .title i{
	width: 4px;height: 30px;
	background: #0092f1;
	display: inline-block;
}
.news>.newsRight .title span{
	font-size: 22px;color: #0092f1;
	margin-left: 10px;
}
.news>.newsRight .newsList1{margin-bottom: 20px;}
.news>.newsRight .newsList1:last-child{margin-bottom: 0;}
.news>.newsRight .newsList1 a{
	display: flex;
	display: -webkit-flex;
}
.news>.newsRight .newsList1 aside{
	margin-left: 10px;
}
.news>.newsRight .newsList1 aside p:first-child{
	font-size: 19px;color: #0092f1;
	margin: 6px 0 10px 0;
}
.news>.newsRight .newsList1 aside p:last-child{color: #6d6d6d}

.news>.newsLeft .bottom{
	width: 98%;padding-right: 1%;
	margin-top: 25px;
}
.news>.newsLeft .bottom section a{	display: flex;
	display: -webkit-flex;}
.news>.newsLeft .bottom>section {
	margin: 0 0 20px 0;padding-bottom: 20px;
	border-bottom: 1px dashed #cecece;
}
.news>.newsLeft .bottom>section a>aside{margin-left: 20px;}
.news>.newsLeft .bottom>section a>aside>h2{
	opacity: .85;margin-top: 10px;
}
.news>.newsLeft .bottom>section a>aside>h2:hover{color: red;}
.news>.newsLeft .bottom>section a>aside>.brief{
	color: #6d6d6d;line-height: 25px;margin:15px 0 10px 0;
}
.news>.newsLeft .bottom>section a>aside>.nameTime{
	color: #6d6d6d;font-size: 14px;text-align: right;
}
.news>.newsLeft .bottom>section a>aside>.nameTime .name{margin-right: 5px;}

.news>.newsRight .newsRight2,
.news>.newsRight .newsRight3{margin-top: 30px;}
.news>.newsRight .newsRight2 .imgNewsBox{margin-top: 25px;}
.news>.newsRight .newsRight2 .imgNews{position: relative;height: 192px;}
.news>.newsRight .newsRight2 .imgNews>img{width: 100%;height: 100%;}
.news>.newsRight .newsRight2 .imgNews>p{
	position: absolute;bottom: 0;left: 0;
	width: 100%;height: 45px;
	background: rgba(0,0,0,.4);
	font-size: 20px;text-indent: 20px;
	display: flex;
	display: -webkit-flex;align-items: center;
	-webkit-align-items: center;color: #fff;
}
.news>.newsRight .newsRight3 .moreNewsBox aside{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	border-bottom: 1px dashed #cecece;
	padding-bottom: 15px;margin-bottom: 15px;
}
.news>.newsRight .newsRight3 .moreNewsBox aside p{
	font-size: 18px;width: 75%;
}
.news>.newsRight .newsRight3 .moreNewsBox aside p:hover{color:red;}
.news>.newsRight .newsRight3 .moreNewsBox aside time{
	font-size: 14px;color: #6d6d6d;
	width: 25%;
}
/* 鼠标经过图片统一的变化样式 */
.news img:hover{
	transform: scale(1.1);
}

/* 新闻详情页 */
.news>.newsRightDa{width: 30%;}
.news>.newsRight .title2{
	color: #000;font-size: 22px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #d2d2d2;
	padding: 10px 0;
}
.width-1200-Da{padding:0;}


/* 产品详情页 */
.pc-slide {width: 560px;}
.view .swiper-container {
	width: 100%;height: auto;
}
.preview {
	width: 100%;margin-top: 10px;
	position: relative;
}
.preview .swiper-container {
	width: 100%;
	margin-left: 35px;
}
.preview .swiper-slide {
	width: 100px;
	height: 100%;
	cursor:pointer;
}
.preview .swiper-slide img{width: 100%;height: 100%;}

.preview .slide6 {
	width: 82px;
}
.preview .arrow-left {
	background: url('../images/contact/feel3.png') no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview .arrow-right {
	background: url('../images/contact/feel4.png') no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #f00;
	box-sizing: border-box;
}
.proDatailTop .proDatailBox{
	display: flex;
	display: -webkit-flex;padding-top: 0;
}
.proDatailTop .proDatailBox .TopRight{margin:0 20px;}
.proDatailTop .proDatailBox .praise{
	color: #f00;margin:10px 0 10px 15px;
}
.proDatailTop .proDatailBox .choice{
	margin-left: 15px;width: 570px;
}
.proDatailTop .proDatailBox .priceBox{
	background: #f3f3f3;
	padding:1px 20px 10px 20px;
}
.proDatailTop .proDatailBox .price{color: #999;margin:10px 0 15px 0;}
.proDatailTop .proDatailBox .price span:first-child{letter-spacing: 25px;}
.proDatailTop .proDatailBox .price i{
	display: inline-block;font-size: 25px;
	color: #d20514;margin-right: 7px;
}
.proDatailTop .TopRight .price span:last-child{
	font-size: 35px;color: #d20514;
}
.proDatailTop .TopRight .priList{
	color: #999;text-align: right;
}
.proDatailTop .TopRight .priList span{
	margin: 0 15px;
}
.proDatailTop .TopRight .region {margin-top:-12px;}
.proDatailTop .TopRight .region>aside:first-child{
	margin: 35px 0;
}
.proDatailTop .TopRight .region i{
	color: #999;margin-right: 30px;
}
.proDatailTop .TopRight .region span{
	font-size: 17px;border: 1px solid #d6d6d6;
	width: 90px;height: 38px;line-height: 38px;
	display: inline-block;text-align: center;
	box-sizing: border-box;cursor: pointer;
	margin: 0 15px;
}
.proDatailTop .region1 .change,.proDatailTop .region2 .change{
	display: none;
	background: url('../images/contact/juxing.jpg')no-repeat left top/100% 100%;
}
.change{
	display: none;
	background: url('../images/contact/juxing.jpg')no-repeat left top/100% 100%;
}
.proDatailTop button a{
	background: red;
	padding: 10px 50px;border-radius: 10px;
	display: flex;
	display: -webkit-flex;
	align-items:center;
	-webkit-align-items: center;
	font-size: 18px;color: #fff;
	margin-top: 20px;
}
.proDatailTop button a span{margin-left: 10px;}
.proDatailTop .proDatailBottom{
	display: flex;
	display: -webkit-flex;
}
.proDatailTop .datailRight>li{
	width: 272px;height: 320px;margin-top: 15px;
	text-align: center;overflow: hidden
}
.proDatailTop .datailRight>li p:first-child{
	font-size: 32px;color: #fff;margin-top: 28px;
}
.proDatailTop .datailRight>li p:nth-child(2){
	font-size: 18px;color: #333;margin: 60px 0 20px 0;
}
.proDatailTop .datailRight>li p:nth-child(3){
	font-size: 14px;color: #777;
	margin: 0 auto;line-height: 25px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 20px;
}
.proDatailTop .datailRight>li p:last-child{
	margin-top: 20px;
}
.proDatailTop .datailRight>li p:last-child i{
	color: #999;
}
.proDatailTop .datailRight>li p:last-child span{
	font-size: 30px;color: #d20514;
	margin: 0 5px;
}

/* 当前位置 */
.dangLocation .dang-width-1200{padding:25px 0;color: #8c8c8c}
.dangLocation .dang-width-1200 a{color: #8c8c8c}
.dangLocation .dang-width-1200 a:hover{color: #009aff}