﻿@charset "utf-8";
@import url("styles.css");
:root {
   --color: #004ab5
}

/* head */
.header {
   width: 100%;
}
.top {
   width: 100%;
   background-color: #fafafa;
   color: #888;
   overflow: hidden;
}
.top a {
   color: #888;
   display: block;
}
.top a:hover,
.top a.sj {
   color: #e74210;
}
.top ul {
   margin-right: -10px;
   padding-top: 15px;
}
.top li {
   float: left;
   height: 14px;
   line-height: 14px;
   padding: 0 11px;
   position: relative;
}
.top li::before {
   content: '';
   display: block;
   position: absolute;
   right: 0;
   border-right: 1px solid #ababab;
   width: 0;
   height: 100%;
   top: 2px;
}
.top li:last-child::before {
   border: none;
}
.top li .t_ewm {
   position: absolute;
   top: 32px;
   left: 0;
   width: 120px;
   display: none;
}
.top li .t_ewm img {
   max-width: 100%;
}
.top li:hover .t_ewm {
   display: block;
}
.top li i {
   display: inline-block;
   vertical-align: 0;
   margin-right: 6px;
}
.top li i.fa-mobile {
   vertical-align: -1px;
}

.top_bg {
   background: url(/images/topbg.jpg) right center no-repeat;
   min-height: 137px;
   overflow: hidden;
}
.logo {
   margin: 31px 0 0;
}
.tel {
   color: var(--color);
   margin-top: 35px;
}
.tel i {
   width: 50px;
   height: 50px;
   line-height: 53px;
   border-radius: 50px;
   margin-right: 10px;
   overflow: hidden;
   background-color: var(--color);
   text-align: center;
   display: inline-block;
   vertical-align: 0;
}
.tel span {
   display: inline-block;
   font-weight: bold;
   line-height: 35px;
}
.weixin {
   padding-top: 8px;
   margin-left: 15px;
}
.weixin li {
   width: 102px;
   float: left;
   margin-left: 12px;
}
.weixin li img {
   width: 100%;
}
.weixin li span {
   display: block;
   padding-top: 3px;
}
.naver {
   width: 100%;
   height: 64px;
   background: url(/images/navx.png) center repeat-x;
}
.naver ul {
   padding-top: 12px;
}
.naver li {
   float: left;
   position: relative;
   margin: 0 8px 0 0;
}
.naver li a {
   display: block;
   color: #fff;
   padding: 2px 52px 0;
}
.naver li a:hover,
.naver li a.on {
   background-color: #fff;
   color: var(--color);
   border-radius: 50px;
}
.naver li ul {
   display: none;
   position: absolute;
   top: 40px;
   width: 110%;
   left: -5%;
   z-index: 99999;
   background-color: #3b3bab;
   padding: 12px 0;
   font-weight: normal;
   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
   border-radius: 0 0 5px 5px;
}
.naver li:hover ul {
   display: block;
}
.naver li ul a {
   padding: 0;
}
/* .naver li ul a:hover {
   background-color: #00aa22;
   color: #fff;
} */

.slide {
   border-top: 1px solid #fff;
   width: 100%;
   height: 70vh;
   overflow: hidden;
   text-align: center;
   position: relative;
}
.slide li,
.slide li a {
   display: block;
   width: 100%;
   height: 100%;
}
.slide .swiper-pagination {
   position: absolute;
   bottom: 40px !important;
   z-index: 999;
   --swiper-pagination-bullet-width: 36px;
   --swiper-pagination-bullet-height: 3px;
   --swiper-theme-color: #fff;
   --swiper-pagination-bullet-opacity: 1;
   --swiper-pagination-bullet-inactive-color: #fff;
   --swiper-pagination-bullet-inactive-opacity: 0.5;
   --swiper-pagination-bullet-horizontal-gap: 8px
}
.slide .swiper-pagination-bullet {
   border-radius: 5px;
   cursor: pointer;
}



/* main */
.main {
   width: 1300px;
   margin: 0 auto;
}
.main_title {
   padding: 82px 0 0;
}
.main_title span {
   display: block;
   line-height: 100%;
}
.main_title span.title {
   color: #2b5894;
   font-size: 40px;
}
.main_title span.desc {
   color: #666;
   padding-top: 25px;
}

