﻿@charset "utf-8";
html {
	font-size: 100px;
}

body {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	position: relative;
	overflow-x: hidden;
}

.contain {
	width: 1200px;
	margin: 0 auto;
}

/*初始化按钮*/

.btn {
	display: inline-block;
	text-align: center;
	padding: 0px;
	border: 0px;
	margin: 0px;
	position: relative;
	cursor: pointer;
}

.btn span {
	display: inline-block;
}

input.text,
textarea.text {
	display: block;
	padding: 0px;
	width: 100%;
	border: 0px;
	background: none;
	margin: 0px;
	resize: none;
}

/*--- Header ---*/

.Header-wrapper {
	z-index: 99;
}

.Header-wrapper .Header-cl {
	position: relative;
}

.header-container {
	width: 100%;
	background: #ffffff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 90;
	box-shadow: 0px 0px 8px #e4e4e4;
}

/*logo*/

.H-logo {
	height: 70px;
	line-height: 70px;
	font-size: 0px;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.H-logo img.rollover {
	display: none;
}

.H-action {
	float: right;
	margin: 0 1.16667% 0 0;
}

.H-action .split {
	display: block;
	width: 1px;
	height: 20px;
	background: #e0e0e0;
	float: left;
	margin: 27px 0 0;
}

.H-lang,
.H-user,
.H-srch {
	height: 70px;
	float: left;
}

/*Hlang*/

.H-lang {
	position: relative;
}

.H-lang .Hlang-menu {
	display: block;
	width: 53px;
	height: 100%;
	background: url(../images/icon-hlang2.png) no-repeat center center;
	transition: none;
	-webkit-transition: none;
}

.Hlang-menu.cur {
	background: url(../images/icon-hlang2.png) no-repeat center center / 16px auto;
}

.Hlang-box {
	padding: 20px 0px;
	width: 200px;
	box-shadow: 1px 1px 10px #666;
	background: #fff;
	position: absolute;
	top: 70px;
	left: -76px;
	display: none;
}

.Hlang-box:before {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 8px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -8px;
	left: 50%;
	margin: 0 0 0 -4px;
}

.Hlang-box a {
	display: block;
	padding: 5px 10px 5px 60px;
	line-height: 30px;
	background-repeat: no-repeat !important;
	background-position: 20px center !important;
}

.Hlang-box a:hover {
	color: #fff;
	background: #0062b2;
}

.Hlang-box a.CN {
	background-image: url(../images/icon-cn.png);
}

.Hlang-box a.JP {
	background-image: url(../images/icon-jp.png);
}

.Hlang-box a.EN {
	background-image: url(../images/icon-en.png);
}

/*Huser*/

.Huser-menu {
	display: block;
	width: 53px;
	height: 100%;
	background: url(../images/icon-huser.png) no-repeat center center;
	float: left;
}

.Huser-name {
	display: block;
	padding: 0 15px;
	line-height: 70px;
	color: #fff;
}

/*Hsrch*/

.H-srch .Hsrch-menu {
	display: block;
	width: 47px;
	height: 100%;
	background: url(../images/icon-hsrch2.png) no-repeat center center;
}

.Hsrch-box {
	width: 100%;
	height: 70px;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	position: absolute;
	z-index: 2;
}

.Hsrch-block {
	padding: 0 0 0 4rem !important;
	width: 12rem !important;
	height: 32px;
	margin: 19px auto 0;
}

.Hsrch-block .btn {
	width: 24px;
	height: 32px;
	background: url(../images/icon-hsrch2.png) no-repeat center center;
	float: left;
}

.Hsrch-block .close {
	display: block;
	width: 24px;
	height: 32px;
	background: url(../images/icon-close.png) no-repeat center center;
	float: right;
}

.Hsrch-block .text {
	width: 70%;
	height: 32px;
	font-size: 16px;
	float: left;
	margin: 0 0 0 10px;
}

.Hsrch-block .text::-webkit-input-placeholder {
	color: #6f6f6f;
}

.Hsrch-menu.cur {
	display: none;
}

.Header-wrapper.Header-searching {}

.Header-wrapper.Header-searching .H-logo img {
	display: none;
}

.Header-wrapper.Header-searching .H-logo img.rollover {
	display: inline-block;
}

/*Hnav*/

.H-nav {
	float: left;
	margin: 0 0 0 4.75%;
}

.H-nav>li {
	padding: 0 33px;
	float: left;
	position: relative;
}

.H-nav .Hnav-menu {
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #333333;
	font-weight: 600px;
	position: relative;
}

.Hnav-menu i {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/icon-dd1.png) no-repeat center center / 14px auto;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	display: none;
}

