﻿@charset "utf-8";
@import url("styles.css?v=225");
/* wx/qq.465320335 */  

/* head */
.header {
   width: 100%;
   position: fixed;
   top: 0;
   z-index: 99999;
}
.top {
   width: 100%;
   background-color: #f9f9f9;
   overflow: hidden;
   color: #666;
}
.top a {
   display: inline-block;
   color: #666;
   margin: 0 3px;
}
.top a:hover {
   color: #ef8d00;
}
.top i {
   display: inline-block;
   vertical-align: -1px;
   color: #aaa;
   margin-right: 6px;
   font-size: 15px;
}
.top i.fa-phone {
   font-size: 14px;
   margin-left: 10px;
}
.top strong {
   color: #ef8d00;
   font-size: 13px;
}
.top ._lg {
   margin-right: -3px;
}

.top_bg {
   width: 100%;
   height: 85px;
   line-height: 85px;
   background-color: #fed30b;
}
.logo {
   padding-right: 38px;
}
.naver {
   padding-right: 10px;
}
.naver li {
   float: left;
   position: relative;
}
.naver li a {
   display: block;
   color: #1f1a17;
   padding: 0 15px;
}
.naver li a:hover,
.naver li:hover>a {
   background-color: #fecd0b;
}
.naver li i {
   display: inline-block;
   margin-left: 7px;
}
.naver li ._sub {
   visibility: hidden;
   position: absolute;
   background-color: #fed30b;
   width: 100%;
   top: 90px;
   z-index: 99999;
   opacity: 0;
   transition: all 0.5s;
}
.naver li ._sub a {
    padding: 6px 0;
}
.naver li:hover ._sub {
   top: 85px;
   visibility: visible;
   opacity: 1;
}

.search {
   padding-top: 26px;
}
.search form {
   width: 210px;
   height: 33px;
   background-color: #fff8db;
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
   border-radius: 2px;
   overflow: hidden;
}
.search input,
.search button {
   height: 100%;
   display: block;
   border: none;
   background: none;
}
.search input {
   width: 82%;
   text-indent: 10px;
   color: #666;
   font-size: 13px;
}
.search button {
   width: 18%;
   background: #1f1a17;
   cursor: pointer;
   transition: all 0.5s;
}
.search button i {
   display: inline-block;
   vertical-align: middle;
   font-size: 22px;
   color: #ffe000;
}
.search button:hover {
   opacity: 0.8;
}

.home-slide {
   width: 100%;
   height: 620px;
   margin-top: 121px !important;
   overflow: hidden;
   text-align: center;
   position: relative;
}
.home-slide li,
.home-slide li a {
   display: block;
   width: 100%;
   height: 100%;
}
.home-slide .pagination {
   position: absolute;
   bottom: 50px;
   width: 100%;
   z-index: 999;
}
.home-slide .swiper-pagination-switch {
   display: inline-block;
   width: 15px;
   height: 15px;
   margin: 0 6px;
   border-radius: 20px;
   background: #ffffff;
   cursor: pointer;
}
.home-slide .swiper-active-switch {
   background: #fed30b;
}


/* main */
.main {
   width: 1250px;
   margin: 0 auto;
}
.main_title {
   position: relative;
   color: #333;
   font-size: 36px;
}
.main_title::after {
   content: '';
   display: block;
   position: absolute;
   top: 57px;
   left: 0;
   right: 0;
   margin: 0 auto;
   width: 80px;
   border-bottom: 3px solid #fed30b;
}

/* wrapper */
.wrapper {
   width: 100%;
}
.products {
   width: 100%;
   padding: 58px 0 10px;
   background-color: #f9f9f9;
   position: relative;
}
.products::after {
   content: '';
   display: block;
   position: absolute;
   bottom: -59px;
   left: 0;
   right: 0;
   margin: 0 auto;
   width: 100%;
   height: 59px;
   background: url(/images/pbg.png) center top no-repeat;
}
.products .p_class {
   padding-top: 58px;
}
.products .p_class ul {
   padding: 0 12px;
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
}
.products .p_class li {
   width: 13.28571%;
}
.products .p_class li a {
   display: block;
   background-color: #fed30b;
   color: #1f1a17;
   border-radius: 3px;
}
.products .p_class li a:hover {
   background-color: #fec20b;
   box-shadow: 0 0 15px #fec20b9e;
}

