/* contact */
.wavenet_page_lxwm01 {
    background: url(../images/contact_bg1.jpg) no-repeat 0 0;
    padding: 15px 30px 0 250px;
    margin-top: 30px;
    height: 168px;
}

.wavenet_page_lxwm01 h4 {
    font-size: 24px;
    color: #14912c;
    margin: 15px auto;
    font-weight: normal;
}

.wavenet_page_lxwm01 p {
    line-height: 2;
    font-size: 16px;
}

.wavenet_page_lxwm02 {
    color: #333333;
    margin-top: 20px;
    font-size: 14px;
    background: #f5f5f5;
    padding: 24px 30px;
}

.wavenet_page_lxwm02 dt {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
    color: #333;
    border-bottom: 2px solid #14912c;
    padding-bottom: 21px;
    box-sizing: border-box;
}

.wavenet_page_lxwm02 dd {
    margin: 20px 0px 0px;
    padding: 0px 0px 14px 70px;
    line-height: 47px;
    border-bottom-color: #DDDDDD;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 17px;
    width: 48%;
    box-sizing: border-box;
}

.wavenet_page_lxwm02 dd:nth-child(odd) {
    float: right;
}

.wavenet_page_lxwm02 dd:nth-child(even) {
    float: left;
}

.wavenet_page_lxwm02 .tel {
    background: url(../images/lxwm/tel.png) no-repeat left top;
}

.wavenet_page_lxwm02 .web {
    background: url(../images/lxwm/web.png) no-repeat left top;
}

.wavenet_page_lxwm02 .add {
    background: url(../images/lxwm/add.png) no-repeat left top;
}

.wavenet_page_lxwm03 .left {
    width: 400px;
    background-color: #14912c;
    color: #fff;
    float: left;
    height: 500px;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 0;

}

.wavenet_page_lxwm03 .left dt img {
    width: 300px;
}

.wavenet_page_lxwm03 .left h1 {
    text-align: left;
    font-size: 20px;
    line-height: 180%;
}

.wavenet_page_lxwm03 .left span {
    display: none;
}
.wavenet_page_lxwm03 .left dl{padding-left: 30px;}
.wavenet_page_lxwm03 .left dd {
    line-height: 3;
    display: block;
    padding-left: 35px;
    text-align: left;
    font-size: 16px;
}


.wavenet_page_lxwm03 .tel {
    background: url(../images/icons/tel_w.png) no-repeat 0 10px;
}

.wavenet_page_lxwm03 .add {
    background: url(../images/icons/add_w.png) no-repeat 0 10px;
}

.wavenet_page_lxwm03 .email {
    background: url(../images/icons/email_w.png) no-repeat 0 10px;
}

.wavenet_page_lxwm03 .phone {
    background: url(../images/icons/phone_w.png) no-repeat 0 10px;
}

.wavenet_page_lxwm03 .name {
    background: url(../images/icons/name_w.png) no-repeat 0 10px;
}

.wavenet_page_lxwm03 .fax {
    background: url(../images/icons/fax_w.png) no-repeat 0 10px;
}

.wavenet_page_lxwm03 .right {
    width: 800px;
    float: right;
}

/* 单页面 */
.wavenet_page p {
    line-height: 190%;
    font-size: 16px;
	margin-bottom: 10px;
}

.wavenet_page {
    margin-top: 36px;
}

.wavenet_page dt {
    width: 502px;
    float: left;
}

.wavenet_page dd {
    width: 670px;
    float: left;
    margin-left: 28px;
    margin-top: 35px;
}

.wavenet_page dd h3 {
    font-weight: bold;
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    color: #00427E;
}

.wavenet_page dd p {
    font-size: 16px;
}

/* 图片 */
/*图片模型(专用）排版*/
.wavenet_page_pic {
    text-align: center;
    padding: 20px 0;
}

.wavenet_page_pic ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0
}

.wavenet_page_pic ul li {
    margin-bottom: 20px;
    width: 31.3333333%;
    box-sizing: border-box;
    padding: 8px;
    cursor: pointer;
    border: 1px solid #dadada;
    margin-right: 3%;
}
.wavenet_page_pic ul li:nth-child(3n+0){margin-right: 0;}
.wavenet_page_pic ul li img {
    width: 100%;
    box-sizing: border-box;
   height: 254px
}

.wavenet_page_pic ul li .tit {
    line-height: 180%;
}
/* partner */
.wavenet_page_pic_partner {
    text-align: center;
    padding: 20px 0;
}

.wavenet_page_pic_partner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0
}

.wavenet_page_pic_partner ul li {
    margin-bottom: 20px;
    width: 23%;
    box-sizing: border-box;
    padding: 8px;
    cursor: pointer;
    border: 1px solid #dadada;
}

