body{font-family:"微软雅黑";}
img{border:none;}
#section_details{
	width: 1000px;
	height: 1000px;
	background-color: #fff;
	margin: auto;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
}
#header_details{
	width: 1000px;
	text-align: center;
}
#details_name{
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 30px;
	text-align: center;
}
#section_details ul{
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}
#section_details ul li{
	font-family:'simsun';
	line-height:30px;
	color: #333333;
	margin-bottom: 20px;
	font-size: 18px;
}
#section_details ul li b{
	color: #666666;
	font-size: 20px;
}
.all_myscroll{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.all_myscroll a{
	display: inline-block;
	    /* height: 50px; */
    /* line-height: 50px; */
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 1.2rem;
    /* display: flex; */
    /* align-items: center; */
    /* align-content: center; */
    /* justify-content: center; */
    padding: 6px 24px;
    box-sizing: border-box;
	border-color: #2db8be;
    background: -webkit-linear-gradient(90deg,#1f4396, #00a2e9);
    background: -o-linear-gradient(90deg,#1f4396, #00a2e9);
    background: -moz-linear-gradient(90deg,#1f4396, #00a2e9);
    background: linear-gradient(90deg,#1f4396, #00a2e9);
	text-decoration: none;
}

/* 顶部*/
.toolbar-item,.toolbar-layer{background:url(../images/toolbar.png) no-repeat;}
.toolbar{position:fixed;right:0px;bottom:50px;z-index: 20;}/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item{display:block;width:52px;height:52px;margin-top:1px;position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-item-weixin{background-position:0 -798px;}
.toolbar-item-weixin:hover{background-position:0 -860px;}
.toolbar-item-weixin .toolbar-layer{height:194px;background-position:0 -220px;}
.toolbar-item-feedback{background-position:0 -426px;}
.toolbar-item-feedback:hover{background-position:0 -488px;}
.toolbar-item-app{background-position:0 -550px;}
.toolbar-item-app:hover{background-position:0 -612px;}
.toolbar-item-app .toolbar-layer{height:194px;background-position:0 -222px;}
.toolbar-item-top{background-position:0 -674px;}
.toolbar-item-top:hover{background-position:0 -736px;}
.toolbar-layer{position:absolute;right:46px;bottom:-10px;width:172px;opacity:0;filter:alpha(opacity=0);
transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);
-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}

/*浏览器宽度变化时需刷新页面才能正常显示*/