/*公共样式*/

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #89898b;
}

i,
em {
	font-style: normal;
}

b,
strong {
	font-weight: normal;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	height: 0;
}

body {
	/*background: url(../img/allbg.jpg);*/
	/* 	background: #E8E8E8; */
	width: 80%;
	text-align: center;
	margin: 0px auto;
}

/*1.顶部*/
/*1.header*/
#header {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	background: url(../img/bg1.png) no-repeat;
	background-size: cover;
}

#header .logo img {
	width: 40px;
	height: 40px;
	margin: -5px;

}

#header .logo span {
	font-size: 35px;
	font-family: SThupo;
	color: black;
	float: left;
	margin: 20px 50px 10px 125px;
}

#header .search {
	width: 270px;
	height: 30px;
	float: right;
	margin: 25px 135px 0px 0;
	background: white;
	border: 1px solid #fefefe;
	position: relative;
}

#header .search img {
	height: 30px;
	width: 30px;
	float: left;
	position: absolute;
	left: 290px;
}

#header .search .text {
	width: 270px;
	height: 30px;
	float: left;
	padding-left: 16px;
	font-size: 10px;
	border: none;
	background: white;
	color: black;
	font-weight: 550;
}

#header .search .bt {
	height: 29px;
	width: 26px;
	float: left;
	background: url(../img/searchbt.png) no-repeat left center;
	border: none;

}

/*2.nav*/
#nav {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	/* background: black;*/
	background-color: #3bb3c3;
}

#nav ul {
	padding-left: 25px;
}

#nav ul li {
	float: left;
	list-style: none;
	width: 14%;
	height: 80px;
	text-align: center;
	/* border-right: 1px solid #4a4a4a; */

	border-right: 1px solid #e7e7e7;
	line-height: 80px;
	font-size: 20px;
	font-weight: 600;
	/*background: red;*/
}

#nav ul :hover {
	color: black;
}

#nav ul li:hover {
	background: url(../img/bg1.png);
	color: black;
}

#nav ul .last {

	border-right: none;
}

#nav ul li a {

	color: white;
	text-decoration: none;
}

/*2.中部352*/
#big-box {
	/*margin-top: 20px;*/
	width: 100%;
	height: 2160px;
}

#margin1 {
	width: 1%;
	height: 100%;
	float: left;
}

/*左边*/
#left-box {

	/*margin: 50px;*/
	margin-top: 50px;
	width: 25%;
	height: 1900px;
	float: left;

}

#left-box .picture {
	width: 100%;
	border-radius: 10px;
	height: 500px;
	text-align: center;
	/*background: yellow;*/
	background: url(../img/bg2.webp) no-repeat;
	background-size: cover;


}

#left-box .picture img {
	/*margin: 40px 50px 5px 125px;*/
	margin-top: 40px; 
	width: 150px;
	height: 150px;

	border-radius: 50%;
	transition: all 2.0s;
}

#left-box .picture img:hover {
	transform: rotate(360deg);
}

#left-box .picture h5 {
	font-size: 20px;
	line-height: 30px;
	width: 40%;
	text-align: center;
	margin: 20px auto;
	border-bottom: 1px solid;
	padding-bottom: 0.5em;
	font-family: cursive;
	position: relative;
}

#left-box .picture h5 img {
	width: 30px;
	height: 30px;
	float: left;
	margin-top: -4px;
	/*margin: 40px 50px 5px 125px;
	position: absolute;
	left: -150px;
	top: -40px;*/
}

#left-box .picture p {
	margin-top: 30px;
	text-align: center;
	font-family: FZShuTi;
	font-size: 20px;
}

#left-box .message {
	border-radius: 10px;
	height: 650px;
	/*background: red;*/
	margin-top: 20px;
	background: url(../img/bg2.webp) no-repeat;
	background-size: cover;
	overflow: hidden;
}

#left-box .message span {
	font-family: STXinwei;
	margin: 20px 20px 20px 20px;
	font-size: 20px;
	line-height: 50px;
	border-bottom: 1px solid;
	padding-bottom: 0.5em;
}

#left-box .message ul {
	height: 600px;
	font-family: STXinwei;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	/*margin: 50px;*/
	/*margin-bottom: 20px;*/
	text-align: center;
	font-size: 20px;
	/*line-height: 80px;*/

}

#left-box .usedlink {
	margin-top: 20px;
	height: 500px;
	border-radius: 10px;
	background: url(../img/bg2.webp) no-repeat;
	background-size: cover;
	overflow: hidden;
}

#left-box .usedlink span {
	font-family: STXinwei;

	margin: 0px 20px 20px 20px;
	font-size: 20px;
	line-height: 50px;
	border-bottom: 1px solid;
	padding-bottom: 0.5em;
}

#left-box .usedlink ul {
	height: 450px;
	width: 100%;
	font-family: STXinwei;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	/*margin: 50px;
	margin-bottom: 20px;*/
	text-align: center;

}

#left-box .usedlink ul a {
	font-size: 20px;
	color: blue;
}

#margin2 {
	width: 2%;
	height: 100%;
	float: left;
}

/*右边*/
#right-box {
	border-radius: 10px;
	/*margin: 20px;*/
	margin-top: 50px;
	width: 70%;
	height: 1800px;
	float: left;
	background: white;
}

#margin3 {
	width: 2%;
	height: 100%;
	float: left;
}

/*3.底部*/
#footer {
	width: 100%;
	height: 130px;
	margin: 0 auto;
	padding-top: 28px;
	text-align: center;
	background: black;
	color: #89898B;


}

#footer p {
	line-height: 30px;
	font-size: 11px;

}

#footer a {
	font-size: 11px;
	margin: 0 8px;
}