@charset "utf-8";
@import url("styles.css?v=225");
/* wx/qq.465320335 */

/* head */
.header {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 90px;
    line-height: 90px;
    background: rgba(255,255,255,0.1);
    transition: all 0.5s;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.pagination li.disabled .page-link{
    background-color: #eee;
    color:#999;
}
.pagination{
    margin:5rem 0 0 0;
}
.pagination li.disabled,li.active{
    cursor: not-allowed;
    pointer-events: none;
}

.header:hover {
    background: #fff;
}
.logo img {
    max-width: 100%;
}
.naver li {
    float: left;
    position: relative;
}
.naver li a {
    color: #333;
    padding: 0 29px;
    display: block;
}
.naver li a:hover,
.naver li a.on {
    color: #00459b;
}
.naver li::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 82%;
    border-bottom: 2px solid #00459b;
    transition: all .5s ease;
    transform: scaleX(0);
    opacity: 0;
}
.naver li:hover::after {
    opacity: 1;
    transform: scaleX(1);
}
.naver li ._sub {
    position: absolute;
    top: 98px;
    left: -15%;
    z-index: 99999;
    width: 130%;
    padding: 10px 0 12px;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    font-weight: normal;
    box-shadow: 0 5px 10px rgba(0,0,0,0.06);
    border-radius: 0 0 1px 1px;
}
.naver li:hover ._sub {
    top: 90px;
    opacity: 1;
    visibility: visible;
}
.naver li ._sub a {
    padding: 0;
}
.naver li ._sub a:hover {
    font-weight: bold;
}