/* wrapper */
.wrapper {
   width: 100%;
}
.last_news {
   width: 100%;
   background-color: #fafafa;
   overflow: hidden;
}
.last_left {
   width: 65%;
   overflow: hidden;
}
.last_left .l_title {
   line-height: 67px;
}
.last_left .l_title i {
   color: var(--color);
   display: inline-block;
   margin-right: 8px;
}
.last_left .l_list {
   position: relative;
   overflow: hidden;
   margin-top: 26px;
}
.last_left .l_list li a {
   color: #666;
   display: block;
}
.last_left .l_list li a:hover {
   color: var(--color);
}
.last_left .l_list li i {
   font-size: 14px;
   display: inline-block;
   margin: 0 7px;
}
.last_left .l_list li span {
   font-size: 12px;
   margin-left: 45px;
}
.last_right {
   width: 28%;
   height: 39px;
   padding: 0 0.5% 0 1.5%;
   border: 1px solid #eee;
   background-color: #fff;
   border-radius: 50px;
   overflow: hidden;
   margin-top: 14px;
   font-size: 0;
}
.last_right input,
.last_right button {
   display: inline-block;
   border: none;
   background: none;
   vertical-align: middle;
}
.last_right input {
   line-height: 38px;
   width: 89%;
   font-size: 13px;
}
.last_right button {
   cursor: pointer;
}

.products {
   width: 100%;
   padding-bottom: 70px;
}
.products .p_class {
   padding-top: 40px;
}
.products .p_class ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
   align-items: center;
}
.products .p_class li {
   margin: 0 7px;
}
.products .p_class li a {
   background: #f5f5f5;
   color: #333;
   display: block;
   padding: 14px 40px 13px;
   border-radius: 3px;
}
.products .p_class li a:hover,
.products .p_class li a.on {
   background: var(--color);
   color: #fff;
}
.products .p_list {
   padding: 40px 5% 0;
}
.products .p_list ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: flex-start;
}
.products .p_list li {
   width: 23.5%;
   margin-bottom: 2%;
}
.products .p_list li ._pic {
   border-radius: 3px;
   height: 33vh;
   overflow: hidden;
}
.products .p_list li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.products .p_list li ._bt {
   background: #f5f5f5;
   padding: 16px 0 18px;
   margin-top: 5px;
   border-radius: 3px;
   transition: all 0.5s;
}
.products .p_list li a {
   color: #333;
}
.products .p_list li a:hover ._bt {
   background: var(--color);
   color: #fff;
}
.products .p_more,
.cases .p_more {
   padding-top: 20px;
}
.products .p_more a,
.cases .p_more a {
   display: inline-block;
   color: #fff;
   background: var(--color);
   padding: 17px 60px;
   border-radius: 50px;
}
.products .p_more i,
.cases .p_more i {
   display: inline-block;
   vertical-align: middle;
   margin-right: 3px;
}
.products .p_more a:hover,
.abouts ._left a:hover,
.cases .p_more a:hover {
   box-shadow: 0 0 20px rgba(0, 38, 177, 0.49);
}

.abouts {
   width: 100%;
   padding: 100px 6vw 100px 10vw;
   background: url(/images/abbg.jpg) left bottom no-repeat #fafafa;
   overflow: hidden;
}
.abouts ._left {
   width: 50%;
}
.abouts ._left h3 {
   position: relative;
   font-size: 40px;
   color: var(--color);
   padding-bottom: 25px;
}
.abouts ._left h3::after {
   content: '';
   display: block;
   position: absolute;
   left: 0;
   bottom: 0;
   width: 70px;
   border-bottom: 3px solid var(--color);
}
.abouts ._left ._desc {
   padding-top: 30px;
}
.abouts ._left a {
   margin-top: 35px;
   display: inline-block;
   background: var(--color);
   color: #fff;
   padding: 15px 40px;
   border-radius: 5px;
}

.abouts ._right {
   width: 45%;
   border-radius: 0 60px 0 60px;
   overflow: hidden;
}
.abouts ._right img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.cases {
   position: relative;
   width: 100%;
   padding: 0 5% 60px;
}
.cases .c_list {
   margin-top: 43px;
   overflow: hidden;
}
.cases .c_list li {
   border-radius: 5px;
   height: 36vh;
   overflow: hidden;
   position: relative;
}
.cases .c_list li img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.cases .c_list li span {
   display: block;
   position: absolute;
   bottom: 0;
   width: 100%;
   background: url(/images/jiantou.png) 93.6% center no-repeat rgba(0,0,0,0.5);
   padding: 5% 6%;
   font-size: 18px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   transition: all 0.5s;
}
.cases .c_list li:hover span {
   background: url(/images/jiantou.png) 91.5% center no-repeat rgba(22,81,157,0.8);
}
.cases .c_list li a {
   color: #fff;
}
.cases .swiper-button-next,
.cases .swiper-button-prev {
   top: 52% !important;
}
.cases .p_more {
   padding-top: 60px;
}

