@charset "UTF-8";
/* CSS Document */

@font-face {  
    font-family: 'SourceHanSansCN'; /* 定义字体名称 */  
    src: url('SourceHanSans.ttf') format('truetype'); /* TTF格式，作为备选 */  
    font-weight: normal; /* 定义字体粗细 */  
    font-style: normal; /* 定义字体样式 */  
}
body { font-size:14px; color:#727272; background-color:#fff; line-height:160%;}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding: 0; margin: 0; font-family:"SourceHanSansCN" ,"宋体"; list-style:none;}
em {font-style:normal;}
.clear {clear:both;}
.f_left {float:left !important;}
.f_right {float:right !important;}
/*.f11px {font-size:11px;}*/
.f12px {font-size:12px;}
.f13px {font-size:13px;}
.f14px {font-size:14px;}
.f16px {font-size:16px;}
.f18px {font-size:18px;}
img{border:0; margin:0; padding:0;}
a {color:#565656; text-decoration:none; transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease;}
a:hover {color:#f60; text-decoration:none;}
.blank5 {clear:both; height:5px; overflow:hidden;}
.blank10 {clear:both; height:10px; overflow:hidden;}
.blank15 {clear:both; height:15px; overflow:hidden;}
.blank20 {clear:both; height:20px; overflow:hidden;}
.blank25 {clear:both; height:25px; overflow:hidden;}
.blank30 {clear:both; height:30px; overflow:hidden;}
.blank35 {clear:both; height:35px; overflow:hidden;}
.blank40 {clear:both; height:40px; overflow:hidden;}
.blank50 {clear:both; height:50px; overflow:hidden;}
.blank60 {clear:both; height:60px; overflow:hidden;}
.blank70 {clear:both; height:70px; overflow:hidden;}
.blank78 {clear:both; height:78px; overflow:hidden;}
.blank100 {clear:both; height:100px; overflow:hidden;}
.blank150 {clear:both; height:150px; overflow:hidden;}
.img70 a:hover img {opacity:0.7;}
.pc_hide {display: none;}
.red {color:red;}
.f60 {color:#f60;}
.gray {color:#ccc;}
.blue {color:#248dc1;}
.text_green {color:#97BE81;}
.bgfff {background:#fff;}
.margin0_auto {margin: 0 auto; display: block;}
.animation_delay_025s {animation-delay: 0.25s;}
.animation_delay_05s {animation-delay: 0.5s;}
.animation_delay_075s {animation-delay: 0.75s;}
.animation_delay_1s {animation-delay: 1s;}
.animation_delay_15s {animation-delay: 1.5s;}
.flex-col {display: flex; flex-direction: column;}
.flex-row {display: flex; flex-direction: row;}
.justify-between {display: flex; justify-content: space-between;}
.w100 {width: 100%; clear: both;}
.w100 img {width: 100%; height: auto; display: block;}
.block {display: block;}
.color727272 {color: #727272;}
.green {color: #919982;}
.t_center {text-align: center; }

.clearfix{zoom:1;}
.clearfix:before, .clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}

.button2 {display: block; cursor: pointer; width: 100%; height: 46px; line-height: 46px; background: #3A3A3A; color: #FFD4A6; border: 0; font-size: 17px; text-align: center;}
.button2:hover {border: 0; background: #919982; color: #fff; font-size: 17px; text-align: center;}
.button3 {display: block; cursor: pointer; width: 122px; height: 44px; line-height: 44px; background: #fff; color: #000; border: 1px solid #000000; font-size: 17px; text-align: center;}
.button3:hover {background: #919982; border: 1px solid #919982; color: #fff; font-size: 17px; text-align: center;}
.button3 {display: block; cursor: pointer; width: 122px; height: 44px; line-height: 44px; background: #fff; color: #000; border: 1px solid #000000; font-size: 17px; text-align: center;}
.button3:hover {background: #919982; border: 1px solid #919982; color: #fff; font-size: 17px; text-align: center;}
.button4 {display: block; cursor: pointer; width: 122px; height: 46px; line-height: 46px; background: #bdc2b4; color: #fff; font-size: 17px; text-align: center;}
.button4:hover {background: #59683e; color: #fff; font-size: 17px; text-align: center;}
.button5 {display: block; cursor: pointer; width: 122px; height: 46px; line-height: 46px; background: #919982; color: #fff; font-size: 17px; text-align: center;}
.button5:hover {background: #59683e; color: #fff; font-size: 17px; text-align: center;}

/*顶部&导航*/
header {position: absolute; z-index: 999; width: 100%; top: 0;}
header a {color: #fff;position: relative; display: inline-block; transition: color 0.5s ease; }
header a:hover {color: #fff;}
header nav a::after, header a.tmall::after {  
    content: '';  
    position: absolute;  
    width: 100%;  
    height: 1px;  
    bottom: 0;  
    left: 0;  
    background-color: rgba(255,255,255,0); /* 默认下划线颜色 */  
    transition: background-color 0.5s ease; /* 可选：添加下划线颜色过渡效果 */  
    opacity: 0; /* 默认隐藏下划线 */  
}  
header nav a:hover::after, header a.tmall:hover::after {  
    opacity: 1; /* 悬停时显示下划线 */  
    background-color: #fff; /* 悬停时下划线颜色 */  
    bottom: 2px; /* 调整这个值来改变下划线与文字的距离 */  
}
header a.tmall:hover::after {bottom: 0px;}
.logo {width: 127px; height: 32px; margin-left: 18.7vw; margin-top: 2.6vw;}
.header_top {width: 650px; height: 26px; padding-top: 9px; line-height: 20px; font-size: 16px; color: #fff; text-align: right; position: absolute; right: 18.6vw; top: 12px;}
.header_top img {float: right; cursor: pointer;}
.header_top span.tel {font-size: 20px; padding-right: 15px;}
.header_top a.tmall {margin: 0 15px 0 17px;}
.header_icons {width: 130px; height: 25px; text-align: right; position: absolute; right: 18.6vw; top: 62px;}
.header_icons a {position: relative;}
.header_icons img {display: inline-block; margin-left: 14px; width: 25px; height: 25px;}
.header_icons .has_hover img:last-child {display: none; width: 114px; height: 114px;}
.header_icons .has_hover:hover img:last-child {display: block; position: absolute; top: 26px; left: 0;}
.header_blank {height: 100px;}
header .icoMenuSet {display: none;}
/*悬浮*/
header.header_black {background: #000; transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease; position: fixed; top: 0; left: 0; height: 100px;}
header.header_black .logo {padding-top: 51px; margin-top: 0;}

.search_word_box {width: 273px; height: 21px; float: right; border-bottom: 1px solid #fff;}
.search_word_box input {width: 240px; height: 16px; float: left; font-size: 12px; color: #fff; border: 0; background-color: transparent;}
.search_word_box input::placeholder {color: #fff;}
nav {height: 25px; line-height: 25px; text-align: right; position: absolute; right: calc(18.6vw + 130px); top: 62px;}
nav a {margin-left: 36px;}

/*首页banner*/
#owl-shiyu { width: 100%; margin-left: auto; margin-right: auto;}
#owl-shiyu .item{ display: block; position: relative;}
#owl-shiyu img { display: block; width: 100%;}
#owl-shiyu img.banner1_text {margin-left: 11vw; width: 39.6vw; height: auto; position: absolute; top: 11.8vw;}

/*about页的banner*/
.banner_box {position: relative; width: 100%;}
.banner1 {width: 100%;}
.banner1 img {width: 100%; display: block;}
.banner_hdlist {position: absolute; left: 11vw; top: 45vw; text-align: center;}
.banner_hdlist li {height: 6px; width: 61px; float: left;}
.banner_hdlist li a {display: block; height: 6px; width: 46px; background: #fff; opacity: 0.3;}
.banner_hdlist li.on a {display: block; background: #fff; opacity: 1;}
.about_banner1 span {}

/*首页数据*/
.index_data1 {display: block; clear: both; width: 1094px; height: 214px; padding-top: 71px; margin: 0 auto; font-size: 16px; line-height: 18px; color: #9C9E9C;}
.index_data1 li {display: block; width: 25%; padding-left: 65px; box-sizing: border-box; float: left; text-align: left;}
.index_data1 li:last-child .data_num {border-right: 0;}
.index_data1 .data_num {font-size: 52px; height: 52px; line-height: 52px; border-right: 1px solid #9C9E9C; position: relative; color: #020202;}
.index_data1 .data_num .data_number {position: relative; padding: 0 5px 0 0; line-height: 52px;}
.index_data1 .data_num .data_number::before {width: 100%; height: 16px; background: #919982; position: absolute; bottom: 5px; z-index: -1;content: '';}
.index_data1 .data_num .data_num_jia {position: absolute; margin-top: -16px;}
.index_data1 .data_text {font-size: 16px;color: #9C9E9C; line-height: 30px;}
.index_data1_info {font-size: 14px; padding-top: 30px; clear: both;}

.index_about {width: 1336px; height: 638px; margin: 0 auto;}
.index_about h2 {font-size: 60px; line-height: 62px; font-weight: bold; color: #000000;}
.index_about .video {width: 785px; height: 638px; float: left;}
.index_about .video video {width: 738px; height: 471px;}
.index_about .aboutcon {width: 551px; height: 638px; float: left; color: #727272; line-height: 24px;}
.index_about .aboutcon p {padding: 10px 0;}
.index_about .aboutcon strong {color: #000; font-size: 18px;}
.index_about .button1 a {display: block; width: 120px; height: 44px; line-height: 44px; background: #fff; color: #000; border: 1px solid #000; font-size: 17px; text-align: center;}
.index_about .button1 a:hover {border: 1px solid #919982; background: #919982; color: #fff; font-size: 17px; text-align: center;}
.index_about .button1 a img {display: inline-block; margin-left: 7px;}

.index_case .solution, .box1_solution {font-size: 57px; color: #929292; line-height: 60px; opacity: 0.14; text-align: center;text-transform: uppercase;}
.index_case .index_case_title, .box1_title_h3 {font-size: 36px; color: #000000; line-height: 40px; text-align: center; margin-top: -33px;}
.index_case_line, .box1_line {width: 57px; height: 5px; margin: 12px auto 10px auto; background: #B0BF99;}
.index_case .index_case_subt_1, .box1_subt_1 {font-size: 14px; color: #000000; line-height: 24px; text-align: center;}
.index_case .index_case_subt_2 {font-size: 14px; color: #000000; opacity: 0.5; line-height: 24px; text-align: center;}

.box1_subt_2 {text-align: center;font-size: 14px; color: rgba(0,0,0,0.5);}

.box2 {width: 1200px; margin: 0 auto; clear: both;}
.box2_solution {font-size: 130px; color: #929292; line-height: 130px; opacity: 0.14; text-align: left;text-transform: uppercase;}
.box2_solution.white {color: #EEEFF0 !important; opacity: 1 !important;}
.box2_title_h3 {font-size: 36px; color: #000000; line-height: 40px; text-align: left; margin-top: -130px; line-height: 130px;}
.box2_line_1 {width: 399px; height: 2px; background: #D8D8D8;}
.box2_line_2 {width: 99px; height: 4px; margin-top: -3px; background: #B0BF99;}
.box2_con .img_box {width: 668px; min-height: 300px; float: left;}
.box2_con .img_box img {width: 668px; height: 379px; position: absolute;}
.box2_con .text_box {width: 444px; float: left;font-size: 16px; color: #727272; line-height: 28px;}
#about_2_box2_con.box2_con .img_box, #about_2_box2_con.box2_con .text_box {float: right;}
.box2_con .text_box h3 {font-weight: bold; font-size: 20px; color: #000000; line-height: 36px;}
.box2_con > div:last-child, #about_2_box2_con.box2_con > div:first-child {margin-left:88px;}
#about_2_box2_con.box2_con > div:last-child {margin-left:0;}
.box3 {width: 1540px; margin: 0 auto; clear: both;}
.box3_title_h3 {font-size: 32px; color: #000000; text-align: left; margin-top: -130px; line-height: 103px;}
.box3_title_h3_2 {font-size: 32px; color: #000000; text-align: left; margin-top: -130px; height: 120px; line-height: 45px;}
.box3_con .img_box {width: 765px; min-height: 300px; float: left;}
.box3_con .img_box img {width: 765px; height: 623px; position: absolute; object-fit:cover;}
.box3_con .text_box {width: 720px; float: left;font-size: 14px; color: #333333; line-height: 30px;}
.box3_con .text_box h3 {font-weight: bold; font-size: 20px; color: #000000; line-height: 36px;}
.box3_con > div:last-child {margin-left:55px;}
.box4 {width: 1530px; margin: 0 auto; clear: both;}
.box4_con .img_box {width: 740px; min-height: 300px; float: left;}
.box4_con .img_box img {width: 740px; height: 704px; position: absolute;}
.box4_con .text_box {width: 740px; float: left;font-size: 16px; color: #666666; line-height: 30px;}
.box4_con .text_box h3 {font-weight: bold; font-size: 20px; color: #000000; line-height: 36px;}
.box4_con > div:last-child {margin-left:50px;}
.join_qj_2_tb {text-align: center; color: rgba(153, 153, 153, 1);font-size: 16px; font-weight: normal;}
.join_qj_2_tb img {display: block; margin: 0 auto;}


.index_case_list {max-width: 1618px; margin: 85px auto 0 auto; clear: both;}
.index_case_list ul {display: flex;}
.index_case_list li {width:20%; height: 503px; float: left; transition: width 0.3s ease; overflow: hidden; margin-right: 12px; box-sizing: border-box;}
.index_case_list li:last-child {margin-right: 0;}
.index_case_list li img {width: 525px; height: 503px; display: none;}
.index_case_list li:hover {width: 525px;}
.index_case_list li a {display: block; width: 100%; height: 503px; padding: 445px 0 0 15px; font-size: 26px; line-height: 44px; color: #fff; box-sizing: border-box; background: linear-gradient(180deg, rgba(185, 201, 156, 0) 0%, rgba(185, 201, 156, 0) 45%, #000 100%);}

.index_youshi {width: 100%; height: 668px; clear: both; margin-top: 171px; background: url("../images/youshi_bg.png") center; background-size: cover;}
.index_youshi .solution {font-size: 57px; color: #fff; line-height: 60px; opacity: 0.14; padding-top: 106px; text-align: center;text-transform: uppercase;}
.index_youshi .index_youshi_title {font-size: 36px; color: #fff; line-height: 40px; text-align: center; margin-top: -33px;}
.index_youshi_line {width: 57px; height: 5px; margin: 12px auto 10px auto; background: #fff;}
.index_youshi .index_youshi_subt_1 {font-size: 14px; color: #fff; line-height: 24px; text-align: center;}
.index_youshi .index_youshi_subt_2 {font-size: 14px; color: #fff; line-height: 24px; text-align: center; opacity: 0.5;}
.index_youshi_list {clear: both; padding-top: 77px; max-width: 1480px; margin: 0 auto;}
.index_youshi_list ul {display: flex;}
.index_youshi_list li {width:25%; height: 285px; text-align: center; float: left; overflow: hidden; margin-right: 12px; box-sizing: border-box;}
.index_youshi_list li p.list_t {font-weight: 500; font-size: 22px; color: #FFFFFF; line-height: 36px; padding-top: 26px;}
.index_youshi_list li .list_p {line-height: 25px; padding-top: 10px; color: #FFFFFF; opacity: 0.77;}
.index_youshi_list li:last-child {}
.index_youshi_list li img {width: 95px; height: 95px; display: block; margin: 0 auto;}
.index_youshi_beizhu {color: rgba(255,255,255, 0.7);}

.index_join {clear: both; height: 860px; background: url("../images/join_bg.png") center #DCE3E9;}
.index_join_con {width: 1220px; padding-top: 134px; margin: 0 auto;}
.index_join_box {width: 568px; height: 653px; padding: 33px 48px; box-sizing: border-box; background: #fff;}
.index_join_box .box_title {font-weight: 800; font-size: 24px; color: #000000; line-height: 26px;}
.index_join_box .box_title span {font-weight: normal;}
.index_join_box .box_title2 {font-size: 14px; color: #000; line-height: 16px;}
.index_join_box_ul li {clear: both; height: 44px; padding-top: 35px; border-bottom: 1px solid #707070; position: relative;}
.index_join_box_ul li .select_box {height: 44px; width: 230px; position: absolute; right: 0; top: 35px;}
.index_join_box_ul li .select_box select {height: 38px; text-align: left; float: left; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px;}
.index_join_box_ul li .select_box #province {width: 130px; margin-right: 10px;} 
.index_join_box_ul li .select_box #city {width: 90px;}

.index_join_box_ul li a.yancode_a {display: block; width: 120px; height: 65px; position: absolute; right: 0; top: 14px;}
.index_join_box_ul li a.yancode_a img {width: 120px; height: 65px;}
.index_join_box_ul li:first-child {padding-top: 21px;}
.index_join_box_ul li input, .index_join_box_ul li textarea {height: 44px; width: 100%; border: 1px solid #fff; box-sizing: border-box; font-size: 16px;}
.index_join_box_ul li #yushuan_choose {color: #000;border: 1px solid #ccc; border-radius: 4px;}
.index_join_box_ul li #yushuan_choose, .index_join_box_ul li #yushuan {width: 48%; height: 38px; float: left;}
.index_join_box_ul li #yushuan {margin-left: 10px;}
.index_join_box_ul li input::placeholder {color: #9C9E9C;}

.index_news {clear: both; height: 900px; background:url("../images/index_news_bg.jpg") center #F2F6F8;}
.index_news_con {width:1250px; margin: 0 auto; position: relative;}
.index_news_con .solution {font-size: 57px; padding-left: 25px; color: #929292; line-height: 60px; opacity: 0.14; padding-top: 106px; text-align: left;text-transform: uppercase;}
.index_news_con .index_news_title {font-size: 36px; padding-left: 25px; color: #000; line-height: 40px; text-align: left; margin-top: -33px;}
.index_news_line {width: 57px; height: 5px; margin: 12px 0 10px 25px; background: #919982;}
.index_news_con .index_news_subt_1 {font-size: 14px; padding-left: 25px; color: #000; line-height: 24px; text-align: left;}
.index_news_list {height: 550px; padding: 99px 25px 0 25px;}
.index_news_list .news_buttonbox {padding-top: 62px;}
.index_news_list dl {width: 373px; height: 441px; display: block; float: left; margin-left: 39px; overflow: hidden; background: #fff; box-shadow: 0px 12px 12px rgba(0,0,0,0.09); border-radius: 2px;}
.index_news_list dl:first-child {margin-left: 0;}
.index_news_list dl img{/* 设置图片居中显示 */ object-fit: cover;   /* 设置过渡动画 */ transition: transform 0.3s ease; /* 隐藏超出可视区域的部分 */ overflow: hidden;}
.index_news_list dl img:hover{/* 鼠标移上去时放大1.1倍 */ transform: scale(1.1); /* 确保图片中心区域可见 */ transform-origin: center center;}
.index_news_list dl dd {padding: 31px 34px 0 31px;}
.index_news_list dl dd .title {font-size: 16px; line-height: 26px; color: #000;}
.index_news_list dl dd .info {font-size: 12px; line-height: 22px; color: #BFBFBF; font-weight: normal;}
.index_news_list dl dd .con {font-size: 14px; color: #727272; line-height: 24px; padding-top: 14px;}

.index_news_list_2 {height: 550px; padding: 99px 25px 0 25px;}
.index_news_list_2 .news_buttonbox {padding-top: 62px;}
.index_news_list_2 dl {width: 369px; height: 441px; display: block; float: left; margin-left: 46px; overflow: hidden; border-radius: 8px;}
.index_news_list_2 dl:first-child {margin-left: 0;}
.index_news_list_2 dl img{/* 设置图片居中显示 */ object-fit: cover;   /* 设置过渡动画 */ transition: transform 0.3s ease; display: block;/* 隐藏超出可视区域的部分 */ border-radius: 8px; overflow: hidden;}
.index_news_list_2 dl img:hover{/* 鼠标移上去时放大1.1倍 */ transform: scale(1.1); /* 确保图片中心区域可见 */ transform-origin: center center;}
.index_news_list_2 dl dd {width: 344px; height: 125px; padding: 17px 16px 0 16px; box-sizing: border-box; background: #fff; box-shadow: 0px 3px 6px rgba(0,0,0,0.16); border-radius: 8px; position: absolute; margin-top: -75px; margin-left: 12px;}
.index_news_list_2 dl dd .title {font-size: 20px; line-height: 28px; height: 56px; overflow: hidden; color: #000;}
.index_news_list_2 dl dd .go {font-size: 17px; line-height: 29px; color: #919982; font-weight: normal; text-align: right;}
.index_news_list_2 dl dd .go img {opacity: 0.39; display: inline;}

.index_news_list_3 {height: 550px; padding: 99px 25px 0 25px;}
.index_news_list_3 .news_buttonbox {padding-top: 62px;}
.index_news_list_3 dl {width: 388px; height: 441px; display: block; float: left; margin-left: 18px; overflow: hidden; border-radius: 4px 4px 0 0;}
.index_news_list_3 dl:first-child {margin-left: 0;}
.index_news_list, .index_news_list_2, .index_news_list_3 {padding: 0 25px; margin-top: 99px;}

/*.index_news_con .owl-controls .owl-pagination {display: none !important;}*/
.index_news_con .owl-controls {right: 25px !important; left: auto !important; top: 242px !important; position: absolute; z-index: 9999;}
.index_news_con .owl-controls .owl-page {display: inline-block; margin-left: 9px;}
.index_news_con .owl-controls .owl-page span {width: 138px; height: 32px; line-height: 32px; font-size: 14px; color: #212121; border: 1px solid #999; box-sizing: border-box; background: #fff; text-align: center; opacity: 1 !important; display: block;}
.index_news_con .owl-controls .owl-page.on span, .index_news_con .owl-controls .owl-page span:hover {background: #000; border: 1px solid #000; color: #fff;}

.index_join_zx {width: 100%; height: 445px; color: #fff; text-align: center; clear: both; background: url("../images/index_joinzx_bg.png") center; background-size: cover;}
.index_join_zx .title1 {font-size: 40px; line-height: 80px; padding-top: 93px;}
.index_join_zx .title2 {font-size: 16px; line-height: 56px;}
.index_join_zx .button2 {width: 235px; display: block; margin: 0 auto;}
.index_join_zx .text3 {font-size: 12px; line-height: 26px;}

/*about.php*/
.about_brand_intro {min-height: 511px; margin-top: 113px; clear: both; background: rgb(246,247,248);}
/*.about_brand_linian {min-height: 420px; background: rgb(246,247,248);}*/
.about_brand_linian {min-height: 511px; background: rgb(246,247,248);}
.about_brand_honor {height: 800px; background: url("../images/about_brand4.jpg") center; background-size: cover; position: relative;}
.about_brand_honor .text_box {width: 588px; height: 640px; margin-left: 0 !important;}
.about_brand_honor .text2_intro {clear: both; color: #727272; line-height: 30px; font-size: 14px; padding-left: 50px;margin-left: 0 !important; opacity: 0.7; position: absolute; bottom: 15px;}
.about_brand_honor_dl {margin-left: 0 !important;}
.about_brand_honor_dl dl {width: 257px; height: 142px; float: left; display: block;}
.about_brand_honor_dl dt {height: 32px; background: linear-gradient(to top, #919982 50%, transparent 50%); display: inline-block; line-height: 32px;font-weight: bold; font-size: 18px; color: #000000; padding: 0 5px;}
.about_brand_honor_dl dd {clear: both;font-size: 16px; color: #727272; line-height: 27px; padding-top: 5px;}
.about_brand_zhuanli {height: 800px; background: url("../images/about_brand5.jpg") center; background-size: cover;}
.about_brand_zhuanli .text_box {width: 435px; margin-left: 12% !important;}
.about_brand_history {height: 823px; background: url("../images/about_brand6.jpg") center;}
.about_brand_history_dl {text-align: center; width: 1890px; margin: 0 auto; position: relative;}
/*.about_brand_history_dl .history_box:first-child {margin-left: 0;}*/
.history_box {width: 200px; height: 557px; padding: 15px; box-sizing: border-box; background: rgb(255,255,255); border: 1px solid #C7C7C7; display: block; float: left; margin-left: 27px; text-align: left;margin-top: 60px;}
.history_box:nth-child(even) {margin-top: 0;}
.history_box dl {display: block; height: 220px;}
.history_box dl dt {font-weight: bold; font-size: 37px; color: #000000; line-height: 67px;}
.history_box dl dd {font-size: 14px; color: #727272; line-height: 24px;}
.history_box dl:nth-child(even) {margin-top: 85px;}
.about_brand_jian_bg {height: 230px; min-width: 1890px; position: absolute; top: 180px; background: url("../images/about_brand_jian_bg.png") right no-repeat;}
.about_brand_gongyinlian {height: 727px; width: 1364px; margin: 0 auto;}
.about_brand_gongyinlian .box2_title_h3 {font-size: 31px;}
.about_brand_gongyinlian_list_2 {width:920px; float: left;}
.about_brand_gongyinlian_list_2 dl {width: 430px; height: 540px; display: block; float: left; margin-left: 30px; overflow: hidden;}
.about_brand_gongyinlian_list_2 dl:first-child {margin-top: 30px;}
.about_brand_gongyinlian_list_2 dl img{/* 设置图片居中显示 */ object-fit: cover;   /* 设置过渡动画 */ transition: transform 0.3s ease; display: block;/* 隐藏超出可视区域的部分 */}
.about_brand_gongyinlian_list_2 dl dd:hover img{/* 鼠标移上去时放大1.1倍 */ transform: scale(1.1); /* 确保图片中心区域可见 */ transform-origin: center center;}
.about_brand_gongyinlian_list_2 dl dd {width: 430px; height: 240px; position: relative; margin-bottom: 30px; overflow: hidden;}
.about_brand_gongyinlian_list_2 dl dd p {position: absolute; top: 86px; padding-left: 39px; color: #FFFFFF;font-size: 14px; line-height: 32px;}
.about_brand_gongyinlian_list_2 dl dd .s1 {font-weight: bold; font-size: 32px; line-height: 44px;}
.about_brand_gongyinlian_list_2 dl dd span {clear: both; display: block;}

/*行业前景*/
.join_tabs {position: relative; width: 384px; height: 30px; margin: 54px auto 0 auto;}
.join_tabs a {color: rgba(153, 153, 153, 1);}
.join_tabs a:hover {color: #f60;}
.tab1 {width: 88px; height: 30px; color: rgba(51, 51, 51, 1); font-size: 22px; white-space: nowrap; line-height: 30px; background: url("../images/join_tab.png") bottom no-repeat; }
.tab2 {width: 88px; height: 30px; overflow-wrap: break-word; font-size: 22px; white-space: nowrap; line-height: 30px; }
.join_qj_1 {min-height: 824px; margin-top: 54px; clear: both; background: #F2F3F7;}
.join_block_3 {background-image: url("../images/join_bg3.png"); height: 869px; margin-top: 120px;}
.join_qj_3 {box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.03); background-color: rgba(255, 255, 255, 1); border-radius: 10px; position: relative; width: 837px; height: 673px; margin: 88px 0 0 217px; }
.join_qj_3_title {padding-left: 42px;}
.join_qj_3_text {width: 672px; overflow-wrap: break-word; color: rgba(51, 51, 51, 1); font-size: 14px; line-height: 30px; margin: 27px 0 0 42px; }


.join_block_4 {background-image: url("../images/join_bg4.png"); height: 921px; }
.join_qj_4 {width: 706px; height: 921px; background: url("../images/join_bg4_2.png") 100% no-repeat; background-size: 100% 100%; float: right; }
.join_qj_4 .text_box {padding: 348px 0 0 107px; color: #fff;}
.join_qj_4 .text_box .box3_title_h3_2 {color: #fff;}
.join_qj_4 .text_box .box2_line_2 {background: #FFD4A6 !important;}

.join_block_5 {background: url("../images/join_bg5.png") center; height: 680px; margin: 5px 0 1px 0; }
.join_block_5 .box2_line_1 {margin: 0 auto;}
.join_block_5 .box2_line_2 {margin: -3px auto 0 auto; background: #FFD4A6; border-radius: 6px; width: 40px;}
.join_block_5 .join_tel {text-align: center; overflow-wrap: break-word; color: rgba(51, 51, 51, 1); font-size: 20px; text-align: center; line-height: 28px; margin-top: 35px;}

.join_block_5_title {width: 484px; height: 62px; color: rgba(51, 51, 51, 1); font-size: 44px; text-align: center; line-height: 62px; margin: 52px auto 0 auto; }

.join_form_box_ul {width: 788px; margin: 0 auto; min-height: 200px;}
.join_form_box_ul li {width: 383px; min-height: 64px; float: left; position: relative;}
.join_form_box_ul li .select_box {height: 44px; width: 210px; position: absolute; right: 0; top: 5px;}
.join_form_box_ul li .select_box select {height: 38px; text-align: left; float: left; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px;}
.join_form_box_ul li .select_box #province {width: 110px; margin-right: 5px;} 
.join_form_box_ul li .select_box #city {width: 90px;}
.join_form_box_ul li.li_beizhu {width: 100%; height: 87px; clear: both;}
.join_form_box_ul li.yancode {margin-left: 0 !important; position: relative;}
.join_form_box_ul li a.yancode_a {display: block; width: 90px; height: 48px; position: absolute; right: 0; top: 0;}
.join_form_box_ul li a.yancode_a img {width: 90px; height: 48px;}
.join_form_box_ul li #yushuan_choose {color: #000;}
.join_form_box_ul li #yushuan_choose, .join_form_box_ul li #yushuan {width: 188px; height: 46px; text-indent: 15px; background: #FFFFFF; border-radius: 4px; font-size: 16px; border: 1px solid #DEDFE0; float: left;}
.join_form_box_ul li #yushuan {margin-left: 5px;}
.join_form_box_ul li input {width: 381px; height: 46px; text-indent: 15px; background: #FFFFFF; border-radius: 4px; font-size: 16px; color: #999999; border: 1px solid #DEDFE0;}
.join_form_box_ul li textarea {width: 788px; height: 71px; box-sizing: border-box; padding:10px 15px 0 15px; background: #FFFFFF; border-radius: 4px; font-size: 16px; color: #999999; border: 1px solid #DEDFE0;}
.join_form_box_ul li:nth-child(even) {margin-left: 22px;}
.join_form_box_ul .button2 {height: 54px !important;}
.join_block_5 .fengxian {text-align: center;line-height: 22px;font-size: 16px; color: #000;}

.join_jm_1 {min-height: 880px; margin-top: 54px; clear: both; background: #F2F3F7;}
.join_jm_1 .box4 {position: relative;}
.group_3 {box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.03); background-color: rgba(255, 255, 255, 1); border-radius: 10px; width: 1188px; height: 228px; overflow:hidden; position: absolute; top: 518px; }

.jm_box_list1 {text-align: center; width: 297px; height: 228px; background: url("../images/join_line.png") center right no-repeat;}
.jm_box_list1:last-child {background: none;}
.jm_box_list1:hover {background: linear-gradient(to bottom, #baca9d, #879c67);}
.jm_box_list1 .text_1 {padding-top: 60px; font-size: 18px; color: #666666; line-height: 25px;}
.jm_box_list1 .text_2 {padding-top: 26px; font-size: 44px; color: #444444; line-height: 60px;}
.jm_box_list1:hover .text_1, .jm_box_list1:hover .text_2 {color: #fff;}

.join_jm_2 {background: url("../images/join_jm_2.png") center; height: 980px;}
.join_jm_2 .box2_line_1, .join_jm_3 .box2_line_1 {margin: 0 auto;}
.join_jm_2 .box2_line_2, .join_jm_3 .box2_line_2 {margin: -3px auto 0 auto; border-radius: 6px; width: 40px;}
.join_jm_2_title2 {text-align: center; font-size: 20px; line-height: 28px;}


.join_jm_2 .join_jm_2_box1 {width: 1367px; height: 398px; float: left; background: linear-gradient( 180deg, #FCFCFE 0%, #F7F8FC 100%); box-shadow: 0px 2px 10px 3px rgba(0,0,0,0.03), 0px 2px 10px 3px rgba(0,0,0,0.03); border-radius: 10px; }
.join_jm_2 .bd {width: 1367px; height: 398px; margin: 0 auto; position: relative;}
.join_jm_2 .box_left {border-radius: 8px; overflow: hidden; width: 497px; height: 310px; margin: 41px 0 0 42px; }

.join_jm_2 .box_right {width: 740px; height: 333px; margin: 42px 38px 0 50px; position: relative; }
.join_jm_2 .box_right .xuhao{color: #999999; font-size: 110px; line-height: 110px; position: absolute; right: 0; bottom: 0; font-style: italic; font-weight: bold; opacity: 0.12;}

.join_jm_2 .box_right .title1 {color: rgba(0, 0, 0, 1); font-size: 28px; font-weight: 600; line-height: 40px; }

.join_jm_2 .box_right .text_con {word-break: break-all; color: rgba(102, 102, 102, 1); font-size: 16px; white-space: normal; line-height: 30px; margin-top: 26px; }
.join_jm_2_hdlist {width: 1330px; height: 151px; margin: 76px auto 0 auto; position:relative;}
.join_jm_2_hdlist li{width: 160px; height: 151px; float: left; margin-right: 74px; box-shadow: 0px 2px 4px 0px rgba(153,153,153,0.1);}
.join_jm_2_hdlist li a {width: 160px; height: 151px; display: block; color: #000000; background: rgba(255,255,255,0.34); text-align: center;font-size: 18px; line-height: 53px; border-radius: 10px;}
.join_jm_2_hdlist li.on a, .join_jm_2_hdlist li a:hover{background: linear-gradient( 180deg, #5F5F5F 0%, #0B0B0A 100%); color: #FFFFFF;}
.join_jm_2_hdlist li:last-child {margin-right:0;}
.join_jm_2_hdlist li span.num {font-size: 30px; line-height: 41px; text-align: center; display: block; text-align: center; padding-top: 31px;}
.join_jm_2_hdlist li span.line {width: 31px; height: 4px; display: block; margin: 0 auto; background: #999999; opacity: 0.3;}

.join_jm_3 {height: 840px; background-size: cover;}

/*人才服务*/
.recruitment_1 {height: 960px; min-width: 1600px; background: url("../images/recruitment_bg1.jpg") center no-repeat; padding-left: 52px;}
.recruitment_1_con {width: 1600px; margin: 0 auto;}
.recruitment_1 .box1_solution {text-align: left;}
.recruitment_1 .box1_title_h3 {text-align: left;}
.recruitment_1 .box1_line { margin: 12px 0 10px 0;}
.recruitment_1 .box1_subt_1 {text-align: left;}
.recruitment_1 .recruitment_1_list {position: relative; height: 600px;}
.recruitment_1 .recruitment_1_list dl {position: absolute; width: 151px; padding-left:15px; bottom: 0;}
.recruitment_1 .recruitment_1_list dl:nth-child(1) {height: 210px; left: 0;}
.recruitment_1 .recruitment_1_list dl:nth-child(2) {height: 277px; bottom: 41px; left: 281px;}
.recruitment_1 .recruitment_1_list dl:nth-child(3) {height: 332px; bottom: 82px; left: 562px;}
.recruitment_1 .recruitment_1_list dl:nth-child(4) {height: 352px; bottom: 183px; left: 863px;}
.recruitment_1 .recruitment_1_list dl:nth-child(5) {height: 346px; bottom: 261px; left: 1164px;}
.recruitment_1 .recruitment_1_list dl:nth-child(6) {height: 353px; bottom: 357px; left: 1430px;}
.recruitment_1 .recruitment_1_list dl::before {content: ''; /* 必须设置content属性，否则伪元素不会显示 */  position: absolute; top: 0; left: 0; width: 3px; /* 边框宽度 */  height: 100%; background: linear-gradient(to bottom, #5f7a67, transparent);}
.recruitment_1 .recruitment_1_list dl::after {content: ''; position: absolute; width: 5px; height: 5px; left: -3px; top: -1px; background: #fff; border-radius: 50%; border: 2px solid #5f7a67;}
.recruitment_1 .recruitment_1_list dl dt {display: block; background: linear-gradient(to bottom, #b0baa2, transparent);font-weight: bold; font-size: 34px; color: #000000; line-height: 65px; text-align: center;}
.recruitment_1 .recruitment_1_list dl dd {font-size: 14px; color: #727272; line-height: 24px; padding-top: 20px; padding-left: 5px;}

.recruitment_2 {height: 750px;}
.recruitment_2_list {width: 1616px; margin: 0 auto; padding-top: 120px;}
.recruitment_2_list .recruitment_2_list_li {width: 256px; height: 290px; display: block; float: left; margin-right: 16px; margin-right: 16px; position: relative;}
.recruitment_2_list dl {position: absolute; width: 254px; height: 288px; display: block; background-image: url("../images/recruitment_2_list.jpg"); border-radius: 4px; border: 1px solid #707070;}
.recruitment_2_list .recruitment_2_list_li:last-child {margin-right: 0;}
.recruitment_2_list dl dt {font-weight: bold; font-size: 18px; color: #000000; line-height: 59px; padding-top: 37px; text-align: center;}
.recruitment_2_list dl dd {line-height: 27px; font-size: 16px;color: #727272; text-align: center; padding: 0 25px; clear: both; display: block;}
.recruitment_2_list dl:hover dt {color: #fff;}
.recruitment_2_list dl:hover dd {padding: 0 55px; color: #fff;}
.recruitment_2_list dl:hover {width: 315px; height: 357px; border: 0; left: -30px; top: -33px; z-index: 9999; color: #fff;}
.recruitment_2_list div:nth-child(1) dl {background-position: 0 0;}
.recruitment_2_list div:nth-child(1) dl:hover {background-position: 0 -290px;}
.recruitment_2_list div:nth-child(2) dl {background-position: -315px 0;}
.recruitment_2_list div:nth-child(2) dl:hover {background-position: -315px -290px;}
.recruitment_2_list div:nth-child(3) dl {background-position: -630px 0;}
.recruitment_2_list div:nth-child(3) dl:hover {background-position: -630px -290px;}
.recruitment_2_list div:nth-child(4) dl {background-position: -945px 0;}
.recruitment_2_list div:nth-child(4) dl:hover {background-position: -945px -290px;}
.recruitment_2_list div:nth-child(5) dl {background-position: -1260px 0;}
.recruitment_2_list div:nth-child(5) dl:hover {background-position: -1260px -290px;}
.recruitment_2_list div:nth-child(6) dl {background-position: -1575px 0;}
.recruitment_2_list div:nth-child(6) dl:hover {background-position: -1575px -290px;}

.recruitment_2_list_2 {width: 100%; text-align: center; padding-top: 50px; font-size: 0px;}
.recruitment_2_list_2 .recruitment_2_list_2_li {width: 256px; height: 290px; display: inline-block; margin:0 17px; font-size: 26px;}
.recruitment_2_list_2 dl {width: 254px; height: 375px; display: block; background: #fff; border-radius: 4px; border: 1px solid #E9E9E9;}
.recruitment_2_list_2 dl dt {width: 254px; height: 295px; display: block; overflow: hidden;}
.recruitment_2_list_2 dl dt img {width: 254px; height: 295px; object-fit: cover;   /* 设置过渡动画 */ transition: transform 0.3s ease; /* 隐藏超出可视区域的部分 */ overflow: hidden;}
.recruitment_2_list_2 dl dt:hover img{/* 鼠标移上去时放大1.1倍 */ transform: scale(1.1); /* 确保图片中心区域可见 */ transform-origin: center center;}
.recruitment_2_list_2 dl dd {line-height: 40px; padding: 19px 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #000;}

.recruitment_3 {height: 899px; background: url("../images/recruitment_3.jpg") center;}
.recruitment_3 .box1_solution {color: #FFFFFF; opacity: 0.14;}
.recruitment_3 .box1_title_h3 {color: #FFFFFF;}
.recruitment_3 .box1_line {background: #fff}
.recruitment_3 .box1_subt_1 {color: #FFFFFF;}
.recruitment_3_con {width: 1168px; margin: 0 auto;}
.recruitment_3_left {width: 513px; height: 382px; box-sizing: border-box; color: #fff; overflow: hidden;}
.recruitment_3_left > div {width: 513px; height: 382px; overflow: hidden; float: left;}
.recruitment_3_left .title {width: auto; display: inline-block; padding: 0 20px; height: 61px; clear: both; margin-left: 135px; line-height: 61px;font-weight: bold; text-align: center; font-size: 18px; color: #FFFFFF; border: 1px solid #FFFFFF;}
.recruitment_3_left .con {font-size: 16px; color: #FFFFFF; padding: 0 103px 0 81px; clear: both; line-height: 27px;}
.recruitment_3_right {width: 655px; height: 382px; float: right;}
.recruitment_3_contrl {clear: both; padding-top: 146px; line-height: 22px; font-size: 18px; color: #fff; margin-left: -30px;}
.recruitment_3_contrl li {width: 330px; float: left; opacity: 0.6;}
.recruitment_3_contrl li.on {opacity: 1;}
.recruitment_3_contrl li:nth-child(3) {width: 300px;}
.recruitment_3_contrl li:last-child {width: 218px;}

.recruitment_4 {height: 903px; background: url("../images/recruitment_4.jpg") center;}
.recruitment_4_con {width: 1510px; margin: 0 auto;}
.recruitment_4_con_text {font-size: 14px; color: #727272; line-height: 28px;}

.recruitment_5_list {width: 1184px; margin: 0 auto; clear: both; text-align: center; font-size: 0;}
.recruitment_5_list dl {width: 296px; height: 268px; display: inline-block;vertical-align: top;}
.recruitment_5_list dl dt img {display: block; width: 112px; height: 112px; margin: 0 auto;}
.recruitment_5_list dl dd {display: block; width: 215px; margin: 0 auto; clear: both; text-align: center;font-size: 16px; color: #727272; line-height: 27px;}
.recruitment_5_list dl dd h4 {font-size: 18px;line-height: 31px; padding-top: 19px; color: #000000;}


.recruitment_6_con {position: relative; height: 742px;}
.recruitment_6_con .box1_solution {color: #fff;}
.recruitment_6_con .box1_title_h3 {color: #fff;}
.recruitment_6_con .box1_line {background: #fff;}
.recruitment_6_con .box1_subt_1 {color: #fff;}
.recruitment_6_con_text {width:1096px; margin: 0 auto; font-size: 17px; color: #fff; line-height: 57px;padding-top: 138px;}

.recruitment_6_list {min-height: 741px; background: rgba(247,248,250,0.39);}
.recruitment_6_list .con_box {width: 1758px; margin: 0 auto;}
.recruitment_6_list_con {width: 1758px; margin: 0 auto;}
.recruitment_6_list_con .con_left {width: 842px; float: left;}
.recruitment_6_list_con .con_left li {width: 718px; height: 160px; padding-top: 30px; position: relative; border-bottom: 1px solid #D1D1D1;}
.recruitment_6_list_con .con_left li .num {font-size: 136px; line-height: 136px; font-weight: bold; color: #F7F8FA; display: block; width: 166px; margin-right: 10px; float: left; text-shadow:   
    -1px -1px 0 black,  /* 左上 */  
    1px -1px 0 black,   /* 右上 */  
    -1px 1px 0 black,   /* 左下 */  
    1px 1px 0 black;    /* 右下 */}
.recruitment_6_list_con .con_left li h4 {font-weight: bold; font-size: 18px; color: #333333; line-height: 68px;}
.recruitment_6_list_con .con_left li p {font-size: 16px; color: #7B7B7B; line-height: 27px; padding-right: 30px;}
.recruitment_6_list_con .con_left li .jian {display: none;}
.recruitment_6_list_con .con_left li.on .jian {display: block; position: absolute; right: -97px; bottom: 23px;}
.recruitment_6_list_con .con_right {width: 916px; height: auto; position: relative; padding-top: 138px; overflow: hidden; float: left;}
.recruitment_6_list_con .con_right_li {width: 916px; height: auto; overflow: hidden; float: left;}
.recruitment_6_list_con .con_right img {display: block;}
.recruitment_6_list_con .con_right .con_intro {width: 916px; height: auto; box-sizing: border-box; padding: 10px 50px 10px 50px; color: #fff; font-size: 16px; line-height: 30px; background: linear-gradient(180deg, #B9C99C 0%, #889D68 100%); box-shadow: 0px 3px 24px rgba(0,0,0,0.16); position: relative;}
.recruitment_6_list_con .con_right .con_intro .title {font-size: 18px; line-height: 32px; padding-top: 5px;}
.recruitment_6_list_con .con_right .con_intro:before {content: ''; position: absolute; top: -25px; left: 65px; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 25px solid #B9C99C;}
.recruitment_6_con .page1 {position: absolute; bottom: 20px; left: 50%; margin-left: -370px;}
.recruitment_6_con .page1 a {display: block; float: right; width: 85px; height: 44px; margin-left: 16px; line-height: 44px; text-align: center; font-size: 17px; color: #000; border: 2px solid #000000;}
.recruitment_6_con .page1 a:hover {color: #f60; border: 2px solid #f60;}

.service_1 {height: 848px;}
.service_1_list {width: 1415px; margin: 0 auto;}
.service_1_list dl {width: 267px; height: 415px; display: block; float: left; margin-left: 20px; overflow: hidden; background: #fff; box-shadow: 0px 12px 12px rgba(0,0,0,0.09); border-radius: 8px 8px 2px 2px;}
.service_1_list dl:first-child {margin-left: 0;}
.service_1_list dl img{/* 设置图片居中显示 */ object-fit: cover;   /* 设置过渡动画 */ transition: transform 0.3s ease; /* 隐藏超出可视区域的部分 */ overflow: hidden;}
.service_1_list dl img:hover{/* 鼠标移上去时放大1.1倍 */ transform: scale(1.1); /* 确保图片中心区域可见 */ transform-origin: center center;}
.service_1_list dl dd {padding: 20px 19px 0 19px;}
.service_1_list dl dd .title {font-weight: bold; font-size: 26px; color: #000000; line-height: 40px;}
.service_1_list dl dd .info {font-size: 20px; color: #727272; line-height: 36px;}

.service_2 {}
.service_2_list {width: 1416px; margin: 0 auto;}
.service_2_list dl {width: 333px; height: 333px; position: relative; display: block; float: left; margin-left: 28px; margin-bottom: 28px; overflow: hidden; border-radius: 8px;}
.service_2_list dl:first-child, .service_2_list dl:nth-child(4n+1) {margin-left: 0;}
.service_2_list dl img{/* 设置图片居中显示 */ object-fit: cover;   /* 设置过渡动画 */ transition: transform 0.3s ease; /* 隐藏超出可视区域的部分 */ overflow: hidden;}
.service_2_list dl img:hover{/* 鼠标移上去时放大1.1倍 */ transform: scale(1.1); /* 确保图片中心区域可见 */ transform-origin: center center;}
.service_2_list dl dd {position: absolute; bottom: 0; left: 0; width: 333px; height: 71px; padding: 17px 15px 0 15px; box-sizing: border-box; font-size: 18px; line-height: 54px; background: linear-gradient(180deg, rgba(185,201,156,0) 0%, #889D68 100%); color: #fff;color: #FFFFFF;}
.service_2_text {text-align: center; clear: both; padding-top: 50px; line-height: 31px; font-size: 17px;}

.service_3_list {width: 100%; padding-top: 70px; text-align: center; font-size: 0px;}
.service_3_list dl {width: 540px; height: 360px; position: relative; display: inline-block; margin: 0 14px; overflow: hidden; border-radius: 8px; overflow: hidden;}
.service_3_list dl img{/* 设置图片居中显示 */ object-fit: cover;   /* 设置过渡动画 */ transition: transform 0.3s ease; /* 隐藏超出可视区域的部分 */ overflow: hidden;}
.service_3_list dl img:hover{/* 鼠标移上去时放大1.1倍 */ transform: scale(1.1); /* 确保图片中心区域可见 */ transform-origin: center center;}
.service_3_list dl dd {position: absolute; bottom: 0; left: 0; width: 540px; height: 93px; padding: 20px 15px 0 15px; box-sizing: border-box; font-size: 18px; line-height: 30px; background: linear-gradient(180deg, rgba(185,201,156,0) 0%, #889D68 100%); color: #fff;color: #FFFFFF; text-align: left;}

.service_3 {clear: both;}
.service_3_con {background: url("../images/service_3_con.jpg") center; height: 436px;}
.service_3_con .text_con {font-size: 30px; color: #FFFFFF; line-height: 51px; text-align: center; padding-top: 188px;}
.service_3_con .line1 {width: 45px; height: 5px; margin: 22px auto 0 auto; background: #FFF3C9; border-radius: 3px;}

.news_1_con {width: 1200px; height: 491px; margin: 0 auto 0 auto;}
.news_1_con_left {width: 630px; height: 491px; float: left;overflow: hidden; position:relative;}
.news_1_con_left img {width: 630px; height: 491px; transition: transform 0.3s ease; /* 隐藏超出可视区域的部分 */ overflow: hidden;}
.news_1_con_left .title {background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%); position: absolute; display: flex; /* 使用 flex 布局 */  
 flex-direction: column; justify-content: flex-end; bottom: 0; /* 顶部对齐图片 */  left: 0; /* 左侧对齐图片 */width: 630px;
height: 102px; padding-bottom: 18px; background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%); color: white; margin: 0; font-weight: bold;
font-size: 20px; color: #FFFFFF; line-height: 36px; text-indent: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.news_1_con_left .title span {display:inline-block; width:70%; white-space:nowrap; overflow: hidden; text-overflow:ellipsis;}
.news_1_con_left li {position:relative;}
.news_1_con_left .hd { position:absolute; right:33px; bottom:33px; z-index:9999; font-size:0; line-height:1px;}
.news_1_con_left .hd li {display:inline-block; width:12px; height:12px; border-radius:50%; background:rgba(255,255,255,0.41); margin-right:14px; cursor:pointer;}
.news_1_con_left .hd li.on {background:rgba(255,255,255,1);}
.news_list {width: 537px; height: 491px; padding-left: 33px; float: left;}
.news_list dl {display: block; height: 159px; border-bottom: 1px solid #D8D8D8;}
.news_list dl:first-child {margin-top: -20px;}
.news_list dl:last-child {border-bottom: 0;}
.news_list dt {font-weight: bold; font-size: 20px; height: 24px; padding-top: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #000000; line-height: 24px;}
.news_list dd {font-size: 16px; color: #727272; line-height: 28px;}
.news_list dd .info {font-size: 14px; color: #BFBFBF; line-height: 28px; padding: 2px 0 11px 0;}

.news_list_2 {clear: both; width: 1265px; height: 98px; margin: 0 auto;}
.news_list_2 .tempWrap {width: 1201px; height: 98px; float: left;}
.news_list_2_left, .news_list_2_right {width: 32px; height: 98px; float: left;display: flex; /* 使用 flex 布局 */  align-items: center; justify-content: center; cursor: pointer;}
.news_list_2_right { text-align: right;}
.news_list_2 ul {display: block; width: 1201px; height: 98px; float: left;}
.news_list_2 ul li {display: block; width: 240px; position: relative; height: 98px; overflow: hidden; float: left;}
.news_list_2 ul li a {display: block; width: 229px; height: 98px; overflow: hidden;}
.news_list_2 ul li:first-child {margin-left: 0;}
.news_list_2 ul li img {width: 229px; height: 98px; object-fit: cover;   /* 设置过渡动画 */ transition: transform 0.3s ease; /* 隐藏超出可视区域的部分 */ overflow: hidden;}
.news_list_2 ul li a:hover img, .news_1_con_left a:hover img{/* 鼠标移上去时放大1.1倍 */ transform: scale(1.1); /* 确保图片中心区域可见 */ transform-origin: center center;}
.news_list_2 ul li a:hover p, .news_1_con_left a:hover p {color: yellow;}
.news_list_2 ul li .title {background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%); position: absolute; display: flex; /* 使用 flex 布局 */ align-items: center; justify-content: center; /* 水平居中 */ text-align: center; top: 0; /* 顶部对齐图片 */  left: 0; /* 左侧对齐图片 */ width: 229px; height: 98px; color: white; margin: 0; line-height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: normal; padding: 0 50px; box-sizing: border-box;}
.news_2_con_text {display: flex; /* 使用 flex 布局 */ justify-content: center; /* 水平居中 */font-size: 16px; color: #727272; padding-top: 50px; line-height: 28px;}
.news_2_list {width: 1201px; margin: 0 auto;}
.news_2_list dl {display: block; width: 369px; height: 369px; overflow: hidden; border-radius: 8px; float: left; margin-right: 47px; position: relative;}
.news_2_list dl:nth-child(3n) {margin-right: 0;}
.news_2_list dl dt {width: 369px; height: 275px; border-radius: 8px; overflow: hidden;}
.news_2_list dl dt img {width: 369px; height: 275px; object-fit: cover;   /* 设置过渡动画 */ transition: transform 0.3s ease; /* 隐藏超出可视区域的部分 */ overflow: hidden;}
.news_2_list dl dt a:hover img, .news_1_con_left a:hover img{/* 鼠标移上去时放大1.1倍 */ transform: scale(1.1); /* 确保图片中心区域可见 */ transform-origin: center center;}
.news_2_list dl dd {width: 344px; height: 125px; padding: 18px 16px; box-sizing: border-box; background: #FFFFFF; box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.09); border-radius: 8px; position: absolute; top: 199px; left: 13px; line-height: 28px; font-size: 20px; color: #000000;}
.news_2_list dl dd a span {display: block; clear: both; text-align: right;font-size: 17px; color: #919982;}
.news_2_list dl dd a span img {opacity: 0.35; margin-left: 8px;}

.news_3 {clear: both; min-height: 520px;}
.news_3_con {max-width: 1618px; margin: 0 auto 0 auto; clear: both;}
.news_3_con li {width:388px; height: 219px; float: left; overflow: hidden; margin-right: 18px; box-sizing: border-box;}
.news_3_con li:last-child {margin-right: 0;}
.news_3_con li img {width: 388px; height: 219px; object-fit: cover;   /* 设置过渡动画 */ transition: transform 0.3s ease; /* 隐藏超出可视区域的部分 */ overflow: hidden;}
.news_3_con li a:hover img{/* 鼠标移上去时放大1.1倍 */ transform: scale(1.1); /* 确保图片中心区域可见 */ transform-origin: center center;}
.news_3_con li a {font-size: 26px; line-height: 44px; display: block;width: 388px; height: 219px; position: relative; color: #fff; box-sizing: border-box;}
.news_3_con li a span {background: linear-gradient( 180deg, rgba(185,201,156,0) 0%, #889D68 100%); position: absolute; width: 388px; height: 71px; padding-top: 24px; box-sizing: border-box; bottom: 0; left: 0; color: white;font-size: 18px; margin: 0; line-height: 48px; text-indent: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.pop_video {position: fixed; left: 0; right: 0; bottom: 0; top: 0; width: 100vw; height: 100vh; z-index: 99999; background: rgba(0,0,0,0.7); display: none;}
.pop_video .video_con {width: 1024px; height: 650px; position: absolute; left: 50%; top: 50%;transform: translate(-50%, -50%);}
.pop_video .video_con .pop_close {width: 50px; height: 50px; border-radius: 50%; line-height: 50px; text-align: center; color: #000; font-size: 40px; background: #fff; float: right; cursor: pointer;}
.pop_video .video_con .pop_close:hover {background: #f60; color: #fff;}
.pop_video .video_con video {width: 1024px; height: 600px;}

.article_share{padding-top:30px;overflow:hidden;}
.article_share span{color:#666;vertical-align:middle;}
.article_share a{display:inline-block;margin:0 5px;}
.article_share i{font-size:30px;vertical-align:middle;}
.article_share i.qq{color:#30a5d3;}
.article_share i.sina{color:#f43b51;}
.article_share i.qzone{color:#fab619;}
.article_share i.wechat{color:#52bb5a;}
.article_share a:hover{filter:contrast(1.5);}

.pages { clear:both; text-align:right; line-height:20px; }
.pages ul li {width:20px; height:20px; box-sizing: border-box; margin-left: 4px !important; display:inline; text-align: center;}
.pages ul li.prev, .page ul li.prev_no, .page ul li.next, .page ul li.next_no {width:20px; height:20px; display:inline;}
.pages ul li a {display:inline-block; width:18px; height:18px; border: 1px solid #707070; line-height: 18px; background:#fff; color: #727272;}
.pages ul li span {display:inline-block; width:18px; height:18px; background:#fff; color:#727272; border: 1px solid #707070;}
.pages ul li.prev a, .page ul li.prev_no span, .page ul li.next a, .page ul li.next_no span {display:inline-block; width:18px; height:18px;}
.pages ul li.cur a, .pages ul li.on a , .pages ul li a:hover { background:#919982; color:#fff; border: 1px solid #919982;}

/*新闻详细页*/
.news_detail {width: 1200px; margin: 0 auto;}
.news_detail_left {width: 837px; float: left;}
.news_detail_left .title, .news_detail_left .title2 {padding-top: 48px; border-bottom: 1px solid #eee;}
.news_detail_left h1 {font-size: 28px; color: #000000; line-height: 36px;}
.news_detail_left .title2 h1 {text-align: center; display: block;}
.news_detail_left .title .info {font-size: 14px; color: #BFBFBF; line-height: 28px; padding-top: 20px;}
.news_detail_left .share {width: 119px; box-sizing: border-box; padding-left: 11px; float: left; color: #999999; font-size: 14px; line-height: 22px;}
.news_detail_left .share a {clear: both; display: block; width: 48px; height: 48px; margin-top:12px;}
.news_detail_left .share a:hover {opacity: 0.7;}
.news_detail_left .detail_con {width: 670px; float: left; color: #404040; font-size: 16px; line-height: 34px;}
.news_detail_left .detail_con p {clear: both; padding-bottom: 5px;}
.news_detail_left .detail_con h3 {font-size: 1.2em; padding-bottom: 10px; font-weight: bold;}
.news_detail_left .detail_con h4 {font-size: 1.1em; padding-bottom: 10px; font-weight: bold;}
.news_detail_left .detail_con h5 {font-weight: bold;}
.news_detail_left .detail_con img {max-width: 100%; height: auto;}
.news_detail_right {width: 363px; float: left;}
.news_detail_right h3 {clear: both; color: #404040; line-height: 22px; font-size: 20px;}
.news_detail_right .right_list dl {clear: both; display: block; height: 94px; overflow: hidden;}
.news_detail_right .right_list dl dt {width:125px; height: 94px; display: block; float: left; overflow: hidden;}
.news_detail_right .right_list dl dt a img {/* 设置图片居中显示 */ object-fit: cover;   /* 设置过渡动画 */ transition: transform 0.3s ease; /* 隐藏超出可视区域的部分 */ overflow: hidden;}
.news_detail_right .right_list dl dt a:hover img{/* 鼠标移上去时放大1.1倍 */ transform: scale(1.1); /* 确保图片中心区域可见 */ transform-origin: center center;}
.news_detail_right .right_list dl dd {width:238px; height: 94px; font-size: 16px; float: left;}
.news_detail_right .right_list dl dd .time {font-size: 14px; color: #727272; opacity: 0.5; padding-top: 10px;}

.search_rs_info {text-align: center;font-size: 16px; color: #889AA2; line-height: 22px;}
.search_news_list {width: 875px; margin: 0 auto;}
.search_news_list dl {display: block; height: 237px; border-bottom: 1px dashed #a6a6a6;}
.search_news_list dl:first-child {margin-top: -20px;}
.search_news_list dl img {float: left;}
.search_news_list dl:last-child {border-bottom: 0;}
.search_news_list dt {font-weight: bold; font-size: 20px; height: 24px; padding-top: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #000000; line-height: 24px;}
.search_news_list dd {font-size: 16px; color: #727272; line-height: 28px;}
.search_news_list dd .info {font-size: 14px; color: #BFBFBF; line-height: 28px; padding: 2px 0 18px 0;}
.search_news_list dd img {margin-right: 25px;}
.search_news_list dd a {color: #727272;}
.search_news_list dd a:hover {color: #f60;}

.sorry {line-height:100px; font-size:26px; text-align:center; color:#B0BF99; padding-top:30px;}
.come_home {font-size:26px; text-align:center;}
.quick_to {font-size:20px; line-height:50px; padding-top:50px;}
.nav_404 {padding-top: 31px; border-top:1px solid #ccc;}
.nav_404 dl {display: block; width: 16.6%; min-height: 150px; float: left;}
.nav_404 dt {padding-bottom:10px; display:block;}
.nav_404 dt a {font-size: 16px; color:#000; line-height: 30px;}
.nav_404 dd a {font-size: 14px; line-height: 30px;}
.nav_404 dt a:hover, .nav_404 dd a:hover {color: yellow; opacity: 1;}

footer {width: 100%; overflow-x: hidden; height: 380px; clear: both; background: rgba(0,0,0);}
.footer {width: 1200px; margin: 0 auto;}
.footer_left {width: 720px; padding: 32px 0 0 54px; float: left;}
.footer_right {width: 426px; height: 223px; padding: 110px 0 0 0; float: left;}
.footer .footer_logo {height: 49px;}
.footer .join_title {font-weight: 800; font-size: 23px; color: #B3B3B3; line-height: 30px;}
.footer .join_title span {font-weight: normal;}
.footer .footer_address {font-size: 14px; color: #ffffff; line-height: 21px; opacity: 0.3;}
.footer .footer_nav {padding-top: 31px;}
.footer .footer_nav dl {display: block; width: 115px; min-height: 150px; float: left;}
.footer .footer_nav dt a {font-size: 16px;color: #FFFFFF; line-height: 30px; opacity: 0.5;}
.footer .footer_nav dd a {font-size: 14px;color: #FFFFFF; line-height: 30px; opacity: 0.3;}
.footer .footer_nav dt a:hover, .footer .footer_nav dd a:hover {color: yellow; opacity: 1;}
.footer .footer_right dl {display: block; width: 124px; height: 147px; margin-left:23px; padding-top: 5px; background: #1C1C1C; float: left;}
.footer .footer_right dl:first-child {margin-left: 0;}
.footer .footer_right dl dt img {display: block; width: 114px; height: 114px; margin: 0 auto;}
.footer .footer_right dl dd {font-size: 14px; display: block; text-align: center; color: #fff; line-height: 33px;}
footer .copyright {clear: both; height: 46px; line-height: 36px; text-align: center; color: #4d4d4d; border-top: 1px solid #333333;}

#go_top {width: 38px; height: 38px; border-radius: 50%; overflow: hidden; box-shadow: 0px 2px 6px 0px rgba(153,153,153,0.4); position: fixed; bottom: 30px; right: 30px; display: none;}
#go_top img {display: block;}
#go_top a:hover img {opacity: 0.7;}

.customer_sevice_box {width: 170px; height: 370px; background: #fff; box-shadow: 0px 3px 6px rgba(0,0,0,0.38); border-radius: 2px; position: fixed; right: 100px; top: 35vh; z-index: 9999; cursor: move; /* 提示用户这个元素是可拖动的 */}
.customer_sevice_con {padding-top: 24px; position: relative; text-align: center; color: #000;}
.customer_sevice_con .close_customer {position: absolute; top: 0; right: 0; width: 28px; height: 28px; font-size: 0; line-height: 0;}
.customer_sevice_con .phone_title {padding: 3px 0; line-height: 16px; font-size: 14px;}
.customer_sevice_con .phone_400 {clear: both; line-height: 50px; font-size: 21px; font-weight: bold;}
.customer_sevice_con_2 {display: none;}
.customer_sevice_box.small {background: rgba(255,255,255,0); box-shadow:none; height: 109px; top: 45vh; transition: height 0.5s ease, top 0.5s ease, background 0.5s ease;}
.customer_sevice_box.small .customer_sevice_con {display: none;}
.customer_sevice_box.small .customer_sevice_con_2 {display: block;}

@media screen and (max-width: 1800px) {
	.hide1440 {display: none;}
	.about_brand_honor {height: 600px;}
	.about_brand_honor .text_box {width: auto; max-width: 470px; height: auto;}
	.about_brand_honor .text2_intro {line-height: 30px; font-size: 11px; padding: 15px 30px 0 30px; bottom: 0;}
	.about_brand_honor_dl dl {width: auto; min-width: 220px; max-width: 250px;}
	.about_brand_honor_dl dt {white-space: nowrap;}
	.about_brand_zhuanli {height: 600px;}
	.about_brand_zhuanli .text_box {margin-left: 5% !important;}
	
	.recruitment_4_con {width: 1300px;}
	
	.box3 {width: 1300px;}
	.box3_con .text_box {width: 666px;}
	.box3_con .text_box img {max-width: 100%; height: auto;}
	.box3_con .img_box {width: 579px;}
	.box3_con .img_box img {width: 579px;}
	.join_qj_3 {margin-left: 61px;}
	.join_jm_3 {height: 720px;}
	
	.join_jm_1 .box4{width: 1300px;}
	.box4_con .text_box {width: 670px;}
	.box4_con .img_box {width: 580px;}
	.box4_con .img_box img {width: 580px; object-fit:cover; border-radius: 10px;}
}
@media screen and (max-width: 1380px) {
	.about_brand_honor .text2_intro {bottom: 15px;}
	.about_brand_honor {background-position: right !important;}
}
@media screen and (max-width: 750px) {
	body {font-size: 24px; line-height: 40px;}
	.wap_hide {display: none;}
	.pc_hide {display: block;}
	.w700wap {width: 700px !important; margin: 0 auto !important; clear: both !important;}
	.logo {margin: 24px 0 0 80px; width: 162px;}
	.logo img {width: 162px; height: auto;}
	header {width: 100%; height:100px; overflow-x: hidden;background: #6f847f;}
	header .icoMenuSet {position: absolute; width: 80px; height: 80px; box-sizing: border-box; padding: 30px 0 0 20px; top: 0; left: 0; display: block;}
	header .icoMenuSet span {width: 40px; height: 5px; border-radius: 3px; background: #fff; display: block;}
	header .icoMenuSet span.line2 {width: 36px; margin-top: 8px;}
	header .icoMenuSet span.line3 {width: 32px; margin-top: 8px;}
	header.header_black {background: #6f847f;}
	header.header_black .logo {padding-top: 27px;}
	.header_top, nav {display: none;}
	nav {position: fixed; z-index: 99999; width: 520px; height: 100vh; left: 0; top: 0;bottom: 0; background: #fff;animation-duration: var(--animate-duration);animation-duration: 0.5s !important;}
	nav a {display: block; background: url("../images/nav_jian.jpg") right no-repeat; line-height: 88px;font-size: 24px; border-bottom: 1px solid rgba(153,153,153,0.3); color: #000; text-align: left; width: 484px; margin: 0 auto;}
	.nav_black_bg {position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; z-index: 99998; background: rgba(0,0,0,0.16); display: none;}
	.banner_box {width: 750px;}
	.banner_box .conWrap {width: 750px;}
	.header_icons {width: 260px; height: 50px; top: 18px; right: 24px;}
	.header_icons img {width: 50px; height: 50px; margin-left: 16px;}
	.header_tel {width: 200px; height: 85px; top: 15px; right: 0; line-height: 32px; position: absolute; text-align: left; color: #e4e8e7; font-size: 20px;}
	.header_tel img {width: 32px; height: 32px; margin-right: 8px; float: left;}
	.header_tel span {color: #FFF6EA; line-height: 40px; font-size: 28px;}
	.banner_hdlist {position: absolute; left: 50%; top: auto; bottom: 24px; transform: translateX(-50%);}
	.banner_hdlist li {width: 28px; height: 4px;}
	.banner_hdlist li a {width: 22px; height: 4px;}
	
	.index_data1 {width: 100%; background: #F6F6F8; display: block; padding-top: 0; height: auto;}
	.index_data1 li {width: 50%; padding-left: 0; padding-top: 30px; height: 145px; text-align: center;}
	.index_data1 li:nth-child(2n) .data_num {border-right: 0;}
	.index_data1 .data_num {font-size: 44px;}
	.index_data1 .data_text {font-size: 24px;}
	.index_data1_info {padding: 30px 50px 0 50px;}
	.index_about {width: 100%; height: auto; padding-top: 28px; clear: both;}
	.index_about h2 {font-size: 60px; line-height: 62px; font-weight: bold; color: #000000;}
	.index_about .aboutcon {height: auto; float: none; font-size: 24px; line-height: 40px;}
	.index_about .aboutcon p {padding: 20px 0;}
	.index_about .aboutcon strong {color: #000; font-size: 24px;}
	
	.index_about .video {height: auto; float: none;}
	.index_about .video img {width: 100%; height: auto; display: block;}
	.index_about .video video {width: 700px; height: 447px;}
	
	.index_case_list {max-width: 100%; width: 100%; height: 420px; padding:0 22px; margin-top: 40px; overflow-x: auto; box-sizing: border-box;}
	.index_case_list ul {display: block;display: flex; flex-wrap:nowrap;}
	.index_case_list ul li {width: 486px; min-width: 486px; height: 420px; border-radius: 8px; float: left; margin-right: 26px; clear: right;}
	.index_case_list ul li img {width: 486px; height: 420px;}
	.index_case_list li a {height: 420px; padding-top: 360px; line-height: 40px; font-size: 24px; text-align: center;}
	.index_case .index_case_subt_2 {color: #656F50;}
	
	.index_youshi {margin-top: 0; background: url("../images/youshi_bg_wap.jpg") center; min-height: 862px; height: auto;}
	.index_youshi .solution {padding-top: 40px;}
	.index_youshi .index_youshi_line {width: 60px; height: 6px;background: #fff; opacity: 0.32; border-radius: 4px;}
	.index_youshi .index_youshi_subt_1 {font-size: 24px; line-height: 40px; color: #fff; opacity: 0.5;}
	
	.index_youshi_list {padding-top: 70px;}
	.index_youshi_list ul {display: block;}
	.index_youshi_list li {width: 50%; height: 312px; float: left; margin-right: 0;}
	.index_youshi_list li img {width: 80px; height: 80px;}
	.index_youshi_list li p.list_t {padding: 0; line-height: 78px; font-size: 28px;}
	.index_youshi_list li p.list_p {padding: 0; font-size: 24px; line-height: 40px;}
	.index_youshi_beizhu {padding: 0 20px; font-size: 24px;}
	
	.index_join {width: 100%; min-height: 1372px; background: url("../images/join_bg_wap.jpg") center; background-size: cover;}
	.index_join_con {padding-top: 40px;width: 100%; }
	.index_join_box {width: 708px; height:1065px;padding: 38px 16px; box-sizing: border-box; margin: 0 auto; box-shadow: 0px 4px 8px 0px rgba(153,153,153,0.1); border-radius: 8px;}
	.index_join_box .box_title {font-size: 28px; line-height: 40px;}
	.index_join_box .box_title2 {color: #333; font-size: 24px; line-height: 34px; padding-top: 26px;}
	.index_join_box_ul li {height: auto; padding-top: 32px; border-bottom: 0;}
	.index_join_box_ul li .select_box {height: 64px; width: 380px; top: 45px;}
	.index_join_box_ul li .select_box select {height: 58px; font-size: 22px;}
	.index_join_box_ul li .select_box #province {width: 230px;} 
	.index_join_box_ul li .select_box #city {width: 140px;}
/*	.index_join_box_ul li:last-child {height: 200px;}*/
	.index_join_box_ul li input {height: 84px;border: 1px solid #DEDFE0; text-indent: 24px; border-radius: 8px; font-size: 24px;}
	.index_join_box_ul li #yushuan_choose {color: #000;border: 1px solid #ccc; border-radius: 4px;font-size: 22px;}
	.index_join_box_ul li #yushuan_choose, .index_join_box_ul li #yushuan {width: 333px; height: 84px; float: left;}
	.index_join_box_ul li #yushuan {margin-left: 10px;}
	.index_join_box_ul li a.yancode_a {width: 150px; height: 84px; top: 32px;}
	.index_join_box_ul li a.yancode_a img {width: 150px; height: 84px;}
	.index_join_box_ul li textarea {height: 200px; border: 1px solid #DEDFE0; padding: 15px 0 0 24px; border-radius: 8px; font-size: 24px; display: block;}
	.button2 {height: 64px; line-height: 64px; font-size: 24px;border-radius: 8px;}
	.index_join_zx .text3 {font-size: 24px; color: #b2b2b2; padding-top: 96px;}
	
	.index_news {height: auto;}
	.index_news_con {width: 100%;}
	.index_news_con .solution {text-align: center; padding-left: 0; padding-top: 40px;}
	.index_news_con .index_news_title {text-align: center; padding-left: 0;}
	.index_news_con .index_news_line {margin: 0 auto; width: 60px; height: 6px; margin-top: 12px; margin-bottom: 16px;}
	.index_news_con .index_news_subt_1 {text-align: center; padding-left: 0; font-size: 24px;}
	.index_news_list, .index_news_list_2, .index_news_list_3 {width: 700px; padding: 0 25px;}
	#owl-news {margin-top: 140px;}
	.index_news_list dl, .index_news_list_2 dl, .index_news_list_3 dl {width: 680px; float: none; margin: 0 auto 40px auto; border-radius: 8px; background: #fff; height: auto; overflow: hidden;}
	.index_news_list_2 dl {background:none;}
	.index_news_list dl:first-child, .index_news_list_2 dl:first-child, .index_news_list_3 dl:first-child {margin: 0 auto 40px auto;}
	.index_news_list dl img, .index_news_list_2 dl img, .index_news_list_3 dl img {width: 680px; height: auto; display: block;}
	.index_news_list dl img:hover, .index_news_list_2 dl img:hover, .index_news_list_3 dl img:hover {transform: scale(1);}
	.index_news_list dl a {position: relative; display: block;}
	.index_news_list dl dt a span {position: absolute; bottom: 0; left: 0; width: 660px; font-size: 28px; line-height: 80px; text-indent: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #fff;}
	.index_news_list dl dd {padding: 26px;}
	.index_news_list dl dd .info {color: #999; font-size: 22px;}
	.index_news_list dl dd .info span {clear: both; display: block; line-height: 56px; color: #666;}
	.index_news_list, .index_news_list_2, .index_news_list_3 {height: auto; margin-top: 0;}
	.index_news_list dl dd .con {font-size: 24px; line-height: 40px; padding: 10px 0;}
	.index_news_list_2 dl dd {width: 630px; padding: 20px; height: 188px; margin-left: 25px; margin-top: -88px; position: relative;}
	.index_news_list_2 dl dd .title {font-size: 28px; line-height: 44px; height: 88px; overflow: hidden;}
	.index_news_list_2 dl dd .go {font-size: 24px; line-height: 40px;}
	.index_news_list_2 dl dd .go img {width: 38px; height: 20px;}

	.index_news_con .owl-controls {right: auto !important; left: 50% !important; top: 210px !important; transform: translateX(-50%); width: 580px;}
	.index_news_con .owl-controls .owl-page {margin-left: -1px;}
	.index_news_con .owl-controls .owl-page span {width: 290px; height: 66px; margin: 0; line-height: 66px; font-size: 24px; color: #333; border: 2px solid #666666; box-sizing: border-box; background: #fff; text-align: center; opacity: 1 !important;}
	.index_news_con .owl-controls .owl-page:first-child span {border-radius: 8px 0 0 8px;}
	.index_news_con .owl-controls .owl-page:last-child span {border-radius: 0 8px 8px 0;}
	.index_news_con .owl-controls .owl-page.on span, .index_news_con .owl-controls .owl-page span:hover {background: #333; border: 2px solid #333; color: #FFF5E8;}
	
	.index_join_zx {min-height: 570px; background: url("../images/index_joinzx_bg_wap.jpg") center;}
	.index_join_zx .title1 {padding-top: 100px; font-size: 28px;}
	.index_join_zx .box1_line {margin-top: 0;}
	.index_join_zx .title2 {font-size: 24px; line-height: 40px; padding: 20px 160px 0 160px;}
	
	.box2, .about_brand_history_dl, .about_brand_gongyinlian, .about_brand_gongyinlian_list_2 {width: 100%;}
	#owl-shiyu img {width: 750px;}
	.about_1 .blank60 {height: 40px;}
	.about_brand_intro {margin-top: 60px;}
	.about_brand_intro .box2_line_1, .title_left .box2_line_1 {width: 538px; height: 4px; float: left;}
	.about_brand_intro .box2_line_2, .title_left .box2_line_2 {width: 198px; height: 8px; margin-top: -6px; float: left;}
	
	.title_box {padding-left: 40px;}
	.box2_solution {font-size: 140px; line-height: 154px;}
	.box2_title_h3 {font-size: 48px; line-height: 154px;}
	.box2_line_1 {height: 4px; width: 538px;}
	.box2_line_2 {height: 8px; width: 198px; border-radius: 4px; margin-top: -6px;}
	.about_1 .box2_con, .box2_con .img_box, #about_2_box2_con {margin: 0 auto; width: 702px; float: none;}
	.box2_con .img_box img {width: 100%; height: auto;position: relative;}
	.box2_con > div:last-child, #about_2_box2_con.box2_con > div:first-child {margin-left: 0; clear: both;}
	.box2_con .text_box {font-size: 24px; width: 100%; padding: 36px 0 45px 0; line-height: 48px; font-weight: normal; float: none;}
	.about_brand_gongyinlian .box2_con .text_box {padding: 0 0 35px 0;}
	.box2_con .text_box h3 {font-size: 24px; line-height: 44px;}
	.about_brand_honor {background: none; height: auto;}
	.about_brand_honor .box2_con .text_box, .about_brand_zhuanli .box2_con .text_box{padding-bottom: 0;}
	.about_brand_honor .text_box {width: auto; max-width: none;}
	.about_brand_honor_dl dl {width: auto; min-width: none; max-width: none;}
	
	.about_brand_honor_dl dl {width: 50%;}
	.about_brand_honor_dl dt {font-size: 24px; line-height: 28px;}
	.about_brand_honor_dl dd {font-size: 24px; line-height: 44px;}
	
	
	
	.about_brand_zhuanli {background: none; height: auto;}
	.about_brand_zhuanli .text_box {margin-left: 0 !important;}
	
	.about_brand_history {height: auto; background: none;}
	.about_brand_history_dl {margin-left: 77px; padding-left: 64px; width: 673px; box-sizing: border-box; position: relative; border-left: 6px solid #B9C99C;}
	.history_box {float: none; clear: both; width: 563px; border: 0; padding: 0 0 0 0; margin: 0;}
	.history_box dl {border: 1px solid #C7C7C7; padding: 15px 20px; width: 564px; box-sizing: border-box; position: relative;}
	.history_box dl::before {border: 10px solid #fff; width: 30px; height: 30px; border-radius: 50%; background: linear-gradient( 180deg, #B9C99C 0%, #889D68 100%); box-shadow: 0px 3px 24px 1px rgba(0,0,0,0.16); position: absolute; top: -2px; left: -92px;content: '';}
	.history_box dl:nth-child(even) {margin-top: 60px;}
	.history_box dl dt {font-size: 40px;}
	.history_box dl dd {font-size: 24px; line-height: 36px;}
	.about_brand_gongyinlian {height: auto;}
	.about_brand_gongyinlian_list_2 dl {width: 100%; margin-left: 0; height: auto; clear: both;}
	.about_brand_gongyinlian_list_2 dl dd {width: 340px; float: left; margin-left: 0; margin: 0 20px 20px 0;}
	.about_brand_gongyinlian_list_2 dl dd:nth-child(even) {margin-right: 0;}
	.about_brand_gongyinlian_list_2 dl:first-child {margin-top: 0;}
	.about_brand_gongyinlian_list_2 dl img {width: 340px;}
	
	.about_brand_jian_bg {display: none;}
	
/*	加盟*/
	.join_tabs {width: 300px;margin: 40px auto 0 auto; height: 50px;}
	.tab1 {background: url("../images/join_tab_wap.png") bottom center no-repeat;}
	.tab2, .tab1 {font-size: 28px; line-height: 40px; height: 50px; width: 106px;}
	.join_jm_1 {margin-top: 40px;}
	.box3{width: 100%;}
	.join_qj_1 {background: #F6F6F8;}
	.join_qj_1 .box3_title_h3, .join_qj_2 .box3_title_h3_2, .join_qj_3 .box3_title_h3 , .join_qj_4 .box3_title_h3 {font-size: 27px; text-align: center;}
	.join_qj_2 .box3_title_h3_2 {height: 110px;}
	.join_qj_1 .box2_line_1, .join_qj_2 .box2_line_1, .join_qj_3 .box2_line_1 , .join_qj_4 .box2_line_1 {height: 2px;width: 306px; margin: 0 auto; border-radius: 2px;}
	.join_qj_1 .box2_line_2, .join_qj_2 .box2_line_2, .join_qj_3 .box2_line_2 , .join_qj_4 .box2_line_2 {height: 4px;width: 34px; margin: -4px auto 0 auto; border-radius: 2px;}
	.join_block_5 .box2_line_1 {height: 2px;width: 342px; margin: 0 auto; border-radius: 2px;}
	.join_block_5 .box2_line_2 {height: 4px;width: 34px; margin: -4px auto 0 auto; border-radius: 2px;background: #9EB08D;}
	.join_qj_4 .box2_solution {line-height: 144px;}
	.join_qj_4 .box3_title_h3 {color: #fff;}
	.join_qj_4 .box2_line_2 {background: #FFD4A6;}
	.box3_con .text_box {width: 700px; clear: both; float: none; margin: 0 auto;}
	.box3_con .img_box {width: 348px; padding-right: 18px; float: left;}
	.box3_con .img_box img {width: 348px;height: auto;}
	.box3_con .text_box2 {width: 334px; padding: 30px 0 0 0; float: left;font-size: 24px; color: #666666; line-height: 40px;}
	.box3_con > div:last-child {margin-left: 0;}
	.join_block_3 {padding: 40px 0; height: auto; margin-top: 0; background-size: cover;}
	.join_qj_3 {width: 700px; height: auto; margin: 0 auto; background: #FFFFFF; box-shadow: 0px 4px 20px 6px rgba(0,0,0,0.03), 0px 4px 20px 6px rgba(0,0,0,0.03); border-radius: 8px;}
	.join_qj_3_text {width: 650px; margin: 0 auto;font-size: 24px; padding-top: 30px; line-height: 40px;}
	.join_qj_3_text img {max-width: 100%; height: auto;}
	
	.join_block_4 {background-image: url("../images/join_bg4_wap.jpg"); background-size: cover; height: 986px; }
	.join_qj_4 {width: 700px; margin: 0 auto; height: auto; background: none; float: none; }
	.join_qj_4 .text_box {padding: 0 0; color: #fff; text-align: center;}
	.join_block_5 {height: auto; background-position: top; background-repeat: no-repeat; background-size: 450%;}
	.join_block_5_title {font-size: 28px; line-height: 40px; height: auto; margin: 40px auto 0 auto;}
	.join_block_5 .join_tel {font-size: 24px; text-align: center; line-height: 34px; margin-top: 24px;}
	.join_form_box_ul {width: 682px; margin: 0 auto; height: auto;}
	.join_form_box_ul li {width: 682px; min-height: 116px; float: none; clear: both;}
	.join_form_box_ul li .select_box {height: 64px; width: 390px; top: 14px;}
	.join_form_box_ul li .select_box select {height: 58px; font-size: 22px;}
	.join_form_box_ul li .select_box #province {width: 230px;margin-right: 10px;} 
	.join_form_box_ul li .select_box #city {width: 140px;}
	.join_form_box_ul li.li_beizhu {height: 232px;}
	.join_form_box_ul li input {width: 680px; height: 82px; text-indent: 30px; background: #FFFFFF; border-radius: 8px; font-size: 24px; color: #999999; border: 1px solid #DEDFE0;}
	.join_form_box_ul li #yushuan_choose, .join_form_box_ul li #yushuan {width: 335px; height: 82px; text-indent: 30px; background: #FFFFFF; border-radius: 8px; font-size: 24px;}
	.join_form_box_ul li #yushuan {margin-left: 10px;}
	.join_form_box_ul li textarea {width: 682px; height: 200px; box-sizing: border-box; padding:10px 30px 0 30px; background: #FFFFFF; border-radius: 4px; font-size: 24px; line-height: 40px; color: #999999; border: 1px solid #DEDFE0;}
	.join_form_box_ul li:nth-child(even) {margin-left: 0;}
	.join_form_box_ul li a.yancode_a {display: block; width: 160px; height: 84px; position: absolute; right: 0; top: 0;}
	.join_form_box_ul li a.yancode_a img {width: 160px; height: 84px;}
	.join_form_box_ul .button2 {height: 64px !important; font-size: 24px;}
	.join_block_5 .fengxian {line-height: 34px;font-size: 24px;}
	
	.box4, .join_jm_1 .box4 {width: 100%;}
	.box4_con .text_box {clear: both; width: 100%; font-size: 24px; line-height: 40px;}
	.box4_con .img_box {width: 700px; margin: 0 auto; float: none;}
	.box4_con .img_box img {position: relative; display: block; width: 100%; height: auto;}
	.box4_con > div:last-child {margin: 0;}
	.box3_title_h3 {font-size: 28px; text-align: center;}
	.box2_line_1 {height: 2px;width: 306px; margin: 0 auto; border-radius: 2px;}
	.box2_line_2 {height: 4px;width: 34px; margin: -4px auto 0 auto; border-radius: 2px;}

	.group_3 {position: relative; clear: both; top: auto;background-color:transparent; box-shadow: none; border-radius: 0;height: auto;}
	.group_3.flex-row {display:block;}
	.group_3 .flex-col {display:block;}
	.jm_box_list1, .jm_box_list1:last-child {text-align: center; width: 312px; height: 174px;border-radius: 8px; margin: 19px; float: left; background: #fff;box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.03);}
	.jm_box_list1:first-child, .jm_box_list1:last-child:hover {background: linear-gradient(to bottom, #baca9d, #879c67);}
	.jm_box_list1 .text_1 {padding-top: 34px; font-size: 24px; line-height: 34px;display: block;}
	.jm_box_list1 .text_2 {padding-top: 14px; font-size: 56px; line-height: 56px;}
	.jm_box_list1:first-child .text_1, .jm_box_list1:first-child .text_2 {color: #fff;}
	
	.join_jm_2 {height: auto;}
	.join_jm_2 .join_jm_2_box1 {width: 710px; box-shadow: 0px 4px 20px 6px rgba(0,0,0,0.03), 0px 4px 20px 6px rgba(0,0,0,0.03); border-radius: 8px; }
	.join_jm_2 .bd {width: 710px; margin: 0 auto; position: relative;}
	.join_jm_2 .box_left {border-radius: 8px; width: 296px; height: 314px; margin: 42px 0 0 20px; }

	.join_jm_2 .box_right {width: 348px; height: 314px; margin: 42px 0 0 22px; position: relative; }
	.join_jm_2 .box_right .xuhao{display: none;}

	.join_jm_2 .box_right .title1 {font-size: 24px; font-weight: 600;}

	.join_jm_2 .box_right .text_con {font-size: 24px; line-height: 40px; margin-top: 12px; }
	.join_jm_2_hdlist {width: 710px; height: 160px; overflow-x: auto; margin: 40px auto 0 auto; position:relative;}
	.join_jm_2_hdlist ul{display: block; width: 1116px;}
	.join_jm_2_hdlist li{width: 170px; height: 160px; margin-right: 16px; clear: right;}
	.join_jm_2_hdlist li a {width: 170px; height: 160px; color: #666; background: rgba(255,255,255,1); font-size: 24px; line-height: 50px; border-radius: 8px;}
	.join_jm_2_hdlist li span.num {font-size: 32px; line-height: 50px; padding-top: 31px;}
	.join_jm_2_hdlist li span.line {width: 32px; border-radius: 2px;}
	.join_jm_2_hdlist li.on span.line {background: #FFD4A6; opacity: 1;}
	.join_jm_3 {height: auto;}
	
	.box1_solution, .recruitment_1 .box1_solution {font-weight: bold; text-align: center !important; font-size: 36px;}
	.box1_title_h3, .recruitment_1 .box1_title_h3 {font-size: 30px; text-align: center;}
	.box1_line, .recruitment_1 .box1_line {height: 6px;width: 60px; margin: 15px auto 0 auto; border-radius: 4px;}
	.box1_subt_1, .recruitment_1 .box1_subt_1 {text-align: center;font-size: 24px; line-height: 64px;}
	
	.recruitment_1 {height: auto; padding-left: 0; min-width: auto;}
	.recruitment_1_con {width: 100%;}
	.recruitment_1_list_left {padding-top: 208px;}
	.recruitment_1_list_left, .recruitment_1_list_right {width: 50%; box-sizing: border-box; float: left;}
	.recruitment_1_list_right {border-left: 6px solid #6E7F53; padding-top: 88px; position: relative;}
	.recruitment_1_list_right::before {content: ''; position: absolute; width: 28px; height: 28px; left: -27px; top: -19px; border-radius: 50%; border: 10px solid #5f7a67;}
	
	.recruitment_1 .recruitment_1_list {height: auto; width: 672px; margin: 0 auto; display: flex;}
	.recruitment_1 .recruitment_1_list dl {position: relative; width: 100%; box-sizing: border-box; bottom: 0;}
	.recruitment_1 .recruitment_1_list .recruitment_1_list_right dl {padding: 18px 0 0 34px;margin-left: -7px;}
	.recruitment_1 .recruitment_1_list .recruitment_1_list_left dl {padding: 18px 34px 0 0;}
	.recruitment_1 .recruitment_1_list dl:nth-child(1) {height: auto; left: auto;}
	.recruitment_1 .recruitment_1_list dl:nth-child(2) {height: auto; bottom: auto; left: auto;}
	.recruitment_1 .recruitment_1_list dl:nth-child(3) {height: auto; bottom: auto; left: auto;}
	.recruitment_1 .recruitment_1_list dl:nth-child(4) {height: auto; bottom: auto; left: auto;}
	.recruitment_1 .recruitment_1_list dl:nth-child(5) {height: auto; bottom: auto; left: auto;}
	.recruitment_1 .recruitment_1_list dl:nth-child(6) {height: auto; bottom: auto; left: auto;}
	.recruitment_1 .recruitment_1_list dl::before {content: ''; /* 必须设置content属性，否则伪元素不会显示 */  position: absolute; top: 0; left: 0; height: 6px; /* 边框宽度 */  width: 100%; background: linear-gradient(to right, #5f7a67, transparent);}
	.recruitment_1 .recruitment_1_list .recruitment_1_list_left dl::before {background: linear-gradient(to left, #5f7a67, transparent);}
	.recruitment_1 .recruitment_1_list dl::after {content: ''; position: absolute; width: 10px; height: 10px; left: -5px; top: -6px; background: #fff; border-radius: 50%; border: 4px solid #5f7a67;}
	.recruitment_1 .recruitment_1_list .recruitment_1_list_left dl::after {right: -10px; left: auto;}
	.recruitment_1 .recruitment_1_list dl dt {display: block; background: linear-gradient(to bottom, #b0baa2, #cfd5c6);font-weight: bold; font-size: 36px; color: #000000; line-height: 70px; text-align: center;}
	.recruitment_1 .recruitment_1_list dl dd {font-size: 24px; color: #727272; line-height: 40px; background: linear-gradient(to bottom, #cfd5c6, transparent, transparent); padding: 20px 14px 120px 14px;}
	
	.recruitment_2 {height: auto;}
	.recruitment_2_list {width: 700px; margin: 0 auto; padding-top: 40px;}
	.recruitment_2_list dl {position: absolute; width: 340px; height: 384px; background-size: 738.28%; border-radius: 8px; border: 1px solid #707070;}
	.recruitment_2_list .recruitment_2_list_li {width: 340px; height: 384px; padding-bottom: 28px;}
	.recruitment_2_list .recruitment_2_list_li:nth-child(2n) {margin-right: 0;}
	.recruitment_2_list dl dt {font-weight: bold; font-size: 30px; color: #000000; line-height: 60px; padding-top: 56px; text-align: center;}
	.recruitment_2_list dl dd {line-height: 40px; font-size: 24px;color: #727272; text-align: center; padding: 4px 25px 0 25px; clear: both; display: block;}
	.recruitment_2_list dl:hover dt {color: #000;}
	.recruitment_2_list dl:hover dd {padding: 4px 25px 0 25px; color: #727272;}
	.recruitment_2_list dl:hover {width: 340px; height: 384px; border: 1px solid #707070; left: 0; top: 0; z-index: 9999; color: #727272;}
	.recruitment_2_list div:nth-child(1) dl {background-position: 0 0;}
	.recruitment_2_list div:nth-child(1) dl:hover {background-position: 0 0;}
	.recruitment_2_list div:nth-child(2) dl {background-position: -418px 0;}
	.recruitment_2_list div:nth-child(2) dl:hover {background-position: -418px 0;}
	.recruitment_2_list div:nth-child(3) dl {background-position: -836px 0;}
	.recruitment_2_list div:nth-child(3) dl:hover {background-position: -836px 0;}
	.recruitment_2_list div:nth-child(4) dl {background-position: -1254px 0;}
	.recruitment_2_list div:nth-child(4) dl:hover {background-position: -1254px 0;}
	.recruitment_2_list div:nth-child(5) dl {background-position: -1672px 0;}
	.recruitment_2_list div:nth-child(5) dl:hover {background-position: -1672px 0;}
	.recruitment_2_list div:nth-child(6) dl {background-position: -2090px 0;}
	.recruitment_2_list div:nth-child(6) dl:hover {background-position: -2090px 0;}
	
	.recruitment_2_list_2 .recruitment_2_list_2_li {width: 220px; margin: 0 10px; font-size: 22px;}
	.recruitment_2_list_2 dl {width: 220px;}
	.recruitment_2_list_2 dl dt {width: 220px;}
	.recruitment_2_list_2 dl dt img {width: 220px;}
	
	.recruitment_3 {height: auto; background: none;}
	.recruitment_3 .box1_solution, .recruitment_3 .box1_title_h3, .recruitment_3 .box1_subt_1, .recruitment_3 .recruitment_3_left, .recruitment_3_left .title {color: #000;}
	.recruitment_3_left .con {color: #000;font-size: 24px; padding: 30px 0 0 0; line-height: 40px;}
	.recruitment_3_left {width: 700px; height: auto; padding-top: 50px; margin: 0 auto; clear: both;}
	.recruitment_3 .box1_line {background: #919982;}
	.recruitment_3_left .title {border: 1px solid #000; height: 64px; font-size: 28px; margin-left: 0;}
	.recruitment_3_left_ruler {float: left; margin-left: 24px;}
	.recruitment_3_left > div {float: left; width: 586px; height: auto; padding:0 0 60px 39px;}
	.recruitment_3_con {width: 100%;}
	.recruitment_3_right {margin: 0 auto; height: auto; float: none;background: #EEEEEE; box-sizing: border-box; padding: 23px;}
	.recruitment_3_right img {display: block; width: 654px; height: auto;}
	
	.recruitment_4 {height: auto; background: none;}
	.recruitment_4_con {width: 100%;}
	.recruitment_4_con .recruitment_3_left > div {padding: 0; width: 100%;}
	.recruitment_4_con .box2_line_1 {width: 100%; height: 4px;}
	.recruitment_4_con .box2_line_2 {width: 200px; height: 8px; margin: -6px 0 0 0;}
	.recruitment_4_con_text {width: 100%; font-size: 24px; line-height: 40px;}
	
	.recruitment_5_list {width: 700px; margin: 0 auto;}
	.recruitment_5_list dl {width: 50%; height: 300px;}
	.recruitment_5_list dl dt {position: relative;}
	.recruitment_5_list dl:nth-child(2n) dt::before {content: ''; position: absolute; left: 0; top: 24px; width: 1px; height: 72px; background: #B0B1B0;}
	.recruitment_5_list dl dt img {width: 120px; height: 120px;}
	.recruitment_5_list dl dd h4 {font-size: 24px;}
	.recruitment_5_list dl dd {font-size: 24px; line-height: 40px; width: 300px;}
	
	.recruitment_6_con_wap {width: 100%; padding-top: 40px; background: #F7F8FA;}
	.recruitment_6_con_wap .conWrap {width: 700px; overflow: hidden; margin: 0 auto;}
	.recruitment_6_con_wap .recruitment_6_list_li_wap {width: 100%; float: left; position: relative;}
	.recruitment_6_con_wap .recruitment_6_list_li_wap .num {font-size: 100px; line-height: 100px; font-weight: bold; color: #F7F8FA; display: block; width: 128px; float: left; text-shadow:   
		-1px -1px 0 black,  /* 左上 */  
		1px -1px 0 black,   /* 右上 */  
		-1px 1px 0 black,   /* 左下 */  
		1px 1px 0 black;    /* 右下 */}
	.recruitment_6_con_wap .list_right {width: 572px; float: left;}
	.recruitment_6_con_wap .recruitment_6_list_li_wap h4 {font-weight: bold; font-size: 32px; color: #333333; line-height: 50px;}
	.recruitment_6_con_wap .recruitment_6_list_li_wap {font-size: 24px; color: #7B7B7B; line-height: 40px; padding-right: 30px;}
	.recruitment_6_con_wap .con_right {width: 100%; height: auto; position: relative; padding-top: 20px; overflow: hidden;}
	.recruitment_6_con_wap .con_right .con_intro {width: 100%; height: auto; box-sizing: border-box; padding: 10px 30px 10px 30px; color: #fff; font-size: 24px; line-height: 40px; color: #fff; background: linear-gradient(180deg, #B9C99C 0%, #889D68 100%); box-shadow: 0px 3px 24px rgba(0,0,0,0.16); position: relative; margin-top: -10px; left: 0;}
	.recruitment_6_con_wap .con_right .con_intro .title {font-size: 18px; line-height: 32px; padding-top: 5px;}
	.recruitment_6_con_wap .con_right .con_intro:before {content: ''; position: absolute; top: -25px; left: 65px; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 25px solid #B9C99C;}
	.recruitment_6_wap_hdlist {height: 60px; padding-top: 10px; background: #F7F8FA; clear: both; text-align: center;}
	.recruitment_6_wap_hdlist li {width: 22px; height: 4px; overflow: hidden; background: #aaa; opacity: 0.3; margin: 0 2px; border-radius: 2px; display: inline-block;}
	.recruitment_6_wap_hdlist li.on {opacity: 1;}
	
	.recruitment_6_con {height: 1064px;}
	.recruitment_6_con_text {width:100%; text-align: center; font-size: 26px; color: #fff; line-height: 90px;padding-top: 568px; padding-left: 50px; box-sizing: border-box;}
	
	.service_1_list {width: 700px; margin: 0 auto;}
	.service_1 {height: auto;}
	.service_1_list dl {width: 338px; height: 526px; margin-left: 24px; margin-bottom: 24px; box-shadow: 0px 24px 24px 2px rgba(0,0,0,0.09); border-radius: 4px;}
	.service_1_list dl img {width: 338px; height: 374px; display: block;}
	.service_1_list dl:nth-child(2n+1) {margin-left: 0;}
	.news_buttonbox {display: none;}
	.service_1_list dl dd .title {padding-top: 15px;}
	.service_1_list dl dd .info {font-size: 24px; line-height: 40px;}
	
	.service_2_list {width: 700px; margin: 0 auto;}
	.service_2 {height: auto;}
	.service_2_list dl {width: 338px; height: 338px; margin-left: 24px; margin-bottom: 24px; border-radius: 16px;}
	.service_2_list dl img {width: 338px; height: 338px; display: block;}
	.service_2_list dl:nth-child(2n+1) {margin-left: 0;}
	.service_2_list dl dd {font-size: 28px;}
	.service_2_text {font-size: 24px; line-height: 40px; color: #000;}
	.service_2 .service_2_text {display: none;}
	
	.service_3_list {padding-top: 40px;}
	.service_3_list dl {width: 700px; height: 467px; position: relative; display: inline-block; overflow: hidden; border-radius: 8px; overflow: hidden;}
	.service_3_list dl img{width: 700px; height: 467px;}
	.service_3_list dl dd {width: 700px; height: 100px; padding: 10px 15px 0 15px; font-size: 26px; line-height: 40px;}
	
	.service_3_con {height: 542px; background-size: cover;}
	.service_3_con .text_con {font-size: 24px; line-height: 42px; padding-top: 250px;}
	
	.news_1_con {width: 700px; height: auto;margin: 0 auto;}
	.news_1_con_left {width: 100%; height: auto; float: none; position: relative; clear: both;}
	.news_1_con_left li img {width: 100%; height: 545px; display: block;}
	.news_1_con_left .title {width: 700px; font-size: 28px;}
	.news_list {width: 100%; clear: both; height: auto; padding: 15px 0 0 0;}
	.news_list dl {height: auto; padding-bottom: 15px;}
	.news_list dt {font-size: 26px; line-height: 50px; height: 50px;}
	.news_list dd img {float: right; margin-left: 10px;}
	
	.news_2_con_text {font-size: 24px; line-height: 40px;}
	.news_2_list {width: 100%;}
	.news_2_list dl {width: 100%; height: 660px; border-radius: 16px; float: none; margin-right: 0;}
	.news_2_list dl dt {width: 100%; height: auto; border-radius: 16px;}
	.news_2_list dl dt img {width: 100%; height: 522px; }
	.news_2_list dl dt a:hover img, .news_1_con_left a:hover img{/* 鼠标移上去时放大1.1倍 */ transform: scale(1); /* 确保图片中心区域可见 */ transform-origin: center center;}
	.news_2_list dl dd {width: 654px; height: 190px; padding: 30px 32px; box-shadow: 0px 6px 12px 1px rgba(0,0,0,0.09); border-radius: 16px; top: 428px; left: 23px; line-height: 51px; font-size: 26px; color: #000000;}
	.news_2_list dl dd a span {display: block; clear: both; text-align: right;font-size: 24px; color: #919982;}
	.news_2_list dl dd a span img {opacity: 0.35; margin-left: 8px;}
	
	.news_3_con {width: 700px; margin: 0 auto;}
	.news_3_con li {width: 341px; height: 194px; margin-bottom: 14px; border-radius: 8px 8px 0 0; overflow: hidden;}
	.news_3_con li:nth-child(2) {margin-right: 0;}
	.news_3_con li img {width: 341px; height: 194px; display: block;}
	.news_3_con li a {width: 341px; height: 194px;}
	.news_3_con li a span {background: linear-gradient( 180deg, rgba(185,201,156,0) 0%, #889D68 100%); position: absolute; width: 341px; height: 62px; padding-top: 20px; box-sizing: border-box; bottom: 0; left: 0; color: white;font-size: 24px; margin: 0; line-height: 42px;}
	
	.pop_video .video_con {width: 750px; height: 560px; top: 40vh;}
	.pop_video .video_con .pop_close {width: 80px; height: 80px; line-height: 80px; margin-right: 20px;}
	.pop_video .video_con video {width: 750px; height: 440px;}
	
	.news_detail,.news_detail_left {width: 100%;}
	.news_detail_left .title, .news_detail_left .title2 {padding: 40px 20px 0 20px;}
	.news_detail_left h1 {font-size: 32px; line-height: 48px;}
	.news_detail_left .title .info {font-size: 24px;}
	.news_detail_left .share {display: none;}
	.news_detail_left .detail_con {float: none; clear: both; width: 700px; margin: 0 auto; color: #404040;}
	.news_detail_left .detail_con p {padding-bottom: 20px;}
	.news_detail_right {width: 100%; box-sizing: border-box; clear: both; margin-top: 45px; padding: 40px 25px 0 25px; border-top: 1px solid #EEEEEE;}
	.news_detail_right h3 {line-height: 40px;}
	.news_detail_right .right_list dl {height: 174px;}
	.news_detail_right .right_list dl dt {width: 244px; height: 174px;}
	.news_detail_right .right_list dl dt a img {width: 216px; height: 144px;}
	.news_detail_right .right_list dl dd {width: 456px; height: 174px; font-size: 26px; line-height: 42px;}
	.news_detail_right .right_list dl dd .time {font-size: 24px;}
	
	.right_list_video img {width: 100%;}
	
	.pages {line-height:40px; }
	.pages ul li {width:40px; height:40px; margin-left: 8px !important;}
	.pages ul li.prev, .page ul li.prev_no, .page ul li.next, .page ul li.next_no {width:40px; height:40px;}
	.pages ul li a {width:38px; height:38px; line-height: 38px;}
	.pages ul li span {width:38px; height:38px;}
	.pages ul li.prev a, .page ul li.prev_no span, .page ul li.next a, .page ul li.next_no span {width:38px; height:38px;}
	
    .come_home {font-size:32px; text-align:center;}
    .quick_to {font-size:24px; line-height:50px;padding: 50px 15px 0 15px;}
    .nav_404 {padding: 31px 15px 0 15px; border-top:1px solid #ccc;}
    .nav_404 dl {width: 33.33%; padding-left:15px; box-sizing:border-box; text-align:center;}
    .nav_404 dt a {font-size: 18px; color:#000; line-height: 30px;}
    .nav_404 dd a {font-size: 19px; line-height: 30px;}
	
	footer {height: auto; padding-bottom: 50px;}
	.footer, .footer_left {width:100%; box-sizing: border-box;}
	.footer_left {padding: 50px 50px 0 50px;}
	.footer .footer_logo {height: auto;}
	.footer .footer_logo img {width: 260px; height: auto; margin: 0 auto; display: block;}
	.footer .join_title {text-align: center; font-size: 30px; line-height: 100px;}
	.footer .footer_address {display: none;}
	.footer .footer_nav {padding-top: 0;}
	.footer .footer_nav dl {width: 100%; clear: both; min-height: 60px;}
	.footer .footer_nav dl dt a {font-size: 24px; line-height: 60px; display: block; background:url("../images/footer_jian.jpg") right no-repeat; color: #fff; opacity: 1;}
	.footer .footer_nav dl dd {display: none;}
	.footer .footer_right dl {border: 0; border-radius: 10px; width: 192px; height: 246px; padding-top: 14px; margin-left: 34px; box-sizing: border-box;}
	.footer .footer_right dl dt img {width: 156px; height: 156px;}
	.footer .footer_right dl dd {font-size: 24px; line-height: 65px;}
	.footer_right {width: 100%; padding: 10px 0 0 50px; box-sizing: border-box; height: auto;}
	footer .copyright {font-size: 24px; line-height: 52px; height: auto; padding: 12px 0 35px 0; clear: both; margin-top: 40px; border-top: 1px solid #aaa;}
	
	#go_top {width: 88px; height: 88px; border-radius: 50%; box-shadow: 0px 4px 12px 0px rgba(153,153,153,0.4); bottom: 200px; left: 30px;}
	#go_top img {width: 88px; height: 88px;}
	
	.customer_sevice_box {width: 150px; height: 150px; background: none; box-shadow: none; right: 12px; top: auto; bottom: 20px;}
	
	.customer_sevice_box_wap {width: 750px; height: 170px; background: #FFFFFF; box-shadow: 0px -6px 8px 0px rgba(0,0,0,0.1); top: auto; right: auto; bottom: 0; left: 0; position: fixed;}
	.customer_sevice_box_wap::before {width: 4px; height: 58px; background: #979797; opacity: 0.38; position: absolute; left: 494px; bottom: 74px; content: '';}
	.customer_sevice_box_wap .customer_icon {height: auto; position: absolute; right: 16px; bottom: 50px;}
	.customer_sevice_box_wap .online_btns {font-size: 0px; padding-top: 22px; float: left;}
	.customer_sevice_box_wap .online_btns a {padding-left: 26px;display: block; float: left;}
	.customer_sevice_box_wap .online_btns a img {display: block; float: left;}
	.wap_foot_tips {font-size: 26px; padding-left: 26px; line-height: 50px; clear: both; text-align: center;}
}
