﻿@charset "utf-8";
@import url("styles.css");
/*
   * wx/qq.465320335 *
   * //www.xoabc.com*
   * Released on: 2021,08,25 *
*/  

/* head */
.header {
   width: 100%;
   background-color: #fff;
   box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.1);
}
.header .top_box {
   padding: 0 6%;
   box-sizing: border-box;
}
.header .top {
   border-bottom: 1px solid #eee;
   line-height: 38px;
   color: #888;
   padding-top: 1px;
   overflow: hidden;
}
.header .top span {
   display: block;
}
.header .top span i {
   display: inline-block;
   margin: 0 6px 0 10px;
}
.header .top span em {
   display: inline-block;
   margin: 0 7px;
}
.header .top span a {
   display: inline-block;
   color: #888;
   text-transform: uppercase;
}
.header .top span a:hover,
.header .top span a.on {
   color: #0ba29a;
}

.logo {
   padding: 18px 17px 0 0;
}
.logo_wz {
   height: 35px;
   border-left: 1px solid #d4d4d4;
   color: #555;
   margin-top: 26px;
   padding-left: 17px;
   overflow: hidden;
}

.naver {
   line-height: 84px;
}
.naver li {
   float: left;
   margin-left: 1px;
   position: relative;
}
.naver li a {
   display: block;
   color: #555;
   padding: 0 25px;
}
.naver li a:hover,
.naver li a.on,
.naver li:hover a {
   background-color: #0ba29a;
   color: #fff;
}
.naver li .drop {
   display: none;
   position: absolute;
   top: 84px;
   left: 0;
   width: 150%;
   z-index: 99999;
   background-color: #0ba29a;
   padding: 0 0 10px;
}
.naver li .drop a {
   color: #fff;
}
.naver li .drop a:hover {
   background-color: #008e86;
}
.naver li:hover .drop {
   display: block;
}

.p_fixed {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 99999;
   background-color: #fff;
   box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.1);
}



/* main */
.main_title {
   background: url(/images/x.png) center bottom no-repeat;
}
.main_title span {
   display: block;
   line-height: 100%;
}
.main_title span.en {
   text-transform: uppercase;
   color: #5b5b5b;
   padding: 15px 0 27px;
}

/* wrapper */
.wrapper {
   width: 100%;
}
.products {
   width: 100%;
   padding: 68px 0 60px;
}
.products .p_class {
   padding-top: 36px;
}
.products .p_class li {
   display: inline-block;
   margin: 0 5px;
}
.products .p_class li a {
   display: inline-block;
   color: #555;
   background-color: #f4f4f4;
   padding: 14px 43px 13px;
}
.products .p_class li a:hover,
.products .p_class li a.on {
   background-color: #0ba29a;
   color: #fff;
}
.products .p_list {
   overflow: hidden;
   padding: 41px 6% 0;
}
.products .p_list ul {
   margin-right: -1.5%;
}
.products .p_list li {
   float: left;
   width: 23.5%;
   margin: 0 1.5% 1.5% 0;
   transition: all 0.5s;
}
.products .p_list li ._pic {
   padding: 10px 15px;
   height: 250px;
   overflow: hidden;
   border: 1px solid #ededed;
   border-bottom: none;
}
.products .p_list li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.products .p_list li ._shiyong {
   background-color: #0ba29a;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.products .p_list li ._desc {
   background-color: #f5f5f5;
   padding: 23px 0 29px;
}
.products .p_list li ._desc span {
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.products .p_list li ._desc span.more {
   width: 31px;
   height: 31px;
   line-height: 30px;
   border-radius: 31px;
   background-color: #0ba29a;
   color: #fff;
   overflow: hidden;
   margin: 18px auto 0;
   transition: all 0.5s;
}
.products .p_list li a:hover ._desc span.more {
   background-color: #333;
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
}
.products .p_list li a {
   color: #333;
}
.products .p_list li a:hover {
   color: #0ba29a;
}
.products .p_list li:hover {
   box-shadow: 0 0 12px rgba(0,0,0,0.03);
}

.abouts {
   padding: 80px 6% 92px;
   background: url(/images/abg.jpg) right center no-repeat;
   overflow: hidden;
}
.abouts .a_left {
   width: 46%;
   height: 416px;
   overflow: hidden;
   cursor: pointer;
   position: relative;
   margin-top: 40px;
}
.abouts .a_left img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.abouts .a_left span {
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.4);
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
   align-items: center;
}
.abouts .a_left span i {
   transition: all 0.8s;
   font-size: 83px;
   color: rgba(255,255,255,0.7);
}
.abouts .a_left span:hover i {
   -webkit-transform: rotate(120deg);
   transform: rotate(120deg);
}

