.footer {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    position: relative;
    z-index: 9;
}
.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
/* 集团概况 */
.profile {
    margin-top: 50px;
    overflow: hidden;
}
.profile .content {
    margin-top: 60px
}
.profile .text {
    margin-right: 100px;
    color: #666;
    line-height: 36px;
}
.profile .text p {
    margin-bottom: 40px;
}
.profile .text p:last-child {
    margin-bottom: 0
}
.profile .num-con {
    width: 540px;
}
.profile .num-con .item {
    border-bottom: 1px #999999 solid;
    padding-bottom: 30px;
    margin-bottom: 40px;
    font-weight: bold;
}
.profile .num-con .item:last-child {
    margin-bottom: 0;
}
.profile .num-con .item .counter {
    color: #d71920;
    font-size: 60px;
}
.profile .video {
    width: 100%;
    height: 705px;
    overflow: hidden;
    background: url(../images/img13.jpg)no-repeat center;
    background-size: cover;
    margin-top: 120px;
}
.profile .video::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3) url(../images/play1.png)no-repeat center;
    background-size: 60px;
    z-index: 3;
}
/* 战略规划 */
.planning {
    margin-top: 50px;
    overflow: hidden;
    padding-bottom: 100px;
}
.planning .content {
    margin-top: 50px;
}
.planning .text {
    font-size: 18px;
    line-height: 2;
}
.planning .pic {
    margin-top: 100px;
    overflow: hidden;
}
.planning .pic img {
    width: 100%;
}
/* 组织构架 */
.goujia {
    background-color: #f7f7f7;
    padding: 30px 0 100px 0;
}
.goujia .content {
    margin-top: 50px;
}
.goujia .pic img {
    width: 100%;
}
/* 企业文化 */
.culture {
    padding-bottom: 100px;
    padding-top: 50px;
    overflow: hidden;
}
.culture .ul{
    padding-top: 30px;
}
.culture .ul li {
    padding-bottom: 40px;
}
.culture .ul li .title {
    font-size: 24px;
    line-height: 30px;
    color: #333;
}
.culture .ul li .desc {
    padding-top: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.culture .behavior{
    padding-top: 20px;
}
.culture .behavior>.title{
    font-size: 24px;
    color: #231f20;
}
.culture .behavior ul{
    margin-top: 40px;
    height: 580px;
}
.culture .behavior ul li {
    flex: 1;
    height: 100%;
    cursor: pointer;
}
.culture .behavior ul li .t1 ,
.culture .behavior ul li .t2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-position: top center;
}
.culture .behavior li .cont{
    width: 80%;
    text-align: center;
}
.culture .behavior li .title{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.culture .behavior li .desc{
    padding-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.culture .behavior ul li .t2{
    display: none;
}
.culture .behavior ul li:hover .t2{
    display: flex;
}
.culture .behavior ul li:hover .t1 {
    display: none;
}
/* .culture ul {
    width: 100%;
    background: url(../images/img16.jpg)no-repeat center;
    height: 580px;
    margin-bottom: 100px;
    background-size: cover;
    margin-top: 80px;
}
.culture ul::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}
.culture li {
    width: 25%;
    z-index: 9;
}
.culture li::after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .3);
    z-index: 9;
    right: 0;
    top: 0;
}
.culture li .title {
    font-size: 24px;
    color: #FFF;
    margin-top: 30px;
    font-weight: bold;
}
.culture .pic {
    margin-top: 50px;
} */
/* 发展历程 */
.path {
    background: #fdfdfe url(../images/bg3.jpg) no-repeat center bottom;
    padding-bottom: 100px;
    overflow: hidden;
    padding-top: 50px;
}
.path .public-title .cn::after {
    display: none;
}
.path .view .swiper-container {
    width: 100%;
}
.path .preview {
    width: 100%;
    position: relative;
    margin-top: 150px;
}
.path .preview .swiper-container {
    padding-bottom: 10px;
}
.path .preview .swiper-container::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #d6d5d5;
}
.path .preview .swiper-slide {
    font-size: 24px;
    cursor: pointer;
    padding-bottom: 50px;
    z-index: 99;
}
.path .preview .swiper-slide::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -7px;
    background-color: #e1e1e1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 14px;
    height: 14px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 9;
}
.path .preview .active-nav {
    color: #d6000f;
}
.path .preview .active-nav::after {
    background-color: #d6000f;
}
.path .preview .active-nav::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    background-color: #d6000f;
    opacity: .3;
    width: 20px;
    height: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.path .year {
    margin-top: 150px;
}
.path .year span {
    font-size: 36px;
    font-weight: bold;
    margin-right: 40px;
}
.path .year span:last-child {
    margin-right: 0;
}
.path .year .active {
    color: #d6000f;
}
.path .text-content {
    margin-top: 40px;
    font-size: 18px;
}
.path .text-content .text {
    color: #666;
    line-height: 2;
}
.path .more {
    margin-top: 30px;
    font-weight: 550;
    padding-right: 20px;
}
.path .more::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px #333333 solid;
    border-top: 2px #333333 solid;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
}
/* 管理团队 */
.team {
    padding-bottom: 100px;
    padding-top: 50px;
    overflow: hidden;
    background-color: #FFF;
}
.team .tab-nav {
    width: 75px;
    margin-right: 100px;
}
.team .tab-nav span {
    height: 460px;
    background-color: #e7e7e7;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 3;
}
.team .tab-nav span:last-child {
    margin-bottom: 0;
}
.team .tab-nav .active {
    background-color: #d6000f;
    color: #FFF;
}
.team li {
    padding: 25px;
    border-bottom: 1px #e5e5e5 solid;
    cursor: pointer;
}
.team li:hover{
    color: #d6000f;
    /* background-color: #d6000f; */
    transform: scale(1.01);
}
.team .portrait {
    width: 160px;
    height: 160px;
    background-color: #d6000f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin-right: 60px;
}
.team .text-content {
    /* border-bottom: 1px #e5e5e5 solid; */
}
.team .text-content .name {
    /*width: 160px;*/
    min-width: 3em;
    font-weight: bold;
    font-size: 30px;
    margin-right: 120px;
    border-right: 0px #eaeaea solid;
    text-align-last: justify;
    flex: 1;
    flex-shrink: 0;
}
.team .text-content .txt {
    font-size: 24px;
    flex: 10;
}
/*
.team li:first-child .text-content .name {
    color: #d6000f;
} */
/* 发展历程详情 */
.path .details {
    margin-top: 80px;
}
.path .details h1 {
    color: #d6000f;
    font-size: 60px;
}
.path .details .text {
    font-size: 18px;
    line-height: 2;
    margin-top: 40px;
}
.path .details .img {
    margin-top: 40px;
}
.path .details .img img {
    width: 100%;
}
.path .details .item {
    margin-top: 40px;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 40px;
}
.path .details .item .tit {
    font-size: 36px;
    font-weight: bold;
}
.path .details .item .img {
    width: 48.5%;
    overflow: hidden;
    margin-top: 40px;
}
.path .details .item .img img {
    width: 100%;
}
.path .details .prev-con {
    margin-top: 40px;
}
.path .details .prev-con .mores {
    text-decoration: underline;
    font-weight: bold;
}
/* 业务构架 */
.business {
    margin-bottom: 60px;
}
.business .public-title .cn::after,
.investment .public-title .cn::after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.business .content {
    margin-top: 40px;
}
.business .item {
    width: 32%;
    margin-top: 30px;
    background-color: #FFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    padding-bottom: 40px;
}
.business .item .pic {
    width: 100%;
    /* height: 410px; */
    overflow: hidden;
}
.business .item .pic img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    width: 100%;
}
.business .item .icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    width: 90px;
    height: 90px;
    background-color: #f8f8f8;
    margin: -45px auto 0 auto;
    z-index: 9;
}
.business .item .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 10px;
}
.business .item .more {
    margin-top: 20px;
}
.business .item .more span {
    width: 10px;
    height: 10px;
    border-right: 2px #333 solid;
    border-bottom: 2px #333 solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-left: 15px;
}
.business .details h1 {
    font-size: 48px;
    line-height: 1.5;
    margin-top: 60px;
    font-weight: normal;
}
.business .details .body {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.5;
}
.business .details .body img {
    max-width: 100%;
}
.business .details .body p {
    margin-top: 20px;
}
.investment {
    margin-bottom: 60px;
}
.investment .content {
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    padding: 20px;
}
.investment .dp-con {
    height: 560px;
    overflow-y: auto;
}
.investment .tab-nav {
    margin-right: 20px;
}
.investment .tab-nav span {
    width: 70px;
    background-color: #f2f2f2;
    font-size: 18px;
    height: 270px;
    line-height: 2;
}
.investment .tab-nav span:last-child {
    margin-top: 20px;
}
.investment .tab-nav .active {
    background-color: #d6000f;
    color: #FFF;
}
.investment .item {
    height: 105px;
    border: 1px #d6d6d6 solid;
    width: 23.5%;
    margin-right: 2%;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px;
}
.investment .item img {
    max-width: 100%;
}
.investment .item:nth-of-type(4n) {
    margin-right: 0;
}
.sidebar {
    width: 380px;
    margin-right: -270px;
}
.sidebar .search {
    margin-top: 40px;
    background-color: #e4e4e4;
}
.sidebar .search input[type=text] {
    width: 100%;
    height: 50px;
    background: none;
    padding-left: 30px;
}
.sidebar .search input[type=submit] {
    width: 76px;
    background: url(../images/search1.png)no-repeat center;
    overflow: hidden;
    text-indent: -999px;
}
.sidebar .date-con {
    margin-top: 30px;
}
.sidebar .date-con input {
    height: 50px;
    background: none;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    background: #e4e4e4 url(../images/icon10.png)no-repeat 30px center;
    height: 50px;
    padding-left: 60px;
    padding-right: 60px;
}
.sidebar .date-con::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-left: 2px #d6000f solid;
    border-bottom: 2px #d6000f solid;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
}
.sidebar #date .layui-laydate{
    width: 100%;
}
.layui-laydate-footer,
/* .layui-laydate-header, */
.layui-laydate-content thead {
    display: none;
}
.layui-laydate-content {
    padding: 0 !important;
}
.layui-laydate-header{
    background-color: #f1f1f1;
}
.layui-laydate-content table {
    width: 100%;
    font-weight: bold;
    background-color: #f1f1f1;
}
.layui-laydate-main {
    width: 380px !important;
}
.layui-laydate {
    margin: 0 !important;
    border: 0 !important;
}
.layui-laydate .layui-this {
    background-color: #d6000f !important;
}
.layui-laydate .layui-laydate-list>li {
    margin: 3px 0;
    padding: 0;
}
/* 新闻中心 */
.news-list {
    background-color: #fafafa;
    padding-bottom: 70px;
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
}
.news-list .container .sidebar {
    align-items: flex-start;
}
.news-list ul {
    margin-right: 60px;
}
.news-list ul li {
    background-color: #FFF;
    padding: 25px;
    margin-top: 35px;
}
.news-list li .text-content {
    margin-right: 60px;
}
.news-list li .pic {
    width: 360px;
    height: 215px;
    overflow: hidden;
}
.news-list li .pic img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    width: 100%;
}
.news-list li .time {
    opacity: .5;
}
.news-list li .title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}
.news-list li .txt {
    margin-top: 10px;
}
.page {
    margin-top: 70px;
}
.page a {
    background-color: #eaeaea;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    line-height: 50px;
    width: 50px;
    overflow: hidden;
    margin: 0 5px;
    height: 50px;
}
.page a.on {
    background-color: #d6000f;
    color: #FFF;
}
.page .first {
    background-image: url(../images/arrow1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.page .prev {
    background-image: url(../images/arrow-left.png);
    background-position: center;
    background-repeat: no-repeat;
}
.page .last {
    background-image: url(../images/arrow1.png);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.page .next {
    background-image: url(../images/arrow-left.png);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.page input[type='text'] {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px #e5e5e5 solid;
    margin-left: 20px;
    color: #d6000f;
}
.page input[type='submit'] {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #d6000f;
    color: #FFF;
    margin-left: 10px;
}
.crumbs {
    padding: 15px 0;
    margin-bottom: 15px;
}
.crumbs a {
    color: #d6000f;
    padding-right: 20px;
    margin-right: 15px;
}
.crumbs a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px #333 solid;
    border-top: 2px #333 solid;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
}
/* 新闻详情 */
.news-detalis {
    background-color: #f8f8f8;
    padding-bottom: 70px;
    margin-top: 120px;
}
.news-detalis .body {
    margin-right: 100px;
}
.news-detalis h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 1.5;
}
.news-detalis .info {
    margin-top: 20px;
    border-bottom: 1px #bdbdbd solid;
    padding-bottom: 15px;
}
.news-detalis .info span {
    opacity: .7;
    margin-right: 50px;
}
.news-detalis .info span:last-child {
    margin-right: 0;
}
.news-detalis .content {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    border-bottom: 2px #e2e2e2 solid;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.news-detalis .content p {
    text-indent: 36px;
    margin-top: 20px;
    font-size: 17px;
    line-height: 2em;
    color: rgb(44,44,44);
}
.news-detalis .content .img {
    margin-top: 20px;
}
.news-detalis .content img {
    max-width: 100%;
}
.news-detalis .content .img1 {
    margin-top: 20px;
}
.news-detalis .content .img1 img {
    width: 32%;
    margin-right: 2%;
}
.news-detalis .content .img1 img:last-child {
    margin-right: 0;
}
.news-detalis .next-prev {
    line-height: 2;
}
.news-detalis .back {
    padding-bottom: 3px;
    border-bottom: 2px #959595 solid;
}
.news-detalis .hot {
    width: 370px;
}
.news-detalis .hot h3 {
    font-size: 24px;
    font-weight: normal;
}
.news-detalis .hot li {
    background-color: #FFF;
    padding: 10px;
    margin-top: 10px;
}
.news-detalis .hot li .date {
    width: 70px;
    font-size: 14px;
    margin-right: 15px;
}
.news-detalis .hot li .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 80%;
    background-color: #e3e3e3;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.news-detalis .hot li .date span {
    font-weight: bold;
    font-size: 36px;
}
.news-detalis .hot li .flex-1 a {
    color: #777777;
}
/* 专题报道 */
.news-special .view {
    margin-top: 60px;
}
.news-special .view img {
    width: 100%;
}
.news-special .con {
    margin-top: 90px;
    background-color: #f4f4f4;
    padding: 75px 0;
}
.news-special .preview .swiper-container {
    height: 60px;
}
.news-special .preview .swiper-slide {
    height: 60px;
    cursor: pointer;
    border: 1px #FFF solid;
    background-color: #FFF;
    overflow: hidden;
}
.news-special .preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}
.news-special .preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}
.news-special .preview .active-nav {
    border: 1px solid #ae1e23;
}
.news-special .preview img {
    max-width: 90%;
}
/* 党建动态 */
.dang-news {
    background-color: #f8f8f8;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 70px;
}
.dang-news ul {
    margin-right: 60px;
}
.dang-news ul li {
    padding: 40px;
    background-color: #FFF;
    margin-top: 30px;
}
.dang-news ul li .date {
    background-color: #ce0300;
    width: 85px;
    height: 85px;
    color: #FFF;
    padding-top: 8px;
    margin-right: 40px;
}
.dang-news ul li .date span {
    font-size: 60px;
    font-weight: bold;
    line-height: .8;
}
.dang-news ul li .title {
    font-size: 24px;
    font-weight: bold;
}
.dang-news ul li .txt {
    margin-top: 10px;
}
/* 党建专题 */
.party .item {
    width: 48.5%;
    height: 360px;
    overflow: hidden;
    margin-right: 3%;
    margin-top: 30px;
}
.party .item img {
    width: 100%;
}
.party .item:nth-child(even) {
    margin-right: 0;
}
/* 信息公开 */
.information {
    margin-top: 40px;
    padding-bottom: 100px;
}
.information li {
    border-bottom: 1px #c30614 solid;
    padding-bottom: 30px;
    margin-top: 40px;
}
.information li .title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}
.information li .txt {
    margin-top: 20px;
}
/* 人才理念 */
.concept .pic {
    width: 30%;
    overflow: hidden;
    height: 255px;
    margin-top: 20px;
}
.concept .pic img {
    width: 100%;
}
.concept .pic .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    color: #FFF;
    font-size: 24px;
}
.rules {
    margin-bottom: 100px;
}
.rules .text {
    border-bottom: 1px #474747 solid;
    padding-bottom: 20px;
    margin-top: 20px;
}
/* 招聘信息 */
.job {
    margin-top: 40px;
    padding-bottom: 100px;
}
.job li {
    border-bottom: 1px #999999 solid;
    padding-bottom: 40px;
    margin-top: 40px;
}
.job li .title {
    font-size: 24px;
    margin-top: 10px;
}
/* 专题报道 */
.special {
    background: url(../images/spbg1.jpg)no-repeat center top;
    background-size: 100%;
    padding-bottom: 100px;
}
.special::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
    background: url(../images/spbg2.jpg)no-repeat center bottom;
    background-size: 100%;
}
.special .sub-nav-con {
    background: none;
}
.special .container {
    z-index: 9;
}
.special .title {
    height: 45px;
    width: 100%;
    background: url(../images/line.png)no-repeat center;
    background-size: 100%;
    font-size: 40px;
    font-weight: bold;
    color: #ae1e23;
    margin-top: 90px;
}
.special ul {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 140px;
}
.special ul:last-child {
    margin-bottom: 0;
}
.special li {
    width: 48%;
    margin-right: 4%;
    padding-left: 35px;
    font-size: 18px;
    margin-top: 40px;
}
.special li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #000033;
}
.special li:nth-child(even) {
    margin-right: 0;
}
.special .media li {
    border-bottom: 2px #d3c9c4 solid;
    padding-bottom: 40px;
}
.special .content {
    background-color: #FFF;
    margin-top: 60px;
}
.special .content .item {
    margin-top: 20px;
}
.special .content .item:first-child {
    margin-top: 0;
}
.special .content .item .pic {
    overflow: hidden;
    width: 425px;
    height: 300px;
    margin-right: 20px;
}
.special .content .item .pic img {
    width: 100%;
}
.special .content .item .text-content {
    padding: 40px 30px;
}
.special .content .item .tit {
    font-size: 30px;
    font-weight: bold;
}
.special .content .item .txt {
    margin-top: 30px;
}
.special .content .item .more {
    margin-top: 40px;
    font-weight: bold;
}
.special .content .item .more a {
    padding-right: 20px;
}
.special .content .item .more a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px #333 solid;
    border-top: 2px #333 solid;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
}
/* 搜索页 */
.sub-banner .search-box {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.sub-banner .search-box h1{
    font-size: 60px;
    line-height: 1;
    color: #fff;
}
.sub-banner .search-box .search{
    background: #fff;
    width: 536px;
    height: 60px;
    margin-top: 50px;
}
.sub-banner .search-box .search input[type=text]{
    width: 100%;
    height: 100%;
    background: none;
    padding-left: 30px;
}
.sub-banner .search-box .search input[type=submit]{
    width: 76px;
    background: url(../images/search1.png)no-repeat center;
    overflow: hidden;
    text-indent: -999px;
    color: transparent;
}

/* 联系我们 */
.contact-us .public-title{
    text-align: center;
}
.contact-us .public-title .cn::after{
    left: 50%;
    transform: translateX(-50%);
}
.contact-us .content{
    padding-bottom: 80px;
}
.contact-us .map .img{
    width: 100%;
}
.contact-us .map .address {
    font-size: 18px;
    color: #333333;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding:  30px 30px;
    width: 560px;
    max-width: 100%;
}
.contact-us .map .address .title {
    padding: 20px 0 30px 0;
}
.contact-us .map .address .title .cn{
    font-size: 24px;
    color: #333333;
}
.contact-us .map .address .line {
    width: 100%;
    height: 1px;
    background: #e1e1e1;
}
.contact-us .map .address .info{
    padding-top: 30px;
}
.contact-us .map .address .info .li {
    line-height: 30px;
    padding-bottom: 20px;
}
.contact-us .map .address .info .li .name { 
    color: #666666;
}

@media (min-width:1025px) {
    .special li:hover::after {
        background-color: #ae1e23;
    }
    .business .item:hover .pic img,
    .news-list li:hover .pic img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
    .news-list li:hover,
    .dang-news ul li:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    }
    .news-list li:hover .title a,
    .rules .text:hover,
    .job li:hover .title a {
        color: #d6000f;
    }
    .news-detalis .hot li:hover {
        background-color: #d6000f;
        color: #FFF;
    }
    .news-detalis .hot li:hover a {
        color: #FFF;
    }
    .rules .text:hover,
    .job li:hover {
        border-bottom-color: #c30614;
    }
}
@media (max-width:1680px) {
    .news-list ul {
        margin-right: 40px;
    }
    .sidebar {
        margin-right: -150px;
        width: 300px;
    }
    .layui-laydate-main {
        width: 300px !important;
    }
}
@media (max-width:1600px) {
    .sidebar {
        margin-right: -100px;
    }
}
@media (max-width:1440px) {
    .sidebar {
        margin-right: 0px;
    }
    .news-list li .pic {
        width: 320px;
        height: 190px;
    }
}
@media (max-width:1280px) {
    .news-special .preview .arrow-left {
        left: 20px;
    }
    .news-special .preview .arrow-right {
        right: 20px;
    }
    .dang-news ul {
        margin-right: 30px;
    }
    .concept .pic {
        width: 32%;
    }
    .concept .pic img {
        display: none;
    }
    .news-detalis {
        margin-top: 100px;
    }
}
@media (max-width:1199px) {
    .profile .text {
        margin-right: 50px;
    }
    .profile .text p {
        margin-bottom: 20px;
    }
    .profile .num-con {
        width: 420px;
    }
    .profile .num-con .item .counter {
        font-size: 48px;
    }
    .profile .video {
        height: 580px;
    }
    .culture ul {
        /* height: 480px; */
        /* margin-top: 40px; */
        /* margin-bottom: 60px; */
    }
    .culture .ul{
        padding-top: 0;
    }
    .culture .ul li {
        padding-bottom: 20px;
    }
    .culture .ul li .title {
        font-size: 18px;
    }
    .culture .ul li .desc{
        font-size: 14px;
    }
    .culture .behavior>.title{
        font-size: 18px;
    }
    .culture .behavior ul{
        flex-wrap: wrap;
        height: auto;
    }
    .culture .behavior ul li{
        min-width: 50%;
        height: 260px;
    }
    .culture .behavior ul li::before{
        display: none;
    }
    .culture .behavior ul li .title{
        margin-top: 0;
        font-size: 18px;
    }
    .path .preview,
    .path .year {
        margin-top: 100px;
    }
    .path .year span {
        font-size: 32px;
    }
    .path .preview .swiper-slide {
        font-size: 22px;
    }
    .team .tab-nav {
        margin-right: 50px;
    }
    .team .tab-nav span {
        height: 300px;
        margin-bottom: 30px;
    }
    .team li {
        margin-bottom: 30px;
    }
    .team .portrait {
        width: 120px;
        height: 120px;
        margin-right: 40px;
    }
    .team .portrait img {
        width: 60px;
    }
    .team .text-content .name {
        font-size: 24px;
    }
    .team .text-content .txt {
        font-size: 20px;
    }
    .path .details {
        margin-top: 40px;
    }
    .path .details h1 {
        font-size: 48px;
    }
    .path .details .text {
        font-size: 16px;
        margin-top: 30px;
    }
    .path .details .item .tit {
        font-size: 28px;
    }
    .business .item .title {
        font-size: 24px;
    }
    .business .item .icon img {
        width: 50px;
    }
    .business .details h1 {
        font-size: 38px;
    }
    .news-list .container {
        flex-flow: column;
    }
    .news-list ul {
        margin-right: 20px;
        order: 2;
        margin-right: 0;
    }
    .sidebar {
        order: 1;
        display: flex;
        width: 100%;
    }
    .sidebar .search {
        margin-top: 0;
        margin-right: 20px;
    }
    .sidebar .date-con {
        margin-top: 0;
        width: 300px;
    }
    .sidebar .date-con input,
    .news-detalis h1 {
        font-size: 24px;
    }
    .layui-laydate {
        z-index: 99 !important;
    }
    .news-detalis {
        padding-top: 100px;
        margin-top: 0;
    }
    .news-list li .pic {
        width: 280px;
        height: 165px;
    }
    .news-detalis .body {
        margin-right: 40px;
    }
    .news-detalis .hot {
        width: 300px;
    }
    .news-detalis .content {
        font-size: 16px;
    }
    .news-detalis .hot li .date span {
        font-size: 32px;
    }
    .news-special .con {
        margin-top: 60px;
    }
    .dang-news .list {
        flex-flow: column;
    }
    .dang-news ul {
        order: 2;
        margin-right: 0;
    }
    .dang-news ul li {
        padding: 30px;
    }
    .dang-news ul li .date span {
        font-size: 48px;
    }
    .dang-news ul li .title,
    .information li .title,
    .job li .title,
    .concept .pic .txt {
        font-size: 20px;
    }
    .party .item {
        height: 280px;
    }
    .concept .pic {
        height: 220px;
    }
    .special .title {
        font-size: 32px;
    }
    .special li {
        font-size: 16px;
        padding-left: 30px;
        margin-top: 30px;
    }
    .special li::after {
        width: 10px;
        height: 10px;
    }
    .special .content .item .tit {
        font-size: 24px;
    }
    .special .content .item .pic {
        width: 380px;
        height: 260px;
        margin-right: 0;
    }
    .special .content .item .pic img {
        display: none;
    }
    .special .content .item .text-content {
        padding: 30px;
    }
    .special .content .item .txt {
        margin-top: 20px;
    }
    .special ul {
        margin-bottom: 90px;
        margin-top: 0px;
    }
    .special .media li {
        padding-bottom: 30px;
    }
    .contact-us .map .address {
        width: auto;
        padding: 20px 30px;
    }
    .contact-us .map .address .title{
        padding: 10px 0 20px 0;
    }
    .contact-us .map .address .info{
        padding-top: 20px;
    }
    .contact-us .map .address .info .li{
        padding-bottom: 15px;
    }
}
@media (max-width:950px) {
    .profile,
    .planning {
        margin-top: 20px;
    }
    .profile .text {
        margin-right: 0px;
    }
    .profile .num-con {
        width: 100%;
        margin-top: 30px;
    }
    .profile .video {
        height: 500px;
        margin-top: 40px;
    }
    .profile .video::after {
        background-size: 40px;
    }
    .planning {
        padding-bottom: 60px;
    }
    .planning .text {
        font-size: 16px;
    }
    .planning .pic {
        margin-top: 50px;
    }
    .culture .pic img {
        height: 90px;
    }
    .culture li .title {
        font-size: 20px;
    }
    .path {
        padding-top: 0;
    }
    .path .year span {
        font-size: 28px;
    }
    .business .item .title {
        font-size: 20px;
    }
    .business .item .icon {
        width: 80px;
        height: 80px;
    }
    .business .item .icon img {
        width: 45px;
    }
    .business .details h1 {
        font-size: 32px;
    }
    .business .details .body {
        font-size: 16px;
    }
    .investment .content {
        padding-right: 5px;
    }
    .investment .item {
        width: 32%;
    }
    .investment .item:nth-of-type(4n) {
        margin-right: 2%;
    }
    .investment .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .sidebar .date-con input {
        font-size: 20px;
    }
    .news-list li .text-content {
        margin-right: 20px;
    }
    .news-list li .title {
        font-size: 20px;
    }
    .news-list li .txt {
        margin-top: 5px;
    }
    .page>div,
    .news-detalis .hot {
        display: none;
    }
    .news-detalis {
        padding-top: 90px;
    }
    .news-detalis .body {
        margin-right: 0;
    }
    .dang-news ul li {
        padding: 20px;
    }
    .dang-news ul li .date {
        margin-right: 30px;
        padding-top: 15px;
    }
    .dang-news ul li .date span {
        font-size: 38px;
    }
    .party .item {
        height: 205px;
    }
    .information li .title,
    .job li .title {
        font-size: 18px;
    }
    .concept .pic {
        height: 180px;
    }
    .special .title {
        font-size: 24px;
        margin-top: 60px;
    }
    .special .content .item .pic {
        width: 300px;
        height: 200px;
        margin-right: 20px;
    }
    .special .content .item .text-content {
        padding: 0;
    }
    .special .content .item .tit {
        font-size: 20px;
    }
    .special .content .item .txt {
        margin-top: 5px;
    }
    .special .content .item .more {
        margin-top: 20px;
    }
    .special ul {
        margin-bottom: 60px;
    }
    .special li {
        margin-top: 20px;
    }
    .special .media li {
        padding-bottom: 20px;
    }
}
@media (max-width:767px) {
    .profile,
    .planning {
        margin-top: 0px;
    }
    .profile .content {
        margin-top: 40px;
    }
    .profile .num-con .item .counter {
        font-size: 38px;
    }
    .path .preview .swiper-slide {
        font-size: 20px;
    }
    .path .preview,
    .path .year {
        margin-top: 50px;
    }
    .path .year span {
        font-size: 24px;
        margin-right: 20px;
    }
    .team .text-content .name {
        font-size: 20px;
    }
    .team .text-content .txt {
        font-size: 18px;
    }
    .path .details h1 {
        font-size: 38px;
    }
    .business .details h1 {
        font-size: 28px;
    }
    .news-list li .title {
        font-size: 18px;
        margin-top: 5px;
    }
    .dang-news ul li .title {
        font-size: 18px;
    }
    .party .item {
        height: 195px;
    }
    .concept .pic .txt {
        font-size: 18px;
    }
    .special .content .item .tit {
        font-size: 18px;
    }
    .sub-banner .search-box h1{
        font-size: 30px;
    }
    .sub-banner .search-box .search {
        width: 100%;
        margin-top: 30px;
        height: 45px;
    }
    .news-list .container .sidebar {
        align-items: normal;
    }
    .contact-us .content {
        padding-bottom: 20px;
    }
    .contact-us .map .address {
        position: relative;
        transform: unset;
        left: 0;
        width: 100%;
        padding: 15px 0;
    }
    .contact-us .map .address {
        font-size: 16px;
        line-height: 26px;
    }
    .contact-us .map .address .title .cn{
        font-size: 20px;
    }
    .contact-us .map .address .info .li{
        line-height: 26px;
    }
}
@media (max-width:480px) {
    .profile .content {
        margin-top: 30px;
    }
    .profile .num-con .item .counter {
        font-size: 32px;
    }
    .planning .content {
        margin-top: 30px;
    }
    .culture {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .culture ul {
        /* height: 400px; */
    }
    .culture li {
        /* width: 50%; */
    }
    .culture li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 1px;
        width: 100%;
        background-color: rgba(255, 255, 255, .3);
    }
    .culture li .title {
        font-size: 18px;
        margin-top: 20px;
    }
    .culture .pic {
        margin-top: 30px;
    }
    .culture .pic img {
        height: auto;
        width: 80%;
    }
    .path {
        padding-bottom: 50px;
    }
    .path .preview .swiper-slide {
        padding-bottom: 30px;
        font-size: 18px;
    }
    .path .text-content {
        margin-top: 20px;
    }
    .path .text-content {
        font-size: 16px;
    }
    .path .year span {
        font-size: 20px;
    }
    .path .preview,
    .path .year {
        margin-top: 30px;
    }
    .team {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .team .content {
        display: block;
        margin-top: 30px;
    }
    .team .tab-nav {
        margin-right: 0;
        width: 100%;
        display: flex;
    }
    .team .tab-nav span {
        margin-bottom: 0;
        height: auto;
        width: 33.33%;
        font-size: 16px;
    }
    .team .tab-nav span br {
        display: none;
    }
    .team .text-content .name {
        font-size: 18px;
        margin-right: 20px;
        width: 100px;
    }
    .team .text-content .txt {
        font-size: 16px;
    }
    .team .portrait {
        width: 90px;
        height: 90px;
        margin-right: 20px;
    }
    .team .portrait img {
        width: 45px;
    }
    .team li:first-child {
        margin-top: 30px;
    }
    .path .details .text {
        margin-top: 20px;
    }
    .path .details .item {
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .path .details .item .tit {
        font-size: 24px;
    }
    .path .details .item .img {
        width: 100%;
        margin-top: 20px;
    }
    .path .details h1 {
        font-size: 28px;
    }
    .business .item {
        width: 100%;
    }
    .business .item .title {
        font-size: 18px;
    }
    .business .details h1 {
        font-size: 24px;
        margin-top: 40px;
    }
    .business .details .body {
        font-size: 14px;
    }
    .investment .content {
        display: block;
        padding: 15px;
    }
    .investment .tab-nav {
        display: flex;
        margin-right: 0;
    }
    .investment .tab-nav span {
        width: 50%;
        height: 50px;
    }
    .investment .tab-nav span br {
        display: none;
    }
    .investment .tab-nav span:last-child {
        margin-top: 0;
    }
    .investment .mCSB_inside>.mCSB_container {
        margin-right: 15px;
    }
    .investment .mCSB_scrollTools {
        width: 4px;
    }
    .investment .dp-con {
        margin-top: 20px;
    }
    .investment .item {
        width: 49%;
        height: 80px;
        margin-bottom: 15px;
    }
    .investment .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .investment .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .news-list {
        padding-bottom: 40px;
    }
    .news-list ul li {
        padding: 15px;
        margin-top: 20px;
    }
    .news-list li .pic {
        order: 1;
        width: 100%;
    }
    .news-list li .text-content {
        margin-right: 0;
        order: 2;
        margin-top: 10px;
    }
    .news-list li .title,
    .sidebar .date-con input,
    .dang-news ul li .title,
    .concept .pic .txt,
    .job li .title {
        font-size: 16px;
    }
    .news-list li .txt {
        font-size: 14px;
        line-height: 1.5;
    }
    .sidebar {
        flex-flow: column;
    }
    .sidebar .search {
        margin-right: 0;
    }
    .sidebar .date-con {
        width: 100%;
        margin-top: 15px;
    }
    .layui-laydate {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
    .layui-laydate-main {
        width: 100% !important;
    }
    .page {
        margin-top: 40px;
    }
    .page .last,
    .page .first,
    .page .num4,
    .page .num5 {
        display: none;
    }
    .page a {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .news-detalis {
        padding-top: 70px;
    }
    .news-detalis h1 {
        font-size: 20px;
    }
    .news-detalis .info span {
        margin-right: 10px;
    }
    .news-detalis .content {
        line-height: 2;
    }
    .news-special .view,
    .news-special .con {
        margin-top: 30px;
    }
    .news-special .con {
        padding: 25px 0;
    }
    .dang-news ul li .date {
        width: 70px;
        height: 70px;
        padding-top: 10px;
        margin-right: 15px;
    }
    .dang-news ul li .date span {
        font-size: 32px;
    }
    .dang-news ul li .txt {
        line-height: 1.5;
        margin-top: 5px;
    }
    .party .item {
        width: 49%;
        margin-right: 2%;
        height: 110px;
        margin-top: 20px;
    }
    .information li .title {
        margin-top: 0;
    }
    .information li .txt {
        margin-top: 10px;
    }
    .concept .pic {
        width: 49%;
        height: 160px;
    }
    .job li {
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .special .title {
        font-size: 20px;
        background-size: 150%;
        margin-top: 40px;
    }
    .special li {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .special .content {
        margin-top: 30px;
    }
    .special .content .item {
        flex-flow: column;
        margin-top: 30px;
    }
    .special .content .item .pic {
        width: 100%;
        margin-right: 0;
    }
    .special .content .item .text-content {
        margin-top: 20px;
    }
    .special .content .item .tit {
        font-size: 16px;
    }
    .special .content .item .more {
        margin-top: 10px;
    }
}
@media (max-width:380px) {
    .profile .text {
        line-height: 2;
    }
    .profile .num-con .item,
    .planning .text,
    .team .text-content .txt,
    .path .details .text {
        font-size: 14px;
    }
    .profile .num-con .item .counter {
        font-size: 24px;
    }
    .profile .num-con .item .icon img {
        width: 50px;
    }
    .team .text-content .name {
        font-size: 16px;
    }
    .team .portrait {
        width: 80px;
        height: 80px;
        margin-right: 15px;
    }
    .team .portrait img {
        width: 40px;
    }
    .team li:first-child {
        margin-top: 30px;
    }
    .party .item {
        height: 95px;
    }
}