@charset "utf-8";
body{overflow-x: hidden;}




/* 展开导行 */
.sidebar-wrapper {position:relative;height:100%;overflow:auto;display:none;}
#dowebok {background-color:rgba(0,0,0,.6);}
#dowebok .nav {margin-top:80px;list-style-type:none;color:#fff;}
#dowebok .nav li {text-transform: uppercase; display:block;line-height:50px;font-size:14px;position:relative;}
#dowebok .nav li a {display:block;padding:0 20px;height:100%;border-bottom:1px solid #666;}
#dowebok .nav a:hover {background-color:#000;}
#dowebok .nav li .n2btn {width:35px;height:55px;display:inline-block;position:absolute;right:0;top:0;color:#fff;background:url(../images/more.svg) no-repeat left center;background-size:auto 24px;z-index:10;}
#dowebok .nav li .nav2 {display:none;}
#dowebok .nav li .nav2 li {font-size:16px;}
#dowebok .nav li .nav2 li a {padding-left:50px;}
[data-simplersidebar='active'] {box-shadow:3px 0px 3px 0px rgba(0,0,0,0.5);}




.sewing {
    height: 77px;
}

.header {
    font-family: Arial;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #000;
}

/* .header.active {
    border-bottom: 1px solid #fff;
} */

.header .wrapper {
    display: flex;
    align-items: center;
    max-width: 1600px;
    padding: 26px 0;
    margin: 0 auto;
    position: relative;
}

.header .nav {
    display: flex;
}

.header .right_nav {
    margin-left: auto;
}

.header .nav li {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 25px;
    height: 25px;
    transition: all .2s;
}

.header .nav li:not(:last-child) {
    margin-right: 80px;
}

.header .nav li.active,
.header .nav li:hover {
    color: #a8212f;
}

.header .nav li a {
    height: 100%;
    display: inline-block;
}

.header .logo {
    width: 186px;
    height: 25px;
    /* margin: 0 auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/logo.png) no-repeat center/contain;
}

.header .logo a {
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.header .button {
    display: flex;
    margin-left: 48px;
}

.header .button .icon {
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-position: left center;
    background-image: url(../images/search.png);
}

.header .button .search {
    background-image: url(../images/search.png);
}

.header .button .menu {
    display: none;
    background-image: url(../images/menu.png);
}

.header .form {
	font-size: 0;
	width: 100%;
	padding: 20px 0;
	display: none;
	position: fixed;
	left: 0;
	top: 77px;
	background: #fff;
}

.header .form form {
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}

.header .form input {
	color: #333;
	font-size: 15px;
	width: 100%;
	height: 50px;
	padding-right: 35px;
	border-bottom: 1px solid #dcdcdc;
}

.header .form button {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: url(../images/form-search.png) no-repeat right center/contain;
}




@media(max-width:1600px) {
    .header .wrapper {
        padding: 26px 15px;
    }
}

@media(max-width:1400px) {
    .sewing {
        height: 60px;
    }

    .header .wrapper {
        padding: 20px 15px;
    }

    .header .logo {
        width: 165px;
        height: 20px;
    }

    .header .nav li {
        line-height: 20px;
        height: 20px;
    }

    .header .nav li:not(:last-child) {
        margin-right: 60px;
    }

    .header .button .icon {
        width: 20px;
        height: 20px;
    }

    .header .form {
        padding: 15px 0;
        top: 60px;
    } 

    .header .form form {
        max-width: 450px;
    }

    .header .form input {
        font-size: 13px;
        height: 45px;
    }
}

@media(max-width:1200px) {
    .sewing {
        height: 60px;
    }

    .header .logo {
        width: 155px;
        height: 15px;
    }

    .header .nav li {
        line-height: 15px;
        height: 15px;
    }

    .header .nav li:not(:last-child) {
        margin-right: 35px;
    }

    .header .form {
        padding: 5px 0 15px;
    } 

    .header .form form {
        max-width: 400px;
    }
}

@media(max-width:991px) {
    .header .logo {
        width: 120px;
        height: 15px;
        margin: 0 auto 0 0;
        position: static;
        transform: translate(0);
    }

    .header .nav {
        display: none;
    }

    .header .button {
        margin-left: 0;
    }

    .header .button .menu {
        display: block;
        margin-left: 15px;
    }

    .header .form {
        padding: 5px 0 15px;
    } 

    .header .form input {
        height: 40px;
    }

    .header .form button {
        width: 18px;
        height: 18px;
    }
}

@media(max-width:768px) {
    .sewing {
        height: 50px;
    }

    .header .wrapper {
        padding: 15px;
    }

    .header .form {
        top: 50px;
    }

    .header .form form {
        max-width: 300px;
    }
}

@media(max-width:430px) {
    .header .form {
        padding: 5px 0 10px;
    }

    .header .form button {
        width: 15px;
        height: 15px;
    }
}



 
.footer {
    font-size: 12px;
    /* padding: 89px 0 143px; */
    padding: 89px 0 62px;
}

.footer .group {
    display: flex;
    flex-wrap: wrap;
}

.footer .group:not(:last-child) {
   margin-bottom: 35px;
}

.footer .group:nth-child(3) {
    align-items: flex-end;
}

.footer .logo {
    width: 263px;
    height: 32px;
    background: url(../images/ft-logo.png) no-repeat left center/contain;
}

.footer .logo a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.footer .top {
    cursor: pointer;
    width: 38px;
    height: 56px;
    margin-left: auto;
    background: url(../images/top.png) no-repeat right center/contain;
}

