@charset "utf-8";
/* @import url('//at.alicdn.com/t/c/font_2266215_waxr5hm2xod.css'); */
@font-face {
    font-family: shuzien;
    src: url(../font/tt0010m_.eot), url(../font/tt0010m_.otf), url(../font/tt0010m_.ttf), url(../font/tt0010m_.woff), url(../font/tt0010m_.woff2);
}


/* 鼠标箭头 */
.foot_entle{
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.jiantou {
    cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
    font-size: 14px !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999999;
    font-size: 14px !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
    font-size: 14px !important;
}

/* 背景主体颜色 */

body {
    background-color: #fff;
    color: #666;
    font-size: 16px;
}


/* 图片对齐 */

img {
    vertical-align: middle;
}

i {
    display: inline-block;
    vertical-align: middle;
}

p {
    font-size: 16px;
    color: #999;
}


/* h1logo */

h1 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}


/* h2轮播图 */

h2 {
    font-size: 72px;
    color: #fff;
    font-weight: 700;
}


/* h3模块分隔 */

h3 {
    font-size: 48px;
    font-weight: 700;
    color: #002a5a;
}


/* h4盒子 */

h4 {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
}


/* h5段落*/

h5 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}


/* h6自定义 */

h6 {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
}


/* 单一版心媒体查询修改最大最小宽度 */

.w1 {
    width: 80%;
    margin: auto;
}

.w2 {
    width: 60%;
    margin: auto;
}

@media screen and (max-width: 992px) {
    .w1 {
        width: 95% !important;
        margin: auto !important;
    }
    .w2 {
        width: 95% !important;
        margin: auto !important;
    }
}


/* 公共部分样式开始 */

.headbox_zw {
    height: 150px;
}

.headbox {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.headbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.headbox_t {
    background-color: #002a5a;
}

a:hover {
    color: #e89d00;
}

.headbox_tbox {
    height: 40px;
    line-height: 40px;
}

.headbox_tboxl {
    font-size: 14px;
    color: #fff;
}

.headbox_tboxr .headbox_tboxr_dt,
.headbox_tboxr .headbox_tboxr_kf {
    position: relative;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
}

.headbox_bbox_logoa {
    width: 85%;
}
.headbox_bbox_logoa img{
    height: 56px;
    width: auto;
    max-width: 100vw;
}
.headbox_tboxr .headbox_tboxr_dt:hover,
.headbox_tboxr .headbox_tboxr_kf:hover {
    color: #e89d00;
}

.headbox_tboxr .headbox_tboxr_dt::after,
.headbox_tboxr .headbox_tboxr_kf::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, .3);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.headbox_tboxr_links {
    /* padding: 0 6px; */
}
.headbox_tboxr_links .head_wx{
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, .3);
}

.headbox_tboxr_links i {
    font-size: 14px;
    color: #fff;
    padding: 0 12px;
}

.headbox_tboxr_links i:hover {
    color: #e89d00;
}

.headbox_tboxr_links .head_wx {
    position: relative;
}

.headbox_tboxr_linksdw {
    position: absolute;
    width: 80px;
    top: 100%;
    right: 0;
    display: none;
    background-color: #fff;
}

.headbox_tboxr_links .head_wx:hover .headbox_tboxr_linksdw {
    display: block;
}

.headbox_tboxr .headbox_tboxr_ft {
    width: 80px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #e89d00;
}

.headbox_b {
    background-color: #fff;
}

.headbox_bbox {
    height: 110px;
}

.headbox_bbox_logo {
    width: 20%;
}

.headbox_bbox_nav {
    flex: 1;
}

.headbox_navitem {
    flex: 1;
}

.headbox_navitem>a {
    position: relative;
    font-size: 18px;
    color: #222;
    font-weight: bold;
}

.headbox_navitem.on>a {
    color: #e89d00;
}
.headbox_navitem:hover>a {
    color: #e89d00;
}
.headbox_navitem>a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #e89d00;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.headbox_navitem.on>a::before {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.headbox_navitem:hover>a::before {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.headbox_navitem.on1>a::before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}


.headbox_bbox_tel {
    padding-left: 20px;
    /* border-left: 1px solid rgba(0, 0, 0, .1); */
}

.headbox_bbox_telbox i {
    margin-top: -4px;
    font-size: 18px;
    color: #fff;
    background: #e89d00;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.headbox_bbox_telbox span {
    padding-left: 5px;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
}

