/*@font-face {*/
/*    font-family: 'msyh';*/
/*    src: url('../static/font/msyh.ttc'),*/
/*        url('../static/font/msyh.ttc'),*/
/*        url('../static/font/msyh.ttc');*/
/*}*/

/*@font-face {*/
/*    font-family: 'msyhbd';*/
/*    src: url('../static/msyhbd.ttc'),*/
/*        url('../static/msyhbd.ttc'),*/
/*        url('../static/msyhbd.ttc');*/
/*    !*IE9*!*/
/*}*/

/*@font-face {*/
/*    font-family: 'msyhl';*/
/*    src: url('../static/msyhl.ttc'),*/
/*        url('../static/msyhl.ttc'),*/
/*        url('../static/msyhl.ttc');*/
/*    !*IE9*!*/
/*}*/

a {
    display: inline-block;
}
.text-color-white {
	color: #fff;
}

.silence {

    filter: grayscale(100%);

    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

    -webkit-filter: grayscale(1);

}

* {
    /*font-family: 'msyh';*/
    box-sizing: border-box;
}

body {
    margin: 0;
    line-height: 21.5px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
    /*去掉li左侧的点*/
}

/*去除a标签下划线*/
a {
    text-decoration: none;
}

/*去除未被访问的a标签的下划线*/
a:link {
    text-decoration: none;
}

/*去除已经被访问过的a标签的下划线*/
a:visited {
    text-decoration: none;
}

/*去除鼠标悬停时的a标签的下划线*/
a:hover {
    text-decoration: none;
}

/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
    text-decoration: none;
}

/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
    text-decoration: none;
}

/* flex 布局 start */
.m-flex {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
/* column */
.m-flex-col {
  flex-direction: column;
}
/* 换行 */
.m-flex-wrap {
  flex-wrap: wrap;
}

/* 不换行 */
.m-flex-nowrap {
  flex-wrap: nowrap;
}

/* 垂直居中 */
.m-col-center {
  align-items: center;
}

/* 顶部对齐 */
.m-col-top {
  align-items: flex-start;
}

/* 底部对齐 */
.m-col-bottom {
  align-items: flex-end;
}

/* 左边对齐 */
.m-row-left {
  justify-content: flex-start;
}

/* 水平居中 */
.m-row-center {
  justify-content: center;
}

/* 右边对齐 */
.m-row-right {
  justify-content: flex-end;
}

/* 水平两端对齐，项目之间的间隔都相等 */
.m-row-between {
  justify-content: space-between;
}

/* 水平每个项目两侧的间隔相等，所以项目之间的间隔比项目与父元素两边的间隔大一倍 */
.m-row-around {
  justify-content: space-around;
}

.m-flex-1 {
  flex: 1;
  overflow: hidden;
}
/* flex 布局 end*/

.xh-top {
    height: 402px;
    width: 100%;
    position: relative;
}

.xh-top .xh-top-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.xh-width-1200 {
    width: 1200px;
}

.xh-top .xh-top-content {
    position: absolute;
    height: 100%;
    /* background-color: red; */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
	z-index: 1;
}

.xh-top-content-1-right-1 {
    display: flex;
}

.xh-top-content-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.xh-top-content-logo {
    height: 80px;
    width: auto;
}

.item:hover {
    opacity: 0.8;
}

.xh-input-style1 {
    height: 38px;
    display: flex;
    align-items: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 200px;
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
}

.xh-top-content-1-right-1 .xh-input-style1 + .xh-input-style1 {
    margin-left: 10px;
}

.xh-input-style1-img {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    margin-right: 6px;
}

.xh-input-style1-content {
    flex-grow: 1;
}

.xh-input-style1-input {
    background: none;
    border: none;
}

.xh-input-style1-input:focus-visible {
    outline: none;
    color: #fff;
    font-size: 16px;
}

.xh-top-content-1-right-2 {
    margin-top: 10px;
}

.xh-nav {
    background-color: rgba(20, 100, 180, 1);
    line-height: 50px;
    text-align: center;
}

.xh-nav-list {
    display: flex;
    margin: 0 auto;
}

.xh-nav-list li {
    flex-grow: 1;
}

.xh-nav-list li a {
    color: #fff;
    font-size: 18px;
}

.xh-body {
    margin: 0 auto;
}

.xh-body-1 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.xh-body-1-left {
    width: 663px;
}

.swiper-container {
    height: 100%;
}

.xh-body-1-left-img {
    height: 398px;
    width: 663px;
}

.xh-body-1-right {
    width: 510px;
}

.xh-title1 {
    color: rgba(20, 100, 180, 1);
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    position: relative;
    align-items: flex-end;
}

.xh-title1::before {
    content: '';
    width: 3px;
    height: 18px;
    background-color: rgba(240, 180, 0, 1);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);

}

