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

/* head */
.header {
   width: 100%;
   position: relative;
   background-color: #f5f5f5;
}
.header .logo {
   width: 56%;
   padding: 4.2% 0 4% 3%;
}
.header .logo img {
   max-width: 100%;
}
.header button {
   border: none;
   background: none;
   display: block;
   position: absolute;
   right: 2%;
   top: 23%;
}
.header button i {
   display: block;
   width: 30px;
   height: 0;
   border-bottom: 2px solid #d30006;
   margin: 5px 0;
}
.bgDiv {
   width: 100%;
   height: 100%;
   background-color: #000;
   opacity: .7;
   position:fixed;
   display: none;
   z-index: 99;
   bottom: 0;
}
.leftNav {
   width: 60%;
   max-width: 400px;
   height: 100%;
   background-color: #f5f5f5;
   position: fixed;
   z-index: 999;
   top: 0;
   left: -60%;
}
.leftNav ul {
   padding-top: 0;
}
.leftNav ul img {
   display: inline-block;
   padding: 6% 0 5% 12px;
   max-width: 90%;
}
.leftNav li {
   border-top: 1px solid #e5e5e5;
   font-size: 16px;
   line-height: 45px;
   text-indent: 15px;
}
.leftNav li a {
   color: #444;
   display: block;
}
.leftNav li a:hover,
.leftNav li a.on {
   background-color: #1b49a0;
   color: #fff;
}
.leftNav li i {
   display: inline-block;
   vertical-align: -2px;
   margin-left: 5px;
}