.footer .nav {
    height: 100%;
    display: flex;
    padding: 17px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.footer .nav li {
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
    transition: all .2s;
}

.footer .nav li:not(:last-child) {
    margin-right: 88px;
}

.footer .nav li:hover {
    color: var(--theme-color);
}

.footer .nav li a {
    height: 100%;
    display: inline-block;
}

.footer .text {
    color: #ccc;
    text-align: right;
    line-height: 40px;
    width: 36.875%;
    margin-left: auto;
}

.footer .text p {
    text-align: justify;  
    direction: rtl;    
    text-align-last: right;
    display: inline-block;
    padding-left: 25px;
    position: relative;
}

.footer .text .li:nth-child(2) p {
    padding-left: 17px;
}

.footer .text p::after {
    content: '';
    width: 20px;
    height: 17px;
    top: 12px;
    left: 0;
    background-position: left center;
}

.footer .text .li:nth-child(1) p:after {
    background-image: url(../images/wechat.png);
}

.footer .text .li:nth-child(2) p:after {
    width: 14px;
    /* left: 18px; */
    background-image: url(../images/address.png);
}

.footer .copy {
    color: #999;
}

.footer .code {
    display: flex;
    margin-left: auto;
}

.footer .code .li {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.footer .code .li:not(:last-child) {
    margin-right: 33px;
}

.footer .code .li:nth-child(1) {
    background-image: url(../images/dy-code.png);
}

.footer .code .li:nth-child(2) {
    background-image: url(../images/wx-code.png);
}

.footer .code .li:nth-child(3) {
    background-image: url(../images/xhs-code.png);
}

.footer .code .li .img {
    width: 100px;
    height: 100px;
    display: none;
    position: absolute;
    top: -105px;
    left: 50%;
    transform: translateX(-50%);
}

.footer .code .li:hover .img {
    display: block;
}




@media(max-width:1400px) {
    .footer {
        padding: 80px 0 62px;
    }

    .footer .logo {
        width: 200px;
        height: 25px;
    }

    .footer .top {
        width: 35px;
        height: 50px;
    }

    .footer .nav {
        padding: 12px 0;
    }

    .footer .nav li:not(:last-child) {
        margin-right: 50px;
    }

    .footer .text {
        line-height: 35px;
    }

    .footer .text p {
        padding-left: 30px;
    }

    .footer .text p::after {
        top: 9px;
    }

    .footer .code .li {
        width: 35px;
        height: 35px;
    }

    .footer .code .li:not(:last-child) {
        margin-right: 20px;
    }

    .footer .code .li .img {
        width: 80px;
        height: 80px;
        top: -85px;
        left: -45px;
        transform: translateX(0);
    }
}

@media(max-width:1200px) {
    .footer {
        padding: 70px 0 62px;
    }

    .footer .logo {
        width: 160px;
        height: 20px;
    }

    .footer .top {
        width: 30px;
        height: 45px;
    }

    .footer .nav {
        padding: 8px 0;
    }

    .footer .nav li:not(:last-child) {
        margin-right: 35px;
    }

    .footer .text {
        line-height: 30px;
    }

    .footer .text p {
        width: fit-content;
        padding-left: 30px;
    }

    .footer .text p::after {
        width: 18px;
        height: 16px;
        top: 7px;
    }

    .footer .text .li:nth-child(2) p:after {
        left: 0;
    }

    .footer .code .li {
        width: 35px;
        height: 35px;
    }

    .footer .code .li:not(:last-child) {
        margin-right: 20px;
    }

    .footer .code .li .img {
        width: 80px;
        height: 80px;
        top: -85px;
        left: -45px;
        transform: translateX(0);
    }
}

@media(max-width:991px) {
    .footer {
        text-align: center;
        padding: 70px 0 62px;
    }

    .footer .group:nth-child(2) {
        justify-content: center;
    }

    .footer .group:nth-child(3) {
        align-items: normal;
        justify-content: center;
    }

    .footer .group:not(:last-child) {
        margin-bottom: 20px;
    }

    .footer .logo {
        width: 140px;
        height: 18px;
        margin: 0 auto;
    }

    .footer .top {
        display: none;
    }

    .footer .nav {
        display: none;
    }

    .footer .text {
        width: 100%;
        text-align: center;
        line-height: 26px;
    }

    .footer .text p {
        padding-left: 23px;
        text-align-last: center;
    }

    .footer .text .li:nth-child(2) p {
        padding-left: 16px;
    }

    .footer .text p::after {
        top: 5px;
    }

    .footer .code {
        display: none;
    }

    .footer .copy {
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .footer {
        padding: 45px 0 62px;
    }
}

@media(max-width:430px) {
    .footer {
        /* font-size: 11px; */
        padding: 30px 0;
    }

    .footer .group:nth-child(2) {
        margin-bottom: 15px;
    }

    .footer .text {
        line-height: 24px;
    }

    .footer .text p::after {
        top: 4px;
    }

    .footer .text .li:nth-child(2) p::after {
       width: 12px;
    }

    .footer .copy {
        line-height: 24px;
    }
}




.news {
    padding-top: 107px;
}

.news .inner-title-container {
    margin-bottom: 69px;
}

.news .list-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.news .list-container .group {
    height: 450px;
    position: relative;
    border-bottom: 1px solid #fff;
}

.news .list-container .group:not(:nth-child(3n)) {
    border-right: 1px solid #fff;
}

.news .group .mask {
    color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    padding: 50px 52px 57px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease-in-out .3s;
    background: #a7212f;
}

.news .group:hover .mask {
    opacity: 1;
}

.news .group .mask .time,
.news .group .mask h4 {
    font-size: 26px;
    font-family: Arial;
}

.news .group .mask h4 {
    margin: auto 0 14px;
}

.news .group .mask span {
    font-size: 20px;
    font-family: 'pp-rg';
    padding-bottom: 2px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.news .page {
    padding: 38px 0 45px;
}




@media(max-width:1400px) {
    .news {
        padding-top: 95px;
    }
    
    .news .inner-title-container {
        margin-bottom: 65px;
    }

    .news .list-container .group {
        height: 350px;
    }

    .news .group .mask {
        padding: 35px 30px 45px;
    }

    .news .group .mask .time,
    .news .group .mask h4 {
        font-size: 20px;
    }

    .news .group .mask span {
        font-size: 18px;
    }
}

@media(max-width:1200px) {
    .news {
        padding-top: 85px;
    }
    
    .news .inner-title-container {
        margin-bottom: 55px;
    }

    .news .list-container .group {
        height: 290px;
    }

    .news .group .mask {
        padding: 25px 20px 30px;
    }

    .news .group .mask .time,
    .news .group .mask h4 {
        font-size: 18px;
    }

    .news .group .mask span {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .news {
        padding-top: 80px;
    }
    
    .news .inner-title-container {
        margin-bottom: 55px;
    }

    .news .list-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .news .list-container .group {
        height: 280px;
    }

    .news .list-container .group:not(:nth-child(3n)) {
        border-right: none;
    }

    .news .list-container .group:nth-child(2n - 1){
        border-right: 1px solid #fff;
    }

    .news .group .mask .time,
    .news .group .mask h4 {
        font-size: 16px;
    }

    .news .group .mask h4 {
        line-height: 20px;
    }

    .news .group .mask span {
        font-size: 14px;
    }
}

@media(max-width:430px) {
    .news {
        padding-top: 60px;
    }

    .news .list-container {
        grid-template-columns: 1fr;
        gap: 15px 0;
    }

    .news .list-container .group {
        border: none!important;
    }

    .news .group .mask {
        opacity: 1!important;
        /* background: rgba(167, 33, 37, .6); */
        /* background: rgba(167, 33, 37, .8); */
        background: transparent;
    }

    .news .group .mask .time,
    .news .group .mask h4 {
        font-size: 15px;
    }

    .news .group .mask span {
        font-size: 13px;
    }
}




.newsv {
    color: #fff;
    padding: 120px 0 60px;
}

.newsv .title,
.newsv .content,
.newsv .agrop {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.newsv .title {
    margin-bottom: 40px;
    text-align: center;
}

.newsv .title h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}

.newsv .title em {
    font-size: 16px;
    display: block;
}

.newsv .content {
    font-size: 15px;
    line-height: 32px;
    padding-bottom: 70px;
    /* border-bottom: 1px solid #d2d2d2; */
}

.newsv .long-line {
    margin-bottom: 45px;
    border-bottom: 1px solid #d2d2d2;
}

.newsv .agrop {
    text-align: center;
}

.newsv .agrop a {
    font-size: 16px;
    display: inline-block;
    position: relative;
}

.newsv .agrop a:not(:last-child) {
    margin-right: 101px;
}

.newsv .agrop a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    background-color: #bfbfbf;
}

.newsv .agrop a:last-child::after {
    display: none;
}

.newsv .agrop a:hover {
    color: var(--theme-color);
    text-decoration: underline;
}




@media (max-width:1600px) {
    .newsv .title,
    .newsv .content,
    .newsv .agrop {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:1500px) {
    .newsv{
        padding-top: 100px;
    }
}

@media (max-width:1400px) {
    .newsv {
        padding: 80px 0;
    }

    .newsv .title {
        margin-bottom: 65px;
    }

    .newsv .title h2 {
        margin-bottom: 10px;
    }

    .newsv .content {
        padding-bottom: 80px;
    }
}

@media (max-width:1200px){
    .newsv {
        padding: 60px 0;
    }
    
    .newsv .title {
        margin-bottom: 45px;
    }

    .newsv .title h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .newsv .title em {
        font-size: 16px;
    }

    .newsv .content {
        padding-bottom: 60px;
    }

    .newsv .content {
        line-height: 30px;
    }

    .newsv .agrop a:not(:last-child) {
        margin-right: 81px;
    }

    .newsv .agrop a::after {
        right: -40px;
    }
}

@media (max-width:991px){
    .newsv {
        padding: 50px 0;
    }

    .newsv .title {
        margin-bottom: 35px;
    }

    .newsv .title h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .newsv .content {
        font-size: 14px;
        line-height: 25px;
        padding-bottom: 40px;
    }

    .newsv .long-line {
        margin-bottom: 35px;
    }

    .newsv .agrop a {
        font-size: 16px;
    }

    .newsv .agrop a:not(:last-child) {
        margin-right: 61px;
    }

    .newsv .agrop a::after {
        right: -30px;
    }
}

@media (max-width:768px){
    .newsv {
        padding: 40px 0 50px 0;
    }

    .newsv .title em {
        font-size: 14px;
    }

    .newsv .title {
        margin-bottom: 30px;
    }

    .newsv .title h2 {
        font-size: 17px;
        line-height: 26px;
    }

    .newsv .content {
        padding-bottom: 30px;
    }

    .newsv .long-line {
        margin-bottom: 30px;
    }

    .newsv .agrop a {
        font-size: 14px;
    }

    .newsv .agrop a:not(:last-child) {
        margin-right: 21px;
    }

    .newsv .agrop a::after {
        right: -10px;
    }
}

@media (max-width:430px){
    .newsv {
        padding: 45px 0;
    }

    .newsv .title {
        margin-bottom: 25px;
    }

    .newsv .title h2 {
        line-height: 25px;
        margin-bottom: 10px;
    }

    .newsv .content {
        font-size: 13px;
        line-height: 24px;
    }

    .newsv .agrop a {
        font-size: 13px;
    }
}

@media (max-width:400px){
    .newsv .agrop {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }

    .newsv .agrop a {
        color: #fff !important;
        font-size: 11px;
        line-height: 35px;
        height: 35px;
        margin-right: 0!important;
        border-radius: 5px;
        background-color: #999;
    }

    .newsv .agrop a:hover {
        text-decoration: none;
        background-color: var(--theme-color);
    }

    .newsv .agrop a::after {
        display: none;
    }
}




.case {
    padding-top: 102px;
}

.case .inner-title-container {
    margin-bottom: 66px;
}

.case .list-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.case .group {
    border-bottom: 1px solid #fff;
}

.case .group:nth-child(2n - 1) {
    border-right: 1px solid #fff;
}

.case .group a {
    padding: 47px 52px 42px;
}

.case .group .img,
.case .group .text {
    width: 59.8%;
}

.case .group .img {
    height: 415px;
    margin-bottom: 39px;
}

.case .group .content {
    display: flex;
}

.case .group .text {
    color: #cbcece;
}

.case .group .text h4 {
    font-size: 22px;
    margin-bottom: 7px;
    padding-bottom: 9px;
    border-bottom: 1px solid #fff;
}

.case .grou .text p {
    font-size: 18px;
}

.case .group .icon {
    width: 73px;
    height: 75px;
    margin-left: auto;
    transition: all .3s;
    background-image: url(../images/case-more.png);
}

.case .group:hover .icon {
    background-image: url(../images/case-touch-more.png);
}

.case .page {
    padding: 54px 0 49px;
}




@media (max-width:1400px) {
    .case {
        padding-top: 90px;
    }
    
    .case .group a {
        padding: 35px 25px;
    }

    .case .group .img {
        height: 400px;
        margin-bottom: 30px;
    }

    .case .group .text h4 {
        font-size: 18px;
        padding-bottom: 7px;
    }
    
    .case .grou .text p {
        font-size: 16px;
    }
    
    .case .group .icon {
        width: 60px;
        height: 60px;
    }
}

@media (max-width:1200px) {
    .case {
        padding-top: 75px;
    }
    
    .case .inner-title-container {
        margin-bottom: 60px;
    }

    .case .group a {
        padding: 25px;
    }

    .case .group .img {
        height: 360px;
        margin-bottom: 20px;
    }

    .case .group .text h4 {
        font-size: 16px;
    }
    
    .case .grou .text p {
        font-size: 14px;
    }
    
    .case .group .icon {
        width: 50px;
        height: 50px;
    }

    .case .page {
        padding: 42px 0 49px;
    } 
}

@media (max-width:768px) {
    .case .group .img,
    .case .group .text {
        width: 70%;
    }

    .case .group .img {
        height: 320px;
    }
    
    .case .group .text h4 {
        font-size: 15px;
    }
    
    .case .grou .text p {
        font-size: 13px;
    }
    
    .case .group .icon {
        width: 45px;
        height: 45px;
    }
}

@media (max-width:430px) {
    .case {
        padding-top: 65px;
    }

    .case .inner-title-container {
        margin-bottom: 55px;
    }

    .case .list-container {
        grid-template-columns: 1fr;
        gap: 20px 0;
    }

    .case .group {
        border: none;
    }

    .case .group:nth-child(2n - 1) {
        border: none;
    }

    .case .group a {
        padding: 0;
    } 

    .case .group .img {
        margin-bottom: 15px;
    }
}




.system {
    color: #cbcece;
    padding: 69px 0 82px;
    border-bottom: 1px solid #fff;
}

.system .group {
    display: flex;
    flex-wrap: wrap;
}

.system .group:not(:last-child) {
    padding-bottom: 84px;
    margin-bottom: 69px;
    border-bottom: 1px solid #fff;
}

.system .group h4 {
    font-size: 45px;
    font-weight: bold;
    height: 100%;
}

.system .group ul {
    display: flex;
    margin: 18px 0 0 auto;
}

.system .group ul li {
    width: 108px;
}

.system .group ul li:not(:last-child) {
    margin-right: 52px;
}

.system .group ul .icon {
    height: 108px;
    margin: 0 auto 29px;
}

.system .group ul .text {
    font-size: 15px;
    text-align: center;
    line-height: 25px;
}




@media (max-width:1400px) {
    .system .group:not(:last-child) {
        padding-bottom: 75px;
        margin-bottom: 60px;
    }

    .system .group h4 {
        font-size: 32px;
    }

    .system .group ul {
        margin: 12px 0 0 auto;
    }

    .system .group ul li {
        width: 90px;
    }
    
    .system .group ul li:not(:last-child) {
        margin-right: 35px;
    }

    .system .group ul .icon {
        height: 90px;
        margin: 0 auto 15px;
    }

    .system .group ul .text {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width:1200px) {
    .system .group:not(:last-child) {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .system .group h4 {
        font-size: 28px;
    }

    .system .group ul {
        margin: 10px 0 0 auto;
    }

    
    .system .group ul li:not(:last-child) {
        margin-right: 25px;
    }

    .system .group ul .icon {
        margin: 0 auto 12px;
    }
}

@media (max-width:768px) {
    .system {
        padding: 60px 0 70px;
    }

    .system .group:not(:last-child) {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .system .group h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .system .group ul {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        margin: 0;
    }

    .system .group ul li {
        width: 100%;
    }
    
    .system .group ul li:not(:last-child) {
        margin-right: 0;
    }

    .system .group ul .icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 8px;
    }

    .system .group ul .text {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width:430px) {
    .system {
        padding: 55px 0 70px;
    }

    .system .group:not(:last-child) {
        padding-bottom: 35px;
        margin-bottom: 35px;
    }

    .system .group h4 {
        font-size: 18px;
    }

    .system .group ul .icon {
        width: 65px;
        height: 65px;
    }
}

@media (max-width:380px) {
    .system .group ul {
        gap: 15px 10px;
    }

    .system .group ul .icon {
        width: 60px;
        height: 60px;
    }
}




.media {
    padding-top: 106px;
    border-bottom: 1px solid #fff;
}

.media .inner-title-container {
    margin-bottom: 68px;
}

.media .list-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 84px 54px;
}

.media .group .img {
    height: 279px;
    margin-bottom: 48px;
}

.media .group .text {
    color: #fff;
    font-size: 20px;
}

.media .group .text P {
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px  solid #fff;
}

.media .group .text span {
    display: inline-block;
    padding-left: 19px;
    position: relative;
}
  
.media .group .text span::after {
    content: '';
    width: 15px;
    height: 15px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
}

.media .page {
    padding: 54px 0 62px;
}




@media (max-width:1400px) {
    .media {
        padding-top: 95px;
    }
    
    .media .inner-title-container {
        margin-bottom: 65px;
    }
    
    .media .list-container {
        gap: 50px 30px;
    }
    
    .media .group .img {
        height: 260px;
        margin-bottom: 30px;
    }
    
    .media .group .text {
        font-size: 18px;
    }
    
    .media .group .text P {
        margin-bottom: 8px;
    }
    
    .media .group .text span {
        padding-left: 16px;
    }
      
    .media .group .text span::after {
        width: 12px;
        height: 12px;
    }
    
    .media .page {
        padding: 50px 0 58px;
    }
}

@media (max-width:1200px) {
    .media {
        padding-top: 85px;
    }
    
    .media .list-container {
        gap: 28px 15px;
    }
    
    .media .group .img {
        margin-bottom: 20px;
    }
    
    .media .group .text {
        font-size: 16px;
    }
    
    .media .group .text P {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    
    .media .page {
        padding: 50px 0 58px;
    }
}

@media (max-width:768px) {
    .media {
        padding-top: 70px;
    }

    .media .inner-title-container {
        margin-bottom: 60px;
    }
    
    .media .list-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 10px;
    }
    
    .media .group .img {
        margin-bottom: 15px;
    }
    
    .media .group .text {
        font-size: 15px;
    }
    
    .media .page {
        padding: 45px 0 55px;
    }
}

@media (max-width:430px) {
    .media .inner-title-container {
        margin-bottom: 55px;
    }

    .media .list-container {
        grid-template-columns: 1fr;
        gap: 20px 0;
    }

    .media .group .img {
        height: 240px;
    }

    .media .group .text {
        font-size: 14px;
    }

    .media .group .text span {
        padding-left: 14px;
    }

    .media .group .text span::after {
        width: 10px;
        height: 10px;
    } 

    .media .page {
        padding: 35px 0 50px;
    }
}




/*.map {*/
/*    height: 400px;*/
/*}*/

.map img {
    width: 100%;
}




/*@media (max-width:1200px) {*/
/*    .map {*/
/*        height: 350px;*/
/*    }*/
/*}*/

/*@media (max-width:768px) {*/
/*    .map {*/
        /* height: 300px; */
/*        height: auto;*/
/*    }*/
/*}*/

/* @media (max-width:430px) {
    .map {
        height: 200px;
    }
} */




.contact {
    color: #fff;
    max-width: 1600px;
    display: flex;
    flex-wrap: wrap;
    padding: 119px 0 63px;
    margin: 0 auto 190px;
    border-bottom: 1px solid #fff;
}

.contact .content {
    width: 50%;
}

.contact .theme-inner-title {
    margin-bottom: 39px;
}

.contact .theme-inner-title p {
    padding-bottom: 0;
    margin-left: 0;
    border: none;
}

.contact .list {
    padding-top: 27px;
    margin-bottom: 33px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.contact .group {
    padding-bottom: 27px;
}

.contact .group:not(:last-child) {
    margin-bottom: 28px;
    border-bottom: 1px solid #fff;
}

.contact .group h4 {
    font-size: 16px;
}

.contact .group p {
    font-size: 24px;
    line-height: 32px;
}

.contact .group:nth-child(2) p {
    font-size: 16px;
}

.contact .share {
    display: flex;
}

.contact .share .li {
    width: 158px;
}

.contact .share .li:not(:last-child) {
    margin-right: 28px;
}

.contact .share .img {
    height: 158px;
    margin: 0 auto 15px;
}

.contact .share .img img {
    width: 100%;
    height: 100%;
}

.contact .share P {
    font-size: 17px;
    text-align: center;
}

.contact .picture {
    width: 43.4375%;
    height: 610px;
    margin:130px 0 0 auto;
}




@media (max-width:1600px) {
    .contact {
        padding: 119px 15px 63px;
    }
}

@media (max-width:1400px) {
    .contact {
        padding: 100px 15px 60px;
        margin: 0 auto 160px;
    }

    .contact .group p {
        font-size: 20px;
        line-height: 26px;
    }

    .contact .share .li {
        width: 145px;
    }

    .contact .share .img {
        height: 145px;
        margin: 0 auto 10px;
    }

    .contact .share P {
        font-size: 15px;
    }

    .contact .picture {
        height: 550px;
        margin: 115px 0 0 auto;
    }
}

@media (max-width:1200px) {
    .contact {
        padding: 85px 15px 55px;
        margin: 0 auto 160px;
    }

    .contact .group p {
        font-size: 17px;
        line-height: 24px;
    }

    .contact .group:nth-child(2) p {
        font-size: 14px;
    }

    .contact .share .li {
        width: 125px;
    }

    .contact .share .img {
        height: 125px;
    }

    .contact .share P {
        font-size: 14px;
    }

    .contact .picture {
        height: 530px;
        margin: 105px 0 0 auto;
    }
}

@media (max-width:768px) {
    .contact {
        padding: 80px 15px 45px;
        margin: 0 auto 135px;
    }

    .contact .content {
        width: 100%;
        margin-bottom: 35px;
    }

    .contact .list {
        padding-top: 20px;
        margin-bottom: 30px;
    }

    .contact .group {
        padding-bottom: 20px;
    } 

    .contact .group:not(:last-child) {
        margin-bottom: 20px;
    }

    .contact .group h4 {
        margin-bottom: 3px;
    }

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

    .contact .group:nth-child(2) p {
        font-size: 13px;
    }

    .contact .share .li {
        width: 110px;
    }

    .contact .share .li:not(:last-child) {
        margin-right: 15px;
    }

    .contact .share .img {
        height: 110px;
    }

    .contact .share P {
        font-size: 12px;
    }

    .contact .picture {
        width: 100%;
        height: 530px;
        margin: 0;
    }
}

@media (max-width:430px) {
    .contact {
        padding: 75px 15px 40px;
        margin: 0 auto 95px;
    }

    .contact .theme-inner-title {
        margin-bottom: 30px;
    }

    .contact .content {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact .list {
        padding-top: 15px;
    }

    .contact .group {
        padding-bottom: 15px;
    } 

    .contact .group:not(:last-child) {
        margin-bottom: 15px;
    }

    .contact .group h4 {
        font-size: 15px;
    }

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

    .contact .group:nth-child(2) p {
        font-size: 13px;
    }

    .contact .share .li {
        width: 100px;
    }

    .contact .share .li:not(:last-child) {
        margin-right: 10px;
    }

    .contact .share .img {
        height: 100px;
    }

    .contact .picture {
        height: 520px;
    }
}




.message .theme-inner-title {
    text-align: center; 
    padding: 43px 15px 51px;
    background: var(--theme-color);
}

.message .theme-inner-title h2 {
    padding-left: 0;
}

.message .theme-inner-title h2::before,
.message .theme-inner-title h2::after {
    display: none;
}

.message .theme-inner-title p {
    margin-left: 0;
}

.message .container {
    background: #c9cdce;
}

.message .container .form {
    max-width: 1600px;
    margin: 0 auto;
}

/* .message .form .li p {
    color: #010000;
} */

.message .form input {
    border-bottom: 1px solid #000;
}

.message .form input::-webkit-input-placeholder {
    color: #666;
}

.message .form select {
    color: #666;
    border-bottom: 1px solid #000;
}




@media(max-width:1200px) {
    .message .theme-inner-title {
        padding: 30px 15px 45px;
    }
}

@media(max-width:768px) {
    .message .theme-inner-title {
        padding: 25px 15px 40px;
    }
}

@media(max-width:430px) {
    .message .theme-inner-title {
        padding: 17px 15px 30px;
    }
}




.about {
    color: #fff;
    padding: 230px 0 210px;
}

.about .container {
    display: flex;
    flex-direction: column;
    max-width: 1600px;
    margin: 0 auto;
}

.about .text {
    text-align: center;
    margin-bottom: 230px;
}

.about .text h5 {
    font-size: 30px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    line-height: normal;
}

.about .img {
    width: 52.5%;
    /* height: 750px; */
    margin: 0 auto 200px;
}

.about .content {
    width: 76.25%;
    padding-left: 60px;
    margin-left: auto;
    border-left: 1px solid #fff;
}

.about .content .theme-markers-title {
    margin-bottom: 114px;
}




@media(max-width:1600px) {
    .about .text {
        padding: 0 15px;
    }

    .about .content {
        padding-right: 15px;
    }
}

@media(max-width:1400px) {
    .about {
        padding: 170px 0 200px;
    }

    .about .text {
        margin-bottom: 180px;
    }

    .about .text h5 {
        font-size: 24px;
    }

    .about .img {
        margin-bottom: 190px;
    }

    .about .content .theme-markers-title {
        margin-bottom: 85px;
    }
}

@media(max-width:1200px) {
    .about {
        padding: 110px 0 170px;
    }

    .about .text {
        margin-bottom: 120px;
    }

    .about .text h5 {
        font-size: 20px;
    }

    .about .img {
        margin-bottom: 145px;
    }

    .about .content {
        padding-left: 30px;
    }
}

@media(max-width:768px) {
    .about {
        padding: 80px 0 150px;
    }

    .about .text {
        margin-bottom: 65px;
    }

    .about .text h5 {
        font-size: 18px;
    }

    .about .img {
        margin-bottom: 85px;
    }

    .about .content .theme-markers-title {
        margin-bottom: 60px;
    }
}

@media(max-width:430px) {
    .about {
        padding: 70px 0 105px;
    }

    .about .text {
        margin-bottom: 47px;
    }

    .about .text h5 {
        font-size: 15px;
        text-decoration-thickness: 1px;
    }

    .about .img {
        margin-bottom: 58px;
    } 

    .about .content {
        padding-left: 15px;
    }

    .about .content .theme-markers-title {
        margin-bottom: 45px;
    }
}




.step {
    color: #000;
    padding: 108px 0 137px;
    background: #fff;
}

.step .title {
    display: flex;
    padding-bottom: 90px;
    margin-bottom: 75px;
    border-bottom: 2px solid #000;
}

.step .title h3 {
    font-size: 50px;
    line-height: 58px;
    width: calc(100% - 110px);
}

.step .title .icon {
    margin: 8px 0 0 auto;
}

.step .introd {
    color: #000;
    margin-bottom: 136px;
}

.step .img {
    font-size: 0;
}




@media(max-width:1400px) {
    .step {
        padding: 100px 0 130px;
    }
    
    .step .title {
        padding-bottom: 65px;
        margin-bottom: 70px;
    }
    
    .step .title h3 {
        font-size: 40px;
        line-height: 52px;
        width: calc(100% - 95px);
    }
    
    .step .title .icon {
        margin: 4px 0 0 auto;
    }
    
    .step .introd {
        margin-bottom: 120px;
    }
}

@media(max-width:1200px) {
    .step {
        padding: 90px 0 130px;
    }
    
    .step .title {
        padding-bottom: 50px;
        margin-bottom: 60px;
    }
    
    .step .title h3 {
        font-size: 30px;
        line-height: 52px;
        width: calc(100% - 80px);
    }
    
    .step .introd {
        margin-bottom: 100px;
    }
}

@media(max-width:768px) {
    .step {
        padding: 90px 0 125px;
    }
    
    .step .title {
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
    
    .step .title h3 {
        font-size: 22px;
        line-height: 36px;
    }
    
    .step .introd {
        margin-bottom: 85px;
    }
}

@media(max-width:430px) {
    .step {
        padding: 75px 0 100px;
    }
    
    .step .title {
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
    
    .step .title h3 {
        font-size: 17px;
        line-height: 30px;
    }
    
    .step .introd {
        margin-bottom: 70px;
    }
}




.factory {
    padding: 200px 0;
}

.factory .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
    margin: 0 auto;
}

.factory .content {
    width: 50%;
    padding-right: 60px;
    position: relative;
    /* border-right: 2px solid #fff; */
}

.factory .content::after {
    content: '';
    width: 2px;
    height: calc(100% - 42px);
    top: 42px;
    right: 0;
    background: #fff;
}

.factory .theme-markers-title {
    margin-bottom: 115px;
}

.factory .img {
    width: 46.25%;
    margin: 167px 0 0 auto;
}




@media(max-width:1600px) {
    .factory .container {
        padding: 0 15px;
    }
}

@media(max-width:1400px) {
    .factory {
        padding: 160px 0 200px;
    }
    
    .factory .content {
        padding-right: 35px;
    }
    
    .factory .theme-markers-title {
        margin-bottom: 100px;
    }
    
    .factory .img {
        margin: 140px 0 0 auto;
    }
}

@media(max-width:1200px) {
    .factory {
        padding: 140px 0 170px;
    }
    
    .factory .theme-markers-title {
        margin-bottom: 85px;
    }
    
    .factory .img {
        margin: 120px 0 0 auto;
    }
}

@media(max-width:768px) {
    .factory {
        padding: 120px 0;
    }

    .factory .content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 65px;
    }

    .factory .content::after {
        display: none;
    }
    
    .factory .theme-markers-title {
        margin-bottom: 60px;
    }
    
    .factory .img {
        width: 100%;
        margin: 0;
    }
}

@media(max-width:430px) {
    .factory {
        padding: 95px 0 120px;
    }
}




.certifcate {
    padding: 199px 0 205px;
    background: var(--theme-color);
}

.certifcate .theme-markers-title {
    align-items: normal;
    flex-direction: column;
    margin-bottom: 81px;
}

.certifcate .theme-markers-title .icon {
    margin-bottom: 62px;
}

.certifcate .theme-markers-title h3 {
    color: #000;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 64px;
}




@media(max-width:1400px) {
    .certifcate {
        padding: 170px 0 190px;
    }
    
    .certifcate .theme-markers-title {
        margin-bottom: 70px;
    }
    
    .certifcate .theme-markers-title .icon {
        margin-bottom: 45px;
    }
    
    .certifcate .theme-markers-title h3 {
        font-size: 48px;
        line-height: 58px;
    }
}

@media(max-width:1200px) {
    .certifcate {
        padding: 145px 0 170px;
    }
    
    .certifcate .theme-markers-title {
        margin-bottom: 65px;
    }
    
    .certifcate .theme-markers-title h3 {
        font-size: 36px;
        line-height: 48px;
    }
}

@media(max-width:768px) {
    .certifcate {
        padding: 110px 0 140px;
    }
    
    .certifcate .theme-markers-title {
        margin-bottom: 50px;
    }

    .certifcate .theme-markers-title .icon {
        margin-bottom: 25px;
    } 
    
    .certifcate .theme-markers-title h3 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media(max-width:430px) {
    .certifcate {
        /* padding: 90px 0 100px; */
        padding: 90px 0 80px;
    }
    
    .certifcate .theme-markers-title h3 {
        font-size: 25px;
        line-height: 32px;
    }
}




.honor {
    padding: 200px 0 126px; 
}

.honor-slide .swiper-wrapper {
    margin-bottom: 108px;
}

.honor-slide .swiper-scrollbar {
    z-index: 10;
}

.honor-slide .swiper-scrollbar::after {
    content: '';
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
    background: #eee;
}

.honor-slide .swiper-scrollbar-drag {
    height: 10px;
    margin-top: -5px;
    top: 50%;
    border-radius: 0;
    background: var(--theme-color);
}

.honor-slide .img {
    height: 515px;
    padding: 20px;
    margin-bottom: 32px;
    background: #e5e5e5;
}

.honor-slide p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    transition: all .3s;
}

.honor-slide .swiper-slide:hover p {
    color: var(--theme-color);
}




@media(max-width:1400px) {
    .honor {
        padding: 145px 0 120px; 
    }

    .honor-slide .swiper-wrapper {
        margin-bottom: 85px;
    }

    .honor-slide .swiper-scrollbar-drag {
        height: 8px;
        margin-top: -4px;
    } 

    .honor-slide .img {
        height: 420px;
        margin-bottom: 25px;
    }
    
    .honor-slide p {
        font-size: 17px;
    }
}

@media(max-width:1200px) {
    .honor {
        padding: 135px 0 100px; 
    }

    .honor-slide .swiper-wrapper {
        margin-bottom: 70px;
    }

    .honor-slide .swiper-scrollbar-drag {
        height: 6px;
        margin-top: -3px;
    } 

    .honor-slide .img {
        height: 420px;
        margin-bottom: 20px;
    }
    
    .honor-slide p {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .honor {
        padding: 135px 0 80px; 
    }

    .honor-slide .swiper-wrapper {
        margin-bottom: 65px;
    }

    .honor-slide .swiper-scrollbar {
        height: 3px;
        background: #eee;
    }

    .honor-slide .swiper-scrollbar::after {
        /* height: 4px;
        border-radius: 50px; */
        display: none;
    }    

    .honor-slide .swiper-scrollbar-drag {
        height: 3px;
        margin-top: 0;
        top: 0;
    } 

    .honor-slide .img {
        height: 320px;
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .honor-slide p {
        font-size: 15px;
    }
}

@media(max-width:430px) {
    .honor {
        /* padding: 100px 0 70px;  */
        /* padding: 80px 0 70px; */
        padding: 80px 0 45px;
    }

    .honor-slide .swiper-wrapper {
        /* margin-bottom: 50px; */
        margin-bottom: 35px;
    }

    .honor-slide .img {
        height: 260px;
        margin-bottom: 12px;
    }
    
    .honor-slide p {
        font-size: 14px;
    }
}




.design {
    overflow: hidden;
    background: #dadede;
}

.design .container {
    max-width: 1600px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 190px 0 921px;
    margin: 0 auto;
    position: relative;
}

.design .theme-markers-title {
    align-items: normal;
    flex-direction: column;
}

.design .theme-markers-title .icon {
    margin-bottom: 52px;
}

.design .theme-markers-title h2 {
    color: #000;
    margin-left: 0;
    border-bottom: 1px solid #000;
}

.design .theme-markers-title h2::after {
    background: #000;
}

.design .introd {
    color: #000;
    width: 77.5%;
    margin: 133px 0 0 auto;
}

.design .background-img {
    font-size: 0;
    width: 1240px;
    position: absolute;
    right: -85px;
    bottom: 0;
}




@media(max-width:1600px) {
    .design .container {
        padding: 190px 15px 921px;
    }
}

@media(max-width:1400px) {
    .design .container {
        padding: 150px 15px 850px;
    }

    .design .theme-markers-title .icon {
        margin-bottom: 45px;
    }

    .design .introd {
        margin: 110px 0 0 auto;
    }

    .design .background-img {
        text-align: right;
        width: 100%;
        right: 0;
    }
}

@media(max-width:1200px) {
    .design .container {
        padding: 150px 15px 850px;
    }

    .design .theme-markers-title .icon {
        margin-bottom: 40px;
    }

    .design .introd {
        margin: 90px 0 0 auto;
    }

    .design .background-img {
        text-align: right;
        width: 100%;
        right: 0;
    }
}

@media(max-width:768px) {
    .design .container {
        padding: 110px 15px 580px;
    }

    .design .theme-markers-title {
       margin-bottom: 45px;
    }

    .design .theme-markers-title .icon {
        margin-bottom: 25px;
    }

    .design .introd {
        width: 100%;
        margin: 0;
    }
    
    .design .background-img {
        text-align: right;
        width: 100%;
        right: 0;
    }
}

@media(max-width:430px) {
    .design .container {
        padding: 80px 15px 360px;
    }

    .design .theme-markers-title {
       margin-bottom: 45px;
    }

    .design .theme-markers-title .icon {
        margin-bottom: 15px;
    }

}




.nsf {
    padding: 192px 0 210px;
    background: #fff;
}

.nsf .theme-markers-title {
    align-items: normal;
    margin-bottom: 70px;
}

.nsf .theme-markers-title h3 {
    color: #000;
    font-size: 30px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    line-height: 30px;
    width: calc(100% - 120px);
    margin-top: 49px;
}

.nsf .theme-markers-title h3 span {
    color: var(--theme-color);
}

.nsf .theme-markers-title .icon {
    margin-left: auto;
}

.nsf .img {
    margin-bottom: 76px;
}

.nsf .introd {
    color: #000;
}




@media(max-width:1400px) {
    .nsf {
        padding: 140px 0 165px;
    }

    .nsf .theme-markers-title {
        margin-bottom: 60px;
    }

    .nsf .theme-markers-title h3 {
        font-size: 25px;
        width: calc(100% - 90px);
        margin-top: 35px;
    }
}

@media(max-width:1200px) {
    .nsf {
        padding: 130px 0 160px;
    }

    .nsf .theme-markers-title h3 {
        font-size: 23px;
        line-height: 28px;
        margin-top: 25px;
    }

    .nsf .img {
        margin-bottom: 60px;
    }
}

@media(max-width:768px) {
    .nsf {
        padding: 100px 0 130px;
    }

    .nsf .theme-markers-title h3 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 15px;
    }

    .nsf .img {
        margin-bottom: 60px;
    }
}

@media(max-width:430px) {
    .nsf {
        padding: 80px 0 100px;
    }

    .nsf .theme-markers-title h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .nsf .img {
        margin-bottom: 60px;
    }
}




.skill {
    color: #fff;
    padding: 240px 0 134px;
}

.skill .border-bottom-line {
    padding-bottom: 123px;
    margin-bottom: 149px;
    border-bottom: 1px solid #fff;
}

.skill .theme-markers-title, .skill-slide {
    max-width: 1600px;
    margin: 0 auto;
}

.skill-slide .swiper-wrapper {
    margin-bottom: 56px;
}

.skill-slide .name {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.skill-slide .name span {
    color: var(--theme-color);
    font-size: 50px;
}

.skill-slide .name h4 {
    font-size: 30px;
    margin-left: auto;
}

.skill-slide .introd {
    font-size: 20px;
    line-height: 30px;
    padding: 30px 0;
    margin-bottom: 50px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.skill-slide .img {
    height: 440px;
}




@media(max-width:1600px) {
    .skill .border-bottom-line {
        padding-left: 15px;
        padding-right: 15px;
    }

    .skill-slide {
        margin: 0 15px;
    }
}

@media(max-width:1400px) {
    .skill {
        padding: 170px 0 120px;
    }

    .skill .border-bottom-line {
        padding-bottom: 95px;
        margin-bottom: 120px;
    }

    .skill-slide .name span {
        font-size: 42px;
    }
    
    .skill-slide .name h4 {
        font-size: 22px;
    }
    
    .skill-slide .introd {
        font-size: 18px;
        padding: 20px 0;
        margin-bottom: 45px;
    }
    
    .skill-slide .img {
        height: 400px;
    }
}

@media(max-width:1200px) {
    .skill {
        padding: 120px 0;
    }

    .skill .border-bottom-line {
        padding-bottom: 70px;
        margin-bottom: 100px;
    }

    .skill-slide .name span {
        font-size: 36px;
    }
    
    .skill-slide .name h4 {
        font-size: 20px;
    }
    
    .skill-slide .introd {
        font-size: 16px;
        padding: 17px 0;
        margin-bottom: 40px;
    }
    
    .skill-slide .img {
        height: 380px;
    }
}

@media(max-width:768px) {
    .skill {
        padding: 120px 0 100px;
    }

    .skill .border-bottom-line {
        padding-bottom: 40px;
        margin-bottom: 80px;
    }

    .skill-slide .swiper-wrapper {
        margin-bottom: 45px;
    }

    .skill-slide .name span {
        font-size: 32px;
    }
    
    .skill-slide .name h4 {
        font-size: 18px;
    }
    
    .skill-slide .introd {
        font-size: 15px;
        line-height: 24px;
        padding: 15px 0;
    }
    
    .skill-slide .img {
        height: 360px;
    }
}

@media(max-width:430px) {
    .skill {
        padding: 90px 0 65px;
    }

    .skill .border-bottom-line {
        padding-bottom: 35px;
        margin-bottom: 70px;
    }

    .skill-slide .swiper-wrapper {
        margin-bottom: 35px;
    }

    .skill-slide .name span {
        font-size: 28px;
    }
    
    .skill-slide .name h4 {
        font-size: 15px;
    }
    
    .skill-slide .introd {
        font-size: 13px;
        line-height: 23px;
        padding: 12px 0;
    }
    
    .skill-slide .img {
        height: 300px;
    }
}




.join h2 {
    color: #fff;
    font-size: 60px;
    text-align: center;
    background: #a7212f;
}

.join .pb-form {
    max-width: 1600px;
    margin: 0 auto;
}

.join .pb-form  select option {
   color: #222;
}

.join .pb-form .li p {
    color: #fff;
}

.join .pb-form input, .pb-form select {
    color: #fff;
}

.join .pb-form textarea::-webkit-input-placeholder,
.join .pb-form input::-webkit-input-placeholder {
    color: #fff;
}

.join .pb-form .distpicker select {
    -webkit-filter: grayscale(100%) brightness(500%);
    filter: grayscale(100%) brightness(500%);
}




@media(max-width:1400px) {
    .join h2 {
        font-size: 50px;
    }
}

@media(max-width:1200px) {
    .join h2 {
        font-size: 40px;
    }
}

@media(max-width:768px) {
    .join h2 {
        font-size: 30px;
        padding: 2px 0;
    }

    .join .pb-form .distpicker select {
        -webkit-filter: none;
        filter: none;
    }

    .join .pb-form input, .join .pb-form select {
        color: #222!important;
    }

    .join .pb-form input::-webkit-input-placeholder {
        color: #222;
    }
}

@media(max-width:430px) {
    .join .pb-form {
        padding: 45px 15px 62px;
    }
}




.product {
    color: #fff;
    text-transform: uppercase;
    padding: 115px 0 43px;
}

.product .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
    margin: 0 auto;
    /* border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; */
}

.product .select {
    width: 40%;
    padding-top: 50px;
    border-right: 1px solid #fff;
}

.product .select .option:not(:last-child) {
    margin-bottom: 63px;
    border-bottom: 1px solid #fff;
}

.product .select h4 {
    font-size: 40px;
    padding-right: 80px;
    margin-bottom: 9px;
    position: relative;
}

.product .select h4::after {
    content: '';
    width: 35px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 31px;
    background: #fff;
}

.product .select ul {
    padding: 36px 0;
    border-top: 1px solid #999;
}

.product .select li {
    font-size: 26px;
}

.product .select li:not(:last-child) {
    margin-bottom: 23px;
}

.product .select li a {
    display: inline-block;
    padding: 0 20px 0 52px;
    position: relative;
}

.product .select li a::after {
    content: '';
    width: 30px;
    height: 30px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/dot.png) no-repeat left center/contain;
}

.product .select li.active a::after {
    background: url(../images/dot-active.png) no-repeat left center/contain;
}

.product .mb-select {
    width: 100%;
    display: none;
}

.product .mb-select .option:not(:last-child) {
    margin-bottom: 20px;
}

.product .mb-select h4 {
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 7px 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.product .mb-select h4 .icon {
    width: 30px;
    height: 2px;
    margin-left: auto;
    background: #fff;
}

.product .mb-select .content {
    display: none;
}

.product .mb-select ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

.product .mb-select li {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

.product .mb-select li:not(:last-child) {
    margin-right: 30px;
}

.product .mb-select li a {
    padding-left: 20px;
    display: inline-block;
    position: relative;
}

.product .mb-select li a::after {
    content: '';
    width: 14px;
    height: 14px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/dot.png) no-repeat left center/contain;
}

.product .mb-select li.active a::after {
    background: url(../images/dot-active.png) no-repeat left center/contain;
}




@media(max-width:1600px) {
    .product {
        padding: 115px 0 43px;
    }

    .product .container {
        padding: 0 15px;
    }
}

@media(max-width:1400px) {
    .product .select {
        padding-top: 45px;
    }
    
    .product .select .option:not(:last-child) {
        margin-bottom: 50px;
    }
    
    .product .select h4 {
        font-size: 30px;
        padding-right: 55px;
        margin-bottom: 5px;
    }
    
    .product .select h4::after {
        width: 30px;
        right: 20px;
    }
    
    .product .select ul {
        padding: 30px 0;
    }
    
    .product .select li {
        font-size: 23px;
    }
    
    .product .select li:not(:last-child) {
        margin-bottom: 20px;
    }
    
    .product .select li a {
        padding: 0 20px 0 35px;
    }
    
    .product .select li a::after {
        width: 22px;
        height: 22px;
    }
}

@media(max-width:1200px) {
    .product .select {
        padding-top: 40px;
    }

    .product .select .option:not(:last-child) {
        margin-bottom: 40px;
    }

    .product .select h4 {
        font-size: 25px;
        padding-right: 50px;
    }
    
    .product .select h4::after {
        width: 25px;
    }
    
    .product .select li {
        font-size: 20px;
    }
    
    .product .select li:not(:last-child) {
        margin-bottom: 18px;
    }
    
    .product .select li a {
        padding: 0 15px 0 25px;
    }
    
    .product .select li a::after {
        width: 17px;
        height: 17px;
    }
}

@media(max-width:768px) {
    .product .select {
        display: none;
    }

    .product .mb-select {
        display: block;
    }

    .product .long-line:nth-child(1) {
        display: none;
    }
}

@media(max-width:430px) {
    .product .mb-select h4 {
        font-size: 16px;
    }

    .product .mb-select li {
        font-size: 14px;
        line-height: 1;
    }

    .product .mb-select li:not(:last-child) {
        margin-right: 20px;
    }

    .product .mb-select li a {
        padding-left: 18px;
    }

    .product .mb-select li a::after {
        width: 12px;
        height: 12px;
    }
}




.product .wrapper {
    width: 56.25%;
    padding-top: 119px;
    margin-left: auto;
}

.product .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 54px 44px;
}

.product .list .group {
    font-size: 20px;
}

.product .list .img {
    height: 550px;
    margin-bottom: 24px;
}

.product .list h4 {
    padding-bottom: 9px;
    margin-bottom: 14px;
    transition: all .2s;
    border-bottom: 1px solid #fff;
}

.product .list .group:hover h4 {
    color: var(--theme-color);
}

.product .page {
    padding: 106px 0 73px;
}




@media(max-width:1400px) {
    .product .wrapper {
        padding-top: 100px;
    }
    
    .product .list {
        gap: 37px 15px;
    }
    
    .product .list .group {
        font-size: 18px;
    }
    
    .product .list .img {
        height: 500px;
        margin-bottom: 20px;
    }
    
    .product .list h4 {
        padding-bottom: 5px;
        margin-bottom: 4px;
    }
    
    .product .page {
        padding: 50px 0 70px;
    }
}

@media(max-width:1200px) {
    .product .wrapper {
        padding-top: 84px;
    }
    
    .product .list {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 10px;
    }
    
    .product .list .group {
        font-size: 16px;
    }
    
    .product .list .img {
        height: 500px;
        margin-bottom: 18px;
    }
}

@media(max-width:768px) {
    .product {
        padding: 80px 0 35px;
    }

    .product .container {
        border-top: none;
    }

    .product .wrapper {
        width: 100%;
        padding-top: 75px;
    }
    
    .product .list {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 10px;
    }
    
    .product .list .group {
        font-size: 16px;
    }
    
    .product .list .img {
        height: 480px;
        margin-bottom: 15px;
    }
}

@media(max-width:430px) {
    .product {
        padding: 70px 0 30px;
    }

    .product .wrapper {
        padding-top: 30px;
    }
    
    .product .list {
        gap: 20px 7px;
    }
    
    .product .list .group {
        font-size: 13px;
    }
    
    .product .list .img {
        height: 350px;
        margin-bottom: 12px;
    }

    .product .page {
        padding: 40px 0 60px;
    }
}




.introd-title h2 {
    color: #fff;
    font-size: 55px;
    line-height: 62px;
    max-width: 1600px;
    margin: 103px auto 0;
}

.introd-title h2 span {
    color: var(--theme-color);
}

.introd-title h2 i {
    display: block;
    padding-left: 72px;
}




@media(max-width:1600px) {
    .introd-title h2 {
        margin: 103px 15px 0;
    }
}

@media(max-width:1400px) {
    .introd-title h2 {
        font-size: 45px;
        line-height: 50px;
        margin: 90px 15px 0;
    }

    .introd-title h2 i {
        padding-left: 60px;
    }
}

@media(max-width:1200px) {
    .introd-title h2 {
        font-size: 32px;
        line-height: 36px;
        margin: 90px 15px 0;
    }

    .introd-title h2 i {
        padding-left: 40px;
    }
}

@media(max-width:768px) {
    .introd-title h2 {
        font-size: 25px;
        line-height: 32px;
        margin: 75px 15px 0;
    }

    .introd-title h2 i {
        padding-left: 30px;
    }
}

@media(max-width:430px) {
    .introd-title h2 {
        font-size: 21px;
        line-height: 27px;
    }
}




.introduce {
    color: #fff;
    font-size: 18px;
    padding-bottom: 25px;
    margin-top: 45px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.introduce .container {
    max-width: 1600px;
    margin: 0 auto;
}

.introduce .container .group {
    border-bottom: 1px solid #fff;
}

.introduce .profile .group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 55px 0;
}

.introduce .profile .group .content {
    width: 50%;
    margin-left: auto;
}

.introduce .container h3 {
    font-size: 18px;
   text-transform: uppercase;
}

.introduce .profile h3 {
    line-height: 1;
}

.introduce .profile .two {
    padding: 50px 0 75px;
}

.introduce .profile .two h4 {
    color: var(--theme-color);
    padding-bottom: 23px;
    margin-bottom: 18px;
    border-bottom: 1px solid #999;
}

.introduce .profile .two .introd {
    line-height: 30px;
}

.introduce .profile .three {
    padding: 40px 0 95px;
}

.introduce .profile .three li {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #999;
}

.introduce .profile .three li span {
    text-align: right;
    display: block;
    margin-left: auto;
}

.introduce .profile .four {
    padding: 75px 0;
}

.introduce .profile .four .button {
    display: flex;
    align-items: center;
}

.introduce .profile .four .button a {
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .2s;
    background-size: contain;
    background-repeat: no-repeat;
}

.introduce .profile .four .button .prev,
.introduce .profile .four .button .next {
    width: 32px;
    height: 31px;
}

.introduce .profile .four .button .prev {
    margin-right: 45px;
    background-position: left center;
    background-image: url(../images/a-prev.png);
}

.introduce .profile .four .button .next {
    margin-left: 45px;
    background-position: right center;
    background-image: url(../images/a-next.png);
}

.introduce .profile .four .button a:hover {
    color: var(--theme-color);
}

.introduce .profile .five {
    padding: 55px 0 75px;
}

.introduce .profile .five .picture {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 33px;
}

.introduce .other .group {
    padding: 47px 0 75px;
}

.introduce .other .group:last-child {
    border-bottom: none;
}

.introduce .other .group h3 {
    margin-bottom: 50px;
}

.introduce .other .one .video {
    height: 900px;
    overflow: hidden;
}

.introduce .other .one .video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.introduce .other .one .video .img {
    position: relative;
    z-index: 10;
}

.introduce .other .one .video .img::after {
    content: '';
    width: 66px;
    height: 66px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: url(../images/play.png) no-repeat center/contain;
}

.introduce .other .two .with-img-slide .swiper-wrapper {
    margin-bottom: 75px;
}

.introduce .other .two .with-img-slide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 5px!important;
    transition: all .3s;
    background: #fff;
}

.introduce .other .two .with-img-slide .swiper-pagination-bullet-active {
    width: 90px;
    border-radius: 50px;
}

/* .introduce .other .two .with-img-slide .img {
    height: 1065px;
}    */

.introduce .other .two .picture {
    text-align: right;
    display: grid;
    gap: 33px;
}

.introduce .other .two .picture .img {
    width: 62.5%;
    margin-left: auto;
}

.introduce .other .two .picture .img img {
    width: 100%;
}




@media(max-width:1600px) {
    .introduce {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:1400px) {
    .introduce {
        font-size: 15px;
    }

    .introduce .profile .group {
        padding: 35px 0 55px;
    }

    .introduce .other .group {
        padding: 35px 0 75px;
    }

    .introduce .profile .two h4 {
        padding-bottom: 18px;
        margin-bottom: 15px;
    }

    .introduce .profile .two .introd {
        line-height: 28px;
    }

    .introduce .profile .four {
        padding: 60px 0;
    }

    .introduce .profile .four .button a {
        font-size: 18px;
    }

    .introduce .profile .four .button .prev,
    .introduce .profile .four .button .next {
        width: 25px;
        height: 25px;
    }

    .introduce .profile .four .button .prev {
        margin-right: 25px;
    }

    .introduce .profile .four .button .next {
        margin-left: 25px;
    }

    .introduce .other .group h3 {
        margin-bottom: 35px;
    }

    .introduce .other .one .video {
        height: 700px;
    }

    .introduce .other .two .with-img-slide .swiper-pagination-bullet-active {
        width: 70px;
    }

    /* .introduce .other .two .with-img-slide .img {
        height: 900px;
    } */
}

@media(max-width:1200px) {
    .introduce {
        font-size: 13px;
    }

    .introduce .container h3 {
        font-size: 17px;
    }

    .introduce .other .group {
        padding: 35px 0 65px;
    }

    .introduce .profile .two h4 {
        padding-bottom: 15px;
    }

    .introduce .profile .two .introd {
        line-height: 26px;
    }

    .introduce .profile .four {
        padding: 50px 0;
    }

    .introduce .profile .four .button a {
        font-size: 16px;
    }

    .introduce .profile .four .button .prev,
    .introduce .profile .four .button .next {
        width: 23px;
        height: 23px;
    }

    .introduce .profile .four .button .prev {
        margin-right: 22px;
    }

    .introduce .profile .four .button .next {
        margin-left: 22px;
    }

    .introduce .profile .five .picture {
        gap: 20px;
    }

    .introduce .other .group h3 {
        margin-bottom: 25px;
    }

    .introduce .other .one .video {
        height: 600px;
    }

    .introduce .other .two .with-img-slide .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 4px!important;
    }

    .introduce .other .two .with-img-slide .swiper-pagination-bullet-active {
        width: 50px;
    }
    
    /* .introduce .other .two .with-img-slide .img {
        height: 750px;
    } */

    .introduce .other .two .picture {
        gap: 20px;
    }
}

@media(max-width:768px) {
    .introduce .profile h3 {
        margin-bottom: 20px;
    }

    .introduce .profile .group .content {
        width: 100%;
    }

    .introduce .profile .three h3 {
        margin-bottom: 10px;
    }

    .introduce .profile .three li {
        padding-left: 110px;
        position: relative;
    }

    .introduce .profile .three li em {
        position: absolute;
        top: 10px;
        left: 0;
    }

    .introduce .profile .four .button {
        justify-content: center;
    }

    .introduce .profile .four .button a {
        font-size: 15px;
    }

    .introduce .profile .four .button .prev,
    .introduce .profile .four .button .next {
        width: 20px;
        height: 20px;
    }

    .introduce .profile .four .button .prev {
        margin-right: 15px;
    }

    .introduce .profile .four .button .next {
        margin-left: 15px;
    }

    .introduce .profile .five .picture {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .introduce .other .two .with-img-slide .swiper-wrapper {
        margin-bottom: 60px;
    }

    .introduce .other .two .with-img-slide .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .introduce .other .two .with-img-slide .swiper-pagination-bullet-active {
        width: 35px;
    }

    .introduce .other .one .video .img::after {
        width: 50px;
        height: 50px;
    }

    .introduce .other .two .picture {
        gap: 10px;
    }

    .introduce .other .two .picture .img {
        width: 100%;
        margin 0;
    }
}

@media(max-width:430px) {
    .introduce {
        font-size: 12px;
        padding-bottom: 50px;
    }

    .introduce .profile .group {
        padding: 35px 0 40px;
    }

    .introduce .other .group {
        padding: 35px 0;
    }

    .introduce .profile h3 {
        font-size: 16px;
    }

    .introduce .profile .two h3 {
        margin-bottom: 12px;
    }

    .introduce .profile .three li {
        padding-left: 100px;
    }

    .introduce .other .group h3 {
        margin-bottom: 17px;
    }

    .introduce .other .one .video {
        height: 300px;
    }

    .introduce .other .two .with-img-slide .swiper-wrapper {
        margin-bottom: 47px;
    }

    .introduce .other .two .with-img-slide .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .introduce .other .two .with-img-slide .swiper-pagination-bullet-active {
        width: 30px;
    }

    /* .introduce .other .two .with-img-slide .img {
        height: 300px;
    } */

    .introduce .other .one .video .img::after {
        width: 40px;
        height: 40px;
    }
}




.ornament-dot {
    background: var(--theme-color);
}

.ornament-dot ul {
    display: flex;
    max-width: 1600px;
    padding: 38px 0;
    margin: 0 auto;
}

.ornament-dot ul li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
}

.ornament-dot ul li:not(:last-child) {
    margin-right: 11px;
}




@media(max-width:1600px) {
    .ornament-dot ul {
        padding: 38px 15px;
    }
}

@media(max-width:1400px) {
    .ornament-dot ul {
        padding: 25px 15px;
    }

    .ornament-dot ul li {
        width: 14px;
        height: 14px;
    }
}

@media(max-width:1200px) {
    .ornament-dot ul {
        padding: 20px 15px;
    }

    .ornament-dot ul li {
        width: 12px;
        height: 12px;
    }
}

@media(max-width:768px) {
    .ornament-dot ul {
        padding: 17px 15px;
    }

    .ornament-dot ul li {
        width: 10px;
        height: 10px;
    }
}

@media(max-width:430px) {
    .ornament-dot ul {
        padding: 15px;
    }

    .ornament-dot ul li {
        width: 8px;
        height: 8px;
    }
}




.banner-container {
    position: relative;
    z-index: 88;
}

.banner-container .content {
    width: 41.7%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 57px 215px 127px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(../images/mask.png) no-repeat left center/cover;
}

.banner-container .content .mask {
    width: 472px;
    height: 210px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-container .content h2,
.banner-container .content .more {
    color: var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
}

.banner-container .content h2 {
    font-size: 52px;
    text-transform: uppercase;
    padding-bottom: 4px;
}

.banner-container .content .more {
    font-size: 28px;
    display: flex;
    align-items: first baseline;
    padding: 0 32px 14px 0;
    margin-top: auto;
    position: relative;
}

.banner-container .content .more::after {
    content: '';
    width: 27px;
    height: 28px;
    top: 7px;
    right: 4px;
    background: url(../images/banner-more.png) no-repeat right center/contain;
}

.banner-container .content .more em {
    color: #a72144;
}

.banner-container .content .more span {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 7px;
}

.banner {
    height: calc(100vh - 77px);
}

.banner .button {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    right: 60px;
}

.banner .button .swiper-button-prev,
.banner .button .swiper-button-next {
    width: 36px;
    height: 36px;
    position: static;
    background-image: url(../images/banner-prev.png);
}

.banner .button .swiper-button-prev {
    margin-bottom: 35px;
    background-image: url(../images/banner-prev.png);
}

.banner .button .swiper-button-next {
    background-image: url(../images/banner-next.png);
}

.banner .button .swiper-button-prev:hover {
    background-image: url(../images/banner-touch-prev.png);
}

.banner .button .swiper-button-next:hover {
    background-image: url(../images/banner-touch-next.png);
}

.banner .img {
    height: 100%;
}

.banner img {
    height: 100%;
    object-fit: cover;
}




@media(max-width:1600px) {
    .banner-container .content {
        padding: 57px 130px 127px;
        box-sizing: border-box;
    }
}

@media(max-width:1400px) {
    .banner {
        height: calc(100vh - 60px);
    }

    .banner-container .content h2 {
        font-size: 36px;
    }

    .banner-container .content .more {
        font-size: 22px;
        padding: 0 30px 10px 0;
    }

    .banner-container .content .more span {
        font-size: 16px;
    }

    .banner-container .content .more::after {
        width: 25px;
        height: 25px;
    }
}

@media(max-width:1200px) {
    .banner-container .content {
        width: 54%;
        padding: 50px 130px 100px;
    }

    .banner-container .content h2 {
        font-size: 28px;
    }

    .banner .button .swiper-button-prev,
    .banner .button .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .banner .button .swiper-button-prev {
        margin-bottom: 20px;
    }
}

@media(max-width:991px) {
    .banner-container .content {
        width: 55.6%;
        padding: 50px 110px 100px;
    }
}

/* @media(max-width:768px) {
    .banner-container .content {
        width: 50%;
        padding: 50px 30px 100px;
        background: #cbcece;
    }

    .banner-container .content h2 {
        font-size: 24px;
    }

    .banner-container .content .more {
        font-size: 18px;
    }

    .banner-container .content .more::after {
        top: 3px;
    }

    .banner-container .content .more span {
        color: #fff;
        font-size: 14px;
        margin-left: 5px;
    }

    .banner {
        height: calc(100vh - 50px);
    } 
} */

@media(max-width:768px) {
    .banner {
        height: auto;
    }

    .banner-container .content {
        width: 100%;
        height: auto;
        /* padding: 25px 15px 50px; */
        padding: 15px 15px 30px;
        top: auto;
        bottom: 0;
        /* background: rgba(255, 255, 255, .5); */
        background: transparent;
    }
    
    .banner-container .content .more {
        font-size: 16px;
        margin: 0;
    }

    .banner-container .content .more span {
        color: #fff;
        font-size: 12px;
    }

    /* .banner .img,
    .banner .img img {
        height: auto;
        object-fit: contain;
    } */

    .banner-container .content h2 {
        font-size: 20px;
        padding-bottom: 0;
        margin-bottom: 10px;
        border: none;
    }

    .banner-container .content .more::after {
        width: 20px;
        height: 20px;
        top: 6px;
    }

    .banner .button {
        display: none;
    }
}




.ipro {
    color: #fff;
    padding: 98px 0 86px;
}

.ipro .container {
    max-width: 1600px;
    padding-bottom: 180px;
    margin: 0 auto;
    /* border-bottom: 1px solid #fff; */
}

.ipro .hd {
    margin-bottom: 106px;
}

.ipro .hd .li {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 5px 0 13px;
    border-bottom: 1px solid #fff;
}

.ipro .hd .li:nth-child(2) {
    padding-left: 175px;
}

.ipro .hd .li:nth-child(3) {
    padding-left: 53px;
}

.ipro .hd h4 {
    font-size: 80px;
}

.ipro .hd .li.on h4 {
    color: var(--theme-color);
}

.ipro .hd .introd {
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    margin: 30px 0 0 auto;
}

.ipro-slide {
    position: relative;
}

.ipro-slide::after {
    content: '';
    width: 148px;
    height: 150px;
    right: 0;
    bottom: 0;
    background: url(../images/right.png) no-repeat right center/contain;
}

.ipro-slide .button {
    display: flex;
    align-items: center;
    position: absolute;
    right: 485px;
    bottom: 0;
}

.ipro-slide .button .swiper-button-prev,
.ipro-slide .button .swiper-button-next {
    width: 37px;
    height: 38px;
    position: static;
    background-image: url(../images/ipro-prev.png);
}

.ipro-slide .button .swiper-button-prev {
    margin-right: 16px;
    background-image: url(../images/ipro-prev.png);
}

.ipro-slide .button .swiper-button-next {
    background-image: url(../images/ipro-next.png);
}

.ipro-slide .button .swiper-button-prev:hover {
    background-image: url(../images/ipro-touch-prev.png);
}

.ipro-slide .button .swiper-button-next:hover {
    background-image: url(../images/ipro-touch-next.png);
}

.ipro-slide .content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.ipro-slide .text {
    font-size: 20px;
    line-height: 30px;
    width: 30%;
    /* margin-top: auto; */
    position: absolute;
    left: 0;
    bottom: 0;
}

.ipro-slide .text h4 {
    padding-left: 35px;
    position: relative;
}

.ipro-slide .text h4::after {
    content: '';
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
}

.ipro-slide .picture {
    width: 20.625%;
    margin: 0 auto;
    position: relative;
}

.ipro-slide .picture .img {
    height: 675px;
}

.ipro-slide .picture .name {
    font-size: 28px;
    word-break: break-word;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -105px;
    border-radius: 50%;
    background: var(--theme-color);
}




@media(max-width:1600px) {
    .ipro .container {
        padding: 0 15px 180px;
    }
}

@media(max-width:1400px) {
    .ipro .hd h4 {
        font-size: 55px;
    }

    .ipro .hd .introd {
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0 0 auto;
    } 

    .ipro-slide::after {
        width: 120px;
        height: 120px;
    }

    .ipro-slide .button {
        right: 400px;
    }

    .ipro-slide .text {
        font-size: 16px;
        line-height: 26px;
    }

    .ipro-slide .text h4 {
        padding-left: 22px;
    }
    
    .ipro-slide .text h4::after {
        width: 15px;
        height: 15px;
    }

    .ipro-slide .picture .img {
        height: 500px;
    }

    .ipro-slide .picture .name {
        font-size: 20px;
        width: 110px;
        height: 110px;
        right: -55px;
    }
}

@media(max-width:1200px) {
    .ipro .hd {
        margin-bottom: 80px;
    }

    .ipro .hd h4 {
        font-size: 35px;
    }

    .ipro .hd .li:nth-child(2) {
        padding-left: 150px;
    } 

    .ipro .hd .introd {
        font-size: 14px;
        line-height: 22px;
        margin: 15px 0 0 auto;
    } 

    .ipro .container {
        padding: 0 15px 140px;
    } 

    .ipro-slide::after {
        width: 80px;
        height: 80px;
    }

    .ipro-slide .button {
        right: 320px;
    }

    .ipro-slide .text {
        font-size: 16px;
        line-height: 28px;
    }

    .ipro-slide .text h4 {
        padding-left: 22px;
    }
    
    .ipro-slide .text h4::after {
        width: 15px;
        height: 15px;
    }

    .ipro-slide .picture .img {
        height: 500px;
    }

    .ipro-slide .picture .name {
        font-size: 16px;
        width: 90px;
        height: 90px;
        right: -45px;
    }
}

@media(max-width:768px) {
    .ipro {
        padding: 60px 0;
    }

    .ipro .container {
        padding: 0 15px 100px;
    }

    .ipro .hd {
        margin-bottom: 60px;
    } 

    .ipro .hd .li {
        padding: 15px 0;
    }

    .ipro .hd h4 {
        font-size: 20px;
    }

    .ipro .hd .li:nth-child(2) {
        padding-left: 100px;
    }
    
    .ipro .hd .introd {
        font-size: 12px;
        margin: 0 0 0 auto;
    }
      
    .ipro-slide::after {
        display: none;
    }

    .ipro-slide .button {
        display: none;
    }

    .ipro-slide .picture {
        /* width: 150px; */
        width: 45%;
        order: 1;
        margin: 0 auto 30px;
    }

    .ipro-slide .picture .img {
        width: 100%;
        height: 400px;
    }

    .ipro-slide .picture .name {
        font-size: 13px;
        width: 70px;
        height: 70px;
        right: -35px;
    }

    .ipro-slide .text {
        font-size: 14px;
        width: 100%;
        order: 2;
        position: static;
    }
}

@media(max-width:430px) {
    .ipro {
        padding: 60px 0 30px;
    }

    .ipro .container {
        padding: 0 15px 85px;
    }

    .ipro .hd .li:nth-child(2),
    .ipro .hd .li:nth-child(3) {
        padding-left: 0;
    }

    .ipro .hd .introd {
        width: calc(100% - 65px);
    }

    /* .ipro-slide .picture {
        width: 100px;
    } */

    .ipro-slide .picture .img {
        height: 300px;
    }

    .ipro-slide .picture .name {
        padding: 10px;
    }

    .ipro-slide .text {
        font-size: 12px;
        line-height: 24px;
    }

    .ipro-slide .text h4 {
        padding-left: 15px;
    }

    .ipro-slide .text h4::after {
        width: 10px;
        height: 10px;
    }
}




.iab {
    color: #fff;
    padding: 86px 0 76px;
}

.iab .container {
    max-width: 1600px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.iab .theme-markers-title h2 span {
    display: block;
    padding-left: 76px;
    margin-left: 101px;
    position: relative;
}

.iab .theme-markers-title h2 span::after {
    content: '';
    width: 62px;
    height: 62px;   
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
}

.iab .wrapper {
    width: 50%;
    margin: 353px 0 0 auto;
}

.iab .wrapper .content {
    display: flex;
    flex-direction: column;
    padding: 80px 0 47px;
    margin-bottom: 61px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.iab .wrapper .text {
    margin-bottom: 61px;
}

.iab .wrapper .more {
    font-size: 22px;
    text-align: center;
    width: 221px;
    display: block;
    padding-bottom: 20px;
    margin-left: auto;
    position: relative;
    transition: all .3s;
}

.iab .wrapper .more::after {
    content: '';
    width: 100%;
    height: 36px;
    left: 0;
    bottom: 0;
    background: url(../images/about-more.png) no-repeat right center/contain;
}

.iab .wrapper .more:hover {
    color: var(--theme-color);
}

.iab .wrapper .img {
    height: 470px;
}




@media(max-width:1600px) {
    .iab .container {
        padding: 0 15px;
    }
}

@media(max-width:1400px) {
    .iab .theme-markers-title h2 span {
        padding-left: 45px;
        margin-left: 70px;
    }

    .iab .theme-markers-title h2 span::after {
        width: 35px;
        height: 35px;
    }

    .iab .wrapper {
        margin: 220px 0 0 auto;
    }

    .iab .wrapper .content {
        padding: 60px 0 40px;
    }

    .iab .wrapper .more {
        font-size: 18px;
        width: 200px;
    }
}

@media(max-width:1200px) {
    .iab {
        padding: 60px;
    }

    .iab .theme-markers-title h2 span {
        padding-left: 35px;
        margin-left: 55px;
    }

    .iab .theme-markers-title h2 span::after {
        width: 30px;
        height: 30px;
    }

    .iab .wrapper {
        margin: 160px 0 0 auto;
    }

    .iab .wrapper .content {
        padding: 40px 0;
        margin-bottom: 60px;
    }

    .iab .wrapper .more {
        font-size: 17px;
        width: 180px;
    }

    .iab .wrapper .img {
        height: 450px;
    }
}

@media(max-width:768px) {
    .iab {
        padding: 50px 0 40px;
    }

    .iab .theme-markers-title {
        width: 100%;
        margin-bottom: 55px;
    }

    .iab .theme-markers-title h2 span {
        padding-left: 25px;
        margin-left: 35px;
    }

    .iab .theme-markers-title h2 span::after {
        width: 20px;
        height: 20px;
    }

    .iab .wrapper {
        width: 100%;
        margin: 0;
    }

    .iab .wrapper .content {
        padding: 40px 0;
        margin-bottom: 60px;
    }

    .iab .wrapper .more {
        font-size: 17px;
        width: 180px;
    }

    .iab .wrapper .img {
        height: 450px;
    }
}

@media(max-width:430px) {
    .iab {
        padding: 60px 0 30px;
    }

    .iab .theme-markers-title {
        width: 100%;
        margin-bottom: 35px;
    }

    .iab .theme-markers-title h2 span {
        padding-left: 20px;
        margin-left: 25px;
    }

    .iab .theme-markers-title h2 span::after {
        width: 15px;
        height: 15px;
    }

    .iab .wrapper {
        width: 100%;
        margin: 0;
    }

    .iab .wrapper .content {
        padding: 30px 0 40px;
        margin-bottom: 50px;
    }

    .iab .wrapper .text {
        margin-bottom: 50px;
    }

    .iab .wrapper .more {
        font-size: 16px;
        width: 160px;
    }

    .iab .wrapper .img {
        height: 320px;
    }
}




.imedia {
    padding: 76px 0 68px;
}

.imedia .container {
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    padding-bottom: 178px;
    margin: 0 auto;
    /* border-bottom: 1px solid #fff; */
}

.imedia .theme-markers-title {
    text-align: right;
    margin: 0 0 134px auto;
}

.imedia .theme-markers-title .icon {
    margin-left: auto;
}

.imedia .img {
    height: 900px;
    position: relative;
}

.imedia .img::before,
.imedia .img::after {
    content: '';
    position: absolute;
}

.imedia .img::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.imedia .img::after {
    width: 66px;
    height: 66px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: url(../images/play.png) no-repeat center/contain;
}




@media(max-width:1600px) {
    .imedia .container {
        padding: 0 15px 178px;
    }
}

@media(max-width:1400px) {
    .imedia .theme-markers-title {
        margin: 0 0 100px auto;
    }

    .imedia .img {
        height: 800px;
    }
}

@media(max-width:1200px) {
    .imedia .container {
        padding: 0 15px 140px;
    }

    .imedia .theme-markers-title {
        margin: 0 0 80px auto;
    }

    .imedia .img {
        height: 650px;
    }
}

@media(max-width:768px) {
    .imedia {
        padding: 60px 0 30px;
    }

    .imedia .container {
        padding: 0 15px 120px;
    }

    .imedia .theme-markers-title {
        margin: 0 0 60px auto;
    }

    .imedia .img {
        height: 500px;
    }

    .imedia .img::after {
        width: 50px;
        height: 50px;
    }
}

@media(max-width:430px) {
    .imedia .container {
        padding: 0 15px 100px;
    }

    .imedia .theme-markers-title {
        margin: 0 0 40px auto;
    }

    .imedia .img {
        height: 320px;
    }

    .imedia .img::after {
        width: 40px;
        height: 40px;
    }
}




.ifnd {
    color: #fff;
    padding: 68px 0 30px;
}

.ifnd h2 {
    color: var(--theme-color);
    font-size: 60px;
    text-align: center;
    line-height: 69px;
    margin-bottom: 79px;
}

.ifnd .img {
    text-align: center;
    margin-bottom: 69px;
}

.ifnd .short-line {
    width: 38px;
    height: 2px;
    margin: 0 auto 32px;
    background: var(--theme-color);
}

.ifnd h4 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 100px;
}

.ifnd .text {
    text-align: center;
}




@media(max-width:1400px) {
    .ifnd {
        padding: 60px 0 50px;
    }

    .ifnd h2 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 60px;
    }

    .ifnd h4 {
        margin-bottom: 75px;
    }
}

@media(max-width:1200px) {
    .ifnd {
        padding: 40px 0 80px;
    }

    .ifnd h2 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 55px;
    }

    .ifnd h4 {
        margin-bottom: 60px;
    }
}

@media(max-width:768px) {
    .ifnd {
        padding: 60px 0 80px;
    }

    .ifnd h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 40px;
    }

    .ifnd h4 {
        margin-bottom: 60px;
    }

    .ifnd .img {
        margin-bottom: 50px;
    }

    .ifnd h4 {
        font-size: 20px;
        margin-bottom: 30px;
    } 

    .ifnd .short-line {
        width: 30px;
    }
}

@media(max-width:430px) {
    .ifnd {
        padding: 50px 0 55px;
    }

    .ifnd h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 35px;
    }

    .ifnd h4 {
        margin-bottom: 60px;
    }

    .ifnd .img {
        margin-bottom: 40px;
    }

    .ifnd h4 {
        font-size: 16px;
        margin-bottom: 25px;
    } 

    .ifnd .short-line {
        width: 28px;
        margin: 0 auto 25px;
    }
}




.uppercase {
    text-transform: uppercase;
}