﻿@charset "utf-8";

.wavenet_search {
	background: url(../images/search_bg.gif) center;
	height: 150px;
}

.wavenet_search .left {
	padding: 32.5px 0;
	width: 515px;
}

.wavenet_search .pho {
	background: url(../images/icon01.png) no-repeat 50px 50px;
	font-size: 18px;
	color: #474747;
	box-sizing: border-box;
	padding: 45px 50px 45px 110px;
	font-weight: bold;
}

.wavenet_search .pho strong {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #14912c;
	font-size: 30px;
}

.wavenet_search .search {
	height: auto;
	border-left: 1px solid #d5d5d5;
	height: 150px;
	padding-left: 50px;
}

.wavenet_search .search .wechat {
	padding: 15px 0;
}

.wavenet_search .search .wechat img {
	border: 1px solid #efefef;
	width: 118px;
}

.wavenet_search .search .wechat span {
	display: inline-block;
	padding: 10px 10px;
	text-align: center;
}

/* wavenet_product */
.wavenet_product {
	box-sizing: border-box;
	padding: 50px 0 0;
}

.wavenet_product ul {
	overflow: hidden;
	zoom: 1;
	display: flex;
	justify-content: space-between;
}

.wavenet_product ul li {
	margin: 0 6px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.wavenet_product ul li .pic {
	text-align: center;
}

.wavenet_product ul li .pic img {
	width: 384px;
	height: 293px;
	display: block;
	border: 1px solid #f5f5f5;
}

.wavenet_product ul li .pic a:hover img {
	border-color: #14912c;
}

.wavenet_product ul li .title a {
	line-height: 3;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

/* wavenet_ys */
.wavenet_ys {
	background: url(../images/wavenet_bg01.gif) center;
	height: 940px;
	padding: 65px 0;
	box-sizing: border-box;
}

.wavenet_ys .tit {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}

.wavenet_ys .tit span {
	color: #008ad4;
}

.wavenet_ys .tit strong {
	display: block;
	color: #333;
}

.wavenet_ys .tit em {
	font-style: normal;
	color: #585858;
	font-size: 20px;
	font-weight: normal;
	line-height: 2.5;
	position: relative;
}

.wavenet_ys .tit em::after {
	content: '';
	width: 40px;
	height: 1px;
	background-color: #585858;
	position: absolute;
	right: -70px;
	top: 15px;
}

.wavenet_ys .tit em::before {
	content: '';
	width: 40px;
	height: 1px;
	background-color: #585858;
	position: absolute;
	left: -70px;
	top: 15px;
}

.wavenet_ys_nav {
	height: 177px;
	overflow: hidden;
}

.wavenet_ys_nav li {
	float: left;
	margin-right: 40px;
	width: 270px;
	overflow: hidden;
	font-size: 24px;
	color: #333333;
	position: relative;
}

.wavenet_ys_nav li:last-child {
	margin-right: 0;
}

.wavenet_ys_nav li p {
	background: url(../images/ys_ico.png) no-repeat right 48px;
	line-height: 32px;
	height: 177px;
}

.wavenet_ys_nav li i {
	display: block;
	padding-top: 26px;
	font-size: 12px;
	color: #cecece;
	text-transform: uppercase;
	font-family: Arial;
	line-height: 15px;
	font-style: normal;
}

.wavenet_ys_nav li::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	background: #d5d5d5;
}

.wavenet_ys_nav li::after {
	position: absolute;
	content: "";
	width: 99px;
	height: 2px;
	top: 0;
	left: 0;
	background: #018cd7;
}

.wavenet_ys_nav .li01 {
	background: url(../images/01.png) no-repeat left 92px;
	height: 178px;
}

.wavenet_ys_nav .li02 {
	background: url(../images/02.png) no-repeat left 92px;
	height: 178px;
}

.wavenet_ys_nav .li03 {
	background: url(../images/03.png) no-repeat left 92px;
	height: 178px;
}

.wavenet_ys_nav .li04 {
	background: url(../images/04.png) no-repeat left 92px;
	height: 178px;
}

.wavenet_ys_nav .li01:hover,
.wavenet_ys_nav .li01.cur {
	background: url(../images/01-1.png) no-repeat left 92px;
	height: 178px;
}

.wavenet_ys_nav .li02:hover,
.wavenet_ys_nav .li02.cur {
	background: url(../images/02-2.png) no-repeat left 92px;
	height: 178px;
}

.wavenet_ys_nav .li03:hover,
.wavenet_ys_nav .li03.cur {
	background: url(../images/03-3.png) no-repeat left 92px;
	height: 178px;
}

.wavenet_ys_nav .li04:hover,
.wavenet_ys_nav .li04.cur {
	background: url(../images/04-4.png) no-repeat left 92px;
	height: 178px;
}

.wavenet_ys_c {
	height: 500px;
	overflow: hidden;
}

.wavenet_ys_c dt {
	float: left;
	width: 837px;
	height: 500px;
	overflow: hidden;
}

.wavenet_ys_c dt img {
	width: 837px;
	height: 500px;
}

.wavenet_ys_c dd {
	float: right;
	width: 363px;
	height: 500px;
	background: url(../images/wavenet_bg04.gif) #0c4949;
	overflow: hidden;
	padding: 42px 32px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wavenet_ys_c dd h3 {
	font-size: 26px;
	color: #fff;
	line-height: 2;
	font-weight: normal;
	margin-bottom: 20px;
}

.wavenet_ys_c dd h3 a {
	color: #fff;
}

.wavenet_ys_c dd p {
	font-size: 14px;
	line-height: 2;
	color: #fff;
	box-sizing: border-box;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}

.wavenet_ys_c dd p::before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	top: 12px;
	left: 0;
}

/* wavenet_cases */
.wavenet_cases {
	background: url(../images/wavenet_bg02.jpg) center;
	height: 632px;
	box-sizing: border-box;
	padding: 50px 0;
}

.wavenet_cases .t {
	color: #fff;
}

.wavenet_cases .t em {
	color: #fff;
}

.wavenet_cases_con {
	position: relative;
	margin: 0 auto;
	width: 1290px;
}

.wavenet_cases_con .bd {
	overflow: hidden;
	width: 1290px;
	padding: 0 45px;
	box-sizing: border-box;
}

.wavenet_cases_con .bd .prev,
.wavenet_cases_con .bd .next {
	display: block;
	width: 90px;
	height: 36px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/icon04.png) no-repeat #aaaaaa;
	position: absolute;
	z-index: 999;
	right: 0;
	top: 38%;
}

