body {
  background: #f7f7f7;
  font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "微软雅黑";
  font-size: 14px;
}
li {
  list-style: none;
}
#layui-laydate1 {
  width: 100%;
}
/* #calendar_index {
	padding: 0 24px;
} */
#calendar_index .layui-laydate-main {
  width: 100%;
}
#calendar_index .layui-laydate-header {
  background: #2978ff;
  color: #fff;
}
.top_nav_img {
  display: inline-block;
  width: 110px;
  height: 50px;
  position: absolute;
  z-index: 2;
  margin-left: -110px;
}
#calendar_index .layui-laydate-header i {
  color: #fff;
}
#calendar_index .layui-laydate-content table thead tr {
  background: #eef6ff;
  font-weight: bold;
}
#calendar_index .layui-laydate {
  border: none;
}
#calendar_index .layui-laydate-content {
  padding: 0;
}
#calendar_index .layui-laydate-content table thead tr th {
  color: #2978ff;
  height: 40px;
}
#calendar_index .layui-laydate-content table td {
  width: 63px;
  height: 40px;
}
#calendar_index .layui-laydate-content table td.layui-this,
#calendar_index .laydate-month-list li.layui-this,
#calendar_index .laydate-year-list li.layui-this {
  background: #2978ff !important;
  border-radius: 4px;
}
#calendar_index .layui-laydate-header i:hover,
#calendar_index .layui-laydate-header span:hover {
  color: #e5efff;
}
.common_header1,
.common_header2_main,
.common_nav_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
.common_header2 {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common_header1_right .common_header1_right_apply .info2 {
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  background-color: rgba(41, 120, 255, 1);
  margin-left: 10px;
  width: 80px;
  text-align: center;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-family: MicrosoftYaHei;
  white-space: nowrap;
}
.common_header1_right_login {
  height: 24px;
  border-radius: 4px;
  border: 1px solid rgba(41, 120, 255, 1);
  margin-left: 6px;
  width: 80px;
}
.entrance_container {
  height: 24px;
  border-radius: 4px;
  background-color: rgba(238, 246, 255, 1);
  margin-left: 6px;
  padding-left: 9px;
  width: 80px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: rgba(41, 120, 255, 1);
  font-size: 12px;
}
.entrance_container img {
  width: 10px;
  height: 5px;
}
.entrance_container:hover {
  background: #2978ff;
  color: #fff;
}
.common_header1_right_login span {
  color: rgba(41, 120, 255, 1);
  font-size: 12px;
}
.common_header1 .common_header1_left,
.common_header1 .common_header1_right,
.common_header2 .common_header2_left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.common_header2 .common_header2_right {
  display: flex;
  position: relative;
}
/*包含以下四种的链接*/
a {
  text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
  color: #2978ff;
}
.user-reg a:hover {
  text-decoration: none;
  color: #fff;
}
/* 正在点击的链接*/
a:active {
  text-decoration: none;
}
a {
  color: #333;
}
.index_mobile_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_mobile_icon img {
  width: 11px;
}
.index_mobile_icon span {
  font-size: 12px;
  color: #333;
  margin-left: 3px;
}
.index_mobile_icon span:hover {
  color: #2978ff;
}
.common_header1_right_login:hover {
  background-color: #eef6ff;
}
.common_header2 {
  background-color: #fff;
}
.common_header2_left img {
  width: 140px;
  height: 42px;
}
.common_header2_right .select_ul,
.common_header2_right .select_head,
.common_header2_right input {
  height: 40px;
  background: #f1f1f1;
  border: none;
  box-sizing: border-box;
}
.common_header2_right .select_head {
  padding-left: 10px;
  width: 80px;
  /* height: 38px; */
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  /*	padding:0 14px;*/
  border: 1px solid #f1f1f1;
  border-right: none;
  color: #333333;
}
.select_head span {
  float: left;
  display: inline;
  width: 56px;
  text-align: center;
}
.select_head img {
  float: right;
  width: 9px;
  margin-top: 17px;
}
.search_text.hover {
  border: 1px solid #2978ff;
  border-left: none;
}
.select_head.hover {
  border: 1px solid #2978ff;
  border-right: none;
}
.select_head.hover img.rotate {
  transform: rotate(180deg);
}
.common_header2_right .select_ul {
  position: absolute;
  margin-top: 40px;
  display: none;
  height: auto;
  z-index: 101;
  top: 0px;
  margin-left: -14px;
  box-shadow: 0px 0px 3px 0px rgba(207, 207, 207, 0.5);
}
.common_header2_right .select_ul li {
  padding-left: 10px;
  display: block;
  background: #fff;
  font-size: 14px;
  color: #333333;
  height: 28px;
  line-height: 28px;
  width: 80px;
  cursor: pointer;
}
.common_header2_right .select_ul li:hover {
  color: #2978ff;
  background: #eef6ff;
}
.common_header2_right input {
  width: 370px;
  padding: 0 0 0 20px;
  border: 1px solid #f1f1f1;
  border-left: none;
}
.common_header1_left .tel {
  color: #333;
  font-size: 12px;
}
.common_header1_left {
  color: #333;
}
.common_header1_left a {
  font-size: 12px;
  margin-left: 20px;
}
.common_header2_right .search_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  background: #2978ff;
  border-radius: 0px 4px 4px 0px;
  color: #fff;
  font-size: 14px;
}
.common_header2_right .search_btn:hover,
.common_header1_right_apply .info2:hover {
  background: #3e85ff;
}
.common_nav {
  width: 100%;
  background: linear-gradient(175deg, #0961f2 0%, #2978ff 100%);
}
.common_nav_body {
  height: 50px;
}
.common_nav_body a {
  color: #fff;
  width: 109px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}
.common_nav_body a.active {
  background: #0156e2;
}
.column_list {
  position: absolute;
  z-index: 2;
  width: 100%;
  /* height: 212px; */
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 2px 0px rgba(207, 207, 207, 0.5);
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #f2f2f2;
  display: none;
  margin-top: -0.1px;
}
.column_list_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column_list_item {
  width: 109px;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  /* height: 212px; */
}
.column_list_item.active {
  background: #eef6ff;
}
.column_list_item .longtext {
  font-size: 12px;
}
/* .column_list_item.active:nth-child(1) {
	background: #fff;
} */
.column_list_item li {
  width: 109px;
  text-align: center;
  color: #333;
  height: 35.333px;
  font-size: 14px;
  line-height: 35.333px;
  text-align: center;
}
.column_list_item li a.active {
  color: #2978ff;
}
.middle {
  width: 1200px;
  margin: 0 auto;
}

/*banner*/
.n_banner {
  width: 100%;
  position: relative;
}
.new_banner {
  width: 100%;
  height: 400px;
  position: relative;
  background: #000;
}
.new_banner .bj_lb {
  margin: 0 auto;
  position: relative;
  z-index: 0; /*overflow:hidden;*/
}
.new_banner .bj_lb ul {
  width: 100%;
  height: 400px;
}
.new_banner .bj_lb li {
  width: 100%;
  height: 400px;
  overflow: hidden;
  text-align: center;
  background-size: 100%;
  background-size: 1920px 400px;
  background-position: center;
}
.new_banner .bj_lb li a {
  display: block;
  height: 400px;
}
.new_banner .bj_lb li img {
  width: 100%;
}
.new_banner .bj_bd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 100px;
  left: 0;
  height: 30px;
  line-height: 30px;
}
.new_banner .bj_bd ul {
  text-align: center;
}
.new_banner .bj_bd ul li {
  cursor: pointer;
  display: inline-block;
  display: inline;
  zoom: 1;
  width: 20px;
  height: 4px;
  background: #d8d8d8;
  opacity: 0.5;
  margin-left: 6px;
  overflow: hidden;
  line-height: 999px;
}
.new_banner .bj_bd ul li.on,
.new_banner .bj_bd ul li:hover {
  background: #fff;
  opacity: 1;
}
.arrow_container .middle {
  position: relative;
}
.arrow_container {
  position: absolute;
  width: 100%;
}
.new_banner .prev,
.new_banner .next {
  display: inline-block;
  z-index: 1;
  width: 50px;
  height: 70px;
  background: url(/f/images/project/images/slider-arrow.png) -120px -117px no-repeat;
  cursor: pointer;
  border-radius: 3px;
  top: -275px;
  position: absolute;
}
.new_banner .next {
  right: 0px;
  background-position: -3px -116px;
}
.entrance {
  cursor: pointer;
  position: relative;
}
/*快速入口*/
.web_nav_tip {
  position: absolute;
  z-index: 99999999;
  right: 0;
  background: #ffffff;
  top: 36px;
  min-height: 240px;
  overflow: visible;
  text-align: left;
  /* width: 999px; */
  border: 1px solid #cfcfcf;
}
.wz_list:hover .dysz_tip {
  display: block;
}
.web_nav_tip .tr_b_up {
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent #fff; /* margin: 41px auto; */
  position: relative;
  right: 40px;
  position: absolute;
  top: -6px;
}
.zh_display .tr_b_up {
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent #cfcfcf; /* margin: 41px auto; */
  position: relative;
  left: 48.5%;
  position: absolute;
  top: -6px;
}
.web_nav_tip dl {
  width: 110px;
  float: left;
  text-align: center;
  height: 240px;
  padding-top: 5px;
}
.web_nav_tip dl dt {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #333;
  font-family: 微软雅黑;
}
.web_nav_tip dl a.active {
  color: #2978ff;
}
.web_nav_tip dl.active {
  background: #eef6ff;
}
.web_nav_tip dl dd {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #333;
}
.web_nav_tip dt:first-child {
  font-weight: bold;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
/*快速入口*/
.banner_nav {
  position: absolute;
  margin-top: -90px;
  width: 100%;
  height: 90px;
  background: rgba(0, 0, 0, 0.2);
  padding: 14px 0;
}
.banner_nav .middle {
  display: flex;
  justify-content: space-between;
}
.banner_nav .middle .banner_nav_item li a {
  color: #ddd;
  font-size: 14px;
  line-height: 19px;
}
.banner_nav .middle .banner_nav_item li a:hover {
  color: #fff;
}
.banner_nav .middle .banner_nav_item li:first-child {
  line-height: 24px;
}
.banner_nav .middle .banner_nav_item li:first-child a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
}
.right_article_list.supply_info_container {
  height: 370px;
}
.supply_info_container .right_article_list_container {
  height: 330px;
  align-items: flex-start;
  padding: 0px 20px;
}
.left_article_list,
.right_article_list {
  height: 400px;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(229, 229, 229, 0.5);
  border-radius: 4px;
}
.left_article_list.success_cases {
  height: 370px;
}
.left_article_list {
  float: left;
  width: 700px;
  padding-top: 12px;
}
.all_article_list {
  width: 1200px;
  background: #fff;
  padding-top: 12px;
}
.right_article_list {
  float: right;
  width: 484px;
}
.article_list {
  margin-top: 20px;
}
.article_list_header,
.article_list_header_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article_list_header {
  height: 32px;
  line-height: 32px;
}
.article_list_header_icon {
  width: 4px;
  height: 20px;
  background: #2978ff;
}
.article_list_header_title {
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin-left: 12px;
}
.article_list_header_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}
.article_list_header_right li {
  border-radius: 4px;
  /*width:85px;*/
  padding: 0 12px;
  text-align: center;
}
.article_list_header_right li.active {
  background: #2978ff;
}
.article_list_header_right li.active a {
  color: #fff;
}
.article_list_body {
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 316px;
  margin-top: 16px;
}
.article_list_body.success_example {
  margin-top: 0px;
  flex-wrap: wrap;
}
.article_thumb_container {
  width: 180px;
  height: 316px;
  overflow: hidden;
}
.article_thumb {
  border-radius: 4px;
  width: 180px;
  height: 316px;
  overflow: hidden;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article_thumb_img {
  width: 180px;
  height: 316px;
}
.article_thumb_img.hover {
  transform: scale(1.15);
  -webkit-transform: scale(1.15); /*for Chrome || Safari */
  -moz-transform: scale(1.15); /*for Firefox*/
  -ms-transform: scale(1.15); /*for IE*/
  -o-transform: scale(1.15); /*for Opera*/
  transition: all 0.3s;
}
.article_thumb .article_thumb_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.article_thumb_content {
  position: absolute;
  height: 146px;
  width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
.article_thumb_more {
  width: 100px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  text-align: center;
  line-height: 32px;
}
.article_thumb_more a {
  color: #fff;
}
.left_article_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  font-size: 14px;
  width: 446px;
}
.left_article_item .left_article_industry {
  color: #ff7b00;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left_article_item .left_article_time,
.right_article_list_item .right_article_list_item_time {
  color: #999999;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.right_article_list_item .right_article_list_item_time {
  text-align: right;
}
.left_article_item .left_article_title,
.right_article_list_item .right_article_list_item_title {
  width: 260px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left_article_item .left_article_title.long,
.right_article_list_item .right_article_list_item_title.long {
  width: 340px;
}
.right_article_list_item_title.key_project {
  width: 350px;
}
.right_article_list_item_title.statistics {
  width: 90%;
  padding: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left_article_item .data_tags {
  background: #fef8ef;
  width: 90px;
  height: 19px;
  border-radius: 4px;
  font-size: 12px;
  color: #ff7b00;
  text-align: center;
  line-height: 19px;
}
.right_article_header,
.right_article_item_subtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
}
.right_article_item_subtitle {
  align-self: stretch;
}
.article_top_news {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article_top_news .hot_tag {
  width: 64px;
  height: 24px;
  background: linear-gradient(46deg, #ff5c55 0%, #fc3128 100%);
  border-radius: 12px 12px 12px 4px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  margin-left: 15px;
}
.article_top_news .title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-left: 12px;
}
.right_article_list_body {
  padding-top: 15px;
  background: #fff;
}
.right_article_list_body a {
  padding-right: 12px;
  color: #666;
}
.right_article_header a {
  color: #333;
}
.top_article_list_body {
  width: 226px;
  height: 60px;
  background: #f7f7f7;
  padding: 4px 7px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.top_article_list a {
  margin-bottom: 10px;
  padding: 0px;
  width: 100%;
  text-overflow: ellipsis;
}
.top_article_list a .right_article_item_title:hover {
  color: #2978ff;
}
.top_article_list a:nth-child(odd) {
  margin-left: 0px;
}

.top_article_list .top_article_list_body:nth-child(odd) {
  margin-left: 0px;
}

.top_article_list .top_article_list_body {
  margin-left: 8px;
  float: left;
  margin-bottom: 10px;
}

.right_article_item_title {
  width: 182px;
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right_article_item_tips a {
  font-size: 12px;
  font-weight: 400;
  color: #ff5c55;
  line-height: 17px;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right_article_item_time {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
.top_article_list {
  padding: 12px;
}
.common_sidebar {
  position: fixed;
  bottom: 200px;
  right: 30px;
  z-index: 999;
}
.common_sidebar_top {
  background: #fff;
  width: 90px;
  height: 428px;
  display: flex;
  box-shadow: 0px 2px 8px 0px rgba(214, 214, 214, 0.5);
  border-radius: 45px;
  padding: 50px 0px;
  justify-content: center;
  align-items: center;
}
.common_sidebar_bottom {
  background: #fff;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  color: #2978ff;
  position: absolute;
  margin-left: 15px;
  display: none;
  cursor: pointer;
}
.common_sidebar img {
  width: 54px;
  height: 54px;
}
.common_sidebar .hover_pop_code {
  display: none;
}
.common_sidebar .hover_pop_code_body {
  position: absolute;
  left: -220px;
  top: -62.5px;
  padding: 20px 0;
  width: 190px;
  height: 200px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  background: linear-gradient(136deg, #e5efff 0%, #fffcfa 67%, #fcfdff 100%);
  box-shadow: 0px 2px 3px 0px rgba(229, 229, 229);
}
.common_sidebar .hover_pop_code img {
  width: 140px;
  height: 140px;
}
.common_sidebar_container .hover_pop_code p {
  color: #2978ff;
  font-size: 16px;
}
.common_sidebar_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  height: 378px;
}
.common_sidebar_container p {
  font-size: 12px;
  color: #333;
  margin-top: 6px;
  text-align: center;
}
.common_sidebar_item {
  position: relative;
  cursor: pointer;
}
.hover_pop_code p {
  color: #2978ff;
  font-size: 16px;
}
.top_news_href_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_news_href_relate a {
  padding: 8px 9px;
  background: #eef6ff;
  color: #2978ff;
  font-size: 12px;
  margin-right: 5px;
  border-radius: 4px;
}
.top_news_href_relate a:hover {
  background: #2978ff;
  color: #fff;
}

.right_article_list_container,
.article_container_body {
  height: 344px;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  /* align-items : center; */
  flex-direction: column;
}
.article_container_body {
  width: 486px;
}
.right_article_list_container .right_article_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  padding: 5px 0;
  font-size: 14px;
}
.index_divider {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.index_industry_list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.index_industry_item {
  width: 140px;
  height: 120px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.index_industry_item .industry_img {
  width: 140px;
  height: 120px;
  position: absolute;
}

.index_industry_item_title {
  background-color: rgb(0, 0, 0, 0.3);
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 3;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.index_industry_item_title a,
.index_industry_item_title span {
  color: #fff;
}
.index_industry_item_title img {
  transition: all 0.1s;
  display: none;
  width: 8px;
  height: 13px;
  margin-left: 12px;
}
.right_article_list_container.industry_nav ul {
  display: flex;
  /*	justify-content : center;*/
  align-items: center;
  flex-wrap: wrap;
}
.right_article_list_container.supply_info_container {
  height: 317px;
}
.right_article_list_container.supply_info_container ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.right_article_list_container.industry_nav ul li::before {
  content: "■";
  color: #666;
  font-size: 10px;
  margin-right: 5px;
}
.right_article_list_container.industry_nav ul li {
  width: 148px;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  margin-top: 10px;
}
.right_article_list.supply_info_container ul li {
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  margin-top: 10px;
}
.right_article_list.supply_info_container ul li::before {
  content: "■";
  color: #666;
  font-size: 10px;
  margin-right: 5px;
}
.right_article_list.supply_info_container ul.supply_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.right_article_list_container.supply_info_container ul.supply_info li {
  width: 100%;
  padding-left: 20px;
}
.right_article_list_container.area_nav {
  /* justify-content: center; */
}
.right_article_list_container.area_nav .area {
  width: 436px;
  margin: 0 auto;
  padding: 0px;
}
.right_article_list_container.area_nav.area .area_nav_item {
  width: 436px;
}
.right_article_list_container.area_nav .area_nav_item {
  width: 460px;
  line-height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
}
.right_article_list_container.area_nav .area_nav_item:nth-child(odd) {
  background: #f7f7f7;
}
.right_article_list_container.area_nav .area_nav_item label {
  font-weight: bold;
}
.right_article_list_container.area_nav .area_nav_item .area_nav_city {
  margin-left: 30px;
  width: 320px;
}
.index_industry_item.hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2); /*for Chrome || Safari */
  -moz-transform: scale(1.2); /*for Firefox*/
  -ms-transform: scale(1.2); /*for IE*/
  -o-transform: scale(1.2); /*for Opera*/
  box-shadow: 0px 2px 2px 0px rgba(207, 207, 207, 0.5);
  transition: all 0.3s;
  z-index: 1;
}
.industry_banner_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.industry_banner_list .industry_banner_item {
  width: 220px;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.industry_banner_list .industry_banner_item img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); /*for Chrome || Safari */
  -moz-transform: scale(1.1); /*for Firefox*/
  -ms-transform: scale(1.1); /*for IE*/
  -o-transform: scale(1.1); /*for Opera*/
}
.industry_banner_list .industry_banner_item img {
  transition: all 0.3s;
  height: 100%;
}
.article_list_header_right ul {
  display: flex;
}
.industry_more,
.exhibition_more,
.right_article_header a.get_more {
  color: #999;
  padding: 0 12px;
}
a.get_more:hover,
.area_nav_city a:hover,
.industry_banner_list.news li a:hover,
.right_article_list_container a:hover {
  color: #2978ff;
}
.industry_banner_item_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 36px;
  background: linear-gradient(270deg, rgba(2, 143, 243, 0) 0%, #000000 100%);
  position: absolute;
  top: 114px;
}
.industry_banner_item_title a {
  color: #fff;
}
.industry_banner_list.news ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.industry_banner_list.news li a span.industry_banner_new_title::before {
  content: "■";
  color: #666;
  font-size: 10px;
  margin-right: 8px;
}
.industry_banner_list.news li {
  width: 320px;
}
.industry_banner_list.news li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  line-height: 30px;
}
.industry_banner_new_time {
  color: #666;
}
.industry_banner_new_title {
  display: inline-block;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.exhibition_banner_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 14px 20px 14px;
}
.exhibition_banner_item {
  position: relative;
  width: 185px;
  height: 60px;
  margin-bottom: 10px;
}
.exhibition_banner_item img {
  height: 100%;
  width: 100%;
}
.exhibition_banner_item span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 5px;
  background-color: rgb(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
}
.introduce_bg {
  width: 100%;
}
.success_example_item {
  padding: 0 10px;
  height: 105px;
}
.success_example_item_container {
  width: 317px;
  height: 105px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #d9d9d9;
}
.success_example_item:nth-child(odd) {
  border-right: 1px dashed #d9d9d9;
}
.success_example_item:nth-child(5) .success_example_item_container,
.success_example_item:nth-child(6) .success_example_item_container {
  border-bottom: none;
}
.success_example_item img {
  width: 80px;
  height: 75px;
}
.success_example_item .success_example_item_desc {
  width: 211px;
}
.success_example_item_desc .success_example_item_title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 21px;
}
.success_example_item_desc .success_example_item_content {
  font-size: 14px;
  color: #666;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}
.index_friend_link .friend_link_header ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index_friend_link .friend_link_header ul li {
  height: 32px;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
  padding: 0 10px;
}
.index_friend_link .friend_link_header ul li:first-child {
  margin-left: 0px;
}
.index_friend_link .friend_link_header ul li.active {
  background: #2978ff;
  color: #fff;
}
.friend_link_body {
  margin-top: 20px;
  display: none;
}
div.friend_link_body:nth-child(2) {
  display: block;
}
.friend_link_body a:first-child {
  margin-left: 0px;
}
.friend_link_body a {
  margin-right: 20px;
  line-height: 24px;
}
.index_reg_bg {
  height: 80px;
  background: url(/new/public/static/imgs/index/index_reg_bg.png);
  background-size: cover;
  margin-top: 50px;
}
.index_reg_bg_container {
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 80px;
  height: 80px;
}
.index_reg_bg_container span {
  font-size: 20px;
  color: #fff;
}
.index_reg_button a {
  width: 120px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #ffffff;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #2978ff;
}
.common_footer {
  padding: 30px 0px;
  background: #212633;
  color: #fff;
  height: 448px;
}
.web_introduction {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
.web_introduction_left .company_name {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}
.web_introduction_left .sub_company_name {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  color: #d9d9d9;
}

.web_introduction_left p {
  color: #fff;
  font-size: 16px;
}

.common_footer li a:hover {
  color: #fff;
}
.common_footer .web_info {
  margin-top: 70px;
}
.common_footer .web_info,
.common_footer .web_info a {
  text-align: center;
  color: #999999;
}
.web_introduction_middle {
  width: 360px;
  display: flex;
  justify-content: space-evenly;
  align-items: self-start;
}
.web_introduction_middle ul li:first-child {
  margin-bottom: 12px;
}
.web_introduction_middle ul li:first-child {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
.web_introduction_middle ul li a {
  color: #d9d9d9;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.web_introduction_right ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 424px;
}
.web_introduction_right {
  margin-top: 10px;
}
.web_introduction_right ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.web_introduction_right img {
  width: 128px;
}
.web_introduction_right li span {
  margin-top: 10px;
}
.exhibition_banner_list {
  margin-top: 20px;
}
.web_introduction p {
  line-height: 28px;
}

.industryLink {
  padding: 0 12px;
}
.industryLink ul {
  padding: 10px 0 30px 0;
}
.industryLink li:not(first-child) {
  margin-left: 20px;
  padding: 5px 0;
  float: left;
}

.breads a,
.breads span {
  float: none;
  margin-left: 8px;
  margin-right: 0px;
}
.aal {
  display: none;
}
.black_over {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.alert_top {
  position: fixed;
  z-index: 9999999;
  overflow: auto;
  display: block;
  width: 400px;
  margin: 18% 39%;
  background: url(/f/images/project/images/close_bj_03.jpg) #fff bottom no-repeat;
  border-radius: 5px;
  height: 182px;
}
.close_div {
  background: url(/f/images/project/images/close_001.png) no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.a_top_1 a.a_atr3 {
  background: #1876dc;
  width: 92%;
  height: 36px;
  line-height: 36px;
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}
.a_top_left {
  float: left;
  width: 26%;
  margin: 10.5% 10px 0 8%;
}
.a_top_right {
  float: left;
  width: 59%;
  margin: 40px 0 30px;
}
.a_top_right span {
  display: block;
  width: 100%;
  height: 28px;
  line-height: 28px;
}
.a_top_right span.atr_1 {
  font-size: 18px;
  color: #404040;
}
.a_top_right span.atr_2 {
  font-size: 12px;
  color: #404040;
}
.top_r {
  position: relative;
}
.message_zh {
  position: relative;
  padding-right: 20px;
  color: #2c72ff;
  cursor: pointer;
  height: 55px;
  display: inline-block;
}
.top_r span.message_zh {
  color: #2c72ff;
  margin-left: 7px;
}
.message_zh i {
  background: url(/f/images/project/images/jszh.png) no-repeat;
  width: 15px;
  height: 8px; /* display: inline-block; */
  position: absolute;
  right: 4px;
  top: 22px;
}
.new_top a {
  font-size: 12px;
}
.web_nav_tip dt a:first-child {
  font-weight: bold;
  font-size: 14px;
}
.new_top .message_zh {
  font-size: 12px;
  margin: 0 0 0 10px;
}
.web_nav_tip {
  display: none;
}
.dy_jhjm {
  display: none;
}

.common_footer_img {
  position: fixed;
  bottom: 0;
  z-index: 20;
}
.common_footer_img img {
  width: 100%;
}

.nav-menu-content-item {
  height: 280px;
}
.navMenu-item-content {
  height: 195px;
}
.breads a,
.breads span {
  float: none;
  margin-left: 8px;
  margin-right: 0px;
}
.aal {
  display: none;
}
.black_over {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.alert_top {
  position: fixed;
  z-index: 9999999;
  overflow: auto;
  display: block;
  width: 400px;
  margin: 18% 39%;
  background: url(/f/images/project/images/close_bj_03.jpg) #fff bottom no-repeat;
  border-radius: 5px;
  height: 182px;
}
.close_div {
  background: url(/f/images/project/images/close_001.png) no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.a_top_1 a.a_atr3 {
  background: #1876dc;
  width: 92%;
  height: 36px;
  line-height: 36px;
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}
.a_top_left {
  float: left;
  width: 26%;
  margin: 10.5% 10px 0 8%;
}
.a_top_right {
  float: left;
  width: 59%;
  margin: 40px 0 30px;
}
.a_top_right span {
  display: block;
  width: 100%;
  height: 28px;
  line-height: 28px;
}
.a_top_right span.atr_1 {
  font-size: 18px;
  color: #404040;
}
.a_top_right span.atr_2 {
  font-size: 12px;
  color: #404040;
}
.top_r {
  position: relative;
}
.message_zh {
  position: relative;
  padding-right: 20px;
  color: #2c72ff;
  cursor: pointer;
  height: 55px;
  display: inline-block;
}
.top_r span.message_zh {
  color: #2c72ff;
  margin-left: 7px;
}
.message_zh i {
  background: url(/f/images/project/images/jszh.png) no-repeat;
  width: 15px;
  height: 8px; /* display: inline-block; */
  position: absolute;
  right: 4px;
  top: 22px;
}
.new_top a {
  font-size: 12px;
}
.web_nav_tip dt a:first-child {
  font-weight: bold;
  font-size: 14px;
}
.new_top .message_zh {
  font-size: 12px;
  margin: 0 0 0 10px;
}
.web_nav_tip {
  display: none;
}
.dy_jhjm {
  display: none;
}

.top_r {
  position: relative;
}
.message_zh {
  position: relative;
  padding-right: 20px;
  color: #2c72ff;
  cursor: pointer;
  height: 55px;
  display: inline-block;
}
.top_r span.message_zh {
  color: #2c72ff;
  margin-left: 7px;
}
.message_zh i {
  background: url(/f/images/project/images/jszh.png) no-repeat;
  width: 15px;
  height: 8px; /* display: inline-block; */
  position: absolute;
  right: 4px;
  top: 22px;
}
.new_top a {
  font-size: 12px;
}
.web_nav_tip dt a:first-child {
  font-weight: bold;
  font-size: 14px;
}
.new_top .message_zh {
  font-size: 12px;
  margin: 0 0 0 10px;
}

.new_top .new_top_r {
  width: auto;
}

.relate_list_hot.nzj ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.relate_list .right_list_title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: inline-block;
}
.right_list_title {
  display: inline-block;
  width: 65%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.right_list_time {
  float: right;
}
.section_61 {
  position: absolute;
  /*left: 360px;*/
  top: 528px;
  width: 1200px;
  height: 95px;
  background-size: 1216px 111px;
  background: linear-gradient( 180deg, #EBF3FF 0%, #FFFFFF 100%);
  box-shadow: 0px 3px 8px 0px #D6DEEC;
  border-radius: 8px;
  border-image: linear-gradient(178deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;
}

.text-group_18 {
  width: 137px;
  height: 63px;
  margin: 16px 0 0 18px;
}

.text_490 {
  width: 32px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(41, 120, 255, 1);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
}

.paragraph_7 {
  width: 139px;
  height: 38px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 19px;
  margin-top: 4px;
}

.text-group_19 {
  width: 130px;
  height: 63px;
  margin: 16px 0 0 26px;
}

.text_491 {
  width: 48px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(41, 120, 255, 1);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
}

.paragraph_8 {
  width: 132px;
  height: 38px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 19px;
  margin-top: 4px;
}

.text-group_20 {
  width: 185px;
  height: 63px;
  margin: 16px 0 0 26px;
}

.text_492 {
  width: 32px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(41, 120, 255, 1);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
}

.paragraph_9 {
  width: 187px;
  height: 38px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 19px;
  margin-top: 4px;
}

.text-group_21 {
  width: 131px;
  height: 63px;
  margin: 16px 0 0 26px;
}

.text_493 {
  width: 32px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(41, 120, 255, 1);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
}

.paragraph_10 {
  width: 133px;
  height: 38px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 19px;
  margin-top: 4px;
}

.text-group_22 {
  width: 185px;
  height: 63px;
  margin: 16px 0 0 26px;
}

.text_494 {
  width: 48px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(41, 120, 255, 1);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
}

.paragraph_11 {
  width: 187px;
  height: 38px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 19px;
  margin-top: 4px;
}

.text-group_23 {
  width: 117px;
  height: 63px;
  margin: 16px 0 0 26px;
}

.text_495 {
  width: 48px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(41, 120, 255, 1);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
}

.paragraph_12 {
  width: 119px;
  height: 38px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 19px;
  margin-top: 4px;
}

.text-group_24 {
  width: 125px;
  height: 63px;
  margin: 16px 39px 0 26px;
}

.text_496 {
  width: 32px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(41, 120, 255, 1);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
}

.paragraph_13 {
  width: 127px;
  height: 38px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 19px;
  margin-top: 4px;
}