.abouts .a_right {
   width: 50%;
}
.abouts .a_right ._t {
   background: url(/images/x.png) left bottom no-repeat;
   padding-bottom: 39px;
}
.abouts .a_right ._t span {
   display: block;
   line-height: 100%;
}
.abouts .a_right ._t span.en {
   text-transform: uppercase;
   color: #0ba29a;
   font-size: 60px;
   padding-bottom: 11px;
}
.abouts .a_right ._d {
   color: #444;
   padding-top: 22px;
}
.abouts .a_right ._f {
   overflow: hidden;
   margin-top: 36px;
}
.abouts .a_right ._f ul {
   margin-right: -2%;
}
.abouts .a_right ._f li {
   float: left;
   width: 31.33333%;
   margin-right: 2%;
   overflow: hidden;
   background-color: #fff;
   padding: 21px 0 18px;
   line-height: 100%;
   transition: all 0.5s;
}
.abouts .a_right ._f li div {
   transition: all 0.5s;
}
.abouts .a_right ._f li ._num {
   width: 33%;
   color: #eee;
   font-size: 37px;
   padding: 10px 0 0 1.3%;
}
.abouts .a_right ._f li ._name {
   width: 66.3%;
}
.abouts .a_right ._f li ._name span {
   display: block;
}
.abouts .a_right ._f li ._name span.en {
   transition: all 0.5s;
   color: #999;
   padding-top: 7px;
}
.abouts .a_right ._f li a {
   display: block;
   color: #444;
}
.abouts .a_right ._f li:hover,
.abouts .a_right ._f li.on {
   background-color: #0ba29a;
}
.abouts .a_right ._f li.on div,
.abouts .a_right ._f li.on ._name span.en,
.abouts .a_right ._f li:hover div,
.abouts .a_right ._f li:hover ._name span.en {
   color: #fff !important;
}

.cases {
   padding: 68px 6% 80px;
   position: relative;
}
.cases .c_list {
   padding-top: 40px;
   overflow: hidden;
}
.cases .c_list ul {
   margin-right: -19px;
}
.cases .c_list li {
   float: left;
   width: 23.5%;
   min-width: 299px;
   margin-right: 19px;
   background-color: #555;
}
.cases .c_list li span {
   display: block;
}
.cases .c_list li ._pic {
   height: 235px;
   overflow: hidden;
}
.cases .c_list li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.cases .c_list li ._title {
   border-top: 1px solid #fff;
   background-color: #f8f8f8;
   padding: 18px 0 20px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   line-height: 100%;
   transition: all 0.5s;
}
.cases .c_list li:hover ._title {
   background-color: #0ba29a;
   color: #fff;
}
.cases .c_list li a {
   color: #444;
}
.cases .c_list .tempWrap {
   margin-right: -19px;
}
.cases .c_more {
   width: 180px;
   margin: 0 auto;
   padding-top: 55px;
}
.cases .c_more a {
   display: block;
   border: 1px solid #0ba29a;
   color: #0ba29a;
   border-radius: 50px;
   padding: 13px 0 12px;
}
.cases .c_more a:hover {
   background-color: #0ba29a;
   color: #fff;
}
.cases a i.iconfont {
   font-size: 50px;
   color: #ededed;
   font-weight: bold;
   transition: all 0.5s;
}
.cases a.next,
.cases a.prev {
   position: absolute;
   top: 46.5%;
   cursor: pointer;
}
.cases a.next {
   left: 1%;
}
.cases a.prev {
   right: 1%;
}
.cases a:hover i.iconfont {
   color: #0ba29a;
}

.shenru {
   padding: 84px 6%;
   background: url(/images/sbg.jpg) right top;
   background-size: cover;
   overflow: hidden;
}
.shenru li {
   float: left;
   width: 33.33333%;
   height: 530px;
   background: rgba(11,162,154,0.8);
   overflow: hidden;
   transition: all 0.5s;
}
.shenru li ._pic {
   height: 50%;
   overflow: hidden;
}
.shenru li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.shenru li ._box {
   height: 50%;
   box-sizing: border-box;
   padding: 9%;
}
.shenru li ._box span {
   display: block;
}
.shenru li ._box span.t {
   margin-bottom: 15px;
}
.shenru li a {
   color: #fff;
}
.shenru li:hover {
   background-color: #0ba29a;
}