.Hnav-menu.cur i {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.Hnav-sub {
	padding: 48px 0;
	width: 100%;
	background: rgba(19, 19, 19, 0.8);
	position: absolute;
	top: 70px;
	left: 0px;
	display: none;
}

@media all and (min-width:980px) {
	.Hnav-sub-1{
		/* width: 60%;
		height: 250px;
		position: absolute;
		top: 80px;
		left: 16%;
		padding: 20px 0;
		display: none;
		border-top: 1px solid #cecece;
		background: rgb(255, 255, 255); */
	}
	.Hnav-sub-2{
		width: 1200px;
		height: 350px;
		position: absolute;
		top: 80px;
		left: -480px;
		padding: 20px 0;
		display: none;
		border-top: 1px solid #cecece;
		background: rgb(255, 255, 255);
		padding: 18px 0;
	}

	.Hnav-sub-3{
		width: 210px;
		height: auto;
		position: absolute;
		top: 80px;
		left: -36px;
		padding: 20px 0 0 0;
		display: none;
		border-top: 1px solid #cecece;
		background: rgb(255, 255, 255);
	}
	.HnavSub-list3>li{
		width: 100%;
		height: 44px;
		text-align: center;
	}
	.HnavSub-list3>li>a:hover{
		color: #0062b2;
	}
	.HnavSub-list3>li>a{
		font-size: 16px;
		display: block;
		height: 44px;
	}


	.Hnav-sub-4{
		width: 280px;
		position: absolute;
		top: 80px;
		left:-74px;
		padding: 20px 0 0 0;
		display: none;
		border-top: 1px solid #cecece;
		background: rgb(255, 255, 255);
	}
	.HnavSub-list4>li{
		width: 100%;
		height: 50px;
		text-align: center;
	}
	.HnavSub-list4>li>a:hover{
		color: #0062b2;
	}
	.HnavSub-list4>li>a{
		font-size: 16px;
		display: block;
		height: 44px;
	}

	.Hnav-sub-5{
		width: 210px;
		position: absolute;
		top: 80px;
		left:-36px;
		padding: 20px 0;
		display: none;
		border-top: 1px solid #cecece;
		background: rgb(255, 255, 255);
		padding: 18px 0;
	}
	.HnavSub-list5>li{
		width: 100%;
		height: 44px;
		text-align: center;
	}
	.HnavSub-list5>li>a:hover{
		color: #0062b2;
	}
	.HnavSub-list5>li>a{
		font-size: 16px;
		display: block;
		height: 44px;
	}


	.Hnav-sub-6{
		width: 210px;
		position: absolute;
		top: 80px;
		left:-40px;
		padding: 20px 0;
		display: none;
		border-top: 1px solid #cecece;
		background: rgb(255, 255, 255);
		padding: 18px 0;
	}
	.HnavSub-list6>li{
		width: 100%;
		height: 44px;
		text-align: center;
	}
	.HnavSub-list6>li>a:hover{
		color: #0062b2;
	}
	.HnavSub-list6>li>a{
		font-size: 16px;
		display: block;
		height: 44px;
	}


	.H-nav>li:nth-child(1):hover .Hnav-sub-1 {
		display: block;
		animation: fadeInDown .6s ease-in-out;
		-webkit-animation: fadeInDown .6s ease-in-out;
	}
	.H-nav>li:nth-child(2):hover .Hnav-sub-2 {
		display: block;
		animation: fadeInDown .6s ease-in-out;
		-webkit-animation: fadeInDown .6s ease-in-out;
	}
	.H-nav>li:nth-child(3):hover .Hnav-sub-3 {
		display: block;
		animation: fadeInDown .6s ease-in-out;
		-webkit-animation: fadeInDown .6s ease-in-out;
	}
	.H-nav>li:nth-child(4):hover .Hnav-sub-4 {
		display: block;
		animation: fadeInDown .6s ease-in-out;
		-webkit-animation: fadeInDown .6s ease-in-out;
	}
	.H-nav>li:nth-child(5):hover .Hnav-sub-5 {
		display: block;
		animation: fadeInDown .6s ease-in-out;
		-webkit-animation: fadeInDown .6s ease-in-out;
	}
	.H-nav>li:nth-child(6):hover .Hnav-sub-6 {
		display: block;
		animation: fadeInDown .6s ease-in-out;
		-webkit-animation: fadeInDown .6s ease-in-out;
	}
}

.H-nav>li.cur .Hnav-menu {
	color: #017bce;
}

.HnavSub-box {
	padding: 0 0 0 7.91667%;
	width: 31.25%;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, .2);
	position: relative;
	float: left;
	margin: 3px 0 0 5.5833%;
}

