@charset "utf-8";
/**初始**/
@font-face {
    font-family: "manrope";
    src: url("../fonts/manrope-regular.woff2") format("woff2"),
        url("../fonts/manrope-regular.woff") format("woff"),
        url("../fonts/manrope-regular.ttf") format("truetype"),
        url("../fonts/manrope-regular.eot") format("embedded-opentype"),
        url("../fonts/manrope-regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font: normal 14px "Microsoft YaHei";
    -webkit-text-size-adjust: 100%
}
body {
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    background-color: #f1f1f1;
    font-family: "Microsoft YaHei", "Arial";
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    /*控制内容的可选择性*/
    /*-webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;*/
    position: relative;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
ul,
li,
form,
dl,
dt,
dd,
div,
ol,
figure,
aside {
    padding: 0;
    margin: 0;
}
.ul,
.ul li {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
table td {
    border-collapse: collapse;
    font-size: 14px;
}
select, input, textarea {
    font-size: 14px;
    color: #333;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: "Microsoft YaHei";
}
img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}
a {
    color: #333;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    /* 去掉链接触摸高亮 */
}
a:hover {
    color: #263147;
    text-decoration: none;
}
a:focus {
    color: #000;
    outline: none;
    -moz-outline: none;
}
a:active {
    color: #000;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0;
    font-family: "Microsoft YaHei";
    text-align: justify;
    text-justify: inter-ideograph;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}
.clearfix {
    *zoom: 1;
}
/*IE/7/6*/
.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*多行文本省略号*/
.dot2,
.dot3,
.dot4 {
    display: -moz-box;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}
/*2行文本省略号*/
.dot2 {
    -webkit-line-clamp: 2;
}
/*3行文本省略号*/
.dot3 {
    -webkit-line-clamp: 3;
}
/*4行文本省略号*/
.dot4 {
    -webkit-line-clamp: 4;
}
.Ispic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.Isimg {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}
.Isimg_2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform .8s ease-in-out;
}
/*:before,
:after{ position:absolute; content:'';}*/
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fl {
    float: left;
}
.fr {
    float: right;
}


.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list: focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide .slick-loading img {
    display: none;
}
.slick-slide .dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow .slick-hidden {
    display: none;
}

.slick-arrow {
    width: 23px;
    height: 42px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    /*background: url("../images/icon_btn.png") no-repeat left center;*/
    border: none;
    z-index: 10;
    font-size: 0;
    cursor: pointer;
}
.slick-prev {
    left: 3%;
}
.slick-next {
    right: 3%;
    background-position: right center;
}

.ytable {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.ytable_cell {
    display: table-cell;
    vertical-align: middle;
}

.w1280 {
    max-width: 1280px;
    margin: 0 auto;
    width: 96%;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
    width: 94%;
}
.header {
    position: absolute;
    width: 100%;
    z-index: 200;
    background: url(../images/home_header_bg.png) repeat;
    top: 0;
    left: 0;
}
.header .w1200 {
    position: relative;
}
.header .logo,
.header .right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.header .logo {
    left: 0;
}
.header .logo .img1 {
    display: none
}
.header .logo .img2 {
    display: inline
}
.header .right {
    right: 0;
    line-height: 36px;
    padding-left: 30px;
    display: none;
}
.header .link_a,
.header .search {
    display: inline-block;
}
.header .right:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: #cccccc;
    width: 1px;
    height: 16px;
    margin-top: -8px;
}
.header .link_a {
    padding-left: 30px;
    background: url("../images/top_icon1_home.png") no-repeat left center;
    font-size: 16px;
    color: #fff;
    margin-right: 35px;
    vertical-align: middle;
}
.header .lang {
    font-size: 16px;
    color: #fff;
    margin-right: 35px;
    vertical-align: middle;
    display: inline-block;
}
.header .search {
    width: 35px;
    height: 36px;
    background: #da3924;
    border-radius: 10px 0 10px 0;
    position: relative;
    display: none;
}
.header .open-search {
    display: inline-block;
    width: 35px;
    height: 36px;
    background: url("../images/top_icon3.png") no-repeat center;
    vertical-align: middle;
    position: relative;
}
.header .open-search-show {
    background: none;
}
.header .open-search-show::before,
.header .open-search-show::after {
    position: absolute;
    content: '';
    width: 60%;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 20%;
    transform: rotate(-45deg);
}
.header .open-search-show::after {
    transform: rotate(45deg);
}
.header .search_box {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 100;
    display: none;
}
.header .search_box .text {
    width: 254px;
    line-height: 46px;
    height: 46px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 0 50px 0 10px;
}
.header .search_box .btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    width: 46px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header .search_box .btn::before {
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-bottom-color: #b4b4b4;
    top: -15px;
    right: 4px;
}
.topNav {
/*    margin-right: 260px;*/
    float: right;
}
.topNav li {
    float: left;
    margin: 0 15px;
    position: relative;
}
.topNav li img{max-width: 50px;}
.topNav li#m0 {
    display: none;
}
.topNav li>em {
    display: block;
    font-style: normal;
}
.topNav li>em>a {
    display: block;
    line-height: 118px;
    font-size: 16px;
    color: #fff;
    border-bottom: 2px solid transparent;
}
.topNav li.aon>em>a,
.topNav li>em>a:hover {
    border-bottom-color: #da3924;
}
.topNav .subnav {
    width: 100%;
    text-align: left;
    z-index: 3;
    display: none;
}
.topNav .subnav dl dd {
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}
.topNav .subnav dl dd a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    transition: all .3s ease-in-out;
}
.header .logo {
    width: 16%;
}
.topNav li>em>a {
    line-height: 72px;
}
@media(min-width:1025px) {
    .topNav .subnav {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        min-width: 160px;
        display: none;
        background: rgba(0, 0, 0, .65);
    }
    .topNav .subnav dl dd a:hover {
        background: rgba(0, 0, 0, .25);
    }
    .topNav li>em i {
        display: none;
    }
}
@media(max-width:1200px) {
    .topNav li {
        margin: 0 10px;
    }
    .header .right {
        padding-left: 25px;
    }
}
@media(max-width:1024px) {
    .header .logo {
        position: relative;
        transform: none;
        padding: 3% 0;
        display: inline-block;
        width: 60%;
        height: 70px;
    }
    .header .logo img {
        max-height: 100%;
    }
    .header .right {
        padding-right: 60px;
    }
    .header .right:before {
        display: none;
    }
    #open_menu {
        width: 35px;
        height: 36px;
        background: #da3924;
        margin-left: 10px;
        position: relative;
        z-index: 101;
        transition: background 0.3s;
        border-radius: 10px 0 10px 0;
        vertical-align: middle;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -18px;
    }
    #open_menu i,
    #open_menu i::before,
    #open_menu i::after {
        background: #fff;
        border-radius: 3px;
        position: absolute;
        background: #fff;
        border-radius: 3px;
    }
    #open_menu i {
        left: 20%;
        width: 60%;
        height: 2px;
        margin-top: -1px;
        top: 50%;
    }
    #open_menu i::before,
    #open_menu i::after {
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        transition: transform 0.3s;
    }
    #open_menu i::before {
        top: 6px;
    }
    #open_menu i::after {
        top: -6px;
    }
    #open_menu.open_menu_on {
        position: fixed;
        top: 30px;
        right: 50%;
        z-index: 99;
        background: none;
    }
    #open_menu.open_menu_on i {
        height: 3px;
        margin-top: -1.5px;
        background: none !important;
        width: 80%;
        left: 10%;
    }
    #open_menu.open_menu_on i::before,
    #open_menu.open_menu_on i::after {
        top: 0 !important;
    }
    #open_menu.open_menu_on i::before {
        transform: rotate(45deg);
    }
    #open_menu.open_menu_on i::after {
        transform: rotate(-45deg);
    }
    .topNav {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 99;
        overflow: auto;
        width: 250px;
        height: 100%;
        background: #da3924;
        opacity: 0;
        transition: .3s;
        width: 50%;
        margin: 0;
        float: none;
        padding-top: 5%;
    }
    .topNav li {
        display: block;
        width: 100%;
        margin: 0;
    }
    .topNav li:nth-child(2n) {
        background: rgba(255, 255, 255, 0.2);
    }
    .topNav li>em {
        position: relative;
    }
    .topNav li>em i {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .topNav li>em>a {
        line-height: 50px;
        color: #fff;
        padding: 0 5%;
    }
    .header-menu-show {
        right: 0;
        opacity: 1;
    }
    .menu-layer {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 98;
        display: none;
        overflow: hidden;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .65) !important;
    }
}
@media(max-width:640px) {
    .header .link_a {
        display: none;
    }
    .header .lang {
        display: none;
    }
}


