/* 全局样式 */

html,
div,
ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
table,
body,
tr,
th,
td,
input,
textarea,
select,
option,
span,
a,
strong,
i,
img,
form,
p {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none; /*清除下划线*/
  color: #333;
  font-size: 14px;
}
li {
  list-style: none; /*清除列表样式*/
}
input {
  outline: none; /*清除外部边框*/
}
a img {
  border: 0;
} /*清除IE带有链接的图片多余边框*/

body {
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  background: #fff;
  max-width: 750px;
  margin: 0 auto;
}
.clearFloat {
  zoom: 1;
} /*针对IE6，IE7*/
.clearFloat:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.justify-align {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-justifying {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*全局样式结束*/

.header-box {
  position: fixed;
  width: 100%;
  font-size: 14px;
  top: 0;
  left: 0;
  z-index: 88;
  /* margin-left: -375px; */
}
.header-box-sec {
  padding: 10px 12px;

  background: rgba(0, 14, 59, 0.6);
}
.menu-wrap-wrapper {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  transform: translateX(100%);
  overflow-y: auto;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.menu-wrap-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 101;

  /* transform: translateX(100%);
		opacity: 0;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: 200ms;
		transition-duration: 200ms; */
}

.menu-wrap {
  color: #fff;
  top: 0;
  width: 255px;
  height: 100%;
  overflow-y: auto;
  z-index: 102;
  background: #fff;
  /*  padding: 0 1.5em 0; */
  font-size: 14px;
  position: fixed;
  right: -1px;
}
.menu-wrap-bg-is-open {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.lateral-menu-is-open {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.menu-wrap a {
  color: #333;
  font-size: 14px;
}
.cd-navigation .item-has-children > a {
  position: relative;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #f5f5f5;
}
.cd-navigation .index-item {
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #f5f5f5;
}
.cd-navigation .sub-menu li .p {
  color: #333;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 20px 0 32px;
  background-color: #f2f2f2;
}

.cd-navigation .sub-menu li .p::after {
  content: "";
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url(../images/cd-arrow.svg) no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.cd-navigation .sub-menu li .p.action::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.cd-navigation .sub-menu li > dl {
  display: none;
  text-align: center;
  background-color: #f1f0f0;
}
.cd-navigation .sub-menu li > dl a {
  border-bottom: 1px solid #f3f3f3;
  text-align: left;
  text-indent: 2em;
}
.cd-navigation .item-has-children > a::after {
  content: "";
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url(../images/cd-arrow.svg) no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.cd-navigation a {
  display: block;
  line-height: 55px;
  padding: 0 16px 0 32px;
  color: #666;
}
.cd-navigation .on {
  /* color: #FF7500!important; */
}
.sub-menu {
  /* padding: 0 10px 10px 15px; */
  display: none;
}
.cd-navigation .sub-menu a {
  line-height: 40px;
  height: 44px;
  text-indent: 1em;
  background-color: #f4f4f4;
}
.item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.submenu-open {
  /* background-color: #d6d3d3; */
}
.item-has-children .submenu-open {
  /* background-color: #F4F4F4; */
}
.close-icon-box img {
  width: 28px;
  height: auto;
  display: inline-block;
  margin-right: 20px;
}
.close-icon-box {
  padding: 10px 0;
  text-align: right;
  background-color: #0041bb;
}
.cd-menu-icon img {
  width: 38px;
  height: auto;
  display: block;
}

.cd-logo img {
  width: 200px;
  height: auto;
}
.swiper-container {
  width: 100%;
}
.swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .swiper-slide .banner-txt {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 42%;
  font-size: 27px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 6px;
}
.swiper-container .swiper-slide .banner-txt span {
  display: block;
  text-align: center;
  line-height: 50px;
}

/* 演示 */
.top-nav {
  width: 750px;
  height: auto;
  display: block;
}

/* 首页 */
.news-ul-first {
  padding: 10px 15px 20px;
}
.news-nav-rt .news-li {
  width: 120px;
  cursor: pointer;

  text-align: center;
}
.active-li {
  color: #fff;
  font-size: 14px;
  background: #004ab6;
  padding: 5px 0;
}
.first-news-list-box .first-news-list-ul .first-news-list-ul-li {
  padding-bottom: 13px;
  padding-top: 13px;
}
.first-news-list-ul .first-news-list-ul-li a {
  display: block;
  margin-bottom: 10px;
}
.date-box {
  color: #ccc;
  width: 10%;
  padding: 0 20px 0 10px;
  border-left: 2px solid #999;
  margin-left: 10px;
}
.date-box h5 {
  font-size: 18px;
}
.news-item-list {
  /* font-size: 16px; */
}
.first-news-list-box .first-news-list-ul .news-item-title {
  margin-bottom: 5px;
  color: #333;
}
#index-news-ul .news-item-des {
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}
.message-box {
  /* display: flex;
	    flex-wrap: wrap; */
  padding: 0 5px 10px;
}
.message-box a {
  width: 49.5%;
  display: block;
}
.more-txt {
  color: #999999;
  font-size: 13px;
  text-align: right;
  padding: 0 15px 20px;
  display: block;
}
.message-box .message-item {
  border: 1px solid #eeeeee;
  font-size: 12px;
  color: #999;
  height: 224px;
  overflow: hidden;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  transition: 0.5s;
}
.cover-img-wrapper {
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.cover-img {
  width: 100%;
  height: 170px;
  display: block;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.3s ease 0s;
}
.message-item-content {
  padding: 0 5px 5px;
}
.message-item-title {
  font-size: 14px;
  width: 100%;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  margin-bottom: 3px;
}
.wealth-box {
  padding: 0 15px;
}
.wealth-box a {
  width: 100%;
  display: block;
}
.wealth-item {
  padding: 10px 10px;
  border: 1px solid #eeeeee;
  margin: 10px 0;
}
.pdf-icon {
  display: inline-block;
  margin-right: 10px;
  width: 23px;
  height: auto;
}
/* 走进中距 */
.center {
  padding: 0 15px;
}
.zhongju-box {
  background-image: url(../images/about-bg.jpg);
  /* background-size: 100% 100%; */
  padding-bottom: 60px;
  padding-top: 10px;
}
.zhongju-box .lf-title h5 {
  font-size: 26px;
  color: #fff;
}
.zhongju-box .lf-title {
  color: #fff;
  font-size: 16px;
  padding: 20px 0;
}
.jz-item-box {
  /* display: flex;
	flex-wrap: wrap; */
  margin-left: -15px;
  margin-right: -15px;
}
.jz-item-box .jz-item-a {
  width: 20%;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.featured-icon-box img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 产业 */
.industry-box {
  background-image: url(../images/layout-bg.jpg);
  /* background-size: 100% 100%; */
  padding-bottom: 40px;
  padding-top: 28px;
}
.industry-box-content {
}
.industry-box .lf-title h5 {
  font-size: 26px;
  color: #004ab6;
}
.industry-box .lf-title .title-des {
  font-size: 16px;
  color: #004ab6;
  margin-bottom: 28px;
}
.industry-box-img-lf {
  /* width: 50%; */
  text-align: right;
}
.industry-item {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  display: block;
}
.industry-box-img-lf .industry-des {
  position: absolute;
  right: 20px;
  top: 8%;
  z-index: 8;
  transition: all 500ms ease;
  text-shadow: 5px 5px 8px #000;
}
.industry-box-img-lf .industry-des span {
  font-weight: normal;
  font-size: 12px;
}
.industry-box-img-rt .industry-des {
  position: absolute;
  left: 20px;
  top: 20%;
  z-index: 8;
  transition: all 500ms ease;
  text-shadow: 5px 5px 8px #000;
}
.industry-box-img-rt .industry-des span {
  font-weight: normal;
  font-size: 12px;
}
.layout1 {
  margin-top: 30px;
}
.layout1 .industry-img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.layout2 {
  margin-top: 10px;
}
.layout2 .industry-img {
  width: 85%;
  height: auto;
  display: inline-block;
}
.layout3 {
  margin-top: 10px;
}
.layout3 .industry-img {
  width: 75%;
  height: auto;
  display: inline-block;
}
.layout4 {
  margin-top: 10px;
}
.layout4 .industry-img {
  width: 80%;
  height: auto;
  display: inline-block;
}
.layout5 {
  margin-top: -10px;
  margin-left: 5px;
  position: relative;
  overflow: hidden;
}
.layout5 .industry-img {
  width: 60%;
  height: auto;
  display: inline-block;
  transition: all 500ms ease;
  /* position: relative; */
}

.industry-item:hover .industry-des {
  transform: scale(1.1);
}

.layout6 {
  margin-top: 10px;
  margin-left: 5px;
}
.layout6 .industry-img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.layout7 {
  margin-top: 10px;
  margin-left: 5px;
}
.layout7 .industry-img {
  width: 73%;
  height: auto;
  display: inline-block;
}
.layout8 {
  margin-top: 10px;
  margin-left: 5px;
}
.layout8 .industry-img {
  width: 77%;
  height: auto;
  display: inline-block;
}

/* 投资者关系 */

.jeejon-box {
  position: relative;
  background-image: url(../images/idx-2bg.jpg);
  background-size: 100% 100%;
}
.jeejon-box .jeejon-item {
  position: relative;
  width: 33.33%;
  height: 200px;
  text-align: center;
  border-right: 1px solid #1b4671;
}
.jeejon-box .null-box {
  width: 38px;
  display: inline-block;
  height: 38px;
  margin-bottom: 5px;
  transition: all 0.3s;
  text-align: center;
}
/* 修改地方start */
.jeejon-box .jeejon-item:hover .null-box {
  margin-bottom: 20px;
}
.jeejon-box .jeejon-item img {
  width: 38px;
  height: auto;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  top: -130px;
  /* transition: all .5s; */
  opacity: 1;
  margin-bottom: 20px;
  transition: top 2s;
  -webkit-transition: top 2s; /* Safari */
}
.jeejon-box .jeejon-item:hover img {
  top: 15px;
  opacity: 1;
  /*transform: rotateY(360deg);*/
}
.jeejon-box .jeejon-item .item-txt {
  transition: all 0.36s ease;
}
.jeejon-box .jeejon-item:hover .item-txt {
  text-shadow: 5px 2px 6px #000;
  /*transform: scale(1.1);*/
}
.jeejon-item-content {
  margin-top: 50px;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.jeejon-item-content .item-txt {
  font-size: 12px;
}
.jeejon-item-content .item-txt p {
  margin-top: 5px;
}
.jeejon-box .jeejon-item .jeejon-item-bg {
  background: linear-gradient(-90deg, #0bbafb 0%, #4285ec 100%);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 0;
  transition: height 3s;
  -webkit-transition: height 3s; /* Safari */
}

/* 修改地方end */

.doctor-word-box-img {
  width: 100%;
  height: auto;
  display: block;
}
.doctor-item-des .small-title {
  padding: 0 20px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: #d7e9ff;
  margin-bottom: 10px;
  border-radius: 15px;
}
.doctor-item-des p {
  color: #666666;
  line-height: 36px;
  text-indent: 2em;
}
.doctor-title-box {
  margin-top: -128px;
  margin-bottom: 30px;
}
.doctor-title-box .doctor-box {
  width: 120px;
  height: 120px;
  background: #0072ff;
  opacity: 0.5;
}
.doctor-title-box .doctor-title-box-content {
  color: #ffffff;
  font-size: 18px;
  margin-left: -123px;
  position: relative;
}
.doctor-title-box .doctor-title {
  font-size: 30px;
  font-weight: 600;
}

/* 新版企业荣誉 */
.new-introduce-jonjee-wrapper{
  padding-bottom: 30px;
}
.new-introduce-jonjee-wrapper .new-nav-wrpper .nav{
  position: relative;
    /* background-color: #f4f5f6; */
    height: 40px;
}
.new-introduce-jonjee-wrapper .new-nav-wrpper .nav-list{
  overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
    height: 40px;
    align-items: center;
}

.new-introduce-jonjee-wrapper .new-nav-wrpper .nav .nav-a{
  color: #505050;
    text-decoration: none;
    font-size: 16px;
    /* margin: 0px; */
    margin-right: 25px;
    line-height: 28px;
    display: inline-block;
    width: auto !important;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.new-introduce-jonjee-wrapper .new-nav-wrpper .nav .nav-a span{
  line-height: 40px;
}
.new-introduce-jonjee-wrapper .new-nav-wrpper .nav .selected {
  font-weight: bold;
  color: #004ab6;position: relative;
}
.new-introduce-jonjee-wrapper .new-nav-wrpper .nav .selected::after{
  position: absolute;left: 0;bottom: 5px;
  width: 100%;height: 2px;background-color: #004ab6;content: '';border-radius: 10px;
} 
.new-introduce-jonjee-wrapper .new-nav-wrpper-content{
  margin-top: 20px;
}
.new-introduce-jonjee-wrapper .new-nav-wrpper-content .new-nav-wrpper-content-item{
  max-height: 420px;overflow: auto;
}
.new-introduce-jonjee-wrapper .new-nav-wrpper-content .new-nav-wrpper-content-item ul li{
  padding-bottom: 10px;
}
.new-introduce-jonjee-wrapper .new-nav-wrpper-content .new-nav-wrpper-content-item ul li b{
  font-size: 16px;display: block; position: relative;
}

.new-introduce-jonjee-wrapper .new-nav-wrpper-content .new-nav-wrpper-content-item ul li p{
  padding-bottom: 10px;line-height: 28px;color: #585858;
}

/* 新版企业荣誉end */


/* 版权 */
.coy-wrapper {
  position: relative;
  background-image: url(../images/bottom-bg.jpg);
  background-size: 100% 100%;
  padding-bottom: 15px;
  padding-top: 15px;
}
.ali-main-know,
.coy-add {
  font-size: 12px;
  color: #bdbdbd;
}
.coy-des-box p {
  line-height: 25px;
}
.coy-wrapper-sec {
  /* padding: 40px 15px; */
  font-size: 12px;
}
.bottom-logo {
  display: block;
  height: auto;
  width: 25%;
}
.coy-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;

  color: #fff;
  text-align: center;
  color: #c9c8c8;
  font-size: 12px;

  background-color: #444;
  padding: 15px 0;
}

/* 走进中距 */
.zj-top-wrapper {
  background-image: url(../images/zjzj-topbg.jpg);
  background-size: 100% 100%;
  padding-bottom: 35px;
  padding-top: 95px;
}
.zj-title-top {
  font-size: 14px;
  color: #fff;
  border-left: 2px solid #ff7b0b;
  margin-left: 15px;
  padding-left: 10px;
  /* position: absolute;
	    left: 0;
	    top: 0; */
}
.zj-top-wrapper .zj-title-top h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
}
.tab-item-box {
  /* position: relative;
	    background-color: #004AB6;
	    height: 35px;
	    line-height: 35px;
	    color: #fff;
	    text-align: center; margin-top: 30px; */
}
.er-muen-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 35px;
  display: none;
  z-index: 77;
}
.er-muen-box .tab-item {
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #0258da;
  border-bottom: 1px solid #0653c7;
  display: block;
}
#tab-item-box-zj .introduce-jonjee {
  position: relative;
  background-color: #004ab6;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  margin-top: -1px;
  z-index: 77;
}
.tab-item img {
  width: 6px;
  height: auto;
  display: block;
  margin-left: 10px;
  /* opacity: 0; */
}
.arrow-body {
  position: absolute;
  width: 56px;
  /*  height: 24px; */
  overflow: hidden;
  left: 55.5%;
}
.flow-body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 10px;
  overflow: hidden;
  background-image: url(../images/cd-arrow-f.svg);
  animation: flow linear 2s infinite;
  transform: translateX(-100%);
}
.flow-body img {
  width: 10px;
  height: auto;
  display: block;
}

#jonjee-hr .arrow-body {
  left: 61.5%;
}

#jonjon-science .arrow-body {
  left: 61.5%;
}
#jonjee-wealth .arrow-body {
  left: 61.5%;
}

/* .arrow-body::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left-width: 10px;
    border-left-color: skyblue;
}
.flow-body::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 6px;
    top: calc(50% - 3px);
    background: repeating-linear-gradient(90deg,skyblue 0,skyblue 15px,rgba(0,0,0,0) 15px,rgba(0,0,0,0) 20px);
    transform: translateX(-100%);
    animation: flow linear 2s infinite;
	
} */
/* 流动动画 */
@keyframes flow {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.tab-item-content-title {
  font-size: 14px;
  color: #004ab6;
  padding: 20px 0 20px;
  text-transform: Uppercase;
}
.tab-item-content-title span {
  font-weight: bold;
  font-size: 18px;
}
.zjzj-jonjee {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.jonjee-txt p {
  line-height: 35px;
  text-indent: 2em;
}
.establish-time {
  font-size: 20px;
  color: #999999;
  margin: 20px 0;
}

.honor-list {
  padding-bottom: 10px;
}
.honor-list a {
  /* width: 50%; */
}
.honor-list a:hover .honor-item {
  border: 1px solid #004ab6;
}
.honor-list a .honor-item {
  padding: 20px 10px;
  border: 1px solid #eeeeee;
  /* margin: 10px; */
  margin-bottom: 10px;
  font-size: 14px;
}
.honor-list a .honor-item .honor-lf .date {
  color: #333;
  font-size: 15px;
  display: inline-block;
  font-weight: bold;
}
.honor-list a .honor-item img {
  width: 5%;
}
.honor-list a .honor-item .honor-lf span {
  color: #eeeeee;
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 15px;
}

.industry-food-bg {
  background-image: url(../images/tzzgx-topbg.jpg);
}
#layoutInvestment {
  background-image: url(../images/layoutInvestment.jpg);
}

/* 发展轨迹 */
.development-track-wrapper {
  background-image: url(../images/fazhanguiji-bg.jpg);
  background-size: 100% 100%;
  padding-bottom: 40px;
  padding-top: 43px;
  display: block;
  /* height: 475px; */
}
.development-track-wrapper .development-title {
  color: #fff;

  text-transform: Uppercase;
}
.development-track-wrapper .development-title span {
  font-size: 18px;
  font-weight: bold;
}
.track-wrapper {
  color: #fff;
}
.track-nav-list {
  margin: 30px 15px 40px;
  font-size: 14px;
}
.track-nav-list .track-nav-item {
  cursor: pointer;
}
.active-track {
  border-bottom: 1px solid #fff;
}
.track-nav-item-content {
  margin: 0 15px 0 5px;
  overflow-y: auto;
  height: 550px;
}
.picList {
  /* height: 550px; */
  border-left: 2px dotted #fff;
  margin: 0 0 15px 15px;
}
.picList li {
  position: relative;
}
.picScrollBox h4 {
  width: 99px;
  height: 25px;
  line-height: 25px;
  background: #004ab6;
  border-radius: 5px;
  margin: 10px 0 10px;
  text-align: center;
}
.picScrollBox .des-wk {
  color: #ffffff;
  line-height: 26px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
}
.picScrollBox {
  margin-bottom: 30px;
  margin-left: 10px;
}
.picScrollBox .des-wk::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  border-right: 10px solid #000;
  opacity: 0.4;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}
.border-box {
  position: absolute;
  left: 0;
  top: 60%;
  margin-left: -12px;
}
.border-box .border-fist {
  width: 24px;
  height: 24px;
  background: #00b8ed;
  opacity: 0.34;
  border-radius: 50%;
  position: relative;
}
.border-box .border-sec {
  position: absolute;

  width: 12px;
  height: 12px;
  background: #00b8ed;
  border-radius: 50%;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -6px;
}
.track-nav-item-content ul li {
  padding-left: 20px;
}

/* 企业文化 */
.enterprise-culture-wrapper {
  background-image: url(../images/zjzj-1cor-bg.jpg);
  background-size: 100% 100%;
  padding-bottom: 60px;
  padding-top: 60px;
}
.enterprise-culture-wrapper .development-title {
  color: #004ab6;
}
.culture-item-content img {
  width: 70%;
  height: auto;
  margin: 30px auto;
  display: block;
}
.culture-item-box .culture-item {
  /* width: 70%; */
  text-align: center;
}
.culture-item-box .culture-item img {
  width: 60%;
  height: auto;
  position: relative;
  z-index: 9;
  transition: all 500ms ease;
  display: block;
}
.culture-item-box .culture-item .culture-item-txt {
  background: #c3e9ff;
  border-radius: 72px;
  color: #0066a1;
  font-size: 16px;
  padding: 20px;
  text-align: center;
  line-height: 25px;
  margin-top: -40px;
}
.culture-item-sec .culture-item-txt {
  background: #c3e9ff;
  border-radius: 72px;
  color: #0066a1;
  font-size: 14px;
  padding: 20px;
  text-align: center;
  line-height: 25px;
  margin-top: -40px;
}
.culture-item-txt p {
  font-size: 13px;
}
.culture-item-sec .culture-item-txt span {
  font-weight: bold;
}

/* 社会责任 */
/*社会责任*/
/* 科技创新 */
.science-top-box {
}
.social-list .social-item .social-item-img {
  width: 48%;
  position: relative;
  z-index: 3;
}
.social-list .decorate-img {
  width: 100%;
  height: auto;
  margin-top: -30px;
}
.intro-box {
  width: 211px;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  background: #0072ff;
  border-radius: 0px 100px 100px 0px;
  font-size: 15px;
  margin-bottom: 38px;
  position: relative;
}
.intro-box::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-top: 15px solid #0072ff;
  border-right: 13px solid transparent;
}
.intro-box .intro-icon {
  width: 17px;
  height: 17px;
  border-radius: 24px;
  background: #ffffff;
  margin-left: 18px;
  margin-right: 10px;
}
.doctor-word-box-img {
  width: 100%;
  height: auto;
  display: block;
}
.dian-icon-box {
  width: 50%;
}
.dian-icon-box img {
  width: 100%;
}
.doctor-word-wrapper {
  background-image: url(../images/scientific_sec_img2.png);
  background-size: 100% 100%;
  width: 100%;
}
.doctor-word-wrapper-content {
  height: 713px;
  position: relative;
}
.doctor-word-wrapper-content .qiye-img {
  width: 154px;
  height: auto;
  position: absolute;
  top: 142px;
  left: 102px;
  transition: all 0.36s ease;
}
.doctor-word-wrapper-content .cx-img {
  right: 103px;
  top: 149px;
  width: 154px;
  height: auto;
  position: absolute;
  transition: all 0.36s ease;
}
.doctor-word-wrapper-content .cx-img:hover {
  transform: scale(1.1);
}
.zs-icon {
  width: 154px;
  height: auto;
  position: absolute;
  top: 354px;
  left: 237px;
  transition: all 0.36s ease;
}
.zs-icon:hover {
  transform: scale(1.1);
}
.hy-icon {
  width: 154px;
  height: auto;
  position: absolute;
  top: 442px;
  left: 518px;
  transition: all 0.36s ease;
}
.hy-icon:hover {
  transform: scale(1.1);
}
.cxy-icon {
  width: 154px;
  height: auto;
  position: absolute;
  top: 355px;
  right: 272px;
  transition: all 0.36s ease;
}
.cxy-icon:hover {
  transform: scale(1.1);
}
.kj-img-six {
  width: 460px;
  height: auto;
  position: absolute;
  top: 52px;
  left: 369px;
  transition: all 0.36s ease;
}
.kj-img-six:hover {
  transform: scale(1.1);
}
.doctor-word-wrapper-content .qiye-img:hover {
  transform: scale(1.1);
}
.science-top-box .science-top-box-nav {
  float: right;

  display: block;
}
.science-top-box-nav a {
  width: 125px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
}
.science-top-box-nav a.active {
  background: #343434;
  color: #ffffff;
}
.doctor-item-des {
  /* width: 48%; */
  padding-bottom: 20px;
}
.doctor-item-des .small-title {
  padding: 0 20px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: #d7e9ff;
  margin-bottom: 10px;
  border-radius: 15px;
}
.doctor-item-des p {
  color: #666666;
  line-height: 36px;
  text-indent: 2em;
}
.doctor-title-box {
  margin-top: -91px;
  margin-bottom: 30px;
}
.doctor-title-box .doctor-box {
  width: 120px;
  height: 120px;
  background: #0072ff;
  opacity: 0.5;
}
.doctor-title-box .doctor-title-box-content {
  color: #ffffff;
  font-size: 16px;
  margin-left: -96px;
  position: relative;
}
.doctor-title-box .doctor-title {
  font-size: 22px;
  font-weight: 600;
}
/* 校企合作 */
.honor-enterprise-wrapper {
  background-image: url(../images/zjzj3-school-bg2.jpg);
  background-size: 100% 100%;
  padding-bottom: 40px;
  color: #ffffff;
}
.honor-enterprise-title {
  padding-top: 22px;
  font-size: 12px;
}
.honor-enterprise-title p {
  padding-bottom: 5px;
  font-size: 20px;
}
.honor-enterprise-list-box {
  /* width: 1198px;
  height: 650px; */
  margin-top: 30px;
  background: rgba(0, 35, 75, 0.5);
  overflow-y: auto;
}
.honor-enterprise-list-box::-webkit-scrollbar {
  width: 4px;
}
.honor-enterprise-list-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.2);
}
.honor-enterprise-list-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.honor-enterprise-list-box .list-item {
  padding: 10px 20px;
}
.honor-enterprise-list-box .list-item:nth-child(odd) {
  background: rgba(0, 26, 56, 1);
}
.honor-enterprise-list-box .list-item:nth-child(even) {
  padding: 13px 20px;
}
.honor-enterprise-list-box .list-item .item-dete {
  font-size: 14px;
  font-weight: bold;
}
.honor-enterprise-list-box .list-item .item-txt {
  /* width: 1000px; */
  display: inline-block;
  line-height: 30px;
}
/*人力资源*/
.doctor-item-des-sec p {
  text-indent: 0em;
}
.doctor-item-des-sec p span {
  font-size: 12px;
  display: inline-block;
  margin-right: 4px;
}
.cb-hr-box .doctor-title {
  font-size: 18px;
}
.cb-hr-box .doctor-title-box {
  margin-top: -100px;
}
.cb-hr-box .doctor-title-box-content {
  font-size: 12px;
}
.cb-hr-box .doctor-title-box img {
  width: 20%;
  display: inline-block;
  margin-right: 10px;
  height: auto;
}
.cb-hr-box .dian-icon-box {
  text-align: right;
  width: 100%;
  padding-top: 10px;
}
.cb-hr-box .dian-icon-box img {
  width: 207px;
  height: auto;
  display: inline-block;
}
/* 厨邦智造 */
.cb-zz-wrapper .intro-box {
  width: 237px;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  background: #0072ff;
  border-radius: 0px 100px 100px 0px;
  font-size: 15px;
  margin-bottom: 38px;
  position: relative;
}
.cb-zz-wrapper .dian-icon-box {
  width: 31%;
}
/* 社会责任 */
.img-doctor-lf {
  width: 100%;
  height: auto;
  display: block;
}
.doctor-word-box-sec {
  position: relative;
  margin-top: -37px;
  align-items: flex-end;
}
.doctor-word-box-sec img {
  width: 30%;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
.doctor-word-box-sec .doc-title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #666666;
}
.doctor-word-box-txt-p {
  margin-top: 25px;
  padding-bottom: 20px;
}

