@import "animate.min.css";
@import "bootstrap.min.css";
@import "public.youacacia.min.css";

/*redefine global*/
:root {
    --bg-red: #AD1115;
    --bg-white: #fff;
    --bg-black: #000;
    --text-color-red: #AD1115;
    --text-color-white: #ffffff;
    --text-color-black: #000;
    --text-color-grey: #666;
    --text-color-999: #999;
    --font-size-48: 2.5vw;
    --font-size-40: 2.0833vw;
    --font-size-36: 1.875vw;
    --font-size-34: 1.77083vw;
    --font-size-32: 1.667vw;
    --font-size-30: 1.5625vw;
    --font-size-28: 1.4583vw;
    --font-size-26: 1.35167vw;
    --font-size-24: 1.25vw;
    --font-size-22: 1.14583vw;
    --font-size-20: 1.04167vw;
    --font-size-18: 0.9375vw;
    --font-size-16: 0.833vw;
    --font-size-14: 0.72916vw;
    --font-size-12: 0.625vw;
}

@media(min-width: 1921px) {
    :root {
        --font-size-48: 48px;
        --font-size-40: 40px;
        --font-size-36: 36px;
        --font-size-34: 34px;
        --font-size-32: 32px;
        --font-size-30: 30px;
        --font-size-28: 28px;
        --font-size-26: 26px;
        --font-size-24: 24px;
        --font-size-22: 22px;
        --font-size-20: 20px;
        --font-size-18: 18px;
        --font-size-16: 16px;
        --font-size-14: 14px;
        --font-size-12: 12px
    }
}

@media(max-width: 760px) {
    :root {
        --font-size-48: 11.594vw;
        --font-size-40: 9.6618vw;
        --font-size-36: 8.69vw;
        --font-size-32: 7.729468vw;
        --font-size-30: 7.2463vw;
        --font-size-28: 6.7632vw;
        --font-size-26: 6.2801vw;
        --font-size-24: 5.797vw;
        --font-size-22: 5.314vw;
        --font-size-20: 4.8309vw;
        --font-size-18: 4.34782vw;
        --font-size-16: 3.8647vw;
        --font-size-14: 3.38166vw;
        --font-size-12: 2.89855vw;
    }
}

::-webkit-scrollbar {
    width: 4px;
    height: 11px;
    border: none;
    background: var(--bg-red)
}

::-webkit-scrollbar-track-piece {
    border: none;
    position: absolute;
    padding: 0;
    box-shadow: none;
    background: var(--bg-red, #000);
    border-radius: 1px
}

::-webkit-scrollbar-thumb:vertical {
    background: var(--bg-red, #000);
    border-radius: 0;
    border: none
}

::-webkit-scrollbar-thumb:horizontal {
    background: var(--bg-red, #000);
    border-radius: 0;
    border: none
}

::-webkit-scrollbar {
    width: 4px;
    height: 12px
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-track:vertical {
    background: var(--bg-red, #000)
}

::-webkit-scrollbar-track-piece {
    background: #fff
}

::-webkit-scrollbar-thumb:vertical {
    background: var(--bg-red, #000);
    border-radius: 5px
}

::-webkit-scrollbar-thumb:vertical:hover {
    background: var(--bg-red, #000)
}

::-webkit-scrollbar-corner:vertical {
    background: var(--bg-red, #000)
}

@font-face {
    font-family: Barlow;
    src: url(../fonts/Barlow-Regular.ttf)
}

@font-face {
    font-family: Merriweather;
    src: url(../fonts/Merriweather-Regular-9.ttf)
}

@font-face {
    font-family: BarlowLight;
    src: url(../fonts/BarlowLight.ttf)
}

@font-face {
    font-family: KingsoftCloud;
    src: url(../fonts/Kingsoft_Cloud_Font.ttf)
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1675046316153') format('woff2'),
        url('../fonts/iconfont.woff?t=1675046316153') format('woff'),
        url('../fonts/iconfont.ttf?t=1675046316153') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
	/*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;*/
	font-family: -apple-system,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft YaHei,Microsoft JhengHei,SimSun,sans-serif;
	position: relative;
	z-index: 1;
}

a:hover {
    color: #333;
}

/*----- clearfix-----*/
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

@media(min-width: 1550px) {
    .container {
        width: 79.6875vw;
        max-width: 1530px;
        min-width: 1530px
    }
}

@media(min-width: 1300px) and (max-width: 1549px) {
    .container {
        width: 95vw;
    }
}

@media(max-width: 992px) {
    .container {
        width: 95vw
    }
}

@media(max-width: 760px) {
    .container {
        width: 100vw;
        padding: 0 15px;
    }
}

/*header*/
#header {
    
}

#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .container::before,
#header .container::after {
    display: none;
}

.header-logo {
    width: 196px;
    height: 45px;
    background-size: contain !important;
    float: left;
    position: relative;
}

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

.header-logo a img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: ease .5s;
}

.header-logo a img:nth-child(1),
.header-logo a img:nth-child(2) {
    opacity: 1;
}

.header-logo a img:nth-child(1) {
    opacity: 0;
}

#header.header-sticky .header-logo a img:nth-child(1) {
    opacity: 1;
}

#header.header-sticky .header-logo a img:nth-child(2) {
    opacity: 0;
}

.header-right {
    margin: 0;
    float: right;
    display: flex
}
/*old nav*/
/* .header-nav ul {
    display: flex;
}

.header-nav li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 8px;
    width: calc(100% - 12px);
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: all .3s;
}

.header-nav li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -7px;
    width: calc(100% - 12px);
    height: 8px;
    z-index: 3;
    opacity: 0;
    transition: all .3s;
}

.header-nav-item {
    position: relative;
}

.header-nav-item a {
    padding: 0 24px;
    display: block;
    line-height: 82px;
    font-size: var(--font-size-20);
    color: var(--text-color-white);
    transition: all .3s;
    position: relative;
    z-index: 4;
}

.header-nav li.active::before,
.header-nav li.active::after,
.header-nav li:hover::before,
.header-nav li:hover::after {}

.header-nav li.active a,
.header-nav li:hover a {
    font-weight: 800;
}

.header-sticky .header-nav li.active a,
.header-sticky .header-nav li:hover a {
    color: var(--text-color-red);
} */

/*dropdown nav*/
.nav-wrapper{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	list-style: none;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0 auto;
	position: relative
}
.nav-wrapper .nav-item{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 10
}
.nav-wrapper .nav-item h2.nav-item-link{
	font-weight:400;
	font-size: 16px;
	line-height: 80px;
	cursor: pointer;
}
.nav-wrapper .nav-item h2.nav-item-link a{
	color:#fff;
	font-weight:400;
	display: inline-block;
	position: relative;
	line-height: inherit;
}
.nav-item .submenu{
	position:absolute;
	top:81px;
	left:50%;
	width:100%;
	margin-left: -50%;
	-moz-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	-webkit-transition:all ease .3s;
	transition:all ease .3s;
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s;
	background:rgba(255,255,255,.9);
	box-shadow:0 3px 16px rgba(0,0,0,.1);
    z-index: 10;

}
.nav-item .submenu a{
	font-size:14px;
	line-height:36px;
	text-align:center;
	position:relative;
	display:block;
	overflow:hidden;
	height:36px;
	padding: 0 10px;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#333;
}
.nav-item .t-abt-nav .nav-mobile{
	width: 100%;
	display: none;
}
.nav-item .submenu a:last-child{border-bottom:0}
.nav-item .submenu a:hover{color:#fff;background:var(--text-color-red)}
.nav-item .submenu a:hover:after{right:15px;visibility:visible}
.nav-wrapper .nav-item h2.nav-item-link.active a{
	font-weight: 600;
}
.nav-wrapper>.nav-item+.nav-item{
	margin-left:20px;
	padding: 0 20px
}
.nav-wrapper .nav-item .nav-item-link:hover a:before,.nav-wrapper .nav-item .nav-item-link.active a:before{
	opacity: 1;	
}
.header-sticky .nav-wrapper .nav-item .nav-item-link:hover a:before,.header-sticky .nav-wrapper .nav-item .nav-item-link.active a:before{
	opacity: 1;
}
.header-sticky .nav-wrapper .nav-item h2.nav-item-link{
	line-height: 80px;
}
.header-sticky .nav-item .submenu{
	top: 80px;
}
.nav-wrapper .nav-item:hover .submenu{	
	opacity:1;
    visibility: visible;
	z-index:999;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
.header-sticky .nav-wrapper .nav-item h2.nav-item-link a{
	color: var(--text-color-333);
}
.header-sticky .nav-wrapper .nav-item h2.nav-item-link.active a{
    color: var(--text-color-red);
}

/*top tel*/
.header-tel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.tel-icon {
    margin-right: 10px;
    background-color: var(--bg-white);
    border-radius: 50%;
    color: var(--text-color-red);
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
}

.header-tel span {
    font-family: KingsoftCloud;
    font-size: var(--font-size-24);
    color: #fff;
    line-height: 1;
}

#header.header-sticky {
    background: var(--bg-white);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

#header.header-sticky .header-nav-item a {
    color: var(--text-color-333)
}

#header.header-sticky .header-search-icon {
    color: var(--text-color-333)
}

#header.header-sticky .header-nav-item:hover a,
#header.header-sticky .header-nav-item.active a {
    color: var(--text-color-red)
}

#header.header-sticky .header-tel .tel-icon {
    background-color: var(--bg-red);
    color: var(--text-color-white);
}

#header.header-sticky .header-tel span {
    color: var(--text-color-red);
}

