/*公共样式*/

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: #f5f7fd;
	width: 80%;
	height: 100%;
	text-align: center;
	margin: 0px auto;
}

#body_center {
	width: 100%;
	height: 100%;
	background-color: #fefefe;
	background-size: cover;
}

/*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 1px 10px 32px;
}

#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; */
	background-color: #fdfdfd;
	border-bottom: #89898B solid 1px;
}

#nav ul {
	padding-left: 1px;
}

#nav ul li {
	float: left;
	list-style: none;
	width: 20%;
	height: 80px;
	text-align: center;
	/* border-right: 1px solid #4a4a4a; */

	/* border-right: 1px solid #e7e7e7; */
	/* border-bottom: 1px solid #e7e7e7; */
	line-height: 80px;
	font-size: 25px;
	font-weight: 600;
	/* background: red; */
	background: #fafafa;
}

#nav ul :hover {
	color: black;
}

#nav ul li:hover {
	/* background: url(../img/bg1.png); */
	background-color: #dbdbdd;
	color: black;
}

#nav ul .last {

	border-right: none;
}

#nav ul li a {

	/* color: white; */
	color: black;
	text-decoration: none;
}

/*2.中部352*/
#big-box {
	/*margin-top: 20px;*/
	display: flex;
	width: 100%;
	/* height: 1950px; */
	/* background-color: #91966d; */
	height: 100%;
}

#margin1 {
	/* width: 1%; */
	height: 100%;
	float: left;
}

/*左边*/
#left-box {

	/*margin: 50px;*/
	margin-top: 25px;
	width: 25%;
	/* height: 1800px; */
	float: left;
	/* background-color: aqua; */

}

#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; */

	font-family: cursive;
	font-weight: bold;
	font-size: 30px;
	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: FZShuTi; */
	/* font-family: STXinwei; */
	font-family: cursive;
	font-weight: bold;
	margin: 20px 20px 20px 20px;
	font-size: 30px;
	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;*/
	/* background-color: #3bb3c3; */

}

#left-box .message ul li {
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	/* background-color: #55ff00; */
}


#left-box .message .info {
	display: flex;
	/* margin-top: 150x; */
	width: 100%; 
	padding-top: 40px;
	/* height: 130px; */
	align-items: center;
	justify-content: center;
	/* background-color: #55ff00; */
}


#left-box .message .info img{
	width: 120px; 
	height:120px;
	/* background-color: #ffb3e9; */
}


#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; */
	font-family: cursive;
	font-weight: bold;
	margin: 0px 20px 20px 20px;
	font-size: 30px;
	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: 3%;
	height: 100%;
	float: left;
}

/*右边*/
#right-box {
	display: flex;
	border-radius: 10px;
	/*margin: 20px;*/
	margin-top: 25px;
	width: 70%;
	/* height: 1800px; */
	float: left;
	background: white;
	align-items: center;
	/*父控件设子控件垂直*/
	justify-content: center;
	/*父控件设子控件垂直居中*/
	flex-direction: column;
	/*父控件设子控件右对齐*/
}

#margin3 {
	width: 2%;
	height: 100%;
	float: left;
}





#right-detail {
	display: flex;
	width: 70%;
	/* background-color: #dfb9c8; */
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;

}

#right-detail .begin img {
	margin-top: 30px;
	width: 100%;
	height: 300px;
	border-radius: 10px;
}

#right-detail .box {
	display: flex;
	width: 90%;
	/* background-color: #dfb9c8; */

}

#right-detail .hobby {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 90px;
	/* height: 550px; */
	text-align: center;
	/* background: #f7f7f7; */
}

#right-detail .hobby p {
	font-size: 40px;
	margin: 20px;
	border-bottom: 1px solid;
	padding-bottom: 0.5em;

}


#right-detail .hobby .box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 99%;
}



#right-detail .hobby .box .lbox {
	width: 99%;
	float: left;
}


#right-detail .hobby .box .lbox img {
	width: 80%;
	height: 420px;
}



#right-detail .hobby .box .rbox {
	display: flex;
	width: 90%;
	height: auto;
	text-indent: 30px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	/* float: left; 
	text-align: left;
	overflow: auto;*/
}

