﻿@charset "utf-8";
@import url("styles.css");
/*
   * wx/qq.465320335 *
   * http://e.xoabc.com/ *
   * Released on: 2021,03,08 *
*/  

/* head */
.header {
   width: 100%;
}
.top {
   width: 100%;
   background-color: #fafafa;
   color: #888;
}
.top a {
   color: #888;
   display: block;
}
.top a:hover,
.top a.sj {
   color: #e74210;
}
.top ul {
   margin-right: -10px;
   padding-top: 15px;
}
.top li {
   float: left;
   height: 14px;
   line-height: 14px;
   padding: 0 11px;
   position: relative;
}
.top li::before {
   content: '';
   display: block;
   position: absolute;
   right: 0;
   border-right: 1px solid #ababab;
   width: 0;
   height: 100%;
   top: 2px;
}
.top li:last-child::before {
   border: none;
}
.top li .t_ewm {
   position: absolute;
   top: 32px;
   left: 0;
   width: 120px;
   display: none;
}
.top li .t_ewm img {
   max-width: 100%;
}
.top li:hover .t_ewm {
   display: block;
}
.top li i {
   display: inline-block;
   vertical-align: 0;
   margin-right: 6px;
}
.top li i.fa-mobile {
   vertical-align: -1px;
}

.top_bg {
   background: url(/images/topbg.jpg) right center no-repeat;
   min-height: 137px;
}
.logo {
   margin: 31px 0 0;
}
.tel {
   color: #279d3f;
   margin-top: 36px;
}
.tel i {
   width: 50px;
   height: 50px;
   line-height: 53px;
   border-radius: 50px;
   overflow: hidden;
   background-color: #22ac3d;
   text-align: center;
   display: inline-block;
   vertical-align: 0;
}
.tel span {
   display: inline-block;
   font-weight: bold;
   line-height: 35px;
}
.weixin {
   padding-top: 8px;
   margin-left: 15px;
}
.weixin li {
   width: 102px;
   float: left;
   margin-left: 12px;
}
.weixin li img {
   width: 100%;
}
.weixin li span {
   display: block;
   padding-top: 3px;
}
.naver {
   width: 100%;
   height: 64px;
   background: url(/images/navx.png) center repeat-x;
}
.naver ul {
   padding-top: 12px;
}
.naver li {
   float: left;
   position: relative;
   margin: 0 2px 0 0;
}
.naver li a {
   display: block;
   color: #fff;
   padding: 2px 42px 0;
}
.naver li a:hover,
.naver li a.on {
   background-color: #fff;
   color: #00aa22;
   border-radius: 50px;
}
.naver li ul {
   display: none;
   position: absolute;
   top: 40px;
   width: 110%;
   left: -5%;
   z-index: 99999;
   background-color: #2b9440;
   padding: 12px 0;
   font-weight: normal;
   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
   border-radius: 0 0 5px 5px;
}
.naver li:hover ul {
   display: block;
}
.naver li ul a {
   padding: 0;
}
/* .naver li ul a:hover {
   background-color: #00aa22;
   color: #fff;
} */

/* main */
.main {
   width: 1300px;
   margin: 0 auto;
}
.main_title {
   padding: 82px 0 0;
}
.main_title span {
   display: block;
   line-height: 100%;
}
.main_title span.title {
   color: #23a83d;
   font-size: 40px;
}
.main_title span.desc {
   color: #666;
   padding-top: 25px;
}