.Nybanner {
    text-align: center;
    min-height: 74px;
    position: relative;
    overflow: hidden;
}
.Nybanner .pic {
    padding-bottom: 46.25%;
    background: no-repeat center center;
    background-size: cover;
}
.Nybanner .pic, .Nybanner>img {
    height: 100vh;
}
.mouse-scroll {
    position: absolute;
    left: 50%;
    z-index: 100;
    bottom: 1%;
    width: 25px;
    height: 25px;
    transform: translateX(-50%);
    background: url("../images/mouse.png") no-repeat center;
}

.navHeight {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    padding-bottom: 5%;
}
/* .navH{margin-bottom: 5%;} */
.navHeight .Nmenu {
    background-color: #f1f1f1;
}
/* .navHeight .Nmenu .w1220{} */
.Nmenu {
    border-bottom: 1px solid #e5e5e5;
    line-height: 100px;
    /* padding-bottom: 5%; */
}
.Nmenu .columnName {
    float: left;
}
.Nmenu h2 {
    font-size: 24px;
    color: #da3924;
    line-height: 24px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}
.Nmenu h2 span {
    display: block;
    line-height: 24px;
    color: #e4e4e4;
    font-size: 16px;
}
.Nmenu ul {
    float: right;
    text-align: right;
    position: relative;
    z-index: 1;
}
.Nmenu li {
    display: inline-block;
    margin-left: 58px;
}
.Nmenu li a {
    color: #666;
    font-size: 16px;
    display: block;
    position: relative;
}
.Nmenu li a:hover,
.Nmenu li.aon a {
    color: #da3924;
}
.Nmenu li a:hover:before,
.Nmenu li.aon a:before {
    content: '';
    position: absolute;
    top: 100%;
    width: 26px;
    height: 13px;
    left: 50%;
    margin-left: -13px;
    background: url("../images/menu_icon.png") no-repeat center;
    margin-top: 1px;
}
.Nmenu .current {
    float: right;
    padding-left: 30px;
    background: url("../images/icon_home.png") no-repeat left center;
}
.Nmenu .current * {
    color: #999;
}
.Nmenu .current i {
    display: inline-block;
    margin: 0 12px;
    font-style: normal;
}
@media(max-width:1024px) {
    .Nmenu {
        line-height: 60px;
    }
    .Nmenu .columnName {
        display: none;
    }
    .Nmenu ul {
        text-align: center;
        float: none;
    }
    .Nmenu li {
        margin: 0 2%;
    }
}
@media(max-width:767px) {
    .Nybanner .pic {
        padding-bottom: 56.25%;
    }
    .Nybanner>img, .Nybanner .pic {
        height: auto;
    }
    .Nmenu li {
        margin: 0 1%;
    }
}



#footer, #footer a {
    color: #666464;
    font-size: 14px;
}
#footer {
    background: #e6e6e6;
    padding: 1% 0 4%;
    line-height: 24px;
    text-align: center;
}
#footer .w1200 {
    position: relative;
}
#footer .foot_logo {
    padding: 3% 0;
    border-bottom: 3px solid #da3924;
}
#footer .foot_logo img {
    max-width: 252px;
    width: 60%;
}
#footer dl {
    width: 100%;
    padding-top: 3%;
}
#footer dt {
    margin-bottom: 10px;
    display: none;
}
#footer dt a {
    display: inline-block;
    margin-left: 2%;
}
@media(max-width:1024px) {
    #footer dl {
        float: none;
        text-align: center;
        margin-top: 3%;
    }
    #footer dt {
        margin-bottom: 0;
    }
}

