*{ 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:1200px; 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: 1200px; 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: #333;
  position: relative;
}

.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: #333;
  font-size: 0.22rem;
  font-weight: bold;
  margin-left: 0.17rem;
}



.tzggwk {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-top: 30px;
}
.tzggzcwk {
	width: 6.7rem;
	float: left;
}
.tzggswk {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 0.34rem;
	border-bottom: 1px solid #e1e1e1;
}
.tzggszcwk {
	float: left;
	display: flex;
	align-items: flex-end;
}
.tzggzw {
	color: #3c3c3c;
	font-size: .34rem;
	font-weight: bold;
	line-height: 1;
}
.taggsx {
	width: 2px;
	height: 0.14rem;
	background: #d59d00;
	margin-left: 0.1rem;
	display: none;
}
.tzggyw {
	color: #a7a7a7;
	font-size: .14rem;
	line-height: 1;
	margin-left: 0.13rem;
	text-transform: uppercase;
	display: none;
}
.tzgggdnr {
	float: right;
}
.tzgggdnr a {
	color: #d59d00;
	font-size: .16rem;
	line-height: 1;
}
.tzggxdwk {
	width: 100%;
}
.tzggxmg {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
}
.tzggxmg a {
	display: block;
	padding-top: 0.22rem;
	padding-bottom: 0.21rem;
	overflow: hidden;
}
.tzggmgbt {
	color: #4a4a4a;
	font-size: .2rem;
	font-weight: bold;
	line-height: .22rem;
	height: 0.22rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 0.36s ease-in-out;
}
.tzggxmg:hover .tzggmgbt{color: #d59d00;}
.tzggmgms {
	color: #a1a1a1;
	font-size: .14rem;
	line-height: 0.26rem;
	height: 0.52rem;
	margin-top: 0.15rem;
}
.tzggyctp {
	width: 7.21rem;
	float: right;
}
.tzggyctp img {
	width: 100%;
}

div.indexonebk{ width: 100%; height: 300px; background:url("../images/index/bannerbtxx.jpg") 50%/cover no-repeat; transition:all 0.36s ease-in-out; }

div.indexonebk a{ width: 100%; height: 100%; display: block; }

div.indexonebk:hover{background:url("../images/index/bannerbtxx.jpg") 50%/cover no-repeat; transform: scale(1.05);}

div.indexonebk1{ width: 100%; height: 300px; overflow: hidden; margin-top: 50px;}


.gycbdwk {
	width: 100%;
	overflow: hidden;
}
.sygywk {
	width: 50%;
	float: left;
	position: relative;
}
.sygywk a {
	display: block;
	width: 100%;
	height: 100%;
}
.sygybj {
	width: 100%;
}
.sygybj img {
	width: 100%;
}
.sygyswk {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 0.48rem;
	padding-top: 0.39rem;
	padding-right: 1.99rem;
}
.sygybtdwk {
	display: flex;
	align-items: flex-end;
}
.sygyzwbt {
	color: #ffffff;
	font-size: .28rem;
	line-height: 1;
}
.sygyywbt {
	color: #c4f1b0;
	font-size: .14rem;
	line-height: 1;
	margin-left: 0.15rem;
	opacity: .5;
	display: none;
}
.sygyms {
	font-size: .14rem;
	line-height: 0.26rem;
	color: #ffffff;
	margin-top: 0.26rem;
}
.sygytb {
	position: absolute;
	width: 0.39rem;
	left: 0.49rem;
	bottom: 0.35rem;
}
.sygytb img {
	width: 100%;
}
.gycbdwk .sygywk:nth-child(2) .sygytb {
	width: 0.32rem;
}


div.indextwoback{ width:1200px; height:auto; margin:auto; margin-top: 20px; margin-bottom:50px;}

div.indextwolist{ width: 100%; height: auto; }


div.indextwolist_t_bk{ width: 100%; height:0.6rem; line-height: 0.6rem; font-size: 24px; font-weight: 700; color: #333; border-bottom: 1px solid #bdbdbd; position: relative; padding-left: 33px; margin-bottom: 0.15rem;}

div.indextwolist_t_bk::before{    content: '';
    display: block;
    width: 20px;
    height: 6px;
    background: #000;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;}

div.indextwolist:nth-child(1) div.indextwolist_t_bk{ color: #fbc707;}

div.indextwolist:nth-child(1) div.indextwolist_t_bk::before{ background: #fbc707;}

div.indextwolist:nth-child(2) div.indextwolist_t_bk{ color: #fbc707;}

div.indextwolist:nth-child(2) div.indextwolist_t_bk::before{ background: #fbc707;}

div.indextwolist:nth-child(3) div.indextwolist_t_bk{ color: #fbc707;}

div.indextwolist:nth-child(3) div.indextwolist_t_bk::before{ background: #fbc707;}

div.indextwolist:nth-child(4) div.indextwolist_t_bk{ color: #fbc707;}

div.indextwolist:nth-child(4) div.indextwolist_t_bk::before{ background: #fbc707;}

div.indextwoli{ width: 50%; height: 45px; line-height: 45px; overflow: hidden;text-overflow: ellipsis; position: relative; padding-left: 8px; float: left; }

div.indextwoli_r{ float: right; width:40%; height: 45px; line-height: 45px;color: #595959; font-size: 16px;  text-align: right;}

div.indextwoli a{ color: #595959; font-size: 16px; transition: all 0.36s ease-in-out;}

div.indextwoli::before{ content: ''; display: block; width:4px; height: 4px; position: absolute; left: 0; top: 50%; margin-top: -2px;  border-radius: 50%; background: #333; }
div.indextwoli a:hover{ color: #d59d00;}

.container {width: 1200px;margin: 0 auto;}



.page_cont_tit {

  width: 150px;

  height: 87px;

  background: #086c3f;

  padding: 30px 20px;
	position: relative;
	margin-bottom: 25px;

}
.page_cont_tit::before{content: ''; display: block; width: 1130px; height: 2px;  background: #086c3f; position: absolute; left: 150px; bottom: 0;}


.page_cont_tit span {

  font-size: 18px;

  color: #fff;

  display: block;

}



.page_cont_tit p {

  font-size: 12px;

  color: #fff;

  margin-top: 10px;

  line-height: 20px;

}


body {
            font-family: "Microsoft YaHei", sans-serif;
            color: #333;
            background: #f5f5f5;
            overflow-x: hidden;
            line-height: 1.6;
        }

        img {
            max-width: 100%;
            display: block;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        ul {
            list-style: none;
        }

        .indexnewcontainer {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* 顶部信息栏 */
        .indexnewtop-bar {
            background: #1A1A1A;
            color: white;
            padding: 8px 0;
            font-size: 14px;
        }

        .indexnewtop-bar .indexnewcontainer {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .indexnewtop-info {
            display: flex;
            gap: 20px;
        }

        .indexnewtop-social {
            display: flex;
            gap: 15px;
        }

        /* 导航栏 */
        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 0;
            position: relative;
            z-index: 999;
        }

        .indexnewlogo {
            display: flex;
            align-items: center;
            gap: 10px;
            color: white;
            font-size: 24px;
            font-weight: bold;
        }

        .indexnewnav-list {
            display: flex;
            align-items: center;
            gap: 30px;
            color: white;
        }

        .indexnewnav-list a {
            font-weight: 500;
            transition: color 0.3s;
        }

        .indexnewnav-list a:hover {
            color: #D4AF37;
        }

        .indexnewbtn {
            background: #D4AF37;
            color: #1A1A1A;
            padding: 8px 18px;
            border-radius: 4px;
            font-weight: bold;
            transition: background 0.3s;
            border: none;
            cursor: pointer;
        }

        .indexnewbtn:hover {
            background: #b9942b;
        }

        .indexnewbtn-outline {
            background: transparent;
            border: 2px solid white;
            color: white;
        }

        .indexnewbtn-outline:hover {
            background: rgba(255,255,255,0.1);
        }

        /* 登录注册 */
        .indexnewauth-group {
            display: flex;
            gap: 10px;
            margin-left: 20px;
        }

        /* 移动端菜单 */
        .indexnewmenu-btn {
            display: none;
            color: white;
            font-size: 24px;
            background: none;
            border: none;
        }

        .indexnewmobile-menu {
            display: none;
            background: white;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }

        .indexnewmobile-menu ul {
            padding: 15px 20px;
        }

        .indexnewmobile-menu li {
            padding: 10px 0;
            border-bottom: 1px solid #eee;
        }

        .indexnewmobile-auth {
            padding: 10px 20px;
            display: flex;
            gap: 10px;
        }

        /* 滚动固定导航 */
        .indexnewfixed-nav {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            z-index: 999;
        }

        .indexnewfixed-nav .indexnewlogo,
        .indexnewfixed-nav .indexnewnav-list {
            color: #333;
        }

        /* Banner 轮播 */
        .indexnewbanner {
            height: 50vh;
            min-height: 600px;
            position: relative;
            overflow: hidden;
            margin-top: -69px;
        }

        .indexnewbanner-item {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s;
        }

        .indexnewbanner-item.active {
            opacity: 1;
        }

        .indexnewbanner-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .indexnewbanner-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.4));
            display: flex;
            align-items: center;
        }

        .indexnewbanner-content {
            color: white;
            max-width: 600px;
            margin-left: 10%;
        }

        .indexnewbanner-content h2 {
            font-size: 48px;
            line-height: 1.2;
            margin-bottom: 20px;
            text-shadow: 0 2px 5px rgba(0,0,0,0.5);
        }

        .indexnewbanner-content .indexnewgold {
            color: #D4AF37;
        }

        .indexnewbanner-content p {
            font-size: 18px;
            margin-bottom: 30px;
        }

        .indexnewbanner-btns {
            display: flex;
            gap: 15px;
        }

        .indexnewbanner-control {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: rgba(0,0,0,0.5);
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 18px;
            cursor: pointer;
            z-index: 10;
        }

        #indexnewprev {
            left: 20px;
        }

        #indexnewnext {
            right: 20px;
        }

        .indexnewbanner-dots {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
        }

        .indexnewdot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
        }

        .indexnewdot.active {
            background: #D4AF37;
        }

        /* 通用模块标题 */
        .indexnewsection-title {
            text-align: center;
            margin-bottom: 60px;
        }

        .indexnewsection-title h6 {
            color: #D4AF37;
            margin-bottom: 10px;
        }

        .indexnewsection-title h2 {
            font-size: 32px;
            margin-bottom: 15px;
        }

        .indexnewtitle-line {
            width: 60px;
            height: 3px;
            background: #D4AF37;
            margin: 0 auto 20px;
        }

        .indexnewsection-title p {
            max-width: 600px;
            margin: 0 auto;
            color: #666;
        }

        /* 业务板块 */
        .indexnewservices {
            padding: 80px 0;
            background: white;
        }

        .indexnewservice-grid {
            display: grid;
            grid-template-columns: repeat(4,1fr);
            gap: 30px;
        }

        .indexnewservice-card {
            background: #f8f8f8;
            padding: 30px;
            border-radius: 8px;
            transition: transform 0.3s;
        }

        .indexnewservice-card:hover {
            transform: translateY(-5px);
        }

        .indexnewservice-icon {
            width: 50px;
            height: 50px;
            background: rgba(212,175,55,0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: #D4AF37;
            font-size: 20px;
        }

        .indexnewservice-card h3 {
            margin-bottom: 15px;
        }

        .indexnewservice-card p {
            color: #666;
            margin-bottom: 15px;
        }

        .indexnewservice-card ul {
            margin-bottom: 20px;
        }

        .indexnewservice-card li {
            padding: 5px 0;
            color: #666;
        }

        .indexnewservice-link {
            color: #D4AF37;
            font-weight: bold;
        }

        /* 案例 */
        .indexnewcases {
            padding: 80px 0;
            background: #1A1A1A;
            color: white;
        }
			.indexnewcases1 {
            padding: 80px 0;
            background: #fff;
            color: white;
        }


        .indexnewcase-filters {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 40px;
        }

        .indexnewcase-filters button {
            padding: 8px 18px;
            background: #333;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }

        .indexnewcase-filters button.active {
            background: #D4AF37;
            color: #1A1A1A;
        }

        .indexnewcase-grid {
            display: grid;
            grid-template-columns: repeat(3,1fr);
            gap: 25px;
        }

        .indexnewcase-item {
            border-radius: 8px;
            overflow: hidden;
            position: relative;
        }

        .indexnewcase-item img {
            width: 100%;
            height: 280px;
            object-fit: cover;
            transition: 0.5s;
        }

        .indexnewcase-item:hover img {
            transform: scale(1.1);
        }

        .indexnewcase-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            opacity: 0;
            transition: 0.3s;
            padding: 20px;
        }

        .indexnewcase-item:hover .indexnewcase-overlay {
            opacity: 1;
        }

        .indexnewcase-tag {
            background: #D4AF37;
            color: #1A1A1A;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 12px;
            margin-top: 10px;
        }

        /* 更多按钮 */
        .indexnewmore-btn {
            text-align: center;
            margin-top: 50px;
        }

        .indexnewmore-btn a {
            border: 2px solid #D4AF37;
            color: #D4AF37;
            padding: 10px 30px;
            border-radius: 4px;
            font-weight: bold;
            transition: 0.3s;
        }

        .indexnewmore-btn a:hover {
            background: #D4AF37;
            color: #1A1A1A;
        }

        /* 联系表单 */
        .indexnewcontact {
            padding: 80px 0;
            background: #1A1A1A;
            color: white;
        }

        .indexnewcontact-wrap {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }

        .indexnewcontact-form {
            background: white;
            padding: 40px;
            border-radius: 8px;
            color: #333;
        }

        .indexnewcontact-form h3 {
            margin-bottom: 25px;
        }

        .indexnewform-item {
            margin-bottom: 18px;
        }

        .indexnewform-item label {
            display: block;
            margin-bottom: 8px;
        }

        .indexnewform-item input,
        .indexnewform-item select,
        .indexnewform-item textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            outline: none;
        }

        .indexnewform-item input:focus,
        .indexnewform-item select:focus,
        .indexnewform-item textarea:focus {
            border-color: #D4AF37;
        }

        .indexnewsubmit-btn {
            width: 100%;
            background: #D4AF37;
            color: #1A1A1A;
            padding: 12px;
            border: none;
            border-radius: 4px;
            font-weight: bold;
            cursor: pointer;
        }

        /* 页脚 */
        footer {
            background: #333;
            color: white;
            padding: 60px 0 20px;
        }

        .indexnewfooter-grid {
            display: grid;
            grid-template-columns: repeat(4,1fr);
            gap: 30px;
            margin-bottom: 40px;
        }

        .indexnewfooter-logo {
            font-size: 22px;
            font-weight: bold;
            color: #D4AF37;
            margin-bottom: 15px;
        }

        .indexnewfooter-col h3 {
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }

        .indexnewfooter-col h3::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 2px;
            background: #D4AF37;
        }

        .indexnewfooter-col li {
            padding: 6px 0;
            color: #ccc;
        }

        .indexnewfooter-col li:hover {
            color: #D4AF37;
        }
.indexnewfooter-col li a{ color: #fff;}
.indexnewfooter-col li a:hover {
            color: #D4AF37;
        }
        .indexnewcopyright {
            border-top: 1px solid #444;
            padding-top: 20px;
            text-align: center;
            color: #999;
        }

        /* 返回顶部 */
        #indexnewbackTop {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 45px;
            height: 45px;
            background: #D4AF37;
            color: #1A1A1A;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transition: 0.3s;
            z-index: 99;
        }

        #indexnewbackTop.indexnewshow {
            opacity: 1;
            visibility: visible;
        }

        /* 响应式 */
        @media (max-width:992px) {
            .indexnewservice-grid {
                grid-template-columns: repeat(2,1fr);
            }
            .indexnewcase-grid {
                grid-template-columns: repeat(2,1fr);
            }
            .indexnewfooter-grid {
                grid-template-columns: repeat(2,1fr);
            }
        }

        @media (max-width:768px) {
            .indexnewnav-list {
                display: none;
            }
            .indexnewmenu-btn {
                display: block;
            }
            .indexnewservice-grid,
            .indexnewcase-grid,
            .indexnewcontact-wrap,
            .indexnewfooter-grid {
                grid-template-columns: 1fr;
            }
            .indexnewbanner-content h2 {
                font-size: 32px;
            }
            .indexnewauth-group {
                display: none;
            }
        }








