@charset "UTF-8";
.header {
    height: 118px;
    background: #FFF;
    width: 100%;
    position: fixed;
    z-index: 20;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease-in-out;
}

.logo {
    float: left;
    margin-top: 16px;
    margin-right: 158px;
}

.logo img {
    transition: all 0.5s ease-in-out;
    height: 87px;
}

.nav {
    float: left;
}

.nav li {
    float: left;
    margin-right: 62px;
}

.nav_a {
    display: inline-block;
    line-height: 118px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.nav_a:after {
    content: "";
    width: 0%;
    height: 4px;
    background: #073B76;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.nav_a.on:after,
.nav_a:hover:after {
    width: 100%;
    left: 0;
}

.headRx {
    float: right;
}

.headRx_a {
    margin-right: 38px;
    font-size: 18px;
    line-height: 118px;
    text-transform: uppercase;
    color: #666;
    float: left;
    transition: all 0.5s ease-in-out;
}

.lanBox {
    background: url(../images/top_i1a.png) no-repeat center center;
    height: 118px;
    width: 22px;
    float: left;
    margin-right: 38px;
    transition: all 0.5s ease-out;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.lanBox:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-out;
}

.lanBox.on:after {
    transform: translateY(-50%) rotate(180deg);
}

.regBox {
    background: url(../images/region.png) no-repeat center center;
    height: 118px;
    width: 22px;
    float: left;
    margin-right: 38px;
    transition: all 0.5s ease-out;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.regBox:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-out;
}

.regBox.on:after {
    transform: translateY(-50%) rotate(180deg);
}

.lanList:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #515151;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -8px;
}

.regList:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid #f6f6f9;
    border-right: 10px solid #f6f6f9;
    border-bottom: 8px solid #ffffff;
    position: absolute;
    left: 81.5%;
    top: -8px;
    margin-left: -8px;
}

.lanBoxRight {
    float: right;
    line-height: 118px;
    margin-right: 10px;
    position: relative;
    font-size: 16px;
}