/*用户留言*/
.message_box .red {
    color: #da3924;
    font-size: 16px;
}
.message_table {
    margin: 3% 0 9%;
    padding: 6% 8%;
    background: #f8f8f8;
}
.message_table li {
    margin-bottom: 20px;
}
.message_table .row_3 {
    width: 30%;
    float: left;
    margin-right: 5%;
}
.message_table .nMR {
    margin-right: 0;
}
.message_table .li_clear {
    clear: both;
}
.message_table .fname {
    display: block;
    font-size: 16px;
    padding: 20px;
}
.message_table .fname i {
    font-style: normal;
    color: #da3924;
}
.message_table .text {
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    border: none;
    background: #fff;
    font-size: 14px;
}
.message_table .btn {
    width: 213px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background: #da3924;
    cursor: pointer;
    font-size: 18px;
    border: none;
    margin: 20px 0;
}
@media(max-width:640px) {
    .message_table .row_3 {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

/*分页*/
.Pages {
    text-align: center;
    padding: 6% 0 10%;
}
.Pages a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ececec;
    padding: 0 17px;
    line-height: 44px;
    color: #999;
    font-size: 16px;
    font-family: "manrope";
}
.Pages a:hover,
.Pages a.a_cur {
    background-color: #da3924;
    color: #fff;
}
.Pages em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-left: 20px;
}
.Pages em a {
    float: left;
    margin-right: 20px;
}
.Pages .p_cur,
.Pages .p_count,
.Pages .p_jump,
.Pages .p_total,
.Pages .a_first,
.Pages .a_end {
    display: none;
}
.Pages .a_prev,
.Pages .a_next {
    padding: 0;
    width: 46px;
    overflow: hidden;
    height: 46px;
    font-size: 0;
}
.Pages .a_prev:before,
.Pages .a_next:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
}
.Pages .a_prev:before {
    content: '<';
}
.Pages .a_next:before {
    content: '>';
}
@media(max-width:640px) {
    .Pages em {
        display: none;
    }
}


/*员工招聘*/
.job_list .list-group .tit {
    cursor: pointer;
    line-height: 85px;
    font-size: 18px;
}
.job_list .list-group .tit:before {
    background: #da3924;
    width: 4px;
    height: 4px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin-right: 20px;
}
.job_list .title {
    padding: 0 5%;
    line-height: 70px;
    background: #f2f2f2;
    font-size: 18px;
    color: #da3924;
    border-bottom: 1px solid #ededed;
}
.job_list .title time,
.job_list .tit time {
    float: right;
    font-weight: normal;
}
.job_list .title time {
    color: #333333;
}
.job_list .tit time {
    color: #666;
    font-family: "manrope";
    font-size: 16px;
}
.job_list .list {
    border-bottom: 1px solid #ededed;
}
.job_list .tit {
    font-weight: normal;
    margin: 0;
    padding: 0 5%;
}
.job_list .tit.active {
    background: #fff;
    border-bottom: 2px solid #da3924;
    color: #da3924;
    font-weight: bold;
}
.job_list .info {
    padding: 35px 7.2% 40px;
}
.job_list .info .singlePage {
    font-size: 14px;
    line-height: 26px;
}
@media(min-width:769px) {
    .job_list .title time,
    .job_list .tit time {
        padding-right: 20px;
    }
}
@media(max-width:768px) {
    .job_list .title {
        padding: 0 20px;
        line-height: 50px;
        font-size: 16px;
    }
    .job_list .list-group .tit {
        padding: 0 20px;
        font-size: 16px;
    }
    .job_list .title time {
        margin-right: 12px;
    }
    .job_list .list-group .tit:before {
        margin-right: 10px;
    }
    .job_list .info {
        padding: 10px 20px 10px 34px;
    }
}
@media(max-width:480px) {
    .job_list .tit time {
        margin-right: 0;
    }
    .job_list .tit time {
        font-size: 12px;
    }
}

.columnName_tit {
    padding-left: 30px;
    background: url("../images/icon_1.png") no-repeat left top;
}
.columnName_tit h2 {
    font-size: 26px;
    color: #da3924;
    font-weight: normal;
}
.columnName_tit span {
    color: #c1c1c1;
    font-family: "manrope";
}
@media(max-width:1300px) {
    .columnName_tit h2 {
        margin-left: 0;
    }
    .columnName_tit span {}
}
@media(max-width:768px) {
    .columnName_tit h2 {
        font-size: 22px;
    }
}
@media(max-width:640px) {
    .columnName_tit h2 {
        font-size: 20px;
    }
}

