.headerWpr {
    padding-top: 15px;
    height: 95px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.header {}

.headerWpr.out {
    opacity: 0;
    transform: translateY(-110px);
    visibility: hidden;
}

.headerWpr.down {
    background: #fff;
    /* border-bottom: 5px solid #dcdcdc; */
}

.logo {
    float: left;
    margin-top: -14px;
    position: relative;
}

.logo img {
    transition: all 0.5s ease-in-out;
}

.logo img.iOpacity {
    position: absolute;
    left: 0;
    top: 0;
}

.headRx {
    float: right;
}

.nav {
    display: flex;
    float: right;
}

.nav li {
    padding: 0px 0;
    margin-right: 6px;
    float: left;
    position: relative;
}

.nav_a {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 80px;
    display: inline-block;
    padding: 0px 20px;
    position: relative;
    font-weight: bold;
    white-space: nowrap;
}

.nav_a:hover,
.nav_a.on {
    color: #fff;
    background-color: #1163bd;
}

.subMenu {
    position: absolute;
    /* left: 0%; */
    /* width: 220px; */
    top: 0;
    text-align: left;
    background-color: #1163bd;
    opacity: 1;
    visibility: hidden;
    border-radius: 0.3em;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2)
}

.nav li:hover .subMenu,
.nav li:hover .proMenuWpr {
    opacity: 1;
    visibility: visible;
    border-radius: 0 0 4px 4px;
}

.nav li:hover .nav_a {
    color: #fff;
    background-color: #1163bd;
}

.subMenu_a {
    min-width: 116px;
    text-align: left;
    display: block;
    line-height: 24px;
    padding: 10px 16px;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    color: #ffffff !important;
    transition: none;
    white-space: nowrap;
}
.subMenu_div{
    display: none;
    width: auto;
}
.subMenu>div:hover>.subMenu_div{
    display: block;
    position: absolute;
    left: 100%;
    background-color: #1163bd;
    top: 0;

}
.subMenu_a span{
    white-space: nowrap;
}
.subMenu div {
    position: relative;
}

.subMenu_a i {
    height: 16px;
    width: 25px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 26px;
    transition: all 0.8s ease-in-out;
    transform: translateX(-45px);
    opacity: 0;
    background-size: 18px auto;
    display: none;
}

.pc_serBtn {
    background: url(../images/search.png) no-repeat right center;
    float: left;
    height: 80px;
    width: 80px;
    transition: all 0.5s ease-in-out;
}

.headerWpr .container {
    /* max-width: 1300px; */
}

.headerWpr.down .container {
    /* width: 100%; padding: 0 0px 0 30px; max-width: none*/
}

.headerWpr.down .logo img {
    opacity: 0;
}

.headerWpr.down .logo img.iOpacity {
    opacity: 1;
}

.headerWpr.down .nav_a {
    color: #333;
    font-weight: normal;
    border-radius: 4px 4px 0 0;
}

.headerWpr.down .nav_a.on,
.headerWpr.down .nav_a:hover,
.headerWpr.down li:hover .nav_a {
    color: #ffffff;
}

.headerWpr.down .pc_serBtn {
    background: url(../images/search.png) no-repeat center center;
    border-style: none;
    margin-left: 0;
    width: 23px;
}

.headerWpr.down .pc_serBtn:hover {
    background: url(../images/search.png) no-repeat center center;
}

.headerWpr.down .subMenu {
    border-radius: 0;
    top: 80px;
}

.headerWpr.down .nav_a.on:after,
.headerWpr.down .nav_a:hover:after,
.headerWpr.down li:hover .nav_a:after {
    width: 100%;
    left: 0;
}

.nav_lan {
    font-size: 18px;
    text-transform: uppercase;
    background: url(../images/top_lan_i.png) no-repeat left center;
    line-height: 80px;
    padding-left: 32px;
    float: left;
    margin-right: 40px;
}

