#main {
    overflow: visible;
}

.circle {
    max-width: 100%;
    min-width: 940px;
    margin: 0 auto;
}

.circle-case {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.circle-item {
    flex: 1;
    overflow: hidden;
}

.circle #carousel-example-generic {
    height: 470px;
}

.circle .carousel-inner img {
    height: 470px;
    width: 640px;
}

.circle #carousel-example-generic .carousel-indicators {
    width: 100%;
    height: 54px !important;
    padding: 0 !important;
    margin: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
}

.circle #carousel-example-generic .carousel-indicators li {
    width: 100% !important;
    border-radius: 0 !important;
    height: 54px !important;
    display: none !important;
    background: none !important;
    border: none !important;
}

.circle #carousel-example-generic .carousel-indicators li.active {
    width: 100% !important;
    border-radius: 0 !important;
    height: 54px !important;
    display: block !important;
    text-indent: 0 !important;
}

.circle #carousel-example-generic .carousel-indicators li div {
    width: 100% !important;
    border-radius: 0 !important;
    color: #fff !important;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    position: relative;
    text-indent: 25px;
}

.circle #carousel-example-generic .carousel-indicators li div:after {
    position: absolute;
    top: 49%;
    left: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    display: block;
    content: "";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.circle-case .circle-item:last-child {
    display: flex;
    flex-direction: column;
}