.products .p_list {
   padding-top: 30px;
}
.products .p_list ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
}
.products .p_list li {
   width: 24%;
   margin-bottom: 1.3%;
   padding: 13px;
   background-color: #fff;
   /* border: 1px solid #efefef; */
   transition: all 0.5s;
   border-radius: 2px;
   overflow: hidden;
}
.products .p_list li ._pic {
   height: 238px;
   overflow: hidden;
}
.products .p_list li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover
}
.products .p_list li ._title {
   border-top: 1px solid #f3f3f3;
   margin-top: 11px;
   padding: 15px 0 9px;
}
.products .p_list li a {
   color: #505050;
}
.products .p_list li a:hover {
   color: #fed30b;
}
.products .p_list li:hover {
   box-shadow: 0 0 20px rgba(0,0,0,0.06);
}
.products .p_more {
   width: 180px;
   margin: 20px auto 0;
}
.products .p_more a {
   display: block;
   color: #555;
   background-color: #fff;
   padding: 16px 0;
   border-radius: 2px;
   box-shadow: 0 0 20px rgba(0,0,0,0.02);
   /* border: 1px solid #efefef; */
}
.products .p_more a:hover {
   background-color: #fed30b;
   color: #1f1a17;
}

.abouts {
   width: 100%;
   padding: 138px 0 45px;
   position: relative;
   background: url(/images/awd.png) right center no-repeat;
}
.abouts::after {
   content: '';
   display: block;
   position: absolute;
   bottom: -59px;
   left: 0;
   right: 0;
   margin: 0 auto;
   width: 100%;
   height: 59px;
   background: url(/images/abg.png) center top no-repeat;
}
.abouts .a_box {
   overflow: hidden;
}
.abouts .a_left {
   width: 48%;
   height: 366px;
   overflow: hidden;
   margin-top: 25px;
}
.abouts .a_left img {
   width: 100%;
   height: 100%;
   object-fit: cover
}
.abouts .a_right {
   width: 48%;
}
.abouts .a_bt {
   color: #fed30b;
}
.abouts .a_bt span {
   display: block;
   width: 80px;
   border-bottom: 3px solid #fed30b;
   margin-top: 26px;
}
.abouts .a_desc {
   color: #666;
   padding: 26px 0;
}
.abouts .a_more {
   padding-top: 16px;
}
.abouts .a_more a {
   display: inline-block;
   background-color: #010101;
   color: #fff;
   padding: 14px 45px;
   border-radius: 1px;
}
.abouts .a_more a:hover {
   background-color: #fed30b;
   color: #1f1a17;
}

.news {
   width: 100%;
   padding: 128px 0 90px;
   background-color: #f9f9f9;
}
.news .n_box {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   padding: 67px 0 25px;
}
.news .n_left {
   width: 48%;
   background-color: #fff;
   box-shadow: 0 0 30px rgba(0,0,0,0.06);
}
.news .n_pic {
   height: 320px;
   overflow: hidden;
}
.news .n_pic img {
   width: 100%;
   height: 100%;
   object-fit: cover
}
.news .n_desc {
   padding: 23px 28px 23px 26px;
}
.news .n_desc h6,
.news .n_list li.t h6 {
   font-size: 18px;
}
.news .n_desc h6 a {
   color: #333;
   display: block;
}
.news .n_desc h6 a:hover,
.news .n_list li a:hover {
   color: #fed30b;
   text-indent: 3px;
}
.news .n_desc span,
.news .n_list li.t span {
   display: block;
   color: #999;
   padding-top: 9px;
}
.news .n_desc span.t,
.news .n_list li.t span.t {
   color: #bbb;
   padding-top: 13px;
}
.news .n_desc span i,
.news .n_list li.t span i {
   display: inline-block;
   margin-right: 5px;
}
.news .n_desc span i.fa-eye,
.news .n_list span i.fa-eye {
   margin-left: 8px;
}