.nav_lan:hover {
    background: url(../images/top_lan_ia.png) no-repeat left center;
}

.nav_lan {
    position: relative;
}

.nav_lan span {
    transition: all 0.5s ease;
}

.nav_lan:hover span {
    color: #7694B9;
    cursor: default;
}

.nav_lan ul {
    width: 150px;
    position: absolute;
    background: #fff;
    opacity: 0.8;
    box-shadow: 2px 4px 8px #ccc9c9;
    -webkit-box-shadow: 2px 4px 8px #ccc9c9;
    -moz-box-shadow: 2px 4px 8px #ccc9c9;
    padding: 10px 0;
    margin-left: 50%;
    left: -50%;
    top: 80px;
    display: none;
}

.nav_lan:hover ul {
    display: block;
}

.nav_lan ul li {
    padding-left: 20px;
    width: 100%;
    height: auto;
    line-height: 36px;
    height: 36px;
    font-size: 15px;
}

.nav_lan ul li a:nth-child(2) {
    margin-left: 8px;
}

.nav_lan ul li a:hover {
    color: #7694B9;
}

.nav_lan ul li a>img {
    vertical-align: middle;
    margin-right: 6px;
}

.hmFocusWpr {

    position: relative;
}

.hmFocus_img {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.hmFocus_img:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
}

.on .hmFocus_img {
    visibility: visible;
    -webkit-animation: scaleBg 5s linear forwards;
    animation: scaleBg 5s linear forwards;
}

.hmFocus_item {
    width: 100vw;
    height: auto;
    position: relative;
    overflow: hidden;
}

.hmFocus_txt {
    width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(32%, -50%);
    z-index: 2
}

.hmFocus_txt strong {
    display: inline-block;
    margin: 0 5px;
    font-weight: bold;
    font-size: 32px;
    transition: all 0.8s ease-in-out;
    transform: translate(150px, 0px);
    opacity: 0;
    font-weight: 100;
    letter-spacing: 2px;
}

.hmFocus_txt strong span {
    font-weight: bold;
}

.hmFocus_txt p {
    margin-top: 12px;
    transition: all 0.8s ease-in-out;
    transform: translate(150px, 0px);
    opacity: 0;
    font-size: 18px;
    line-height: 40px;
    max-width: 950px;
    letter-spacing: 2px;
}

.on .hmFocus_txt strong {
    opacity: 1;
    transform: translate(0px, 0px);
    transition-delay: 0.3s;
}

.on .hmFocus_txt p {
    opacity: 1;
    transform: translate(0px, 0px);
    transition-delay: 0.5s;
}

.hmNext_btn {
    height: 38px;
    width: 24px;
    border: 2px solid #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 5.74vh;
    border-radius: 1.6em;
    z-index: 3;
    transform: translateX(-50%);
}

.hmNext_btn:after {
    content: "";
    background: #fff;
    height: 4px;
    width: 2px;
    margin-left: -1px;
    position: absolute;
    left: 50%;
    top: 7px;
    animation: mouseIcon 1.5s linear infinite;
    border-radius: 1.0em;
}

.hmFocus_icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 32px;
    transition: all 0.5s ease-in-out;
    transform: translate(0px, 30px);
    opacity: 0;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    background: url(../images/hmfar.png) no-repeat center center;
}

.hmFocus_icon img {
    display: none;
}

.hmFocus_icon:after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 50%;
    border-top: 1px solid #f39800;
    border-left: 1px solid #f39800;
    animation: radiusRotate 0.5s linear infinite
}

.on .hmFocus_icon {
    opacity: 1;
    transform: translate(0px, 0px);
    transition-delay: 0.5s;
}

.hmFocus_a {
    transition: all 0.8s ease-in-out;
    transform: translate(150px, 0px);
    opacity: 0;
    margin-top: 1.97vw;
}

.on .hmFocus_a {
    opacity: 1;
    transform: translate(0px, 0px);
    transition-delay: 0.65s;
}

