.index_main {
    width: 100%;
}

.index_main_one {
    width: 1740px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.index_main_one .title {
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
    color: rgba(0, 71, 113, 1);
    font-family: Charlie;
}

.index_one_left {
    width: 300px;
	margin: 0 24px;
}

.index_one_middle {
    width: 870px;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    text-align: justify;
	margin-top: 40px;
}

.index_one_right {
    position: relative;
    width: 120px;
    height: 60px;
}

.index_main_one .top {
    margin: 32px 0 0 20px;
}

.index_main_one .imgone {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    display: inline-block;
    width: 63px;
    height: 38px;
    background: #FCA33C;
    color: white;
    line-height: 38px;
    padding-left: 15px;
    overflow: hidden;
    z-index: 1;
}

.index_main_one .imgone span {
    float: right;
    margin-right: 10px;
    line-height: 38px;
    color: #fff;
}

.index_main_one .big {
    position: absolute;
    bottom: 8px;
    right: 45px;
    overflow: hidden;
}

.index_main_one .big span {
    display: block;
    float: left;
    width: 11px;
    height: 30px;
    background: #598FAE;
}

.index_main_one .big span:nth-child(1) {
    opacity: 0.08;
}

.index_main_one .big span:nth-child(2) {
    opacity: 0.2;
}

.index_main_one .big span:nth-child(3) {
    opacity: 0.4;
}

.index_main_one .big span:nth-child(4) {
    opacity: 0.6;
}

.index_main_one .big span:nth-child(5) {
    opacity: 0.8;
}

.index_main_two {
    width: 1280px;
    position: relative;
    height: 498px;
    margin: 53px auto;
}

.index_main_two .top {
    position: absolute;
    top: 0;
    right: 115px;
    z-index: 3;
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.3);
}

.index_main_two .bottom {
    width: 581px;
    height: 342px;
    position: absolute;
    top: 122px;
    left: 102px;
    z-index: 2;
}

.index_main_two .bottom .img {
    width: 518px;
    height: 291px;
    margin: 23px auto 0 25px;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.3);
}

.index_main_two .bottom .img img {
    z-index: 2;
    position: absolute;
}

.index_main_two .bottom .img .img-shadow {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.37);
}

.index_main_two .bottom .img ul {
    margin-top: 100px;
    display: flex;
    z-index: 4;
    position: relative;
}

.index_main_two .bottom .img li {
    width: 154px;
    text-align: center;
    margin-left: 15px;
}

.index_main_two .bottom .img li p:nth-child(1) {
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.54);
    font-size: 14px;
}

.index_main_two .bottom .img li p:nth-child(1) span {
    font-size: 60px;
}

.index_main_two .bottom .img li p:nth-child(2) {
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 19px;
}

.Rotation {
    width: 100%;
    /* height: 626px; */
    height: 448px;
    background: rgba(46, 69, 101, 1);
    margin-top: 61px;
    position: relative;
    overflow: hidden;
}

.Rotation .title {
    padding-top: 58px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
}

.Rotation .swiperBtn {
    display: none;
}

.Rotation .text {
    width: 1280px;
    margin: 39px auto 0;
    display: flex;
    justify-content: space-between;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(180, 188, 199, 1);
}

.Rotation .text li {
    margin-left: 25px;
    font-size: 14px;
    height: 100%;
    position: relative;
}

.Rotation .text li:nth-child(1) {
    margin-left: 0;
}

.Rotation li span {
    color: #B4BCC7;
    cursor: pointer;
}

.Rotation li .origin {
    color: #FCA33C;
}

.origin:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 3px;
    background: #FCA33C;
    border-radius: 10px;
    left: 50%;
    bottom: -17px;
    margin-left: -40%;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.35);
    border-radius: 4px;
}

.Rotation .swiper-container {
    width: 1280px;
    /* height: 370px; */
    height: 260px;
    margin-top: 49px;
    overflow: visible;
}

.Rotation .swiper-slide {
    background-color: #fff;
}

.Rotation .swiper-slide-active {
    margin-left: 144px !important;
    margin-right: 144px !important;
}

.Rotation .swiper-slide .main_left {
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
    background: #eee;
}

.Rotation .swiper-slide .main_left img {
    width: 100%;
    height: 100%;
}