.news .n_list {
   width: 48.5%;
}
.news .n_list li {
   background-color: #fff;
   padding: 28px 26px;
   margin-bottom: 17px;
   position: relative;
   border-radius: 2px;
   overflow: hidden;
}
.news .n_list li a {
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   display: block;
   color: #333;
}
.news .n_list li i {
   display: inline-block;
   vertical-align: 2px;
   width: 7px;
   height: 7px;
   background-color: #fed30b;
   border-radius: 10px;
   margin-right: 8px;
}
.news .n_list li.t {
   padding-bottom: 25px;
   margin-bottom: 25px;
   background-color: #fff;
   box-shadow: 0 0 30px rgba(0,0,0,0.06);
   border-left: 3px solid #fed30b;
}
.news .n_list li span.d {
   position: absolute;
   right: 26px;
   top: 27px;
   color: #ccc;
}
.news .n_list li.t span i {
   vertical-align: 0;
   width: auto;
   height: auto;
   background: none;
}
.news .n_list li.t span.t {
   color: #ccc;
   padding-top: 10px;
}
.news .n_list li:last-child {
   margin-bottom: 0;
}


/* cols */
.cols_slide {
   width: 100%;
   background-color: #f9f9f9;
   margin-top: 121px;
   padding: 20px 0;
   color: #666;
}
.cols_slide i {
   display: inline-block;
   margin: 0 3px;
}
.cols_slide i:first-child {
   margin: 0 6px 0 0;
}
.cols_slide a {
   color: #757575;
}
.cols_slide a:hover {
   color: #ef8d00;
}
.cols {
   width: 100%;
   padding: 30px 0 50px;
   overflow: hidden;
}
.cols_left {
   width: 20%;
}
.cols_left ._left_bt {
   background: #fed30b;
   border-radius: 2px;
   padding: 20px 20px;
   color: #333;
}
.cols_left ._left_bt i {
   display: inline-block;
   vertical-align: -5px;
   margin-right: 10px;
   color: #333;
   font-size: 36px;
   font-weight: 400;
}
.cols_left ._left_list {
   font-weight: 400;
   padding-top: 10px;
}
.cols_left ._left_list li i {
   display: inline-block;
   vertical-align: 0;
   margin-right: 8px;
   font-size: 14px;
}
.cols_left ._left_list>ul>li a {
   display: block;
   background: #fed30b;
   border-radius: 2px;
   color: #333;
   padding: 16px 0 16px 25px;
}
.cols_left ._left_list>ul>li {
   margin-bottom: 6px;
}
.cols_left ._left_list>ul>li a:hover,
.cols_left ._left_list>ul>li a.on {
   background-color: #222;
   color: #fff;
}
.cols_left ._left_list .submenu {
   display: none;
}
.cols_left ._left_list .submenu li {
   margin-top: 3px;
}
.cols_left ._left_list .submenu li a {
   padding: 13px 0 13px 41px;
   background: #f8f8f8;
}

.cols_right {
   width: 77.5%;
   padding: 29px 20px;
   box-shadow: 0 0 30px rgba(0,0,0,0.05);
}
.cols_right .c_bt {
   border-bottom: 1px solid #f3f3f3;
   padding: 0 5px 20px;
   position: relative;
}
.cols_right .c_btl i {
   display: inline-block;
   vertical-align: -3px;
   border-left: 6px solid #fed30b;
   height: 20px;
   margin-right: 11px;
   overflow: hidden;
}
.cols_right .c_btr {
   position: absolute;
   right: 0;
   top: -5px;
   overflow: hidden;
}
.cols_right .c_btr li {
   float: left;
   margin-left: 8px;
}
.cols_right .c_btr li a {
   display: block;
   background-color: #f8f8f8;
   color: #353535;
   padding: 2px 16px 0;
   border-radius: 2px;
}
.cols_right .c_btr li a:hover,
.cols_right .c_btr li a.on {
   background-color: #fed30b;
}

.cols_box {
   padding: 10px 5px 0;
   overflow: hidden;
}
.cols_map {
   width: 53%;
   padding-top: 20px;
}
.cols_lx {
   width: 43%;
}
.cols_map #allmap{
   width: 100%;
   height: 400px;
   overflow: hidden;
}

