/*@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1625532141317') format('woff2'),
       url('../font/iconfont.woff?t=1625532141317') format('woff'),
       url('../font/iconfont.ttf?t=1625532141317') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/


body{
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
	visibility: hidden;
}
.header{
	padding:10px 3%;
	position: relative;
	/*position:fixed;
	left:50%;
	top:0;*
	margin-left:-3.75rem;*/
	width:100%;
	max-width:100%;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
	z-index: 9999;
	background:#fff;
	box-sizing:border-box;
	height:60px;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*margin:0 auto;*/
	float:left;

}
.header .logo_txt{
	display: block;
	height:40px;
	float:left;
	margin-left:10px;
	font-size:20px; color:#fff;
	line-height:40px;

}
.header.fixed
{
	background:rgba(0,0,0,0.6);
}
/*
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}*/

/*banner*/
/*
.banner	.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:100%; }
.banner	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0px; right:0; z-index:1;  width:100%; text-align:center;}
.banner	.slideBox .hd li{ display:inline-block; width:8px; height:8px;  background:none; text-indent:-9999px; overflow:hidden; margin:0 6px; border-radius: 4px; background:#fff; }
.banner	.slideBox .hd li.on{ background:#721d36;  }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative; text-align:center;  }
.banner	.slideBox .bd li img{ vertical-align:top; width:100%;}
.banner	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  } 
.banner	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/tm.png) repeat; color:#fff;  text-align:left;  }*/