.wavenet_cases_con .bd .next {
	background-position: 0 -36px;
	left: 0
}

.wavenet_cases_con .bd .prev:hover,
.wavenet_cases_con .bd .next:hover {
	background-color: #14912c;
}


.wavenet_cases_con .bd ul {
	overflow: hidden;
	zoom: 1;
}

.wavenet_cases_con .bd ul li {
	margin: 0 6px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.wavenet_cases_con .bd ul li .pic {
	text-align: center;
}

.wavenet_cases_con .bd ul li .pic img {
	width: 384px;
	height: 293px;
	display: block;
	border: 3px solid #fff;
}

.wavenet_cases_con .bd ul li .pic a:hover img {
	border-color: #14912c;
}

.wavenet_cases_con .bd ul li .title a {
	line-height: 3;
	font-size: 18px;
	color: #fff;
}


/* wavenet_news */
.wavenet_news {
	box-sizing: border-box;
	padding: 50px 0;
}

.wavenet_news .left {
	width: 590px;
}

.wavenet_news .left dt {
	position: relative;
	width: 100%;
}

.wavenet_news .left dt img {
	width: 590px;
	height: 515px;
}

.wavenet_news .left dl {
	width: 100%;
	position: relative;
}

.wavenet_news .left dd {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 180px;
	background: #14912c;
	box-sizing: border-box;
	padding: 20px;
	color: #ffffff;
}

.wavenet_news .left dd h3 {
	width: 100%;
	font-size: 18px;
	line-height: 2;
}

.wavenet_news .left dd p {
	width: 100%;
	font-size: 15px;
	line-height: 2;
}

.wavenet_news .right {
	width: 590px;
}

.wavenet_news .right dl {
	background-color: #f5f5f5;
	height: 165px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.wavenet_news .right dl dt {
	width: 300px;
	height: 165px;
	position: absolute;
	right: 0;
	z-index: 1;
}

.wavenet_news .right dl dt img {
	width: 300px;
	height: 165px;
}

.wavenet_news .right dl dd {
	width: 290px;
	height: 130px;
	position: absolute;
	left: 17.5px;
	top: 17.5px;
	background-color: #fff;
	z-index: 2;
	padding: 15px 20px;
	box-sizing: border-box;
}

.wavenet_news .right dl dd h3 {
	font-size: 14px;
}

.wavenet_news .right dl dd .date {
	color: #a1a1a1;
	font-size: 12px;
	line-height: 2;
}

.wavenet_news .right dl dd em {
	background-color: #14912c;
	color: #fff;
	padding: 0 10px;
	border-radius: 15px;
	display: inline-block;
	margin-top: 5px;
}

.wavenet_news .right dl:hover dd {
	background-color: #14912c;
	color: #fff;
}

.wavenet_news .right dl:hover dd em {
	background-color: #fff;
	color: #333;
}

.wavenet_news .right dl:hover dd .date {
	color: #fff;
}

/* wavenet_about */
.wavenet_about {
	background: url(../images/wavenet_bg03.jpg) no-repeat center 0;
	height: 750px;
	position: relative;
}

.wavenet_about_con {
	background: url(../images/wavenet_bg05.png);
	height: 222px;
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 1225px;
}

.wavenet_about_con .left {
	padding: 0 0 26px 26px;
	width: 294px;
	box-sizing: border-box;
}

.wavenet_about_con .right {
	width: 880px;
	padding: 30px;
	box-sizing: border-box;
}

.wavenet_about_con .right p {
	font-size: 16px;
	line-height: 36px;
	text-indent: 30px;
	color: #333;
}

.wavenet_about_pic {
	width: 1200px;
	overflow: hidden;
	position: relative;
	padding: 30px 0;
}

.wavenet_about_pic .bd {
	padding: 10px;
}

.wavenet_about_pic .bd ul {
	overflow: hidden;
	zoom: 1;
}

.wavenet_about_pic .bd ul li {
	margin: 0 22px;
	float: left;
	overflow: hidden;
	text-align: center;
}

.wavenet_about_pic .bd ul li .pic {
	text-align: center;
}

.wavenet_about_pic .bd ul li .pic img {
	width: 360px;
	height: 270px;
	display: block;
	padding: 5px;
	border: 1px solid #ccc;
}

.wavenet_about_pic .bd ul li .pic a:hover img {
	border-color: #999;
}

.wavenet_about_pic .bd ul li .title {
	line-height: 3;
	background-color: #f0f0f0;
	color: #333;
}

.wavenet_about_pic .bd ul li:hover .title {
	background-color: #0080c5;
	color: #fff;
}

.wavenet_about_pic .bd ul li:hover .title a {
	background-color: #0080c5;
	color: #fff;
}

.wavenet_partner {
	background-color: #f5f5f5;
	padding: 50px 0;
}

.wavenet_partner ul {
	background: url(../images/partner.jpg);
	height: 309px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.wavenet_partner ul li {
	width: 16.66666666666667%;
}

.wavenet_partner ul img {
	width: 110px;
	height: 70px;
}