.doctor-word-box-txt-p p {
  text-indent: 2em;
  line-height: 35px;
}

/* 科研成果 */
.technology-news-wrapper {
  background-image: url(../images/zjzj3-scien-bg2.jpg?v=202111062334);
  /* background-size: 100% 100%; */
  padding-bottom: 40px;
  padding-top: 50px;
}
.technology-news-title {
  background-color: #ff7500;
  color: #fff;
  font-size: 24px;
}
.technology-news-title span {
  font-size: 16px;
}
.technology-lf-box {
  background-color: #ffffff;
  opacity: 0.95;
}
.technology-content p {
  line-height: 35px;
}
.technology-content img {
  width: 40%;
  height: auto;
  display: block;
  margin: 40px auto 20px;
}
.technology-content-two img {
  width: 80%;
  margin-top: 37px;
  margin-bottom: 23px;
}
.technology-content {
  padding: 0 15px;
}
.new-product-item img {
  width: 100%;
  height: auto;
  display: block;
}
.new-product-rt-box {
  /* width: 70%; */
  margin-top: 40px;
}
.new-product-item {
  /* width: 49.9%; */
  background-color: #ffffff;
  opacity: 0.95;
  /* height: 210px; */
  position: relative;
  padding: 0 15px;
  margin-bottom: 1px;
}
.new-product-item-txt {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 10px 10px;
}
.news-product-bottom-list .product-bottom-item {
  text-align: left;
  width: 50%;
  background: #fff;
  height: 384px;
  transition: all 0.3s ease 0s;
}
.news-product-bottom-list .product-bottom-item img {
  width: 20%;
  height: auto;
  display: block;
  margin: 20px auto 10px;
  transition: all 0.3s ease 0s;
}
.news-product-bottom-box {
  margin-top: 1px;
}
.news-product-bottom-list .product-bottom-item .you-img {
  width: 30%;
  margin-top: 90px;
  transition: all 0.3s ease 0s;
}
.product-bottom-item .product-bottom-item-content h6 {
  font-size: 14px;
}
.product-bottom-item .product-bottom-item-content p {
  line-height: 25px;
}
.product-bottom-item .product-bottom-item-content {
  padding: 10px 10px;
}