/* wrapper */
.wrapper {
   width: 100%;
}
.last_news {
   width: 100%;
   background-color: #fafafa;
   overflow: hidden;
}
.last_left {
   width: 65%;
   overflow: hidden;
}
.last_left .l_title {
   line-height: 69px;
}
.last_left .l_title i {
   color: #23a83d;
   display: inline-block;
   margin-right: 8px;
}
.last_left .l_list {
   position: relative;
   overflow: hidden;
   margin-top: 26px;
}
.last_left .l_list li a {
   color: #666;
   display: block;
}
.last_left .l_list li a:hover {
   color: #23a83d;
}
.last_left .l_list li i {
   font-size: 14px;
   display: inline-block;
   margin: 0 7px;
}
.last_left .l_list li span {
   font-size: 12px;
   margin-left: 45px;
}
.last_right {
   width: 28%;
   height: 39px;
   padding: 0 0.5% 0 1.5%;
   border: 1px solid #eee;
   background-color: #fff;
   border-radius: 50px;
   overflow: hidden;
   margin-top: 14px;
   font-size: 0;
}
.last_right input,
.last_right button {
   display: inline-block;
   border: none;
   background: none;
   vertical-align: middle;
}
.last_right input {
   line-height: 38px;
   width: 89%;
   font-size: 13px;
}
.last_right button {
   cursor: pointer;
}

.products {
   width: 100%;
   padding-bottom: 10px;
}
.products .p_box {
   position: relative;
   overflow: hidden;
}
.products .p_box .hd {
   text-align: center;
   overflow: hidden;
   width: 1232px;
   margin: 43px auto 44px;
}
.products .p_box .hd li {
   float: left;
   margin: 0 10px;
}
.products .p_box .hd li a {
   display: block;
   width: 288px;
   height: 73px;
   padding-top: 28px;
   background-color: #f5f5f5;
   color: #444;
}
.products .p_box .hd li a:hover,
.products .p_box .hd li.on a {
   background-color: #23a83d;
   color: #fff;
}
.products .p_box .hd li span {
   display: block;
   line-height: 100%;
}
.products .p_box .hd li span.en {
   color: #888;
   transition: all 0.5s;
   padding-top: 10px;
}
.products .p_box .hd li:hover span.en,
.products .p_box .hd li.on span.en {
   color: #fff;
}
.products .p_box .bd {
   position: relative;
   overflow: hidden;
}
.products .p_box .bd ul {
   zoom: 1;
}
.products .p_box .bd li {
   width: 50%;
   float: left;
}
.products .p_box .bd li.pic {
   height: 638px;
   overflow: hidden;
}
.products .p_box .bd li.pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.products .p_box .bd li.box {
   height: 538px;
   margin-top: 50px;
   position: relative;
   background: url(/images/cpbg.jpg) left center no-repeat #f5f5f5;
}
.products .p_box .bd li.box .desc {
   width: 550px;
   margin: 60px 0 0 48px;
}
.products .p_box .bd li.box .desc .title {
   padding: 0;
}
.products .p_box .bd li.box .desc .title span {
   display: block;
   line-height: 100%;
}
.products .p_box .bd li.box .desc .title span.en {
   color: #999;
   padding: 12px 0 23px;
}
.products .p_box .bd li.box .desc .title span.x {
   width: 60px;
   height: 4px;
   background-color: #22ac3d;
   font-size: 0;
}
.products .p_box .bd li.box .desc .info {
   color: #666;
   padding-top: 26px;
}
.products .p_box .bd li.box .desc .info i {
   color: #888;
   display: inline-block;
   margin-right: 5px;
   font-size: 15px;
}
.products .p_box .bd li.box .desc .info a {
   color: #666;
   display: block;
}
.products .p_box .bd li.box .desc .info a:hover {
   color: #22ac3d;
}
.products .p_box .bd li.box .desc .btn {
   width: 160px;
   margin-top: 48px;
}
.products .p_box .bd li.box .desc .btn a {
   color: #fff;
   background-color: #22ac3d;
   display: block;
   border-radius: 50px;
}
.products .p_box .bd li.box .desc .btn a:hover {
   background-color: #25b742;
}

