h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.7;
}
*{
	box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	/* margin: 0;
	padding: 0; */
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	outline: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

body {
	background: #fff;
	color: #333;
	font-family: YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino kaku Gothic ProN", Arial, Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
	font-size: 15px;
	/*1.5em*/
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

p {
	line-height: 1.8;
	color: #333;
	font-size: 14px;
	text-align: justify;
	letter-spacing: 0;
	font-weight: normal;
}

ul li {
	list-style: none;
	list-style-type: none;
}

header {
	width: 100%;
	height: 90px;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	transition: 0.2s;
	background: #fff;
	-webkit-box-shadow: #666 0px 0px 5px;
	    -moz-box-shadow: #666 0px 0px 5px;
	    box-shadow: #666 0px 0px 5px;
}

header .logo {
	left: 200px;
	top: 0;
	z-index: 1;
	height: 100%;
}

header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

header .logo a img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

header .pc {
	display: flex;
	align-items: center;
	height: 100%;
	width: 60%;
}

.pc ul {
	display: flex;
	height: 100%;
	width: 100%;
}

.pc ul li {
	height: 100%;
	width: 15%;
}

.pc ul li a {
	font-size: 16px;
	display: block;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
}

.pc ul li a:hover {
	text-decoration: none;
	cursor: pointer;
	background-color: #1874EF;
	color: #fff;
}

#sp_menu {
	display: none;
}

/**/
header .ic_o {
	display: none;
}

main {
	margin-top: 90px;
}

/*分页*/
/*** page
			-------------------------------------------------------------- ****/
.pageBox {
	text-align: center;
	margin-top: 10px;
}

.pageBox a {
	border: 1px solid #ddd;
	display: inline-block;
	margin-right: 6px;
	color: #707070;
	width: 34px;
	height: 34px;
	font: bold 14px/34px arial;
}

.pageBox a:hover,
.pageBox a:active {
	background: #3aa9f2;
	color: #FFFFFF;
	text-decoration: none;
}

.pageBox .cur {
	background: #3aa9f2;
	border: 1px solid #3aa9f2;
	text-decoration: none;
}

.pageBox a.cur {
	color: #fff;
}

.pageBox .disabled {
	width: 79px;
}

/* 侧边导航 */
@font-face {
  font-family: "iconfont"; /* Project id 4968145 */
  src: url('//at.alicdn.com/t/c/font_4968145_v9s98djznls.woff2?t=1752200623689') format('woff2'),
       url('//at.alicdn.com/t/c/font_4968145_v9s98djznls.woff?t=1752200623689') format('woff'),
       url('//at.alicdn.com/t/c/font_4968145_v9s98djznls.ttf?t=1752200623689') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-kefu:before {
  content: "\e65b";
}

.icon-saoma:before {
  content: "\e65a";
}

.icon-lianxi:before {
  content: "\e628";
}

.icon-shouye:before {
  content: "\e61c";
}

.icon-fabusekuai:before {
  content: "\ec46";
}

.cms-aside{
	width: 80px;
	position: fixed;
	right: 4px;
	top: 80%;
	transform: translateY(-50%);
	z-index: 9999;
	
}
.cms-aside-top{
	background: #fff;
	    border-radius: 4px;
	    box-shadow: 0 0 10px rgba(0, 0, 0,.1);
}
.aside-item{
	display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    width: 80px;
	    height: 100px;
	    cursor: pointer;
	    position: relative;
}
.aside-item_a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    width: 80px;
	    height: 80px;
	    cursor: pointer;
	    position: relative;
}
.aside-item_a p{
	margin: 0;
}
.aside-item:hover{
	background-color: #d22;
	
}
.aside-item:hover p{
	color: #fff;
}
.aside-item:hover i{
	color: #fff;
}
.aside-item i{
	font-size: 36px;
}
.aside-item:hover .aside-item-tips{
	display: block;
}
.aside-item-tips{
	display: none;
	width: 170px;
	    min-height: 50px;
	    box-shadow: 0 0 10px rgba(0,0,0,.1);
	    background: #fff;
	    position: absolute;
	    left: -182px;
	    top: 0;
	    border-radius: 4px;
	    box-sizing: border-box;
		line-height: 50px;
		text-align: center;
}
.aside-item-tips-sanjiao{
	width: 0;
	    height: 0;
	    border-top: 10px solid transparent;
	    border-left: 12px solid #fff;
	    border-bottom: 10px solid transparent;
	    position: absolute;
	    right: -12px;
	    top: 50%;
	    margin-top: -10px;
}
.fuwuhao{
	width: 100%;
	padding-top: 10px;
	height: auto;
	text-align: center;
}
.fuwuhao img{
	width: 120px;
	height: 120px;
	display: block;
	margin: 0 auto;
	
}
.fuwuhao p{
	text-align: center;
	font-size: 16px;
}
/*END*/


/*底部CSS*/
footer {
	/* margin-top: 150px; */
	padding: 45px 30px 0 30px;
}

footer .inner_footer_top {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

footer .inner_footer_top .logo {
	width: 230px;
}

footer .inner_footer_top .wrap_info {
	width: 968px;
	padding-top: 0;
	padding-left: 20px;
}

.bottom_line {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
}

footer .inner_footer_top .wrap_info .name {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 13px;
}

footer .inner_footer_top .wrap_info .address {
	font-size: 13px;
}

footer .inner_footer_top .wrap_info .tel_fax {
	font-size: 13px;
}

.footer_nav01 {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap
}

footer .inner_footer_top .wrap_info li {
	margin-right: 30px;
	margin-top: 0;
}

footer .inner_footer_top .wrap_info li a:hover {
	color: #858282;
}

footer .inner_footer_bottom {
	max-width: 1300px;
	margin: 20px auto 50px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .inner_footer_bottom ul.footer_nav02 {
	padding-left: 0;
}

footer .inner_footer_bottom ul.footer_nav02 li:not(:last-child) {
	margin-right: 13px;
	padding-right: 13px;
}

footer .inner_footer_bottom ul.footer_nav02 li.icon_blank {
	position: relative;
}

footer .inner_footer_bottom ul.footer_nav02 li.icon_blank:after {
	position: absolute;
	right: 0;
	top: 6px;
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-size: contain;
}

footer .inner_footer_bottom ul.footer_nav02 li a {
	font-size: 14px;
}

footer .inner_footer_bottom small {
	margin-top: 0;
}

.footer_nav02_04 li {
	float: left;
}

/*END*/
@media screen and (max-width: 768px) {
	header {
		width: 100%;
		height: 60px;
	}

	header .logo {
		
	}

	header .ic_o {
		display: block;
		width: 65%;
		height: 100%;
	}

	.ic_box {
		width: 50px;
		height: 50px;
		background: #fff;
		display: inline-block;
		position: fixed;
		right: 0;
		top: 0;
		width: 50px;
		height: 50px;
		vertical-align: middle;
		text-align: center;
		z-index: 100;
	}

	.hm-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 45%;
		width: 24px;
		height: 2px;
		margin: -1px 0 0 -9px;
		background: #333;
		transition: 0.2s;
	}

	.hm-icon:after {
		margin-top: 6px;
	}

	.hm-icon:before {
		margin-top: -8px;
	}

	.hm-icon:before,
	.hm-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 24px;
		height: 2px;
		background: #333;
		transition: 0.4s;
	}

	#sp_menu {
		position: fixed;
		top: 0;
		display: none;
		z-index: 11;
		width: 100vw;
		height: 100%;
		background-color: #1874EF;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}

	#sp_menu .inner {
		height: 100%;
		position: relative;
		padding: 46px;
	}

	#sp_menu .inner nav {
		position: relative;
		margin-bottom: 50px;
	}

	#sp_menu .inner nav ul li {
		margin-bottom: 20px;
	}

	#sp_menu .inner nav ul li a {
		color: #fff;
		font-weight: 700;
		font-size: 18px;
		display: block;
	}

	#sp_menu .inner small {
		display: block;
		font-size: 10px;
		color: #fff;
		padding-bottom: 40px;
	}

	.clicked #sp_menu {
		background: none;
	}

	.clicked .hm-icon:before,
	.clicked .hm-icon:after {
		background: #fff;
	}

	.close {
		background: transparent;
		text-align: center;
	}

	.close:before,
	.close:after {
		margin-top: 0;
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 24px;
		height: 2px;
		background: #fff;
		transition: 0.4s;

	}

	.close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	header .logo {}

	header .pc {
		display: none;
	}

	main {
		margin-top: 50px;
	}

	/******/
	footer {
		padding: 10px 30px 0px 30px;
	}

	footer .logo {
		display: none;
	}

	footer .inner_footer_top .wrap_info {
		width: 100%;
		padding-left: 0;
	}

	.footer_nav01 li {
		margin: 0 !important;
	}

	.footer_nav01 li a {
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		display: block;
		position: relative;
		padding-left: 15px;
		letter-spacing: 0.1em;
		transition: 0.2s;
	}

	.inner_footer_bottom {
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		font-size: 10px;
	}

	.footer_nav02_01,
	.footer_nav02_02,
	.footer_nav02_03 {
		flex-grow: 1;
		/* 弹性增长 */
		flex-shrink: 1;
		/* 弹性收缩 */
		max-width: 30%;/
	}

	.footer_nav02_04 {
		display: flex;
		flex-grow: 1;
		flex-shrink: 1;
		min-width: 100%;
		justify-content: center;
		align-items: center;
	}
}
