
#main > div {
    max-width: 100%;
}

#banners-wrap {
    position: relative;
    width: 1920px;
    height: 600px;
    overflow: hidden;
}

#banners-wrap .org {
    display: block;
}

#banners-wrap .desktop {
    display: none;
}

#banners-wrap .tablet {
    display: none;
}

#banners-wrap .mobile {
    display: none;
}

#banners-wrap .photo {
    width: 100%;
}

#banners-wrap a.link {
    display: block;
}

#banners-wrap .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30px;
    height: 0px;
    margin: auto;
    text-align: center;
}

#banners-wrap .lSSlideOuter .lSPager.lSpg > li {
    margin-left: 8px;
    margin-right: 8px;
}

#banners-wrap .lSSlideOuter .lSPager.lSpg > li > a {
    width: 12px;
    height: 12px;
    background: #fff;
}

#banners-wrap .lSSlideOuter .lSPager.lSpg > li.active > a {
    background: #144f93;
}

#news-wrap {
    position: relative;
    padding: 0px 20px;
    margin-top: 25px;
}

#news-wrap .inner {
    position: relative;
    max-width: 1600px;
    margin: auto;
}

#news-wrap .title {
    position: relative;
    line-height: 50px;
}

#news-wrap .title > span {
    display: inline-block;
    font-size: 36px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: -4px;
}

#news-wrap .title > a {
    display: inline-block;
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: 300;
    vertical-align: middle;
    padding-right: 15px;
    color: #000;
    margin-left: 35px;
}

#news-wrap .content {
    position: relative;
    padding: 0px 40px;
    margin-top: 17px;
}

#news-wrap .item {
    position: relative;
    background: #ededed;
}

#news-wrap .item .left {
    position: relative;
    display: inline-block;
    width: 290px;
    vertical-align: top;
}

#news-wrap .item .left .photo {
    position: relative;
}

#news-wrap .item .left .photo > a {
    display: block;
}

#news-wrap .item .left .date {
    position: absolute;
    top: 0px;
    right: 0px;
}

#news-wrap .item .left .date .day {
    position: absolute;
    display: inline-block;
    background: #eae7e7;
    top: 0px;
    right: 42px;
    width: 42px;
    height: 42px;
    font-size: 24px;
    color: #144f93;
    line-height: 42px;
    text-align: center;
}

#news-wrap .item .left .date .month {
    position: absolute;
    display: inline-block;
    background: #144f93;
    top: 0px;
    right: 0px;
    width: 42px;
    height: 21px;
    color: #fff;
    line-height: 21px;
    text-align: center;
}

#news-wrap .item .left .date .year {
    position: absolute;
    display: inline-block;
    background: #231916;
    top: 21px;
    right: 0px;
    width: 42px;
    height: 21px;
    color: #fff;
    line-height: 21px;
    text-align: center;
}

#news-wrap .item .right {
    position: relative;
    display: inline-block;
    width: calc(100% - 290px);
    padding: 20px;
    vertical-align: top;
}

#news-wrap .item .right .name {
    font-size: 18px;
    color: #144f93;
}

#news-wrap .item .right .description {
    margin-top: 15px;
}

#news-wrap .item .right .description > a {
    color: #144f93;
}

#newsSlider-prev {
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 22px;
    top: 50%;
    left: 0px;
    margin-top: -11px;
    z-index: 1;
}

#newsSlider-next {
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 22px;
    top: 50%;
    right: 0px;
    margin-top: -11px;
    z-index: 1;
}

#business-wrap {
    position: relative;
    padding: 0px 20px;
    margin-top: 25px;
    user-select: none;
}

#business-wrap .inner {
    position: relative;
    max-width: 1600px;
    margin: auto;
}

#business-wrap .title {
    position: relative;
    line-height: 50px;
}

#business-wrap .title > span {
    display: inline-block;
    font-size: 36px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: -4px;
}

#business-wrap .title > a {
    display: inline-block;
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: 300;
    vertical-align: middle;
    padding-right: 15px;
    color: #000;
    margin-left: 35px;
}

#business-wrap .controls {
    position: absolute;
    top: 15px;
    right: 0px;
}

#business-wrap .controls .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #b2b3b5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

#business-wrap .controls .dot-current {
    background: #144f93;
}

#business-wrap .content {
    position: relative;
    margin-top: 9px;
}

