.index-main {
    height: 100%;
    overflow: auto;
    position: relative;
}


/** 第一屏 banner **/

.index-main .banner-main {
    width: 100%;
    background-color: #1C1C1C;
    min-height: 380px;
}

.index-main .banner-main ul {
}

.index-main .banner-main ul li {
}


.index-main .banner-main ul li img {
    width: 100%;

    /*min-width: 1440px;*/
    /*max-height: 563px;*/
}

.inner {
    position: absolute;
    display: block;
    width: 56%;
    height: 100%;
    text-align: center;
    top: 18%;
    left: calc((100% - 56%) / 2);
    color: #fff;
}

.inner.banner-detail {
    text-align: left !important;
    top: 28.6% !important;
    left: calc((100% - 83%) / 2);
}

.index-main .banner-main ul li .banner-content h2{
    margin-bottom: 18px;
    font-size: 38px;
    font-weight: 500;
    font-family: "PingFangMedium";
}

.index-main .banner-main ul li .banner-content p {
    font-family: "PingFangSCRegular";
    font-size: 16px;
    line-height: 2vw    ;
}

.pos-relative {
    position: relative;
}

.index-main .banner-main ul li .banner-detail .banner-content .banner-title {
    text-align: left;
}

.index-main .banner-main ul li .banner-detail .banner-content .banner-title .min-title {
    font-size: 18px;
    font-weight: 500;
    font-family: "PingFangMedium";
    margin: 0px;
    padding: 0px;


}
.index-main .banner-main ul li .banner-detail .banner-content .banner-title .max-title {
    margin: 0px;
    margin-bottom: 10px;
    margin-top: -2px;
    font-size: 1.944vw !important;
    margin: 2px 0px 25px 0px;
    line-height: 1.944vw !important;
    font-weight: 500;

    font-family: "PingFangMedium";
}
.index-main .banner-main ul li .banner-content .banner-desc {
    margin: 0px;
    width: 65%;
}

.index-main .banner-main ul li .banner-content .detail-href {
    display: inline-block;
    width:145px;
    height:36px;
    background:rgba(233,0,29,0);
    border:1px solid rgba(255, 255, 255, 1);
    text-align: center;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:36px;
    text-decoration: none;

    margin-top: 60px;
}

.index-main .banner-main ul li .banner-content .detail-href:hover {
    background: #fff;
    color: #333;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 12px;
    width: 100%;
    z-index: 9;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 30px;
    height: 20px;
    font-size: 0;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: width .8s;
}
.swiper-pagination-switch:before {
    content: '';
    display: inline-block;
    width:20px;
    height:4px;
    background: rgba(255, 255, 255, .2);
    vertical-align: middle;
    transition: width .8s, background-color .8s;
    box-shadow: 0 3px 6px 0 rgba(33, 39, 81, 0.20);
}
.swiper-active-switch:before {
    background: #E9001D;
    box-shadow: 0 3px 6px 0 rgba(233, 0, 29, .5);
}

.industry-information-swiper .swiper-slide {
    opacity: 1;
    transition: opacity 0.7s ease-in-out;
}

.swiper-slide {
    position: relative;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    overflow: hidden;
    background: #3a3a3f;
}
.swiper-slide-active {
    opacity: 1;
}
.swiper-slide .img {
    position: absolute;
}
/** 第一屏 banner end **/

/** 第二屏 **/
.second-modular {
    background-image: url("../images/second-screen-bg.jpg");
    background-size: 100% 100%;
}

