.layer-wrapper {
    width: 1420px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
}

.page-body {
    background-color: #fff;
    padding-bottom: 40px;
}

.wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 0 39px;
    background-color: #fff;
}

.crumb {
    height: 61px;
    margin-top: -61px;
    position: relative;
    z-index: 3;
    background-color: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdbdb;
}

.crumb .position {
    float: left;
    padding-left: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    position: relative;
}

.crumb .position:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/images/position.png) no-repeat right center;
}

.crumb .position a {
    padding-right: 24px;
    position: relative;
}

.crumb .position a:after {
    content: ">";
    position: absolute;
    width: 24px;
    height: 100%;
    right: 0;
    top: 0;
    line-height: normal;
    text-align: center;
}

.crumb .position span {
    font-weight: bold;
}

.crumb .submenu {
    float: right;
}

.crumb .submenu li {
    float: left;
}

.crumb .submenu li a {
    display: block;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    min-width: 120px;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
}

.crumb .submenu li.active a {
    background-color: #004ea2;
    color: #fff;
}

/* 文章也 */
.article-page {
    padding-top: 40px;
}

.article-page p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.article-page img {
    margin: 0 auto;
}

/* 集团介绍 */
.group-intro .since {
    font-size: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #004ea2;
    opacity: 0.2;
}

.group-intro .name {
    font-size: 32px;
    color: #004ea2;
    margin-bottom: 50px;
}

/* 领导团队 */
.team-box{
    overflow:hidden;
}
.team-page {
    margin-right: -20px;
}

.team-page .core {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-right: 20px;
}

.team-page .core .inner {
    width: 100%;
}

.team-page .core .title {
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: url(/images/teambg.png) no-repeat center center #004ea2;
    background-size: cover;
    letter-spacing: 10px;
}

.team-page .core .list li {
    display:block;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background-color: #f5f5f5;
    user-select: none;
    position: relative;
}

.team-page .core .list .name {
    height: 60px;
    line-height: 60px;
    padding-right: 25px;
    background: url(/images/teamdot.png) no-repeat right center;
    background-size: contain;
}

.team-page .core .list .name span {
    float: left;
    width: 110px;
    box-sizing: border-box;
    padding-left: 20px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.team-page .core .list .name em {
    display: block;
    float: none;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team-page .core .list .desc {
    display: none;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    padding: 0 25px 10px 20px;
}

.team-page .core .list li.active .desc {
    display: block;
}
.team-page .core .list li:hover .name,.team-page .core .list li.active .name {
    background: url(/images/teamdotcr.png) no-repeat right center;
    background-size: contain;
}

.team-page .core .list li:hover:before,.team-page .core .list li.active:before {
    content: "";
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #8fc31f;
}

/* 企业文化 */
.culture-page {
    padding-top: 60px;
}

.culture-page .slogin {
    position: relative;
    height: 320px;
    background: url(/images/culture1.jpg) no-repeat center center;
    background-size: cover;
}

.culture-page .slogin .text {
    width: 100%;
    height: 100%;
}

.culture-page .slogin .mod-table {
    width: 100%;
    height: 100%;
}

.culture-page .slogin .mod-td {
    padding-left: 80px;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
}

.culture-page .slogin .tit {
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: normal;
}

.culture-page .four {
    margin-right: -20px;
    width:auto;
}

.culture-page .four .core {
    margin-top: 30px;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}

.culture-page .four .core .inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 55.3846%;
}

.culture-page .four .core .pic {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.culture-page .four .core .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(/images/culturebg.png) #f5f5f5;
    font-size: 32px;
    color: #004ea2;
    text-align: center;
    line-height: 80px;
    z-index: 2;
}

.culture-page .four .core .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 78, 162, 0.8);
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 48px;
    z-index: 3;
    display: none;
}

.culture-page .four .core .cover .title {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 30px;
}

.culture-page .four .core:hover .bottom {
    display: none;
}

.culture-page .four .core:hover .cover {
    display: block;
}

/* 发展战略 */
.develop-page {
    padding-top: 60px;
}

.total-strategy {
    background: url(/images/culturebg.png) #004ea2;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.total-strategy .pic {
    width: 470px;
}

.total-strategy .intro {
    padding: 0 50px;
}

.total-strategy .title {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 30px;
}

.core-power {
    margin: 0 -39px;
    padding: 20px 50px;
    background: url(/images/culturebg.png) #f5f5f5;
    margin-top: 80px;
}

.core-power .h4 {
    font-size: 32px;
    font-weight: normal;
    line-height: 1;
    margin: 20px 0 10px 0;
}

.core-power .list {
    margin: 0 -20px;
}

.core-power .list .table {
    border-spacing: 20px;
    table-layout: fixed;
    border-collapse: separate;
    text-align: center;
    width: 100%;
}

.core-power .list .table td {
    background-color: #fff;
    vertical-align: top;
}

.core-power .list .table .tit {
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    background-color: #004ea2;
}

.core-power .list .table .desc {
    font-size: 16px;
    line-height: 30px;
    padding: 30px;
}

.three-develop-container{
    overflow:hidden;
    padding-bottom:20px;
    padding-top: 37px;
    position: relative;
}

.three-develop-container .botPrev {
    width: 30px;
    height: 60px;
    background: url(/images/sochange_arrow_left.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    display:none;
}

.three-develop-container .botNext {
    width: 30px;
    height: 60px;
    background: url(/images/sochange_arrow_right.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right:10px;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    display:none;
}
.three-develop {
    margin-right: -20px;
    width:auto;
}

.three-develop .core {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    padding-right: 20px;
}

.three-develop .core .inner {
    width: 100%;
    padding-top: 53.7383%;
    position: relative;
    cursor: pointer;
}

.three-develop .core .inner .background {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.three-develop .core .inner .tit {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    line-height: 1;
    font-size: 30px;
    color: #fff;
    z-index: 2;
}
.three-develop .swiper-slide-active .inner:before{
    content:"";
    position: absolute;
    width:0;
    height:0;
    border:10px solid transparent;
    border-bottom-color:#f0f0f0;
    left:50%;
    margin-left:-10px;
    top:100%;
}
.develop-intro {
    background-color: #f0f0f0;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.develop-intro .tab-box{
    padding: 20px;
    display:none;
    position: relative;
}
.develop-intro .active{
    display:block;
}
/* 荣誉资质 */
.honour-page {
    padding-top: 40px;
}

.honour-page .list {
    margin-right: -20px;
}

.honour-page .list .core {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-top: 20px;
}

.honour-page .list .core .inner {
    position: relative;
}

.honour-page .list .core .name {
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    background-color: #f8f8f8;
}

.honour-page .list .core .pic {
    width: 100%;
    height: 255px;
    overflow: hidden;
    background-color: #e2e2e2;
    text-align: center;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    border: 10px solid #e2e2e2;
}

.honour-page .list .core .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.honour-page .list .core .pic:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    content: "";
}

.honour-page .list .core:hover .name {
    background-color: #004ea2;
    color: #fff;
}

/* 投资企业 */
.company-page {
    padding-top: 60px;
    margin: 0 -39px;
    position: relative;
}

.company-page .company-wrap {
    height: 560px;
    background: url(/images/companybg.jpg) no-repeat center center;
    background-size: cover;
}

.company-page .wrap {
    position: relative;
    width: 100%;
}

.company-page img {
    display: block;
    width: 100%;
    height: auto;
}

.company-page .cover {
    width: 100%;
    height: 100%;
    /* position: absolute;
    left: 0;
    top: 0; */
}

.company-page .cover .table {
    width: 100%;
    height: 100%;
    position: relative;
}

.company-page .cover .table:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 50%;
}

.company-page .cover .table .tr {
    height: 50%;
    width: 100%;
    /* display: table;
    table-layout: fixed; */
    font-size:0;
    line-height: 0;
}

.company-page .cover .table .td {
    /* display: table-cell; */
    display:inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #648ab0;
    width: 33.3333%;
    height:100%;
    transition: all 300ms ease;
    color: #fff;
}

.company-page .cover .table .td .name {
    font-size: 22px;
    line-height: 44px;
    opacity: 1;
    transition: all 300ms ease;
    padding:0 15px;
    display:inline-block;
    vertical-align: middle;
}

.company-page .cover .table .td:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 70px;
    background-color: #8fc31f;
    left: 100%;
    margin-left: -1px;
    top: 50%;
    margin-top: -35px;
}
.company-page .cover .table .td:before{
    content: "";
    width:0;
    height:100%;
    display:inline-block;
    vertical-align: middle;
    margin-left:-5px;
}

