﻿@charset "utf-8";
@import url("styles.css");
/*
   * wx. c5h865 *
*/  

/* head */
.header {
   width: 100%;
   padding: 0 2%;
   background-color: #fff;
   position: fixed;
   top: 0;
   z-index: 99999;
   overflow: hidden;
   box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.1);
}
.logo {
   padding: 15px 0 0;
}
.naver {
   overflow: hidden;
   padding-left: 60px;
   line-height: 86px;
}
.naver li {
   float: left;
}
.naver li a {
   display: block;
   color: #333;
   padding: 0 16px;
   position: relative;
}
.naver li a:hover,
.naver li a.on {
   color: #14a79d;
}
.naver li a::after {
   content: "";
   display: block;
   position: absolute;
   width: 70%;
   height: 3px;
   bottom: 0;
   left: 0;
   right: 0;
   margin: 0 auto;
   background-color: #14a79d;
   transition: all .5s ease;
   transform: scaleX(0);
   opacity: 0;
}
.naver li a:hover::after,
.naver li a.on::after {
   opacity: 1;
   transform: scaleX(1);
}

.tel {
   color: #6c6c6c;
   padding-top: 18px;
}
.tel span {
   display: block;
   padding: 3px 0;
}
.tel span i {
   display: inline-block;
   vertical-align: -1px;
}
.tel span.num {
   color: #14a79d;
}

/* main */
.main {
   width: 1200px;
   margin: 0 auto;
}
.main_title {
   padding: 60px 0 40px;
}
.main_title span {
   display: block;
   color: #777;
   text-transform: uppercase;
   line-height: 100%;
   letter-spacing: 1px;
}
.main_title span.bt {
   color: #14a79d;
   font-size: 35px;
}
.main_title span.en {
   padding: 18px 0 15px;
}
.main_title span.x {
   width: 50px;
   margin: 0 auto;
   border-bottom: 2px solid #14a79d;
}


/* wrapper */
.wrapper {
   width: 100%;
}
.products {
   padding: 0 2% 40px;
}
.products .p_class {
   overflow: hidden;
}
.products .p_class li {
   display: inline-block;
   margin: 0 4px 12px;
}
.products .p_class li a {
   display: inline-block;
   border: 1px solid #eaeaea;
   padding: 14px 30px 13px;
   color: #333;
   background-color: #fbfbfb;
}
.products .p_class li a:hover {
   background-color: #14a79d;
   border-color: #14a79d;
   color: #fff;
}
.products .p_list {
   overflow: hidden;
   padding-top: 30px;
}
.products .p_list ul {
   margin-right: -1.5%;
}
.products .p_list li {
   float: left;
   width: 23.5%;
   margin: 0 1.5% 2% 0;
}
.products .p_list li ._pic {
   height: 250px;
   border: 1px solid #eee;
   overflow: hidden;
   position: relative;
}
.products .p_list li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: scale-down;
}
.products .p_list li ._pic::after {
   display: block;
   content: '';
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 0;
   background: url(/images/more.png) center no-repeat rgba(0,0,0,0.5);
   transition: all 0.5s;
}
.products .p_list li:hover ._pic::after {
   height: 100%;
}
.products .p_list li ._title {
   background-color: #f7f7f7;
   padding: 20px 0;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   transition: all 0.5s;
}
.products .p_list li a {
   color: #353535;
}
.products .p_list li:hover ._title {
   background-color: #14a79d;
   color: #fff;
}

.abouts {
   padding: 6% 2%;
   background: url(/images/abs.jpg) center top no-repeat;
   overflow: hidden;
}
.abouts .a_pic {
   position: relative;
   width: 47.5%;
   height: 460px;
   overflow: hidden;
}
.abouts .a_pic iframe {
   width: 100%;
   height: 100%;
}

.abouts .a_box {
   width: 49%;
   padding-top: 10px;
}
.abouts .a_box span {
   display: block;
   line-height: 100%;
}
.abouts .a_box span.t {
   font-size: 32px;
}
.abouts .a_box span.c {
   padding: 28px 0 23px;
}
.abouts .a_box span.x {
   width: 50px;
   border-bottom: 2px solid #fff;
}
.abouts .a_box span.d {
   line-height: 32px;
   padding: 18px 0 23px;
}
.abouts .a_box span.m {
   width: 170px;
}
.abouts .a_box span.m a {
   display: block;
   color: #14a79d;
   background: #fff;
   padding: 16px 0;
}
.abouts .a_box span.m a:hover {
   background-color: #14a79d;
   color: #fff;
}

