.hmFocus, .hmFocus_item, .hmFocus_item {
    height: 100vh;
}

.hmFocusWpr {
    position: relative;
}

.hmFocus {
    background: #000;
}

.hmFocus_item {
    position: relative;
    overflow: hidden;
}

.hmFocus_item video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hmFocus_item:after {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.hmBan_txt {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.hmBan_txt img {
    display: inline-block;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.8s ease;
}

.on .hmBan_txt img {
    opacity: 1;
    transform: translateY(0);
}

@keyframes nextico {
    0% {
        bottom: 4px;
        opacity: 0;
    }
    100% {
        bottom: -4px;
    }
}

.hmNext {
    height: 45px;
    width: 21px;
    margin-left: -10px;
    bottom: 42px;
    z-index: 5;
    position: absolute;
    left: 50%;
}

.hmNext span {
    height: 32px;
    width: 21px;
    border: 1px solid #FFF;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 2em;
}

.hmNext span:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #fff;
    position: absolute;
    left: 9px;
    top: 4px;
}

.hmNext i {
    height: 10px;
    width: 10px;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    position: absolute;
    left: 6px;
    bottom: 0px;
    transform: rotate(-45deg);
    animation: nextico 1s linear infinite
}

.svgAni {
    height: 48px;
    width: 48px;
    position: absolute;
    right: 80px;
    bottom: 48px;
}

.svgAni:before {
    content: "";
    width: 42px;
    height: 42px;
    border: 1px solid #FFF;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    border-radius: 50%;
}

.svgAni:after {
    content: "";
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--cor);
    border-radius: 50%;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0px
    }
}

.load {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
}

.circle {
    stroke-dasharray: 360px;
    stroke-dashoffset: 360px
}

.on .circle {
    animation: dash 39s linear infinite /*forwards*/
}

@media (max-width: 1799px) {
    .hmNext {
        bottom: 35px;
    }

    .svgAni {
        bottom: 35px;
    }
}

