@charset "utf-8";
/* CSS Document */
/* 创络科技 http://www.chuangluo.com */

/*初始样式、共同样式*/
html,body{-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
*html {background-image:url("about:blank"); background-attachment:fixed;}
ul,ol {list-style:none;}
a{text-decoration: none;color: #000;-webkit-tap-highlight-color:rgba(255,0,0,0);}
a:hover{-webkit-tap-highlight-color: transparent;}
img {border:0px;}
input,textarea{font-family: Arial,'微软雅黑';font-size: 16px;resize: none;outline: none;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"]{-webkit-appearance: none;}
textarea{-webkit-appearance: none;}
h1, h2, h3, h4, h5, h6 {font-size:120%;}
body{ word-wrap:break-word; margin:0px; padding:0px;font-family: '微软雅黑';overflow-x: hidden;}
.imgmid {display:inline-block; *display:inline; *zoom:1; height:100%; width:1px; margin-left:-1px; vertical-align:middle;}
.cle {clear:both; width:0; height:0; display:block; overflow:hidden; font-size:0px;}
.c_box{width: 100%;height: 100%;position: relative;word-wrap:break-word;padding-bottom: 60px;}
.c_m{width: 100%;height: 100%;*height: auto;display: table;*position: absolute;*top: 50%;*left: 50%;table-layout: fixed;}
.c_t{width: 100%;height: 100%;*height: auto;display: table-cell;vertical-align: middle;*position: relative;*top: -50%;*left: -50%;}
.anchorBL{display:none}
.ddw{position:absolute;left:0;top:0;color:#000;font-size:16px;z-index:9999;}
.ddw2{position:absolute;left:20px;top:0;color:#000;font-size:16px;z-index:9999;}
.un_show{display: none;}


/* 占位 div */
@media screen and (max-width: 991px) {
	.nbsp{display: none;}
}

/*大盒子*/
.index_box{width: 100%;height: 100%;position:relative;-webkit-transition: all 1000ms ease 0s;-o-transition: all 1000ms ease 0s;transition: all 1000ms ease 0s;overflow: hidden;}
.index{width: 100%;height: 100%;position:relative;overflow: hidden;}

/*左边导航*/
.fixed_r{width: 60px;height: 100%;position: fixed;top: 0;left: 0;z-index: 99; display: none;}
.fixed_r ul{width: 100%;height: auto;margin: 0;padding: 0;}
.fixed_r ul li{width: 100%;height: 24px;margin: 2px 0;position: relative;}
.fixed_r ul li .line{width: 60px;height: 24px;text-align: right;overflow: hidden;}
.fixed_r ul li .line i{width: 50%;height: 50%;display: block;border-bottom: 1px solid #d0d0d0;float: right;overflow: hidden;-webkit-transition: all 0.5s .2s;-o-transition: all 0.5s .2s;transition: all 0.5s .2s;}
.fixed_r ul li .text{width: 0;height: 24px;position: absolute;left: 70px;top: 0;line-height: 24px;font-size: 16px;color: #3b996a;overflow: hidden;}
.fixed_r ul li.active .line i{width: 100%;border-color: #3b996a;}
.fixed_r ul li.active .text{width: 80px;}

/* 头部 */
.head_nbsp{width: 100%;height: 70px;}
.head_box{width: 100%;height: 70px;background: #fff;position: fixed;top: 0;left: 0;z-index: 9999;}
.head_m{width: 96%;height: 100%;margin: 0 auto;}
.logo{width: 203px;height: 100%;text-align: left;float: left;}
.logo img{vertical-align: middle;max-width: 100%;}

/* 平台入口 */
.entrance_box{width: 18%;max-width: 230px;height: 100%;float: right;margin: 0 20px 0 0;overflow: hidden;}
.entrance_box img{vertical-align: middle;max-width: 100%;}

/* 导航 */
.nav{width: auto;height: 100%;float: right;}
.nav ul{width: auto;height: 100%;margin: 0;padding: 0;}
.nav ul li{position: relative;width: auto;height: 100%;width: auto;height: 100%;margin: 0 15px;float: left;line-height: 70px;font-size: 14px;}
.nav ul li a{width: auto;height: 66px;display: block;padding: 0 10px;border-bottom: 4px solid #fff;color: #3b996a;overflow: hidden;-webkit-transition: all 0.1s;-o-transition: all 0.1s;transition: all 0.1s;}
.nav ul li a.active{border-bottom-color: #3b996a;}
.nav ul li a:hover{border-bottom-color: #3b996a;}

.nav .second_level{position: absolute;top: 70px;left: -7px;width: 90px; text-align: center;background: rgba(255,255,255,.8);display: none;font-size: 13px;}
.nav .second_level a{width: auto;height: 40px;line-height: 40px;color: #3b996a;border: none;}

.second_level a:hover{color: #266847;}

/* 员工图 */
.warp_scene{
	background: #fbfbfb;
	/* background:url(../images/mien_img_2024.jpg) center no-repeat; */
	padding: 40px 0 100px;
}
.scene {
  width: 1240px;
  height: 650px;
  margin: 30px auto;
  perspective: 1000px;
  position: relative;
  padding-left: 120px;
}

.scene .bg{
  position: absolute;
  left: -96px;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/templates/images/fc_bg2.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.book {
  position: relative;
  width: 100%;
  height: 100%;
  
  transform-style: preserve-3d;
}

.page {
  cursor: pointer;
  position: absolute;
  color: black;
  width: 100%;
  height: 100%;

  transition: 1s transform;
  transform-style: preserve-3d;  
  transform-origin: -35px center 5px;

  background-image: url(/templates/images/bg01.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
}

.page h1 {
  position: absolute;
  text-align: center;
  color: #000;
  left: 0%;
  bottom: -70px;
  right: 0;
  display: none;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
}

.back {
  position: absolute;
  /* width: 100%; */
  height: 100%;
  padding: 25px 73px;
  box-sizing: border-box;
  backface-visibility: hidden;
}
.front{
  position: absolute;
  /* width: 100%; */
  height: 100%;
  padding: 25px 60px;
  box-sizing: border-box;
  backface-visibility: hidden;
  
}

.back {
  transform: rotateY(-340deg);
}

.page.page_active {
  z-index: 10;
}
.page.flipped {
  transform: rotateY(-340deg);
}
.page.flipped:last-of-type {
  z-index: 10;
}

.page_active h1{
  display: block;
}

.last_active{z-index: 10 !important;}

/* 进度条 */
.schedule{
	position: absolute;
	bottom: -100px;
	left: 0px;
	right: 0px;
	width: 1000px;
	height: 6px !important;
	margin: 0 auto;
	background-color: #f1f1f1;
	box-shadow: 1px 1px 5px rgb(180, 180, 180);
	z-index: 1;
	/* transition: all 0.5s; */
}
.that-schedule{
	position: absolute;
	left: 0px;
	width: 20px;
	height: 100%;
	background-color: #3c996a;
}

.button-next, .button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 1;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.button-prev{
  left: -80px;
  width: 52px;
  height: 80px;
  background: url(/templates/images/about_left_2.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

/* .button-prev:hover{
	background: url(/templates/images/about_left_2.png) no-repeat;	
} */

.button-next{
  right: -60px;
  width: 52px;
  height: 80px;
  background: url(/templates/images/about_right_2.png) no-repeat;
  background-position: 0 0px;
  background-size: 100%;
}

/* .button-next:hover{
	background: url(/templates/images/about_right_2.png) no-repeat;	
} */

@media screen and (max-width: 1300px) {
	.logo{width: 18%;}
	.nav ul li{margin: 0 5px;font-size: 12px;}
	.nav ul li a{padding: 0 5px;}
}

/* 底部 */
.foot_box{width: 100%;height: auto;padding: 10px 0;background: #3b996a;position: fixed;bottom: 0;left: 0;z-index: 100; /* overflow: hidden; */}
.foot_box .f_m{width: 96%;max-width: 1200px;height: auto;margin: 0 auto;/* overflow: hidden; */}
.foot_box .f_m .f_link{width: 100%;height: auto;font-size: 0;overflow: hidden;}
.foot_box .f_m .f_link span, .foot_box .f_m .f_link a{display: inline-block;*display: inline;*zoom: 1;width: auto;height: 20px;line-height: 20px;margin-right: 32px;font-size: 12px;color: #fff;vertical-align: top;}
.foot_box .f_m .f_c{width: 100%;height: auto;font-size: 0;/* overflow: hidden; */}
.foot_box .f_m .f_c .f_copy, .foot_box .f_m .f_c .f_record, .foot_box .f_m .f_c .f_record2, .foot_box .f_m .f_c .f_map, .f_fack{display: inline-block;*display: inline;*zoom: 1;width: auto;height: auto;margin: 0 20px 0 0;line-height: 40px;font-size: 14px;color: #fff;vertical-align: top;overflow: hidden;}
.foot_box .f_m .f_c .f_copy a{color: #fff;}
.foot_box .f_m .f_c .f_copy a:hover{ text-decoration: underline; }
.foot_box .f_m .f_c .f_record img{vertical-align: middle;margin: 0 20px 0 0;}
.foot_box .f_m .f_c .f_record a, .foot_box .f_m .f_c .f_record2 a, .foot_box .f_m .f_c .f_map a{color: #fff;}
.foot_box .f_m .f_c .f_fack{overflow: initial;}
.foot_box .f_m .f_c .f_fack ul{margin: 0;padding: 0;}
.foot_box .f_m .f_c .f_fack ul li{width: 30px;height: 30px;margin: 5px;float: left;position: relative;}
.foot_box .f_m .f_c .f_fack ul li .fack_ico{width: 30px;height: 30px;border-radius: 50%;background: no-repeat center;overflow: hidden;}
.foot_box .f_m .f_c .f_fack ul li .fack_ico.wb{background-image: url('../images/ico_wb_q.png');}
.foot_box .f_m .f_c .f_fack ul li:hover .fack_ico.wb{background-image: url('../images/ico_wb.png');}
.foot_box .f_m .f_c .f_fack ul li .fack_ico.wx{background-image: url('../images/ico_wx_q.png');}
.foot_box .f_m .f_c .f_fack ul li:hover .fack_ico.wx{background-image: url('../images/ico_wx.png');}
.foot_box .f_m .f_c .f_fack ul li .fack_ewm{width: 138px;height: 138px;background: #fff;position: absolute;bottom: 20px;left: 50%;margin: 0 0 0 -69px;display: none;overflow: hidden;}
.foot_box .f_m .f_c .f_fack ul li .fack_ewm img{vertical-align: middle;max-width: 100%;}
.foot_box .f_m .f_c .f_fack ul li:hover .fack_ewm{display: block;}


/* 语言版本 */
.lang{width: auto;height: 28px;margin: 21px 0;float: right;overflow: hidden;}
.lang ul{margin: 0;padding: 0;overflow: hidden;}
.lang ul li{width: 28px;height: 28px;margin: 0 0 0 14px;border-radius: 50%;float: left;text-align: center;line-height: 28px;font-size: 12px;overflow: hidden;}
.lang ul li a{width: 100%;height: 100%;display: block;background: #a0a0a0;color: #fff;-webkit-transition: all 0.1s;-o-transition: all 0.1s;transition: all 0.1s;}
.lang ul li a.active{background: #f6d600;}
.lang ul li a:hover{background: #f6d600;}


/* 第 1 屏 */
.banner_box{width: 100%;height: 100%;overflow: hidden;}
.banner_box ul{width: 100%;height: 100%;margin: 0;padding: 0;position: relative;overflow: hidden;}
.banner_box ul li{width: 100%;height: 100%;font-size: 0;text-align: center;position: absolute;top: 0;left: 0;display: none;overflow: hidden;}
.banner_box ul li img{vertical-align: middle;width: 100%;height: 100%;}
.banner_box ul li.first-child{display: block;}

/* 第 2 屏 */
#index_1{background: url('../images/abo_bg.jpg') no-repeat center;background-size: cover;}
.abo_box{width: 100%;height: 100%;position: relative;overflow: hidden;}
.title_box{width: 300px;height: auto;position: absolute;top: 130px;left: 10%;z-index: 10;overflow: hidden;}
.title_box .title_cn, .title_box .title_en{width: 100%;height: auto;overflow: hidden;}
.title_box .title_cn{margin: 0 0 5px;font-size: 44px;font-weight: bold;color: #3b996a;}
.title_box .title_en{margin: 0 0 20px;font-size: 24px;color: #999;}
.title_box .line{width: 85px;height: 5px;background: #3b996a; margin-top: 30px;}
.for_mini .title_cn{margin: 0 0 5px;font-size: 24px;font-weight: bold;color: #3b996a;}
.for_mini .title_en{margin: 0 0 20px;font-size: 14px;color: #999;}
.for_mini .line{width: 45px;height: 3px;background: #3b996a; margin-top: 10px;}
.abo_m{width: 100%;height: 100%;text-align: center;overflow: hidden;}
.abo_title, .abo_text, .abo_more, .abo_list{width: 70%;max-width: 830px;height: auto;margin: 0 auto;color: #fff;overflow: hidden;}
.abo_title{margin-bottom: 25px;}
.abo_title h5, .abo_title h6{margin: 0;padding: 0;font-weight: normal;}
.abo_title h5{font-size: 30px;line-height: 44px;}
.abo_title h6{font-size: 14px;line-height: 30px;}
.abo_text{font-size: 16px;line-height: 30px;margin-bottom: 30px;}
.abo_more a{display: block;width: 130px;height: 45px;margin: 0 auto;background: #3b996a;color: #fff;line-height: 45px;font-size: 14px;overflow: hidden;}
.abo_list{width: 75%;max-width: 960px;margin-top: 50px;}
.abo_list ul{width: 100%;height: auto;margin: 0;padding: 0;overflow: hidden;}
.abo_list ul li{width: 25%;height: auto;float: left;box-sizing: border-box;border-right: 1px solid #fff;overflow: hidden;}
.abo_list ul li:last-child{border: 0;}
.abo_list ul li .number{width: 100%;height: 65px;line-height: 65px;font-family: Impact;font-size: 48px;color: #3b996a;}
.abo_list ul li .text{width: 100%;height: 26px;line-height: 26px;font-size: 18px;color: #eaeaea;}

@media screen and (max-width: 1199px) {
	.abo_text{font-size: 14px;}
}

/* 第 3 屏 */
#index_2{background: url('../images/pro_bg.jpg') no-repeat center;background-size: cover;}
.pro_box{width: 100%;height: 100%;overflow: hidden;}
.pro_m{width: 100%;height: 100%;position: relative; z-index: 100;overflow: hidden;}
.ico_text{width: 130px;height: auto;position: absolute; top: 200px;left: 10%;margin: 20px 0 0;z-index: 100;display: none;}
.ico_text span{width: 100%;height: auto;display: block; position: relative; padding: 1px 5px;box-sizing: border-box;font-size: 24px;color: #2c7551;cursor: pointer;text-align: left;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.ico_text span b{position: absolute; display: block; width: 25px; height: 1px; background: rgba(44,117,81,0.5); left: -30px; top: 50%;}
.ico_text span.active{background: #2c7551;color: #fff;}
.ico_text span.active b{background: rgba(44,117,81,1); left: -60px; width: 55px;}
.ico_text span:hover{background: #2c7551;color: #fff;}
.pro_c{width: 71%;max-width: 1356px;height: 95%;max-height: 780px;float: right;position: relative;overflow: hidden;}
.pro_list{width: 100%;height: 100%;overflow: hidden;}
.pro_list ul{width: 100%;height: 100%;margin: 0;padding: 0;position: relative;overflow: hidden;}
.pro_list ul li{width: 100%;height: 100%;position: absolute;left: 0;top: 0;overflow: hidden;}
.pro_list ul li a{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.pro_list ul li a .pro_img{width: 100%;height: 100%;text-align: center;background-repeat: no-repeat;background-position: center center;background-size: cover;overflow: hidden;}
/* .pro_list ul li a .pro_img img{vertical-align: middle;min-width: 100%;min-height: 100%;opacity: 0;} */
.pro_list ul li a .pro_text{width: 70%;height: 40px;line-height: 40px;position: absolute;left: 5%;bottom: 25%;text-align: right;font-size: 24px;font-weight: bold;color: #fff;overflow: hidden; display: none;}
.pro_list ul li a .pro_text span{font-size: 18px;}
.pro_c .next{width: 40px;height: 40px;border-radius: 50%;line-height: 40px;background: #f4d731;position: absolute;left: 76%;bottom: 25%;z-index: 10;text-align: center;font-size: 24px;color: #3b996a;font-family: '宋体';cursor: pointer;overflow: hidden; display: none;}
.pro_ico{width: 100%;height: 20px;position: absolute;bottom: 20px;left: 0;text-align: center;font-size: 0;overflow: hidden;}
.pro_ico .ico_c, .pro_ico .prev_c, .pro_ico .next_c{display: inline-block;*display: inline;*zoom: 1;width: auto;overflow: hidden;vertical-align: top;}
.pro_ico .ico_c{height: 10px;margin: 5px 0;}
.pro_ico .ico_c span{display: block;width: 10px;height: 10px;float: left;border-radius: 50%;margin: 0 2px;box-sizing: border-box;border: 1px solid #fff;cursor: pointer;overflow: hidden;-webkit-transition: all 0.1s;-o-transition: all 0.1s;transition: all 0.1s;}
.pro_ico .ico_c span.active{background: #fff;}
.pro_ico .ico_c span:hover{background: #fff;}
.pro_ico .prev_c, .pro_ico .next_c{width: 20px;height: 20px;margin: 0 2px;line-height: 20px;border-radius: 50%;background: #fff;font-size: 14px;color: #3b996a;font-family: '宋体';cursor: pointer;overflow: hidden;}

@media screen and (max-width: 1199px) {
	.abo_text{font-size: 14px;}
}

/* 第 4 屏 */
#index_3{background: url('../images/pro_bg.jpg') no-repeat center;background-size: cover;}
.new_box{width: 100%;height: 100%;overflow: hidden;}
.new_m{width: 80%;height: 100%;margin: 0 auto;position: relative;overflow: hidden;}
.new_tab{width: 100%;height: 50px;/*position: absolute;bottom: calc(20vw * (360 / 377) + 20px);top: 0;*/overflow: hidden;margin-bottom: 60px;}
.new_tab a{display: block;width: auto;height: 48px;margin: 0 25px 0 0;line-height: 48px;float: left;font-size: 16px;font-weight: bold;color: #333;overflow: hidden;-webkit-transition: color 0.3s;-o-transition: color 0.3s;transition: color 0.3s;}
.new_tab a.active{border-bottom: 2px solid #3b996a;color: #3b996a;}
.new_tab a:hover{border-bottom: 2px solid #3b996a;color: #3b996a;}
.new_c{width: 100%;height: auto;position: relative;overflow: hidden;}
.new_list{width: 100%;height: auto;display: none;overflow: hidden;}
.new_list:first-child{display: block;}
.new_list ul{margin: 0;padding: 0;overflow: hidden;}
.new_list ul li{width: 25%;/*height: calc(20vw * (360 / 377));*/float: left;background: #fff;overflow: hidden;box-sizing: border-box;padding-left: 1px;}
/* .new_list ul li:first-child{margin-left: 50%;} */
.new_list ul li .new_img{width: 100%;height: 100%;text-align: center;float: left;overflow: hidden;}
.new_list ul li .new_img img{vertical-align: middle;width: 100%;height: 100%;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
/* .new_list ul li:first-child .new_img{float: right;} */
.new_list ul li .new_text{width: 100%;height: 100%;padding: 20px;border: 1px solid #f6f6f6;box-sizing: border-box;/*float: left;*/overflow: hidden;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.new_list ul li .new_text .new_time{width: 100%;height: 30px;font-size: 12px;color: #999;overflow: hidden;}
.new_list ul li .new_text .line{width: 20px;height: 2px;background: #3b996a;}
.new_list ul li .new_text .new_title{width: 100%;height: 60px;max-height: 60px;margin: 5px 0 0;line-height: 30px;font-size: 16px;font-weight: bold;overflow: hidden;}
.new_list ul li .new_text .new_title a{color: #000;}
.new_list ul li .new_text .new_txt{width: 100%;height: 120px;max-height: 112px;margin: 5px 0 0;line-height: 28px;font-size: 14px;color: #a0a0a0;text-indent: 2em;overflow: hidden;-webkit-line-clamp: 4;display: -webkit-box; -webkit-box-orient:vertical;}
.new_list ul li .new_text .new_more{width: 100%;/*height: 44px;*/margin: 30px 0 0;overflow: hidden;}
.new_list ul li .new_text .new_more a{display: inline-block;*display: inline;*zoom: 1;width: auto;/*height: 40px;*/padding: 0 30px;line-height: 40px;text-align: center;border: 2px solid #3b996a;font-size: 14px;font-weight: bold;color: #3b996a;overflow: hidden;}
.new_list ul li:hover .new_text{border: 1px solid #3b996a;}
.new_list ul li:hover .new_img img{-webkit-transform: scale3d(1.02, 1.02, 1.02);-ms-transform: scale3d(1.02, 1.02, 1.02);-o-transform: scale3d(1.02, 1.02, 1.02);transform: scale3d(1.02, 1.02, 1.02);}
@media screen and (max-width: 1550px) {
	.new_list ul li .new_text .new_title{text-overflow: ellipsis;white-space: nowrap;}
	.new_list ul li .new_text .new_txt{max-height: 84px;-webkit-line-clamp: 3;}
	.new_list ul li .new_text .new_more{height: 34px;}
	.new_list ul li .new_text .new_more a{height: 30px;line-height: 30px;}
}
@media screen and (max-width: 1366px) {
	/* .new_list ul li{height: calc(17vw * (360 / 377));} */
	.new_list ul li .new_text .new_title{height: auto;}
	.new_list ul li .new_text{padding: 10px 20px;}
	.new_list ul li .new_text .new_txt{max-height: 48px;line-height: 24px;-webkit-line-clamp: 2;}
	.new_list ul li .new_text .new_more{height: 34px;}
	.new_list ul li .new_text .new_more a{height: 30px;line-height: 30px;}

}

/* 第 4 屏 */
.con_box{width: 100%;height: 100%;overflow: hidden;}
.con_m{width: 100%;height: 100%;background: #f7f7f7;position: relative;overflow: hidden;}
.link_list{width: 100%;height: 30%;position: relative;overflow: hidden;}
.link_list ul{width: 100%;height: 90%;margin: 0;padding: 0;position: absolute;bottom: 0;left: 0;overflow: hidden;}
.link_list ul li{width: 33%;height: 100%;float: left;position: relative;background-repeat: no-repeat;background-position: center center;background-size: cover;overflow: hidden;}
.link_list ul li:nth-child(2n){width: 34%;}
.link_list ul li .img{width: 100%;height: 100%;text-align: center;overflow: hidden;}
.link_list ul li .img img{vertical-align: middle;width: 100%;min-height: 100%;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.link_list ul li .text{width: 80%;height: 60px;line-height: 30px;position: absolute;bottom: 20px;left: 10%;overflow: hidden;}
.link_list ul li .text .title{width: 100%;height: 30px;font-size: 24px;font-weight: bold;color: #fff;overflow: hidden;}
.link_list ul li .text .txt{width: 100%;height: 30px;font-size: 14px;color: #fff;}
.link_list ul li:hover .img img{-webkit-transform: scale3d(1.1, 1.1, 1.1);-ms-transform: scale3d(1.1, 1.1, 1.1);-o-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}
.con_c{width: calc(100% - 150px);height: 70%;position: relative;left: 0;bottom: 0;margin: 0 auto;padding: 20px 5% 0;box-sizing: border-box;background: #fff url('../images/cont_bg.jpg') no-repeat center;}
.con_info{width: 50%;height: auto;float: left;overflow: hidden;}
.con_title{width: 100%;height: auto;margin: 0 0 10px;font-size: 24px;font-weight: bold;color: #333;overflow: hidden;}
.con_tel{width: 100%;height: auto;padding: 0 0 10px;border-bottom: 1px solid #3b996a;font-size: 24px;color: #3b996a;overflow: hidden;}
.con_tel span{font-size: 16px;}
.con_list{width: 100%;height: auto;margin: 10px 0 0;font-size: 12px;line-height: 25px;overflow: hidden;}
.con_list p{margin: 3px 0;padding: 0;}
.con_list p:first-child{margin-top: 0;}
.con_list p:last-child{margin-bottom: 0;}
.con_list p img{vertical-align: middle;margin: 0 10px 0 0;}
.con_map{width: 100%;height: 200px;margin: 10px 0 0;text-align: center;overflow: hidden;}
.con_map img{max-width: 100%;}
/* 留言 */
.fee_box{width: 48%;height: auto;float: right;overflow: hidden;}
.fee_list{width: 100%;height: auto;overflow: hidden;}
.fee_list ul{width: 100%;height: auto;margin: 0;padding: 0;overflow: hidden;}
.fee_list ul li{width: 49%;height: auto;float: left;margin: 4px 0;overflow: hidden;}
.fee_list ul li.f_txt input{width: 100%;height: 46px;border: 1px solid #efefef;box-sizing: border-box;padding: 0 10px;background: #fff;font-size: 12px;color: #333;}
.fee_list ul li.f_txt img{max-height: 46px; max-width: 100%;float: left;}
.fee_list ul li.f_txt:nth-child(2n){float: right;}
.fee_list ul li.f_text{width: 100%;height: auto;clear: both;overflow: hidden;}
.fee_list ul li.f_text textarea{width: 100%;height: 150px;padding: 10px;border: 1px solid #efefef;background: #fff;box-sizing: border-box;font-size: 12px;color: #333;overflow: hidden;overflow-y: auto;}
.fee_list ul li.f_submit{width: 100%;height: auto;overflow: hidden;}
.fee_list ul li.f_submit input{width: auto;height: 46px;border: 0;padding: 0 30px;float: right;font-size: 14px;background: #3b996a;color: #fff;}
/* 返回头部 */
.rutent_top{width: 70px;height: 70px;background: #3b996a;text-align: center;line-height: 70px;font-size: 24px;font-weight: bold;color: #fff;position: absolute;bottom: 0;right: -70px;cursor: pointer;overflow: hidden;}

@media screen and (max-width: 1540px) {
	.con_title{font-size: 18px;}
	.con_tel,.con_tel span{font-size: 12px;}
	.con_list{margin:5px 0 0;}
	.con_list img{max-height: 20px;}
	.fee_list ul li.f_txt input{height: 34px;}
	.fee_list ul li.f_txt img{max-height: 34px}
	.fee_list ul li.f_text textarea{height: 80px;}
	.fee_list ul li.f_submit input{height: 34px;}
}
@media screen and (max-width: 1440px) {
	.con_c{padding-top: 15px;}
	.con_tel{margin: 0 0 5px;}
	.con_map{margin: 5px 0 0;height: 200px;}
}

@media screen and (max-width: 991px) {
	.fixed_r,.head_box,.foot_box,.index_box{display: none;}
}

/* 手机版 CSS */
/* 首页头部样式 */
.m_head{width: 100%;height: 80px;box-sizing: border-box;padding: 0 2%;display: none;overflow: hidden;}
.m_head.active{border-bottom: 1px solid #3b996a;}
.m_logo{width: 50%;height: 100%;float: left;overflow: hidden;}
.m_logo img{vertical-align: middle;max-width: 100%;}
.nav_btn{width: 8%;max-width: 40px;height: 50px;margin: 15px 0;float: right;overflow: hidden;}
.nav_btn i{width: 100%;height: 1px;display: block;background: #3b996a;overflow: hidden;}
.nav_btn i:nth-child(2){margin: 30% 0;}

.nav_box{width: 70%;height: 100%;position: fixed;top: 0;right: -70%;z-index: 100;background: rgba(255, 255, 255, 1);overflow: hidden;}
.nav_list{width: 100%;height: 100%;box-sizing: border-box;padding: 40px 0;overflow: hidden;overflow-y: auto;}
.nav_list ul{width: 100%;height: auto;margin: 0;padding: 0;overflow: hidden;}
.nav_list ul li{width: 100%;height: auto;border-bottom: 1px solid #f0f0f0;overflow: hidden;}
.nav_list ul li:last-child{border: 0;}
.nav_list ul li a{width: 100%;height: auto;display: block;box-sizing: border-box;padding: 20px;font-size: 16px;position: relative;overflow: hidden;}
.nav_list ul li ul{display: none;}
.nav_list ul li ul li{border: 0;}
.nav_list ul li ul li a{font-size: 14px;color: #666;}
.nav_list>ul>li>a.active{color: #3b996a;}
.nav_list ul li ul li a.active{color: #3b996a;}
.nav_list ul li ul li ul li a{padding-left: 40px;color: #999;}
.nav_mask{width: 100%;height: 100%;background: #000;opacity: .5;position: fixed;top: 0;left: 0;z-index: 99;display: none;}

/*手机版banner*/
.m_banner{width: 100%;height: auto;position:relative;z-index:1;display: none;font-size: 0;overflow: hidden;}
.m_banner ul{margin: 0;padding: 0;list-style: none;position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.m_banner ul li{text-align: center;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}
.m_banner ul li img{max-width:100%;}
.ico_m{position:absolute;bottom:15px;left:0;width:100%;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.ico_m.swiper-pagination-hidden{opacity:0}
.ico_m span{margin:0 3px;display:block;width:8px;height:8px;display:inline-block;border-radius:100%;background:#fff;}
.ico_m span{cursor:pointer}
.swiper-pagination-white span{background:#fff}
.ico_m .swiper-pagination-bullet-active{opacity:1;background:#3b996a;}

/* 产品与市场 */
.m_pro_box{width: 100%;height: auto;margin: 30px 0;display: none;overflow: hidden;}
.m_title{width: 96%;height: auto;margin: 0 auto;font-size: 14px;color: #757575;text-align: center;overflow: hidden;}
.m_title h6{margin: 0;padding: 0 0 10px;font-weight: normal;font-size: 24px;color: #3b996a;}
.m_pro_list{width: 96%;height: auto;margin: 20px auto 0;overflow: hidden;}
.m_pro_list ul{margin: -20px 0 0;padding: 0;overflow: hidden;}
.m_pro_list ul li{width: 49%;height: auto;margin: 20px 0 0;float: left;overflow: hidden;}
.m_pro_list ul li:nth-child(2n){float: right;}
.m_pro_list ul li .m_pro_img{width: 100%;height: calc(96vw * 0.49 * (210 / 300));background: #f5f5f5;text-align: center;overflow: hidden;}
.m_pro_list ul li .m_pro_img img{vertical-align: middle;max-width: 100%;}
.m_pro_list ul li .m_pro_text{width: 100%;height: 30px;margin: 10px 0 0;line-height: 30px;text-align: center;font-size: 16px;color: #333;overflow: hidden;}
.m_pro_more{width: 100%;height: 40px;margin: 30px 0 0;line-height: 40px;font-size: 14px;text-align: center;overflow: hidden;}
.m_pro_more a{display: block;width: 150px;height: 100%;margin: 0 auto;background: #3b996a;color: #fff;overflow: hidden;}

/* 关于新葳 */
.m_abo_box{width: 100%;height: auto;display: none;overflow: hidden;}
.m_abo_img{width: 100%;height: auto;text-align: center;font-size: 0;overflow: hidden;}
.m_abo_img img{max-width: 100%;}
.m_abo_m{width: 100%;height: auto;padding: 20px 0 0;background: #f5f5f5;overflow: hidden;}
.m_abo_text{width: 96%;height: auto;margin: 20px auto 0;font-size: 14px;line-height: 30px;text-align: justify;color: #666;overflow: hidden;}
.m_abo_more{width: 96%;height: 40px;margin: 30px auto 0;line-height: 40px;font-size: 14px;text-align: center;overflow: hidden;}
.m_abo_more a{display: block;width: 150px;height: 100%;margin: 0 auto;box-sizing: border-box;border: 1px solid #3b996a;color: #3b996a;overflow: hidden;}

.m_abo_bg{width: 100%;height: auto;margin: 30px 0 0;text-align: center;font-size: 0;overflow: hidden;}
.m_abo_bg img{max-width: 100%;}

/* 新闻中心 */
.m_new_box{width: 100%;height: auto;margin: 50px 0;display: none;overflow: hidden;}
.m_new_list{width: 92%;height: auto;margin: 50px auto 0;overflow: hidden;}
.m_new_list ul{margin: 0;padding: 0;overflow: hidden;}
.m_new_list ul li{width: 100%;height: auto;padding: 30px 0;border-bottom: 1px solid #d9d9d9;overflow: hidden;}
.m_new_list ul li:first-child{padding-top: 0;}
.m_new_list ul li:last-child{padding-bottom: 0;border: 0;}
.m_new_list ul li .m_new_img{width: 30%;height: calc(92vw * 0.3 * (320 / 320));float: left;text-align: center;box-sizing: border-box;border: 1px solid #d9d9d9;overflow: hidden;}
.m_new_list ul li .m_new_img img{vertical-align: middle;max-width: 100%;}
.m_new_list ul li .m_new_text{width: 66%;height: auto;float: right;overflow: hidden;}
.m_new_list ul li .m_new_text .m_new_title{width: 100%;height: auto;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.m_new_list ul li .m_new_text .m_new_time{width: 100%;height: auto;line-height: 20px;margin: 6px 0;font-size: 12px;color: #999;overflow: hidden;}
.m_new_list ul li .m_new_text .m_new_txt{width: 100%;height: auto;max-height: 75px;font-size: 14px;color: #999;line-height: 25px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.m_new_list ul li .m_new_text .m_new_more{width: 100%;height: 40px;margin: 10px 0 0;line-height: 40px;font-size: 12px;text-align: center;overflow: hidden;}
.m_new_list ul li .m_new_text .m_new_more a{display: block;width: 150px;height: 40px;background: #3b996a;color: #fff;overflow: hidden;}

@media screen and (max-width: 480px) {
	.m_new_list ul li .m_new_text .m_new_title{font-size: 16px;}
	.m_new_list ul li .m_new_text .m_new_txt{display: none;}
	.m_new_list ul li .m_new_text .m_new_more{height: 30px;line-height: 30px;margin: 5px 0 0;text-align: left;overflow: hidden;}
	.m_new_list ul li .m_new_text .m_new_more a{display: inline;background: none;color: #3b996a;}
}

/* 联系我们 */
.m_con_box{width: 100%;height: auto;margin: 50px 0;display: none;overflow: hidden;}
.m_link_list{width: 100%;height: auto;margin: 50px 0 0;overflow: hidden;}
.m_link_list ul{margin: 0;padding: 0;overflow: hidden;}
.m_link_list ul li{width: 100%;height: calc(100vw * (195 / 573));position: relative;overflow: hidden;}
.m_link_list ul li .img{width: 100%;height: 100%;text-align: center;overflow: hidden;}
.m_link_list ul li .img img{width: 100%;height: 100%;}
.m_link_list ul li .mask{width: 100%;height: 100%;background: #000;opacity: .2;filter: alpha(opacity=20);position: absolute;top: 0;left: 0;z-index: 2;}
.m_link_list ul li .text{width: 92%;height: 80%;position: absolute;top: 10%;left: 4%;z-index: 5;text-align: center;color: #fff;overflow: hidden;}
.m_link_list ul li .text .title{width: 100%;height: auto;font-size: 24px;overflow: hidden;}
.m_link_list ul li .text .txt{width: 100%;height: auto;margin: 5px 0 0;font-size: 18px;line-height: 30px;overflow: hidden;}
.m_con_info{width: 92%;height: auto;margin: 30px auto;overflow: hidden;}
.m_con_info .m_con_title{width: 100%;height: auto;margin: 0 0 20px;font-size: 24px;font-weight: bold;color: #333;overflow: hidden;}
.m_con_info .m_con_tel{width: 100%;height: auto;padding: 0 0 10px;border-bottom: 1px solid #3b996a;font-size: 24px;color: #3b996a;overflow: hidden;}
.m_con_info .m_con_tel span{font-size: 16px;}
.m_con_info .m_con_list{width: 100%;height: auto;margin: 10px 0 0;font-size: 14px;line-height: 25px;color: #333;overflow: hidden;}
.m_con_info .m_con_list p{padding: 2px 0;}
.m_con_info .m_con_list p img{vertical-align: middle;margin: 0 10px 0 0;}
.m_con_info .m_con_map{width: 100%;height: 300px;margin: 10px 0 0;text-align: center;overflow: hidden;}
.m_con_info .m_con_map img{max-width: 100%;}
/* 留言反馈 */
.m_fee_box{width: 92%;height: auto;margin: 30px auto 0;overflow: hidden;}
.m_fee_box .m_con_title{width: 100%;height: auto;margin: 0 0 20px;font-size: 24px;font-weight: bold;color: #333;overflow: hidden;}
.m_fee_box .m_fee_list{width: 100%;height: auto;margin: 10px 0 0;font-size: 12px;line-height: 25px;overflow: hidden;}
.m_fee_box .m_fee_list ul{margin: 0;padding: 0;overflow: hidden;}
.m_fee_box .m_fee_list ul li{width: 100%;height: auto;margin: 10px 0;overflow: hidden;}
.m_fee_box .m_fee_list ul li:last-child{margin-bottom: 0;}
.m_fee_box .m_fee_list ul li input{width: 100%;height: 50px;line-height: 48px;box-sizing: border-box;padding: 0 15px;border: 1px solid #d9d9d9;border-radius: 3px;font-size: 14px;color: #333;}
.m_fee_box .m_fee_list ul li.f_yzm input{width: calc(100% - 160px);float: left;}
.m_fee_box .m_fee_list ul li.f_yzm img{width: 150px;height: 50px;float: right;border-radius: 3px;}
.m_fee_box .m_fee_list ul li textarea{width: 100%;height: 120px;box-sizing: border-box;padding: 10px 15px;border: 1px solid #d9d9d9;border-radius: 3px;font-size: 14px;color: #333;line-height: 25px;overflow-y: auto;}
.m_fee_box .m_fee_list ul li input[type="submit"]{width: 100%;height: 50px;border: 0;background: #3b996a;color: #fff;}


@media screen and (max-width: 480px) {
	.m_link_list ul li .text .title{font-size: 18px;}
	.m_link_list ul li .text .txt{font-size: 14px;}
}

/* 版权 */
.m_copy{width: 96%;height: auto;margin: 0 0 60px;padding: 10px 2%;background: #f5f5f5;font-size: 10px;color: #666;display: none;overflow: hidden;}

/* 底部固定 */
.fixed_list{width: 100%;height: 50px;position: fixed;bottom: 0;left: 0;z-index: 98;background: #3b996a;display: none;overflow: hidden;}
.fixed_list ul{width: 100%;height: 100%;margin: 0;padding: 0;overflow: hidden;}
.fixed_list ul li{width: 25%;height: 100%;float: left;text-align: center;overflow: hidden;}
.fixed_list ul li a{width: 100%;height: 100%;display: block;overflow: hidden;}
.fixed_list ul li a img{vertical-align: middle;max-width: 100%;max-height: 50%;}
.xw009{    
	position: fixed;
    bottom: 0;
    left: 0;
    z-index: 98;
    height: 40px;
    width: 100%;
    line-height: 40px;
    margin-bottom: 50px;
    background-color: #448aca;
	padding: 0 10px;
}

@media screen  and (max-width: 991px) {
	.m_head, .m_banner, .m_pro_box, .m_abo_box, .m_new_box,.m_con_box, .welfare_box, .m_copy, .fixed_list{display: block;}
}

/* 内页 banner */
.p_banner{width: 1920px;height: 365px;position: relative;left: 50%;margin-left: -960px;font-size: 0;text-align: center;overflow: hidden;}
.p_banner img{max-width: 100%;max-height: 100%;}

@media screen and (max-width: 991px) {
	.p_banner{display: none;}
	.soc_banner{display: block;width: 100%;margin-left: auto;left: auto;height: auto;}
	.ico3{transform:scale(0.8)}
}

/* 面包屑导航 */
.navigation_box{width: 100%;height: 50px;padding: 0 0 7px;line-height: 50px;overflow: hidden;}
.navigation_m{width: 96%;max-width: 1200px;height: 100%;box-sizing: border-box;margin: 0 auto;padding: 0 0 0 40px;background: url('../images/CgAGe1uHbK2AEE5RAAABgMSEsm8614.png') no-repeat left;font-size: 12px;color: #999;overflow: hidden;}
.navigation_m span{color: #3b996a;}
.navigation_m a{color: #999;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.navigation_m a:hover{color: #3b996a;}

@media screen and (max-width: 991px) {
	.navigation_box{display: none;}
}

/* 内容 */
.p_main_box{width: 100%;height: auto;overflow: hidden;margin: 30px auto 200px;}
/* 关于新葳 */
.p_abo_box{width: 100%;height: auto;padding: 50px 0;overflow: hidden;}
.p_abo_box.active{background: #3b996a;}
.p_main_title{width: 100%;height: auto;text-align: center;overflow: hidden;}
.p_main_title .title_cn{width: 100%;height: auto;font-size: 30px;color: #333;font-weight: 300;overflow: hidden;}
.p_main_title .title_line{width: 50%;max-width: 200px;height: 1px;margin: 10px auto;background: #3b996a;}
.p_main_title .title_en{width: 100%;height: auto;font-size: 20px;color: #666;font-weight: 200;}
.p_main_title.active .title_cn{font-size: 24px;color: #121212;font-weight: bold;}
.p_main_title.active .title_line{width: 61px;height: 4px;background: #e5e5e5;}
.p_main_title.active .title_en{font-size: 14px;color: #979797;}
.p_abo_box.active .p_main_title .title_cn,.p_abo_box.active .p_main_title .title_en{color: #fff;}
.p_abo_box.active .p_main_title .title_line{background: #fff;}
.p_abo_m{width: 96%;height: auto;max-width: 1200px;box-sizing: border-box;margin: 30px auto 0;overflow: hidden;}
.pc_abo_text{width: 100%;height: auto;text-align: center;font-size: 0;overflow: hidden;}
.pc_abo_text img{max-width: 100%;}
.p_abo_img{width: 50%;height: auto;text-align: center;font-size: 0;float: left;display: none;overflow: hidden;}
.p_abo_img img{max-width: 100%;}
.p_abo_text{width: calc(50% - 30px);height: auto;float: right;text-align: justify;font-size: 14px;line-height: 30px;color: #333;text-indent: 2em;display: none;overflow: hidden;}
.p_abo_text p{margin: 0;padding: 8px 0;}
.p_abo_text p:first-child{padding-top: 0;}
.p_abo_text p:last-child{padding-bottom: 0;}
.p_abo_text img{vertical-align: middle;max-width: 100%;margin: 0 0 0 -2em;}
.p_abo_text table {font-size:14px; width:100%; color: #333; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.p_abo_text table tr:hover{ background: #f5f5f5;}
.p_abo_text table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.p_abo_text table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}
/* 公司风采 */
.p_mien_box{padding: 0;}
/* .p_mien_box .p_main_title{display: none;} */
.p_mien_box .pc_mien_m{width: 100%;height: auto;text-align: center;font-size: 0;overflow: hidden;} /* background: url('../images/mien_img_2021.jpg') no-repeat center; */
/* .p_mien_box .pc_mien_m img{opacity: 0;filter: alpha(opacity=0);} */
.p_mien_list{width: 96%;max-width: 1200px;height: auto;margin: 50px auto 0;overflow: hidden;}
.p_mien_list ul{width: 100%;margin: 0;padding: 0;font-size: 0;font-size: 0;text-align: center;overflow: hidden;}
.p_mien_list ul li{display: inline-block;*display: inline;*display: inline;width: 32%;height: auto;margin: 5px 0.5%;}
.p_mien_list ul li .p_mien_img{width: 100%;height: calc(1200px * 0.32 * (319 / 480));text-align: center;font-size: 0;overflow: hidden;}
.p_mien_list ul li .p_mien_img img{vertical-align: middle;max-width: 100%; max-height: 100%;}
.p_mien_list ul li .p_mien_text{width: 100%;height: 50px;line-height: 50px;font-size: 16px;color: #333;overflow: hidden;}

/* 公司理念 */
.p_idea_box{width: 100%;height: auto;padding: 50px 0;overflow: hidden;}
.p_idea_m{width: 96%;max-width: 1200px;height: auto;margin: 30px auto 0;padding: 100px 0;background: #3b996a;text-align: center;font-size: 16px;line-height: 30px;color: #fff;overflow: hidden;}
.p_idea_m p{margin: 0;padding: 2px 0;}
.p_idea_m p:first-child{padding-top: 0;}
.p_idea_m p:last-child{padding-bottom: 0;}
.p_idea_m img{vertical-align: middle;max-width: 100%;}
.p_idea_m table {font-size:14px; width:100%; color: #333; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.p_idea_m table tr:hover{ background: #f5f5f5;}
.p_idea_m table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.p_idea_m table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}
/* 荣誉资质 */
.p_honor_box{width: 100%;height: auto;padding: 0;overflow: hidden;}
.p_honor_box .p_main_title{display: none;}
.p_honor_box .pc_honor_m{width: 100%;height: auto;text-align: center;font-size: 0;background: url('../images/honor_img.jpg') no-repeat center;overflow: hidden;}
.p_honor_box .pc_honor_m img{opacity: 0;filter: alpha(opacity=0);}
.p_honor_list{width: 96%;max-width: 1200px;height: auto;margin: 50px auto 0;display: none;overflow: hidden;}
.p_honor_list ul{width: 100%;margin: 0;padding: 0;font-size: 0;font-size: 0;text-align: center;overflow: hidden;}
.p_honor_list ul li{display: inline-block;*display: inline;*display: inline;width: 32%;height: auto;margin: 5px 0.5%;}
.p_honor_list ul li .p_honor_img{width: 100%;height: calc(1200px * 0.32 * (185 / 270));text-align: center;font-size: 0;overflow: hidden;}
.p_honor_list ul li .p_honor_img img{vertical-align: middle;max-width: 100%; max-height: 100%;}
.p_honor_list ul li .p_honor_text{width: 100%;height: 50px;line-height: 50px;font-size: 16px;color: #333;overflow: hidden;}
/* 提交您的宝贵意见 */
.p_opinion_box{width: 100%;height: 825px;box-sizing: border-box;padding: 50px 0;background: url('../images/CgAGfFuPMl6AZmqjAAGs0V87FAE028.jpg') no-repeat top;overflow: hidden;}
.p_opinion_list{width: 92%;max-width: 1200px;height: auto;margin: 20px auto 0;overflow: hidden;}
.p_opinion_list ul{margin: 0;padding: 0;overflow: hidden;}
.p_opinion_list ul li{overflow: hidden;}
.p_opinion_list ul li.o_text{width: 48%;height: 90px;line-height: 90px;border-bottom: 1px solid #000;float: left;}
.p_opinion_list ul li.o_text:nth-child(2n){float: right;}
.p_opinion_list ul li label{width: 80px;height: 60px;display: block;float: left;font-size: 16px;color: #333;overflow: hidden;}
.p_opinion_list ul li.o_text input{width: calc(100% - 80px);height: 90px;margin: 0;padding: 0;border: 0;float: right;background: none;font-size: 16px;color: #000;overflow: hidden;}
.p_opinion_list ul li.o_textarea{width: 100%;margin: 10px 0;overflow: hidden;}
.p_opinion_list ul li.o_textarea label{width: 100%;height: 60px;line-height: 60px;font-size: 16px;color: #333;overflow: hidden;}
.p_opinion_list ul li.o_textarea textarea{width: 100%;height: 150px;box-sizing: border-box;padding: 5px 10px;border: 1px solid #000;background: none;font-size: 16px;color: #000;line-height: 30px;text-align: justify;overflow: hidden;overflow-y: auto;}
.p_opinion_list ul li.o_yzm{width: 100%;height: 55px;margin: 20px 0 10px;line-height: 55px;border-bottom: 1px solid #000;}
.p_opinion_list ul li.o_yzm input{width: 50%;height: 55px;border: 0;float: left;background: none;}
.p_opinion_list ul li.o_yzm img{float: right;}
.p_opinion_list ul li.o_submit{width: 100%;height: 70px;margin: 35px 0 0;overflow: hidden;}
.p_opinion_list ul li.o_submit input{width: 360px;height: 45px;margin: 0 auto;background: none;border: 0;display: block;color: #fff;font-size: 24px;cursor: pointer;overflow: hidden;}
@media screen and (max-width: calc(1200px / 0.96)) {
	.p_mien_list ul li .p_mien_img{height: calc(96vw * 0.32 * (319 / 480));}
	.p_honor_list ul li .p_honor_img{height: calc(96vw * 0.32 * (185 / 270));}
}

@media screen and (max-width: 991px) {
	.p_abo_box{margin: 50px 0;padding: 0;}
	.p_idea_box{padding: 50px 0;}
	.pc_abo_text{display: none;}
	/* 员工图 */
	/* .pc_mien_m{display: none;} */
	.warp_scene{padding: 40px 0 60px !important}
	.scene {
		width: 800px;
		height: 500px;
		margin: 30px auto;
		padding-left: 25px;
	}
	.page h1{
		font-size: 20px;
		bottom: -40px;
	}
	.schedule{
		bottom: -75px;
		left: 0;
		right: 0;
		width: 600px;
	}
	.button-prev{
		top: 104%;
		left: 80px;
		width: 52px;
		height: 80px;
		background-size: 80%;
	}
	
	.button-next{
		top: 104%;
		right: 60px;
		width: 52px;
		height: 80px;
		background-size: 80%;
		/* background-position: right top; */
	}

	.pc_honor_m{display: none;}
	.p_abo_m{background: #fff;}
	.p_abo_img,.p_abo_text{width: 100%;float: initial;display: block;}
	.p_abo_text{margin: 20px 0 0;}
	.p_mien_box .p_main_title{display: block;}
	.p_mien_box .p_mien_list{display: block;}
	.p_honor_box{}
	.p_honor_box .p_main_title{display: block;}
	.p_honor_box .p_honor_list{display: block;}
}

@media screen and (max-width: 640px) {
	.p_mien_list ul li{width: 100%;margin: 0;}
	.p_mien_list ul li .p_mien_img{height: calc(96vw * (319 / 480));}
	.p_honor_list ul li{width: 100%;margin: 0;}
	.p_honor_list ul li .p_honor_img{height: calc(96vw * (185 / 270));}
	/* 员工图 */
	.warp_scene{padding: 40px 0 60px !important}
	.scene {
		width: 600px;
		height: 400px;
		margin: 30px auto;
		padding-left: 0px;
	}
	.page h1{
		font-size: 16px;
		bottom: -40px;
	}
	.back,.front {
		width: 100%;
		padding: 20px 10px;
	}
	.schedule{
		bottom: -65px;
		left: 0px;
		right:0px;
		width: 400px;
	}
	.button-prev{
		top: 106%;
		left: 80px;
		width: 52px;
		height: 80px;
		background-size: 60%;
	}
	
	.button-next{
		top: 106%;
		right: 60px;
		width: 52px;
		height: 80px;
		background-size: 60%;
	}
}

/* 产品与市场 */
.p_pro_box{width: 100%;height: auto;overflow: hidden;}
.p_pro_list{width: 100%;height: auto;overflow: hidden;}
.p_pro_list ul{width: 100%;height: auto;margin: 0;padding: 0;overflow: hidden;}
.p_pro_list>ul>li{width: 100%;height: auto;padding: 0;overflow: hidden;}
.p_pro_list ul li .p_pro_c{width: 96%;max-width: 1200px;height: auto;margin: 100px auto;font-size: 0;background-repeat: no-repeat;background-position: center center;background-size: cover;overflow: hidden;}
/* .p_pro_list>ul>li>.p_pro_c>div{break-inside: avoid;box-sizing: border-box;padding: 0 10px;} */
.p_pro_list>ul>li.active>.p_pro_c{margin: 200px auto;}
.p_pro_list>ul>li .p_pro_c .p_pro_img{width: auto;max-width: 65%;height: auto;overflow: hidden;}
.p_pro_list>ul>li .p_pro_c .p_pro_img img{max-width: 100%;position: relative;}
.p_pro_list>ul>li .p_pro_c .p_pro_img.m_pro_img{display: none;}
.p_pro_list>ul>li .p_pro_c .p_pro_text{width: auto;max-width: 35%;height: auto;box-sizing: border-box;overflow: hidden;}
.p_pro_list>ul>li .p_pro_c .p_pro_text .p_pro_title{width: 100%;height: auto;box-sizing: border-box;position: relative;padding: 0 0 0 20px;background: url('../images/ico_triangle.png') no-repeat left;font-size: 24px;font-weight: bold;color: #3b996a;overflow: hidden;}
.p_pro_list>ul>li .p_pro_c .p_pro_text .p_pro_txt{width: 100%;height: auto;box-sizing: border-box;position: relative;padding: 0 0 0 20px;font-size: 14px;line-height: 24px;color: #757575;overflow: hidden;}
.p_pro_list>ul>li .p_pro_c .p_pro_text .p_pro_small{width: 100%;height: auto;position: relative;margin: 30px 0 0;padding: 0 0 0 20px;overflow: hidden;}
.p_pro_list>ul>li .p_pro_c .p_pro_text .p_pro_small img{max-width: 100%;}
.p_pro_list ul li.odd .p_pro_c .p_pro_text{padding: 0px 0 0 50px;}
.p_pro_list ul li.even .p_pro_c .p_pro_text{padding: 0 5% 0 0;}
.p_pro_list>ul>li:nth-child(2) .p_pro_c .p_pro_text{padding-top: 0px;}
.p_pro_list>ul>li.odd .p_pro_c .p_pro_img,.p_pro_list>ul>li.even .p_pro_c .p_pro_text,.p_pro_list>ul>li.odd .p_pro_c .p_pro_menu{float: left;}
.p_pro_list>ul>li.even .p_pro_c .p_pro_img,.p_pro_list>ul>li.odd .p_pro_c .p_pro_text,.p_pro_list>ul>li.even .p_pro_c .p_pro_menu{float: right;}
.p_pro_list>ul>li.even{background: #f8f8f8;}
.p_pro_menu{width: 771px;display: table-cell;vertical-align: top;overflow: hidden;}
.p_pro_menu ul{margin: 0;padding: 0;overflow: hidden;}
.p_pro_menu ul li{width: 257px;height: 302px;float: left;text-align: center;position: relative;left: 100%;opacity: 0;overflow: hidden;}
.p_pro_menu ul li .img_m{width: 100%;height: 100%;box-sizing: border-box;border: 1px solid #d9d9d9;border-top: 0;border-right: 0;overflow: hidden;}
.p_pro_menu ul li:first-child .img_m,.p_pro_menu ul li:nth-child(2) .img_m,.p_pro_menu ul li:nth-child(3) .img_m{border-top: 1px solid #d9d9d9;}
.p_pro_menu ul li:nth-child(3n) .img_m{border-right: 1px solid #d9d9d9;}
.p_pro_menu ul li img{vertical-align: middle;max-width: 100%;}
/* .p_pro_list>ul>li.addstyle .p_pro_c .p_pro_menu ul li{left: 100%;opacity: 1;} */
.p_pro_list>ul>li.addstyle .p_pro_c .p_pro_menu ul li:first-child{animation: ins 0.8s forwards;-webkit-animation: ins 0.8s forwards;}
.p_pro_list>ul>li.addstyle .p_pro_c .p_pro_menu ul li:nth-child(2){animation: ins 0.8s 0.1s forwards;-webkit-animation: ins 0.8s 0.1s forwards;}
.p_pro_list>ul>li.addstyle .p_pro_c .p_pro_menu ul li:nth-child(3){animation: ins 0.8s 0.2s forwards;-webkit-animation: ins 0.8s 0.2s forwards;}
.p_pro_list>ul>li.addstyle .p_pro_c .p_pro_menu ul li:nth-child(4){animation: ins 0.8s 0.3s forwards;-webkit-animation: ins 0.8s 0.3s forwards;}
.p_pro_list>ul>li.addstyle .p_pro_c .p_pro_menu ul li:nth-child(5){animation: ins 0.8s 0.4s forwards;-webkit-animation: ins 0.8s 0.4s forwards;}
.p_pro_list>ul>li.addstyle .p_pro_c .p_pro_menu ul li:nth-child(6){animation: ins 0.8s 0.5s forwards;-webkit-animation: ins 0.8s 0.5s forwards;}
.p_pro_list>ul>li .p_pro_c .p_pro_img img,
.p_pro_list>ul>li .p_pro_c .p_pro_text .p_pro_title,
.p_pro_list>ul>li .p_pro_c .p_pro_text .p_pro_txt,
.p_pro_list>ul>li .p_pro_c .p_pro_text .p_pro_small
{
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

@keyframes ins{
	0%{left: 100%;opacity: 0;}
	100%{left: 0;opacity: 1;}
}
@-webkit-keyframes ins{
	0%{left: 100%;opacity: 0;}
	100%{left: 0;opacity: 1;}
}


@media screen and (min-width: 992px) {
	.p_pro_list>ul>li.odd .p_pro_c .p_pro_img img{left: -100%;}
	.p_pro_list>ul>li.odd .p_pro_c .p_pro_text .p_pro_title,.p_pro_list>ul>li.odd .p_pro_c .p_pro_text .p_pro_txt,.p_pro_list>ul>li.odd .p_pro_c .p_pro_text .p_pro_small{left: 100%;opacity: 0;}
	.p_pro_list>ul>li.even .p_pro_c .p_pro_img img{left: 100%;}
	.p_pro_list>ul>li.even .p_pro_c .p_pro_text .p_pro_title,.p_pro_list>ul>li.even .p_pro_c .p_pro_text .p_pro_txt,.p_pro_list>ul>li.even .p_pro_c .p_pro_text .p_pro_small{left: -100%;opacity: 0;}
	.p_pro_list>ul>li.odd.addstyle .p_pro_c .p_pro_img img{left: 0;}
	.p_pro_list>ul>li.odd.addstyle .p_pro_c .p_pro_text .p_pro_title,.p_pro_list>ul>li.odd.addstyle .p_pro_c .p_pro_text .p_pro_txt,.p_pro_list>ul>li.odd.addstyle .p_pro_c .p_pro_text .p_pro_small{left: 0;opacity: 1;}
	.p_pro_list>ul>li.even.addstyle .p_pro_c .p_pro_img img{left: 0;}
	.p_pro_list>ul>li.even.addstyle .p_pro_c .p_pro_text .p_pro_title,.p_pro_list>ul>li.even.addstyle .p_pro_c .p_pro_text .p_pro_txt,.p_pro_list>ul>li.even.addstyle .p_pro_c .p_pro_text .p_pro_small{left: 0;opacity: 1;}
}
@media screen and (max-width: 991px) {
	.p_pro_list ul li .p_pro_c{margin: 60px auto !important;display: block;}
	.p_pro_list>ul>li .p_pro_c .p_pro_img.m_pro_img{display: block;}
	.p_pro_list>ul>li .p_pro_c .p_pro_menu{display: none;}
	.p_pro_list>ul>li .p_pro_c .p_pro_img,.p_pro_list>ul>li .p_pro_c .p_pro_text{display: block;width: 100% !important;}
	.p_pro_list>ul>li .p_pro_c .p_pro_text{padding: 0 !important;}
	.p_pro_list ul li .p_pro_c .p_pro_text .p_pro_small{display: none;}
	.p_pro_list ul li.odd .p_pro_c .p_pro_text{margin: 30px 0 0;}
	.p_pro_list ul li.even .p_pro_c .p_pro_img{margin: 30px 0 0;}
}
@media screen and (max-width: 768px) {
	.p_pro_list>ul>li .p_pro_c .p_pro_img{max-width: 100%;}
	.p_pro_list>ul>li .p_pro_c .p_pro_text{max-width: 100%;}
	.p_pro_list ul li .p_pro_c{margin: 30px auto !important;}
	.p_pro_list ul li .p_pro_c .p_pro_text,.p_pro_list ul li .p_pro_c .p_pro_img{padding: 0;}
}

/* 新闻资讯 */
.news_banner{display: none;background-color: #fafafa;}
.p_new_box{width: 100%;height: auto;overflow: hidden;}
.p_main_title2{width: 100%;height: auto;margin: 30px 0;font-size: 0;text-align: left;overflow: hidden;}
.p_main_title2 .main_title{display: inline-block;*display: inline;*zoom: 1;width: auto;height: 50px;padding: 5px 0 5px 60px;line-height: 30px;text-align: left;overflow: hidden;}
.ico1{background: url('../images/ico_t.png') no-repeat left;}
.ico2{background: url('../images/ico_t2.png') no-repeat left;}
.ico3{background: url('../images/ico_t33.png') no-repeat left;/* background: url('../images/ico_t3.png') no-repeat left; */}

.p_main_title2 .main_title h6{margin: 0;padding-bottom: 2px;width: auto;height: auto;font-size: 28px;font-weight: normal;color: #333;border-bottom: 3px solid #d2d2d2;}
.p_main_title2 .main_title span{line-height: 25px;font-size: 14px;color: #666;float: right;}

.p_new_switch{width: 92%;max-width: 1174px;height: auto;margin: 30px auto 0;padding: 13px;background: #fafafa;position: relative;overflow: hidden;}
.new_switch_list{width: 100%;height: auto;overflow: hidden;}
.new_switch_list ul{width: 1000%;height: auto;margin: 0;padding: 0;overflow: hidden;}
.new_switch_list ul li{width: 1174px;height: 320px;background: #fff;float: left;overflow: hidden;}
.new_switch_list ul li .new_switch_img{width: 554px;height: 320px;text-align: center;float: left;overflow: hidden;}
.new_switch_list ul li .new_switch_text{width: calc(100% - 620px);height: auto;float: right;margin: 0 20px 0 0;overflow: hidden;}
.new_switch_list ul li .new_switch_text .new_switch_title{width: 100%;height: auto;max-height: 80px;margin: 20px 0 0;font-size: 24px;line-height: 40px;color: #333;overflow: hidden;}
.new_switch_list ul li .new_switch_text .new_switch_title a{color: #333;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.new_switch_list ul li .new_switch_text .new_switch_time{width: 100px;height: auto;margin: 10px 0;padding: 0 0 0 20px;background: url('../images/ico_time.png') no-repeat left;font-size: 12px;color: #999;line-height: 20px;overflow: hidden;}
.new_switch_list ul li .new_switch_text .new_switch_txt{width: 100%;height: auto;max-height: 84px;font-size: 16px;line-height: 28px;color: #333;text-indent: 2em;overflow: hidden;}
.new_switch_list ul li .new_switch_text .new_switch_more{width: 100%;height: 44px;margin: 20px 0 0;line-height: 42px;overflow: hidden;}
.new_switch_list ul li .new_switch_text .new_switch_more a{width: 180px;height: 100%;display: block;box-sizing: border-box;padding: 0 20px;border: 1px solid #3b996a;background-position: center;text-align: center;color: #3b996a;overflow: hidden;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.new_switch_list ul li:hover .new_switch_text .new_switch_title a{color: #3b996a;}
.new_switch_list ul li:hover .new_switch_text .new_switch_more a{padding: 0 70px 0 20px;background: #3b996a url('../images/nvideo_lb_xq.png') no-repeat 82%;color: #fff;}
.new_ico{width: auto;height: 12px;position: absolute;right: 40px;bottom: 30px;text-align: right;font-size: 0;overflow: hidden;}
.new_ico a{display: inline-block;*display: inline;*zoom: 1;width: 40px;height: 5px;background-color: #e8e8e8;box-sizing: border-box;margin: 0 5px;overflow: hidden;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.new_ico a.active{background: #3b996a;border-color: #3b996a;}
.new_ico a:hover{background: #3b996a;border-color: #3b996a;}

.p_main_link{width: 96%;max-width: 1200px;height: auto;margin: 30px auto;text-align: center;font-size: 0;overflow: hidden;}
.p_main_link a{display: inline-block;*display: inline;*zoom: 1;width: auto;height: 48px;margin: 2px;padding: 0 5%;line-height: 48px;font-size: 18px;color: #333;border: 1px solid #3b996a;position: relative;vertical-align: top;overflow: hidden;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.p_main_link a i{display: block;width: 20px;height: 50%;border-bottom: 1px solid #fff;position: absolute;top: 0;overflow: hidden;}
.p_main_link a i.first{left: 15px;}
.p_main_link a i.last{right: 15px;}
.p_main_link a.active{background: #3b996a;color: #fff;}
.p_main_link a:hover{background: #3b996a;color: #fff;}
.p_new_m{width: 96%;max-width: 1220px;height: auto;margin: 20px auto 0;overflow: hidden;}
.p_new_list{width: 100%;height: auto;overflow: hidden;}
.p_new_list ul{width: 100%;height: auto;margin: 0;padding: 0;overflow: hidden;}
.p_new_list ul li{width: calc(100% - 46px);height: 207px;margin: 0 0 40px 10px;padding: 20px 13px;background: #fafafa;overflow: hidden;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.p_new_list ul li:last-child{margin-bottom: 0;}
.p_new_img{width: 397px;height: 207px;float: right;overflow: hidden;}
.p_new_img img{vertical-align: middle;width: 100%;height: 100%;}
.p_new_time{width: 70px;height: 90px;margin: 50px 30px 0 0;padding: 0 30px;float: left;line-height: 50px;border-right: 4px solid #E2E2E2;font-size: 16px;color: #333333;text-align: center;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.p_new_time h5,.p_new_time h6{width: 100%;margin: 0;padding: 0;font-weight: normal;}
.p_new_time h5{padding: 0 0 10px;font-size: 55px;border-bottom: 1px solid #333;}
.p_new_time h6{font-size: 16px;line-height: 30px;}
.p_new_text{width: calc(100% - 641px);height: 207px;float: left;overflow: hidden;}
.p_new_title{width: 100%;height: 40px;line-height: 40px;font-size: 24px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p_new_title a{color: #333;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.p_new_time2{width: 100%;height: 30px;line-height: 30px;font-size: 12px;color: #999;display: none;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p_new_txt{width: 100%;height: 84px;margin: 9px 0 0;text-indent: 2em;line-height: 28px;font-size: 16px;color: #333;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.p_new_more{width: 100%;max-width: 170px;height: 40px;box-sizing: border-box;margin: 15px 0 0;border:1px solid #3b996a;text-align: center;line-height: 40px;font-size: 16px;opacity: 0;filter: alpha(opacity=0);overflow: hidden;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.p_new_more a{color: #3b996a;display: block;}
.p_new_list ul li:hover .p_new_time{color: #3b996a;}
.p_new_list ul li:hover .p_new_time h5{border-color: #3b996a;}
.p_new_list ul li:hover .p_new_title{color: #3b996a;}
.p_new_list ul li:hover .p_new_title a{color: #3b996a;}
.p_new_list ul li:hover .p_new_more{opacity: 1;filter: alpha(opacity=100);}
.p_new_list ul li:hover{margin-left: 0;}

@media screen and (max-width: 991px) {
	/* .p_main_title2{display: none;} */
	.news_banner{display: block;}

	.p_main_link{margin-top: 0;}
	.p_new_switch{display: none;}
	.p_main_title2{ margin: 0;}
	.p_main_title2 .main_title h6 {font-size: 18px;}
	.p_main_title2 .main_title span{font-size: 12px;}

	.p_main_box{margin: 30px auto 100px;}

	.p_main_link a{font-size: 14px;}
	.p_main_link a i{display: none;}
	.p_new_list ul li .p_new_more{opacity: 1;filter: alpha(opacity=100);}
}
@media screen and (max-width: 767px) {
	.p_new_list ul li{width: 100%;height: auto;margin: 0;padding: 30px 0;background: none;border-bottom: 1px solid #d9d9d9;overflow: hidden;}
	.p_new_list ul li:first-child{padding-top: 0;}
	.p_new_img{width: 50%;height: calc(96vw * 0.5 * (190 / 330));float: left;}
	.p_new_time{display: none;}
	.p_new_text{width: calc(50% - 20px);height: auto;float: right;}
	.p_new_title{height: 30px;line-height: 30px;font-size: 16px;}
	.p_new_time2{display: block;}
	.p_new_txt{height: 56px;font-size: 12px;-webkit-line-clamp: 2;}
	.p_new_more{max-width: 100%;height: 36px;margin: 5px 0 0;padding: 0;line-height: 36px;border: 0;text-align: left;font-size: 14px;}
	.p_new_more a{display: inline;}
}
@media screen and (max-width: 480px) {
	.p_new_txt{display: none;}
	/* 员工图 */
	.warp_scene{padding: 40px 0 60px !important;}
	.scene {
		width: 100%;
		/* height: 260px; */
		margin: 20px auto;
		padding-left: 0px;
	}
	.scene .bg{width: 1000%;background-color: #f9f5ee !important;background-image: none;}
	.page {
	  
		background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#fcf8ef), to(#fcf8ef));
		background: linear-gradient(to bottom right, #fcf8ef, #fcf8ef);
	  }
	.page h1{
		font-size: 14px;
		bottom: -40px;
	}
	.back,.front {
		width: 100%;
		padding: 20px 10px;
	}
	.page img{height:unset !important;}
	.schedule{
		bottom: -65px;
		left: 0px;
		right:0px;
		width: 300px;
		height: 4px !important;
	}
	.button-prev{
		top: 114%;
		bottom: -40px !important;
		left: 20px;
		width: 52px;
		height: 80px;
		background-size: 40%;
	}
	
	.button-next{
		top: 114%;
		bottom: -40px !important;
		right: 20px;
		width: 52px;
		height: 80px;
		background-size: 40%;
		background-position: right top;
	}
}

/* 新闻详情 */
.new_d_details{width: 100%;height: auto;overflow: hidden;}
.new_d_title{width: 96%;max-width: 1200px;height: auto;margin: 0 auto;text-align: center;text-align: center;overflow: hidden;}
.new_d_title h1{margin: 0;padding: 0 0 10px;font-weight: normal;font-size: 24px;color: #333;line-height: 40px;}
.new_d_view{width: 96%;max-width: 1200px;height: auto;margin: 0 auto;border: 1px dashed #d9d9d9;border-left: 0;border-right: 0;text-align: center;font-size: 12px;line-height: 40px;color: #999;overflow: hidden;}
.new_d_view span{padding: 0 20px 0 40px;background: url('../images/ico_time.png') no-repeat 20px;border-left: 1px solid #d9d9d9;}
.new_d_view span:last-child{border-right: 1px solid #d9d9d9;}
.new_d_text{width: 96%;max-width: 1200px;height: auto;margin: 30px auto 0;font-size: 14px;line-height: 30px;color: #000;overflow: hidden;}
.new_d_text p{margin: 0;padding: 5px 0;}
.new_d_text p:first-child{padding-top: 0;}
.new_d_text p:last-child{padding-bottom: 0;}
.new_d_text img{vertical-align: middle;max-width: 100%;}
.new_d_text table {font-size:14px; width:100%; color: #333; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.new_d_text table tr:hover{ background: #f5f5f5;}
.new_d_text table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.new_d_text table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}
/* 相关新闻 */
.hot_box{width: 96%;max-width: 1200px;height: auto;margin: 50px auto 0;overflow: hidden;}
.hot_title{width: auto;height: 24px;padding: 0 0 0 12px;line-height: 20px;border-left: 3px solid #3b996a;font-size: 24px;color: #333;}
.hot_new_list{width: 100%;height: auto;overflow: hidden;}
.hot_new_list ul{margin: 0;padding: 0;overflow: hidden;}
.hot_new_list ul li{width: 50%;height: 140px;margin: 20px 0 0;padding: 20px;box-sizing: border-box;float: left;overflow: hidden;-webkit-transition: all 0.1s;-o-transition: all 0.1s;transition: all 0.1s;}
.hot_new_list ul li:nth-child(2n){float: right;}
.hot_new_img{width: 173px;height: 100px;float: left;box-sizing: border-box;border: 1px solid #d9d9d9;text-align: center;overflow: hidden;}
.hot_new_img img{vertical-align: middle;max-width: 100%;}
.hot_new_text{width: calc(100% - 193px);height: 100px;float: right;overflow: hidden;}
.hot_new_title{width: 100%;height: 30px;line-height: 30px;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hot_new_title a{color: #333;-webkit-transition: all 0.1s;-o-transition: all 0.1s;transition: all 0.1s;}
.hot_new_txt{width: 100%;height: 56px;margin: 4px 0 0;line-height: 28px;font-size: 12px;color: #757575;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.hot_new_list ul li:hover{background: #fafafa;}
.hot_new_list ul li:hover .hot_new_title a{color: #3b996a;}
@media screen and (max-width: 991px) {
	.hot_new_list ul li{width: 49%;height: auto;margin: 30px 0 0;padding: 0;}
}
@media screen and (max-width: 767px) {
	.hot_new_list ul li{width: 100%;}
}

/* 社会公益 */
.p_social_box{width: 100%;height: auto;overflow: hidden;}
.p_main_title3{width: 96%;max-width: 1200px;height: 60px;margin: 0 auto;overflow: hidden;}
.p_title{width: auto;height: 60px;line-height: 30px;float: left;overflow: hidden;}
.p_title h5,.p_title h6{margin: 0;padding: 0;}
.p_title h5{font-size: 26px;color: #3b996a;line-height: 40px;}
.p_title h6{font-size: 16px;font-weight: normal;color: #333;line-height: 20px;}
.subnav_list{width: auto;height: 30px;margin: 20px 0;float: right;line-height: 16px;text-align: right;font-size: 0;overflow: hidden;}
.subnav_list a{display: inline-block;*display: inline;*zoom: 1;width: auto;height: 20px;margin: 5px 0;padding: 0 20px;font-size: 16px;border-left: 1px solid #d9d9d9;overflow: hidden;-webkit-transition: all 0.1s;-o-transition: all 0.1s;transition: all 0.1s;}
.subnav_list a:first-child{margin-left: 0;}
.subnav_list a.active{height: 30px;line-height: 28px;margin-top: 0;margin-bottom: 0;background: #3b996a;color: #fff;border-color: #fff;}
.subnav_list a:hover{color: #3b996a;}
.subnav_list a.active:hover{color: #fff;}
.p_social_list{width: 96%;max-width: 1200px;height: auto;margin: 50px auto 0;overflow: hidden;}
.p_social_list ul{margin: 0;padding: 0;overflow: hidden;}
.p_social_list ul li{width: 100%;height: auto;margin: 50px 0 0;border-bottom: 1px solid #d9d9d9;overflow: hidden;}
.p_social_list ul li:first-child{margin-top: 0;}
.p_social_left{width: 280px;height: 320px;float: left;position: relative;}
.p_social_img{width: 100%;height: 100%;text-align: center;overflow: hidden;}
.p_social_img img{vertical-align: middle;width: 100%;max-width: 100%;height: 100%;}
.p_social_time{width: 60%;height: auto;box-sizing: border-box;padding: 10px 5% 5px;background: #fff;position: absolute;bottom: 10%;right: 0;z-index: 2;box-shadow: 0 0 40px rgba(0, 0, 0, .05);overflow: hidden;}
.p_social_time h5,.p_social_time h6{margin: 0;padding: 0;font-weight: normal;color: #3b996a;line-height: 30px;overflow: hidden;}
.p_social_time h5{padding: 0 0 5px;font-size: 32px;border-bottom: 1px solid #3b996a;}
.p_social_time h6{font-size: 14px;}
.p_social_text{width: calc(100% - 500px);max-width: 500px;height: 300px;padding: 0 0 0 50px;float: left;overflow: hidden;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.p_social_title{width: 100%;height: auto;max-height: 60px;padding: 0 0 19px;line-height: 30px;font-size: 18px;border-bottom: 1px solid #d9d9d9;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.p_social_title a{color: #333;-webkit-transition: all 0.1s;-o-transition: all 0.1s;transition: all 0.1s;}
.p_social_txt{width: 100%;height: auto;max-height: 75px;margin: 20px 0;font-size: 14px;color: #333;line-height: 25px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.p_social_more{width: 100%;height: 42px;margin: 20px 0 0;line-height: 42px;text-align: center;font-size: 12px;opacity: 0;filter: alpha(opacity=0);overflow: hidden;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.p_social_more a{display: block;width: 50%;max-width: 158px;height: 100%;background: #3b996a;color: #fff;overflow: hidden;}
.p_social_ico{width: 60px;height: 50px;margin: 115px 0;float: right;background: url('../images/CgAGe1uHh3SAbvExAAAWwK6iZC4141.png') no-repeat -86px -2px;overflow: hidden;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.p_social_list ul li:hover .p_social_text{padding: 0 0 0 70px;}
.p_social_list ul li:hover .p_social_title a{color: #3b996a;}
.p_social_list ul li:hover .p_social_more{opacity: 1;filter: alpha(opacity=100);}
.p_social_list ul li:hover .p_social_ico{background-position: -86px -64px;}
@media screen and (max-width: 991px) {
	/* .p_main_title3{display: none;} */
	.p_social_list{margin: 0;}
	.p_social_list ul li:first-child{margin-top: 0;}
	.p_social_list ul li .p_social_text{width: calc(100% - 310px);max-width: 100%;float: right;padding: 0;}
	.p_social_list ul li .p_social_title{max-height: 30px;color: #3b996a;text-overflow: ellipsis;white-space: nowrap;display: block;}
	.p_social_list ul li .p_social_txt{margin: 10px 0 0;}
	.p_social_list ul li .p_social_ico{display: none;}
	.p_social_list ul li .p_social_title a{color: #3b996a;}
	.p_social_list ul li .p_social_more{height: 34px;margin: 10px 0 0;line-height: 34px;font-size: 12px;opacity: 1;filter: alpha(opacity=100);}
	.p_social_list ul li:hover .p_social_text{padding: 0;}
}
@media screen and (max-width: 767px) {
	.p_social_list ul li .p_social_left{width: 40%;height: calc(96vw * 0.4 * (320 / 280));}
	.p_social_list ul li .p_social_time h5{font-size: 24px;}
	.p_social_list ul li .p_social_time h6{font-size: 12px;}
	.p_social_list ul li .p_social_text{width: calc(60% - 20px);height: calc(96vw * 0.4 * (320 / 280));}
	.p_social_list ul li .p_social_title{font-size: 16px;max-height: 50px;padding: 0 0 9px;line-height: 25px;}
	.p_social_list ul li .p_social_txt{max-height: 50px;font-size: 12px;-webkit-line-clamp: 2;}
}
/* 详情 */
.social_d_details{width: 100%;height: auto;margin: 20px 0;overflow: hidden;}
.social_d_title{width: 92%;max-width: 1200px;height: auto;margin: 0 auto;text-align: center;text-align: center;overflow: hidden;}
.social_d_title h1{margin: 0;padding: 0 0 10px;font-weight: normal;font-size: 24px;color: #333;line-height: 40px;}
.social_d_view{width: 92%;max-width: 1200px;height: auto;margin: 0 auto;border: 1px dashed #d9d9d9;border-left: 0;border-right: 0;text-align: center;font-size: 12px;line-height: 40px;color: #999;overflow: hidden;}
.social_d_view span{padding: 0 20px 0 40px;background: url('../images/ico_time.png') no-repeat 20px;border-left: 1px solid #d9d9d9;}
.social_d_view span:last-child{border-right: 1px solid #d9d9d9;}
.social_d_text{width: 92%;max-width: 1200px;height: auto;margin: 30px auto 0;font-size: 14px;line-height: 30px;color: #757575;overflow: hidden;}
.social_d_text p{margin: 0;padding: 5px 0;}
.social_d_text p:first-child{padding-top: 0;}
.social_d_text p:last-child{padding-bottom: 0;}
.social_d_text img{vertical-align: middle;max-width: 100%;}
.social_d_text table {font-size:14px; width:100%; color: #333; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.social_d_text table tr:hover{ background: #f5f5f5;}
.social_d_text table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.social_d_text table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}
/* 相关推荐 */
.hot_social_list{width: 100%;height: auto;margin: 30px auto 0;overflow: hidden;}
.hot_social_list ul{margin: -50px 0 0;padding: 0;overflow: hidden;}
.hot_social_list ul li{width: 100%;height: auto;margin: 50px 0 0;border-bottom: 1px solid #d9d9d9;overflow: hidden;}
.hot_social_left{width: 280px;height: 320px;float: left;position: relative;}
.hot_social_img{width: 100%;height: 100%;text-align: center;overflow: hidden;}
.hot_social_img img{vertical-align: middle;width: 100%;max-width: 100%;height: 100%;}
.hot_social_time{width: 60%;height: auto;padding: 5px 5%;background: #fff;line-height: 30px;position: absolute;bottom: 40px;right: 0;z-index: 2;box-shadow: 0 0 40px rgba(0, 0, 0, .05);overflow: hidden;}
.hot_social_time h5,.hot_social_time h6{margin: 0;padding: 0;font-weight: normal;color: #3b996a;overflow: hidden;}
.hot_social_time h5{font-size: 32px;border-bottom: 1px solid #3b996a;}
.hot_social_time h6{font-size: 14px;}
.hot_social_text{width: 500px;height: 300px;padding: 0 0 0 50px;float: left;overflow: hidden;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.hot_social_title{width: 100%;height: auto;max-height: 60px;padding: 0 0 19px;line-height: 30px;font-size: 18px;border-bottom: 1px solid #d9d9d9;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.hot_social_title a{color: #333;-webkit-transition: all 0.1s;-o-transition: all 0.1s;transition: all 0.1s;}
.hot_social_txt{width: 100%;height: 100px;margin: 20px 0;font-size: 14px;color: #757575;line-height: 25px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.hot_social_more{width: 100%;height: 42px;margin: 20px 0 0;line-height: 42px;text-align: center;font-size: 14px;opacity: 0;filter: alpha(opacity=0);overflow: hidden;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.hot_social_more a{display: block;width: 158px;height: 100%;background: #3b996a;color: #fff;overflow: hidden;}
.hot_social_ico{width: 60px;height: 50px;margin: 115px 0;float: right;background: url('../images/CgAGe1uHh3SAbvExAAAWwK6iZC4141.png') no-repeat -86px -2px;overflow: hidden;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.hot_social_list ul li:hover .hot_social_text{padding: 0 0 0 100px;}
.hot_social_list ul li:hover .hot_social_title a{color: #3b996a;}
.hot_social_list ul li:hover .hot_social_more{opacity: 1;filter: alpha(opacity=100);}
.hot_social_list ul li:hover .hot_social_ico{background-position: -86px -64px;}

@media screen and (max-width: 991px) {
	.hot_social_list ul li .hot_social_text{width: calc(100% - 310px);max-width: 100%;float: right;padding: 0;}
	.hot_social_list ul li .hot_social_title{max-height: 30px;color: #3b996a;text-overflow: ellipsis;white-space: nowrap;display: block;}
	.hot_social_list ul li .hot_social_txt{max-height: 50px;-webkit-line-clamp: 2;}
	.hot_social_list ul li .hot_social_ico{display: none;}
	.hot_social_list ul li .hot_social_title a{color: #3b996a;}
	.hot_social_list ul li .hot_social_more{height: 34px;line-height: 34px;font-size: 12px;opacity: 1;filter: alpha(opacity=100);}
	.hot_social_list ul li:hover .hot_social_text{padding: 0;}
}
@media screen and (max-width: 767px) {
	.hot_social_list ul li .hot_social_left{width: 40%;height: calc(96vw * 0.4 * (320 / 280));}
	.hot_social_list ul li .hot_social_time h5{font-size: 24px;}
	.hot_social_list ul li .hot_social_time h6{font-size: 12px;}
	.hot_social_list ul li .hot_social_text{width: calc(60% - 20px);height: calc(96vw * 0.4 * (320 / 280));}
	.hot_social_list ul li .hot_social_title{font-size: 16px;max-height: 50px;padding: 0 0 9px;line-height: 25px;}
	.hot_social_list ul li .hot_social_txt{margin: 10px 0 0;font-size: 12px;}
	.hot_social_list ul li .hot_social_more{margin: 10px 0 0;}
}

/* 联系我们 */
.p_con_box{width: 100%;height: auto;margin: 50px 0;}
.p_con_m{width: 96%;max-width: 1200px;height: auto;margin: 30px auto 0;}
.p_con_map{width: 600px;height: 364px;box-sizing: border-box;padding: 10px;border: 1px dashed #d9d9d9;float: left;}

.p_con_text{height: 350px;overflow: hidden; box-shadow: 0 0 8px 5px #ccc;    margin-bottom: 50px;box-sizing: border-box;} /*width: calc(100% - 605px);*/
.p_con_title1{background-color: #344073;color: white;font-size: 24px;font-weight: bold;padding: 10px 20px;letter-spacing: 2px;}
.p_con_title{height: auto;font-size: 22px;line-height: 54px;color: #434343;padding: 10px 20px 0;font-weight: bold;overflow: hidden;}

.con_title_right{text-align: center;margin-top: 28px;}

.p_con_txt{height: auto;padding: 10px 20px;font-size: 18px;line-height: 30px;color: #737373;overflow: hidden;}
.p_con_txt p{margin: 0;padding: 5px 0;}
.p_con_txt p img{vertical-align: middle;margin-right: 10px;}

/* 24-9-20 .p_con_box{width: 100%;height: auto;margin: 50px 0;overflow: hidden;}
.p_con_m{width: 96%;max-width: 1200px;height: auto;margin: 30px auto 0;overflow: hidden;}
.p_con_map{width: 600px;height: 364px;box-sizing: border-box;padding: 10px;border: 1px dashed #d9d9d9;float: left;overflow: hidden;}
.p_con_text{width: calc(100% - 640px);height: auto;padding: 50px 0 0;background: url('../images/contact_02.png') no-repeat left 10px;float: right;overflow: hidden;}
.p_con_title{width: 100%;height: auto;font-size: 18px;line-height: 54px;color: #3b996a;font-weight: bold;overflow: hidden;}
.p_con_line{width: 50px;height: 3px;background: #3b996a;}
.p_con_txt{width: 100%;height: auto;margin: 20px 0 0;font-size: 14px;line-height: 30px;color: #757575;overflow: hidden;}
.p_con_txt p{margin: 0;padding: 5px 0;}
.p_con_txt p img{vertical-align: middle;margin-right: 10px;} */


/* 集团旗下企业 */
.p_group_box{width: 96%;max-width: 1200px;height: auto;margin: 30px auto 0;box-sizing: border-box;padding: 0 10px;overflow: hidden;}
.p_group_list{width: 100%;height: auto;margin: 20px auto;padding: 20px 10px;box-sizing: border-box;box-shadow: 4px 4px 10px rgba(0, 0, 0, .2);border-radius: 5px;overflow: hidden;}
.p_group_list ul{width: 100%;height: auto;margin: -20px 0 0;padding: 0;font-size: 0;overflow: hidden;}
.p_group_list ul li{width: 20%;height: 100%;box-sizing: border-box;margin: 20px 0 0;border-right: 1px solid #d9d9d9;text-align: center;float: left;overflow: hidden;}
.p_group_list ul li img{vertical-align: middle;max-width: 100%;max-height: 100%;}
.p_group_list ul li:nth-child(5n){border: 0;}
/* 联系方式 */
.p_con_info{width: 100%;height: auto;margin: 40px 0 30px;text-align: center;overflow: hidden;}
.p_con_info .con_info_list{width: auto;height: auto;display: inline-block;*display: inline;*zoom: 1;font-size: 14px;color: #757575;line-height: 25px;text-align: left;overflow: hidden;}
.p_con_info .con_info_list p{margin: 0;padding: 1px 0;}
.p_con_info .con_info_list p:first-child{padding-top: 0;}
.p_con_info .con_info_list p:last-child{padding-bottom: 0;}
.p_con_info .con_info_list img{vertical-align: middle;max-width: 100%;}
.p_con_info .con_info_list table {font-size:14px; width:100%; color: #333; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.p_con_info .con_info_list table tr:hover{ background: #f5f5f5;}
.p_con_info .con_info_list table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.p_con_info .con_info_list table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}
/* 留言 */
.p_fee_btn{width: 96%;max-width: 1200px;height: auto;margin: 30px auto 50px;text-align: center;overflow: hidden;}
.p_fee_btn a{width: 180px;height: 44px;display: block;line-height: 44px;margin: 0 auto;background: #3b996a;border-radius: 3px;color: #fff;font-size: 14px;display: none;overflow: hidden;}
.p_fee_btn a.pc_btn{display: block;}

@media screen and (min-width: calc(1200px / 0.96)) {
	.p_group_list ul li{height: calc(1160px * 0.2 * 0.6);}
}
@media screen and (max-width: calc(1200px / 0.96 - 1px)) {
	.p_group_list ul li{height: calc((96vw - 40px) * 0.2 * 0.6);}
}
@media screen and (max-width: 991px) {
	.p_con_map,.p_con_text{width: 100%;float: initial;background-position: top center;}
	.p_con_text{margin: 30px 0 0;text-align: center;}
	.p_con_line{margin: 0 auto;}
	.p_group_list ul{text-align: center;}
	.p_group_list ul li{display: inline-block;*display: inline;*zoom: 1;width: 25%;height: calc((96vw - 40px) * 0.25 * 0.6);float: initial;}
	.p_group_list ul li:nth-child(4n){border: 0;}
	.p_group_list ul li:last-child{border: 0;}
	.p_fee_btn a.pc_btn{display: none;}
	.p_fee_btn a.m_btn{display: block;}
}
@media screen and (max-width: 768px) {
	.p_group_list ul li{width: 32%;height: calc((96vw - 40px) * 0.32 * 0.6);}
	.p_group_list ul li:nth-child(3n){border: 0;}
	.p_group_list ul li:nth-child(4n){border-right: 1px solid #d9d9d9;}
	.p_group_list ul li:last-child{border: 0;}
}
@media screen and (max-width: 480px) {
	.p_group_list ul li{width: 50%;height: calc((96vw - 40px) * 0.50 * 0.6);}
	.p_group_list ul li:nth-child(3n){border-right: 1px solid #d9d9d9;}
	.p_group_list ul li:nth-child(5n){border-right: 1px solid #d9d9d9;}
	.p_group_list ul li:nth-child(2n){border: 0;}
	.p_group_list ul li:last-child{border: 0;}
}


/* 加入我们 */
.p_main_m{width: 96%;max-width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
.sidebar_box{width: 20%;height: auto;box-sizing: border-box;padding: 0 20px 50px;background: #3b996a;float: left;overflow: hidden;}
.sideabr_title{width: 100%;height: auto;box-sizing: border-box;margin: 20px 0 0;padding: 0 10px;font-size: 16px;font-weight: bold;color: #fff;overflow: hidden;}
.sideabr_title h6{margin: 0;padding: 0;font-size: 18px;}
.slidebar_list{width: 100%;height: auto;margin: 20px 0;overflow: hidden;}
.slidebar_list ul{margin: 0;padding: 0;overflow: hidden;}
.slidebar_list ul li{width: 100%;height: auto;font-size: 14px;overflow: hidden;}
.slidebar_list>ul>li{border-bottom: 1px dashed #b0d388;}
.slidebar_list ul li a{width: 100%;height: auto;display: block;box-sizing: border-box;margin: 5px 0;padding: 5px 10px;color: #fff;overflow: hidden;}
/* .slidebar_list ul li a.active{background: #fff;color: #3b996a;} */
.slidebar_list ul li a:hover{background: #fff;color: #3b996a;}
.slidebar_list ul li ul{width: 100%;height: auto;display: none;overflow: hidden;}
.slidebar_list ul li ul li{width: 100%;height: auto;overflow: hidden;}
.slidebar_list ul li ul li a{padding: 5px 20px;}
.slidebar_list ul li ul li a.active{background: none;color: #ff0;}
.slidebar_list ul li ul li a:hover{background: none;color: #ff0;}
.p_main_c{width: 75%;height: auto;padding: 20px 0 0;border-top: 4px solid #3b996a;float: right;overflow: hidden;}
.p_join_box{width: 100%;height: auto;overflow: hidden;}
.p_join_box p{margin: 0;padding: 1px 0;}
.p_join_box p:first-child{padding-top: 0;}
.p_join_box p:last-child{padding-bottom: 0;}
.p_join_box img{vertical-align: middle;max-width: 100%;}
.p_join_box table {font-size:14px; width:100%; color: #333; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.p_join_box table tr:hover{ background: #f5f5f5;}
.p_join_box table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.p_join_box table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}

/* 在线招聘 */
.p_online_box{width: 100%;height: auto;overflow: hidden;}
.p_online_box ul{margin: 0;padding: 0;overflow: hidden;}
.p_online_box ul li{width: 100%;height: auto;margin: 10px 0;font-size: 12px;overflow: hidden;}
.p_online_box ul li .title{width: 100px;height: auto;line-height: 30px;float: left;text-align: right;color: #757575;overflow: hidden;}
.p_online_box ul li .tips{width: 20px;height: 30px;text-align: center;line-height: 30px;color: #f00;float: left;overflow: hidden;}
.p_online_box ul li .input{width: auto;height: auto;float: left;overflow: hidden;}
.p_online_box ul li .input input[type="text"]{width: 200px;height: 28px;padding: 0 9px;border: 1px solid #d9d9d9;font-size: 12px;color: #333;}
.p_online_box ul li .input label{width: 50px;height: 30px;display: block;float: left;margin: 0 20px 0 0;line-height: 30px;color: #757575;cursor: pointer;overflow: hidden;}
.p_online_box ul li .input label input[type="radio"]{width: 20px;height: 30px;margin: 0;vertical-align: middle;}
.p_online_box ul li .input input[type="file"]{height: 30px;font-size: 12px;}
.p_online_box ul li .input textarea{width: 500px;height: 120px;padding: 0 9px;border: 1px solid #d9d9d9;font-size: 12px;color: #333;line-height: 30px;overflow-y: auto;}
.p_online_box ul li .input.yzm_input input{width: 100px;}
.p_online_box ul li .yzm_img{margin: 0 0 0 10px;float: left;}
.p_online_box ul li .input input.unshow{width: 1px; border:none; color: #fff;}
.p_online_box ul li .yzm_img img{max-height: 30px}
.p_online_box ul li .input input[type="button"]{width: 220px;height: 30px;border: 0;background: #3b996a;color: #fff;font-size: 12px;cursor: pointer;}
.p_online_box ul li .input input[type="submit"]{width: 150px;height: 40px;border: 0;background: #3b996a;color: #fff;font-size: 12px;cursor: pointer;}
.p_online_box ul li .input select{width: 150px;height: 30px;text-align: center;border: 1px solid #d9d9d9;display: block;float: left;margin: 0 10px 0 0;}
.p_online_box ul li .input select option{width: 100%;height: auto;}

@media screen and (max-width: 992px) {
	.sidebar_box{display: none;}
	.p_main_c{width: 100%;float: initial;}
}

/* 分页 按钮 */
.list{width: 100%;height: 40px;line-height: 40px;font-size: 14px;text-align: center;padding: 30px 0px 10px;font-size: 0;overflow: hidden;}
.list a{display: inline-block;color: #333;padding: 0 16px;margin: 0 5px;font-size: 14px;border: 1px solid #3b996a;-webkit-transition: all 0.1s;-o-transition: all 0.1s;transition: all 0.1s;}
.list span{display: inline-block;color: #bbb;padding: 0px;margin: 0 5px;font-size: 12px;}
.list a.active{background: #3b996a;color: #fff;}
.list a:hover{background: #3b996a;color: #fff;}
/* 手机版 分页 */
.m_list{width: 100%;height: auto;line-height: 50px;font-size: 14px;text-align: center;margin: 30px 0 10px;font-size: 0;display: none;}
.m_list a{display: inline-block;background: #bbb;color: #fff;padding: 0 22px;margin: 0 5px;font-size: 14px;vertical-align: top;}
.m_list a.active{background: #3b996a;}
.m_list a:hover{background: #3b996a;}
.m_list span{display: inline-block;height: 100%;font-size: 18px;color: #bbb;font-family: '宋体';padding: 0 3px;vertical-align: top;}
.m_list .list_show{width: 50px;height: 50px;padding: 0;background: #3b996a;text-align: center;border-radius: 5px;overflow: hidden;}
.m_list .list_show i{width: 55%;height: 1px;background: #fff;display: block;margin: 0 auto;overflow: hidden;}
.m_list .list_show i:nth-child(2n){margin: 8px auto;}
/* 详情页 */
.list_details{width: 96%;max-width: 1200px;height: 40px;line-height: 40px;margin: 20px auto 0;border: 1px solid #e0e0e0;border-left: 0;border-right: 0;position: relative;overflow: hidden;}
.list_details a{display: block;width: auto;height: 40px;font-size: 14px;overflow: hidden;-webkit-transition: all 0.1s;-o-transition: all 0.1s;transition: all 0.1s;}
.list_details a.prev{float: left;}
.list_details a.return{width: 80px;padding: 0 0 0 40px;position: absolute;top: 0;left: 50%;margin: 0 0 0 -60px;background: url('../images/ico_return.png') no-repeat left;text-align: center;}
.list_details a.next{float: right;}
.list_details a:hover{color: #3b996a;}
/* 手机版详情页 */
.m_list_details{width: 96%;height: auto;margin: 20px auto 0;padding: 20px 0 0;border-top: 1px solid #e0e0e0;display: none;overflow: hidden;}
.m_list_details a{width: auto;height: 20px;display: block;line-height: 18px;font-size: 14px;color: #999;overflow: hidden;}
.m_list_details a.prev{padding: 0 0 0 30px;background: url('../images/fy_left.png') no-repeat left;background-size: auto 100%;float: left;}
.m_list_details a.next{padding: 0 30px 0 0;background: url('../images/fy_right.png') no-repeat right;background-size: auto 100%;float: right;}

/* 手机版弹出分页 */
.list_nav{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: rgba(0, 0, 0, .8);z-index: 100;display: none;overflow: hidden;}
.list_nav ul{width: 96%;max-height: 70%;margin: 0 auto;padding: 0;overflow: hidden;overflow-y: auto;}
.list_nav ul li{width: 18%;height: 60px;line-height: 60px;margin: 10px 2.5% 0 0;border-radius: 5px;float: left;text-align: center;overflow: hidden;}
.list_nav ul li:nth-child(5n){margin-right: 0;}
.list_nav ul li a{width: 100%;height: 100%;display: block;background: #fff;color: #333;}
.list_nav ul li a.active{background: #3b996a;color: #fff;}
.list_close{width: 15vw;max-width: 70px;height: 15vw;max-height: 70px;border-radius: 50%;border: 2px solid #fff;margin: 20px auto 0;position: relative;overflow: hidden;}
.list_close i{width: 60%;height: 2px;display: block;background: #fff;position: absolute;top: 50%;left: 50%;margin: -1px 0 0 -30%;transform-origin: center center;}
.list_close i:first-child{transform: rotate(45deg);}
.list_close i:last-child{transform: rotate(-45deg);}

@media screen and (max-width: 991px) {
	.list{display: none;}
	.list_details{display: none;}
	.m_list{display: block;}
	.m_list_details{display: block;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.list_nav ul li{width: 10.75%;margin: 10px 2% 0 0;}
	.list_nav ul li:nth-child(5n){margin: 10px 2% 0 0;}
	.list_nav ul li:nth-child(8n){margin-right: 0;}
}

    #container {
        width: 100%;
        height: 100%;
        margin: 0px;
    }

    #container1 {
        width: 100%;
        height: 100%;
        margin: 0px;
    }
    
    p.my-title {
        margin: 0 10px;
        line-height: 150%;
      	font-size:18px;
      	font-family:"微软雅黑";
    }
    
    p.my-desc {
        margin: 5px 10px;
        line-height: 150%;
      	font-size:14px;
      	font-family:"微软雅黑";
    }

#mapshowbox{width:100%; height:200px;}
#mapshowbox_m{width:100%; height:300px;}
#mapshowbox_c{width:100%; height:344px;}
#mapshowbox_big{width:100%; height:100%; position:absolute;}
.goto_bigmap{width:100%; height:46px; padding-bottom:10px;}
.goto_bigmap a{display:inline-block; width:100%; height:46px; line-height:46px; font-size:20px; font-family: Arial, "微软雅黑"; text-align:center; color:#fff; background:#ff7000; text-decoration:none;}
.goto_bigmap a:hover{background:#ff6000;}

*html{background-image:url(about:blank); background-attachment:fixed;}
.bottom_tools{position:fixed; z-index:999; right:0px; top:200px; _position:absolute;}
.bottom_tools_mid {top:50%; margin-top:-100px;}
.bottom_tools *{display:block; color:transparent;border:0;background-color:transparent;text-shadow:none;}
.cl_kefubtn_1{width:45px;height:45px;background:url(../images/cl_kefu.png);background-position:0px 0px; margin-bottom:1px;}
.cl_kefubtn_2{width:45px; height:45px; background:url(../images/cl_kefu.png); background-position:0px -45px; cursor:pointer; overflow:hidden;  margin-bottom:1px;}
.cl_kefubtn_2_en{width:45px; height:45px; background:url(../images/cl_kefu.png); background-position:0px -225px; cursor:pointer; overflow:hidden;  margin-bottom:1px;}
.cl_kefubtn_3{width:45px; height:45px; background:url(../images/cl_kefu.png); background-position:0px -90px; cursor:pointer; overflow:hidden; margin-bottom:1px;}
.cl_kefubtn_4{width:45px;height:45px;background:url(../images/cl_kefu.png);background-position:0px -135px;cursor:pointer;}
.cl_kefubtn_4_en{width:45px;height:45px;background:url(../images/cl_kefu.png);background-position:0px -135px;cursor:pointer;}
#cl_gotop{width:45px;height:45px;background:url(../images/cl_kefu.png);background-position:0px -180px;display:none; margin-top:1px;}
.qr_img{position:absolute;top:-45px;left:-183px; display:none; width:141px; height:168px; padding-left:32px; padding-top:50px; background:url(../images/qr_img.png) no-repeat;}
.qr_img img{border:0px; vertical-align:middle; max-width:110px; height:auto; zoom:expression( function(elm) { if (elm.width>110) { var oldVW = elm.width; elm.width=110; elm.height = elm.height*(110 /oldVW); } elm.style.zoom = '1'; }(this));}
.qr_img_en{position:absolute;top:-45px;left:-183px; display:none; width:141px; height:168px; padding-left:32px; padding-top:50px; background:url(../images/qr_img_en.png) no-repeat;}
.qr_img_en img{border:0px; vertical-align:middle; max-width:110px; height:auto; zoom:expression( function(elm) { if (elm.width>110) { var oldVW = elm.width; elm.width=110; elm.height = elm.height*(110 /oldVW); } elm.style.zoom = '1'; }(this));}
.qr_menu{position:absolute;top:46px; left:-180px; width:180px; height:auto; display:none; text-align:right;}
.qr_menu a{display:inline-block; width:100px; padding-left:58px; height:45px; float:left; color:#666; font-size:14px; font-family:Arial, "Microsoft Yahei"; line-height:45px; text-align:left; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9; border-left:solid 1px #D9D9D9; border-right:solid 1px #D9D9D9; padding-right:20px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.qr_menu a.kefu_qq{background:url(../images/kefu_qq.png) no-repeat 20px #FFF;}
.qr_menu a.kefu_ww{background:url(../images/kefu_ww.png) no-repeat 20px #FFF;}
.qr_menu a.kefu_sk{background:url(../images/kefu_sk.png) no-repeat 20px #FFF;}
.qr_menu span{display:inline-block; width:180px; height:auto; float:left; color:#FFF; font-size:16px; font-family:Arial, "Microsoft Yahei"; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9;}
.qr_menu_1{position:absolute;top:92px; left:-180px; width:180px; height:auto; display:none; text-align:right;}
.qr_menu_1 ul{margin:0px; padding:0px;}
.qr_menu_1 ul li{display:inline-block; width:158px; padding-left:10px; height:45px; float:left; color:#666; font-size:14px; font-family:Arial, "Microsoft Yahei"; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9; border-left:solid 1px #D9D9D9; border-right:solid 1px #D9D9D9; padding-right:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background:#FFF;}
.qr_menu_1 span{display:inline-block; width:180px; height:45px; float:left; color:#FFF; font-size:16px; font-family:Arial, "Microsoft Yahei"; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9;}
@media screen and (max-width: 991px) {.bottom_tools{display: none;}}
/* 定义在线客服 */