.slide {
   width: 100%;
   margin: 0 auto;
   position: relative;
   overflow: hidden;
}
.slide li img {
   max-width: 100%;
}
.slide .bd {
   position:relative;
   z-index:0;
}
.slide li p {
   width: 70%;
   margin: 0 auto;
}
.slide li a { 
   -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.slide .hd {
   width: 100%;
   height: 35px;
   position: absolute;
   z-index: 1;
   bottom: 10px;
   text-align: center;
}
.slide .hd ul { 
   display: inline-block;
   height: 10px;
   padding: 5px 10px;
   background-color: rgba(255,255,255,0.5);
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   border-radius: 50px;
   font-size: 0;
   vertical-align: top
}
.slide .hd ul li {
   display: inline-block;
   width: 10px;
   height: 10px;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   border-radius: 50px;
   background:rgba(255,255,255,0.8);
   margin: 0 3px;
   vertical-align: top;
   overflow: hidden;
}
.slide .hd ul .on {  
   background: #dc0201;
}

/* wrapper */
.wrapper {
   width: 100%;
   margin: 0 auto
}
.wrapper .wp_bt {
  border-top: 11px solid #f3f3f3;
  border-bottom: 1px solid #eee;
  padding: 4% 3% 3.5%;
}
.wrapper .wp_btl {
  padding-left: 8px;
  border-left: 4px solid #1b49a0;
  color: #1b49a0;
}
.wrapper .wp_btr {
  width: 13.5%
}
.wrapper .wp_btr a {
  display: block;
  background-color: #1b49a0;
  color: #fff;
  height: 19px;
  overflow: hidden;
  line-height: 20px;
  border-radius: 2px
}
.wrapper .wp_btr a:hover {
  background-color: #fff100;
}
.wrapper .wp_wz {
  background-color: #1b49a0;
  padding: 2px 5px;
  border-radius: 2px;
}
.wrapper .wp_wz a {
  color: #fff;
}
.wrapper .abouts {
  padding: 4% 3% 5%;
  color: #4a4a4a;
}
.wrapper .abouts img {
  max-width: 100%;
  display: inline-block;
  margin: 1% 0 2%;
}
.wrapper .abouts h3 {
   margin-top: 15px;
}
.wrapper .a_pic {
   padding: 2% 3% 5.5%;
}
.wrapper .a_pic li {
   float: left;
   width: 50%;
   overflow: hidden;
}
.wrapper .a_pic li img {
   max-width: 100%;
   max-height: 100%;
}
.wrapper .pro_class {
   padding: 3.5% 2.3% 0;
}
.wrapper .pro_class li {
   float: left;
   width: 32.33333%;
   margin: 0 0.5% 1%;
}
.wrapper .pro_class li a {
   color: #555;
   border: 1px solid #e8e8e8;
   background-color: #f8f8f8;
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.wrapper .pro_class li a:hover {
   background-color: #dc0201;
   border-color: #dc0201;
   color: #fff;
}
.wrapper .products {
   padding: 3% 2.8% 3%;
}
.wrapper .products li {
   float: left;
   width: 49%;
   margin-bottom: 2%;
}
.wrapper .products li:nth-child(2n) {
   float: right;
}
.wrapper .products li div {
   height: 150px;
   line-height: 148px;
   padding: 5px;
   overflow: hidden;
   border: 1px solid #e8e8e8;
}
.wrapper .products li div img {
   max-width: 100%;
   max-height: 100%;
}
.wrapper .products li span {
   display: block;
   background-color: #e8e8e8;
   height: 41px;
   overflow: hidden;
   padding: 8px 10px 0;
   line-height: 17px;
}
.wrapper .products li a {
   color: #555;
}
.wrapper .products li:hover div {
   border-color: #dc0201;
}
.wrapper .products li:hover span {
   background-color: #dc0201;
   color: #fff;
}

.wrapper .p_more {
  margin: 5px auto 30px;
  width: 35%;
}
.wrapper .p_more a {
  display: block;
  color: #666;
  padding: 10px 0;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 50px;
}
.wrapper .p_more a:hover {
  background-color: #dc0201;
  color: #fff;
}

.news {
   width: 100%;
   padding: 0 0 3%;
}
.news .news_rmd {
   padding: 3%;
   border-bottom: 1px solid #eee;
   background-color: #f8f8f8;
   margin-bottom: 5px;
}
.news .news_rmd .pic {
   width: 35%;
   overflow: hidden;
}
.news .news_rmd .pic img {
   width: 100%;
}
.news .news_rmd .desc {
   width: 62%;
   color: #aaa;
}
.news .news_rmd .desc a {
   display: block;
   color: #444;
   font-size: 15px;
   padding: 2px 0;
}
.news .news_rmd .desc a:hover {
   color: #dc0201;
}
.news .news_list {
   padding: 0 0 5%;
}
.news .news_list li {
   border-bottom: 1px solid #eee;
   padding: 0 3%;
}
.news .news_list li a {
   color: #444;
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.news .news_list li a:hover {
   color: #dc0201;
   text-indent: 5px;
}

.pinpai {
   padding: 0;
}
.pinpai .pp_list {
   padding: 3% 2.5%;
}
.pinpai .pp_list li {
   float: left;
   border: 1px solid #ebebeb;
   width: calc(32% - 2px);
   height: 70px;
   line-height: 70px;
   margin: 0 0.666665% 1.33333%;
   overflow: hidden;
}
.pinpai .pp_list li img {
   max-width: 100%;
   max-height: 100%;
}


/* columns */
.col_slide {
   width: 100%;
   overflow: hidden;
}
.col_slide img {
   max-width: 100%;
}
.col_nav {
   padding: 3% 2%;
}
.col_nav li {
   float: left;
   width: 31.33333%;
   margin: 1%;
}
.col_nav li.p_nav {
   width: 48%;
   margin: 1%;
}
.col_nav li a {
   display: block;
   color: #555;
   border: 1px solid #eee;
   background-color: #f8f8f8;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.col_nav li a:hover,
.col_nav li a.on {
   background-color: #dc0201;
   border-color: #dc0201;
   color: #fff;
}
.col_bt {
   color: #dc0201;
   padding: 6% 3% 0;
}
.col_time {
   width: 100%;
   background-color: #f7f7f7;
   color: #888;
   padding: 3% 0;
   margin-top: 3%;
}
.col_time i {
   display: inline-block;
   padding: 0 3px 0 8px
}
.col_pic {
   padding: 4% 3% 0
}
.col_pic img {
   max-width: 100%
}
.col_desc {
   padding: 3%;
   color: #666;
}
.col_desc a {
   color: #666;
}
.col_desc a:hover {
   color: #1b49a0;
}
.col_desc img {
   max-width: 100%;
   display: block;
   margin: 10px auto 20px;
}
.col_desc table {
   border-collapse: collapse;
   width: 100%;
   text-align: center;
   font-size: 14px;
   line-height: 38px;
}
.col_desc table,
.col_desc tr,
.col_desc td {
   border: 1px solid #e5e5e5;
}
.col_js {
   background-color: #eee;
   margin: 10px 0;
}
.col_js span {
   display: inline-block;
   background-color: #888;
   color: #fff;
   padding: 1px 10px;
}
.col_next {
   border-top: 1px solid #eee;
   padding: 3% 3% 8%;
   color: #888;
}
.col_next a {
   color: #777;
}


.p_desc {
   width: 100%;
}
.p_desc li {
   border-bottom: 1px solid #ececec;
   padding: 16px 1px 19px 12px;
}
.p_desc li.time {
   color: #888;
   padding-top: 19px;
}
.p_desc li i {
   display: inline-block;
   margin-right: 6px;
}
.p_desc li.lx {
   background-color: #f9f9f9;
   color: #777;
   padding: 13px 0 18px 16px;
}
.p_desc li.lx i.fa-print {
   margin-left: 10px;
}
.p_desc li.lx img {
   display: inline-block;
   vertical-align: -2px;
   margin-right: 5px;
}
.p_desc li.lx a {
   display: inline-block;
   margin: 5px 8px 0 0;
   color: #777;
}
.p_desc li.lx a:hover {
   color: #d30006;
}
.p_desc li.share {
   padding: 26px 1px;
}
.p_desc li.btn {
   border: none;
   margin: 5px auto 0;
}
.p_desc li.btn a {
   display: block;
   background-color: #d30006;
   color: #fff;
   width: 150px;
   border-radius: 2px;
   padding-right: 2px;
   margin: 0 auto;
}
.p_desc li.btn a:hover {
   background-color: #ef0007;
}
.p_desc li.jg {
   color: #777;
   padding-top: 19px;
}
.p_desc li.jg span {
   color: #f30007;
}



/* products */
.photo {
   padding: 4% 3%;
}
.photo li {
   float: left;
   width: 49%;
   margin-bottom: 2.5%;
}
.photo li:nth-child(2n) {
   float: right;
}
.photo li div {
   height: 110px;
   border: 1px solid #eee;
   padding: 10px 0;
   overflow: hidden;
}
.photo li div img {
   height: 100%;
   margin: 0 -100%;
}
.photo li a span {
   display: block;
   background-color: #f6f6f6;
   padding: 10px 0;
   color: #666;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.photo li a:hover span {
   background-color: #1b49a0;
   color: #fff;
}

/* newslist */
.newslist {
   padding: 1% 0 5%;
}
.newslist li {
   border-bottom: 1px solid #eee;
   overflow: hidden;
   padding: 20px 3%;
}
.newslist li .desc {
   padding-top: 3px;
}
.newslist li .desc span {
   display: block;
}
.newslist li .desc a {
   color: #2e3746;
   display: block;
}
.newslist li .time {
   color: #bbb;
   padding: 8px 0 0;
}
.newslist li .desc {
   color: #8f959f;
}
.newslist li .desc a:hover {
   color: #1b49a0;
}


/* pages */
.n_pages {
   padding: 45px 0 0;
   letter-spacing: -4px;
}
.n_pages a {
   display: inline-block;
   background-color: #fff;
   color: #979ba3;
   padding: 8px 10px 7px;
   margin: 0 2px;
   border: 1px solid #e5e5e5;
   letter-spacing: 0;
}
.n_pages a:hover,
.n_pages a.page-num-current {
   background-color: #f5f5f5;
   border-color: #e3e5e8;
   color: #8a919f;
}

.n_next {
   border-top: 1px solid #eee;
   padding: 4% 3%;
   color: #555;
   margin-top: 20px;
}
.n_next a {
   color: #555;
}
.n_next a:hover {
   color: #d90305;
}

/* message */
.message {
   padding: 3%
}
.message .msglist {
   padding: 12px 0
}
.message .msglist dl {
   border: 1px solid #eaeaea;
   margin-bottom: 3%;
   border-radius: 2px
}
.message .msglist dl .tr {
   text-align: right;
}
.message .msglist dt {
   border-bottom: 1px solid #eaeaea;
   padding: 3%;
   background-color: #f9f9f9;
   color: #EB8F1E;
}
.message .msglist dd {
   border-bottom: 1px solid #eaeaea;
   padding: 3%;
   color: #888;
}
.message .msg li {
  position: relative;
  margin-bottom: 2%;
}
.message .msg li input,.msg li textarea {
  border-radius: 2px;
  border: 1px #ddd solid;
  padding: 10px;
  font-size: 13px;
  width: 94%
}
.message .msg li textarea {
  height: 80px
}
.message .msg li img {
  display: block;
  position: absolute;
  right: 5px;
  z-index: 999;
  bottom: 2px
}
.message .msg li span {
  display: block;
  font-size: 14px;
  color: #333;
  margin: 11px 0 8px 1px
}
.message .msg li button {
  width: 100%;
  border: 0 none;
  background: #d30006;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  border-radius: 2px;
  cursor: pointer;
  margin: 2% 0 5%
}

.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: #d30006;
   color: #fff;
   border-radius: 50px;
   line-height: 40px;
   width: 50%;
   border: none;
   font-size: 15px;
   margin: 15px auto 0;
   display: block;
   cursor: pointer;
   transition: all .3s linear 0s;
}
.apply li button:hover {
   background: #ec0007;
   box-shadow: 0 5px 10px #ccc;
}
.apply li input.code {
   width: 50%;
   margin: 3px 0 5px;
}
.apply li img {
   display: inline-block;
   vertical-align: -12px;
   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-color: #f5f5f5;
   padding: 3% 0 3%;
   border-top: 1px solid #e5e5e5;
   color: #cdcdcd;
   position: fixed;
   bottom: 0;
   z-index: 999999;
}
.footer_h {
   height: 80px;
}
.footer dl {
   float: left;
   width: 20%;
}
.footer dl a {
   display: block;
   color: #888;
}
.footer dl a:hover,
.footer dl a.on {
   color: #dc0201;
}
.footer dt {
   padding: 0;
}
.footer dt i {
   display: inline-block;
   vertical-align: bottom;
}

.footer dd {
   font-size: 12px;
   padding: 5px 0 1px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}