@keyframes mouseSvg {
    0% {
        margin-top: -5px;
    }

    50% {
        margin-top: 0
    }

    100% {
        margin-top: -5px
    }
}

@-webkit-keyframes mouseSvg {
    0% {
        margin-top: -5px;
    }

    50% {
        margin-top: 0
    }

    100% {
        margin-top: -5px
    }
}

@media(max-width: 992px) {
    .header-nav-item a {
        padding: 0 .6vw
    }
}

@media(max-width: 760px) {
    #header {
        height: 50px;
    }

    .header-logo {
        height: 46px;
    }

    .header-logo a img {
        width: auto;
        height: 100%;
    }

    .header-button:before,
    .header-button:after,
    .header-button span {
        background-color: #fff
    }

    .header-sticky .header-button:before,
    .header-sticky .header-button:after,
    .header-sticky .header-button span {
        background-color: #333
    }

    .header-mouse {
        display: none
    }

    #header.background {
        background-color: rgba(255, 255, 255, .9)
    }

    #header.background .header-button:before,
    #header.background .header-button:after,
    #header.background .header-button span {
        background-color: var(--bg-black)
    }
}

/*mobile nav*/
.m-nav {
    position: fixed;
    top: 0;
    /*box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38);*/
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    z-index: 0;
    opacity: 0;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
/*    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;*/
    top: 0;
    transform: translateX(100%)
}

.m-nav a {
    outline: none
}

.m-nav.active {
	opacity: 1;
    transform: translateX(0);
	z-index: 1000
}

.m-nav .top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box
}

.m-nav .top .closed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: right;
    cursor: pointer
}

.m-nav .logo {
    width: 100%;
    margin: 0 auto
}

.m-nav .logo img {
    width: 38%;
    display: block;
    margin: 0 auto 30px
}

.m-nav .ul {
    margin-top: 30px
}

.m-nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0
}

.m-nav.active .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.m-nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m-nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m-nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m-nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m-nav .ul li:nth-child(5) {
    -webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m-nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m-nav .ul li:nth-child(7) {
    -webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m-nav .ul li:nth-child(8) {
    -webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m-nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: relative;
}

.m-nav .ul li a.active {
    font-weight: 800;
    color: #1b2c43
}
.m-nav .ul li.dropdown a.dropdown-title::before,.m-nav .ul li.dropdown a.dropdown-title::after{
	content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: rgba(51, 51, 51, 0.5);
    right: 10px;
    top: 50%;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}
.m-nav .ul li.dropdown a.dropdown-title::after{
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.m-nav .ul li.dropdown a.dropdown-title.active::after{
	-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.m-nav .ul li a i {
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.m-nav .ul li .dropdown_menu {
    display: none
}

.m-nav .ul li.dropdown.active .dropdown_menu {
    display: block
}

.m-nav .ul li .dropdown_menu a {
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5
}

.m-nav .ul li .dropdown_menu a:last-child {
    border: none
}

.m-nav-tel {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #666;
}

.m-nav-tel a {
    font-weight: 800;
}

.m-nav-link {
    text-align: center;
    margin-top: 18px;
}

.m-nav-link a {
    display: inline-block;
    padding: 5px 25px;
    color: #fff;
    cursor: default;
    background: #00598e;
    font-size: 14px;
    line-height: 2;
}
@media(max-width: 1600px) {}
@media(max-width: 1440px) {}
@media(max-width: 1280px) {
	.nav-wrapper .nav-item{
		padding: 0 15px
	}
	.nav-wrapper>.nav-item+.nav-item{
		margin-left: 10px;		
	}
}
@media (min-width: 1025px) and (max-width: 1270px) {
    .container{
        width: 100%;
        padding: 0 15px;
    }
    .nav-wrapper .nav-item h2.nav-item-link{
        font-size: 15px;
    }
    .nav-wrapper>.nav-item+.nav-item{
        padding: 0 12px;
    }
}
@media(max-width: 1024px) {
    .nav-wrapper .nav-item h2.nav-item-link{
        font-size: 14px;
    }
    .nav-wrapper>.nav-item+.nav-item{
        padding: 0 6px;
    }
}
@media(max-width: 992px) {}
@media(max-width: 760px) {}

/*main*/
#main{
	position: relative;
	z-index: 2
}
/*banner*/
.banner-swiper{
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1
}
.banner-swiper .swiper-slide{
	overflow:hidden;
}
.banner-swiper .slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner-swiper .swiper-slide.swiper-slide-active .slide-inner{
	-webkit-animation: scaleBigToSmall 4s;
	animation: scaleBigToSmall 4s;
}
@-webkit-keyframes scaleBigToSmall {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleBigToSmall {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.scaleBigToSmall {
	-webkit-animation-name: scaleBigToSmall;
	animation-name: scaleBigToSmall;
	transform-origin: 50% 50%;
}
/* 
.banner-swiper {
    width: 100%;
    height: 100vh;
}
.banner-swiper .swiper-slide {
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.banner-swiper .swiper-slide .img-box {
    position: relative;
    height: 100%;
}

.banner-swiper .swiper-slide .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-swiper .swiper-slide .txt-box {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.banner-swiper .swiper-slide .txt-box img {
    width: 52%;
} */

.banner-bot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9rem;
    z-index: 2;
}
.banner-mouse {
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: var(--font-size-16);
    cursor: pointer;
	animation: mousedown linear infinite 1.5s;
	-webkit-animation: mousedown linear infinite 1.5s;
	-moz-animation: mousedown linear infinite 1.5s;
	-ms-animation: mousedown linear infinite 1.5s;
	-o-animation: mousedown linear infinite 1.5s;
}

.banner-mouse i {
    margin-right: 10px;
    font-size: var(--font-size-36);
}
@keyframes mousedown {
	0% {
		bottom: 30px
	}
	50% {
		bottom: 15px
	}
	100% {
		bottom: 30px
	}
}
@-webkit-keyframes mousedown {
	0% {
		bottom: 30px
	}
	50% {
		bottom: 15px
	}
	100% {
		bottom: 30px
	}
}
@-moz-keyframes mousedown {
	0% {
		bottom: 30px
	}
	50% {
		bottom: 15px
	}
	100% {
		bottom: 30px
	}
}
.pagination-box {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--bg-red);
    width: 50vw;
    height: 100%;
}

.banner-bot .swiper-pagination {
    width: auto;
    font-size: 0;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    vertical-align: middle;
    transition: all .5s ease-in-out;
    width: .8rem;
    height: .8rem;
    display: inline-block;
    position: relative;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.3rem;
}

.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 1.6rem;
    height: 1.6rem;
    border: 3.5px solid #d6888a;
}

.banner-bot .lb-num {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 5rem;
    top: 50%;
    transform: translateY(-50%);
}

.banner-bot .lb-num .on {
    color: #ffffff;
    font-size: 2.2rem;
}

.banner-bot .lb-num span {
    margin: 0 .6rem;
}


@media(max-width: 1600px) {}

@media(max-width: 1440px) {}

@media(max-width: 1280px) {}

@media(max-width: 1024px) {}

@media(max-width: 992px) {}

@media(max-width: 760px) {
	.banner-swiper{
		height: 30vh
	}
	.pagination-box{
		width: 100%;
		background-color: transparent
	}
	.banner-mouse,.banner-bot .lb-num{
		display: none;
	}
	.banner-bot .swiper-pagination{
		top: 70%
	}
	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 1rem
	}
}

.title-box {
    margin-bottom: 3rem;
}

.title-box .en-tit{
	line-height: 1
}
.title-box .en-tit span {
    font-size: 6rem;
    color: rgba(173, 17, 21, 1);
    font-weight: 700;
    text-transform: lowercase;
}

.title-box .en-tit span:first-child {
    color: transparent;
    position: relative;
    -webkit-text-stroke: 1px rgba(212, 48, 48, 1);
    text-transform: capitalize;
}

.title-box .cn-tit {
    font-size: 3rem;
    color: rgba(51, 51, 51, 1);
    line-height: 2;
}

.title-box .sub-tit {
    margin: 1rem 0;
    font-size: 2rem;
    color: rgba(51, 51, 51, 1);
}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {}

@media(max-width: 1280px) {
    .title-box .en-tit span {
        font-size: 3.5rem;
    }

    .title-box .cn-tit {
        font-size: 2.8rem;
    }

    .title-box .sub-tit {
        font-size: 1.8rem;
    }
}

@media(max-width: 1024px) {}

@media(max-width: 992px) {}

@media(max-width: 760px) {
    .title-box .en-tit span {
        font-size: 3.2rem;
    }

    .title-box .cn-tit {
        font-size: 2rem;
    }

    .title-box .sub-tit {
        margin: 0;
        font-size: 1.4rem;
    }
}

/*business*/
.business {
    width: 100%;
    padding: 3rem 4%;
    background: url(../images/business-bg.jpg) no-repeat center;
    background-size: cover;
}

.business-list {
    width: 100%;
    display: flex;
}

.business-list li {
    position: relative;
    border: 1px solid #fff;
}

.business-list li+li {
    margin-left: -1px;
}

.business-list li .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business-list li .text-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.6);
    transition: all 0.6s ease;
}