.news {
   padding: 68px 6% 90px;
}
.news .n_list {
   overflow: hidden;
   margin-top: 40px;
}
.news .n_list ul {
   margin-right: -29.5px;
}
.news .n_list li {
   float: left;
   width: 31%;
   min-width: 397px;
   margin-right: 29.5px;
}
.news .n_list li ._pic {
   height: 290px;
   overflow: hidden;
}
.news .n_list li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.news .n_list li ._box {
   background: #f8f8f8;
   padding: 23px 23px 38px;
   transition: background 0.5s;
}
.news .n_list li ._box span {
   display: block;
}
.news .n_list li ._box span.d {
   color: #aaa;
   margin-top: 15px;
}
.news .n_list li ._box span i {
   display: inline-block;
   margin-right: 5px;
}
.news .n_list li ._box span i.fa-eye {
   margin-left: 13px;
}
.news .n_list li a {
   color: #444;
}
.news .n_list li a:hover,
.news .n_list li:hover ._box span {
   color: #fff;
}
.news .n_list li:hover ._box {
   background: #0ba29a;
}
.news .hd ul {
   zoom: 1;
   overflow: hidden;
   margin-top: 60px;
}
.news .hd li {
   text-indent:-999px;
   display: inline-block;
   width: 16px;
   height: 16px;
   border-radius: 20px;
   background: #e7e7e7;
   margin: 0 5px;
   overflow: hidden;
   cursor: pointer;
}
.news .hd li.on {
   background-color: #0ba29a;
}

/* cols */
.cols_slide {
   width: 100%;
   height: 310px;
   overflow: hidden;
}
.cols_box {
   padding: 0 6%;
   box-sizing: border-box;
   position: relative;
   border-bottom: 1px solid #eee;
   color: #555;
}
.cols_pos {
   padding: 2px 0 0;
}
.cols_pos i {
   display: inline-block;
   margin: 0 3px;
}
.cols_pos i.fa-map-marker {
   margin: 0 3px 0 0;
}
.cols_pos a {
   color: #555;
}
.cols_pos a:hover {
   color: #0ba29a;
}
.cols_nav {
   color: #555;
   border-right: 1px solid #eee;
}
.cols_nav li {
   float: left;
   border-left: 1px solid #eee;
   position: relative;
}
.cols_nav li a {
   display: inline-block;
   color: #555;
   padding: 1px 23px;
}
.cols_nav li a:hover,
.cols_nav li a.on {
   background-color: #0ba29a;
   color: #fff;
}
.cols_nav li .drop {
   display: none;
   position: absolute;
   top: 47px;
   left: -1px;
   z-index: 99999;
   border: 1px solid #eee;
   border-bottom: none;
   background-color: #fff;
   width: calc(100% + 2px);
   background-color: #fcfcfc;
}
.cols_nav li .drop a {
   display: block;
   border-bottom: 1px solid #eee;
   padding: 0;
}
.cols_nav li:hover .drop {
   display: block;
}

.cols {
   padding: 4% 6%;
}
.cols .main_title {
   padding-bottom: 30px;
}
.cols .cols_desc {
   padding: 3% 0 2%;
   color: #555;
   overflow: hidden;
}
.cols .cols_desc a {
   color: #555;
}
.cols .cols_desc a:hover {
   color: #0ba29a;
}
.cols .cols_desc img {
   max-width: 100%;
}
.cols_desc table {
   border-collapse: collapse;
   width: 100%;
   font-size: 14px;
   line-height: 25px;
   background-color: #fff;
}
.cols_desc table,
.cols_desc tr,
.cols_desc td {
   border: 1px solid #eee;
   padding: 7px 5px;
   vertical-align: middle;
}
.cols_desc th {
   padding: 7px 5px;
}

.cols .cols_pic {
   padding-top: 3%;
}
.cols .cols_pic img {
   max-width: 100%;
}

.cols .products,
.cols .cases {
   padding: 0;
   margin: 0;
}
.cols .p_list,
.cols .c_list {
   padding: 41px 0 0;
}
.cols .c_list ul {
   margin-right: -1.5%;
}
.cols .c_list li {
   margin: 0 1.5% 1.5% 0;
   min-width: 23.5%
}


