@charset "utf-8";
body{background-color: #373c41}
.header{
	width:100%;
	position: fixed;
	top:0;
	left:0;
	z-index:999;
	height:auto;
	background:#ffffff;
	opacity:1;
    height: auto;
	box-shadow: 0 0 10px rgba(100,100,100,.2);
}
.header .left{margin-left: 0px;clear: left;margin-right: 0px;width: 22.09%;
}
.header .left img{ }
.header .left a img{max-width:100%;width:auto;height: auto;}
.header .left .img2{
	display: none;
}
.head1{display:block;}
.head2{display:none;}
.head1{height:auto;}

.header .navs{width:71%;margin-left:0%;margin-right:0px;clear:none;float: left;height: 50px; margin-top:25px;}
.header .navs li{float:left;color:#000;display: inherit;position: relative; width: 10.2%; /*margin-left:4em; padding:0 2.6%;*/ text-align:center;height: 40px;}
.header .navs li a{display:block;color:#000;font-size:1.15em;position:relative;text-decoration:none;height: 40px;}
/*.header .navs li a:after{content:'';position:relative;left:0;top:0;width:2px;height:100%;}*/
.header .navs li a:hover{color:#fc0202;text-decoration:none;}
/*.header .navs li:hover{border-bottom:3px solid #ff4500;left: 0;transition: all 0.5s ease 0s;}*/
.header .navs li:after{content: "";width: 0;height: 2px;background: #fc0202;position: absolute;bottom: 0;left: 0;transition: all 0.5s ease 0s;}
.header .navs li:hover:after{width: 80%; margin:0 10%;}
.header .navs .sub{display: none; /*默认隐藏*/ position: absolute; left: 0px; top: 45px; background: #ffffff; float: left; }
.header .navs .sub li{text-align: center; width:100%; padding:0; height:40px;line-height: 40px;}
.header .navs .sub li a{color: #666; display: block;width:100%; zoom: 1; line-height:40px; border-bottom:#e2e6e9 1px solid}
.header .navs .sub li:after{ width: 0;height: 0;}
.header .navs .sub li:hover{ background:#005bac;}
.header .navs .sub li a:hover{color: #ffffff;}
.wraptop .header_mid_right{position: absolute;float:right; right:2%;top: 0;height: 100%;}
.wraptop .header_mid_right .mid{display: table;height: 100%;width: 100%;}
.wraptop .header_mid_right .mid .cell{height: 100%;display: table-cell;vertical-align: middle;}
.wraptop .header_mid_right a{padding-left: 1.5em;background-position: left center;background-repeat: no-repeat;background-image: url(../images/index18.png);display: inline-block;color: #333333;/* padding: .2em .6em; */font-size: 18px; text-decoration: none;font-family: Microsoft Yahei;}
.lan {
    float: right;
    width: 8%;
    margin: 40px 0 0 0;
    font-size: 1.2em;
}
.lan a{color:#fff;text-decoration: none;font-weight: bold;}
.lan a:hover{    color: #39bcd9; text-decoration: none;}
/*@media screen and (max-width: 1680px){	
.header .left{width:40%;line-height: 103px;}
.header .left a img{max-width:100%;width:35%;height: auto;}
.head1 .navs{width:60%;float:right; margin-top:40px;}
}
@media screen and (max-width: 1440px){
.head1 .navs li a{display:block;color:#000;font-size:1.15em;position:relative;text-decoration:none;  padding:0 20px 15px 20px;}
}
@media screen and (max-width: 1360px){	
.header .left{width:35%;line-height: 103px;}
.head1 .navs{width:65%;float:right; margin-top:40px;}
}
@media screen and (max-width: 1280px){	
.header .left{width:30%;line-height: 103px;}
.head1 .navs{width:70%;float:right; margin-top:40px;}
}*/
@media screen and (max-width: 1000px){	
.head1{display:none;}
.head2{display:block;}
.head2{height:auto;}
.lan {  margin: 25px 0 0 0;}


}
@media screen and (max-width: 500px){	
.lan {  margin: 15px 0 0;}
}


#navToggle{
	display: block;
}

.m_nav{
	position: fixed;
	top: 0px;
	/*background-color: rgba(0,0,0,0.7);*/
	background:url(../images/bg2.jpg);
	background-size:cover;
	width: 100%;
    height: 100%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: center;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}

	.header #navToggle {
		height: 100%;
		padding: 15px;
		margin-right: -15px;
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #000;
		font-weight:bold;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}

@media screen and (max-width: 500px){
.header{    position: fixed;}
.header .left{width:38%;}
.header .left a img{padding: 10px 0;}
.header #navToggle{padding:10px 15px}

.header #navToggle span:before{top:6px}
.header #navToggle span:after { bottom: 6px;}
}

.icon-font {
  position: relative;
}

.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

/*左侧工具条*/
#toolbar {
  position: fixed;
  z-index: 9999;
  right: 17px;
  bottom: 12%;
}

#toolbar li {
  margin-bottom: 3px;
  font-size: 0;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#toolbar li a {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #292e39;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
  font-size: 0;
}

#toolbar li .icon-font {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
  background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
  background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
  background-position: 0 -30px;
}

#toolbar li .icon-message:after {
  background-position: 0 -120px;
}

#toolbar li .icon-top:after {
  background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
  background-position: 0 0;
}

#toolbar li .wz {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 5px;
  background: #292e39;
  width: 110px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
  margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
  max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #292e39;
  border-right: none;
}

#toolbar li.ewm:hover .icon {
  background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#toolbar li.backtop {
  cursor: pointer;
}

#toolbar li.backtop .iconfont {
  color: #fff;
  background-color: #292e39;
}

#toolbar li:hover a {
  width: 200px;
}

#toolbar li:hover .icon-font {
  background-color: #292e39;
}

#toolbar li:hover .icon-qq:after {
  background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
  background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
  background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
  background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
  background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
  background-position: -30px -60px;
}

@media (max-width: 990px) {
  #toolbar {
    display: none;
  }
}