/* 新闻媒体 */
.news-wrapper {
  background-image: url(../images/xwmt-topbg.jpg);
}
.news-list-wrapper {
  padding: 0 10px;
}
.news-media-list-item .bottom-news {
}
.news-item-box .news-top-box {
  align-items: flex-start;
  padding: 10px 0;
}
.news-item-box .news-top-box img {
  width: 40%;
  height: auto;
  display: block;
  margin-right: 10px;
}
.news-item-box .news-title-h5 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 70%;
}
.news-media-list-item .bottom-news .news-media-list-item-dete {
  /* padding-left: 15px; */
  color: #999999;
}
.arr-news-media-icon {
  width: 26px;
  height: auto;
  display: block;
  margin-right: 10px;
}
.bottom-news {
  padding-top: 8px;
  color: #999;
}
.news-item-box {
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
  display: block;
}
.news-item-box.not p {
  color: #666666;
  line-height: 30px;
  /* text-indent: 2em; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}
.news-item-box.not .news-title-h5 {
  width: 100%;
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-links-page {
  text-align: center;
  margin: 50px 0;
}
.nav-links-page ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-links-page ul li.disabled span {
  width: 80px;
  height: 26px;
  line-height: 26px;
  background: #ffffff;
  /* border: 1px solid #dddddd; */
  font-size: 12px;
  /* border-radius: 12px; */
  display: inline-block;
  color: #ccc;
  cursor: no-drop;
}
.nav-links-page ul li a {
  margin: 0 10px;
  color: #333333;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.nav-links-page ul li.active span {
  margin: 0 10px;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #0044b0;
  border-radius: 50%;
  color: #fff;
}
.nav-links-page ul li:nth-child(1) a,
.nav-links-page ul li:nth-last-child(1) a {
  width: 80px;
  height: 26px;
  line-height: 26px;
  background: #ffffff;
  border: 1px solid #dddddd;
  font-size: 12px;
  border-radius: 12px;
  display: inline-block;
}
/* 新闻详情 */
.news-des-content {
  padding: 15px;
}
.news-des-content .news-des-title {
  font-size: 22px;
  color: #333333;
}
.news-des-content .news-media-time {
  font-size: 14px;
  color: #333333;
  margin: 20px 0 30px;
}
.news-des-content .news-media-txt {
  line-height: 30px;
}
.news-des-content .news-media-txt img {
  max-width: 100%;
}
.news-des-content .news-media-txt p {
  line-height: 200%;
  margin-bottom: 10px;
}
.news-des-content .news-media-txt p:nth-last-child(1) {
  margin-bottom: 0;
}
/* 财富 */
.notice-wrapper-list {
  /* display: flex;
    flex-wrap: wrap;
    margin-left: -10px; */
}
.notice-wrapper-list .notice-item {
  /* width: 50%; */
}
.notice-wrapper-list .notice-item .notice-item-sec {
  padding: 10px 10px;
  border: 1px solid #eeeeee;
  margin: 10px 0;
  position: relative;
}
.notice-wrapper-list .notice-item .notice-date {
  color: #cccccc;
  width: 15%;
}
.notice-wrapper-list .notice-item .notice-date b {
  font-size: 16px;
}
.notice-wrapper-list .notice-item .notice-item-title {
  width: 90%;
}
.notice-wrapper-list .notice-item .notice-item-sec img {
  display: block;
  width: 12px;
  height: auto;
}
.notice-wrapper-list .notice-item .notice-item-sec::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #0258da;
}
.more-btn {
  width: 200px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #666;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 18px;
  margin: 50px auto 40px;
  display: block;
}

