*{
	margin:0;
	padding:0;
	border:0;
	font-family:"微软雅黑";
}
ul{
	list-style:none;
}
input {
    color: #c4c4c4;
    caret-color: #fff;
}
textarea{
	resize:none;
	color: #fff;
    caret-color: #fff;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c4c4c4;
  font-size: 15px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #c4c4c4;
  font-size: 15px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c4c4c4;
  font-size: 15px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c4c4c4;
  font-size: 15px;
}
/*html,body{
	cursor: url('../img/cursor.png'),auto;
}*/
/* header{
	width:100%;
	height:96px;
	background:#fff;
	margin:0 auto;
	position: fixed;
	top:0;
	z-index:999999;
	border-bottom:4px solid #000;
}
.none{display:none;}
.kdkd-menu{
	width:1200px;
	height:100px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.kdkd-menu>a.logo-img{
	display:block;
	width:293px;
	height:100px;
}
.kdkd-menu>a.scxt-btn{
	display: flex;
	align-items: center;
	width:100px;
	height:100px;
}
.kdkd-menu>a.scxt-btn>img{
	width:100%;
	height:auto;
	vertical-align: middle;
}
.kdkd-menu>a.join-btn{
	display: flex;
	align-items: center;
	width:100px;
	height:100px;
}
.kdkd-menu>a.join-btn>img{
	width:100%;
	height:auto;
	vertical-align: middle;
}
nav{
	width:690px;
	height:100px;
}
nav ul{
	list-style:none;
	margin-top:35px;
	height:70px;
	display: flex;
	justify-content: space-between;
	overflow:hidden;
}
nav ul li{
	position: relative;
	text-align:center;
	height:61px;
	padding:0 18px;
}
nav ul li:hover{
	border-bottom:4px solid #ffe100;
}
nav ul li:hover i{
	content: "";
	position: absolute;
    bottom:0;
    left: 45%;
    border: 6px solid transparent;
    border-bottom-color: #ffe100;
    border-top: none;
}
nav ul li.active{
	border-bottom:4px solid #ffe100;
}
nav ul li.active i{
	content: "";
	position: absolute;
    bottom:0;
    left: 45%;
    border: 6px solid transparent;
    border-bottom-color: #ffe100;
    border-top: none;
}
nav ul li a{
	display:block;
	color:#666;
	font-weight:normal;
	text-decoration: none;
}
nav ul li.active a{
	color:#000;
}
nav ul li a h3{
	font-weight:normal;
	font-size:15px;
	height:24px;
	line-height:24px;
}
nav ul li a span{
	font-size:12px;
} */
#content{
	min-width: 1226px;
}
.content{
	/* width:1200px; */
	width:1226px;
	position: relative;
	height:auto;
	/* margin:140px auto 0; */
	margin:0px auto 0;
	z-index:1;
	overflow:hidden;
}
.cont-left{
	float:left;
	width:800px;
	padding:45px 25px 70px;
	height:auto;
	background:#fafafa;
}
.cont-right{
	float:right;
	width:300px;
	height:auto;
}
.cont-left .cont-tit{
	font-size:20px;
	color:#333;
	text-align:center;
}
.cont-left .cont-desc{
	display:block;
	width:275px;
	height:28px;
	margin:25px auto;
}
.cont-left .cont-desc li{
	float:left;
	height:30px;
	line-height:30px;
	font-size:15px;
	color:#333;
}
.cont-left .cont-desc li:last-child{
	margin-left:30px;
}
.cont-detail{
	font-size:15px;
	line-height:30px;
}
.cont-detail p{
	display:block;
	font-size:15px;
	line-height:30px;
	color:#333;
	overflow:hidden;
}
.cont-detail img{
	display:block;
	max-width:800px;
	margin:0 auto;
}
.cont-detail p img{
	display:block;
	max-width:800px;
	margin:0 auto;
}
.cont-detail p img:first-child{
	/*float:left;*/
}
.cont-detail p img:last-child{
	/*float:right;*/
}
.cont-detail h3{
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#333;
	margin:15px 0;
}
.detail-link{
	display:block;
	width:800px;
	height:30px;
	margin:50px auto 0;
}
.detail-link li{
	float:left;
	display:block;
	width:330px;
	height:30px;
	font-size:15px;
}
.detail-link li:last-child{
	float:right;
}
.detail-link li a{
	display:block;
	text-decoration: none;
	width:330px;
	font-size:15px;
	height:30px;
	color:#333;
	line-height:30px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ppzx{
	width:300px;
	height:400px;
	background:#fafafa;
}
.ppzx-tit{
	display:block;
	width:300px;
	height:60px;
	border-bottom:1px solid #333;
}
.ppzx-tit h3{
	position: relative;
	width:185px;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:16px;
	color:#333;
	font-weight:600;
}
.ppzx-tit h3 img{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.ppzx ul{
	display:block;
	width:300px;
}
.ppzx ul li{
	display:block;
	padding:0 20px;
	width:260px;
	height:44px;
	line-height:45px;
	border-bottom:1px dashed #999;
}
.ppzx ul li a{
	width:260px;
	display:block;
	height:45px;
	font-size:15px;
	line-height:45px;
	color:#333;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hyzx{
	width:300px;
	height:400px;
	margin-top:20px;
	background:#fafafa;
}
.hyzx-tit{
	display:block;
	width:300px;
	height:60px;
	border-bottom:1px solid #333;
}
.hyzx-tit h3{
	position: relative;
	width:185px;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:16px;
	color:#333;
	font-weight:600;
}
.hyzx-tit h3 img{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.hyzx ul{
	display:block;
	width:300px;
}
.hyzx ul li{
	display:block;
	padding:0 20px;
	width:260px;
	height:44px;
	line-height:45px;
	border-bottom:1px dashed #999;
}
.hyzx ul li a{
	width:260px;
	display:block;
	height:45px;
	line-height:45px;
	color:#333;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
footer{
	max-width:1920px;
	min-width:1200px;
	height:195px;
	margin:0 auto;
	background:#211e1d;
}
.footer-cont{
	width:1200px;
	height:135px;
	padding:30px 0;
	margin:0 auto;
}
.footer-contact{
	width:460px;
	height:135px;
	float:left;
}
.footer-contact h3{
	font-size:18px;
	font-weight:600;
	color:#ffe100;
	margin-bottom:10px;
}
.footer-contact ul li{
	padding-left: 35px;
    height: 26px;
    line-height: 32px;
    margin: 0 0 10px;
    color:#c4c4c4;
    cursor:pointer;
}
.footer-contact ul li span{
	display:block;
	font-size:15px;
}
.footer-contact ul li:first-child{
	background:url(../img/address.png) no-repeat;
	background-size:26px 26px;
}
.footer-contact ul li:nth-child(2){
	background:url(../img/mobile.png) no-repeat;
	background-size:26px 26px;
}
.footer-contact ul li:last-child{
	background:url(../img/phone400.png) no-repeat;
	background-size:26px 26px;
}
.footer-contact ul li:last-child span span{
	display:inline-block;
	font-size:22px;
	color:#ffe100;
}
.footer-wx{
	float:left;
	width:275px;
	height:135px;
}
.footer-wx ul li{
	width:120px;
	height:120px;
	text-align:center;
	float:left;
}
.footer-wx ul li:last-child{
	float:right;
}
.footer-wx ul li span{
	display:block;
	width:120px;
	text-align:center;
	font-size:15px;
	color:#c4c4c4;
	line-height:24px;
}
.footer-copy{
	width:465px;
	height:96px;
	float:right;
	padding:19.5px 0;
	text-align:right;
}
.footer-copy p{
	font-size:15px;
	line-height:32px;
	color:#c4c4c4;
}