#business-wrap .item {
    position: relative;
}

#business-wrap .item > a {
    display: block;
}

#business-wrap .item .mask {
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#business-wrap .item .vspace {
    position: relative;
    display: inline-block;
    width: 0px;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

#business-wrap .item .name {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
}

#business-wrap .item .name > span {
    display: none;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

#business-wrap .item > a:hover > .mask,#business-wrap .item > a:active > .mask {
    background: rgba(0,0,0,0.8);
}

#business-wrap .item > a:hover .name > span,#business-wrap .item > a:hover .name > span {
    display: block;
}

#businessSlider-prev {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 22px;
    vertical-align: middle;
    margin-right: 5px;
    z-index: 1;
}

#businessSlider-next {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 22px;
    vertical-align: middle;
    margin-left: 5px;
    z-index: 1;
}

#about-wrap {
    position: relative;
    padding: 0px 20px;
    margin-top: 40px;
}

#about-wrap .inner {
    position: relative;
    max-width: 1600px;
    margin: auto;
}

#about-wrap .item {
    position: relative;
    background: #144f93;
}

#about-wrap .item .photo {
    position: relative;
    width: 50%;
    z-index: 1;
}

#about-wrap .item .photo > img {
    width: 100%;
}

#about-wrap .item .photo > img.tablet {
    display: none;
}

#about-wrap .item .photo > img.mobile {
    display: none;
}

#about-wrap .item .photo .arrow {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    width: 29px;
    height: 43px;
    margin-top: -15px;
}

#about-wrap .item-left .photo .arrow {
    background-image: url('../images/arrow-blue-left.png');
    right: -2px;
}

#about-wrap .item-right .photo .arrow {
    background-image: url('../images/arrow-blue-right.png');
    left: -2px;
}

#about-wrap .item .content {
    position: relative;
    width: 50%;
    padding: 30px 60px;
}

#about-wrap .item .content .title {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 15px;
}

#about-wrap .item .content .description {
    color: #fff;
    padding-right: 5px;
}

#about-wrap .item .content .description::-webkit-scrollbar {
    width: 8px;
}

#about-wrap .item .content .description::-webkit-scrollbar-track {
    background: transparent;
}

#about-wrap .item .content .description::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 4px;
}

#about-wrap .item .content .more {
    float: right;
    display: inline-block;
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: 300;
    padding-right: 15px;
    color: #fff;
    margin-top: 30px;
}

#about-wrap .item-left .photo {
    float: left;
}

#about-wrap .item-left .content {
    float: right;
}

#about-wrap .item-right .photo {
    float: right;
}

#about-wrap .item-right .content {
    float: left;
}

#contact-wrap {
    position: relative;
    padding: 0px 20px;
    margin-top: 40px;
}

#contact-wrap .inner {
    position: relative;
    max-width: 1600px;
    margin: auto;
}

#contact-wrap .info {
    position: relative;
    float: right;
    background: #144f93;
    width: 448px;
    padding: 30px 60px;
}

#contact-wrap .info .name {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

#contact-wrap .info .description {
    margin-top: 10px;
}

#contact-wrap .info .description table {
    width: 100%;
}

#contact-wrap .info .description table td {
    color: #fff;
    vertical-align: top;
    padding: 10px 0px;
}

#contact-wrap .info .description table td > a {
    color: #fff;
}

#contact-wrap .info .description table td.col-1 {
    width: 38px;
}

#contact-wrap .info .description table td.col-2 {
    line-height: 2;
}

#contact-wrap .left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 448px);
    height: 100%;
}

#contact-wrap .map {
    position: relative;
    width: 100%;
    height: 100%;
}
#contact-wrap #map_baidu{
    position: relative;
    width: 100%;
    height: 100%;
}

#map_baidu .eyou-edit{
    width: 100%;
    height: 100%;
}

#video-wrap {
    position: relative;
    max-width: 1640px;
    margin: auto;
}

#video-wrap .player {
    position: absolute;
    background: #fff;
    top: -145px;
    right: 20px;
    width: 300px;
    height: 210px;
    padding: 30px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 5px #ccc;
    -moz-box-shadow: 0px 2px 5px #ccc;
    box-shadow: 0px 2px 5px #ccc;
    overflow: hidden;
}

#video-wrap .player .inner {
    position: relative;
    width: 100%;
    height: 100%;
}

