﻿@charset "utf-8";
@import url("styles.css");
/*
   * wx/qq.465320335 *
   * http://e.xoabc.com/ *
   * Released on: 2021,01,12 *
*/  

/* head */
.header {
   width: 100%;
}
.header .top_x {
   border-bottom: 1px solid #eee;
   padding: 11px 0;
}
.header .top_x span {
   display: block;
   color: #666;
}
.header .top_x i {
   display: inline-block;
   margin-right: 7px;
}
.header .top_x a {
   color: #1b49a0;
   display: inline-block;
   padding: 0 8px;
}
.header .top_x a:hover {
   color: #f37200;
}
.header .top {
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 99999;
   background-color: #fff;
   box-shadow: 1px 2px 10px rgba(0,0,0,.4);
}
.header .logo {
   height: 60px;
   margin: 16px 0 14px;
}
.header .logo img {
   max-width: 100%;
   max-height: 100%;
}
.header .naver {
   line-height: 40px;
   margin-top: 25px;
}
.naver li {
   float: left;
   position: relative;
   margin: 0 0 0 2px;
}
.naver li a {
   display: block;
   color: #333;
   padding: 0 17px;
}
.naver li a:hover,
.naver li a.on,
.naver li:hover>a {
   color: #fff;
   background-color: #1b49a0;
   border-radius: 50px;
}
.naver li ul {
   display: none;
   position: absolute;
   top: 40px;
   left: 0;
   width: 200%;
   background-color: #fff;
   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
   z-index: 999;
   text-indent: 18px;
   padding: 8px 0;
}
.naver li ul a {
   padding: 0;
}
.naver li ul a:hover {
   background-color: #fff;
   color: #f7ab00;
}
.naver li:hover ul {
   display: block;
}

/* main */
.main {
   width: 1200px;
   margin: 0 auto;
}
.main_title {
   padding: 60px 0 0;
}
.main_title span {
   display: block;
}
.main_title span.cn {
   font-size: 36px;
}
.main_title span.en {
   color: #666;
   padding-top: 20px;
}

/* wrapper */
.wrapper {
   width: 100%;
}
.products {
   width: 100%;
   background: #f6f6f6;
   padding-bottom: 72px;
}
.products .p_list {
   padding-top: 40px;
}
.products .p_list .hd {
   width: 25%;
   background-color: #fff;
   padding-bottom: 10px;
}
.products .p_list .hd .hd_bt {
   background-color: #1b49a0;
   padding: 8px 0;
   border-bottom: 2px solid #f6f6f6;
}
.products .p_list .hd .hd_bt i {
   display: inline-block;
   margin: 0 10px 0 26px;
}
.products .p_list .hd li {
   border-bottom: 1px solid #f6f6f6;
   position: relative;
   overflow: hidden;
}
.products .p_list .hd li a {
   color: #333;
   display: block;
}
.products .p_list .hd li:last-child {
   border: none;
}
.products .p_list .hd li a {
   color: #444;
   display: block;
}
.products .p_list .hd li.on a,
.products .p_list .hd li a:hover {
   color: #1b49a0;
   background-color: #fafafa;
   font-weight: bold;
}
.products .p_list .hd li.on span,
.products .p_list .hd li:hover span {
   color: #1b49a0;
   right: 19px;
}
.products .p_list .hd li i {
   color: #1b49a0;
   margin: 0 8px 0 26px;
   display: inline-block;
}
.products .p_list .hd li span {
   color: #ccc;
   display: block;
   position: absolute;
   right: 23px;
   top: 16px;
   font-size: 16px;
   transition: all 0.5s;
}

.products .p_list .bd {
   width: 73%;
   background-color: #fff;
}
.products .p_list .bd ul {
   zoom: 1;
}
.products .p_list .bd li {
   overflow: hidden;
   border-bottom: 1px solid #fff;
}
.products .p_list .bd li:nth-child(2n) {
   background-color: #fbfbfb;
}
.products .p_list .bd li.bt {
   background-color: #1da2a9;
   padding: 11px 0 10px;
}
.products .p_list .bd li.lm {
   background-color: #a4dfe2;
}
.products .p_list .bd li span {
   float: left;
   /* display: block; */
   color: #333;
   border-right: 1px solid #fff;
   line-height: 16px;
   overflow: hidden;
   height: 46px;
   display: flex;
   justify-content: center;/*实现水平居中*/
   align-items:center; /*实现垂直居中*/
}
.products .p_list .bd li span:last-of-type {
   border: none;
}
.products .p_list .bd li span.s1 {
   width: 10%;
}
.products .p_list .bd li span.s1 img {
   max-width: 90%;
}
.products .p_list .bd li span.s2 {
   width: 22%;
}
.products .p_list .bd li span.s3 {
   width: 12%;
}
.products .p_list .bd li span.s4 {
   width: 10%;
}
.products .p_list .bd li span.s7 {
   width: 13%;
}
.products .p_list .bd li span.s8 {
   width: 12%;
}
.products .p_list .bd li span.f12 {
   font-size: 12px;
}
.products .p_list .bd li a {
   color: #222;
   display: block;
}
.products .p_list .bd li.cn {
   border-bottom: 1px solid #f3f3f3;
}
.products .p_list .bd li.cn span {
   /* line-height: 43px; */
   border-right: 1px solid #f3f3f3;
   transition: all 0.5s;
}
.products .p_list .bd li.cn span.s3,
.products .p_list .bd li:hover a span {
   color: #f00;
}

