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

/* head */
.header {
   width: 100%;
   background-color: #f5f5f5;
}
.logo {
   padding: 23px 0 20px;
}
.tel {
   background: url(/images/tel.png) left center no-repeat;
   padding-left: 50px;
   margin-top: 30px;
}
.tel span {
   display: block;
   color: #333;
}
.tel span.f30 {
   color: #d30006;
}
.naver {
   overflow: hidden;
   background-color: #1b49a0;
}
.naver li {
   float: left;
   background: url(/images/navx.png) right center no-repeat;
}
.naver li a {
   display: block;
   padding: 0 43px;
   color: #fff;
}
.naver li a:hover,
.naver li a.on {
   background-color: #2557ab;
}

/* main */
.main {
   width: 1200px;
   margin: 0 auto;
}
.main_title {
   padding: 60px 0 26px;
   background: url(/images/x.png) bottom center no-repeat;
}

/* wrapper */
.wrapper {
   width: 100%;
}
.products {
   width: 100%;
   background-color: #f5f5f5;
}
.products .p_list {
   padding: 45px 0 60px;
}
.products .p_list ul {
   margin-right: -2%;
}
.products .p_list li {
   float: left;
   width: 31.33333%;
   margin: 0 2% 2.222% 0;
   background-color: #fff;
   box-shadow: 8px 8px 12px rgba(0,0,0,0.03);
   position: relative;
}
.products .p_list li::after {
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 0;
   bottom: 0;
   left: 0;
   right: 0;
   border-bottom: 2px solid #d30006;
   transition: all .5s ease;
   transform: scaleX(0);
   opacity: 0;
}
.products .p_list li:hover::after {
   opacity: 1;
   transform: scaleX(1);
}
.products .p_list li .pic {
   height: 270px;
   padding: 10px;
   overflow: hidden;
}
.products .p_list li .pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.products .p_list li span {
   display: block;
   padding: 21px 0 24px;
   border-top: 1px solid #ededed;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.products .p_list li a {
   color: #444;
   display: block;
}
.products .p_list li a:hover {
   color: #d30006;
}

.abouts {
   width: 100%;
   height: 610px;
   background: url(/images/abbg.jpg) center top no-repeat;
}
.abouts .a_box {
   padding: 45px 0;
}
.abouts .a_pic {
   width: 477px;
   height: 324px;
   overflow: hidden;
   border: 8px solid #fff;
}
.abouts .a_pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.abouts .a_desc {
   width: 630px;
   height: 309px;
   padding: 31px 31px 0;
   background: rgba(255,255,255,0.8);
   overflow: hidden;
}
.abouts .a_desc span {
   display: block;
}
.abouts .a_desc span.bt {
   color: #1b49a0;
}
.abouts .a_desc span.desc {
   line-height: 29px;
   padding: 13px 0 18px;
}
.abouts .a_desc span.btn {
   width: 160px;
}
.abouts .a_desc span a {
   color: #fff;
   background-color: #1b49a0;
   display: block;
}
.abouts .a_desc span a:hover {
   background-color: #1e52b3;
}