.hmFs_m {
    line-height: 60px;
    height: 60px;
    width: 160px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    background: #FFF;
}

.hmFs_m:hover {
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
    background: #00419f;
}

.hmFocus_dot {
    float: left;
    height: 24px;
    margin-top: 43px;
    margin-left: 50px;
}

.hmFocus_dot span {
    background: url(../images/fs_di0.png) no-repeat center center;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 15px;
    cursor: pointer
}

.hmFocus_dot span.on {
    background: url(../images/fs_di.png) no-repeat center center;
}

.focusBomWpr {
    position: absolute;
    background-color: #1163bdaa;
    color: #ffffffaa;
    height: 56px;
    line-height: 56px;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 5;
    text-align: center;
}
.focusBomWpr .container{
    white-space: nowrap;
    /* overflow: auto; */
}
.focusBomWpr span {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    /* width: 132px; */
    padding: 0 8px;
    height: 56px;
    font-size: 16px;
    color: #fff;
}

.focusBomWpr span:hover,
.focusBomWpr span.active {
    background-color: #3263b6;
}

/*.focusBomWpr .container { perspective: 800px; }

.active .focusBom { transform: rotateX(100deg) translate3d(0, 0, 0); }*/

.focusBom {
    height: 110px;
    transition: all 0.5s ease;
    transform-origin: center bottom;
}

.fsMesBoxWpr {
    width: 63%;
    float: left;
    height: 110px;
    background: url(../images/fsBg.png) no-repeat left center;
    color: #fff;
    position: relative;
}

.fsMesBox {
    position: absolute;
    height: 44px;
    line-height: 44px;
    left: 45px;
    right: 55px;
    top: 33px;
    background: url(../images/msico.png) no-repeat left center;
    padding-left: 46px;
}

.fsMes_item {
    padding-right: 120px;
    font-size: 20px;
}

.fsMesBox .slick-prev {
    background: url(../images/fs_arbtn.png) no-repeat center center;
    display: inline-block;
    height: 14px;
    width: 20px;
    position: absolute;
    top: 7px;
    text-indent: 1000px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    right: 0px;
    z-index: 1;
    cursor: pointer;
}

.fsMesBox .slick-next {
    background: url(../images/fs_arbtn.png) no-repeat center center;
    display: inline-block;
    height: 14px;
    width: 20px;
    position: absolute;
    bottom: 7px;
    text-indent: 1000px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    right: 1px;
    z-index: 1;
    cursor: pointer;
    transform: rotate(180deg);
}

.fsTools {
    width: 37%;
    float: right;
    height: 110px;
    background: #fff;
}

.hmFsnums {
    font-size: 22px;
    color: #d9d9d9;
    line-height: 24px;
    float: right;
    padding-top: 43px;
    padding-right: 50px;
}