.p_more {
   width: 160px;
   margin: 38px auto 0;
}
.p_more a {
   background-color: #1b49a0;
   color: #fff;
   display: block;
   border-radius: 50px;
}
.p_more a:hover {
   box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
   margin-left: -5px;
}
.news {
   width: 100%;
   padding-bottom: 68px;
}
.news .main_title {
   margin-bottom: 40px;
}
.news .n_pic {
   width: 42.5%;
   height: 370px;
   overflow: hidden;
   background-color: #fff;
   position: relative;
}
.news .n_pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.news .n_pic .bd li {
   position: relative;
   height: 370px;
   overflow: hidden;
}
.news .n_pic .bd li span {
   display: block;
   position: absolute;
   bottom: 0;
   width: 100%;
   padding: 22px 0 20px;
   background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
   font-size: 16px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.news .n_pic .bd li a {
   color: #fff;
}
.news .n_pic .hd {
   position: absolute;
   top: 43.3%;
   width: 100%;
}
.news .n_pic .hd a {
   display: block;
   position: absolute;
   top: 0;
   color: #fff;
   z-index: 999;
   height: 50px;
}
.news .n_pic .hd a.prev {
   left: 20px;
}
.news .n_pic .hd a.next {
   right: 20px;
}
.news .n_pic .hd a:hover {
   color: #1b49a0;
}
.news .n_list {
   width: 56%;
}
.news .n_list ul {
   margin-right: -2%;
}
.news .n_list li {
   float: left;
   width: 43%;
   height: 150px;
   padding: 2.2% 2.5% 2%;
   margin: 0 2% 1.6% 0;
   background-color: #f7f7f7;
   border-radius: 2px;
   position: relative;
}
.news .n_list li::after {
   content: "";
   display: block;
   position: absolute;
   width: 0;
   height: 0;
   bottom: 0;
   left: 0;
   right: 0;
   border-bottom: 2px solid #1b49a0;
   transition: all .5s ease;
   opacity: 0;
}
.news .n_list li:hover::after {
   opacity: 1;
   width: 100%;
}
.news .n_list li:hover {
   background-color: #fafafa;
}
.news .n_list li span {
   display: block;
   padding: 5px 0;
}
.news .n_list li span.time {
   color: #999;
}
.news .n_list li span.desc {
   color: #666;
}
.news .n_list li a {
   color: #353535;
}
.news .n_list li a:hover {
   color: #1b49a0;
}
.abouts {
   width: 100%;
   padding: 0 0 60px;
   background: #f6f6f6;
}
.abouts .main_title span.en {
   color: #666;
}
.abouts .a_info {
   padding: 40px 12% 0;
   color: #444;
   margin-top: -10px;
}
.abouts .a_pic {
   padding: 30px 0 10px;
   position: relative;
}
.abouts .a_pic .bd {
   position: relative;
   overflow: hidden;
}
.abouts .a_pic li {
   width: 216px;
   float: left;
   margin: 0 7px;
   padding: 0.5% 6px 0.2%;
   background-color: #fcfcfc;
}
.abouts .a_pic li:hover {
   background-color: #fbfbfb;
}
.abouts .a_pic li span {
   display: block;
}
.abouts .a_pic li span.pic {
   height: 150px;
   overflow: hidden;
}
.abouts .a_pic li img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.abouts .a_pic li a {
   color: #666;
}
.abouts .a_pic li a:hover {
   color: #1b49a0;
}
.abouts .a_pic .hd {
   position: relative;
}
.abouts .a_pic .hd a {
   display: block;
   position: absolute;
   top: -110px;
   color: #e1e1e1;
}
.abouts .a_pic .hd a:hover {
   color: #1b49a0;
}
.abouts .a_pic .hd i {
   font-size: 40px;
}
.abouts .a_pic .hd a.prev {
   left: -55px;
}
.abouts .a_pic .hd a.next {
   right: -55px;
}

.links {
   padding: 25px 0;
   background-color: #fff;
   color: #888;
}
.links a {
   color: #888;
}
.links a:hover {
   color: #1b49a0;
}


/* cols */
.cols_slide {
   width: 100%;
   height: 350px;
   overflow: hidden;
   margin-top: 130px;
}

.cols {
   width: 100%;
   min-height: 300px;
   padding: 30px 0 50px;
   background-color: #f6f6f6;
}

.cols_left {
   width: 25%;
   background-color: #fff;
   padding-bottom: 10px;
}
.cols_left .hd_bt {
   background-color: #1b49a0;
   padding: 8px 0;
   border-bottom: 2px solid #f6f6f6;
}
.cols_left .hd_bt i {
   display: inline-block;
   margin: 0 10px 0 26px;
}
.cols_left li {
   border-bottom: 1px solid #f6f6f6;
   position: relative;
   overflow: hidden;
}
.cols_left li a {
   color: #333;
   display: block;
}
.cols_left li:last-child {
   border: none;
}
.cols_left li a {
   color: #444;
   display: block;
}
.cols_left li a.on,
.cols_left li a:hover {
   color: #1b49a0;
   background-color: #fafafa;
   font-weight: bold;
}
.cols_left li a.on span,
.cols_left li:hover span {
   color: #1b49a0;
   right: 19px;
}
.cols_left li i {
   color: #1b49a0;
   margin: 0 8px 0 26px;
   display: inline-block;
}
.cols_left li span {
   color: #ccc;
   display: block;
   position: absolute;
   right: 23px;
   top: 16px;
   font-size: 16px;
   transition: all 0.5s;
}

.cols_right {
   width: 70%;
   padding: 1.5%;
   background-color: #fff;
}

.cols_pos {
   border-bottom: 1px solid #e8e8e8;
   padding-bottom: 16px;
}
.cols_pos span {
   display: block;
}
.cols_pos span.fl {
   position: relative;
   padding-left: 5px;
   color: #1b49a0;
}
.cols_pos span.fl::before {
   position: absolute;
   top: 46px;
   left: 0;
   display: block;
   content: '';
   border-bottom: 1px solid #1b49a0;
   width: 110%;
   height: 0;
}
.cols_pos span.fr {
   color: #888;
   padding-top: 8px;
}
.cols_pos span.fr a {
   color: #888;
}
.cols_pos span.fr a:hover,
.cols_desc a:hover {
   color: #1b49a0;
}
.cols_desc {
   padding: 20px 13px;
   color: #414141;
}
.cols_desc img {
   max-width: 90%;
   display: block;
   margin: 10px auto 20px;
}
.cols_desc a {
   color: #414141;
}
.cols_desc table {
   border-collapse:collapse;  
   border-spacing:0px; 
   width: 100% !important;
   text-align: center;
   font-size: 15px;
   line-height: 40px;
   background: none;
   margin-top: 10px;
}
.cols_desc table,
.cols_desc tr,
.cols_desc td {
   border: 1px solid #e0e0e0;
}
.cols_desc td p {
   word-break:break-all;
}

/* news */
.news_list {
   padding: 5px 0 10px;
}
.news_list ul {
   margin-bottom: 30px;
}
.news_list li {
   border-bottom: 1px solid #eee;
   padding: 21px;
   transition: all 0.5s;
}
.news_list li span {
   display: block;
}
.news_list li span.time {
   padding: 5px 0;
   color: #888;
}
.news_list li span.desc {
   color: #888;
}
.news_list li a {
   color: #333;
   display: block;
}
.news_list li a:hover {
   color: #1b49a0;
}
.news_list li:hover {
   box-shadow: 5px 5px 8px rgba(0,0,0,0.08);
}
.news_rmd {
   width: 23%;
   padding: 2% 1.5%;
   background-color: #fff;
}
.news_rmd_bt {
   color: #333;
}
.news_rmd_list {
   padding: 18px 0;
}
.news_rmd_list li {
   overflow: hidden;
   margin-bottom: 13px;
}
.news_rmd_list li .pic {
   width: 30%;
   overflow: hidden;
}
.news_rmd_list li .pic img {
   width: 100%;
}
.news_rmd_list li .desc {
   width: 66%;
}
.news_rmd_list li .desc span {
   display: block;
}
.news_rmd_list li .desc span.time {
   color: #888;
   padding-top: 8px;
}
.news_rmd_list li a {
   color: #333;
}
.news_rmd_list li a:hover {
   color: #1b49a0;
}


/* products */
.pro_list {
   width: 100%;
   padding: 20px 0;
   background-color: #fff;
}
.pro_list li {
   overflow: hidden;
   border-bottom: 1px solid #fff;
}
.pro_list li:nth-child(2n) {
   background-color: #fbfbfb;
}
.pro_list li.bt {
   background-color: #1da2a9;
   padding: 11px 0 10px;
}
.pro_list li.lm {
   background-color: #a4dfe2;
}
.pro_list li span {
   float: left;
   /* display: block; */
   color: #333;
   border-right: 1px solid #fff;
   line-height: 16px;
   overflow: hidden;
   height: 46px;
   display: flex;
   justify-content: center;/*实现水平居中*/
   align-items:center; /*实现垂直居中*/
}
.pro_list li span:last-of-type {
   border: none;
}
.pro_list li span.s1 {
   width: 10%;
}
.pro_list li span.s1 img {
   max-width: 90%;
}
.pro_list li span.s2 {
   width: 22%;
}
.pro_list li span.s3 {
   width: 12%;
}
.pro_list li span.s4 {
   width: 10%;
}
.pro_list li span.s7 {
   width: 13%;
}
.pro_list li span.s8 {
   width: 12%;
}
.pro_list li span.f12 {
   font-size: 12px;
}
.pro_list li a {
   color: #222;
   display: block;
}
.pro_list li.cn {
   border-bottom: 1px solid #f3f3f3;
}
.pro_list li.cn span {
   /* line-height: 43px; */
   border-right: 1px solid #f3f3f3;
   transition: all 0.5s;
}
.pro_list li.cn span.s3,
.pro_list li:hover a span {
   color: #f00;
}


.products_list {
   padding: 30px 0;
}
.products_list ul {
   margin-right: -1.5%;
}
.products_list li {
   width: 23.5%;
   float: left;
   margin: 0 1.5% 1.5% 0;
   background-color: #fff;
   transition: all 0.5s;
   position: relative;
}
.products_list li::after {
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 0;
   bottom: 0;
   left: 0;
   right: 0;
   border-bottom: 2px solid #1b49a0;
   transition: all .5s ease;
   transform: scaleX(0);
   opacity: 0;
}
.products_list li:hover::after {
   opacity: 1;
   transform: scaleX(1);
}
.products_list li:hover {
   box-shadow: 0 0 15px rgba(0,0,0,0.08);
}
.products_list li .pic {
   width: 100%;
   height: 140px;
   overflow: hidden;
}
.products_list li .pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.products_list li .desc {
   border-top: 1px solid #eee;
   padding-bottom: 5px;
}
.products_list li .desc span {
   display: block;
   padding: 8px 0;
}
.products_list li .desc span i {
   display: inline-block;
   vertical-align: -1px;
   margin-left: 6px;
}
.products_list li a {
   color: #666;
}
.products_list li a:hover {
   color: #1b49a0;
}

/* info */
.info_box {
   padding: 35px 0;
}
.info_pic {
   padding: 30px 0;
}
.info_pic img {
   max-width: 100%;
}
.info_right {
   width: 41%;
}
.info_right li.bt {
   background-color: #f1f1f1;
   padding: 15px 20px;
   margin-top: 5px;
}
.info_right li.rx {
   padding: 30px 0 15px;
}
.info_right li.rx i {
   display: inline-block;
   margin-right: 10px;
   color: #000;
}
.info_right li.tel {
   color: #f00;
   padding: 0 0 16px;
   border-bottom: 1px solid #e0e0e0;
}
.info_right li.share  {
   border-bottom: 1px solid #e0e0e0;
   padding: 20px 0;
}
.info_right li.share a {
   display: inline-block;
   margin-left: -3px;
   margin-right: 10px;
}
.info_right li.btn {
   padding: 25px 0;
}
.info_right li.btn a {
   display: inline-block;
   background-color: #1b49a0;
   color: #fff;
   padding: 13px 43px;
   border-radius: 2px;
}
.info_right li.btn i {
   display: inline-block;
   margin-right: 8px;
}
.info_right li.btn a:hover {
   padding: 13px 46px;
   box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
.info_wp {
   width: 100%;
   padding: 50px 0;
   background-color: #fff;
}
.info_wp .hd {
   border-bottom: 1px solid #eee;
}
.info_wp .hd ul {
   width: 1300px;
   margin: 0 auto;
   color: #666;
}
.info_wp .hd ul a {
   color: #666;
}
.info_wp .hd li {
   float: left;
   margin-right: 43px;
   cursor: pointer;
}
.info_wp .hd li span {
   display: block;
   padding-bottom: 20px;
   margin-bottom: -2px;
   border-bottom: 2px solid transparent;
}
.info_wp .hd li.on span {
   color: #1b49a0;
   border-bottom: 2px solid #1b49a0;
}
.info_wp .bd {
   width: 1300px;
   margin: 0 auto;
}
.info_wp .bd ul.cols_desc {
   padding: 30px 0;
}

.info_nbt {
   color: #333;
   padding: 35px 0 17px;
   border-bottom: 1px solid #eee;
}
.info_nbt span {
   display: block;
   color: #94949d;
   margin-left: -5px;
   padding: 18px 0 5px;
   font-size: 14px;
}
.info_nbt span i {
   display: inline-block;
   padding: 0 5px;
}


/* photo */
.photos {
   padding: 20px 0 10px;
}
.photos ul {
   margin-right: -2%;
}
.photos li {
   float: left;
   width: calc(23% - 2px);
   margin: 0 2% 2% 0;
   border: 1px solid #eee;
   overflow: hidden;
}
.photos li div {
   height: 130px;
   line-height: 130px;
   overflow: hidden;
   padding: 5px 0;
}
.photos li div img {
   max-width: 100%;
   max-height: 100%;
   vertical-align: middle;
}
.photos li span {
   display: block;
   background-color: #f9f9f9;
   border-top: 1px solid #eee;
}
.photos li a {
   color: #444;
}
.photos li a:hover {
   color: #0f81ca
}
.photos li:hover {
   border-color: #0f81ca;
}

/* pages */
.n_pages {
   padding: 10px 0 30px;
   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: #1b49a0;
   border-color: #1b49a0;
   color: #fff;
}

.n_next {
   border-top: 1px solid #eee;
   padding: 20px 13px 38px;
   color: #555;
}
.n_next a {
   color: #555;
}
.n_next a:hover {
   color: #1b49a0;
}

/* 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.5%;
   font-size: 15px;
}
.apply li textarea {
   height: 80px;
}
.apply li button {
   background: #d90305;
   color: #fff;
   border-radius: 50px;
   line-height: 40px;
   width: 35%;
   border: none;
   font-size: 15px;
   margin: 15px auto 0;
   display: block;
   cursor: pointer;
   transition: all .3s linear 0s;
}
.apply li button:hover {
   background: #d90305;
   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;
}

/* footer */
.footer {
   width: 100%;
   padding: 45px 0 0;
   background: url(/images/fbg.jpg) center top no-repeat;
   color: #afafaf;
   position: relative;
}
.footer::after {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.86);
   z-index: 0;
}
.footer .main {
   position: relative;
   z-index: 9;
}
.footer .foot_lx {
   width: 35%;
}
.footer .foot_lx h3,
.footer .foot_nav dt {
   font-size: 22px;
   font-weight: normal;
   color: #afafaf;
   margin-bottom: 10px;
}
.footer .foot_nav {
   width: 43%;
   padding-left: 7%;
}
.footer .foot_nav dl {
   float: left;
   margin-right: 16%;
}
.footer .foot_nav dt {
   font-size: 20px;
   font-weight: bold;
}
.footer .foot_nav dd {
   width: 50%;
   float: left;
}
.footer .foot_nav dd a,
.footer .copy a {
   color: #afafaf;
}
.footer .foot_nav dd a:hover,
.footer .copy a:hover {
   color: #1b49a0;
}
.footer .foot_wx {
   width: 11%;
   padding-top: 25px;
}
.footer .foot_wx li img {
   max-width: 100%;
}
.footer .foot_wx li span {
   display: block;
   padding-top: 6px;
}
.footer .copy {
   position: relative;
   z-index: 9;
   width: 100%;
   padding: 20px 0;
   background-color: rgba(0, 0, 0, 0.9);
   margin-top: 38px;
   color: #777;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #aaa;
   font-size: 14px;
}
p#back-to-top{
   position: fixed;
   display: none;
   bottom: 30px;
   right: 30px;
   z-index: 99;
}
p#back-to-top a {
   text-align: center;
   display: block;
   height: 30px;
   width: 30px;
   line-height: 38px;
   border: 1px #1b49a0 solid;
   color: #1b49a0;
   overflow: hidden;
}
p#back-to-top a:hover {
   color: #fff;
   border-color: #1b49a0;
   background-color: #1b49a0;
}