@font-face {
    /* font-properties */
    font-family: PingFang-SC-Regular;
    src:url('/public/font/PingFang-biao.woff'); /* IE9 */
}
@font-face {
    /* font-properties */
    font-family: PingFang-bold;
    src:url('/public/font/PingFang-bold.woff'); /* 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;}
img{vertical-align: middle;object-fit:cover;}
i,em{font-style: initial}
.f-left {
	float: left;
}

.f-right {
	float: right;
}


/* 
.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:#f8f8f8;
}
::-webkit-scrollbar {
width:9px;
height:9px;
}
::-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: 18px;}
.login a{display: block;float: left;color: #fff;padding:0 16px;
font-size: 14px;margin: 0 10px;/*width: 40px;*/height: 32px;line-height: 31px;
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: 31px;}
.login .active:hover{color: #333;}
header{
  position: absolute;
  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: 2%;
  line-height: 50px;
  font-size: 26px;
  margin-top: 10px;
}
/* .daohang .logo img{height: 100%;} */
.width1000{width: 1000px;margin: 0 auto;/* overflow:hidden; */}
.width1200{width: 1200px;margin: 0 auto;/* overflow:hidden; */ height: 66px;}
.width100{width: 100%;}
.nav-collapse{float: left;line-height: 70px;}
.nav-collapse .item-anchor{
	display: block;
	float: left;
	/* margin-right:70px; */
	height: 66px;
	position: relative;
	list-style: none;
	margin:0 28px;
	text-align: center;
	/* margin-right: 20px; */
	
}

.nav-collapse a{
  display: block;
  text-decoration: none;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  float: left;
}

.nav-collapse .item-anchor a.active{border-bottom: 4px solid #fff;position: relative;bottom:0;
height: 66px!important;overflow: hidden;}
.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: 4px;
  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: #fff;
  -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;
}


.banner_chaxun{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	z-index: 10;
	background: rgba(0,0,0,0.3);
}
.banner_chaxun input{margin: 0;padding: 0;}
.banner_chaxun .sousuo{
	width: 750px;
	height: 60px;
	margin: 0 auto;
	margin-top: 20px;
	background: rgba(0,0,0,0.2);
	border-radius: 5px;
	
}
.banner_chaxun .sousuo .input_text{width:80%;float: left;}
.banner_chaxun .sousuo .input_text .shuru{display:block;border: none;width: 96%;color: #fff;
height: 60px;outline: none;font-size: 15px;background: none;float: left;padding-left:4% ;}
.banner_chaxun .sousuo .input_submit{width:20%;float: right;height: 60px;
/*background: #ff9c00;*/background:#fff;color: #333;line-height: 60px;text-align: center;font-size: 18px;cursor:pointer;}
.banner_chaxun .sousuo .input_submit img{vertical-align: middle;margin-right: 12px;margin-top: -3px;}


.banner_chaxun .sousuo .input_text .shuru::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.banner_chaxun .sousuo .input_text .shuru:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
}
.banner_chaxun .sousuo .input_text .shuru::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
}
.banner_chaxun .sousuo .input_text .shuru:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}



.nav-collapse>ul>li>ul {
	position: absolute;
	display: block;
	/* display: none; */
	top: 66px;	
	left: -17px;
	z-index: 99;
	overflow: hidden;
}

.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:16px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(255,255,255,1);
}

/* .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: #FFFFFF;
	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 */
.footer-top {
	width: 100%;
	height: 310px;
	background: url(../image/footer.png) center top;
	overflow: hidden;

}

.footer-left {
	height: auto;
	width: 80%;

}

.footer-right {
	width: 20%;
	height: auto;
}

.f-l-top {
	width: 100%;
	height: auto;
	margin-top: 6%;
	overflow: hidden;

}

.f-l-li {
	width: 20%;
	float: left;
	text-align: left;
}


.f-l-li ul li a {
	display: block;
	font-size: 14px;
	font-family: PingFang-SC-Regular;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 28px;
}

.f-l-li ul li a:hover {
	display: block;
	font-size: 14px;
	font-family: PingFang-SC-Regular;
	font-weight: 400;
	color: #a9cfff;
	line-height: 28px;
}

.t-top {
	margin-bottom: 30px;
	font-size: 18px;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: 24px;
}

.f-r-top {
	width: 100%;
	height: auto;
	margin-top: 25%;
	overflow: hidden;


}

.f-r-li {
	width: 100%;
	text-align: left;
	margin-left: 40%;

}

.f-r-li img {
	width: 134px;
	height: 134px;

}

/* footer end */
/* body>iframe { border: 0; margin: 0;padding: 0; } */
.page {
	width: 100%;
	height: 80px;
	background: rgba(255, 255, 255, 1);
	overflow: hidden;
}

.page-list {
	width: 100%;
	height: auto;
	margin: 22px 25%;
}

.page a {
	display: block;
	float: left;
	font-size: 14px;
	font-family: PingFang-SC-Regular;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 10px;
	margin-left: 10px;
	padding: 11px 14px;
	border: 1px solid rgba(228, 234, 236, 1);
}

.page a:hover {
	display: block;
	border: 1px solid rgba(244, 244, 244, 1);
	padding: 11px 14px;
	background: rgba(244, 244, 244, 1);
	color: #F66F6A;
}

.selected {

	border: 1px solid rgba(244, 244, 244, 1) !important;
	padding: 11px 14px;
	background: rgba(244, 244, 244, 1);
	color: #F66F6A !important;
}

.page_1 {
	width: 100%;
	height: 35px;
	/* 	background: rgba(255, 255, 255, 1); */
}

.page-list_1 {
	width: 100%;
	height: auto;
	margin: 10px 33%;
}

.page_1 a {
	display: block;
	float: left;
	font-size: 14px;
	font-family: PingFang-SC-Regular;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 10px;
	margin-left: 10px;
	padding: 11px 14px;
	border: 1px solid rgba(214, 218, 231, 1);
}

.page_1 a:hover {
	display: block;
	border: 1px solid rgba(244, 244, 244, 1);
	padding: 11px 14px;
	background: rgba(44, 125, 246, 1);
	color: #fff;
}

.selected_1 {

	border: 1px solid rgba(244, 244, 244, 1) !important;
	padding: 11px 14px;
	background: rgba(44, 125, 246, 1);
	color: #fff !important;
}