.headbox_xlboxc img{
    width: 120px;
}
.headbox_wxbox{
    margin: 0 5px;
    text-align: center;
}
.headbox_wxbox img{
    width: 70px;
}
.headbox_wxbox p{
    margin-top: 4px;
    font-size: 12px;
    color: #222;
}
/* 下拉导航 */

.headbox_navitexl {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100vw;
    background-color: #fff;
    display: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
    z-index: 999;
}

.headbox_xlbox {
    padding: 65px 0;
    border-top: 1px solid #e89d00;
}

.headbox_xlboxl {
    width: 18%;
}

.headbox_xlboxlh {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
}

.headbox_xlboxlp {
    font-size: 12px;
    color: #999999;
    letter-spacing: 2px;
}

.headbox_xlboxl .headbox_xlboxla {
    display: block;
    margin-top: 60px;
    width: 115px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-color: #e89d00;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.headbox_xlboxl .headbox_xlboxla:hover {
    transform: scale(.97);
    -webkit-transform: scale(.97);
    -moz-transform: scale(.97);
    -ms-transform: scale(.97);
    -o-transform: scale(.97);
}

.headbox_xlboxla span {
    font-size: 14px;
    color: #fff;
}

.headbox_xlboxla i {
    padding-left: 5px;
    font-size: 16px;
    color: #fff;
}

.headbox_xlboxc {
    display: flex;
    flex: 1;
}

.headbox_xlboxcitem {
    flex: 1;
    padding-right: 10px;
}

.headbox_xlboxcitem>a {
    display: block;
}

.headbox_xlboxcitem .headbox_xlboxcitem_t {
    font-size: 18px;
    /* font-weight: 700; */
    font-weight: normal;
    color: #222;
    margin-bottom: 10px;
}

.headbox_xlboxcitem .headbox_xlboxcitem_t img {
    width: 50px;
    height: 34px;
    margin-bottom: 3px;
    margin-left: 25px;
}

.headbox_xlboxcitem .headbox_xlboxcitem_b {
    padding: 5px 10px 5px 0;
    font-size: 14px;
    color: #666;
    transition: all .4S;
    -webkit-transition: all .4S;
    -moz-transition: all .4S;
    -ms-transition: all .4S;
    -o-transition: all .4S;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}

.headbox_xlboxcitem .headbox_xlboxcitem_b:hover {
    color: #e89d00;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.headbox_xlboxcitem>a:nth-child(2) {
    margin-top: 8px;
}

.headbox_xlboxr {
    width: 18%;
}