@media (max-width: 1379px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 993px) {
    .hmFocus, .hmFocus_item, .hmFocus_item {
        height: 500px;
    }

    .hmBan_txt img {
        height: 150px;
        width: auto;
    }

    .svgAni {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .hmNext {
        display: none;
    }

    .svgAni {
        transform: scale(0.8);
        transform-origin: right bottom;
    }
}


.hmt80 {
    margin-top: 80px;
}

.hm_page1 {
}

.hmc1con {
}

.hmc1con .container {
    display: flex;
    justify-content: space-between;
}

.hmc1lx {
    width: 47%;
    padding-left: 2.5%;
    position: relative
}

.hmc1lx ul {
    display: block;
    position: relative;
}

.hmc1lx li {
    position: relative;
    cursor: pointer
}

.hmc1lx li img {
    transition: all 0.5s ease;
}

.hmc1lx li:hover img {
    transform: scale(1.15);
}

.hmc1lx li:nth-child(1) {
    padding-left: 5%;
}

.hmc1lx li:nth-child(2) {
    padding-left: 8%;
    margin-top: 15px;
}

.hmc1lx li:nth-child(3) {
    padding-left: 5.5%;
    margin-top: 15px;
}

.hmc1lx li:nth-child(4) {
    padding-left: 0%;
    margin-top: 15px;
}

.hmc1lx li:nth-child(5) {
    background: url(../images/hmc2line.png) no-repeat;
    height: 55px;
    width: 502px;
    position: absolute;
    left: 120px;
    bottom: 91px;
    z-index: 2;
    transition: all 0.5s ease;
}

.hmc1lx li:nth-child(5):hover {
    transform: scale(1.15);
}

.hmc1lx li:nth-child(6) {
    padding-left: 0%;
    margin-top: 15px;
}

.hmc1rx {
    width: 50%;
    padding-right: 12.6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 80px;
}

.hmc1rx dd {
    display: none;
}

.hmc1rx dd.on {
    display: block;
    animation: fadeInUp 0.3s ease;
}
.hmc1rx dd:nth-child(6){ display:none !important; }
.hmpt {
    font-size: 60px;
    line-height: 60px;
    color: var(--cor);
}

.hmc1mico {
}

.hmc1des {
    font-size: 20px;
    line-height: 42px;
    margin-top: 1.6vw; 
}

@media (max-width: 1799px) {
    .hmpt {
        font-size: 46px;
        line-height: 46px;
    }

    .hmc1des {
        font-size: 16px;
        line-height: 36px;
    }

    .hmc1lx {
        height: 515px;
    }

    .hmc1lx ul {
        transform: scale(0.7);
        transform-origin: left top;
    }
}

@media (max-width: 1379px) {
    .hmc1lx ul {
        transform: scale(0.6);
    }

    .hmc1lx {
        height: 420px;
    }

    .hmpt {
        font-size: 40px;
        line-height: 40px;
    }

    .hmc1rx {
        padding-bottom: 60px;
    }
}

@media (max-width: 1199px) {
    .hmt80 {
        margin-top: 50px;
    }
}

@media (max-width: 993px) {
    .hmc1lx {
        display: none;
    }

    .hmc1rx {
        width: 100%;
        padding-right: 0;
    }

    .hmc1rx {
        text-align: center;
    }

    .hmc1mico {
        margin: 25px auto;
    }

    .hmc1mico img {
        display: inline-block;
    }

    .hmc1rx .slick-dots {
        bottom: 20px;
    }

    .hmc1rx .slick-dots li button {
        display: none;
    }

    .hmc1rx .slick-dots li {
        background: #D6D6D6;
        display: inline-block;
        height: 9px;
        width: 9px;
        margin: 0px 6px;
        position: relative;
        border-radius: 50%;
        vertical-align: middle
    }

    .hmc1rx .slick-dots li.slick-active {
        background: var(--cor);
    }
}

@media (max-width: 767px) {
    .hmpt {
        font-size: 24px;
        line-height: 36px;
    }

    .hmc1des {
        font-size: 14px;
        line-height: 26px;
    }
}


.hm_page2 {
    text-align: center;
    position: relative;
    z-index: 1;
    background: #000
}

.hmc2des {
    font-size: 18px;
    line-height: 30px;
    margin-top: 2.2vw;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto
}

.hmc2computer {
    margin-top: 1.6vw;
}

.hmc2computer img {
    max-width: 1000px;
}

@media (max-width: 1799px) {
    .hmc2des {
        font-size: 16px;
        line-height: 26px;
        margin-top: 1.6vw
    }

    .hmc2computer img {
        max-width: 800px;
    }
}

@media (max-width: 1379px) {
    .hmc2computer img {
        max-width: 600px;
    }
}

@media (max-width: 1199px) {

}

@media (max-width: 993px) {
    .hmc2des {
        margin-top: 25px;
    }

    .hmc2computer {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .hmc2des {
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .hmc2computer img {
        max-width: 100%;
    }
}


.hm_page3 {
    position: relative;
}

.hmc3pc_img {
    position: absolute;
    right: 0;
    bottom: -2vw;
    width: 54.27vw;
    max-width: 1042px;
}

.hm_page3 .container {
    position: relative;
    z-index: 1;
}

.hmc3st {
    font-size: 20px;
    line-height: 20px;
    background: url(../images/hmc4tico.png) no-repeat left center;
    padding-left: 34px;
    margin-top: 2.6vw;
    transition: all 0.5s ease;
}

.hmc3st.on {
    background: url(../images/hmc4tico2.png) no-repeat left center;
    color: var(--cor);
    transform: translateX(25px)
}

.hmc3m_img {
}

.hmc3sul {
    margin-top: 1.4vw;
    display: flex;
}

.hmc3sul li {
    margin-right: 18px;
    position: relative;
    padding-bottom: 32px;
}

.hmc3ico {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid var(--cor);
    position: relative
}

.hmc3ico img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    transition: all 0.5s ease;
}

.hmc3ico img:nth-child(2) {
    opacity: 0;
}

.hmc3sul li p {
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    white-space: nowrap;
    transform: translateX(-50%);
}

.hmc3sul li:hover .hmc3ico img /*,.hmc3sul.on li .hmc3ico img*/
{
    opacity: 0;
}

.hmc3sul li:hover .hmc3ico img:nth-child(2) /*,.hmc3sul.on li .hmc3ico img:nth-child(2)*/
{
    opacity: 1;
}

/*.hmc3sul.on{color:var(--cor);}*/
.hmc3table {
    margin-top: 22px;
    border-radius: 0.4em;
    overflow: hidden;
    width: 620px;
}

.hmc3table li {
    margin-bottom: 1px;
    display: flex;
}

.hmc3table li:nth-child {
    margin-bottom: 0;
}

.hmc3table li span:nth-child(1) {
    background: #377237;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    height: 62px;
    width: 100px;
    padding: 0px 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hmc3table li span:nth-child(2) {
    background: rgba(180, 180, 180, 0.6);
    width: 520px;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
}

.hmc3pc_btn {
    position: absolute;
    cursor: pointer;
}

.hmc3pc_btn1 {
    width: 16.92vw;
    height: 6.66vw;
    right: 6%;
    top: 18%;
}

.hmc3pc_btn2 {
    width: 19.27vw;
    height: 5.72vw;
    top: 37%;
    right: -5%;
}

.hmc3pc_btn3 {
    width: 16.92vw;
    height: 6.66vw;
    top: 42%;
    right: 22%;
}

@media (max-width: 1799px) {
    .hmc3ico {
        width: 62px;
        height: 62px;
    }

    .hmc3st {
        font-size: 18px;
        margin-top: 2vw;
    }

    .hmc3table li span:nth-child(1) {
        height: 52px;
    }
}

@media (max-width: 1379px) {
    .hmc3ico {
        width: 56px;
        height: 56px;
    }

    .hmc3st {
        font-size: 16px;
        margin-top: 1.5vw;
    }

    .hmc3table li span:nth-child(1) {
        height: 50px;
    }

    .hmc3sul li p {
        font-size: 14px;
        line-height: 22px;
    }

    .hmc3sul li {
        padding-bottom: 26px;
    }

    .hmc3table {
        margin-top: 16px;
    }

    .hmc3pc_btn1 {
        top: 15%;
        right: 12%;
    }

    .hmc3pc_btn2 {
        top: 32.5%;
        right: 3%;
    }

    .hmc3pc_btn3 {
        top: 37%;
        right: 25%;
    }
}

@media (max-width: 1199px) {
    .hm_page3 .container {
        padding-left: 40px;
    }

    .hmc3pc_btn1 {
        top: 34%;
        right: 16%;
    }

    .hmc3pc_btn2 {
        top: 48.5%;
        right: 6%;
    }

    .hmc3pc_btn3 {
        top: 53%;
        right: 27%;
    }
}

@media (max-width: 993px) {
    .hm_page3 .hmpt {
        text-align: center;
    }

    .hmc3st {
        margin-top: 30px;
    }

    .hmc3sul {
        margin-top: 20px;
    }

    .hmc3pc_btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .hm_page3 .container {
        padding-left: 15px;
    }

    .hmc3sul li {
        margin-right: 10px;
    }

    .hmc3table {
        width: auto;
    }

    .hmc3table li {
        flex-wrap: wrap;
    }

    .hmc3table li span:nth-child(1) {
        width: 100%;
        height: auto;
        text-align: left;
        padding: 15px;
        text-align: center
    }

    .hmc3table li span:nth-child(2) {
        width: 100%;
        height: auto;
        padding: 15px;
        font-size: 14px;
        line-height: 22px;
    }
}


.hm_page4 {
    background: url(../images/hmc4nbg.jpg) no-repeat left center;
    background-size: cover;
}

.hm_page4 .container {
    display: flex;
    flex-direction: row-reverse;
}

.hmc4con {
    width: 54.79%;
}

.hmc4ul {
    padding-top: 25px;
}

.hmc4ul li {
    margin-top: 25px;
    position: relative;
    min-height: 142px;
    padding-left: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hmc4ul li .coverImg {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    border: 1px solid var(--cor);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -71px;
    overflow: hidden;
}

.hmc4txt {
    padding-left: 40px;
    position: relative;
}

.hmc4txt:before {
    content: "";
    width: 1px;
    background: var(--cor);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 8px;
}

.hmc4txt strong {
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
    color: var(--cor);
}

.hmc4txt p {
    font-size: 16px;
    line-height:28px; text-align: justify;
}

@media (max-width: 1799px) {
    .hmc4txt strong {
        font-size: 24px;
        line-height: 24px;
    }

    .hmc4txt p {
        font-size: 13px;
        line-height: 22px;
    }

    .hmc4ul li .coverImg {
        width: 120px;
        height: 120px;
        margin-top: -60px;
    }

    .hmc4ul li {
        padding-left: 160px;
        min-height: 120px;
        margin-top: 20px;
    }
}

@media (max-width: 1379px) {
    .hmc4txt strong {
        font-size: 22px;
        line-height: 22px;
    }

    .hmc4txt p {
        font-size: 13px;
        line-height: 24px;
    }

    .hmc4ul li .coverImg {
        width: 100px;
        height: 100px;
        margin-top: -50px;
    }

    .hmc4ul li {
        padding-left: 140px;
        min-height: 100px;
        margin-top: 15px;
    }
}

@media (max-width: 1199px) {

}

@media (max-width: 993px) {
    .hmc4con {
        width: 100%;
    }

    .hm_page4 .hmpt {
        text-align: center;
    }

    .hm_page4 {
        margin-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .hmc4ul li {
        padding-left: 0;
        display: block;
        text-align: center
    }

    .hmc4ul li .coverImg {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto;
    }

    .hmc4txt:before {
        display: none;
    }

    .hmc4txt {
        padding-left: 0;
        margin-top: 20px;
        text-align: center
    }

    .hmc4txt p {
        text-align: center;
        padding-bottom: 10px;
    }

    .hmc4txt strong {
        font-size: 18px;
    }
}


.hm_page5 {
}

.hmc5ul {
    margin-top: 3vw;
    margin-left: -1px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.hmc5ul li {
    border-left: 1px solid #fff;
    width: 25%;
}

.hmc5item {
    display: block;
}

.hmc5item .overflowHide {
    height: 610px;
}

.hmc5item .coverImg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.5s ease;
}

.hmc5layer {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 128px;
}

.hmc5layer:after {
    content: "";
    background: url(../images/hmc6ar.png) no-repeat;
    height: 25px;
    width: 44px;
    position: absolute;
    left: 50%;
    bottom: -35px;
    margin-left: -22px;
    transition: all 0.5s ease;
}

.hmc5layer p {
    line-height: 40px;
    height: 88px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.hmc5layer p span {
    display: block;
}

.hmc5item:hover .hmc5layer:after {
    transform: translateX(20px);
}

.hmc5item:hover .coverImg:after {
    background: rgba(39, 82, 33, 0.8);
}

@media (max-width: 1799px) {
    .hmc5layer p {
        font-size: 20px;
        line-height: 30px;
    }

    .hmc5item .overflowHide {
        height: 430px;
    }

    .hmc5ul {
        margin-top: 2.6vw;
    }

    .hmc5layer {
        bottom: 85px;
    }
}

@media (max-width: 1379px) {
    .hmc5layer p {
        font-size: 20px;
        line-height: 32px;
    }

    .hmc5item .overflowHide {
        height: 400px;
    }

    .hmc5ul {
        margin-top: 2.4vw;
    }

    .hmc5layer {
        bottom: 65px;
    }
}

@media (max-width: 1199px) {

}

@media (max-width: 993px) {
    .hmc5ul li {
        width: 50%;
        border-bottom: 1px solid #fff;
    }

    .hmc5ul {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .hmc5item .overflowHide {
        height: 220px;
    }

    .hmc5layer {
        left: 12px;
        right: 12px;
        bottom: 45px;
    }

    .hmc5layer p {
        font-size: 14px;
        line-height: 24px;
    }

    .hmc5layer:after {
        bottom: -15px;
        transform: scale(0.8);
    }
}


.hm_page6 {
}

.hmc6changeWpr {
    margin: 3.2vw 80px 0;
    height: 507px;
    overflow: hidden;
}

.hmc6item {
    display: none;
}

.hmc6item.on {
    display: block;
    animation: fadeInUp 0.5s ease;
}

.hmc6dl {
    margin: 0 -14px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}

.hmc6dl dd {
    padding: 56px 14px 0;
    width: 33.33%;
}

.hmc6sim {
    display: block;
    border: 1px solid var(--cor);
    border-radius: 1em;
    padding: 76px 20px 46px;
    position: relative;
    text-align: center;
    background: url(../images/hmc7bg1.png) no-repeat right bottom;
    background-size: cover !important;
}

.hmc6dl dd:nth-child(2) .hmc6sim,
.hmc6dl dd:nth-child(5) .hmc6sim,
.hmc6dl dd:nth-child(8) .hmc6sim {
    background: url(../images/hmc7bg2.png) no-repeat right bottom;
}

.hmc6dl dd:nth-child(3) .hmc6sim,
.hmc6dl dd:nth-child(6) .hmc6sim,
.hmc6dl dd:nth-child(9) .hmc6sim {
    background: url(../images/hmc7bg3.png) no-repeat right bottom;
}

.hmc6sim span {
    height: 112px;
    width: 112px;
    position: absolute;
    left: 50%;
    top: -56px;
    border: 1px solid var(--cor);
    margin-left: -56px;
    background: #000;
    border-radius: 50%;
}

.hmc6sim span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    transition: all 0.5s ease;
}

.hmc6sim:hover span img {
    transform: translate(-50%, -50%) rotateY(180deg);
}

.hmc6sim strong {
    font-size: 28px;
    line-height: 42px;
    font-weight: normal;
    display: block;
    color: var(--cor);
    position: relative;
}

.hmc6ol {
    text-align: left;
    display: inline-block;
    margin-top: 22px;
    position: relative;
}

.hmc6ol p {
    font-size: 18px;
    line-height: 36px;
    padding-left: 28px;
    position: relative;
    color: #fff;
}

.hmc6ol p:before {
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    left: 0px;
    top: 15px;
    background: var(--cor);
    border-radius: 50%;
}

.hmc6tab {
    margin-top: 3.2vw;
    height: 10px;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
}

.hmc6tab:before {
    content: "";
    height: 2px;
    background: #8C8C8C;
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
}

.hmc6tab a {
    width: 100%;
    height: 10px;
    position: relative;
    cursor: pointer;
}

.hmc6tab a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    right: 0;
    height: 4px;
    border-radius: 2em;
}

.hmc6tab a.on:before {
    background: var(--cor);
}

.hmc6hx {
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.hmc6lx {
    background: url(../images/hmc5bga.png) no-repeat center center;
    text-align: center;
    height: 507px;
    width: 524px;
    padding-top: 41px;
}

.hmc6lx li {
    margin-bottom: 46px;
    cursor: default;
    transition: all 0.5s ease;
}

.hmc6lx li:hover {
    color: var(--cor);
}

.hmc6lx li strong {
    font-size: 15px;
    line-height: 28px;
    font-weight: normal;
    display: block;
}

.hmc6lx li p {
    font-size: 13px;
    color: #61cd52;
    line-height: 22px;
}

.hmc6rx {
    width: 580px;
    border-top: 2px dotted #484848;
}

.hmc6rx li {
    line-height: 105px;
    height: auto;
    background: url(../images/hm_c6ar.png) no-repeat 35px;
    padding-left: 85px;
    font-size: 16px;
    border-bottom: 2px dotted #484848;
    transition: all 0.5s ease;
    cursor: default;
    padding-top:35px; padding-bottom:35px;
    line-height: 26px;
        background: url(../images/hm_c6ar.png) no-repeat 35px;
        padding-left: 80px;
        font-size: 16px;
        background-size: 18px auto;
        padding-top:30px; padding-bottom:30px;
}

.hmc6rx li:hover {
    color: var(--cor);
}

@media (max-width: 1799px) {
    .hmc6sim span {
        width: 90px;
        height: 90px;
        top: -45px;
        margin-left: -45px;
    }

    .hmc6sim span img {
        width: 60px;
        height: 60px;
    }

    .hmc6dl dd {
        padding-top: 45px;
    }

    .hmc6sim {
        padding: 60px 20px 30px;
    }

    .hmc6sim strong {
        font-size: 24px;
        line-height: 38px;
    }

    .hmc6ol {
        margin-top: 15px;
    }

    .hmc6ol p {
        font-size: 16px;
        line-height: 32px;
    }

    .hmc6ol p::before {
        top: 13px;
    }

    .hmc6tab {
        margin-top: 3vw;
    }

    .hmc6changeWpr {
        margin-top: 3vw;
        height: 418px;
    }

    .hmc6lx li strong {
        font-size: 12px;
        line-height: 22px;
    }

    .hmc6lx li p {
        font-size: 12px;
        line-height: 22px;
    }

    .hmc6lx {
        width: 430px;
        height: 418px;
        background-size: 100% auto;
        padding-top: 27px;
    }

    .hmc6lx li {
        margin-bottom: 35px;
    }

    .hmc6rx {
        margin-top: 15px;
    }

    .hmc6rx li {
        line-height: 26px;
        background: url(../images/hm_c6ar.png) no-repeat 35px;
        padding-left: 80px;
        font-size: 16px;
        background-size: 18px auto;
        padding-top:30px; padding-bottom:30px;
    }
}

@media (max-width: 1379px) {
    .hmc6tab {
        margin-top: 2vw;
    }

    .hmc6changeWpr {
        margin-top: 2vw;
        height: 368px;
    }

    .hmc6lx li strong {
        font-size: 16px;
        line-height: 24px;
    }

    .hmc6lx li p {
        font-size: 14px;
        line-height: 20px;
    }

    .hmc6lx {
        width: 380px;
        height: 368px;
        padding-top: 22px;
    }

    .hmc6lx li {
        margin-bottom: 30px;
    }

    .hmc6rx li {
        line-height: 72px;
        height: 78px;
        padding-left: 76px;
        font-size: 16px;
        background-size: 16px auto;
    }

    .hmc6dl {
        padding-top: 25px;
    }
}

@media (max-width: 1199px) {
    .hmc6rx {
        width: 524px;
    }
}

@media (max-width: 993px) {
    .hmc6changeWpr {
        margin-left: 0;
        margin-right: 0;
    }

    .hmc6rx {
        width: 465px;
    }

    .hmc6lx {
        padding-top: 32px;
    }

    .hmc6lx li {
        margin-bottom: 25px;
    }

    .hmc6dl {
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 0
    }

    .hmc6tab {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .hmc6dl dd {
        width: 100%;
        margin-top: 25px;
    }

    .hmc6ol p {
        font-size: 14px;
        line-height: 30px;
        padding-left: 20px;
    }

    .hmc6ol p:before {
        top: 12px;
    }

    .hmc6hx {
        margin-top: 0;
        flex-wrap: wrap;
        width: 330px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 41px;
    }

    .hmc6rx {
        width: 100%;
    }

    .hmc6lx {
        padding-top: 40px;
    }

    .hmc6lx li {
        margin-bottom: 20px;
    }

    .hmc6rx li {
        background-size: 12px auto;
        background-position: left center;
        padding-left: 25px;
        padding-right: 0;
        line-height: 22px;
        font-size: 14px;
        padding-top:18px; padding-bottom:18px;
    }

    .hmc6hx {
        padding-top: 0;
    }

    .hmc6changeWpr {
        height: auto;
    }
}


.hmc7top {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    padding-top: 5vw;
    margin-bottom: 6vw;
}

.hmc7sex {
    margin-top: 2.8vw;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.hmc7sex input {
    color: #FFF;
    background: #696969 url(../images/hmc7_ser.png) no-repeat 22px center;
    padding-left: 63px;
    font-size: 16px;
    line-height: 46px;
    height: 46px;
    width: calc(100% - 135px);
    border-radius: 2em 0 0 2em;
}

.hmc7sex input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6
}

.hmc7sex input::-moz-placeholder {
    color: #fff;
    opacity: 0.6
}

.hmc7sex input:-moz-placeholder {
    color: #fff;
    opacity: 0.6
}

.hmc7sex input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.6
}

.hmc7sex button {
    width: 135px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    font-size: 16px;
    background: #6ABA57;
    border-radius: 0 2em 2em 0;
    color: #fff;
    padding-right: 10px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.hmc7sex button:hover {
    background: #5CAE48;
}

.footer {
    border-top: 1px solid #333333;
    padding-top: 5vw;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5vw;
}

.foot_wx {
    width: 126px;
    height: 126px;
    border: 1px solid #999999;
    border-radius: 0.6em;
    padding: 8px;
}

.foot_wx img {
    display: block;
}

.foot_nav {
    display: flex;
}

.foot_nav dl {
    padding-left: 30px;
    
    margin-left: 30px;
    border-left: 1px solid #333;
}

.foot_nav dl:first-child {
    margin-left: 0;
}

.foot_nav dl dt {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
}

.foot_nav dl dd {
    font-size: 14px;
    line-height: 26px; 
}

.foot_a1 {
    color: #fff;
}

.foot_a2 {
    color: #5c5c5c;
}

.foot_a2:hover {
    color: #ccc;
}

.foott_copy {
    border-top: 1px solid #333;
    text-align: center;
    font-size: 14px;
    padding: 20px 15px;
}
.foott_copy{ color: #5c5c5c; }
.foott_copy a{ color: #5c5c5c; }
.foott_copy * {
    vertical-align: middle;
}

@media (max-width: 1799px) {
    .foot_nav dl dd {
        font-size: 14px;
        line-height: 24px;
    }

    .foot_nav dl dt {
        margin-bottom: 12px;
    }

    .foot_nav dl {
        padding-left:15px;
        margin-left: 15px;
        max-width:205px;
    }

    .hmc7top {
        margin-bottom: 5vw;
    }
}

@media (max-width: 1379px) {
    .hmc7top {
        margin-bottom: 3vw;
    }
}

@media (max-width: 1199px) {
    .foot_nav dl dt {
        font-size: 16px;
    }

    .foot_nav dl {
        margin-left: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 993px) {
    .hmc7top {
        max-width: 600px;
    }

    .foot_nav {
        display: none;
    }

    .foot_wx {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .hmc7top {
        padding-top: 50px;
    }

    .hmc7sex button {
        width: 136px; font-size:14px;
    }

    .hmc7sex input {
        width: calc(100% - 96px);
    }

    .hmc7top {
        margin-bottom: 25px;
    }

    .hmc7sex {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 993px) {
    .hmc1lx {
        transition: all 1.2s ease;
        transform: translate(-150px, 0px);
        opacity: 0;
    }

    .active .hmc1lx {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.3s;
    }

    .hmc1rx {
        transition: all 1.2s ease;
        transform: translate(150px, 0px);
        opacity: 0;
    }

    .active .hmc1rx {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.3s;
    }

    .hm_page2 .hmpt {
        transition: all 1.2s ease;
        transform: translate(0px, 150px);
        opacity: 0;
    }

    .active.hm_page2 .hmpt {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.3s;
    }

    .hmc2des {
        transition: all 1.2s ease;
        transform: translate(0px, 150px);
        opacity: 0;
    }

    .active .hmc2des {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.4s;
    }

    .hmc2computer {
        transition: all 1.2s ease;
        transform: translate(0px, 150px);
        opacity: 0;
    }

    .active .hmc2computer {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.6s;
    }

    .hm_page3 .container {
        transition: all 1.2s ease;
        transform: translate(-250px, 0px);
        opacity: 0;
    }

    .hm_page3.active .container {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.3s;
    }

    .hm_page4 .hmpt {
        transition: all 1.2s ease;
        transform: translate(0px, 150px);
        opacity: 0;
    }

    .hm_page4.active .hmpt {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.3s;
    }

    .hmc4ul {
        transition: all 1.2s ease;
        transform: translate(0px, 150px);
        opacity: 0;
    }

    .active .hmc4ul {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.5s;
    }

    .hm_page5 .hmpt {
        transition: all 1.2s ease;
        transform: translate(0px, 150px);
        opacity: 0;
    }

    .hm_page5.active .hmpt {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.3s;
    }

    .hmc5ul {
        transition: all 1.2s ease;
        transform: translate(0px, 150px);
        opacity: 0;
    }

    .active .hmc5ul {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.5s;
    }

    .hm_page6 .hmpt {
        transition: all 1.2s ease;
        transform: translate(0px, 150px);
        opacity: 0;
    }

    .hm_page6.active .hmpt {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.3s;
    }

    .hmc6changeWpr {
        transition: all 1.2s ease;
        transform: translate(0px, 150px);
        opacity: 0;
    }

    .active .hmc6changeWpr {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.5s;
    }

    .hmc6tab {
        transition: all 1.2s ease;
        transform: translate(0px, 150px);
        opacity: 0;
    }

    .active .hmc6tab {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.6s;
    }

    .hmc7top {
        transition: all 1.2s ease;
        transform: translate(0px, 150px);
        opacity: 0;
    }

    .active .hmc7top {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.3s;
    }

    .hm_page7 .footer {
        transition: all 1.2s ease;
        transform: translate(0px, 150px);
        opacity: 0;
    }

    .hm_page7.active .footer {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.5s;
    }
}


.abt_con1 {
    padding-top: 13.02vw;
    overflow: hidden;
    padding-bottom: 6vw;
}

.m2put_top {
    padding-bottom: 12vw;
}

.wauto { /* width:84.89vw;*/
    max-width: 1630px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.top_tnm {
    display: inline-block;
    padding: 3.22vw 7.29vw 3.22vw 0px;
    position: relative;
}

.top_tnm:before {
    content: "";
    background: #47963c;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50vw;
    border-radius: 0 0.6em 0.6em 0;
}

.top_tnm strong {
    display: block;
    position: relative;
    font-size: 60px;
    line-height: 70px;
    font-weight: normal;
}

.top_tnm p {
    position: relative;
    font-size: 26px;
    line-height: 26px;
    margin-top: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.abt_c1txt {
    margin-top: 8.33vw;
}

.abt_c1txt p {
    font-size: 18px;
    line-height: 36px;
    margin-right: 5px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 8px;
}

.abt_c1txt p:before {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0px;
    top: 14px;
    background: var(--cor);
    border-radius: 50%;
}

.abt_con2 {
}

.abt_con3 {
    padding-top: 6vw;
    overflow: hidden;
}

.abt_c3box {
    margin-top: 4vw;
    display: flex;
    justify-content: space-between;
}

.abt_c3lx {
    width: 30.36%;
}

.abt_c3lx li {
    position: relative;
    padding: 0 35px;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 172px;
}

.abt_c3lx li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50vw;
    border-radius: 0 0.6em 0.6em 0;
    background: #fff;
}

.abt_c3lx li:last-child {
    margin-bottom: 0 !important;
}

.abt_c3lx li img {
    position: relative;
    z-index: 1;
}

.abt_c3lx li:before {
    content: "";
}

.abt_c3lx li span {
}

.abt_c3rx {
    width: 64.11%;
    border: 1px solid var(--cor);
    border-radius: 0.6em;
    padding: 70px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.abt_c3rx:after {
    content: "";
    width: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 70px;
    bottom: 70px;
}

.abt_c3tip {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hmspt {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 1px;
    padding-left: 36px;
    position: relative;
    color: var(--cor);
}

.hmspt:before {
    content: "";
    width: 3px;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    background: var(--cor);
}

.abt_c3tipul {
    margin-top: 45px;
}

.abt_c3tipul li {
    margin-top: 35px;
    position: relative;
    padding-left: 102px;
    padding-top: 6px;
    min-height: 84px;
}

.abt_c3tipul li span {
    height: 84px;
    width: 84px;
    border: 1px solid var(--cor);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.abt_c3tipul li span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}

.abt_c3tipul li strong {
    font-size: 26px;
    line-height: 38px;
    display: block;
    font-weight: normal;
    color: var(--cor);
}

.abt_c3tipul li p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
}

.abt_c3mes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-left: 70px;
}

.abt_c3mes textarea {
    width: 100%;
    padding: 32px 25px;
    height: 316px;
    background: #262626;
    border-radius: 0.6em;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.abt_c3mes textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5
}

.abt_c3mes textarea::-moz-placeholder {
    color: #fff;
    opacity: 0.5
}

.abt_c3mes textarea:-moz-placeholder {
    color: #fff;
    opacity: 0.5
}

.abt_c3mes textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 0.5
}

.abt_c3mes button {
    margin-top: 32px;
    width: 100%;
    font-size: 20px;
    line-height: 52px;
    color: #FFF;
    background: var(--cor);
    height: 52px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
    border-radius: 2em;
}

.abt_c3mes button:hover {
    background: #47963c;
    box-shadow: 0 5px 20px rgba(97, 205, 82, 0.3);
}

.abt_con4 {
    padding: 6vw 0;
}

.abt_c4sw {
    margin: 3vw 8.33vw 0;
}

.abt_c4sw dd {
    padding: 16px;
}

.abt_c4item {
    display: block;
    padding: 18px;
    border-radius: 0.8em;
    box-shadow: 0 0 16px rgba(97, 205, 82, 0.7);
}

.abt_c4item img {
    border-radius: 0.7em;
}

.abt_c4img {
}

.abt_c4item p {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    margin: 20px 0px 7px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.abt_c4sw .slick-prev {
    background: url(../images/abt_c4btn.png) no-repeat center center;
    display: inline-block;
    height: 42px;
    width: 22px;
    position: absolute;
    left: -70px;
    top: 50%;
    overflow: hidden;
    cursor: pointer;
    margin-top: -21px;
    z-index: 1;
}

.abt_c4sw .slick-next {
    background: url(../images/abt_c4btn.png) no-repeat center center;
    display: inline-block;
    height: 42px;
    width: 22px;
    position: absolute;
    right: -70px;
    top: 50%;
    overflow: hidden;
    cursor: pointer;
    margin-top: -21px;
    z-index: 1;
    transform: rotate(180deg);
}

/*.abt_c4sw .slick-prev:hover,.abt_c4sw .slick-next:hover{background-image:url(../images/m2mbr_ar2.png);}*/
.abt_con2 .hmc6changeWpr,
.abt_con2 .hmc6tab {
    opacity: 1;
    transform: translate(0, 0);
}

.abt_c1ntxt {
    margin-top: 5vw;
}

.abt_c1ntxt dl {
    margin-bottom: 2.6vw;
    display: flex;
}

.abt_c1ntxt dl dt {
    width: 200px;
}

.abt_c1ntxt dl dt span {
    font-size: 20px;
    letter-spacing: 2px;
    display: inline-block;
    padding-right: 40px;
    background: url(../images/abt_tico.png) no-repeat right 10px center;
    color: var(--cor);
    line-height: 30px;
}

.abt_c1ntxt dl dd {
    font-size: 18px;
    line-height: 42px;
    width: calc(100% - 200px);
    letter-spacing: 1px;
}

@media (max-width: 1799px) {
    .wauto {
        width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .top_tnm strong {
        font-size: 44px;
        line-height: 58px;
    }

    .top_tnm p {
        font-size: 22px;
        line-height: 24px;
        margin-top: 10px;
    }

    .top_tnm {
        padding: 2.6vw 5vw 2.6vw 0;
    }

    .abt_c1txt p {
        font-size: 16px;
        line-height: 32px;
    }

    .abt_c1txt p:before {
        top: 12px;
        width: 6px;
        height: 6px;
    }

    .abt_con2 .hmc6changeWpr {
        margin-top: 4vw;
    }

    .abt_c3lx li {
        height: 120px;
    }

    .abt_c3lx li img {
        max-height: 50px;
        width: auto
    }

    .abt_c3rx {
        padding: 30px;
    }

    .hmspt {
        font-size: 28px;
        line-height: 28px;
    }

    .abt_c3tipul li span {
        width: 72px;
        height: 72px;
    }

    .abt_c3tipul li span img {
        max-height: 50%;
        max-width: 50%;
    }

    .abt_c3tipul li {
        margin-top: 25px;
        padding-left: 88px;
        padding-top: 4px;
        min-height: 72px;
    }

    .abt_c3tipul li strong {
        font-size: 22px;
        line-height: 30px;
    }

    .abt_c3tipul li p {
        font-size: 16px;
        margin-top: 4px;
    }

    .abt_c3mes {
        width: 54%;
        padding-left: 30px;
    }

    .abt_c3rx:after {
        left: 45%;
    }

    .abt_c3mes textarea {
        padding: 20px 20px;
        height: 235px;
        font-size: 14px;
        line-height: 26px;
    }

    .abt_c3mes button {
        margin-top: 22px;
        font-size: 18px;
        line-height: 44px;
        height: 46px;
    }

    .abt_c4item p {
        font-size: 15px;
        line-height: 24px;
    }

    .abt_c4sw .slick-prev {
        left: -50px;
    }

    .abt_c4sw .slick-next {
        right: -50px;
    }

    .abt_c1ntxt {
        margin-top: 5vw;
    }

    .abt_c1ntxt dl {
        margin-bottom: 2.2vw;
    }

    .abt_c1ntxt dl dt {
        width: 172px;
    }

    .abt_c1ntxt dl dt span {
        font-size: 22px;
        padding-right: 36px;
        line-height: 30px;
        background: url(../images/abt_tico.png) no-repeat right 5px center;
    }

    .abt_c1ntxt dl dd {
        font-size: 16px;
        line-height: 38px;
        width: calc(100% - 172px);
    }
}

@media (max-width: 1379px) {
    .top_tnm strong {
        font-size: 40px;
        line-height: 54px;
    }

    .abt_c3box {
        margin-top: 2.6vw;
    }

    .abt_c3lx li {
        margin-bottom: 30px
    }

    .abt_c3tipul {
        margin-top: 25px;
    }

    .abt_c3rx:after {
        top: 50px;
        bottom: 50px;
    }
}

@media (max-width: 1199px) {
    .wauto {
        width: 970px;
    }

    .abt_c3lx li img {
        max-height: 35px;
    }

    .abt_c3lx {
        width: 27%;
    }

    .abt_c3rx {
        width: 70%;
    }

    .abt_c3tipul li p {
        font-size: 14px;
    }

    .top_tnm strong {
        font-size: 36px;
        line-height: 50px;
    }
}

@media (max-width: 993px) {
    .wauto {
        width: 750px;
    }

    .abt_c3box {
        flex-wrap: wrap;
    }

    .abt_c3lx {
        width: 100%;
    }

    .abt_c3lx li:before {
        width: 100%;
        border-radius: 0.6em;
    }

    .abt_c3lx li span {
        text-align: center;
    }

    .abt_c3rx {
        width: 100%;
        margin-top: 25px;
        padding: 50px 30px
    }

    .abt_c4sw .slick-prev {
        left: -35px;
    }

    .abt_c4sw .slick-next {
        right: -35px;
    }

    .top_tnm strong {
        font-size: 26px;
        line-height: 36px;
    }

    .top_tnm p {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .wauto {
        width: 100%;
    }

    .abt_con1 {
        padding-top: 50px;
    }

    .top_tnm {
        display: block;
        text-align: center;
        padding: 20px 15px;
    }

    .top_tnm::before {
        width: 100%;
        border-radius: 0.6em;
    }

    .top_tnm strong {
        font-size: 24px;
        line-height: 32px;
    }

    .top_tnm p {
        font-size: 16px;
    }

    .abt_c1txt p {
        font-size: 14px;
        line-height: 26px;
    }

    .abt_c1txt p:before {
        top: 10px;
    }

    .abt_con3 {
        padding-top: 40px;
    }

    .abt_c3lx li {
        margin-bottom: 15px;
        height: 100px;
    }

    .abt_c3rx {
        padding: 30px 20px;
        flex-wrap: wrap;
    }

    .abt_c3rx:after {
        display: none;
    }

    .hmspt {
        font-size: 24px;
        line-height: 24px;
        padding-left: 18px;
    }

    .abt_c3tipul {
        margin-top: 8px;
    }

    .abt_c3tipul li p {
        font-size: 18px;
    }

    .abt_c3mes {
        width: 100%;
        margin-top: 30px;
        padding-left: 0
    }

    .abt_c4sw .slick-prev {
        left: -22px;
        background-size: 18px auto;
    }

    .abt_c4sw .slick-next {
        right: -22px;
        background-size: 18px auto;
    }

    .abt_c1ntxt {
        margin-top: 35px;
    }

    .abt_c1ntxt dl {
        flex-wrap: wrap;
        margin-top: 18px;
    }

    .abt_c1ntxt dl dt {
        width: 100%;
    }

    .abt_c1ntxt dl dd {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }

    .abt_c1ntxt dl dt span {
        font-size: 20px;
    }
}


.m2footer {
    position: relative;
    z-index: 1;
}

.m2footer_nobor .footer {
    border: none
}

.cs_page {
    position: relative;
    padding-top: 10vw;
    padding-bottom: 7.81vw;
}

.cs_page .hmc3pc_img {
    bottom: -6vw;
}

@media (max-width: 1799px) {
    .hmc3pc_img {
        bottom: -4vw;
    }
}

@media (max-width: 1379px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 993px) {

}

@media (max-width: 767px) {

}


.news_page {
    background: #191919;
    padding: 80px 0px 50px;
}

.news_ul {
    margin: 0px -15px;
}

.news_ul li {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
}

.news_item {
    display: block;
    background: #000;
    border-radius: 0.6em;
    padding: 45px 50px;
}

.news_item .overflowHide {
    margin-top: 20px;
    height: 400px;
}

.news_tm {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px;
}

.news_item strong {
    font-size: 28px;
    line-height: 36px;
    font-weight: normal;
    height: 72px;
    -webkit-line-clamp: 2;
}

.news_item p {
    font-size: 16px;
    line-height: 22px;
    height: 66px;
    -webkit-line-clamp: 3;
    color: #fff;
    margin-top: 15px;
}

.news_item span {
    display: inline-block;
    margin-top: 28px;
    font-size: 16px;
    line-height: 30px;
    background: url(../images/news_arr.png) no-repeat left center;
    color: var(--cor);
    padding-left: 32px;
}

.dtl_con {
    background: #000;
    padding: 60px 80px 80px;
    border-radius: 0.6em;
}

.dtl_tm {
    font-size: 20px;
    line-height: 20px;
}

.dtl_title {
    line-height: 30px;
    margin: 15px 0px 30px;
    line-height: 42px;
    color: var(--cor);
    font-weight: normal;
    display: block;
    letter-spacing: 2px;
}

.dtl_editor {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}

.dtl_page {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.dtl_back {
    background: var(--cor) url(../images/dtl_ar.png) no-repeat 24px center;
    display: inline-block;
    padding: 0px 24px 0px 64px;
    margin-right: 35px;
    border-radius: 2em;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 1px;
}

.dtl_next {
    background: var(--cor) url(../images/dtl_ar2.png) no-repeat right 24px center;
    display: inline-block;
    padding: 0px 64px 0px 24px;
    margin-right: 35px;
    border-radius: 2em;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 1px;
}

.dtl_back:hover, .dtl_next:hover {
    background-color: #4AC538 !important;
    color: #fff !important;
    box-shadow: 0 5px 25px rgba(97, 205, 82, 0.5);
}

@media (max-width: 1799px) {
    .dtl_con {
        padding: 50px 50px 55px;
    }

    .dtl_editor {
        font-size: 14px;
    }

    .news_item {
        padding: 30px 35px;
    }

    .news_tm {
        font-size: 18px;
    }

    .news_item strong {
        font-size: 24px;
    }

    .news_item p {
        font-size: 14px;
    }

    .news_item .overflowHide {
        height: 310px;
    }

    .news_item span {
        font-size: 14px;
        margin-top: 15px;
    }
}

@media (max-width: 1379px) {

}

@media (max-width: 1199px) {
    .news_item strong {
        font-size: 22px;
    }
}

@media (max-width: 993px) {
    .news_ul li {
        width: calc(100% - 30px);
    }
}

@media (max-width: 767px) {
    .dtl_back, .dtl_next {
        font-size: 15px;
    }

    .dtl_back {
        margin-right: 5px;
    }

    .dtl_next {
        margin-right: 0 !important;
    }

    .dtl_page {
        margin-top: 25px;
    }

    .news_page {
        padding-top: 50px;
    }

    .dtl_con {
        padding: 35px 20px 35px;
    }

    .dtl_tm {
        font-size: 16px;
    }

    .dtl_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .dtl_editor {
        font-size: 12px;
        line-height: 24px;
    }

    .news_item {
        padding: 25px 15px;
    }

    .news_tm {
        font-size: 16px;
    }

    .news_item strong {
        font-size: 18px;
        line-height: 30px;
        height: auto;
    }

    .news_item p {
        font-size: 12px;
        height: auto;
    }

    .news_item .overflowHide {
        height: 55vw;
    }
}


.lx_page {
    padding-top: 13.02vw;
    overflow: hidden;
    background: url(../images/lx_bg.png) no-repeat center top;
    background-size: 100vw auto;
}

.lx_form {
    margin-top: 20.83vw;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.81vw;
}

.lx_fmt {
    font-size: 34px;
    line-height: 34px;
    color: var(--cor);
    letter-spacing: 1px;
}

.lx_fmdes {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}

.lx_fmdes span {
    color: var(--cor);
}

.lx_fmul {
    margin-top: 40px;
    margin-left: -105px;
    margin-right: -105px;
}

.lx_fmul li {
    width: calc(50% - 210px);
    margin: 0 105px 24px;
}

.lx_tip {
    line-height: 42px;
    font-size: 16px;
}

.lx_tip .cor_red {
    display: inline-block;
    margin-right: 5px;
}

.lx_fminx {
    position: relative;
    line-height: 50px;
    height: 52px;
    border: 1px solid var(--cor);
    border-radius: 0.3em;
    padding: 0px 20px 0px 65px;
    font-size: 16px;
}

.lx_fminx img {
    position: absolute;
    left: 13px;
    top: 8px;
}

.lx_fminx input[type=text] {
    line-height: 50px;
    height: 50px;
    border-width: 0px;
    border-style: none;
    width: 100%;
    color: #fff;
    background: none;
    font-size: 16px;
}

.lx_fminx input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.7
}

.lx_fminx input::-moz-placeholder {
    color: #fff;
    opacity: 0.7
}

.lx_fminx input:-moz-placeholder {
    color: #fff;
    opacity: 0.7
}

.lx_fminx input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.7
}

.lx_fminx input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.lx_fminx input[type=radio] + i {
    height: 18px;
    width: 18px;
    border: 1px solid #FFF;
    position: absolute;
    left: 25px;
    top: 16px;
    border-radius: 50%;
}

.lx_fminx input[type=radio]:checked + i {
    border: 1px solid var(--cor);
}

.lx_fminx input[type=radio]:checked + i:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 5px;
    background: var(--cor);
}

.lx_fminx label {
    display: block;
    cursor: pointer;
}

.lx_btns {
    margin-top: 25px;
    text-align: center
}

.lx_btns button {
    line-height: 50px;
    color: #FFF;
    height: 50px;
    width: 204px;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    background: var(--cor);
    border-radius: 0.3em;
    transition: all 0.5s ease;
}

.lx_btns button:hover {
    box-shadow: 0 5px 25px rgba(97, 205, 82, 0.5);
    background: #4AC738;
}

.lxbom {
    margin-top: 3.6vw;
    display: flex;
    justify-content: space-between;
}

.lx_map {
    width: 56.05%;
    height: 40.88vw;
    background-size: cover;
    padding-left: 15.36%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lx_layer {
    width: 72.5%;
    background: rgba(0, 0, 0, 0.7);
    padding: 52px 30px 52px 50px;
    border-radius: 0.6em;
}

.lx_mapul {
}

.lx_mapul li {
    position: relative;
    margin-bottom: 38px;
    padding-left: 42px;
    min-height: 52px;
}

.lx_mapul li span {
    position: absolute;
    left: 0px;
    top: 10px;
}

.lx_mapul li span img {
}

.lx_mapul li strong {
    font-size: 20px;
    line-height: 28px;
    display: block;
    color: var(--cor);
    font-weight: normal;
}

.lx_mapul li p {
    font-size: 16px;
    line-height: 24px;
}

.lx_bmbtns {
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
}

.lx_mes_btn {
    background: var(--cor) url(../images/lx_mes.png) no-repeat 24px center;
    padding: 0px 24px 0px 55px;
    line-height: 32px;
    color: #FFF;
    font-size: 16px;
    border-radius: 2em;
    cursor: pointer;
    color: #fff;
}

.lx_mes_btn:hover {
    color: #fff;
    background-color: #4AC439;
    box-shadow: 0 5px 25px rgba(97, 205, 82, 0.5);
}

.lx_map_link {
    line-height: 32px;
    background: url(../images/lx_ar.png) no-repeat right center;
    padding-right: 35px;
    font-size: 16px;
    letter-spacing: 1px;
}

.lxmap_city {
    width: 43.95%;
    height: 40.88vw;
}

@media (max-width: 1799px) {
    .lx_form {
        margin-top: 15vw;
    }

    .lx_fmt {
        font-size: 30px;
    }

    .lx_tip {
        font-size: 16px;
        line-height: 40px;
    }

    .lx_btns button {
        font-size: 18px;
        line-height: 46px;
        height: 46px;
    }

    .lx_fminx input[type="text"] {
        line-height: 46px;
        height: 46px;
        font-size: 15px;
    }

    .lx_fminx {
        height: 48px;
        padding-left: 60px;
    }

    .lx_fminx img {
        top: 6px;
    }

    .lx_layer {
        padding: 35px 20px 50px 35px;
    }

    .lx_mapul li strong {
        font-size: 18px;
        line-height: 26px;
    }

    .lx_mapul li p {
        font-size: 14px;
        line-height: 22px;
    }

    .lx_mapul li {
        margin-bottom: 15px;
    }
}

@media (max-width: 1379px) {
    .lx_fmul {
        margin-left: -20px;
        margin-right: -20px;
    }

    .lx_fmul li {
        margin: 0 20px 24px;
        width: calc(50% - 40px)
    }
}

@media (max-width: 1199px) {
    .lx_layer {
        width: 93.5%;
    }
}

@media (max-width: 993px) {
    .lx_fmt {
        text-align: center;
    }

    .lx_fmdes {
        text-align: center;
    }

    .lxbom {
        flex-wrap: wrap;
    }

    .lx_map {
        width: 100%;
        height: 520px;
        padding-left: 33.36%;
    }

    .lxmap_city {
        width: 100%;
        height: 450px;
    }
}

@media (max-width: 767px) {
    .lx_fmt {
        font-size: 24px;
        line-height: 30px;
    }

    .lx_fmdes {
        font-size: 14px;
        line-height: 24px;
    }

    .lx_fmul li {
        width: calc(100% - 40px);
        margin-bottom: 15px;
    }

    .lx_tip {
        font-size: 14px;
    }

    .lx_fminx {
        font-size: 14px;
    }

    .lx_fminx input[type="text"] {
        font-size: 14px;
    }

    .lx_btns button {
        font-size: 16px;
        line-height: 42px;
        height: 42px;
        width: 160px;
    }

    .lx_form {
        margin-bottom: 50px;
    }

    .lx_map {
        padding-left: 15px;
        padding-right: 15px;
    }

    .lx_layer {
        width: auto;
        padding: 28px 15px 40px 20px
    }

    .lx_map_link {
        font-size: 14px;
    }

    .lxbom {
        margin-top: 20px;
    }

    .lxmap_city {
        height: 80vw;
    }
}


.svr_con2 {
    padding: 6vw 0;
    border-top: 1px solid #222;
}

.svr_c2dw {
    margin: 0 -44px;
}

.svr_c2dw dd {
    padding: 0 44px;
}

.svr_c2st {
    font-size: 46px;
    line-height: 46px;
    text-align: center;
    color: var(--cor);
}

.svr_c2item {
    margin-top: 52px;
    border: 1px solid #fff;
    border-radius: 0.3em;
    padding: 50px 85px 80px;
    text-align: center;
}

.svr_c2tip {
    font-size: 20px;
    line-height: 32px;
    height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.svr_c2ico {
    text-align: center;
}

.svr_c2ico img {
    display: inline-block;
}

.svr_c2btns {
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}

.svr_c2btns_center {
    justify-content: center;
}

.svr_c2btn {
    display: inline-block;
    padding: 0px 5px 0px 35px;
    width: 172px;
    text-align: center;
    border-radius: 2em;
    line-height: 38px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}

.svr_c2btn1 {
    background: #61cd52 url(../images/svr_sico1.png) no-repeat 34px center;
}

.svr_c2btn2 {
    background: #61cd52 url(../images/svr_sico2.png) no-repeat 23px center;
    width:230px;
}

.svr_c2btn3 {
    background: #61cd52 url(../images/svr_sico3.png) no-repeat 28px center;
}

.svr_c2btn:hover {
    background-color: #4BC639;
    color: #000;
    box-shadow: 0 5px 25px rgba(97, 205, 82, 0.5);
}

.svr_c2dw .slick-prev {
    background: url(../images/ace_btn.png) no-repeat center center;
    display: inline-block;
    height: 41px;
    width: 21px;
    position: absolute;
    left: -60px;
    top: 295px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 0px;
    z-index: 1;
}

.svr_c2dw .slick-next {
    background: url(../images/ace_btn.png) no-repeat center center;
    display: inline-block;
    height: 41px;
    width: 21px;
    position: absolute;
    right: -60px;
    top: 295px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 0px;
    z-index: 1;
    transform: rotate(180deg);
}

.svr_c2dw .slick-prev:hover, .svr_c2dw .slick-next:hover {
    background-image: url(../images/ace_btn2.png);
}

.svr_con3 {
    padding-bottom: 6vw;
}

.svr_con3 .svr_c2st {
}

.svr_c2txt {
    margin-top: 3vw;
    color: #fff;
    border: 1px solid #fff;
    padding: 36px 60px;
    border-radius: 0.3em;
}

.svr_c2txt ul {
    padding-right: 30px;
    max-height: 480px;
    overflow-y: auto;
}

.svr_c2txt ul li {
    font-size: 16px;
    line-height: 32px;
}

.svr_c2txt a {
    text-decoration: underline;
}

.svr_c2txt a:hover {
    color: var(--cor);
}

@media (max-width: 1799px) {
    .svr_con2 {
        padding: 5vw 0;
    }

    .svr_c2st {
        font-size: 36px;
        line-height: 36px;
    }

    .svr_c2item {
        margin-top: 42px;
        padding: 26px 35px 60px
    }

    .svr_c2tip {
        font-size: 16px;
        line-height: 28px;
        height: 110px;
    }

    .svr_c2ico img {
        width: 66px;
        height: 66px;
    }

    .svr_c2btn {
        font-size: 16px;
    }

    .svr_c2dw .slick-prev,
    .svr_c2dw .slick-next {
        top: 235px;
    }

    .svr_c2dw .slick-prev {
        left: -30px;
    }

    .svr_c2dw .slick-next {
        right: -30px;
    }

    .svr_c2txt {
        margin-top: 2.6vw;
        padding: 22px 30px;
    }

    .svr_c2txt ul {
        padding-right: 15px;
        max-height: 390px;
    }

    .svr_c2txt ul li {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width: 1379px) {
    .svr_c2dw dd {
        padding: 0 25px;
    }

    .svr_c2dw {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 1199px) {
    .svr_c2tip {
        font-size: 15px;
        line-height: 24px;
    }

    .svr_c2item {
        padding-left: 20px;
        padding-right: 20px;
    }

    .svr_c2btn {
        transform: scale(0.9);
    }
}

@media (max-width: 993px) {

}

@media (max-width: 767px) {
    .svr_c2st {
        font-size: 24px;
    }

    .svr_con2 {
        padding: 35px 0;
    }

    .svr_c2item {
        margin-top: 25px;
        padding: 15px 15px 40px
    }

    .svr_c2btns {
        display: block;
        padding:0;
    }
    .svr_c2btns a{ margin-left:auto; margin-right:auto;}

    .svr_c2btn {
        display: block;
        margin-bottom: 12px;
    }

    .svr_c2dw .slick-prev {
        left: -20px;
        top: 195px;
    }

    .svr_c2dw .slick-next {
        right: -20px;
        top: 195px;
    }

    .svr_c2txt {
        margin-top: 25px;
        padding: 15px 10px;
    }

    .svr_c2txt ul {
        padding-right: 10px;
        max-height: 360px;
    }

    .svr_c2txt ul li {
        font-size: 13px;
        line-height: 24px;
    }
}

.m2layer_bg {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
}

.mes_lay {
    position: fixed;
    z-index: 55;
    padding: 25px 15px 45px;
    border: 1px solid var(--cor);
    border-radius: 0.5em;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    width: 920px;
}

.mes_ulwpr {
    display: flex;
    justify-content: space-between;
}

.mesul {
    width: 50%;
    padding: 0 40px;
}

.mesul li {
    padding-top: 10px;
}

.mes_tip {
    font-size: 18px;
    color: #62ce52;
    line-height: 50px;
}

.mes_tip strong {
    font-size: 26px;
    color: #ff0000;
    display: inline-block;
    width: 25px;
    transform: translateY(6px)
}

.mes_intx {
}

.mes_intx input {
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    background: #3E3E3E;
    width: 100%;
    padding: 0px 20px;
    border-radius: 0.3em;
}

.mes_intx textarea {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    background: #3E3E3E;
    width: 100%;
    padding: 20px 20px;
    border-radius: 0.3em;
    height: 257px;
}

.mes_btns {
    text-align: center;
    margin-top: 50px;
}

.mes_btns button {
    line-height: 36px;
    width: 138px;
    text-align: center;
    display: inline-block;
    border-radius: 2em;
    background: var(--cor);
    cursor: pointer;
    color: #fff;
    transition: all 0.5s ease;
}

.mes_btns button:hover {
    box-shadow: 0 5px 25px rgba(97, 205, 82, 0.6);
}

.mes_close, .mes_close:hover {
    line-height: 36px;
    width: 138px;
    text-align: center;
    display: inline-block;
    border-radius: 2em;
    background: #999999;
    cursor: pointer;
    color: #fff;
    margin-left: 30px;
}

.mes_intx input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.3
}

.mes_intx input::-moz-placeholder {
    color: #fff;
    opacity: 0.3
}

.mes_intx input:-moz-placeholder {
    color: #fff;
    opacity: 0.3
}

.mes_intx input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.3
}

.mes_intx textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.3
}

.mes_intx textarea::-moz-placeholder {
    color: #fff;
    opacity: 0.3
}

.mes_intx textarea:-moz-placeholder {
    color: #fff;
    opacity: 0.3
}

.mes_intx textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 0.3
}

@media (max-width: 1799px) {
    .mes_tip {
        font-size: 16px;
    }
}

@media (max-width: 1379px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 993px) {
    .mes_lay {
        width: 720px;
    }

    .mesul {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .mes_lay {
        width: calc(100% - 30px);
    }

    .mes_ulwpr {
        flex-wrap: wrap;
    }

    .mesul {
        width: 100%;
        padding: 0
    }

    .mes_tip {
        font-size: 14px;
        line-height: 36px;
    }

    .mes_tip strong {
        font-size: 18px;
        width: 18px;
    }

    .mesul li {
        padding-top: 0;
    }

    .mes_lay {
        padding: 10px 15px 25px;
    }

    .mes_btns {
        margin-top: 20px;
    }

    .mes_btns button {
        width: 118px;
    }

    .mes_close {
        margin-left: 20px;
    }

    .mes_intx input {
        font-size: 14px;
    }
}


.pro_con {
    padding-top: 13.02vw;
    padding-bottom: 6vw;
}

.pro_top {
    display: flex;
    justify-content: space-between;
}

.pro_top .top_tnm {
    width: 50%;
    padding: 5.22vw 7.29vw 5.22vw 0px
}

.pro_top .top_tnm strong {
}

.pro_tpdex, .pro_tpdex p {
    font-size: 16px;
    line-height: 30px;
    position: relative
}

.pro_tpdex {
    margin-top: 22px;
}

.pro_top_img {
    width: 50%;
    position: relative;
    right: -3vw;
}

.pro_top_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 92%;
    max-height: none;
    width: auto;
    height: auto;
}

.pro_topul {
    margin-top: 7.55vw;
    position: relative;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 4.2vw;
}

.pro_topul:before {
    content: "";
    height: 1px;
    background: linear-gradient(to right, rgba(97, 205, 82, 0) 0%, #61cd52 10%, #61cd52 90%, rgba(97, 205, 82, 0) 100%);
    position: absolute;
    left: 40px;
    right: 40px;
    top: 50%;
}

.pro_topul ul {
    position: relative;
}

.pro_topul ul li {
    width: 33.33%;
    padding: 15px 40px;
    text-align: center;
}

.pro_topul ul:before {
    content: "";
    position: absolute;
    left: 33.33%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, rgba(97, 205, 82, 0) 0%, #61cd52 35%, #61cd52 65%, rgba(97, 205, 82, 0) 100%);
}

.pro_topul ul:after {
    content: "";
    position: absolute;
    left: 66.66%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, rgba(97, 205, 82, 0) 0%, #61cd52 35%, #61cd52 65%, rgba(97, 205, 82, 0) 100%);
}

.pro_topul li strong {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2px;
    display: block;
    color: var(--cor);
    font-weight: normal;
}

.pro_topul li p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
}

.prolist_wpr {
    margin-top: 3.8vw;
}

.pro_lst_t {
    font-size: 28px;
    line-height: 54px;
    letter-spacing: 1px;
    height: 55px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    color: var(--cor);
}

.pro_list {
    margin: 40px -18px 0;
}

.pro_list li {
    width: calc(25% - 36px);
    margin: 0 18px 36px;
}

.pro_item {
    display: block;
    border: 1px solid var(--cor);
    border-radius: 0.5em;
    overflow: hidden;
}

.pro_item .overflowHide {
    height: 295px;
    position: relative;
}

.pro_item .overflowHide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 86%;
    max-height: 86%;
    width: auto;
    height: auto;
}

.pro_item p {
    line-height: 60px;
    text-align: center;
    padding: 0px 20px;
    height: 60px;
    font-size: 20px;
    background: var(--cor);
    color: #000
}

.pro_topul2 {
    width: 70%;
}

.pro_topul2 ul li {
    width: 50%;
}

.pro_topul2 ul:before {
    left: 50%;
}

.pro_topul2 ul:after {
    display: none;
}

@media (max-width: 1799px) {
    .pro_tpdex, .pro_tpdex p {
        font-size: 15px;
        line-height: 26px;
        margin-top: 12px;
    }

    .pro_top .top_tnm {
        padding: 4.25vw 6.25vw 4.5vw 0px;
    }

    .pro_topul li strong {
        font-size: 18px;
        line-height: 24px;
    }

    .pro_topul li p {
        font-size: 13px;
        line-height: 22px;
    }

    .pro_lst_t {
        font-size: 24px;
        line-height: 52px;
        height: 53px;
    }

    .pro_top_img img {
        max-width: 80%;
    }

    .pro_topul {
        margin-left: -15px;
        margin-right: -15px;
    }

    .pro_topul ul li {
        padding: 15px 15px;
    }

    .pro_item .overflowHide {
        height: 225px;
    }

    .pro_item p {
        font-size: 18px;
        line-height: 50px;
        height: 50px;
    }
}

@media (max-width: 1379px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 993px) {
    .pro_tpdex, .pro_tpdex p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .pro_topul2 {
        width: 100%;
    }

    .pro_list li {
        width: calc(33.33% - 36px);
    }
}

@media (max-width: 767px) {
    .pro_top {
        flex-wrap: wrap;
    }

    .pro_top .top_tnm {
        padding: 25px 15px;
        width: 100%;
    }

    .pro_top_img {
        width: 100%;
        height: 300px;
    }

    .pro_top_img img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 90%;
        max-height: 90%;
        width: auto;
        height: auto;
    }

    .pro_topul ul:before, .pro_topul ul:after {
        display: none !important;
    }

    .pro_topul:before {
        display: none;
    }

    .pro_topul ul li {
        width: 100%;
    }

    .pro_topul {
        margin-top: 12px;
        margin-bottom: 25px;
    }

    .pro_list {
        margin: 20px -10px 0;
    }

    .pro_list li {
        width: calc(50% - 20px);
        margin: 0 10px 20px
    }

    .pro_item .overflowHide {
        height: 135px;
    }
}

.probom {
    display: flex;
    justify-content: space-between;
}

.pro_bm_img {
    width: 30.5%;
    height: 585px;
    border: 1px solid var(--cor);
    position: relative;
    overflow: hidden;
    border-radius: 0.5em;
}

.pro_bm_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    max-height: 70%;
    width: auto;
    height: auto;
}

.pro_bm_img.coverImg img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.pro_bmrx {
    width: 62%;
    display: flex;
    justify-content: space-between;
}

.pro_bmrcon1 {
}

.pro_bmrcon1 dl {
    padding-top: 65px;
}

.pro_bmrcon1 dl dt {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 2px;
    background: url(../images/pro_str.png) no-repeat left center;
    padding-left: 35px;
    color: var(--cor);
}

.pro_bmrcon1 dl dd {
    font-size: 16px;
    line-height: 26px;
    margin-top: 25px;
    padding-left: 35px;
    max-width: 300px;
}

.pro_bmBtns {
    margin-top: 120px;
}

.pro_bm_btn1, .pro_bm_btn2 {
    font-size: 16px;
    line-height: 35px;
    color: #FFF;
    text-align: center;
    background: var(--cor);
    display: block;
    width: 190px;
    border-radius: 2em;
    margin-bottom: 20px;
    cursor: pointer;
}

.pro_bm_btn1:hover, .pro_bm_btn2:hover {
    background-color: #4AC538 !important;
    color: #fff !important;
    box-shadow: 0 5px 25px rgba(97, 205, 82, 0.5);
}

.pro_bm_btn1 *, .pro_bm_btn2 * {
    vertical-align: middle;
}

.pro_bm_btn1 img, .pro_bm_btn2 img {
    margin-right: 8px;
}

.pro_bmrcon2 {
    min-width: 650px;
    padding-top: 65px;
}

.pro_bmr2t {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 2px;
    background: url(../images/pro_str.png) no-repeat left center;
    padding-left: 35px;
    color: var(--cor);
}

.pro_bmr2ul {
    margin-top: 15px;
}

.pro_bmr2ul li {
    line-height: 46px;
    border-bottom: 1px solid #333333;
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    padding: 0 10px;
}

.pro_bmr2ul li span {
}

.probom + .dtl_page {
}

.probom + .dtl_page .dtl_back {
    background: #ececec url(../images/pro_page1.png) no-repeat 24px center;
    color: #000;width: 190px;
}

.probom + .dtl_page .dtl_next {
    background: #ececec url(../images/pro_page2.png) no-repeat right 24px center;
    color: #000; width: 160px;
}

.probom + .dtl_page .dtl_back:hover {
    background: var(--cor) url(../images/dtl_ar.png) no-repeat 24px center;
}

.probom + .dtl_page .dtl_next:hover {
    background: var(--cor) url(../images/dtl_ar2.png) no-repeat right 24px center;
}

.form_4 .mes_intx input {
    background: none;
    border: 1px solid var(--cor);
    line-height: 42px;
}

.form_4 .mes_intx textarea {
    background: none;
    border: 1px solid var(--cor);
    height: 257px;
}

.form_4 .mes_intx input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8
}

.form_4 .mes_intx input::-moz-placeholder {
    color: #fff;
    opacity: 0.8
}

.form_4 .mes_intx input:-moz-placeholder {
    color: #fff;
    opacity: 0.8
}

.form_4 .mes_intx input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.8
}

.form_4 .mes_intx textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8
}

.form_4 .mes_intx textarea::-moz-placeholder {
    color: #fff;
    opacity: 0.8
}

.form_4 .mes_intx textarea:-moz-placeholder {
    color: #fff;
    opacity: 0.8
}

.form_4 .mes_intx textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 0.8
}

.pro_lst_t2 {
    margin-bottom: 42px;
}

.probom2 {
    border-radius: 0.4em;
    border: 1px solid var(--cor);
    display: flex;
    justify-content: space-between;
    padding: 6vw 0;
}

.pro_bm2lx {
    display: flex;
    width: 57.61%
}

.pro_bm2lx li {
    width: 50%;
    padding-left: 4vw;
    text-align: center;
}

.pro_bm2img {
    padding: 10px;
    border-radius: 0.4em;
    border: 2px solid #333;
}

.pro_bm2img img {
    display: block;
    border-radius: 0.4em;
    border: 2px solid #333;
}

.pro_bm2des {
    display: inline-block;
    text-align: left;
    font-size: 20px;
    line-height: 40px;
    margin-top: 35px;
}

.probom2 .pro_bmrcon2 {
    width: 38%;
    min-width: 100px;
    padding-right: 4vw;
    padding-top: 0
}

.pro_bmBtns2 {
    margin-top: 35px;
}

.pro_bmBtns2 .pro_bm_btn1, .pro_bmBtns2 .pro_bm_btn2 {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 40px;
}

.pro_empty {
    height: 10vw;
}

@media (max-width: 1799px) {
    .pro_bm2des {
        font-size: 18px;
        line-height: 34px;
        margin-top: 25px;
    }

    .pro_bm2lx li {
        padding-left: 3vw;
    }

    .probom2 {
        padding: 4vw 0;
    }

    .pro_bm2lx {
        width: 50%;
    }

    .probom2 .pro_bmrcon2 {
        width: 46%;
        padding-right: 3vw;
    }

    .pro_bmr2t {
        font-size: 20px;
    }

    .pro_bmr2ul li {
        font-size: 15px;
        line-height: 42px;
    }

    .pro_bmBtns2 .pro_bm_btn1, .pro_bmBtns2 .pro_bm_btn2 {
        margin-right: 20px;
    }

    .pro_bm_img {
        height: 385px;
        width: 32%
    }

    .pro_bmrx {
        width: 64%;
    }

    .pro_bmrcon1 dl {
        padding-top: 25px;
    }

    .pro_bmrcon1 dl dt {
        font-size: 21px;
    }

    .pro_bmrcon1 dl dd {
        font-size: 15px;
        line-height: 24px;
        margin-top: 8px;
    }

    .pro_bmBtns {
        margin-top: 60px;
    }

    .pro_bmrcon2 {
        min-width: 500px;
        padding-top: 25px;
    }

    .pro_bmrcon1 dl dd {
        font-size: 14px;
        max-width: 200px;
    }
}

@media (max-width: 1379px) {

}

@media (max-width: 1199px) {
    .pro_bm_btn1, .pro_bm_btn2 {
        width: 175px;
    }

    .pro_bmrcon2 {
        min-width: 410px;
    }

    .pro_bm_img {
        width: 30%;
        height: 285px
    }

    .pro_bmrx {
        width: 67%;
    }
}

@media (max-width: 993px) {
    .probom2 {
        flex-wrap: wrap;
    }

    .pro_bm2lx {
        width: 100%;
    }

    .probom2 .pro_bmrcon2 {
        width: 100%;
        padding-left: 3vw;
    }

    .pro_bmrcon2 {
        margin-top: 35px;
    }

    .pro_bmBtns {
        margin-top: 25px;
        text-align: center;
    }

    .pro_bm_btn2 {
        margin-right: 0 !important;
    }

    .probom {
        flex-wrap: wrap;
    }

    .pro_bm_img {
        width: 100%;
    }

    .pro_bmrx {
        width: 100%;
    }

    .pro_bmrcon1 {
        margin-top: 35px;
    }

    .pro_bmrcon2 {
        max-width: 400px;
    }

    .pro_bmrcon1 dl dd {
        max-width: 270px;
    }
}

@media (max-width: 767px) {
    .pro_lst_t2 {
        font-size: 22px;
        line-height: 32px;
        height: auto;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .pro_bm2lx {
        flex-wrap: wrap;
    }

    .pro_bm2lx li {
        width: 100%;
        margin-bottom: 20px;
    }

    .pro_bm2des {
        margin-top: 10px;
    }

    .pro_bm2lx li:last-child {
        margin-bottom: 0;
    }

    .pro_bmr2ul li {
        font-size: 12px;
    }

    .pro_bm_btn1 {
        margin-right: 5px !important;
    }

    .pro_bm_btn2 {
        margin-right: 0;
    }

    .pro_bm_btn1, .pro_bm_btn2 {
        font-size: 15px;
        width: 145px;
    }

    .probom2 {
        padding: 15px 0 30px;
    }

    .pro_bmrx {
        flex-wrap: wrap;
    }

    .pro_bmrcon1 {
        margin-top: 20px;
        width: 100%;
    }

    .pro_bmrcon2 {
        min-width: 100px;
        width: 100%;
        margin-top: 0
    }

    .pro_bmBtns a {
        display: inline-block !important;
    }

    .form_4 .mes_intx textarea {
        font-size: 14px;
        line-height: 22px;
        height: 120px;
        padding: 15px;
    }
}

#pages {
    text-align: center;
}