/* 菜单 */
.er-muen-box-item {
  line-height: 50px;
  font-size: 14px;
  background-color: #0258da;
  /* border-bottom: 1px solid #0b63e8; */
}
.er-muen-box-item span {
  color: #fff;
  height: 100%;
  width: 100%;
  position: relative;
  /* padding: 0 20px; */
  border-bottom: 1px solid #0653c7;
}
.er-muen-box-item a {
  color: #fff;
  border-bottom: 1px solid #0653c7;
}
.er-muen-box-item img {
  margin-left: 10px;
  display: inline-block;
  width: 6px;
  transition: 0.2s;
  /* -webkit-transition-property: -webkit-transform;
	    -moz-transition-property: -moz-transform;
	    transition-property: transform;
	    -webkit-transition-duration: 0.2s;
	    -moz-transition-duration: 0.2s;
	    transition-duration: 0.2s; */
}
.er-muen-box-item img.action {
  margin-top: 12px;
  webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.er-muen-box-item > dl {
  display: none;
  text-align: center;
  background-color: #0d61e0;
}
.er-muen-box-item > dl a {
  color: #fff;
  display: block;
  border: none;
}
#tab-item-box-zj .introduce-jonjee img {
  /* transition: 0.1s; */
}
#tab-item-box-zj .introduce-jonjee img.action {
  margin-top: 12px;
  webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.food-img-industry img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 50px;
}
.food-txt {
  text-indent: 2em;
  font-size: 14px;
  line-height: 34px;
}
.food-img-industry {
  text-indent: 2em;
  font-size: 14px;
  line-height: 34px;
}
.city-bg {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
}
.city-houses-box {
  position: relative;
  margin-top: -130px;
  margin-bottom: 40px;
}
.city-houses-top-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}
.city-houses-tab .houses-tab-item {
  width: 40%;
  position: relative;
  overflow: hidden;
}
.city-houses-tab .houses-tab-item .houses-tab-img-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s;
}
.city-houses-tab .city-item-acitve {
  width: 55%;
}
.houses-tab-item .houses-tab-txt {
  background-color: #a0a0a0;
  padding: 10px;
  color: #fff;
  position: relative;
  font-size: 12px;
}
.houses-tab-item .houses-tab-txt h5 {
  font-size: 15px;
}
.city-houses-tab .city-item-acitve .houses-tab-txt {
  background: #004ab6;
}
.houses-tab-content-img img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.floor-plan {
  padding-top: 29px;
}
.floor-plan .floor-plan-item {
  width: 48%;
  position: relative;
}
.floor-plan .floor-plan-item .floor-plan-img {
  width: 100%;
  height: auto;
}
.floor-plan .floor-plan-item .icon-floor {
  width: 38px;
  height: auto;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.floor-plan-sec {
  padding-top: 15px;
}
.yjl-img-box img {
  height: auto;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.yjl-title {
  color: #666;
  line-height: 30px;
  font-size: 14px;
  /* margin-bottom: 10px; */
}
.yjl-title-des {
  margin-bottom: 40px;
  color: #666;
  line-height: 30px;
  font-size: 14px;
}
.yjl-floor-plan-img {
  display: block;
  width: 85%;
  height: auto;
  margin: 20px auto 50px;
}
.high-tech-box-img-first img {
  display: block;
  width: 25%;
  height: auto;
  margin-top: 30px;
}
.high-tech-box-img-sec {
  width: 70%;
  margin: 40px auto 0;
  position: relative;
  z-index: 9;
}
.high-tech-box-img-sec img {
  display: block;
  width: 40%;
  height: auto;
}
.high-tech-box-bg {
  width: 100%;
  height: auto;
  margin-top: -119px;
  display: block;
}
.auto-spare-parts-txt {
  text-indent: 2em;
  /* width: 50%; */
  text-align: left;
  position: relative;
  z-index: 2;
  line-height: 30px;
}
#high-tech .arrow-body {
  left: 57%;
}
.auto-spare-parts {
  width: 100%;
  height: auto;
  display: block;
  /* margin-top: -50px; */
}
.mwx-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}
.mwx-pic-box-f {
  /* margin-top: 30px; */
}
.mwx-pic-box-f .mwx-pic-box-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.mwx-pic-box-sec {
  position: relative;
  z-index: 2;
}
.mwx-pic-box-sec .mwx-pic-box-item {
  width: 49%;
}
.mwx-pic-box-sec .mwx-pic-box-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.cyly5-bg {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -62px;
}
.join-box-img {
  position: relative;
  z-index: 2;
  /* width: 90%; */
  margin: 30px auto 0;
}
.join-box-img img {
  width: 20%;
  height: auto;
  display: block;
  transition: all 0.3s ease 0s;
}
.join-box-img-bg {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -185px;
}