.xh-title1-1 {
    font-size: 20px;
    font-weight: bold;
}

.xh-body-1-right-item-bottom {
    margin-top: 15px;
    border-top: 2px #e3e3e3 solid;
    padding-top: 15px;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
}

.xh-item1 {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    position: relative;
    line-height: 26px;
	font-size: 16px;
}

.xh-item1:hover {
    opacity: 0.8;
}

.xh-item1 span:nth-child(1) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: calc(100% - 100px);
}

.xh-item1::before {
    content: '◇';
    color: rgba(51, 51, 51, 1);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.xh-body-1-right-item-margin {
    margin-top: 25px;
}

.xh-body-2 {
    margin-top: 35px;
    display: flex;
}

.xh-body-2-left {
    width: 380px;
    flex-shrink: 0;
}

.xh-body-2-left-body-video {
    height: 100%;
    width: 100%;
}

.xh-body-2-left-body {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px #e3e3e3 solid;
}

.xh-body-2-right {
    flex-grow: 1;
    margin-left: 30px;
	overflow: hidden;
}

.xh-title1 a {
    color: rgba(20, 100, 180, 1) !important;
}

.xh-title1-1 {
    display: flex;
    align-items: flex-end;
}

.xh-title1-1-list {
    font-size: 16px;
    color: rgba(144, 144, 144, 1);
    margin-left: 50px;
    display: flex;
}

.xh-title1-1-list li {
    margin: 0 15px;
    flex-shrink: 0;
    white-space: nowrap;
}

.xh-title1-1-title {
    white-space: nowrap;
}

.xh-title1-1-list li:hover {
    opacity: 0.8;
}

.xh-title1-1-list li {
    color: rgba(144, 144, 144, 1);
    cursor: pointer;
}

.xh-title1-1-list-check {
    color: rgba(20, 100, 180, 1) !important;
}

.xh-body-2-right-body {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px #e3e3e3 solid;
}

.xh-item2-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 100%;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-weight: bold;
}

.xh-item2-time {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.xh-item2-time-img {
    height: 14px;
    width: 14px;
    margin-right: 10px;
}

.xh-item2-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
}

.xh-item2-time {
    margin: 3px 0;
}

.xh-body-2-right-body {
    display: flex;
    flex-wrap: wrap;
}

.xh-body-2-right-body-item {
    width: calc(50% - 10px);
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
}

.xh-body-2-right-body-item:hover {
    opacity: 0.8;
}

.xh-body-2-right-body-item:nth-child(odd) {
    margin-right: 10px;
}

.xh-body-2-right-body-item:nth-child(even) {
    margin-left: 10px;
}

.xh-phone-top {
    display: flex;
    display: none;
    height: 13.3333vw;
    align-items: center;
    justify-content: space-between;
    padding: 0 3.8667vw;
    position: relative;
}

.xh-phone-top-1 {
    height: 5.6vw;
    width: 5.6vw;
}

.xh-phone-top-logo {
    height: 9.3333vw;
}

.xh-phone-top-Menu .xh-sidebar-operation {
    width: 50vw;
}

.xh-phone-top-Menu .xh-sidebar {
    width: 100vw;
}

.xh-sidebar {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    width: 0;
    height: calc(100vh - 13.3333vw);
    z-index: 99;
}

.xh-sidebar-operation {
    width: 0;
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    padding: 40px 0;
}

.xh-sidebar-operation ul li {
    text-align: center;
}

.xh-sidebar-operation ul li a {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    line-height: 40px;
}

.xh-body-3 {
    margin: 30px 0;
}

.xh-body-3 img {
    width: 100%;
}

