﻿@charset "utf-8";
@import url("styles.css");
/*
   * wx/qq.465320335 *
   * Released on: 2021,10,30 *
*/  

/* head */
.header {
   width: 100%;
}
.logo {
   padding: 17px 0 13px;
}
.naver {
   line-height: 83px;
}
.naver li {
   float: left;
   margin: 0 2px;
   position: relative;
}
.naver li a {
   display: block;
   color: #353535;
   padding: 0 25px;
}
.naver li a:hover {
   color: #003e94;
   font-weight: bold;
}
.naver li a.on {
   background-color: #003e94;
   color: #fff;
}
.naver li .drop {
   display: block;
   position: absolute;
   top: 93px;
   left: -20%;
   width: 140%;
   z-index: -1;
   background-color: #fff;
   padding: 10px 0 12px;
   line-height: 33px;
   box-shadow: 0 5px 8px rgba(0,0,0,0.2);
   transition: all 0.5s;
   opacity: 0;
}
.naver li .drop a {
   padding: 0;
}
.naver li:hover .drop {
   top: 83px;
   opacity: 1;
   z-index: 99999;
}

/* main */
.main {
   width: 1150px;
   margin: 0 auto;
}

/* wrapper */
.wrapper {
   width: 100%;
}
.products {
   padding: 50px 0;
   overflow: hidden;
}
.products .p_left {
   width: 26%;
   height: 237px;
   box-sizing: border-box;
   padding: 33px 28px 25px;
   background: url(/images/lbbg.png) right bottom no-repeat #f5f5f5;
}
.products .p_left h3 {
   color: #003e94;
   font-size: 23px;
}
.products .p_left ul {
   padding-top: 13px;
   line-height: 34px;
}
.products .p_left li i {
   display: inline-block;
   margin: 0 6px 0 1px;
}
.products .p_left li a {
   color: #546c8c;
}
.products .p_left li a:hover {
   text-decoration: underline;
   color: #003e94;
}

.products .p_list {
   width: 72%;
   overflow: hidden;
}
.products .p_list li {
   float: left;
   width: 256px;
   margin-right: 19px;
}
.products .p_list li ._pic {
   height: 174px;
   border: 1px solid #eee;
   padding: 8px;
   overflow: hidden;
}
.products .p_list li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.products .p_list li ._title {
   background-color: #f8f8f8;
   padding: 15px 0;
   border: 1px solid #eee;
   border-top: none;
}
.products .p_list li a {
   color: #555;
}
.products .p_list li a:hover {
   color: #003e94;
}

.abouts {
   width: 100%;
   background: #f5f5f5;
   padding: 38px 0;
   overflow: hidden;
   position: relative;
}
.abouts .a_pic {
   position: absolute;
   top: 0;
   left: 43%;
   width: 960px;
   margin-left: -960px;
   overflow: hidden;
}

.abouts .a_desc {
   width: 56%;
   color: #555;
   text-align: justify;
}
.abouts h3 {
   color: #003e94;
   font-size: 23px;
   line-height: 23px;
   margin-bottom: 18px;
   height: 23px;
   overflow: hidden;
   border-left: 5px solid #003e94;
   padding-left: 11px;
}
.abouts .a_desc a {
   display: block;
   float: right;
   font-size: 13px;
   font-weight: normal;
   color: #e20001;
   padding: 1px 2px 0 0;
}
.abouts .a_desc a:hover {
   color: #f20001;
   padding-right: 3px;
}