.newsbox {
   background-color: #f1f1f1;
   padding: 77px 0;
}
.newsbox .n_bt {
   color: #1b49a0;
}
.newsbox .n_bt span {
   display: inline-block;
   margin-right: 8px;
}
.newsbox .n_bt span.en {
   text-transform: uppercase;
   vertical-align: -1px;
}
.newsbox .news {
   width: 635px;
   height: 459px;
   padding: 37px 44px 0 31px;
   background-color: #fff;
}
.newsbox .news .n_rmd {
   border-bottom: 1px solid #f1f1f1;
   padding: 24px 1px 26px;
   overflow: hidden;
}
.newsbox .news .n_rmd_pic {
   width: 30%;
   overflow: hidden;
}
.newsbox .news .n_rmd_pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.newsbox .news .n_rmd_desc {
   width: 67%;
   padding-top: 7px;
}
.newsbox .news .n_rmd_desc span {
   display: block;
   color: #999;
}
.newsbox .news .n_rmd_desc span.time {
   padding: 13px 0 12px 1px;
}
.newsbox .news .n_rmd_desc span.time i {
   display: inline-block;
   margin-right: 3px;
}
.newsbox .news .n_rmd_desc a {
   color: #333;
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.newsbox .news .n_rmd_desc a:hover,
.newsbox .news .n_list li a:hover {
   color: #d30006;
}
.newsbox .news .n_list {
   padding: 17px 1px 0;
}
.newsbox .news .n_list li {
   position: relative;
}
.newsbox .news .n_list li a {
   display: block;
   color: #666;
}
.newsbox .news .n_list li i {
   color: #cdcdcd;
   display: inline-block;
   margin-right: 8px;
}
.newsbox .news .n_list li span {
   display: block;
   position: absolute;
   top: 0;
   right: 0;
   color: #bbb;
}

.newsbox .wenhua {
   width: 410px;
   height: 459px;
   padding: 37px 42px 0 38px;
   background: url(/images/whbg.jpg) no-repeat;
}
.newsbox .wenhua .n_bt {
   color: #fff;
}
.newsbox .wenhua .wh_pic {
   height: 125px;
   margin: 25px 0;
   overflow: hidden;
}
.newsbox .wenhua .wh_pic ul {
   margin-right: -1%;
}
.newsbox .wenhua .wh_pic li {
   width: 49%;
   float: left;
   overflow: hidden;
   margin-right: 1%;
}
.newsbox .wenhua .wh_pic li img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.newsbox .wenhua .wh_list {
   margin-left: -2px;
}

.links {
   padding: 40px 0 35px;
   background-color: #fafafa;
}
.links .l_bt,
.links .l_list a:hover {
   color: #1b49a0;
}
.links .l_bt span.en {
   display: inline-block;
   vertical-align: -2px;
   margin-left: 6px;
}
.links .l_list {
   color: #777;
   padding-top: 12px;
}
.links .l_list a {
   color: #777;
}


/* cols */
.cols {
   width: 100%;
   padding: 43px 0 50px;
   background-color: #f5f5f5;
}
.cols_pos {
   padding-top: 35px;
   color: #888;
   margin-bottom: -20px;
}
.cols_pos a {
   color: #888;
}
.cols_pos a:hover {
   color: #d30006;
}
.cols_box {
   background-color: #fff;
   padding: 0 30px 30px;
   border-radius: 2px;
   box-shadow: 0 0 10px rgba(0,0,0,0.01);
}
.cols_desc {
   padding: 30px 15px;
}
.cols_desc a {
   color: #333;
}
.cols_desc a:hover {
   color: #1b49a0;
}
.cols_desc img {
   max-width: 100%;
}

/* info */
.p_box {
   padding: 45px 0 20px;
}
.p_box .p_pic {
   width: 53%;
   border: 1px solid #ececec;
   overflow: hidden;
}
.p_box .p_pic img {
   max-width: 100%;
}
.p_box .p_desc {
   width: 43%;
}
.p_box .p_desc li {
   border-bottom: 1px solid #ececec;
   padding: 16px 1px 19px;
}
.p_box .p_desc li.time {
   color: #888;
   padding-top: 19px;
}
.p_box .p_desc li i {
   display: inline-block;
   margin-right: 6px;
}
.p_box .p_desc li.lx {
   background-color: #f9f9f9;
   color: #777;
   padding: 18px 0 16px 16px;
}
.p_box .p_desc li.share {
   padding: 26px 1px;
}
.p_box .p_desc li.btn {
   border: none;
   margin-top: 15px;
}
.p_box .p_desc li.btn a {
   display: block;
   background-color: #d30006;
   color: #fff;
   width: 150px;
   border-radius: 2px;
   padding-right: 2px;
}
.p_box .p_desc li.btn a:hover {
   background-color: #ef0007;
}

.p_info {
   margin-top: 25px;
   padding: 30px;
}
.p_info .pi_bt {
   margin-bottom: 25px;
}

/* news */
.newslist {
   padding: 30px 0 10px;
}
.newslist .news_list {
   width: 71%;
}
.newslist .news_list ul {
   margin-bottom: 68px;
}
.newslist .news_list li {
   background-color: #f8f8f8;
   padding: 21px;
   margin-bottom: 15px;
   transition: all 0.5s;
}
.newslist .news_list li span {
   display: block;
}
.newslist .news_list li span.time {
   padding: 5px 0;
   color: #888;
}
.newslist .news_list li span.desc {
   color: #888;
}
.newslist .news_list li a {
   color: #333;
   display: block;
}
.newslist .news_list li a:hover {
   color: #d30006;
}
.newslist .news_list li:hover {
   box-shadow: 5px 5px 8px rgba(0,0,0,0.06);
}
.newslist .news_rmd {
   width: 23%;
   padding: 2% 1.5%;
   background-color: #f8f8f8;
}
.newslist .news_rmd_bt {
   color: #333;
}
.newslist .news_rmd_list {
   padding: 18px 0;
}
.newslist .news_rmd_list li {
   overflow: hidden;
   margin-bottom: 13px;
}
.newslist .news_rmd_list li .pic {
   width: 30%;
   overflow: hidden;
}
.newslist .news_rmd_list li .pic img {
   width: 100%;
}
.newslist .news_rmd_list li .desc {
   width: 66%;
}
.newslist .news_rmd_list li .desc span {
   display: block;
}
.newslist .news_rmd_list li .desc span.time {
   color: #888;
   padding-top: 8px;
}
.newslist .news_rmd_list li a {
   color: #333;
}
.newslist .news_rmd_list li a:hover {
   color: #d30006;
}
.info_nbt {
   color: #333;
   padding: 53px 0 20px;
   border-bottom: 1px solid #eee;
}
.info_nbt span {
   display: block;
   color: #94949d;
   margin-left: -5px;
   padding: 22px 0 5px;
   font-size: 13px;
}
.info_nbt span i {
   display: inline-block;
   padding: 0 5px;
}

/* photo */
.photos {
   padding: 52px 0 55px;
}
.photos ul {
   margin-right: -1.5%;
}
.photos li {
   float: left;
   width: 23.5%;
   margin: 0 1.5% 1.5% 0;
}
.photos li .pic {
   height: 180px;
   padding: 10px 0;
   overflow: hidden;
   border: 1px solid #eee;
}
.photos li .pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.photos li a {
   color: #333;
}
.photos li a:hover {
   color: #d30006;
}
.photos li span {
   display: block;
   padding: 15px 0 16px;
   background-color: #f5f5f5;
}

/* pages */
.n_pages {
   padding: 0 0 39px;
   letter-spacing: -4px;
   margin-top: -20px;
}
.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: #d30006;
   border-color: #d30006;
   color: #fff;
}