.wavenet_page_pic_partner ul li img {
    width: 100%;
    box-sizing: border-box;
    max-height: 254px
}

.wavenet_page_pic_partner ul li .tit {
    line-height: 3;
}

/* tram */
.wavenet_page .team {
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 24px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.wavenet_page .team li {
    width: 100%;
    font-weight: bold;
}

.wavenet_page .team li .top {
    font-size: 18px;
    line-height: 2;
    color: #333;
}

.wavenet_page .team li .b {
    color: #14912c;
    font-size: 72px;
    position: relative;
}

.wavenet_page .team li .b em {
    position: absolute;
    font-size: 30px;
    top: 0;
    color: #333;
}

.wavenet_page .team li i {
    font-size: 18px;
    line-height: 2;
    color: #333;
}

.wavenet_page .team01 p {
    font-size: 18px;
    line-height: 3;
    text-indent: 30px;
}

/* Organization */
.wavenet_page .organization {
    background-color: #f5f5f5;
    padding: 24px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.wavenet_page .organization img {
    float: left;
    width: 500px;
}

.wavenet_page .organization p {
    width: 550px;
    float: right;
    padding: 0 30px;
    font-size: 18px;
    line-height: 3;
    font-weight: bold;
    color: #333;
}

/* news */
.wavenet_news_l {
    margin-top: 20px;
}

.wavenet_news_l .left {
    width: 240px;
}

.wavenet_news_l .left .tit {
    background: #14912c;
    height: 80px;
}

.wavenet_news_l .left .tit h3 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.l_nav-one h3 {
    height: 50px;
    line-height: 50px;
    background: url(../images/icon05.png) no-repeat right center #ececeb;
    margin-bottom: 2px;
    overflow: hidden;
}

.l_nav-one h3 a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l_nav-one h3.navcur,
.l_nav-one h3:hover {
    background: url(../images/icon06.png) no-repeat right center #14912c;
}

.l_nav-one h3.navcur a,
.l_nav-one h3:hover a {
    color: #fff;
}

.wavenet_news_l .right {
    width: 930px;
}

.infolist-list dl {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px 22px 22px 22px;
    background: #fff;
    overflow: hidden;
}

.infolist-list dt {
    width: 29.5%;
    float: left;
    margin-right: 2.8%;
}

.infolist-list dt img {
    width: 100%;
    display: block;
}
.infolist-list dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}

.infolist-list h4 a {
    display: block;
    height: 40px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infolist-list dl:hover {
    border: 1px solid #14912c;
}

.infolist-list dl:hover h4 a {
    color: #14912c;
}

.infolist-list-desc {
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}

.infolist-list-deta {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}

.infolist-list-deta a {
    color: #fff;
}

.infolist-list dl:hover .infolist-list-deta {
    background: #14912c;
    border-color: #14912c;
}

.infolist-list dl:hover .infolist-list-deta a {
    color: #fff;
}

/* news详情页 */
.wavenet_news_show {
    background: #fff;
    padding: 18px 0;
}
.wavenet_news_show img{max-width: 100%;}
.wavenet_news_show-tit {
    height: 38px;
    font-size: 24px;
    font-weight: normal;
    line-height: 38px;
    color: #4b4a4a;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wavenet_news_show-sour {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #aaa;
    margin-bottom: 20px;
}

.wavenet_news_show-sour a {
    color: #aaa;
}

.wavenet_news_show-sour span {
    margin: 0 9px;
}

.wavenet_news_show-text {
    padding: 16px 18px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #d6d6d6;
    margin-bottom: 22px;
}

.wavenet_news_show-text-t1 {
    width: 78px;
    float: left;
    color: #342f2e;
    margin-right: -78px;
}

.wavenet_news_show-text-t2 {
    padding-left: 80px;
}

.wavenet_news_show {
    line-height: 190%;
    font-size: 16px;
}

.wavenet_news_show p {
    margin-bottom: 10px;
}

/* 相关推荐 */
.tuijian-tit {
    height: 55px;
    font-size: 24px;
    line-height: 55px;
    color: #4b4a4a;
}

.tuijian-list li {
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    color: #4b4a4a;
    border-top: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tuijian-list li a {
    color: #4b4a4a;
}

.tuijian-list li span {
    float: right;
}


.tuijian-pagin-01 dl {
    margin-bottom: 24px;
}

.tuijian-pagin-01 dd {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tuijian-pagin-01 dd b {
    float: right;
    font-weight: normal;
}

.tuijian-pagin-01 dd span {
    width: 60px;
    height: 32px;
    background: #a2a2a2;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.tuijian-pagin-01 dt {
    height: 1px;
    border-bottom: 1px dashed #b5b5b5;
    margin-left: 60px;
    padding-top: 2px;
    margin-bottom: 2px;
}

.tuijian-pagin-01 dd em {
    float: right;
    font-style: normal;
    padding-left: 20px;
    font-weight: normal;
}

.tuijian-pagin-01 dl a {
    color: #4b4a4a;
}

.tuijian-pagin-01-href {
    float: right;
    font-size: 18px;
    line-height: 32px;
}

.tuijian-pagin-01-href span {
    display: inline-block;
    padding: 0 6px;
    margin-left: 4px;
    background: #14912c;
}

.tuijian-pagin-01-href a {
    display: block;
    color: #fff;
}

.tuijian-pagin-01-key {
    min-height: 40px;
    border-top: 1px solid #14912c;
    font-size: 14px;
    line-height: 40px;
    color: #575556;
}

.tuijian-pagin-01-key a {
    color: #575556;
}

.tuijian-pagin-01-key span {
    display: inline-block;
    margin: 0 4px;
}



/* 搜索结果 */
.xnznr-page {
    text-align: center;
    margin-top: 25px;
}

.xnznr-page-main {
    margin-bottom: 30px;
}

.xnznr-page a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #aaa;
    vertical-align: middle;
    margin-right: 4px;
}

.xnznr-page a.cur {
    color: #fff;
    background: #124a62;
    border: 1px solid #124a62;
}

.xnznr-page a img {
    display: block;
}

.search_res-tit {
    border-bottom: 1px solid #ccc;
}

.search_res-tit h3 {
    height: 46px;
    text-align: left;
    line-height: 46px;
    background: #14912c;
    color: #fff;
    font-weight: normal;
    position: relative;
    top: 1px;
    font-size: 18px;
}

.search_res-main dl {
    padding: 23px 0;
    clear: both;
    border-bottom: 1px solid #cbcbcb;
    display: inline-block;
    width: 100%;
}

.search_res-main dt {
    width: 18%;
    padding-right: 23px;
    float: left;
}

.search_res-main dt img {
    width: 100%;
}

.search_res-main dd {
    float: left;
    width: 79%;
}

.search_res-main dd h4 {
    font-size: 18px;
    font-weight: normal;
}

.search_res-main dd h4 span {
    color: #f00;
}

.search_res-desc {
    line-height: 30px;
    height: 60px;
    padding-top: 8px;
    overflow: hidden;
}


.xnznr-page-main {
    text-align: center;
    margin-top: 25px;
}

.xnznr-page-main a,
.xnznr-page-main span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #aaa;
    vertical-align: middle;
    margin-right: 4px;
}

.xnznr-page-main .laypage_curr {
    color: #fff;
    background: #666;
    border: 1px solid #666;
}

.xnznr-page-main a img {
    display: block;
}


/* product */
.wavenet_product_l {
    margin-top: 20px;
}

.wavenet_product_l .left {
    width: 240px;
}

.wavenet_product_l .left .tit {
    background: #105daa;
    height: 80px;
}

.wavenet_product_l .left .tit h3 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.wavenet_product_l .right ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.wavenet_product_l .right ul li {
    margin-bottom: 10px;
    margin-right: 43px;
}

.wavenet_product_l .right ul li:nth-child(3n+0) {
    margin-right: 0;
}

.wavenet_product_l .right ul li .pic {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;

}

.wavenet_product_l .right ul li .pic:hover {
    border: 1px solid #00427E;
}

.wavenet_product_l .right ul li img {
    border-radius: 10px;
    width: 285px;
    height: 225px;
    transition: 0.3s all;
    overflow: hidden;
}

.wavenet_product_l .right ul li img:hover {
    transform: scale(1.05);
}

.wavenet_product_l .right ul li .t {
    line-height: 60px;
    text-align: center;
}

.wavenet_product_l .right ul li:hover .t a {
    color: #00427E;
}

.wavenet_product_l .right {
    width: 1010px;
}

/* 产品详情页 */
.wavenet_product_show {
    background: #fff;
    padding: 18px 0;
}

.wavenet_product_show-tit {
    height: 38px;
    font-size: 24px;
    font-weight: normal;
    line-height: 38px;
    color: #4b4a4a;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wavenet_product_show-sour {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #aaa;
    margin-bottom: 20px;
}

.wavenet_product_show-sour a {
    color: #aaa;
}

.wavenet_product_show-sour span {
    margin: 0 9px;
}

.wavenet_product_show-text {
    padding: 16px 18px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #d6d6d6;
    margin-bottom: 22px;
}

.wavenet_product_show-text-t1 {
    width: 78px;
    float: left;
    color: #342f2e;
    margin-right: -78px;
}

.wavenet_product_show-text-t2 {
    padding-left: 80px;
}

.wavenet_product_show {
    line-height: 2;
    font-size: 16px;
}