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

body,
input,
textarea,
button {
	font-family: "Alibaba PuHuiTi", "PingFang SC", "Microsoft YaHei", SourceHanSansCN, Montserrat, Tahoma, Arial, "sans-serif";
}

@media screen {
	::-webkit-scrollbar {
		width: 0.26vw;
	}

	body::-webkit-scrollbar {
		width: 0.26vw;
	}

	::-webkit-scrollbar-track {
		background: rgb(238, 238, 238);
		border-radius: 2px;
	}

	::-webkit-scrollbar-thumb {
		background: var(--main);
		border-radius: 2px;
	}

	::-webkit-scrollbar-thumb:vertical:hover {
		background: var(--main);
	}

	.bg img,
	.icon img,
	.pic img {
		display: block;
		width: 100%;
		transition: all 2s ease 0s;
	}

	.bg video {
		width: 100%;
		display: block;
	}

	.scaleImg .pic {
		overflow: hidden;
	}

	.scaleImg:hover .pic img {
		transform: scale(1.1);
	}

	body {
		--main-color: #FA6C10;
	}

	.head1 {
		padding: 0px 7.656vw 0px 0px;
		height: 1.927vw;
		background: rgb(63, 63, 63);
	}

	.head1 a {
		font-size: 1.042vw;
		margin-left: 1.1em;
		color: rgb(204, 204, 204);
	}

	.head1 a:hover {
		color: var(--main-color);
	}

	.head2 {
		padding: 0px 7.656vw 0px 5.938vw;
		position: fixed;
		left: 0px;
		top: 1.927vw;
		width: 100%;
		z-index: 10;
		transition: all 0.5s linear 0s;
		padding-top: 10px;
	}

	.head2 .logo {
		width: 15.313vw;
		transition: all 0.5s linear 0s;
	}

	body.scroll .head2 {
		top: 0px;
		background-color: rgb(255, 255, 255);
	}

	body.scroll .head2 .logo {
		width: 10.417vw;
	}

	.head2 .menu.mob {
		display: none;
	}

	.head2 .menu .link {
		margin-right: 3.906vw;
		position: relative;
		padding: 0.521vw 0px;
	}

	.head2 .menu .link>a {
		font-size: 1.146vw;
		color: rgb(255, 255, 255);
		line-height: 1;
	}

	header.dark .head2 .menu .link>a {
		color: rgb(58, 58, 58);
	}

	body.scroll .menu .link>a {
		color: rgb(58, 58, 58);
	}

	.head2 .menu .link .down {
		background: rgba(89, 89, 89, 0.32);
		padding: 0.729vw 0.521vw 0px;
		display: flex;
		flex-direction: column;
		position: absolute;
		left: 50%;
		top: 100%;
		width: max-content;
		transform: translate(-50%, -1.042vw);
		opacity: 0;
		transition: opacity 0.3s ease 0s, transform 0.2s ease 0.2s;
		pointer-events: none;
	}

	.head2 .menu .link:hover .down {
		transform: translate(-50%, 0vw);
		opacity: 1;
		transition: all 0.3s ease 0s;
		pointer-events: visible;
	}

	.head2 .menu .link .down a {
		font-size: 1.146vw;
		margin-bottom: 0.6em;
		color: #fff;
		min-width: 4em;
		display: inline-block;
		text-align: center;
	}

	.head2 .last-icon .icon {
		display: flex;
		align-items: center;
	}

	.head2 .last-icon .icon img {
		width: 1.302vw;
		transition: none 0s ease 0s;
		filter: invert(1);
	}

	.head2 .last-icon .icon img:hover {
		filter: invert(1);
	}

	header.dark .head2 .last-icon .icon img {
		filter: none;
	}
    .head2 .last-icon .icon.language{
	    position: relative;
	}
    .head2 .last-icon .icon .site{
            position: absolute;
        /*left: 20px;*/
        /*top: 80%;*/
        width: calc(100% + 60px);
        /*background: white;*/
        border-radius: 5px;
        text-align: center;
        display: block;
        padding: 5px 0;
        transform: scale(0);
        transition: all 600ms;
        /***/
        left: -26px;
        top: 100%;
        background: rgba(89, 89, 89, 0.32);
        color:#fff;
    }
    .head2 .last-icon .language:hover .site{
        transform: scale(1);
    }
    
	.head2 .last-icon .icon:not(:last-child)::after {
		content: "";
		display: inline-block;
		margin: 0px 2.083vw;
		width: 0.052vw;
		height: 1.302vw;
		background: rgb(255, 255, 255);
		box-shadow: rgb(153, 153, 153) 0px 0px 0.052vw;
	}

	footer {
		background: rgb(47, 47, 47);
		padding: 4.583vw 11.823vw 3.854vw 10.938vw;
	}

	.foot1 .logo {
		width: 14.01vw;
	}

	.foot1 .foot-nav {
		margin-left: 5.208vw;
	}

	.foot1 .foot-nav a {
		color: rgb(238, 238, 238);
		font-family: Poppins;
		font-size: 1.042vw;
	}

	.foot1 .foot-nav a:not(:last-child)::after {
		content: "";
		display: inline-block;
		width: 0.052vw;
		margin: 0px 0.521vw;
		height: 0.8em;
		vertical-align: middle;
		background-color: rgb(84, 84, 84);
	}

	.foot1 .foot-nav a:hover {
		color: var(--main-color);
	}

	.foot1 .share {
		margin-left: auto;
		margin-right: 7.813vw;
	}

	.foot1 .share a {
		display: block;
		width: 1.667vw;
		transition: all 0.3s ease-out 0s;
	}

	.foot1 .share a:not(:last-child) {
		margin-right: 0.521vw;
	}

	.foot1 .share a:hover {
		transform: translateY(-0.521vw);
	}

    .foot3{
        margin-top: 1.2vw;
    }
    .foot3 .foot-nav {
		/*margin-left: 5.208vw;*/
	}

	.foot3 .foot-nav a {
		color: rgb(238, 238, 238);
		font-family: Poppins;
		font-size: 1.042vw;
	}

	.foot3 .foot-nav a:not(:last-child)::after {
		content: "";
		display: inline-block;
		width: 0.052vw;
		margin: 0px 0.521vw;
		height: 0.8em;
		vertical-align: middle;
		background-color: rgb(84, 84, 84);
	}

	.foot3 .foot-nav a:hover {
		color: var(--main-color);
	}

	.foot3 .share {
		margin-left: auto;
		margin-right: 7.813vw;
	}

	.foot3 .share a {
		display: block;
		width: 1.667vw;
		transition: all 0.3s ease-out 0s;
		position: relative;
	}
   .foot3 .share .code{
       position: absolute;
        top: -117px;
        width: 100px;
        left: calc((1.667vw - 100px)/2);
        display: none;
    } 
	.foot3 .share a:not(:last-child) {
		margin-right: 0.521vw;
	}

	.foot3 .share a:hover {
		transform: translateY(-0.521vw);
	}
	.foot3 .share a:hover .code{
	    display: block;
	}
	.foot2 {
		margin-top: 1.021vw;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}

	.foot2 .copyright {
		color: rgb(221, 221, 221);
		font-size: 0.833vw;
	}

	.foot2 .copyright p {
		margin-right: 2em;
	}

	.foot2 .copyright a:hover {
		color: var(--main-color);
	}

	.foot2 form {
		display: block;
	}

	.foot2 form h2 {
		color: rgb(255, 255, 255);
		font-size: 1.042vw;
		font-style: normal;
		font-weight: 500;
		line-height: 2;
	}

	.foot2 form label {
		width: 13.646vw;
		display: block;
		border: 1px solid rgb(204, 204, 204);
		background: rgba(255, 255, 255, 0);
		box-shadow: rgba(0, 0, 0, 0.1) 0.052vw 0.052vw 0.104vw 0.052vw inset;
		position: relative;
	}

	.foot2 form label input {
		display: block;
		border: none;
		background: none;
		padding: 0px 0.521vw;
		height: 100%;
		color: rgb(255, 255, 255);
	}

	.foot2 form label .placeholder {
		color: var(--main-color);
		font-size: 0.833vw;
		position: absolute;
		left: 0px;
		padding-left: 0.521vw;
		top: 50%;
		transform: translateY(-50%);
	}

	.foot2 form label.focus .placeholder {
		display: none;
	}

	.foot2 form button {
		padding: 0.417vw 1.146vw;
		background: var(--main-color);
		color: rgb(255, 255, 255);
		font-size: 0.833vw;
		margin-left: 0.521vw;
		border: none;
	}

	.my-swiper-button {
		width: 3.26vw;
		height: 7.969vw;
		cursor: pointer;
	}

	.my-swiper-button.prev {
		background: url("img/swiper-l.svg") center center / contain no-repeat;
	}

	.my-swiper-button.next {
		background: url("img/swiper-r.svg") center center / contain no-repeat;
	}

	.C-Alert {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 50;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(0, 0, 0, 0.7);
	}

	.C-Alert .alertPop {
		position: relative;
		width: 20.833vw;
		padding: 4.167vw 0px;
		border-radius: 15px;
		background: rgb(255, 255, 255);
	}

	.C-Alert .alertPop .close {
		width: 1.042vw;
		height: 1.042vw;
		background: url("img/close.svg") center center / contain no-repeat;
		position: absolute;
		top: 1.719vw;
		right: 1.719vw;
		cursor: pointer;
	}

	.C-Alert .alertPop .tips {
		font-size: 1.354vw;
		text-align: center;
		margin-bottom: 2.604vw;
		color: rgb(0, 0, 0);
	}

	.C-Alert .alertPop .btn {
		display: block;
		margin: 0px auto;
		width: 70%;
		line-height: 2.604vw;
		text-align: center;
		background: var(--main-color);
		font-size: 1.042vw;
		color: rgb(255, 255, 255);
		cursor: pointer;
		user-select: none;
	}

	.C-Alert .alertPop .btn.hide {
		display: none;
	}

	.C-title {
		position: relative;
		font-size: 3.125vw;
		font-style: normal;
		font-weight: 700;
		color: rgb(255, 255, 255);
	}

	.C-title::before,
	.C-title::after {
		content: "";
		width: 1em;
		height: 1.2em;
		display: inline-block;
		vertical-align: middle;
	}

	.C-title::before {
		background: url("img/kuo-o-l.png") 70% center / contain no-repeat;
	}

	.C-title::after {
		background: url("img/kuo-o-r.png") 30% center / contain no-repeat;
	}

	.C-banner {
		position: relative;
	}

	.C-banner::before {
		content: "";
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 2;
		opacity: 0.34;
		background: linear-gradient(rgb(10, 27, 47) 0%, rgb(67, 94, 121) 100%);
	}

	.C-banner .C-title {
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 3;
		transform: translate(-50%, -50%);
		text-align: center;
	}

	.C-form .title {
		font-size: 1.875vw;
		margin-bottom: 1em;
		font-weight: 700;
		background: linear-gradient(180deg, #FA6C10 0%, #F7951D 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.C-form label {
		display: flex;
		height: 3.49vw;
		border-radius: 200px;
		border: 1px solid rgb(217, 217, 217);
		overflow: hidden;
		margin-bottom: 1.406vw;
	}

	.C-form label.input-error {
		border-color: rgb(255, 0, 0);
	}

	.C-form label.input {
		width: 31.094vw;
	}

	.C-form label.input.layout-100 {
		width: 100%;
	}

	.C-form label.textarea {
		width: 100%;
		height: 6.771vw;
		border-radius: 20px;
	}

	.C-form label .key {
		width: 8.073vw;
		background: rgb(217, 217, 217);
		padding-left: 2.083vw;
		color: rgb(51, 51, 51);
		font-size: 0.938vw;
		display: flex;
		align-items: center;
	}

	.C-form label input,
	.C-form label textarea {
		border: none;
		display: block;
		flex: 1 1 0%;
		color: rgb(153, 153, 153);
		font-size: 0.938vw;
		padding: 1.042vw 1.042vw 1.042vw 2.188vw;
	}

	.C-form label.check .key::after {
		content: "*";
	}

	.C-form button {
		width: 9.063vw;
		height: 2.708vw;
		color: rgb(51, 51, 51);
		font-size: 0.938vw;
		border: none;
		border-radius: 30px;
		background: rgb(238, 238, 238);
		transition: all 0.3s ease 0s;
	}

	.C-form button:hover {
		background: var(--main-color);
		color: rgb(255, 255, 255);
	}

	.paging a {
		width: 3.125vw;
		height: 3.125vw;
		margin: 0px 0.521vw;
	}

	.paging .flex a {
		border: 1px solid rgb(168, 168, 168);
		display: flex;
		align-items: center;
		justify-content: center;
		color: rgb(168, 168, 168);
		font-size: 0.938vw;
		border-radius: 100%;
	}

	.paging .flex a:hover {
		border-color: rgb(238, 115, 0);
	}

	.paging .flex a.on {
		background: rgb(238, 115, 0);
		border-color: rgb(238, 115, 0);
		color: rgb(255, 255, 255);
	}

	.search-title {
		font-size: 2.083vw;
		font-weight: 600;
		margin-bottom: 1em;
		background: linear-gradient(rgb(250, 108, 16) 0%, rgb(247, 149, 29) 100%) text;
		-webkit-text-fill-color: transparent;
		text-align: center;
	}

	.search-ev {
		padding: 0px 13.542vw 5.208vw !important;
	}
}
@media screen and (min-width : 1201px){
    .innovate6 .my-swiper-button{
        top: 8vw;
    }
}
@media screen and (max-width : 1200px){
    .innovate6 .my-swiper-button{
        top: 18vw;
    }
}
@media screen and (max-width: 768px) {
    .innovate6 .swiper-wrapper{
        width: calc(100% - 40px);
    }
     .swiper-button-prev{
        left: 0px;
    }
    .swiper-button-next{
        right: 0px;
    }
    .innovate6 .my-swiper-button{
        /*display: none;*/
            width: 20px !important;
            height: 50px !important;
            top: 30vw;
    }
	::-webkit-scrollbar {
		width: 5px;
	}

	body::-webkit-scrollbar {
		width: 5px;
	}

	::-webkit-scrollbar-track {
		border-radius: 2px;
	}

	::-webkit-scrollbar-thumb {
		border-radius: 2px;
	}

	.head1 {
		padding: 0px 5% 0px 0px;
		height: 37px;
	}

	.head1 a {
		font-size: 13px;
	}

	.head2 {
		padding: 0px 5%;
		top: 37px;
		z-index: 500;
	}

	.head2 .logo {
		width: 150px;
	}

	body.scroll .head2 .logo {
		width: 120px;
	}

	.head2 .menu {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background: rgb(255, 255, 255);
		flex-direction: column;
		z-index: 500;
		display: none;
	}

	.head2 .menu.pc {
		display: none !important;
	}

	header.open .head2 .menu {
		display: flex;
	}

	.head2 .menu .link {
		margin-right: 0px;
		padding: 10px 0px;
	}

	.head2 .menu .link>a {
		font-size: 22px;
		color: rgb(58, 58, 58);
	}

	.head2 .menu .link.on>a {
		color: var(--main-color) !important;
	}

	.head2 .menu .link .down {
		padding: 14px 10px 0px;
		display: flex;
		flex-direction: column;
		left: 50%;
		top: 100%;
		transform: translate(-50%, -20px);
	}

	.head2 .menu .link:hover .down {
		transform: translate(-50%, 0px);
		box-shadow: rgb(238, 238, 238) 0px 0px 5px;
	}

	.head2 .menu .link .down a {
		font-size: 22px;
	}

	.head2 .last-icon .icon {
		display: flex;
	}

	.head2 .last-icon .icon img {
		width: 15px;
	}

	.head2 .last-icon .icon:not(:last-child)::after {
		margin: 0px 10px;
		width: 1px;
		height: 15px;
		box-shadow: rgb(153, 153, 153) 0px 0px 1px;
	}

	footer {
		padding: 50px 5% 74px;
	}

	.foot1 .logo {
		width: 169px;
	}

	.foot1 .foot-nav {
		margin: 2em 0px;
	}

	.foot1 .foot-nav a {
		font-size: 16px;
	}

	.foot1 .foot-nav a:not(:last-child)::after {
		width: 1px;
		margin: 0px 10px;
	}

	.foot1 .share {
		margin-right: 0px;
		margin-left: 0px;
	}

	.foot1 .share a {
		width: 32px;
	}

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

	.foot1 .share a:hover {
		transform: translateY(-10px);
	}

	.foot2 {
		margin-top: 18px;
		flex-direction: column-reverse;
	}

	.foot2 .copyright {
		font-size: 14px;
	}

	.foot2 form {
		width: 100%;
		margin-bottom: 20px;
	}

	.foot2 form h2 {
		font-size: 18px;
	}

	.foot2 form label {
		width: 60%;
		border: 1px solid rgb(204, 204, 204);
		box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 1px inset;
	}

	.foot2 form label input {
		padding: 0px 10px;
		height: 100%;
	}

	.foot2 form label .placeholder {
		font-size: 14px;
		padding-left: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	.foot2 form button {
		padding: 8px 12px;
		font-size: 14px;
		margin-left: 10px;
	}
    .foot3 .foot-nav a{
        font-size: 14px ;
    }
    .foot3 .share a {
        width: 20px;
    }
	.my-swiper-button {
		width: 20px;
		height: 100px;
		z-index: 20;
	}

	.C-Alert {
		width: 100%;
		height: 100%;
		display: flex;
	}

	.C-Alert .alertPop {
		width: 80%;
		padding: 40px 0px;
		border-radius: 10px;
	}

	.C-Alert .alertPop .close {
		width: 15px;
		height: 15px;
		top: 23px;
		right: 23px;
	}

	.C-Alert .alertPop .tips {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.C-Alert .alertPop .btn {
		width: 70%;
		line-height: 40px;
		font-size: 18px;
		border-radius: 10px;
	}

	.C-title {
		font-size: 24px;
	}

	.C-banner .bg img {
		object-fit: cover;
		min-height: 30vh;
	}

	.C-form .title {
		font-size: 26px;
	}

	.C-form label {
		display: flex;
		height: 42px;
		border-radius: 200px;
		border: 1px solid rgb(217, 217, 217);
		margin-bottom: 17px;
	}

	.C-form label.input {
		width: 100%;
	}

	.C-form label.input.layout-100 {
		width: 100%;
	}

	.C-form label.textarea {
		width: 100%;
		height: 130px;
		border-radius: 20px;
	}

	.C-form label .key {
		width: 6.8em;
		padding-left: 20px;
		font-size: 14px;
	}

	.C-form label input,
	.C-form label textarea {
		flex: 1 1 0%;
		font-size: 14px;
		padding: 10px 20px;
	}

	.C-form button {
		width: 100px;
		height: 42px;
		font-size: 14px;
		border-radius: 30px;
	}

	.paging a {
		width: 30px;
		height: 30px;
		margin: 0px 5px;
	}

	.paging .flex a {
		border: 1px solid rgb(168, 168, 168);
		font-size: 14px;
	}

	.search-title {
		font-size: 20px;
	}

	.search-ev {
		padding: 0px 5% 50px !important;
	}

	.navbar-toggle {
		display: inline-block;
		padding: 0px;
		margin-left: 20px;
		position: relative;
		z-index: 5000;
	}

	.navbar-toggle span {
		display: block;
		width: 20px;
		height: 2px;
		background-color: var(--main-color);
		margin: 5px 0px;
		transition: all 0.4s ease 0s;
	}

	.open .line-top {
		transform: rotate(45deg) translate(3px, 7px);
	}

	.open .line-middle {
		opacity: 0;
	}

	.open .line-bottom {
		transform: rotate(-45deg) translate(2px, -7px);
	}
}