.cases {
   width: 100%;
   padding-bottom: 60px;
}
.cases .c_list {
   margin-top: 43px;
   overflow: hidden;
}
.cases .c_list ul {
   margin-right: -1.77777%;
}
.cases .c_list li {
   float: left;
   width: 31.55556%;
   height: 360px;
   margin: 0 1.77777% 1.77777% 0;
   overflow: hidden;
   position: relative;
}
.cases .c_list li img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.cases .c_list li span {
   display: block;
   position: absolute;
   bottom: 0;
   width: 88%;
   background: url(/images/jiantou.png) 93.6% center no-repeat rgba(0,0,0,0.5);
   padding: 5% 6%;
   font-size: 18px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   transition: all 0.5s;
}
.cases .c_list li:hover span {
   background: url(/images/jiantou.png) 91.5% center no-repeat rgba(35,168,61,0.8);
}
.cases .c_list li a {
   color: #fff;
}

.abouts {
   width: 100%;
   background-color: #f5f5f5;
}
.abouts .a_box {
   padding: 45px 0 105px;
   overflow: hidden;
}
.abouts .a_pic {
   width: 593px;
   height: 435px;
   background-color: #23a83d;
   position: relative;
}
.abouts .a_pic img {
   position: absolute;
   top: 23px;
   left: 23px;
   width: 100%;
}
.abouts .a_desc {
   width: 636px;
}
.abouts .a_title {
   padding-top: 43px;
}
.abouts .a_title span {
   display: block;
   line-height: 100%;
}
.abouts .a_title span.xbt {
   color: #23a83d;
   padding: 18px 0 22px;
}
.abouts .a_title span.x {
   width: 71px;
   height: 2px;
   background-color: #23a83d;
   font-size: 0;
}
.abouts .a_info {
   color: #555;
   padding-top: 23px;
}
.abouts .a_btn {
   margin-top: 30px;
}
.abouts .a_btn a {
   display: inline-block;
   padding: 0 32px;
   background-color: #838383;
   color: #fff;
   margin-right: 8px;
   border-radius: 50px;
}
.abouts .a_btn a:hover,
.abouts .a_btn a.on {
   background-color: #22ac3d;
}
.abouts .a_btn i {
   display: inline-block;
   vertical-align: 0;
   margin-right: 8px;
}
.abouts .a_btn i.fa-external-link {
   vertical-align: -1px;
}

.news {
   width: 100%;
   padding-bottom: 72px;
}
.news .n_box {
   padding: 40px 0 62px;
   overflow: hidden;
}
.news .n_rmd {
   width: 659px;
   overflow: hidden;
}
.news .n_rmd li {
   float: left;
   width: 315px;
   margin-right: 14px;
}
.news .n_rmd li span {
   display: block;
}
.news .n_rmd li span.pic {
   height: 240px;
   overflow: hidden;
}
.news .n_rmd li span.pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.news .n_rmd li span.title {
   height: 50px;
   overflow: hidden;
   margin: 20px 0 16px;
}
.news .n_rmd li span.desc {
   color: #888;
}
.news .n_rmd li span.time {
   color: #b5b5b5;
   margin-top: 17px;
}
.news .n_rmd li span.time i {
   display: inline-block;
   vertical-align: 1px;
   margin-right: 5px;
}
.news .n_rmd li a {
   color: #333;
}
.news .n_rmd li a:hover {
   color: #22ac3d;
}