#video-wrap .player iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1617px) {
    #banners-wrap {
        width:100%;
        height: auto;
    }

    #banners-wrap .org {
        display: none;
    }

    #banners-wrap .desktop {
        display: block;
    }

    #banners-wrap .tablet {
        display: none;
    }

    #banners-wrap .mobile {
        display: none;
    }
}

@media only screen and (max-width: 1217px) {
    #news-wrap .title > span {
        font-size:30px;
    }

    #business-wrap .title > span {
        font-size: 30px;
    }

    #about-wrap .item .content .title {
        font-size: 32px;
    }

    #contact-wrap .info .name {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1017px) {
    #business-wrap .item .name {
        font-size:20px;
    }

    #about-wrap .item .content {
        padding: 20px 30px;
    }

    #about-wrap .item .photo > img {
        display: none;
    }

    #about-wrap .item .photo > img.tablet {
        display: block;
    }

    #about-wrap .item .photo > img.mobile {
        display: none;
    }

    #contact-wrap .info {
        width: 320px;
        padding: 15px 30px;
    }

    #contact-wrap .left {
        width: calc(100% - 320px);
    }
}

@media only screen and (max-width: 817px) {
    #banners-wrap .org {
        display:none;
    }

    #banners-wrap .desktop {
        display: none;
    }

    #banners-wrap .tablet {
        display: block;
    }

    #banners-wrap .mobile {
        display: none;
    }
}

@media only screen and (max-width: 717px) {
    #news-wrap .title > span {
        font-size:24px;
    }

    #news-wrap .title > a {
        font-size: 12px;
        margin-left: 20px;
    }

    #news-wrap .item .left {
        width: 100%;
    }

    #news-wrap .item .left .photo > a > img {
        width: 100%;
    }

    #news-wrap .item .right {
        width: 100%;
        padding: 15px;
    }

    #business-wrap .title > span {
        font-size: 24px;
    }

    #business-wrap .title > a {
        font-size: 12px;
        margin-left: 20px;
    }

    #business-wrap .controls .dot {
        display: none;
    }

    #about-wrap .item .content .title {
        font-size: 28px;
    }

    #about-wrap .item .photo {
        width: 100%;
    }

    #about-wrap .item .photo > img {
        display: none;
    }

    #about-wrap .item .photo > img.tablet {
        display: none;
    }

    #about-wrap .item .photo > img.mobile {
        display: block;
    }

    #about-wrap .item-left .photo .arrow {
        background-image: url('../images/arrow-blue-up.png');
        width: 43px;
        height: 29px;
        top: auto;
        left: 50%;
        right: auto;
        bottom: -12px;
        margin-left: -22px;
    }

    #about-wrap .item-right .photo .arrow {
        background-image: url('../images/arrow-blue-up.png');
        width: 43px;
        height: 29px;
        top: auto;
        left: 50%;
        right: auto;
        bottom: -12px;
        margin-left: -22px;
    }

    #about-wrap .item .content {
        width: 100%;
        padding: 15px;
    }

    #about-wrap .item .content .description {
        max-height: 160px;
    }

    #about-wrap .item .content .more {
        margin-top: 15px;
    }

    #contact-wrap .info {
        float: none;
        width: 100%;
        height: auto;
        padding: 15px;
    }

    #contact-wrap .info .name {
        font-size: 28px;
    }

    #contact-wrap .info .description table td {
        padding: 5px 0px;
    }

    #contact-wrap .left {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 280px;
    }

    #video-wrap .player {
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0px 20px;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 517px) {
    #banners-wrap .org {
        display:none;
    }

    #banners-wrap .desktop {
        display: none;
    }

    #banners-wrap .tablet {
        display: none;
    }

    #banners-wrap .mobile {
        display: block;
    }

    #news-wrap {
        padding: 0px 12px;
        margin-top: 15px;
    }

    #news-wrap .content {
        padding: 0px 28px;
        margin-top: 10px;
    }

    #news-wrap .item .right .name {
        font-size: 18px;
    }

    #business-wrap {
        padding: 0px 12px;
        margin-top: 15px;
    }

    #about-wrap {
        padding: 0px 12px;
        margin-top: 20px;
    }

    #contact-wrap {
        padding: 0px 12px;
        margin-top: 20px;
    }

    #video-wrap .player {
        padding: 0px 12px;
        margin-top: 20px;
    }
}