#hmfs_s1 {
    background-image: -webkit-gradient(linear, left 0, right 0, from(#0067ff), to(#0043a7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hmBanVideo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.hmBanVideo video {
    z-index: 1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    vertical-align: middle;
    width: 100%;
}

.hmBanVideo:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.hmFocus_txt a {
    font-size: 16px;
    display: inline-block;
    line-height: 28px;
    border-bottom: 1px solid #fff;
    margin-top: 1vw;
}

.hmCon1Wpr {
    padding: 7.25vw 0px;
    background: #fff;
    position: relative;
    z-index: 8;
}

.hmCon1 {
    position: relative;
}

.hmc1Lx {
    height: 480px;
    position: absolute;
    width: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

.hmc1Lx img {
    width: 50vw;
    height: 900px;
    max-width: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hmc1Rx {
    padding-left: 80px;
    width: 50%;
    float: right;
    height: 900px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.hmc1Rx h2 {
    font-size: 32px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 17px;
    position: relative;
}

.hmc1des {
    font-size: 18px;
    line-height: 36px;
}

.hmc1btn {
    margin: 3.12vw 0px 3.75vw;
}

.pub_btn1 {
    font-size: 14px;
    line-height: 46px;
    display: inline-block;
    height: 48px;
    width: 180px;
    text-align: center;
    /*border: 1px solid #333; */
    background: #1163bd;
    border: 1px solid #1163bd;
    color: #fff;
}

.pub_btn1:hover {
    box-shadow: 0 10px 30px rgba(1, 65, 144, 0.3);
    color: #FFF;
    background: #1163bd;
    border: 1px solid #1163bd;
    transform: translateY(-5px)
}

.hmc1ul {
    display: flex;
    justify-content: space-between;
}

.hmc1ul li {
    cursor: default
}

.hmc1ul li strong {
    line-height: 76px;
    display: block;
    height: 76px;
    /* font-weight: normal; */
    font-size: 20px;
}

.hmc1ul li strong span {
    color: #1163bd;
    font-size: 58px;
    margin-right: 5px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

/* .hmc1ul li:hover strong span {
    color: #1163bd;
    text-shadow: 3px 12px 10px #1163bd44
} */

.hmc1ul li p {
    line-height: 36px;
    height: 36px;
	text-align:center;
    font-size: 16px;
    color: #808080;
    padding-left: 6px;
    margin-top: 0px;
}

.webBom {
    background: #1163bd url(../images/hmc6bg.jpg) no-repeat center bottom;
    color: #fff;
    text-align: center;
    padding: 3.64vw 0px;
    letter-spacing: 1px;
}

.webBom strong {
    font-size: 32px;
    display: block;
    line-height: 42px;
    font-weight: normal;
}

.webBom p {
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0px 38px;
}

.webBom_a {
    font-size: 16px;
    line-height: 54px;
    font-weight: bold;
    background: #FFF;
    text-align: center;
    display: inline-block;
    height: 54px;
    width: 240px;
    color: #1a5fa0;
}

.webBom_a:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.footer {
    /* 383939 */
    clear:both;
    background: #383939;
    padding: 2.42vw 0px 4.79vw;
}

.footer * {
    color: #ffffff;
}

.foot_menu {
    float: left;
    margin-left: 20px;
    margin-right: 80px;
    letter-spacing: 1px;
}

/* .footer .foot_menu:nth-child(5) {
    margin-right: 0;
} */

.foot_menu dt {
    font-size: 20px;
    line-height: 60px;
    position: relative;
    margin-bottom: 10px;
}

.foot_menu dt:after,
.footRx strong:after {
    content: "";
    background: #1163bd;
    height: 2px;
    width: 80px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.foot_menu dd {
    font-size: 16px;
    line-height: 34px;
}

.foot_a2 {
    color: #fff;
}

.footLx {
    float: left;
    width: 380px;
    font-size: 18px;
}

.footLx div {}

.footLx-phone {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
}

.footLx div img {
    height: 36px;
    margin-right: 10px;
    vertical-align: sub
}

.footRx {
    float: right;
    /* width: 240px; */
}

.footRx div {
    display: inline-block;
    width: 170px;
    margin-left: 10px;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
}

.footLinks {
    margin-top: 25px;
    position: relative;
}

.foot_lvx {
    line-height: 36px;
    height: 38px;
    border: 1px solid #EBEBEB;
    padding: 0px 22px 0px 50px;
    overflow: hidden;
    background: url(../images/ft_lki.png) no-repeat 15px center;
    font-size: 14px;
    color: #999999;
    cursor: pointer
}

.footLinks_options {
    padding: 10px 0px;
    width: 100%;
    border: 1px solid #EBEBEB;
    position: absolute;
    left: 0;
    bottom: 37px;
    transition: all 0.5s ease;
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
    transform-origin: center bottom;
    background: #fff;
}

.footLinkas {

    max-height: 180px;
    overflow-y: auto;
}

.footLinks_options a {
    display: block;
    line-height: 22px;
    font-size: 14px;
    padding: 10px 15px;
    color: #1163bd;
}

.footLinks_options a:hover {
    background: #1163bd;
    color: #fff;
}

.footLinks:hover .footLinks_options {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1)
}

.webInfo {
    padding: 1.5vw 0px;
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
    background: #1163bd;
}

.webInfo .fl a {
    margin-left: 25px;
}

.webInfo a,
.webInfo a {
    color: #fff
}

.webInfo .fr span {
    margin: 0 5px;
}

.index-s3 {
    position: relative;
}

.index-s3 .bg-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 1;
}

.index-s3 .bg-block .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease;
    background: no-repeat left center;
    background-size: cover;
}

.index-s3 .bg-block .item.active {
    opacity: 1;
    visibility: visible;
}

.index-s3 .cont {
    padding-bottom: 18.75vw;
    position: relative;
    z-index: 2;
}

.index-s3 .top-block {
    padding: 6.25vw 3.125vw;
    width: 41.66vw;
}

.index-s3 .bot-block {
    display: flex;
}

.index-s3 .left-box {
    width: 41.66vw;
    position: relative;
    opacity: 0
}

.index-s3 .left-box .box {
    position: absolute;
    right: 0;
    top: 0;
    width: 320px;
    height: 320px;
    transform: translateY(-40%);
    background: #1163bd;
    border-radius: 0.8em 0 0 0.8em;
}

.index-s3 .left-box .items {
    height: 100%;
}

.index-s3 .left-box .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.index-s3 .left-box .item .num {
    font-size: 260px;
    color: #01377C;
    text-align: center;
    line-height: 320px;
}

.index-s3 .left-box .item .txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.index-s3 .left-box .item h3 {
    font-size: 48px;
    letter-spacing: 2px;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all .3s ease;
    padding: 0 20px;
}

.index-s3 .left-box .item h4 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.index-s3 .left-box .item.swiper-slide-active h3,
.index-s3 .left-box .item.swiper-slide-active h4 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
}

.index-s3 .left-box .item.swiper-slide-active h4 {
    transition-delay: .6s;
}

.index-s3 .right-box {
    width: calc(100% - 41.66vw);
}

.index-s3 .right-box .item {
    position: relative;
    border-bottom: 1px solid rgba(1, 65, 144, 0.2);
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.index-s3 .right-box .item.active {
    background-color: #f5f5f5;
}

.index-s3 .right-box .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    transform: scaleY(0);
    transform-origin: center bottom;
    transition: transform .3s ease;
    z-index: 1;
}

.index-s3 .right-box .item:nth-of-type(1) {
    border-top: none;
}

.index-s3 .right-box .item .box {
    padding: 2.5vw;
    transition: all .3s ease;
    position: relative;
}

.index-s3 .right-box .item h3 {
    font-size: 26px;
    color: #2a343a;
    font-weight: normal;
    opacity: 0.8;
}

.hmc2rx {
    position: relative;
}

.index-s3 .right-box .item .para {
    width: calc(100% - 130px);
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    position: absolute;
    bottom: 0px;
    transform: translateY(100px)
}

.index-s3 .right-box .item.active .para {
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: all 0.4s ease;
    transform: translateY(0px)
}

.index-s3 .right-box .item p {
    font-size: 16px;
    line-height: 1.8;
    color: #808080;
    opacity: 0;
    text-align: justify;
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.index-s3 .right-box .item a {
    display: inline-block;
    font-size: 14px;
    color: #1163bd;
    opacity: 0;
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: .1s;
}

.hmc2tag {
    margin-top: 30px;
    height: 38px;
}

.hmc2ritem {
    width: 504px
}

.hmc2tag2 {
    margin-left: -6px;
    margin-right: -6px;
}

.hmc2tag2 li {
    padding: 0 6px;
}

.hmc2tag2 a {
    margin: 0;
    padding: 0;
    display: block;
    white-space: nowrap
}

 .slick-prev {
    background: url(../images/hmc2ar.png) no-repeat center center;
    display: inline-block;
    height: 13px;
    width: 7px;
    position: absolute;
    left: -20px;
    top: 12px;
    text-indent: 1000px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer
}

.slick-next {
    background: url(../images/hmc2ar.png) no-repeat center center;
    display: inline-block;
    height: 13px;
    width: 7px;
    position: absolute;
    right: -20px;
    top: 12px;
    text-indent: 1000px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    transform: rotate(180deg);
}
.focusBomWpr  .slick-prev{
    transform: rotate(180deg);
}
.focusBomWpr .slick-next{
    transform: rotate(0);
}
.focusBomWpr  .slick-prev, .focusBomWpr .slick-next{
    background: url(../images/d.png) no-repeat center center;
    height: 26px;
    width: 14px;
    top:14px

}
 /* .slick-prev:hover,
 .slick-next:hover {
    background-image: url(../images/hmc2ar.png);
} */

.hmc2tag li {
    float: left;
}

.index-s3 .right-box .item .hmc2tag a {
    padding: 0 0px;
    min-width: 120px;
    text-align: center;
    line-height: 36px;
    height: 38px;
    border: 1px solid #999999;
    border-radius: 2em;
    margin-right: 12px;
    color: #999999;
    margin-top: 0 !important;
}

.index-s3 .right-box .item .hmc2tag a:hover {
    background: #1163bd !important;
    color: #fff !important;
    border: 1px solid #1163bd !important;
}

.index-s3 .right-box .item .hmc2tag a:after {
    display: none
}

.hmc2_rm {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #1163bd;
}

.index-s3 .right-box .item a:after {
    content: '';
    width: 7px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-11.png");
}

.index-s3 .right-box .item .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.index-s3 .right-box .item .icon:after {
    content: '';
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-10.png");
    transition: all .3s ease;
}

.index-s3 .right-box .item.active .box {
    padding: 2.5vw;
}

.index-s3 .right-box .item.active .icon:after {
    background-image: url("../images/icon-10-on.png");
}

.index-s4 {
    position: relative;
    z-index: 3;
}

.index-s4 .left-block {
    width: 41.66vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url("../images/index-3.jpg"); */
    /* padding: 6.25vw 3.125vw; */
    color: #fff;
}

.index-s4 .index-tit {
    background-color: #000000;
    padding: 4.25vw 3.125vw 2vw;
    height: 270px;
}

.index-s4 .index-tit div {
    margin-top: 20px;
}

.index-s4 .index-tit a {
    color: #ffffff;
    display: inline-block;
    width: 156px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 18px;
    text-align: center;
    background-color: #1163bd;
    margin-right: 10px;

}

.index-new {
    display: inline-block;
    width: 100%;
}

.left-block .index-new {
    background-color: #000000aa;
    padding: 10vw 3.125vw 6vw;
    color: #FFFFFF;
    cursor: pointer;
    height: 520px;
    position: absolute;
    top: 0;
}

.left-block .index-new * {
    color: #FFFFFF;
}

.left-block .date {
    margin-bottom: 2vw;
}

.index-new h4 {
    font-size: 22px;
}

.index-s4 .left-block span {
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 2px;
    display: block;
    line-height: 42px;
    margin-bottom: 10px;
}

.index-s4 .left-block p {
    font-size: 18px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.index-s4 .left-block h3 {
    font-size: 50px;
    line-height: 64px;
    font-weight: bold;
    margin-bottom: 2px;
    display: block;
    margin-top: 25px
}

.index-s4 .left-block .link {
    margin: 6.25vw 0;
    display: inline-block;
}

.index-s4 .left-block .link a {
    display: block;
    margin-top: 3.125vw;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.3);
    transition: color .3s ease;
}

.index-s4 .left-block .link a:nth-of-type(1) {
    margin-top: 0;
}

.index-s4 .left-block a.more {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.index-s4 .left-block a.more:after {
    content: '';
    width: 8px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/pub_ar.svg");
    margin: -2px 0 0 10px;
}

.index-s4 .right-block {
    width: calc(100% - 41.66vw);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    letter-spacing: 2px;
}

.index-s4 .right-block .left-box {
    width: 33.33vw;
    position: absolute;
    top: 0;
    left: 0;
}

.index-s4 .right-block .left-box .item {
    height: 33.33vw;
}

.index-s4 .right-block .left-box .item h3 {
    font-size: 32px;
    height: 96px;
    font-weight: normal;
}

.index-s4 .right-block .left-box .item:nth-of-type(1) .date {
    color: #fff;
}

.index-s4 .right-block .left-box .item:nth-of-type(1) h3 {
    color: #fff;
}

.index-s4 .right-block .left-box .item:nth-of-type(1) .more {
    background-image: url("../images/icon-6-on.png");
}

.index-s4 .right-block .left-box .item:nth-of-type(2) .date {
    color: #1163bd;
}

.index-s4 .right-block .left-box .item:nth-of-type(2) h3 {
    color: #333333;
}

.index-s4 .right-block .left-box .item:nth-of-type(2) h4 {
    color: #808080;
}

.index-s4 .right-block .left-box .item:nth-of-type(2) .more {
    background-image: url("../images/icon-6.png");
}

.index-s4 .right-block .right-box {
    float: left;
    display: inline-block;
    height: 100%;
    width: 50%;

}

.index-s4 .right-block .right-box .item {
    background: #1163bd;
    color: #fff;
    height: 420px;

}

.item-1,
.item-3 {
    height: 370px !important;
}

.item-1 {
    background: #ffffff !important;

}

.item-1 * {
    color: #000000 !important;
}

.item-2 {
    background: #000000 !important;
}

.index-s4 .right-block .right-box .item .date {
    color: #fff;
}

.index-s4 .right-block .right-box .item h3 {
    font-size: 20px;
    color: #fff;
    max-height: 117px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: normal;
}

.index-s4 .right-block .item ,.index-s4 .left-block .item {
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
}

.index-s4 .right-block .item a {
    display: block;
    height: 100%;
}

.index-s4 .right-block .item .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index-s4 .right-block .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}
.item:hover img{
    transform: scale(1.2);
}
 .item .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3.125vw;
    transform: translateY(calc(3.125vw));
    transition: all .3s ease;
}

.date b,
.date span {
    display: block;
}

.date b {
    font-size: 60px;
    line-height: 1;
    font-family: 'EuclidCircularA-SemiBold';
}

.date span {
    font-size: 20px;
    line-height: 1;
    font-family: 'EuclidCircularA-Regular';
    margin-top: 5px;
}

.index-s4 .right-block .item h3 {
    margin-top: 3.125vw;
    line-height: 1.5;
    overflow: hidden;
}

.index-s4 .right-block .item h4 {
    font-size: 18px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 96px;
    overflow: hidden;
    margin-top: 20px;
    font-weight: normal;
    color: #fff;
    transition: all .3s ease;
    visibility: hidden;
    /* transform: scaleY(0); */
    opacity: 1;
    visibility: visible;
}

.item:hover h4 {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1)
}

.item .more {
    width: 30px;
    /* height: 60px; */
    margin-top: 3.125vw;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transform: translateY(100%);
    transition: all .3s ease;
}

.item-draw {
    background-color: #000000aa;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateY(-100%);
}

.item:hover .txt-box {
    transform: translateY(0);
}

.item:hover .more {
    opacity: 1;
}

.m2layerBg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 60
}