/*集团业务——城市更新*/
.Business_box {
    margin-bottom: 9%;
}
.Business_box article {
    margin: 2% 0 3.5%;
    font-size: 16px;
    line-height: 28px;
}
.Business_list .ytable {
    margin-bottom: 3.5%;
    min-height: 390px;
}
.Business_list .txt {
    padding: 5% 7%;
    background: #f8f8f8;
    line-height: 28px;
    font-size: 14px;
}
.Business_list h3 {
    font-size: 24px;
    color: #da3924;
    font-weight: normal;
}
.Business_list h3:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #da3924;
    margin: 7.5% 0 6%;
}
.Business_list .pic {
    position: relative;
}
.Business_list .nImg {
    background: #d4d4d4;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

@media(max-width:1000px) {
    .Business_list .txt {
        padding: 2% 3%;
    }
}
@media(max-width:768px) {
    .Business_list h3 {
        font-size: 18px;
    }
}
@media(max-width:640px) {
    .Business_list .ytable {
        min-height: auto;
    }
    .Business_list .ytable_cell {
        display: block;
        width: 100%;
    }
    .Business_list .txt {
        padding: 5% 3%;
    }
    .Business_list h3 {
        font-size: 16px;
    }
    .Business_list h3:after {
        margin: 3% 0;
    }
}

/*集团概况——集团简介*/
#menu_fixed {
    width: 100%;
    position: absolute;
    padding-bottom: 5%;
}
#menu_fixed .Nmenu {
    margin-bottom: 0;
    background: #fff;
}
#menu_fixed.fixed,
.navHeight.navFix {
    position: fixed;
    z-index: 101;
    top: 0 !important;
}
.navHeight.navFix {
    width: 100%;
    left: 0;
    top: 0;
}
.navHeight.navFix,
#menu_fixed.fixed .Nmenu {
    margin-bottom: 0;
}
.about_box1 {
    padding-bottom: 6%;
}
.about_box1_txt {
    float: left;
    padding: 3% 0;
    width: 54%;
    line-height: 28px;
    text-align: justify;
}
.about_box1_pic {
    float: right;
    width: 40%;
    position: relative;
    padding-bottom: 1.3%;
    text-align: center;
    padding-top: 4%;
}
.about_box1_pic img {
    /* width: 97%;  border-radius: 0 60px 0 60px;*/
    position: relative;
    z-index: 2;

}
/* .about_box1_pic:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    right: 0;
    bottom: 0;
    background: #da3924;
} */
.ul_about_num li {
    display: inline-block;
    vertical-align: top;
    margin-top: 5%;
    margin-right: 7%;
}
.ul_about_num li:before {
    content: '';
    display: block;
    width: 24px;
    height: 3px;
    background: #da3924;
    margin: 2% 0 20px;
    font-size: 16px;
    color: #999999;
}
.ul_about_num li .num {
    color: #666;
    margin-top: -10px;
}
.ul_about_num li em {
    font-style: normal;
    font-size: 60px;
    font-family: "manrope";
    line-height: normal;
    margin-top: -20px;
    margin-right: 5px;
}
@media(max-width:768px) {
    .about_box1_txt,
    .about_box1_pic {
        float: none;
        width: 100%;
    }
    .ul_about_num {
        text-align: center;
    }
    .ul_about_num li:before {
        margin-left: auto;
        margin-right: auto;
    }
    .ul_about_num li em {
        font-size: 50px;
    }
    .about_box1_pic img {
        max-width: 60%;
    }
}
@media(max-width:640px) {
    .ul_about_num li em {
        font-size: 40px;
    }
}

/*集团概况——发展历程*/
.history_box {
    background: #efefef url("../images/history_bg.png") no-repeat center bottom;
    background-size: 100% auto;
    padding: 4% 0 3%;
    box-shadow: 0 0 16px 0 rgba(173, 173, 173, .3);
}
.history_list {
    padding: 3% 0 1%;
}
.history_list ul {
    margin: 0;
    position: relative;
}
.history_list .slick-list {
    padding: 0 5%;
}
.history_list .slick-slide {
    opacity: 0;
}
.history_list .slick-slide.slick-active {
    opacity: 1;
}
.history_list li .mCSB_outside+.mCSB_scrollTools {
    right: 0 !important;
    background: none !important;
}
.history_list li .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.history_list li .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #999;
}
.history_list li .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .history_list li .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
    background: #999;
}
.history_list li {
    width: 25%;
    float: left;
    position: relative;
    padding-top: 2%;
    padding: 2% 0 0;
}
.history_list li:nth-child(even) {
    padding-bottom: 2%;
}
.history_list .con {
    padding: 20px;
    height: 335px;
    position: relative;
    overflow: hidden;
    position: relative;
    color: #da3924;
    box-shadow: 0 0 13px 0 rgba(173, 173, 173, .75);
    border-radius: 15px;
}
.history_list .info {
    line-height: 2;
    position: relative;
    z-index: 2;
    margin-top: 8px;
}
.history_list time {
    display: block;
    font-size: 18px;
}
.history_list span {
    display: block;
    vertical-align: top;
    font-family: "manrope";
}

.history_list .slick-arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    margin-top: -24px;
    border: none;
    background: url("../images/icon_btn1.png") no-repeat left center;
}
.history_list .slick-prev {
    left: 0;
}
.history_list .slick-next {
    right: 0;
    background-position: right center;
}
.history_list .slick-arrow:hover {
    background-image: url("../images/icon_btn2.png");
}
@media (min-width:769px) {
    .history_list ul:before {
        content: '';
        position: absolute;
        width: 68%;
        height: 5px;
        background: #aaabab;
        left: 17%;
        bottom: 50%;
    }
    .history_list li {
        padding-bottom: 440px;
    }
    .history_list li:nth-child(even) {
        padding-top: 440px;
    }
    .history_list li::before {
        content: "";
        position: absolute;
        top: calc(50% - 15px);
        left: 50%;
        width: 25px;
        height: 25px;
        border: 3px solid #da3924;
        background: #efefef;
        border-radius: 100%;
    }
    .history_list.duo li {
        padding-bottom: 23%;
    }
    .history_list.duo li:nth-child(even) {
        padding-top: 23%;
    }
    .history_list .con {
        width: 120%;
        left: -10%;
    }
}

@media(max-width:768px) {
    .history_list .slick-list {
        margin: 0;
        padding: 0 40px;
    }
    .history_list .con {
        margin: 0;
    }
    .history_list .slick-arrow {
        width: 30px;
        height: 30px;
        background-size: cover;
    }
    .history_list i {
        font-size: 20px
    }
}

/*集团概况——集团荣誉*/
.honor_box {
    padding: 5% 0;
}
.honor_list {
    margin-top: 4%;
    padding: 0 30px;
}
.honor_list ul {
    margin: 0 -1.5%;
}
.honor_list li {
    display: block;
    width: 50%;
    padding: 1.5%;
    line-height: 2;
    float: left;
}
.honor_list li:nth-child(even) {
    float: right;
}
.honor_list li .inner {
    position: relative;
    background: url(../images/honor_icon.png) no-repeat left 8px;
    padding-left: 40px;
}
.honor_list li span {
    display: block;
}
.honor_list li .cn {
    font-size: 16px;
}
@media (max-width:768px) {
    .honor_list {
        padding: 0;
    }
    .honor_list li {
        width: 100%;
    }
}