.business-list li i {
    font-size: 5rem;
}

.business-list li h4 {
    margin: 4rem 0;
    font-size: var(--font-size-20);
}

.business-list li span {
    font-size: var(--font-size-14);
}

.business-list li:hover .text-box {
    background-color: rgba(51, 51, 51, 0.9);
}

@media(max-width: 1600px) {}
@media(max-width: 1440px) {}
@media(max-width: 1280px) {
	.business-list li{
		width: calc(100%/8);
		height: 262px
	}
	.business-list li i{
		font-size: 3rem
	}
	.business-list li h4{
		margin: 1rem 0
	}
}
@media(max-width: 1024px) {}
@media(max-width: 992px) {}
@media(max-width: 760px) {
    .business {
        padding: 3rem 0;
    }

    .business-list {
        flex-wrap: wrap;
    }

    .business-list li {
        width: 25%;
        height: 18rem;
    }

    .business-list li i {
        font-size: 2.6rem;
    }

    .business-list li h4 {
        margin: 1rem 0;
        font-size: 1.5rem;
    }

    .business-list li span {
        font-size: var(--font-size-12);
    }

    .business-list li+li {
        margin-left: 0;
    }
}

/*case*/
.case {
    padding: 3rem 0;
}

.case-classify-tab {
    margin-bottom: 4.8rem;
    flex-direction: row;
}

.case-classify-tab a {
    margin: 0 1rem;
    padding: 2rem 5rem;
    font-size: var(--font-size-20);
    color: rgba(102, 102, 102, 1);
    font-weight: 800;
    line-height: 2;
    border: 1px solid rgba(204, 204, 204, 1);
    transition: all 0.6s ease;
}

.case-classify-tab a.active {
    background-color: rgba(173, 17, 21, 1);
    border-color: rgba(173, 17, 21, 1);
    color: #fff;
}

.case-list .case-item {
    width: calc((100% - 4.8rem)/2);
    float: left;
}

.case-item .img-box {
    height: 46rem;
    overflow: hidden;
    position: relative;
}

.case-item .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-item .text-box {
    padding: 4rem 6rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
    transition: all 0.6s ease;
    opacity: 0;
}

.case-item .text-box h4 {
    margin-bottom: 1rem;
    font-size: var(--font-size-18);
    font-weight: 700;
    line-height: 2;
}

.case-item .text-box p {
    margin-bottom: 3rem;
    text-align: justify;
    font-size: var(--font-size-14);
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.case-item .text-box span {
    position: relative;
    padding: 0.1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-12);
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.6s ease;
    overflow: hidden;
    z-index: 2;
}

.case-item .text-box span::before {
    content: '';
    position: absolute;
    display: block;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: var(--bg-red);
    border-radius: 50% 50% 0 0;
    transform: translateY(100%) scaleY(0.5);
    transition: all 0.6s ease;
    z-index: -1;
}

.case-item .text-box span i {
    font-size: var(--font-size-26);
    position: relative;
    z-index: 2;
}

.case-item .case-name {
    padding: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(102, 102, 102, 1);
}

.case-item .case-name h4 {
    font-size: var(--font-size-18);
}

.case-item .case-name p {
    display: flex;
    align-items: center;
    font-size: var(--font-size-14);
}

.case-item .case-name p i {
    margin-right: 5px;
}

.case-item:hover .text-box {
    opacity: 1;
}

.case-item .text-box span:hover {
    border-color: var(--bg-red);
}

.case-item .text-box span:hover::before {
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition-delay: 0s;
}

.case-item:hover .case-name h4 {
    color: var(--text-color-red);
}

.case-list .case-item:nth-child(even) {
    float: right;
}
.case-more{
    margin-top: 3rem;
    clear: both;
    width: 100%;
    text-align: center;
}
.case-more .more {
    display: inline-block;
    color: #333;
    font-size: var(--font-size-14);
    background-color: #fff;
    border: 1px solid rgba(204, 204, 204, 1);
    line-height: 32px;
    text-align: center;
    transition: all 0.6s ease;
}

