p,span,div,ul,li,ol,li,a{
    font-family: sans-serif !important;
}
/*Top002568 */
.Top002568 {
    position: relative;
    z-index: 100;
    background: #fff;
}

.Top002568 .header-left {
    float: left;
}

.Top002568 .header-left,
.Top002568 .header-right {
    height: 110px;
}

.Top002568 .logo img {
    max-height: 0.61rem;
}

.Top002568 .header-right,
.Top002568 .header-mid {
    float: right;
    display: flex;
    flex: 1;
}

.Top002568 .header-right>* {
    margin: 0px 0px 0px 0.2rem;
    position: relative;
}

.Top002568 .header-right dt figure {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 10px;
    z-index: 100;
    width: 150px;
    background: #f3f3f3;
    right: -20px;
    padding: 10px;
}

.Top002568 .header-right dt figure::before {
    position: absolute;
    content: '';
    border: 6px solid transparent;
    border-bottom-color: #f3f3f3;
    right: 22px;
    top: -12px;
}

.Top002568 .header-right dt figure img {
    display: block;
    width: 100%;
}

.Top002568 .header-right dt a {
    width: 20px;
    height: 20px;
    background: url(../images/Top002568_icon_sina.png) no-repeat center center;
    background-size: contain;
    display: block;
}

.Top002568 .header-right dt a.wx {
    background-image: url(../images/Top002568_icon_wx.png);
}

.Top002568 .open-search {
    position: relative;
    width: 17px;
    height: 40px;
    background: url(../images/Top002568_icon_search.png) no-repeat center center;
    background-size: contain;
    display: block;
}

.Top002568 .open-search-show {
    background: none;
}

.Top002568 .open-search-show::before,
.Top002568 .open-search-show::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #1E4B94;
    transform: rotate(45deg);
    left: 0;
    top: 50%;
    margin-top: -1.5px;
}

.Top002568 .open-search-show::after {
    transform: rotate(-45deg);
}

.Top002568 .search-box {
    display: none;
    z-index: 90;
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
}

.Top002568 .search-box .text {
    line-height: 36px;
    width: 100%;
    padding: 0 10px;
    border: 3px solid#1E4B94;
}

.Top002568 .search-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    background: url(../images/Top002568_icon_search.png) no-repeat center center;
    background-size: 50% auto;
}

.Top002568 .header-mid {
    width: auto;
}

.Top002568 .header-menu li em a {
    display: inline-block;
    line-height: 110px;
    position: relative;
    font-size: 18px;
    color: #333;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.header-menu li.aon em>a {
    color: #1E4B94;
    font-weight: bold;
}

.Top002568 .header-menu li em a:hover {
    color: #1E4B94;
    font-weight: bold;
}

.Top002568 .header-menu li em a::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #1E4B94;
    transition: 0.3s;
}

.Top002568 .header-menu li.aon em a::before,
.Top002568 .header-menu li:hover em a::before {
    width: 100%;
}

.Top002568 .header-menu li .sub dt {
    line-height: 56px;
}

.Top002568 .header-menu li .sub dt a {
    color: #333;
    padding: 0;
    font-size: 16px;
}

.Top002568 .header-menu li .sub dt a::after {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #333;
    vertical-align: middle;
    content: '';
    margin: 0 18px;
}

.Top002568 .header-menu li .sub dt:last-child a::after {
    display: none;
}

.Top002568 .header-menu li .sub dt a:hover {
    color: #1E4B94;
    background: none;
    font-weight: bold;
}

.Top002568 #open_menu {
    margin: 0;
}

.Top002568 #header-menu {
    position: fixed;
    left: -100%;
    opacity: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    max-height: 100%;
    padding: 10px;
    transition: 0.3s;
    width: 50%;
    max-width: 300px;
}

.Top002568 #header-menu.header-menu-show {
    left: 0;
    opacity: 1;
}

.Top002568 #header-menu ul {
    padding: 5%;
    border-radius: 5px;
    background: rgba(63, 66, 132, 0.91);
}