.news {
   padding: 50px 0;
   overflow: hidden;
}
.news h3 {
   color: #003e94;
   font-size: 23px;
   border-bottom: 1px solid #eee;
   padding: 21px 0 18px;
}
.news h3 a {
   display: block;
   float: right;
   font-size: 13px;
   font-weight: normal;
   color: #e20001;
   padding: 6px 1px 0 0;
}
.news h3 a:hover {
   color: #f20001;
   padding-right: 3px;
}
.news .n_left {
   width: 68%;
   border: 1px solid #eee;
   padding: 0 25px;
   box-sizing: border-box;
   background-color: #fefefe;
}
.news .n_left ul {
   padding-top: 5px;
}
.news .n_left li {
   overflow: hidden;
   border-bottom: 1px solid #eee;
   padding: 18px 0 17px;
}
.news .n_left li:last-child {
   border: none;
   margin-bottom: 10px;
}
.news .n_left li ._time {
   border-right: 1px solid #dfdfdf;
   padding: 0 17px;
}
.news .n_left li ._time span {
   display: block;
   color: #999;
}
.news .n_left li ._time span.r {
   color: #e20001;
   font-size: 19px;
}
.news .n_left li ._box {
   padding-left: 17px;
   line-height: 18px;
}
.news .n_left li ._box span {
   display: block;
}
.news .n_left li ._box a {
   color: #353535;
}
.news .n_left li ._box a:hover {
   color: #e20001;
   padding-left: 3px;
}

.news .n_right {
   width: 30%;
   height: 299px;
   padding: 25px 28px;
   background: url(/images/lx.png) right bottom no-repeat #f8f8f8;
   box-sizing: border-box;
   overflow: hidden;
}
.news .n_right li.name {
   color: #003e94;
   padding-bottom: 7px;
}


/* cols */
.cols_slide {
   width: 100%;
   height: 280px;
   overflow: hidden;
   position: relative;
}
.cols_sort {
   padding-top: 8.8%;
   letter-spacing: 2px;
}
.cols_pos {
   width: 100%;
   background-color: #f6f6f6;
   padding: 18px 0;
   overflow: hidden;
   color: #666;
}
.cols_pos a {
   color: #666;
}
.cols_pos a:hover {
   color: #003e94;
}
.cols_pos i {
   display: inline-block;
   margin-right: 2px;
}


.cols {
   width: 100%;
   padding: 60px 0 80px;
}
.cols_desc {
   color: #353535;
   overflow: hidden;
   text-align: justify;
}
.cols_desc a {
   color: #353535;
}
.cols_desc a:hover {
   color: #003e94;
}
.cols_desc img {
   max-width: 100%;
}
.cols_desc table {
   border-collapse: collapse;
   background-color: #fff;
   border: 1px solid #eaeaea;
}
.cols_desc table tr,
.cols_desc table td {
   border: 1px solid #eaeaea;
}
.cols_desc table td {
   box-sizing: border-box;
   padding: 8px 18px 6px;
}
.ue-table-interlace-color-single {
   background-color: #fafafa;
}

.cols_pic {
   margin-bottom: 30px;
}
.cols_pic img {
   max-width: 100%;
}



/* news */
.newslist {
   margin-top: -40px;
}
.newslist ul {
   padding-bottom: 20px;
}
.newslist li {
   padding: 35px 0;
   overflow: hidden;
}
.newslist li:nth-child(2n) {
   background-color: #f8f8f8;
}
.newslist li ._pic {
   float: left;
   width: 20%;
   margin-right: 3%;
   overflow: hidden;
}
.newslist li ._pic img {
   width: 100%;
}
.newslist li ._desc {
   padding-top: 2px;
}
.newslist li ._desc span {
   display: block;
   color: #888;
}
.newslist li ._desc span.bt a {
   color: #333;
}
.newslist li ._desc span.bt a:hover {
   color: #003e94;
   padding-left: 5px;
}
.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: #e1922d;
}
.newslist li ._desc span.more i {
   background-color: #e1922d;
   color: #fff;
   width: 20px;
   height: 20px;
   border-radius: 50px;
   line-height: 20px;
   text-align: center;
}


/* product */
.pro_list {
   overflow: hidden;
}
.pro_list h3 {
   color: #003e94;
   font-size: 28px;
}
.pro_list .pro_class {
   padding: 30px 0 40px;
}
.pro_list .pro_class li {
   display: inline-block;
   margin: 0 3px;
}
.pro_list .pro_class li a {
   display: inline-block;
   background-color: #f6f6f6;
   color: #353535;
   padding: 15px 22px;
}
.pro_list .pro_class li a:hover,
.pro_list .pro_class li a.on {
   background-color: #003e94;
   color: #fff;
}

