.fl {
    float: left;
}
.fr {
    float: right;
}
.iconfont {
    color: #d3d3d3;
}
/* 背景主体颜色 */
body {
    background-color: #fff;
    color: #777;
    font-size: 16px;
}
a {
    font-size: 16px;
    color: #333;
}
a:hover {
    color: #d82128;
}
/* 图片对齐 */
img {
    vertical-align: middle;
}
i {
    display: inline-block;
    vertical-align: middle;
}
.container {
    padding: 0;
}
p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}
.list-paddingleft-2 {
    padding-left: 2rem;
}
.list-paddingleft-2 li {
    list-style: unset;
}
.padding-0 {
    padding: 0 !important;
}
.shenglue {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.pager li{
    display: contents;
    width: 52%;
}
.pager li a{
    width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

/* h1logo */
h1 {
    font-size: 55px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
/* h2轮播图 */
h2 {
    font-size: 55px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
/* h3盒子 */
h3 {
    font-size: 24px;
    font-weight: 400;
    color: #222;
    margin: 0;
}
/* h4段落 */
h4 {
    font-size: 24px;
    font-weight: 400;
    color: #222;
    margin: 0;
}
/* h5模块分隔 */
h5 {
    font-size: 38px;
    font-weight: 600;
    color: #222;
    margin: 0;
}
.pc {
    display: block;
}
.wap {
    display: none;
}
@media screen and (max-width: 1200px) {
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 28px;
    }
    .pc {
        display: none;
    }
    .wap {
        display: block;
    }
    .cndns-right-btn {
        border-top: none !important;
    }
    .services_box_txt > p {
        font-size: 14px;
    }
}
/* h6自定义 */
h6 {
    font-size: 22px;
    font-weight: 400;
    color: #222;
    margin: 0;
}
.position-relative {
    position: relative
}
/* 多版心自定义 */
.w1 {
    width: 95.5%;
    margin: 0 auto;
    /* max-width: 1800px; */
}
.w2 {
    /* width: 72%; */
    margin: 0 auto;
    width: 1600px;
}
.w3 {
    /* width: 58.5%; */
    margin: 0 auto;
    width: 1200px;
}
@media screen and (max-width: 992px) {
    .w1, .w2, .w3 {
        width: 92% !important;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1850px) {
    .w3 {
        /* width: 65%; */
        /* margin: 0 auto; */
    }
}
@media screen and (max-width: 1650px) {
    .w2 {
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1320px) {
    .w3 {
        width: 70%;
        margin: 0 auto;
    }
}
/* 单一版心媒体查询修改最大最小宽度 */
/* @media screen and (min-width: 1280px) {
   .container {
       width: 1280px;
   }
}

@media screen and (max-width: 992px) {
   .container {
       padding: 0 15px;
   }
} */
/* 公共部分样式开始 */
.lb-col3 > div:nth-of-type(3n+1) {
    clear: both;
}
.yuanjiao {
    border-radius: 10px;
}
.yuanjiao1 {
    border-radius: 10px 10px 0 0;
}
.images {
    overflow: hidden;
}
.images img {
    transition: all .5s
}
.images:hover img {
    -webkit-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}
.border {
    border: 1px solid #eee;
    box-sizing: border-box;
}
.border-bottom-0 {
    border-bottom: none;
}
.mt-90 {
    margin-top: 90px;
}
.mt-120 {
    margin-top: 120px;
}
.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
/* 顶部站位盒子 */
.head_zw {
    height: 144px;
}
/* 微信扫一扫 */
.wx_s {
    display: none;
    position: fixed;
    top: 42px;
    right: 2%;
    width: 102px;
    height: 102px;
    /* background-color: pink; */
    z-index: 999;
}
.wxcolor {
    color: #d82128;
}
/* 头部 */
.head_box {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
}
/* 顶上 */
.head_box_t {
    height: 42px;
    background-color: #222;
}
.head_box_ct {
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 联系 */
.head_ct_contact {
    display: flex;
    height: 100%;
    align-items: center;
}
.head_ct_contact > div > i {
    font-size: 14px;
    color: #d82128;
    margin: 0 8px;
}
.head_ct_contact > div > span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-right: 22px;
}
.head_ct_contact > div > span a {
    color: #fff;
}
.head_ct_contact > div > span a:hover {
    color: #d82128;
}
/* 引导 */
.head_ct_guide {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}
/*分站 */
.head_guide_sub {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    background-color: #111;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.head_guide_sub > i {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    margin-left: 5px;
    transition: all .4s;
}
.head_guide_sub:hover > i {
    transform: rotate(180deg);
}
input.submit:hover {
    background-color: #fff !important;
    color: #222 !important;
}
/* 分站定位 */
.sub_dw {
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: #222;
    left: 0;
    top: 42px;
    z-index: 2;
}
.sub_dw > a {
    display: block;
    padding: 8px 0;
    color: #fff;
    font-size: 13px;
}
.sub_dw > a:hover {
    color: #d82128;
}
/* 链接 */
.head_guide_link {
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 12px;
}
.head_guide_link > a > i {
    font-size: 14px;
    padding: 0 8px;
}
.head_guide_link > a:hover > i {
    color: #d82128;
}
.head_guide_link .head_link_weixin > i {
    vertical-align: middle;
    font-size: 16px;
    line-height: 15px;
}
/* 导航 */
.head_box_b {
    height: 102px;
}
.head_nav {
    justify-content: space-between;
    height: 100%;
    display: flex;
    align-items: center;
}
/* logo */
.head_nav_logo {
    margin: 0 8px;
    flex: 1;
}
/* 导航栏 */
.head_nav_tab {
    flex: 4;
    height: 100%;
}
.head_nav_tab > ul {
    padding-left: 200px;
    display: flex;
    /* justify-content: flex-end; */
    height: 100%;
    margin: 0;
}
.head_nav_tab > ul > li {
    position: relative;
}
.head_nav_tab > ul > li > a {
    display: block;
    height: 102px;
    line-height: 102px;
    padding: 0 24px;
    font-size: 16px;
}
.head_nav_tab > ul > li > a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 0;
    background: red;
    transition: all .2s;
}
.head_nav_tab > ul > li.xiala > a::after {
    height: 35px;
}
.head_nav_tab > ul > li > a > i {
    font-size: 14px;
    color: #c5c5c5;
    transition: all .2s;
}
.head_nav_tab > ul > li.xiala > a > i {
    transform: rotate(180deg);
}
.head_nav_tab > ul > li.active > a {
    color: #d82128;
}
.head_nav_tab > ul > li.active > a::after {
    height: 35px;
}
@media screen and (min-width: 1601px) {
    .head_nav_logo {
        min-width: 500px;
    }
}
@media (min-width: 1201px) and (max-width: 1520px) {}
/* 媒体查询 */
@media screen and (max-width: 992px) {
    .head_box_t {
        display: none;
    }
    .head_zw {
        height: 80px;
    }
    .head_box_b {
        height: 80px;
    }
}
/* 下拉列表 */
.down_list {
    display: none;
    position: absolute;
    top: 102px;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    background-color: #222;
    border-radius: 5px;
    padding: 10px 0;
}
.down_list > a {
    display: block;
    padding: 5%;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.down_list > a:hover {
    color: #d82128;
}
/* 移动端按钮 */
.mb_btn {
    display: none;
    height: 100%;
    align-items: center;
}
.mb_btn > i {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #222;
    padding: 0 8px;
    cursor: pointer;
}
/* 媒体查询 */
@media screen and (max-width: 2000px) {
    .head_nav_tab > ul {
        padding-left: 0;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 1800px) {
    .yc {
        display: none;
    }
}
@media screen and (max-width: 1800px) {
    .head_nav_tab > ul > li > a {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1350px) {
    .head_nav_tab > ul > li > a {
        padding: 0 8px;
    }
}
@media screen and (max-width: 1200px) {
    .head_nav_tab {
        display: none;
    }
    .mb_btn {
        display: block;
    }
}
/* 移动端样式 */
.mb_box {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 0;
    display: none;
}
.mb_box .mb_box_l {
    cursor: pointer;
    width: 30%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    position: relative;
}
.mb_box .mb_box_l > i {
    cursor: pointer;
    position: absolute;
    top: 3%;
    right: 5%;
    font-size: 50px;
    transition: all .4s;
}
.mb_box .mb_box_l > i:hover {
    transform: scale(1.2);
}
.mb_box .mb_box_r {
    width: 70%;
    height: 100%;
    background-color: #fff;
    /* overflow-y: scroll; */
}
/* 上部 */
.mbx_r_t {
    position: relative;
    height: 144px;
    width: 100%;
    background-color: #c5c5c5;
}
/* 移动端logo */
.mbx_r_logo {
    padding-left: 18px;
    padding-right: 10px;
    display: flex;
    height: 114px;
    align-items: center;
}
.mbx_logo_wenzi {
    margin-left: 20px;
}
.mbx_logo_wenzi > h2 {
    font-size: 22px;
    color: #222;
    margin: 0;
}
.mbx_logo_wenzi > p {
    font-size: 13px;
    color: #999;
    text-align: left;
    margin: 0;
}
/* 语言定位 */
.mb_language_dw {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    padding: 0 18px;
}
.mb_language_dw .mb_language_tab {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #cbcbcb;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mb_language_dw .mb_language_tab > a {
    padding: 0 14px;
}
.mb_language_dw .mb_language_tab > span {
    color: #eaeaea;
}
/* 下部 */
.mbx_r_b {
    padding: 42px 18px;
    height: 100%;
    background-color: #f5f5f5;
    overflow-y: scroll;
}
.mbx_r_b > ul {
    border: 1px solid #eaeaea;
    height: auto;
}
.mbx_r_b > ul > li {
    padding: 0 18px;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
}
.libg {
    background-color: #f5f5f5 !important;
}
.mbx_r_b > ul > li:last-child {
    border-bottom: none;
}
.mbx_r_b > ul > li {
    padding: 0;
}
.mbx_r_b > ul > li .flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.mbx_r_b > ul > li a {
    width: 90%;
    text-align: left;
    padding: 12px;
}
.mbx_r_b > ul > li a > p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 1.5;
}
.mbx_r_b > ul > li i {
    font-size: 16px;
    color: #222;
    padding: 12px;
    cursor: pointer;
}
/* 下拉盒子 */
.mbx_r_down {
    display: none;
    padding: 0 18px;
}
.mbx_r_down > a {
    display: block;
    padding: 12px 0 !important;
    text-align: left;
    font-size: 14px;
    color: #666;
    width: 100% !important;
}
/* 尾部 */
.footer {
    margin-top: 90px;
}
/* 上导航 */
.footer_nav {
    background-color: #d82128;
}
.footer_nav_box {
    display: flex;
    align-items: center;
    color: #fff;
}
.footer_nav_box a {
    height: 65px;
    line-height: 65px;
    flex: 1;
    color: rgba(255, 255, 255, 0.8);
}
.footer .footer_nav_box a:hover {
    color: #fff;
}
.footer_nav_box span {
    color: rgba(255, 255, 255, 0.51);
    font-size: 12px;
}
.footer_nav_box span:last-child {
    display: none;
}
.footer_nav_box a.active {
    color: #fff;
    font-weight: 700;
}
/* 媒体查询 */
@media screen and (max-width: 1400px) {
    /* .footer_nav_box {
        flex-wrap: wrap;
    }
    .footer_nav_box a {
        flex: none;
        width: 20%;
    }
    .node_span {
        display: none;
    } */
    .footer_nav_box {
        display: none;
    }
}
/* 联系 */
.footer_nav_phone {
    background-color: #222;
    padding: 110px 0 60px;
    border-bottom: 1px solid #313131;
}
.footer_phone_box {
    display: flex;
    justify-content: space-between;
}
/* 总部 */
.hq > h6 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.hq p a {
    font-size: 14px;
    line-height: 24px;
    color: #acacac;
}
.hq p {
    color: #acacac;
}
.hq_phone {
    margin-top: 35px;
}
/* 分部 */
.branch {
    margin-top: 50px;
}
.branch > div {
    margin-bottom: 20px;
}
.branch > div > b {
    font-size: 16px;
    color: #fff;
}
.branch > div > span {
    font-size: 16px;
    color: #ababab;
}
/*尾部logo  */
.ftlogo {
    text-align: center;
}
.ftlogo img {
    margin: auto;
}
.ftlogo > p {
    font-size: 14px;
    color: #ababab;
    line-height: 25px;
    margin: 20px 0;
}
@media screen and (max-width: 768px) {
    .ftlogo {
        /* display: none; */
        text-align: center;
        margin-top: 30px;
    }
    .ftlogo img {
        margin: 0 auto;
    }
    .ftlogo > div {
        /* width: 48%; */
    }
    .footer_phone_box {
        display: block;
        text-align: center;
    }
}
/* 友情链接 */
.link {
    background-color: #222;
    padding: 25px 0;
}
.link_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.link_box_l {
    display: flex;
    align-items: center;
}
.link_box_l > i {
    font-size: 35px;
    color: #5e5e5e;
}
.link_box_l > b {
    font-size: 18px;
    color: #fff;
    margin: 0 20px 0 8px;
}
.link_box_l > a {
    font-size: 14px;
    color: #ababab;
    margin: 0 20px;
}
.link_box_l > a:hover {
    color: #d82128;
}
@media screen and (max-width: 768px) {
    .link_box {
        justify-content: center;
    }
}
/* 更多 */
.link_more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/* 定位展开更多 */
.link_more_dw {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #333;
}
.link_more_dw > a {
    display: block;
    padding: 8px 0;
    color: #fff;
    font-size: 13px;
}
.link_more_dw > a:hover {
    color: #d82128;
}
.link_more > a {
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #c7c7c7;
    background-color: #111;
}
.link_more > a > i {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #c7c7c7;
    margin-left: 10px;
}
@media screen and (max-width: 1100px) {
    .link_more {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .link_box_l > a {
        margin: 0 8px;
    }
}
/* 版权 */
.copyright {
    background-color: #111;
    padding: 20px 0;
}
.copyright_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright_box > p {
    font-size: 14px;
    color: #777;
}
.copyright_box > span {
    font-size: 14px;
    color: #777;
}
.copyright_box a {
    color: #777;
    font-size: 14px;
}
.footer a:hover {
    color: #d82128;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    position: unset;
    margin-top: 40px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    /*
	margin: 0 5px;
	width: 12px;
	height: 12px;
*/
    margin: 0 2px;
    width: auto;
    height: auto;
    border-radius: 5px;
    color: #000;
    padding: 4px 12px;
    background: none;
    border: 1px solid #ccc;
    margin-bottom: 5px
}
.swiper-pagination-bullet-active {
    background: #d82128
}

.position{
    font-size: 14px;
    color: #999;
}
.position i{
    color: #bf232a;
    margin-right: 5px;
}
.position a{
    color: #666;
    margin : 0 5px;
}

#top-post{
    margin-top: 50px;
}
#top-post .row>div{
    position: relative;
}
#top-post p{
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: right;
}
#top-post input{
    width: 100%;
    padding:0 20px 0 50px;
    border: none;
    height: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    font-size: 14px;
}
#top-post input.submit{
    width: 60%;
    padding: 0 20px;
    background-color: #d82128;
    color: #fff;
    font-size: 16px;
}
#top-post i{
    position: absolute;
    line-height: 50px;
    left: 35px;
    top: 1px;
    font-size: 22px;
}

#top-post input::-webkit-input-placeholder {
    color: #333;
  }
#top-post input:-moz-placeholder {
    color: #333;
  }
#top-post input:-ms-input-placeholder {
    color: #333;
  }

@media screen and (max-width: 1100px) {
    .footer {
        margin-top: 70px;
    }
    .copyright_box {
        justify-content: center;
    }
    .copyright_box > span {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    #top-post{
        width: 100%;
        margin-top: 30px;
    }
    #top-post .container{
        width: 90%;
    }
    #top-post p{
        text-align: center;
        margin-bottom: 10px;
        font-size: 20px;
    }
    #top-post input{
        margin-bottom: 10px;
        line-height: 40px;
        font-size: 14px;
    }
    #top-post input.submit{
        margin-top: 10px;
    }
    #top-post i{
        line-height: 40px;
    }

}
@media screen and (max-width: 768px) {
    
    .copyright_box > p {
        text-align: center;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets {
        margin-top: 0px;
    }
}