#right-detail .hobby .box .rbox .text {
	display: flex;
	width: 90%;
	/* align-items: center; */
	justify-content: center;
	flex-direction: column;
	font-size: 20px;
	line-height: 40px;
	text-align: left;
	border-bottom: none;
 	text-indent: 40px;
	/*background-color: #89898B; */
}

#right-detail .hobby .box .rbox .link {
	display: flex;
	width: 40%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	border-bottom: #647586 solid 1px;
	/* background-color: #aaff7f; */
}

#right-detail .hobby .box .rbox p span {
	font-size: 30px;
	margin: 20px;
	border-bottom: none;
}

#right-detail .hobby .box .rbox .sImg {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	/* flex-direction: row; */
	/* background-color: #cfd1f7; */
	flex-wrap: wrap;
	justify-content: space-around;

}

#right-detail .hobby .box .rbox .sImg .img img {
	display: flex;
	/* width: 80%; */
	height: 260px;
	align-items: center;
	justify-content: center;
	margin: 20px;
	background-color: #647586;

}


#right-detail .hobby .box .more span {
	font-size: 30px;
	font-family: STXinwei;
}

#right-detail .hobby .box .more p {
	font-size: 20px;
	text-align: left;
	line-height: 40px;
	border-bottom: none;
}





















//////////////////////////////


#product-s-detail {
	display: flex;
	width: 70%;
	/* background-color: #dfb9c8; */
	align-items: center;
	justify-content: center;
	flex-direction: column;

}

#product-s-detail .begin img {
	margin-top: 30px;
	width: 100%;
	height: 300px;
	border-radius: 10px;
}

#product-s-detail .box {
	display: flex;
	width: 90%;
	/* background-color: #dfb9c8; */

}

#product-s-detail .hobby {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 90px;
	/* height: 550px; */
	text-align: center;
	/* background: #f7f7f7; */
}

#product-s-detail .hobby p {
	font-size: 40px;
	margin: 20px;
	border-bottom: 1px solid;
	padding-bottom: 0.5em;

}


#product-s-detail .hobby .box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 99%;
}



#product-s-detail .hobby .box .lbox {
	width: 99%;
	float: left;
}


#product-s-detail .hobby .box .lbox img {
	width: 80%;
	height: 420px;
}



#product-s-detail .hobby .box .rbox {
	display: flex;
	width: 90%;
	height: auto;
	text-indent: 30px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	/* float: left; 
	text-align: left;
	overflow: auto;*/
}

#product-s-detail .hobby .box .rbox .text {
	display: flex;
	width: 90%;
	/* align-items: center; */
	justify-content: center;
	flex-direction: column;
	font-size: 20px;
	line-height: 40px;
	text-align: left;
	border-bottom: none;
 	text-indent: 40px;
	/*background-color: #89898B; */
}

#product-s-detail .hobby .box .rbox .link   {
	display: flex;
	width: 30%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: #647586 solid 1px;
	/* background-color: #aaff7f; */
}
#product-s-detail .hobby .box .rbox p span {
	font-size: 30px;
	margin: 20px;
	border-bottom: none;
}

#product-s-detail .hobby .box .rbox .sImg {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	/* flex-direction: row; */
	/* background-color: #cfd1f7; */
	flex-wrap: wrap;
	justify-content: space-around;

}

#product-s-detail .hobby .box .rbox .sImg .img img {
	display: flex;
	/* width: 80%; */
	height: 260px;
	align-items: center;
	justify-content: center;
	margin: 20px;
	background-color: #647586;

}


#product-s-detail .hobby .box .more span {
	font-size: 30px;
	font-family: STXinwei;
}

#product-s-detail .hobby .box .more p {
	font-size: 20px;
	text-align: left;
	line-height: 40px;
	border-bottom: none;
}

///////////////////////////////////////////



/*3.底部*/
#footer {
	/* display: flex; */
	width: 100%;
	height: 130px;
	/* margin: 0 auto; */
	margin-top: 30px;
	padding-top: 28px;
	text-align: center;
/* 	background: #010101;
	color: #89898B; */
	background: #010101;
	color: #fefefe;
	


}

#footer p {
	line-height: 30px;
	font-size: 11px; 
	background: #010101;
	color: #fefefe;
	

}

#footer a {
	font-size: 11px;
	margin: 0 8px;
	color: #fefefe;
}