.xh-body-4 {
    margin-top: 20px;
}

.xh-body-4-body {
    margin-top: 15px;
    border-top: 2px #e3e3e3 solid;
    padding-top: 15px;
}

.xh-body-4-body {
    display: flex;
    justify-content: space-between;
}

.xh-body-4-body-item {
    width: 380px;
    cursor: pointer;
}

.xh-body-4-body-item:hover {
    opacity: 0.8;
}

.xh-body-4-body-item-1 img {
    width: 100%;
    height: 173px;
}

.xh-body-4-body-item-2 {
    width: 100%;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.xh-body-4-body-item-3 {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
}

.xh-body-3-img {
    width: 100%;
    height: 193px;
}

.xh-body-3-list {
    margin-top: 10px;
}

.xh-body-5 .xh-body-4-body {
    /* border-top: none; */
}

.xh-body-5 .xh-body-4-body-item-1 img {
    height: 214px;
}

.xh-body-4-6 {
    display: flex;
    justify-content: space-between;
}

.xh-body-4-6 .xh-body-4-body-item-1 {
    border-top: 2px #e3e3e3 solid;
    margin-top: 15px;
    padding-top: 15px;
}

.xh-body-4-7 {
    margin-top: 20px;
}

.xh-body-4-7-body {
    border-top: 2px #e3e3e3 solid;
    margin-top: 15px;
    padding-top: 15px;
}

.xh-body-4-7-body-item {
    // margin-bottom: 20px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    display: flex;
}

.xh-body-4-7-body-item-lable {
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
}

.xh-body-4-7-body-item-value span {
    margin-right: 20px;
	margin-bottom: 5px;
	display: inline-block;
}

.xh-body-4-body-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.swiper-container2 {
    overflow: hidden;
    margin-top: 15px;
    border-top: 2px #e3e3e3 solid;
    padding-top: 15px;
    margin-top: 15px;
}

.swiper-pagination2 {
    text-align: center;
}

.xh-body-2-left-body-img {
    width: 380px;
    height: 214px;
}

.xh-body-2-left-body {
    position: relative;
}

.xh-body-2-left-body-suspend {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
}

.xh-nav-list-check {
    background-color: rgba(240, 180, 0, 1);
}

.xh-enterpriseDynamics-left {
    width: 200px;
    flex-shrink: 0;
}

.xh-enterpriseDynamics-left-body {
    padding-top: 30px;
    margin-top: 15px;
    border-top: 2px #e3e3e3 solid;
}

.xh-enterpriseDynamics {
    display: flex;
    padding-top: 38px;
}

.xh-item3 {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    border-bottom: solid #e9e9e9 1px;
    align-items: center;
    padding: 0 20px;
}
.xh-item3.active {
	 background: rgba(240, 180, 0, 1);
}
.xh-item3.active .xh-item3-2 {
	 color: #fff;
}
.xh-item3-1 {
    line-height: 50px;
}

.xh-item3-2 {
    color: #c3c3c3;
    font-size: 12px;
}

.xh-enterpriseDynamics-right {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 2px solid #e9e9e9;
    flex-grow: 1;
}

.xh-enterpriseDynamics-right-lable {
    display: flex;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
}

.xh-enterpriseDynamics-right-lable img {
    height: 18px;
    width: 18px;
    margin-right: 5px;
}

.xh-enterpriseDynamics-right-body {
    border-top: solid #e9e9e9 2px;
    margin-top: 15px;
    padding-top: 15px;
}

.xh-item4 {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
}

.xh-item4-left {
    width: 202px;
    height: 106px;
    flex-shrink: 0;
}

.xh-item4-left img {
    height: 100%;
    width: 100%;
}

.xh-item4-right {
    flex-grow: 1;
    margin-left: 22px;
}

.xh-item4-right-1 {
    font-size: 20px;
	font-weight: 600;
}

.xh-item4-text-color {
    color: rgba(20, 100, 180, 1);
}

.xh-item4-time {
    display: flex;
    font-size: 16px;
    margin: 8px 0;
    align-items: center;
}

.pagination > .active > a {
    background-color: rgba(240, 180, 0, 1) !important;
    border-color: rgba(240, 180, 0, 1) !important;
}

.xh-item4-time-img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.xh-enterpriseDynamics-right-bottom {
    display: flex;
    justify-content: center;
}

.xh-enterpriseDynamics {
    position: relative;
}

.xh-phone-Munu {
    display: none;
}

.xh-phone-Munu-open .xh-phone-Munu-list {
    max-height: 200px;
    display: block;
}

.xh-list {
    padding-top: 30px !important;
}

.xh-magrin-top {
    margin-top: 20px;
}

.xh-margin-top-120 {
    margin-top: 120px;
}

.introduce_row {
    position: relative;
    margin-bottom: 120px;
}

.introduce_row img {
    width: 71.4%;
}

.introduce_row.left img {
    margin-left: 28.6%;
}

.introduce_row.right img {
    margin-right: 28.6%;
}

.introduce_row .introduce_content {
    position: absolute;
    top: 35.7%;
    width: 35.7%;
    height: 50%;
    background-color: rgba(20, 100, 180, 0.9);
    color: white;
    font-size: 18px;
    padding: 3%;
    padding-bottom: 5.85%;
    box-sizing: border-box;
}

.introduce_row .introduce_content .details_btn {
    position: absolute;
    left: 8.5%;
    bottom: 10%;
    color: white;
}

.introduce_row .introduce_content > div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.introduce_row.left .introduce_content {
    left: 0;
}

.introduce_row.right .introduce_content {
    right: 0;
}

.introduce_row .introduce_title {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
}

.introduce_row.left .introduce_title {
    left: 0;
    align-items: flex-start;
}

.introduce_row.right .introduce_title {
    right: 0;
    align-items: flex-end;
}

.introduce_row .introduce_title .introduce_title_order {
    font-size: 100px;
    line-height: 80px;
    margin-bottom: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DDDDDD;
    position: relative;
}

.introduce_row .introduce_title .introduce_title_order:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100px;
    height: 10px;
    background: #F0B400;
}

