@charset "utf-8";

.cs {
  display: block;
  position: absolute;
  width: 100%;
  height: 30000px;
  left: 0;
  top: 0;
  background: red;
  z-index: 8000;
  opacity: 0.3;
  background: url(../images/1.jpg) no-repeat top center;
}

.companypart_yz_address_list{
  width: 1300px;
}
.companypart_yz_address_list li{
  margin-right: 20px;
  width: 413px;
  height: 206px;
  float:left;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.companypart_yz_address_list li:nth-child(1){
  background: url(../images/address-cd.png);
}
.companypart_yz_address_list li:nth-child(2){
  background: url(../images/address-bj.png);
}
.companypart_yz_address_list li:nth-child(3){
  background: url(../images/address-sh.png);
}
.companypart_yz_address_list li:nth-child(4){
  background: url(../images/address-gz.png);
}
.companypart_yz_address_list li:nth-child(5){
  background: url(../images/address-sz.png);
}
.companypart_yz_address_list li:nth-child(6){
  background: url(../images/address-hz.png);
}
.companypart_yz_address_list li:nth-child(7){
  background: url(../images/address-wh.png);
}
.companypart_yz_address_list li:nth-child(8){
  background: url(../images/address-yw.png);
}
.companypart_yz_address_list li:nth-child(9){
  background: url(../images/address-qz.png);
}
.companypart_yz_address_name{
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  position: absolute;
  left: 40px;
  bottom: 40px;
  transition: all .5s;
}
.companypart_yz_address_detail{
  position: absolute;
  left: 40px;
  bottom: -15px;
  transition: all .5s;
  opacity: 0;
}
.companypart_yz_address_list li:hover .companypart_yz_address_name{
 bottom: 77px;
 color: #FFF8F7;
 text-shadow: 0px 1px 4px #F02F00;
}
.companypart_yz_address_list li:hover .companypart_yz_address_detail{
  bottom: 32px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #FFF8F7;
  text-shadow: 0px 1px 1px #F13000;
  opacity: 1;
}
.companypart_yz_address_list li:nth-child(1):hover{
  background: url(../images/address-cd-hover.png);
}
.companypart_yz_address_list li:nth-child(2):hover{
  background: url(../images/address-bj-hover.png);
}
.companypart_yz_address_list li:nth-child(3):hover{
  background: url(../images/address-sh-hover.png);
}
.companypart_yz_address_list li:nth-child(4):hover{
  background: url(../images/address-gz-hover.png);
}
.companypart_yz_address_list li:nth-child(5):hover{
  background: url(../images/address-sz-hover.png);
}
.companypart_yz_address_list li:nth-child(6):hover{
  background: url(../images/address-hz-hover.png);
}
.companypart_yz_address_list li:nth-child(7):hover{
  background: url(../images/address-wh-hover.png);
}
.companypart_yz_address_list li:nth-child(8):hover{
  background: url(../images/address-yw-hover.png);
}
.companypart_yz_address_list li:nth-child(9):hover{
  background: url(../images/address-qz-hover.png);
}


/*公共样式*/
.blockbox {
  width: 100%;
  max-width: 1200px;
  min-width: 980px;
  *+height: 1%;
  margin: 0 auto;
}

.blockbox ul{
	float: left;
	padding: 0px;
}

.blockbox:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.el{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.el3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.el4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
/*header*/

.header {
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 980px;
  z-index: 2;
  /* background: #000; */
}

.header_top {
  position: relative;
}

.header_top .logo {
  display: block;
  width: 105px;
  height: 27px;
  vertical-align: middle;
  position: absolute;
  left: 40px;
  top: 15px;
}

.header_center {
  height: 64px;
  padding-left: 168px;
  float: left;
}

.header_center ul {
  display: inline-block;
  position: relative;
  margin-top: 3px;
}

.header_center ul li {
  float: left;
  font-size: 14px;
  /* padding: 0 23px; */
  position: relative;
  line-height: 60px;
}

.header_center ul li.index:hover .show_menu {
  display: block;
}

.header_center ul li:hover .header_a,
.header_center ul li.on .header_a {
  color: #EF1E25;
}

.header_center ul li .header_a {
  color: #fff;
  width: 100%;
  display: inline-block;
  padding: 0 23px;
}


.header_center ul .index:before {
  display: none !important;
}

.header_right {
  display: inline-block;
  float: right;
}

.header_right ul {
  display: inline-block;
  position: relative;
  margin-top: 7px;
}

.header_right ul li {
  float: left;
  font-size: 14px;
  padding: 0 18px;
  position: relative;
  line-height: 50px;
}

.header_right ul li.libefore:before {
  content: '';
  width: 1px;
  height: 9px;
  position: absolute;
  top: 10px;
  right: 10px;
  top: 21px;
  margin-right: -10px;
  opacity: 0.68;
  background: rgba(255, 255, 255, .5);
}
.header_right ul li.libefore:hover a{
 color: #EF1E25;
}

.header_right ul li a {
  color: #fff;
  width: 100%;
}

.header_right ul li a.head_tokefu {
  display: inline-block;
  width: 90px;
  height: 28px;
  background: #EF1E25 url('../images/icon_kefu.png') no-repeat 12% 50%;
  line-height: 28px;
  text-indent: 26px;
  margin: 0 10px 0 -13px;
}

.show_menu {
  position: absolute;
  left: -65%;
  width: 1392px;
  top: 60px;
  z-index: 99;
  display: none;
}

.show_menu .publicblock {
  width: 1411px;
  background: #fff;
  box-shadow: 0 2px 14px 0 rgba(44, 71, 146, 0.1);
  line-height: 30px;
  padding: 18px 50px 24px;
  position: absolute;
  border-radius: 0 0 5px 5px;
  top: 0;
}

.show_menu .publicblock::before,
.show_menu .sub-nav::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border-bottom: 10px solid #000000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 59px;
}

.show_menu .dl {
  font-size: 14px;
  color: #505050;
  display: block;
  float: left;
}

.close_show_menu {
  width: 30px;
  height: 30px;
  background: url('../images/icon-close.png') no-repeat center/50%;
  position: absolute;
  cursor: pointer;
  right: 28px;
  opacity: .6;
}

.show_menu .dl:not(:last-child) {
  padding: 0 102px 0 0;
}

.show_menu .dl .dt {
  font-weight: bold;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 30px !important;
  margin-bottom: 8px;
  color: #2A2A2A;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 10px 9px 0;
}

.show_menu .dl .menu_ul {
  display: inline-block;
  vertical-align: top;
}

.show_menu .dl .menu_p {
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid rgba(151, 151, 151, .35);
  margin-bottom: -5px;
  padding-bottom: 6px;
}

.show_menu .dl .menu_p .menu_more {
  float: right;
  min-width: 14px !important;
  height: 15px !important;
  background: url('../images/arrow_menu.png') no-repeat center;
  display: inline-block;
  margin-top: 8px;
}

.show_menu .dl .dt img {
  margin-right: 5px;
  vertical-align: -2px;
}

.show_menu a {
  color: #666;
  font-size: 12px;
  color: #000;
  margin-right: 10px;
  line-height: 30px !important;
  height: 30px;
  display: block;
  min-width: 100px;
  font-weight: normal;
}

.show_menu a:hover {
  color: #EF1E25;
}

.show_menu span {
  color: #666;
  margin-top: 15px;
  display: inline-block;
}

.header.blackbg {
  background: #1D1F24;
  position: initial;
  height: 64px;
}

/* 公共标题 */
.common_div {
  padding: 100px 0;
}

.common_div .common_title {
  font-size: 30px;
  font-weight: bold;
  color: #111111;
}

.common_div .common_subtitle {
  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  text-transform: uppercase;
  position: relative;
}

.common_div .common_subtitle:after {
  position: absolute;
  top: 43px;
  left: 0;
  content: '';
  width: 10px;
  height: 4px;
  background: #111111;
  opacity: 0.48;
}
.common_div .common_subtitle .span{
  float:right;
  color: #999;
}
/* .common_div .common_subtitle .span:hover{
  color: #EF1E25;
} */
.soncode {
  height: 180px;
  width: 320px;
  /* border: 1px solid rgba(255,255,255,.2); */
  position: absolute;
  right: -1px;
  top: 41px;
  background: rgba(255,255,255,.15);
  z-index: 1;
  display: none;
}
.single {
  width: 158px;
  float: left;
}
.soncode .codeimg {
  display: block;
  width: 125px;
  height: 125px;
  margin: 15px auto 0 auto;
}
.soncode p {
  font-size: 14px;
  color: #a9a9a9;
  line-height: 42px;
  text-align: center;
}
.soncode.codefl {
  width: 160px;
  left: -1px;
  right: auto;
}
.soncode:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 123px;
  top: 17px;
  left: 159px;
  background: #565456;
}
.lihover:hover {
  /* background: rgba(255,255,255,.15); */
  /* border-color: #E6E6E6; */
  height: 41px;
}
.lihover:hover .son, 
.lihover:hover .soncode {
  display: block;
}
.soncode.codefl:before{display: none;}
/* 分页 */
.page {
  text-align: center;
  margin: 50px 0;
}