.company-page .cover .table .tr .td:last-child {
    border-right: none;
}

.company-page .cover .table .tr .td:last-child:after {
    display: none;
}

.company-page .cover .table .td .wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.company-page .cover .table .td table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    text-align: left;
    border-spacing: 60px;
    border-collapse: separate;
    opacity: 0;
    transition: all 300ms ease;
}

.company-page .cover .table .td .info .na {
    display: block;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
}

.company-page .cover .table .td .info .desc {
    font-size: 14px;
    line-height: 24px;
}

.company-page .cover .table .td .info .more {
    display: inline-block;
    margin-top: 20px;
    padding-right: 30px;
    background: url(/images/detailarrow.png) no-repeat right center;
    font-size:14px;
    line-height: normal;
}

.company-page .cover .table .td .four {
    overflow: hidden;
    line-height: 1;
    position: relative;
    width: 100%;
}

.company-page .cover .table .td .four:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #fabe00;
    opacity: 0.2;
}

.company-page .cover .table .td .four:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #fabe00;
    opacity: 0.2;
}

.company-page .cover .table .td .four .item {
    float: left;
    width: 50%;
    color: #fabe00;
    box-sizing: border-box;
    padding: 15px;
    white-space: nowrap;
}

.company-page .cover .table .td .four .item .tit {
    font-size: 16px;
    margin-bottom: 10px;
}

.company-page .cover .table .td .four .item span {
    font-size: 40px;
    padding-right: 15px;
}

.company-page .cover .table .td .four .item em {
    font-size: 16px;
}


.company-page .cover .table .tr:hover .td {
    width: 16.67%;
}

.company-page .cover .table .tr .td:hover {
    width: 66.66%;
}

.company-page .cover .table .tr .td:hover .name {
    opacity: 0;
}

.company-page .cover .table .tr .td:hover table {
    opacity: 1;
}

/* 投资企业最终 */
.company-info-page {
    padding-top: 60px;
}

.company-info-page .name {
    font-size: 32px;
    color: #004ea2;
}

.company-info-page .time {
    font-size: 24px;
    color: #333;
    line-height: 1;
    margin: 15px 0 40px 0;
}

.company-info-page .content .left {
    float: left;
    width: 474px;
    max-width: 100%;
}

.company-info-page .content .right {
    float: none;
    overflow: hidden;
    padding-left: 35px;
    font-size: 16px;
    line-height: 32px;
}

.company-info-page .content .right p {
    margin-bottom: 1em;
}

.company-info-page .content .left .pic {
    display: block;
    max-width: 100%;
}

.company-info-page .content .left .concat {
    max-width: 100%;
    box-sizing: border-box;
    padding: 40px;
    background: url(/images/culturebg.png) #004ea2;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
}

/* 主营业务 */
.medicine-page,
.estate-page {
    padding-top: 60px;
}

.medicine-page .slogin,
.estate-page .slogin {
    font-size: 32px;
    color: #004ea2;
}

.medicine-page .mess,
.estate-page .mess {
    font-size: 16px;
    line-height: 32px;
    margin-top: 30px;
}

.medicine-page .three {
    margin: 30px -39px 70px -39px;
    padding: 65px 80px;
    background: url(/images/medicine_bg.jpg) no-repeat right top #004ea2;
    color: #fff;
}

.medicine-page .three .name {
    font-size: 32px;
    margin-bottom: 50px;
}

.medicine-page .three .lirun .cell {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 75px;
}

.medicine-page .three .lirun .cell .inner {
    border-bottom: 1px solid #4d83be;
    padding: 15px 0;
}

.medicine-page .three .lirun .cell .tit {
    clear: both;
    font-size: 16px;
    margin-bottom: 15px;
}