.Top002568 #header-menu li:last-child em a,
.Top002568 #header-menu li:last-child em {
    border-bottom: 0;
}

.Top002568 #header-menu li em .op {
    display: block;
}

.Top002568 #header-menu li .sub dl {
    background: rgba(0, 0, 0, 0.22);
    border-radius: 0 0 5px 5px;
}

.Top002568 #header-menu li .sub-menu dt a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media(max-width:1024px) {
    .Top002568 #open_menu {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }

    .Top002568 #open_menu i {
        width: 100%;
        background: #1E4B94;
        height: 3px;
    }

    .Top002568 #open_menu i::before,
    .Top002568 #open_menu i::after {
        background: #1E4B94;
    }
}

@media(max-width:480px) {
    .Top002568 .header-right dt {
        display: none;
    }

    .Top002568 .header-right dd.top-search {
        position: static;
    }

    .Top002568 .search-box {
        width: 100%;
    }
}

/*Banner003179 */
.Banner003179 {
    position: relative;
    z-index: 1;
}

.Banner003179 li.slick-slide {
    position: relative;
}

.Banner003179 li .url {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    background-color: #ffff;
}

.Banner003179 .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    bottom: calc(65 / 980 * 100%);
}

.Banner003179 .slick-dots li {
    float: left;
    width: 20px;
    height: 20px;
    border: solid 3px #ffffff;
    margin: 0 15px;
}

.Banner003179 .slick-dots li button {
    display: none;
}

.Banner003179 .slick-dots li.slick-active {
    border: 0;
    background-color: #bf9c50;
}

@media (min-width:1025px) {
    .Banner003179 .wap {
        display: none;
    }
}

@media (max-width:1024px) {
    .Banner003179 .pc {
        display: none;
    }

    .Banner003179 .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-width: 2px;
    }
}

/*Bottom003168 */
.Bottom003168 {
    background-color: #1E4B94;
}

.Bottom003168 .b-top {
    padding: 40px 0 30px 0px;
}

.Bottom003168 .b-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.Bottom003168 .b-bottom .img-block {
    width: 100px;
    height: 100px;
}

.Bottom003168 .links-box .box {
    position: relative;
    z-index: 20;
}

.Bottom003168 .links-box .name {
    padding: 0px 16px 0px 11px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    line-height: 3.125;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.Bottom003168 .links-box .name:after {
    position: absolute;
    content: '';
    right: 16px;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    top: 50%;
    margin-top: -7px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.Bottom003168 .links-box dl {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100%;
    max-height: 6em;
    overflow: auto;
    background-color: #fff;
    display: none;
}

.Bottom003168 .links-box dd a {
    display: block;
    padding: 0.25em 0.625em;
    line-height: 1.8;
}

.Bottom003168 .links-box dd a:hover {
    font-weight: bold;
}

.Bottom003168 .copyright nav a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 14px;
}

.Bottom003168 .copyright nav a:not(:hover) {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 14px;
}

.Bottom003168 .copyright nav {
    line-height: 14px;
    margin-top: 52px;
    margin-bottom: 10px;
}

.Bottom003168 .copyright nav a:not(:last-child):after {
    width: 1px;
    height: 11px;
    background-color: #d3d6d8;
    opacity: 0.1;
    margin: 0px 11px;
    display: inline-block;
    content: '';
    vertical-align: middle;
}

.Bottom003168 .copyright p {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 14px;
}

.Bottom003168 .copyright p,
.Bottom003168 .copyright p a:not(:hover) {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.Bottom003168 .copyright .gongan {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/Bottom003168-icp.png) no-repeat left center;
    margin-left: 20px;
}
.Bottom003168 .copyright a:hover{ color:#fff;}
.Bottom003168 .contact ol {
    padding: 0 2.625em 0 2.9375em;
    background: url(../images/Bottom003168-tel.png) no-repeat left center;
    background-size: 2.3125em auto;
}

.Bottom003168 .contact ol b {
    font-size: 1.625em;
    color: #fff;
    font-weight: normal;
}

.Bottom003168 .contact ol aside {
    color: rgba(255, 255, 255, 0.3);
}

.Bottom003168 .contact li {
    width: 6.25em;
}

.Bottom003168 .contact li img {
    border: 0.1875em solid #fff;
}

.Bottom003168 .design {
    margin-left: 13px;
}

.Bottom003168 .links-box .box {
    float: left;
    width: 24.286%;
}

.Bottom003168 .b-bottom .w_86 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 28px;
    padding-bottom: 40px;
}

.Bottom003168 .links-box .box:not(:nth-child(4n)) {
    margin-right: calc((100% - 24.286% * 4) /3);
}

.Bottom003168 .contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
}