.Rotation .swiper-slide .main_right {
    width: calc(50% - 24px);
    padding-left: 24px;
    float: left;
    background: #fff;
    height: 100%;
}

.Rotation .swiper-slide .swiper_title {
    margin-top: 40px;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    color: rgba(57, 62, 69, 1);
    cursor: default;
}

.Rotation .swiper-slide .swiper_text {
    margin-top: 20px;
    width: 100%;
    /* height: 190px; */
    height: 90px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    overflow: hidden;
    padding-right: 15px;
    box-sizing: border-box;
    text-align: justify;
}

.Rotation .swiper-slide .more {
    width: 84px;
    height: 36px;
    margin-top: 20px;
    background: rgba(252, 163, 60, 1);
    text-align: center;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    display: block;
}

.Rotation .swiper-pagination {
    bottom: -30px !important;
}

.Rotation .swiper-button-prev {
    background: rgba(255, 255, 255, 1);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    left: 40px;
    /* top: 180px; */
    top: 130px;
    font-size: 34px;
    color: #666;
}

.Rotation .swiper-button-next {
    background: rgba(255, 255, 255, 1);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    right: 40px;
    /* top: 180px; */
    top: 130px;
    font-size: 34px;
    color: #666;
}


.index_main_three {
    width: 1280px;
    margin: 36px auto 0;
}

.index_main_three h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: rgba(0, 0, 0, 1);
}

.main_three {
    display: flex;
    margin: 20px auto 0;
    overflow: hidden;
    width: 100%;
    height: 225px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.23);
    box-sizing: border-box;
    padding: 15px 13px;
}

.main_three .three_text {
    width: calc(100% - 344px);
}

.main_three li {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    margin-top: 12px;
    margin-left: 20px;
    color: rgba(0, 0, 0, 1);
}

.main_three li:nth-child(1) {
    margin-top: 0;
}

.main_three li a {
    width: 100%;
}

.main_three li a,
.main_three li p {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.main_three li:hover a,
.main_three li:hover p {
    color: rgba(34, 173, 255, 1) !important;
}

.main_three li p {
    margin-left: 30px;
}

.index_main_four {
    width: 1284px;
    margin: 40px auto 0;
    overflow: hidden;
}

.index_main_four h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: rgba(0, 0, 0, 1);
}

.main_four {
    display: flex;
    margin-top: 20px;
    height: 380px;
    overflow: hidden;
}

.main_four .img {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: block;
}

.main_four a:nth-child(1) {
    width: 847px;
}

.main_four a:nth-child(2) {
    margin-left: 19px;
    width: 414px;
}

.index_main_four a .bottom {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    font-size: 17px;
    font-weight: bold;
    line-height: 29px;
    color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
}

.img_hover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 60px;
    box-sizing: border-box;
}

.img .img_hover h2 {
    font-size: 17px;
    font-weight: bold;
    line-height: 29px;
    color: #fff;
}

.img_hover .img_desc {
    width: 100%;
    margin-top: 40px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
}

.img_hover .img_desc .iconfont {
    margin-right: 15px;
}

.main_five {
    display: flex;
    margin-top: 20px;
    overflow: hidden;
    flex-wrap: wrap;
}

.main_five .img {
    overflow: hidden;
    position: relative;
    height: 380px;
    margin-bottom: 20px;
    margin-right: 19px;
}

.main_five .img:nth-child(1),
.main_five .img:nth-child(3),
.main_five .img:nth-child(4),
.main_five .img:nth-child(5),
.main_five .img:nth-child(7) {
    width: 414px;
}

.main_five .img:nth-child(2),
.main_five .img:nth-child(6) {
    width: 847px;
}

.main_five .img:nth-child(2),
.main_five .img:nth-child(5),
.main_five .img:nth-child(7) {
    margin-right: 0;
}


.index_main_six {
    width: 1280px;
    margin: 30px auto 30px;
}

.index_main_six div {
    cursor: pointer;
    width: 92px;
    margin: 0 auto;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
}

.index_main_six span:nth-child(1) {
    font-size: 18px;
    color: #BCD2DF;
}

.index_main_six span:nth-child(2) {
    font-size: 18px;
    color: #7AA5BE;
    margin-left: -12px;
}

.index_main_six span:nth-child(3) {
    font-size: 18px;
    color: #598FAE;
    margin-left: -12px;
}