.medicine-page .three .lirun .cell .item {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.medicine-page .three .lirun .cell .item+.item {
    margin-left: 40px;
}

.medicine-page .three .lirun .cell .item span {
    font-size: 36px;
    padding-right: 15px;
}

.medicine-page .three .lirun .cell .item em {
    font-size: 18px;
}

.medicine-page .h2,
.estate-page .h2 {
    font-size: 36px;
    text-align: center;
}

.medicine-page .product-list {
    margin-right: -20px;
    padding-top: 20px;
}

.medicine-page .product-list .core {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-top: 20px;
}

.medicine-page .product-list .core .inner {
    width: 100%;
    position: relative;
    background-color: #f5f5f5;
}
.medicine-page .product-list .core .pic {
    display: block;
    width: 100%;
    padding-top: 55.6962%;
    position: relative;
}

.medicine-page .product-list .core .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.medicine-page .product-list .core .con {
    padding: 20px;
}

.medicine-page .product-list .core .con .title {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.medicine-page .product-list .core .con .desc {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.medicine-page .product-list .core .con .detail {
    display: inline-block;
    margin-top: 15px;
    padding-right: 30px;
    background: url(/images/detailarrow2.png) no-repeat right center;
}

.medicine-page .product-list .core .inner:hover{
    background-color: #004ea2;
    color: #fff;
}

.medicine-page .product-list .core .inner:hover .con .detail{
    background: url(/images/detailarrow.png) no-repeat right center;
}
.estate-page .sochange-container {
    margin: 40px -39px 50px -39px;
    position: relative;
}

.estate-page .sochange-container .swiper-wapper {
    position: relative;
    width: 100%;
}

.estate-page .sochange-container .swiper-slide {
    display: block;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.estate-page .sochange-container .swiper-slide .pic {
    width: 100%;
    padding-top: 35.7143%;
    position: relative;
}

.estate-page .sochange-container .swiper-slide .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.estate-page .sochange-container .swiper-slide .cover {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.64);
    color: #fff;
    font-size: 16px;
}

.estate-page .sochange-container .swiper-slide .cover .mod-td {
    padding: 0 60px 0 150px;
}

.estate-page .sochange-container .swiper-slide .cover .name {
    font-size: 36px;
    margin-bottom: 20px;
    display: block;
}

.estate-page .sochange-container .swiper-slide .cover .desc {
    line-height: 30px;
}

.estate-page .sochange-container .swiper-slide .cover .special {
    line-height: 55px;
}

.estate-page .sochange-container .swiper-slide .cover .special .big {
    font-size: 36px;
    padding: 0 15px;
}

.estate-page .sochange-container .swiper-slide .cover .detail {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    padding-right: 30px;
    background: url(/images/detailarrow.png) no-repeat right center;
}

.estate-page .sochange-container .botPrev {
    width: 61px;
    height: 119px;
    background: url(/images/sochange_arrow_left.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -60px;
    cursor: pointer;
}

.estate-page .sochange-container .botNext {
    width: 61px;
    height: 119px;
    background: url(/images/sochange_arrow_right.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: 35px;
    top: 50%;
    margin-top: -60px;
    cursor: pointer;
}

.estate-page .unit-list {
    margin: 35px -39px 0 -39px;
    background: url(/images/unitbg.jpg) no-repeat center center #cbcbcb;
    background-size:contain;
    /* background-color: #cbcbcb; */
    position: relative;
}

.estate-page .unit-list .wrap {
    margin-right: -2px;
    position: relative;
}

.estate-page .unit-list .wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}

.estate-page .unit-list .cell {
    float: left;
    width: 20%;
    /* height: 150px; */
    box-sizing: border-box;
    padding-right: 1px;
    padding-bottom: 1px;
    position: relative;
    z-index: 1;
}

.estate-page .unit-list .cell .pic {
    width: 100%;
    /* height: 100%; */
    padding-top: 53.2143%;
    background-color: #fff;
    position: relative;
    z-index: -1;
}

.estate-page .unit-list .cell .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
}

.estate-page .unit-list .cell .cover {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    background-color: rgba(0, 78, 162, 0.9);
    text-align: center;
    color: #fff;
    opacity: 0;
}

.estate-page .unit-list .cell .cover h3 {
    font-size: 28px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 15px;
}

.estate-page .unit-list .cell .cover h6 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.estate-page .unit-list .cell:hover {
    z-index: 2;
}

.estate-page .unit-list .cell:hover .cover {
    opacity: 1;
}

#fixedBg {
    display:none;
    width: 500px;
    height: 500px;
    background: url(/images/unitbg.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -250px;
}

/* 房地产详情1 */
.estate-info-page {
    padding-top: 60px;
}

.estate-info-page .slogin {
    font-size: 32px;
    color: #004ea2;
    margin-bottom: 10px;
}

.estate-info-page .sub-slogin {
    font-size: 24px;
}

.estate-info-page .project,
.estate-info-page .project-border {
    margin-top: 30px;
}

.estate-info-page .project .desc,
.estate-info-page .project-border .desc {
    float: none;
    overflow: hidden;
    font-size: 16px;
    line-height: 32px;
    padding-left: 65px;
    padding-right: 30px;
}

.estate-info-page .project .desc .cell,
.estate-info-page .project-border .desc .cell {
    position: relative;
}

.estate-info-page .project .desc .cell:before,
.estate-info-page .project-border .desc .cell:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 3px;
    background-color: #333333;
    right: 100%;
    margin-right: 20px;
    top: 15px;
}

.estate-info-page .project .pic,
.estate-info-page .project-border .pic {
    float: right;
}

.estate-info-page .project .pic img,
.estate-info-page .project-border .pic img {
    width: 474px;
    height: 336px;
    max-width: 100%;
}

.estate-info-page .project-border {
    border: 10px solid #e6e6e6;
    height: 336px;
}

.estate-info-page .project-border .pic {
    border-left: 10px solid #e6e6e6;
}

.estate-info-page .project-border .desc {
    padding-top: 30px;
    padding-left: 55px;
    max-height: 100%;
    overflow: auto;
	box-sizing:border-box;
}

.estate-info-page .project-image {
    height: 500px;
    margin-top: 40px;
}

.estate-info-page .project-image .context {
    float: left;
    width: 300px;
    height: 100%;
    background-color: #004ea2;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    overflow: auto;
}

.estate-info-page .project-image .context .mod-td {
    padding: 30px;
}

.estate-info-page .project-image .context .cell+.cell {
    margin-top: 30px;
}

.estate-info-page .project-image .swiper-box {
    float: none;
    overflow: hidden;
    margin: inherit;
    height: 100%;
}

.estate-info-page .project-image .swiper-wrapper,
.estate-info-page .project-image .swiper-slide {
    height: 100%;
}

.estate-info-page .project-image .swiper-slide img {
    width: 100%;
    height: 100%;
}

.estate-info-page .project-image .swiper-container {
    width: 664px;
    height: 100%;
    margin: 0 auto;
    overflow: visible;
}

.estate-info-page .project-image .swiper-container .swiper-slide .text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 50px;
    padding-top: 30px;
    background: url(/images/estateswipertextbg.png) repeat-x left bottom;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.estate-info-page .project-image .swiper-container .prev {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 100%;
    margin-right: 1px;
    top: 50%;
    margin-top: -30px;
    background: url(/images/swiperleftarrow.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    z-index: 3;
}

.estate-info-page .project-image .swiper-container .prev:hover {
    background: url(/images/swiperleftarrowcr.png) no-repeat center center;
    background-size: contain;
}

.estate-info-page .project-image .swiper-container .next {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 100%;
    margin-left: 1px;
    top: 50%;
    margin-top: -30px;
    background: url(/images/swiperrightarrow.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    z-index: 3;
}

.estate-info-page .project-image .swiper-container .next:hover {
    background: url(/images/swiperrightarrowcr.png) no-repeat center center;
    background-size: contain;
}

.estate-info-page .project-image .swiper-container:before {
    content: "";
    position: absolute;
    width: 99px;
    border-right: 1px solid #fff;
    right: 100%;
    top: 0;
    height: 100%;
    background: url(/images/estateswipervlbg.png) repeat-y left top;
    z-index: 2;
}

.estate-info-page .project-image .swiper-container:after {
    content: "";
    position: absolute;
    width: 99px;
    border-left: 1px solid #fff;
    left: 100%;
    top: 0;
    height: 100%;
    background: url(/images/estateswipervrbg.png) repeat-y left top;
    z-index: 2;
}

.estate-info-page .project-image .swiper-container2 {
    position: relative;
    height: 100%;
}

.estate-info-page .project-image .swiper-container2 .prev {
    width: 61px;
    height: 119px;
    background: url(/images/sochange_arrow_left.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -60px;
    cursor: pointer;
}

.estate-info-page .project-image .swiper-container2 .next {
    width: 61px;
    height: 119px;
    background: url(/images/sochange_arrow_right.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -60px;
    cursor: pointer;
}

.estate-info-page .project-image .image-list {
    height: 513px;
    margin-left: 13px;
    overflow: hidden;
    float: right;
}

.estate-info-page .project-image .image-list .list {
    overflow: hidden;
    width: 477px;
}

.estate-info-page .project-image .image-list .list .core {
    position: relative;
    float: left;
    width: 210px;
    height: 158px;
    margin-right: 13px;
    margin-bottom: 13px;
    cursor: pointer;
}

.estate-info-page .project-image .image-list .list .core img {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.estate-info-page .project-image .image-list .list .active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    border: 4px solid #004ea2;
}

.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 0;
}

.mCSB_inside>.mCSB_container {
    margin: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #004ea2;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #e6e6e6;
}

/* 产品研发 */
.product-page {
    padding-top: 60px;
}

.product-page .slogin {
    font-size: 32px;
    color: #004ea2;
    margin-bottom: 10px;
}

.product-page .sub-slogin {
    font-size: 24px;
}

.product-page .mess {
    font-size: 16px;
    line-height: 32px;
    margin-top: 30px;
}

.product-page .product-num {
    width: 100%;
    height: 270px;
    background: url(/images/productbg.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-page .product-num {
    text-align: center;
}

.product-page .product-num .inline-block {
    display: inline-block;
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.product-page .product-num .num {
    margin-top: 20px;
}

.product-page .product-num .num span {
    font-size: 48px;
    padding-right: 15px;
}

.product-page .product-list {
    margin-right: -20px;
}

.product-page .product-list .core {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    padding-right: 20px;
}

.product-page .product-list .core .inner {
    background-color: #f5f5f5;
}

.product-page .product-list .core .title {
    display: block;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #7aa1cb;
    text-align: center;
}

.product-page .product-list .core .con {
    padding: 20px;
}

.product-page .product-list .core .con .desc {
    font-size: 14px;
    line-height: 28px;
    height: 140px;
    overflow: hidden;
}

.product-page .product-list .core .con .detail {
    display: inline-block;
    margin-top: 20px;
    padding-right: 30px;
    background: url(/images/detailarrow2.png) no-repeat right center;
}

/* 新闻 */
.news-page {
    padding-top: 40px;
}

.pic-news .core {
    margin-bottom: 40px;
}

.pic-news .pic {
    float: left;
}

.pic-news .pic img {
    width: 480px;
    height: 270px;
}

.pic-news .con {
    float: none;
    overflow: hidden;
    padding-left: 40px;
}

.pic-news .con .time {
    font-size: 64px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    color: #20b7c1;
    margin-bottom: 40px;
}

.pic-news .con .title {
    display: block;
    font-size: 24px;
    color: #3d3d3d;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.pic-news .con .desc {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 20px;
    height: 90px;
    overflow: hidden;
}

.pic-news .con .detail {
    font-size: 16px;
    color: #004ea2;
}

.text-news {
    margin-right: -30px;
}

.text-news .core {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 30px;
    margin-bottom: 30px;
}

.text-news .core .inner {
    display: block;
    height: 120px;
}

.text-news .core .time {
    width: 100px;
    text-align: center;
    background-color: #f0f0f0;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
}

.text-news .core .time .day {
    font-size: 54px;
}

.text-news .core .con {
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}

.text-news .core .con:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    border-left: none;
}

.text-news .core .con .title {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.text-news .core .con .desc {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.text-news .core .inner:hover .time {
    background-color: #004ea2;
    color: #fff;
}

.text-news .core .inner:hover .con {
    background-color: #f4f4f4;
}

.text-news .core .inner:hover .con:before {
    border-top: none;
    border-bottom: none;
    border-right-color: #004ea2;
    border-right-width: 2px;
}

.list-news ul li a {
    display: block;
    line-height: 60px;
    overflow: hidden;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
}

.list-news ul li a .time {
    float: right;
}

.list-news ul li a:hover {
    color: #004ea2;
}

.list-file ul {
    overflow: hidden;
    position: relative;
}

.list-file ul:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: #eeeeee;
}

.list-file ul li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 15px 30px;
    line-height: 30px;
    cursor: pointer;
}

.list-file ul li a {
    display: block;
    padding-right: 40px;
    overflow: hidden;
    position: relative;
}

.list-file ul li a:after{
    width:18px;
    height:20px;
    position: absolute;
    content:'';
    right:0;
    top:50%;
    margin-top:-10px;
    /*background: url(/images/wordicon.png) no-repeat left top;*/
}
.list-file ul li.ppt a:after{
    background: url(/images/ppt.png) no-repeat left top;
}
.list-file ul li.word a:after{
    background: url(/images/wordicon.png) no-repeat left top;
}

.list-file ul li .size {
    float: right;
    font-size: 14px;
    color: #999999;
    padding-left: 15px;
}

.list-file ul li .title {
    float: none;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.list-file ul li .title .inline-block {
    display: inline-block;
    max-width: 100%;
    padding-right: 85px;
    box-sizing: border-box;
    position: relative;
}

.list-file ul li .title .name {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}

.list-file ul li .title .time {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #999999;
    line-height: 32px;
}

.list-file ul li a:hover .name {
    color: #004ea2;
}

.news-page .list-file ul:after{
    display:none;
}
.news-page .list-file ul li{
    float:none;
    width:100%;
}

.img-news-wrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.img-news {
    margin-right: -20px;
}

.img-news .core {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 20px;
}

.img-news .core .inner {
    background-color: #f8f8f8;
}

.img-news .core .img {
    display: block;
    width: 100%;
    padding-top: 56.1905%;
    position: relative;
}

.img-news .core .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.img-news .core .con {
    padding: 10px 20px;
}

.img-news .core .con .title {
    display: block;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-news .core .con .time {
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
    color: #666;
}

/* 新闻明细 */
.news-info-page {
    padding-top: 60px;
}

.news-prev-next {
    float: right;
    width: 370px;
    min-height: 100px;
    margin-left:120px;
    margin-right: -39px;
}

.news-prev-next .fixed {
    width: 310px;
    padding-right: 60px;
    background: url(/images/culturebg.png) #004ea2;
    color: #fff;
}

.news-prev-next .share {
    text-align: center;
    height: 100px;
}

.news-prev-next .media {
    font-size: 0;
    line-height: 0;
    text-align: right;
    width: 135px;
    display:none;
}

.news-prev-next .media .item {
    display: inline-block;
    margin-left: 20px;
}

.news-prev-next .go-back {
    display: inline-block;
    font-size: 20px;
    padding-left: 35px;
    background: url(/images/goback.png) no-repeat left center;
    cursor: pointer;
}

.news-prev-next .prev-next {
    background-color: #fff;
}

.news-prev-next .prev-next .core {
    padding: 20px 30px 20px 0;
}

.news-prev-next .prev-next .core+.core {
    border-top: 1px solid #eeeeee;
}

.news-prev-next .prev-next .prev {
    font-size: 24px;
    color: #8fc31f;
}

.news-prev-next .prev-next .time {
    font-size: 14px;
    color: #999;
    padding-left: 25px;
    background: url(/images/calendar.png) no-repeat left center;
    margin: 10px 0;
}

.news-prev-next .prev-next .title {
    font-size: 18px;
    line-height: 32px;
    display: block;
    color: #333;
}

.mews-content {
    float: none;
    overflow: hidden;
}

.mews-content .title {
    font-size: 36px;
    line-height: 56px;
}

.mews-content .source {
    overflow: hidden;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    line-height: 20px;
}

.mews-content .source .time {
    float: left;
    padding-left: 25px;
    background: url(/images/calendar.png) no-repeat left center;
}

.mews-content .source .from {
    float: left;
    padding-left: 40px;
}

.mews-content .content {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.mews-content .content img {
    margin: 0 auto;
}

/* 集团公告 */
.event-swiper {
    position: relative;
    height: 60px;
    margin-bottom: 30px;
}

.event-swiper .event-pre {
    width: 20px;
    height: 100%;
    text-align: center;
    line-height: 58px;
    font-family: serif;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    color: #cccccc;
}

.event-swiper .event-next {
    width: 20px;
    height: 100%;
    text-align: center;
    line-height: 58px;
    font-family: serif;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    color: #cccccc;
}

.event-swiper .event-pre:hover,
.event-swiper .event-next:hover {
    color: #fff;
    background-color: #004ea2;
    border-color: #004ea2;
}

.event-swiper-container {
    overflow: hidden;
    margin: 0 30px;
    height: 100%;
}

.event-swiper-container .swiper-slide {
    vertical-align: middle;
    padding:0 10px;
}

.event-swiper-container .swiper-slide span {
    display: block;
    width:120px;
    line-height: 60px;
    background-color: #f5f5f5;
    font-size: 28px;
    text-align: center;
}

.event-swiper-container .swiper-slide.active span {
    background-color: transparent;
    color: #004ea2;
    font-weight: bold;
    font-size: 35px;
}

/* 公司治理 */
.manage-page {
    padding-top: 40px;
}

.manage-page .sub {
    font-size: 24px;
}

.manage-page .four {
    height: 320px;
    margin: 0 -39px;
    margin-top: 20px;
    margin-bottom: 30px;
    background: url(/images/managefourbg.jpg) no-repeat center center;
    background-size: cover;
}

.manage-page .four .mod-td {
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    border-right: 1px solid #648ab0;
    color: #fff;
}

.manage-page .four .mod-td:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 70px;
    background-color: #8fc31f;
    left: 100%;
    margin-left: -1px;
    top: 50%;
    margin-top: -35px;
}

.manage-page .four .mod-td:last-child {
    border-right: none;
}

.manage-page .four .mod-td:last-child:after {
    display: none;
}

.manage-page .four .mod-td .inner {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 30px;
}

.manage-page .four .mod-td .num {
    font-size: 24px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0.5;
    margin-bottom: 20px;
}

.manage-page .four .mod-td .name {
    font-size: 24px;
}

.manage-page .four .mod-td .con {
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    margin-top: 20px;
    display: none;
}
.manage-page .four .mod-td .con .desc{
    max-height: 96px;
    overflow:hidden;
}
.manage-page .four .mod-td .con .download{
    margin-top:20px;
    display:block;
    padding-left:25px;
    line-height: 20px;
    background:url(/images/wordicon.png) no-repeat left bottom;
    text-decoration: underline;
}
.manage-page .four .mod-td .con .word{
    background:url(/images/wordicon.png) no-repeat left bottom;
}
.manage-page .four .mod-td .con .ppt{
    background:url(/images/ppt.png) no-repeat left bottom;
}
.manage-page .four .mod-td .con .people {
    margin-bottom: 10px;
}

.manage-page .mod-table .mod-td:hover {
    width: 50%;
}

.manage-page .mod-table .mod-td:hover:after {
    height: 100%;
    margin: 0;
    top: 0;
    background-color: #fff;
}

.manage-page .mod-table .mod-td:hover .con {
    display: block;
}
.manage-page .mod-table .mod-td:hover .num{
    display:none;
}

/* 党委委员 */
.partyer-list {
    margin-right: -20px;
    padding-top: 60px;
}

.partyer-list .core {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 20px;
}

.partyer-list .core .inner {
    border-top: 2px solid #004ea2;
    background-color: #f5f5f5;
}

.partyer-list .core .inner .name {
    height: 58px;
    line-height: 58px;
    padding: 0 20px;
}

.partyer-list .core .inner .name span {
    float: left;
    width: 90px;
    box-sizing: border-box;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.partyer-list .core .inner .name em {
    display: block;
    float: none;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 人力资源 */
.job-page {
    padding-top: 60px;
}

.job-page .slogin {
    font-size: 32px;
    color: #004ea2;
}

.job-page .mess {
    font-size: 16px;
    line-height: 32px;
    margin-top: 30px;
}

.job-page .four {
    margin-top: 30px;
    height: 320px;
    background: url(/images/talentsbg.jpg) no-repeat center center;
    background-size: cover;
}

.job-page .four .mod-td {
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    padding: 0 40px;
    font-size: 0;
    line-height: 0;
    border-right: 1px solid #fff;
}

.job-page .four .mod-td:last-child {
    border: none;
}

.job-page .four .inline-block {
    display: inline-block;
    text-align: left;
    max-height: 320px;
}

.job-page .four .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #f39800;
    position: relative;
    padding-left: 40px;
}

.job-page .four .desc {
    font-size: 14px;
    line-height: 28px;
    position: relative;
    display: none;
    margin-top: 20px;
}

.job-page .four .title:before {
    content: "“";
    position: absolute;
    font-size: 72px;
    height: 36px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    left: 0;
    bottom: 100%;
}

.job-page .four .desc:after {
    content: "”";
    position: absolute;
    font-size: 72px;
    line-height: 60px;
    height: 36px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    top: 100%;
    right: 0;
}

.job-page .four .mod-td:hover {
    width: 32%;
}

.job-page .four .mod-td:hover .title {
    color: #fff
}

.job-page .four .mod-td:hover .desc {
    display: block;
}

.job-page .four .mod-td:hover .title:before {
    bottom: initial;
    top: 0;
}

/* 人才招聘 */
.joblist {
    border-top: 4px solid #004ea2;
    border-bottom: 1px solid #dbdbdb;
}

.joblist .title,
.joblist .list {
    padding: 0 30px;
}

.joblist .title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
}

.joblist table {
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

.joblist table td {
    height: 50px;
    text-align: center;
}

.joblist .title table td {
    height: 60px;
}

.joblist .list table td {
    border-bottom: 1px dashed #dbdbdb;
}

.joblist table .name {
    width: 320px;
    text-align: left;
}

.joblist table td.slide {
    width: 140px;
}

.joblist .core {
    margin-bottom: -1px;
}

.joblist .core .con {
    position: relative;
    border-bottom: 1px dashed #dbdbdb;
    padding: 25px 0;
    line-height: 28px;
    display: none;
}

.joblist .core .con .apply {
    position: absolute;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #f39800;
    width: 130px;
    text-align: center;
    right: 0;
    bottom: 25px;
}

.joblist .core .con .tit {
    line-height: 1;
    border-left: 4px solid #fabe00;
    padding-left: 8px;
    margin-bottom: 10px;
}

.joblist .core .con .cell+.cell {
    margin-top: 25px;
}

.joblist table td .slideIcon .icon-jiantoushang1 {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #f39800;
    display: none;
    margin: 0 auto;
    margin-top: -5px;
}

.joblist table td .slideIcon .icon-jiantouxia1 {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #999999;
    margin: 0 auto;
    margin-top: 15px;
}

.joblist .openSlide .con {
    display: block;
}

.joblist .openSlide table td .slideIcon .icon-jiantouxia1 {
    display: none;
}

.joblist .openSlide table td .slideIcon .icon-jiantoushang1 {
    display: block;
}

/* 责任理念 */
.social-page {
    padding-top: 60px;
    margin-bottom: -40px;
}

.social-wrap {
    margin: 0 -39px;
}

.social-wrap .text {
    background: url(/images/culturebg.png) #004ea2;
    padding: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.social-wrap .text h2 {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
}

.social-wrap .icons {
    width: 530px;
    background: url(/images/socialbg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.social-wrap .icons .item {
    padding: 15px 0;
}

.social-wrap .icons .inline-block {
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
}

.social-wrap .icons .inline-block img {
    display: inline-block;
    vertical-align: middle;
}

.social-wrap .icons .inline-block span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    padding-left: 20px;
}

/* 404 */
.page404 {
    background: url(/images/404bg.jpg) no-repeat center top;
    text-align: center;
    margin-bottom: -80px;
    padding-bottom: 70px;
}

.page404 .headerbg {
    height: 90px;
    background: url(/images/404headerbg.png) no-repeat center top;
    margin-bottom: 100px;
}

.page404 .img {
    margin: 40px auto;
    max-width: 80%;
    height: auto;
}

.page404 .wrapper {
    background: none;
}

.page404 h4 {
    font-size: 24px;
    color: #004ea2;
    font-weight: normal;
}

.page404 .tips {
    font-size: 18px;
    color: #666;
}

.page404 .btn-group {
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin-top: 20px;
}

.page404 .btn-group a {
    display: inline-block;
    width: 148px;
    line-height: 48px;
    background-color: #8fc31f;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 0 20px;
}

/*搜索列表*/
.inn-search {
    width: 665px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    border-radius: 8px;
}

.inn-search .inp {
    float: none;
    overflow: hidden;
    padding-left: 35px;
}

.inn-search input {
    display: block;
    font-size: 22px;
    width: 100%;
    height: 60px;
    border: none;
    background: transparent;
    box-sizing: border-box;
    outline: none;
}

.inn-search .btn {
    float: right;
    width: 125px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    background: #8fc31f url(../images/search.png) left 15px center no-repeat;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 35px;
}

.searchs-tops {
    background: #082e5e;
    padding: 14px 0;
    margin-top: -60px;
    position: relative;
    z-index: 99;
}

.searchs-tops em {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #fff;
    background: url(/images/searchbt.png) no-repeat 0 center;
    padding-left: 55px;
    margin: 0 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.searchs-tops em i {
    font-size: 24px;
    color: #8fc31f;
}

.searchs-tops em b {
    font-size: 24px;
    font-weight: normal;
    color: #8fc31f;
}

.empyts {
    text-align: center;
    padding: 50px 0;
}

.empyts img {
    max-width: 100%;
    display: inline-block;
}

.empyts h3 {
    font-size: 24px;
    font-weight: normal;
    color: #004ea2;
    padding-top: 25px;
}

.mod-news-6 .item-cell {
    padding: 30px 0 30px 70px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.mod-news-6 .item-cell .item-cnt a {
    display: block;
}

.mod-news-6 .item-cell .item-date {
    position: absolute;
    left: 0;
    top: 27px;
    font-size: 36px;
    font-family: "arial";
    color: #999;
}

.mod-news-6 .item-cell .item-tit {
    font-size: 18px;
    color: #333;
}

.mod-news-6 .item-cell .item-tit a span {
    color: #8fc31f;
}

.mod-news-6 .item-data2 {
    font-size: 14px;
    color: #999;
    padding: 8px 0 15px 0;
}

.mod-news-6 .item-cell .item-desc * {
    color: #666;
    font-size: 14px;
}

.mod-news-6 .item-cell .item-desc {
    line-height: 24px;
}

.mod-news-6 .item-cell:hover:after,
.mod-news-6 .item-cell:hover .item-date {
    color: #8fc31f;
}

.H40 {
    height: 40px;
}

/*--联系我们--*/
.contact-page {
    margin: -60px -39px 0 -39px;
    position: relative;
    z-index: 9;
}

.md-contact {
    background: #fff;
    overflow: hidden;
    height: 100%;
    padding: 40px 0;
}

.md-contact .item-cell {
    text-align: center;
    width: 33.3%;
    padding: 0 20px;
    box-sizing: border-box;
    float: left;
}

.md-contact .item-pic img {
    height: 112px;
    width: 112px;
    display: inline-block;
}

.md-contact .item-tit {
    font-size: 24px;
    color: #8fc31f;
    margin: 12px 0 22px 0;
}

.md-contact .item-desc {
    font-size: 16px;
    color: #333;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* .clear {
    display: block;
    clear: both;
    float: none;
}

body,
html {
    min-width: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
} */
#myvideo {
    display: none;
}
.container {
    position: absolute;
    height: 100%;
    width:100%;
    z-index: 9;
    bottom: 0;

}

.mobile-menucss>ul>li.cr {
    background: #005f9e !important;
}

.mobile-menucss>ul>li.cr>a span {
    color: #fff !important;
}

.wrap-layer {
    width: 1495px;
    max-width:100%;
    box-sizing: border-box;
    padding:0 30px;
    margin: 0 auto;
}

.mobile-headerwrap {
    display: none;
}
.nav-table{
    width:100%;
    table-layout: initial;
    border-collapse: collapse;
    height:60px;
}
.nav-table .logo-td{
    width: 197px;
}
.nav-table .nav-td{
    max-width: 100%;
}
.nav-table .icon-td{
    width:367px;
}
#ups-banner .nav {
    padding: 15px 0;
    position: relative;
    z-index: 3;
}
#ups-banner .nav:after{
    content:"";
    position: absolute;
    width:100%;
    height:1px;
    background-color:#fff;
    opacity: 0.3;
    left:0;
    bottom:0;
}
#ups-banner .nav .wrap-layer{
    height:100%;
}
#ups-banner .nav .logo {
    float: left;
}
#ups-banner .nav .logo img{
    width:auto;
}

.pad_phone .nav-table{
    height:40px;
}
.pad_phone #ups-banner .nav .logo img{
    height:40px;
}
#ups-banner .nav .nav_right {
    height:100%;
    float:right;
}
#ups-banner .nav .nav_right .mod-table{
    width:auto;
}
#ups-banner .nav .nav_right .mod-table .mod-td{
    padding:0 20px;
}
#ups-banner .nav .nav_right span {
    display:block;
}

#ups-banner .nav .nav_right .en {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 29px;
    box-sizing: border-box;
}

#ups-banner .nav .nav_right .en a {
    text-decoration: none;
    color: #fff;
}
.nav_bar {
    display: none;
    padding-left:50px;
}
.pad_phone .nav_bar {
    padding:0 50px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    box-sizing: border-box;
}
.nav_bar ul {
    width: 100%;
    font-size:0;
    line-height: 0;
    text-justify:inter-ideograph;
    text-align: justify;
    text-align-last: justify;
}
.nav_bar ul:after{
    display:inline-block;
    content:'';
    width:100%;
}
.nav_bar ul li {
    display:inline-block;
    vertical-align: middle;
    line-height: 60px;
    font-size: 18px;
}

.nav_bar ul li a {
    color: #fff;

}

.container .slogen {
    position: relative;
}
.container .slogen .en {
    font-size: 60px;
    line-height:64px;
    margin-bottom:15px;
    color: #fff;
    font-weight:800;
    font-family: Arial, Helvetica, sans-serif;
}
.pad_phone .container .slogen .en{
    white-space: nowrap;
}
.container .slogen .ch {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.container .slogen .ch:after {
    content: "";
    display:block;
    margin-top:40px;
    width: 105px;
    height: 1px;
    background-color: #fff;
    margin-bottom:70px;
}

.right_nav {
    position: absolute;
    top: 86px;
    right: 0;
    width: 546px;
}

.right_nav>div {
    height: 197px;
    width: 466px;
    padding: 20px 40px 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top: none;
}

.right_nav .blue {
    background: url("/img/blue_bg.png") no-repeat;
}

.right_nav .green {
    background: url("/img/green_bg.png") no-repeat;
}

.right_nav .orange {
    background: url("/img/orange_bg.png") no-repeat;
}

.right_nav>div .tit {
    font-size: 22px;
    height: 70px;
    line-height: 70px;
    background: url("/img/add.png") no-repeat right center;
    background-size: 25px;
}

.right_nav>div .tit a {
    color: #fff;
}

.right_nav>div .desc {
    width: 400px;
}

.right_nav>div span,
.right_nav>div p {
    color: #fff;
    line-height: 40px;
    margin: 0;
    font-size: 16px;
}

.right_nav>div p {
    line-height: 30px;
}

.nav_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height:250px;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.nav_bottom ul {
    display:inline-block;
    width:95%;
    max-width: 1600px;
    position: relative;
    margin: 0 auto;
}

.nav_bottom li {
    width: 20%;
    float: left;
    list-style: none;
    text-align: center;
    height: 100%;
    position: relative;
}
.nav_bottom li a{
    display:block;
}
.nav_bottom li:first-child::before{
    content: "";
    position: absolute;
    width: 1000px;
    background-color: #ccc;
    height: 1px;
    opacity: 0.4;
    right: 100%;
    top: 13px;

}
.nav_bottom li:last-child::before{
    content: "";
    position: absolute;
    width: 1000px;
    background-color: #ccc;
    height: 1px;
    opacity: 0.4;
    left: 100%;
    top: 13px;

}
.nav_bottom li img {
    display:block;
    margin:0 auto;
}

.nav_bottom li .nav_mod_1::after {
    content: "";
    position: absolute;
    right: 0;
    top: 13px;
    background-color: #ccc;
    height: 1px;
    width: 44%;
    opacity: 0.4;
}

.nav_bottom li .nav_mod_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    background-color: #ccc;
    height: 1px;
    width: 44%;
    opacity: 0.4;
}



.nav_bottom li .nav_mod_1 {
    position: relative;
    height:24px;
}

.nav_bottom li .nav_mod_4 {
    position: absolute;
    top:-9px;
    left:-190px;
}
.nav_bottom li .nav_mod_4 img{
    width:auto;
    max-width:inherit;
}

.nav_bottom li .nav_mod_2 {
    margin-top: 20px;
}

.nav_bottom li .nav_mod_2 span {
    display: block;
    font-size: 22px;
    color: #fff;
}
.nav_bottom li .nav_mod_2 .tit{
    margin-top:15px;
}

.nav_bottom ul li .nav_mod_3 {
    display: none;
    margin-top:20px;
}
.nav_bottom ul li .nav_mod_3 .detail{
    height:20px;
    background:url(/images/arrow_right.png) no-repeat left bottom;
}

.nav_bottom ul li:hover .nav_mod_2 {
    display: none;
}

.nav_bottom ul li:hover .nav_mod_3 {
    display: block;
}

.nav_mod_3 em {
    font-size: 40px;
    color: #fff;
}

.nav_mod_3 i {
    font-size: 22px;
    color: #fff;
}

.nav_mod_3 b {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}

.nav_mod_3 span {
    color: #fff;
    display: block;
    text-align: left;
}

.nav_mod_3 span:last-child {
    margin-top: 10px;
}

.nav_bottom ul li .nav_mod_4 {
    display: none;
}

.nav_bottom ul li:hover .nav_mod_1 {
   opacity:0;
}

.nav_bottom ul li:hover .nav_mod_4 {
    display: block;
}


.position_table{
    position: absolute;
    width:100%;
    height:100%;
    box-sizing: border-box;
    z-index: 1;
    padding-bottom:100px;
    left:0;
    top:0;
}
.position_table .mod-table{
    width:100%;
    max-width:1495px;
    box-sizing: border-box;
    padding:0 30px;
    margin:0 auto;
}
.position_table .bottom-nav{
    font-size:0;
    line-height:0;
}
.footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
	z-index:5;
}