.real-estate-wrapper .real-estate-item {
  text-align: center;
  padding: 5px 15px;
  border: 1px solid transparent;
  /* transition: all .3s ease 0s; */
  margin-top: 30px;
  background: #f4f4f4;
  font-size: 12px;
  margin-bottom: 20px;
}

.real-estate-wrapper .real-estate-item:hover {
  /* border:1px solid #FF7500; */
}
.real-estate-wrapper .real-estate-item .real-estate-icon {
  background-image: url(../images/cyly7-wy-cd1-off.png);
  width: 45px;
  height: 45px;
  margin: 0 auto 5px;
  background-size: 100%;
}
.real-estate-wrapper .real-estate-item:nth-child(2) .real-estate-icon {
  background-image: url(../images/cyly7-wy-cd2-off.png);
  margin: 0 auto;
}
.real-estate-wrapper .real-estate-item:nth-child(3) .real-estate-icon {
  background-image: url(../images/cyly7-wy-cd3-off.png);
  margin: 0 auto;
}
.real-estate-wrapper .real-estate-item:nth-child(4) .real-estate-icon {
  background-image: url(../images/cyly7-wy-cd4-off.png);
  margin: 0 auto;
}
.real-estate-wrapper .real-estate-item-active {
  background: #004ab6;
  color: #fff;
}
.real-estate-wrapper .real-estate-item-active .real-estate-icon {
  background-image: url(../images/cyly7-wy-cd1-on.png);
}
.real-estate-wrapper .real-estate-item-active:nth-child(2) .real-estate-icon {
  background-image: url(../images/cyly7-wy-cd2-on.png);
}
.real-estate-wrapper .real-estate-item-active:nth-child(3) .real-estate-icon {
  background-image: url(../images/cyly7-wy-cd3-on.png);
}
.real-estate-wrapper .real-estate-item-active:nth-child(4) .real-estate-icon {
  background-image: url(../images/cyly7-wy-cd4-on.png);
}
.management-txt p {
  line-height: 36px;
}
.Jonjee-estate-management-box .management-txt {
  width: 48%;
  margin-top: 50px;
}
.Jonjee-estate-management-box .management-txt p {
  color: #666666;
  line-height: 36px;
}
.honer-box {
  margin-top: 20px;
}
.honer-item-box {
  display: flex;
  flex-wrap: wrap;
}
#duoduo-qrcode {
  width: 140px;
  height: auto;
  margin-left: 10px;
}
.honer-item-box .honer-item {
  width: 50%;
  line-height: 36px;
  font-size: 12px;
}
.project-serve-box {
  margin-top: 50px;
}
.project-serve-box .project-serve-item .intro-box {
  background: #e1e1e1;
  color: #666666;
  margin-bottom: 27px;
}
.project-serve-box .project-serve-item .intro-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 0;
  height: 0;
  border-top: 28px solid #e1e1e1;
  border-right: 18px solid transparent;
}
.project-serve-box .project-serve-item {
  /* width: 48%; */
}
.project-serve-box .project-serve-item p {
  text-indent: 2em;
  line-height: 36px;
  margin-bottom: 30px;
}
.cyly8-zjzg-bg {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 50px;
}

