@charset "UTF-8";

.main-md {
    width: 1200px;
    margin: auto;
}

.fw_1000 {
    width: 1000px;
    margin: auto;
}

.hett .lob {
    display: none;
}

.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 10px #ccc;

}

.fixed .head_nav ul li a {
    color: #333;
}

.fixed .head_nav ul li.active a,
.fixed .head_nav ul li:hover a {
    color: #3763A3;
}

.fixeds {
    margin-top: 80px;
}

/* 头部 */
.head-top {
    width: 1200px;
    margin: auto;
    display: flex;
    height: 36px;
    justify-content: space-between;
    align-items: center;
}

.head_tops {
    background: #f9f9f9;
}

.head_top_rt_a {
    padding: 0 20px;
}

.head_top_lf,
.head_top_rt {
    display: flex;
    align-items: center;
}

.lang {
    padding: 0 5px;
    background: #2f5dba;
    height: 26px;
    display: flex;
    align-items: center;
    position: relative;
}

.lang i {
    margin-right: 5px;
}

.lang em {
    font-size: 12px;
    margin-left: 5px;
}

.lang:hover .lang_hide {
    display: block;
}

.lang_hide {
    display: none;
    position: absolute;
    width: 100%;
    top: 26px;
    background: #2f5dba;
    left: 0;
    text-align: center;
    z-index: 9;
}

.lang_hide a {
    line-height: 25px;
}

.head_top_lf span {
    display: flex;
    margin-left: 15px;
    align-items: center;
}

.head_top_lf span img {
    margin-right: 5px;
}

.head_top_rt a.head_top_rt_a {
    display: flex;
    align-items: center;
}

.lang>a {
    display: flex;
    align-items: center;
}

.head_top_rt a img {
    margin-right: 5px;
}

.head_logo {
    text-align: center;
    position: relative;
}

.head_ic {
    position: absolute;
    right: 0;
    top: 30px;
    display: flex;
    padding-right: 15px;
}

.ic_tel {
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background: #4B6EA3;
    color: #fff;
}

.ic_item {
    padding: 0 12px;
    position: relative;
}

.ic_hide {
    position: absolute;
    top: 30px;
    left: -40px;
    display: none;
    z-index: 999;
}

.ic_hide img {
    width: 100px;
}

.ic_item:hover .ic_hide {
    display: block;
}

.head_nav {
    text-align: center;
}

.head_nav ul {
    display: flex;
    justify-content: center;
}

.head_nav ul li {
    margin-left: 70px;
}

.head_nav ul li.active a,
.head_nav ul li:hover a {
    color: #3763A3;
}

.head_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.head_product {
    display: flex;
    flex-wrap: wrap;
    padding-top: 45px;
}

.head_product li {
    width: 160px;
    margin-right: 100px;
    margin-bottom: 45px;
}

.head_product li h4 {
    padding-bottom: 15px;

}

.head_product li:nth-child(5n) {
    margin-right: 0;
}

.head_product li h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

.head_product li h4 p {
    display: flex;
    align-items: center;
}

.head_product li p {
    line-height: 40px;
}

.head_product li p a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.head_product li p a:hover {
    color: #344A9A;
}

.head_product li p img {
    margin-right: 10px;
}

.head_product li h6 {
    line-height: 40px;
    display: flex;
    align-items: center;
}

.head_product li h6 i {
    margin-left: 15px;
    font-size: 12px;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.head_product li h6:hover i {
    left: 10px;
}

.xiala {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #F9F9F9;
}

.xiala1 {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.foot {
    background: #212325;
}

.foot_inner {
    display: flex;
    justify-content: space-between;
}

.foot_list {
    width: 800px;
}

.foot_rt {
    width: 310px;
}

.foot_item {
    width: 200px;
}

.foot_items {
    width: 400px;
}

.foot_top {
    padding: 35px 0 50px;
}

.foot_it {
    display: flex;
}

.foot_it ul {
    width: 50%;
}

.foot_logo {
    padding-bottom: 40px;
}

.foot_list {
    display: flex;
}

.foot_item h4 {
    margin-bottom: 30px;
}

.foot_item ul li {
    margin-bottom: 20px;
}

.foot_item ul li:hover a {
    color: #666;
}

.foot_img {
    display: flex;
}

.foot_img .foot_img_item {
    width: 100px;
    margin-right: 35px;
    text-align: center;
}

.foot_img .foot_img_item img {
    width: 100%;
}

.foot_img_item p {
    margin-top: 20px;
}

.foot_img_line {
    margin-top: 20px;
    width: 1px;
    height: 105px;
    border-left: 1px solid #eee;
    margin-left: 15px;
    margin-right: 40px;
}

.foot_rt h4 {
    margin-bottom: 20px;
    color: #4F8CE4;
}

.foot_rt h4 em {
    font-size: 20px;
}

.foot_rt h5 {
    margin-bottom: 15px;
}

.foot_rt p {
    margin-bottom: 20px;
}

.foot_rt a {
    margin-right: 40px;
    position: relative;
    color: #4F8CE4;
}

.foot_rt i {}

.foot_rt a:hover {
    color: #999;
}

.foot_hide {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0px;
    bottom: 25px;
    display: none;
}

.foot_hide img {
    width: 100%;
}

.foot_rt a:hover .foot_hide {
    display: block;
}

.foot_bottom {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
}

.foot_bottom p {
    display: flex;
    align-items: center;
}

.foot_bottom p i {
    margin: 0 5px;
}

/*弹出框*/
.tailoring-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.3);
}