.footer_nav {
    float: left;
    position: relative;
    left: 50%;
}

.footer_inner {
    float: left;
    position: relative;
    left: -50%;
}

.footer_inner span {
    color: #fff;
}

.footer ul {
    display: inline-block;
    padding: 0;
    margin-left: 18px;
    margin-right: 17px;
}

.footer ul li {
    display: inline-block;
    list-style: none;

}

.footer ul li {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
    line-height: 1;
}
.footer ul li:last-child{
	border:none;
	padding-right:0;
}
.footer ul li a {
    color: #fff;
}

.footer span {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    margin-right: 12px;
}
/* 飘窗 */
.adfixed{
    position: fixed;
    padding-right:34px;
    right:130px;
    bottom:310px;
    z-index: 99;
    display:none;
}
.adfixed .closed{
    position: absolute;
    width:22px;
    height:22px;
    right:0;
    top:5px;
    background:url(/images/close.png) no-repeat center center;
}
.adfixed .adimg{
    width:200px;
    height:150px;
    display:block;
    border:5px solid rgba(255, 255, 255, .2);
}
.adfixed .adimg img{
    display: block;
    width:100%;
    height:100%;
}
@media (max-width: 1600px) {

    .right_nav>div {
        width: 506px;
        height: 155px;
        padding: 0px 20px 0;
    }

    .right_nav>div .tit {
        height: 50px;
        line-height: 50px;
    }

    .right_nav>div .desc {
        width: 100%;
    }

    .right_nav>div p {
        line-height: 25px;
    }

    .nav-table .icon-td{
        width:330px;
    }
    
    #ups-banner .nav .nav_right .mod-table .mod-td {
        padding: 0 15px;
    }

    .nav_bottom{
        height:180px;
    } 
    .nav_bottom ul li .nav_mod_3{
        margin-top:10px;
    }
    .nav_bottom li .nav_mod_2 img{
        height:40px;
    }
    .nav_bottom li .nav_mod_2 .tit{
        margin-top:10px;
    }
    .nav_bottom li .nav_mod_2 span,.nav_mod_3 i{
        font-size:16px;
    }
    .nav_mod_3 b{
        font-size:16px;
        margin-bottom:5px;
    }
    .nav_mod_3 em{
        font-size:30px;
    }

    .container .slogen .en {
        font-size: 40px;
        color: #fff;
    }

    .container .slogen  .ch {
        font-size: 40px;
    }

    .container .slogen .ch:after {
        bottom: -30px;
    }

}