.lanList {
    position: absolute;
    width: 112px;
    top: 81px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.lanList.on {
    visibility: visible;
    opacity: 1;
}

.regList {
    position: absolute;
    width: 255px;
    top: 105px;
    left: 30%;
    transform: translateX(-80%);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
}

.regList.on {
    visibility: visible;
    opacity: 1;
    box-shadow: 0px -10px 7px 0px #f7f7fb;
}

.topSerBtn {
    background: url(../images/top_i2a.png) no-repeat center center;
    float: left;
    height: 118px;
    width: 25px;
    transition: all 0.5s ease-in-out;
}

.lan_a,
.lan_a:hover {
    height: 30px;
    display: block;
    text-align: center;
    background: #515151;
    margin-bottom: 1px;
    color: #fff !important;
    line-height: 30px;
}

.reg_a {
    height: 60px;
    display: block;
    padding-left: 30px;
    color: #fff !important;
    line-height: 60px;
    background: #fff;
}

.regList a {
    transition: all 0s ease;
}

.reg_a:hover {
    background: #fff url(../images/arrow.png) no-repeat 90% center;
}

.line1 {
    width: 203px;
    margin: 0px 28px;
    border-bottom: 1px solid #c5c5c5;
}

.topEmpty {
    height: 118px;
    transition: all 0.5s ease-in-out;
}

.topEmptyFixed {
    height: 80px;
}

.shuxian {
    margin: 30px 20px 0 10px;
    width: 1px;
    height: 56px;
    border: 1px solid #efefef;
}

.headFixed {
    height: 80px;
}

.headFixed .nav_a {
    line-height: 80px;
}

.headFixed .headRx_a {
    line-height: 80px;
}

.headFixed .lanBox {
    height: 80px;
}

.headFixed .regBox {
    height: 80px;
}

.headFixed .regList {
    top: 75px;
}

.headFixed .lanBoxRight {
    height: 80px;
    line-height: 80px;
}

.headFixed .topSerBtn {
    height: 80px;
}

.headFixed .logo {
    margin-top: 12px;
}

.headFixed .logo img {
    height: 55px;
    width: auto;
}

.headFixed .shuxian {
    margin: 25px 20px 0 10px;
    width: 1px;
    height: 36px;
    border: 1px solid #efefef;
}

@media (max-width:1799px) {
    .topEmpty {
        height: 80px;
    }
    .header {
        height: 80px;
    }
    .nav_a {
        line-height: 80px;
    }
    .headRx_a {
        line-height: 80px;
    }
    .lanBox {
        height: 80px;
    }
    .regBox {
        height: 80px;
    }
    .regList {
        top: 75px;
    }
    .lanBoxRight {
        height: 80px;
        line-height: 80px;
    }
    .topSerBtn {
        height: 80px;
    }
    .logo {
        margin-top: 12px;
    }
    .logo img {
        height: 55px;
        width: auto;
    }
    .logo {
        margin-right: 68px;
    }
    .shuxian {
        margin: 25px 20px 0 10px;
        width: 1px;
        height: 36px;
        border: 1px solid #efefef;
    }
}

@media (max-width:993px) {
    .topEmpty {
        height: 56px;
    }
}

.hmBan {
    position: relative;
}

.hmBan .bgImg {
    height: 800px;
}

.hmBanTxt {
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-bottom: 20px;
}

.hmBanTxt strong,
.hmBanTxt p {
    max-width: 920px;
    display: block
}

.hmBanTxt strong {
    font-size: 32px;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hmBanTxt p {
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
}

.hmBanBtn {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    display: block;
    margin-top: 55px;
    position: relative;
    width: 200px;
}

.hmBanBtn span {
    display: block;
    line-height: 48px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.hmBanBtn:before {
    content: "";
    height: 11px;
    width: 11px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transition: all 0.5s ease-in-out;
}

.hmBanBtn:after {
    content: "";
    height: 11px;
    width: 11px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transition: all 0.5s ease-in-out;
}

.hmBanBtn span:before {
    content: "";
    height: 11px;
    width: 11px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transition: all 0.5s ease-in-out;
}

.hmBanBtn span:after {
    content: "";
    height: 11px;
    width: 11px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transition: all 0.5s ease-in-out;
}

.hmBanBtn:hover {
    color: #fff;
}

.hmBanBtn:hover:before,
.hmBanBtn:hover:after,
.hmBanBtn:hover span:before,
.hmBanBtn:hover span:after {
    width: 50%;
    height: 50%;
}

@media (max-width:1799px) {
    .hmBan .bgImg {
        height: 580px;
    }
    .hmBanTxt strong,
    .hmBanTxt p {
        max-width: 720px;
    }
    .hmBanTxt strong {
        font-size: 26px;
        line-height: 42px;
        margin-bottom: 14px;
    }
    .hmBanTxt p {
        font-size: 14px;
        line-height: 26px;
    }
    .hmBanBtn {
        margin-top: 35px;
    }
}

@media (max-width:1559px) {
    .hmBanTxt strong {
        font-size: 24px;
    }
    .hmBan .bgImg {
        height: 450px;
    }
}

@media (max-width:767px) {
    .hmBanTxt strong {
        font-size: 16px;
        line-height: 28px;
    }
    .hmBanTxt p {
        font-size: 13px;
        line-height: 24px;
    }
}

.hmTbox {
    position: relative;
    background: #F5F5F5;
    text-align: center;
}

.hmTbtxt {
    color: #F0F1F2;
    text-align: center;
    font: bold 150px/232px "微软雅黑";
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden
}

.hmTenm {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 70px;
}

.hmTenm strong {
    font-size: 32px;
    color: #083876;
    line-height: 46px;
    display: block;
    padding-bottom: 46px;
    position: relative;
    background: url(../images/ti.png) no-repeat center 58px;
}

.hmTenm p {
    font-size: 22px;
    line-height: 34px;
    text-transform: capitalize;
}

.hmTenm p span {
    font-size: 16px;
    display: block;
    margin-top: -5px;
    opacity: 0.6
}

.hmTbox2 {
    background: #fff;
}

.hmTbox2 .hmTbtxt {
    color: #FAFAFB;
}

@media (max-width:1799px) {
    .hmTbtxt {
        font: bold 120px/202px "微软雅黑";
    }
    .hmTenm {
        top: 36px;
    }
    .hmTenm strong {
        font-size: 28px;
    }
}

@media (max-width:993px) {
    .hmTenm strong {
        font-size: 22px;
    }
    .hmTbtxt {
        font: bold 80px/202px "微软雅黑";
    }
}

@media (max-width:767px) {
    .hmTenm strong {
        font-size: 22px;
        line-height: 36px;
        height: auto;
        background: url(../images/ti.png) no-repeat center bottom;
        padding-bottom: 25px;
        margin-bottom: 15px;
    }
    .hmTenm p {
        font-size: 16px;
    }
}

.hmCon1 {
    background: url(../images/hmc1bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 83px 0px;
}

.hmc1RxWpr {
    float: right;
    width: 290px;
    position: relative;
    padding: 31px 0
}

.hmc1Rx {
    background: #f5f5f5;
    height: 488px;
    overflow: hidden;
    padding-top: 10px;
}

.hmc1Lx {
    float: left;
    width: 915px;
}

.hmc1RxWpr .prev {
    background: rgba(255, 255, 255, 0.5) url(../images/hmc2Btn.png) no-repeat center center;
    display: block;
    height: 31px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    cursor: pointer;
    text-indent: 1000px;
    white-space: nowrap;
    overflow: hidden;
}

.hmc1RxWpr .next {
    background: rgba(255, 255, 255, 0.5) url(../images/hmc2Btn.png) no-repeat center center;
    display: block;
    height: 31px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0;
    cursor: pointer;
    text-indent: 1000px;
    white-space: nowrap;
    overflow: hidden;
    transform: rotate(180deg);
}

.hmc1r_item {
    line-height: 58px;
    height: 58px;
    position: relative;
    font-size: 18px;
    padding-left: 56px;
    color: #666;
    font-weight: 100;
    transition: all 0.5s ease-in-out;
}

.hmc1r_item:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #CACACA;
    position: absolute;
    left: 29px;
    top: 50%;
    margin-top: -3px;
    transition: all 0.5s ease-in-out;
}

.hmc1r_item img {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -13px;
    transition: all 0.5s ease-in-out;
    opacity: 0
}

.slick-current.hmc1r_item img {
    opacity: 1;
}

.slick-current.hmc1r_item:before {
    opacity: 0;
}

.slick-current.hmc1r_item {
    font-weight: bold;
    color: #c71632;
    background: #fff;
}

.hmc1_item {
    height: 488px;
    float: left;
}

.hmc1_itemDes {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.hmc1_itemDes strong {
    font-size: 32px;
    line-height: 50px;
    display: block;
    position: relative
}

.hmc1_itemDes strong:before {
    content: "";
    background: #C71535;
    height: 2px;
    width: 38px;
    position: absolute;
    left: 0px;
    top: -28px;
}

.hmc1_itemDes p {
    font-size: 16px;
    line-height: 36px;
    margin: 10px 0px 48px;
}

@media (max-width:1799px) {
    .hmc1Lx {
        width: 850px;
    }
    .hmc1_itemDes p {
        line-height: 32px;
    }
    .hmc1Rx {
        height: 372px;
    }
    .hmc1_item {
        height: 372px;
    }
}

@media (max-width:1199px) {
    .hmc1Lx {
        width: 590px;
    }
}

@media (max-width:993px) {
    .hmc1Lx {
        width: 100%;
    }
    .hmc1RxWpr {
        display: none;
    }
    .hmc1Lx .slick-dots {
        z-index: 2;
    }
    .hmc1Lx .slick-dots li button {
        display: none;
    }
    .hmc1Lx .slick-dots li {
        width: 9px;
        height: 9px;
        background: #fff;
        border-radius: 50%;
        margin: 0 8px;
    }
    .hmc1Lx .slick-dots li.slick-active {
        background: #E31641;
    }
}

@media (max-width:767px) {
    .hmc1_itemDes strong {
        font-size: 24px;
        line-height: 32px;
    }
    .hmc1_itemDes p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0
    }
    .hmc1_itemDes strong:before {
        top: -10px;
    }
    .hmc1_item {
        height: auto;
    }
    .hmc1_itemDes {
        position: static;
        transform: translateY(0);
    }
    .hmCon1 {
        padding-bottom: 120px;
    }
    .hmc1Lx .slick-dots {
        bottom: -50px;
    }
    .hmc1Lx .slick-dots li {
        width: 7px;
        height: 7px;
        margin: 0 6px;
    }
}

.hmCon2 {
    background: #f8f8f8;
    padding: 30px 0px 65px;
}

.hmc2slick {
    margin-left: -16px;
    margin-right: -16px;
}

.hmc2_item {
    padding: 30px 16px 40px;
}

.hmc2aBox.scaleImg .overflowHide {
    height: 329px;
}

.hmc2aBox {
    display: block;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
    padding: 30px;
}

.hmc2aBox h3 {
    font-size: 20px;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    color: #333;
}

.hmc2bom {
    position: relative;
    padding: 58px 0px 0px;
}

.hmc2bom:before {
    content: "";
    background: #E31641;
    height: 2px;
    width: 38px;
    position: absolute;
    left: 0px;
    top: 37px;
}

.hmc2bom p {
    line-height: 28px;
    text-transform: uppercase;
    font-size: 16px;
    color: #999999;
    background: url(../images/hmc2_ar.png) no-repeat right center;
    margin-top: 10px;
}

.hmc2aBox:hover p {
    background: url(../images/hmc2_ar2.png) no-repeat right center;
}

.hmc2Btns .prev {
    background: #FFF url(../images/hmc2_btn.png) no-repeat center center;
    height: 44px;
    width: 90px;
    float: left;
    margin-right: 9px;
}

.hmc2Btns .next {
    background: #FFF url(../images/hmc2_btn.png) no-repeat center center;
    transform: rotate(180deg);
    height: 44px;
    width: 90px;
    float: left;
    margin-right: 0;
}

.hmc2more {
    background: #FFF url(../images/hmc2_ar.png) no-repeat 89px center;
    height: 44px;
    width: 128px;
    padding-left: 20px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 44px;
    float: right;
}

.hmc2more:hover {
    background: #e3173e url(../images/hmc2_ar3.png) no-repeat 89px center;
    color: #fff;
}

.hmc2Btns .prev:hover,
.hmc2Btns .next:hover {
    background-color: #e3173e;
    background-image: url(../images/hmc2_btn2.png)
}

@media (max-width:1799px) {
    .hmc2slick {
        margin-left: -12px;
        margin-right: -12px;
    }
    .hmc2_item {
        padding: 25px 12px 30px;
    }
    .hmc2aBox.scaleImg .overflowHide {
        height: 260px;
    }
    .hmc2aBox {
        box-shadow: 0 3px 16px rgba(0, 0, 0, 0.09);
        padding: 20px;
    }
    .hmc2aBox h3 {
        font-size: 18px;
        line-height: 30px;
        height: 90px;
    }
    .hmc2bom {
        padding: 35px 0px 0px;
    }
    .hmc2bom:before {
        top: 24px;
    }
    .hmc2Btns .prev,
    .hmc2Btns .next {
        height: 38px;
        margin-top: 3px;
    }
}

@media (max-width:993px) {
    .hmCon2 {
        margin-top: -25px;
        position: relative
    }
}

@media (max-width:767px) {
    .hmc2Btns .prev,
    .hmc2Btns .next {
        width: 80px;
    }
}

.hmCon3 {
    background: #10193c url(../images/hmc3bg.jpg) repeat;
    padding-bottom: 82px;
}

.hmCon3 * {
    color: #fff;
}

.hmCon3 .hmTbox {
    background: none
}

.hmCon3 .hmTbox strong {
    color: #fff;
    background: url(../images/tia.png) no-repeat center 58px;
}

.hmc3Map {
    text-align: center;
    margin-top: 55px;
}

.hmc3more {
    background: #C71535 url(../images/hmc2_ar3.png) no-repeat 48px center;
    height: 45px;
    width: 183px;
    font-size: 14px;
    line-height: 45px;
    color: #FFF;
    padding-left: 80px;
    display: block;
    margin-top: -36px;
    margin-right: auto;
    margin-left: auto;
    text-align: left
}

.hmc3more:hover {
    color: #fff;
    transform: translateY(-8px);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}

.hmc3u1 {
    max-width: 1050px;
    display: block;
    margin: 18px auto 0
}

.hmc3u1 li {
    float: left;
    width: 33.33%;
    padding: 0px 30px;
}

.hmc3u1Dbox {
    height: 138px;
    padding-top: 35px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    text-align: center
}

.hmc3li_item {
    text-align: left;
    display: inline-block;
}

.hmc3u1Dbox strong {
    font-size: 32px;
    line-height: 36px;
    display: block;
}

.hmc3u1Dbox p {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 25px;
}

.hmc3mapPc {
    height: 947px;
    width: 1099px;
    display: block;
    margin: 55px auto 0;
    position: relative
}

.hmc3ShowCity {
    font-size: 18px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    position: absolute;
    width: 292px;
    left: 728px;
    top: 310px;
}

.hmc3_aitme {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    text-transform: capitalize;
}

.hmc3_aitme span {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    white-space: nowrap;
    line-height: 16px;
    height: 16px;
    position: absolute;
    left: 18px;
    top: -3px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.hmc3_aitme:hover {
    background: #c71632;
    z-index: 2;
}

.hmc3_aitme:hover span {
    visibility: visible;
    opacity: 1;
}

.hmc3_aitme1 {
    left: 634px;
    top: 158px;
}

.hmc3_aitme2 {
    left: 144px;
    top: 163px;
}

.hmc3_aitme3 {
    left: 692px;
    top: 178px;
}

.hmc3_aitme4 {
    left: 759px;
    top: 182px;
}

.hmc3_aitme5 {
    left: 601px;
    top: 191px;
}

.hmc3_aitme6 {
    left: 646px;
    top: 193px;
}

.hmc3_aitme7 {
    left: 689px;
    top: 190px;
}

.hmc3_aitme8 {
    left: 686px;
    top: 200px;
}

.hmc3_aitme9 {
    left: 657px;
    top: 209px;
}

.hmc3_aitme10 {
    left: 758px;
    top: 214px;
}

.hmc3_aitme11 {
    left: 666px;
    top: 222px;
}

.hmc3_aitme12 {
    left: 684px;
    top: 234px;
}

.hmc3_aitme13 {
    left: 552px;
    top: 242px;
}

.hmc3_aitme14 {
    left: 592px;
    top: 254px;
}

.hmc3_aitme15 {
    left: 658px;
    top: 254px;
}

.hmc3_aitme16 {
    left: 680px;
    top: 248px;
}

.hmc3_aitme17 {
    left: 625px;
    top: 264px;
}

.hmc3_aitme18 {
    left: 701px;
    top: 274px;
}

.hmc3_aitme19 {
    left: 640px;
    top: 281px;
}

.hmc3_aitme20 {
    left: 671px;
    top: 295px;
}

.hmc3_aitme21 {
    left: 631px;
    top: 306px;
}

.hmc3_aitme22 {
    left: 483px;
    top: 320px;
}

.hmc3_aitme23 {
    left: 623px;
    top: 327px;
}

.hmc3_aitme24 {
    left: 615px;
    top: 393px;
}

.hmc3_aitme25 {
    left: 629px;
    top: 431px;
}

.hmc3_aitme26 {
    left: 850px;
    top: 576px;
}

.hmc3_aitme27 {
    left: 803px;
    top: 594px;
}

@media (max-width:1799px) {
    .hmc3u1 {
        margin-top: -15px;
    }
    .hmc3Map {
        margin: 50px 50px 0;
    }
}

@media (max-width:993px) {
    .hmc3u1 li {
        padding: 0px 10px;
    }
    .hmc3u1Dbox p {
        font-size: 12px;
    }
    .hmc3u1Dbox strong {
        font-size: 28px;
    }
    .hmc3mapPc {
        display: none;
    }
}

@media (max-width:767px) {
    .hmCon3 .hmTbox strong {
        background: url(../images/tia.png) no-repeat center bottom;
    }
    .hmc3u1 {
        margin-top: 0px;
    }
    .hmc3u1 li {
        width: 100%;
        margin-bottom: 10px;
    }
    .hmc3u1Dbox {
        text-align: left;
        padding-left: 30px;
        padding-top: 20px;
        height: 102px;
    }
    .hmc3more {
        margin-top: 25px;
        transform: translateY(0) !important;
    }
    .hmc3Map {
        margin: 25px 15px 0;
    }
    .hmCon3 {
        padding-bottom: 70px;
    }
}

.hmCon4 {
    padding: 70px 0px 42px;
    background: #f8f8f8;
}

.hmc4tbox {
    font-size: 24px;
    line-height: 38px;
    background: url(../images/ti.png) no-repeat center top;
    padding-top: 30px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 45px;
}

.hmc4ul {
    margin: 0px -15px;
}

.hmc4ul li {
    padding: 0px 15px;
    margin-bottom: 42px;
}

.hmc4aBox {
    display: block;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.hmc4aBox .overflowHide {
    height: 348px;
}

.hmc4aBox .overflowHide .bgImg {
    transition: all 0.5s ease-in-out;
    opacity: 0
}

.hmc4aBox:hover .overflowHide .bgImg {
    opacity: 1;
}

.hmc4layer {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 32px 82px 0px 128px;
}

.hmc4_number {
    position: absolute;
    color: #c71632;
    height: 56px;
    width: 128px;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    left: 0px;
    top: 120px;
    transition: all 0.5s ease-in-out;
    font-weight: bold;
}

.hmc4_number span {
    display: none;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    margin-top: 8px;
    font-weight: normal
}

.hmc4_num2 {
    position: absolute;
}

.hmc4layer strong {
    font-size: 22px;
    line-height: 36px;
    height: 72px;
    display: block;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.hmc4layer p {
    font-size: 14px;
    line-height: 26px;
    color: #bab9b9;
    height: 156px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.hmc4_sline {
    height: 1px;
    background: #EBEBEB;
    position: relative;
    margin: 24px 0 22px;
    transition: all 0.5s ease-in-out;
}

.hmc4_sline:before {
    content: "";
    background: #C71535;
    height: 3px;
    width: 50px;
    position: absolute;
    left: 0px;
    top: -1px;
    transition: all 0.5s ease-in-out;
}

.hmc4aBox:hover .hmc4_number {
    font-size: 60px;
    color: #FFF;
}

.hmc4_num2 {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    height: 24px;
    position: absolute;
    right: 40px;
    bottom: 28px;
    transition: all 0.5s ease-in-out;
}

.hmc4aBox:hover .hmc4_num2 {
    opacity: 0;
}

.hmc4aBox:hover .hmc4layer strong {
    color: #fff;
}

.hmc4aBox:hover .hmc4layer p {
    color: #fff;
}

.hmc4aBox:hover .hmc4_sline {
    background: rgba(255, 255, 255, 0.2);
}

@media (max-width:1799px) {
    .hmc4layer strong {
        font-size: 20px;
        line-height: 32px;
        height: 64px;
    }
    .hmc4layer p {
        font-size: 13px;
        line-height: 24px;
        height: 144px;
    }
    .hmc4_number {
        top: 110px;
    }
    .hmc4aBox .overflowHide {
        height: 328px;
    }
    .hmc4ul li {
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .hmCon4 {
        padding: 65px 0px 35px;
    }
    .hmc4_number {
        display: none;
    }
    .hmc4layer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hmc4layer strong {
        font-size: 16px;
        line-height: 30px;
        height: 60px;
    }
    .hmc4aBox .overflowHide {
        height: 360px;
    }
    .hmc4tbox {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 25px;
    }
}

.footTop {
    margin: 38px 0px 0px;
    position: relative;
}

.footLx {
    float: left;
    padding-left: 80px;
}

.footLx img {
    margin-bottom: 32px;
}

.footLx p {
    background: url(../images/foot_i1.png) no-repeat left center;
    line-height: 30px;
    height: 30px;
    padding-left: 22px;
    font-size: 16px;
}

.footRx {
    float: right;
    margin-right: 80px;
    border-bottom: 1px solid #414549
}

.footRx strong {
    font-size: 16px;
    color: #bdbcbc;
    text-transform: uppercase;
    line-height: 16px;
}

.footShare {
    padding: 20px 0px 30px;
    overflow: hidden;
    margin: 0px auto;
    width: 123px;
}

.foot_share1 {
    background: url(../images/ft_i1.png) no-repeat center center;
    float: left;
    height: 26px;
    width: 12px;
    margin-right: 40px;
}

.foot_share2 {
    background: url(../images/ft_i2.png) no-repeat center center;
    float: left;
    height: 26px;
    width: 18px;
}

.foot_share3 {
    background: url(../images/ft_i3.png) no-repeat center center;
    float: right;
    height: 26px;
    width: 20px;
}

.footMx {
    text-align: center;
    padding: 0px 30px;
    height: 130px;
    width: 790px;
    border-right: 1px solid #484B50;
    border-left: 1px solid #484B50;
    font-size: 20px;
    line-height: 30px;
    color: #bdbcbc;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

.footer {
    background: #171D24;
    padding-top: 98px;
    position: relative
}

.footer:before {
    content: "";
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
    position: absolute;
    width: 100%;
    left: 0;
    top: 98px;
}

.foot_abtn {
    margin: 0px auto 40px;
    height: 58px;
    width: 790px;
    font-size: 20px;
    line-height: 58px;
    color: #FFF;
    background: #36393E;
    text-align: center;
    display: block;
}

.foot_abtn * {
    vertical-align: middle;
}

.foot_abtn img {
    transform: scale(0.6);
    position: relative;
    top: -1px
}

.foot_abtn:hover {
    color: #fff;
    transform: translateY(-6px)
}

.footBom {
    font-size: 14px;
    line-height: 28px;
    color: #bdbcbc;
    padding: 42px 0px 18px;
    text-align: center;
}

.footBom p:last-child {
    opacity: 0.5;
}

@media (max-width:1799px) {
    .footMx {
        width: 580px;
    }
    .footer {
        padding-top: 60px;
    }
    .footer:before {
        top: 60px;
    }
}

@media (max-width:1199px) {
    .footMx {
        width: 420px;
    }
}

@media (max-width:993px) {
    .footLx {
        padding-left: 0;
    }
    .footRx {
        margin-right: 0;
    }
    .footMx {
        width: 380px;
    }
}

@media (max-width:767px) {
    .footLx {
        width: 100%;
        float: none;
    }
    .footMx {
        width: 100%;
        border: none;
        position: static !important;
        transform: translateX(0);
        margin-top: 15px;
        padding: 0;
        height: auto;
        margin-bottom: 15px;
    }
    .footRx {
        float: none;
        width: 155px;
        margin: 0 auto;
    }
    .foot_abtn {
        width: 100%;
        margin-bottom: 18px;
    }
    .footLx p {
        display: inline-block;
        margin-right: 15px;
    }
    .footLx img {
        display: block;
        margin: 0 0 15px 0;
    }
    .footBom {
        padding-top: 25px;
    }
    .footBom {
        font-size: 12px;
        line-height: 24px;
    }
    .footLx p {
        font-size: 14px;
    }
    .footMx {
        font-size: 16px;
        line-height: 28px;
    }
}