/*集团概况——组织架构*/
.Organization_box {
    padding-top: 5%;
}
.Organization_box article {
    margin-top: 4%;
    text-align: center;
    background: url(../images/bg12.jpg) no-repeat center bottom;
    background-size: cover;
}
.Organization_box article .wap_img {
    display: none;
}
@media (max-width:960px) {
    .Organization_box article .pc_img {
        display: none;
    }
    .Organization_box article .wap_img {
        display: block;
    }
}
/*新闻列表*/
.news_list li {
    width: 31.3%;
    float: left;
    margin-right: 3%;
    overflow: hidden;
    margin-bottom: 3%;
}
.news_list li:nth-child(3n) {
    margin-right: 0;
}
.news_list li figure {
    padding-top: 73%;
    transition: all 0.5s;
}
.news_list li .txt {
    background: #f8f8f8;
    padding: 6% 10%;
    height: 215px;
    position: relative;
    z-index: 10;
}
.news_list li time {
    color: #666666;
    font-family: "manrope";
}
.news_list li h3 {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    font-weight: normal;
    max-height: 56px;
    margin: 5% 0;
}
.news_list li p {
    line-height: 28px;
    color: #666;
    max-height: 56px;
}
.news_list a:hover figure {
    transform: scale(1.05);
}
.news_list a:hover h3 {
    color: #da3924;
}
@media(max-width:640px) {
    .news_list li {
        width: 48%;
        margin: 0 1% 3% !important;
    }
    .news_list li .txt {
        padding: 5%;
    }
    .news_list li h3 {
        font-size: 15px;
    }
}
@media(max-width:480px) {
    .news_list li {
        width: 100%;
        margin: 0 0 3% !important;
    }
}

/*详情*/
.news_info .title {
    text-align: center;
    margin-bottom: 4%;
}
.news_info .title h1 {
    font-size: 24px;
    color: #000;
    /* font-weight: normal; */
    margin-bottom: 1.5%;
}
.news_info .title time {
    font-family: "manrope";
    font-size: 18px;
    color: #000;
}
.news_info article {
    font-size: 16px;
    line-height: 32px;
}
.news_info .info_pn {
    border-top: 1px solid #e0e0e0;
    margin-top: 5%;
    padding: 3% 0 3%;
    font-size: 16px;
    line-height: 32px;
}
.news_info .info_pn a {
    display: block;
    width: 45%;
    float: left;
    position: relative;
    padding: 7px 0 7px 60px;
    min-height: 46px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_info .info_pn a::before {
    content: "<";
    position: absolute;
    width: 46px;
    height: 46px;
    border: 1px solid #da3924;
    background: #fff;
    text-align: center;
    line-height: 46px;
    color: #969697;
    left: 0;
    top: 0;
    font-size: 24px;
    font-family: "宋体";
}
.news_info .info_pn a.nextpage {
    float: right;
}
.news_info .info_pn a.nextpage {
    padding-left: 0;
    padding-right: 60px;
    text-align: right;
}
.news_info .info_pn a.nextpage::before {
    content: ">";
    right: 0;
    top: 0;
    left: auto;
}
.news_info .info_pn a {
    color: #666;
}
.news_info .info_pn a:hover {
    color: #da3924;
}
@media(max-width:640px) {
    .news_info .title h1 {
        font-size: 18px;
    }
    .news_info .title time {
        font-size: 16px;
    }
    .news_info article,
    .news_info .info_pn {
        font-size: 14px;
        line-height: 26px;
    }
    .news_info .info_pn a {
        padding: 4px 0 4px 50px;
        min-height: 34px;
    }
    .news_info .info_pn a::before {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
    .news_info .info_pn a.nextpage {
        padding-right: 50px;
        padding-left: 0;
    }
    .newinfo-body .news_info img {
        height: auto !important;
    }
    .news_info article .txt {
        margin-left: 5% !important;
    }
}

/*企业党建*/
.news_list_top .top {
    background: #f8f8f8;
    transition: all 0.5s;
}
.news_list_top .top_pic {
    float: left;
    width: 37.5%;
    overflow: hidden;
}
.news_list_top .top_pic img {
    width: 100%;
    transition: all 0.5s;
}
.news_list_top .top_txt {
    float: right;
    width: 62%;
    padding: 5% 3% 0 5%;
}
.news_list_top time {
    font-family: "manrope";
}
.news_list_top .top_txt h3 {
    font-size: 24px;
    color: #da3924;
    line-height: 28px;
    font-weight: normal;
    margin: 3% 0;
}
.news_list_top .top_txt p {
    line-height: 28px;
    color: #666;
}
.news_list_top .top_txt .more {
    display: block;
    width: 62px;
    height: 12px;
    background: url("../images/icon_3.png") no-repeat center;
    margin: 6% 0;
    transition: all 0.5s;
}
.news_list_tit li {
    background: #f8f8f8;
    position: relative;
    margin-top: 2%;
    padding: 2.5% 3%;
    transition: all 0.5s;
}
.news_list_tit li .txt {
    margin-left: 130px;
    padding-left: 45px;
    position: relative;
}
.news_list_tit li .txt:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e9e9e9;
}
.news_list_tit li time {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    text-align: right;
    line-height: normal;
    color: #666;
}
.news_list_tit li time span {
    display: block;
    font-size: 16px;
    margin-top: -10px;
}
.news_list_tit li h3 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 1.5%;
}
.news_list_tit li p {
    color: #666666;
    line-height: 28px;
}
.news_list_tit li:hover,
.news_list_top .top:hover {
    box-shadow: 0 0 10px #ccc;
}
.news_list_tit li:hover h3 {
    color: #da3924;
}
.news_list_top .top:hover img {
    transform: scale(1.05);
}
.news_list_top .top:hover .more {
    margin-left: 90%;
}
@media(max-width:640px) {
    .news_list_top .top_pic,
    .news_list_top .top_txt {
        width: 100%;
        width: 100%;
    }
    .news_list_top .top_txt {
        padding: 5%;
    }
    .news_list_top .top_txt h3 {
        font-size: 18px;
    }
    .news_list_top .top_txt p,
    .news_list_tit li p {
        overflow: hidden;
        height: 60px;
    }
    .news_list_tit li time {
        display: block;
        position: static;
        transform: none;
        overflow: hidden;
        font-size: 14px;
        text-align: left;
        line-height: 30px;
    }
    .news_list_tit li time span {
        float: left;
        margin: 0;
        margin-right: 5px;
    }
    .news_list_tit li .txt {
        padding-left: 0;
        margin-left: 0;
    }
    .news_list_tit li .txt:before {
        display: none;
    }
    .news_list_tit li h3 {
        margin: 3% 0;
        font-size: 16px;
    }
}