@media (max-width: 1366px) {
    .nav-table .icon-td{
        width:287px;
    }
    #ups-banner .nav .nav_right .mod-table .mod-td{
        padding:0 10px;
    }
    .container .slogen .slo {
        margin-top: 30px;
    }
    .container .slogen .en{
        font-size:30px;
        line-height: 40px;
        font-weight:bold;
    }
    .container .slogen .ch{
        font-size:30px;
    }
    
    .container .slogen .ch:after {
        margin-top:20px;
        margin-bottom:30px;
    }
    .bottom-nav {
        bottom: 270px !important;
    }

    .footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    .right_nav>div {
        width: 450px;
        height: 127px;
        padding: 0px 20px 0;
    }

    .right_nav {
        position: absolute;
        top: 86px;
        right: 0;
        width: 490px;
    }

    .right_nav>div .tit {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .right_nav>div .desc {
        margin-top: 0;
        padding-top: 0;
        height: 60px;

    }

    .right_nav>div .desc p {
        font-size: 14px;
    }
    .position_table{
        box-sizing: border-box;
        padding-bottom:100px;
    }
}

@media (max-width: 1280px) {

    .container .slogen .slo {
        margin-top: 30px;
    }
    .nav-table .icon-td{
        width:240px;
    }
    #ups-banner .nav .nav_right img{
        height:22px;
    }
    #ups-banner .nav .nav_right .gpdm img{
        height:30px;
    }
    #ups-banner .nav .nav_right .en{
        width:24px;
        height:24px;
        line-height:22px;
        border-width: 1px;
    }
    .bottom-nav {
        bottom: 240px !important;
    }
    .footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    .right_nav>div {
        width: 410px;
        height: 110px;
        padding: 0px 20px 0;
    }

    .right_nav {
        position: absolute;
        top: 86px;
        right: 0;
        width: 450px;
    }

    .right_nav>div .tit {
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }

    .right_nav>div .desc {
        margin-top: 0;
        padding-top: 0;
        height: 60px;
        line-height: 30px;

    }

    .right_nav>div .desc p {
        font-size: 12px;
    }

    .right_nav>div span {
        font-size: 12px;
    }
}