.tailoring-container .black-cloth {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: .9;
    z-index: 1001;
}

.tailoring-container .tailoring-content {
    position: absolute;
    width: 1000px;
    height: 720px;
    background: #fff;
    z-index: 1002;
    left: 0;
    top: 0;
    box-shadow: 0 0 10px #ccc;
    padding-bottom: 30px;
}

.tailoring-content-one {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #DDD;
    background-color: #2885E2;
    text-align: center;
    position: relative;
}

.tailoring-content-one h1 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.shoudeng .tailoring-content-one {
    line-height: 70px;
    height: 70px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.phone_show {
    display: none ;
}

.seaFade {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-opacity: 0;
    opacity: 0;
}

.seaFadeIn {
    -webkit-opacity: 1;
    opacity: 1;
}

.tailoring-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.3);
}

.tailoring-container .tailoring-contents {
    position: absolute;
    padding: 0 20px;
    width: 540px;
    height: 520px;
    background: #fff;
    z-index: 1002;
    left: 0;
    top: 0;
    box-shadow: 0 0 10px #ccc;
    padding-bottom: 30px;
}

.lx_top {
    display: flex;
    padding: 25px 30px 10px;
    align-items: center;
    justify-content: space-between;
}

.lx_top_close i {
    color: #AAAAAA;
    font-size: 20px;
}
.lx_tit {
    display: flex;
    align-items: center;
}
.lx_tit h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 15px; */
}

.lx_tit h4 i {
    font-size: 30px;
    margin-right: 10px;
    color: #666666;
}

.lx_tit h6 {
    height: 10px;
    background: url('../images/index/lx.png') no-repeat center;
    margin-bottom: 18px;
    display: none;
}

.lx_tit {
    padding: 15px 30px 25px 30px;
}
.lx_tit  h4{
    margin-right: 15px;
    font-weight: bold;
}
/* .lx_cont {
    display: flex;
} */

.lx_lf {
    padding: 0 40px;
    border-right: none;
}

.lx_lf h4.bld {
    margin-bottom: 20px;
}

.lx_cont_text {
    display: flex;
    justify-content: space-between;

}

.lx_cont_text span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: url("../images/index/ff.png") no-repeat;
    margin-top: 8px;
}

.lx_cont_text_p {
    width: 96%;
}

.lx_rt {
    width: 310px;
    display: none;
}

.lx_cont_text_p p {
    line-height: 25px;
    margin-bottom: 10px;
}

.sedd {
    margin-top: 40px;
}

.lx_cont_line {
    padding-bottom: 40px;
}

.lx_cont_text_p a {
    display: block;
    line-height: 40px;
    text-align: center;
    width: 160px;
    height: 40px;
    background: #2766c2;
    border-radius: 2px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
    display: none;
}