.title {
    text-align: center;
    font-size: 32px;
    margin: 0px 0px 20px;
}


.title1 {
    text-align: center;
    font-size: 32px;
    margin: 60px 70px 20px;
}


.title-label {
    text-align: center;
    font-size: 18px;
    margin: 0 0px 20px;
    position: relative;
}


.title-labeel {
    text-align: center;
    font-size: 18px;
    margin: 0 70px 20px;
    position: relative;
}

.title-labell {

    font-size: 18px;
    margin: 0 0 40px;
    position: relative;
}


.pagination {
    text-align: center;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.page-num {
    background-color: #eeeeee;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center !important;
    line-height: 32px;
    margin: 0 3px;
    cursor: pointer;
}

.page-num-active {
    background-color: #ffffff;
    border: 1px solid #1163bd;
    color: #1163bd;
}

.footL {
    display: none;
}

.footL strong {
    font-size: 16px;
}
.footL strong:after {
    content: "";
    background: #1163bd;
    height: 2px;
    width: 24px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.footLanx{
    margin-top: 12px;
    line-height: 34px;
    margin-bottom: 12px;
}
.footLanx p{
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
}
.footLanx img{
    vertical-align: middle;
    margin-right: 10px;
}

@media screen and (max-width: 1590px) {
    .title {
        font-size: 28px;
        margin: 12px 0 6px;
    }

    .title-label {
        margin: 0 0 20px;
    }

    .headerWpr {
        padding-top: 20px;
        height: 90px;
    }

    .mod_navigation {
        height: 90px;
    }

    .pc_serBtn {
        height: 70px;
    }

    .nav_a {
        font-size: 16px;
        line-height: 70px;
        padding: 0px 10px;
    }

    .nav_lan {
        line-height: 70px;
    }

    .hmc1des {
        line-height: 30px;
        font-size: 15px;
    }

    .hmc1ul li strong span {
        font-size: 40px;
    }

    .hmc1ul li p {
        margin-top: 10px;
    }

    .headerWpr.down .subMenu {
        top: 70px;
    }

    .nav_lan ul {
        top: 70px;
    }

    .subMenu_a {
        padding: 10px;
    }

    .footLx {
        font-size: 16px;
        width: 320px;
    }

    .footLx div img {
        height: 30px;
    }

    .footLx-phone {
        font-size: 24px;
    }

    .foot_menu {
        margin-left: 10px;
        margin-right: 40px;

    }

    .foot_menu dt {
        font-size: 18px;
    }

    .footRx div {
        width: 130px;
    }

}

@media screen and (max-width: 1200px) {

    .wrapper>.header {
        display: block !important;
    }
    .mod_navigation {
        height: 0;   
    }

    .index-s3 .left-box {
        width: 0;
    }

    .index-s3 .right-box {
        width: 100%;
    }
    .footer{
        display: none;
    }
    .footer-h5,.footer-pc{
        display: block !important;
    }
    .focusBomWpr{
        display: none;
    }
}

@media screen and (max-width:960px) {
    .title {
        font-size: 26px;
        margin: 6px 0 4px;
    }

    .title-label {
        margin: 0 0 10px;
    }

    .hmc1Lx {
        position: relative;
        top: 0;
        transform: none;
        width: 100%
    }

    .hmc1Lx img {
        height: auto;
        width: 100%;
    }

    .hmc1Rx {
        width: 100%;
        padding-left: 0
    }

    .index-s4 .left-block {
        width: 100%;
    }

    .index-s4 .right-block {
        width: 100%;
        position: relative;
    }

    .foot_menu {
        display: none;
    }

    .footRx {
        display: none;
    }
    /* .footLx{
        display: none;
    } */

    .footL {
        display: block;
    }
    .index-s3 .right-box .item .para{
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .hmc1ul li strong span{
font-size: 30px;
    }
    .index-s4 .right-block .right-box {
        width: 100%;
    }
    .hmc2tag{
        margin-top: 10px;
        margin-bottom: 26px;
    }
    .index-s3 .right-box .item .hmc2tag a{
        min-width: 70px;

    }
    .index-s3 .right-box .item a{
        
        bottom: -25px;
    }
}