@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  background-color: rgba(168, 168, 168, 0.28);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(168, 168, 168, 0.88);
}
img {
  width: 100%;
  border: 0;
  display:block;
}
#layout {
  overflow: hidden;
  margin: 0px auto;
  width: 100%;
  min-width: 1000px;
  position: relative;
  color: #575757;

}

.wenzhang-content img{
		display:inline !important;
	
	}

p {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
body {
  margin: 0;
  font-family: Microsoft Yahei;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
input,select {
  -webkit-appearance: none;
}


/*-具体样式如下-*/

#bshareF{
	top: 55% !important;
}
.buzzButton{
	display:none !important;
}

.clear {
  clear: both;
}
.nav2-title{
	position:relative;
}
.nav2-title img{
	width: 5%;
	position: absolute;
	right: 4%;
	top: 40%;
	display:none;
}

.header{
	background-color:#fff;
	position:relative;
}

.logo{
	width: 36%;
	float: left;
	margin-left: 10%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.tel{
	width: 20%;
float: left;
color: #16DCF4;
font-size: 1.0em;
margin-left: 26%;
margin-top: 3.4%;
}
.tel-pic{

	float: left;
	margin-top: 2%;
	margin-right: 3.5%;
	width: 20%;
}
.tel-word{
	float: left;
	width: 72%;
	margin-left: 4%;
	white-space: nowrap;
	color: #00B3FF;
}
.tel-title{
	width: 38%;
	float: left;
}
.telnumber{
	float: left;
	width: 50%;
margin-left: 3%;
	color: #00B3FF;
}
.close-btn{
	display:none;
}
.nav{
	background-color: #00D3FF;

}
.nav ul{
	width: 75%;
	margin: auto;
	font-size: 0.9em;
}
.tel-pic1{
	width: 13%;
	float: left;
	margin-left: 5%;
	cursor:pointer;
}
.fenxiang{
	margin-top: 7%;
	margin-left: 20%;
	width: 100%;
}
.nav li{
	width: 14%;
	float: left;
	text-align: center;
	color: #fff;
	padding-top: 1.1%;
	padding-bottom: 1.1%;
	background-image:url(../img/header/nav-bg.jpg);
	background-size: 100%;
	background-position: 0 500%;
	background-repeat: no-repeat;
	transition:background-color 0.4s;
	-webkit-transition:background-color 0.4s;
}
.nav li:hover{
	background-position: 0% 0%;
	
	background-color: #00B3FF;
}
.chooseli{
	background-color: #147fd7 !important;
	background-position: 0% 0% !important;
}



.navbtn{
	position: absolute;
	width: 8%;
	right: 5%;
	top: 32%;
	display:none;
}


.nav li{
	position:relative;
}

.nav2{
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 228;
	line-height: 2;
	display:none;
	
}
.nav li:hover .nav2{
	display:block;
}
.nav2-title{
	color: #fff;
}

.nav2li{
	background-color: rgb(85, 158, 230);
	background-color: rgba(85, 158, 230, 0.83);
	color: #fff;
	font-size: 0.9em;
	line-height: 3;
	opacity:0;
	animation:fadeInn 0.5s;
	-webkit-animation:fadeInn 0.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.nav2li:hover{
	background-color: #147fd7;
}

.nav2-a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 6;
}
.float-erwei-word{
	background-color: #fff;
	text-align: center;
	line-height: 2;
	font-size: 1em;
	border-top-style: solid;
	border-width: 1px;
	border-color: #D1D1D1;

}

@media screen and (max-width: 800px) {
 #layout{
 	min-width:320px;
 }
 .nav {
    background-color: #1d1d1d;
    display: none;
}
 .tel {
    width: 40%;
    float: left;
    color: #7e0202;
    font-size: 1.2rem;
	display:none;
    margin-top: 1.8%;margin-left: 11%;
}
.navbtn{
	display:block;
	cursor:pointer;
}

.tel-pic1 {
    width: 20%;
    float: left;
    margin-left: 8%;
    cursor: pointer;
}
.chooseli .nav2-title{
	color:#fff !important;

}
.logo {
    width: 65%;
    float: left;
    margin-left: 8%;
    margin-top: 2%;
    margin-bottom: 0.2%;
}
.tel-title {
    width: 48%;
    float: left;
}
.header {
    background-color: #fff;
    padding-top: 1%;
    padding-bottom: 5%;
}
.nav{
	position: relative;
	z-index: 66;
	width: 100%;
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.78);
}
.nav ul {
    width: 100%;
    margin: auto;
    font-size: 0.9em;
    position: relative;
    background-color: #ededed;
    height: 100%;
	transition:left 0.4s;
	-webkit-transition:left 0.4s;
	left: 0%;
}
.nav li {
	width: 100%;
	float: none;
	text-align: center;
	color: #7e7e7e;
	font-size: 3.0rem;
	padding-top: 0;
	margin-bottom: 0;
	background-image: none;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #E0E0E0;
	padding-bottom: 0;
	line-height: 3.5;
	
	}
.chooseli {
    background-position: 0% 0% !important;
    color: #fff !important;
    background-color: #2191ed !important; 
}
.nav li:hover {
    background-position: 0% 0%;
	color: #fff !important;
    background-color: #2191ed;
}	
.close-btn{
	position: absolute;
	right: 2%;
	width: 12%;
	top: 1%;
	cursor:pointer;
	display:block;
}	
#bshareF {
    top: 49% !important;
}
	.nav2-title{
	color:#686868;	
	}
	
.nav2 {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 228;
    line-height: 2;
    display: none;
	background-color: rgb(234, 234, 234);
   margin-top: 0;
}	
.nav li:hover .nav2-title{
color:#fff;
}
.nav li:hover .nav2 {
    display: none;
}
.floater{
	display:none;
}
	.nav2-a{
	display:none;
}

.nav2li {
 
   background-color: rgb(234, 234, 234);
	color: #898989;
	}
.nav2li:hover {
    background-color: #147fd7;
    color: #fff;
}	
.nav2-title img{
	width: 5%;
	position: absolute;
	right: 4%;
	top: 40%;
	display:block;
}

.nav li:hover .nav2-title img{
	filter: brightness(6);
	-webkit-filter: brightness(6);
}
.fenleidiv{
	display:none;
}
	
	.wenzhang-content img{
		display:block  !important;
	width:100% !important;
		height:auto !important;
	}

	
}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 375px) {
	
}
@media screen and (max-width: 360px) {
  
}
@media screen and (max-width: 320px) {

}