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

/*redefine global*/
:root {
    --FEY-color-922625: #922625;
    --FEY-color-551F22: #551F22;
    --FEY-color-CCC: #ccc;
    --FEY-color-gradients-x: -webkit-gradient(linear, 0% 0%, 100% 0%, from(var(--FEY-color-551F22)), to(var(--FEY-color-922625)));
    --FEY-color-gradients-x-reverse: -webkit-gradient(linear, 0% 0%, 100% 0%, from(var(--FEY-color-922625)), to(var(--FEY-color-551F22)));
    --FEY-color-gradients-y: -webkit-gradient(linear, 0% 0%, 0% 100%, from(var(--FEY-color-551F22)), to(var(--FEY-color-922625)));
    --FEY-border-color-x: -webkit-linear-gradient(60deg, var(--FEY-color-551F22), var(--FEY-color-551F22)) 1 2;
    --FEY-font-SoureceSerif: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘ Source Han Serif ’, source-han-serif-sc, serif;
    --FEY-color-F19C0A: #F19C0A;
    --FEY-color-0F4E6D: #0F4E6D;
}

::-webkit-scrollbar {
    width: 4px;
    height: 11px;
    border: none;
    background: var(--FEY-color-gradients-y, #922625)
}

::-webkit-scrollbar-track-piece {
    border: none;
    position: absolute;
    padding: 0;
    box-shadow: none;
    background: var(--FEY-color-gradients-y, #922625);
    border-radius: 1px
}

::-webkit-scrollbar-thumb:vertical {
    background: var(--FEY-color-gradients-y, #922625);
    border-radius: 0;
    border: none
}

::-webkit-scrollbar-thumb:horizontal {
    background: var(--FEY-color-gradients-y, #922625);
    border-radius: 0;
    border: none
}

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

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

::-webkit-scrollbar-track:vertical {
    background: var(--FEY-color-gradients-y, #922625)
}

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

::-webkit-scrollbar-thumb:vertical {
    background: var(--FEY-color-gradients-y, #922625);
    border-radius: 5px
}

::-webkit-scrollbar-thumb:vertical:hover {
    var(--FEY-color-gradients-y, #922625)
}

::-webkit-scrollbar-corner:vertical {
    var(--FEY-color-gradients-y, #922625)
}

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

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

body {
    font-family: 'Noto', 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif;
}

.wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.inner {
    position: relative;
    max-width: 182rem;
    z-index: 2;
}

/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1;
    transform: translate(0, 0);
    z-index: 99;
    -webkit-transition: transform 0.35s, top 0.25s, background 0.25s;
    transition: transform 0.35s, top 0.25s, background 0.25s;
}

.header.header-sticky {
    transform: translate(0, 0%);
    background: #fff;
	box-shadow: 0 3px 10px rgb(0 0 0 / 10%)
}

.header-top {
    /* background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 0px rgba(243, 152, 0, 0.6); */
	background-color: #fff;
}

.header-blank {
    width: 100%;
    height: 50px;
	display: none;
}
.header-nav {
    margin: 0;
}

.header-navbar {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    height: 90px;
    background-color: #fff;
}

.header-logo {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 2.4rem 0 0;
    border-right: 1px solid #ebebeb;
    -webkit-transition: transform 0.35s, top 0.25s, background 0.25s;
    transition: transform 0.35s, top 0.25s, background 0.25s;
}

.header-logo img {
    max-width: 21.4rem;
}

.header-right {
    margin: 0;
    height: 100%;
    flex-direction: row;
}

.header-nav {
    margin-right: 60px;
}

.heaer-nav-list {
    width: 700px;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.heaer-nav-list>.menu-item {
    position: relative;
    width: 100%;
}

.heaer-nav-list .menu-item i {
    display: block;
    position: absolute;
    left: -5%;
    top: 50%;
    width: 68px;
    height: 68px;
    transform: translateY(-50%);
    background-color: rgba(243, 152, 0, 0.5);
    border-radius: 50%;
    opacity: 0;
}

.heaer-nav-list .menu-item i::before {
    position: absolute;
    left: 11px;
    top: 11px;
    width: 46px;
    height: 46px;
    background-color: rgba(243, 152, 0, 1);
    border-radius: 50%;
    content: '';
    animation: navscale 1s infinite;
}

.heaer-nav-list .menu-item.active i {
    opacity: 1;
}

@keyframes navscale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.heaer-nav-list .menu-item a {
    display: block;
    font-size: var(--FEY-font-size-20);
    color: #333;
    text-transform: none;
    white-space: nowrap;
}

.heaer-nav-list>.menu-item>a {
    position: relative;
    width: 100%;
    height: 9rem;
    line-height: 9rem;
    text-align: center;
    z-index: 2;
}

.heaer-nav-list>.menu-item>a::after {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 8px;
    margin-left: 1.25rem;
    background-image: url("../images/ico-down.png");
    background-size: contain;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header-item {
    margin: 0;
    width: 168px;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    border-left: 1px solid #ebebeb;
}
.sub-menu{position: absolute;background: rgba(255,255,255,.9);width: auto;top: 80px;transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;visibility: hidden;opacity: 0;box-shadow: 0 0 5px rgba(0,0,0,.05)}
.sub-menu:before{position: absolute;left: 50%;top: -5px;width: 0;height: 0;border-left: solid 5px transparent;border-right: solid 5px transparent;border-bottom: solid 5px rgba(255,255,255,.9);content: ''}
.sub-menu-item{border-bottom: solid 1px #ddd;line-height: 2}
.sub-menu-item:last-child{border-bottom: none}
.heaer-nav-list .menu-item .sub-menu-item a{font-size: var(--FEY-font-size-14);color: #333;display: block;padding: 5px 1vw;text-align: center}
.sub-menu-item a:hover{background: #1e4e6b;color: #fff}
.sub-menu-item:hover{background: #1e4e6b;}
.heaer-nav-list .menu-item .sub-menu-item:hover>a{color: #fff}
.menu-item:hover .sub-menu{visibility: visible;opacity: 1;top: 96px;}
.heaer-nav-list>.menu-item:hover a::after{
	transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.header-item .header-wechat,
.header-item .header-language {
    padding: 0 20px;
    cursor: pointer;
}

.header-item .ico {
    width: 70%;
}

.wechat-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.wechat-box div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0px;
    position: fixed;
    width: 1px;
    height: 1px;
    top: 100px;
    left: 0;
    line-height: 30px;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: opacity 0.3s, top 0.3s;
    -o-transition: opacity 0.3s, top 0.3s;
    transition: opacity 0.3s, top 0.3s;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 20%);
    z-index: -1;
}

.wechat-box div img {
    width: 100%;
}

.wechat-box div::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 18px;
    top: -16px;
    left: 0;
}

.wechat-box div::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    width: 13px;
    height: 13px;
    margin-left: -7px;
    border-top: 2px solid #ebeced;
    border-left: 2px solid #ebeced;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

.wechat-box:hover div {
    position: absolute;
    width: 180px;
    padding: 10px 10px 17px;
    height: auto;
    overflow: initial;
    top: 70%;
    left: 45%;
    z-index: 2;
    opacity: 1;
}

.header-contact-btn {
    background-color: #F39800;
    color: #ffffff;
    padding: 0 8rem 1px;
    text-align: center;
    text-transform: uppercase;
	font-size: var(--FEY-font-size-20);
	font-weight: bold;
	line-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 240px;
    height: 100%;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.header-contact-btn img {
    width: 15%;
    margin-right: 5px;
}

.header-contact-btn span {
    font-weight: normal;
	font-size: var(--FEY-font-size-16);
    line-height: 2;
}

.header-contact-btn:hover {
    color: #fff
}

.banner {
    height: 100vh;
}

.banner .inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

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

.banner .text-box {
    margin: 0;
    width: 50%;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
}

.banner .text-box img {
    margin-bottom: 20px;
    width: 58%;
}

.banner .text-box span {
	font-size: var(--FEY-font-size-36);
}
.banner .swiper-slide video{
    height: 100%;
    object-fit:fill;
    width: 100%
}
.banner-pagination {
    bottom: 90px !important;
}

.banner-pagination span {
    background: #fff;
    opacity: 1;
    width: 25px;
    height: 21px;
    border-radius: 10px;
}

.banner-pagination span.swiper-pagination-bullet-active {
    width: 72px;
    transition: ease-in .3s;
    -webkit-transition: ease-in .3s;
    -moz-transition: ease-in .3s;
    -ms-transition: ease-in .3s
}

/* m 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: 1000;
	opacity: 1;
	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.open {
	transform: translateX(0)
}
.m-nav-inner{
    height: 100%;
    justify-content: space-between;
}
.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 {
    margin-top: 15px;
    padding: 0 15px;
	width: 100%;
	flex-direction: row;
    justify-content: space-between;
}
.m-nav .logo img.m-logo {
	width: 46%;
	display: block;
}
.m-nav .logo .lang{
    text-align: right;
}
.m-nav .logo .lang img{
    width: 55%;
}
.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.open .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: var(--FEY-font-size-16);
	height: 50px;
	line-height: 50px;
	width: 100%;
	position: relative;
}
.m-nav .ul li a.active {
	font-weight: 800;
	color: #1b2c43
}
.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-bottom{
    width: 100%;
}
.m-nav-search {
	border: solid 1px #ddd;
	margin: 20px 15px 10px;
	border-radius: 18px;
	height: 36px;
    flex-direction: row;
}
.m-nav-search input {
	width: calc(100% - 40px);
	padding-left: 20px;
	height: 34px;
	border: none;
	outline: none;
	background: transparent;
	font-size: 1.4rem;
	color: #333;
}
.m-nav-search button {
	width: 40px;
	height: 34px;
	background: transparent;
	border: none;
	outline: none;
	font-size: var(--FEY-font-size-18);
	color: #333;
    position: relative;
}
.m-nav-search button::after{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.316' height='21.588' viewBox='0 0 20.316 21.588'%3E%3Cg id='Group_786' data-name='Group 786' transform='translate(-1260.49 -88.619)'%3E%3Cpath id='Rectangle_2_copy_5' data-name='Rectangle 2 copy 5' d='M1275.366,103.538l5.441,5.441-1.228,1.229-5.441-5.44Z' fill='%231e2432'/%3E%3Cg id='Ellipse_2' data-name='Ellipse 2' transform='translate(1260.49 88.619)' fill='none' stroke='%231e2432' stroke-width='1.5'%3E%3Cellipse cx='9.13' cy='9.11' rx='9.13' ry='9.11' stroke='none'/%3E%3Cellipse cx='9.13' cy='9.11' rx='8.38' ry='8.36' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 16px 16px;
}
.m-nav-tel {
	text-align: center;
	margin-top: 18px;
	margin-bottom: 20px;
	font-size: var(--FEY-font-size-18);
	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: var(--FEY-font-size-14);
	line-height: 2;
}
.m-contact-btn{
	font-size: var(--FEY-font-size-14);
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 14px 0;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(243, 152, 0, 1);
    z-index: 99;
    position: relative;
}
.m-contact-btn span{
	font-size: var(--FEY-font-size-12);
}
.m-contact-btn img{
    width: 15%;
}
.about {
    padding: 12rem 0 5rem;
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    z-index: 2;
}

.about-left {
    width: 50%;
}

.about-content {
    max-width: 70rem;
    margin: 0 10rem 0 auto;
    padding: 8rem 0rem 5rem;
}

.title-box {
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
}

.title-box h1 {
    margin: 1rem 0 5rem;
    color: #000;
	font-size: var(--FEY-font-size-50);
	line-height: 1.2;
	font-weight: 900;
}

.title-box h2 {
    margin-bottom: 3rem;
    line-height: 2;
    font-size: 16px;
    color: #000;
    order: -1;
}

.about-text {
    margin: 0;
    max-width: 48rem;
}

.desc-box p {
    font-weight: 500;
    line-height: 1.8;
	font-size: var(--FEY-font-size-30);
    color: #3C404A;
    text-align: justify;
    overflow: hidden;
}

.about-right {
    text-align: right;
    height: 70rem;
    max-height: 100rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    z-index: 2;
    width: 50%;
}

.about-right-bg {
    background-image: url(../images/img1.jpg);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: perspective(0px) rotateX(0deg) translate(0, 0);
}

.advantage {
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}

.advantage-content {
    /*max-width: 147.5rem;*/
    margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}

.adv-cards {
    /* max-width: 147.5rem; */
    width: 65.5%;
    transform: translate(50%, -300px);
    transition: transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    visibility: visible;
}

.adv-cards .swiper-wrapper {
    align-items: stretch;
}
.advantage-content > div.adv-card+div.adv-card{
	padding-left: 12rem;
}
.adv-card {
    padding: 5rem 0 5rem;
    width: 56%;
    height: 100%;
}

.adv-card .subtitle {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #fff;
}

.adv-card .subtitle label {
	padding-right: 0.5rem;
	font-size: var(--FEY-font-size-18);
    font-weight: 400;
    font-family: Kingsoft_Cloud_Font;
}

.adv-card .subtitle i {
	padding-right: 0.5rem;
    font-style: normal;
	font-size: var(--FEY-font-size-36);
	color: rgba(243, 152, 0, 1)
}

.adv-card .subtitle span {
    margin-bottom: 8px;
	font-size: var(--FEY-font-size-20);
}

.adv-card p {
    margin-top: 1rem;
    /*min-height: 72px;*/
	color: #111;
	font-size: var(--FEY-font-size-16);
    line-height: 1.8;
}

.industries {
    padding: 8rem 0 12rem;
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
	background-attachment: fixed;
    position: relative;
    z-index: 3;
}

.industries-inner {
    margin-bottom: 10rem;
}

.industries-inner .title-box h2,
.industries-inner .desc-box p {
    color: #fff;
}

.industries-inner2 {
    display: flex;
    justify-content: flex-start;
}

.industries-content {
    background-color: rgba(243, 152, 0, .8);
    max-width: 118.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 8rem 14rem 8rem;
}

.industries-list {
    width: 50%;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.industries-item {
    width: 100%;
    position: relative;
    transition: all 0.25s ease;
}

.industries-item a {
	width: 100%;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}
.industries-item a:focus{
	outline: none;
	text-decoration: none;
}

.industries-item i {
    font-style: normal;
    font-family: Barlow-Regular;
    font-weight: 700;
	font-size: var(--FEY-font-size-36);
    color: #fff;
}

.industries-item p {
	padding: 10px 0;
	position: relative;
    width: calc(100% - 60px);
	font-size: var(--FEY-font-size-24);
    text-align: center;
    color: #fff;
}
.industries-item p:after{
	content: "";
    width: 98%;
    height: 1px;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    right: 0;
    bottom: 0;
   	-webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.industries-item:hover p,.industries-item.active p {
    font-weight: 800;
}

.industries-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.industries-item span img {
    max-width: 65%;
}
.industries-list>div.industries-item+div.industries-item{
	margin-top: 15px;
}

.industries-bg {
    position: absolute;
    top: -6rem;
    right: -20%;
    max-width: 47rem;
    width: 100%;
    height: 508px;
    /*background: url(../images/img2.jpg) no-repeat center;
    background-size: cover;*/
}
.industries-bg .bg-box{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.industries-bg .bg-box img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service {
    padding: 8rem 0 12rem;
}

.service .inner {
    text-align: center;
}

.service .title-box {}

.service .desc-box p {
    text-align: center;
}

.more-link {
    margin-top: 6rem;
    padding-bottom: 5px;
    display: inline-block;
	font-size: var(--FEY-font-size-20);
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    border-bottom: 1px solid rgba(243, 152, 0, 1);
}

.more-link a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-link img {
    margin-left: 15px;
    max-width: 2.4rem;
}

.service-content {
    margin-top: 60px;
}

.service-list .ser-item {
    position: relative;
    cursor: pointer;
}

.service-list .ser-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(360deg, rgba(15, 78, 109, 1) 0%, rgba(15, 78, 109, 0) 100%);
    z-index: 1;
}

.service-list .ser-item img {
    width: 100%;
}

.ser-item .hover-box {
    display: block;
    padding: 0 4rem 8rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -86%;
    width: 100%;
    height: 100%;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    z-index: 2;
}

.ser-item .hover-box h4 {
	font-size: var(--FEY-font-size-28);
    margin-bottom: 4.8rem;
}

.ser-item .hover-box .ser-text {
    position: relative;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    z-index: 0;
    opacity: 0;
}

.ser-item .hover-box .ser-text p {
    min-height: 16rem;
	font-size: var(--FEY-font-size-20);
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.ser-item .hover-box .more-link {
    color: #fff;
    border-bottom-color: #fff;
}

.ser-item .hover-box .more-link a {
    color: #fff;
}

.ser-item:hover .hover-box {
    padding-top: 8rem;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(15, 78, 109, 0.85);
}

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

.ad {
    position: relative;
}

.ad .inner {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
	font-size: var(--FEY-font-size-50);
    font-weight: 500;
    letter-spacing: 5px;
}

.resource {
    padding: 8rem 0 12rem;
}

.resource .desc-box span {
    color: rgba(241, 156, 10, 1);
}

.resource-hd {
    margin-top: 5.5rem;
    flex-direction: row;
    justify-content: space-between;
}

.resource-tab {
    margin: 0 0 6rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.resource-tab span {
    padding: 12px 25px;
	font-size: var(--FEY-font-size-16);
    line-height: 2;
    color: #fff;
    background-color: rgba(15, 78, 109, 1);
    cursor: pointer;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}

.resource-tab>span+span {
    margin-left: 15px;
}

.resource-tab span.active,
.resource-tab span:hover {
    background-color: rgba(241, 156, 10, 1);
}

.resource-hd .more-link {
    margin: 0;
}

.resource-cont {
    position: relative;
}

.resource-lists {
    padding: 1.5rem;
}

.resource-item {
    margin: 0;
    box-shadow: 0px 0px 20px 0px rgba(189, 189, 189, 0.25);
    cursor: pointer;
}

.resource-item .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.resource-item .img img {
    display: block;
    width: 70%;
    height: 70%;
    object-fit: contain;
    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;
}

.resource-item:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.resource-item .text {
	display: none;
    padding: 3rem;
    color: rgba(102, 102, 102, 1);
    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;
}

.resource-item .text h4 {
    padding-bottom: 2rem;
    position: relative;
	font-size: var(--FEY-font-size-18);
}

.resource-item .text h4:before {
    content: "";
    width: 6rem;
    height: 1px;
    background-color: rgba(243, 152, 0, 1);
    position: absolute;
    left: 0;
    bottom: 0;
    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;
}

.resource-item .text p {
    margin-top: 2rem;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.resource-item:hover .text {
    background-color: rgba(243, 152, 0, 1);
    color: #fff;
}

.resource-item:hover .text h4:before {
    background-color: #fff;
}

.swiper-resource-prev,
.swiper-rtl .swiper-resource-next {
    left: -3.5rem;
}

.swiper-resource-next,
.swiper-rtl .swiper-resource-prev {
    right: -3.5rem;
}

.swiper-resource-prev:after,
.swiper-rtl .swiper-resource-next:after {
    content: "";
}

.swiper-resource-next:after,
.swiper-rtl .swiper-resource-prev:after {
    content: "";
}

.swiper-resource-prev,
.swiper-resource-next {
    width: 5rem;
    height: 5rem;
    background-color: rgba(243, 152, 0, 1);
}

.swiper-resource-prev img {
    transform: rotateY(-180deg);
}

.swiper-resource-prev img,
.swiper-resource-next img {
    width: 50%;
}

.swiper-resource-next.swiper-button-disabled,
.swiper-resource-prev.swiper-button-disabled {
    background-color: rgba(204, 204, 204, 1);
    opacity: 1;
}

.partner {
    margin-bottom: 6rem;
}

.partner .inner {
    text-align: center;
}

.swiper-partner {
    margin-top: 5rem;
    height: 20.8rem;
}

.swiper-partner .swiper-wrapper {
    align-items: stretch;
}

.swiper-partner .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid rgba(245, 245, 245, 1);
}

.swiper-partner .swiper-slide img {
    display: block;
    width: 80%;
    height: 70%;
    object-fit: contain;
}

.contact {
    padding: 9rem 0 18rem;
    ;
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
}

.contact .inner {}

.contact-left {
    width: 100%;
    max-width: 48rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact-left img.img {
    width: 95%;
}

.contact-left .contact-text {
    color: #fff;
	font-size: var(--FEY-font-size-20);
    line-height: 2;
}

.contact-left .contact-text strong {
	font-size: var(--FEY-font-size-50);
    font-weight: 800;
    font-family: Barlow-Regular;
    letter-spacing: 2px;
}

.contact-left .contact-text>p {
    margin-top: 1.5rem;
}

#global-map {
    margin-right: 0;
    width: 100%;
    max-width: 1600px;
    position: relative;
}

#global-map .map img {
    width: 120%;
}

#global-map .arrow {
    position: absolute;
    right: 8%;
    text-align: right;
    width: 85%;
    transition: 2s;
    transform: scale(0);
    transform-origin: 80% 45%;
}

#global-map .arrow img {
    width: 56%;
}

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

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

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.news {
    padding: 8rem 0;
}

.news .inner {
    flex-direction: row;
    justify-content: space-between;
}

.news-left {
    padding: 5rem 2% 5rem 0;
    width: 100%;
    height: 100%;
    max-width: 20%;
    align-items: flex-start;
    justify-content: space-between;
}

.news-left div {
    margin-left: 0;
}

.news-left .title-box {
    margin-bottom: 6rem;
}

.news-right {
    width: 100%;
    max-width: 80%;
}

.page-news-item {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    border: solid 5px rgba(15, 78, 109, .5);
    padding: 3.6458vw
}

.page-news-item:nth-child(3n) {
    margin-right: 0
}

.page-news-info {
    font-size: var(--FEY-font-size-18);
    color: var(--FEY-color-333);
    margin-bottom: 20px;
}

.page-news-title {
    font-size: var(--FEY-font-size-26);
    color: var(--FEY-color-333);
    line-height: 1.53;
    margin-bottom: 40px;
}

.page-news-summary {
    font-size: var(--FEY-font-size-18);
    color: var(--FEY-color-666);
    min-height: calc(4*1.5*var(--FEY-font-size-18));
    line-height: 1.5;
    margin-bottom: 20px
}

.page-news-more {
    font-size: var(--FEY-font-size-18);
    color: var(--FEY-color-0F4E6D)
}

.page-news-item:hover {
    border-color: var(--FEY-color-F19C0A)
}

.page-news-item:hover .page-news-title {
    color: var(--FEY-color-F19C0A)
}

.page-news-item:hover .page-news-more {
    color: var(--FEY-color-999)
}

/*.news-lists .page-news-item{*/
/*    border: none;*/
/*}*/
.news-lists .page-news-item {
    margin-right: auto;
}

.news-lists .page-news-item:nth-child(3n) {
    margin-right: 30px;
}

.quote {
    padding: 8rem 0;
    position: relative;
}

.quote-bg {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.quote-marquee {
    margin-bottom: 5rem;
	text-align: center;
    width: 100%;
    line-height: 1;
	font-size: var(--FEY-font-size-36);
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.quote-marquee span {
    white-space: nowrap;
    display: block;
    line-height: 1;
    font-size: 15rem;
    color: #fff;
    font-weight: 500;
}

.quote-content {
    max-width: 1025px;
}

.quote-title {
    padding-bottom: 1.8rem;
	font-size: var(--FEY-font-size-16);
	line-height: 20px;
	font-weight: bold;
    color: #fff;
}

.quote-form {
    flex-direction: row;
    justify-content: space-between;
}

.quote-item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-basis: 33%;
}

.quote-show {
    cursor: pointer;
    flex-basis: 25%;
    color: #ffffff !important;
    background-color: rgba(243,152,0,.8);
    align-items: center;
    border: none;
    position: relative;
    display: inline-block;
    padding: 0 7.7rem 0 4rem;
    -moz-padding: 0 7.7rem 0 2rem;
    text-align: center;
    font: normal 1.6rem/6.8rem 'Gilroy-Extrabold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.385rem;
    border-radius: 3.5rem;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.quote-show::after {
    position: absolute;
    width: 0;
    max-width: 2.4rem;
    height: 100%;
    top: 0;
    right: 0;
    padding-right: 7.4rem;
    border-radius: 3.5rem;
    z-index: 1;
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/ico-arrow3.png);
    /*background-color: rgba(243, 152, 0, 1);*/
    background-size: 35%;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.form-label {
    line-height: 4rem;
	font-size: var(--FEY-font-size-20);
	font-weight: normal;
	line-height: 30px;
    color: #91AFC9;
    transition: all 0.3s ease-in;
    pointer-events: none;
    padding-left: 0.5rem;
    padding-right: 1.5rem;
    transition: all 0.3s ease-in;
    transform: translateY(45px);
    pointer-events: none;
}

.form-label span {
    position: relative;
}

.form-label span::after {
    content: '*';
    position: absolute;
    top: 0;
    right: -1.5rem;
    color: #F50F45;
    font-size: 2.5rem;
}

.form-control-wrap {
    position: relative;
    order: 4;
}

.form-control-wrap label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.form-control {
    height: 3.7rem;
    padding: 0.5rem 1.5rem;
    background: none;
    outline: none;
    border: none;
    border-bottom: 0.2rem solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.3rem;
    width: 100%;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    vertical-align: middle;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #fff;
}

.form-label-active {
    transform: translateY(12px);
	font-size: var(--FEY-font-size-14);
}

.footer {
    width: 100%;
    overflow: hidden;
    background: url(../images/ft-bg.jpg) no-repeat center;
    background-size: cover;
}

.bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.bottom-logo {
    margin: 0;
    padding: 5rem 30rem 6rem 0;
    border-right: 0.5px solid rgba(204, 204, 204, 1);
    width: 100%;
    max-width: 55%;
}

.bottom-logo a img {
    margin-bottom: 3rem;
    max-width: 50%;
}

.bottom-logo p {
    color: #fff;
    font-size: 20px;
    line-height: 2;
}

.bottom-links {
    margin: 0;
    width: 45%;
}

.bottom-socials {
    margin: 0;
    padding: 0 10rem 0 5rem;
    width: 100%;
    height: 50%;
    flex-direction: row;
    justify-content: space-between;
}

.bottom-socials-label {
    position: relative;
    color: #fff;
	font-size: var(--FEY-font-size-24);
	font-weight: bold;
    letter-spacing: 0.32rem;
    height: 24px;
    line-height: 2.9rem;
    z-index: 2;
}

.bottom-socials-items {
    display: flex;
    align-items: center;
}

.bottom-socials-items li {
    margin-left: 3rem;
}
.code-item:hover .wx-code{
	top: 142%;
	z-index: 3
}
.bottom-nav {
    margin: 0;
    padding: 0 10rem 0 5rem;
    width: 100%;
    height: 50%;
    flex-direction: row;
    position: relative;
}

.bottom-nav-list {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.bottom-nav-list>li+li {
    margin-left: 8rem;
}

.bottom-nav-list li {
    position: relative;
}

.bottom-nav-list li a {
    color: #ffffff;
	font-size: var(--FEY-font-size-18);
	line-height: 2;
	font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.bottom-nav-list li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 100%;
    height: 1px;
    /* background: rgba(15, 78, 109, 1); */
    background: rgba(243, 152, 0, 0.7);
    -webkit-transition: width 0.35s;
    transition: width 0.35s;
    bottom: -4px;
    z-index: 2;
}

.bottom-nav-list li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 100%;
    height: 1px;
    background: #ffffff;
    -webkit-transition: width 0.35s;
    transition: width 0.35s;
    bottom: -4px;
    z-index: 1;
}

.bottom-nav-list li:hover::before {
    width: 0;
    right: 0;
    left: auto;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.bottom-nav-list li:hover::after {
    right: 0;
    left: auto;
}

.bottom-nav span {
    margin-left: 6rem;
	font-size: var(--FEY-font-size-16);
    font-weight: 800;
    color: #fff;
    position: relative;
    z-index: 2;
}

.bottom-nav::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
    height: 100%;
    background-color: rgba(243,152,0,.8);
    z-index: 1;
}

.copyright {
    padding: 4rem 0;
    border-top: 1px solid rgba(204, 204, 204, 1);
    color: #fff;
	font-size: var(--FEY-font-size-18);
    text-align: center;
}
.copyright a {
    color: #fff;
}
@media(max-width: 1919px) and (min-width: 768px){
	html{
		zomm:80%;
	}
	@-ms-viewport{
		width: 1920px;
	}
}
@media screen and (max-width: 1659px) {
    .inner{
        padding-left: 3.3rem;
        padding-right: 3.3rem;
    }
    .about-content{
    }
	.header-nav{
		margin-right: 0
	}
	.sub-menu{
		left: -40%
	}
	.menu-item:hover .sub-menu{
		top: 72px;
	}
}
@media screen and (max-width: 1439px) {
	.inner{
		max-width: calc(100% - 6.6rem);
	}
    .header-navbar{
        height: 66px;
        position: relative;
    }
    .header-logo img{
        max-width: 15.8rem;   
    }
	.header-nav{
		margin-right: 0px;
	}
	.heaer-nav-list{
		width: auto;
	}
	.heaer-nav-list .menu-item i{
		width: 52px;
		height: 52px;	
	}
	.heaer-nav-list .menu-item i::before{
		width: 30px;
		height: 30px;
		top: 11px;
		left: 11px;
	}
	.heaer-nav-list .menu-item a{
		font-size: var(--FEY-font-size-14);
	}
	.heaer-nav-list>.menu-item>a{
		padding-right: 20px;
		height: 6.6rem;
		line-height: 6.6rem
	}
	.heaer-nav-list>.menu-item>a::after{
		height: 8px;
		width: 10px;
		margin-left: 0.6rem
	}
	.header-item{
		width: 14rem;
	}
	.header-contact-btn{
		min-width: 150px;
		padding-left: 3.5rem;
		padding-right: 3.5rem;
		font-size: var(--FEY-font-size-18);
	}
	.header-contact-btn span{
		font-size: var(--FEY-font-size-12);
	}
    .about-content{
        zoom: 0.7;
        margin-top: 5rem;
        margin-left: 18rem;
        padding-left: 4rem;
    }
	.about-right{
		height: 60rem;
		max-height: 60rem
	}
	.advantage-content > div.adv-card+div.adv-card{
		padding-left: 3rem;
	}
	.adv-card .subtitle i{
		font-size: var(--FEY-font-size-24);
	}
	.adv-card .subtitle label{
		font-size: var(--FEY-font-size-14);
	}
	.adv-card .subtitle span{
		font-size: var(--FEY-font-size-12);
	}
	.adv-card p{
		font-size: var(--FEY-font-size-14);
	}
	.industries{
		padding: 6rem 0;
	}
	.title-box h2{
		margin-bottom: 0
	}
	.desc-box p{
		/*font-size: var(--FEY-font-size-20);*/
	}
	.industries-content{
		max-width: 90rem;
	}
	.industries-list{
		width: 65%;
		margin: 0
	}
	.industries-item span{
		width: 45px;
		height: 45px
	}
	.industries-item p{
		font-size: var(--FEY-font-size-18);
	}
	.more-link{
		margin-top: 3rem;
		font-size: var(--FEY-font-size-14);
	}
	.more-link img{
		max-width: 1.4rem
	}
	.ser-item .hover-box h4{
		font-size: var(--FEY-font-size-24);
		margin-bottom: 2.6rem;
	}
	.ser-item .hover-box .ser-text p{
		font-size: var(--FEY-font-size-14);
	}
	.ad .inner{
		font-size: var(--FEY-font-size-40);
		letter-spacing: 2px;
	}
	.resource{
		padding: 6rem 0;
	}
	.swiper-resource-prev, .swiper-resource-next{
		width: 4rem;
		height: 4rem;
	}
	.swiper-resource-prev img, .swiper-resource-next img{
		width: 42px;
	}
	.contact{
		padding: 6rem 0 3rem
	}
	.contact-left img.img{
		width: 60%;
	}
	.contact-left .contact-text{
		font-size: var(--FEY-font-size-18);
	}
	.contact-left .contact-text>p{
		margin-top: 0.5rem
	}
	.contact-left .contact-text strong{
		font-size: var(--FEY-font-size-40);
		line-height: 1
	}
	.form-label{
		font-size: var(--FEY-font-size-16);
		line-height: 2rem;
	}
	.form-control{
		border-bottom-width: 1px;
	}
	.quote-show{
		flex-basis:20%;
		padding: 1.5rem 4.5rem 1.5rem 1.5rem;
		line-height: 2
	}
	.bottom-logo{
		max-width: 45%;
		padding: 3rem 8rem 3rem 0
	}
	.bottom-logo p{
		font-size: var(--FEY-font-size-16);
	}
	.bottom-nav{
		justify-content: flex-start;
	}
	.bottom-links{
		width: 55%;
	}
	.bottom-socials-items li{
		margin-left: 2rem;
	}
	.bottom-socials-items li img{
		height: 20px;
	}
	.wechat-box:hover div{
		width: 120px;
		padding: 5px;
	}
	.bottom-socials-items li .wx-code img{
		height: auto;
	}
	.bottom-nav-list>li+li{
		margin-left: 3rem;
	}
	.bottom-nav-list li a{
		font-size: var(--FEY-font-size-14);
	}
	.copyright{
		padding: 1rem 0;
		font-size: var(--FEY-font-size-12);
	}
}
@media screen and (min-width: 1260px) and (max-width: 1438px) {
	.page-banner{
		padding: 18rem 0 6rem
	}
	.about-right{
		height: 40rem;
		max-height: 55rem;
	}
	.swiper-resource-prev img, .swiper-resource-next img{
		width: 20px;
	}
}
@media screen and (max-width: 1259px) {
    .inner{
        max-width: calc(100% - 3rem);
    }
	.header-inner{
		max-width: 100%;
	}
	.header-nav{
		margin-right: 35px;
	}
	.heaer-nav-list .menu-item i{
		width: 60px;
		height: 60px;
	}
	.heaer-nav-list .menu-item i::before{
		width: 50px;
		height: 50px;
	}
	.heaer-nav-list{
		width: 100%
	}
	.heaer-nav-list > li+li{
		margin-left: 1.8rem;
	}
	.heaer-nav-list>.menu-item>a{
		height: 6.6rem;
		line-height: 6.6rem;
		font-size: var(--FEY-font-size-14);
	}
	.heaer-nav-list>.menu-item>a::after{
		margin-left: 1rem;
	}
	.header-item{
		padding-right: 10px;
		width: 135px;
	}
	.header-item .ico{
		width: 55%;
	}
	.header-item .header-wechat, .header-item .header-email, .header-item .header-language{
		padding: 0 0 0 10px;
	}
	.header-contact-btn{
		padding: 0 1.5rem 1px;
		min-width: 124px;
		font-size: var(--FEY-font-size-16);
	}
	.header-contact-btn span{
		font-size: var(--FEY-font-size-12);
	}
    .about{
		padding: 5rem 0;
        align-items: stretch;
    }
	.about-content{
		margin-top: 0;
		padding-left: 0;
	}
	.about-right{
		height: 60rem;
	}
    .advantage-content{
        margin: 0 auto 5rem;
    }
	.adv-card{
		padding: 3rem 0;
	}
	.adv-card .subtitle i{
		font-size: var(--FEY-font-size-22);
	}
	.adv-card .subtitle label{
		padding-right: 0;
		font-size: var(--FEY-font-size-14);
	}
	.adv-card .subtitle span{
		font-size: var(--FEY-font-size-12);
	}
	.advantage-content > div.adv-card+div.adv-card{
		padding-left: 4rem;
	}
    .adv-cards{
        position: relative;
        margin-left: 0;
        width: 100%;
        transform: translate(0, 0rem) !important; 
        /* overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        */
    }
	.adv-card p{
		font-size: var(--FEY-font-size-12);
	}
	.industries{
		padding: 5rem 0;
	}
	.industries-list{
		margin-left: 0
	}
	.industries-item a{
		padding: 5px 0;
	}
	.industries-item span{
		width: 45px;
		height: 45px;
	}
	.industries-item span img{
		
	}
	.industries-item p{
		font-size: var(--FEY-font-size-20);
	}
    .industries-content{
        max-width: 100rem;
    }
	.desc-box p{
		/*font-size: var(--FEY-font-size-20);*/
	}
	.ser-item .hover-box h4{
		font-size: var(--FEY-font-size-20);
	}
	.ser-item .hover-box .ser-text p{
		min-height: 8rem;
		font-size: var(--FEY-font-size-12);
		line-height: 1.8
	}
	.more-link{
		font-size: var(--FEY-font-size-12);
	}
	.ad .inner{
		font-size: var(--FEY-font-size-40);
	}
	.contact{
		padding: 5rem 0;
	}
	.contact-left img.img{
		width: 65%;
	}
	.contact-left .contact-text{
		font-size: var(--FEY-font-size-16);
	}
	.contact-left .contact-text>p{
		margin-top: 0
	}
    .quote-show{
        padding: 2.25rem 8.5rem 2rem 3.5rem;
		font-size: var(--FEY-font-size-16);
		line-height: 18px;
		font-weight: normal;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1258px) {
	.inner{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.header-nav{
		margin-right: 0;
	}
	.heaer-nav-list>.menu-item>a{
		padding-right: 15px;
		font-size: var(--FEY-font-size-14);
	}
	.heaer-nav-list .menu-item i{
		width: 55px;
		height: 55px;
	}
	.heaer-nav-list .menu-item i::before{
		width: 40px;
		height: 40px;
		left: 7.5px;
		top: 7.5px;
	}
	.header-item{
		width: 115px;
	}
	.header-item .ico{
		width: 60%;
	}
	.header-contact-btn{
		max-width: 112px;
		font-size: var(--FEY-font-size-14);
	}
	.title-box h1{
		font-size: var(--FEY-font-size-50);
	}
	.desc-box p{
		/*font-size: var(--FEY-font-size-18);*/
	}
	.about-right{
		height: 40rem;
		max-height: 40rem;
	}
	.industries-content{
		padding: 8rem;
		max-width: 85rem;
	}
	.industries-inner .desc-box p br{
		display: none;
	}
	.industries-list{
		width: 60%;
	}
	.industries-item span img{
		width: 55%;
	}
	.industries-bg{
		height: 486px;
	}
	.ad .inner{
		font-size: var(--FEY-font-size-24);
	}
	.swiper-resource-prev img, .swiper-resource-next img{
		width: 24px;
	}
	.contact-left img.img{
		margin-bottom: 1rem;
		width: 50%;
	}
	.resource-tab span{
		padding: 6px 20px;
		font-size: var(--FEY-font-size-12);
	}
	.quote-marquee{
		font-size: var(--FEY-font-size-20);
	}
	.quote-show{
		padding: 2.25rem 4.5rem 2rem 1.5rem
	}
	.quote-show::after{
		max-width: 2rem;
		padding-right: 6.4rem;
		border-radius: 50%;
	}
	.bottom-logo p{
		font-size: var(--FEY-font-size-12);
	}
	.bottom-socials{
		padding: 0 0 0 3rem;
	}
	.bottom-nav{
		padding: 0 0 0 3rem;
		justify-content: space-between;
	}
}
@media screen and (max-width: 1023px) {
    .header-blank{
        display: none;
    }
    .header-navbar{
    }
    .header.header-sticky{
    }
    .header-inner{
        padding: 0 1.5rem;
    }
    .header-right {
        display: none;
    }
    .menu-icon {
        top: 20px;
        position: absolute;
        height: 20px;
        width: 24px;
        cursor: pointer;
        right: 0
    }

    .menu-icon .toggle-bar {
        display: block;
        height: 2px;
        width: 100%;
        background: #000;
        position: absolute;
        border-radius: 2px;
        -webkit-transition: opacity .2s ease, -webkit-transform .4s ease;
        -webkit-transition: opacity .2s ease, transform .4s ease;
        transition: opacity .2s ease, transform .4s ease;
    }
    .header.header-sticky .menu-icon{
    }
    .toggle-bar-1 {
        top: 1px
    }

    .toggle-bar-2,
    .toggle-bar-3 {
        top: 10px
    }

    .toggle-bar-4 {
        top: 19px
    }

    .menu-icon.active .toggle-bar-1,
    .menu-icon.active .toggle-bar-4 {
        opacity: 0
    }

    .menu-icon.active .toggle-bar-2 {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu-icon.active .toggle-bar-3 {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .banner{
        height: 34vh;
    }
    .banner .inner{
        max-width: 100%;
        justify-content: center;
    }
    .banner .text-box{
        width: 100%;
        font-size: var(--FEY-font-size-16);
    }
    .banner .text-box span{
        font-size: var(--FEY-font-size-20);
    }
    .banner .text-box p br{
        display: none;
    }
    .banner .swiper-slide{
        padding-top: 66px;
        background-color: #000;
    }
    .banner .swiper-slide video{
        object-fit: contain;
    }
    .banner-pagination{
        bottom: 30px!important;
    }
    .banner-pagination span{
        width: 15px;
        height: 10px;
    }
    .banner-pagination span.swiper-pagination-bullet-active{
        width: 36px;
    }
    .about{
        padding: 0;
        flex-direction: column;
    }
    .about-left{
        width: 100%;        
    }
    .about-content{
        margin: 0;
        padding: 10rem 5rem 5rem;
        max-width: none;
    }
	.about-left .about-content{
		padding: 5rem;
	}
    .about-right{
        width: 100%;
        height: 430px;
    }
    .advantage{
        
    }
	.advantage-content{
		flex-direction: row;
		flex-wrap: wrap;
	}
    .title-box{
        margin: 1rem 0 2.7rem;
    }
    .title-box h1{
        margin: 1rem 0 2.7rem;
    }
    .advantage{
        margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .advantage-content{
        margin: 0 auto;
    }
	.adv-card{
		width: 100%;
	}
	.advantage-content > div.adv-card+div.adv-card{
		padding-left: 0
	}
    .adv-card .subtitle label{
		font-size: var(--FEY-font-size-12);
		line-height: 20px;
		font-style: normal;
    }
    .adv-card .subtitle span{
        font-size: var(--FEY-font-size-16);
    }
    .adv-card p{
		font-size: var(--FEY-font-size-12);
		line-height: 20px;
    }
    .industries{
        padding: 5rem 0;
    }
    .industries-inner{
        margin-bottom: 5rem;
    }
	.industries-inner .desc-box p br{
		display: none;
	}
    .industries-bg{
        display: none;
    }
    .title-box h2{
        margin-bottom: 2rem;
    }
    .desc-box{
        margin: 0 auto;
		max-width: 100%;
    }
    .industries-content{
        max-width: calc(100% - 40px);
        padding: 6rem;
		margin-left: auto;
		margin-right: auto;
        margin-bottom: 0;
        justify-content: center;
    }
    .industries-list{
        margin: 0;
        width: 90%;
    }
	.industries-item a{
		justify-content: center;
	}
	.industries-item a::before{
		width: 60%;
	}
    .industries-item i{
        font-size: var(--FEY-font-size-20);
    }
    .industries-item p{
		width: calc(100% - 32px);
        font-size: var(--FEY-font-size-18);
    }
    .industries-item span{
        width: 32px;
        height: 32px;
    }
    .service{
        padding: 5rem 0;
    }
    .service .desc-box p br{
        display: none;
    }
    .service .inner,.resource .inner,.partner .inner{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .more-link{
        margin-top: 3rem;
        font-size: var(--FEY-font-size-14);
    }
    .more-link img{
        width: 1.6rem;
    }
    .service-content{
        margin-top: 3rem;
    }
    .service-list .ser-item::after{
        height: 100%;
    }
    .ser-item .hover-box .ser-text{
        opacity: 1;
    }
    .ser-item .hover-box{
        padding: 3rem;
        height: 100%;
        bottom: 0;
        display: flex;
        align-items: center;
        background-color: rgba(15, 78, 109, 0.45)
    }
    .ser-item .hover-box h4{
        margin-bottom: 2rem;
        font-size: var(--FEY-font-size-16);
    }
    .ser-item .hover-box .ser-text p{
        font-size: var(--FEY-font-size-14);
        min-height: auto;
        height: 12rem;
    }
    .ad .inner{
        font-size: var(--FEY-font-size-14);
        letter-spacing: 0;
    }
    .resource{
        padding: 5rem 0;
    }
    .resource-hd{
        margin-top: 3rem;
        margin-bottom: 3rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .resource-tab{
        margin-bottom: 3rem;
    }
    .resource-tab span{
        padding: 0.5rem 1.2rem;
        font-size: var(--FEY-font-size-14);
    }
    .resource-tab>span+span{
        margin-left: 1rem;
    }
    .resource-lists{
        padding: 1rem;
    }
    .swiper-resource-prev, .swiper-resource-next{
        width: 4rem;
        height: 4rem;
    }
	.swiper-resource-prev img, .swiper-resource-next img{
		width: 50%
	}
    .resource-item .img{
        height: 12rem;
    }
    .resource-item .text h4{
        font-size: var(--FEY-font-size-16);
    }
    .resource-item .text p{
        font-size: var(--FEY-font-size-12);
    }
    .swiper-partner{
        margin-top: 3rem;
        height: 18.8rem;
    }
    .contact{
        padding: 5rem 0;
    }
    .contact-left{
        position: relative;
        top: auto;
        transform: translateY(0);
    }
    .contact-left img.img{
        width: 80%;
    }
    .contact-left .contact-text{
        font-size: var(--FEY-font-size-16);
    }
    .contact-left .contact-text strong{
        font-size: var(--FEY-font-size-24);
    }
    .contact-left .contact-text>p{
        margin-top: 0rem;
    }
    .news{
        padding: 5rem 0;
    }
    .news .inner{
        flex-direction: column;
    }
    .news-left{
        padding: 0 0 3rem;
        max-width: 100%;
        flex-direction: row;
    }
    .news-right{
        max-width: 100%;
    }
    .news-left div{
        margin: 0;
    }
    .news-left .title-box{
        margin-bottom: 0;
    }
    .news-left .title-box h2{
        margin-bottom: 0rem;
    }
    .page-news-info{
        font-size: var(--FEY-font-size-14);
    }
    .page-news-title{
        font-size: var(--FEY-font-size-18);
        margin-bottom: 2rem;
    }
    .page-news-summary{
        font-size: var(--FEY-font-size-14);
        min-height: calc(4*1.5*15px);
    }
    .page-news-more{
        font-size: var(--FEY-font-size-14);
    }
    .quote{
        padding: 5rem 0;
    }
    .quote-marquee span{
        color: rgba(145, 175, 201, 0.2);
        margin-bottom: 0rem;
    }
    .quote-title{
        margin-bottom: 0;
    }
    .quote-item{
        margin-bottom: 1rem;
        width: 100%;
        flex-basis:100%
    }
    .form-label{
        transform: translateY(55px);
    }
    .form-control{
        min-width: 27rem;
        font-size: var(--FEY-font-size-12);
        line-height: 20px;
        box-sizing:inherit;
    }
    .quote-show{
        margin-top: 2.3rem;
        width: 100%;
        padding: 1.25rem 6.5rem 1.25rem 2.5rem;
        margin-bottom: 3rem;
    }
    .bottom{
        flex-direction: column;
    }
    .bottom-logo{
        padding: 3.5rem 0;
        max-width: 100%;
        border-right: none;
        text-align: center;
    }
    .bottom-logo a img{
        max-width: 58%;
        margin-bottom: 2rem;
    }
    .bottom-logo p{
        font-size: var(--FEY-font-size-14);
        line-height: 1.6;
    }
    .bottom-links{
        display: none;
        width: 100%;
    }
    .bottom-socials{
        padding: 0;
    }
    .copyright{
        padding: 2rem 1rem;
        font-size: var(--FEY-font-size-12);
    }
}

@media screen and (max-width: 767px) {
	.inner{
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
    .header.header-sticky{
    }
    .header.header-sticky .header-logo{
        padding-left: 0;
    }
    .title-box{
        margin-bottom: 0;
    }
    .title-box h1{
        font-size: var(--FEY-font-size-30);
        line-height: 1.6;
    }
    .desc-box p{
        font-size: var(--FEY-font-size-16);
        font-weight: normal;
    }
	.about-left .about-content{
		padding: 2rem 3rem;
	}
    .about-right{
        height: 230px;
    }
	.about-right-bg{
		background-image: url(../images/m-img1.jpg)
	}
	.page-about .about-left .about-content{
		padding: 10rem 3rem 2rem
	}
    .advantage-content{
        margin: 0 auto;
		padding: 0 0 3rem;
    }
    .adv-card{
        /* width: calc(100% - 8rem); */
        /* min-width: 35rem; */
		width: 50%;
        padding: 3rem 1.5rem 0;
    }
	.advantage-content > div.adv-card+div.adv-card{
		padding-left: 1.5rem;
	}
	.industries-content{
		padding: 3rem;
		max-width: 100%;
	}
	.industries-list{
	}
	.industries-list>div.industries-item+div.industries-item{
		margin-top: 5px;
	}
	.industries-item a::before{
		
	}
	.resource-item .img{
		height: 8rem;
	}
	.swiper-partner{
		height: 8.8rem
	}
	.swiper-partner .swiper-slide img{
		height: 60%;
	}
	.quote-marquee{
		font-size: var(--FEY-font-size-24);
	}
    .quote-inner{
        padding-bottom: 0rem;
    }
    .quote-form{
        flex-direction: column;
    }
    .form-label{
        font-size: var(--FEY-font-size-12);
        line-height: 20px;
		transform:translateY(45px)
    }
    .form-label.form-label-active{
        transform: translateY(12px);
    }
    .quote-show{
        line-height: 2rem;
        text-align: left;
        min-width: 26rem;
        font-size: var(--FEY-font-size-14);
    }
	.bottom-logo a img{
		width: 45%
	}
}
/* page */
/*page banner*/
.page-banner{padding: 260px 0 135px;background:#EEEFF2 url(../images/bg5.png) no-repeat center center;background-size: cover}
.page-banner .container{width: 80vw;max-width: 1440px}
.page-banner .page-title{color: var(--FEY-color-F19C0A);font-size: var(--FEY-font-size-20)}
.page-banner .page-banner-subtitle{margin-top: 15px;margin-bottom: 50px;font-size: var(--FEY-font-size-50);color: var(--FEY-color-black);font-weight: 900}
.page-banner-channel{
	margin-bottom: 50px;
	text-align: center
}
.page-banner-channel span{background: var(--FEY-color-0F4E6D);padding: 0 25px;line-height: 40px;font-size: var(--FEY-font-size-16);color: var(--FEY-color-white);display: inline-block;cursor: pointer;margin-right: 15px;margin-bottom:15px}
.page-banner-channel span+span{
	
}
.page-banner-channel span:hover,.page-banner-channel span.active{background: var(--FEY-color-F19C0A)}
@media screen and (max-width: 1180px){
    .page-banner{padding: 180px 0 100px}
    .page-banner .container{width: 90vw}
    .page-banner .page-banner-subtitle{font-size: var(--FEY-font-size-36)}
}
@media screen and (max-width: 760px){
    .page-banner{padding: 100px 0 30px}
    .page-banner .container{width: 100%;padding: 0 15px}
    .page-banner .page-title{text-align: left}
    .page-banner .page-banner-subtitle{text-align: left;font-size: var(--FEY-font-size-20);margin-bottom: 20px}
    .page-banner-channel a{padding: 0 10px;margin: 0 5%;margin-bottom: 10px;font-size: var(--FEY-font-size-14);line-height: 34px}
	.page-banner-channel a+a{
		margin-left: 10px;
	}
}
/*page path*/
.page-path{background: url(../images/path_backg.jpg) no-repeat fixed center;background-size: cover;padding:260px 0 80px}
.page-path .container,.page-recruit .container,.page-contact .container{width: 85vw;max-width: 1440px}
.page-title{font-size: var(--FEY-font-size-16);color: var(--FEY-color-999);}
.page-path .page-title{margin-bottom: 65px;}
.page-path-left{width: 50%;margin-left: 0}
.page-path-subtitle{font-size: var(--FEY-font-size-26);color: var(--FEY-color-white);font-weight: 500;line-height: 1.2;margin-bottom: 25px;}
.page-path-summary{font-size: var(--FEY-font-size-16);color: var(--FEY-color-white)}
.page-path-content{margin-top: 10px;position: relative;padding-top: 60px;}
.page-path-next,.page-path-prev,.page-recruit-next,.page-recruit-prev{width: 50px;height: 50px;border: solid 1px var(--FEY-color-F19C0A);background: var(--FEY-color-white);top: 0;text-align: center;transition: all ease-in .3s;-webkit-transition: all ease-in .3s;-moz-transition: all ease-in .3s;-o-transition: all ease-in .3s}
.page-path-next:after,.page-path-prev:after,.page-recruit-next:after,.page-recruit-prev:after{display: none}
.page-path-next svg,.page-path-prev svg,.page-recruit-next svg,.page-recruit-prev svg{width: 24px;height: 24px;fill: var(--FEY-color-F19C0A)}
.page-path-next:hover,.page-path-prev:hover,.page-recruit-next:hover,.page-recruit-prev:hover{background: var(--FEY-color-F19C0A);}
.page-path-next:hover svg,.page-path-prev:hover svg,.page-recruit-next:hover svg,.page-recruit-prev:hover svg{fill: var(--FEY-color-white)}
.page-path-next{right: 5vw}
.page-path-prev{right: calc(5vw + 60px);left: auto}
.swiper-path ul li{text-align: center}
.swiper-path ul li:after{position: absolute;top: calc(var(--FEY-font-size-50) + 18px);width: calc(100% - 40px);left: calc(50% + 20px);height: 2px;background: var(--FEY-color-white);content: '';opacity: .4}
.swiper-path ul li:last-child:after{display: none}
.page-path-title{font-size: var(--FEY-font-size-50);font-weight: 900;color: var(--FEY-color-white);line-height: 1}
.page-path-title:after{display: block;width: 16px;height: 16px;border-radius: 50%;background: var(--FEY-color-F19C0A);margin: 10px auto;content: '';position: relative;z-index: 2}
.page-path-text{font-size: var(--FEY-font-size-16);color: var(--FEY-color-white);opacity: .7}
.page-path-text:before{width: 2px;height: 20px;background: var(--FEY-color-white);opacity: .4;content: '';margin: auto auto 10px;display: block}
.swiper-path ul li:nth-child(2n) .page-path-text:before{height: 70px}
.page-recruit{ /*background: var(--FEY-color-f2f2f2)url(../images/recruit_backg.jpg) no-repeat bottom center*/;padding: 100px 0 50px;background-size: contain}
.page-recruit .page-title{color: var(--FEY-color-F19C0A)}
.page-recruit .page-subtitle{margin-top: 20px;font-size: var(--FEY-font-size-26);color: var(--FEY-color-black);font-weight: 900}
.page-recruit-text{margin-top: 20px;font-size: var(--FEY-font-size-16);color: var(--FEY-color-333)}
.page-recruit-content{margin-top: 70px;margin-bottom: 40px;padding: 0 2vw;position: relative}
.page-recruit-prev,.page-recruit-next{top: 50%;transition: all ease-in .3s;-webkit-transition: all ease-in .3s;-o-transition: all ease-in .3s}
.page-career-item-block{position: relative;background: #f9f9f9;height: 20vw;max-height: 350px;transition: all ease-in .5s;-webkit-transition: all ease-in .5s;-moz-transition: all ease-in .5s;padding:2.6vw;cursor: pointer}
.page-career-item-block:after{position: absolute;left: 50%;top: 75%;height: 2px;background: var(--FEY-color-white);content: '';width: 0;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-webkit-transition-duration: .5s;transition-duration: .5s;}
.page-career-line{position: absolute;background: var(--FEY-color-white);-o-transition-duration: .5s;transition-duration: .5s;-webkit-transition-duration: .5s;}
.page-career-line-left{width: 2px;height: 0;left: 7px;top: 100%}
.page-career-line-top{width: 0;height: 2px;left: 7px;top: 7px;}
.page-career-line-right{width: 2px;height: 0;right: 7px;top: 7px;}
.page-career-line-bottom{width: 0;height: 2px;bottom: 7px;right: 7px;}
.page-career-title,.page-career-objective,.page-career-number{position: absolute;left: 2.6vw;width: calc(100% - 5.2vw);text-align: center;-webkit-transition-duration: .5s;transition-duration: .5s;}
.page-career-title{top: 40%;font-size: var(--FEY-font-size-22);color: var(--FEY-color-black)}
.page-career-objective{top: 50%;font-size: var(--FEY-font-size-16);color: var(--FEY-color-white);opacity: 0}
.page-career-number{top: 60%;font-size: var(--FEY-font-size-16);color: var(--FEY-color-333)}
.swiper-recruit ul li:hover .page-career-item-block{background: var(--FEY-color-0F4E6D)}
.swiper-recruit ul li:hover .page-career-item-block:after{width: 40%}
.swiper-recruit ul li:hover .page-career-line-left{top: 7px;height: calc(100% - 14px);-webkit-transition-delay:.2s;transition-delay: .2s}
.swiper-recruit ul li:hover .page-career-line-top,.swiper-recruit ul li:hover .page-career-line-bottom{width: calc(100% - 14px);-webkit-transition-delay:.2s;transition-delay: .2s}
.swiper-recruit ul li:hover .page-career-line-right{height: calc(100% - 14px);-webkit-transition-delay:.2s;transition-delay: .2s}
.swiper-recruit ul li:hover .page-career-title{top: 20%;color: var(--FEY-color-white)}
.swiper-recruit ul li:hover .page-career-objective{top: 35%;opacity: 1}
.swiper-recruit ul li:hover .page-career-number{top: 80%;color: var(--FEY-color-white)}
#layer-recruit{display: none}
.layer-recruit-content .layui-layer-title{background: var(--FEY-color-0F4E6D);color: var(--FEY-color-white);font-size: var(--FEY-font-size-18);font-weight: 600}
.layer-recruit-container{padding: 15px}
.layer-recruit-title{font-size: var(--FEY-font-size-16);font-weight: 700;color: var(--FEY-color-333);margin-bottom: 10px;}
.layer-recruit-parameter{margin-bottom: 15px;display: flex;}
.layer-recruit-parameter-item{flex: 1;font-size: var(--FEY-font-size-14);color: var(--FEY-color-333);line-height: 2}
.layer-recruit-parameter-item span{color: var(--FEY-color-0F4E6D);font-weight: 700}
.layer-recruit-container .page-text{padding: 0 15px;margin-bottom: 25px;}
.layer-recruit-container .page-text:last-child{margin-bottom: 0}
.page-contact{background: #EBEDF0 url(../images/contact_backg.png) no-repeat right top -12vw}
.page-contact-top{position: relative;text-align: center;padding-top: 120px;padding-bottom: 50px;margin-bottom: 40px;}
.page-contact-backg{position: absolute;left: 0;top: 0;width: 100%;height:calc( 100% + 20px);background: var(--FEY-color-white);opacity: .6}
.page-contact-text{position: relative;z-index: 2;display: inline-block;text-align: left;width: 100%}
.page-contact-text .page-title{color: var(--FEY-color-black);font-weight: 700;margin-bottom: 50px;}
.page-contact-subtitle{font-size: var(--FEY-font-size-24);color: var(--FEY-color-333)}
.page-contact-content{display: flex}
.page-contact-left{width: 50%}
.page-contact-right{width: 50%;padding-left: 10%;display: flex;align-items: center;}
.page-contact-title{font-size: var(--FEY-font-size-26);color: var(--FEY-color-333);margin-bottom: 30px;}
.page-contact-title .page-contact-subtitle{font-size: var(--FEY-font-size-18);margin-left: 20px;color: var(--FEY-color-666)}
.page-contact-summary{font-size: var(--FEY-font-size-16);color: var(--FEY-color-666);line-height: 2}
@media screen and (max-width: 1180px){
    .page-path-subtitle{font-size: var(--FEY-font-size-20);line-height: 1.5}
    .page-career-title{font-size: var(--FEY-font-size-20)}
    .page-contact-subtitle{font-size: var(--FEY-font-size-20)}
}
@media screen and (max-width: 760px){
    .page-title{text-align: center;}
    .page-path{padding: 12rem 0 5rem}
    .page-path .page-title{margin-bottom: 40px;}
    .page-path .container, .page-recruit .container, .page-contact .container{width: 95vw;padding: 0}
    .page-path-left{width: 100%;}
    .page-path-subtitle{font-size: var(--FEY-font-size-14);line-height: 2;text-align: center;margin-bottom: 15px}
    .page-path-summary{font-size: var(--FEY-font-size-12);text-align: center}
    .page-path-content{padding-top: 70px;}
    .page-path-next, .page-path-prev, .page-recruit-next, .page-recruit-prev{width: 30px;height: 30px;}
    .page-path-next svg, .page-path-prev svg, .page-recruit-next svg, .page-recruit-prev svg{width: 16px;height: 16px;}
    .page-path-prev,.page-path-next{margin-top: 0}
    .page-path-prev{right: calc(5vw + 40px)}
    .page-path-title{font-size: var(--FEY-font-size-26)}
    .swiper-path ul li:after{top: calc(var(--FEY-font-size-26) + 18px)}
    .page-path-text{font-size: var(--FEY-font-size-12)}
    .page-recruit{padding: 70px 0 30px}
    .page-recruit .page-subtitle{text-align: center;font-size: var(--FEY-font-size-20)}
    .page-recruit-text{font-size: var(--FEY-font-size-14);text-align: center}
    .page-career-item-block{height: 220px}
    .page-career-title{font-size: var(--FEY-font-size-16)}
    .page-career-objective{font-size: var(--FEY-font-size-14)}
    .page-career-number{font-size: var(--FEY-font-size-14)}
    .layer-recruit-parameter{flex-direction: row;flex-wrap: wrap}
    .layer-recruit-parameter-item{flex: auto}
    .layer-recruit-title{font-size: var(--FEY-font-size-14)}
    .layer-recruit-container .page-text{font-size: var(--FEY-font-size-12)}
    .page-contact{background-size: contain}
    .page-contact-top{padding: 70px 0 30px}
    .page-contact-text .page-title{margin-bottom: 30px;}
    .page-contact-subtitle{font-size: var(--FEY-font-size-14);text-align: center}
    .page-contact-content{flex-direction: row;flex-wrap: wrap}
    .page-contact-left{width: 100%}
    .page-contact-right{width: 100%;padding-left: 2vw;margin-top: 30px;margin-bottom: 50px;}
}
/*page service*/
.page-service{padding: 180px 0 80px;position: relative}
.page-service:before,.page-service:after{position: absolute;left: 0;width: 100%;content: '';background-repeat: no-repeat;background-position: bottom right}
.page-service:before{height: 100%;top: 0;background-image: url(../images/service_backg_1.jpg);background-color: var(--FEY-color-0F4E6D) }
/*.page-service:after{height: 50%;bottom: 0;background-image: url(../images/service_backg_2.jpg);background-color: var(--FEY-color-F19C0A);background-size: auto 70%}*/
.page-service .container{position: relative;z-index: 2;width: 80vw;max-width: 1440px}
.page-service-title{width: 70%;margin: auto auto 140px;font-size: var(--FEY-font-size-38);color: var(--FEY-color-white);line-height: 1.18}
.page-service-list{display: flex;flex-direction: row;flex-wrap: wrap}
.page-service-item{background: var(--FEY-color-white);width: calc(33.33% - 20px);margin-right: 30px;margin-bottom: 30px;position: relative}
.page-service-item:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;border: solid 2px var(--FEY-color-F19C0A);content: '';display: none}
.page-service-item:nth-child(3n){margin-right: 0}
.page-service-img{overflow: hidden;}
.page-service-img-block{display: block;width: 100%;height: 270px;background-repeat: no-repeat;background-position: center;background-size: cover;transition: all ease-in .5s;-webkit-transition: all ease-in .5s;-moz-transition: all ease-in .5s}
.page-service-text{padding: 2vw}
.page-service-text .page-service-title{width: 100%;margin: auto auto 15px;font-size: var(--FEY-font-size-16);color: var(--FEY-color-F19C0A);font-weight: 700}
.page-service-label{display: inline-block;margin-bottom: 30px;font-size: var(--FEY-font-size-30);color: var(--FEY-color-0F4E6D);border-bottom: solid 2px var(--FEY-color-0F4E6D);font-weight: 700}
.page-service-summary{font-size: var(--FEY-font-size-16);color: var(--FEY-color-666);line-height: 1.8}
.page-service-item:hover .page-service-img-block{transform: scale(1.1)}
.page-service-item:hover:after{display: block}

/*page service list2*/
.topic-service-item{display: flex;direction: ltr;background-color: #fff; box-shadow: 0 0 14px rgba(0,0,0,.05)}
.topic-service-item:nth-child(2n){direction: rtl;margin-bottom: 0}
.topic-service-left {flex: 1;text-align: left;padding:0  2.083vw;direction: ltr;max-width: 50%}
.topic-service-right{flex: 1;max-width: 50%;height: 42rem; overflow: hidden;}
.topic-service-right img{display: block;width: 100%;height: 100%;object-fit: cover;transition: all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition: all .3s ease-in-out}
.topic-service-item:hover .topic-service-right img{transform: scale(1.1)}
.topic-service-number{display: flex;align-items: flex-end;width: 100%;text-align: left;font-family: Barlow;font-size: 3.75vw;font-weight: bold;color: #F39800;line-height: 1;margin-bottom: 15px;overflow: hidden}
.topic-service-number span{position: relative}
.topic-service-number span:after{position: absolute;right: -15px;bottom:-10px;width: 33px;height: 33px;border-top: solid 1px #F39800;content: '';transform: rotate(-45deg);background-color:#fff}
.topic-service-item:first-child .topic-service-number span:after{bottom: -5px;right: -20px}
.topic-service-title{width: 100%;text-align: left;font-size:var(--FEY-font-size-24);color:#F39800;margin-bottom: 10px;padding-left: 15px; font-weight: bold;position: relative;}
.topic-service-subtitle{font-size:var(--FEY-font-size-16);color:rgba(15, 78, 109, 1);width: 100%;font-weight: bold;margin-bottom: 10px;}
.topic-service-left .page-text{margin-top: 15px;font-size: var(--FEY-font-size-16);color: #666;width: 100%;line-height: 2;margin-top: 0;}
.topic-service-left .page-text p{position: relative;}

@media screen and (max-width: 1180px){
    .page-service{padding: 120px 0 50px}
    .page-service:before,.page-service:after{background-size: contain}
    .page-service:before{height: 40vw}
    .page-service:after{height: calc(100% - 40vw + 10px);background-size: contain}
    .page-service-title{width: 80%;margin-bottom: 80px;font-size: var(--FEY-font-size-26)}
    .page-service-label{font-size: var(--FEY-font-size-20);margin-bottom: 25px;}
    .page-service-summary{font-size: var(--FEY-font-size-14)}
}
@media screen and (max-width: 992px){
    .page-service-img-block{height: 180px}
    .page-service-item{width: calc(50% - 15px);margin-right: 30px}
    .page-service-item:nth-child(3n){margin-right: 30px}
    .page-service-item:nth-child(2n){margin-right: 0}
	.topic-service-left .page-text{
		line-height: 2
	}
	.topic-service-number span:after{
		right: -17px;
    	bottom: -17px;
	}
}
@media screen and (max-width: 760px){
    .page-service{padding: 70px 0 50px}
    .page-service .container{width: 100%;padding: 0 10px;}
    .page-service:before{height: 320px}
    .page-service:after{height:0}
    .page-service-title{font-size: var(--FEY-font-size-18);width: 100%;line-height: 1.8;margin-bottom: 60px}
    .page-service-item{width: 100%;margin-right: 0;margin-bottom: 0}
    .page-service-item:nth-child(3n){margin-right: 0}
    .page-service-img-block{height: 260px}
    .page-service-text{padding: 20px}
	.topic-service-item{
		flex-direction: column;
	}
	.topic-service-right{
		max-width: 100%;
	}
	.topic-service-left{
		max-width: 100%;
		padding: 1rem 0;
	}
	.topic-service-number span{
		font-size: 10.7vw;
	}
	.topic-service-title{
		font-size: var(--FEY-font-size-20)
	}
	.topic-service-left .page-text{
		font-size: var(--FEY-font-size-12)
	}
}
/*page product*/
/* .page-product-banner{padding-top: 150px} */
.page-product-banner .page-banner-subtitle{/*font-size: var(--FEY-font-size-30);*/margin-bottom: 25px;}
.page-product{padding: 50px 0}
.page-product .container{width: 80vw;max-width: 1440px;}
.page-product-list{display: flex;flex-direction: row;flex-wrap: wrap}
.page-product-item{width: calc(33.33% - 20px);margin-right: 30px;margin-bottom: 30px;box-shadow: 0 0 5px rgba(0,0,0,.1)}
.page-product-item:nth-child(3n){margin-right: 0}
.page-product-img{overflow: hidden;border-bottom: solid 1px var(--FEY-color-ddd)}
.page-product-img-block{height: 90px;display: block;background-position: center;background-repeat: no-repeat;background-size: contain;transition: all ease .5s;-webkit-transition: all ease .5s;-moz-transition: all ease .5s;margin: 20px}
.page-product-text{padding: 25px 30px 30px;transition: all ease .5s;-webkit-transition: all ease .5s;-moz-transition: all ease .5s}
.page-product-title{font-size: var(--FEY-font-size-18);color: var(--FEY-color-666)}
.page-product-title:after{display: block;width: 60px;height: 2px;background: var(--FEY-color-F19C0A);margin: 25px 0;content: ''}
.page-product-summary{font-size: var(--FEY-font-size-16);color: var(--FEY-color-666);line-height: 1.625}
.page-product-item:hover .page-product-img-block{transform: scale(1.1)}
.page-product-item:hover .page-product-text{background: var(--FEY-color-F19C0A)}
.page-product-item:hover .page-product-title{color: var(--FEY-color-white)}
.page-product-item:hover .page-product-title:after{background: var(--FEY-color-white)}
.page-product-item:hover .page-product-summary{color: var(--FEY-color-white)}
@media screen and (max-width: 1180px){
    .page-product-banner .page-banner-subtitle{font-size: var(--FEY-font-size-20)}
    .page-product .container{width: 90vw}
    .page-product-title{font-size: var(--FEY-font-size-16)}
    .page-product-summary{font-size: var(--FEY-font-size-14)}
}
@media screen and (max-width: 760px){
    .page-product-banner{padding-top: 90px}
    .page-product-banner .page-banner-subtitle{font-size: var(--FEY-font-size-16);line-height: 1.6}
    .page-product{padding: 40px 0}
    .page-product .container{width: 100%;padding: 0 15px}
    .page-product-list{margin-bottom: 30px;}
    .page-product-item{width: calc(50% - 10px);margin-right: 20px;margin-bottom: 20px}
    .page-product-item:nth-child(3n){margin-right: 20px;}
    .page-product-item:nth-child(2n){margin-right: 0}
    .page-product-img-block{height: 50px;margin: 15px 10px}
    .page-product-text{padding: 15px 10px}
    .page-product-title{font-size: var(--FEY-font-size-14)}
    .page-product-title:after{width: 30px;margin: 15px 0}
    .page-product-summary{font-size: var(--FEY-font-size-12)}
}
/*page partner*/
.page-partner{padding: 50px 0}
.page-partner  .container{width: 80vw;max-width: 1440px;}
.page-partner-list{display: flex;flex-direction: row;flex-wrap: wrap;margin-bottom: 30px;}
.page-partner-item{width: calc(25% - 15px);margin-right: 20px;margin-bottom: 20px;}
.page-partner-item:nth-child(4n){margin-right: 0}
.page-partner-img{border:1px solid #dedede;padding: 30px}
.page-partner-img-block{display: block;height: 96px;width: 100%;background-repeat: no-repeat;background-position: center;background-size: contain;transition: all ease .5s;-webkit-transition: all ease .5s;-moz-transition: all ease .5s;}
.page-partner-item:hover .page-partner-img-block{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1)}

/*page new brand*/
.page-brand{
	padding: 50px 0;
	background-color: #f7f7f7;
}
.page-product-brand-list{margin-top: 50px;}
.page-product-brand-item{background-color: #fff;margin-bottom: 30px;padding:4vw;display: flex;border-radius: 5px;transition: ease .3s;-webkit-transition: ease .3s;-moz-transition:ease .3s}
.page-product-brand-left{flex: 1;display: flex}
.page-product-brand-left a{display: flex}
.page-product-brand-logo{flex: 1;max-width: 120px;}
.page-product-brand-left .page-product-brand-logo img{max-height: inherit}
.page-product-brand-summary{flex: 1;max-width: calc(100% - 120px);font-size: var(--FEY-font-size-16);color: var(--FEY-text-color-333);line-height: 2;padding-left: 2.5vw;text-align: justify;}
.page-product-brand-summary span{font-weight:800;color:#F39800;font-size: var(--FEY-font-size-16)}
.page-product-brand-right{flex: 1;max-width: 20vw;overflow: hidden;border-left: solid 1px #f7f7f7;padding-left: 3.5vw}
.page-product-brand-right span{width: 50%;float: left;font-size: var(--FEY-font-size-18);line-height: 2.2;color: var(--FEY-text-color-E50011)}
.page-product-brand-item:hover{box-shadow: 0 0 10px rgba(0,0,0,.1)}

@media screen and (max-width: 1659px) {
	.page-partner-img-block{
		height: 90px;
		width: 90%
	}
}
@media screen and (max-width: 1439px){
	.page-partner-img-block{
		height: 68px;
	}
}
@media screen and (max-width: 1180px){
    .page-partner  .container{width: 90vw;}
    .page-partner-img-block{height: 90px}
}
@media screen and (max-width: 992px){
    .page-partner-img-block{height: 50px}
}
@media screen and (max-width: 760px) {
    .page-partner{padding: 15px 0}
    .page-partner .container{width: 100%;padding: 0 15px}
    .page-banner-channel{
        margin-bottom: 10px;
        text-align: left;
    }
    .page-banner-channel span{
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 0 8px;
        font-size: 13px;
        line-height: 36px;
    }
    .page-banner-channel span+span{
        margin-left: 0;
    }
    .page-partner-list{margin-bottom: 20px;}
    .page-partner-item{width: calc(50% - 10px);margin-right: 20px;margin-bottom: 20px}
	.page-partner-img{
		padding: 15px;
	}
    .page-partner-item:nth-child(2n){margin-right: 0}
	.page-product-brand-list{margin-top: 30px;}
    .page-product-brand-item{display: block;padding: 5vw 2vw}
    .page-product-brand-left{display: block;}
    .page-product-brand-logo{max-width: inherit;width: auto;padding:20px; margin-bottom: 15px;float: none;flex: .5;}
    .page-product-brand-logo img{margin: auto;max-height:inherit!important;width: 100%;}
    .page-product-brand-summary{max-width: 100%;padding: 0;font-size: var(--FEY-font-size-14)}
    .page-product-brand-right{max-width: 100%;border-top: solid 1px #f7f7f7;border-left: none;margin-top: 15px;padding-top: 15px;}
    .page-product-brand-right span{width: 33.33%;font-size: var(--FEY-font-size-14)}
}
/*page quality*/
.page-quality-process{display: flex;background-color:var(--FEY-color-0F4E6D);padding-top: 100px}
.page-process-left{width: 50%;padding: 0 10%;position: relative}
.page-process-left:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/quality_backg_1.gif) no-repeat left -20% bottom -80px;background-size: auto 100%;content: '';opacity: 0.05}
.page-process-left .page-title{color: var(--FEY-color-white);font-weight: bold;font-size: var(--FEY-font-size-20);margin-bottom: 50px;}
.page-process-list{margin-bottom: 40px;overflow: hidden}
.page-process-item{border-bottom: solid 1px var(--FEY-color-white);padding-bottom: 30px;margin-bottom: 35px;display: flex}
.page-process-item:last-child{border-bottom: none}
.page-process-number{width: 80px;height: 80px;border: solid 1px var(--FEY-color-white);border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size: var(--FEY-font-size-50);color: var(--FEY-color-white);font-weight: 900}
.page-process-summary{width: calc(100% - 80px);padding-left: 2vw;font-size: var(--FEY-font-size-16);color: var(--FEY-color-white);line-height: 2;display: flex;justify-content: center;align-items: center}
.page-process-right{width: 50%;background-repeat: no-repeat;background-position: center;background-size: cover}
.page-quality-system{position: relative;padding: 70px 0;text-align: center;}
.page-quality-system:after{position: absolute;left: 0;bottom: 0;width: 100%;height: calc(100% - 100px);background: url(../images/service_backg_1.jpg) no-repeat center;background-size: cover;content: ''}
.page-system-container{position: relative;display: inline-block;z-index: 2;max-width: 54vw;text-align: left}
.page-system-img{margin-bottom: 50px;}
.page-system-container .page-title{color: var(--FEY-color-white);font-size: var(--FEY-font-size-16);font-weight: 700;margin-bottom: 20px;}
.page-system-text{font-size: var(--FEY-font-size-20);color: var(--FEY-color-white);line-height: 1.7}
.page-system-text p{margin-bottom: 10px}
.page-system-text p:last-child{margin-bottom: 0}
.page-quality-authentication{padding: 70px 0 30px;text-align: center}
.page-authentication-container .page-title{font-size: var(--FEY-font-size-20);color: var(--FEY-color-333);font-weight: 700;margin-bottom: 30px;}
.page-authentication-text{font-size: var(--FEY-font-size-30);color: var(--FEY-color-black);font-weight: 700}
@media screen and (max-width: 1180px){
    .page-process-left{padding: 0 5%}
    .page-process-number{width: 60px;height: 60px;font-size: var(--FEY-font-size-30)}
    .page-process-summary{width: calc(100% - 60px);font-size: var(--FEY-font-size-14)}
    .page-authentication-text{font-size: var(--FEY-font-size-26)}
    .page-system-container{max-width: 70vw}
}
@media screen and (max-width: 760px){
    .page-quality-process{padding: 50px 0 0;flex-direction: row;flex-wrap: wrap}
    .page-process-left{width: 100%;padding: 0 3%}
    .page-process-left .page-title{font-size: var(--FEY-font-size-16)}
    .page-process-list{margin-bottom: 0}
    .page-process-number{width: 40px;height: 40px;font-size: var(--FEY-font-size-16)}
    .page-process-summary{width: calc(100% - 40px);padding-left: 15px;font-size: var(--FEY-font-size-14);line-height: 1.6}
    .page-process-right{width:80%;height: 320px;margin-bottom: -30px}
    .page-quality-authentication{padding: 90px 0 20px}
    .page-authentication-container .page-title{font-size: var(--FEY-font-size-16);color: var(--FEY-color-333)}
    .page-authentication-text{font-size: var(--FEY-font-size-18);padding: 0 15px;}
    .page-quality-system{padding: 50px 0}
    .page-system-container{max-width: 90vw}
    .page-system-text{font-size: var(--FEY-font-size-14)}
}
/*page field*/
.page-field-container{padding: 70px 0;}
.page-field-container .container{width: 80vw;max-width: 1440px;}
.page-field-list{display: flex;flex-wrap: wrap;flex-direction: row;}
.page-field-item{width: calc(25% - 15px);margin-right: 20px;box-shadow: 0 0 10px rgba(0,0,0,.08);margin-bottom: 20px;}
.page-field-item:last-child{margin-right: 0}
.page-field-img{display: block;width: 100%;height: 240px;background-repeat: no-repeat;background-position: center;background-size: cover}
.page-field-text{padding:20px;}
.page-field-title{display: flex;margin-bottom: 20px;}
.page-field-name{font-size: var(--FEY-font-size-20);color: var(--FEY-color-333);font-weight: 700;display: flex;justify-content: left;align-items: center;width: calc(100% - 50px);text-align: left}
.page-field-proportion{width: 50px}
.page-field-proportion canvas{display: block;margin: auto}
.page-field-summary{font-size: var(--FEY-font-size-14);color: var(--FEY-color-333);line-height: 2}

/*page field2*/
.page-field-list2{
	display: flex;
	justify-content: space-between;
}
.page-field-list2 li{
	width: 24%;
}
.page-field-list2 li .serviceBox{
	position: relative;
	background-color: rgba(243, 152, 0, 1);
	overflow: hidden;
}
.page-field-list2 li .img-box{
	position: relative;
	width: 100%;
	height: 56rem;
	overflow: hidden;
	transition: ease .7s
}
.page-field-list2 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-field-list2 li .img-box:after{
	content: "";
	width: 100%;
	height: 20%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(15, 78, 109, 0) 0%, rgba(15, 78, 109, 0.9) 100%);
}
.page-field-list2 li .text{
	padding: 0 5%;
	position: absolute;
	color: #fff;
	text-align: center;
	width: 100%;
	bottom: -1.5%;
	transition: .7s all ease;
}
.page-field-list2 li .text h4{
	margin-bottom: 30px;
	font-size: var(--FEY-font-size-24);
	font-weight: 800;
	line-height: 2
}
.page-field-list2 li .text p{
	color: rgba(255,255,255,.8);
	font-size: var(--FEY-font-size-14);
	line-height: 1.7;
	text-align: left;
	display: none;
}
.page-field-list2 li:hover .text{
	transform: translateY(-200px)
}
.page-field-list2 li:hover .text p{
	display: block;
}
.page-field-list2 li:hover .img-box{
	opacity: 0.1;
}

@media screen and (max-width: 1180px){
    .page-field-container .container{width: 90vw}
    .page-field-item{width: calc(50% - 20px);margin-right: 40px;margin-bottom: 40px;}
    .page-field-item:nth-child(2n){margin-right: 0}
}
@media screen and (max-width: 760px){
    .page-field-container{padding: 40px 0}
    .page-field-container .inner{max-width: 100%;padding: 0 15px;}
    .page-field-item{width: 100%;margin-right: 0;margin-bottom: 20px;}
    .page-field-name{font-size: var(--FEY-font-size-18)}
}
/*page news*/
.page-news-container{padding: 70px 0;}
.page-news-container .container{width: 80vw;max-width: 1440px;}
.page-news-list{display: flex;flex-direction: row;flex-wrap: wrap;margin-bottom: 30px;}
.page-news-item{width: calc(33.33% - 20px);margin-right: 30px;margin-bottom: 30px;border: solid 5px rgba(15, 78, 109, .5);padding: 3.6458vw}
.page-news-item:nth-child(3n){margin-right: 0}
.page-news-info{font-size: var(--FEY-font-size-18);color: var(--FEY-color-333);margin-bottom: 20px;}
.page-news-title{font-size: var(--FEY-font-size-26);color: var(--FEY-color-333);line-height: 1.53;margin-bottom: 40px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.page-news-summary{font-size: var(--FEY-font-size-18);color: var(--FEY-color-666);min-height: calc(4*1.5*var(--FEY-font-size-18));line-height: 1.5;margin-bottom: 20px;text-align: justify;}
.page-news-more{font-size: var(--FEY-font-size-18);color: var(--FEY-color-0F4E6D)}
.page-news-item:hover{border-color: var(--FEY-color-F19C0A)}
.page-news-item:hover .page-news-title{color: var(--FEY-color-F19C0A)}
.page-news-item:hover .page-news-more{color: var(--FEY-color-999)}
@media screen and (max-width: 1180px){
    .page-news-container .container{width: 90vw;}
}
@media screen and (max-width: 760px){
    .page-news-container{padding: 30px 0}
    .page-news-container .container{width: 100%;padding: 0 15px;}
    .page-news-item{width: calc(50% - 5px);margin-right: 10px;margin-bottom: 10px;border-width: 2px;}
    .page-news-item:nth-child(3n){margin-right: 10px}
    .page-news-item:nth-child(2n){margin-right: 0}
    .page-news-info{margin-bottom: 15px;}
    .page-news-info,.page-news-summary,.page-news-more{font-size: var(--FEY-font-size-12)}
    .page-news-title{font-size: var(--FEY-font-size-16);margin-bottom: 20px;}
    .page-news-summary{min-height: calc(2*1.5*var(--FEY-font-size-12));-webkit-line-clamp:2}
}
/*page news details*/
.page-news-details .page-title {font-size: var(--FEY-font-size-40);color: var(--FEY-color-333);font-weight: 900;margin-bottom: 40px;}
.page-news-details .page-info {font-size: var(--FEY-font-size-14);color: var(--FEY-color-999);border-bottom: solid 1px #E6E6E6;padding-bottom: 20px;margin-bottom: 30px;}
@media screen and (max-width: 1180px){
    .page-news-details .page-title{font-size: var(--FEY-font-size-24);margin-bottom: 30px;}
}
@media screen and (max-width: 760px){
    .page-news-details .page-title {font-size: var(--FEY-font-size-18);line-height: 1.5;margin-bottom: 15px;}
    .page-news-details .page-info {font-size: var(--FEY-font-size-12);padding-bottom: 15px;margin-bottom: 20px;}
}
/*page*/
.page a,.page b{box-shadow: 0 0 5px rgba(0,0,0,.2);margin: 5px;border-color: #fff;color: #777777;line-height: 36px;height: 36px;border-radius: 4px;padding: 0 12px}
.page b{background: var(--FEY-color-0F4E6D);border-color: var(--FEY-color-0F4E6D);color: #fff}
.page a:hover{border-color: var(--FEY-color-0F4E6D);color: var(--FEY-color-0F4E6D)}
@media screen and (max-width: 760px){
    .page a,.page b{height: 28px;line-height: 28px;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: var(--FEY-color-999);width: 50%}
.page-next p:last-child{text-align: right}
.page-next p a{color: var(--FEY-color-black);font-weight: bold;font-size: var(--FEY-font-size-18);margin-left: 15px;}
.page-next p:hover,.page-next p:hover a{color: var(--FEY-color-F19C0A);font-weight: bold}
@media screen and (max-width: 760px){
    .page-next p{line-height: 1.8;font-size: var(--FEY-font-size-12);padding-right: 3vw}
    .page-next p:last-child{padding-right: 0;padding-left: 3vw;}
    .page-next p a{font-size: var(--FEY-font-size-12);display: block}
    /*.page-next{display: block}*/
    /*.page-next p{width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;font-size: var(--FEY-font-size-12)}*/
    /*.page-next p a{display: contents}*/
    /*.page-next p:last-child{text-align: left}*/
}

@media screen and (max-width: 1439px) {}
@media screen and (min-width: 1260px) and (max-width: 1438px) {
	.page-field-list2 li .img-box{
		height: 38rem;
	}
}
@media screen and (max-width: 1259px) {}
@media screen and (min-width: 1024px) and (max-width: 1258px) {
	.page-field-list2 li .img-box{
		height: 36rem;
	}
	.page-field-list2 li .text h4{
		font-size: 20px;
	}
	.page-field-list2 li:hover .text{
		transform: translateY(-100px)
	}
}
@media screen and (max-width: 1023px) {}
/*page history*/

.page-history{
	width: 100%;
	height: 83.5rem;
	position: relative;
	background: url(../images/his-bg.jpg) no-repeat 0 center;
	background-size: cover
}
.page-history .inner{
	width: 100%;
	padding: 6rem 0;
}
.page-history .title-box{
	text-align: center;
	margin-bottom: 0
}
.page-history .title-box h2{
	color: #fff;
}
.page-history .desc-box p{
	text-align: center;
	color: #fff
}
.history-box{
	margin-top: 30px;
	overflow: hidden;
}
.his-div{
	position: relative;
	padding: 15px 0 0 15px;
	float: left;
}
.his-div:before{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: -90%;
	top: 24%;
	background: #fff;	
}
.his-div:after{
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	left: 0;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #fff;
	z-index: 0;
}
.his-div .hisCon{
	color: #fff;
}
.his-div .hisCon .year{
	font-weight: 700;
	font-size: var(--FEY-font-size-24);
	line-height: 2;
}
.his-div .hisCon .des{
	width: 100%;
	font-size: var(--FEY-font-size-16);
	line-height: 1.6
}
.his-div:nth-child(1){
	margin-top: 21%;
	margin-left: 11%;
	width: 7.4%
}
.his-div:nth-child(2){
	margin-left: 2.5%;
	margin-top: 16.5%;
	width: 11%
}
.his-div:nth-child(3){
	margin-left: 7.8%;
	margin-top: 16.6%;
	width: 18.25%
}
.his-div:nth-child(4){
	margin-left: -1.5%;
	margin-top: 8.6%;
	width: 16.23%
}
.his-div:nth-child(5){
	margin-left: -0.8%;
	margin-top: 7%;
	width: 16.23%
}
.his-div:nth-child(6){
	margin-top: -10%;
	margin-left: 10%;
	width: 16.23%
}
.his-div:nth-child(1):before{
	transform: rotate(-36.29deg);
	-webkit-transform: rotate(-36.29deg);
}
.his-div:nth-child(2):before{
	left: -92%;
	top: 32%;
	transform: rotate(-24deg);
	-webkit-transform: rotate(-24deg);
}
.his-div:nth-child(3):before{
	left: -100%;
	top: 4%
}
.his-div:nth-child(4):before{
	transform: rotate(-25.5deg);
	-webkit-transform: rotate(-25.5deg);
	left: -106%;
	top: 86%;
	width: 113%
}
.his-div:nth-child(5):before{
	top: 22.2%;
	left: -93%;
	width: 95%;
	transform: rotate(-6.11deg);
	-webkit-transform: rotate(-6.11deg);
}
.his-div:nth-child(6):before{
	top: 67%;
	left: -67%;
	width: 71%;
	transform: rotate(-21.3deg);
	-webkit-transform: rotate(-21.3deg);
}
.his-div:nth-child(6):after{
	display: none;
}
/*
.history-list{
	margin-top: 3rem;
	overflow: visible;
}
.history-list .his-item{
	margin-top: 12.5%;
	float: left;
	width: 16.66%;
	height: 220px;
	color: #fff;
	position: relative
}
.history-list .his-item .line{
	width: 110%;
	height: 2px;
	position: absolute;
	left: -15%;
	bottom: 0;
	background: #fff;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}
.history-list .his-item .line:after{
	width: 12px;
	height: 12px;
	position: absolute;
	top: -5px;
	right: 0;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #fff;
	content: '';
	z-index: 0;
}
.history-list .his-item .hisCon{
	width: 100%;
	height: auto;
	position: absolute;
	right: -95%;
	bottom: -40%
}
.history-list .his-item .hisCon .year{
	font-weight: 700;
	font-size: var(--FEY-font-size-24);
	line-height: 2;
}
.history-list .his-item .hisCon .des{
	width: 100%;
	font-size: var(--FEY-font-size-16);
	line-height: 2
}
.history-list .his-item:nth-child(1){
	width: 220px;
}
.history-list .his-item:nth-child(1) .line{
	left: 0;
	transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
}
.history-list .his-item:nth-child(2){
	margin-top: 6.7%;
	width: 190px;
}
.history-list .his-item:nth-child(2) .line{
	left: -10px;
	width: 100%;
	transform: rotate(-24deg);
	-webkit-transform: rotate(-24deg);
}
.history-list .his-item:nth-child(2) .hisCon{
	bottom: auto;
	top: 5%;
}
.history-list .his-item:nth-child(3){
	margin-top: 4.6%;
}
.history-list .his-item:nth-child(3) .line{
	left: -18px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.history-list .his-item:nth-child(3) .hisCon{
	
}
.history-list .his-item:nth-child(4){
	margin-top: 0.5%;
	width: 18%;
}
.history-list .his-item:nth-child(4) .line{
	width: 105%;
	left: -5px;
	transform: rotate(-26deg);
	-webkit-transform: rotate(-26deg);
}
.history-list .his-item:nth-child(4) .hisCon{
	bottom: -10%;
}
.history-list .his-item:nth-child(5){
	margin-top: 0;
	width: 15%;
}
.history-list .his-item:nth-child(5) .line{
	left: -5%;
	top: 62%;
	width: 75%;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}
.history-list .his-item:nth-child(5) .hisCon{
	bottom: auto;
	right: -70%;
	top: 55%;
}
.history-list .his-item:nth-child(6){
	margin-top: 4%;
	width: 14%;
	height: auto;
}
.history-list .his-item:nth-child(6) .line{
	left: -40%;
	transform: rotate(-21deg);
	-webkit-transform: rotate(-21deg);
}
.history-list .his-item:nth-child(6) .line:after{
	display: none;
}
.history-list .his-item:nth-child(6) .hisCon{
	right: -75%;
}
*/
.page-client{
	position: relative;
	padding: 12rem 0 6rem;
}
.page-client:before{
	content: "";
	width: 100%;
	height: 60%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(238, 239, 242, 1);
	z-index: -1;
}
.page-client .container{
	position: relative;
	width: 85vw;
    max-width: 1440px;
	z-index: 1;
}
.page-client-pic{
	margin-top: 3rem;
}
.page-process .container,.page-evaluation .container,.page-certification .container{
	width: 80vw;
    max-width: 1440px;
}
.page-process,.page-evaluation{
	padding: 12rem 0 4rem
}
.page-process .title-box{
	margin-bottom: 0;
}
.page-process .desc-box{
	margin-bottom: 3rem;
}
.page-proc-list{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.page-proc-list .proc-item{
	margin: 0;
	width: 31.5%;
}
.page-proc-list .proc-item .img{
	margin-bottom: 15px;
	width: 100%;
}
.page-proc-list .proc-item .text i{
	line-height: 1;
	font-weight: 900;
	font-size: 8rem;
	font-style: normal;
	color: rgba(40, 82, 124, 0.06)
}
.page-proc-list .proc-item .text h4{
	margin-top: -20px;
	margin-bottom: 25px;
	font-weight: 600;
	color: rgba(15, 78, 109, 1);
	font-size: var(--FEY-font-size-30);
	line-height: 1
}
.page-proc-list .proc-item .text p{
	font-size: var(--FEY-font-size-18);
	color: rgba(145, 175, 194, 1)
}
.page-proc-list .proc-item .text p strong{
	font-weight: normal;
	font-size: var(--FEY-font-size-20);
	color: rgba(15, 78, 109, 1)
}
.evaluation-pic{
	margin-top: 3rem;
}
.page-certification{
	background: #fff url(../images/contact_backg.png) no-repeat right top -12vw;
}
.page-certification .page-contact-backg{
	background: #EBEDF0
}
.page-certification .page-contact-top{
	margin-bottom: 5rem;
}
.certification-cont{
	padding: 0 2.48vw 6.8vw;
    background: url(../images/certification-bg1.png) no-repeat bottom center;
    background-size: contain;
}
/*brand product*/
.page-product2{
    padding: 70px 0;
    background-color: rgb(250, 250, 250);
}
.page-product2 .container,.page-product2-detail .container{
    width: 80vw;
    max-width: 1440px;
}
.w-columns-inner{
    margin-bottom: 60px;
    display: flex;
    align-items: stretch;
}
.w-columns-item{
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
    background-color: #fff;
}
.w-columns-item h2{
    font-size: 28px;
    color: #333;
    font-weight: 800;
}
.w-columns-item h4{
    font-family:Georgia,serif;
    font-size: 20px;
    color: #666;
    line-height: 1.8;
}
.w-columns-item p{
    margin: 15px 0;
    padding: 0 30px;
    font-size: 14px;
    line-height: 1.5;
    color:#555;
    font-family:FangSong;
    text-align: center;
}
.w-columns-item a{
    display: inline-block;
    text-align: center;
    width: 132px;
    height: 36px;
    line-height: 36px;
    background-color: var(--FEY-color-0F4E6D);
    color: #fff;
    font-size: 14px;
}
.w-columns-item a:hover{
    background-color: var(--FEY-color-F19C0A);
}
.pro-list-ul{
    display: flex;
    align-items: stretch;
    width: 60%;
}
.pro-list-item{
    width: 33.33%;
    background-color: #fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.pro-list-item .img-box{
    height: 220px;
}
.pro-list-item .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pro-list-item .pro-list-bd{
    padding: 0 15px 15px;
}
.pro-list-item .pro-list-bd h5{
    font-size: 14px;
    color: #000;
    line-height: 2;
}
.pro-list-item .pro-list-bd p{
    margin-top: -20px;
    height: 84px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    white-space: pre-line;
}
.page-product-list2 .pro-list-item .pro-list-bd p{
    height: 64px;
    margin-top: 0;
    white-space: normal;
}
.pro-list-item:hover{
    box-shadow: 0 5px 12px 1px rgba(0,0,0,.1);
    z-index: 2;
}
.page-product2-detail{
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
    background-color: rgba(248, 248, 248, 0.5);
}
.page-location{
    padding: 5px 0;
    font-size: 14px;
    line-height: 2;
}
.page-pro-top{
    position: relative;
}
.page-pro-top::before{
    content: "";
    width: 300%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: -50%;
    top: 0;
    z-index: -1;
}
.page-product2-detail .page-pro-tit{
    margin-bottom: 15px;
    font-size: 24px;
    color: #333;
    font-weight: 600;
}
.page-pro-pics{
    display: flex;
    align-items: stretch;
}
.pro-pic-inner{
    margin: 0;
    width: 450px;
    height: 450px;
    background-color: #fff;
}
.pro-pic-inner .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pro-pic-inner .swiper-button-next,.pro-pic-inner .swiper-button-prev{
    background-color: rgba(0,0,0,.2);
    color: #fff;
}
.pro-pic-inner .swiper-button-next:after,.pro-pic-inner .swiper-button-prev:after{
    font-size: 15px;
}
.pro-pic-inner .swiper-pagination-bullet{
    width: 42px;
    height: 4px;
    border-radius:0;
}
.pro-pic-inner .swiper-pagination-bullet-active{
    background-color: rgba(90,90,90,1);
}
.page-pro-text{
    padding-left: 30px;
    width: calc(100% - 450px);
}
.page-pro-text h2{
    font-size: 28px;
    line-height: 2;
    color: #404040;
}
.page-pro-text .productattrs-cont{
    margin-bottom: 20px;
    display: flex;
    align-items: stretch;
}
.productattrs-cont .w-productattrs-item{
    margin-left: 0;
    margin-right: 8px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
}
.productattrs-cont .w-productattrs-item img{
    margin: 1px;
    width: 40px;
    height: 40px;
}
.productattrs-cont .w-productattrs-item span{
    padding: 0 12px;
    font-size: 13px;color: #333;
    line-height: 2;
}
.page-pro-text .pro-desc{
    color: #666;
    font-size: 14px;
    line-height: 2;
}
.page-pro-parameters{
    padding: 30px 0;
    position: relative;
}
.page-pro-parameters::before{
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    left: -50%;
    top: 0;
    background-color: rgb(251, 251, 251);
    z-index: -1;
}
.page-pro-parameters .w-parameter{
    width: 640px;
    background-color: #fff;
}
.page-pro-parameters .w-parameter li{
    margin-top: -1px;
    border: 1px solid #ddd;
    display: flex;
    align-items: stretch;
    line-height: 2;
}
.page-pro-parameters .w-parameter li .w-par-title{
    padding: 8px 0;
    width: 106px;
    border-right: 1px solid #DDD;
}
.page-pro-parameters .w-parameter li .w-par-title .w-par-titlein{
    padding: 0 10px;
    color: #999;
}
.page-pro-parameters .w-parameter li .w-par-values{
    padding: 8px 10px;
    width: calc(100% - 106px);
    color: #404040;
}
.page-pro-down{
    position: relative;
    padding-top: 30px;
}
.page-pro-down::before{
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    left: -50%;
    top: 0;
    background-color: #fff;
    z-index: -1;
}
.page-pro-down .w-detail{
    color: #404040;
    font-size: 14px;
}
.page-pro-down .w-detail p{
    color: #95a5a6;
    font-size: 14px;
    line-height: 2;
}
.page-pro-down .w-detail p.p-down{
    margin: 20px 0;
    display: flex;
    align-items: center;
}
.page-pro-down .w-detail p.p-down img{
    margin-right: 10px;
    height: 44px;
}
.page-pro-down .w-detail p.p-down a{
    color: #609ee9;
}
.page-product-list2{
    flex-wrap: wrap;
    width: 100%;
}
.page-product-list2 .pro-list-item{
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc((100% - 90px)/4);
}
.page-product-list2 .pro-list-item:nth-child(4n){
    margin-right: 0;
}
/*case*/
.page-case-hd{
}
.page-case-hd h4{
	display: flex;
	align-items: center;
	font-size: 28px;
	line-height: 2;
	font-weight: 600;
	color: #333;
}
.page-case-hd h4 span{
	padding-left: 15px;
	font-size: 18px;
	font-weight: normal;
	color: #666
}
.page-case-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.page-case-list img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.case-item{
    margin-top: 30px;
	margin-left: 0;
	margin-right: 60px;
	width: calc((100% - 60px)/2);
	height: 200px;
	background-color: #fff;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.case-item:nth-child(2n){
	margin-right: 0
}
.case-img{
	width: 240px;
	padding: 20px
}
.case-img img{
    margin: 0 auto;
	display: block;
	width: 90%;
	height: 80%;
	object-fit: contain
}
.case-pic-list{
	width: calc(100% - 240px);
	height: 100%;
	z-index: 1;
	transition: .7s all ease;
}
.case-text{
	padding: 20px;
	background-color: #fff;
	width: calc(100% - 240px);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: justify;
	position: absolute;
	right: 0;
	bottom: -100%;
	opacity: 0;
	z-index: 0;
	transition: .7s all ease;
}
.case-text p{
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	text-align: left
}
.case-item:hover .case-pic-list{
    opacity: 0;
}
.case-item:hover .case-text{
	bottom: 0;
	opacity: 1;
	z-index: 2
}
/*footer fixbar*/
.nav4{height:45px}
.nav4 ul{position:fixed;z-index:200;bottom:0;left:0;width:100%}
.nav4 li{border:1px solid rgba(190,190,190,1);height:45px;border-bottom:0;border-right:0;position:relative;-webkit-box-shadow:inset 0 0 3px #fff;float:left;width:33.26%}
.nav4 li:nth-of-type(1){border-left:0}
.nav4 li>a{font-size:15px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent;border-bottom:0;display:block;line-height:45px;text-align:center;background:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#dcdcdc),color-stop(35% ,#ededed),color-stop(50%,#e3e3e3))}
.nav4 li>a:only-child span{background:0 0;padding-left:0}
.nav4 li>a.on+dl{display:block}
.nav4 li>a span{color:#4f4d4f;display:flex;align-items:center;justify-content:center; padding-left:15px;-webkit-background-size:9px auto;text-shadow:0 1px 0 #fff}
.nav4 li>a span img{
    margin-right: 8px;
    width: 20px;;
}
/*QQ*/

.s{position:fixed;width:54px;height:275px;right:0;top:400px;z-index:100;}
.s ul li{width:54px;height:54px;float:left;position:relative;background:#F39800;position: relative}
.s ul li+li{
    border-top: 1px solid #fff;
}
.s ul li a{
    display: block;
    height: 100%;
}
.s ul li .wxbox{
	position: absolute;
    right: 54px;
    top: 0;
    z-index: 3;
	transform: translateX(300px);
}
.erweima{
	box-shadow: 0 0 15px #e4e4e4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 12px;
    color: #666;
    background: #fff;
    box-sizing: border-box;
	opacity: 1
}
.erweima img{
	width: 180px;
	height: 180px;
}
.erweima p{
	width: 100px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.s ul li:nth-child(2):hover .wxbox{
	transition: all 300ms linear;
    transform: translateX(0);
}
.s ul li .cursor_default{
    height: 100%;
    display:flex;flex-direction:column;align-items:center;justify-content:center;
}
.s ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#F39800;color:#fff;font-size:14px;line-height:1.8;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.s ul li .sidetop{width:54px;height:54px;line-height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center; background:#F39800;transition:all 0.3s;}
.s ul li .sidetop:hover{background:#F39800;opacity:1;filter:Alpha(opacity=100);}
.s ul li img.icon{
    width: 28px;
}
/*弹窗*/
.dialog_box{
	z-index: 200;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0;
	display: none;
}
.dialog_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.wechat_dialog {
	width: 80%;
	height: auto;
	background-color: #fff;
	border-radius: 21px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.wechat_modal_container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 24px;
	position: relative;
	background: #fff;
	border-radius: 21px;
}
.wechat_modal_container i.close{
	position: absolute;
	right: 20px;
	top: 18px;
	z-index: 2;
	cursor: pointer;
	font-size: 20px;
	font-style: normal;
}
.wechat_modal_content{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.wechat_success_logo{
	width: 44px;
	height: 44px;
}
.wechat_success_logo img{
	width: 100%;
}
.wechat_success_title{
	color: #000;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px 0;
}
.wechat_modal_content p{
	color: #666;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}
.wechat_button{
	background-color: #1aad17;
	border-radius: 10px;
	width: 144px;
	height: 45px;
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	cursor: pointer;
}
.wechat_button a{
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 1659px) {
	.page-history{
		height: 75.3rem;
	}
	.his-div:nth-child(1){
		margin-left: 14%
	}
	.his-div:nth-child(2){
	}
	.his-div:nth-child(3){
	}
	.his-div:nth-child(4){
	}
	.his-div:nth-child(5){
	}
	.his-div:nth-child(6){
		margin-left: 20%;
		margin-top: -11%;
		padding-left: 85px;
	}
	.his-div:nth-child(6):before{
		top: 60%;
		left: -38%;
		width: 70%;
	}
}
@media screen and (max-width: 1439px) {
	.page-history{
		height: 68.3rem;
	}
	.his-div{
		
	}
	.his-div:nth-child(1){
	}
	.his-div:nth-child(2){
	}
	.his-div:nth-child(3){
	}
	.his-div:nth-child(4){
	}
	.his-div:nth-child(5){
	}
	.page-product2{
        padding: 60px 0;
    }
    .page-product2 .container,.page-product2-detail .container{
        width: 100%;
        min-width: 100%;
    }
    .w-columns-inner{
        margin-bottom: 30px;
    }
    .w-columns-item h2{
        font-size: 24px;
    }
    .w-columns-item h4{
        font-size: 18px;
    }
}
@media screen and (min-width: 1260px) and (max-width: 1438px) {
	.page-history{
		height: 58.3rem
	}
	.history-box{
		margin-top: 42px;
	}
	.his-div:nth-child(1){
		margin-left: 11%;
		width: 11%;
	}
	.his-div:nth-child(1):before{
		transform: rotate(-28.29deg);
    	-webkit-transform: rotate(-28.29deg);
		top: 35%
	}
	.his-div:nth-child(2){
		margin-left: -1.5%
	}
	.his-div:nth-child(2):before{
		width: 95%;
		top: 30%;
		left: -85%;
		transform: rotate(-25deg);
    	-webkit-transform: rotate(-25deg);
	}
	.his-div:nth-child(6){
		margin-top: -10.5%;
		padding-left: 80px;
		padding-top: 0;
	}
	.his-div:nth-child(6):before{
		top: 45%;
		left: -35%
	}
}
@media screen and (max-width: 1259px) {
    .w-columns-item{
        padding: 30px 40px;
    }
    .pro-list-item .img-box{
        height: 176px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1258px) {
	.page-history{
		height: 56.3rem
	}
	.history-box{
		margin-top: 60px;
	}
	.his-div:nth-child(1){
		margin-left: 13.5%;
		width: 10%;
	}
	.his-div:nth-child(2){
		margin-left: -0.5%
	}
	.his-div:nth-child(1):before{
		transform: rotate(-26.29deg);
    	-webkit-transform: rotate(-26.29deg);
	}
	.his-div:nth-child(2):before{
		left: -85%;
		top: 25%;
		width: 90%
	}
	.his-div:nth-child(5):before{
		top: 20.2%
	}
	.his-div:nth-child(6){
		padding-left: 68px;
		padding-top: 0
	}
	.his-div:nth-child(6):before{
		top: 58%
	}
}
@media screen and (max-width: 1023px) {
	.page-field-list2 li .img-box{
		height: 32rem;
	}
	.page-field-list2 li .text{
		bottom: -5.5%
	}
	.page-field-list2 li:hover .text{
		transform: translateY(-100px);
	}
}
@media screen and (max-width: 767px) {
	.page-process, .page-evaluation{
		padding: 3rem 0
	}
	.page-proc-list .proc-item .text i{
		font-size: 5rem;
	}
	.page-proc-list .proc-item .text h4{
		margin-bottom: 1.5rem;
		font-size: var(--FEY-font-size-20);
	}
	.page-proc-list .proc-item .text p{
		font-size: var(--FEY-font-size-14);
	}
	.page-proc-list .proc-item .text p strong{
		font-size: var(--FEY-font-size-14);
	}
	.page-history{
		height: auto;
	}
	.page-history .inner{
		padding: 3rem 0
	}
	.history-box{
		display: flex;
		flex-direction: column-reverse;
	}
	.his-div{
		padding-left: 15px!important;
		width: 100%!important;
		height: auto;
		margin-top: 0px!important;
		margin-left: 0px!important;
		float: none;
	}
	.his-div:after{
		top: 32px;
		width: 6px;
		height: 6px;
		border-width: 2px;
	}
	.his-div:before{
		display: none;
	}
	.his-div:nth-child(6):after{
		display: block;
	}
	.his-div:nth-child(1){
		width: 100%;
	}
	.his-div .hisCon{
		position: relative;
	}
	.his-div .hisCon .year{
		font-size: var(--FEY-font-size-18)
	}
	.his-div .hisCon .des{
		font-size: var(--FEY-font-size-14)
	}
	.page-client{
		padding: 3rem 0
	}
	.page-field-list2{
		flex-wrap: wrap;
	}
	.page-field-list2 li{
		margin-bottom: 15px;
		width: 100%
	}
	.page-field-list2 li .img-box{
		height: 28rem;
	}
	.page-field-list2 li .img-box:after{
		display: none;
	}
	.page-field-list2 li .text h4{
		margin-bottom: 1rem;
		font-size: var(--FEY-font-size-16)
	}
	.page-field-list2 li .text p,.page-field-list2 li:hover .text p{
		display: block;
		font-size: var(--FEY-font-size-12)
	}
	.page-field-list2 li .text,.page-field-list2 li:hover .text{
		padding: 15px;
		position: relative;
		top: 0;
		bottom: 0
	}
	.page-field-list2 li .text,.page-field-list2 li:hover .text{
		transform: none;
		
	}
	.page-field-list2 li .img-box,.page-field-list2 li:hover .img-box{
		opacity: 1
	}
	.page-process .container, .page-evaluation .container, .page-certification .container{
		width: 95vw;
	}
	.page-certification .page-contact-top{
		margin-bottom: 3rem;
		padding-top: 3rem
	}
	.page-product2{
        padding: 20px 0;
    } 
    .page-product2 .container{
        padding: 0 15px;
        width: 100%;
    }
    .w-columns-inner{
        flex-direction: column;
    }
    .w-columns-item{
        padding: 20px;
        width: 100%;
    }
    .w-columns-item h2{
        font-size: 20px;
    }
    .w-columns-item h4{
        font-size: 16px;
    }
    .pro-list-ul{
        width: 100%;
    }
    .pro-list-item .img-box{
        height: 114px;
    }
    .pro-list-item .pro-list-bd{
        padding: 0 10px 10px;
    }
    .page-product2-detail{
        padding-top: 30px;
    }
    .page-product2-detail .container{
        width: 100%;
    }
    .page-product2-detail .page-pro-tit{
        font-size: 18px;
    }
    .page-pro-pics{
        flex-direction: column;
    }
    .pro-pic-inner{
        width: 100%;
    }
    .page-pro-text{
        padding: 0;
        width: 100%;
    }
    .page-pro-text h2{
        font-size: 18px;
    }
    .page-pro-text .productattrs-cont{
        margin-bottom: 0;
        width: 100%;
        flex-wrap: wrap;
    }
    .page-pro-parameters .w-parameter{
        width: 100%;
    }
    .productattrs-cont .w-productattrs-item{
        margin-bottom: 10px;
    }
    .page-product-list2 .pro-list-item{
        margin-right: 15px;
        margin-bottom: 15px;
        width: calc((100% - 30px)/3);
    }
    .page-product-list2 .pro-list-item:nth-child(4n){
        margin-right: 15px;
    }
    .page-product-list2 .pro-list-item:nth-child(3n){
        margin-right: 0;
    }
    .page-case-hd h4{
        flex-direction: column;
        font-size: 20px;
    }
    .page-case-hd h4 span{
        padding-left: 0;
        font-size: 16px;
    }
    .case-item{
        margin-top: 15px;
        margin-right: 0;
        width: 100%;
        height: 142px;
    }
    .case-img{
        padding: 10px;
        width: 42%;
    }
    .case-pic-list,.case-text{
        width: 58%;
    }
    .case-text{
        padding: 15px;
    }
    .case-text p{
        font-size: 14px;
    }
    .s{
        display: none;
    }
}
/*.weixin-fixed{*/
/*    width: 15rem;*/
/*    border-radius: 3px;*/
/*    padding: 10px;*/
/*    background-color: #fff;*/
/*    position: fixed;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    z-index: 1000;*/
/*}*/
/*.weixin-fixed div{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.weixin-fixed div img{*/
/*    margin-bottom: .8rem;*/
/*    max-width: 100%;*/
/*    height: auto!important;*/
/*}*/
/*.weixin-fixed div p{*/
/*    font-size: 1.4rem;*/
/*    line-height: 1.6;*/
/*    text-align: center;*/
/*}*/