.banner-container{ position:relative;}
.banner-slide img{ display:block;}
.banner-pagination{ position:absolute; left:0; bottom:0; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:12px; height:6px; background:#fff; opacity:1; border-radius:0; transition:all 0.3s; margin:0 3px !important;}
.banner-pagination .swiper-pagination-bullet-active{ width:25px; background:#b39b77;}



.clearfix::after { content: ""; clear: both; overflow: hidden; display: block; height: 0; visibility: hidden;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
.sl2{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sl3{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.sl4{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.sl5{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 5; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.block{ display:block;}
.yy{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.fl{ float:left;}
.fr{ float:right;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px; color: #333333; margin-bottom:10px; border:#cccccc 1px solid;}
.pages a.active { background: #b39b77; border:#b39b77 1px solid; color: #fff }
.pages a:hover {  background: #b39b77; border:#b39b77 1px solid; color: #fff; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 60px; line-height: 30px; line-height: 30px;}

.download_bg .pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.download_bg .pages a { text-decoration: none; color: #fff; background: #721d36; border:#cccccc 1px solid; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px;}
.download_bg .pages a.active { background: #fff; border:#fff 1px solid; color: #721d36 }
.download_bg .pages a:hover {  background: #fff; border:#fff 1px solid; color: #721d36; text-decoration: none;  }
.download_bg .pages a.wz{ display: inline-block; width: 30px; line-height: 30px; line-height: 30px; font-family: "宋体"; font-weight: bold;}



.hamburger {
		display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 50%;margin-top: -17px;
	right: 3%;

  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #b39b77;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 8px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
	width:100%;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	width:100%;
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/*首页*/
.h40{ height:40px;}
.h20{ height:20px;}
.h10{ height:10px;}


.totop{ position:fixed; right:3%; bottom:20px; width:30px; height:30px; background:url(../images/totop.png) center no-repeat; background-size:30px auto; z-index:10;}


.i_t_title{ background:#f4f4f4; padding:10px 0; border-top:#e2e2e2 1px solid; border-bottom:#e2e2e2 1px solid;}
.i_t_c{ font-size:18px; color:#101010; line-height:30px;}
.i_t_c .ico{ height:24px; margin-right:5px; position:relative; top:-2px; vertical-align:middle;}
.i_d1_title{ font-size:18px; color:#222222; line-height:30px; text-align:center;}
.i_d1_txt{ font-size:14px; color:#666666; line-height:25px;}
.i_d1_txt *{ line-height:25px;}
.i_d1_txt img{ width:100%; height:auto !important;}

.i_d2_title_c{ text-align:center; line-height:40px;}
.i_d2_title{ display:inline-block; padding:0 20px; background:#b39b77; text-align:center; font-size:16px; color:#fff;}
.i_ry_list li{ float:left; width:48%; margin-left:4%; margin-top:20px; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.i_ry_list li:nth-child(3n+1){ margin-left:0;}
.i_ry_list li img{ display:block; width:100%;}

.i_hr{ background:#e5e5e5; height:1px;}
.i_yqlj_title{ font-size:16px; color:#666666; line-height:30px;}
.i_yqlj_txt{ font-size:14px; color:#666666; line-height:25px;}
.i_yqlj_txt a{ color:#666666; margin-right:10px;}


.bottom_nav{ position:fixed; left:0; bottom:0; width:100%; height:50px; background:#ffffff; padding:3px 0; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); z-index:9999;}
.bottom_nav li{ float:left; width:33.33%;}
.bottom_nav li a{ display:block; width:100%; text-align:center; font-size:14px; color:#666666; line-height:20px; height:45px; padding-top:5px;}
.bottom_nav li a img{ padding-bottom:0px;}
.bottom_nav li.on a{ color:#b39b77;}

.footer{ background:#838383; padding:5px 0;}
.footer_txt{ font-size:14px; color:#fff; line-height:25px; text-align:center;}
.footer_txt a{ color:#fff;}
.footer_txt a{ line-height:25px;}


/*登录页*/
.login_body{ background:url(../images/login_bg.jpg) center no-repeat; background-size:cover; height:100%; position:relative;}
.i_logo{ text-align:center;}
.i_logo img{ height:100px;}
.i_logo_txt{ font-size:20px; color:#fff; font-weight:bold; text-align:center; line-height:40px;}

.login_inp{ height:50px; line-height:50px; position:relative; width:80%; margin:0 auto; background:#fff; border-radius:25px; overflow:hidden;}
.login_inp .inp{ display:block; width:100%; height:50px; line-height:50px; padding:0; border:0; font-size:16px; box-sizing:border-box; padding:0 15px; outline:none;}
.login_inp .code-btn{ position:absolute; right:10px; top:10px; width:90px; height:30px; line-height:30px; text-align:right; font-size:14px; color:#fff; text-align:center; background:#fff; border:0; background:#0051bc; border-radius:15px;}
.login-btn{ display:block; width:80%; height:50px; line-height:50px; text-align:center; background:#b39b77; border:0; border-radius:25px !important; font-size:18px; color:#fff; margin:0 auto;}
.login_zc{ font-size:14px; color:#fff; line-height:30px; text-align:center; width:80%; margin:0 auto; margin-top:10px; position:relative;}
.login_zc a{ font-size:14px; color:#fff;}
/*.login_zc a.zhmm{ position:absolute; right:0; top:0;}*/


/*注册*/
.zc_box1{ width:48%;}
.zc_box2{ width:100%;}
.zc_inp{ display:block; width:100%; height:40px; border:0; background:#fff; padding:0 10px; box-sizing:border-box; font-size:14px; outline:none;}
.zc_sel{ display:block; width:100%; height:40px; border:0; background:#fff; padding:0 10px; box-sizing:border-box; font-size:14px; color:#666; outline:none;}
.zc-btn{ display:block; width:100%; height:50px; line-height:50px; text-align:center; background:#b39b77; border:0; font-size:18px; color:#fff; margin:0 auto;}


/*个人中心*/
.grzx_body{ background:#f3f3f3;}
.grzx_bg{ background: url(../images/grzx_top_bg.png) top center no-repeat; background-size:100% auto;}
.grzx_title{ font-size:20px; color:#fff; line-height:40px; text-align:center;}

.wd_d1{ background:#fff; padding:0 10px; border-radius:5px; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.wd_d1_t{ padding:20px 0; border-bottom:#f3f3f3 1px solid; position:relative;}
.wd_d1_grxx{ float:left;}
.wd_d1_grxx .tx{ float:left; width:80px; height:80px; object-fit: cover; border-radius:50%;}
.wd_d1_grxx .txt{ float:left; width:150px; padding:15px 0; padding-left:10px; line-height:25px;}
.wd_d1_grxx .txt .txt1{ font-size:16px; color:#333333; line-height:25px;}
.wd_d1_grxx .txt .txt2{ line-height:25px;}
.wd_d1_grxx .txt .hy_img{ height:20px; vertical-align:middle;}
.wd_d1_grxx .txt .hytb{ display:inline-block; background: #e7ded1; background-size:auto 22px; height:22px; line-height:22px; border:#e7ded1 1px solid; padding:0 10px; border-radius:12px; font-size:12px; color:#b49c78;}
.wd_d1_grxx .txt .hytb .ico{ position:relative; top:-2px; vertical-align:middle; height:12px;}
.wd_d1_grxx .txt .txt3{ font-size:14px; color:#cbab8d; line-height:20px;}

a.wd_xg{ position:absolute; top:40px; right:0; display:block; height:40px; line-height:40px; background:#b49c78; padding:0 20px; border-radius:20px; font-size:14px; color:#fff; line-height:40px;}
a.wd_xg img{ position:relative; top:-2px; height:20px; vertical-align:middle; margin-right:5px;}

.wd_box{ background:#fff; padding:0 10px; border-radius:5px; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.wd_box .wd_box_title{ font-size:16px; color:#b39b77; line-height:40px; padding-top:10px; font-weight:bold;}
.wd_box .wd_box_title .ico{ height:22px; vertical-align:middle; position:relative; top:-2px; margin-right:10px;}

.grzx_d2_nav li{ float:left; width:80px; height:36px; line-height:36px; text-align:center; font-size:16px; color:#fff; background:#999999; margin-left:10px;}
.grzx_d2_nav li:nth-child(1){ border-left: 0;}
.grzx_d2_nav li.on{ background:#b49c78;}

.grzx_d2_list li{ margin-top:5px; height:30px; position:relative; padding-right:90px;}
.grzx_d2_list li .txt{ padding-left:10px; font-size:14px; color:#333333; line-height:30px;}
.grzx_d2_list li .txt:after{content: ""; position:absolute; left:0px; top:13px; width:4px; height:4px; background:#b39b77;}
.grzx_d2_list li .rq{ position:absolute; right:0; top:0; font-size:14px; color:#333333; line-height:30px;}
.grzx_d2_list .more{ font-size:14px; color:#b49c78; line-height:30px; text-align:right;}
.grzx_d2_list .more a{ color:#b49c78;}

.wd_d3_list{ padding-bottom:10px;}
.wd_d3_list li{ height:40px; line-height:40px; font-size:14px; color:#333333; position:relative;}
.wd_d3_list li a{ display:block; width:100%; height:50px; line-height:50px; font-size:14px; color:#333333; background: url(../images/wd_d3_more.png) right center no-repeat; background-size:auto 12px;}
.wd_d3_list li img{ position:relative; top:-2px; height:18px; vertical-align:middle; margin-right:5px;}
.wd_d3_list li .txt{ position:absolute; right:20px; top:0; font-size:14px; color:#999999; line-height:50px;}


/*新闻列表页*/
.news_list li{ margin-top:5px; height:30px; position:relative; padding-right:90px;}
.news_list li .txt{ padding-left:10px; font-size:14px; color:#333333; line-height:30px;}
.news_list li .txt:after{content: ""; position:absolute; left:0px; top:13px; width:4px; height:4px; background:#b39b77;}
.news_list li .rq{ position:absolute; right:0; top:0; font-size:14px; color:#333333; line-height:30px;}


/*新闻详情页*/
.news_i_title1{ font-size:18px; color:#181818; line-height:40px; text-align:center; font-weight:bold;}
.news_i_title2{ font-size:14px; color:#999999; line-height:30px; text-align:center; padding-bottom:10px; border-bottom:#efefef 1px solid; margin-bottom:20px;}

.news_i_more{ border-top:#efefef 1px solid; margin-top:20px; position:relative;}
.news_i_more .li{ position:relative; padding-left:72px; height:33px; font-size:14px; color:#999999; margin-top:20px;}
.news_i_more .li a{ font-size:14px; color:#999999; transition:all 0.3s;}
.news_i_more .li a:hover,
.news_i_more .li a.on{ color:#333333;}
.news_i_more .li a .ico1{ position:absolute; left:0; top:0; width:60px; height:31px; border:#222222 1px solid; background:url(../images/news_i_more_ico1.png) center no-repeat; background-size:18px auto; transition:all 0.3s;}
/*.news_i_more .li a:hover .ico1{ border:#ea5404 1px solid; background:url(../images/news_i_more_ico1_on.png) #ea5404 center no-repeat; background-size:18px auto;}*/
.news_i_more .li a .ico2{ position:absolute; left:0; top:0; width:60px; height:31px; border:#b39b77 1px solid; background:url(../images/news_i_more_ico2_on.png) #b39b77 center no-repeat; background-size:18px auto; transition:all 0.3s;}
/*.news_i_more .li a:hover .ico2{ border:#ea5404 1px solid; background:url(../images/news_i_more_ico2_on.png) #ea5404 center no-repeat; background-size:18px auto;}*/
a.news_i_more_back{ display:block; height:33px; line-height:33px; font-size:14px; color:#222222; margin-top:20px;}


/*新闻列表页2*/
.news2_nav li{ float:left; width:33.33%; background:#999999; line-height:40px; height:40px; font-size:16px; color:#fff; text-align:center; box-sizing:border-box; border-left:#fff 1px solid;}
.news2_nav li:nth-child(1){ border-left:0;}
.news2_nav li.on{ background:#b39b77;}
.news2_nav li a{ display:block; width:100%; line-height:40px; height:40px; font-size:16px; color:#fff;}


/*个人信息修改*/
.grxxxgadd_box{ position:relative;}
.grxxxgadd_box .title{ font-size:16px; color:#333333; line-height:40px;}
.grxxxgadd_box .title span{ color:#e02323; margin-right:5px;}
.grxxxgadd_box .add_inp{ display:block; width:100%; height:40px; border:0; background:#f4f4f4; padding:0 10px; box-sizing:border-box; font-size:14px; outline:none;}
.grxxxgadd_box .add_inp.laydate-icon{ background:url(../images/icon.png) #f4f4f4 right center no-repeat;}
.grxxxgadd_box .add_textarea{ display:block; width:100%; height:120px; line-height:30px; border:0; background:#f4f4f4; padding:5px 10px; box-sizing:border-box; font-size:14px; outline:none;}
.grxxxgadd_box1{ width:48%;}
.grxxxgadd_box2 .grxxxgadd_box2_c{ float:left; width:48%; margin-left:4%; margin-top:10px;}
.grxxxgadd_box2 .grxxxgadd_box2_c:nth-child(2),
.grxxxgadd_box2 .grxxxgadd_box2_c:nth-child(3){ margin-top:0;}
.grxxxgadd_box2 .grxxxgadd_box2_c:nth-child(2n){ margin-left:0;}
.grxxxgadd_box2 .grxxxgadd_box2_c a.fhadd_a{ display:inline-block; position:relative; height:40px; line-height:40px; font-size:14px; color:#0051bc;}
.grxxxgadd_box2 .grxxxgadd_box2_c a.fhadd_a .fhadd_ico{ vertical-align:middle; position:relative; top:-2px; height:18px; margin-right:5px;}

.sfzadd_list li{ float:left; width:2rem; margin-left:20px;}
.sfzadd_list li:nth-child(2n+1){ margin-left:0;}
.sfzadd_list li img{ display:block; width:2rem; height:2rem; box-sizing:border-box; object-fit: contain;}
.sfzadd_list li .sfzadd_list_txt{ line-height:30px; font-size:14px; color:#333333; text-align:center; margin-top:5px;}
.zhadd_bt{ display:block; width:100%; margin:0 auto; height:50px; line-height:50px; text-align:center; font-size:16px; color:#fff; background:#b39b77; border:0;}


/*推荐入职*/
.tjrz_box_list{ border:#f1f1f1 1px solid; padding:10px;}
.tjrz_box_list li{ border-top:#f6f3f3 1px solid; padding-bottom:15px;}
.tjrz_box_list li:nth-child(1){ border-top:0; margin-top:0;}
.tjrz_box_title{ font-size: 16px; color: #333333; line-height: 40px; position:relative;}
.tjrz_box1{ width:48%; font-size: 14px; color: #333333; line-height: 40px;}
.tjrz_box1 .title{ float:left; width:40px;}
.tjrz_box1 .add_inp{ display:block; width:calc(100% - 40px); height:40px; border:0; background:#f4f4f4; padding:0 10px; box-sizing:border-box; font-size:14px; outline:none;}
.tjrz_box_title a.btjrdel_a{ position:absolute; right:0; top:5px}



/*联系我们*/
.lianxi_r_img{ display:block; width:100%; object-fit: cover;}
.lianxi_l{ box-sizing:border-box;}
.lianxi_title{ font-size:20px; color:#b39b77; font-weight:bold; line-height:30px;}
.lianxi_list li{ position:relative; padding-left:70px; margin-top:20px;}
.lianxi_list li .ico1{ position:absolute; left:0; top:0; width:48px; height:48px; border:#b39b77 1px solid; border-radius:50%; line-height:48px; text-align:center;}
.lianxi_list li .ico1 img{ vertical-align:middle; max-width:24px; max-height:24px;}
.lianxi_list li .txt1{ font-size:16px; color:#b39b77; font-weight:bold;}
.lianxi_list li .txt2{ font-size:14px; color:#999999;}