.home-slide {
    width: 100%;
    height: 985px;
    height: 100vh;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.home-slide li,
.home-slide li a {
    display: block;
    width: 100%;
    height: 100%;
}
.home-slide .pagination {
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 999;
}
.home-slide .swiper-pagination-switch {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 5px;
    border-radius: 20px;
    background: #fff;
    opacity: .3;
    cursor: pointer;
}
.home-slide .swiper-active-switch {
    background: #00459b;
    opacity: .8;
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .main{
        width: 1200px !important;
    }
    .naver li a{
        padding: 0 12px !important;
    }
}
@media (min-width: 1366px) and (max-width: 1920px) {
    .main{
        width: 1400px !important;
    }
    .naver li a{
        padding: 0 21px !important;
    }
    .section-about-left{
        padding-top: 10px !important;
    }
    .section-about-content{
        margin-top: 10px !important;
        line-height: 20px !important;
        font-size: 14px !important;
    }
    .section-business{
        padding-top: 110px !important;
    }
    .business-swiper-container{
        height: calc(100% - 130px) !important;
    }
    .section-dangjian-header{
        margin-bottom: 20px !important;
    }
    .dangjian-img{
        height: 250px !important;
    }
    .dangjian-more{
        margin-top: 10px !important;
    }
    .news-list-item-title{
        margin-bottom: 3px !important;
    }
    .case-swiper{
        height: 55vh !important;
    }
    .ywbk-item-icon {
        width: 40px !important;
        height: 40px !important;
    }
    .ywbk-item-title {
        font-size: 18px !important;
    }
    .ywbk-item-index {
        top: 20px !important;
        right: 20px !important;
        font-size: 21px !important;
    }
}
@media (min-width: 1920px){
    .main{
        width: 1600px !important;
    }
}

/* main */
.main {
    width: 1600px;
    margin: 0 auto;
}
.main_title {
    position: relative;
    color: #00459b;
}
.main_title h2 {
    font-size: 33px;
}
.main_title::after {
    content: '';
    display: block;
    position: absolute;
    top: 53px;
    width: 66px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 3px solid #00459b;
}

/* wrapper */
.wrapper {
    width: 100%;
}
.abouts {
    padding: 90px 0 85px;
    overflow: hidden;
}
.abouts .a_pic {
    width: 39%;
    height: 490px;
    padding: 45px 0 0 73px;
    background: url("../img/pic_bg.png") left top no-repeat;
    overflow: hidden;
}
.abouts .a_pic img {
    height: 400px;
}
.abouts .a_box {
    width: 57%;
}
.abouts .a_top {
    padding: 20px 0 10px;
}
.abouts .a_box h1 {
    font-size: 35px;
    color: #00459b;
}
.abouts .a_box h6 {
    font-weight: normal;
    font-size: 15px;
    padding-top: 13px;
    color: #aaa;
    letter-spacing: 1px;
}
.abouts .a_info {
    padding-top: 20px;
    color: #505050;
}
.abouts .a_btn {
    padding-top: 40px;
    overflow: hidden;
}
.abouts .a_btn li {
    float: left;
    margin-right: 13px;
    padding-bottom: 15px;
}
.abouts .a_btn li a {
    display: block;
    color: #454545;
    padding: 13px 45px;
    border: 1px dashed #e9e9e9;
    background: #fcfcfc;
    border-radius: 60px;
}
.abouts .a_btn li a.on,
.abouts .a_btn li a:hover {
    border-color: #00459b;
    background: #00459b;
    color: #fff;
}
.abouts .a_btn li a.on {
    padding: 13px 40px;
}
.abouts .a_btn li a:hover {
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.yewu {
    width: 100%;
    padding: 80px 0 60px;
    background: url("../img/yw_bg.jpg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.yewu .y_box {
    padding-top: 70px;
    overflow: hidden;
}
.yewu .y_box ul {
    margin-right: -3%;
}
.yewu .y_box li {
    float: left;
    width: 22%;
    margin: 0 3% 3% 0;
    border: 1px solid #f3f3f3;
    background: rgba(255,255,255,0.8);
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}
.yewu .y_box li i {
    display: block;
    margin: 0 auto;
    color: #00459b;
    font-size: 70px;
    margin-bottom: 35px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    transition: all 0.5s;
}
.yewu .y_box li a {
    position: relative;
    z-index: 9;
    display: block;
    color: #333;
    padding: 38px 0 45px;
}
.yewu .y_box li span {
    display: block;
}
.yewu .y_box li span.en {
    font-size: 12px;
    font-weight: normal;
    padding-top: 13px;
    color: #aaa;
    transition: all 0.5s;
}
.yewu .y_box li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #00459b;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.yewu .y_box li:hover::after {
    visibility: visible;
    opacity: 1;
    height: 100%;
}
.yewu .y_box li:hover span.en,
.yewu .y_box li:hover i,
.yewu .y_box li:hover a {
    color: #fff !important;
}
.yewu .y_box li:hover i {
    -webkit-transform:rotateY(180deg);
    transform:rotateY(180deg);
}
.yewu .y_box li:hover {
    box-shadow: 3px 5px 10px rgba(0,0,0,0.1);
}
.yewu .y_box li:nth-child(6) i {
    line-height: 60px;
}

.news {
    padding: 80px 0;
}
.news .n_box {
    padding: 70px 0 50px;
}
.news .n_left {
    position: relative;
    width: 47.5%;
    height: 424px;
    border-radius: 3px;
    overflow: hidden;
}
.news .n_left li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.news .n_left li img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.news .n_left li h6 {
    font-weight: normal;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 19px 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    background: rgba(0,0,0,0.5);
}
.news .n_left a.prev,
.news .n_left a.next {
    position: absolute;
    top: 41%;
    width: 40px;
    height: 60px;
    line-height: 60px;
    background: rgba(0,0,0,0.3);
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
}
.news .n_left a i {
    color: #fff;
    font-size: 28px;
}
.news .n_left a.prev {
    left: 13px;
}
.news .n_left a.next {
    right: 13px;
}
.news .n_left a.prev:hover,
.news .n_left a.next:hover {
    background: rgba(0,0,0,0.7);
}

.news .n_right {
    width: 49%;
}
.news .n_right li {
    position: relative;
    margin-bottom: 11px;
}
.news .n_right li span.d {
    display: block;
    position: absolute;
    right: 18px;
    top: 20px;
    font-size: 13px;
    color: #afafaf;
}
.news .n_right li a {
    padding: 20px 98px 20px 20px;
    display: block;
    background: #fbfbfb;
    color: #383838;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 3px;
}
.news .n_right li a:hover {
    color: #00459b;
    text-indent: 1px;
    background: #f9f9f9;
}
.news .n_right li i {
    display: inline-block;
    margin-right: 7px;
    color: #00459b;
}
.news .n_right li.t span {
    display: block;
    color: #999;
    padding-top: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .n_right span i.fa-eye {
    margin-left: 8px;
}
.news .n_right li.t h6 {
    font-size: 18px;
}
.news .n_right li.t {
    padding: 26px 26px 23px;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.06);
    border-left: 3px solid #00459b;
}
.news .n_right li.t a {
    background: #fff;
    padding: 0;
}
.news .n_right li.t span i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: 0;
    width: auto;
    height: auto;
    background: none;
    color: #c8c8c8;
}
.news .n_right li.t span.t {
    color: #c8c8c8;
    padding-top: 10px;
}

.news .n_more {
    width: 180px;
    margin: 0 auto;
}
.news .n_more a {
    display: block;
    color: #454545;
    padding: 14px 0;
    border: 1px dashed #e6e6e6;
    background: #fcfcfc;
    border-radius: 60px;
}
.news .n_more a:hover {
    border-color: #00459b;
    background: #00459b;
    color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}



/* cols */
.cols_slide {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.cols {
    width: 100%;
    padding: 60px 0 50px;
    background: url("../img/cbg.jpg") center bottom/ 100% 1420px no-repeat #fff;
}
.cols_nav {
    padding-top: 58px;
}
.cols_nav li {
    display: inline-block;
    margin: 0 5px 10px 0;
}
.cols_nav li a {
    display: inline-block;
    color: #454545;
    padding: 13px 45px;
    border: 1px dashed #e5e5e5;
    background: #fcfcfc;
    border-radius: 60px;
}
.cols_nav li a.on,
.cols_nav li a:hover {
    border-color: #00459b;
    background: #00459b;
    color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.cols_desc {
    color: #353535;
    overflow: hidden;
    padding: 38px 0;
}
.cols_desc a {
    color: #353535;
}
.cols_desc a:hover {
    color: #00459b;
}
.cols_desc img {
    max-width: 100%;
    display: inline-block;
    vertical-align: -1px;
}
.cols_desc table {
    border-collapse: collapse;
    background-color: #fff;
    border: 1px solid #eaded9;
    margin: 0 auto;
    font-size: 14px;
}
.cols_desc table tr,
.cols_desc table td {
    border: 1px solid #eaded9;
}
.cols_desc table td {
    box-sizing: border-box;
    padding: 8px 18px 6px;
}
.ue-table-interlace-color-single {
    background-color: #fafafa;
}

.cols_pic {
    padding: 38px 0 30px;
}
.cols_pic img {
    max-width: 100%;
}

.image {
    display: table;
    clear: both;
    text-align: center;
    margin: auto;
    min-width: 100%;
}

.image img {
    max-width: 100%;
}

.cols_list {
    position: relative;
    margin-bottom: 30px;
}
.cols_list .bd {
    overflow: hidden;
}
.cols_list .bd li {
    float: left;
    width: 299px;
    margin-right: 18px;
}
.cols_list .bd li ._pic {
    height: 220px;
    overflow: hidden;
}
.cols_list .bd li ._pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.cols_list .bd li ._title {
    padding-top: 13px;
}
.cols_list .bd li ._title a {
    display: block;
    color: #454545;
}
.cols_list .bd li ._title a:hover {
    font-weight: bold;
    color: #00459b;
}
.cols_list a.next,
.cols_list a.prev {
    position: absolute;
    top: 40%;
    cursor: pointer;
}
.cols_list a.next {
    left: -50px
}
.cols_list a.prev {
    right: -50px
}
.cols_list a i {
    display: block;
    color: #aaa;
    font-size: 30px;
}
.cols_list a:hover i {
    color: #00459b;
}

.cols_box {
    overflow: hidden;
}
.cols_left {
    width: 47%;
}
.cols_right {
    width: 49.5%;
    padding-top: 30px;
}
.cols_right h3 {
    font-size: 25px;
    color: #00459b;
    position: relative;
    padding-left: 22px;
}
.cols_right h3::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    border-left: 7px solid #00459b;
}
.cols_right ._tel {
    padding-top: 30px;
    color: #f00;
}


/* news */
.newslist {
    padding: 8px 0 20px;
}
.newslist li {
    padding: 20px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.newslist li:nth-child(2n) {
    background-color: #fcfcfc;
}
.newslist li ._pic {
    width: 20%;
    height: 135px;
    overflow: hidden;
    margin-right: 25px;
}
.newslist li ._pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.newslist li ._desc {
    padding-top: 2px;
}
.newslist li ._desc span {
    display: block;
    color: #999;
}
.newslist li ._desc span.bt a {
    color: #555;
    display: block;
}
.newslist li ._desc span.bt a:hover {
    color: #00459b;
    text-indent: 2px;
}
.newslist li ._desc span.time {
    padding: 15px 0 10px;
}
.newslist li ._desc span.time i {
    display: inline-block;
    margin-right: 3px;
}
.newslist li ._desc span.time i.fa-eye {
    margin-left: 8px;
}


.zhaobiao {
    padding: 30px 10%;
}
.zhaobiao li {
    position: relative;
    border-bottom: 1px dashed #eee;
    background: #fff;
}
.zhaobiao li:nth-child(2n) {
    background: #fcfcfc;
}
.zhaobiao li a {
    display: block;
    color: #555;
    padding-left: 15px;
}
.zhaobiao li a:hover {
    color: #00459b;
    text-indent: 2px;
}
.zhaobiao li span {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 13px;
    color: #999;
}
.zhaobiao li i {
    display: inline-block;
    margin-right: 8px;
    color: #00459b;
}



/* photo */
.photo {
    padding: 40px 0 0;
}
.photo ul {
    overflow: hidden;
    margin-right: -1.5%;
}
.photo li {
    float: left;
    width: 23.5%;
    margin: 0 1.5% 1.5% 0;
}
.photo li ._pic {
    border: 1px solid #eee;
    padding: 5px;
    height: 220px;
    overflow: hidden;
}
.photo li ._pic img {
    width: 100%;
    height: 100%;
    object-fit: contain
}
.photo li:hover ._pic img {
    opacity: 0.6;
}
.photo li ._desc a {
    display: block;
    padding: 15px 0 17px;
    color: #414141;
    background: #f9f9f9;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.photo li ._desc a:hover {
    color: #00459b;
    font-weight: bold;
}

.baokan {
    padding: 70px 0 0;
}

.baokan_body {
    width: 100%;
    height: 100%;
    background: #333;
    position: relative;
}
.baokan_box {
    padding: 3% 3% 1%;
}
.baokan_box ul,
.baokan_next ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.baokan_box li {
    width: 23.5%;
    height: 34vh;
    border: 5px solid #fff;
    overflow: hidden;
    margin-bottom: 2%;
}
.baokan_box li:last-child:nth-child(4n - 1) {
    margin-right: calc(23.5% + 6% / 3);
}
.baokan_box li:last-child:nth-child(4n - 2) {
    margin-right: calc(47% + 12% / 3);
}
.baokan_box li a {
    display: block;
    width: 100%;
    height: 100%;
}
.baokan_box li img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.baokan_next {
    width: 100%;
    padding: 16px 3%;
    position: fixed;
    bottom: 0;
    z-index: 1;
    background: #2f2f2f;
}
.baokan_next li a {
    color: #666;
    display: block;
}
.baokan_next li a:hover {
    color: #aaa;
}

/* info */
.info_box {
    padding:  0;
}
.info_box .info_t {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}
.info_box .info_t h3 {
    color: #00459b;
    text-align: center;
    font-size: 30px;
}
.info_box .info_t span {
    display: block;
    color: #888;
    padding: 30px 0 0;
}
.info_box .info_t span i {
    display: inline-block;
    margin: 0 6px 0 8px;
    font-size: 14px;
}
.info_box .info_t span a {
    cursor: pointer;
    display: inline-block;
    margin: 0 3px;
}


/* pages */
.n_pages {
    padding: 30px 0 10px;
    letter-spacing: -4px;
}
.n_pages a {
    display: inline-block;
    background-color: #fafafa;
    color: #666;
    padding: 9px 13px;
    margin: 0 4px;
    letter-spacing: 0;
    border-radius: 3px;
    border: 1px solid #eee;
}
.n_pages a:hover,
.n_pages a.page-num-current {
    background-color: #00459b;
    border-color: #00459b;
    color: #fff;
}
.n_pages .not_data {
    letter-spacing: 1px;
    color: #999;
}

.n_next {
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 20px 0;
}
.n_next a {
    display: block;
    color: #555;
    padding: 6px 0;
}
.n_next a:hover {
    color: #00459b !important;
}


/* message */
.apply {
    display: none;
    width: 90%;
    padding: 2.5% 0 4.5%;
    margin: 0 auto;
}
.apply li {
    margin: 12px 0;
}
.apply li input,
.apply li textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px 13px;
    font-size: 15px;
}
.apply li textarea {
    height: 80px;
}
.apply li button {
    background: #d30006;
    color: #fff;
    border-radius: 3px;
    line-height: 43px;
    width: 100%;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: all .3s linear 0s;
}
.apply li button:hover {
    background: #ec0007;
    box-shadow: 0 5px 10px #ccc;
}
.apply li input.code {
    width: 55%;
    margin: 3px 0 5px;
}
.apply li img {
    display: inline-block;
    vertical-align: -18px;
    cursor: pointer;
    margin-left: 8px;
}


/* footer */
.footer {
    width: 100%;
    background-color: #333333;
}
.footer .links {
    border-bottom: 1px solid #1654a2;
    padding: 23px 0 12px;
    color: #b0c4dc;
    display: block;
}
.footer .links a {
    display: inline-block;
    color: #b0c4dc;
    border-right: 1px solid #b0c4dc;
    padding: 0 5px;
    margin-bottom: 10px;
}
.footer .links strong {
    font-size: 14px;
}
.footer .foot {
    padding: 35px 0;
    overflow: hidden;
}
.footer .foot_lx {
    width: 26%;
    padding-right: 1%;
    color: #e0eeff;
}
.footer .foot_lx li._n {
    font-size: 36px;
    margin-left: -2px;
    letter-spacing: 1px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    padding: 3px 0 15px;
}
.footer .foot_lx li._a {
    padding-top: 5px;
}
.footer .foot_lx li {
    margin-bottom: 8px;
}

.footer .foot_nav {
    width: 62%;
    padding-right: 2%;
}
.footer .foot_nav dl {
    float: left;
    width: 20%;
}
.footer .foot_nav dt {
    font-size: 18px;
    padding-bottom: 23px;
    position: relative;
}
.footer .foot_nav dt::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 38px;
    width: 28px;
    border-bottom: 1px solid #d3deec;
}
.footer .foot_nav dd a {
    color: #b4c5da;
}
.footer .links a:hover,
.footer .copy a:hover,
.footer .foot_nav dd a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .foot_wx {
    width: 12%;
    padding-top: 8px;
}
.footer .foot_wx img {
    width: 100%;
}
.footer .foot_wx span {
    display: block;
    color: #b4c5da;
    padding-top: 15px;
}

.footer .copy {
    background: #1F1F1F;
    padding: 20px 0;
    color: #b4c5da;
}
.footer .copy a {
    color: #b4c5da;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}
p#back-to-top{
    position: fixed;
    display: none;
    bottom: 30px;
    right: 30px;
}
p#back-to-top i {
    display: block;
    font-size: 22px;
}
p#back-to-top a {
    text-align: center;
    display: block;
    width: 32px;
    border: 1px #00459b solid;
    color: #00459b;
    padding: 3px 0 4px;
    overflow: hidden;
}
p#back-to-top a:hover {
    color: #fff;
    border-color: #00459b;
    background-color: #00459b;
}
.white-space{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    *word-wrap: break-word;
    *white-space : normal ;
}
.relative{
    position: relative;
}
.mt-40{
    margin-top: 40px;
}
.mb-21{
    margin-bottom: 21px;
}
.flex{
    display: flex;
}
.flex-1{
    flex: 1;
}
.mt-173{
    margin-top: 173px;
}
.footer-line{
    width: 30px;
    height: 2px;
    margin-bottom: 6px;
    background: #FFFFFF;
}
.footer-icon{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.footer-phone{
    margin-top: 16px;
    font-size: 20px;
    color: #FFFFFF;
}
.mt-30{
    margin-top: 30px;
}
.mt-16{
    margin-top: 16px;
}
.pl-21{
    padding-left: 21px;
}
.flex-center{
    display: flex;
    align-items: center;
}
.flex-50{
    flex: 1;
}
.phone-title{
    margin-bottom: 16px;
}
.border-right{
    border-right: 1px solid rgba(255,255,255,0.4);
}