.introduce_row.left .introduce_title .introduce_title_order:after {
    left: 100%;
}

.introduce_row.right .introduce_title .introduce_title_order:after {
    right: 100%;
}

.introduce_row .introduce_title .introduce_title_type {
    font-size: 44px;
    line-height: 44px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

/* start--文本行数限制--start */
.m-line-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}

.m-line-2 {
    -webkit-line-clamp: 2;
}

.m-line-3 {
    -webkit-line-clamp: 3;
}

.m-line-4 {
    -webkit-line-clamp: 4;
}

.m-line-5 {
    -webkit-line-clamp: 5;
}

.m-line-2,
.m-line-3,
.m-line-4,
.m-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin: 0;
}

/* end--文本行数限制--end */

.layui-container {
    margin: 40px auto;
}

.top-wrap .left-img {
    width: 100%;
    height: 390px;
}

.top-wrap .right-wrap .item:hover {
    opacity: 0.8;
}

.top-wrap .right-wrap .item {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 12px;
	display: block;
}

.top-wrap .right-wrap .item + .item {
    margin-top: 8px;
}

.top-wrap .right-wrap .item > .title {
    font-size: 18px;
    font-weight: bold;
}

.top-wrap .right-wrap .item > .content {
    font-size: 16px;
    font-weight: 300;
}

.top-wrap .right-wrap .item > .date {
    font-size: 14px;
    font-weight: 300;
    padding: 4px 0;
    display: flex;
    align-items: center;
}

.top-wrap .right-wrap .item > .date .icon {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.centre-wrap {
    margin-top: 20px;
}

.centre-wrap .item .img {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}

.centre-wrap .item .title {
    font-size: 16px;
}

.centre-wrap .item .img-wrap {
    position: relative;
    margin-bottom: 15px;
}

.centre-wrap .item .img-wrap .img {
    margin-bottom: 0;
}

.centre-wrap .item .img-wrap.play:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url("../img/bofang.png");
    background-repeat: no-repeat;
    background-position: center;
}

.bottom-wrap {
    margin-top: 20px;
}

.bottom-wrap .item {
    display: flex;
    min-height: 105px;
    box-sizing: border-box;
    padding-bottom: 10px;
    border-bottom: 1px solid #EFEFEF;
}