#ups-banner {
    width: 100%;
    height: 100%;
}

.swiper-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    position: relative;
}

@media screen and (max-width: 768px) {
    .swiper-slide .content {
        display: none;
    }
    .position_table{
        box-sizing: border-box;
        padding-top:50px;
    }
}

.swiper-slide .content .txt {
    padding: 20px;
    background: rgba(255, 255, 255, 0.85);
}

.swiper-slide .content .txt h3 {
    font-family: "BerlingskeSans Serif", Georgia, Times, serif;
    margin: 0;
    font-size: 2.3em;
    font-weight: normal;
}

.swiper-slide .content .txt p {
    margin: 5px 0 0;
    font-size: 1.2em;
}

.swiper-slide .content .link {
    border-radius: 25px;
    display: block;
    background: #008369;
    transition: .2s;
    color: #fff;
    font-family: "BerlingskeSans Bd", Tahoma, helvetica, arial, sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 10px 30px 10px;
    float: right;
    margin-top: 15px;
    text-decoration: none;
}

.swiper-slide .content .link:hover {
    background: #006a55;
}

.img-fix {
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.img-fix .img-inner,.img-fix .img-inner img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.ups-icon-videoplay {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.ups-icon-videoplay:before {
    content: "";
    display:block;
    background: url("/img/pause.png") no-repeat left center;
    width: 12px;
    height: 16px;
}

.stop-status.ups-icon-videoplay:before {
    content: "";
    display:block;
    background: url("/img/start.png") no-repeat left center;
    width: 12px;
    height: 16px;
}

.swiper-pagination {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#ups-banner .swiper-pagination-switch {
    width: 11px;
    height: 11px;
    background: #fff;
    opacity: 1;
    box-sizing: border-box;
    margin-right:20px;
    vertical-align: middle;
    border-radius: 100%;
}

#ups-banner .swiper-active-switch {
    width: 28px;
    background: #004da2;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .swiper-button-prev:before {
        content: '\e627';
    }

    .swiper-button-next:before {
        content: '\e629';
    }

    .swiper-button-next,
    .swiper-button-prev {
        bottom: 10px;
    }

    .swiper-button-next:before,
    .swiper-button-prev:before {
        font-size: 32px;
    }

    .bottom-nav {
        bottom: 10px;
    }

    #ups-banner .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border-width: 2px;
        margin: 0 10px;
    }

    .ups-icon-videoplay {
        margin-right: 10px;
    }
}