.pro_list .p_list {
   overflow: hidden;
}
.pro_list .p_list ul {
   margin-right: -1.5%;
}
.pro_list .p_list li {
   float: left;
   width: 23.5%;
   margin: 0 1.5% 1.5% 0;
}
.pro_list .p_list li ._pic {
   height: 180px;
   border: 1px solid #eee;
   padding: 8px;
   overflow: hidden;
}
.pro_list .p_list li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.pro_list .p_list li ._desc {
   background: #eee;
   padding: 15px 0;
   transition: background 0.5s;
}
.pro_list .p_list li a {
   color: #353535;
}
.pro_list .p_list li a:hover {
   color: #fff;
}
.pro_list .p_list li:hover ._desc {
   background: #003e94;
}

/* job */
.job {
   overflow: hidden;
   position: relative;
}
.job .j_list {
   width: 66%;
}
.job .j_list li {
   background-color: #f8f8f8;
   padding: 38px 28px;
   color: #565656;
   margin-bottom: 20px;
}
.job .j_list li ._xl {
   color: #999;
   padding-top: 15px;
}
.job .j_list li ._desc {
   padding: 30px 10px 0 0;
}
.job .j_list li ._desc img {
   max-width: 100%;
}

.job .j_right {
   width: 31%;
   background-color: #003e94;
   box-sizing: border-box;
   padding: 37px 30px;
}
.job .j_right h3 {
   font-size: 20px;
}
.job .j_right ._yx {
   padding: 20px 0 30px;
}


/* photo */
.photo {
   padding: 0;
   overflow: hidden;
}
.photo ul {
   margin-right: -1.5%;
}
.photo li {
   float: left;
   width: 23.5%;
   margin: 0 1.5% 1.5% 0;
   background-color: #fff;
   box-sizing: border-box;
   border: 1px solid #f1f1f1;
}
.photo li ._pic {
   height: 200px;
   padding: 8px;
   overflow: hidden;
}
.photo li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.photo li ._desc {
   margin-top: 1px;
   padding: 16px 0 17px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   border-top: 1px solid #f5f5f5;
   background-color: #f5f5f5;
   transition: background 0.5s;
}
.photo li a {
   color: #555;
}
.photo li a:hover {
   color: #fff;
}
.photo li:hover ._desc {
   background: #003e94;
}

/* info */
.info_box {
   padding: 4% 3% 2%;
   background-color: #fff;
}
.info_box .info_t {
   border-bottom: 1px solid #e5e5e5;
   padding-bottom: 25px;
   margin-bottom: 30px;
}
.info_box .info_t h3 {
   color: #003e94;
   text-align: center;
   font-size: 31px;
}
.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;
}


/* products */
.p_box {
   overflow: hidden;
   padding: 0 0 60px;
}
.p_box ._pic {
   width: 48%;
   overflow: hidden;
   background-color: #fff;
   border: 1px solid #eee;
   box-sizing: border-box;
   padding: 10px;
}
.p_box ._pic img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.p_box ._desc {
   width: 48.5%;
   color: #444;
   text-align: justify;
}
.p_box ._desc h2 {
   font-size: 28px;
   color: #003e94;
   margin: 2px 0 14px;
}
.p_box ._desc h6 {
   font-size: 17px;
   padding-bottom: 5px;
}
.p_box ._desc li.title {
   border-bottom: 1px solid #e5e5e5;
   padding: 15px 0 20px;
}
.p_box ._desc li.title span {
   display: block;
}
.p_box ._desc li.title span.d {
   color: #777;
   padding-top: 15px;
}
.p_box ._desc li.title span.lb {
   padding: 15px 0 5px;
}
.p_box ._desc li.title span.lb a {
   color: #ec0000;
}
.p_box ._desc li.tel {
   padding: 15px 0;
   color: #707070;
}
.p_box ._desc li.share {
   padding: 27px 0;
   margin-left: -4px;
   border-bottom: 1px solid #e5e5e5;
}
.p_box ._desc li.share a {
   margin: 0 5px 0 0 !important;
}
.p_box ._desc li.btn {
   width: 180px;
   margin-top: 27px;
}
.p_box ._desc li.btn a {
   padding: 14px 0;
   display: block;
   color: #fff;
   background-color: #1491ea;
}
.p_box ._desc li.btn a:hover {
   background-color: #007dd7;
}


