@charset "UTF-8";
header.header-up {
	-webkit-transform:translate3d(0, -100%, 0);
	transform:translate3d(0, -100%, 0)
}
header.header-open {
	z-index:99;
	-webkit-transform:translate3d(0, 0, 0)!important;
	transform:translate3d(0, 0, 0)!important
}
header {
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:19;
-webkit-transition:-webkit-transform .5s ease;
transition:transform .5s ease
}
.n-header {
	height:108px;
	width:78px;
	float:right;
	display:none
}
.n-header .logo {
	width:127px;
	height:50px;
	line-height:50px;
	position:relative;
	z-index:6
}
.n-header .logo a {
	display:block
}
.n-header .logo img {
	width:100%
}
.n-header .logo .img-hei {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0
}
.n-header nav {
	font-size:18px;
	position:relative;
	margin-right:1rem
}
.n-header .item-net {
	font-size:18px;
margin-right:.5rem;
	color:#fff
}
.n-header nav:before {
	content:"";
	position:absolute;
	right:0;
	top:calc(50% - 7px);
	width:1px;
	height:14px;
	border-right:1px dotted #fff
}
.n-header nav .li {
	margin-right:1.15rem
}
.n-header nav .li:last-child {
	margin-right:1rem
}
.n-header nav .item {
	color:#fff;
	position:relative
}
.n-header nav .item:after {
	content:"";
	position:absolute;
	bottom:-8px;
	width:0;
	left:0;
	height:2px;
	background:#fff;
	z-index:1
}
.n-header nav .item:hover:after {
	width:100%;
-webkit-transition:all .3s ease;
transition:all .3s ease
}
.n-header nav .li.cur .item:after {
	width:100%;
-webkit-transition:all .3s ease;
transition:all .3s ease
}
.n-header nav .li {
	position:relative
}
.n-header nav .item-sub {
	position:absolute;
	width:130px;
	top:40px;
	left:calc(50% - 65px);
	border-radius:3px;
	padding:15px 0;
	display:none
}
.n-header nav .item-sub:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(32, 137, 88, 0.56);
	-webkit-filter:blur(1px);
	filter:blur(1px);
	z-index:1
}
.n-header nav .item-sub:after {
	content:"";
	position:absolute;
	top:-15px;
	left:calc(50% - 4px);
	width:0;
	height:0;
	border:8px solid transparent;
	border-bottom-color:rgba(32, 137, 88, 0.56);
	-webkit-filter:blur(1px);
	filter:blur(1px);
	z-index:1
}
.n-header nav .item-sub a {
	display:block;
	text-align:center;
	color:#afc1be;
	line-height:40px;
	position:relative;
	z-index:2;
-webkit-transition:color .5s cubic-bezier(0.34, 0.62, 0.4, 0.99);
transition:color .5s cubic-bezier(0.34, 0.62, 0.4, 0.99)
}
.n-header nav .item-sub span {
	position:relative
}
.n-header nav .item-sub span:before {
	content:"";
	position:absolute;
	width:4px;
	height:4px;
	background:#fff;
	border-radius:50%;
	left:-10px;
	top:calc(50% - 2px);
	opacity:0;
-webkit-transition:opacity .5s cubic-bezier(0.34, 0.62, 0.4, 0.99);
transition:opacity .5s cubic-bezier(0.34, 0.62, 0.4, 0.99)
}
.n-header nav .item-sub a:hover {
	color:#fff
}
.n-header nav .item-sub a:hover span:before {
	opacity:1
}
.n-header .lang {
	color:#fff;
	cursor:pointer;
margin-right:.6rem
}
.n-header .lang .sp2 {
	font-size:12px;
	margin-left:4px
}
.n-header .search-btn {
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:24px;
margin-right:.65rem;
	cursor:pointer
}
.n-header .hamburger {
	padding:0;
	height:18px;
	position:relative;
	z-index:6;
	width:100%
}
.n-header .hamburger-box {
	width:27px;
	height:18px;
	display:block;
	margin:0 auto;
	margin-top:36px;
	padding-top:10px;
-webkit-transition:all .3s ease;
transition:all .3s ease
}
.hamburger--3dx-r.is-active .hamburger-inner {
	background-color:transparent!important;
	transform:rotateY(-180deg)
}
.hamburger-inner::before {
top:-10px;
left:0;
background:red
}
.hamburger-inner::after {
bottom:-8px;
left:0
}
.n-header .hamburger {
	opacity:1
}
.n-header .hamburger:hover {
	opacity:1
}
.n-header .hamburger-inner {
	width:27px;
	height:2px;
	background:#fff
}
.n-header .hamburger--3dx-r .hamburger-inner::before, .n-header .hamburger--3dx-r .hamburger-inner::after {
width:23px;
height:2px;
background:#fff
}
.n-header .hamburger.is-active .hamburger-inner, .n-header .hamburger.is-active .hamburger-inner::before, .n-header .hamburger.is-active .hamburger-inner::after {
background:#fff;
left:0;
-webkit-transition:-webkit-transform .6s 0s cubic-bezier(0.645, 0.045, 0.355, 1), background-color .5s 0s cubic-bezier(0.645, 0.045, 0.355, 1)!important;
transition:transform .6s 0s cubic-bezier(0.645, 0.045, 0.355, 1), background-color .5s 0s cubic-bezier(0.645, 0.045, 0.355, 1)!important
}
.n-header .hamburger--3dx-r .hamburger-inner {
-webkit-transition:-webkit-transform .6s .3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color .5s 0s cubic-bezier(0.645, 0.045, 0.355, 1)!important;
transition:transform .6s .3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color .5s 0s cubic-bezier(0.645, 0.045, 0.355, 1)!important
}
.n-header .hamburger--3dx-r .hamburger-inner::before, .n-header .hamburger--3dx-r .hamburger-inner::after {
-webkit-transition:-webkit-transform .6s 0s cubic-bezier(0.645, 0.045, 0.355, 1)!important;
transition:transform .6s 0s cubic-bezier(0.645, 0.045, 0.355, 1)!important
}
.n-header .hamburger--3dx-r.is-active .hamburger-inner::before {
background:#fff;
-webkit-transform:translate3d(0, 10px, 0) rotate(45deg);
transform:translate3d(0, 10px, 0) rotate(45deg)
}
.n-header .hamburger--3dx-r.is-active .hamburger-inner::after {
background:#fff;
-webkit-transform:translate3d(0, -10px, 0) rotate(-45deg);
transform:translate3d(0, -10px, 0) rotate(-45deg)
}
.navbox {
	position:absolute;
	width:100%;
	left:0;
	z-index:101;
	padding:2vh 0 2vh;
	visibility:hidden
}
.navbox .bg-cover {
	position:absolute;
	width:100%;
	height:370px;
	right:0;
	top:0;
	background:#fff;
	z-index:3;
	-webkit-clip-path:polygon(0 0, 100% 0, 100% 0, 0 0);
	clip-path:polygon(0 0, 100% 0, 100% 0, 0 0);
	border-top:1px solid #ddd;
}
.navbox .svg1 {
	position:absolute;
	z-index:12;
	height:200vh;
	width:100%;
	top:0;
	-webkit-transform:translate3d(0, -100%, 0);
	transform:translate3d(0, -100%, 0)
}
.navbox .svg2 {
	position:absolute;
	z-index:11;
	height:200vh;
	width:100%;
	top:0;
	-webkit-transform:translate3d(0, -100%, 0);
	transform:translate3d(0, -100%, 0)
}
.navbox .svg3 {
	position:absolute;
	z-index:10;
	height:200vh;
	width:100%;
	top:0;
	-webkit-transform:translate3d(0, -100%, 0);
	transform:translate3d(0, -100%, 0)
}
.navbox .svg4 {
	position:absolute;
	z-index:9;
	height:200vh;
	width:100%;
	top:0;
	-webkit-transform:translate3d(0, -100%, 0);
	transform:translate3d(0, -100%, 0)
}
.navbox .svg5 {
	position:absolute;
	z-index:8;
	height:100vh;
	width:100%;
	top:0
}
.navbox .svg1 path {
	fill:#fff
}
.navbox .svg3 #Apple-TV {
	fill:#008b3f
}
.navbox .svg4 #Apple-TV {
	fill:#006044
}
.navbox .svg5 #Apple-TV {
	fill:#006044
}
.navbox .warp-nav-item {
	margin-bottom:1rem
}
.navbox .content .warp-nav-item:last-child {
	margin-bottom:0
}
.navbox .content {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:row wrap;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	position:relative;
	z-index:4
}
.navbox .warp-nav-item {
	visibility:hidden;
	opacity:0;
	-webkit-transform:translate(0, 50px);
	-ms-transform:translate(0, 50px);
	transform:translate(0, 50px);
	position:relative;
	z-index:4
}
.navbox.active .warp-nav-item {
	visibility:visible;
	opacity:1;
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	transform:translate(0, 0);
-webkit-transition:-webkit-transform .4s .4s cubic-bezier(0.34, 0.615, 0.4, 0.985), opacity .4s .4s cubic-bezier(0.34, 0.615, 0.4, 0.985);
transition:transform .6s .6s cubic-bezier(0.34, 0.615, 0.4, 0.985), opacity .6s .6s cubic-bezier(0.34, 0.615, 0.4, 0.985);
	padding:0px 2%;
	width: 100%;
}
.navbox .bg-cover.active {
	opacity:1;
	-webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%);
