* {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

/*导航栏样式*/

.tool-bar-wrap {
    width: 100%;
    min-width: 1400px;
    height: 88px;
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
}

.tool-bar-wrap .content {
    width: 1200px;
    height: 88px;
    margin: 0 auto;
}

.tool-bar-wrap .bar li:hover:after {
    width: 100%;
    transition: all 0.3s;
}

.tool-bar-wrap .bar li:hover {
    cursor: pointer;
}

.tool-bar-wrap .bar .ele > a {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
}

.tool-bar-wrap .sub-bar div:hover {
    color: #B2C7D6;
}

/*轮播图样式*/

.banner-wrap {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.banner-view {
    width: 100%;
    height: 720px;
    position: relative;
    overflow: hidden;
}

.num {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
}

.num li {
    width: 50px;
    margin: 0 10px;
    height: 3px;
    float: left;
    background-color: rgba(255, 255, 255, 0.5);
}

.num li:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
}

#banner {
    position: absolute;
    height: 720px;
    left: 0;
}

.banner-wrap .carousel li {
    width: auto;
    height: auto;
    float: left;
}

.banner-wrap .carousel li img {
    width: 100%;
    height: 100%;
}

/*新闻区样式*/
.news-wrap {
    margin: 0 auto;
    width: 1400px;
    float: left;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
}

.news-wrap .left-arrow,
.news-wrap .right-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.news-wrap .left-arrow:hover,
.news-wrap .right-arrow:hover {
    content: url('../img/arrow3-active.png')
}

.hoverNone {
    content: url("../img/arrow3.png") !important;
}

.news-wrap .left-arrow,
.news-wrap .right-arrow {
    z-index: 5;
}

.news-wrap .left-arrow {
    right: 15px;
    top: 330px;
    transform: rotate(180deg);
}

.news-wrap .news-view {
    width: 1279px;
    height: 500px;
    margin-left: 57px;
    position: relative;
    overflow: hidden;
}

.news-wrap .right-arrow {
    top: 400px;
    right: 15px;
}

.news-wrap .carousel-wrap .carousel {
    float: left;
}

.news-wrap .carousel-wrap .carousel a {
    cursor: pointer;
}

.dynamics {
    text-align: center;
    padding-top: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #1A3749;
    z-index: 2;
}

.sub-dynamics {
    text-align: center;
    font-size: 30px;
    color: #edf2f5;
}

.news-wrap .carousel-wrap {
    position: absolute;
    left: 0;
}

.news-wrap .carousel {
    margin: 50px auto 0 auto;
    width: 1326px;
}

.news-wrap .carousel a {
    float: left;
    width: 430px;
    height: 316px;
}

.news-wrap .carousel .info .date {
    float: left;
    text-align: center;
    color: #FF984A;
}

.news-wrap .carousel .info .title {
    margin-left: 62px;
    margin-top: 10px;
    width: 320px;
    line-height: 22px;
    font-size: 16px;
    text-align: justify;
    float: left;
    font-weight: bold;
    color: #383b40;
}

.news-wrap .carousel .info .content {
    margin-left: 62px;
    padding-top: 10px;
    font-size: 14px;
    float: left;
    color: #7B7B7B;
    line-height: 19px;
    width: 320px;
}

.news-wrap .carousel .info .date div:nth-child(1) {
    font-size: 43px;
    font-weight: bold;
}

.news-wrap .carousel .info .date div:nth-child(2) {
    font-weight: bold;
    font-size: 12px;
}

.news-wrap .carousel a img {
    width: 320px;
    height: 189px;
    float: left;
    margin-left: 10px;
}

.dot {
    top: 95%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0)
}

.dot li {
    width: 30px;
    margin: 0 5px;
    height: 3px;
    background-color: #fff;
    opacity: 0.5;
    float: left;
    cursor: pointer;
}

.dot li:hover {
    opacity: 0.7;
}

.current {
    background-color: #fff !important;
    opacity: 1 !important;
}

/*公司业务*/
.business-wrap {
    height: 900px;
    width: 100%;
    position: relative;
    float: left;
    min-width: 1400px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #f6f8fa;
}

.business-wrap .menu-wrap {
    width: 1400px;
    margin: 60px auto 0 auto;
}

.menu-wrap .menu-bar {
    width: 226px;
    height: 542px;
}

.menu-wrap .menu-bar-line {
    float: left;
    width: 2px;
    height: 542px;
    opacity: 0.1;
    margin-left: -2px;
    background-color: #1A3749;
}

.menu-bar li {
    height: 48px;
    width: 100%;
    line-height: 48px;
    margin-bottom: 54px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.active-bar {
    color: #4D67F9;
    border-right: 5px solid #4D67F9;
    background: linear-gradient(268deg, rgba(77, 103, 249, 0.56) 0%, rgba(246, 248, 250, 0.58) 100%);
}

.menu-bar li:hover {
    border-right: 5px solid #4D67F9;
    background: linear-gradient(268deg, rgba(77, 103, 249, 0.56) 0%, rgba(246, 248, 250, 0.58) 100%);
}

.menu-bar li:nth-child(1) {
    margin-top: 43px;
}

.menu-bar {
    float: left;
    margin-left: 30px;
}

.view-area .img-view {
    float: right;
    margin-right: 80px;
    margin-top: 60px;
    height: 425px;
    width: 480px;
    transform: skewX(-10deg);
    overflow: hidden;
    box-shadow: 18px 15px 0 0 rgba(26, 55, 73, 0.07);
}

.view-area .img-view img {
    width: 590px;
    height: 425px;
    margin-left: -50px;
    transform: skewX(10deg);
}

.view-area .title {
    font-size: 30px;
    margin-left: 80px;
    margin-top: 50px;
    color: #1A3749;
}

.view-area .line {
    width: 64px;
    height: 3px;
    background-color: #1A3749;
    margin-left: 80px;
    margin-top: 20px;
}

.view-area .content {
    width: 419px;
    margin-left: 80px;
    margin-top: 40px;
    text-indent: 2em;
    text-align: justify;
    line-height: 30px;
    color: #707070;
}

.more {
    cursor: pointer;
    display: inline-block;
    width: 145px;
    height: 28px;
    margin-top: 60px;
    margin-left: 80px;
    line-height: 25px;
    border-radius: 5px;
    border: 1px solid #4D67F9;
    box-sizing: border-box;
    color: #4D67F9;
}

.more:hover {
    background-color: #4D67F9;
    color: #fff;
}

.more .icon {
    float: right;
}

.icon .arrow-line {
    width: 35px;
    height: 1px;
    margin-top: 15px;
    margin-right: 10px;
    background-color: #4D67F9;
}

.icon .skew-line {
    width: 8px;
    height: 1px;
    margin-top: -4px;
    margin-left: 28px;
    transform: rotate(45deg);
    background-color: #4D67F9;
}

/*走进光宇*/
.video-wrap {
    width: 1400px;
    height: 800px;
    float: left;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.video-info {
    margin-top: 80px;
    height: 381px;
}

.video-view {
    width: 683px;
    height: 381px;
    margin: -5px 0 0 0;
    float: left;
}

.video-wrap .content-wrap {
    float: right;
    height: 381px;
    margin-right: 12px;
    margin-top: -10px;
}

.video-info .content-wrap span {
    display: block;
    width: 664px;
    text-indent: 2em;
    text-align: justify;
    line-height: 30px;
    color: #707070;
}