.Bottom003168 .contact img {
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
}

.Bottom003168 .copyright .copyrightInfo {
    display: flex;
    flex-direction: row;
    padding-top: 11px;
}

.Bottom003168 .copyright .copyrightInfo p {
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 28px;
    display: flex;
    align-items: center;
}

.Bottom003168 .copyright .copyrightInfo p img {
    margin-right: 8px;
}

.Bottom003168 .copyright .copyrightInfo p span {
    font-size: 16px;
    color: #FFFFFF;
}



@media (max-width:1024px) {
    .Bottom003168 .links-box {
        display: flex;
        flex-direction: column;
    }

    .Bottom003168 .b-bottom {
        text-align: center;
    }

    .Bottom003168 .links-box .box {
        margin-bottom: 15px;
        width: 100%;
    }


    .Bottom003168 .contact {
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color: #fff;
        margin-top: 15px;
    }

    .Bottom003168 .b-bottom .w_86 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .Bottom003168 .copyright .copyrightInfo {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 0px;
    }

    .Bottom003168 .copyright .copyrightInfo p {
        margin-bottom: 0px;
        margin-right: 0px;
        font-size: 14px;
    }

    .Bottom003168 .copyright .copyrightInfo p img {
        margin-right: 4px;
    }

    .Bottom003168 .copyright nav {
        margin-top: 15px;
    }

    .Bottom003168 .copyright p, .Bottom003168 .copyright p a:not(:hover) {
        line-height: 26px;
        font-size: 12px;
    }

    .Bottom003168 .copyright .gongan {
        margin-left: 0px;
    }

    .Bottom003168 .design {
        margin-left: 0px;
    }

    .Bottom003168 .b-bottom .w_86, .Bottom003168 .b-top {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

/* Ban */
.Ban, .Ban img {
    width: 100%;
    display: block;
    position: relative;
}

.BanFont {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.BanFont .BanFontH2 {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 0.56rem;
    line-height: 0.56rem;
    color: #FFFFFF;
    letter-spacing: 0.08rem;
    padding-bottom: 20px;
    font-weight: bold;
    padding-left: 0.4rem;
}

/* SubPage */
.SubPage {
    padding: 40px;
    height: auto !important;
    min-height: 400px;
    background-color: #ffff;
    margin-top: 46px;
    margin-bottom: 40px;
}



.Position h2 {
    float: left;
    font-size: 20px;
    color: #333333;
}

.Position .place {
    background: url(../images/place.png) 0px center no-repeat;
    padding-left: 26px;
    float: right;
    color: #999;
    position: absolute;
    right: 0px;
    bottom: 20px;
    font-size: 16px;
    line-height: 16px;
}

.Position .place a {
    color: #999999;
}

.Position .place a:hover, .Position .place span {
    color: #1E4B94;
}

.LeftBar {
    width: 260px;
    float: left;
}

.Rcontent {
    width: calc(100% - 300px);
    float: right;
}
.buildWork .publicTitle ul li.on .publicTitleA{
    color:#EC000E;
}

.ColumnName {
    position: relative;
    background: url(../images/subcolbg.jpg);
    text-align: left;
    height: 70px;
    background-size: 260px 70px;
}

.ColumnName h2 {
    line-height: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    padding-left: 40px;
}

.ColumnName p {
    text-transform: uppercase;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    opacity: 0.3;
}

.ColumnName i {
    position: absolute;
    background: url(../images/shadow.png);
    width: 15px;
    height: 12px;
    right: 0;
    bottom: -12px;
}

.SubMenu {
    border: 1px solid #E9EDF5;
}

.SubMenu li {
    font-size: 18px;
    line-height: 64px;
    color: #333;
    border-bottom: 1px solid #E9EDF5;
}

.SubMenu li a {
    display: block;
    position: relative;
    transition: all 0.5s ease;
    padding-left: 40px;
}

.SubMenu li a:hover, .SubMenu li.onli a {
    color: #1E4B94;
    background: #E6EEFA;
}

.SubMenu li:hover .arr, .SubMenu li.onli .arr {
    background: url(../images/arr2.png);
    width: 7px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0px, -50%);
}

.SubMenu .img {
    text-align: center;
    padding: 38px 0 19px;
    background: #eeeeee;
}

.SinglePage {
    word-wrap: break-word;
    word-break: normal;
    text-align: justify;
    line-height: 30px;
    font-size: 16px;
}

.SinglePage video {
    width: 80% !important;
    margin: 0px auto;
    height: auto !important;
}

.SinglePage * {
    font-size: 18px !important;
    line-height: 35px !important;
}
.SinglePage table{
    width:100%
}

@media (max-width:1024px) {
    .SubPage {
        padding: 20px 0;
        height: 200px;
        min-height: 200px;
    }

    .ColumnName {
        padding: 15px 0;
    }

    .ColumnName h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .ColumnName p {
        font-size: 12px;
        line-height: 20px;
    }

    .SubMenu li {
        line-height: 45px;
        font-size: 16px;
    }

    .Position h2 {
        font-size: 18px;
    }

    .SinglePage {
        font-size: 15px;
        line-height: 26px;
    }
}

@media (max-width:768px) {
    .LeftBar {
        width: auto;
        float: none;
    }

    .Rcontent {
        width: auto;
        float: none;
    }

    .ColumnName {
        padding: 8px 0 5px;
    }

    .ColumnName h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .ColumnName i {
        display: none;
    }

    .SubMenu {
        font-size: 0;
        text-align: center;
        background: #eeeeee;
        border-bottom: 1px solid #1E4B94;
        margin-right: 0;
    }

    .SubMenu ul{
        display:flex;
        flex-wrap:wrap;
    }

    .SubMenu li {
        display: inline-block;
        font-size: 14px;
        min-width: 25%;
        line-height: 45px;
        width:33%;
    }

    .SubMenu .img {
        display: none;
    }

    .SubMenu li .arr {
        display: none;
    }

    .Position {
        line-height: 30px;
        padding-top: 0;
        border-bottom: 1px solid #ccc;
    }

    .Position h2 {
        display: none;
    }
}

.Position ul li .publicTitleA {
    padding-bottom: 19px !important;
}

.componyIntro .title {
    font-weight: bold;
    font-size: 32px !important;
    color: #333333;
    line-height: 32px;
    margin-top: 60px;
    margin-bottom: 30px;
    width:80%
}

.componyIntro .intro {
    background: #FAFBFC;
    padding: 36px 18px 64px 18px;
    box-sizing: border-box;
    position: relative;
}

.componyIntro .intro .jtjj_logo {
    position: absolute;
    right: 46px;
    top: -77px;
}

.componyIntro .introTitle {
    font-size: 20px !important;
    color: #1E4B94;
    line-height: 26px !important;
}

.componyIntro .intro .line {
    width: 1px;
    height: 50px;
    background: #1E4B94;
    display: block;
    position: absolute;
    left: 0px;
    top: 5px;
}

.ryBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -10px;
}

.ryBox li {
    margin-top: 40px;
    cursor: pointer;
    max-width: calc(100% / 3 - 20px);
}

.ryBox li:nth-child(3n - 1) {
    margin-left: 30px;
    margin-right: 30px;
}

.ryBox div {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.ryBox div img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
}

.ryBox li:hover div img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ryBox li p {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    height: 60px;
    background: #F5F7FA;
    font-size: 18px;
    line-height: 60px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 10px;
}

.SinglePageList li {
    margin-bottom: 24px;
}

.SinglePageList {
    margin-top: -40px;
}

.SinglePage li:nth-child(6n - 5) {
    padding-top: 34px;
    border-top: 1px solid #E6E6E6;
    margin-top: 34px;
}

.SinglePage li:first-child {
    border-top: none !important;
}

.SinglePageList li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.SinglePageList li a:hover .title {
    color: #1E4B94;
    font-weight: bold;
}

.SinglePageList li a .SinglePageListL {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    margin-right: 20px;
}

.SinglePageList li a .dot {
    width: 4px;
    height: 4px;
    background-color: #1E4B94;
    margin-right: 11px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.SinglePageListL .title {
    font-size: 18px !important;
    line-height: 18px !important;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    flex: 1;
}

.buildWork .SinglePageList li a:hover .title{color:#ec000e;}

.SinglePageList .time {
    font-size: 16px !important;
    line-height: 16px !important;
    color: #666666;
}

.newsDetail .Rcontent {
    width: 100% !important;
}

.newsDetail .Rcontent .publicTitle {
    height: 16px;
    border-bottom: none;
}



.newsDetail .Position .place {
    bottom: 0px;
}

.Titleinfo {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 42px;
}

.Titleinfo .tits {
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    text-align: center;
    line-height: 36px;
    margin-top: 58px;
    margin-bottom: 0px;
}

.Titleinfo .date {
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    margin-top: 24px;
}

.Titleinfo .date i {
    font-style: normal;
    margin-left: 24px;
    margin-right: 24px;
}
.Titleinfo .date i:last-child{
    display:none;
}
.newsDetail .Rcontent .SinglePage img {
    margin: 0px auto;
    display: block;
}

.PrevNextBox {
    display: flex;
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 20px;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid #dddddd;
}

.PrevNextBox .ul li a {
    font-size: 18px;
    color: #666666;
    line-height: 18px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.PrevNextBox .ul li a:hover {
    font-weight: bold;
    color: #1E4B94;
}

.PrevNextBox .ul li:nth-child(2) {
    margin-top: 10px;
}

.PrevNextBox .watchMore {
    width: 221px;
    height: 61px;
    border-radius: 2px;
    border: 1px solid #1E4B94;
    color: #1E4B94;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-image: url(../images/arrow_blue.png);
    background-repeat: no-repeat;
    background-position: 143px center;
    padding-right: 17px;
    box-sizing: border-box;
}

.PrevNextBox .watchMore:hover {
    background-color: #1E4B94;
    color: #fff;
    background-image: url(../images/arrow_white.png);
}

.PrevNextBox .watchMore img {
    margin-left: 8px;
}

.teamCompanyLi {
    padding-top: 50px;
    padding-bottom: 49px;
    border-bottom: 1px solid #dddddd;
}

.teamCompanyA {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 100%;
    flex-wrap: wrap;
}

.teamCompanyL {
    display: block;
    width: 370px;
    overflow: hidden;

}

.teamCompanyL img {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    max-height:300px;
}

.teamCompanyR {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 28px;
    padding-left: 50px;
    width: calc(100% - 370px);
    box-sizing: border-box;
    padding-right: 40px;
}

.teamCompanyR .title {
    font-size: 20px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 28px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* display: flex;
    align-items: center; */
}

.BusinessAreas .teamCompanyR .title {
    display: flex;
    align-items: center;
}

.teamCompanyR .title img {
    margin-right: 9px;
    width:26px;
}

.teamCompanyR .intro {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 16px;
    margin-bottom: 0px;
}

.teamCompanyR .watchMore {
    width: 162px;
    height: 43px;
    border-radius: 2px;
    border: 1px solid #A1A1A1;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666666;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 36px;
    background-image: url(../images/arrow_gray.png);
    background-repeat: no-repeat;
    background-position: 115px center;
    padding-right: 7px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.teamCompanyLi:last-child {
    border-bottom: none;
}

.teamCompanyLi:hover .watchMore {
    background-color: #1E4B94;
    border-color: #1E4B94;
    color: #ffffff;
    background-image: url(../images/arrow_white.png);
}

.teamCompanyLi:hover .teamCompanyR .title {
    color: #1E4B94;
}

.teamCompanyLi:hover .teamCompanyR .intro {
    color: #1E4B94;
}

.teamCompanyL:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.newsList .swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
    background-color: #1E4B94 !important;
}

.newsList .teamCompanyL {
    width: 500px;
}

.newsList .teamCompanyR {
    padding-top:27px;
    padding-left: 40px;
    width: calc(100% - 500px);
    background: #F5F6F7;
}


.buildWork .teamCompanyLi:hover .teamCompanyR .title,
.buildWork .teamCompanyLi:hover .teamCompanyR .intro{
    color: #EC000E !important;
}

.buildWork .Position .place {
  background-image: url(../images/place_red.png);
}
.buildWork .Position .place a:hover,
.buildWork .Position .place span{ color:#EC000E;}

.buildWork .ColumnName {
  background-image: url(../images/subcolbg_red.jpg);
}

.buildWork .SubMenu li a:hover, .buildWork .SubMenu li.onli a {
    color: #EC000E;
    background: #FAEDEE;
}

.buildWork .SubMenu li:hover .arr, .buildWork .SubMenu li.onli .arr {
    background-image: url(../images/arrow_red.png);
}


.buildWork .newsList .swiper-pagination-bullet-active,
.buildWork .teamCompanyR .watchMore,
.buildWork .teamCompanyLi:hover .watchMore {
    background-color: #EC000E !important;
}

.buildWork .teamCompanyLi:hover .watchMore {
    border-color: #EC000E;
}

.buildWork .teamCompanyR .watchMore {
    color: #fff;
    background-image: url(../images/arrow_white.png);
    border-color: #EC000E;
}

.BusinessAreas {
    flex-wrap: wrap;
}

.BusinessAreas .teamCompanyLi {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    margin-top: 30px;
    width:100%;
}

.BusinessAreas .teamCompanyLi:nth-child(2n) .teamCompanyA {
    flex-direction: row-reverse;
}

.IndustrialParkIntro {
    font-size: 16px;
    color: #666666;
    line-height: 29px;
    height: 254px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: -10px;
    padding-right: 27px;
    text-align: justify;
}
.IndustrialParkIntro p,.IndustrialParkIntro span,.IndustrialParkIntro b{
   font-size: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    text-align: justify !important;
   font-family: inherit !important;
    
}

.IndustrialParkIntroList .teamCompanyR {
    padding-right: 0px !important;
}

/* è‡ªå®šä¹‰æ»šåŠ¨æ¡æ•´ä½“æ ·å¼ */
.IndustrialParkIntroList ::-webkit-scrollbar {
    width: 3px;
    /* è®¾ç½®æ»šåŠ¨æ¡çš„å®½åº¦ */
}

/* è‡ªå®šä¹‰æ»šåŠ¨æ¡æ»‘å—æ ·å¼ */
.IndustrialParkIntroList ::-webkit-scrollbar-thumb {
    background-color: #1E4B94;
    /* è®¾ç½®æ»‘å—çš„é¢œè‰² */
    border-radius: 5px;
    /* è®¾ç½®æ»‘å—çš„åœ†è§’ */
}

/* è‡ªå®šä¹‰æ»šåŠ¨æ¡è½¨é“æ ·å¼ */
.IndustrialParkIntroList ::-webkit-scrollbar-track {
    background-color: #F5F6F7;
    /* è®¾ç½®è½¨é“çš„é¢œè‰² */
}

.companyTitle {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.companyLogo {
    width: 220px;
    border-right: 1px solid #dddddd;
}

.companyTitleR {
    width: calc(100% - 292px);
    margin-left: 72px;
}

.companyTitleRTop {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.companyTitleRTop div {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.companyTitleRTop .title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 32px;
    color: #333333;
    line-height: 1.5;
    flex: 1;
}

.companyTitleRTop .icon {
    margin-left: 40px;
}

.companyTitleRTop .link {
    font-size: 16px;
    color: #999999;
    margin-left: 10px;
}

.companyTitleR .intro {
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: justify;
}

.companyNext {
    padding-top: 10px;
    justify-content: center;
    border-top: navajowhite;
    padding-bottom: 20px;
}

.componyIntroDetail .intro {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    text-align: justify;
}

.counterBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
    color: #1E4B94;
    margin-bottom: 50px;
    margin-top: 64px;
    flex-wrap: wrap;
}

.counterBox li {
    width: 20%;
    border-right: 1px solid #dddddd;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.counterBox li:last-child {
    border-right: none;
}

.counterBox .num {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 16px;
}

.counterBox .counter {
    font-size: 48px;
    color: #1E4B94;
    line-height: 48px;
    margin-right: 8px;
    font-weight: bold;
}

.counterBox p {
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.Rcontent .publicTitle {
    margin-top: 6px;
}


/*Page001773*/
.Page001773 {
    text-align: center;
    padding: 20px 0px;
    color: #666;
}

.Page001773 .p_cur,
.Page001773 a.a_first,
.Page001773 a.a_end {
    display: none;
}

.Page001773 a {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 4px;
    border: 1px solid #E6E6E6;
    color: #666666;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    font-size: 16px !important;
}

.Page001773 a.a_prev,
.Page001773 a.a_next {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}



.Page001773 a.a_prev span{
    background-image: url(../images/arrow_page_left_gray.png);
    width: 7px;
    height: 11px;
}
.Page001773 a.a_prev:hover span{
    background-image: url(../images/arrow_page_left_white.png);
}
.Page001773 a.a_next span{
    background-image: url(../images/arrow_page_right_gray.png);
    width: 7px;
    height: 11px;
}
.Page001773 a.a_next:hover span{
    background-image: url(../images/arrow_page_right_white.png);
}

.Page001773 a:hover,
.Page001773 a.a_cur {
    background: #1E4B94;
    color: #fff;
}

.Page001773 em {
    font-style: normal;
    font-size: 16px !important;
    line-height: 40px !important;
    display: inline-flex;
}

.Page001773 b {
    font-weight: normal;
    font-size: 16px !important;
    line-height: 16px !important;
}

.Page001773 .i_text,
.Page001773 .i_button {
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    vertical-align: middle;
    margin: 0 10px;
}

.Page001773 .i_text {
    text-align: center;
    line-height: 40px !important;
    border: 1px solid #E6E6E6;
    font-size: 16px !important;
    color: #666666;
}

.Page001773 .i_button {
    cursor: pointer;
    background: url(../images/Page001773-go.jpg) no-repeat;
    margin-right: 0;
}

@media(max-width:768px) {
    .Page001773 .p_jump {
        display: none;
    }
}

@media(max-width:640px) {

    .Page001773 .p_count,
    .Page001773 .p_total {
        display: none;
    }
}

@media(max-width:480px) {
    .Page001773 em {
        display: none;
    }
}

.Pages span {
    font-size: 16px !important;
    line-height: 40px !important;

}

.buildWork .Page001773 a:hover,
.buildWork .Page001773 a.a_cur {
    background: #EC000E;
    color: #fff;
}

.BusinessAreas .teamCompanyR .title {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 30px;
}
.BusinessAreas .teamCompanyR .watchMore{
    margin-top: 60px;
}
.swiper .teamCompanyR .watchMore{
    margin-top: 36px;
}
.swiper .teamCompanyR .intro{
    height: 96px;
    -webkit-line-clamp: 4;
}

.modal{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    display: none;
}
.modalShadow{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    position: fixed;
    left: 0px;
    top: 0px;
}
.modalCon{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
}