.page ul {
  display: inline-block;
}

.page ul li {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(151, 151, 151, .19);
  float: left;
  text-align: center;
  line-height: 36px;
  margin-right: 11px;
  cursor: pointer;
}

.page ul li:hover, .page ul li.on {
  background: #EF1E25;
  border: 1px solid #EF1E25;
}

.page ul li .number {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.page ul li:hover .number, .page ul li.on .number {
  color: #fff;
}

.page ul li.page_btn {
  background-position: center;
  background-repeat: no-repeat;
}

.page ul li.page_prev {
  background-image: url(../images/arrow_left.png);
}

.page ul li.page_next {
  background-image: url(../images/arrow_right.png);
}

/* 面包屑 */
.location {
  height: 114px;
  border-bottom: 1px solid #eee;
}

.location_in {
  height: 100%;
}


.location_in_wrap {
  height: 113px;
  line-height: 113px;
}

.location_in_wrap a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}

.location_in_wrap a:last-child {
  color: #EF1E25;
}

.location_in_wrap a:not(:first-child) {
  margin-left: 0;
  vertical-align: top;
  background: url(../images/arrow_right.png) no-repeat 4px;
  text-indent: 20px;
  cursor: pointer;
}

.location_in_wrap a:last-child {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: context-menu;
}

