/*公共样式*/
html{
	font-size: 16px;
}
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
	margin: 0;
	padding: 0;
	user-select:none;
	font-family: "微软雅黑";
	-webkit-font-smoothing:antialiased;
	max-height: 9999999999999999999999px;
}
body{
	background-color: #fff;
}
a{ 
	text-decoration:none; 
	color:#333; 
	display: block;
	-webkit-tap-highlight-color:rgba(255,0,0,0);
}
ul,ol {
	list-style: none;
}
li{
	list-style-type: none;
}
input, textarea {
	outline: none;
	border: none;
}
textarea {
	resize: none;
	overflow: auto;
}
img{
	display: block;
	width: 100%;
}
button{
	outline: none;
}
img{
	border:0;
}

.blank{
	height: 93px;
	width: 100%;
	background-color: #fff;
}

/*头部*/
.up_box{
	width: 100%;
	min-width: 1200px;
	background-color: #fff;
	box-shadow: 0 2px 5px #ccc;
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
	height: 93px;
}
.up_centent{
	width: 1200px;
	margin: 0 auto;
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
  }
  .clearfix {
	display: inline-table;
  }
  /* Hides from IE-mac */
  /* *html .clearfix {
		height: 1%;
	  } */
  .clearfix {
	display: block;
  }
.clear{
	clear: both;
}

.up_logo{
	width: 400px;
	float: left;
	display: block;
	height: 93px;
	line-height: 105px;
}
.up_logo img{
	display: inline-block;

}
.up_nav{
	float:right;
	/* display: flex; */
}
.up_nav_li{
	position: relative;
	margin-left: 30px;
	float: left;
}
.up_nav_li>a{
	font-size: 16px;
	color: #666;
	line-height: 93px;
	font-weight: bold;
}
.up_nav_li>a:hover{
	color: #cd0000;
}
.up_color{
	color: #cd0000 !important;
}
.up_nav_div{
	position: absolute;
	width: 110px;
	top: 90px;
	right: 50%;
	margin-right: -55px;
	padding: 10px 0;
	border-top: 2px solid #cd0000;
	background-color: #fff;
	display: none;
	z-index: 2;
}


.up_nav_div a{
	white-space:nowrap;
	text-align: center;
	font-size: 16px;
	color: #333;
	padding-right: 10px;
	line-height: 30px;
}
.up_nav_div a:hover{
	background-color: #cd0000;
	color: #fff;
}
.up_nav_li>span{
	display: none;
	position: absolute;
	top: 80px;
	right: 40%;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #cd0000;
}




/*底部导航*/
.dh_box{
	width: 100%;
	min-width: 1200px;
	background-color: #333;
}
.dh_centent{
	width: 1200px;
	height: 82px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dh_logo{
	width: 214px;
}
.dh_nav{
	display: flex;
}
.dh_nav a{
	font-size: 16px;
	color: #fff;
	margin-left: 45px;
}
.dh_nav a:hover{
	text-decoration: underline;
}

/*底部*/
.base_box{
	width: 100%;
	min-width: 1200px;
	background-color: #252525;
}
.base_ul{
	width: 1200px;
	margin: 0 auto;
	padding: 36px 0 27px;
	display: flex;
	justify-content: center;
}
.base_ul li{
	margin: 0 38px;
}
.base_p{
	font-size: 16px;
	color: #fff;
	padding-top: 15px;
	margin-bottom: 35px;
	position: relative;
}
.base_p:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 30px;
	height: 3px;
	background-color: #fff;
}
.base_ul li div a{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.base_ul li div a:hover{
	text-decoration: underline;
}

/*版权*/
.bq_box{
	width: 100%;
	min-width: 1200px;
	background-color: #333;
	border-top: 1px solid #fff;
}
.bq_centent{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bq_left{
	display: flex;
}
.bq_left p{
	font-size: 14px;
	color: #fff;
	margin-right: 25px;
}
.bq_div{
	border: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.bq_div p{
	width: 110px;
	line-height: 28px;
	font-size: 12px;
	color: #999;
	padding-left: 12px;
}
.bq_btn{
	width: 31px;
	height: 28px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.bq_btn img{
	width: 10px;
	height: 9px;
}
.bq_hide{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 29px;
	background-color: #fff;
	display: none;
}
.bq_hide a{
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 35px;
}
.bq_hide a:hover{
	background-color: #cd0000;
	color: #fff;
}

/*定位*/
.dw_ul{
	position: fixed;
	top: 20%;
	right: 20px;
	z-index: 10;
}
.dw_ul  ul{
  position: relative;
  z-index:100;
}
.dw_ul li{
	width: 46px;
	height: 46px;
	position: relative;
	margin-bottom: 6px;
	background-color: #999;
	-webkit-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
    behavior: url(pie/PIE.htc);
	/* background-image: url(../images/wx.png); */
	background-repeat: no-repeat;
	background-position: center;
}

.dw1{
	background-image: url(../images/wx.png);
}
.dw2{
	background-image: url(../images/yx.png);
}
.dw3{
	background-image: url(../images/ss.png);
}
.dw4{
	background-image: url(../images/index_01.png);
}
.dw5{
	background-image: url(../images/qq.png);
}

.dw_ul li:hover div{
	display: block;
}


.dw3:hover form{
	display: block;
	background: transparent;
}

.dw_ul li:hover{
	background-color: #cd0000;
}
.dw_ul li a{
	width: 46px;
	height: 46px;
	border-radius: 50%;
}
.dw_ul li div{
	position: absolute;
	top: 0;
	left: -120px;
	display: none;
}
.dw_ul li button{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	behavior: url(pie/PIE.htc);
	background-image: url(../images/ss.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #cd0000;
	/* background-color: rgba(255,255,255,0); */
	border: 0;
	padding: 0;
}
.dw_ul li form{
	display: none;
}
.dw_ul li input{
	width: 209px;
	padding-left: 10px;
	height: 35px;
	line-height: 35px;
	background-color: rgba(0,0,0,.4);
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 5px;
	left: -220px;
}

@media screen and (max-width: 1655px) {
    .dw_ul{
    	right: 0;
    }
}