.p_info {
   width: 100%;
   padding: 35px 0;
   background-color: #fff;
   border-top: 13px solid #f8f8f8;
}
.p_info ._pbt {
   border-bottom: 1px solid #eee;
   margin-bottom: 35px;
}
.p_info ._pbt span {
   display: inline-block;
   border-bottom: 3px solid #003e94;
   margin-bottom: -2px;
   padding: 0 8px 20px;
   color: #444;
}


/* pages */
.n_pages {
   padding: 40px 0 0;
}
.n_pages a {
   display: inline-block;
   background-color: #fff;
   color: #8f8f8f;
   padding: 12px 16px;
   margin: 0 2px;
   border: 1px solid #e3e5e8;
}
.n_pages a:hover,
.n_pages a.page-num-current {
   background-color: #003e94;
   border-color: #003e94;
   color: #fff;
}
.n_pages .not_data {
   font-size: 14px;
   letter-spacing: 1px;
   color: #999;
}

.n_next {
   background-color: #f6f6f6;
   margin: 50px auto 30px;
   border-radius: 2px;
   line-height: 90px;
   height: 90px;
   overflow: hidden;
}
.n_next li {
   position: relative;
   float: left;
   width: 50%;
}
.n_next li a {
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   color: #555;
}
.n_next li a:hover {
   color: #003e94 !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 30px;
}
.n_next li.n span {
   padding: 0 30px 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: 3% 2%;
   font-size: 15px;
   box-sizing: border-box;
   color: #666;
}
.apply li textarea {
   height: 130px;
}
.apply li button {
   background: #003e94;
   color: #fff;
   line-height: 53px;
   width: 100%;
   border: none;
   font-size: 16px;
   margin: 20px auto 0;
   display: block;
   cursor: pointer;
   transition: all .3s linear 0s;
   border-radius: 2px;
}
.apply li button:hover {
   background: #003e94;
   box-shadow: 0 5px 10px #ccc;
}
.apply li input.code {
   width: 70%;
   margin: 7px 0 5px;
}
.apply li img {
   display: inline-block;
   vertical-align: -19px;
   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: 50px 0 20px;
   background-color: #333;
   overflow: hidden;
   color: #848484;
}
.footer .foot_lx img {
   margin-bottom: 18px;
}
.footer .foot_yw {
   padding: 0 0 0 110px;
   width: 40%;
}
.footer .foot_yw h3 {
   font-size: 23px;
   color: #eee;
}
.footer .foot_yw h3 span {
   display: block;
}
.footer .foot_yw h3 span.e {
   font-weight: normal;
   font-size: 12px;
   color: rgba(255,255,255,0.3);
   margin-top: -2px;
   margin-bottom: 5px;
}
.footer .foot_yw h3 span.x {
   width: 5%;
   border-bottom: 1px solid #fff;
   padding-bottom: 11px;
}
.footer .foot_yw ul {
   padding-top: 20px;
   overflow: hidden;
}
.footer .foot_yw li {
   float: left;
   width: 50%;
}
.footer .foot_yw li a {
   color: #848484;
   display: block;
}
.footer .foot_yw li a:hover {
   color: #eee;
}
.footer .foot_wx {
   width: 10%;
}
.footer .foot_wx img {
   width: 100%;
}
.footer .foot_wx span {
   display: block;
   padding-top: 12px;
}
.footer .foot_copy {
   border-top: 1px solid #444;
   margin-top: 40px;
   padding-top: 18px;
}
.footer .foot_copy a {
   color: #848484;
}




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 i {
   font-size: 22px;
}
p#back-to-top a {
   text-align: center;
   display: block;
   height: 30px;
   width: 30px;
   line-height: 30px;
   border: 1px #003e94 solid;
   color: #003e94;
   overflow: hidden;
}
p#back-to-top a:hover {
   color: #fff;
   border-color: #003e94;
   background-color: #003e94;
}