.case-more .more span {
    padding: .5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.case-more .more span i {
    margin-left: 1rem;
    font-size: var(--font-size-24);
    line-height: 1;
}

.case-more .more:hover {
    background-color: rgba(173, 17, 21, 1);
    color: var(--text-color-white);
}

@media(max-width: 1600px) {}
@media(max-width: 1440px) {}
@media(min-width: 1300px) and (max-width: 1549px) {
    .case-item .img-box{
        height: 36rem;
    }
    .case-item .case-name h4{
        font-size: var(--font-size-22);
    }
    .case-item .text-box span{
        padding: 0.1rem 1rem;
    }
}
@media(max-width: 1280px) {
	.case-item .img-box{
		height: 36rem
	}
	.case-item .text-box span{
		padding: 0.3rem 2rem
	}
}
@media(max-width: 1024px) {
	.case-classify-tab a{
		padding: 1rem 3rem
	}
	.case-item .img-box{
		height: 26rem
	}
	.case-item .text-box span{
		padding: 0.5rem 1.5rem
	}
}
@media(max-width: 992px) {}
@media(max-width: 760px) {
    .case {
        padding: 3rem 0;
    }

    .case-classify-tab {
        margin-bottom: 1rem;
        flex-wrap: wrap;
    }

    .case-classify-tab a {
        margin: 0 0.5rem 1rem;
        padding: 0.5rem 2rem;
        font-size: var(--font-size-14);
    }

    .case-list .case-item {
        width: calc((100% - 2rem)/2);
    }

    .case-item .img-box {
        height: 12rem;
    }

    .case-item .case-name {
        padding: 1rem 0 1.5rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .case-item .case-name h4 {
        width: 100%;
        font-size: var(--font-size-16);
        line-height: 1.8;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .case-item .case-name p i {
        font-size: var(--font-size-14);
    }

    .case-item .case-name p {
        font-size: var(--font-size-12);
        line-height: 1.6;
    }
	.case-item:hover .text-box {
		opacity: 0;
		display: none
	}
}

/*process*/
.process {
    padding: 2.8rem 0;
    background: url(../images/process-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.process::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(51, 51, 51, 0.8);
    z-index: 0;
}

.process .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.process .container::before,
.process .container::after {
    display: none;
}

.process .process-l {
    margin: 0;
    width: 15%;
    color: #fff;
}

.process .process-l h4 {
    font-size: var(--font-size-30);
    font-weight: 600;
    line-height: 2;
}

.process .process-l p {
    font-size: var(--font-size-14);
    line-height: 1.6;
}

.process .process-r {
    margin: 0;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.process .process-r div {
    margin: 0;
    position: relative;
    width: 12%;
}

.process .process-r div+div {
    margin-left: 12rem;
}

.process-item {
    position: relative;
    float: left;
    text-align: center;
    cursor: pointer;
}
.process-item a{
    color: #fff;
}

.process-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 14rem;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 5rem;
    transition: all 0.6s ease;
}

.process-item h4 {
    margin-top: 1rem;
    font-size: var(--font-size-16);
    font-weight: 600;
    line-height: 2;
}

.process-item:hover i {
    border-color: rgba(173, 17, 21, 1);
    background-color: rgba(173, 17, 21, 0.8);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.process .process-r div.process-item+div.process-item::before {
    content: "\e658";
    position: absolute;
    left: -50%;
    top: 50%;
    transform: translateY(-50%);
    font-family: "iconfont";
    font-size: var(--font-size-32);
    color: #fff;
}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {
	.process .process-r div{
		width: 11%
	}
	.process .process-r div+div{
		margin-left: 11rem
	}
	.process-item i{
		height: 12rem;
		font-size: 4.5rem
	}
}
@media (min-width: 1300px) and (max-width: 1549px) {
    .process .process-r div+div{
        margin-left: 10rem;
    }
    .process-item i{
        height: 11rem;
        font-size: 4.2rem;
    }
}
@media(max-width: 1280px) {
    .process .process-r div+div {
        margin-left: 9rem;
    }

    .process-item i {
        height: 11rem;
        font-size: 4rem;
    }
}

@media(max-width: 1024px) {
	.process .process-r div+div {
        margin-left: 8rem;
    }
	.process-item i {
        height:8rem;
        font-size: 3.6rem;
    }
}

@media(max-width: 992px) {}

@media(max-width: 760px) {
    .process .container {
        flex-direction: column;
    }

    .process .process-l {
        margin-bottom: 2rem;
        width: 100%;
        text-align: center;
    }

    .process .process-l h4 {
        font-size: 2rem;
    }

    .process .process-r {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .process .process-r div {
        margin-bottom: 2rem;
        width: 22%;
    }

    .process .process-r div+div {
        margin-left: 6rem;
    }

    .process .process-r div.process-item+div.process-item::before {
        font-size: var(--font-size-24);
    }

    .process-item i {
        height: 8rem;
        font-size: var(--font-size-30);
    }
}
@media(max-width: 460px) {
    .process .process-r div+div{
        margin-left: 5rem;
    }
    .process-item i{
        height: 7rem;
    }
}

/* media */
.media {
	margin-top: 0;
    padding: 3rem 0 0;
}

.media-item {
    margin-right: 5rem;
    margin-bottom: 5rem;
    position: relative;
    float: left;
    width: calc((100% - 10rem)/3);
    height: 30rem;
    overflow: hidden;
}

.media-item .pic {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.media-item .media-name {
    padding: 1rem;
    font-size: var(--font-size-16);
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    width: 100%;
    line-height: 2;
    color: rgba(102, 102, 102, 1);
	font-weight: 800;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.6s ease;
}

.media-item:nth-child(3n) {
    margin-right: 0;
}

.media-item .text-box {
    padding: 4rem 6rem;
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
    transition: all 0.6s ease;
    opacity: 0;
}

.media-item .text-box h4 {
    margin-bottom: 1rem;
    font-size: var(--font-size-18);
    font-weight: 700;
    line-height: 2;
}

.media-item .text-box p {
    margin-bottom: 3rem;
    text-align: justify;
    font-size: var(--font-size-14);
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.media-item .text-box span {
    position: relative;
    padding: 0.1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-12);
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.6s ease;
    overflow: hidden;
    z-index: 2;
}

.media-item .text-box span::before {
    content: '';
    position: absolute;
    display: block;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: var(--bg-red);
    border-radius: 50% 50% 0 0;
    transform: translateY(100%) scaleY(0.5);
    transition: all 0.6s ease;
    z-index: -1;
}

.media-item .text-box span i {
    font-size: var(--font-size-26);
    position: relative;
    z-index: 2;
}

.media-item:hover .pic {
    -webkit-transform: scale(1.1);
}

.media-item:hover .text-box {
    bottom: 0;
    animation: gradient-rectangle 1s 1;
    animation-delay: 0s;
    opacity: 1;
}

.media-item .text-box span:hover {
    border-color: var(--bg-red);
}

.media-item .text-box span:hover::before {
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition-delay: 0s;
}

.media-item:hover .media-name {
    opacity: 0;
}

@media(max-width: 1600px) {}
@media(max-width: 1440px) {}
@media(max-width: 1280px) {
	.media-item{
		height: 30rem
	}
	.media-item .text-box span{
		padding: 0.3rem 2rem
	}
}
@media(max-width: 1024px) {
	.media-item{
		height: 18rem
	}
	.media-item .text-box p{
		margin-bottom: 2rem;
		-webkit-line-clamp:3
	}
	.media-item .text-box span{
		padding: 0.3rem 1rem
	}
}
@media(max-width: 992px) {}
@media(max-width: 760px) {
    .media {
        padding: 3rem 0;
    }

    .media-item {
        margin-right: 1.5rem;
        margin-bottom: 1.5rem;
        width: calc((100% - 3rem)/3);
        height: 8rem;
    }

    .media-item .media-name {
        padding: 0 1rem;
        font-size: var(--font-size-14);
    }
	.media-item:hover .text-box{
		opacity: 0;
		display: none;
	}
}

/* about */
.about {
    padding: 6rem 0;
    position: relative;
    background: url(../images/about-bg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.about::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(51, 51, 51, 0.8);
    z-index: 0;
}
.about .container{
	display: flex;
	align-items: flex-start;
}
.about .container:before,.about .container:after{
	display: none;
}

.about-l {
	margin: 0;
	padding-right: 3rem;
    position: relative;
    width: 50%;
    z-index: 1;
}

.about .title-box .en-tit span {
    color: #fff;
}

.about .title-box .en-tit span:first-child {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 1);
}

.about .title-box .cn-tit,
.about .title-box .sub-tit {
    color: #fff;
}

.about-desc {
    color: #fff;
}

.about-desc h4 {
    margin-bottom: 1rem;
    font-size: var(--font-size-24);
    line-height: 2;
}

.about-desc p {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}

.about-desc .more {
    margin-top: 5rem;
    display: inline-block;
    color: #fff;
    font-size: var(--font-size-14);
    background-color: rgba(173, 17, 21, 1);
    border: solid 1px rgba(173, 17, 21, 1);
    line-height: 32px;
    text-align: center;
    transition: all 0.6s ease;
}

.about-desc .more span {
    padding: .5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.about-desc .more span i {
    margin-left: 1rem;
    font-size: var(--font-size-24);
    line-height: 1;
}

.about-desc .more:hover {
    background-color: #fff;
    color: var(--text-color-red);
}

.about-map {
    position: relative;
    width: 54%;
    z-index: 1;
}

#chinaMap {
	margin: 0;
    width: 50%;
}

#chinaMap img {
    width: 100%;
}

.about-map .arrow {
    position: absolute;
    width: 100%;
    transition: 2s;
    transform: scale(0);
    transform-origin: 51.5% 60%;
}

.arrowon {
    -webkit-animation-name: arrowon;
    animation-name: arrowon;
}

@-webkit-keyframes arrowon {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
.map{
    position: relative;
}
.map-point{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.map-point .no1{
    left: 18%;
    top: 35%;
}
.map-point .no2{
    left: 34%;
    top: 46%;
}
.map-point .no3{
    left: 43.5%;
    top: 49%;
}
.map-point .no4{
    left: 47.5%;
    top: 47%;
}
.map-point .no5{
    left: 52.5%;
    top: 53%;
}
.map-point .no6{
    left: 73%;
    top: 61%;
}
.map-point .no7{
    left: 41.5%;
    top: 64.5%;
}
.map-point .no8{
    left: 26%;
    top: 63.5%;
}
.map-point .no9{
    left: 42%;
    top: 80%;
}
.map-point .no10{
    left: 47%;
    top: 76%;
}
.map-point .no11{
    left: 55%;
    top: 82%;
}
.point,.point::before,.point::after{
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
    background-color: rgba(255, 255, 255, .9);
}
.point::before{
    animation: scale 2s infinite;
}
.point::after{
    animation: scale2 2s infinite;
}
.page-about .point,.page-about .point::before,.page-about .point::after{
    background-color: rgba(173, 17, 21, .9);
}
@keyframes scale{
    0%{ transform: scale(1);opacity:.9}
    100%{ transform: scale(3);opacity: 0;}
}
@keyframes scale2{
    0%{ transform: scale(1);opacity:.9;}
    100%{ transform: scale(6);opacity:0;}
}

@media(max-width: 1600px) {}
@media(max-width: 1440px) {}
@media(max-width: 1280px) {}
@media(max-width: 1024px) {}
@media(max-width: 992px) {}
@media(max-width: 760px) {
    .about {
        padding: 3rem 0;
        flex-direction: column;
    }
    .about .container{
        flex-direction: column;
    }
    .about-l {
        padding: 0;
        width: 100%;
    }

    .about .about-l .title-box {
        text-align: center;
    }

    .about-desc h4 {
        text-align: center;
        font-size: var(--font-size-20);
    }

    .about-desc p {
        font-size: 13px;
    }

    .about-desc .more {
        margin: 3rem auto 0;
        display: block;
        width: 32%;
        font-size: var(--font-size-12);
    }

    .about-desc .more span {
        padding: 0.2rem 1rem;
    }

    #chinaMap {
        margin: 2rem auto 0;
        width: 100%;
    }
}

/* news */
.news {
    padding: 3rem 0;
}

.news-list .news-img {
    width: 100%;
    height: 32rem;
    overflow: hidden;
    position: relative;
}

.news-list .news-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}

.news-list a:hover .news-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news-list .txt-box {
    padding: 3.5rem 3rem;
    position: relative;
    color: rgba(51, 51, 51, 1);
    background-color: #fff;
    transition: all 0.6s ease;
}

.news-list .txt-box h4 {
    font-size: var(--font-size-18);
    font-weight: 800;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list .txt-box span.time {
    margin: 1rem 0;
    display: flex;
    align-items: center;
}

.news-list .txt-box span.time i {
    margin-right: 0.5rem;
    width: 2rem;
    position: relative;
}

.news-list .txt-box span.time i img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: ease .5s;
}

.news-list .txt-box span.time i img:nth-child(1) {
    opacity: 1;
}

.news-list .txt-box p {
    font-size: var(--font-size-14);
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list .txt-box i.ibg {
    position: absolute;
    right: 5px;
    bottom: 10px;
    width: 14rem;
    height: 14rem;
    background: url(../images/logo-bg.png) no-repeat center;
    background-size: contain;
    transition: all 0.6s ease;
    opacity: 0;
}

.news-list a:hover .txt-box {
    background: rgba(173, 17, 21, 1);
    color: #fff;
}

.news-list a:hover .txt-box i.ibg {
    opacity: 1;
}

.news-list a:hover .txt-box span.time i img:nth-child(1) {
    opacity: 0;
}

.news-list a:hover .txt-box span.time i img:nth-child(2) {
    opacity: 1;
}

@media(max-width: 1600px) {}
@media(max-width: 1440px) {}
@media(max-width: 1280px) {
	.news-list .news-img{
		height: 26rem
	}
	.news-list .txt-box{
		padding: 2.5rem 2rem
	}
}
@media(max-width: 1024px) {
	.news-list .news-img{
		height: 20rem
	}
}
@media(max-width: 992px) {}
@media(max-width: 760px) {
    .news {
        padding: 3rem 0;
    }

    .news-list li .news-img {
        height: 22rem;
    }

    .news-list li .txt-box {
        padding: 2.2rem 2rem;
    }

    .news-list li .txt-box span.time i {
        width: 1.6rem;
    }
}

/* page*/
.page-banner {
    position: relative;
	z-index: 3
}

.page-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.page-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner .page-banner-text {
    text-align: center;
    color: #fff;
    font-size: var(--font-size-24);
    line-height: 1.6;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-banner .page-banner-text .page-banner-title {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.page-banner .page-banner-text .page-banner-title strong {
    margin: 0 10px;
    width: 210px;
    font-weight: 800;
    font-size: 6rem;
    text-indent: -99999em;
    background: url(../images/yzs.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
}

.page-about {
    background: #fff;
	z-index: 2;
}
.page-about:target{
	padding-top: 140px!important;
	margin-top: -80px;
}
.page-about .container{
	display: block;
}
.page-about #chinaMap{
	margin-left: 5rem;
	margin-top: 9rem;
	width: 46%;
	float: right;
}
.page-about .about-l{
	padding-right: 0;
	width: 100%;
}
.page-about.about::before {
    display: none;
}

.page-about .title-box .en-tit span:first-child {
    color: transparent;
    -webkit-text-stroke: 1px rgba(212, 48, 48, 1);
}

.page-about .title-box .en-tit span {
    color: rgba(173, 17, 21, 1);
}

.page-about .title-box .cn-tit {
    color: rgba(51, 51, 51, 1);
}

.page-about .title-box .sub-tit {
    color: rgba(51, 51, 51, 1);
}

.page-about .about-desc {
    color: rgba(51, 51, 51, 1);
}
.page-about .about-desc h4{
	font-weight: 800;
}
.page-about .about-desc p{
	margin-bottom: 1.5rem
}

/* page culture */
.page-culture {
    padding: 6rem 0;
    position: relative;
    background: url(../images/cul-bg.jpg) no-repeat center;
    background-size: cover;
	z-index: 1
}

.page-culture:target{
	padding-top: 140px!important;
	margin-top: -80px;
}
.page-culture .title-box .en-tit span {
    color: #fff;
}

.page-culture .title-box .en-tit span:first-child {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 1);
}

.page-culture .title-box .cn-tit,
.page-culture .title-box .sub-tit {
    color: #fff;
}

.culture-items {
    margin-top: 3rem;
    display: flex;
}

.cul-item {
    padding: 2rem 3rem;
    width: 20%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s ease;
}

.cul-item i {
    font-size: 5rem;
}

.cul-item h4 {
    font-size: var(--font-size-20);
    font-weight: 800;
    line-height: 2;
}

.cul-item p {
    font-size: var(--font-size-14);
    line-height: 1.8;
}

.cul-item:hover {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 1rem;
}
.cul-text{
	text-align: center
}
.cul-text p{
	color: #fff;
	font-size: var(--font-size-30);
	line-height: 2;
	font-weight: 800;
}

/* page honor */
.page-honor {
    padding: 6rem 0;
}
.page-honor:target{
	padding-top: 140px!important;
	margin-top: -80px;
}

.page-honor .cont {
    padding-left: 4%;
}

.page-honor-box {
    margin-top: 70px;
    cursor: url(../images/move.png), default !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page-honor-box ul li {
    width: 13.28125vw;
    max-width: 255px;
    background: #F0F5F7
}

.page-honor-img {
    height: 260px;
    position: relative
}

.page-honor-img img {
    max-height: 100%
}

.page-honor-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3.4rem;
    height: 3.4rem;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%)
}

.page-honor-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    background: var(--bg-white);
    border-radius: 50%;
}

.page-honor-box ul li:hover .page-honor-icon {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1
}

.page-honor-title {
    border-top: solid 1px rgba(204, 204, 204, 0.5);
    height: 62px;
    font-size: var(--font-size-16);
    color: #333;
    text-align: center;
}

.page-honor-pagination {
    padding: 0 3.6458vw;
    margin-top: 55px;
    overflow: hidden
}

.page-honor-info {
    float: left;
    padding-left: 37px;
    background: url(../images/move.png) no-repeat left center;
    background-size: auto 14px;
    font-size: var(--font-size-16);
    color: #333;
    line-height: 20px
}

.page-honor-pagination-right {
    width: 38.8vw;
    position: relative;
    float: right
}

.page-honor-pagination-right .swiper-pagination {
    background: rgba(204, 204, 204, 1);
    border-radius: 10px;
    overflow: hidden
}

.page-honor-pagination-right .swiper-pagination span {
    background: var(--bg-red);
    border-radius: 10px;
}

/* page path */
.page-location {
    color: #4f4f4f;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .07);
    position: relative;
}

.page-location .container:before,
.page-location .container:after {
    display: none;
}

.subtopic {
    margin: 0;
}

.subtopic li {
    display: inline-block;
}
.subtopic li+li{
	margin-left: 15px;
}

.subtopic li a {
    line-height: 46px;
    padding: 0 20px;
    display: block;
    transition: all .6s ease 0s;
    font-size: 16px;
}

.subtopic li:hover a,
.subtopic li.active a {
    background-color: var(--bg-red);
    color: #fff;
    font-weight: 700
}

.local i.iconfont {
    vertical-align: bottom;
    margin-right: 5px
}

.local,
.local a {
    font-size: .7rem
}

.page-location .local {
    line-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* page business content */
.page-business-content img {
    margin: 0 auto 0!important;
}

/* page case */
.page-case {
    margin-top: 3rem;
}

/* page case detail */
.page-case-left {
    margin-bottom: 30px;
    float: left;
    width: 75%;
    background: #fff;
    padding: 30px;
    box-shadow: 4px 5px 14px rgb(210 210 210 / 35%);
}

.page-title {
    font-size: var(--font-size-20);
    line-height: 1.6;
    color: #000;
    font-weight: bold
}

.page-info {
    font-size: 12px;
    color: #999;
    padding: 10px 0;
    border-bottom: dashed 1px #ddd;
    margin-bottom: 30px;
}

.page-info span {
    margin-left: 20px;
}
.page-text table{
    width: 100%!important;
}
.page-text img{
    margin: 1rem auto;
    display: block;
}

.page-case-left {
    margin-bottom: 30px;
    width: 75%;
    background: #fff;
    padding: 30px;
}

.page-case-12 {
    width: 100%
}

.page-case-right {
    width: 23%;
    margin-bottom: 30px;
    background: #fff;
    padding: 15px;
}

.page-case-right h3 {
    font-size: 24px;
    color: #333;
    font-weight: 800;
}

.page-case-right h3:after {
    display: block;
    width: 30px;
    height: 1px;
    background: #d81e06;
    content: "";
    margin-top: 10px;
    margin-bottom: 15px;
}

/* page case hot */
.page-case-right {
    float: right;
    width: 23%;
    margin-bottom: 30px;
    background: #fff;
    padding: 15px;
    box-shadow: 4px 5px 14px rgb(210 210 210 / 35%);
}

.page-case-hot li {
    width: 100%;
    margin: 15px 0;
}

.page-case-hot li a {
    display: block;
    width: 100%;
    box-shadow: 4px 5px 14px rgb(210 210 210 / 35%);
}

.page-case-hot li .img-box {
    position: relative;
    width: 100%;
    height: 202px;
    overflow: hidden;
}

.page-case-hot li .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}

.page-case-hot li:hover .img-box img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.page-case-hot li .case-text {
    padding: 12px 20px;
    background-color: #fff;
}

.page-case-hot li h4 {
    font-size: 16px;
    color: #111;
}

.page-interaction {
    padding: 3rem 0;
}
/* page news */
.page-news{
    padding: 6rem 0;
}
.page-news-item {
    padding: 20px 0;
    position: relative;
}

.page-news-item:before,.page-news-item:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    content: '';
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    z-index: 2
}
.page-news-item:after{
	width: 0
}

.page-news-item a {
    display: flex;
}

.page-news-item .page-news-img {
    width: 20%;
	height: 18rem;
	overflow: hidden
}
.page-news-item .page-news-img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}
.page-news-item .page-news-text {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
}
.page-news-item .page-news-title{
	font-size: var(--font-size-24);
	line-height: 2;
    color: #333;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.page-news-item .page-news-time {
    font-size: 12px;
}

.page-news-item .page-news-summary {
    font-size: 14px;
	line-height: 2;
    margin-bottom: 0
}

.page-news-item:hover:after {
    width: 100%;
	background: var(--text-color-red)
}

.page-news-item:hover .page-news-img img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.page-news-item:hover .page-news-title {
    color: var(--text-color-red)
}

/* page news detail */
.page-detail{
    padding: 6rem 0;
}
/*
.page-news-item{
    margin-right: 3rem;
    margin-bottom: 3rem;
    float: left;
    width: calc((100% - 6rem)/3);
}
.page-news-item:nth-child(3n){
    margin-right: 0;
}
*/

.page-news-hot li{padding: 8px 0}
.page-news-hot li a{display: block;overflow:hidden;line-height: 20px;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;color: #000}
.page-news-hot li i{width: 20px;height: 20px;background: #ddd;display: block;float: left;margin-right: 10px;border-radius: 4px;line-height: 20px;text-align: center;font-style: normal;font-size: 12px;color: #666;font-family: SourceHanSerifCN}
.page-news-hot li:hover a{color: #d81e06}
.page-news-hot li:first-child i{background: #d80000;color: #fff}
.page-news-hot li:nth-child(2) i{background: #d85600;color: #fff}
.page-news-hot li:nth-child(3) i{background: #d88e00;color: #fff}

/* page contact */
.page-contact {
    padding: 6rem 0;
    background-color: #f6f6f6;
}
.page-contact-box{
    background-color: #fff;
}
.page-contact-left {
    width: 70%;
    height: 660px;
}

#map {
    width: 100%;
    height: 100%
}

.page-contact-right {
    width: 30%;
    height: 660px;
    padding: 30px 15px 30px 30px
}

.page-contact-list {
    /* padding-right: 5px; */
    height: 100%;
    overflow-y: auto
}

.page-contact-list li {
    position: relative;
    padding: 30px;
    cursor: pointer
}
.page-contact-list li+li::before{
    content: "";
    width: 100%;
    height: 1px;
     background-color: #efefef;
     position: absolute;
     left: 0;
     top: 0;
}

.page-contact-list li .page-contact-box {
    background: transparent
}

.page-contact-list li h2 {
    font-size: 20px;
    color: #454545
}

.page-contact-list li h2:after {
    display: block;
    width: 56px;
    height: 3px;
    background: transparent;
    content: "";
    margin: 15px 0 15px
}

.page-contact-list li p {
    font-size: 14px;
    color: #666666;
    line-height: 2
}

.page-contact-list li p b {
    font-weight: normal
}

.page-contact-list li:hover,
.page-contact-list li.active {
    background: #efefef
}

.page-contact-list li:hover h2,
.page-contact-list li.active h2 {
    color: #454545;
    font-weight: bold;
}

.page-contact-list li:hover h2:after,
.page-contact-list li.active h2:after {
    background: rgba(173, 17, 21, 1)
}

.page-contact-list li:hover p b,
.page-contact-list li.active p b {
    font-weight: bold;
    color: #454545;
    font-size: 15px;
}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {}
@media(min-width: 1300px) and (max-width: 1549px) {}
@media(max-width: 1280px) {
    .page-banner .page-banner-text .page-banner-title {
        font-size: 3rem;
    }

    .page-banner .page-banner-text .page-banner-title strong {
        font-size: 4.2rem;
    }

    .page-about .about-l {
        
    }
}

@media(max-width: 1024px) {
    .page-contact-left{width: 60%;height: 600px}
    .page-contact-right{width: 40%;height: 600px;padding: 25px}
}

@media(max-width: 992px) {
    .page-contact-list li{padding: 20px 10px}
}

@media(max-width: 760px) {
    .page-banner {
        height: 18rem;
    }

    .page-banner .page-banner-text {
        width: 90%;
        font-size: 1.3rem;
        line-height: 1.8;
    }

    .page-banner .page-banner-text .page-banner-title {
        font-size: 1.8rem;
    }

    .page-banner .page-banner-text .page-banner-title strong {
        width: 100px;
        font-size: 2rem;
    }
	.page-about .container{
		display: flex;
		flex-direction: column-reverse
	}
	.page-about #chinaMap{
		width: 100%;
		float: none;
		margin: 2rem auto 0
	}
    .page-about .about-l {
        padding: 0;
    }

    .page-culture {
        padding: 3rem 0;
    }

    .culture-items {
        flex-wrap: wrap;
    }

    .culture-items .cul-item {
        padding: 2rem 1rem;
        width: 48%;
    }

    .cul-item i {
        font-size: 4rem;
    }

    .cul-item h4 {
        font-size: var(--font-size-18);
    }

    .cul-item p {
        font-size: var(--font-size-12);
    }
	.cul-text p{
		font-size: var(--font-size-18);
	}

    .page-location .local {
        line-height: normal;
        flex-direction: column-reverse;
    }

    .page-location .local .path {
        padding: 1.25rem 0;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        width: 100%;
    }

    .page-location .subtopic {
        margin: 1.5rem 0 0.5rem;
        width: 100%;
    }

    .page-location .subtopic li {
        margin-bottom: 1rem;
    }
    .page-news{
        padding: 3rem 0;
    }
    .page-news-item a{
        flex-direction: column;
    }
    .page-news-item .page-news-img{
        width: 100%;
    }
    .page-news-item .page-news-text{
        padding: 15px 0;
        width: 100%;
    }
    .page-news-item .page-news-title{
        font-size: var(--font-size-18);
    }
    .page-news-item .page-news-summary{
        line-height: 1.8;
    }
    /* .page-news-list .page-news-item{
        margin-right: 2rem;
        margin-bottom: 2rem;
        width: calc((100% - 2rem)/2);
    }
    .page-news-list .page-news-item:nth-child(3n){
        margin-right: 2rem;
    }
    .page-news-list .page-news-item:nth-child(2n){
        margin-right: 0;
    }
    .page-news-list.news-list .news-img{
        height: 12rem;
    }
    .page-news-list.news-list .txt-box{
        padding: 1rem;
    }
    .page-news-list.news-list .txt-box h4{
        font-size: var(--font-size-14);
    }
    .page-news-list.news-list .txt-box span.time{
        margin: 0.2rem 0;
    }
    .page-news-list.news-list .txt-box span.time i{
        font-size: 1.6rem;
    }
    .page-news-list.news-list .txt-box p{
        font-size: var(--font-size-12);
    } */
    .page-case-left{
        margin-bottom: 2rem;
        float: none;
        width: 100%;
        padding: 15px;
    }
    .page-case-right{
        width: 100%;
        float: none;
    }
    .page-detail{
        padding: 3rem 2rem;
    }
    /* mobile page contact */
    .page-contact{
        padding: 3rem 0;
    }
    .page-contact-left{display: none;}
    .page-contact-right{width: 100%;padding: 15px 0;height:auto}
    .page-contact-list li{padding: 15px}
    .page-contact-list li h2{font-size: 1.6rem}
    .page-contact-list li h2:after{margin: 10px 0}
    .page-contact-list li p{font-size: 1.2rem}
    .page-contact-list li:hover p b,.page-contact-list li.active p b{font-size: 1.2rem;}
}

/* footer */
.footer {}

.bottom {
    padding: 5rem 0;
    background-color: rgba(51, 51, 51, 1);
}

.bottom .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.bottom .container::before,
.bottom .container::after {
    display: none;
}

.f-t-left {
    margin: 0;
    width: 20%;
    color: #fff;
    font-size: var(--font-size-14);
    line-height: 2;
}

.f-logo {
    margin-bottom: 2rem;
}
.f-contact p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.f-contact p:last-child{
    line-height: 3.7;
}
.f-contact a {
    font-size: var(--font-size-26);
    color: #fff;
    font-weight: 600;
}

.f-menu {
    display: flex;
    align-items: flex-start;
    width: 60%;
}

.f-menu div.f-menu-item+div.f-menu-item {
    margin-left: 7rem;
}

.f-menu .menu-extra-title {
    margin-bottom: .5rem;
    font-size: var(--font-size-18);
    color: #fff;
    font-weight: 600;
    position: relative;
}
.f-abt-nav .nav-mobile{
	width: 100%;
	display: none;
}
.f-menu ol li a {
    color: #fff;
    font-size: var(--font-size-14);
    line-height: 36px;
}

.f-weixin {
    margin: 0;
    width: 10%;
    text-align: center;
}

.f-weixin img {
    width: 100%;
}

.f-weixin p {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 2;
    color: #fff;
}

.copyright {
    padding: 1rem 0;
    color: #fff;
	font-size: var(--font-size-14);
	line-height: 2;
    background: rgba(110, 0, 4, 1)
}

.copyright a {
    color: #fff;
    font-size: var(--font-size-14);
    line-height: 2;
}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {}

@media(max-width: 1280px) {
    .f-t-left {
        width: 22%;
    }

    .f-logo {
        margin: 0 0 2rem;
        width: 80%;
    }

    .f-menu {
        width: 56%;
    }

    .f-menu div.f-menu-item+div.f-menu-item {
        margin-left: 5rem;
    }
}

@media(max-width: 1024px) {
	.f-menu{
		width: 58%
	}
	.f-menu div.f-menu-item+div.f-menu-item{
		margin-left: 3rem
	}
}

@media(max-width: 992px) {}

@media(max-width: 760px) {
    .bottom {
        padding: 2rem 0;
    }

    .bottom .container {
        flex-direction: column;
    }

    .f-t-left {
        margin-bottom: 2rem;
        width: 100%;
    }

    .f-logo {
        margin: 0 auto 2rem;
        width: 56%;
    }
	.f-logo img{
		margin: 0 auto
	}
	.f-contact p{
		justify-content: center
	}
    .f-contact a {
        font-size: var(--font-size-22);
    }

    .f-menu {
        width: 100%;
        flex-direction: column;
    }

    .f-menu-item {
        padding: 1rem 0;
        width: 100%;
        border-bottom: 1px solid rgba(235, 235, 235, 0.1);
    }

    .f-menu div.f-menu-item+div.f-menu-item {
        margin-left: 0;
    }

    .f-menu .menu-extra-title::before,
    .f-menu .menu-extra-title::after {
        content: '';
        position: absolute;
        width: 12px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.3);
        right: 10px;
        top: 50%;
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        -o-transition: transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
    }

    .f-menu .menu-extra-title::after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .f-menu .menu-extra-title.active::after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .f-menu .menu-extra-title.active {
        color: var(--text-color-red);
    }

    .f-menu .menu-extra-title {
        font-size: 1.6rem;
    }

    .f-menu-item ol {
        display: none;
    }

    .f-weixin {
        width: 100%;
    }

    .f-weixin img {
        margin: 0 auto;
        width: 36%;
    }
	.copyright,.copyright a{
		font-size: var(--font-size-12);
	}
}

.backTop {
    z-index: 10;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}

.backTop img {
    width: 58%;
}

.backTop.active {
    bottom: 50px;
}

@media(max-width: 760px) {
    .backTop {
        width: 3rem;
        height: 3rem;
        right: 20px;
    }

    .backTop.active {
        bottom: 20px;
    }
}

/*pages*/
.pages {
    margin-bottom: 3rem;
}

.pages a,
.pages b {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    margin: 5px;
    color: #777777;
    border: none;
    line-height: 36px;
    height: 36px;
    padding: 0 12px
}

.pages b {
    background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#d61a4f), to(#e89462));
    color: var(--text-color-white)
}

.pages a:hover {
    color: #D43030
}

@media(max-width: 760px) {

    .pages a,
    .pages b {
        height: 24px;
        line-height: 24px;
        padding: 0 8px;
    }
}

/*page next*/
.page-next {
    margin-top: 20px;
    border-top: dashed 1px #ddd;
    padding-top: 15px;
    display: flex
}

.page-next p {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    width: 50%
}

.page-next p:last-child {
    text-align: right
}

.page-next p a {
    color: var(--text-color-black);
    display: block;
    font-weight: bold
}

.page-next p:hover,
.page-next p:hover a {
    color: var(--bg-D43030);
    font-weight: bold
}

@media(max-width: 760px) {
    .page-next p {
        line-height: 1.8;
        font-size: var(--font-size-12);
        padding-right: 3vw
    }

    .page-next p:last-child {
        padding-right: 0;
        padding-left: 3vw
    }
}
/* page join */
.page-join{
    padding: 6rem 0;
    background-image: url(../images/p-bg1.png);
    position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
.join_con{
	position: relative;
	background-color: #fff;
	padding-bottom: 80px;
}
.join_nav{
	width: 100%;
	color: #000;
	font-size: 14px;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #b2b2b2;
	padding: 25px 4%;
}
.join_nav li{
	display: inline-block;
	opacity: .6;
	padding: 0 20px;
	cursor: pointer;
}
.join_nav li.on,.join_nav li:hover{
	color: #e60012;
	opacity: 1;
}
.join_nav li:nth-child(1){
	padding-left: 0;
}
.join_nav .mark{
	position: absolute;
	right: 4%;
	top: 25px;
}

.join_list{
	width: 100%;
	padding: 0 30px;
	text-align: left;
	position: relative;
}
.join_list li{
	width: 100%;
	color: #000;
	font-size: 12px;
}
.join_list li .li_con{
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	padding: 30px 4%;
	cursor: pointer;
}
.join_list li:nth-child(2n+2) .li_con{
	background-color: #fcfcfc;
}
.join_list li .li_con:after{
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #000;
	border-bottom: none;
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%)
	/*transition: all .3s;*/
}
.join_list li:hover .li_con:after{
	border-top: 8px solid red;
}
.join_list li.on .li_con:after{
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid red;
	border-top: none;
}
.join_list li .li_con b{
	font-size: 16px;
}
.join_list li .li_con span{
	float: right;
	opacity: .6;
	margin-right: 60px;
}

.join_list li .li_detail{
	width: 100%;
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 4% 80px;
	display: none;
}
.join_list li .li_detail p{
	line-height: 30px;
}
.join_list li .li_detail b{
	font-weight: bold;
}
.li_detail_jy{
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding: 35px 0;
}
.li_detail_jy p{
	display: inline-block;
	width: 36%;
}
.li_detail_jy p:nth-child(2),.li_detail_jy p:nth-child(5){
	width: 42%;
}
.li_detail_jy p:nth-child(3),.li_detail_jy p:nth-child(6){
	width: 20%;
}
.li_detail_jy p b{
	margin-right: 10px;
}

.li_detail_xx{
	width: 100%;
	padding: 30px 0;
}

.li_detail_btn{
	width: 250px;
	height: 60px;
	line-height: 60px;
	color: #f3f3f3;
	font-size: 18px;
	text-align: center;
	background-color: #222;
	margin-left: 0;
	cursor: pointer;
}
.li_detail_btn:hover{
	background-color: #333;
}

.join_pop{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.85);
	display: none;
}
.join_pop_box{
	width: 1200px;
	max-width: 90%;
	max-height: 90%;
	background-color: #fff;
	position: relative;
	top: 52%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 5% 0;
}
.join_pop_box_close{
	position: absolute;
	right: 0;
	bottom: 100%;
	z-index: 100;
	background-color: #e60014;
	padding: 5px;
	cursor: pointer;
}
.join_pop_box_close i{
	display: block;
	color: #fff;
	font-size: 40px;
	transform:rotate(45deg);
	cursor: pointer;
}
.join_pop_con{
	width: 600px;
	max-width: 100%;
	height: 100%;
}
.section_title{
	text-shadow: none;
}
.join_pop_put{
	width: 100%;
	position: relative;
}
.join_pop_put p{
	width: 100%;
	line-height: 40px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.join_pop_put p span{
	display: block;
}
.join_pop_put p input{
	display: block;
	width: 100%;
	line-height: 40px;
	cursor: text;
}
.join_pop_put p select{
	display: inline-block;
	width: 45%;
	line-height: 40px;
	border: none;
	cursor: pointer;
}
.join_pop_put p select.bm{
	margin-right: 8%;
}

.join_pop_btn{
	width: 250px;
	height: 60px;
	line-height: 60px;
	color: #f3f3f3;
	font-size: 18px;
	text-align: center;
	background-color: #222;
	margin-left: 0;
	margin-top: 50px;
	cursor: pointer;
}
.join_pop_btn:hover{
	background-color: #333;
}
.join_pop_em{
	width: 100%;
	text-align: left;
	margin-top: 20px;
}
.join_pop_em span{
	color: #d93a3a;
}
/*right fixed*/
.right-fixed{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100
}
.right-fixed-item{
	margin-bottom: -1px;
	position: relative;
	width: 60px;
	height: 60px;
}
.right-fixed-block{
    display: block;
	width: 60px;
	height: 60px;
	border: 1px solid #ccc;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	z-index: 3;
}
.right-fixed-block i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	font-size: 3.6rem;
	color: var(--text-color-red);
}
.right-fixed-block span{
	display: none;
	color: #333333;
	font-size: 12px;
}
.right-fixed-code{
	position: absolute;
	right: -130%;
	width: 180px;
	padding: 12px 12px 5px;
	background-color: var(--bg-red);
	text-align: center;
	top: 0;
	visibility: hidden;
	opacity: 0;
	display: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	z-index: 1
}
.right-fixed-code img{
}
.right-fixed-code p{
	margin-top: 5px;
	font-size: 14px;
	line-height: 2;
	color: #fff
}
.right-fixed-item:hover .right-fixed-block{
	background: var(--bg-red);
	color: #fff
}
.right-fixed-item:hover i,.right-fixed-item:hover span{color: #fff}
.r-phone.right-fixed-item .right-fixed-block{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start
}
.r-phone.right-fixed-item .right-fixed-block span{
	font-size: 18px;
	color: #fff
}
.r-phone.right-fixed-item:hover .right-fixed-block{
	width: 216px;padding: 0 15px;
	border-radius: 30px;
}
.right-fixed-item:hover .right-fixed-block span{
	display: block;
}
.right-fixed-item:hover .right-fixed-code{display: block;visibility: visible;opacity: 1;right: 70px}
.right-fixed-item:hover .right-fixed-contact{right: 80px}
@media screen and (max-width: 1660px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1366px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width:950px) {}
@media screen and (max-width: 760px) {
	.join_list{
		padding: 0
	}
	.li_detail_jy{
		padding: 15px 0
	}
	.join_list li .li_con{
		padding: 15px 4%
	}
	.li_detail_jy p{
		width: 50%
	}
	.li_detail_jy p+p+p{
		width: 100%
	}
	.li_detail_jy p:nth-child(2), .li_detail_jy p:nth-child(5){
		width: 48%
	}
	.li_detail_jy p:nth-child(3), .li_detail_jy p:nth-child(6){
		width: 100%
	}
}