*{
	margin:0;
	padding:0;
}

ul{list-style:none;}
li{list-style-type:none;}	






.qtfw{
	height:500px;
}
.qtfw ul{
	width:920px;
	height:200px;
	margin:50px auto;
	margin-bottom:0;
}
.qtfw ul li{
	width:177px;
	height:197px;
	float:left;
	margin-right:70px;
	transition:.5s;
	border-radius:10px;
}
.qtfw ul li:nth-child(1){
	background-color:#69ceac;
}
.qtfw ul li:nth-child(2){
	background-color:#387ce3;
}
.qtfw ul li:nth-child(3){
	background-color:#f38843;
}
.qtfw ul li:nth-child(4){
	background-color:#dc2a25;
	margin-right:0;
}
.qtfw ul li:hover{
	margin-top:-10px;
	transition:.5s;
}
.qtfw ul li a{
	text-decoration:none;
}
.qtfw ul li div{
	width:80px;
	height:80px;
	margin: 40px auto;
	margin-bottom:0;
	border-radius:50%;
	background-color:#fff;
}
.qtfw ul li div img{
	display:block;
	margin: 0 auto;
	padding-top:20px;
}
.qtfw ul li:hover div img{
	transform:rotateY(360deg);
	transition:.5s;
}
.qtfw ul li p{
	text-align:center;
	color:#fff;
	font-size:22px;
	margin-top:15px;
}








.floatBox{
	position:fixed;
	right:20px;
	top:155px;
	z-index:999;
}
.floatRight{
	margin:0;
	padding:0;
	float:right;
}
.floatRight li{
	width:100px;
	height:80px;
	background-color:#555;
	opacity:0.5;
	cursor:pointer;
}
.floatRight li:last-child img{
	padding-top:15px;
}
.floatRight li:hover{
	opacity:1;
	
}
.floatRight li img{
	display:block;
	margin:0 auto;
	padding-top:10px;
}
.floatBox-tips{
	text-align:center;
	color:#fff;
}
.ybt{
	float:left;
	margin-top:80px;
}
.floatLeft-2{
	width:300px;
	height:80px;
	color:#fff;
	text-align:center;
	background-color:#555;
	display:none;
}
.floatLeft-2 p:nth-child(1){
	font-size:20px;
	padding-top:20px;
}
.floatLeft-2 p:nth-child(2){
	font-size:15px;
}
.floatLeft-3{
	width:300px;
	height:160px;
	background-color:#555;
	margin-top:80px;
	display:none;
}
.floatLeft-3 img{
	display:block;
	width:100px;
	height:100px;
	margin:0 auto;	
	padding:30px;
}









.footer{
	height:350px;
	background-color:#454545;
}

.footer_nb{
	width:1200px;
	height:280px;
	margin:0 auto;
}

.footer_top{
	height:80px;
	border-bottom:1px solid #c3c1c0;
}

.footer_top ul{
	margin-left:40px;
}
.footer_top ul li{
	float:left;
}
.footer_top ul li a{
	text-decoration:none;
	color:#c3c1c0;
	font-size:16px;
	line-height:80px;
}
.footer_top ul li a:hover{
	color:#fff;
}
.footer_top ul i{
	display:block;
	width:1px;
	height:22px;
	background-color:#c3c1c0;
	margin-left:25px;
	margin-right:25px;
	float:left;
	margin-top:30px;
}

.footer_zj{
	height:130px;
}

.footer_left{
	margin-top:30px;
	width:600px;
	height:100px;
	float:left;
	margin-left:40px;
}
.footer_left p{
	color:#c3c1c0;
	line-height:30px;
}

.footer_right{
	margin-top:30px;
	width:180px;
	height:100px;
	float:right;
}
.footer_right span{
	display:block;
	float:left;
	color:#ffec01;
	font-size:16px;
	margin-top:30px;
	margin-right:5px;
}
.footer_right img{
	margin-top:23px;
}
.footer_right p{
	color:#c3c1c0;
	font-size:16px;
}

.footer_bottom{
	height:40px;
}

.footer_bottom p{
	text-align:center;
	line-height:40px;
	color:#c3c1c0;
	font-size:14px;
}






.footer_gs{
	width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
	height:65px;
    background: #1d1d24;
}

.footer_gs_nb{
	width: 1200px;
	height:65px;
    overflow: hidden;
    margin:  0 auto;
}

.footer_gs_nb a{
	display:block;
	width:200px;
	height:65px;
	float:left;
	line-height:65px;
	text-align:center;
	color:#fff;
	font-size:20px;
	text-decoration:none;
	transition:.3s;
}
.footer_gs_nb a:last-child{
	background-color:red;
}
.footer_gs_nb a:hover{
	background-color:#4BB4E8;
	font-size:21px;
	transition:.3s;
}
.footer_nb .footer_top .sousuo {
    float: left;
    clear: right;
    padding-top: 16px;
    margin-left: 300px;
    margin-right: 40px;
}
.sousuo1{
	display: flex;
	position: relative;
}
.sousuo1>button{
	height: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.sousuo ul a {
    float: left;
    clear: both;
    padding-top: 2px;
}
.sousuo ul .tanchuang {
    float: left;
    clear: both;
    display: none;
}
ul .tanchuang button {
    width: 40px;
    height: 20px;
}

#box1 #hide {
	width: 400px;
	height: 200px;
	display: none;
	position: fixed;
	left: 50%;
	top: 25%;
transform: translateX(-50%);
	background-color: white;
	z-index: 999;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px 10px;
	text-align: center;
}
#box1 #hide>button{
	width: 80%;
	height: 20%;
	position: absolute;
	left: 10%;
	bottom: 20px;
	border-radius: 5px;
	background-color: #bbb;
	color: white;
}
#box1 #hide >#xradio{
	line-height: 30px;
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	color: #ccc;
	border-radius: 50%;
	position: absolute;
	right: -10px;
	top: -10px;
	background-color: white;
}

.sousuo #box1 #btn1 {
    width: 40px;
    height: 20px;
    padding-top: 0px;
    margin-top: 4px;
    background-color: #008EFF;
}
.sousuo .sousuo1 #btn1 {
    width: 40px;
    height: 21px;
    background-color: #00A2FF;
    color: #FFFFFF;
}
.footer_nb .footer_bottom a {
   
    color: #000000;
	text-align: center;
}