.youshi {
   width: 100%;
   padding: 0 2% 77px;
   box-sizing: border-box;
}
.youshi ul {
   overflow: hidden;
   padding-top: 10px;
}
.youshi li {
   float: left;
   width: 33.33333%;
   padding: 0 3%;
   box-sizing: border-box;
}
.youshi li span {
   display: block;
   margin: 0 auto;
   color: #333;
}
.youshi li span.iconfont {
   width: 150px;
   height: 150px;
   line-height: 150px;
   border-radius: 200px;
   background-color: #f1f1f1;
   color: #14a79d;
   font-size: 88px;
   overflow: hidden;
   transition: all 0.5s;
}
.youshi li span.icon-fanghu {
   font-size: 76px;
}
.youshi li span.icon-kefu2 {
   font-size: 63px;
}
.youshi li:hover span.iconfont {
   -webkit-transform:rotateY(180deg);
   transform:rotateY(180deg);
}
.youshi li span.b {
   padding: 25px 0 10px;
}
.youshi li span.d {
   color: #888;
   line-height: 23px;
}

.yewu {
   width: 100%;
   overflow: hidden;
}
.yewu li {
   float: left;
   width: 20%;
   height: 373px;
   position: relative;
}
.yewu li img._pic {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.yewu li ._box {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.5);
   box-sizing: border-box;
   padding: 17% 9% 0;
   transition: all 0.5s;
}
.yewu li ._box .x {
   width: 65px;
   height: 0;
   margin: 0 auto 5px;
   border-bottom: 1px solid #fff;
}
.yewu li ._box span {
   display: block;
   margin: 21px 0;
}
.yewu li:hover ._box {
   background: rgba(20,167,157,0.7);
}

