
.container{width: 1200px;margin: 0 auto;}
.hidden_pc{display: none;}
/*kv*/
.kv_box{position: relative;width: 100%;height: 445px;overflow: hidden;}
.kv_img{width: 100%;height: 100%;object-fit: cover;}
.kv_mb{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,0.5);}
.kv_center{position: absolute;width: 100%;text-align: center;top: 50%;margin-top: -40px;color: #fff;}
.kv_center h2{font-size: 30px;font-weight: bold;}
.kv_center div{text-transform: uppercase;font-size: 20px;font-weight: 100;margin-top: 3px;}
.kv_center span{display: inline-block;width: 60px;height: 3px;background: #fff;display:none;}
.kv_nav{position: absolute;width: 100%;height: 65px;line-height: 65px;background: rgba(0,0,0,0.2);left: 0;bottom: 0;}
.kv_nav_box{display: flex;display: -ms-flexbox;display: -webkit-flex;}
.kv_nav_box a{color: #fff;display: inline-block;font-size: 16px;text-align: center;transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition:all 0.5s;}
.kv_nav_box a.active{background: #ce311b;}
.kv_nav2 a{width: 50%;}
.kv_nav3 a{width: 33.33%;}
.kv_nav4 a{width: 25%;}
.kv_nav5 a{width: 20%;}

/*集团介绍--------------------------------------------------------------*/
.pingpai_box{overflow: hidden;}
.pingpai{padding: 70px 0 60px 0;position: relative;}
.pingpai_logo_ying{position: absolute;left: -164px;top: -75px;z-index: -1;}
.public_title h2{font-size: 28px;font-weight:bold;}
.public_title div{font-size: 28px;margin-top: 10px;}
.public_title div span{color: #CE311B;}
.public_title > span{display: inline-block;width: 30px;height: 6px;background: #CE311B;}
.pingpai_center{margin-top: 70px;display: flex;display: -ms-flexbox;display: -webkit-flex;align-items: center;}
.pingpai_img{padding-right: 80px;}
.pingpai_con{font-size: 19px;line-height: 48px;color: #000;}

.jituan_box{background: url(../images/pingpai_bg.jpg);background-size: cover;padding: 100px 0 95px 0;}
.jituan_box .public_title{color: #fff;}
.jituan_center{color: #fff;font-size: 19px;line-height: 44px;margin-top: 45px;text-align: justify;}

.yewu_fenbu{background: #f4f4f4;padding: 70px 0 60px 0;position: relative;}
.public_style_list{display: flex;display: -ms-flexbox;display: -webkit-flex;margin-top: 40px;overflow:hidden;}
.public_style_img{width: 50%;overflow:hidden;}
.public_style_img img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition:all 0.5s;}
.public_style_center{width: 50%;background: #fff;box-sizing: border-box;padding: 0 58px;}
.public_style_con{display: flex;display: -ms-flexbox;display: -webkit-flex;align-items: center;width: 100%;height: 100%;}
.public_style_content,.public_style_con div{width: 100%;}
.common_title{font-size: 24px;margin-bottom: 35px;position: relative;}
.common_title:after{content: '';position: absolute;width: 40px;height: 1px;background: #CE311B;left: 0;bottom: -20px;}
.common_con,.public_style_content p{font-size: 16px;line-height: 34px;}
.common_btn{display: inline-block;width: 134px;height: 40px;line-height: 40px;text-align: center;color: #FFFFFF;background: #CE311B;font-size: 16px;margin-top: 25px;transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition:all 0.3s;}

/*发展历程----------------------------------------------------------*/
.fazhan_box{background: #F4F4F4;padding-top: 70px;}
.fazhan_licheng{margin-top: 30px;padding: 65px 60px 120px 60px;background: #fff;overflow: hidden;}
.future{text-align: center;font-size: 24px;margin-bottom: 15px;}
.fazhan_center{padding-top: 90px;position: relative;text-align: center;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: center;}
.fazhan_center:before{content: '';position: absolute;width: 2px;height: 100%;left: 50%;top: 0;margin-left: -1px;background: #CE311B;}
.fazhan_center:after{content: '';position: absolute;width: 10px;height: 10px;background: #CE311B;border-radius: 50%;border: 5px solid #f0c1ba;top: 110px;}
.fazhan_center>div{width: 50%;box-sizing: border-box;}
/*单*/
.fazhan_center:nth-child(odd) .fazhan_img{text-align: right;padding-right: 49px;position: relative;}
.fazhan_center:nth-child(odd) .fazhan_img:after{content: '';position: absolute;width: 49px;height: 1px;background: #CE311B;right: 0;top: 30px;}
.fazhan_center:nth-child(odd) .fazhan_con{text-align: left;padding-left: 40px;}
.fazhan_con h2{font-size: 28px;font-family: arial;font-weight: 800;}
.fazhan_con div{font-size: 16px;line-height: 30px;margin-top: 5px;}
/*双*/
.fazhan_center:nth-child(even) .fazhan_img{text-align: left;padding-left: 49px;position: relative;}
.fazhan_center:nth-child(even) .fazhan_img:after{content: '';position: absolute;width: 49px;height: 1px;background: #CE311B;left: 0;top: 30px;}
.fazhan_center:nth-child(even) .fazhan_con{text-align: right;padding-right: 40px;}

/*新增的发展历程css*/
.fazhan_news{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;}
.fazhan_left{width: 15%;position: relative;}
.fazhan_left:before{content: '';position: absolute;left: 20px;top: 0;width: 1px;height: 100%;background: #cecece;}
.fazhan_time_box{height: 600px;overflow: auto;padding: 20px 0 0 40px;}
.fazhan_left .swiper-container{height: 100%;}
.fazhan_left .swiper-slide{opacity: 0.4;}
.fazhan_left .swiper-slide-active{opacity: 1;}
.fazhan_time{margin-bottom: 20px;cursor: pointer;opacity: 0.4;position: relative;font-family: arial;}
.fazhan_time p{font-size: 20px;font-weight: bold;line-height: 50px;}
.fazhan_time ul{display: none;padding: 10px 0;}
.fazhan_time li{list-style: none;line-height: 50px;}
.fazhan_time ul span{font-size: 16px;}

.fazhan_time.active{height: auto;opacity: 1;}
.fazhan_time.active:before{content: '';position: absolute;width: 20px;height: 20px;background: #dbdbdb;border-radius: 50%;box-sizing: border-box;border: 5px solid #fff;left: -30px;top: 14px;}
.fazhan_time li.active{color: #ce321c;font-size: 20px;}
.fazhan_time.active p{font-weight:900;}

.fazhan_right{width: 78%;}
.fanzhan_con_title{font-size: 70px;color: #999;line-height: 0;}
.fanzhan_con_title p{line-height: 70px;}
.fanzhan_con_title p small{font-size:26px;}
.fanzhan_con_title span{display: inline-block;width: 30px;height: 4px;background: #CE2F1C;margin: 45px 0;}
.fanzhan_con_ps{font-size: 24px;color: #666;}
.fanzhan_con_img{margin-top: 40px;max-width: 100%;}

/*新增的发展历程结束*/


/*公司新闻-------------------------------------------------------------*/
.gsnews_box{padding: 70px 0 60px 0;margin: 0 -22px;font-size: 0;}
.news_btn{text-align: center;}
.more_btn{display: inline-block;width: 175px;height: 50px;line-height: 50px;background: #CE311B;color: #fff;text-align: center;font-size: 18px;transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition:all 0.3s;}
.gsnews_list{display: inline-block;width: 33.33%;padding: 0 22px;margin-bottom: 60px;box-sizing: border-box;vertical-align: top;}
.gsnews_img{overflow: hidden;height:233px;}
.gsnews_img img{width: 100%;height:100%;object-fit:cover; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition:all 0.5s;}
.gsnews_time{font-size: 16px;color: #666;font-family: arial;margin: 20px 0 5px 0;}
.gsnews_title{font-size: 18px;line-height: 30px;height: 60px;color: #333;}
/*新闻内页*/
.artical{background: #F4F4F4;padding-top: 75px;}
.artical_box{background: #fff;}
.artical_title{padding:80px 0 54px 0;text-align: center;border-bottom: 1px solid #ededed;}
.artical_title div{font-size: 36px;margin-bottom: 25px;}
.artical_title p{font-size: 14px;}
.artical_content{padding: 45px 80px 90px 80px;}
.artical_content img{max-width: 100%;}
.artical_content p{font-size: 14px;line-height: 24px;margin-bottom: 20px;}
.artical_btn{margin-top: 75px;text-align: center;display: flex;display: -webkit-flex;display: -ms-flexbox;justify-content: center;}
.artical_btn a{display: inline-block;width: 145px;height: 38px;border: 1px solid #dcdcdc;line-height: 38px;color: #666;font-size: 14px;margin: 0 22px;}
.artical_btn a span{display:inline-block; -ms-transform:scale(0.5,1.5); -webkit-transform:scale(0.5,1.5); -moz-transform:scale(0.5,1.5); -o-transform:scale(0.5,1.5);}
.artical_btn a:first-child span{margin-right: 20px;}
.artical_btn a:last-child span{margin-left: 20px;}


/*科研创新--------------------------------------------------------------------------*/
.keyan_center .common_title{margin-bottom: 25px;}
.keyan_center .common_title:after{display: none;}
.keyan_tab{display: flex;display: -ms-flexbox;display: -webkit-flex;flex-wrap: wrap;justify-content: space-between;}
.keyan_tab span{min-width: 40%;line-height: 30px;margin-bottom:15px;padding-left: 20px;position: relative;box-sizing: border-box;}
.keyan_tab span:before{content: '';position: absolute;width: 9px;height: 9px;background: #CE311B;border-radius: 50%;left: 0;top: 10px;}

/*资质证明-----------------------------------------------------------------------*/
.zizhi_lunbo{background:#f4f4f4;position:relative;}
.zizhi_img img{width: 100%;box-shadow: 0 0 6px rgba(0,0,0,0.2);}
.swiper-zizhi{padding: 50px 10px 100px 10px;margin: 0 -10px;}
.pagination-zizhi .swiper-pagination-bullet{width: 15px;height: 15px;background: #fff;opacity: 1;}
.pagination-zizhi .swiper-pagination-bullet-active{background: #CE311B;}
.zizhi_lunbo .swiper-container-horizontal>.swiper-pagination-bullets{bottom:50px;}
.zizhi_lunbo .index-hangjing-prev{margin-top: -40px;left:10%;}
.zizhi_lunbo .index-hangjing-next{margin-top: -40px;right:10%;}

/*业务领域-------------------------------------------------------------------------*/
.ywlingyu_box{padding: 70px 0 60px 0;}
.yw_shuoming{line-height: 30px;margin-top: 35px;}
.yw_swiper{margin: 30px -38px 0 -38px;}
.yw_swiper .swiper-slide{display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 600ms;
	  transform: scale(0.8);opacity:0.6;
}
.yw_swiper .swiper-slide-active,.yw_swiper .swiper-slide-duplicate-active{
      transform: scale(1);opacity:1;
	}
.yw_swiper .swiper-slide img{width: 100%;}

/*业务分布-------------------------------------------------------------------------*/
.ywfenbu_center{font-size: 0;}
.ywfenbu_center .public_style_list{display: block;}
.ywfenbu_center .public_style_center,.ywfenbu_center .public_style_img{width: 100%;}
.ywfenbu_center .public_style_center{padding: 50px 58px;}
.ywfenbu_center .common_con{font-size: 14px;}

/*社会公益-------------------------------------------------------------------------*/
.gsnews_box.gongyi{padding-top: 40px;}

/*华盛乐享----------------------------------------------------------------------------*/
.lexiang_box{display: flex;display: -ms-flexbox;display: -webkit-flex;}
.lexiang_box > div{width: 50%;}
.lexiang_img{overflow: hidden;position: relative;font-size: 0;color: #fff;display: block;height:100%;}
.lexiang_img img{width: 100%;height: 100%;object-fit: cover;}
.lexiang_img_title{position: absolute;width: 100%;bottom: 0;background: rgba(0,0,0,0.4);height: 100px;padding: 25px 165px 20px 25px;box-sizing: border-box;}
.lexiang_img_title p{font-size: 18px;margin-bottom: 5px;}
.lexiang_img_title span{font-size: 16px;font-family: arial;}
.lexiang_left .swiper-container{height:100%;}
.lexiang_left .swiper-pagination{text-align: right;padding-right: 20px;box-sizing: border-box;bottom: 34px;}
.lexiang_left .swiper-pagination-bullet{width: 14px;height: 14px;box-sizing: border-box;border: 1px solid #fff;background: none;opacity: 1;}
.lexiang_left .swiper-pagination-bullet-active{background: #fff;}
.lexiang_left{position: relative;}
.lexiang_left_con{position: absolute;width: 100%;height: 100%;left: 0;top: 0;opacity: 0;}
.lexiang_left_con.in{opacity: 1;}
.lexiang_right{background: #fff;}
.lexiang_right_list{height: 400px;overflow: auto;box-sizing: border-box;padding: 20px 0;}
.lexiang_list{display: block;line-height: 58px;font-size: 14px;position: relative;padding: 0 140px 0 35px;color: #333;border-bottom: 1px dashed #e5e5e5;}
.lexiang_list span{position: absolute;right: 35px;transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition:all 0.5s;}
.lexiang_more{float: right;display: inline-block;width: 90px;line-height: 40px;border: 1px solid #e5e5e5;border-radius: 4px;text-align: center;font-size: 14px;color: #333;margin-top: 20px;margin-right:35px;}

/*培训发展----------------------------------------------------------------------------*/
.peixun_news{padding-top: 70px;margin: 0 -22px;display: flex;display: -ms-flexbox;display: -webkit-flex;flex-wrap: wrap;}
.peixun_list{padding-bottom: 100px;display: flex;display: -ms-flexbox;display: -webkit-flex;flex-wrap: wrap;justify-content: space-between;}
.peixun_list > div{width: 48%;box-sizing: border-box;vertical-align:top;}
.peixun_content{display: block;padding: 30px 0 30px 127px;position: relative;color: #333;min-height: 107px;}
.peixun_time{position: absolute;width: 107px;height: 107px;box-sizing: border-box;text-align: center;padding-top: 30px;background: #ccc;left: 0;top: 30px;font-family: arial;}
.peixun_time span{font-size: 30px;}
.peixun_time p{font-size: 18px;}
.peixun_con div{font-size: 18px;line-height: 50px;}
.peixun_con p{font-size: 14px;line-height: 24px;color: #666;}

/*合作头条-----------------------------------------------------------------------------------*/
.fuwu_kehu{background: #fff;padding: 55px;margin-top: 35px;}
.fuwu_kehu h2{font-size: 24px;}
.fuwu_kehu p{font-size: 16px;line-height: 30px;margin: 15px 0 35px 0;}
.kehu_img{display: flex;display: -ms-flexbox;display: -webkit-flex;flex-wrap: wrap;align-items: center;}
.kehu_img div{width: 16.66%;text-align: center;margin-bottom: 20px;}
.kehu_img div img{max-width: 90%;}
.hezuo_left_nav{border-bottom: 1px solid #e5e5e5;margin-top: 20px;}
.hezuo_left_nav a{line-height: 50px;font-size: 18px;color: #333;margin-right: 100px;position: relative;display: inline-block;}
.hezuo_left_nav a.active{color: #CE2F1C;}
.hezuo_left_nav a.active:after{position: absolute;content: '';width: 100%;height: 3px;background: #CE2F1C;left: 0;bottom: 0;}
.toutiao .gsnews_list{width:25%;}
.toutiao .gsnews_img{height:170px;}


/*诚聘英才-----------------------------------------------------------------------------------*/
.join_content{background: #F4F4F4;padding: 60px 0 80px 0;}
.join_list{margin: 0 -10px;display: flex;display: -ms-flexbox;display: -webkit-flex;flex-wrap: wrap;overflow: hidden;}
.join_mbox{width: 50%;box-sizing: border-box;padding: 10px;}
.join_box{background: #fff;padding: 40px 30px;}
.join_title{font-size: 24px;border-bottom: 1px solid #e5e5e5;padding-bottom: 20px;}
.join_box a{display: inline-block;width: 118px;line-height: 40px;background: #cd2c1b;color: #fff;text-align: center;transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition:all 0.3s;}
.join_con{font-size: 14px;line-height: 30px;margin: 15px 0;}
.join_content{background: #F4F4F4;}

.post_tanchuang{position: fixed;width: 100%;height: 100%;top: 0%;left: 0%;background: rgba(0,0,0,0.6);align-items: center;justify-content: center;z-index: 999;font-size: 0;display: flex;display: -webkit-flex;display: -ms-flexbox;opacity: 0;transform: scale(0);-webkit-transform: scale(0);-ms-transform: scale(0);}
.post_tanchuang.in{top: 0;left: 0;opacity: 1;transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
.post_mbox{box-shadow: -10px 10px 0 rgba(255,255,255,0.4);position: relative;}
.post_mbox .close{display: inline-block;position: absolute;width: 47px;height: 68px;background: url(../images/close.png);top: -68px;right: 0;cursor: pointer;}
.post_tanchuang iframe{width: 820px;height: 640px;border: none;}
.post_tc_box{background: #fff;padding: 70px 50px 70px 90px;}
.post_tc_box h3{font-weight: 400;margin-bottom: 30px;text-align: center;color: #000;font-size: 24px;}
.post_tc_center{overflow-y: auto;width: 680px;height: 369px;box-sizing: border-box;padding: 20px 10px;}
.post_tc_center h4{font-size: 18px;}
.post_tc_center .line{border-top: 1px dashed #ccc;margin-bottom: 20px;}
.upload{display: inline-block;background: #CE2F1C;line-height: 40px;padding: 0 20px;color: #fff;font-size: 14px;margin: 10px 0;}
.jianli{font-size: 14px;margin-bottom: 10px;}
.layui-btn.upload{background: #CE2F1C;}
.upload img{vertical-align: middle;margin-right: 5px;width: 20px;height: auto;}
.post_tc_box .shenqin{text-align: center;}
.shenqin a{display: inline-block;width: 174px;height: 50px;line-height: 50px;font-size: 18px;color: #fff;background: #CE2F1C;margin-top: 20px;}
.basic_box{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.basic_box > div{width: 48%;padding-left: 55px;position: relative;box-sizing: border-box;line-height: 34px;margin-bottom: 10px;}
.basic_box > div span{position: absolute;left: 0;;font-size:14px;}
.basic_box > div input{width: 100%;height: 34px;padding: 0 15px;box-sizing: border-box;border-radius: 2px;border: 1px solid #e5e5e5;font-size:14px;}
.basic_box > div.sex_box input{width: auto;height: auto;margin-right: 5px;border-radius: 0;}
.basic_box > div.sex_box label{width: 30%;display: inline-block;font-size:14px;}



/*业务咨询------------------------------------------------------------------------------------*/
.zixun_box{font-size: 0;margin-bottom: 40px;border: 1px solid #e5e5e5;}
.zixun_box>div{display: inline-block;box-sizing: border-box;width: 50%;height: 400px;vertical-align: top;}
.zixun_map iframe{width: 100%;height: 100%;border: none;}
.zixun_content{background: #fff;display: flex;display: -ms-flexbox;display: -webkit-flex;align-items: center;justify-content: center;height: 100%;}
.addr_title{font-size: 24px;margin-bottom: 30px;}
.zixun_con p{font-size: 16px;line-height: 36px;}
.zixun_con p img{vertical-align: sub;margin-right: 12px;}
.zixun_con p span{display: inline-block;width: 75px;text-align-last: justify;}
.zixun_box:nth-child(even) .zixun_map{float: right;}

/*在线留言---------------------------------------------------------------------------------------*/
.online_box{margin-top: 48px;}
.online_message{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;}
.online_message div{width: 32.8%;background: #fff;line-height: 78px;padding: 0 28px 0 85px;box-sizing: border-box;margin-bottom: 10px;font-size: 18px;position: relative;}
.online_message div span,.online_neir span{position: absolute;left: 28px;}
.online_message div input{vertical-align: baseline;line-height: 78px;font-size: 18px;outline: none;border: none;border-radius: 0;font-family: SCNRegular, Microsoft YaHei, Arial, Helvetica, sans-serif;width: 100%;}
.online_neir{background: #fff;padding: 20px 28px 20px 85px;position: relative;font-size: 18px;}
.online_neir textarea{width: 100%;height: 280px;line-height: 30px;font-size: 18px;font-family: SCNRegular, Microsoft YaHei, Arial, Helvetica, sans-serif;outline: none;border: none;border-radius: 0;resize: none;}
.online_box a{display: inline-block;width: 135px;line-height: 40px;background: #ce2f1c;color: #fff;font-size: 18px;margin-top: 45px;transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition:all 0.3s;}



@media only screen and (min-width: 1280px) {
.kv_nav_box a:hover{background: #CE311B;color:#fff;}
.gsnews_list:hover .gsnews_img img{transform: scale(1.1);-ms-transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}
.gsnews_list:hover .gsnews_time,.gsnews_list:hover .gsnews_title{color: #CE311B;}
.artical_btn a:hover{border-color: #CE311B;background: #CE311B;color: #fff;}
.lexiang_more:hover{border-color: #CE311B;background: #CE311B;color: #fff;}
.lexiang_list:hover{background: #f4f4f4;font-size:14.5px;}
.lexiang_list:hover span{font-size:14px;}
.lexiang_img:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);}
.peixun_content:hover .peixun_time{background: #CE311B;color: #fff;}
.hezuo_left_nav a:hover{color: #CE311B;}
.zizhi_img img:hover,.public_style_img:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);}
.common_btn:hover,.more_btn:hover,.join_box a:hover,.online_box a:hover{box-shadow:2px 2px 4px rgba(0,0,0,0.6);color:#fff;}
}


@media only screen and (max-width: 1680px) {
.zizhi_lunbo .index-hangjing-prev{left:7%;}
.zizhi_lunbo .index-hangjing-next{right:7%;}
}

@media only screen and (max-width: 1366px) {
.container{width: 1024px;}
.kv_box{height: 440px;}
.kv_center h2{font-size: 32px;}
.kv_center div{font-size: 20px;}
.kv_center span{width: 54px;height: 2px;}
.kv_nav{height: 54px;line-height: 54px;}
.kv_nav_box a{font-size: 15px;}
.kv_nav_box a.active{font-size: 18px;}
.public_title h2,.public_title div{font-size: 24px;}
.public_title > span{height: 4px;}
.pingpai_logo_ying{width: 300px;left: -116px;top: -28px;}
.pingpai{padding: 60px 0;}
.pingpai_img img{width: 100px;}
.pingpai_con {font-size: 18px;line-height: 36px;}
.pingpai_center{margin-top: 45px;}
.jituan_center{font-size: 18px;line-height: 34px;margin-top: 25px;}
.jituan_box{padding: 80px 0 60px 0;}
.yewu_fenbu{padding: 70px 0 60px 0;}
.common_title{font-size: 20px;margin-bottom: 20px;}
.common_title:after{bottom: -10px;width: 30px;}
.common_con,.ywfenbu_center .common_con,.public_style_content p {font-size: 12px;line-height: 26px;}
.common_btn {width: 120px;height: 36px;line-height: 36px;font-size: 12px;margin-top: 20px;}
.fazhan_con h2{font-size: 28px;margin-top: 10px;}
.fazhan_con div{font-size: 15px;line-height: 26px;}
.fazhan_img img{width: 240px;}
.fazhan_center:nth-child(odd) .fazhan_img{padding-right: 35px;}
.fazhan_center:nth-child(odd) .fazhan_img:after,.fazhan_center:nth-child(even) .fazhan_img:after{width: 35px;}
.fazhan_center:nth-child(odd) .fazhan_con{padding-left: 30px;}
.fazhan_center:nth-child(even) .fazhan_img{padding-left: 35px;}
.fazhan_licheng{padding: 45px 40px 80px 40px;}
.fazhan_box{padding-top: 70px;}
.gsnews_time{font-size: 14px;}
.gsnews_title{font-size: 16px;}
.gsnews_list{padding: 0 10px;margin-bottom: 40px;}
.gsnews_box{margin: 0 -10px;padding: 75px 0 60px 0;}
.artical_title{padding: 60px 0 30px 0;}
.artical_title div{font-size: 24px;margin-bottom: 15px;}
.artical_content{padding: 40px 40px 60px 40px;}
.ywlingyu_box{padding: 70px 0 60px 0;}
.lexiang_right_list{height: 342px; padding: 15px 0;}
.lexiang_list{line-height: 50px;}
.lexiang_more{margin-top: 14px;line-height: 40px;}
.lexiang_img_title p{font-size: 17px;}
.lexiang_img_title span{font-size: 13px;}
.lexiang_img_title{height: 80px;padding: 20px 130px 20px 20px;}
.lexiang_left .swiper-pagination{bottom: 27px;}
.peixun_news{padding-top: 70px;margin: 0 -10px;}
.peixun_list{padding-bottom: 70px;}
.fuwu_kehu {padding: 60px 40px 40px 40px;}
.fuwu_kehu h2{font-size: 24px;}
.fuwu_kehu p {font-size: 16px; line-height: 28px; margin: 25px 0 35px 0;}
.online_message div{line-height: 64px;font-size: 18px;}
.online_message div input{line-height: 64px;}
.online_neir{font-size: 18px;}
.online_neir textarea,.online_message div input{font-size: 18px;}
.addr_title{font-size: 22px;margin-bottom: 20px;}
.zixun_con p{font-size: 16px;}
.zixun_con p span{width: 70px;}
.zixun_con p img{width: 22px;}
.zizhi_lunbo .index-hangjing-prev{left:5%;}
.zizhi_lunbo .index-hangjing-next{right:5%;}
}

@media only screen and (max-width: 1024px) {
.container{width: 100%;box-sizing: border-box;padding: 0 20px;}
.lexiang_box{display: block;}
.lexiang_box>div{width: 100%;}
.online_message div{font-size: 16px;}
.online_neir{font-size: 16px;}
.online_neir textarea,.online_message div input{font-size: 16px;}
.online_message div{padding: 0 20px 0 70px;}
.online_message div span, .online_neir span{left: 20px;}
.online_neir{padding: 20px 20px 20px 70px;}
.online_neir textarea{line-height: 26px;}

.hidden_pc{display: block;}
.visible_pc{display: none;}
}

@media only screen and (max-width: 768px) {
.zixun_box>div{width: 100%;height: auto;}
.zixun_box>div.zixun_map{height: 220px;}
.zixun_content{display: block;height:auto;}
.zixun_con{padding: 20px;}
.addr_title{font-size: 16px;margin-bottom: 12px;}
.zixun_con p{font-size: 13px;line-height: 26px;}
.zixun_con p span{width: 53px;}
.zixun_con p img{width: 16px;margin-right: 6px;}
.yw_swiper{margin: 30px -20px 0 -20px;}
.index-hangjing-prev{left:50px}
.index-hangjing-next{right:50px}
}
@media only screen and (max-width: 767px) {
.kv_box {height: 230px;}
.kv_center h2{font-size: 22px;}
.kv_center div{font-size: 14px;margin-bottom: -7px;}
.kv_center span{width: 36px;height: 1px;}
.kv_center{margin-top: -33px;}
.kv_nav{height: 40px;line-height: 40px;}
.kv_nav_box a{font-size: 12px;}
.kv_nav_box a.active{font-size: 14px;}
.pingpai{padding: 45px 0;}
.public_title h2,.public_title div{font-size: 20px;line-height: 20px;}
.public_title > span{height: 2px;margin-top: 10px;}
.pingpai_logo_ying {width: 240px;left: -95px;top: -50px;}
.pingpai_img{display: none;}
.pingpai_con {font-size: 15px; line-height: 28px;}
.pingpai_center{margin-top: 20px;}
.jituan_box {padding: 60px 0 50px 0;}
.jituan_center{font-size: 15px; line-height: 28px;margin-top: 20px;}
.yewu_fenbu {padding: 55px 0 45px 0;}
.public_style_list{display: block;margin-top: 20px;}
.public_style_list > div{width: 100%;font-size: 0;}
.public_style_center{padding: 20px;}
.fazhan_licheng{background: none;padding: 30px 0 60px 0;}
.future{text-align: left;font-size: 20px;}
.fazhan_center:before{left: 10px;margin: 0;}
.fazhan_center{padding-top: 35px;display: block;}
.fazhan_center:nth-child(odd) .fazhan_img,.fazhan_center:nth-child(even) .fazhan_img{padding: 0 0 0 30px;text-align: left;}
.fazhan_center:nth-child(odd) .fazhan_img:after,.fazhan_center:nth-child(even) .fazhan_img:after{width: 20px;left: 10px;right: auto;}
.fazhan_center:after{left: 0;top: 55px;}
.fazhan_center>div{width: 100%;}
.fazhan_con h2{font-size: 20px;font-weight: bold;}
.fazhan_con div {font-size: 13px; line-height: 24px;}
.fazhan_center:nth-child(even) .fazhan_con{text-align: left;padding-left: 30px;padding-right: 0;}
.fazhan_box{padding-top: 40px;}
.fazhan_licheng{margin: 0;}
.gsnews_list,.toutiao .gsnews_list{width: 50%;}
.gsnews_title{line-height: 24px;height: 48px;}
.more_btn {width: 140px;height: 40px;line-height: 40px;font-size: 14px;}
.artical{padding: 0;background: #fff;}
.artical_title{padding: 40px 0 20px 0;}
.artical_title div{font-size: 18px;margin-bottom: 10px;}
.artical_content{padding: 25px 0 50px 0;}
.artical_btn{margin-top: 45px;}
.artical_btn a{margin: 0 10px;}
.keyan_tab span{font-size: 14px;line-height: 26px;margin-bottom: 10px;padding-left: 15px;width: 45%;}
.keyan_tab span:before{width: 5px;height: 5px;top: 11px;}
.pagination-zizhi .swiper-pagination-bullet {width: 10px;height: 10px;}
.swiper-zizhi{padding: 10px 10px 60px 10px;}
.yw_shuoming{line-height: 26px;margin-top: 25px;font-size: 12px;}
.ywlingyu_box{padding: 40px 0 30px 0;}
.ywfenbu_center .public_style_center{padding: 20px;}
.lexiang_img_title{height: 60px;padding: 10px 70px 10px 20px;}
.lexiang_img_title p{font-size: 14px;}
.lexiang_img_title span,.lexiang_list span{font-size: 12px;}
.lexiang_left .swiper-pagination-bullet{width: 8px;height: 8px;}
.lexiang_left .swiper-pagination{bottom: 20px;}
.lexiang_box .lexiang_right{display:none;}
.lexiang_right_list{height: auto;}
.lexiang_list{padding: 0 80px 0 20px;}
.lexiang_list span{right:15px;}
.lexiang_more{margin-right:15px;}
.peixun_news{padding-top: 55px;}
.peixun_time {width: 75px; height: 75px; padding-top: 17px; top: 20px;}
.peixun_time span{font-size: 22px;}
.peixun_time p{font-size: 12px;}
.peixun_content {padding: 20px 0 20px 90px;min-height: 75px;}
.peixun_con div {font-size: 16px;line-height: 30px;}
.peixun_con p {font-size: 12px;line-height: 20px;}
.peixun_list{padding-bottom: 55px;}
.fuwu_kehu {padding: 30px 20px 20px 20px;}
.fuwu_kehu h2{font-size: 18px;}
.fuwu_kehu p {font-size: 14px; line-height: 24px; margin: 20px 0 30px 0;}
.kehu_img div{width: 25%;margin-bottom: 10px;}
.join_content{padding: 30px 0 40px 0;}
.join_mbox{width: 100%;}
.join_box{padding: 20px;}
.join_title{font-size: 16px;padding-bottom: 10px;}
.join_con {font-size: 13px;line-height: 24px;margin: 10px 0;}
.join_box a{width: 90px;line-height: 36px;font-size: 13px;}
.online_message{flex-wrap: wrap;}
.online_message div{width: 100%;line-height: 50px;}
.online_message div input{line-height: 50px;}
.online_neir textarea{height: 140px;}
.online_box{margin-top: 30px;}
.online_box a{font-size: 14px;}
.post_tanchuang iframe{width: 100%;height: 450px;}
.post_tc_box{padding: 27px 10px;}
.post_tc_center{width: 100%;height: 289px;padding: 10px 10px;}
.basic_box > div{width: 100%;}
.shenqin a { width: 140px; height: 42px; line-height: 42px; font-size: 15px;}
.basic_box > div span{font-size: 14px;}
.post_tc_box h3 {margin-bottom: 15px;font-size: 20px;}
.post_tc_center h4{font-size: 16px;}
.hezuo_left_nav{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;}
.hezuo_left_nav a{font-size:14px;margin:0;}
.gsnews_img,.toutiao .gsnews_img{height:100px;}
.peixun_list > div{width:100%;}

    /*新增的发展历程css手机版*/
    .fazhan_right{width: 100%;}
    .fazhan_con_box{margin-bottom: 10px;padding-left:20px;position:relative;}
    .fazhan_con_box:before{content:'';position:absolute;width:1px;height:100%;background:#CE2F1C;left:5px;top:30px;}
    .fazhan_con_box:after{content:'';position:absolute;width:10px;height:10px;background:#CE2F1C;left:0;top:20px;border-radius:50%;}
    .fanzhan_con_title p{line-height: 50px;}
    .fanzhan_con_title{font-size: 22px;line-height: 30px;color: #CE2F1C;}
    .fanzhan_con_ps{font-size: 14px;line-height: 24px;}
    .fanzhan_con_img{margin-top: 20px;}
    /*新增的发展历程css手机版结束*/
	.yw_swiper{margin: 30px -10px 0 -10px;}
.index-hangjing-prev{left:30px}
.index-hangjing-next{right:30px}

}

@media only screen and (max-width: 375px) {
}