#ups-banner .swiper-wrapper {
    opacity:0;
}
.pad_phone #ups-banner .swiper-wrapper{
    opacity:1;
}
#ups-banner .hid {
    opacity: 0;
}

#ups-banner .xs {
    opacity: 1;
}

/* 定期报告 */
.report-wrapper {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
}

.reports-page {
    margin-right: -20px;
    padding-top: 60px;
}

.reports-page .core {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 20px;
}

.reports-page .core .inner {
    position: relative;
    background-color: #f5f5f5;
}

.reports-page .core .pic {
    width: 100%;
    padding-top: 62.9032%;
    position: relative;
    background-color: #e5ebf2;
    display: block;
    overflow:hidden;
}

.reports-page .core .pic .pos {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.reports-page .core .pic .pos img {
    width: 100%;
    height: 100%;
}

.reports-page .core .context {
    height: 80px;
    line-height: 40px;
    padding: 0 15px;
    position: relative;
}

.reports-page .core .context .title {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.reports-page .core .context .time {
    font-size: 14px;
    color: #999;
}

.reports-page .word .context:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 20px;
    background: url(/images/wordicon.png) no-repeat left top;
    right: 15px;
    bottom: 13px;
}

.reports-page .ppt .context:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 20px;
    background: url(/images/ppt.png) no-repeat left top;
    right: 15px;
    bottom: 13px;
}