/*成员企业*/
.menber_box {
    background: url("../images/menber_bg.jpg") no-repeat center;
    background-size: cover;
    padding: 5% 5% 3%;
}
.menber_box li {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
}
.menber_box li:nth-child(3n) {
    margin-right: 0;
}
.menber_box li a {
    display: block;
    border-radius: 50px;
    background: #fff;
    line-height: 50px;
    padding: 0 10%;
    transition: all 0.5s;
}
.menber_box li a:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #da3924;
    vertical-align: middle;
    margin-right: 8px;
}
.menber_box li.aon a,
.menber_box li a:hover {
    background: #da3924;
    color: #fff;
}
.menber_box li.aon a:before,
.menber_box li a:hover:before {
    background: #fff;
}
.menber_box li .hide_con {
    display: none;
}
.menber_info {
    padding: 5% 0;
}
.menber_tit_h2 {
    font-weight: normal;
    color: #da3924;
    font-size: 24px;
    margin-bottom: 3.5%;
}
.menber_info_one .txt {
    float: left;
    width: 100%;
    line-height: 28px;
    text-align: justify;
}
.menber_info_one .contact h3 {
    font-size: 14px;
    color: #da3924;
}
.menber_info_one .icon {
    float: right;
    width: 0%;
    padding: 0 3%;
	display:none;
}
.menber_info_one .icon li {
    width: 44%;
    margin: 0 3% 10%;
    float: left;
    text-align: center;
    background: #f8f8f8;
    padding: 6% 0;
}
.menber_info_one .icon figure {
    margin-bottom: 10%;
}

@media(max-width:768px) {
    .menber_info_one .icon,
    .menber_info_one .txt {
        float: none;
        width: 100%;
    }
    .menber_info_one .icon {
        padding: 0;
        margin-top: 5%;
    }
    .menber_info_one .icon li {
        width: 18%;
        margin: 0 1% 5%;
        padding: 2% 0;
    }
}
.menber_box .wapTitle {
    display: none;
}
@media(max-width:640px) {
    .menber_box {
        padding: 10px 0;
        position: relative;
    }
    .menber_box .list {
        width: 100%;
        position: relative;
    }

    .menber_box ul {
        display: none;
        font-size: 0;
        background-color: white;
        padding: 15px 0;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
    }
    .menber_box li {
        width: auto;
        float: none;
        position: relative;
        display: inline-block;
        text-align: center;
        padding: 0;
    }
    .menber_box li a {
        font-size: 14px;
        padding: 10px 5px 10px 10px;
        line-height: 1.5;
        text-align: left;
        white-space: normal;
    }
    .menber_tit_h2 {
        font-size: 18px;
    }
    .menber_box .wapTitle {
        display: block;
        font-size: 16px;
        padding: 10px 20px 10px 10px;
        background: url(../images/Down.png)no-repeat right 10px center;
    }
}
.maincontentlxwm{
	display:none;
}
.lianxiwm{
	display:none;
}
@media(max-width:480px) {
    .menber_info_one .icon li {
        width: 31%;
        margin: 0 1% 5%;
        padding: 2% 0;
    }
	.maincontentlxwm{
		display:block;
	}
	.lianxiwm{
		display:block;
	}
}


/*联系我们*/
.contact_box {
    padding-bottom: 2%;
    padding-top: 5%;
}
.contact_box .tit_h2 {
    font-weight: normal;
    font-size: 24px;
    color: #da3924;
}
.contact_box .tit_h2:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #da3924;
    margin: 2.5% 0 3%;
}
.contact_box ul {
    font-size: 0;
    margin-bottom: 3%;
}
.contact_box li {
    width: 49%;
    display: inline-block;
    margin-right: 2%;
    font-size: 14px;
    padding: 2% 5%;
    margin-bottom: 2%;
    line-height: 28px;
    color: #999;
    background: url("../images/icon_tel.png") no-repeat 93% center #f8f8f8;
    vertical-align: top;
}
.contact_box li:nth-child(2n) {
    margin-right: 0;
}
.contact_box li p {
    font-size: 24px;
    color: #666;
    padding-right: 6%;
}
.contact_box .other {
    background-image: none;
}
.contact_box .tel p span {
    color: #da3924;
}
.contact_box .code {
    background-image: url("../images/icon_code.png");
}
.contact_box .fax {
    background-image: url("../images/icon_fax.png");
}
.contact_box .add p {
    font-size: 14px;
}
.contact_box .add {
    background-image: url("../images/icon_add.png");
}
.contact_box .tit_h4 {
    font-size: 18px;
    color: #da3924;
    font-weight: normal;
    margin: 2% 0;
}

.contact_map {
    position: relative;
}
.contact_map #allMap {
    height: 880px;
    width: 100%;
}
.contact_map #allMap * {
    max-width: none;
}
.contact_map .list {
    position: absolute;
    width: 380px;
    top: 5%;
    height: 95%;
    left: 50%;
    margin-left: -635px;
    background: rgba(255, 255, 255, 0.85);
    padding: 70px 20px;
}
.contact_map .list ul {
    border-top: 1px solid #efefef;
}
.contact_map .list h3 {
    font-size: 14px;
    line-height: 86px;
    font-weight: normal;
    color: #666;
    padding: 0 15px;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}