/* news */
.newslist {
   padding: 2% 0 5%;
}
.newslist ul {
   padding-bottom: 20px;
}
.newslist li {
   background-color: #fff;
   padding: 35px 6%;
   overflow: hidden;
}
.newslist li:nth-child(2n) {
   background-color: #f9f9f9;
}
.newslist li ._pic {
   width: 20%;
   max-height: 180px;
   overflow: hidden;
}
.newslist li ._pic img {
   width: 100%;
}
.newslist li ._desc {
   width: 77%;
   padding-top: 2px;
}
.newslist li ._desc span {
   display: block;
   color: #999;
}
.newslist li ._desc span.bt a {
   color: #333;
}
.newslist li ._desc span.bt a:hover {
   color: #0ba29a;
}
.newslist li ._desc span.time {
   padding: 15px 0;
}
.newslist li ._desc span.time i {
   display: inline-block;
   margin-right: 3px;
}
.newslist li ._desc span.time i.fa-eye {
   margin-left: 8px;
}
.newslist li ._desc span.more {
   margin-top: 15px;
}
.newslist li ._desc span.more a {
   color: #0ba29a;
}
.newslist li ._desc span.more i {
   background-color: #0ba29a;
   color: #fff;
   width: 20px;
   height: 20px;
   border-radius: 50px;
   line-height: 20px;
   text-align: center;
}

/* join */
.join {
   overflow: hidden;
   padding: 3% 0 0;
}
.join ul {
   margin-right: -1.5%;
}
.join li {
   float: left;
   width: 18.5%;
   height: 180px;
   margin: 0 1.5% 2% 0;
   padding: 2%;
   box-sizing: border-box;
   background-color: #f7f7f7;
   color: #666;
   overflow: hidden;
}
.join li img {
   max-width: 100%;
}
.join li.t {
   width: 98.5%;
   padding: 2.5% 3%;
   height: auto;
}
.join li h3 {
   color: #0ba29a;
   font-size: 18px;
   margin-bottom: 13px;
}

/* contact */
.contact {
   overflow: hidden;
   padding: 3% 0;
}
.contact .cts_list {
   overflow: hidden;
   width: 90%;
   margin: 0 auto;
}
.contact .cts_list li {
   float: left;
   width: 25%;
   padding: 2%;
   height: 320px;
}
.contact .cts_list li span {
   display: block;
   color: #555;
}
.contact .cts_list li span.ico {
   width: 140px;
   height: 140px;
   background-color: #f7f7f7;
   border-radius: 140px;
   line-height: 138px;
   margin: 0 auto 30px;
   overflow: hidden;
   transition: all 0.5s;
}
.contact .cts_list li:hover span.ico {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
   background-color: #0ba29a;
}
.contact .cts_list li:hover span.ico i {
   color: #fff;
}
.contact .cts_list li:hover {
   background-color: #f7f7f7;
}
.contact .cts_list li span.ico i {
   font-size: 60px;
   color: #0ba29a;
}
.contact .cts_list li span strong {
   color: #0ba29a;
   display: block;
   margin-bottom: 13px;
   font-size: 18px;
}
.contact .cts_list li span a {
   color: #555;
}
.contact .cts_list li span a:hover {
   color: #0ba29a;
}
.contact .cts_map {
   width: 100%;
   height: 360px;
   overflow: hidden;
}
.contact .cts_map #allmap {
   width: 100%;
   height: 100%;
   font-size: 14px;
   line-height: 20px;
}
.contact .cts_ly {
   background-color: #f7f7f7;
   padding: 50px 0 0;
}
.contact .cts_ly h3 {
   text-align: center;
   font-size: 30px;
   color: #0ba29a;
}
.contact .cts_ly ul {
   overflow: hidden;
   padding-top: 30px;
}
.contact .cts_ly li {
   width: 100%;
   margin: 0 0 2%;
}
.contact .cts_ly li input,
.contact .cts_ly li textarea {
   display: inline-block;
   width: 100%;
   border: 1px solid #e5e5e5;
   box-sizing: border-box;
   padding: 15px 13px;
   font-size: 15px;
   color: #666;
}
.contact .cts_ly li textarea {
   height: 150px;
}
.contact .cts_ly li input.code {
   width: 70%;
}
.contact .cts_ly li img {
   cursor: pointer;
}
.contact .cts_ly li button {
   border: none;
   background-color: #0ba29a;
   padding: 15px 63px;
   font-size: 15px;
   color: #fff;
   cursor: pointer;
}
.contact .cts_ly li button:hover {
   background-color: #009890;
}

.contact .cts_box {
   overflow: hidden;
   padding-top: 35px;
}
.contact .cts_left {
   width: 48.8%;
   padding: 2.5%;
   background-color: #f7f7f7;
}
.contact .cts_left .cols_desc {
   padding: 0;
}
.contact .cts_right {
   width: 48.8%;
   padding: 2.5%;
   background-color: #f7f7f7;
}