.reports-page .core:hover .inner {
    background-color: #004ea2;
}

.reports-page .core:hover .context {
    color: #fff;
}

.reports-page .core:hover .context .time {
    color: #fff;
    opacity: 0.8;
}

.reports-page .core:hover .context:after {
    background-position: left bottom;
}

.friendlink-page{
    margin:0 -39px;
    overflow: hidden;
}
.friendlink-page .list{
    margin-right:-2px;
    overflow:hidden;
}
.friendlink-page .list li{
    float:left;
    width:33.3333%;
    height:80px;
    border-right:1px solid #cbcbcb;
    border-bottom:1px solid #cbcbcb;
    box-sizing: border-box;
    font-size:16px;
    line-height:28px;
}
.friendlink-page .list li .mod-td{
    padding:0 60px;
    box-sizing: border-box;
}
.friendlink-page .list li a{
    display:block;
    padding-left:30px;
    position: relative;
}
.friendlink-page .list li a:before{
    content:"";
    position: absolute;
    width:16px;
    height:3px;
    background-color:#004ea2;
    left:0;
    top:12px;
}

/*  */
.stock-page{
    padding-top:60px;
}
.stock-page .layout{
    background-color:#004ea2;
    height:240px;
    color:#fff;
    text-align: center;
}
.stock-page .mod-table .status{
    width:370px;
}
.stock-page .mod-table .inline-block{
    display:inline-block;
    text-align: left;;
}
.stock-page .mod-table .status .name{
    overflow:hidden;
    font-size:24px;
}
.stock-page .mod-table .status .name .code{
    float:right;
}

.stock-page .mod-table .status .name .na{
    float:none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.stock-page .mod-table .status .number{
    overflow:hidden;
    margin-top:40px;
    margin-bottom:20px;
}

.stock-page .mod-table .status .number .total{
    float:left;
    font-size:48px;
    line-height: 1;
    padding-right:30px;
}
.stock-page .mod-table .status .number .up{
    background:url(/images/up.png) no-repeat right bottom 8px;
}
.stock-page .mod-table .status .number .down{
    background:url(/images/down.png) no-repeat right bottom 5px;
}
.stock-page .mod-table .status .number .text{
    float:none;
    overflow:hidden;
    text-align: right;
    font-size:18px;
    line-height: 24px;
    padding-left:20px;
}
.stock-page .mod-table .status .time{
    font-size:16px;
    opacity: 0.4;
}
.stock-page .mod-table .trend {
    box-sizing: border-box;
    padding-left:40px;
    border-left:1px solid #fff;
}
.stock-page .mod-table .trend .mod-table{
    height:50%;
    font-size:16px;
    text-align: left;
}
.stock-page .mod-table .trend .mod-table .num{
    font-size:32px;
    opacity: 0.6;
    margin-top:10px;
    font-weight:100;
}