.border-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.img_scale {
	overflow: hidden
}

.img_scale img {
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-ms-transition: transform 1s
}

.img_scale:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1)
}


body {
	/*overflow-x: hidden;*/
	font-size: 14px;
	font-family: Microsoft YaHei;
	line-height: 1.4286;
	font-family: Microsoft Yahei UI,Microsoft YaHei,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,PingFangSC-Regular,sans-serif,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
      
}

blockquote,body,button,dd,dl,dt,fieldset,h1,h2,h3,h4,h5,h6,hr,input,lengend,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0
}

*,:after,:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

li,ol,ul {
	list-style: none
}

img {
	border: none;
	vertical-align: middle
}

.img-responsive {
	width: 100%;
	height: auto
}

a {
	color: #000
}

a,a:hover {
	text-decoration: none
}

.fl {
	float: left
}

.fl,.fr {
	display: inline
}

.fr {
	float: right
}

.center {
	margin: 0 auto
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0
}

.clearfix:after,.clearfix:before {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

div[class*=container],section[class*=container],ul[class*=container] {
	position: relative;
	margin: 0 auto
}

header {
	position: absolute;
	z-index: 101;
	display: table;
	width: 100%;
	height: 90px
}

.header-main {
	position: relative;
	z-index: 1001;
	width: 100%;
}

.header-main:after {
	position: absolute;
	top: -200%;
	left: 0;
	z-index: -1;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-bottom: 17px;
	width: 100%;
	height: 100%;
	background: url(../images/header-bck.png) no-repeat bottom;
	background-size: 100% 107px;
	content: "";
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
	-ms-transition: all .8s ease
}

.container_header {
	display: table;
	padding-right: 54px;
	padding-left: 40px;
	width: 100%;
	height: 90px
}

.logo {
	position: relative;
	z-index: 99;
	display: table-cell;
	vertical-align: middle
}

.header-right {
	float: right;
	display: table;
	height: 90px
}

.header-btn,.nav {
	display: table-cell;
	vertical-align: middle
}

.nav {
	/* overflow: hidden; */
	height: 90px;
}

.nav>li {
	float: left;
	margin-left: 80px;
	font-size: 14px;
	opacity: 0;
	cursor: pointer;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
	-ms-transform: translateX(20px)
}

.nav>li:nth-child(8) {
	-webkit-transition: transform 1.2s cubic-bezier(.4,0,.2,1),opacity 1.2s cubic-bezier(.4,0,.2,1);
	-moz-transition: transform cubic-bezier(.4,0,.2,1) 1.2s,opacity cubic-bezier(.4,0,.2,1) 1.2s;
	-o-transition: transform cubic-bezier(.4,0,.2,1) 1.2s,opacity cubic-bezier(.4,0,.2,1) 1.2s;
	transition: transform 1.2s cubic-bezier(.4,0,.2,1),opacity 1.2s cubic-bezier(.4,0,.2,1);
	-ms-transition: transform cubic-bezier(.4,0,.2,1) 1.2s,opacity cubic-bezier(.4,0,.2,1) 1.2s
}

.nav>li:nth-child(7) {
	-webkit-transition: transform 1.2s cubic-bezier(.4,0,.2,1) .15s,opacity 1.2s cubic-bezier(.4,0,.2,1) .15s;
	-moz-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .15s,opacity cubic-bezier(.4,0,.2,1) 1.2s .15s;
	-o-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .15s,opacity cubic-bezier(.4,0,.2,1) 1.2s .15s;
	transition: transform 1.2s cubic-bezier(.4,0,.2,1) .15s,opacity 1.2s cubic-bezier(.4,0,.2,1) .15s;
	-ms-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .15s,opacity cubic-bezier(.4,0,.2,1) 1.2s .15s
}

.nav>li:nth-child(6) {
	-webkit-transition: transform 1.2s cubic-bezier(.4,0,.2,1) .3s,opacity 1.2s cubic-bezier(.4,0,.2,1) .3s;
	-moz-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .3s,opacity cubic-bezier(.4,0,.2,1) 1.2s .3s;
	-o-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .3s,opacity cubic-bezier(.4,0,.2,1) 1.2s .3s;
	transition: transform 1.2s cubic-bezier(.4,0,.2,1) .3s,opacity 1.2s cubic-bezier(.4,0,.2,1) .3s;
	-ms-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .3s,opacity cubic-bezier(.4,0,.2,1) 1.2s .3s
}

.nav>li:nth-child(5) {
	-webkit-transition: transform 1.2s cubic-bezier(.4,0,.2,1) .45s,opacity 1.2s cubic-bezier(.4,0,.2,1) .45s;
	-moz-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .45s,opacity cubic-bezier(.4,0,.2,1) 1.2s .45s;
	-o-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .45s,opacity cubic-bezier(.4,0,.2,1) 1.2s .45s;
	transition: transform 1.2s cubic-bezier(.4,0,.2,1) .45s,opacity 1.2s cubic-bezier(.4,0,.2,1) .45s;
	-ms-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .45s,opacity cubic-bezier(.4,0,.2,1) 1.2s .45s
}

.nav>li:nth-child(4) {
	-webkit-transition: transform 1.2s cubic-bezier(.4,0,.2,1) .6s,opacity 1.2s cubic-bezier(.4,0,.2,1) .6s;
	-moz-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .6s,opacity cubic-bezier(.4,0,.2,1) 1.2s .6s;
	-o-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .6s,opacity cubic-bezier(.4,0,.2,1) 1.2s .6s;
	transition: transform 1.2s cubic-bezier(.4,0,.2,1) .6s,opacity 1.2s cubic-bezier(.4,0,.2,1) .6s;
	-ms-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .6s,opacity cubic-bezier(.4,0,.2,1) 1.2s .6s
}

.nav>li:nth-child(3) {
	-webkit-transition: transform 1.2s cubic-bezier(.4,0,.2,1) .75s,opacity 1.2s cubic-bezier(.4,0,.2,1) .75s;
	-moz-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .75s,opacity cubic-bezier(.4,0,.2,1) 1.2s .75s;
	-o-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .75s,opacity cubic-bezier(.4,0,.2,1) 1.2s .75s;
	transition: transform 1.2s cubic-bezier(.4,0,.2,1) .75s,opacity 1.2s cubic-bezier(.4,0,.2,1) .75s;
	-ms-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .75s,opacity cubic-bezier(.4,0,.2,1) 1.2s .75s
}

.nav>li:nth-child(2) {
	-webkit-transition: transform 1.2s cubic-bezier(.4,0,.2,1) .9s,opacity 1.2s cubic-bezier(.4,0,.2,1) .9s;
	-moz-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .9s,opacity cubic-bezier(.4,0,.2,1) 1.2s .9s;
	-o-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .9s,opacity cubic-bezier(.4,0,.2,1) 1.2s .9s;
	transition: transform 1.2s cubic-bezier(.4,0,.2,1) .9s,opacity 1.2s cubic-bezier(.4,0,.2,1) .9s;
	-ms-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .9s,opacity cubic-bezier(.4,0,.2,1) 1.2s .9s
}

.nav>li:first-child {
	-webkit-transition: transform 1.2s cubic-bezier(.4,0,.2,1) 1.05s,opacity 1.2s cubic-bezier(.4,0,.2,1) 1.05s;
	-moz-transition: transform cubic-bezier(.4,0,.2,1) 1.2s 1.05s,opacity cubic-bezier(.4,0,.2,1) 1.2s 1.05s;
	-o-transition: transform cubic-bezier(.4,0,.2,1) 1.2s 1.05s,opacity cubic-bezier(.4,0,.2,1) 1.2s 1.05s;
	transition: transform 1.2s cubic-bezier(.4,0,.2,1) 1.05s,opacity 1.2s cubic-bezier(.4,0,.2,1) 1.05s;
	-ms-transition: transform cubic-bezier(.4,0,.2,1) 1.2s 1.05s,opacity cubic-bezier(.4,0,.2,1) 1.2s 1.05s
}

.nav .nav_a {
	position: relative;
	display: block;
	width: 100%;
	height: 90px;
	color: #fff;
	font-size: 18px;
	line-height: 90px;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	transition: all .36s ease;
	-ms-transition: all .36s ease;
}

.nav .nav_a:after {
	position: absolute;
	bottom: 20px;
	display: block;
	width: 0em;
	height: 4px;
	background: #f5f5f5;
	content: "";
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-ms-transition: all .3s ease;
}

.nav.show>li {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-ms-transform: translateX(0)
}

.nav.show>li:first-child {
	-webkit-transition: transform 1.2s cubic-bezier(.4,0,.2,1),opacity 1.2s cubic-bezier(.4,0,.2,1);
	-moz-transition: transform cubic-bezier(.4,0,.2,1) 1.2s,opacity cubic-bezier(.4,0,.2,1) 1.2s;
	-o-transition: transform cubic-bezier(.4,0,.2,1) 1.2s,opacity cubic-bezier(.4,0,.2,1) 1.2s;
	transition: transform 1.2s cubic-bezier(.4,0,.2,1),opacity 1.2s cubic-bezier(.4,0,.2,1);
	-ms-transition: transform cubic-bezier(.4,0,.2,1) 1.2s,opacity cubic-bezier(.4,0,.2,1) 1.2s
}

.nav.show>li:nth-child(2) {
	-webkit-transition: transform 1.2s cubic-bezier(.4,0,.2,1) .15s,opacity 1.2s cubic-bezier(.4,0,.2,1) .15s;
	-moz-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .15s,opacity cubic-bezier(.4,0,.2,1) 1.2s .15s;
	-o-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .15s,opacity cubic-bezier(.4,0,.2,1) 1.2s .15s;
	transition: transform 1.2s cubic-bezier(.4,0,.2,1) .15s,opacity 1.2s cubic-bezier(.4,0,.2,1) .15s;
	-ms-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .15s,opacity cubic-bezier(.4,0,.2,1) 1.2s .15s
}

.nav.show>li:nth-child(3) {
	-webkit-transition: transform 1.2s cubic-bezier(.4,0,.2,1) .3s,opacity 1.2s cubic-bezier(.4,0,.2,1) .3s;
	-moz-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .3s,opacity cubic-bezier(.4,0,.2,1) 1.2s .3s;
	-o-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .3s,opacity cubic-bezier(.4,0,.2,1) 1.2s .3s;
	transition: transform 1.2s cubic-bezier(.4,0,.2,1) .3s,opacity 1.2s cubic-bezier(.4,0,.2,1) .3s;
	-ms-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .3s,opacity cubic-bezier(.4,0,.2,1) 1.2s .3s
}

.nav.show>li:nth-child(4) {
	-webkit-transition: transform 1.2s cubic-bezier(.4,0,.2,1) .45s,opacity 1.2s cubic-bezier(.4,0,.2,1) .45s;
	-moz-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .45s,opacity cubic-bezier(.4,0,.2,1) 1.2s .45s;
	-o-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .45s,opacity cubic-bezier(.4,0,.2,1) 1.2s .45s;
	transition: transform 1.2s cubic-bezier(.4,0,.2,1) .45s,opacity 1.2s cubic-bezier(.4,0,.2,1) .45s;
	-ms-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .45s,opacity cubic-bezier(.4,0,.2,1) 1.2s .45s
}

.nav.show>li:nth-child(5) {
	-webkit-transition: transform 1.2s cubic-bezier(.4,0,.2,1) .6s,opacity 1.2s cubic-bezier(.4,0,.2,1) .6s;
	-moz-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .6s,opacity cubic-bezier(.4,0,.2,1) 1.2s .6s;
	-o-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .6s,opacity cubic-bezier(.4,0,.2,1) 1.2s .6s;
	transition: transform 1.2s cubic-bezier(.4,0,.2,1) .6s,opacity 1.2s cubic-bezier(.4,0,.2,1) .6s;
	-ms-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .6s,opacity cubic-bezier(.4,0,.2,1) 1.2s .6s
}

.nav.show>li:nth-child(6) {
	-webkit-transition: transform 1.2s cubic-bezier(.4,0,.2,1) .75s,opacity 1.2s cubic-bezier(.4,0,.2,1) .75s;
	-moz-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .75s,opacity cubic-bezier(.4,0,.2,1) 1.2s .75s;
	-o-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .75s,opacity cubic-bezier(.4,0,.2,1) 1.2s .75s;
	transition: transform 1.2s cubic-bezier(.4,0,.2,1) .75s,opacity 1.2s cubic-bezier(.4,0,.2,1) .75s;
	-ms-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .75s,opacity cubic-bezier(.4,0,.2,1) 1.2s .75s
}

.nav.show>li:nth-child(7) {
	-webkit-transition: transform 1.2s cubic-bezier(.4,0,.2,1) .9s,opacity 1.2s cubic-bezier(.4,0,.2,1) .9s;
	-moz-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .9s,opacity cubic-bezier(.4,0,.2,1) 1.2s .9s;
	-o-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .9s,opacity cubic-bezier(.4,0,.2,1) 1.2s .9s;
	transition: transform 1.2s cubic-bezier(.4,0,.2,1) .9s,opacity 1.2s cubic-bezier(.4,0,.2,1) .9s;
	-ms-transition: transform cubic-bezier(.4,0,.2,1) 1.2s .9s,opacity cubic-bezier(.4,0,.2,1) 1.2s .9s
}

.nav.show>li:nth-child(8) {
	-webkit-transition: transform 1.2s cubic-bezier(.4,0,.2,1) 1.05s,opacity 1.2s cubic-bezier(.4,0,.2,1) 1.05s;
	-moz-transition: transform cubic-bezier(.4,0,.2,1) 1.2s 1.05s,opacity cubic-bezier(.4,0,.2,1) 1.2s 1.05s;
	-o-transition: transform cubic-bezier(.4,0,.2,1) 1.2s 1.05s,opacity cubic-bezier(.4,0,.2,1) 1.2s 1.05s;
	transition: transform 1.2s cubic-bezier(.4,0,.2,1) 1.05s,opacity 1.2s cubic-bezier(.4,0,.2,1) 1.05s;
	-ms-transition: transform cubic-bezier(.4,0,.2,1) 1.2s 1.05s,opacity cubic-bezier(.4,0,.2,1) 1.2s 1.05s
}

.nav li:hover a:after {
	width: 2em;
	/* text-align: center; */
	/* margin: 0px auto; */
}
._lev2{display:none;position:absolute;/* left:0; */top:100%;width: 167px!important;/* background-color: rgb(255 255 255 / 74%); *//* left: 42%; */-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-left: 67px;}
.fuwu{padding: 0 8%;justify-content:space-between;width:100%;}
@media screen and (max-width:1620px){.fuwu{padding: 0 8%;}}
@media screen and (max-width:1360px){.fuwu{padding: 0 8%;}}
.fuwu dl.line{width:1px;background-color:#eaeaea;height:330px}
.fuwu dl dt:first-child{padding-top: 12px;}
.fuwu dl dt a{color:#fff}
.fuwu dl dt a:hover{color:#000;background:rgb(255 255 255 / 88%);padding:10px; margin-left: -10px;}
.fuwu dl dt{color:#111;font-size: 16px;padding-bottom: 12px;padding-top: 0px;font-weight: 400;text-align: left;margin: 0px auto;width: 100%;}
.fuwu dl dd a{display:block;padding:4px 0}
.ab{/* display:flex; */display:-webkit-flex;display:-ms-flex;}
.ac{flex:1;-ms-flex:1;-webkit-flex:1}
.header.on .nav li a {
	color: #545454
}

.header.on .nav li.cur .nav_a,.header.on .nav li:hover .nav_a,.nav li.cur .nav_a,.nav li:hover .nav_a {
	color: #f5f5f5;
}

.header-btn2 {
	position: relative;
	z-index: 1000;
	padding-right: 53px;
	padding-left: 65px
}

.header-btn2 span {
	display: inline-block;
	vertical-align: middle
}

.header-btn2 span:first-child {
	margin-right: 17px;
	width: 18px;
	height: 18px;
	background: url(../images/earth.png) no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	cursor: pointer;
}

.header-btn2 span:nth-child(2) {
	width: 1px;
	background: url(../images/line.png) no-repeat
}

.header-btn2 span:nth-child(2),.header-btn2 span:nth-child(3) {
	height: 19px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-ms-transition: all .3s ease
}

.header-btn2 span:nth-child(3) {
	margin-left: 23px;
	width: 19px;
	background: url(../images/search.png) no-repeat;
	cursor: pointer;
}

.header.on span:first-child {
	background: url(../images/earth2.png) no-repeat
}

.header.on span:nth-child(2) {
	background: url(../images/line2.png) no-repeat
}

.header.on span:nth-child(3) {
	background: url(../images/search2.png) no-repeat
}

.nav-btn .btn-inner {
	position: relative;
	width: 54px;
	height: 54px;
	background: hsla(0,0%,100%,.2);
	-webkit-transition: all .6s cubic-bezier(.215,.61,.355,1);
	-moz-transition: all .6s cubic-bezier(.215,.61,.355,1);
	-o-transition: all .6s cubic-bezier(.215,.61,.355,1);
	transition: all .6s cubic-bezier(.215,.61,.355,1);
	-ms-transition: all .6s cubic-bezier(.215,.61,.355,1);
	opacity: 0;
}

.nav-btn .warp {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9.5px;
	margin-left: -11px;
	width: 22px;
	height: 19px;
	-webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
	-moz-transition: all .5s cubic-bezier(.215,.61,.355,1);
	-o-transition: all .5s cubic-bezier(.215,.61,.355,1);
	transition: all .5s cubic-bezier(.215,.61,.355,1);
	-ms-transition: all .5s cubic-bezier(.215,.61,.355,1)
}

.nav-btn .line {
	position: absolute;
	left: 0;
	width: 22px;
	height: 2px;
	background: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-ms-transition: all .5s ease
}

.nav-btn .line1 {
	top: 0
}

.nav-btn .line2 {
	top: 50%;
	margin-top: -1px
}

.nav-btn .line3 {
	bottom: 0
}

.nav-btn:hover .btn-inner {
	border-radius: 50%
}

.header.on .nav-btn .btn-inner {
	background: 0 0
}

.header.on .nav-btn .line {
	background: #c90918
}

.nav-btn.on .line1 {
	-webkit-transform: translateY(9px) rotate(45deg);
	-moz-transform: translateY(9px) rotate(45deg);
	-o-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg)
}

.nav-btn.on .line3 {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-moz-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg)
}

.nav-btn.on .line2 {
	width: 0
}

.header.on .header-main:after {
	top: 0
}

.dropDown-menu {
	position: absolute;
	/* top: 0; */
	z-index: 999;
	display: none;
	overflow: hidden;
	/* padding-top: 90px; */
	padding-bottom: 70px;
	width: 200px;
	background: #fff;
	text-align: center;
	margin-left: -92px;
	margin-top: -4px;
}

.dropDown-menu ul {
	position: relative;
	left: 50%;
	/* float: left */
}

.dropDown-menu ul li {
	position: relative;
	left: -50%;
	/* float: left; */
	margin: 0 25px;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	/* font-size: 16px; */
}

.dropDown-menu ul li a {
	color: #666
}

.dropDown-menu ul li:first-child {
	-moz-transition: opacity 1s .4s,transform 1.2s .4s,-moz-transform 1.2s .4s;
	-o-transition: opacity 1s .4s,-o-transform 1.2s .4s;
	transition: opacity 1s .4s,-webkit-transform 1.2s .4s;
	transition: opacity 1s .4s,transform 1.2s .4s;
	transition: opacity 1s .4s,transform 1.2s .4s,-webkit-transform 1.2s .4s,-moz-transform 1.2s .4s,-o-transform 1.2s .4s
}

.dropDown-menu ul li:nth-child(2) {
	-moz-transition: opacity 1s .5s,transform 1.2s .5s,-moz-transform 1.2s .5s;
	-o-transition: opacity 1s .5s,-o-transform 1.2s .5s;
	transition: opacity 1s .5s,-webkit-transform 1.2s .5s;
	transition: opacity 1s .5s,transform 1.2s .5s;
	transition: opacity 1s .5s,transform 1.2s .5s,-webkit-transform 1.2s .5s,-moz-transform 1.2s .5s,-o-transform 1.2s .5s
}

.dropDown-menu ul li:nth-child(3) {
	-moz-transition: opacity 1s .6s,transform 1.2s .6s,-moz-transform 1.2s .6s;
	-o-transition: opacity 1s .6s,-o-transform 1.2s .6s;
	transition: opacity 1s .6s,-webkit-transform 1.2s .6s;
	transition: opacity 1s .6s,transform 1.2s .6s;
	transition: opacity 1s .6s,transform 1.2s .6s,-webkit-transform 1.2s .6s,-moz-transform 1.2s .6s,-o-transform 1.2s .6s
}

.dropDown-menu ul li:nth-child(4) {
	-moz-transition: opacity 1s .7s,transform 1.2s .7s,-moz-transform 1.2s .7s;
	-o-transition: opacity 1s .7s,-o-transform 1.2s .7s;
	transition: opacity 1s .7s,-webkit-transform 1.2s .7s;
	transition: opacity 1s .7s,transform 1.2s .7s;
	transition: opacity 1s .7s,transform 1.2s .7s,-webkit-transform 1.2s .7s,-moz-transform 1.2s .7s,-o-transform 1.2s .7s
}

.dropDown-menu ul li:nth-child(5) {
	-moz-transition: opacity 1s .8s,transform 1.2s .8s,-moz-transform 1.2s .8s;
	-o-transition: opacity 1s .8s,-o-transform 1.2s .8s;
	transition: opacity 1s .8s,-webkit-transform 1.2s .8s;
	transition: opacity 1s .8s,transform 1.2s .8s;
	transition: opacity 1s .8s,transform 1.2s .8s,-webkit-transform 1.2s .8s,-moz-transform 1.2s .8s,-o-transform 1.2s .8s
}

.dropDown-menu ul li:nth-child(6) {
	-moz-transition: opacity 1s .9s,transform 1.2s .9s,-moz-transform 1.2s .9s;
	-o-transition: opacity 1s .9s,-o-transform 1.2s .9s;
	transition: opacity 1s .9s,-webkit-transform 1.2s .9s;
	transition: opacity 1s .9s,transform 1.2s .9s;
	transition: opacity 1s .9s,transform 1.2s .9s,-webkit-transform 1.2s .9s,-moz-transform 1.2s .9s,-o-transform 1.2s .9s
}

.dropDown-menu .menu-txt {
	margin-top: 15px;
	font-size: 16px;
}

.dropDown-menu .menu-img,.dropDown-menu .menu-txt {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-ms-transition: all .4s ease
}

.dropDown-menu .menu-img {
	position: relative;
	top: 0;
	display: table;
	height: 105px
}

.dropDown-menu .menu-img img {
	display: table-cell;
	vertical-align: bottom
}

.dropDown-menu ul li:hover .menu-img {
	top: -6px
}

.dropDown-menu ul li:hover .menu-txt {
	color: #c90918;
	font-size: 16px;
}

.dropDown-menu.show ul li {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-ms-transform: translateX(0)
}

.header .dropBck {
	position: absolute;
	width: 100%;
	height: 100%;
	background: 0 0;
	transition: .8s;
	transform: translateY(-125%);
}

.header.on .dropBck {
	background: #fff;
	transition: .8s .2s;
}

.menu-mask {
	position: fixed;
	z-index: 100;
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .82;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-ms-transition: all .4s
}

.footer {
	z-index: 999;
	padding-top: 3.3854%;
	background: #000000;
}

.footer .footer-top {
	padding-bottom: 30px;
}

.footer .footer_container {
	width: 1300px
}

.footer .footer-nav {
	float: left;
	width: 75%
}

.footer .footer-nav ul li {
	float: left;
	width: 20%;
}

.footer .footer-nav dd {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1;
}

.footer .footer-nav dd a {
	color: #b9b9b9;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-ms-transition: all .4s;
}

.footer .footer-nav dd a:hover {
	color: #fff;
}

.footer dt {
	margin-bottom: 21px;
	color: #fff;
	font-size: 22px;
	line-height: 1;
}

.footer .footer-contact {
	float: right;
	width: 25%;
	text-align: right
}

.footer .tell {
	color: #d4181a;
	font-size: 24px
}

.footer .tell>div {
	margin-bottom: 10px;
	line-height: 1
}

.footer .tell>div:last-child {
	margin-bottom: 0
}

.footer .address {
	margin-top: 23px;
	color: #b9b9b9;
	font-size: 16px;
	line-height: 33px;
}

.footer .share {
	margin-top: 20px;
}

.footer .share a {
	display: inline-block;
	margin: 0 6px;
	width: 30px;
	height: 30px;
	vertical-align: middle
}

.footer .footer-bottom {
	height: 55px;
	/* border-top: 1px solid #e7e7e7; */
	background: #161616;
	color: #949494;
	text-align: center;
	font-size: 12px;
	line-height: 55px;
}

.footer a {
	color: #949494;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-ms-transition: all .4s
}

.footer a:hover {
	color: #000
}

@media (max-width:1680px) {
	.nav>li {
		margin-left: 70px
	}
}
@media (max-width:1599px) {
.logo picture img{max-width:350px}
}
@media (max-width:1440px) {
		.logo picture img{max-width:350px}
	.nav>li {
		margin-left: 50px
	}

	.header-btn2 {
		padding-right: 45px;
		padding-left: 50px
	}
}

@media (max-width:1366px) {
	.nav>li {
		margin-left: 45px
	}

	.header-btn2 {
		padding-right: 40px;
		padding-left: 45px
	}

	.footer .footer_container {
		width: 1080px
	}

	.dropDown-menu ul li {
		margin: 0 20px
	}
	body,header{min-width:1360px;}
}

@media (max-width:1280px) {
	.nav>li {
		margin-left: 35px
	}

	.container_header {
		padding-right: 40px
	}

	.header-btn2 {
		padding-right: 30px
	}
}

@media (max-width:1280px) {
	.nav>li {
		margin-left: 33px
	}
}
a:hover{color:#17334e}
			.base80 {
    padding-top:80px;
    
}

.basecont {
    margin-left: auto;
    margin-right: auto;
}

.basecont {
    width: 1365px;;
}
.hot-scale .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.hot-scale .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .hot-scale .nav {
    margin-bottom: 30px;
  }
}
.hot-scale .nav a {
  display: block;
  margin: 0 30px;
  color: #333;
  line-height: 1;
}
@media (max-width: 1366px) {
  .hot-scale .nav a {
    margin: 0 26px;
  }
}
@media (max-width: 1199px) {
  .hot-scale .nav a {
    margin: 0 20px;
  }
}
.hot-scale .nav .on {
  color: #e60012;
  font-weight: bold;
}
.hot-scale .swiper-slide {
  background-color:#f6f6f6;
}
.hot-scale .cont {
  display: flex;
  flex-wrap: wrap;
}
.hot-scale .cont .item {
  display: block;
}
@media (max-width: 1199px) {
  .hot-scale .cont .item {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .hot-scale .cont .item {
    width: 50%;
  }
  .hot-scale .cont .item:last-child {
    display: none;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .hot-scale .cont .item {
    width: 100%;
  }
  .hot-scale .cont .item:last-child {
    display: block;
  }
}
.hot-scale .cont .item .img {
  display: block;
  width: 100%;
  position: relative;
	background: none;
	background-size: cover;
  padding-bottom: 63.3%;
}
.hot-scale .cont .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: transform 1s cubic-bezier(.335,.015,.46,.995);
	-moz-transition: transform 1s cubic-bezier(.335,.015,.46,.995);
	-o-transition: transform 1s cubic-bezier(.335,.015,.46,.995);
	transition: transform 1s cubic-bezier(.335,.015,.46,.995);
	-ms-transition: transform 1s cubic-bezier(.335,.015,.46,.995)
}
.hot-scale .cont .item .font {
  width: 100%;
  padding: 15px;
  background-color: #fafafa;
  display:flex;
}
@media (max-width: 767px) {
  .hot-scale .cont .item .font {
    padding: 25px 20px 30px;
  }
}
.hot-scale .cont .item .font .tit {
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* margin-top: 20px; */
  /* margin-bottom: 15px;  font-weight: bold;*/
  display: block;
  width:calc(100% - 120px)
 
}
.hot-scale .cont .item .font .text {
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 24px;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .hot-scale .cont .item .font .text {
    font-size: 14px;
    line-height: 22px;
    height: 46px;
  }
}
.hot-scale .cont .item .font .text:hover {
  text-decoration: none!important;
}
.hot-scale .cont .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  
}
.hot-scale .cont .item:hover .baseSan::before {
  width: 100%;
}
.hot-scale .cont .item:nth-child(1),
.hot-scale .cont .item:nth-child(2) {
  width: 50%;
}
@media (max-width: 500px) {
  .hot-scale .cont .item:nth-child(1),
  .hot-scale .cont .item:nth-child(2) {
    width: 100%;
  }
}
.hot-scale .cont .item:nth-child(1) .text,
.hot-scale .cont .item:nth-child(2) .text {
  line-height: 24px;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}
.f_cont3 {
  margin: 0 -15px;
  
}
@media (max-width: 1199px) {
  .f_cont3 {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .f_cont3 {
    margin: 0;
  }
}
.f_cont3 .f_list3 {
  padding: 0 15px;
  width: 33.333%;
  margin-bottom: 30px;
  
}
.img{overflow:hidden}
@media (max-width: 1199px) {
  .f_cont3 .f_list3 {
    padding: 0 5px;
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .f_cont3 .f_list3 {
    padding: 0;
    width: 100%;
  }
}
		.basefont20 {
    font-size: 20px;
}	