@charset "UTF-8";
@font-face {
    font-family: mySecondFont;
    src: url('../fonts/ARVO-REGULAR.TTF');
}
.main-md {
    width: 1200px;
    margin: auto;
}
/* 头部 */
.head_rt {
    display: flex;
    align-items: center;
}
.head_rt .head_er {
    text-align: center;
    margin-left: 110px;
}
.head-top {
    height: 40px;
    background: #D7D7D7;
}
.head-top-inner {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-top-lf {
    display: flex;
}
.head-top-lf a {
    color: #CF0D0A;
    margin-left: 10px;
}
.head-top-rt {
    display: flex;
    align-items: center;
}
.head-top-rt a:hover {
    color: #BF1628;
}
.revi-header-cont p {
    margin-top: 10px;
}
.revi-searchbar-content {
    display: flex;
    width: 100%;
    width: 330px;
    height: 38px;
    border: 1px solid #BE0413;
    border-radius: 38px;
    overflow: hidden;
}
.revi-searchbar-content input {
    width: 270px;
    height: 38px;
    border: none;
    padding: 0 20px;
}
.revi-searchbar-content button {
    width: 60px;
    background: #BE0413;
    border: none;
    color: #fff;
    text-align: center;
    height: 38px;
    line-height: 38px;
}
.head-top-rt a {
    margin: 0 5px;
    display: flex;
    align-items: center;
}
.head-top-rt a i {
    margin-right: 10px;
}
.head-top-rt span {
    display: inline-block;
    height: 10px;
    border-left: 1px solid #5F5F5F;
}
.head_inner {
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
}
.head_nav {
    background-color: #BF1628;
    height: 47px;
}
.head_nav ul {
    display: flex;
}
.head_nav ul li {
    width: 11.11%;
    height: 47px;
    line-height: 47px;
    text-align: center;
    position: relative;
}
.head_nav ul li a {
    display: block;
    font-size: 16px;
}
.head_nav ul li.active,
.head_nav ul li:hover {
    background: #680e18;
}
.xl-s {
    width: 100%;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 47px;
    right: 0;
    z-index: 9999;
    display: none;
}
.xl-s p {
    line-height: 25px;
    width: 100%;
    text-align: center;
    padding: 10px 12px;
    border-bottom: 1px solid #ffffff;
}
.head_nav ul li .xl-s p:hover a,
.head_nav ul li .xl-s p.active a {
    color: #fff;
}
.head_nav ul li .xl-s p:hover,
.head_nav ul li .xl-s p.active {
    background: #0D6DCE;
}
.head_nav ul li:hover .xl-s {
    display: block;
}
.head_ge_lf {
    display: flex;
    align-items: center;
    height: 35px;
    color: #D6D6D6;
}
.head_ge_lf a {
    font-size: 16px;
    margin: 0 8px;
}
.foot_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot_top {
    background: #BF1628;
    padding: 50px 0;
}
.foot_lf ul {
    width: 360px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.foot_lf ul li {
    width: auto;
    margin-top: 30px;
    margin-right: 30px;
}
.foot_lf ul li:hover a {
    color: #C3C3C3;
}
.foot_lf p {
    font-size: 14px;
    color: #C3C3C3;
}
.foot_cent_img {
    margin-bottom: 15px;
}
.foot_cent p {
    margin-bottom: 10px;
}
.foot_rt {
    text-align: center;
}
.foot_rt img {
    width: 105px;
}
.foot_rt p {
    color: #fff;
    margin-top: 15px;
}
.foot_bottom {
    background: #B20013;
    text-align: center;
    padding: 20px 0;
}
.foot_bottom p {
    color: #fff;
}
/*弹出框*/
.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;
}
.shoudeng .tailoring-content-one h1 {
    float: left;
    width: 50%;
    border-bottom: 1px solid #D1D1D1;
    line-height: 70px;
    font-size: 18px;
    color: #444444;
    font-weight: normal;
}
.shoudeng .tailoring-contents .tailoring-content-two {
    padding: 50px 60px;
}
.shoudeng .tailoring-content-two .shoudeng_item {
    height: 40px;
    background: #F6F6F6;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.shoudeng_item button {
    border: none;
    background: none;
    color: #0074F1;
    position: absolute;
    top: 11px;
    right: 12px;
}
.shoudeng_item input {
    height: 40px;
    background: #F6F6F6;
    width: 100%;
    padding: 0 10px;
    border: none;
    font-size: 14px;
}
.tailoring-content-one h1.active {
    color: #0074F1;
    font-weight: bold;
    border-bottom: 1px solid #0074F1;
}
.shoudeng .tailoring-contentsss {
    position: absolute;
    width: 470px;
    height: 420px;
    background: #fff;
    z-index: 1002;
    left: 0;
    top: 0;
    box-shadow: 0 0 10px #ccc;
    padding-bottom: 30px;
}
.shoudeng .shoudeng_btn {
    margin-top: 40px;
    margin-bottom: 35px;
}
.shoudeng_btn a {
    text-align: center;
    display: block;
    height: 40px;
    padding-left: 0px;
    background-color: #0074F1;
    line-height: 40px;
    font-size: 1.3em;
    color: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: none;
    width: 100%;
}
.tailoring-contentsss .choose-btn {
    float: left;
}
.tailoring-contentsss .close-tailoring {
    position: absolute;
    display: inline-block;
    height: 30px;
    width: 30px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    right: 5px;
    top: 2px;
    cursor: pointer;
}
.shoudeng .close-tailoring {
    color: #0074F1;
    top: 7px;
}
.tailoring-contentsss .tailoring-content-two {
    width: 100%;
    position: relative;
    padding: 30px;
    /*border-bottom: 2px solid #EDF2FA;*/
}
.phone_show {
    display: none;
}
.main-ms {
    width: 1235px;
    margin: auto;
}
@media screen and (max-width: 1300px) {
    .main-ms {
        width: 1200px;
    }
}
@media screen and (max-width: 1200px) {
    body {
        width: 1200px;
    }
}
@media screen and (max-width: 768px) {
    .main-ms {
        width: 100%;
        margin-bottom: 70px;
    }
    .hod .revi-searchbar-content {
        width: 100%;
        height: 30px;
        border: none;
        background: #D4D4D4;
    }
    .revi-searchbar-content input {
        width: 80%;
        height: 30px;
        background: none;
    }
    .revi-searchbar-content input::-webkit-input-placeholder {
        color: #fff;
    }
    .revi-searchbar-content button {
        width: 20%;
        background: none;
        border: none;
        color: #6a6a6a;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }
    .head-logo {
        width: 85%;
        padding-top: 10px;
        padding-left: 10px;
    }
    body {
        width: 100%;
    }
    .main-md {
        width: 100%;
        padding: 0 10px;
        padding-bottom: 30px;
    }
    .phone_show {
        display: block;
    }
    .phone_hide {
        display: none;
    }
    .top {
        width: 100%;
        background-color: #F2F2F2;
    }
    .head-phone {
        height: 50px;
        display: block;
    }
    .top a {
        margin-left: 5px;
        color: #007EE9;
        line-height: 25px;
    }
    .head-logo {
        margin-left: 6px;
    }
    .head-logo a {
        display: block;
        overflow: hidden;
    }
    .head-logo a span {
        width: 190px;
        height: auto;
        margin-right: 4px;
        margin-top: 6px;
        display: block;
    }
    .head-phone .head-logo img {
        width: 115px;
    }
    .l-txt {
        width: auto;
    }
    .l-txt .l-p3 {
        display: none;
    }
    .head-phone:after {
        content: '';
        display: table;
        clear: both;
    }
    .top_cen {
        display: block;
        margin-right: 5px;
        margin-top: 9px;
    }
    .top_cen a {
        font-size: 40px;
        font-weight: 500;
        color: #BF1628;
        line-height: 25px;
        height: 20px;
        width: 30px;
        display: block;
        text-align: center;
    }
    .top_cen a.active {
        display: none;
    }
    .top_cen span {
        display: block;
        width: 25px;
        height: 2px;
        background-color: #BF1628;
        margin: 6px 0;
    }
    .top p {
        font-size: 12px;
        line-height: 25px;
        color: #666666;
    }
    .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: 20px;
        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: #007EE9;
    }
    .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: #007EE9;
    }
    .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: 14px;
        color: #969696;
    }
    body {
        width: 100%;
        position: relative;
        right: 0;
        transition: all linear .5s;
    }
    .shoudeng .tailoring-contents {
        width: 300px;
        height: 420px;
    }
    .shoudeng .tailoring-contents .tailoring-content-two {
        padding: 50px 20px;
    }
    .shoudeng .tailoring-content-one h1 {
        font-size: 16px;
    }
    .foot_inner {
        flex-wrap: wrap;
    }
    .foot_rt {
        margin-top: 20px;
        text-align: center;
    }
    .banner_inner {
        display: none;
    }
    .logo_foot img {
        width: 100%;
    }
    .logo_img img {
        width: 200px;
    }
    .foot_nav ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }
    .foot_nav ul li {
        text-align: center;
    }
    .foot_nav ul li i {
        font-size: 24px;
        color: #666;
    }
    .foot_nav ul li p {
        font-size: 14px;
        color: #666;
    }
    .foot_nav ul li.active i,
    .foot_nav ul li.active p {
        color: #BF1628;
    }
    .foot_nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 4px 0;
        box-shadow: 0 0 0 2px #F4F4F4;
    }
}