.location_in_wrap a:not(:first-child) i {
  position: absolute;
  top: -100%;
  left: -17px;
  font-size: 12px;
  color: #8f8f8f;
}

/* 公司环境 */
.environment {
  width: 100%;
  background: #fff;
}

.environment_wrap {
  position: relative;
  font-size: 0;
  margin-bottom: 80px;
}

.environment_wrap .environment_each {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 0;
}

.environment_wrap .environment_each_l {
  display: inline-block;
  width: 770px;
  height: 479px;
  float: left;
  overflow: hidden;
}

.environment_wrap .environment_each_l img {
  max-width: 853px;
  max-height: 492px;
  margin-top: -1px;
}

.environment_wrap .environment_each_r {
  display: inline-block;
  width: 430px;
  height: 480px;
  padding: 178px 50px 0 66px;
  float: left;
  background: #F4F6F8;
}

.environment_wrap .environment_p1 {
  font-size: 16px;
  color: #333333;
}

.environment_wrap .environment_p2 {
  position: relative;
  font-size: 12px;
  color: #919090;
  line-height: 30px;
}

.environment_wrap .environment_p2:after {
  position: absolute;
  content: '';
  top: -50px;
  left: 0;
  width: 115px;
  height: 1px;
  background: rgba(151, 151, 151, .22);
}

.environment_wrap .environment_span1 {
  margin: 10px 0 30px;
  display: block;
  font-size: 12px;
  color: #999999;
}

.environment_wrap .environment_span2 {
  position: relative;
  font-size: 13px;
  color: #999999;
}

.environment_wrap .environment_span2 {
  position: relative;
  font-size: 13px;
  color: #999999;
}

.environment_wrap .environment_span3 {
  position: absolute;
  top: 34px;
  right: 37px;
  font-size: 36px;
  color: #333333;
}

.environment_wrap .environment_span3:after {
  position: absolute;
  top: 150px;
  right: 12px;
  content: '';
  width: 1px;
  height: 22px;
  background: #DADADA;
}

.environment_wrap .environment_span4 {
  position: absolute;
  font-size: 13px;
  top: 123px;
  right: 20px;
  color: #333333;
  transform: rotateZ(90deg);
}

.environment_btn {
  position: absolute;
  bottom: 11px;
  right: 430px;
}

.environment_btn .envirbtn {
  float: left;
  width: 65px;
  height: 50px;
  background-color: #FF2F37;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 0px;
}

.environment_btn .environment_l {
  background-image: url(../images/office_iconl.png);
}