.contact_map .list .on h3 {
    color: #da3924;
	font-size: 19px;
	font-weight:bold;
}
.contact_map .slick-arrow {
    width: 120px;
    height: 30px;
    border: none;
    font-size: 0;
    left: 50%;
    margin-left: -60px;
    background: url("../images/icon_btn5.png") no-repeat top center;
    top: auto;
    margin-top: auto;
}
.contact_map .slick-prev {
    top: -10%;
}
.contact_map .slick-next {
    bottom: -10%;
    background-position: bottom center;
}
.contact_map .slick-arrow:hover {
    background-image: url("../images/icon_btn4.png");
}
@media(max-width:1280px) {
    .contact_map .list {
        left: 2%;
        margin-left: 0;
    }
}
@media(max-width:768px) {
    .contact_box li {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}
@media(max-width:640px) {
    .contact_box .tit_h2,
    .contact_box li p {
        font-size: 20px;
    }
    .contact_box .tit_h4 {
        font-size: 16px;
    }
    .contact_map #allMap {
        height: 300px;
        margin-top: 65px;
    }
    .contact_map .list {
        position: relative;
        width: 100%;
        margin: 0 auto;
        left: 0;
        padding: 30px 0;
        display: none;
    }
    .contact_map .list .draggable {
        height: auto !important;
    }
    .contact_map .list h3 {
        line-height: 60px;
    }
    .contact_map .slick-prev {
        top: -15%;
    }
    .contact_map .slick-next {
        bottom: -15%;
    }
}