.news .n_list {
   width: 641px;
}
.news .n_list li {
   border: 1px solid #ecf0f0;
   margin-bottom: -1px;
   padding: 23px 0;
   overflow: hidden;
}
.news .n_list li span {
   display: block;
   line-height: 100%;
}
.news .n_list li .time {
   width: 113px;
   padding: 19px 0;
   border-right: 1px solid #ecf0f0;
}
.news .n_list li .time span,
.news .n_list li a:hover {
   color: #22ac3d;
}
.news .n_list li .time span.f45 {
   font-size: 45px;
   padding-bottom: 5px;
}
.news .n_list li .box span.desc {
   color: #888;
   line-height: 25px;
   padding-top: 10px;
}
.news .n_list li .box {
   width: 483px;
   padding: 10px 21px 0;
}
.news .n_list li a {
   color: #333;
   display: block;
}
.news .n_list li:hover {
   background-color: #fcfcfc;
}
.news .n_more {
   width: 170px;
   margin: 0 auto;
}
.news .n_more a {
   display: block;
   background-color: #22ac3d;
   color: #fff;
   border-radius: 50px;
   box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
.news .n_more a:hover {
   background-color: #1e9d37;
}
.news .n_more i {
   display: inline-block;
   vertical-align: -1px;
   margin-right: 6px;
}


/* cols */
.cols_slide {
   width: 100%;
   height: 370px;
   overflow: hidden;
   border-top: 1px solid #fff;
}
.cols {
   width: 100%;
   padding: 0 0 68px;
   background-color: #fff;
}
.cols_info {
   padding: 40px 40px 35px;
   background-color: #f8f8f8;
   margin: 40px 0 0;
   color: #383838;
}
.cols_info a {
   color: #383838;
}
.cols_info a:hover {
   color: #22ac3d;
}
.cols_info img {
   max-width: 100%;
}


/* news */
.newslist {
   padding: 0;
   border-top: 1px solid #eee;
   margin-top: 40px;
}
.newslist li {
   border-bottom: 1px solid #eee;
   padding: 30px;
   overflow: hidden;
}
.newslist li .pic {
   width: 20%;
   float: left;
   margin-right: 25px;
   overflow: hidden;
}
.newslist li .pic img {
   max-width: 100%;
}
.newslist li .desc {
   padding-top: 10px;
}
.newslist li .desc span {
   display: block;
}
.newslist li .desc span.time {
   color: #888;
   padding: 10px 0;
}
.newslist li .desc span.time i {
   display: inline-block;
   margin-right: 5px;
}
.newslist li .desc span.info {
   color: #888;
}
.newslist li a {
   display: block;
   color: #333;
}
.newslist li a:hover,
.newslist li:hover .desc span:first-child {
   color: #22ac3d;
}
.newslist li:hover .desc span:first-child {
   font-weight: bold;
}
.newslist li:hover {
   background-color: #fbfbfb;
}

.info_box {
   padding: 0;
}
.info_nbt {
   color: #22ac3d;
   padding: 80px 0 20px;
   border-bottom: 1px solid #eee;
   margin-bottom: -40px;
}
.info_nbt span {
   display: block;
   color: #94949d;
   margin-left: -5px;
   padding: 22px 0 5px;
   font-size: 12px;
}
.info_nbt span i {
   display: inline-block;
   padding: 0 5px;
}
.info_img {
   margin: 0 0 30px;
}
.info_img img {
   max-width: 50% !important;
}

/* photo */
.photos ul {
   margin-right: -1.5% !important;
}
.photos li {
   width: 23.5% !important;
   height: 450px !important;
   margin: 0 1.5% 1.5% 0 !important;
   background-color: #f8f8f8;
}
.photos li img {
   object-fit: contain !important;
}

/* job */
.job_list {
   margin: 40px auto 0;
   padding: 35px 35px 60px;
   background-color: #f8f8f8;
}
.job_list ul {
   margin-bottom: -40px;
}
.job_list li {
   border-bottom: 1px dotted #ddd;
   padding-bottom: 30px;
   margin: 0 0 55px;
}
.job_list li .jbt {
   border-bottom: 1px dotted #ddd;
   padding-bottom: 15px;
}
.job_list li .jbt span.title {
   color: #22ac3d;
}
.job_list li .jbt span.time {
   color: #8f959f;
   padding-top: 6px;
}
.job_list li .jbt span i {
   display: inline-block;
   padding-right: 8px;
}
.job_list li .jlb {
   border-bottom: 1px dotted #ddd;
   padding: 15px 1px 14px;
}
.job_list li .jlb dd {
   float: left;
   width: 25%;
   color: #606775;
}
.job_list li .jdesc {
   color: #606775;
   padding: 25px 0 20px;
}
.job_list li .jdesc a {
   color: #606775;
}
.job_list li .jdesc img {
   max-width: 100%;
}
.job_list li .jbtn {
   width: 16%;
}
.job_list li .jbtn a {
   display: block;
   background-color: #1b438b;
   color: #fff;
   border-radius: 50px;
}
.job_list li .jbtn a:hover {
   background-color: #002870;
}


/* pages */
.n_pages {
   padding: 50px 0 10px;
   letter-spacing: -4px;
}
.n_pages a {
   display: inline-block;
   background-color: #fff;
   color: #979ba3;
   padding: 8px 12px 7px;
   margin: 0 3px;
   border: 1px solid #e3e5e8;
   letter-spacing: 0;
}
.n_pages a:hover,
.n_pages a.page-num-current {
   background-color: #22ac3d;
   border-color: #22ac3d;
   color: #fff;
}

.n_next {
   border-top: 1px solid #eee;
   padding: 30px 35px 0;
   color: #444;
}
.n_next a {
   color: #444;
}
.n_next a:hover {
   color: #22ac3d;
}

/* message */
.apply {
   display: none;
   width: 90%;
   padding-top: 4%;
   margin: 0 auto;
}
.apply li input,
.apply li textarea {
   width: 94%;
   border: 1px solid #ddd;
   margin: 5px 0;
   padding: 2.2% 2.5%;
   font-size: 15px;
}
.apply li textarea {
   height: 80px;
}
.apply li button {
   background: #22ac3d;
   color: #fff;
   border-radius: 50px;
   line-height: 50px;
   width: 35%;
   border: none;
   font-size: 16px;
   margin: 15px auto 0;
   display: block;
   cursor: pointer;
   transition: all .3s linear 0s;
}
.apply li button:hover {
   background: #1c9934;
   box-shadow: 0 5px 10px #ccc;
}
.apply li input.code {
   width: 67%;
   margin: 3px 0 5px;
}
.apply li img {
   display: inline-block;
   vertical-align: -18px;
   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%;
   background: url(/images/footbg.jpg) center top repeat;
   background-size: 100% auto;
   color: #bababa;
}
.footer a {
   color: #bababa;
}
.footer a:hover {
   color: #22ac3d;
}
.footer .foot_nav {
   border-bottom: 1px solid #6c6c6c;
   border-bottom-color: rgba(255,255,255,0.3);
   padding: 40px 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: #22ac3d;
}
.footer .foot {
   padding: 46px 30px 55px;
   overflow: hidden;
}
.footer .foot h3 {
   font-size: 17px;
   line-height: 18px;
}
.footer .foot ul {
   padding-top: 18px;
}
.footer .foot_lx {
   width: 43%;
}
.footer .foot_lm {
   width: 34%;
   overflow: hidden;
}
.footer .foot_lm dl {
   float: left;
   width: 33%;
}
.footer .foot_lm dl h3 {
   margin-bottom: 16px;
}
.footer .foot_ewm {
   width: 23%;
   font-size: 12px;
}
.footer .foot_ewm ul {
   padding: 0;
}
.footer .foot_ewm li {
   float: left;
   width: 41%;
   margin-left: 9%;
}
.footer .foot_ewm li img {
   max-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.3);
   color: #8e8e8e;
   padding: 25px 0 50px;
}
.footer .foot_copy a {
   color: #8e8e8e;
   padding: 0 2px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #888;
   font-size: 13px;
}
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: 38px;
   border: 1px #22ac3d solid;
   color: #22ac3d;
   overflow: hidden;
}
p#back-to-top a:hover {
   color: #fff;
   border-color: #22ac3d;
   background-color: #22ac3d;
}