.environment_btn .environment_r {
  position: relative;
  background-image: url(../images/office_iconr.png);
}

.environment_btn .environment_r:after {
  position: absolute;
  left: 0;
  top: 40%;
  content: '';
  width: 1px;
  height: 10px;
  background: rgba(242, 242, 242, .31);
}

/* 地图 */
.companypart {
  margin-top: 70px;
}

.company {
  margin-bottom: 120px;
}

.company_l {
  display: inline-block;
  float: left;
  width: 347px;
  height: 658px;
  background: #fff;
  box-shadow: 0 0 21px 8px rgba(240, 240, 240, 0.5);
  overflow: hidden;
}

.company_l .company_ldiv {
  width: 99.2%;
  height: 89px;
  background: url('../images/map_divbg.png') no-repeat center;
  padding: 7px 21px;
}

.company_l .company_lp {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}

.company_l .company_lp span {
  font-size: 34px;
  font-weight: 500;
  color: #FFFFFF;
}

.company_l .company_lspan {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, .5);
}

.company_l ul {
  width: 104.3%;
  height: 569px;
  overflow-y: scroll;
  padding: 0;
}

.company_l .company_list {
  width: 344px;
  height: 114px;
  padding: 36px 24px;
  background: #fff;
  border-bottom: 1px solid rgba(151, 151, 151, .1);
  cursor: pointer;
  transition: all .6s;
}

.company_l .company_name {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #111111;
}

.company_l .company_address {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.company_l .company_list.active {
  background: #EF1E25;
}

.company_l .company_list.active .company_name {
  color: #fff;
}

.company_l .company_list.active .company_address {
  color: rgba(255, 255, 255, .58);
}

.company_r {
  display: inline-block;
  float: right;
  width: 884px;
  height: 636px;
  background: url('../images/map_bg.png') no-repeat center;
  position: relative;
}

.company_r .map_list {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  text-align: center;
  transition: all .3s;
  z-index: 20;
}

.company_r .map_cd {
  left: 371px;
  bottom: 198px;
}

.company_r .map_hz {
  right: 220px;
  bottom: 197px;
}

.company_r .map_gz {
  right: 292px;
  bottom: 63px;
}

.company_r .map_bj {
  right: 226px;
  top: 188px;
}

.company_r .map_wh {
  right: 298px;
  bottom: 199px;
}

.company_r .map_sh {
  right: 204px;
  bottom: 206px;
}

.company_r .map_sz {
  right: 270px;
  bottom: 52px;
}

.company_r .map_yw {
  right: 226px;
  bottom: 172px;
}

.company_r .map_qz {
  right: 219px;
  bottom: 89px;
}

.company_r .map_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  /* z-index: 0; */
  /* cursor: pointer; */
  pointer-events: none;
  transition: all .3s;
}

.company_r .map_name {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url('../images/map_icon.png');
  width: 33px;
  height: 42px;
  display: inline-block;
  padding-top: 33px;
  text-align: center;
  margin-top: 10px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  left: 23px;
}

.company_r .map_list.active {
  z-index: 10;
}

.company_r .map_list.active .map_bg {
  background: rgba(239, 30, 37, .18);
  border: 3px solid rgb(255 255 255 / 80%);
  box-shadow: 0 0 0 1px rgb(239 30 37 / 53%);
  -webkit-animation-name: 'ripple';
  /*动画属性名，也就是我们前面keyframes定义的动画名*/
  -webkit-animation-duration: 1s;
  /*动画持续时间*/
  -webkit-animation-timing-function: ease;
  /*动画频率，和transition-timing-function是一样的*/
  -webkit-animation-delay: 0s;
  /*动画延迟时间*/
  -webkit-animation-iteration-count: infinite;
  /*定义循环资料，infinite为无限次*/
  -webkit-animation-direction: alternate;
  /*定义动画方式*/
}

@keyframes ripple {
  0% {
    width: 50px;
    height: 50px;
  }

  100% {
    width: 80px;
    height: 80px;
  }
}

.company_r .map_list.active .map_name {
  color: #EF1E25;
  background-image: url('../images/map_icon_on.png');
  pointer-events: none;
  z-index: 0;
}

/* 底部样式1280 */
.new_footer .footer_bottom,
.address_list,
.new_footer .footer_top {
  width: 1280px !important;
}

.address_list li {
  width: 127px !important;
}