.newslist li, .newslist li h3 a, .Business_list li .word, .piclist li a, .piclist li .word {
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.bg_colorwhite {
    background-color: #fff;
}
.bg_colorgray {
    background: #efefef;
}
.transform_img:hover .Ispic {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.transform_img .Ispic {
    -webkit-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.newslist li {
    padding: 3%;
}
.newslist li:first-child {
    padding-top: 0;
}
.newslist li>.w1200 {
    position: relative;
    padding-left: 150px;
    line-height: 2;
    color: #969697;
}
.newslist li time {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 24px;
    text-align: right;
    line-height: 1.45;
}
.newslist li time span {
    font-size: 16px;
    display: block;
}
.newslist li .txt {
    padding-left: 30px;
    border-left: 1px solid #da3924;
}
.newslist li h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: normal;
}
.newslist li h3 a {
    color: #969697;
}
.newslist li p {
    margin: 0;
}
/* .newslist li:nth-child(1) h3 a,
.newslist li:nth-child(2) h3 a{color: #000;} */
/* .newslist li:hover{ box-shadow: 0 0 5px 0 rgba(0,0,0,.15);} */
.newslist li:hover h3 a {
    color: #da3924;
}
.newslist li:nth-child(even) {
    background: #fff;
}

.newinfo-body {
    background-color: #fff;
}
.newinfo-body .header {
    background: url(../images/newinfo_headbg.jpg) repeat;
    position: relative;
}
.newinfo-body .news_info {
    padding: 5% 0;
    max-width: 1000px;
    margin: 0 auto;
}

.Groupprofile {}
.Groupprofile .box {
    padding: 5% 0;
}
.Groupprofile .box:first-child {
    padding-top: 2%;
}
.Groupprofile .box-inner {
    position: relative;
    border: 3px solid #da3924;
    border-radius: 10px;
    padding: 8%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}
.Groupprofile .box .tit {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
}
.Groupprofile .box .tit span {
    background: #da3924;
    border-radius: 10px;
    padding: 10px 24px;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    display: inline-block;
    min-width: 190px;
}
.Groupprofile .box .con {
    font-size: 16px;
    color: #969697;
    line-height: 1.85;
}

.piclist .ul {
    margin: 0 -1%;
}
.piclist li {
    float: left;
    width: 25%;
    padding: 1%;
}
.piclist li a {
    display: block;
    overflow: hidden;
    position: relative;
}
.piclist li .Ispic {
    display: block;
    padding-bottom: 68.3274%;
}
.piclist li .word {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
}
.piclist li .word .desc {
    padding: 10px;
}
@media (min-width:1025px) {
    .piclist li a:hover {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .45);
    }
    .piclist li .word {
        top: 0;
        height: 100%;
        opacity: 0;
        transform: translateY(100%);
    }
    .piclist li .word .desc {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .piclist li a:hover .word {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width:767px) {
    .piclist li {
        width: 50%;
    }
    .Groupprofile .box:first-child {
        padding-top: 15%;
    }
    .Groupprofile .box .tit {
        top: -25px;
    }
    .newinfo-body .news_info blockquote {
        margin: 0 !important;
    }
}

.columnName_tit2 {
    background: none;
    position: relative;
    left: 5%;
    padding-left: 0;
    margin-bottom: 5%;
}
.columnName_tit2 .tit-inner {
    display: inline-block;
}
.columnName_tit2 .tit-inner::after {
    content: "";
    display: block;
    width: 95%;
    height: 3px;
    background: #da3924;
    margin: 25px 0 15px;
}
.Business_box-inner .columnName_tit2 {
    position: absolute;
    top: 0;
}
.Business_box {
    padding-bottom: 6%;
    overflow: hidden;
    margin-bottom: 0;
}
.Business_box.p_top {
    padding-top: 6%;
}
.Business_box-inner {
    position: relative;
    padding-left: 225px;
}
.Business_box .content {
    line-height: 2;
    padding-left:6%;
}
.Business_box .con-cn {
    font-size: 16px;
}
.Business_box .con-en {
    font-size: 14px;
}
.Business_box .con-en {
    margin-top: 5%;
    padding-top: 5%;
}
.Business_list ul {
    margin: 0 -1%;
}
.Business_list li {
    float: left;
    width: 33.3334%;
    padding: 1%;
}
.Business_list li .inner {
    overflow: hidden;
    position: relative;
}
.Business_list li .pic {
    overflow: hidden;
}
.Business_list li .Ispic {
    padding-bottom: 78.4946%;
    display: block;
}
.Business_list li .word {
    padding: 5%;
}
.Business_list h3 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
}
.Business_list li .word .more a {
    display: block;
    margin: 3% 0 0;
    max-width: 110px;
    height: 30px;
    line-height: 28px;
}

.Business_Related {
    background: #fff;
    padding-bottom: 0;
}
.Business_Related>.w1200 {
    padding: 3% 0 10%;
}
.Business_Related .content {
    padding: 0 6% 0 225px;
}
@media (min-width:1025px) {
    .Business_list li .word {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        text-align: center;
        color: #fff;
        transform: translateY(100%);
        opacity: 0;
    }
    .Business_list li .word .ytable {
        height: 100%;
        width: 100%;
        min-height: 1px;
    }
    .Business_list li .word .ytable_cell {
        height: 100%;
        vertical-align: middle;
    }
    .Business_list li .inner:hover .word {
        transform: translateY(0);
        opacity: 1;
    }
    .Business_list h3 {
        margin-bottom: 0;
    }
    .Business_list h3:after {
        content: '';
        display: block;
        width: 30px;
        height: 2px;
        background: #fff;
        margin: 7.5% auto 6%;
    }
    .Business_list h3 a {
        color: #fff;
    }
    .Business_list li .word .more a {
        border: 1px solid #fff;
        border-radius: 30px;
        display: block;
        margin: 5% auto 0;
        max-width: 110px;
        height: 30px;
        line-height: 28px;
        padding: 0 5px;
        color: #fff;
    }
}
@media(max-width:1000px) {
    .Business_list .txt {
        padding: 2% 3%;
    }
}
@media(max-width:768px) {
    .Business_list h3 {
        font-size: 18px;
    }
    .Business_box-inner {
        padding-left: 0;
    }
    .Business_box-inner .columnName_tit2 {
        position: relative;
    }
    .columnName_tit2 {
        text-align: center;
        left: 0;
        margin-bottom: 3%;
    }
    .Business_Related .content {
        padding: 0 3%;
    }
    .Business_Related>.w1200 {
        padding-top: 5%;
    }
    .Business_list li {
        width: 50%;
    }
    .Business_box .content {
        padding-right: 0;
    }
}
@media(max-width:640px) {
    .Business_list .ytable {
        min-height: auto;
    }
    .Business_list .ytable_cell {
        display: block;
        width: 100%;
    }
    .Business_list h3 {
        font-size: 16px;
    }
    .Business_list h3:after {
        margin: 3% 0;
    }
}

.gettop {
    position: fixed;
    right: 2%;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    display: none;
}
.gettop a {
    display: block;
    width: 45px;
    text-align: center;
    border: 1px solid #ebebeb;
    background: #fff;
    color: #b5b5b5;
    padding: 0 5px 10px;
    transition: 0.3s;
}
.gettop a:hover {
    background: #da3924;
    color: #fff;
}
.gettop a::before {
    display: block;
    height: 20px;
    content: '';
    background: url(../images/Bottom002567_gettop.png) no-repeat center center;
    background-size: contain;
    margin: 14px 0 10px 0;
}
.gettop a:hover::before {
    background-image: url(../images/Bottom002567_gettop_hover.png);
}

.quarters-group .columnName_tit2 {
    left: 0;
    text-align: center;
}
.quarters-group+.quarters-group {
    margin-top: 30px;
}
.quarters-wrapper {
    padding-bottom: 6%;
}

#FloatDiv{position: fixed;top:74px;right: 10px; z-index:200;width:400px;height:200px;background:rgba(255,255,255,.8);box-shadow: 0 0 14px rgba(0,0,0,0.5);}
#FloatDiv .close{ cursor:pointer; position:absolute; display:block; width:21px; height:21px; right:0; background:#da3924 url(../images/close.png) no-repeat center center}
#FloatDiv a{display: block;}
#sy_cion{position: fixed;bottom: 10%;right: 2%;z-index: 99;display: none;}
#sy_cion .icon{width: 103px;height: 72px;}

/* 20220315 */
.wapFloat{display: none;}
#ZCMSAD_1 .aclose{width:35px;height:35px;line-height: 35px;border-radius: 50%;background:url(../images/close.png) no-repeat center center;background-color: rgba(0,0,0,0.5);font-size: 0;position: absolute;top:5px;right:5px;}

@media(max-width:768px){
#ZCMSAD_1{display: none !important;}
.wapFloat{display: block;position: fixed;top:50%;left:50%;width:320px;z-index:999;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.wapFloat img{width:100%;}
.wapFloat .wapclose{position: absolute;width:30px;height:30px;line-height: 30px;border-radius: 50%;background: rgba(0,0,0,0.5);font-size: 0;position: absolute;top:5px;right:5px;text-align: center;}
.wapFloat .wapclose img{width:15px;vertical-align: middle;}
}


/*
 .TextList002241 
 */
.TextList002241{ padding: 3% 0 0;font-size: 16px;}
.TextList002241 .tit{margin-bottom: 3em;}
.TextList002241 .tit2{display: none;}
.TextList002241 .list dl{float: left;padding: 3% 2%;background-color: #fff7ee;margin-bottom: 2%; }
.TextList002241 .list dl aside {font-size: 16px;color: #da3924;line-height: 40px;}
.TextList002241 .list dl .txt {font-size: 15px;margin-top: 2em;}
.TextList002241 .list dl .txt span {color: #da3924;float: right;}
.TextList002241 .list dl .txt time{color: #999;}
.TextList002241 .more{margin: 20px auto;text-align: center;}
.TextList002241 .more a{color:#fff;background-color:#da3924;padding:10px 20px;display: inline-block;}
@media (max-width: 640px){
.TextList002241 .list dl {width: 100%;}
.TextList002241 .list dl{padding: 8% 5%;}
.TextList002241 .tit{display: none;}
.TextList002241 .tit2{display: block;}
}

@media (min-width: 1024px){
.TextList002241 .list dl:not(:nth-child(3n)) {margin-right: 2%;}
.TextList002241 .list dl {width: 32%;}
.TextList002241 .list dl {float: left;padding: 3% 2%;background-color: #fff7ee;margin-bottom: 2%;}
}
