*{
    margin: 0;
    padding: 0;
}
img{
    vertical-align: top;
}
.container{
    padding-left: 0;
    padding-right: 0;
}
.container .row{
    margin-left: 0;
    margin-right: 0;
}
a{
    text-decoration: none;
    color:inherit;
}
a:hover{
    text-decoration: none;
    color:inherit;
}

@font-face {
  font-family: "SourceHanSansCN-bold";
  src: url("../fonts/SourceHanSansCN-bold.ttf");
}

@font-face {
    font-family: "SourceHanSansCN-regular";
    src: url("../fonts/SourceHanSansCN-Regular.ttf");
}
@font-face {
    font-family: "SourceHanSansCN-medium";
    src: url("../fonts/SourceHanSansCN-Medium.ttf");
}

.bold{
    font-family: "SourceHanSansCN-bold";
}
.regular{
    font-family: "SourceHanSansCN-regular";
}
.medium{
    font-family: "SourceHanSansCN-medium";
}
.logo{
    width: 200px;
    height: 100px;
    justify-content: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.logo a{
    justify-content: center;
    display: inline-flex;
    align-content: center;
}
.logo a img{
    width: 200px;
    height: 45px;
    display: block;
}

.menus{
    height: 100px;
    width: 932px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-content: center;
    
}
.menu .title{ 
    font-size: 18px;
    /* color: #e05f40; */
    color: #000000;
    text-align: center;
    line-height: 1;
}
.menu .entitle{ 
    font-size: 13px;
    /* color: #e05f40; */
    color: #646f7b;
    text-align: center;
    line-height: 1;
    margin-top: 5px;
}
.menu{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding:0 14px;
    cursor: pointer;
    border-bottom: 4px solid transparent;
}
.menu:hover .title{
    color: #e05f40;
}
.menu:hover .entitle{
    color: #e05f40;
}
.menu:hover{
    border-bottom: 4px solid #f24536;
}
.menu.active .title{ 
    color: #e05f40;
}
.menu.active .entitle{ 
    color: #e05f40;
}
.menu.active{
    border-bottom: 4px solid #f24536;
}

.bg1{
    background: url(../images/index/home_banner_bg_1920x540.jpg) no-repeat;
    height: 540px;
    background-size: 100% 100%;
    background-position: center center;
    min-width: 1200px;
}
.bg1-2{
    background: url(../images/index/bg1_2.jpg) no-repeat;
    height: 540px;
    background-size: 100% 100%;
    background-position: center center;
    min-width: 1200px;
}
.bg1-3{
    background: url(../images/index/bg1_3.jpg) no-repeat;
    height: 540px;
    background-size: 100% 100%;
    background-position: center center;
    min-width: 1200px;
}
.bg2{
    background: url(../images/incubator/incurator_banner_bg_1920x460.jpg) no-repeat;
    height: 460px;
    background-size: 100% 100%;
    background-position: center center;
    min-width: 1200px;
}
.bg3{
    background: url(../images/onestop/platform_banner_bg_1920x460.jpg) no-repeat;
    height: 460px;
    background-size: 100% 100%;
    background-position: center center;
    min-width: 1200px;
}
.bg4{
    background: url(../images/development/plan_banner_bg_1920x460.jpg) no-repeat;
    height: 460px;
    background-size: 100% 100%;
    background-position: center center;
    min-width: 1200px;
}
.bg5{
    background: url(../images/about/about-us_banner_bg_1920x460.jpg) no-repeat;
    height: 460px;
    background-size: 100% 100%;
    background-position: center center;
    min-width: 1200px;
}
.bg6{
    background: url(../images/info/bg.jpg) no-repeat;
    height: 460px;
    background-size: 100% 100%;
    background-position: center center;
    min-width: 1200px;
}
.banner .swiper-title{
    font-size: 40px;
    line-height: 1;
    color: #ffffff;
    margin-top: 127px;
}
.banner .swiper-title-d{
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
    margin-top: 69px;
}
.banner .swiper-entitle{
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
    margin-top: 19px;
}
.banner .swiper-right{
    margin-top: 9px;
    text-align: left;
}
.banner .swiper-right img{
    vertical-align: top;
}
.banner .swiper-content{
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    margin-top: 159px;
    margin-bottom: 8px;
}
.banner .swiper-content-d{
    font-size: 28px;
    color: #ffffff;
    line-height: 1;
    margin-top: 199px;
    /* margin-bottom: 8px; */
}
.banner .swiper-blue{
    background: #73b9db;
    width: 63px;
    height: 7px;
    float: left;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 20px;
    height: 12px;
}
.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #ffffff;
    transition: all .3s linear;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 30px;
    border-radius: 12px;
    background: #f24536;
    /* background: var(--swiper-pagination-color,var(--swiper-theme-color)); */
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 9px;
}
.cn-content{
    margin-top: 50px;
    text-align: center;
}
.cn-title{
    font-size: 20px;
    color: #193858;
    text-align: center;
    line-height: 1;
    margin-bottom: 6px;
}
.cn-entitle{
    font-size: 12px;
    color: #b9bdd6;
    text-align: center;
    line-height: 1;
}
.account{
    padding: 0 40px;
    padding-top: 20px;
    padding-bottom: 100px;
}
.account .account-container{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 240px;
    height: 320px;
}
.account .account-box{
    width: 240px;
    height: 320px;
    /* background: red; */
    position: relative;
    box-shadow: 0 0 5px 4px #888888;
    border-radius: 2px;
}
.account .account-img{
    margin-top: 52px;
    text-align: center;
}
.account .account-img img{
    vertical-align: top;
}
.account  .account-word{
    position: absolute;
    width: 100%;
    top: 219px;
    padding: 0 20px;
    font-size: 12px;
    line-height: 1.4;
    color:#646f7b;
    text-indent:2em;
}
.account .swiper-button-prev{
    width: 20px;
    height: 37px;
    background: url(../images/index/arrow_left_pressed_20x37.png) no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    left: 0;
    top: 206px;
}
.account .swiper-button-prev.swiper-button-disabled{
    background: url(../images/index/arrow_left_normal_20x37.png) no-repeat;
    background-size: 100% 100%;
}
.account .swiper-button-next{
    width: 20px;
    height: 37px;
    background: url(../images/index/arrow_right_pressed_20x37.png) no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    right: 0;
    top: 206px;
}
.account .swiper-button-next.swiper-button-disabled{
    background: url(../images/index/arrow_right_normal_20x37.png) no-repeat;
    background-size: 100% 100%;
}
.account .swiper-button-prev:after,.account .swiper-button-next:after{
    content: "";
}
.contact-container{
    background: #f1f0f5;
    padding-bottom: 58px;
}
.cn-title{
    font-size: 20px;
    color: #193858;
    text-align: center;
    line-height: 1;
    margin-bottom: 6px;
}
.cn-entitle{
    font-size: 12px;
    color: #b9bdd6;
    text-align: center;
    line-height: 1;
}
.cn-red{
    width: 40px;
    height: 4px;
    background: #ff0000;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 12px;
}
.contact-title{
    font-size: 20px;
    color: #193858;
    text-align: center;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: 6px;
}
.contact-entitle{
    font-size: 12px;
    color: #b9bdd6;
    text-align: center;
    line-height: 1;
}
.contact-red{
    width: 40px;
    height: 4px;
    background: #ff0000;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 36px;
}
.contact-left{
    width: 392px;
    height: 278px;
    float: left;
}
.contact-left img{
    vertical-align: top;
}
.contact-medium{
    width: 540px;
    height: 278px;
    float: left;
    margin-left: 128px;
    /* padding-top: 46px; */
    padding-top: 69px;
    box-sizing: border-box;
}
.contact-col{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.contact-col:last-child{
    margin-bottom: 0;
}
.contact-icon{
    float: left;
}
.contact-word{
    float: left;
    font-size: 18px;
    color: #444444;
    margin-left: 18px;
    line-height: 1;
}
.contact-content{
    float: left;
    font-size: 18px;
    color: #444444;
    margin-left: 0;
    line-height: 1;
}
.contact-right{
    float: right;
    margin-top: 123px;
    width: 106px;
}
.contact-right .qr img{
    vertical-align: top;
}
.contact-right .qr-word{
    text-align: center;
    font-size: 12px;
    line-height: 1;
    color: #666666;
    margin-top: 14px;
}

.footer{
    background: #193858;
    padding: 16px 0 13px 0;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    text-align: center;
}
.footer .beian{
    margin: 10px 0;
}
.footer .company{
    margin-top: 10px;
}
.foot-link{
    display: inline-block;
    cursor: pointer;
}


/* incurator html */
.banner .service-content{
    margin-top: 80px;
}
.service-bg{
    background: url(../images/incubator/service_bg_1920x1210.png);
    height: 1210px;
    background-size: 100% 100%;
    background-position: center center;
    min-width: 1200px;
}
.services{
    padding: 0 40px;
    /* margin-top: 20px; */
    margin-top: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.services .service-box{
    width: 300px;
    height: 300px;
    /* background: red; */
    position: relative;
    box-shadow: 0 0 5px 4px #888888;
    border-radius: 2px;
    background: #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    transition: all linear .3s;
}
.services .service-img{
    /* text-align: center; */
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
    margin-top: 42px;
}
.services .service-img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
}

.service-title{
    position: absolute;
    width: 100%;
    top: 164px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.4;
    color:#646f7b;
    text-align: center;
}
.services .service-word{
    position: absolute;
    width: 100%;
    top: 202px;
    padding: 0 30px;
    font-size: 12px;
    line-height: 1.6;
    color:#646f7b;
    text-indent:2em;
    text-align: left;
}
.services .press{
    display: none;
}
.services .normal{
    display: block;
}
.services .service-box:hover {
    background: #f24536;
}
.services .service-box:hover .service-title  {
    color: #ffffff;
}
.services .service-box:hover .service-word {
    color: #ffffff;
}
.services .service-box:hover .press{
    display: block;
}
.services .service-box:hover .normal{
    display: none;
}
.service-bt{
    margin-bottom: 0;
}

/* onestop html */
.one-bg{
    background: #fffbfb;
}
.one-content{
    margin-top: 40px;
    margin-bottom: 50px;
}
.one-img{
    float: left;
    margin-left: 140px;
}
.one-word{
    float: left;
    margin-left: 201px;
    margin-top: 126px;
}
.one-word2{
    font-style: italic;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px;
}
.one-big{
    line-height: 1;
    font-size: 36px;
    color: #3f5873;
    font-style: italic;
    margin-right: 10px;
}

/* development.html */
.dev-bg{
    background: url(../images/development/plan_bg_1920x520.png);
    height: 520px;
    background-size: 100% 100%;
    background-position: center center;
    min-width: 1200px;
}
.play{
    width: 54px;
    height: 62px;
    margin: 0 auto;
    margin-top: 147px;
    position: relative;
}
.dev-word1{
    color: #ffffff;
    background: #f24536;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    padding: 5px 7px;
}
.dev-word2{
    color: #3f5873;
    font-size: 18px;
    line-height: 1;
    text-align: center;
}
.plan-box{
    width: 100%;
    overflow: hidden;
}
.plan1{
    float: right;
}
.plan1-word{
    float: right;
    margin-top: 6px;
}
.plan2{
    float: right;
    margin-top: 64px;
}
.play-left{
    width: 250px;
    height: 283px;
    /* background: black; */
    position: absolute;
    left: -357px;
    top: -104px;
}
.play-right{
    width: 300px;
    height: 283px;
    /* background: black; */
    position: absolute;
    left: 161px;
    top: -104px;
}
.left-border1{
    position: absolute;
    left: -108px;
    top: -94px;
    width: 82px;
    height: 2px;
    background: #f24536;
}
.left-border2{
    position: absolute;
    left: -108px;
    top: 30px;
    width: 108px;
    height: 2px;
    background: #f24536;
}
.left-border3{
    position: absolute;
    left: -108px;
    top: 140px;
    width: 82px;
    height: 2px;
    background: #f24536;
}
.left-border4{
    position: absolute;
    left: -28px;
    top: -92px;
    width: 2px;
    height: 233px;
    background: #f24536;
}

.right-border1{
    position: absolute;
    left: 78px;
    top: -94px;
    width: 82px;
    height: 2px;
    background: #f24536;
}
.right-border2{
    position: absolute;
    left: 54px;
    top: 30px;
    width: 108px;
    height: 2px;
    background: #f24536;
}
.right-border3{
    position: absolute;
    left: 78px;
    top: 140px;
    width: 82px;
    height: 2px;
    background: #f24536;
}
.right-border4{
    position: absolute;
    left:78px;
    top: -92px;
    width: 2px;
    height: 233px;
    background: #f24536;
}


/* about.html */
.clearboth{
    overflow: hidden;
}
.swiper-blue-about{
    margin-top: 100px;
}
.banner .swiper-blue-entitle{
    margin-top: 15px;
}
.banner .swiper-blue-content{
    margin-top: 24px;
}
.about{
    margin-top: 36px;
}
.about-left{
    float: left;
    width: 440px;
    height: 280px;
}
.about-right{
    float: left;
    margin-left: 100px;
    width: calc(100% - 540px);
}
.about-title{
    font-size: 14px;
    color: #193858;
    line-height: 1;
    margin-top: 13px;
    margin-bottom: 5px;
    text-align: left;
}
.about-para{
    text-indent:2em;
    text-align: left;
    font-size: 14px;
    color: #3f5873;
    line-height: 1.4;
}
.about-more{
    margin-top: 28px;
    text-align: left;
    cursor: pointer;
}
.about-small{
    margin-top: 80px;
}
.zones{
    margin-top: 36px;
    margin-bottom: 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.zones .zone-box{
    width: 250px;
    height: 370px;
    /* background: red; */
    position: relative;
    background: #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 0 5px 2px #888888;
    border-radius: 2px;
}
.zones .zone-img{
    /* text-align: center; */
    width: 250px;
    height: 320px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}
.zones .zone-img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 320px;
}
.zone-center{
    font-size: 36px;
    color:#ffffff;
    text-align: center;
    line-height: 1;
    z-index: 1;
    margin-top: 108px;
    text-align: center;
    width: 100%;
}
.zone-mi{
    font-size: 14px;
}
.zone-tao{
    font-size: 20px;
    color:#ffffff;
    text-align: center;
    line-height: 1;
    z-index: 1;
    margin-top: 12px;
    text-align: center;
    width: 100%;
}

.zone-title{
    font-size: 20px;
    color:#222222;
    background: #ffffff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}


/* info.html */
.info{
    padding: 0 0;
    /* margin-top: 20px; */
    margin-top: 50px;
    /* margin-bottom: 60px; */
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.info:last-child{
    margin-bottom: 60px;
}
.info .info-box{
    width: 584px;
    height: 200px;
    padding-top: 40px;
    /* background: red; */
    position: relative;
    box-shadow: 0 0 1px 2px #888888;
    border-radius: 2px;
    background: #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    transition: all linear .3s;
    overflow: hidden;
}
.info .info-img{
    /* text-align: center; */
    width: 150px;
    height: 120px;
    float: left;
    margin-left: 20px;
    /* margin-top: 40px; */
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.info .info-img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 120px;
}
.info-contenet{
    /* margin-top: 60px; */
    margin-left: 19px;
    width: 302px;
    height: 120px;
    box-sizing: border-box;
    float: left;
    border-right: 1px #999999 solid;
}

.info-title{
    font-size: 18px;
    line-height: 1;
    color:#666666;
    text-align: left;
    margin-top: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info .info-word{
    font-size: 14px;
    line-height: 1.4;
    color:#666666;
    text-align: left;
    margin-top: 10px;
    padding-right: 20px;
}
.info-right{
    float: left;
    width: 92px;
}
.info-day{
    margin-top: 19px;
    line-height: 1;
    font-size: 40px;
    color: #666666;
}
.info-date{
    margin-top: 18px;
    line-height: 1;
    font-size: 14px;
    color: #444444;
}
.info .info-box:hover {
    background: #f24536;
}
.info .info-box:hover .info-title  {
    color: #ffffff;
}
.info .info-box:hover .info-word {
    color: #ffffff;
}
.info .info-box:hover .info-day{
    color: #ffffff;
}
.info .info-box:hover .info-date{
    color: #ffffff;
}
.info .info-box:hover .info-contenet{
    border-right: 1px #ffffff solid;
}
.info-bt{
    margin-bottom: 0;
}
.download{
    text-decoration:underline;
    color: blue;
    font-size: 14px;
    text-align: left;
}
.download:hover{
    text-decoration:underline;
    color: blue;
}

@media (min-width: 1200px){
    body .container {
        width: 1200px;
    }
}