.cols_desc {
   color: #505050;
   overflow: hidden;
   padding: 18px 0;
}
.cols_desc a {
   color: #505050;
}
.cols_desc a:hover {
   color: #ef8d00;
}
.cols_desc img {
   max-width: 100%;
   display: inline-block;
   vertical-align: -1px;
}
.cols_desc table {
   border-collapse: collapse;
   background-color: #fff;
   border: 1px solid #eaded9;
   margin: 0 auto;
   font-size: 14px;
}
.cols_desc table tr,
.cols_desc table td {
   border: 1px solid #eaded9;
}
.cols_desc table td {
   box-sizing: border-box;
   padding: 8px 18px 6px;
}
.ue-table-interlace-color-single {
   background-color: #fafafa;
}

.cols_pic {
   padding: 25px 0 30px;
   text-align: center;
}
.cols_pic img {
   max-width: 100%;
}


/* newslist */
.newslist {
   padding: 12px 0;
}
.newslist li {
   background: #fafafa;
   margin-bottom: 8px;
   border-radius: 3px;
   padding: 0 23px;
}
.newslist li a {
   display: block;
   color: #585858;
   padding: 17px 0;
   position: relative;
}
.newslist li a:hover {
   color: #ef8d00;
   text-indent: 1px;
}
.newslist li i {
   display: inline-block;
   margin-right: 7px;
   color: #fed30b;
}
.newslist li span {
   display: block;
   position: absolute;
   right: 0;
   top: 18px;
   font-size: 12px;
   color: #aaa;
}



/* photo */
.photo {
   padding: 20px 1px 5px;
}
.photo ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
}
.photo li {
   width: 23.5%;
   margin-bottom: 2%;
   box-shadow: 0 0 20px rgba(0,0,0,0.08);
}
.photo li:last-child:nth-child(4n - 1) {
   margin-right: calc(23.5% + 6% / 3);
}
.photo li:last-child:nth-child(4n - 2) {
   margin-right: calc(47% + 12% / 3);
}
.photo li ._pic {
   height: 170px;
   overflow: hidden;
}
.photo li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover
}
.photo li ._desc a {
   display: block;
   padding: 15px 0;
   color: #414141;
}
.photo li ._desc a:hover {
   color: #ef8d00;
}


/* info */
.info_box {
   padding: 30px 0 10px;
}
.info_box .info_t {
   border-bottom: 1px solid #eee;
   padding-bottom: 25px;
}
.info_box .info_t h3 {
   color: #ef8d00;
   text-align: center;
   font-size: 25px;
}
.info_box .info_t span {
   display: block;
   color: #888;
   padding: 20px 0 0;
}
.info_box .info_t span i {
   display: inline-block;
   margin: 0 6px 0 8px;
   font-size: 14px;
}
.info_box .info_t span a {
   cursor: pointer;
   display: inline-block;
   margin: 0 3px;
}


/* pages */
.n_pages {
   padding: 20px 0 30px;
   letter-spacing: -4px;
}
.n_pages a {
   display: inline-block;
   background-color: #f5f5f5;
   color: #666;
   padding: 8px 12px;
   margin: 0 3px;
   letter-spacing: 0;
   border-radius: 2px;
}
.n_pages a:hover,
.n_pages a.page-num-current {
   background-color: #fed30b;
   border-color: #fed30b;
   color: #333;
}
.n_pages .not_data {
   letter-spacing: 1px;
   color: #999;
}

.n_next {
   border-top: 1px solid #e0e0e0;
   overflow: hidden;
   padding: 15px 0 0;
}
.n_next a {
   display: block;
   color: #555;
   padding: 6px 0;
}
.n_next a:hover {
   color: #ef8d00 !important;
}