.lx_cct {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.lx_cct img {
    margin-bottom: 30px;
}

.lx_cct h4 {
    margin-bottom: 15px;
}

.casd {
    padding: 30px 0;
}

.casd ul {
    display: flex;
    flex-wrap: wrap;
}

.casd ul li {
    width: 16.66%;
    padding: 20px 0;
}

.casd ul li:hover a {
    color: #3763A3;
}

@media screen and (max-width:1200px) {
    body {
        width: 1200px;
    }
}

@media screen and (max-width:768px) {
    body {
        width: 100%;
        position: relative;
        right: 0;
        transition: all linear .5s;
    }

    .head-phone {
        display: block;
        overflow: hidden;
        height: 50px;
        background: #fff;
    }

    .head-logo {
        margin-left: 10px;
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 8px
    }

    .head-logo a {
        display: block;
        overflow: hidden;
    }


    .head-phone .head-logo img {
        width: 98px;
    }

    .head-phone:after {
        content: '';
        display: table;
        clear: both;
    }

    .top_cen {
        display: block;
        margin-right: 6px;
        margin-top: 9px;
    }

    .top_cen a {
        font-size: 42px;
        font-weight: 500;
        color: #255EB1;
        line-height: 28px;
        height: 38px;
        width: 30px;
        display: block;
        text-align: center;
    }

    .top_cen a.active {
        display: none;
    }

    .head:hover .top_cen span {
        background-color: #333;
    }

    .head:hover .top_cen a {
        color: #333;
    }

    .top_cen span {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #255EB1;
        margin: 6px 0;
    }

    .navlist_mo {
        display: block;
        position: fixed;
        top: 0;
        right: -50%;
        bottom: 0;
        width: 50%;
        background-color: #212020;
        transition: all linear .5s;
        overflow: auto;
    }

    .navlist_mo>li {
        background-color: #212020;
    }

    .navlist_mo>li>a {
        color: #ffffff;
        display: block;
        font-size: 16px;
        line-height: 22px;
        width: 100%;
        padding: 20px 0;
        padding-left: 20px;
        transition: all .5s;
        position: relative;
    }

    .navlist_mo>li.active>a {
        background-color: #303030;
    }

    .navlist_mo>li a:after {
        top: 1.4rem;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navlist_mo>li a:not([href]):after {
        content: "";
        display: block;
        position: absolute;
        left: 128px;
        top: 24px;
        width: 9px;
        height: 9px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transition: all .3s ease 0s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navlist_mo>li.active a:not([href]):after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 29px;
    }

    .navlist_mo>li .abm_nav {
        display: none;
        height: 0;
        transition: all .5s;
    }

    .navlist_mo>li.active .abm_nav {
        display: block;
        height: auto;
    }

    .navlist_mo>li .abm_nav>li {
        background-color: #080808;
    }

    .navlist_mo>li .abm_nav>li.active>a {
        color: #0763a4;
    }

    .navlist_mo>li .abm_nav>li>a {
        color: #ffffff;
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding: 12px 0;
        padding-left: 20px;
        transition: all .5s linear;
        -moz-transition: all .5s linear;
        -webkit-transition: all .5s linear;
    }

    .navlist_mo>li .abm_nav>li h3 {
        color: #ffffff;
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding: 12px 0;
        padding-left: 20px;
        position: relative;
    }

    .navlist_mo>li .abm_nav>li h3:after {
        content: '';
        background: url(../images/index/jia.png) no-repeat;
        font-size: 16px;
        font-weight: 600;
        display: block;
        position: absolute;
        right: 0.8rem;
        top: 12px;
        height: 20px;
        width: 20px;
    }

    .navlist_mo>li .abm_nav>li.active h3 {
        color: #344A9A;
    }

    .navlist_mo>li .abm_nav>li.active h3:after {
        background: url(../images/index/jian.png) no-repeat;
    }

    .navlist_mo>li .abm_nav ul {
        display: none;
    }

    .navlist_mo>li .abm_nav>li.active ul {
        display: block;
    }

    .navlist_mo>li .abm_nav ul li {
        padding: 5px 0;
        border-bottom: 1px dashed #403b45;
        padding-left: 20px;
    }

    .navlist_mo>li .abm_nav ul li a {
        font-size: 12px;
        color: #969696;
    }

    .main-md {
        width: 100%;
        padding: 0 10px;
    }

    .fw_1000 {
        width: 100%;
    }

    .phone_show {
        display: block;
    }

    .phone_hide {
        display: none !important;
    }

    .head-top {
        padding: 0 10px;
    }

    .head_ic {
        display: none;
    }

    .head_nav ul li {
        padding: 15px 5px;
    }

    .head_logo {
        padding: 20px 0 5px 0;
    }

    .foot_inner {
        flex-wrap: wrap;
    }

    .foot_list {
        display: none;
    }

    .foot_item {
        width: 33%;
    }

    .foot_img_line {
        display: none;
    }

    .foot_img {
        display: flex;
        width: 100%;
        justify-content: space-around;
    }

    .foot_rt {
        width: 100%;
        text-align: center;
    }

    .foot_rt a {
        margin: 0 15px;
    }

    .foot_img .foot_img_item {
        margin-right: 0;
    }

    .foot_top {
        padding: 20px 0 20px;
    }

    .foot_item h4 {
        margin-bottom: 18px;
    }

    .foot_bottom {
        flex-wrap: wrap;
    }

    .foot_bottom p {
        flex-wrap: wrap;
        line-height: 20px;
    }

    .foot_logo {
        padding-bottom: 20px;
    }

    .xiala {
        top: 139px;
    }

    .head_product li {
        width: 100px;
        padding: 20px 0 25px 0;
        margin: 0 2px;
    }

    .head_product li img {
        width: 35px;
    }

    .foot_phone {
        padding: 20px 10px;
        box-shadow: 0 -1px 5px #ccc;
    }

    .foot_phone h4 {
        margin: 15px 0;
    }

    .lx_lf h4.bld {
        margin-bottom: 20px;
        margin-top: 10px;
    }
}