.food-txt-2 {
  font-size: 14px;
  line-height: 35px;
}

.real-estate-honor-wrapper {
  background-image: url(../images/cyly7-wy-qy-bg.jpg);
  background-size: 100% 100%;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-top: 20px;
}
.real-estate-honor-title {
  padding-bottom: 28px;
}
.real-estate-honor-title span {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  margin-left: 10px;
}
.real-estate-honor-content .honor-content-item img {
  width: 10%;
  height: auto;
  display: block;
}
.real-estate-honor-content .honor-content-item {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 20px;
}
.real-estate-honor-content {
  width: 80%;
  margin: 0 auto;
}
.real-estate-honor-content .honor-content-item .content-item-txt {
  margin-top: -8px;
}

.investment-project-item img {
  width: 100%;
  display: block;
  height: auto;
}
.investment-project-item-content h5 {
  color: #666666;
  padding: 5px 0 15px 20px;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  margin-top: 18px;
}
.investment-project-item-content h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 80%;
  width: 2px;
  background: #ff7500;
}
.investment-project-item-content {
  position: relative;
  z-index: 2;
}
.investment-project-bg {
  width: 100%;
  display: block;
  height: auto;
  margin-top: -20px;
}
.hatch-wrapper-img {
  width: 100%;
  display: block;
  height: auto;
  margin-top: 20px;
}
.project-services-wrapper .services-item img {
  width: 100%;
  display: block;
  height: auto;
  margin: 30px 0;
}
.company-name-wrapper {
  background-image: url(../images/cyly7-fwxm-bg.jpg);
  background-size: 100% 100%;
  padding-bottom: 50px;
  padding-top: 59px;
  margin-top: 35px;
}
.company-name-wrapper-content {
  padding: 0 15px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.company-name-wrapper-content h5 {
  font-size: 15px;
  margin-bottom: 20px;
}
.company-name-wrapper-content p {
  padding: 10px 0;
}
.company-name-wrapper-content .bf-name {
  display: inline-block;
}
.p-name-txt {
  margin-top: 8px;
  margin-bottom: 10px;
}
.cyly7-zxfw-bg {
  width: 100%;
  display: block;
  height: auto;
}
.online-service-wrapper-sec {
  position: relative;
  margin-top: -186px;
  margin-bottom: 51px;
}
.online-service-wrapper-sec .online-service-form {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 15px;
}
.online-service-wrapper-sec h5 {
  font-size: 22px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.type-box-industry {
  /* width: 80%; */
}
.form-content label {
  margin-right: 30px;
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}
.type-box-industry {
  margin-top: 25px;
  border-bottom: 1px solid #ccc;
}
.input-box-item {
  padding: 30px 0 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.input-box-item .input-item {
  height: 38px;
  background: #ffffff;
  border-radius: 19px;
  line-height: 38px;
  width: 100%;
  margin-bottom: 20px;
}
.input-box-item .input-item span {
  margin-left: 15px;
  display: inline-block;
  width: 56px;
}
.input-box-item .input-item input {
  width: 68%;
  margin-left: 5px;
  border: none;
}
.input-box-item2 {
  background: #ffffff;
  border-radius: 19px;
  padding: 10px 10px 10px 15px;
  margin-top: 30px;
}
.input-box-item2 textarea {
  width: 100%;
  height: 75px;
  border: none;
  margin-top: 10px;
  text-align: left;
  overflow: hidden;
  resize: none;
}
.submit-btn {
  width: 189px;
  height: 37px;
  line-height: 37px;
  background: #ff7500;
  border-radius: 18px;
  color: #fff;
  margin: 40px auto;
  border: none;
  display: block;
}

.honor-img-box {
  margin-top: 23px;
}
.honor-img-box .honor-img-item {
  width: 48%;
  position: relative;
}
.honor-img-box .honor-img-item span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 64.5%;
  left: 0;
  color: #ffffff;
  font-size: 12px;
}
.honor-img-box .honor-img-item img {
  width: 100%;
  display: block;
  height: auto;
}
.cyly-bg {
  width: 100%;
  display: block;
  height: auto;
  margin-top: 40px;
}
.cb-j-y-box {
  position: relative;
  margin-top: 50px;
}
.cb-j-y-box .jy-img-big {
  width: 100%;
  height: auto;
  display: block;
}
.cb-j-y-box-content {
  position: absolute;
  left: 3%;
  top: 0;
  width: 94%;
}
.cb-j-y-box-content .cb-j-y-box-content-sec {
  background: rgba(27, 76, 133, 0.7);
  margin: 0 auto;
  color: #ffffff;
}
.cb-j-y-box-content .cb-j-y-box-content-sec .jy-title-img {
  height: auto;
  display: block;
  width: 70%;
  padding: 20px 15px 10px;
}
.auto_parts_img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
}
.cb-j-y-box-content-txt .cb-j-y-box-content-txt-div {
  /* width: 85%; */
}
.cb-j-y-box-content-txt .cb-j-y-box-content-txt-div p {
  padding: 0 15px;
  line-height: 27px;
  font-size: 12px;
}
.go-des-coy-box .go-des-coy {
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 12px;
}
.go-des-coy-box {
  padding-left: 15px;
  margin-top: 10px;
  padding-bottom: 15px;
}
.go-des-coy-box .go-des-coy img {
  width: 10px;
  height: auto;
  display: inline-block;
  margin-left: 20px;
}
/*产业领域*/
.industr-food-wrapper {
  padding-top: 30px;
  padding-bottom: 20px;
}
#industry-food-bg {
  background-image: url(../images/zjzj-topbg-layout.jpg);
}
.layout-investment-title-bg {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 32px;
}
.layout-investment-title-box {
  margin-top: -83px;
  margin-left: 15px;
}
.layout-investment-title-box .layout-investment-title-content {
  font-size: 22px;
  font-weight: bold;
  color: #004ab6;
  position: relative;
  margin-left: -81px;
}
.layout-investment-title-box .layout-investment-title-k {
  width: 110px;
  height: 110px;
  background: #c4c4c4;
  opacity: 0.5;
}
.layout-investment-title-box .layout-investment-title-txt {
  font-size: 16px;
  font-weight: normal;
}