.news {
   margin-top: 30px;
   width: 100%;
   padding-bottom: 72px;
   background: #fafafa;
}
.news .n_box {
   padding: 40px 0 62px;
   overflow: hidden;
}
.news .n_rmd {
   width: 46%;
   overflow: hidden;
}
.news .n_rmd li {
   width: 100%;
   margin-right: 14px;
}
.news .n_rmd li span {
   display: block;
}
.news .n_rmd li span.pic {
   height: 320px;
   overflow: hidden;
}
.news .n_rmd li span.pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.news .n_rmd li span.title {
   overflow: hidden;
   margin: 30px 0 25px;
}
.news .n_rmd li span.desc {
   color: #888;
}
.news .n_rmd li span.time {
   color: #b5b5b5;
}
.news .n_rmd li span.time i {
   display: inline-block;
   vertical-align: 1px;
   margin-right: 5px;
}
.news .n_rmd li a {
   color: #333;
}
.news .n_rmd li a:hover {
   color: var(--color);
}

.news .n_list {
   width: 50%;
}
.news .n_list li {
   margin-bottom: 5px;
   padding: 20px 0;
   overflow: hidden;
   background: #fff;
}
.news .n_list li span {
   display: block;
   line-height: 100%;
}
.news .n_list li .time {
   width: 113px;
   padding: 19px 0;
   border-right: 1px solid #ecf0f0;
}
.news .n_list li .time span,
.news .n_list li a:hover {
   color: var(--color);
}
.news .n_list li .time span.f45 {
   font-size: 45px;
   padding-bottom: 5px;
}
.news .n_list li .box span.desc {
   color: #888;
   line-height: 25px;
   padding-top: 10px;
}
.news .n_list li .box {
   width: 530px;
   padding: 10px 21px 0;
}
.news .n_list li a {
   color: #333;
   display: block;
}
.news .n_list li:hover {
   background-color: #fcfcfc;
}
.news .n_more {
   width: 200px;
   margin: 0 auto;
}
.news .n_more a {
   display: block;
   background-color: var(--color);
   color: #fff;
   border-radius: 50px;
   box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
.news .n_more a:hover {
   background-color: #0f6fb1;
}
.news .n_more i {
   display: inline-block;
   vertical-align: -1px;
   margin-right: 6px;
}


/* cols */
.cols_slide {
   width: 100%;
   height: 400px;
   overflow: hidden;
   border-top: 1px solid #fff;
}
.cols {
   width: 100%;
   padding: 40px 0 50px;
   background: url(/images/abbb.jpg) center bottom no-repeat #f5f5f5;
   overflow: hidden;
}
.cols_info {
   padding: 30px 26px 35px;
   color: #383838;
   overflow: hidden;
}
.cols_info a {
   color: #383838;
}
.cols_info a:hover {
   color: var(--color);
}
.cols_info img {
   max-width: 100%;
}
.cols_info video,
.cols_info iframe {
   width: 78%;
   height: 680px;
   margin: 0 auto;
   display: block;
}

.cols_left {
   width: 24%;
   background: rgba(255,255,255,0.8);
   border-radius: 3px;
   overflow: hidden;
}
.cols_left .l_bt {
   background: url(/images/leftbt.jpg) center no-repeat;
   background-size: cover;
   font-size: 28px;
   padding: 22px 0;
}
.cols_left .l_bt p {
   padding-top: 6px;
   font-size: 14px;
   opacity: 0.7;
   font-weight: normal;
   text-transform: uppercase;
}
.cols_left .l_list {
   border-bottom: 3px solid var(--color);
}
.cols_left .l_list li {
   border-bottom: 1px solid #eee;
}
.cols_left .l_list li:last-child {
   border: none;
}
.cols_left .l_list li a {
   color: #333;
   display: block;
   padding: 20px 0 20px 22px;
}
.cols_left .l_list li i {
   display: inline-block;
   margin-right: 3px;
}
.cols_left .l_list li .l_nav a {
   padding: 17px 0 15px 34px;
   border-top: 1px solid #f5f5f5;
   color: #555;
}
.cols_left .l_list li .l_nav a i {
   margin-right: 15px;
}
.cols_left .l_list li a:hover {
   background: var(--color);
   color: #fff !important;
   text-indent: 2px;
}
.cols_left .l_list li a.on {
   color: var(--color);
}

.cols_right {
   width: 73.9%;
   padding-bottom: 30px;
   background: rgba(255,255,255,0.8);
   border-radius: 3px;
   overflow: hidden;
}
.cols_right .r_bt {
   border-bottom: 1px solid #f2f2f2;
   padding: 8px 25px 0;
   height: 67px;
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
}
.cols_right .r_btl {
   color: var(--color);
   position: relative;
   padding-right: 5px;
}
.cols_right .r_btl::after {
   content: '';
   display: block;
   position: absolute;
   bottom: -18px;
   left: 0;
   width: 100%;
   border-bottom: 2px solid var(--color);
}
.cols_right .r_btl i {
   display: inline-block;
   margin-right: 3px;
}
.cols_right .r_btr {
   color: #888;
}
.cols_right .r_btr a {
   color: #888;
}
.cols_right .r_btr a:hover,
.cols_right .r_btr a:last-child,
.cols_desc a:hover {
   color: var(--color);
   text-decoration: underline;
}
.cols_right .r_btr i {
   display: inline-block;
   margin: 0 2px;
}

.cols_pic {
   padding: 30px 0;
}
.cols_pic img {
   max-width: 100%;
}

/* news */
.newslist {
   padding: 0;
   margin-top: 10px;
}
.newslist li {
   border-bottom: 1px solid #eee;
   padding: 25px 26px;
   overflow: hidden;
}
.newslist li .pic {
   width: 20%;
   float: left;
   margin-right: 25px;
   overflow: hidden;
}
.newslist li .pic img {
   max-width: 100%;
}
.newslist li .desc span {
   display: block;
}
.newslist li .desc span.time {
   color: #888;
   padding: 10px 0;
}
.newslist li .desc span.time i {
   display: inline-block;
   margin-right: 5px;
}
.newslist li .desc span.info {
   color: #888;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
}
.newslist li a {
   display: block;
   color: #333;
}
.newslist li a:hover,
.newslist li:hover .desc span:first-child {
   color: var(--color);
}
.newslist li:hover .desc span:first-child {
   font-weight: bold;
}
.newslist li:hover {
   background-color: #fbfbfb;
}

.info_box {
   padding: 0;
}
.info_nbt {
   color: #ed4f00;
   padding: 40px 0 20px;
   border-bottom: 1px solid #eee;
}
.info_nbt span {
   display: block;
   color: #94949d;
   margin-left: -5px;
   padding: 22px 0 5px;
   font-size: 12px;
}
.info_nbt span i {
   display: inline-block;
   padding: 0 5px;
}
.info_img {
   margin: 0 0 30px;
}
.info_img img {
   max-width: 50% !important;
}

/* photo */
.photo {
   position: relative;
   width: 100%;
   padding: 30px 25px 30px;
}
.photo .c_list {
   overflow: hidden;
}
.photo .c_list ul {
   position: relative;
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
}
.photo .c_list ul::after {
   content: '';
   display: block;
   width: 32%;
}
.photo .c_list li {
   width: 32%;
   margin-bottom: 2%;
   border-radius: 3px;
   height: 24vh;
   overflow: hidden;
   position: relative;
}
.photo .c_list li img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.photo .c_list li span {
   display: block;
   position: absolute;
   bottom: 0;
   width: 100%;
   background: url(/images/jiantou.png) 93.6% center no-repeat rgba(0,0,0,0.5);
   padding: 5% 6%;
   font-size: 15px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   transition: all 0.5s;
}
.photo .c_list li:hover span {
   background: url(/images/jiantou.png) 91.5% center no-repeat rgba(22,81,157,0.8);
}
.photo .c_list li a {
   color: #fff;
}

/* job */
.job_list {
   margin: 40px auto 0;
   padding: 35px 35px 60px;
   background-color: #f8f8f8;
}
.job_list ul {
   margin-bottom: -40px;
}
.job_list li {
   border-bottom: 1px dotted #ddd;
   padding-bottom: 30px;
   margin: 0 0 55px;
}
.job_list li .jbt {
   border-bottom: 1px dotted #ddd;
   padding-bottom: 15px;
}
.job_list li .jbt span.title {
   color: var(--color);
}
.job_list li .jbt span.time {
   color: #8f959f;
   padding-top: 6px;
}
.job_list li .jbt span i {
   display: inline-block;
   padding-right: 8px;
}
.job_list li .jlb {
   border-bottom: 1px dotted #ddd;
   padding: 15px 1px 14px;
}
.job_list li .jlb dd {
   float: left;
   width: 25%;
   color: #606775;
}
.job_list li .jdesc {
   color: #606775;
   padding: 25px 0 20px;
}
.job_list li .jdesc a {
   color: #606775;
}
.job_list li .jdesc img {
   max-width: 100%;
}
.job_list li .jbtn {
   width: 16%;
}
.job_list li .jbtn a {
   display: block;
   background-color: #1b438b;
   color: #fff;
   border-radius: 50px;
}
.job_list li .jbtn a:hover {
   background-color: #002870;
}


/* pages */
.n_pages {
   padding: 35px 0 10px;
   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: var(--color);
   border-color: var(--color);
   color: #fff;
}

.n_next {
   border-top: 1px solid #eee;
   padding: 20px 25px 10px;
   color: #444;
}
.n_next a {
   color: #444;
   font-weight: bold;
}
.n_next a:hover {
   color: var(--color);
}

/* 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: var(--color);
   color: #fff;
   border-radius: 50px;
   line-height: 50px;
   width: 35%;
   border: none;
   font-size: 16px;
   margin: 15px auto 0;
   display: block;
   cursor: pointer;
   transition: all .3s linear 0s;
}
.apply li button:hover {
   background: #1c9934;
   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%;
   padding: 0 5%;
   background: url(/images/footbg.jpg) center bottom repeat;
   background-size: 100% auto;
   color: #bababa;
}
.footer a {
   color: #bababa;
}
.footer a:hover {
   color: var(--color);
}
.footer .foot_nav {
   border-bottom: 1px solid #6c6c6c;
   border-bottom-color: rgba(255,255,255,0.3);
   padding: 40px 0 22px;
}
.footer .foot_nav li {
   display: inline-block;
   height: 20px;
   overflow: hidden;
   border-right: 1px solid #969696;
   border-right-color: rgba(255,255,255,0.5);
   padding: 0 18px 0 12px;
}
.footer .foot_nav li:last-child {
   border: none;
}
.footer .foot_nav li a {
   color: #fff;
}
.footer .foot_nav li a:hover,
.footer .foot_copy a:hover {
   color: var(--color);
}
.footer .foot {
   padding: 46px 30px 55px;
   overflow: hidden;
}
.footer .foot h3 {
   font-size: 17px;
   line-height: 18px;
}
.footer .foot ul {
   padding-top: 18px;
}
.footer .foot_lx {
   width: 39%;
}
.footer .foot_lm {
   width: 30%;
   overflow: hidden;
}
.footer .foot_lm dl {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
}
.footer .foot_lm dl h3 {
   width: 100%;
   margin-bottom: 20px;
}
.footer .foot_lm dd {
   width: 46.5%;
   text-align: center;
   margin-bottom: 5%;
}
.footer .foot_lm dd a {
   display: block;
   border: 1px solid rgba(255,255,255,0.3);
   padding: 5px 0;
}
.footer .foot_ewm {
   width: 23%;
   font-size: 12px;
}
.footer .foot_ewm ul {
   padding: 0;
}
.footer .foot_ewm li {
   float: left;
   width: 41%;
   margin-left: 9%;
}
.footer .foot_ewm li img {
   max-width: 100%;
}
.footer .foot_ewm li span {
   display: block;
   padding-top: 5px;
}
.footer .foot_copy {
   border-top: 1px solid #6c6c6c;
   border-top-color: rgba(255,255,255,0.3);
   color: #8e8e8e;
   padding: 25px 0 50px;
}
.footer .foot_copy a {
   color: #8e8e8e;
   padding: 0 2px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #888;
   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 var(--color) solid;
   color: var(--color);
   overflow: hidden;
}
p#back-to-top a:hover {
   color: #fff;
   border-color: var(--color);
   background-color: var(--color);
}


@media screen and (max-width: 1680px) {
   .abouts ._left ._desc {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 9;
      overflow: hidden;
   }
}