.circle-article {
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.circle-article div {
    width: 90%;
    text-align: center;
}

.circle-article h4 {
    margin-top: 10px;
}

.circle-article h4 a {
    color: #ae2d32;
    font-size: 2rem;
}

.circle-date {
    font-size: 1.2rem;
    color: #999;
    text-align: center;
    margin-top: 5px;
}

.circle-subject {
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.5rem;
    color: #333;
    line-height: 2rem;
    -webkit-line-clamp: 3;
}

.circle-case .circle-item:last-child>div:nth-child(2) {
    width: 100%;
    overflow: hidden;
}

.circle-list {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.carousel-inner .item {
    height: 470px !important;
}

.circle-list-con {
    width: 100%;
    overflow: hidden;
    margin: 1rem 0 0 0.5rem;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    height: 100%;
    width: 100%;
}

.circle-list-con ul {
    width: 100%;
    height: 100%;
}

.circle-list-con ul li {
    display: flex;
    justify-content: space-between;
    list-style-type: disc;
    overflow: hidden;
    position: relative;
    width: 98%;
    font-size: 1.4rem;
    max-height: 2rem;
    margin-bottom: 5%;
}

.circle-list-con ul li:last-child {
    margin: 0
}

.circle-list-con ul li:after {
    position: absolute;
    left: 6px;
    top: 44%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cecece;
    display: block;
    content: "";
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.circle-list-con ul li a {
    font-size: 1.5rem;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.circle-list-con ul li span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.circle-list-con ul li span:nth-child(1) {
    text-indent: 20px;
}

.circle-more {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 4.5%;
}

.circle-more div {
    width: 80px;
    height: 30px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    margin-right: 0.3%;
}

.circle-more div a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    text-align: center;
    text-indent: 4px;
}

.business {
    width: 100%;
    margin-top: 70px;
    background-image: url("../images/news/news1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 3%;
}

.business .title div span {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.business .title div::after {
    background: #fff;
}

.business-case {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.business-item {
    flex: 1;
    margin: 0 0.5%;
    width: 25%;
}

.business-item>div {
    padding: 4.5%;
    width: 96%;
    overflow: hidden;
    position: relative;
    display: flex;
    background: #fff;
    flex-direction: column;
    justify-content: space-between;
}

.business-item .img {
    width: 100%;
    height: 0;
    position: relative;
    padding: 35.2%;
}

.business-item .img:after {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.business-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.business-item .business-title {
    margin-top: 2%;
    height: 70px;
}

.business-item .business-title a {
    width: 100%;
    color: #666;
    font-size: 1.5rem;
    margin: 8px 0 10px 0;
    -webkit-line-clamp: 2;
    line-height: 25px;
}

.business-item .business-date {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1%;
}

.business-item .business-date div:nth-child(1) {
    display: flex;
    flex-direction: column;
    line-height: 2rem;
}

.business-item .business-date div:nth-child(1) span:nth-child(1) {
    font-size: 4rem;
    color: #aaa;
    line-height: 40px;
    text-indent: 6px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    ;
}

.business-item .business-date div:nth-child(1) span:nth-child(2) {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    ;
    font-size: 1.5rem;
    color: #aaa;
}

.business-item .business-date div:nth-child(2) {
    line-height: 80px;
    position: relative;
}

.business-item .business-date div:nth-child(2):after {
    background-image: url("../images/index/arrow.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 10px;
    display: block;
    content: "";
    height: 7px;
    position: absolute;
    top: 45%;
    left: -10px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.business-item .business-date div:nth-child(2) a {
    font-size: 1.3rem;
    color: #707070;
}

.business-more {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    background: #fff;
    color: #333;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin: 76px auto 0 auto;
    text-indent: 8px;
}

.dynamic {
    background: #f5f5f5;
    margin: 0 auto 0 auto;
    padding-bottom: 30px;
}

.dynamic-case {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.dynamic-one {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.dynamic-one .item {
    width: 49.5%;
    height: 100%;
    max-height: 220px;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
}

.dynamic-one .item .img {
    width: 50%;
    padding: 3%;
}

.dynamic-one .item img {
    width: 100%;
    height: 100%;
}

.dynamic-one .item .con {
    width: 50%;
    overflow: hidden;
    padding: 2.5% 3% 0% 0%;
    display: flex;
    flex-direction: column;
}

.dynamic-one .item .con p:nth-child(1) {
    max-height: 5rem;
    overflow: hidden;
}

.dynamic-one .item .con p:nth-child(1) a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dynamic-one .item div p:nth-child(2) {
    color: #999;
    font-size: 13px;
    padding: 5px 0;
}

.dynamic-one .item .con p:nth-child(3) {
    flex: 1;
    width: 100%;
    color: #666;
    font-size: 1.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    display: -moz-box;
    -moz-line-clamp: 4;
}

.dynamic-one .item div p:nth-child(4) {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.dynamic-one .item div p:nth-child(4) a {
    font-size: 13px;
    color: #0057da;
}

.dynamic-two {
    width: 100%;
    height: 156px;
    display: flex;
    justify-content: space-between;
}

.dynamic-two .item {
    width: 32.5%;
    max-height: 136px;
    background: #fff;
    margin-top: 15px;
    padding: 10px;
}

.dynamic-two .item div {
    position: relative;
}

.dynamic-two .item div p:nth-child(1) a {
    font-size: 1.5rem;
}

.dynamic-two .item div p:nth-child(2) {
    line-height: 1.8rem;
    font-size: 1.2rem;
    padding: 0;
    color: #adadad;
}

.dynamic-two .item div p:nth-child(3) {
    line-height: 23px;
    color: #666;
    width: 100%;
    height: 50px;
    font-size: 1.4rem;
    -webkit-line-clamp: 2;
}

.dynamic-two .item div p:nth-child(4) {
    position: absolute;
    display: inline;
    right: 0;
    bottom: 5px;
    background: #fff;
}

.dynamic-two .item div p:nth-child(4) a {
    font-size: 14px;
    color: #0057da;
}

.dynamic .item {
    box-shadow: 4px 4px 10px #ddd;
}

.dynamic-more {
    background: #333;
    color: #fff;
    margin-top: 40px;
}

.dynamic-more a {
    color: #fff;
}

.media {
    padding-bottom: 80px;
}

.media-case {
    max-width: 1280px;
    margin: 0 auto;
}

.media-item {
    width: 100%;
    height: 585px;
}

.media-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.media-items .items {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.media-items .items div {
    flex: 1;
    border: 1px solid #ddd;
    margin: 10px;
    box-sizing: border-box;
}

.media-items div img {
    width: 90%;
}

.media-case .carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #c8c8c8;
    border: 1px solid #c8c8c8;
    border-radius: 7px;
}

.media-case .carousel-indicators {
    bottom: -44px;
}

.media-case .carousel-indicators .active {
    width: 32px;
    height: 14px;
    margin: 0;
    background-color: #a80017;
    border-radius: 7px;
}

#carousel-example-generic1 .items div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#carousel-example-generic1 .items div:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#carousel-example-generic1 .items p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/index/porter-bg.png");
    background-size: 100% 100%;
    align-items: center;
    justify-content: center;
    display: none;
}

#carousel-example-generic1 .items p a {
    font-size: 2rem;
    color: #fff;
}

#carousel-example-generic1 .items div:hover p {
    display: flex;
}