/* 投资者关系 */

.investor-relation-table-content {
  position: relative;
  z-index: 2;
  padding: 20px;
}
.investor-relation-table-content .table-item {
  padding: 20px 0;
  border-bottom: 1px solid #e6f2ff;
}
.investor-relation-table-content h5 {
  font-size: 14px;
  color: #333333;
  width: 90px;
}
.investor-relation-table-content .table-item span {
  display: inline-block;
  font-size: 14px;
}
.investor-relation-table-bg {
  background: #f8f8f8;
  /* border: 1px solid #F4F4F4; */
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.table-item-bg {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -207px;
}

.tzzgx-tzzgxhd-bg {
  width: 100%;
  display: block;
  height: auto;
  margin-top: 30px;
}
.relation-from-wraper h5 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 27px;
}
#relation-title .arrow-body {
  left: 61%;
}
.relation-from-wraper {
  margin: -156px 15px 100px;
  position: relative;
  z-index: 2;
}
.relation-from-wraper .relation-from-content {
  background-color: #f4f4f4;
  padding: 0 15px;
}
.input-box-item {
  padding: 30px 0 10px;
  border-top: 1px solid #e2dede;
  border-bottom: 1px solid #e2dede;
}
.input-box-item .input-item {
  height: 38px;
  background: #ffffff;
  border-radius: 19px;
  line-height: 38px;
  width: 100%;
  margin-bottom: 20px;
}
.input-box-item .input-item span {
  margin-left: 15px;
}
.input-box-item .input-item input {
  width: 73%;

  border: none;
}
.shareholder-box {
  padding-bottom: 15px;
}
.shareholder-box span {
  display: inline-block;
  width: 135px;
  padding-left: 15px;
}
.shareholder-box label {
  margin-left: 10px;
  margin-right: 20px;
  font-size: 12px;
}
.add-btn {
  color: #004ab6;
  text-decoration: underline;
  cursor: pointer;
}
.del-btn {
  color: red;
  text-decoration: underline;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
}
.visit-box:nth-child(1) .del-btn {
  opacity: 0;
}
.input-box-item2 textarea {
  width: 100%;
  height: 75px;
  border: none;
  margin-top: 10px;
  text-align: left;
  overflow: hidden;
  resize: none;
}
.submit-btn {
  width: 189px;
  height: 37px;
  line-height: 37px;
  background: #ff7500;
  border-radius: 18px;
  color: #fff;
  margin: 40px auto;
  border: none;
  display: block;
}
.visit-box {
  margin-bottom: 20px;
}
.visit-box input {
  border: none;
  height: 38px;
  background: none;
  background: #ffffff;
  overflow: hidden;
  width: 92%;
  border-radius: 19px;
  padding: 0 15px;
}
.visit-box-sec {
  background: #ffffff;
  border-radius: 19px;
  padding: 0 10px 0 15px;
  overflow: hidden;
  margin-bottom: 8px;
}
.visit-box-sec input {
  width: 49.5%;
  border: none;
  height: 38px;
  background: none;
  padding: 0;
}
.editdelete {
  text-align: right;
}
.investor-txt-box2 p {
  text-align: left;
  text-indent: 2em;
  line-height: 30px;
}
.investor-img-bg {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -20px;
}
/* 公司治理 */
.coy-govern-wrapper .coy-govern-item {
  padding: 10px 0;
}
.coy-govern-wrapper .coy-govern-name {
  position: relative;
}
.coy-govern-wrapper .coy-govern-name img {
  width: 100%;
  height: 42px;
  display: block;
  margin-bottom: 10px;
}
.coy-govern-wrapper .coy-govern-name span {
  position: absolute;
  display: block;
  left: 10px;
  top: 0;
  height: 42px;
  width: 100%;
  font-size: 22px;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
}
.coy-govern-wrapper .coy-govern-item {
  background: #ffffff;
  border: 1px solid #f4f4f4;
  margin-bottom: 20px;
}
.coy-govern-wrapper .coy-govern-item p {
  text-indent: 2em;
  line-height: 30px;
  color: #666666;
  font-size: 14px;
  padding: 0 10px;
}
.coy-govern-bg-bottom {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -90px;
}
.stock-structure-box {
  position: relative;
  background-image: url(../images/tzzgx-gbjg-bg.jpg);
  background-size: 100% 100%;
  padding-bottom: 50px;
  padding-top: 20px;
}
.stock-structure-bg2 {
  display: block;
  width: 100%;
  height: auto;
}