.second-modular .modular {
    width: 83.4%;
    padding: 30px 0px 0px 0px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.second-modular .modular li {
    width: calc(33.3% - 15px);
    /*min-width: 280px;*/
    background-color: #ffffff;
    margin-bottom: 30px;

    display: flex;
    flex-flow: column;
    justify-content: inherit;
}

.second-modular .modular li:hover {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

.second-modular .modular li .head {
    position: relative;
    display: flex;
}

.second-modular .modular li .head > img {
    width: 100%;
    height: 100%;
}

.second-modular .modular li .head .head-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.second-modular .modular li .head .head-content .head-title {
    font-size: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 100%;
    height: 80%;
}

.second-modular .modular li .head .head-content .head-title img {
    width: 30px;
    margin-right: 8px;
}

.second-modular .modular li .head .head-content p {
    background-color: rgba(233,0,29,0.65);
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    text-align: center;
}

.second-modular .modular li .content {
    color: #333333;
    font-size: 14px;
    font-weight: 320;
    font-family: "PingFangSCRegular";
    min-height: 131px;
    width: 65.5%;
    border-bottom: 1px solid #E9E9E9;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0px 0px 0px;
}

.second-modular .modular li .bottom {
    padding: 22px 0px;
    display: flex;
    justify-content: center;
}

.second-modular .modular li .bottom a {
    color: #E9001D;
    font-family: "PingFangSCRegular";
    font-size: 16px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.second-modular .modular li .bottom a img {
    width: 10px;
    margin-left: 3px;
}
/** 第二屏 END **/

/** 行业资讯 **/

.industry-information {

}

.industry-information .industry-information-content {
    margin: 0 auto;
    width: 83.4%;
    /*min-width: 1210px;*/
}

.industry-information .industry-information-content > .title {
    font-family: "PingFangSCRegular";
    color: #000000;
    font-weight:400;
    font-size:24px;
    text-align: center;
    padding: 30px 0px;
}

.industry-information .industry-information-content .content .swiper-slide ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #E8EAED;
    padding-left: 5px;
}

.industry-information .industry-information-content .content .swiper-slide ul li{
    background-color: #ffffff;
    padding: 36px 30px 30px 30px;
    position: relative;
    margin-right: 14px;
    width: 25%;
}

.industry-information .industry-information-content .content .swiper-slide ul li .title {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    text-align: left;
    margin-bottom: 14px;

    text-overflow:ellipsis;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.industry-information .industry-information-content .content .swiper-slide ul li .desc {
    font-size: 14px;
    font-weight: 350;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    min-height: 60px;
}

.industry-information .industry-information-content .content .swiper-slide ul li .corner-mark {
    position: absolute;
    left: 0px;
    top: 0px;
}

.industry-information .industry-information-content .content .swiper-slide ul li .corner-mark img {
    width: 35px;
}

.industry-information .industry-information-content .content .swiper-slide ul li .look-detail {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: #E9001D;
    float: right;
}

.industry-information .industry-information-content .content .swiper-slide ul li .look-detail img {
    width: 11px;
    margin-left: 2px;
}

.industry-information .industry-information-content .content .industry-information-pagination {
    text-align: center  ;
}

.industry-information .industry-information-content .content .industry-information-pagination .swiper-pagination-switch{
    width: 15px;
    margin-top: 18px;
    margin-bottom: 13px;
}

.industry-information .industry-information-content .content .industry-information-pagination .swiper-pagination-switch:before {
    width: 5px;
    height: 5px;
    border-radius: 50% ;
    background: #CCCCCC;
}

.industry-information .industry-information-content .content .industry-information-pagination .swiper-active-switch:before {
    background: #E9001D !important;
}
    /** 行业资讯 END **/

/** 全局悬浮**/
.global-float {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}

.global-float > ul > li {
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.global-float > ul > li.contact-us:hover .contact-content {
    display: flex;
}

.global-float > ul > li.contact-us  .contact-us-block {
    width: 35px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(232, 234, 237, 1);
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0px;
}
.global-float > ul > li.contact-us:hover .contact-us-block{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);

}

.global-float > ul > li.contact-us:hover .contact-content {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

.global-float > ul > li.contact-us  .contact-us-block .title {
    width: 14px;
    margin: 0px;
    color: #333333;
}
.global-float > ul > li.contact-us  .contact-us-block img {
    width: 15px;
    height: 15px;
    margin-bottom: 2px;
}

.global-float > ul > li.contact-us  .contact-content {
    position: absolute;
    right: 50px;
    top: 0px;
    height: 100%;
    background:rgba(255,255,255,1);
    border:1px solid rgba(232, 234, 237, 1);
    padding:0px 15px;
    display: flex;
    align-items: center;
    display: none;
}

.global-float > ul > li.contact-us  .contact-content .triangle {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid #E8EAED;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    position: relative;
    position: absolute;
    right: -8px;
    top: calc(50% - 4px);
}

.global-float > ul > li.contact-us  .contact-content  .triangle:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid #FFFFFF;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    position: absolute;
    left: -9px;
    top: -7px;
}

.global-float > ul > li.contact-us  .contact-content ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 170px;
    margin-bottom: 10px;
}

.global-float > ul > li.contact-us  .contact-content ul li:last-child {
    margin-bottom: 0px;
}

.global-float > ul > li.contact-us  .contact-content ul li img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.global-float > ul > li.contact-us  .contact-content ul li p.title {
    color: #888888;
    font-size: 12px;
}

.global-float > ul > li.contact-us .contact-content ul li p {
    color: #333333;
    font-size: 14px;
    margin: 0px;
}

.global-float > ul > li.top {
    display: none;
}
.global-float > ul > li.top .up:hover {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);

}

.global-float > ul > li.top .up {
    background:rgba(255,255,255,1);
    border:1px solid rgba(232, 234, 237, 1);
    border-radius:50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}
.global-float > ul > li.top .up img {
    height: 12px;
    width: 12px;
}
/** 全局悬浮 **/