/* info */
.info_box {
   padding: 0.5% 0 1%;
}
.info_box .info_t {
   border-bottom: 1px solid #e5e5e5;
   padding-bottom: 25px;
}
.info_box .info_t h3 {
   color: #0ba29a;
   text-align: center;
   font-size: 32px;
}
.info_box .info_t span {
   display: block;
   color: #888;
   padding: 28px 0 0;
}
.info_box .info_t span i {
   display: inline-block;
   margin: 0 6px 0 8px;
   font-size: 14px;
}
.line_progress {
   width: 100%;
   background: transparent;
   height: 2px;
   position: fixed;
   bottom: 0;
   z-index: 99999;
}
.line_progress i {
   position: absolute;
   left: 0;
   top: 0;
   width: 0;
   height: 2px;
   background: #0ba29a;
}

.pro_box {
   overflow: hidden;
}
.pro_box .pro_pic {
   width: 49%;
   height: 460px;
   overflow: hidden;
   border: 1px solid #e5e5e5;
}
.pro_box .pro_pic img {
   width: 100%;
   height: 100%;
   object-fit: contain
}
.pro_box .pro_desc {
   width: 47.5%;
}
.pro_box .pro_desc li.title {
   border-bottom: 1px solid #e5e5e5;
   padding: 15px 0 22px;
   color: #0ba29a;
}
.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.title span.lb {
   padding: 5px 0 15px;
}
.pro_box .pro_desc li.title span.lb a {
   color: #0ba29a;
}
.pro_box .pro_desc li.tel {
   padding: 15px 0;
   color: #707070;
}
.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: 14px 0;
   display: block;
   color: #fff;
   background-color: #0ba29a;
}
.pro_box .pro_desc li.btn a:hover {
   background-color: #00948c;
}

.pro_box .pro_xq {
   background-color: #f6f6f6;
}
.pro_box .pro_xq span {
   display: inline-block;
   background-color: #0ba29a;
   color: #fff;
   padding: 14px 55px;
}
.pro_box .pro_info {
   padding: 50px 0 10px;
}

.pro_w {
   width: 70%;
   margin: 0 auto;
}


/* pages */
.n_pages {
   padding: 40px 0 25px;
}
.n_pages a {
   display: inline-block;
   background-color: #fafafa;
   color: #8f8f8f;
   padding: 10px 14px;
   margin: 0 1px;
   border: 1px solid #e3e5e8;
}
.n_pages a:hover,
.n_pages a.page-num-current {
   background-color: #0ba29a;
   border-color: #0ba29a;
   color: #fff;
}
.n_pages .not_data {
   font-size: 14px;
   letter-spacing: 1px;
   color: #999;
}

.n_next {
   background-color: #f6f6f6;
   margin: 10px auto;
   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: #0ba29a !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-bottom: 2%;
}
.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;
}
.apply li textarea {
   height: 130px;
}
.apply li button {
   background: #0ba29a;
   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: #0ba29a;
   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-top: 10px;
   background-color: #353535;
}
.footer .foot {
   padding: 44px 6%;
   overflow: hidden;
}
.footer .foot_nav {
   width: 36%;
   padding-top: 6px;
   overflow: hidden;
}
.footer .foot_nav dl {
   float: left;
   padding-right: 15%;
}
.footer .foot_nav dt,
.footer .foot_lx h6 {
   font-size: 17px;
   color: #fff;
   padding-bottom: 10px;
}
.footer .foot_nav dd a {
   color: #999;
}
.footer .foot_nav dd a:hover {
   color: #fff;
}

.footer .foot_lx {
   width: 27%;
   border-left: 1px solid #444;
   color: #999;
   padding-top: 6px;
   padding-bottom: 20px;
   padding-left: 5%;
}
.footer .foot_lx h6 {
   font-weight: normal;
}
.footer .foot_wx {
   width: 34%;
   overflow: hidden;
}
.footer .foot_wx li {
   width: 30%;
   float: left;
   margin-left: 3.33333%;
}
.footer .foot_wx li img {
   max-width: 100%;
}
.footer .foot_wx li span {
   display: block;
   color: #888;
   padding-top: 12px;
}
.footer .foot_link {
   color: #888;
   padding: 19px 6%;
   border-top: 1px solid #444;
}
.footer .foot_link a {
   color: #888;
   display: inline-block;
   margin: 0 6px;
}
.footer .foot_link a:hover,
.footer .foot_copy a:hover {
   color: #fff;
}
.footer .foot_copy {
   width: 100%;
   background-color: #282828;
   color: #666;
   padding: 16px 0;
}
.footer .foot_copy a {
   color: #666;
}

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 #0ba29a solid;
   color: #0ba29a;
   overflow: hidden;
}
p#back-to-top i {
   font-size: 22px;
}
p#back-to-top a:hover {
   color: #fff;
   border-color: #0ba29a;
   background-color: #0ba29a;
}