.headbox_xlboxr .headbox_xlboxr {
    width: 100%;
    height: 145px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.headbox_xlboxrh {
    font-size: 24px;
    color: #fff;
}

.headbox_xlboxrp {
    font-size: 14px;
    color: #fff;
}


/*  底部*/

.foot {
    padding-top: 90px;
    background-color: #002a5a;
}

.foot_tl {
    flex: 1;
}

.foot_tl .foot_tl_item {
    flex: 1;
}

.foot_item_tle>a {
    flex: 1;
    font-size: 22px;
    color: #fff;
}
.foot_item_tle>a.jc{
    font-weight: 700;
    font-size: 30px;
}
.foot_item_tlebtn {
    width: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    display: none !important;
}
.foot_item_tle.foot_item_tle_gz{
    margin-top: 40px;
}
.foot_item_b {
    margin-top: 20px;
}

.foot_item_b .foot_item_ba {
    padding: 6px 0;
}

.foot_item_ba i {
    font-size: 14px;
    color: #6886a8;
}

.foot_item_ba i {
    margin-top: 2px;
    font-size: 12px;
    color: #6886a8;
}

.foot_item_ba span {
    flex: 1;
    font-size: 16px;
    color: #6886a8;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.foot_item_ba:hover i {
    color: #fff;
}

.foot_item_ba:hover span {
    color: #fff;
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
}

.foot_tr {
    width: 30%;
}



.foot_trl_b {
    margin-top: 20px;
}

.foot_trl_b_dz{
    display: flex;
}
.foot_trl_b_dr{
    margin-left: 160px;
}
.foot_trl_bal i {
    font-size: 18px;
    line-height: 1;
    color: #e89d00;
}

.foot_trl_bar {
    display: flex;
    margin-left: 5px;
}

.foot_trl_barh {
    font-size: 16px;
    color: #fff;
}

.foot_trl_barh_ts a{
    display: block;
    color: #6886a8;
    padding-left: 5px;
    font-size: 16px;
}
.foot_trl_barh_ts a:hover{
    color: #fff;
}
.foot_trl_barp {
    font-size: 16px;
    padding-left: 8px;
    color: #6886a8;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.foot_trl_b .foot_trl_ba:hover .foot_trl_barp {
    color: #fff;
}

.foot_trl_b .foot_trl_ba {
    margin-bottom: 12px;
}

.foot_trr_wx {
    margin-top: 70px;
}

.foot_b {
    margin-top: 50px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.foot_bl,
.foot_br .foot_br_ba,
.foot_br_qt span,
.foot_br_qt a {
    font-size: 16px;
    color: #6886a8;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.foot_br_qt {
    margin-left: 20px;
}

.foot_bl:hover,
.foot_br_ba:hover,
.foot_br_qt a:hover {
    color: #fff;
}

.foot_trl_sys{
    display: flex;
}
.foot_trl_sys{
    margin-top: 20px;
}
.foot_trl_sysitem{
    margin-right: 20px;
}
.foot_trl_sysitem:last-child{
    margin-right: 0;
}
.foot_trl_sysitem img{
    width: 120px;
}
.foot_trl_sysitem p{
    margin-top: 10px;
   text-align: center;
   font-size: 16px;
   color: #6886a8;
   transition: all .4s;
}
.foot_trl_sysitem:hover p{
    color: #fff;
}
/* 移动端补充 */

.headbox_bbox_yd {
    display: none;
}

.headbox_bbox_yd i {
    font-size: 30px;
    color: #e89d00;
}

.headbox_bbox_yd>div {
    width: 50px;
    cursor: pointer;
}


/* 移动侧边栏 */

.a_txt {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000
}

.a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #002a5a;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1
}

.a_txt .div2 {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 2%;
    z-index: 100;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0
}

.a_txt .div3 {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #fff;
    height: 100%;
    z-index: 100;
    right: -80%
}

.a_txt .div3 ul {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 40px;
    height: 100vh;
    overflow-y: scroll;
}

.a_txt .div3 ul li {
    border-bottom: 1px solid #e1e1e1;
}

.mblink_item {
    display: flex;
}

.mblink_itema {
    height: 60px;
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 16px;
    color: #222;
}

.mblink_itematxt {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.mblink_itemi {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #222;
    font-weight: normal;
}

.a_txt2 {
    display: none;
    padding-bottom: 30px;
}

.a_txt2 a {
    padding: 0 20px;
    font-size: 14px;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.a_closed img {
    margin-right: 20px;
    display: inline-block;
}


/* 内页背景 */

.nybj {
    height: 400px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}


/* 内页背景面包屑 */
.nybjmb_xz{
    height: auto;
}
.nybjmb_xz img{
    width: 100%;
}
.nttlbj_xz>div{
    overflow: hidden;
}
.nybjmb {
    height: 260px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nybjmbbox_tle {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.nybjmbbox_b .nybjmbbox_bsy i {
    margin-top: -2px;
    color: #e89d00;
}

.nybjmbbox_b a {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nybjmbbox_b a:hover {
    color: #fff;
}

.nybjmbbox_b i {
    margin: 2px 5px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
}


/* 内页通栏背景 */

.nttlbj {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nttlbjtxt {
    height: 400px;
}

.nttlbjtxt_h {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.nttlbjtxt_h02 {
    font-size: 48px;
    font-weight: 700;
    color: #333;
}

.nttlbjtxt_p {
    margin-top: 5px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.nttlbjtxt_p02 {
    margin-top: 5px;
    font-size: 24px;
    color: #333;
}

.nttlbjtxt_p03 {
    margin-top: 5px;
    font-size: 24px;
    color: #fff;
}

.nttlbjtxt_x {
    margin-top: 25px;
    width: 12px;
    height: 5px;
    background-color: #e89d00;
}


/* 定制方案 */

.xqnr_r .dzfa,
.hznrbox_r .dzfa,
.kjfwnrbox_lbox_fa .dzfa {
    display: block;
    width: 100%;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dzfabox_i i {
    font-size: 45px;
    /*    font-weight: 700;*/
    color: #e89d00;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.dzfabox_txt {
    padding-left: 10px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xqnr_r .dzfa:hover .dzfabox_i i,
.hznrbox_r .dzfa:hover .dzfabox_i i,
.kjfwnrbox_lbox_fa .dzfa:hover .dzfabox_i i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.xqnr_r .dzfa:hover .dzfabox_txt,
.hznrbox_r .dzfa:hover .dzfabox_txt,
.kjfwnrbox_lbox_fa .dzfa:hover .dzfabox_txt {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
}

.dzfabox_txth {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.dzfabox_txtp {
    margin-top: -2px;
    font-size: 12px;
    color: #fff;
}


/*服务优势  */

.fwys {
    margin-top: 75px;
}

.fwys>div {
    width: 50%;
}
.zypz .fwys_l{
    order: 2;
}
.fwys_l {
    position: relative;
    padding: 40px;
    overflow: hidden;
}
.zypz .fwys_l{
    padding: 0;
}
.fwys_lbk {
    position: relative;
    /* border: 1px solid rgba(255, 255, 255, .3); */
    z-index: 2;
}
.zypz .fwys_lbk{
    position: absolute;
    width: 92%;
    height: 92%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.fwys_lbox {
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.zypz .fwys_lbox{
    position: static;
}
.fwys_lbox img{
    width: 100%;
}


.fwys_rt {
    height: 190px;
    padding-left: 7%;
    background-color: #e9f0f5;
}

.fwys_rtt_l {
    font-size: 38px;
    font-weight: 700;
    color: #373737;
}

.fwys_rtt_r {
    margin-bottom: 6px;
    margin-left: 8px;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}

.fwys_rtb {
    margin-top: 8px;
    font-size: 16px;
    color: #666666;
}

.fwys_rb {
    /* padding-left: 7%; */
    position: relative;
}
.zypz .fwys_rb{
    margin-top: 50px;
    background-color: #e9f0f5;
}
.fwys_rb::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-color: #f5f5f5;
    z-index: -1;
}

.fwys_rbbox_item:nth-child(odd) {
    height: 120px;
    border-right: 1px solid #e4e4e4;
}

.fwys_rbbox_item:nth-child(1),
.fwys_rbbox_item:nth-child(2),
.fwys_rbbox_item:nth-child(5),
.fwys_rbbox_item:nth-child(6) {
    background-color: #f5f5f5;
}

.fwys_rbbox_item{
    padding:0 4% ;
}

.fwys_itembox_i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 55px;
    height: 55px;
    background-color: #e89d00;
    border-radius: 100%;
    
}

.fwys_itembox_i i {
    font-size: 30px;
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.fwys_rbbox_item:nth-child(3) .fwys_itembox_i i,
.fwys_rbbox_item:nth-child(4) .fwys_itembox_i i {
    /* font-size: 30px; */
    /* width: 56px;
    height: 56px; */
    /* background: #e89d00; */
    /* color: #fff; */
    /* text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 56px; */
}

.fwys_rbbox_item:nth-child(1) .fwys_itembox_i i,
.fwys_rbbox_item:nth-child(2) .fwys_itembox_i i {
    /* width: 56px;
    height: 56px; */
    /* background: #fff; */
    /* color: #fff; */
    /* text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 56px; */
}

.fwys_itembox_txt {
    flex: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    margin-left: 20px;
}

.fwys_itembox_txth {
    font-size: 24px;
    color: #333333;
}

.fwys_itembox_txtp {
    font-size: 16px;
    color: #5e5e5e;
}

.fwys_rbbox_item:hover .fwys_itembox_i i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.fwys_rbbox_item:hover .fwys_itembox_txt {
    /*
  transform: translateX(3px);

  -webkit-transform: translateX(3px);

  -moz-transform: translateX(3px);

  -ms-transform: translateX(3px);

  -o-transform: translateX(3px);
*/
}


/* 面包屑导航 */

.mbxnavbox {
    padding: 20px 0;
}

.mbxnavboxsy i {
    font-size: 16px;
    color: #999999;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.mbxnavbox i {
    margin: 0 3px;
    font-size: 12px;
    color: #999999;
}

.mbxnavboxsy:hover i {
    color: #e89d00;
}

.mbxnavbox a {
    font-size: 14px;
    color: #999999;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.mbxnavbox a:hover {
    color: #e89d00;
}


/*  分页*/

.fenyebox {
    margin-top: 40px;
}

.fenyebox .fenyebox_sm {
    margin: 0 5px;
    width: 70px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    background-color: #fff;
}

.fenyebox a:last-child,
.fenyebox a:first-child {
    width: 70px;
}

.fenyebox .fenyebox_item {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    background-color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fenyebox .fenyebox_item:hover {
    background-color: #002a5a;
    color: #fff;
}

.fenyebox .fenyebox_item.on {
    background-color: #002a5a;
    color: #fff;
}


/* 上下篇 */

.sxpbox {
    margin-top: 22px;
}

.sxpbox>div {
    width: 49%;
    height: 85px;
    line-height: 85px;
    background-color: #fff;
}

.sxpbox a {
    display: block;
    padding: 0 35px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #222222;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.sxpbox a:hover {
    background-color: #002a5a;
    color: #fff;
}
@media screen and (max-width: 2000px) {
    .foot_trl_b_dr{
        margin-left: 55px;
    }
}
@media screen and (max-width: 1800px) {
    /* 服务优势 */
    /* .fwys_rt,
    .fwys_rb {
        padding-left: 5%;
    }
    .fwys_rbbox_item:nth-child(2),
    .fwys_rbbox_item:nth-child(4) {
        padding-left: 3%;
    } */
    .foot_trl_b_dr{
        margin-left: 40px;
    }
    .foot_trl_barh,
    .foot_trl_barp,
    .foot_trl_sysitem p,
    .foot_trl_barh_ts a,
    .foot_bl, .foot_br .foot_br_ba, .foot_br_qt span, .foot_br_qt a{
        font-size: 15px;
    }
    .foot_trl_bal i{
        margin-top: -2px;
    }
}

@media screen and (max-width: 1680px) {
    .fwys_itembox_txtp {
        font-size: 14px;
    }
}

@media screen and (max-width: 1600px) {
    .foot_trl_sysitem p{
        margin-bottom: 10px;
    }
    .foot_trl_sysitem p{
        font-size: 12px;
    }
    /* 头部 */
    .headbox_bbox_tel {
        padding-left: 20px;
    }
    .headbox_navitem>a {
        font-size: 16px;
    }
    .headbox_bbox_telbox span {
        font-size: 18px;
    }
    /* 底部 */
    .foot_item_tle>a {
        font-size: 18px;
    }
    .foot_entle,
    .foot_item_tle>a.jc{
        font-size: 26px;
    }

    .foot_item_ba span {
        font-size: 14px;
    }
    .foot_trr_wx img {
        width: 130px;
    }
    .foot_tl .foot_tl_item:last-child {
        display: none;
    }
    .foot_tr {
        width: 40%;
    }
    /* 服务优势 */
    .fwys_rtt_l {
        font-size: 32px;
    }
    .fwys_rtb {
        font-size: 14px;
    }
    .fwys_itembox_txth {
        font-size: 20px;
    }
    .fwys_itembox_txtp {
        font-size: 13px;
    }
    .foot_trl_barh,
    .foot_trl_barp,
    .foot_trl_barh_ts a,
    .foot_bl,
    .foot_br .foot_br_ba,
    .foot_br_qt span, .foot_br_qt a{
        font-size: 12px;
    }
    .foot_trl_bal i{
        font-size: 16px;
        margin-top: -4px;
    }
    .foot_trl_sysitem img{
        width: 100px;
    }
}

@media screen and (max-width: 1400px) {
    .headbox_t .w1,
    .headbox_b .w1,
    .foot .w1 {
        width: 95%;
    }
    /* 内页通栏背景 */
    .nttlbjtxt_h {
        font-size: 36px;
    }
    .nttlbjtxt_h02 {
        font-size: 36px;
    }
    /* 服务优势 */
    .fwys_rtt_l {
        font-size: 28px;
    }
    .fwys_itembox_txth {
        font-size: 18px;
    }
    .fwys_itembox_txtp {
        font-size: 12px;
    }
    .fwys_rt,
    .fwys_rbbox_item:nth-child(odd),
    .fwys_rbbox_item:nth-child(even),
    .fwys_rb::after {
        height: 100px;
    }
    /* 内页背景面包屑 */
    .nybjmbbox_tle {
        font-size: 36px;
    }
    .foot_entle,
    .foot_item_tle>a.jc{
        font-size: 24px;
    }
    .nttlbjtxt_p{
        font-size: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .foot_trl_b{
        display: block;
    }
    .foot_trl_b_dr{
        margin-left: 0;
    }
    /* 头部 */
    .headbox_bbox {
        height: 90px;
    }
    .headbox_zw {
        height: 130px;
    }
    /* 底部 */
    .foot {
        margin-top: 60px;
        padding-top: 50px;
    }
    .foot_b {
        margin-top: 35px;
        padding: 15px 0;
    }
    /* 服务优势 */
    .fwys {
        margin-top: 60px;
    }
    .fwys_rtt_l {
        font-size: 22px;
    }
    .fwys_rtt_r {
        margin-bottom: 3px;
        font-size: 12px;
    }
    .fwys_itembox_txth {
        font-size: 16px;
    }
    .fwys_itembox_i i {
        font-size: 26px;
    }
    /* 分页 */
    .fenyebox {
        margin-top: 20px;
    }
    .foot_trl_sysitem p{
        font-size: 12px;
        display: none;
    }
    .foot_trl_sysitem img {
        width: 65px;
    }
}

@media screen and (max-width: 992px) {
    .foot_trl_b_lxbox{
        display: flex;
        justify-content: space-between;
    }
    .foot_item_tle.on{
        margin-top: 0;
    }
    .headbox_wx {
        display: none;
    }
    .headbox_bbox_yd {
        display: flex;
    }
    .headbox_bbox {
        justify-content: space-between;
    }
    /* 头部*/
    .headbox_bbox_logo {
        width: auto;
    }
    .headbox_t {
        display: none;
    }
    .headbox_bbox {
        height: 80px;
    }
    .headbox_zw {
        height: 80px;
    }
    /* 尾部 */
    .foot_t>div {
        width: 100%;
    }
    .foot_trl {
        width: 100%;
        padding-right: 0;
    }
    .foot {
        padding-top: 40px;
    }
    .foot_trl_b .foot_trl_ba {
        margin-bottom: 5px;
    }
    .foot_tl {
        margin-top: 40px;
        flex: none;
        flex-wrap: wrap;
    }
    .foot_tl .foot_tl_item:last-child {
        display: block;
    }
    .foot_tl .foot_tl_item {
        flex: none;
        width: 100%;
    }
    .foot_item_tle {
        height: 50px;
        line-height: 49px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }
    .foot_item_tle.on {
        border-top: 0;
    }
    .foot_item_tlebtn {
        display: flex !important;
    }
    .foot_item_b {
        display: none;
        margin-top: 0;
        padding-bottom: 30px;
    }
    .foot_item_b .foot_item_ba {
        height: 40px;
        line-height: 40px;
        border-top: 1px dashed rgba(255, 255, 255, .1);
    }
    .foot_b {
        flex-wrap: wrap;
    }
    .foot_b>div {
        width: 100%;
        text-align: center;
    }
    .foot_br {
        justify-content: center;
    }
    /* 内页背景 */
    .nybj {
        height: 300px;
    }
    /* 服务优势 */
    .fwys {
        flex-wrap: wrap;
    }
    .fwys>div {
        width: 100%;
    }
    .fwys_l {
        height: 200px;
    }
    .zypz .fwys_l{
        height: auto;
    }
    .fwys_rt {
        padding: 0 2.5% !important;
    }
    .fwys_rb {
        /* padding-left: 2.5% !important; */
    }
    .fwys_rt,
    .fwys_rbbox_item:nth-child(odd),
    .fwys_rbbox_item:nth-child(even),
    .fwys_rb::after {
        height: 80px;
    }
    /* 内页通栏背景 */
    .nttlbjtxt {
        height: 300px;
    }
    /* 内页背景面包屑   */
    .nybjmb {
        height: 220px;
    }
    /* 面包屑导航 */
    .mbxnavbox {
        padding: 8px 0;
    }
    .foot_trl:last-child {
        display: none;
    }
    .foot_entle,
    .foot_item_tle>a.jc{
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .nybjmb_xz>div{
        height: 200px;
    }
    .nybjmb_xz>div img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .foot .w1 {
        width: 90%!important;
    }
    /* 头部 */
    .headbox_bbox {
        height: 72px;
    }
    .headbox_zw {
        height: 72px;
    }
    /* 底部 */
    .foot_item_tle>a {
        font-size: 14px;
    }
    .foot_trl_barh,
    .foot_trl_barp {
        font-size: 12px;
        line-height: 14px;
    }
    .foot_trl_barp {
        display: inline-block;
    }
    .foot_trl_bal i {
        font-size: 16px;
    }
    .foot_trl_bar {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .foot_trl_b {
        margin-top: 0;
    }
    .foot_tl {
        margin-top: 30px;
    }
    .foot_bl,
    .foot_br .foot_br_ba,
    .foot_br_qt span,
    .foot_br_qt a {
        font-size: 12px;
    }
    .foot_br {
        flex-wrap: wrap;
    }
    .foot_br a {
        width: 100%;
    }
    .foot_br div {
        width: 100%;
    }
    .foot_br_qt {
        padding-left: 0;
    }
    /* 内页背景 */
    .nybj {
        display: none;
    }
    /* 服务优势 */
    .fwys {
        margin-top: 40px;
    }
    .fwys_rtt_l {
        font-size: 20px;
    }
    .fwys_rtb {
        font-size: 12px;
        line-height: 20px;
    }
    .fwys_rt,
    .fwys_rbbox_item:nth-child(odd),
    .fwys_rbbox_item:nth-child(even),
    .fwys_rb::after {
        height: 110px;
    }
    /* 内页通栏背景 */
    .nttlbj {
        height: 200px;
    }
    .nttlbjtxt {
        height: 200px;
    }
    .nttlbjtxt_h {
        font-size: 26px;
    }
    .nttlbjtxt_p {
        font-size: 14px;
    }
    /* 分页 */
    .fenyebox {
        margin-top: 10px;
    }
    /* 内页背景面包屑  */
    .nybjmb {
        height: 140px;
    }
    .nybjmbbox_tle {
        font-size: 26px;
    }
    /*	联系我们*/
    .nttlbjtxt_p02 {
        font-size: 14px;
    }
    .nttlbjtxt_h02 {
        font-size: 26px;
    }
    .foot {
        margin-top: 50px;
    }
    .foot .d-flex.justify-content-between{
        flex-wrap: wrap;
    }
 
    .foot_trl_barp{
        padding: 0;
        margin-bottom: 6px;
    }
    .fwys_itembox_i{
        width: 40px;
        height: 40px;
    }
    .fwys_itembox_i i{
        font-size: 22px;
    }
}

.head_ybtel i {
    font-size: 34px;
}

.head_fant>div {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background-color: #002a5a;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    line-height: 34px;
}

@media screen and (max-width: 1300px) {
    .headbox_xlboxl {
        display: none;
    }
    .headbox_xlbox {
        padding: 50px;
    }
    .headbox_bbox_telbox span {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .headbox_xlboxr {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .headbox_bbox_tel {
        display: none;
    }
    .cndns-right {
        display: none!important;
    }
}

@media screen and (min-width: 992px) {
    .headbox_bbox .d-xl-flex {
        display: flex;
    }
}

.headbox_navitexldand {
    left: inherit;
    width: auto!important;
    /*	transform: translateX(-50%);*/
}

.headbox_navitexldand .headbox_xlbox {
    padding: 20px 20px;
}

.headbox_navitexldand a {
    white-space: nowrap;
    padding: 0px 20px;
    transition: all 0.3s;
}

.headbox_navitexldand .headbox_xlbox a:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.headbox_navitexldand .headbox_xlbox a:hover p {
    color: #e89d00 !important;
}

.headbox_navitexldand .w1 {
    width: 100%!important;
}

.headbox_navitexldand .headbox_xlboxc {
    flex-direction: column !important;
}

.headbox_navitexldand .headbox_xlboxcitem_t {
    margin-bottom: 0px;
    padding: 5px 20px;
}

.headbox_navitexldand .headbox_xlboxcitem_t p {
    font-size: 14px;
    color: #666;
}


/* 新增头部 */

.xztb {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.xztb>img {
    margin: 0!important;
    border: 1px solid #f5f5f5;
}

.xztb>div {
    margin-left: 8px;
}
.wheadbox .xztb>div{
    margin-left: 0;
}
.wheadbox .headbox_xlboxc{
 justify-content: center;
}
.wheadbox .headbox_xlboxcitem{
    margin-right: 60px;
}
.wheadbox .headbox_xlboxcitem{
    flex: none;
}
.wheadbox .headbox_xlboxcitem:last-child{
    margin-right: 0;
}
.ymlb_taimgb{
    display: none;
}
.ymlb_ta.on .ymlb_taimgb{
    display: block;
}
.ymlb_ta.on .ymlb_taimgh{
    display: none;
}
/* 修改 */
.xqnr_xf{
    background-color: #f5f5f5;
}
.xqnr_rs .xqnr_xf{
    background-color: #fff;
}

.xqnr_pgtle{
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #002a5a;
    font-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.xqnr_pg .xqnr_pga{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 35px;
    margin-top: 15px;
    height: 40px;
    background-color: #e89d00;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.xqnr_bd{
    padding: 0 30px;
    margin-top: 20px;
}
.xqnr_yy{
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #333;
}
.xqnr_form{
    margin-top: 10px
}

.xqnr_wx{
    padding: 10px 0 20px;
    text-align: center;
}
.xqnr_wx img{
    width: 80px;
}
.xqnr_wx>div{
    display: flex;
    justify-content: center;
}
.xqnr_wx p{
    margin-top:10px;
    font-size: 12px;
}
.zxsq_ctbd_titem {
    height: 35px;
    line-height: 48px;
    border: 1px solid #eee;
    background-color: #fff;
}

.zxsq_ctbd_titem>input {
    flex: 1;
    padding-left: 15px;
    color: #333;
    font-size: 14px;
    border: 0;
}

.zxsq_ctbd_titem>div {
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zxsq_ctbd_titem>div i {
    font-size: 20px;
    color: #e0e0e0;
}

.zxsq_ctbd_titem{
    margin-bottom: 10px;
}
.zxsq_ctbd_bl {
    height: 35px;
    border: 1px solid #eee;
    background-color: #fff;
}
.zxsq_ctbd_blyz {
    flex: 1;
}
.zxsq_ctbd_bltp {
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zxsq_ctbd_bltp img {
    width: 80%;
    object-fit: cover;
    background-color: pink;
}
.zxsq_ctbd_br input {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: none;
    text-align: center;
    line-height: 40px;
    background-color: #002a5a;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.zxsq_ctbd_br{
    margin-top: 10px;
}
.zxsq_ctbd_sm{
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
}

.fudongr{
    position: fixed;
    top: 223px;
    z-index: 5;
    margin: 0 auto; 
    background-color: #fff;
}
.fudongr.xqnr_xf {
    background-color: #f5f5f5;
}
.xqnr_rs .fudongr{
    background-color: #fff;
}
.zxsq_ctbd_blyz input {
    padding-left: 20px;
    width: 100%;
    height: 100%;
    line-height: 48px;
    font-size: 14px;
    color: #666666;
    border: 0;
}
.fudong {
    position: fixed;
    left: 50%;
    top: 151px;
    z-index: 5;
    height: 72px;
    background: #fff;
    width: 60.1%;
    margin: 0 auto;
    transform: translateX(-50%);
}

.xqlm_tle .xqlm_tleitem {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    position: relative;
    margin-right: 40px;
    padding: 0 10px;
    text-align: center;
    font-weight: 16px;
    color: #3f3a34;
    cursor: pointer;
}
.xqlm{
    height: 73px;
}
@media screen and (max-width: 1800px) {
.fudong{
    width: 80.1%;
}
}
@media screen and (max-width: 1600px) {
    .xqnr_pgtle{
        padding: 20px;
        font-size: 20px;
    }
    .xqnr_yy{
        font-size:16px;
    }
    .xqnr_pg .xqnr_pga{
        margin: 0 20px;
        margin-top: 15px;
    }
    .xqnr_bd{
        padding: 0 20px;
        margin-top: 20px;
    }
 
}
@media screen and (max-width: 1400px) {
    .xqnr_pgtle{
        font-size: 18px;
    }

}
@media screen and (max-width: 1200px) {
    .fudongr{
        top:205px ;
    }
    .fudong {
        width: 95.1%;
        top: 131px;
    }

    .xqnr_yy{
        font-size: 16px;
    }
    .zxsq_ctbd_titem>div{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .xqnr_wx img{
        width: 80px;
    }
}

@media screen and (max-width: 992px) {
    .fudongr{
       position: static !important;
    }
    .xqnr_xf{
        width: 100% !important;
    }
    .xqnr_pgtle{
    padding: 15px;
    }
    .xqnr_pg .xqnr_pga{
        height: 40px;
    }
    .zxsq_ctbd_titem{
        height: 40px;
    }
    .zxsq_ctbd_titem>div{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .zxsq_ctbd_blyz input{
        line-height: 40px;
    }
    .zxsq_ctbd_bltp {
        padding: 6px 5px;
    }
    .zxsq_ctbd_br input{
        height: 40px;
        line-height: 40px;
    }
    .fudong{
        width: 100%;
    }
    .fudong {
        top: 81px;
        width: 100%;
    }
    .xqlm_tle .xqlm_tleitem {
        flex: 1;
        margin-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .xqlm_tle {
        flex-wrap: wrap;
    }
    .fudong {
        top: 72px;
        width: 100%;
        height: 50px;
    }
    .xqlm_tle .xqlm_tleitem {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        padding: 0;
        flex: none;
        width: 20%;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
    }
    .xqlm_tle .xqlm_tleitem:nth-child(5n) {
        border-right: 0;
    }
    .xqlm{
        height: 50px;
    }
    .headbox_bbox_logoa img{
        height: 45px;
    }
    .fwys_itembox_txt{
        margin-left: 0;
    }
    .nttlbjtxt_p03{
        font-size: 18px;
    }
}