/* 校企合作 */
.results-show-wrapper {
  background-image: url(../images/zjzj3-school-bg2.jpg);
  background-size: 100% 100%;
  padding-bottom: 50px;
  padding-top: 20px;
}
.txtMarquee-top {
  height: 530px;
  overflow-y: auto;
  margin-top: 25px;
}
.txtMarquee-top .infoList li {
  background: #ffffff;
  font-size: 14px;
  padding: 10px 10px;
  margin-bottom: 1px;
  opacity: 0.9;
  color: #333333;
}
.results-show-title-box {
  margin-left: 15px;
}
.results-show-title-box h5 {
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
}
.results-show-title-box p {
  color: #ffffff;
  font-size: 14px;
}
.icon-jianbei {
  width: 62px;
  height: auto;
  display: inline-block;
}
#cb-txt-list p {
  text-indent: 0;
}

.make-cb-img-des img {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.cb-manufacture-wrapper {
  background-image: url(../images/zjzj5-cips-bg2.jpg);
  background-size: 100% 100%;
  padding-bottom: 10px;
  padding-top: 20px;
}
.cb-manufacture-item img {
  width: 80px;
  height: auto;
  display: block;
  margin: 10px auto 25px;
  /* transition: all 500ms ease; */
}
.manufacture-item-content {
  /*  height: 416px; */
  position: relative;
}
.item-content-bg {
  background: #000000;
  opacity: 0.2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.cb-manufacture-item .item-content-txt {
  text-align: left;
  padding: 20px;
  position: relative;
  color: #fff;
}
.cb-manufacture-item .item-content-txt h5 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 15px;
  text-align: center;
}
.cb-manufacture-item .item-content-txt p {
  line-height: 24px;
}
.cb-manufacture-item {
  margin-bottom: 60px;
}

/* 户型图弹框 */
.pop-box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 9999;
  top: 0;
  display: none;
  overflow: hidden;
  overflow: auto;
}
.pop-box .pop-bg {
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}
.pop-box-content {
  position: relative;
  z-index: 3;
}
.pop-box-content .gb-icon {
  width: 48px;
  height: auto;
  display: block;
  margin: 50px auto;
}
.pop-box-content .hint-pic {
  width: 80%;
  height: auto;
  display: block;
  margin: 20px auto;
}

.office_bg-wrapper {
  background-image: url(../images/xspt-bg.jpg);
  background-size: 100% 100%;
  padding-bottom: 20px;
  color: #ffffff;
}
.online-title-box {
  position: relative;
  padding: 20px 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);

  color: #fff;
}
.online-title-box .comback-box {
  position: absolute;
  left: 15px;
  top: 20px;
  z-index: 88;
}
.online-title-box .comback-box img {
  width: 10px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
.hint-div {
  text-align: center;
  padding: 15px 0;
}

.office-list .office-list-item {
  margin: 0 15px;
  background: rgba(0, 0, 0, 0.5);
}
.office-list .office-list-item .office-item-name {
  position: relative;
  background: linear-gradient(0deg, #015eea 0%, #00c0fa 100%);
  padding: 10px 0;
  font-size: 16px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.office-list .office-list-item .office-item-name .office-item-name-img {
  height: auto;
  display: block;
  width: 30px;
  margin-right: 10px;
}
.office-list-item .office-item-name .office-item-name-txt {
  position: absolute;
  bottom: 20px;
  color: #ffffff;
  left: 0;
  width: 100%;
  text-align: center;
}
.office-item-box {
  padding: 25px 15px;
}
.office-item-box .office-item-box-sec .office-item {
  width: 47%;
  text-align: center;
  margin-bottom: 30px;
}
.jd-office-item {
  width: 47%;
  text-align: center;
}
.jd-office-item img {
  width: 100%;
  height: auto;
  display: block;
}
.jd-office-item .name {
  margin-top: 20px;
  text-align: center;
}
.office-item-box .office-item .name {
  margin-top: 20px;
  text-align: center;
}
.office-item-box .office-item-box-sec .office-item img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-wrapper-wrapper-w {
  position: relative;
  color: #ffffff;
}
.contact-wrapper-wrapper-w .contact-bg-img {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.contact-wrapper-wrapper {
  position: relative;
  z-index: 4;
}
.contact-wrapper {
  margin: 30px 15px;
  z-index: 199;
  color: #ffffff;
  /* background: rgba(0,0,0,0.8); */
  border-radius: 10px;
}
.contact-wrapper .contact-content-item {
}
.contact-wrapper .contact-content img {
  width: 55px;
  display: block;
  height: auto;
  margin: 0 auto 10px;
}
.contact-wrapper .contact-item-box p {
  line-height: 30px;
  text-align: center;
}

/*分辨率高于750，采用下面的样式*/
@media screen and (min-device-width: 750px) {
  .header-box {
    position: fixed;
    width: 750px;
    top: 0;
    left: 50%;
    margin-left: -375px;
  }
  .menu-wrap-wrapper {
    width: 750px;
  }
  .arrow-body {
    left: 399px;
  }
  #high-tech .arrow-body {
    left: 54%;
  }
}
/*分辨率高于414，采用下面的样式*/
@media screen and (max-device-width: 428px) {
  #jonjon-science .arrow-body {
    left: 59%;
  }
}
/*分辨率高于414，采用下面的样式*/
@media screen and (max-device-width: 414px) {
  .arrow-body {
    left: 230px;
  }
  #jonjon-science .arrow-body {
    left: 59.5%;
  }
}
/*分辨率高于414，采用下面的样式*/
@media screen and (max-device-width: 390px) {
  .arrow-body {
    left: 57%;
  }
}

/*分辨率高于1440，采用下面的样式*/
@media screen and (max-device-width: 375px) {
  .investor-relation-table-content h5 {
    font-size: 12px;
    color: #333333;
  }
  .investor-relation-table-content .table-item span {
    display: inline-block;
    font-size: 12px;
  }
  .shareholder-box label {
    margin-left: 10px;
    margin-right: 20px;
    font-size: 12px;
  }
  .arrow-body {
    left: 57%;
  }
  #jonjee-hr .arrow-body {
    left: 63.5%;
  }
}
