/* 公共样式 */

/*@font-face {*/
/*	!* font-properties *!*/
/*	font-family: PingFang-SC-Regular;*/
/*	src: url('../font/PingFang-biao.TTF');*/
/*	!* IE9 *!*/
/*}*/

@font-face {
	/* font-properties */
	font-family: PingFang-SC-Bold;
	src: url('../font/PingFang-bold.ttf');
	/* IE9 */
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: PingFang-SC-Regular, PingFang-bold, -apple-system, "微软雅黑";
	overflow-x: hidden;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header,
section,
div,
h1,
h2,
h3,
h4,
h5,
h6,
span,
font,
i,
abbr,
em,
ul,
div {
	/* overflow: hidden; */
	font-weight: inherit !important;
}

a,
b,
h1,
h2,
h3,
h4,
h5,
h6,
span,
font,
i,
abbr,
em,
	{
	text-decoration: none;
	display: block;
}

b {
	font-weight: initial !important;
	width: initial;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

input {
	outline: none;
	border: none;
}

img {
	vertical-align: middle;
}

i,
em {
	font-style: initial
}

textarea {
	border: none;
}

/* --ie清除--*/

select::-ms-expand {
	display: none;
}

/* --火狐、谷歌清除--*/

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../image/duo.png") no-repeat right 5px center;
	background-size: 23px 25px;
	padding-right: 23px;
	padding-left: 5px;
	text-align: center;
}

option::-ms-expand {
	display: none;
}

option {
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari 和 Chrome */
	appearance: none;
	border: none;
}

/* --箭头就用自己设计的箭头，padding 空出箭头的位置--*/
.f-left {
	float: left;
}

.f-right {
	float: right;
}

.W96 {
	width: 92%;
	height: auto;
	margin: 0 auto;
}

.ba_100 {
	width: 100%;
	height: auto;
	background: #fff;
	margin-bottom: 5px;
}

.ba_hui {
	overflow: hidden;
	background: #f8f8f9;
}

.lin-14 {
	letter-spacing: 14px;
}

.lin-10 {
	letter-spacing: 10px;
}

.lin-8 {
	letter-spacing: 8px;
}

.lin-6 {
	letter-spacing: 6px;
}

.lin-4 {
	letter-spacing: 4px;
}

.lin-2 {
	letter-spacing: 2px;
}

.lin-0 {
	letter-spacing: 0px;
}

.margin5 {
	margin-top: 5px;
}

.W22 {
	width: 22%;
}

.W78 {
	width: 78%;
}

.W15 {
	width: 15%;
}

.W85 {
	width: 85%;

}

.W20 {
	width: 20%;
}

.W80 {
	width: 80%;
}

.W25 {
	width: 25%;
}

.W75 {
	width: 75%;
}

.W40 {
	width: 40%;
}

.W60 {
	width: 60%;
}

.W45 {
	width: 45%;
}

.W55 {
	width: 55%;
}


.clear {
	clear: both;
}

/* 公共样式 end */

/* 头部样式 */

/* 
.fakeloader,.fakeloader div,a,b,span,font,abbr,em,i,ul,li{overflow: hidden;}
#app,#app div,a,b,span,font,abbr,em,i,ul,li{overflow: hidden;} */

/*优化滚动条*/
::-webkit-scrollbar-track-piece {

	background-color: none;
}

::-webkit-scrollbar {

	width: 0px !important;
	height: 9px;
	border-radius: 4px;
}

::-webkit-scrollbar-thumb {
	/* //滚动条的设置 */
	background-color: #dddddd;
	background-clip: padding-box;
	min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #bbb;
}

.test1::-webkit-scrollbar {
	width: 8px;
}

.test1::-webkit-scrollbar-track {
	background-color: #f5f5f5;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.test1::-webkit-scrollbar-thumb {
	background-color: #c0c0c0;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}


.login {
	line-height: 30px;
	float: right;
	margin-top: 29px;
}

.login a {
	display: block;
	float: left;
	color: #fff;
	padding: 0 16px;
	font-size: 14px;
	margin: 0 10px;
	/*width: 40px;*/
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	border: 1px solid #E6E6E6;
	text-align: center;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;


}

.login .active {
	border-radius: 3px;
	border: 1px solid #fff;
	background: #fff;
	color: #333;
	/*width: 70px;*/
	height: 32px;
	line-height: 32px;
}

.login .active:hover {
	color: #333;
}

header {
	position: fixed;
	z-index: 1000;
	width: 100%;
	left: 0;
	top: 0;
}


.daohang {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.daohang .logo {
	text-decoration: none;
	/* width: 172px;
  height: 50px; */
	color: #fff;
	float: left;
	margin-right: 50px;
	line-height: 50px;
	font-size: 26px;
	margin-top: 20px;
}

.daohang .logo img {
	height: 100%;
}

.width1000 {
	width: 1000px;
	margin: 0 auto;
	/* overflow:hidden; */
}

.width1200 {
	width: 1200px;
	margin: 0 auto;
	/* overflow:hidden; */
	height: 89px;
}

.width100 {
	width: 100%;
}

.nav-collapse {
	float: right;
	line-height: 70px;
}

.nav-collapse .item-anchor {
	display: block;
	float: left;
	/* margin-right:70px; */
	height: 90px;
	position: relative;
	list-style: none;
	margin: 0 20px;
	text-align: center;
	/* margin-right: 20px; */

}

.nav-collapse a {
	padding: 0 10px;
	display: block;
	text-decoration: none;
	font-size: 15px;
	height: 90px;
	line-height: 90px;
	color: #fff;
	float: left;
}

.nav-collapse a:hover {
	color: #F1C400;
}

.nav-collapse .item-anchor a.active {
	border-bottom: 2px solid #F1C400;
	position: relative;
	bottom: 0;
	height: 88px !important;
	overflow: hidden;
	color: #F1C400;
}

.nav-collapse .item-anchor a.active:hover:after,
.nav-collapse .item-anchor a.active:focus:after {
	background: none !important;
}

.nav-collapse .item-anchor:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 2px;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: transparent;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav-collapse .item-anchor:hover:after,
.nav-collapse .item-anchor:focus:after {
	width: 100%;
	background: #F1C400;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}





/* 设置二级菜单绝对定位，并隐藏 */
.nav-collapse>ul>li>ul {
	position: absolute;
	display: block;
	/* display: none; */
	top: 90px;
	left: -11px;
	z-index: 99;
	overflow: hidden;
}

/* 设置二级菜单的li的样式 */
.nav-collapse>ul>li>ul>li {
	float: none;
	display: block;

	list-style: none;
}

/* 鼠标放在一级菜单上，显示二级菜单 */
.nav-collapse>ul>li:hover ul {
	/* display: block; */
	height: 300px;
	transition: 0.5s;
	/* 	background: red; */
}

/* 在一级菜单中，第一个不设置左边框 */
/* .nav-collapse>ul>li:first-child>a {
	border-left: none;
} */



/* 二级菜单 */
.nav-collapse>ul>li>ul {
	width: 100px;
	height: 0px;
	transition: 0.5s;
}

.nav-collapse>ul>li>ul>li>a {
	width: 100%;
	height: 36px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
	display: block;
	line-height: 36px;
	margin-bottom: 1px;
	margin-top: 1px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	padding: 0;
}

/* 在二级菜单中，第一个设置顶边框 */
/* .head-nav .header-nav>ul>li>ul>li:first-child>a {
	border-top: 1px solid #ccc;
}
 */
/* 在二级菜单中，鼠标放上去的样式 */
.nav-collapse>ul>li>ul>li>a:hover {
	color: #F1C400;
	background: rgba(255, 255, 255, 0.3);
}

.nav-collapse>ul>li>ul>li:hover {
	border: none;
}

/* 公共二级页面内导航宽度 */
.head-nav2 {
	height: 90px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(214, 218, 231, 1);
	box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.15);
}

.head-nav2 ul {

	margin: 0 10%;
}

.head-nav2 ul li {
	float: left;
	height: 100%;
	margin: 27px auto;
}

.head-nav2 ul li a {
	display: block;
	width: 100px;
	height: 36px;
	margin: 0 auto;
	text-align: center;
	color: ##252B3A;
	line-height: 36px;
	font-size: 18px;
	font-family: PingFang-SC-Regular;
	font-weight: 400;
	color: rgba(37, 43, 58, 1);

}

.head-nav2 ul li a:hover {
	display: block;
	width: 100px;
	height: 36px;
	background: rgba(44, 125, 246, 1);
	text-align: center;
	color: #FFFFFF;
	line-height: 36px;

}

footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: rgba(48, 52, 62, 1);
}

.footer-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
	margin-bottom: 30px;

}

.footer-info {
	float: left;
	width: 13%;
	height: auto;
	overflow: hidden;

}

.footer-info h3 {
	margin: 0;
	color: #FFFFFF;
	margin-bottom: 28px;
	font-size: 16px;
}

.f-31 {
	text-align: center;
}

.footer-info:first-child {
	margin-left: 5%;
}

.footer-info:last-child {
	width: 21%;
}

.footer-info:first-child a {
	display: block;
	float: left;
	/* width: 50%; */
	font-family: PingFang-SC-Regular;
	color: #777777;
	margin-bottom: 20px;
	font-size: 14px;
}

.footer-info a {
	display: block;
	width: 100%;
	color: #777777;
	font-family: PingFang-SC-Regular;
	text-align: left;
	margin-bottom: 20px;
	font-size: 14px;
}

.footer-li {
	overflow: hidden;
	text-align: center;
}

.footer-li img {
	width: 70%;
	height: auto;
}

.footer-jj {
	/* 	float: left;	
	margin-left: 3%; */
}

.footer-jj span {
	display: block;
	color: #777777;
	font-family: PingFang-SC-Regular;
	font-size: 14px;
	margin-bottom: 20px;

}

.dibian {
	width: 100%;
	height: 67px;
	line-height: 67px;
	text-align: center;
	border-top: 1px solid rgba(65, 65, 65, 1);
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(177, 177, 177, 1);
}


.lx {
	width: 100%;
	overflow: hidden;
}

.piaofu {
	position: fixed;
	right: 32px;
	top: 30%;
	/* width: 366px; */
	color: #333;
	z-index: 1000;
	/* height: 180px; */
}

.piaofu .er1 {
	cursor: pointer;
	width: 50px;
	height: 50px;
	color: #fff;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	color: #333;
	text-align: center;
	line-height: 48px;
	border-radius: 3px;
	margin-bottom: 10px;
	color: #333;
	text-align: center;
	line-height: 48px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.piaofu .er1 img {
	width: 32px;
	line-height: 50px;
	margin-top: -1px;
}

.piaofu .er2 {
	cursor: pointer;
	width: 50px;
	height: 50px;
	color: #fff;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 1;
	color: #333;
	text-align: center;
	line-height: 48px;
	border-radius: 3px;
	margin-bottom: 10px;
	color: #333;
	text-align: center;
	line-height: 48px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.piaofu .er2 img {
	width: 32px;
	line-height: 50px;
	margin-top: -1px;
}

.piaofu .er3 {
	cursor: pointer;
	/* 	float: right; */
	display: none;
	width: 50px;
	height: 50px;
	color: #fff;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	top: 120px;
	right: 0;
	z-index: 1;
	color: #333;
	text-align: center;
	line-height: 50px;
	border-radius: 3px;
	float: right;
}

.fudong_erweima1 {
	/* width: 296px; */
	width: 150px;
	position: absolute;
	right: 70px;
	top: 0;
	z-index: 1;
	display: none;
}

.fudong_erweima1 ul li {
	width: 136px;
	height: 150px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 13px;
	color: #333;
	float: left;
	background: #fff;
	list-style: none;
}

.fudong_erweima1 ul li img {
	width: 110px;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
}

.fudong_erweima1 ul li span {
	display: block;
	width: 90%;
	line-height: 28px;
	padding: 0 5%;
}

.fudong_erweima1 ul li:last-child {
	display: block;
	margin-left: 20px;
}

.fudong_erweima2 {
	/* width: 296px; */
	width: 150px;
	position: absolute;
	right: 70px;
	top: 0;
	z-index: 2;
	display: none;
}

.fudong_erweima2 ul li {
	width: 136px;
	height: 150px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 13px;
	color: #333;
	float: left;
	background: #fff;
	list-style: none;
}

.fudong_erweima2 ul li img {
	width: 110px;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
}

.fudong_erweima2 ul li span {
	display: block;
	width: 90%;
	line-height: 28px;
	padding: 0 5%;
}

.fudong_erweima2 ul li:last-child {
	display: block;
	margin-left: 20px;
}


/* 新增------------------------------------------------- */

.gy2 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}


/* 分页 */
.page {
	text-align: center;
	/* width: 100%; */
	margin: 0 auto;
	overflow: hidden;
	margin-top: 39px;
	display: flex;
	justify-content: space-around;
	align-items: center;

}
.page1 {
	text-align: center;
	/* width: 100%; */
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	align-items: center;

}

.pagesin {
	/* width: 100%; */
	height: 28px;
	justify-content: space-around;
	display: block;
	
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.page a {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	background: none;
	border-radius: 50%;
	font-size: 14px;
	font-family: PingFang-SC-Regular;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	line-height: 28px;
	margin-right: 20px;
}

a.active-pages {
	width: 28px;
	height: 28px;
	background: rgba(0, 57, 147, 1);
	border-radius: 50%;
	font-size: 14px;
	font-family: PingFang-SC-Regular;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	line-height: 28px;
}
