*{ margin:0; padding:0;}
body{overflow-x:hidden; }
ul{ margin:0; padding:0;}
li{list-style:none;font-family:"Microsoft YaHei","arial","微软雅黑","verdana","宋体";}
.clear {height:0px;clear:both;}
textarea{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";}
div{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";}
p{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体"; margin:0; padding:0;}
a{text-decoration:none;font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";cursor:pointer;}
a:hover{text-decoration:none;}
img{ border:none;image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */}
.px-0{ padding:0 0;}

.mx-0{ margin:0 0;}
.mbpx-0{padding:0 0;}
html {
          font-size: 100px; /*根元素默认的大小是16px*/
        }
.max-1920{ max-width:1920px !important; margin:auto;}		
	
@media screen and (max-width: 1680px){
	html{
		font-size:86px;
	}
}		
@media screen and (max-width: 1440px){
	html{
		font-size:78px;
	}
}

@media screen and (max-width: 1200px){
.hidden-1280{ display:none !important;}
}
@media screen and (max-width: 1024px){
	html{
		font-size:60px;
	}
}
@media screen and (max-width: 768px){
	html{
		font-size:60px;
	}
	
}

.pagination p {
	margin: 0;
	cursor: pointer;
	
}
.pagination {
	height: 28px;
	text-align: center;
	width:100%;

	margin-bottom:1rem;
}
.pagination a {
	display: inline-block;
	margin-right: 10px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	
	text-decoration: none;
	
	font-size: 14px;
	
	text-align: center;
	border:#dddddd 1px solid;
	background: #f5f5f5;
	color: #565656;
	transition:all 0.3s ease-in-out;

}
.pagination a:hover {
	border:#be312b 1px solid;
	background: #be312b;
	color: #fff;

}
.pagination a.cur {
	display: inline-block;
	margin-right: 10px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	
	text-decoration: none;

	font-size: 14px;
	text-align: center;
	
	transition:all 0.3s ease-in-out;
	border:#be312b 1px solid;
	background: #be312b;
	color: #fff;
}
.pagination p {
	display: inline-block;
	font-size: 14px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #6c6c6c;
	text-align: center;
	border:#dddddd 1px solid;
	background: #f5f5f5;
	color: #565656;
	margin-right: 8px;
	
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #fe6600;
	
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #fe6600;
	border-radius:50%;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
.pagination .page_xyy {
	width: 50px;
	height: 28px;
	
	border:none;
	line-height: 28px;
	
	text-decoration: none;
	color: #6c6c6c;
	font-size: 14px;
	text-align: center;
border:#dddddd 1px solid;
	background: #f5f5f5;
	color: #565656;

	
}
.pagination .page_xyy:hover{ 
	
		border:#be312b 1px solid;
	background: #be312b;
	color: #fff;
}
.pagination .page_syy {
	 width: 50px;
	height: 28px;
	line-height:28px;
	border:none;
	text-decoration: none;
	color: #6c6c6c;
	font-size: 14px;
	text-align: center;
border:#dddddd 1px solid;
	background: #f5f5f5;
	color: #565656;

	transition:all 0.5s ease-in-out;
	

}
.pagination .page_syy:hover{ 
		border:#be312b 1px solid;
	background: #be312b;
	color: #fff;
	}
.pagination .page_shouye {
	width: 39px; 
	height: 39px;
	border-radius:50%;
	padding: 0;
	margin-top: 4px;
	background:none;
	display:none;
}

.pagination .page_weiye {
	width: 39px;
	height: 39px;
	border-radius:50%;
	padding: 0;
	margin-top: 4px;
	background:none;
	display:none; 

}
/*mask*/
.mask {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.mask:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.readmask {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.readmask:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


.isPlay:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";

  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
}


@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}

nav.pagination-box{  text-align: center; margin-top: 45px !important;margin: auto; padding-bottom: 50px;}

.paginatoin-area a, .paginatoin-area a sapn {
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    border-radius: 5px;
    margin: 0 5px;
    display: inline-block;
    color: #444;
    background: #ededed;
    cursor: pointer;
    background-color: #fff;
}

.paginatoin-area .active, .paginatoin-area a:hover, .paginatoin-area .current, .paginatoin-area a:hover, .paginatoin-area .page-num-current, .paginatoin-area a span:hover, .paginatoin-area a:hover span {
    background-color: #ff7f4e;
    color: #fff;
}

div.loginback{ width: 100%; padding: 50px 0; min-height: 100vh; background: url(../img/loginbg.jpg) 50%/cover no-repeat; display: flex; align-items: center;}

div.loginmain{ width: 600px; height: 570px;  background:#fff; border-radius: 20px; position: relative; left: 8%; padding-top:50px; }

div.loginmain_t{ padding-left: 35px; letter-spacing: 8px; font-size: 40px; font-weight: 700;}

div.loginmain_li{ width:100%; height: auto; padding: 10px 35px 0;}

div.loginmain_li_t{ width: 100%; height: auto; line-height:30px; color: #888; font-size: 15px;}

div.loginmain_li_input{ width: 100%; height: 60px; border-radius: 10px; background: #e9e9e9; margin-top:5px;}

div.loginmain_li_input input{ width: 100%; height: 60px; line-height: 60px; color: #333; padding: 0 15px; font-size: 16px; background: none; border:none; outline: none;}

div.loginmain_submit{ width: 170px; height: 55px; border-radius: 15px; margin-left: 35px;margin-top: 18px; background: #ff708a; line-height: 55px; text-align: center;}

div.loginmain_submit input{width: 100%; height: 100%; display: block; background: none; color: #fff; border: none; outline: none; font-size: 18px; letter-spacing: 8px;}

div.loginmain_submit:hover{ background: #021a93;}

div.loginmainbottom{ width: 100%; height: auto; padding:15px 35px 0;}

div.loginmainbottom a{ color: #ff708a; font-size: 14px; transition: all 0.36s ease-in-out; margin-right: 25px;}

div.loginmainbottom a:hover{ color:#021a93;}


div.remain_li_t{ width: 100%; height: auto; line-height:30px; color: #888; font-size: 15px;}

div.remain_li{ width:100%; height: auto; padding: 10px 35px 0;}

div.remain_li_input{ width: 100%; height: 40px; border-radius: 10px; background: #e9e9e9; margin-top:5px;}

div.remain_li_input input{ width: 100%; height: 40px; line-height: 40px; color: #333; padding: 0 15px; font-size: 16px; background: none; border:none; outline: none;}

div.remain_submit{ width: auto; display: inline-block; padding: 0 20px; height: 35px; border-radius: 7px; margin-left: 35px;margin-top: 18px; background: #ff708a; line-height: 35px; text-align: center; cursor:pointer;}

div.remain_submit input{width: 100%; height: 100%; display: block; background: none; color: #fff; border: none; outline: none; font-size: 14px; }

div.remain_submit:hover{ background: #021a93;}
div.remain_submit span{ color:#fff;}
div.remain {
    width: 600px;
    height: auto;
    background: #fff;
    border-radius: 20px;
    position: relative;
    left: 8%;
    padding-top: 26px;
    padding-bottom: 35px;
}

div.fabuoneback{ width: 960px; height:auto; margin: auto; padding: 55px 0 50px;}

div.fabu_1title{ width: 100%; height: auto; line-height: 50px; font-weight: 700; font-size: 28px; color: #333;}

div.fabu_1tabbk{ width: 100%; height: auto; margin-top: 25px;}

.step1 {
  width: 746px;
  background: url(../img/step.gif) top center no-repeat;
  height: 30px;
}
.step2 {
  width: 746px;
  background: url(../img/step.gif)  0 -30px no-repeat;
  height: 30px;
}
.step3 {
  width: 746px;
  background: url(../img/step.gif)  0 -60px no-repeat;
  height: 30px;
}
.step1 span, .step2 span, .step3 span {
  width: 248px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  display: block;
  float: left;
  color: #000;
}

.step1 span.cur, .step2 span.cur, .step3 span.cur {
  color: #fff;
}
font.number {
  font-size: 18px;
  margin-right: 5px;
}

div.fabu_xuanzebk{ width: 100%;}

div.fabu_xuanze_t{ width: 100%; height: auto; font-size: 20px; font-weight: 700;  padding-bottom: 15px; color: #333; margin-top: 35px; border-bottom: 1px solid #ebebeb;}

div.fabu_xuanzelistbk{ width: 100%; height: auto; margin-top: 25px;}

div.fabu_xuanzelist{height: auto; color:#333; font-size: 16px; float: left; margin-right: 25px; cursor: pointer;}

div.fabu_xuanzelist:hover{ color: #021a93;}

div.fabu2listback{ width: 960px; height: auto; margin: auto; margin-top: 35px;}

div.fabu2list_t{ width: 95px; height: 50px; float:left; line-height: 50px; color: #333; font-size: 16px; text-align: right;}

div.fabu2list_t span{ color: red;}

div.fabu2list_bread{ width: auto; height: 50px; line-height: 50px; float: left; color: #333; font-size: 15px;}

div.fabu2list_bread span a{ color: #021a93; cursor: pointer;}

div.fabu2list_bread select{ width: 160px; height: 35px; border-radius: 7px; border: 1px solid #E7E7E7; padding: 0 15px}

div.fabu2list_youxiao{ width: 300px; height:auto; float: left; margin-top: 5px;}

div.fabu2list_youxiao select{ width: 160px; height: 35px; border-radius: 7px; border: 1px solid #E7E7E7; padding: 0 15px}

div.fabu2list_xxtitle{ width: 750px; height:auto;  float: left;margin-top: 5px;}

div.fabu2list_xxtitle input{ width: 100%; height: 35px; border-radius: 7px; border: 1px solid #E7E7E7; padding: 0 15px}

div.fabu2listuploadpic{ width: 750px; height: auto; float: left;margin-top: 5px;}

div.fabu2list_content{ width: 600px; height: 300px; float: left; overflow: hidden;border: 1px solid #E7E7E7; border-radius: 5px; }

div.fabu2list_content textarea{ width: 100%; height: 100%; border-radius: 7px;  border: none; padding: 20px 15px; }

div.fabu2list_contentmt{ margin-top: 15px;}

div.fabu2list_xxtitle{ width: 250px; height: auto; float: left; margin-top: 5px;}

div.fabu2submit{ margin-top: 15px; padding-left: 100px;}

div.fabu2bottomxx{ padding-left: 100px; line-height: 2; font-size: 12px; color: #444; margin-top: 20px;}

div.fabu_suc{ width: 100%; height: auto; text-align: center; line-height: 3; color: #333; font-size: 18px; padding-top: 50px;}

div.fabu_suc span a{ color: red;}

div.publicheadrtusercenter{ float: left; height: 55px; margin-left: 0.3rem; color:#145a89; font-size: 16px; font-weight: 500;}

div.publicheadrtusercenter a{ color: #145a89;}

div.usercenterbk{ width:1280px; height:auto; margin: auto; padding:95px 0;}

div.usercenterleft{ width: 350px; height: auto; float: left;}

div.usercenterl_li1{ width:100%; height: 120px; background: #f5f5f5; cursor: pointer;}

div.usercenterl_li1_left{ width:85px; height: 85px; float: left; margin-top:18px ; float: left; margin-left: 25px; border-radius: 50%; border: 1px solid #cccccc; overflow: hidden;}

div.usercenterl_li1_left img{ width: 100%; height:100%;}

div.usercenterl_li1_rt{ width: 190px; height: auto; float: left; margin-left: 22px;}

div.usercenterl_li1_rt_t{ width: 100%; height: auto; line-height: 50px; color: #333; font-size: 18px; font-weight: 700;margin-top: 34px;}

div.usercenterl_li_list{ cursor: pointer; width: 100%; height: 70px;     font-size: 18px; border-top:#dfdfdf 1px solid; background: #fff; line-height: 70px; padding-left: 25px; }

div.usercenterl_li_list:hover{background: #4799ff; color: #fff;}

div.usercenterl_li_list:hover a{ color: #fff;}

div.usercenterl_li_listh{background: #4799ff; color: #fff;}

div.usercenterl_li_list a{color: #333; display: block; width: 100%; height: 100%;}

div.usercenterl_li_listh a{color: #fff;}

div.usercenterrt{width: 928px; float: right;  padding: 20px 25px 50px;}

div.user1xiugai{  padding-left: 130px; margin-top: 15px;}

div.userinfobk{ width: 100%; margin-bottom: 10px; position: relative;}

div.userinfobk::before {
    content: '';
    display: block;
    width: 66%;
    height: 1px;
    border-bottom: 1px dashed #dddddd;
    position: absolute;
    left: 19px;
    bottom: 0;
}

div.fabu2list_userinfo{ float: left; height: auto; line-height: 50px; color: #333; font-size: 16px;padding-bottom: 9px;
 }

div.fabu2list_userinfo span.chongzhi1{ margin-left: 10px; width: 70px; height: 40px; line-height: 40px; border-radius: 7px; border: 1px solid #00b724; color:#00b724;  display: inline-block; padding: 0 7px; text-align: center; cursor: pointer; transition: all 0.36s ease-in-out;}

div.fabu2list_userinfo span.chongzhi1 input{  background: none; border: none;}

div.fabu2list_userinfo span.chongzhi1:hover{ background: #00b724; color: #fff;}

div.userfabutabbk{ width: 100%; padding:0 44px;}

div.userfabutab{ width: 115px; height:50px; float: left; font-size: 15px; margin-right: 7px; border-radius: 5px; border:#4799ff 1px solid;  line-height: 50px; text-align: center; color: #4799ff; margin-top:20px;}

div.userfabutab:hover{ background: #4799ff; color: #fff;}

div.userfabutabh{background: #4799ff; color:#fff;}

div.fabuinfolistbk{margin-top: 15px;}

div.fabuinfolist {
    width: 94%;
    height: auto;
    border-top: 1px dashed #c5c5c5;
    padding: 15px 44px;
    margin-left: 5%;
}
div.fabulistinfoleftpic{ width:130px; height: 100px; float: left;}

div.fabulistinfoleftpic img{ width: 130px; height: 100px;}

div.fabulistinfoleft_t{ width: 525px;
    margin-left: 15px;
    float: left;
    margin-top: 20px;
    height: 50px;
    line-height: 25px;
    font-size: 16px;
    overflow: hidden;
    color: #666;
    display: flex;
    align-items: center;}

div.fabulistinfoleft_shenhe{ width: 100px; float: left; height: 50px;  margin-top: 20px; line-height: 50px; text-align: center; font-size: 16px; color: red;}

div.nyhuiyuancontent{ width: 1280px; height: auto; line-height: 3; font-size: 16px; color: #333; }

.el-breadcrumb {
  font-size: 16px !important;
  line-height: 1;
}
.el-breadcrumb__inner a, .el-breadcrumb__inner.is-link {
  font-weight: 500 !important;
  text-decoration: none;
  transition: color .2s cubic-bezier(.645,.045,.355,1);
  color: #fff !important;
}

.el-breadcrumb__separator{ color: #fff !important;}

div.myfabu_top{ width: 100%; height: 70px;}

div.myfabu_top_1{ width: 115px; height: auto; line-height: 70px; text-align: center; color: #767676; font-size: 18px; float: left;    margin-left: 67px;}
div.myfabu_top_2{ width: 115px; height: auto; line-height: 70px; text-align: center; color:#767676; font-size: 18px; float: left;    margin-left: 35px;}

div.myfabu_top_3{ width: 115px; height: auto; line-height: 70px; text-align: center; color:#767676; font-size: 18px; float: left;    margin-left: 415px;}

div.shenhetishi{ width: 100%; height: 20px; line-height: 20px; text-align: center; font-size: 12px; color: 767676; }

div.shenhetishi span{ color: #c7c7c7;}

div.shoukuanbk{ width:100vw; height: 100vh; position: fixed; top:0; left: 0; z-index: 999999; background:rgba(0,0,0,0.7); line-height: 100vh; text-align: center; display: none;}

div.shoukuanbk img{ width: 500px; height: 500px;}

div.panduantiaoshu{ display:none;}

div.neiyelistback{ width: 100%; height: auto; }

.text-secondary a{ color: #333; transition: all 0.36s ease-in-out;}

.text-secondary a:hover{ color: #145a89;}

.neiyecontentbk{ width: 1200px; margin: auto; height: auto; line-height: 1.8; font-size: 15px; color: #232323;}





.hometopnavbox {
	position: relative;
	right: 0;
	left: 0;
	z-index: 1030;
	top: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
	height: 63px;
}
.hometopinnernav {
	width: calc(100% / 12 * 10);
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.hometopleft {
	float: left;
}


.homenavbox {
	float: left;
	margin-left: 0.67rem;
}
.homenavitembox {
	float: left;
	margin-left: 0.24rem;
	position: relative;
}
.homenavitembox:first-child {
	margin-left: 0;
}
.homenavitem {
	color: #51516c;
	font-size: .14rem;
	line-height: 63px;
}
.homenavitem>a {
	color: #51516c;
	font-size: .16rem;
	line-height: 63px;
	display: block;
}

.homenavitem>a:hover{ color: #D50000;}
.homenavitemxz>a {
	color: #5f8b14;
	font-weight: bold;
}
.homenavitemxz>i {
	color: #5f8b14;
}
.hometwonavbox {
	position: absolute;
	left: 0;
	top: 0.63rem;
	background: #fff;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	margin: -2px 0 0 0;
	z-index: 50;
	height: 0;
	overflow: hidden;
	text-align: left;
	-o-box-shadow: 3px 3px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	border-top: 1px solid #ddd;
	visibility: hidden;
	opacity: 0;
	-ms-transition: opacity 0s ease 0s,margin-top .3s ease 0s;
	-moz-transition: opacity 0s ease 0s,margin-top .3s ease 0s;
	-o-transition: opacity 0s ease 0s,margin-top .3s ease 0s;
	transition: opacity 0s 
ease 0s, margin-top .3s 
ease 0s;
	-webkit-transition: opacity 0s 
ease 0s, margin-top .3s 
ease 0s;
	margin-top: 10px;
	padding: 20px 0px;
	margin-left: -2rem;
	width: 220px;
}



@font-face {
    font-family: FontAwesome;
    src: url(https://biocytogen2024.s3.us-east-2.amazonaws.com/web/frontend/Public/webfonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(https://biocytogen2024.s3.us-east-2.amazonaws.com/web/frontend/Public/webfonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(https://biocytogen2024.s3.us-east-2.amazonaws.com/web/frontend/Public/webfonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(https://biocytogen2024.s3.us-east-2.amazonaws.com/web/frontend/Public/webfonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(https://biocytogen2024.s3.us-east-2.amazonaws.com/web/frontend/Public/webfonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(https://biocytogen2024.s3.us-east-2.amazonaws.com/web/frontend/Public/webfonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],[class^=icon-] {
    font-family: FontAwesome,Verdana, Arial, Helvetica, sans-serif,"Microsoft YaHei",å¾®è½¯é›…é»‘,"MicrosoftJhengHei",\5FAE\8F6F\96C5\9ED1;
    ; ;font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased
}

[class*=" icon-"]:before,[class^=icon-]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none
}

.icon-angle-down:before {
    content: "\f107";
}


.navarrow {
	margin-left: 0.05rem;
}



.hometwonavitem a {
	padding: 5px 30px;
	display: block;
	color: #51516C;
	font-size: .14rem;
}
.hometwonavitem a:hover {
	color: #23232F;
	font-weight: 600;
}

.homenavitembox:hover .hometwonavbox {
	opacity: 1;
	visibility: visible;
	right: 0;
	margin: 0;
	overflow: visible;
	height: auto;
}


.textBody-small {
    font-family: 'PlusJakartaSans-Regular', sans-serif;
    font-weight: 400;
    color: #51516C;
    font-size: 14px;
}
.operation-area>a.link-to {
    display: inline-block;
    margin-right: 10px;
}

.textBody-small {
	font-size: .14rem;
}


@media screen and (max-width : 1600px) {
.hometopinnernav {
	width: calc(100% / 12 * 11);
}
}



.dhdwk {
  width: 100%;
  height: 1.31rem;
  background: #0288e7;
  position: relative;
}
.logo {
    
    z-index: 10;
    position: absolute;
    top: 50%;
    margin-top: -20px;
	left:0px;
	
}
.logo img {
  width: auto;
	height:40px;
}
.dhwk {
  float: right;
  height: 1.31rem;
}
.dhxtp {
  position: absolute;
  width: calc(100% - 2.1rem);
  top: 100%;
  left: 0;
  display: flex;
  z-index: 2;
}
.dhxtp img {
  width: 100%;
}
.dhnk {
  float: left;
  padding-right: 1.11rem;
}
.dhmg {
  float: left;
  margin-left: 0.5rem;
  position: relative;
}
.dhmg:first-child {
  margin-left: 0;
}
.dhmg a {
  color: #ffffff;
  line-height: 1.31rem;
  display: block;
  font-size: 0.22rem;
  font-family: 'Noto Sans SC';
  transition: 0.25s all;
}
.dhmg a:hover {
  font-weight: bold;
}
.dhmgxz > a {
  font-weight: bold;
}
.aldpwk {
  float: left;
  width: 2.1rem;
  height: 1.31rem;
  background: #fff;
}
.aldpwk a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.aldptb {
  width: 0.28rem;
}
.aldptb img {
  width: 100%;
}
.aldpwz {
  color: #0288e7;
  font-size: 0.22rem;
  font-weight: bold;
  margin-left: 0.17rem;
}


.header {background-color: #fff;position: relative;z-index: 100;left: 0;top: 0;width: 100%;box-shadow: 0 2px 3px rgba(0,0,0,0.15);}
.header-active {position: fixed;top: -150px;}
.header-active.active {top: 0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.header .logo {float: left;text-align: left;}
.header .tel {float: right;line-height: 105px;text-transform: uppercase;margin-left: 20px;}
.header .sc-box {float: right;position: relative;}
.header .sc-btn {display: block;width: 42px;height: 105px;background: url(../images/top1.png) no-repeat center;}
.header .sc-form {position: absolute;right: 0;top: 100%;background-color: #fff;width: 270px;padding: 10px;display: none;z-index: 10;}
.header .sc-form input {float: left;padding: 6px 12px;background-color: #f0f0f0;border: 1px #ccc solid;font-size: 14px;line-height: 24px;border-right: 0;width: 180px;}
.header .sc-form button {float: right;width: 65px;height: 38px;line-height: 38px;border: 0;font-size: 16px;text-align: center;cursor: pointer;padding: 0;background-color: #009bde;color: #fff;}
.headernewbk{ width: 1280px; height: auto; position: relative; display: flex; flex-flow: nowrap; justify-content: center;}
.header .nav {font-size: 0; margin: auto;}
.header .nav li {display: inline-block;vertical-align: middle;margin: 0 5px;}
.header .nav li a {display: block;font-size: 16px;padding: 27px 20px 27px;-webkit-transition: all 0.5s;transition: all 0.5s;border-bottom: 2px solid transparent;text-align: center;}
.header .nav li a span {display: block;text-transform: uppercase;font-size: 12px;opacity: 0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.header .nav li .arr {float: right;height: 57px;width: 40px;position: relative;display: none;right: 0;position: absolute;}
.header .nav li .arr:after {content: '';border-top: 2px solid #ccc;border-left: 2px solid #ccc;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;-webkit-transform: rotate(135deg);transform: rotate(135deg);right: 15px;}
.header .nav li.dropdown {position: relative;}
.header .nav .dropdown-box {position: absolute;left: 50%;width: 160px;top: 100%;background-color: #009bde;display: none;z-index: 10;margin-left: -80px;}
.header .nav .dropdown-box p {margin: 0;}
.header .nav .dropdown-box a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #fff !important;line-height: 50px;font-size: 14px;background-color: transparent !important;padding: 0 10px;border-bottom: 0;}
.header .nav .dropdown-box a:hover {background-color: #313131 !important;}
.header .nav li.active a,.header .nav li.open a,.header .nav li a:hover{color:#ff6b02;}
.header .nav li.active a span,.header .nav li.open a span,.header .nav li a:hover span {opacity: 1;color: #009bde;}
.header .nav li.open .dropdown-box {display: block;}
.menu-btn {display: none;padding: 16px 0;float: right;margin-left: 15px;}
.menu-btn:before,.menu-btn:after,.menu-btn span {display: block;height: 2px;background-color: #009bde;content: '';}
.menu-btn:before {width: 24px;}
.menu-btn:after {width: 18px;margin-left: 6px;}
.menu-btn span {width: 12px;margin: 6px 0 6px 12px;}


div.indexheadbutton{  width: 130px; height: 45px; background:#ff6b02; border-radius: 30px; color: #fff; font-size:14px; position: absolute; margin-top: -22.5px; top: 50%; right: 0; font-size: 16px; line-height: 45px; text-align: center;}

div.indexheadbutton a{ width: 100%;height: 100%; display: block; color: #fff;}

div.indexbannerbk{ width: 100%; height: 450px; background: url("../images/index/bannerbg.jpg") 50%/cover no-repeat; padding-top: 100px;}

div.indexbanner_cnt{ width: 1280px; height: 75px; line-height: 75px; text-align: left; color: #fff; font-weight: 700; font-size: 32px; margin: auto;}

div.indexbanner_ent{width: 1280px; height: 32px; line-height: 32px; text-align: left; font-size: 22px; color: #fff;margin: auto;}

.form-box {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    position: relative;
    margin-bottom: 60px;
    margin-right: 60%;
    z-index: 999;
	width:300px;
	margin-top: 25px;
}



.form-box {
    margin-bottom: 100px;
}

.form-box input[type="text"] {
    border: 1px solid #cccc;
    border-radius: 4px;
    padding-left: 1em;
    width: 100%!important;
    margin: 0;
	height: 34px;
}

.home-search-results {
    position: absolute;
    top: 65px;
    width: 100%;
    left: 0;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 999;
    border-radius: 4px;
    visibility: visible;
    animation-duration: 300ms;
    height: auto;
    display: none;
    animation-name: aspAnFadeInDrop;
    -webkit-animation-name: aspAnFadeInDrop;
    box-shadow: 0 10px 20px rgba(213,213,213,0.4);
    border: 1px solid #dcdcdc;
}

div.indexinput{ width: 1280px; height: auto; margin: auto;}


.rlzylgdhwk {
    width: 14rem;
    margin: auto;
    position: relative;
    margin-top: -3%;
}
.rlzyzpmg {
	width: 6.5rem;
	border-radius: .1rem;
	overflow: hidden;
	float: left;
	position: relative;
}
.rlzyzpmg:nth-child(2) {
	float: right;
}
.rlzyzpmgtp {
	width: 100%;
}
.rlzyzpmgtp img {
	width: 100%;
}
.rlzyzpmgwzdwk {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	top: 0;
	left: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.rlzyzpmgwz {
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	font-size: .36rem;
}
.rlzyzpmgyw {
	color: #ffffff;
	font-size: .14rem;
	font-family: "AkzidenzGroteskBQ-LigExt";
	text-transform: uppercase;
	margin-top: 0.18rem;
}


.newxnk {
	width: 13.3rem;
	margin:auto;
    margin-top: 0.5rem;
}
.newmg {
	width: 4.08rem;
	margin-left: calc((100% - 12.24rem) / 2);
	float: left;
	margin-top: 0.8rem;
	border-radius: .08rem;
	overflow: hidden;
}
.newmg:nth-child(3n-2) {
	margin-left: 0;
}
.newmg:nth-child(1) {
	margin-top: 0;
}
.newmg:nth-child(2) {
	margin-top: 0;
}
.newmg:nth-child(3) {
	margin-top: 0;
}
.newtp {
	width: 100%;
	overflow: hidden;
}
.newtp img {
	width: 100%;
	transition: .75s all;
	aspect-ratio: 10 / 5.83;
    object-fit: cover;
    max-height: 2.38rem;
}
.newmgxwk {
	width: 100%;
	background: #f1f1f1;
	padding-top: 0.22rem;
	padding-left: 0.16rem;
	padding-right: 0.23rem;
	height: 2.37rem;
}
.newmgsj {
	color: #8c8c8c;
	font-size: .16rem;
	line-height: 1;
}
.newmgbt {
	width: 100%;
	color: #393939;
	font-size: .2rem;
	line-height: 0.3rem;
	margin-top: 0.17rem;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	transition: .75s all;
}
.newmgms {
	color: #919191;
	font-size: .14rem;
	line-height: 0.24rem;
	margin-top: 0.13rem;
	height: 0.48rem;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.newmgckwk {
	margin-top: 0.22rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.newmgckwz {
	color: #ff6b02;
	font-size: .14rem;
	line-height: 0.2rem;
}
.newmgckjt {
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	position: relative;
	background: #ff6b02;
	margin-left: 0.11rem;
}
.newmgckjt:after {
    content: "";
    position: absolute;
    width: 0.08rem;
    height: 0.08rem;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotateZ(45deg);
    left: 50%;
    top: 50%;
    margin-left: -.06rem;
    margin-top: -.04rem;
}
.newmg:hover .newtp img {
    transform: scale(1.2);
}
.newmg:hover .newmgbt {
	font-weight: bold;
	color: #ff6b02;
}


.section-title strong {display: block;font-size: 50px;line-height: 1.1;margin-bottom: 5px;position: relative;text-transform: uppercase;}
.section-title strong:before {position: absolute;top: 50%;right: 100%;content: '';width: 25px;height: 5px;background-color: #333;margin-top: -2px;margin-right: 10px;}
.section-title p {margin: 0;float: right;font-size: 18px;color: #8f8f8f;}
.section-title-2 {margin-bottom: 40px;text-align: center;font-size: 24px;margin-top: 30px;}
.section-title-2 strong {font-family: "Arial Black";font-size: 40px;display: block;text-transform: uppercase;}
.section-title-3 {text-align: center;margin-bottom: 40px;}
.section-title-3 strong {display: inline-block;font-size: 36px;position: relative;padding: 0 25px;}
.section-title-3 strong:after,.section-title-3 strong:before {position: absolute;content: '';top: 50%;width: 90px;height: 1px;background-color: #000;opacity: 0.2;}
.section-title-3 strong:after {left: 100%;}
.section-title-3 strong:before {right: 100%;}
.section-title-3 p {font-size: 18px;line-height: 1.8;margin: 0;}
.section-title-3 small {display: inline-block;background-color: #009bde;color: #fff;font-family: Arial;padding: 0 38px;line-height: 24px;font-size: 14px;border-radius: 20px;margin-top: 5px;letter-spacing: 1px;}

.section-title {
    margin-bottom: 40px;
    font-size: 24px;
    padding-left: 35px;
}



.announcepost {
  width: 336px;
  float: right;
  display: block;
  border: 1px #e3e3e3 solid;
  padding-botom: 20px;
  height: auto;
  overflow: auto;
  background-color: #fff;
	margin-top: 50px;
}
.announcecorp{ width: 13.3rem; height: auto; margin: auto;}
.now p {
    border-bottom: 2px #f46606 solid;
    font-weight: 700;
}
.announcecorp #tab1 {
  width: 310px;
  margin: 10px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  border-bottom: 1px #e3e3e3 solid;
	margin-left: 0;
	margin-bottom:25px;
}
.announcecorp #tab1 li {
  display: block;
  width: 70px;
  height: 32px;
  float: left;
  margin-right: 15px;
  text-align: center;
}
.announcecorp #tab1 li.now {
  background: #fff;
  border-bottom: 0;
  font-weight: 700;
}
.announcecorp .tablist {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.corp h1,
.corp p {
  overflow: hidden;
  margin-bottom: 5px;
}
.announcecorp .tablist li {
  width: 290px;
  padding-left: 5px;
  padding-right: 5px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-size: 14px;
	margin-right: 0.56rem;
	margin-bottom:20px;
	background: #e3e3e3;
}

.tablist li:hover span.money{ color: #fff !important; }

.tablist div.nodata {
  font-size: 12px;
  height: 224px;
  text-align: center;
  line-height: 220px;
}
.tablist li span.title {
      height: 66px;
    float: left;
    display: block;
    overflow: hidden;
    text-indent: 10px;
    width: 220px;
    line-height: 22px;
    padding-left: 8px;
}
.tablist li span.time {
  width: 60px;
  height: 26px;
  float: right;
  display: block;
  text-align: right;
  color: #999 !important;
  font-size: 14px;
}
.tablist li span.money {
  text-align: right;
  width: 60px;
  height: 26px;
  float: right;
  display: block;
  text-align: left;
  color: #999 !important;
  font-size: 14px;
}
.tablist li:hover {
  background-color: #ffd3b4;
}
.announcecorp .tablist li:nth-child(4n){margin-right:0;}


.infolist .showbox .hd .postinfo a:hover,
.page_nav .menu a:hover {
  text-decoration: none;
}
.infolist,
.infolist .showbox {
  margin-top: 5px;
  margin-bottom: 5px;
  height: auto;
  overflow: auto;
	margin-right: 0.3rem;
}
.infolist .sleft {
  float: left;
}
.infolist .sright {
  float: right;
}
.infolist .showbox .hd {
  height: 40px;
  background-color: #fff;
  line-height: 40px;
}
.blue .infolist .showbox .hd {
  border-top: 1px #3592e2 solid;
}
.green .infolist .showbox .hd {
  border-top: 1px #42b712 solid;
}
.orange .infolist .showbox .hd {
  border-top: 1px #f46606 solid;
}
.red .infolist .showbox .hd {
  border-bottom: 1px #f46606 solid;
}
.infolist .showbox .hd .cattitle img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: top;
  margin-top: 5px;
}
.infolist .showbox .hd .cattitle {
  float: left;
  display: block;
  padding-right: 15px;
  padding-left: 10px;
  height: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
.infolist .showbox .hd .cattitle span {
  float: left;
  display: block;
  width: 2px;
  height: 40px;
}
.infolist .showbox .hd .postinfo {
  float: left;
  display: block;
  margin-left: 15px;
}
.infolist .showbox .hd .postinfo a {
  color: #333;
}
.infolist .showbox .bd ul li a:hover {
  color: #f46606;
}
.infolist .showbox .hd .moreinfo {
  float: right;
  display: block;
  margin-right: 10px;
  width: 120px;
  text-align: right;
}
.infolist .showbox .bd ul {
  margin: 10px 10px;
  text-align: left;
}
.infolist .showbox .bd ul li {
  overflow: hidden;
  height: 42px;
  font-size: 14px;
  line-height: 42px;
  border-bottom: 1px #f1f1f1 solid;
  background: url(../img/li_arrow.gif) 5px 20px no-repeat;
}
.infolist .showbox .bd ul li:last-child {
  border-bottom: none;
}
.infolist .showbox .bd ul li.bg_gray {
  background-color: #fbfcfc;
}
.infolist .showbox .bd ul li:hover {
  background-color: #dbd7d7;
}
.infolist .showbox .bd li .time {
  float: left;
  display: block;
  width: 60px;
  height: 38px;
  color: #585858;
  text-align: left;
  margin-left: 15px;
}
.infolist .showbox .bd li .info {
  float: left;
  display: block;
  overflow: hidden;
  margin-left: 7px;
  width: 6.23rem;
  height: 38px;
  text-align: left;
}
.infolist .showbox .bd li .catname {
  float: right;
  display: block;
  overflow: hidden;
  width: 1rem;
  height: 38px;
  text-align: right;
	
}
.infolist .showbox .bd li .catname a {
  margin-left: 0.07rem;
  color: #999;
}

div.indexthreeback{ width: 13.3rem; height: auto; margin: auto; margin-top: 35px;}


.infolist, .infolist .showbox:nth-child(2n){ margin-right: 0;}