.news {
   padding: 0 2% 80px;
   background: #f5f5f5;
}
.news .n_box {
   overflow: hidden;
   padding-bottom: 50px;
}
.news .n_pic {
   width: 48.5%;
   height: 502px;
   overflow: hidden;
   position: relative;
}
.news .n_pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.news .n_pic ._title {
   overflow: hidden;
   position: absolute;
   bottom: 0;
   width: 100%;
   background: rgba(20,167,157,0.7);
   padding: 25px 0;
}
.news .n_pic ._title span {
   display: block;
}
.news .n_pic ._title span i {
   display: block;
   font-size: 24px;
   padding-bottom: 2px;
}
.news .n_pic ._title span.fl {
   width: 18%;
}
.news .n_pic ._title span.fr {
   width: 82%;
   padding-top: 3px;
}
.news .n_pic a {
   color: #fff;
}
.news .n_list {
   width: 48.5%;
}
.news .n_list li {
   background-color: #fff;
   padding: 20px 0;
   margin-bottom: 10px;
   overflow: hidden;
   transition: all 0.5s;
}
.news .n_list li ._r {
   width: 16%;
   color: #777;
   border-right: 1px solid #eaeaea;
   padding-bottom: 1px;
}
.news .n_list li ._r span {
   display: block;
   margin: 4px 0;
}
.news .n_list li ._d {
   width: 76%;
   padding-right: 4%;
   color: #999;
}
.news .n_list li ._d span {
   display: block;
   padding: 3px 0;
}
.news .n_list li ._d span a {
   color: #333;
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.news .n_list li:hover {
   background-color: #14a79d;
}
.news .n_list li:hover span,
.news .n_list li:hover a {
   color: #fff !important;
}

/* cols */
.cols_pos {
   position: relative;
   z-index: 99;
   padding: 23px 2% 22px;
   background: #fff;
   box-shadow: 0 3px 10px rgba(0,0,0,0.01);
   color: #888;
   letter-spacing: 0.2px;
}
.cols_pos a {
   color: #888;
}
.cols_pos a:hover {
   color: #14a79d;
   text-decoration: underline;
}
.cols_pos a:last-child {
   color: #14a79d;
}
.cols_pos i {
   display: inline-block;
   margin: 0 2px;
}

.cols {
   width: 100%;
   background: #f5f5f5;
   padding: 50px 2%;
   overflow: hidden;
}
.cols_left {
   width: 20%;
   background: #fff;
}
.cols_left .left_top {
   padding: 27px 0 16px;
   background: url(/images/leftbg.jpg) left bottom no-repeat;
}
.cols_left .left_top h2 {
   font-size: 30px;
}
.cols_left .left_top span {
   padding-top: 2px;
   display: block;
   opacity: 0.8;
   text-transform: uppercase;
}
.cols_left .left_list {
   padding-top: 2px;
}
.cols_left .left_list li {
   position: relative;
   border-bottom: 1px solid #f3f3f3;
}
.cols_left .left_list li::before {
   content: '';
   position: absolute;
   left: 28px;
   top: 25px;
   width: 7px;
   height: 7px;
   background: #e3e3e3;
   border-radius: 100px;
   transition: all 0.5s;
}
.cols_left .left_list li.on::before,
.cols_left .left_list li:hover::before {
   background: #14a79d;
}
.cols_left .left_list li a {
   display: block;
   padding: 22px 10px 20px 45px;
   color: #505050;
}
.cols_left .left_list li ._sub a {
   border-top: 1px solid #f3f3f3;
   font-weight: normal;
   padding: 20px 10px 18px 43px;
   color: #6a6a6a;
}
.cols_left .left_list li.on>a,
.cols_left .left_list li a:hover {
   color: #14a79d;
   background: #fafafa;
}

.cols_right {
   width: 78%;
   background: #fff;
}
.cols_right .r_top {
   padding: 28px 28px 25px;
   border-bottom: 1px solid #f3f3f3;
   color: #14a79d;
   background: #fafafa;
}
.cols_right .r_top i {
   font-size: 27px;
   vertical-align: -1px;
   margin-right: 2px;
   display: inline-block;
}

.cols_desc {
   color: #505050;
   overflow: hidden;
   padding: 35px 28px 30px;
}
.cols_desc a {
   color: #505050;
}
.cols_desc a:hover {
   color: #14a79d;
}
.cols_desc img {
   max-width: 100%;
   display: inline-block;
   vertical-align: -1px;
}
.cols_desc table {
   margin: 20px auto;
   width: 100%;
   max-width: 100%;
   border-bottom: 2px solid #14a79d;
   line-height: 25px !important;
   border-radius: 5px;
   overflow: hidden;
   /* border-top: 1px solid #fff;
   border-left: 1px solid #fff; */
}
.cols_desc table thead tr th {
   padding: 8px;
   background: #14a79d;
   color: #fff;
   border-right: 1px solid #fff;
   border-bottom: 1px solid #fff;
   font-size: 16px;
   text-align: center;
   vertical-align: middle;
   font-family: 'GOTHAM-MEDIUM';
   font-weight: normal;
}
.cols_desc table tbody tr td {
   color: #1e2e53;
   border-right: 1px solid #fff;
   border-bottom: 1px solid #fff !important;
   font-family: 'GOTHAM-MEDIUM';
   padding: 12px 8px;
   background: #f7f8f8;
   text-align: center;
   vertical-align: middle;
}
.cols_desc table tbody tr:nth-child(2n) td {
   background: #e8e8e8;
}
.cols_desc table tbody tr:nth-child(1) td {
   background: #14a79d;
   color: #fff;
   border-right: 1px solid rgba(255,255,255,0.2);
   line-height: 30px;
}
.cols_desc table tbody tr:nth-child(3) td {
   background: #f7f8f8;
   color: #1e2e53;
}
.cols_desc table tbody tr td:last-child {
   border: none;
}

.cols_pic {
   padding: 25px 0 30px;
   text-align: center;
}
.cols_pic img {
   max-width: 100%;
}


/* news */
.newslist {
   padding: 0;
}
.newslist li {
   padding: 1.6% 2.1%;
   overflow: hidden;
   transition: all 0.5s;
   border-bottom: 1px solid #f5f5f5;
}
.newslist li ._l {
   width: 6%;
   background-color: #fff;
   line-height: 100%;
}
.newslist li ._l span {
   display: block;
   color: #14a79d;
   padding: 14px 0 12px;
}
.newslist li ._l span.r {
   background-color: #14a79d;
   color: #fff;
}
.newslist li ._c {
   width: 77%;
   padding: 3px 0 0 1.5%;
}
.newslist li ._c span {
   display: block;
}
.newslist li ._c span.d {
   color: #888;
   padding-top: 10px;
   transition: all 0.5s;
}
.newslist li ._c a {
   display: block;
   color: #333;
}
.newslist li ._r {
   width: 10%;
   overflow: hidden;
}
.newslist li ._r img {
   max-width: 100%;
}
.newslist li:hover {
   background-color: #f9f9f9;
}
.newslist li:hover a,
.newslist li:hover span.d {
   color: #14a79d !important;
}


/* info */
.info_box {
   padding: 3% 0;
}
.info_box .info_t {
   border-bottom: 1px solid #f5f5f5;
   padding-bottom: 25px;
   margin-bottom: 15px;
}
.info_box .info_t h3 {
   color: #454545;
   text-align: center;
   font-size: 33px;
}
.info_box .info_t span {
   display: block;
   color: #888;
   padding: 25px 0 0;
}
.info_box .info_t span i {
   display: inline-block;
   margin: 0 6px 0 8px;
   font-size: 14px;
}

.pro_box {
   overflow: hidden;
}
.pro_box.pro_pad {
   padding: 30px;
}
.pro_box .pro_pic {
   width: 49%;
   overflow: hidden;
}
.pro_box .pro_pic img {
   max-width: 100%;
}
.pro_box .pro_desc {
   width: 48%;
   padding-top: 30px;
}
.pro_box .pro_desc li.title {
   border-bottom: 1px solid #f3f3f3;
   padding: 2px 0 30px;
}
.pro_box .pro_desc li.title span {
   display: block;
}
.pro_box .pro_desc li.title span.d {
   color: #777;
   padding-top: 15px;
}
.pro_box .pro_desc li.tel {
   padding: 22px 0;
}
.pro_box .pro_desc li.share {
   padding: 27px 0;
   margin-left: -4px;
   border-bottom: 1px solid #e5e5e5;
}
.pro_box .pro_desc li.share a {
   margin: 0 5px 0 0 !important;
}
.pro_box .pro_desc li.btn {
   width: 180px;
   margin-top: 27px;
}
.pro_box .pro_desc li.btn a {
   padding: 16px 0;
   display: block;
   color: #fff;
   background-color: #14a79d;
   border-radius: 3px;
}
.pro_box .pro_desc li.btn a:hover {
   background-color: #14a79d;
}

.pro_box .pro_info {
   border-top: 1px solid #f3f3f3;
   margin-top: 30px;
   padding: 0 0 40px;
}


/* pages */
.n_pages {
   padding: 40px 0;
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
   align-items: center;
}
.n_pages a {
   display: block;
   background-color: #f3f3f3;
   color: #666;
   padding: 11px 14px;
   margin: 0 4px;
   border-radius: 2px;
}
.n_pages a:hover,
.n_pages a.page-num-current {
   background-color: #14a79d !important;
   border-color: #14a79d !important;
   color: #fff;
}
.n_pages .not_data {
   letter-spacing: 1px;
   color: #999;
}

.n_next {
   background-color: #f6f6f6;
   margin: 10px 2% 0;
   border-radius: 2px;
   line-height: 90px;
   height: 90px;
   overflow: hidden;
   padding: 0 1%;
}
.n_next li {
   position: relative;
   float: left;
   width: 47%;
}
.n_next li.all {
   width: 6%;
   box-sizing: border-box;
   border-left: 1px solid #dfdfdf;
   border-right: 1px solid #dfdfdf;
}
.n_next li a {
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   color: #555;
}
.n_next li a:hover {
   color: #14a79d !important;
}
.n_next li.n {
   text-align: right;
}
.n_next li i {
   display: block;
   position: absolute;
   top: 0;
   left: 11px;
   color: #ccc;
   font-size: 35px;
   font-weight: normal;
   transition: all 0.5s;
}
.n_next li.n i {
   right: 11px !important;
}
.n_next li span {
   color: #797979;
   font-size: 15px;
   font-weight: normal;
   padding: 0 15px 0 50px;
}
.n_next li.n span {
   padding: 0 50px 0 15px;
}
.n_next li a:hover i {
   left: 6px;
}
.n_next li.n a:hover i {
   right: 6px !important;
}
.n_next li.all a {
   font-size: 20px;
   color: #c3c3c3;
}


/* message */
.apply {
   width: 50%;
   margin: 0 auto;
   padding: 3% 0 4%;
}
.apply li input,
.apply li textarea {
   width: 100%;
   border: 1px solid #ddd;
   margin: 7px 0;
   padding: 2.5% 2%;
   font-size: 15px;
   box-sizing: border-box;
   background: #fff;
}
.apply li textarea {
   height: 130px;
}
.apply li button {
   background: #14a79d;
   color: #fff;
   line-height: 55px;
   width: 100%;
   border: none;
   font-size: 16px;
   margin: 15px auto 0;
   display: block;
   cursor: pointer;
   transition: all .3s linear 0s;
}
.apply li button:hover {
   background: #14a79d;
   box-shadow: 0 5px 10px #ccc;
}
.apply li input.code {
   width: 81%;
   margin: 3px 0 5px;
}
.apply li img {
   display: inline-block;
   vertical-align: -16px;
   cursor: pointer;
   margin-left: 8px;
}
.apply li label input {
   width: 5%;
}
.apply li.xb {
   font-size: 14px;
   color: #888;
   padding: 7px 0;
}

/* footer */
.footer {
   width: 100%;
   padding: 0 2%;
   background: url(/images/footbg.jpg) center top repeat;
   color: #bababa;
}
.footer a {
   color: #bababa;
}
.footer a:hover {
   color: #14a79d;
}
.footer .foot_nav {
   border-bottom: 1px solid #6c6c6c;
   border-bottom-color: rgba(255,255,255,0.2);
   padding: 35px 0 22px;
}
.footer .foot_nav li {
   display: inline-block;
   height: 20px;
   overflow: hidden;
   border-right: 1px solid #969696;
   border-right-color: rgba(255,255,255,0.5);
   padding: 0 18px 0 12px;
}
.footer .foot_nav li:last-child {
   border: none;
}
.footer .foot_nav li a {
   color: #fff;
}
.footer .foot_nav li a:hover,
.footer .foot_copy a:hover {
   color: #14a79d;
}
.footer .foot {
   padding: 46px 4% 50px;
   overflow: hidden;
}
.footer .foot h3 {
   font-size: 23px;
   line-height: 100%;
}
.footer .foot ul {
   padding-top: 22px;
}
.footer .foot_lx {
   width: 35%;
}
.footer .foot_lm {
   width: 37%;
   margin-left: 3%;
   overflow: hidden;
}
.footer .foot_lm dl h3 {
   margin-bottom: 20px;
}
.footer .foot_lm dd {
   float: left;
   width: 45%;
}
.footer .foot_ewm {
   width: 22%;
   font-size: 13px;
   padding-top: 38px;
}
.footer .foot_ewm ul {
   padding: 0;
}
.footer .foot_ewm li {
   float: left;
   width: 41.5%;
   margin-left: 8.5%;
}
.footer .foot_ewm li img {
   width: 100%;
}
.footer .foot_ewm li span {
   display: block;
   padding-top: 5px;
}
.footer .foot_copy {
   border-top: 1px solid #6c6c6c;
   border-top-color: rgba(255,255,255,0.2);
   color: #8e8e8e;
   padding: 23px 0 30px;
}
.footer .foot_copy a {
   color: #8e8e8e;
   padding: 0 2px;
}
.footer .foot_copy p {
   padding-top: 10px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #aeaeae;
   font-size: 15px;
}
p#back-to-top{
   position: fixed;
   display: none;
   bottom: 30px;
   right: 30px;
}
p#back-to-top a {
   text-align: center;
   display: block;
   height: 30px;
   width: 30px;
   line-height: 30px;
   border: 1px #14a79d solid;
   color: #14a79d;
   overflow: hidden;
}
p#back-to-top i {
   font-size: 22px;
}
p#back-to-top a:hover {
   color: #fff;
   border-color: #14a79d;
   background-color: #14a79d;
}