/* message */
.apply {
   display: none;
   width: 90%;
   padding: 2.5% 0 4.5%;
   margin: 0 auto;
}
.apply li {
   margin: 12px 0;
}
.apply li input,
.apply li textarea {
   width: 100%;
   border: 1px solid #ddd;
   padding: 12px 13px;
   font-size: 15px;
}
.apply li textarea {
   height: 80px;
}
.apply li button {
   background: #d30006;
   color: #fff;
   border-radius: 3px;
   line-height: 43px;
   width: 100%;
   border: none;
   font-size: 15px;
   cursor: pointer;
   transition: all .3s linear 0s;
}
.apply li button:hover {
   background: #ec0007;
   box-shadow: 0 5px 10px #ccc;
}
.apply li input.code {
   width: 55%;
   margin: 3px 0 5px;
}
.apply li img {
   display: inline-block;
   vertical-align: -18px;
   cursor: pointer;
   margin-left: 8px;
}


/* footer */
.footer {
   width: 100%;
   background: url(/images/footbg.jpg) center top no-repeat;
}
.footer .foot {
   overflow: hidden;
   padding: 46px 0 33px;
}
.footer .foot h3 {
   font-size: 22px;
   position: relative;
   text-transform: uppercase;
}
.footer .foot h3 span {
   display: inline-block;
   vertical-align: -2px;
   font-weight: normal;
   color: #8a8a8a;
   font-size: 14px;
   text-transform: uppercase;
   margin-left: 11px;
}
.footer .foot h3::after {
   content: '';
   display: block;
   position: absolute;
   top: 40px;
   left: 0;
   width: 27px;
   border-bottom: 1px solid rgba(255,255,255,0.5);
}
.footer .foot h4 {
   font-size: 16px;
   color: #e1e1e1;
   margin-top: 59px;
   font-weight: normal;
}
.footer .foot_lx {
   width: 537px;
}
.footer .foot_lx ul {
   overflow: hidden;
   color: #e1e1e1;
   padding-top: 30px;
}
.footer .foot_lx li {
   float: left;
   width: 36%;
   padding-bottom: 10px;
}
.footer .foot_lx li:nth-child(2n) {
   width: 64%;
}
.footer .foot_lx li i {
   display: inline-block;
   text-align: center;
   margin-right: 10px;
}
.footer .foot_wx {
   width: 260px;
}
.footer .foot_wx ul {
   overflow: hidden;
   padding-top: 50px;
}
.footer .foot_wx li {
   float: left;
   width: 43%;
   margin-right: 7%;
}
.footer .foot_wx li img {
   width: 100%;
}
.footer .foot_wx li span {
   display: block;
   color: #8a8a8a;
   text-align: center;
   padding-top: 12px;
}
.footer .foot_ly {
   width: 325px;
}
.footer .foot_ly ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
   padding-top: 48px;
}
.footer .foot_ly li {
   width: 100%;
   margin-bottom: 10px;
}
.footer .foot_ly li input,
.footer .foot_ly li textarea,
.footer .foot_ly li button {
   display: block;
   width: 100%;
   border: 1px solid rgba(255,255,255,0.5);
   background: none;
   padding: 8px 10px 9px;
   font-size: 13px;
   color: #cfcfcf;
}
.footer .foot_ly li:nth-child(1),
.footer .foot_ly li:nth-child(2) {
   width: 48.2%;
}
.footer .foot_ly li textarea {
   height: 60px;
}
.footer .foot_ly li button {
   border: none;
   background-color: #fed30b;
   color: #000;
   cursor: pointer;
   border-radius: 1px;
   transition: all 0.5s;
   padding: 10px;
}
.footer .foot_ly li button:hover {
   background-color: #fec20b;
}
.footer .foot_copy {
   padding: 22px 0 28px;
   width: 100%;
   color: #7e7e7e;
   border-top: 1px solid rgba(255,255,255,0.1);
}
.footer .foot_copy a {
   color: #7e7e7e;
}
.footer .foot_copy a:hover {
   color: #ccc;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #999;
   font-size: 13px;
}
p#back-to-top{
   position: fixed;
   display: none;
   bottom: 30px;
   right: 30px;
}
p#back-to-top i {
   display: block;
   font-size: 22px;
}
p#back-to-top a {
   text-align: center;
   display: block;
   width: 32px;
   border: 1px #fed30b solid;
   color: #fed30b;
   padding: 3px 0 4px;
   overflow: hidden;
}
p#back-to-top a:hover {
   color: #fff;
   border-color: #fed30b;
   background-color: #fed30b;
}