-webkit-transition:clip-path .8s cubic-bezier(0.34, 0.615, 0.4, 0.985), opacity .8s cubic-bezier(0.34, 0.615, 0.4, 0.985);
transition:clip-path .8s cubic-bezier(0.34, 0.615, 0.4, 0.985), opacity .8s cubic-bezier(0.34, 0.615, 0.4, 0.985)
}
.navbox .warp-nav-item {
	position:relative;
	z-index:5
}
.navbox .warp-nav-item .warp-li {
	position:relative;
	z-index:1
}
.navbox .warp-nav-item .warp-li:before {
	content:"";
	position:absolute;
	width:100%;
	left:0;
	top:calc(50% - .5px);
	height:1px;
	border-bottom:1px solid rgba(255, 255, 255, .3);
	z-index:1
}
.navbox .warp-nav-item .tit5 {
	color:#6498de;
	background:#004098;
	padding-right:25px;
	position:relative;
	z-index:2;
	font-size:22px
}
.navbox .warp-nav-item .tit6 {
	color:#6498de;
	background:#004098;
	padding-left:25px;
	position:relative;
	z-index:2;
	cursor:pointer;
	font-size:22px
}
.navbox .warp-li {
	cursor:pointer
}
.navbox .warp-li.cur .tit6 .iconfont {
	transform:rotate(-180deg)
}
.navbox .warp-nav-item .content {
	padding:25px 0 25px
}
.navbox .warp-nav-item .content2 {
	padding:1.5rem 0 2rem
}
.navbox .f-add .left-box .li {
	margin-bottom:0!important;
	margin-right:1.5rem
}
.navbox .f-add .left-box .li br {
	display:none
}
.navbox .f-add .left-box .li:last-child {
	margin-right:0
}
.navbox .f-add .left-box .li {
	-webkit-box-align:flex-start;
	-webkit-align-items:flex-start;
	-ms-flex-align:flex-start;
	align-items:flex-start
}
.navbox .bot .right-box .li {
	margin-right:0
}
.navbox .warp-nav-item .tit6 .iconfont {
	font-size:10px;
	width:20px;
	height:20px;
	line-height:18px;
	background:#6498de;
	color:#fff;
	border-radius:50%;
	text-align:center;
	margin-left:10px
}
.navbox .item {
	width:auto;
	padding:0 5.3%;
	border-left: 1px solid #e6e6e6;
}
.navbox .item:first-child {
	display:none;
	border-left:none;
}
.navbox .item:nth-child(2) {
border-left:none;
}
.navbox .n-item {
	cursor:pointer
}
.navbox .n-item .sp1 {
	font-size:24px;
	line-height:1.5;
	margin-bottom:12px;
	display:block
}
.navbox .item-nav {
	width:auto
}
.navbox .item-nav .li {
	line-height:2;
	display:block;
	text-align:center
}
.navbox .left-box .li.libot {
margin-bottom:.5rem!important
}
.navbox .item-nav span {
	position:relative;
	font-size:18px
}
.navbox .item-nav span:before {
	content:"";
	position:absolute;
	width:4px;
	height:4px;
	border-radius:50%;
	left:-10px;
	top:calc(50% - 2px);
	opacity:0;
-webkit-transition:opacity .5s cubic-bezier(0.34, 0.62, 0.4, 0.99);
transition:opacity .5s cubic-bezier(0.34, 0.62, 0.4, 0.99)
}
.navbox .item-nav .li:hover span:before {
	opacity:1
}
.navbox .content2 .item {
	margin-right:7.5%
}
.navbox .content2 .item:last-child {
	margin-right:0
}
@media(max-width:1281px) {
.navbox .content2 .item {
margin-right:6%
}
}
.navbox .bot {
	width:100%;
	position:relative;
	z-index:5;
	visibility:hidden;
	opacity:0;
	-webkit-transform:translate(0, 30px);
	-ms-transform:translate(0, 30px);
	transform:translate(0, 30px)
}
.navbox .bot.active {
	visibility:visible;
	opacity:1;
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	transform:translate(0, 0);
-webkit-transition:-webkit-transform .6s .7s cubic-bezier(0.34, 0.615, 0.4, 0.985), opacity .6s .7s cubic-bezier(0.34, 0.615, 0.4, 0.985);
transition:transform .6s .7s cubic-bezier(0.34, 0.615, 0.4, 0.985), opacity .6s .7s cubic-bezier(0.34, 0.615, 0.4, 0.985)
}
.navbox .f-add .left-box .tit1 {
	font-size:15px;
	color:#6498de;
	margin-right:20px;
	width:96px
}
.navbox .f-add .left-box .tit2 {
	font-size:26px;
	line-height:1.2;
	font-family:"DIN";
	color:#fff
}
.navbox .f-add .left-box .tit3 {
	font-size:15px;
	color:#fff;
	width:calc(100% - 70px)
}
.navbox .f-add .left-box .li {
margin-bottom:.25rem
}
.navbox .f-add .right-box span {
	font-size:15px;
	line-height:1.5;
	color:#6498de;
	margin-right:20px
}
.navbox .f-add .right-box .img1 {
	width:32px;
	height:32px;
	margin-right:25px
}
.navbox .f-add .right-box .img2 {
	width:90px;
	height:90px
}
.navbox.active {
	visibility:visible;
	background: rgba(0, 0, 0, 0.3);
	height: 100vh;
}
.navbox.active .svg1 {
	-webkit-transform:translate3d(0, 100%, 0);
	transform:translate3d(0, 100%, 0);
-webkit-transition:all 1.5s .3s ease-in-out;
transition:all 1.5s .3s ease-in-out
}
.navbox.active .svg2 {
	-webkit-transform:translate3d(0, 100%, 0);
	transform:translate3d(0, 100%, 0);
-webkit-transition:all 1.5s .2s ease-in-out;
transition:all 1.5s .2s ease-in-out
}
.navbox.active .svg3 {
	-webkit-transform:translate3d(0, 100%, 0);
	transform:translate3d(0, 100%, 0);
-webkit-transition:all 1.5s .1s ease-in-out;
transition:all 1.5s .1s ease-in-out
}
.navbox.active .svg4 {
	-webkit-transform:translate3d(0, 100%, 0);
	transform:translate3d(0, 100%, 0);
	-webkit-transition:all 1.5s 0s ease-in-out;
	transition:all 1.5s 0s ease-in-out
}
@media(max-width:1480px) {
.navbox .n-item .sp1 {
margin-bottom:10px
}
.navbox {
padding:2vh 0 10px
}
.navbox .f-add .left-box .li {
margin-bottom:10px
}
.navbox .content {
padding-bottom:30px;
margin-bottom:30px
}
.navbox .f-add .left-box .tit2 {
font-size:24px
}
}
@media(max-width:1281px) {
.navbox .f-add .left-box .li {
margin-right:1rem
}
.navbox .f-add .right-box span {
margin-right:.5rem
}
.navbox .bot .right-box .img1 {
width:25px!important;
height:auto!important;
margin:0 5px!important
}
.navbox .f-add .left-box .right-box .li {
margin-right:5px!important
}
.navbox .f-add .left-box .tit1 {
margin-right:0
}
}
.n-header.active nav .item {
	color:#393939
}
.n-header.active .item-net {
	color:#393939
}
.n-header.active .lang, .n-header.active .search-btn {
	color:#393939;
	cursor:pointer
}
.n-header.active .hamburger-inner, .n-header.active .hamburger-inner::before, .n-header.active .hamburger-inner::after {
background:#393939;
position:absolute
}
.n-header.active nav:before {
	border-right:1px dotted #393939
}
.main-wrap .btn--search-close {
right:calc(70px+25px+.65rem);
	top:35px
}
}
 @media(max-width:1640px) {
.navbox .bot .right-box .li {
position:relative;
cursor:pointer
}
.navbox .bot .right-box .img1 {
width:35px;
margin:0 10px
}
.navbox .bot .right-box .li:hover .wxbox {
opacity:1;
visibility:visible;
-webkit-transform:rotateY(0);
transform:rotateY(0)
}
.navbox .bot .right-box .wxbox {
position:absolute;
bottom:45px;
padding:6px;
background:#fff;
width:100px;
border-radius:5px;
left:calc(50% - 50px);
opacity:0;
visibility:hidden;
-webkit-transform:rotateY(-90deg);
transform:rotateY(-90deg);
-webkit-transition:all .3s linear;
transition:all .3s linear
}
.navbox .bot .right-box .wxbox img {
width:100%
}
.navbox .bot .right-box .wxbox:before {
content:"";
position:absolute;
bottom:-6px;
left:50%;
margin-left:-6px;
width:0;
height:0;
border-left:6px solid transparent;
border-right:6px solid transparent;
border-top:6px solid #fff
}
}
@media(max-width:1281px) {
.n-header {
padding:0 5%
}
.n-header .logo {
width:100px
}
.n-header, .warp-header {
height:80px
}
.n-header nav {
font-size:14px
}
.n-header .item-net {
font-size:14px
}
}
@media(max-width:1520px) {
.navbox .n-item .sp1 {
font-size: 21px;
}
}
@media(max-width:1366px) {
.navbox .n-item .sp1 {
font-size: 20px;
}
}
@media(max-width:1680px) {
.navbox .item {
padding: 0 4.66%;
}
.header-search-wrap {
position:fixed;
z-index:4;
right:5%
}
}
 @media(max-width:768px) {
.navbox .item {
border-left:0;
border-bottom: 1px solid #eee;
 padding: 10px 0 0 !important;
 text-align: center;
}
.navbox .item:first-child {
display: block
}
.processing {
color:#a3b7ac;
padding:.55rem 0;
}
.aoyun {
position:fixed;
right:70px;
top:118px;
width:11.7vw;
z-index:10
}
.navbox .n-item .sp1 {
font-size:18px !important
}
.navbox .bg-cover {
height:430px !important
}
}
 @media(max-width:1281px) {
.navbox .n-item .sp1 {
font-size: 18px;
}
.navbox .bg-cover {
height:340px
}
.navbox .item-nav span {
font-size:16px
}
.aoyun {
right:5%;
top:80px
}
}
.n-header {
	height:100px
}
.warp-header {
	height:90px
}
.n-header nav {
	font-size:16px
}
.n-header .item-net {
	font-size:16px;
margin-right:.5rem;
	color:#fff
}
.n-header.active .item-net {
	color:#393939
}
.n-header .mallbox {
margin-right:.25rem
}
.n-header .mallbox a {
margin:0 .25rem
}
.n-header .mallbox a img {
	width:28px;
	height:28px
}
.n-header .search-btn {
margin-right:.25rem
}
.n-header .lang {
margin-right:.35rem
}
.n-proheader-nav {
	height:50px;
	padding:0 calc(70px+3rem);
	border-bottom:1px solid rgba(255, 255, 255, .16)
}
.n-proheader-nav .lipro {
	color:#9feab9;
	height:50px;
transition:color .3s
}
.n-proheader-nav .lipro>a {
	height:50px;
	line-height:50px;
	color:#9feab9;
transition:color .3s
}
.n-proheader-nav .lipro:hover>a {
	color:#fff
}
.n-proheader-nav .lipro:hover>a .img2 {
	opacity:1
}
.n-proheader-nav .lipro .icon {
	width:30px;
	height:30px;
margin-right:.2rem;
	position:relative
}
.n-proheader-nav .lipro .icon .img2 {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
transition:opacity .3s
}
.n-proheader-nav .lipro {
	position:relative
}
.n-proheader-nav .lipro .pro-item {
	position:absolute;
	width:150px;
	background:#fff;
	top:50px;
	left:50%;
	margin-left:-75px;
	position:absolute;
	border-radius:3px;
	z-index:9;
	display:none
}
.n-proheader-nav .lipro .pro-item a {
	height:45px;
	line-height:45px;
	width:100%;
	text-align:center;
	display:block;
	border-bottom:1px solid #f3f3f3;
	color:#555;
transition:color .3s
}
.n-proheader-nav .lipro .pro-item a:last-child {
	border-bottom:0
}
.n-proheader-nav .lipro .pro-item a:hover {
	color:#008c40
}
.n-proheader-nav .lipro .pro-item:before {
	content:"";
	position:absolute;
	top:-6px;
	left:50%;
	margin-left:-6px;
	width:0;
	height:0;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid #fff
}
.n-header {
	position:relative;
	z-index:10;
-webkit-transition:all .3s ease;
transition:all .3s ease
}
.minimize .n-header {
	height:74px;
}
.minimize .n-header .hamburger-box {
	margin-top:18px;
-webkit-transition:all .3s ease;
transition:all .3s ease
}
.n-header nav .item-sub {
	width:150px;
	left:50%;
	background:#fff;
	padding:0;
	top:60px;
	margin-left:-75px;
	border-radius:3px
}
.n-header nav .item-sub a {
	height:45px;
	line-height:45px;
	display:block;
	margin-right:0;
	color:#555;
	border-bottom:1px solid #f3f3f3
}
.n-header nav .item-sub a:last-child {
	margin-right:0
}
.n-header nav .item-sub a:last-child {
	border-bottom:0
}
.n-header nav .item-sub a:hover {
	color:#008c40
}
.n-header nav .item-sub:before {
	display:none
}
.n-header nav .item-sub:after {
	border-bottom-color:#fff;
	-webkit-filter:blur(0);
	filter:blur(0)
}
.warp-header .n-proheader-nav {
	background:#07933d
}
.main.identify .box2 .left-nav.active {
	top:calc(80px+1rem)
}
.v-abouts-center .list .items .imgs {
	border-radius:8px;
	overflow:hidden
}
#chatBtn {
	right:0!important;
	left:auto!important;
	border-radius:8px!important;
	overflow:hidden!important
}
 @media(max-width:1481px) {
.n-header .item-net, .n-header nav {
font-size:14px
}
.n-proheader-nav .lipro, .n-proheader-nav .lipro .pro-item a, .n-header nav .item-sub a {
font-size:14px
}
.n-header nav .li {
margin-right:.85rem
}
.n-proheader-nav {
padding:0 calc(70px+1rem)
}
}
 @media(max-width:1281px) {
.n-proheader-nav {
padding:0 5%
}
.n-header nav .li {
margin-right:.65rem
}
}
 @media(max-width:1040px) {
.n-header nav, .n-proheader-nav {
display:none
}
.n-header {
height:60px;
width: 50px;
}
.lang_menu li:nth-child(1) {
display:block
}
.lang_menu li {
display:block
}
.warp-header {
height:80px
}
.n-header .mallbox a {
margin:0 .75rem
}
.n-header .item-net {
margin-right:1.5rem
}
.main.identify .box2 .left-nav {
display:none
}
.main.identify .box2 .rightbox {
width:100%;
border-left:none;
padding-left:0
}
}
header.active {
	opacity:1
}
.n-header .hamburger-inner {
	width:27px;
	height:2px;
	margin:0 auto;
	position:relative
}
.n-header .hamburger-inner::before, .n-header .hamburger-inner::after {
content:"";
width:27px;
height:2px;
background:red
}
.n-header .hamburger-inner::before {
top:-8px;
left:0
}
.hamburger {
	padding:15px 15px;
	display:inline-block;
	cursor:pointer;
	transition-property:opacity, filter;
transition-duration:.15s;
	transition-timing-function:linear;
	font:inherit;
	color:inherit;
	text-transform:none;
	background-color:transparent;
	border:0;
	margin:0;
	overflow:visible
}
.n-header .hamburger-box .hamburger-inner::before {
top:-10px;
left:0;
position:absolute
}
.n-header .hamburger-box .hamburger-inner::after {
bottom:-10px;
left:0;
position:absolute
}
 @media(max-width:1440px) {
.main.cases .box2 .tab-item .li:hover, .main.cases .box2 .tab-item .li.cur {
font-size:16px
}
}
 @media(max-width:1366px) {
.main.cases .box2 .tab-box .li {
height:95px
}
}
 @media (max-width:500px) {
.lang_menu li:nth-child(1) {
display:none;
}
}
 @media(max-width:1150px) {
.navbox .n-item .sp1 {
font-size: 16px;
}
.navbox .item-nav .li {
font-size: 14px;
}
.navbox .bg-cover {
height: 305px;
}
.navbox .item-nav span {
font-size:14px
}
}
 @media(max-width:1024px) {
.navbox .n-item .sp1 {
font-size: 14px;
}
.navbox .item-nav .li {
font-size: 12px;
text-align:left
}
.navbox .item {
padding: 0 4.46%;
}
.navbox .bg-cover {
height: 290px;
}
}
div, ul, li, span, a {
	box-sizing: border-box;
}
.header-search-wrap {
	position:fixed;
	z-index:4;
	right:4%;
	top:16px;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
	opacity:0;
	width:300px;
	height:40px;
	border:1px solid rgba(255, 255, 255, 1);
	color:#666;
	line-height:40px;
transition:all .5s;
	background:#fff;
	padding-right:50px
}
.show1 {
	z-index:999;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
.header-search-wrap2 {
	position:fixed;
	z-index:4;
	left:50%;
	top:20%;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
	opacity:0;
	width:600px;
	margin-left:-300px;
	color:#666;
	line-height:60px;
transition:all .5s;
	padding-right:50px
}
.header-search-wrap2 a {
	color:#fff;
	display:block;
	border-bottom:1px solid rgba(255, 255, 255, .3)
}
.header-search-wrap2 .search-close2 {
	position:absolute;
	display:block;
	right:-60px;
	top:50%;
	margin-top:-30px;
	width:30px;
	height:60px;
	cursor:pointer;
transition-duration:.5s
}
.header-search-wrap .submit {
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	z-index:5;
	width:36px;
	height:40px;
	background:url(../images/menuss2.png) no-repeat center;
	border:0;
	box-sizing:border-box
}
.header-search-wrap .ser-input {
	width:100%;
	height:40px;
	position:relative;
	border:0;
	background:0;
	box-sizing:border-box;
	text-indent:15px;
	font-size:15px
}
.header-search-wrap .ser-input::-webkit-input-placeholder {
color:#666
}
.header-search-wrap .ser-input:-moz-placeholder {
color:#666;
opacity:1
}
.header-search-wrap .ser-input::-moz-placeholder {
color:#666;
opacity:1
}
.header-search-wrap .ser-input:-ms-input-placeholder {
color:#666
}
.header-search-wrap .search-close {
	position:absolute;
	display:block;
	right:-50px;
	top:50%;
	margin-top:-20px;
	width:50px;
	height:40px;
	cursor:pointer;
transition-duration:.5s;
	padding: 0 15px 0 10px;
	background: #fff;
}
.header-search-wrap .search-close img {
	margin-top:11px
}
.toUpp {
	text-transform:uppercase
}
@media(max-width:767px) {
.wel-list4 .list4-h5 {
font-size:15px
}
.wel-list4 .img-wrap {
width:58px;
margin-bottom:15px
}
.wel-list4 .list4-detail {
font-size:13px;
margin:7px 0 10px
}
.wel-list4 .list4-a {
display:inline-block;
width:90px;
height:30px;
line-height:28px;
font-size:12px;
border:1px solid #d2d2d2;
background-position:center right 14px!important
}
.wel-list4 .list4-item {
flex:0 0 38%;
margin-bottom:50px
}
.wel-list3 .list3-item .cir-wrap, .wel-list4 .list4-item:before {
display:none
}
.wel-list3 .txts-mains {
opacity:1
}
.wel-list3 .list3-ico1 {
height:44px;
width:44px
}
.wel-list3 .list3-txts {
height:190px
}
.wel-list3 .list3-item:before {
width:calc(100% - 20px);
height:calc(100% - 20px);
left:10px;
top:10px
}
.wel-list2 .list2-item {
flex:0 0 calc(87.5vw - 30px);
width:calc(87.5vw - 30px);
margin-left:15px;
margin-right:15px
}
.wel-list3 .list3-item {
flex:0 0 100%;
margin-bottom:25px
}
#header .header_wrap {
top:0
}
#header .header_wrap {
top:0;
}
.header-search-wrap2 {
left:10%;
width:70%;
margin-left:0
}
.n-header .hamburger-box {
margin-top:19px
}
.navbox .item {
width:100%
}
.navbox {
overflow-y:scroll
}
.navbox .item-nav {
display:none
}
.lh-advantage li {
width:50%
}
.stats-counter .counter {
font-size:27px;
padding-left:5px
}
.stats-counter .title {
font-size:14px;
color:#666
}
.stats-counter .item i {
font-size:24px
}
.stats-counter .col {
padding:15px 0
}
.welcome-banner-txts {
display:none
}
.pavilion-container .pavilion-inner .tabs {
padding:0
}
.pavilion-container .pavilion-inner .tabs li {
padding:0;
width:23%
}
.welcome .welcome-banner {
margin-top:60px
}
.welcome-banner-txts .wel-ban-h5 {
font-size:14px
}
.swiper-container-horizontal>.swiper-pagination-bullets {
bottom:20px!important
}
.w-imgText .item {
margin:0
}
.tmkFoot-nav {
width:100%;
padding-bottom:0
}
}
@media(max-width:1270px) {
.m-nav-wrap.flexBox {
justify-content:flex-start
}
.m-nav-a0 {
flex:0 0 33.3%;
width:33.3%;
display:inline-block;
font-size:14px;
line-height:24px;
padding:6px 0;
text-align:center;
background:#fff;
transition-duration:.3s;
border-bottom:1px solid #f1f1f1;
border-right:1px solid #f1f1f1
}
.m-nav-a0:first-child, .m-nav-a0:nth-child(2), .m-nav-a0:nth-child(3) {
border-top:1px solid #f1f1f1
}
.m-nav-a0.cur {
background:#e60039;
color:#fff
}
.family-list4 .form-textarea::-webkit-input-placeholder {
color:#999
}
.recruits-list3 .m-img {
display:none
}
.recruits-list3 .list3-txts {
padding:.7rem;
height:auto;
width:100%;
max-height:100%;
transform:translate(-50%, -50%)
}
.recruits-list3 {
padding:1.8rem 0
}
.recruits-list3 .img-wrap {
height:355px
}
.recruits-list3 .swiper-slide {
position:relative;
color:#fff;
text-align:center
}
.recruits-list3 .ico-wrap {
width:40px;
margin:0 auto 20px
}
.recruits-list3 .list3-h5 {
font-size:20px;
line-height:1rem
}
.recruits-list3 .list3-h5:after {
content:"";
display:block;
width:32px;
height:1px;
background:#fff;
margin:20px auto
}
.recruits-list3 .txts-mains {
font-size:14px;
line-height:28px;
transition-duration:.3s;
height:0;
overflow:hidden
}
.recruits-list3 .scroll-wrap, .recruits-list3 .txts-mains.autoHeight {
height:168px
}
.white .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background:#fff!important
}
.white .mCSB_scrollTools .mCSB_draggerRail {
background:#fff!important
}
@media(min-width:768px) {
.onLine-list2 .m-img {
display:none
}
}
@media(max-width:1270px) {
.recruits-list3 .ico-wrap {
width:30px;
margin-bottom:10px
}
.recruits-list3 .list3-h5:after {
margin:10px auto
}
.recruits-list3 .list3-h5 {
font-size:16px;
line-height:30px
}
.recruits-list3 .img-wrap {
height:280px
}
.recruits-list3 .scroll-wrap, .recruits-list3 .txts-mains, .recruits-list3 .txts-mains.autoHeight {
height:96px
}
.recruits-list3 .txts-mains {
font-size:12px;
line-height:24px
}
}
.submit-input, .submit-inputs {
position:relative
}
.submit-input.disable, .submit-inputs.disable {
background:#999!important
}
.new-pro {
position:relative
}
.new-pro:after {
width:40px;
height:40px;
content:"";
display:block;
position:absolute;
right:0;
top:0;
background:url(../images/new-pro1.png);
background-size:40px!important
}
.new-pro.cur:after, .new-pro:hover:after {
background:url(../images/new-pro1on.png)
}
@media(max-width:1270px) {
.xinjiaimgdiv .pc-imgixn {
display:none
}
.xinjiaimgdiv .pho-imgixn {
display:block;
position:relative
}
.xinjiaimgdiv .pho-imgixn .title-xin {
position:absolute;
top:4%;
left:50%;
transform:translateX(-50%);
width:90%;
text-align:center
}
.xinjiaimgdiv .pho-imgixn .title-xin .xinname {
font-size:20px;
line-height:1.25
}
.xinjiaimgdiv .pho-imgixn .title-xin .xin-p {
font-size:13px;
line-height:24px;
color:#666;
margin-top:6px
}
}
@media(max-width:1000px) {
.n-header {
display:block
}
.n-header .hamburger-box {
margin-top:19px
}
.header-search-wrap {
height: 40px;
line-height: 40px;
right: 7%;
}
.header-search-wrap .search-close {
height: 40px;
margin-top: -20px;
}
.header-search-wrap .submit {
height:40px
}
.header-search-wrap .ser-input {
height: 40px;
}
.header-search-wrap .search-close img {
margin-top:11px
}
.navbox .item {
padding: 0 3.9%;
}
}
@media(max-width:768px) {
.header-search-wrap {
right:9%
}
}
@media(max-width:600px) {
.header-search-wrap {
right:11%
}
.header-search-wrap {
width:200px
}
}
@media(max-width:500px){
	.navbox .n-item .sp1 {
    font-size: 16px !important;
}
	}