.HnavSub-box .t {
	line-height: 32px;
	font-size: 20px;
}

.HnavSub-box .c {
	line-height: 30px;
	font-size: 12px;
	margin: 15px 0 0;
	opacity: .65;
}

.HnavSub-img {
	display: block;
	width: 23.83333333333333%;
	height: 160px;
	overflow: hidden;
	float: right;
}

.HnavSub-img img {
	width: 100%;
	height: 100%;
	obejct-fit: cover;
}

@media all and (min-width:980px) {
	.H-lang:hover .Hlang-box {
		display: block;
		animation: fadeInUp .6s ease-in-out;
		-webkit-animation: fadeInUp .6s ease-in-out;
	}
}

/*right menu*/

@keyframes fadeInUp {
	0% {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInDown {
	0% {
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

/*--- Footer ---*/

.Footer-wrapper {
	color: #fff;
}

.F-cr {
	padding: 30px 0;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
	color: rgba(255, 255, 255, .4);
	background: #2c2c2c;
}

.footer-container {
	padding: 56px 0 45px;
	background: #2c2c2c;
}

.F-nav {
	width: 13.8333%;
	float: left;
}

.F-nav.F-nav2 {
	width: 18.0833%;
}

.F-nav dt,
.F-ct .top {
	line-height: 25px;
	font-size: 14px;
	position: relative;
}

.F-nav dt i {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/icon-dd2.png) no-repeat center center / 14px auto;
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
}

.F-nav dt.cur i {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.F-nav dd {
	margin: 15px 0 0;
	font-size: 13px;
}

.F-nav dd a {
	display: block;
	padding: 5px 0;
	line-height: 24px;
	opacity: .6;
}

.F-nav dd a:hover {
	opacity: 1;
}

.F-ct {
	width: 270px;
	float: right;
}

.F-ct .tel {
	line-height: 22px;
	color: rgba(255, 255, 255, .6);
	margin: 11px 0 0;
}

.F-ct .tel a {
	font-size: 18px;
	color: #fff;
}

.F-ct .adr {
	line-height: 22px;
	color: rgba(255, 255, 255, .6);
	margin: 7px 0 0;
}

.F-code {
	display: inline-block;
	text-align: center;
	margin: 18px 0 0;
}
.F-code  img:hover{
	border: 1px solid #ffffff;
	border-radius: 20px;
}

.F-code .type {
	line-height: 22px;
	font-size: 13px;
	color: #b6b6b6;
	margin: 10px 0 0;
}

.F-split {
	width: 1px;
	height: 272px;
	background: rgba(15, 15, 15, 0.12);
	float: left;
	/*margin:5px 0 0 1.5833%;*/
}

#web-bnr {
	display: none;
}

#web-bnr .bnr-img {
	height: 390px;
}

/*--- Banner ---*/

#index-bnr {
	height: 450px;
}

.bnr-img {
	display: block;
	width: 100%;
	height: auto;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}

.index-bnr .bnr-img {
	height: 450px;
}

.index-bnr .swiper-pagination {
	font-size: 0px;
	bottom: 8.070175438596491% !important;
	opacity: .75;
}

.index-bnr .swiper-pagination-bullet {
	width: 60px;
	height: 4px;
	border-radius: 3px;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin: 0 8px;
	opacity: 1;
}

.index-bnr .swiper-pagination-bullet-active {}

.index-bnr .swiper-pagination .swiper-pagination-bullet i {
	display: block;
	width: 100%;
	height: 100%;
	background: #4ab078;
	position: absolute;
	left: -100%;
	top: 0px;
}

.index-bnr .bnr-bg {
	width: 100%;
	height: 100%;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*iBnr-1*/

.iBnr1-box {
	text-align: center;
	color: #fff;
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 40%;
	width: 1200px;
	margin-left: -600px;
	text-align: left;
}

.iBnr1-box .t1,
.iBnr1-box .t2 {
	line-height: 76px;
	font-size: 60px;
	font-weight: lighter;
	margin-bottom: 30px;
	transition-delay: .6s;
	-webkit-transition-delay: .6s;
	opacity: 0;
	transition: all .6s ease-in-out .2s;
	-webkit-transition: all .6s ease-in-out .2s;
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
}

.iBnr1-box .t2 {
	transition: all 1s ease-in-out .2s;
	-webkit-transition: all 1s ease-in-out .2s;
}

.swiper-slide.swiper-slide-active .iBnr1-box .t1,
.swiper-slide.swiper-slide-active .iBnr1-box .t2 {
	transform: translate(0, 0) scale(1);
	-webkit-transform: translate(0, 0) scale(1);
	opacity: 1;
}

.iBnr1-box .t2 {
	line-height: 34px;
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
	font-family: '微软雅黑';
	letter-spacing: 2px;
}

.iBnr1-box .iBnr1-block {
	width: 830px;
	height: 267px;
	background: url(../images/banner/iBnr1/iBnr1-bg.png) no-repeat center center / cover;
	position: relative;
	margin: -28px 0 0;
}

.iBnr1-block .orn1 {
	display: block;
	width: 89px;
	height: 89px;
	line-height: 89px;
	font-size: 18px;
	font-weight: lighter;
	position: absolute;
	left: 0px;
	top: 32px;
}

/*--- Container ---*/

/*-- 首页 --*/

.header-container {
	background: #fff;
}

/*内页banner 文字缓动1*/

.ypt-bann {
	padding-top: 100px !important;
}

.ypt-bann h2 {
	font-size: 28px !important;
	font-weight: lighter;
	text-align: left !important;
}

.ypt-bann h2 span {
	font-size: 56px !important;
}

.ypt-bann h3 {
	font-size: 16px !important;
	font-weight: lighter !important;
	text-align: left !important;
	line-height: 30px;
}

.bann h2,
.bann h1,
.bann h4,
.bnr-t1 h2 {
	animation: mymove 1s infinite;
	-webkit-animation: mymove 1s infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}

@keyframes mymove {
	from {
		transform: translateY(-50px);
	}
	to {
		transform: translateY(0px);
	}
}

@-webkit-keyframes mymove {
	from {
		transform: translateY(-50px);
	}
	to {
		transform: translateY(0px);
	}
}

/*文字缓动2*/

.bann h3,
.bann h5,
.bnr-t1 p {
	animation: mymovet 1.5s infinite;
	-webkit-animation: mymovet 1.5s infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}

@keyframes mymovet {
	from {
		transform: translateY(50px);
	}
	to {
		transform: translateY(0px);
	}
}

@-webkit-keyframes mymovet {
	from {
		transform: translateY(50px);
	}
	to {
		transform: translateY(0px);
	}
}

.pdtb70 {
	padding: 70px 0px;
}

.bann {
	height: 380px;
	padding-top: 160px;
	margin-top: 70px;
	color: #fff;
}

.bann h1 {
	font-size: 36px;
	text-align: center;
}

.bann h2 {
	font-size: 42px;
	margin-bottom: 10px;
	text-align: center;
}

.bann h3 {
	font-size: 24px;
	font-weight: lighter;
	font-family: "Microsoft yahei";
	text-transform: uppercase;
	text-align: center;
}

/*翻动效果*/

/*btn*/

.index-link {
	width: 120px;
	margin: 0px auto;
}

.flip-btn {
	display: block;
	width: 114px;
	height: 34px;
	margin: 16px auto 0;
}

.flip-btn .btn {
	width: 112px;
	height: 32px;
	line-height: 32px;
	color: #de9f7d;
	border: 1px solid #de9f7d;
}

.flip-btn .btn.btn2 {
	color: #fff;
	background: #de9f7d;
}

.flip-btn {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-btn,
.flip-btn .btn {
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.flip-btn .btn {
	display: block;
}

.flip-btn .btn.btn1 {
	transform: translateZ(20px);
	-webkit-transform: translateZ(20px);
}

.flip-btn .btn.btn2 {
	transform: rotateX(-90deg) translateZ(-20px);
	-webkit-transform: rotateX(-90deg) translateZ(-20px);
	opacity: 0;
}

.index-link:hover .flip-btn {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.index-link:hover .flip-btn .btn.btn2 {
	opacity: 1;
}

/* ----------------------------修改------------------------------- */

@media(max-width:1300px) {
	.F-nav dd a {
		padding: 5px 5px 5px 0;
		line-height: 20px;
	}
}


@media(max-width:980px) {
	.nav-shutiao {
		display: none;
	}
	.footer-tiao {
		width: 100%;
		height: 2px;
		background-color: #565656;
		position: absolute;
	}
	.Hnavtwo{
		display: none;
	}
}
@media(min-width:980px) {
	.header-container {
		height: 90px;
	}
	.contain {
		width: 94%;
		margin-left: 3%;
		margin-top: 10px;
	}
	.Hsrch-box {
		padding-top: 20px;
		height: 90px;
	}
	#index-bnr {
		margin-top: 90px;
	}
	.H-action .split {
		height: 90px;
		margin-top: -10px;
	}
	.Hlang-box {
		top: 80px;
		left: -64px;
	}
	.H-srch .Hsrch-menu {
		width: 80px;
	}
	.H-lang .Hlang-menu {
		width: 80px;
	}
	.H-nav>li {
		padding: 0 0;
		padding-left: 30px;
		height: 80px;
		/* position: relative; */
	}
	.H-nav>li:nth-child(6) {
		padding-right: 30px;
	}
	.H-nav>li:hover {
		border-bottom: 3px solid #0062b2;
	}
	.H-nav>li:hover .Hnav-menu {
		color: #0062b2;
	}
	.nav-shutiao {
		color: #cecece;
		font-weight: 100;
		margin-left: 30px;
	}
	.H-action {
		margin: 0 0 0 0;
	}
	.H-nav .Hnav-menu {
		font-size: 16px;
		font-weight: 500;
	}
	/* ---------底部------ */
	.F-nav {
		width: 11%;
	}
	.F-ct {
		float: right;
	}
	.F-ct .tel a {
		font-size: 28px;
		margin-left: 40px;
	}
	.F-code img {
		margin-left: 100px;
	}
	.footer-tiao {
		width: 94%;
		height:1px;
		background-color: #565656;
		position: absolute;
		left: 3%;
	}
	.F-cr {
		padding: 30px 0;
		line-height: 20px;
		text-align: left;
		font-size: 13px;
		color: #797979;
		background: #2c2c2c;
	}
	.F-cr span{
		margin-left: 3%;
		font-size: 14px;
	}
	.F-life{
		text-decoration: underline;
		margin-left: 32%;
		font-size: 15px;
	}
	.F-life:hover{
		color: white;
	}
	.F-shutiao{
		margin-left: 20px;
	}
	.F-dizi{
		text-decoration: underline;
		margin-left: 20px;
		font-size: 16px;
	}
	.F-dizi:hover{
		color: white;
	}
	.HnavSub-list>li{
		float: left;
		width: 14%;
		height: 30px;
		margin-left: 2.2%;
		text-align: center;
	}
	.HnavSub-list>li>a:hover{
		color: #0062b2;
	}
	.HnavSub-list>li>a{
		font-size: 16px;
		display: block;
		height: 44px;
	}
	.Hnavtwo li{
		font-size: 14px;
		margin-top: 10px;
		color: #6d6d6d;
	}
}
@media (min-width: 1600px){
	.footer-container .contain {
		width: 1400px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.footer-tiao{width: 74%;
		left: 13%;}
		.F-cr span{margin-left: 15%;}
}
@media(min-width:1700px) {
	.H-nav {
		margin: 0 0 0 20%;
	}
}

@media all and (max-width:1700px) {
	/*1680 * 1050*/
	.H-nav {
		margin: 0 0 0 16%;
	}
	.F-life{
		margin-left: 25%;
	}
	.Hnav-sub-5{
		left: -35px;
	}
	.Hnav-sub-6{
		left: -41px;
	}
}

@media all and (max-width:1580px) {
	/*1680 * 1050*/
	.H-nav {
		margin: 0 0 0 9%;
	}
	.Hlang-box {
		left: -68px;
	}
	.F-life{
		margin-left: 22%;
	}
}

@media all and (max-width:1460px) {
	/*1440 * 900*/
	.H-nav {
		margin: 0 0 0 3%;
	}
	.Hlang-box {
		left: -74px;
	}
	.F-life{
		margin-left: 19%;
	}
	
	.Hnav-sub-2{
		left: -360px;
	}
}

@media all and (max-width:1380px) {
	/*1366 * 768*/
	.H-nav {
		margin: 0 0 0 0%;
	}
	.nav-shutiao {
		margin-left: 20px;
	}
	.H-nav>li:nth-child(6) {
		padding-right: 20px;
	}
	.F-life{
		margin-left: 15%;
	}
}

@media all and (max-width:1300px) {
	/*1280 * 800*/
	.H-nav {
		margin: 0 0 0 8%;
	}
	.nav-shutiao {
		margin-left: 2px;
	}
	.H-nav>li:nth-child(6) {
		padding-right: 2px;
	}
	.H-srch .Hsrch-menu {
		width: 50px;
	}
	.H-lang .Hlang-menu {
		width: 50px;
	}
	.Hlang-box {
		left: -100px;
	}
	.F-life{
		margin-left: 8%;
	}
	
	/* .Hnav-sub-2{
		width: 100px;
		left: -270px;
	} */
}
@media all and (max-width:1280px) {
	.nav-shutiao {
		margin-left: 10px;
	}
}
@media all and (max-width:1200px) {

}

@media all and (max-width:900px) {
	.HnavSub-list3 li{
		width: 100%;
		padding: 0px;
	}
	.HnavSub-list3 li a {
		padding: 0 6%;
		height: 45px;
		line-height: 54px;
		text-align: left;
		color: #fff;
		font-size: 13px;
	}
	.HnavSub-list4 li{
		width: 100%;
		padding: 0px;
	}
	.HnavSub-list4 li a {
		padding: 0 6%;
		height: 45px;
		line-height: 54px;
		text-align: left;
		color: #fff;
		font-size: 13px;
	}
	.HnavSub-list5 li{
		width: 100%;
		padding: 0px;
	}
	.HnavSub-list5 li a {
		padding: 0 6%;
		height: 45px;
		line-height: 54px;
		text-align: left;
		color: #fff;
		font-size: 13px;
	}
	.HnavSub-list6 li{
		width: 100%;
		padding: 0px;
	}
	.HnavSub-list6 li a {
		padding: 0 6%;
		height: 45px;
		line-height: 54px;
		text-align: left;
		color: #fff;
		font-size: 13px;
	}

}


.nav-active{
	border-bottom: 3px solid #005dab;
}
.foot_lybtn{padding:0 30px;margin-left:50px;height:36px;border-radius:18px;border:1px solid #fff;display:flex;align-items: center;justify-content: center;font-size: 15px;color: #fff;opacity: 0.5;transition: all .4s ease;}
.foot_lybtn:hover{opacity: 1;}
@media(max-width:980px) {
    .foot_lybtn{margin-left:0;}
}