.bottom-wrap .item .img {
    width: 168px;
    height: 88px;
	margin-right: 10px;
}

.bottom-wrap .item .info {
    flex: 1;
    overflow: hidden;
}

.bottom-wrap .item .info > .title {
    font-size: 18px;
    font-weight: bold;
}

.bottom-wrap .item .info > .content {
    font-size: 16px;
    font-weight: 300;
}

.bottom-wrap .item .info > .date {
    font-size: 14px;
    font-weight: 300;
    padding: 4px 0;
    display: flex;
    align-items: center;
    line-height: 9px;
}

.bottom-wrap .item .info > .date .icon {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.bottom-wrap .item + .item {
    margin-top: 10px;
}

.info-open {
    margin-top: 20px;
}

.info-open img {
    width: 100%;
    height: auto;
}

/* 搜索结果 start */
.search-result .item {
    display: flex;
    min-height: 105px;
    box-sizing: border-box;
    padding-bottom: 10px;
    border-bottom: 1px solid #EFEFEF;
}

.search-result .item .img {
    width: 168px;
    height: 88px;
}

.search-result .item .info {
    flex: 1;
    overflow: hidden;
    margin-left: 20px;
}

.search-result .item .info > .title {
    font-size: 20px;
    font-weight: bold;
}

.search-result .item .info > .title .type {
    color: #1464B4;
}

.search-result .item .info > .content {
    font-size: 16px;
    font-weight: 300;
}

.search-result .item .info > .date {
    font-size: 14px;
    font-weight: 300;
    padding: 4px 0;
    display: flex;
    align-items: center;
}

.search-result .item .info > .date .icon {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.search-result .item + .item {
    margin-top: 30px;
}

.xh-height-214 {
    height: 214px !important;
}

.details_title {
    text-align: center;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    margin-bottom: 30px;
}

.details_time {
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 26px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 10px;
}

.details_time img {
    width: 20px;
    height: 20px;
    vertical-align: sub;
}

.details_content {
    padding-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 30px;
}

.details_switch_btn {
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #fff;
    line-height: 30px;
}

.details_switch_btn a {
    display: block;
}


.card_title {
    padding: 0 0 15px 20px;
    border-bottom: 3px solid #E2E2E2;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1464B4;
    position: relative;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.card_title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 20px;
    background: #F0B400;
}

.card_title .more_btn {
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 10px;
    font-weight: 500;
    color: #1464B4;
}

.row_box {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #fff;
    line-height: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mw1200 {
    max-width: 1200px;
}

.row_box img {
    /* width: 100%;
    height: 100%; */
}

.left_box img {
    width: 100%;
    height: 100%;
}

.row_box p {
    margin-bottom: 0;
    text-indent: 2em;
}

/* 底部 start */
footer {
    background-color: #313A43;
    height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: white;
    margin-top: 40px;
    padding: 40px 0;
    box-sizing: border-box;
}

.xh-location {
    position: relative;
}

.xh-location-content {
    background-color: rgba(22, 104, 182, 0.9);
    position: absolute;
    color: #fff;
    font-weight: bold;
    height: 100px;
    width: 150px;
    bottom: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.footer_right {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
}

.footer_input_box {
    width: 240px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    position: relative;
    box-sizing: border-box;
}

.footer_input_box img {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.footer_input_box input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    padding-left: 73px;
    color: white;
    font-size: 20px;
    box-sizing: border-box;
    padding-right: 20px;
}

.xh-phone-img {
    display: none;
    position: relative;
    margin-bottom: 40px;
}

.xh-phone-img-lable {
    position: absolute;
    width: 100%;
    height: 11.7333vw;
    bottom: 0;
    background-color: rgba(35, 120, 210, 1);
    font-size: 4.8vw;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.6667vw;

}

.xh-phone-img-lable img {
    height: 5.0667vw !important;
    width: 5.0667vw !important;
}

.xh-phone-img img {
    height: 250px;
    width: 100%;
}

.goBeyond-10 {
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 10;
}

.swiper-pagination-bullet-active {
	background: #ff9c00;
}
.high-rise .list .item {
	display: flex;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 20px;
}
.high-rise .list .item + .item {
	margin-top: 20px;
}
.high-rise .list .item .img-wrap {
	width: 110px;
	height: 165px;
	padding: 7px;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	margin-right: 22px;
}
.high-rise .list .item .img-wrap .img {
	width: 100%;
	height: 100%;
}
.high-rise .list .item .info {
	flex: 1;
	overflow: hidden;
}
.high-rise .list .item .info .name
{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
.high-rise .list .item .info .corp {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
.high-rise .list .item .info .introduce {
}
.high-rise .list .item .info .more {
	margin-top: 10px;
}
.high-rise .title {
	font-size: 25px;
	font-weight: bold;
	padding-top: 22px;
	display: inline-block;
	position: relative;
}
.high-rise .title:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 8px;
	background-color:  #EDB400;
}
.group-introduction .group-honors {
	padding-left: 30px;
}
@media screen and (max-width: 970px) {

    .xh-phone-img {
        display: block;
    }

    .footer_right {
        display: none !important;
    }

    .m-line-1 {
        /* white-space: pre-wrap !important; */
    }
	.m-line-1 a {
		display: inline;
	}
    .layui-container {
        margin-top: 0 !important;
    }

    .xh-margin-top-120 {
        margin-top: 0;
    }

    .xh-height {
        margin-top: 0 !important;
    }

    .search-result .item .info > .title {
        font-size: 4vw !important;
    }

    .xh-enterpriseDynamics-right-bottom {
        /* display: none; */
    }

    .xh-item4-right-1 {
        font-size: 4.5vw;
    }

    .xh-height2 {
        /*  max-height: calc(100vh - 13.3333vw - 410px); */
        overflow: auto;
        box-sizing: border-box;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .xh-height {
        padding: 0 2.6667vw;
        max-height: calc(100vh - 92.3333vw);
        overflow: auto;
        box-sizing: border-box;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .xh-enterpriseDynamics-right {
        padding: 0 2.6667vw;
        /*  max-height: calc(100vh - 13.3333vw - 30px); */
        overflow: auto;
        box-sizing: border-box;
    }

    .xh-list {
        padding: 0 2.6667vw;
        max-height: calc(100vh - 13.3333vw);
        overflow: auto;
        box-sizing: border-box;
    }

    .xh-web-top {
        display: none;
    }

    .xh-phone-top {
        display: flex;
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 99;
    }

    .xh-body-1 {
        margin-top: 0vw;
    }

    .xh-body-1-left .xh-body-1-left-img {
        width: 100vw;
		height: auto;
    }

    .xh-body-1-right {
        width: 100vw;
        margin-top: 2.6667vw;
        padding: 0 2.6667vw;
        box-sizing: border-box;
    }

    .xh-body-1 {
        display: block;
    }

    .xh-body-2 {
        display: block;
    }

    .xh-body-2-left {
        padding: 0 2.6667vw;
        box-sizing: border-box;
        width: 100vw;
    }

    .xh-body-2-right {
        margin: 10px 0 0;
        padding: 2.6667vw;
    }

    .xh-body-4 {
        padding: 0 2.6667vw;
    }

    .xh-body {
        width: 100vw;
        overflow-x: hidden;
    }

    .xh-body-2-right-body-item {
        width: 100%;
    }

    .xh-title1-1-list {
        margin-left: 2.6667vw;
        width: 100%;
        overflow: auto;
    }

    .xh-title1-1-list li {
        margin: 0 2vw;
    }

    .xh-title1-1 {
        width: 70%;
    }

    .xh-body-2-right-body-item {
        padding-top: 2.6667vw;
    }

    .xh-body-4-body {
        display: block;
    }

    .xh-body-4-body-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .xh-body-2-right-body-item {
        margin: 0 !important;
    }

    .xh-body-4-6 {
        display: block;
    }

    .xh-body-4-7 {
        padding: 0 2.6667vw;
    }

    .xh-body-4-body-container {
        display: block;
    }

    .xh-enterpriseDynamics-left {
        display: none;
    }

    .xh-enterpriseDynamics-right {
        margin-left: 0;
    }

    .xh-item4 {
        display: block;
        border-bottom: 1px #e9e9e9 solid;
        padding-bottom: 15px;
    }

    .xh-item4-right {
        margin-left: 0;
        margin-top: 2.6667vw;
    }

    .xh-item4-left {
        width: 100%;
        height: auto;
    }

    .xh-item4-left img {
        height: auto;
    }

    .xh-enterpriseDynamics-right {
        padding: 0 2.6667vw;
    }

    .xh-phone-Munu {
        height: 50px;
        width: 50px;
        background-color: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: 0;
        display: block;
        border-radius: 100%;
        right: 1.25rem;
        top: 26.6667vw;
        color: #fff;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .xh-phone-Munu-list {
        background-color: #fff;
        position: absolute;
        width: 26.6667vw;
        left: 0;
        bottom: 0;
        transform: translate(-90%, 90%);
        border-radius: 10px;
        padding: 2.6667vw 0;
        box-sizing: border-box;
        max-height: 0;
        overflow: hidden;
        display: none;
    }

    .xh-phone-Munu-list li {
        line-height: 6.6667vw;
        text-align: center;
    }
}

/* 搜索结果 end */

@media screen and (max-width: 768px) {
    .xh-mt00 {
        margin-top: 0;
    }

    .xh-enterpriseDynamics {
        padding-top: 0;
    }

    .top-wrap .left-wrap {
        padding: 0;
    }

    .top-wrap .left-img {
        height: auto;
    }

    .bottom-wrap .item {
        flex-direction: column;
    }

    .bottom-wrap .item .img {
        width: 100%;
        height: auto;
    }

    .bottom-wrap .item .info {
        margin-left: 0;
        margin-top: 10px;
    }

    .search-result .item {
        flex-direction: column;
    }

    .search-result .item .img {
        width: 100%;
        height: auto;
    }

    .search-result .item .info {
        margin-left: 0;
        margin-top: 10px;
    }
	.group-introduction .group-honors {
		padding: 15px;
	}
	.group-introduction .row_box img{
		width: 100%;
		height: auto;
	}
}


@media screen and (max-width: 768px) {
}

/* 底部 end */

@media screen and (max-width: 1100px) {
    .introduce_row .introduce_content {
        font-size: 16px;
        line-height: 22px;
    }

    .introduce_row .introduce_title .introduce_title_order {
        font-size: 80px;
        line-height: 60px;
        margin-bottom: 25px;
    }

    .introduce_row .introduce_title .introduce_title_type {
        font-size: 34px;
        line-height: 34px;
    }

    .introduce_row .introduce_title .introduce_title_order:after {
        width: 80px;
        height: 8px;
    }

    .introduce_row {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 992px) {
    .introduce_row {
        margin-bottom: 400px;
    }

    .introduce_row img {
        width: 100%;
        margin: 0 !important;
    }

    .introduce_row .introduce_title {
        bottom: 0;
        transform: translateY(110%);
    }

    .introduce_row .introduce_content {
        font-size: 16px;
        line-height: 20px;
        width: 61.11%;
        height: 119%;
        padding-bottom: 18%;
        padding: 4.16% !important;
    }

    .introduce_row .introduce_content .details_btn {
        left: 7%;
        bottom: 14.28%;
    }

    .introduce_row.left .introduce_content {
        right: 0;
        left: auto !important;
    }

    .introduce_row.right .introduce_content {
        left: 0;
    }
}

@media screen and (max-width: 768px) {
    .introduce_row {
        margin-bottom: 300px;
    }

    .introduce_row .introduce_title .introduce_title_order {
        font-size: 60px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .introduce_row .introduce_title .introduce_title_type {
        font-size: 24px;
        line-height: 24px;
    }

    .introduce_row .introduce_title .introduce_title_order:after {
        width: 60px;
        height: 6px;
    }
}

@media screen and (max-width: 500px) {
    .introduce_row {
        margin-bottom: 200px;
    }

    .introduce_row .introduce_title .introduce_title_order {
        font-size: 40px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .introduce_row .introduce_title .introduce_title_type {
        font-size: 20px;
        line-height: 20px;
    }

    .introduce_row .introduce_title .introduce_title_order:after {
        width: 40px;
        height: 4px;
    }
}

@media screen and (max-width: 400px) {
    .introduce_row {
        margin-bottom: 150px;
    }
}