.n_next {
   width: 100%;
   border-top: 1px solid #eee;
   padding: 20px 0 0;
   color: #555;
   margin-top: 50px;
}
.n_next a {
   color: #555;
}
.n_next a:hover {
   color: #d30006;
}

/* 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: #d30006;
   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: #ec0007;
   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-color: #1b49a0;
   color: #d5e4ff;
}
.footer a {
   color: #d5e4ff;
}
.footer .foot_nav {
   border-bottom: 1px solid #315ba9;
   padding: 38px 0 25px;
}
.footer .foot_nav a {
   color: #d5e4ff;
   height: 16px;
   line-height: 16px;
   display: inline-block;
   border-right: 1px solid #d5e4ff;
   padding: 0 12px;
}
.footer .foot_nav a:hover {
   color: #fff;
}
.footer .foot_copy {
   padding: 26px 0;
}
.footer .foot_copy ul {
   padding: 22px 0;
}
.footer .foot_copy li {
   display: inline-block;
   font-size: 12px;
   color: #7c9edd;
   margin: 0 7px;
}
.footer .foot_copy li img {
   width: 115px;
}
.footer .foot_copy li span {
   display: block;
   padding-top: 5px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #b5b5b5;
   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 #d5111c solid;
   color: #d5111c;
   overflow: hidden;
}
p#back-to-top a:hover {
   color: #fff;
   border-color: #d5111c;
   background-color: #d5111c;
}