* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

@charset "utf-8";*,body,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,img,legend,li,ol,p,ul {
                     margin: 0;
                     padding: 0;
                 }

li,ul li {
    list-style-type: none
}

body {
    font: 14px/1.5 "PingFang SC","Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
    background-color: #F8F9FA;
}

.hidden{
    display:none;
}

.clearboth{
    clearboth: both
}

.txt-ellipsis {
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis
}

/** top-header start**/
.top-header{
    width: 100%;
    min-width: 1200px;
    height: 80px;
    background-color: #fff;
    position: fixed;
    z-index: 30;
    font-family: PingFangSC-Medium,"微软雅黑", PingFang SC;
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
}

.top-header .layout {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header .home-logo {
    float: left;
    margin-right: 40px;
    width: 221px;
    height: 22px;
    overflow: hidden;
    background: url(../imgs/logo-blue-wanming.png) no-repeat left center;
    background-size: contain;
}



.top-header .header-nav {
    float: left;
    margin-top: 20px;
    /*max-width: 700px;*/
    width: 650px;
    height: 60px;
    position: relative;
    text-align: right;
    flex:1;
    display: flex;
}

.top-header .header-nav a,
.top-header .header-nav .dropdown {
    /*float: left;*/
    display: inline-block;
    margin: 0 10px;
    height: 60px;
    line-height: 34px;
    font-size: 16px;
    color: #0079FE;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    flex:1
}

.top-header .header-nav a span,
.top-header .header-nav .dropdown span {
    display: inline-block;
    height: 22px;
    font-size: 16px;
    font-family: ,PingFangSC-Medium,"微软雅黑",PingFang SC;;
    font-weight: 400;
    color: #0079FE;
    line-height: 22px;
    opacity: 0.8;
}

.top-header .header-nav a:hover span,
.top-header .header-nav a.active span,
.top-header .header-nav .dropdown:hover span  {
    text-decoration: none;
    font-family: PingFangSC-Regular,"微软雅黑", PingFang SC;;
    font-weight: bold;
    color: #0079FE;
    opacity: 1;
}

.top-header .header-nav .dropdown .arrow {
    margin-left: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    /*border-color: #333 transparent transparent;*/
    background: url(../images/icon-nva-arrow.png) no-repeat left center;
    position: relative;
    top: 3px;
}

.top-header .header-nav .dropdown:hover .arrow {
    top: 3px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}

.top-header .header-nav .dropdown .d-menu {
    display: none;
    padding: 10px 0;
    width: 160px;
    height: 224px;
    font-size: 16px;
    position: absolute;
    right: -29px;
    top: 60px;
    background-color: #fff;
    font-weight: 400;
    line-height: 16px;
    /*border-top: 2px solid #6bc30d;*/
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
    opacity: 1;
}

.top-header .header-nav .dropdown:hover .d-menu {
    display: block;
    opacity: 1;
}

.top-header .header-nav .dropdown .d-menu a {
    display: block;
    float: none;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    color: #0079FE;
    padding: 0px;
    border: none;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-header .header-nav .dropdown .d-menu a:hover {
    text-decoration: none;
    font-weight: 500;
    color: #3C78FF;
}

.top-header .header-links{
    float: left;
    margin-left: 72px;
    margin-top: 20px;
    width: 100px;
    height: 54px;
    white-space: nowrap;
    font-size:16px
}

.top-header .header-links .header-login {
    width: 90px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #3C78FF;
    font-size: 16px;
    font-family: PingFangSC-Regular,"微软雅黑", PingFang SC;
    font-weight: 400;
    color: #3C78FF;
    line-height: 30px;
    text-align: center;
    display:inline-block;
}

.top-header .header-links .header-login:hover {
    background: rgba(60,120,255,0.1000);
    text-decoration: none;
    display:inline-block;
}

.top-header .header-links .header-login a {
     display: block;
     color: #3C78FF;
     text-decoration: none;
 }

.top-header .header-links .header-login a:hover {
    display: block;
    color: #3C78FF;
    text-decoration: none;
}


.top-header .header-links .header-free {
    width: 90px;
    height: 30px;
    border-radius: 2px;
    background: #3C78FF;
    font-size: 16px;
    display:inline-block;
    font-family: PingFangSC-Regular, "微软雅黑",PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    border: 1px solid #3C78FF;
    margin-left: 16px;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.16);
    border-radius: 5px 5px 5px 5px
}

.top-header .header-links .header-free:hover {
    display:inline-block;
    background: #3C78FF;
    opacity: 0.8;
    text-decoration: none;
    border-radius: 2px;
}

.top-header .header-links .header-free a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    font-size:16px
}

.top-header .header-links .header-free a:hover {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}
/** top-header end**/

/** main-banner start**/
.main-banner {
	width: 100%;
	min-width: 1200px;
	height: 640px;
	overflow: hidden;
	position: relative;
}

.prev {
    position: absolute;
    display: block;
    height: 102px;
    width: 102px;
    top: 269px;
    z-index: 10;
    background: url(../images/icon-banner-prev.png) no-repeat;
    outline: 0;
    left: 50%;
    margin-left: -50%
}

.next{
    position: absolute;
    display: block;
    height: 102px;
    width: 102px;
    top: 269px;
    z-index: 10;
    background: url(../images/icon-banner-next.png) no-repeat;
    right: 50%;
    margin-right: -50%;
}

.imgBtn {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 50%;
    margin-right: -90px;
    list-style: none;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.imgBtn li {
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: url(../images/icon-banner-btn2.png) right top no-repeat;
    line-height: 18px;
    cursor: pointer;
}

.imgBtn li.hover {
    width: 32px;
    height: 10px;
    background: url(../images/icon-banner-btn1.png) left bottom no-repeat;
}


.banner-advert{
    margin: 0 auto;
    position: relative;
}

.banner-div{
    top: 199px;
    right: 50%;
    z-index: 12;
    position: absolute;
    margin-right: 50px;
}

.paragraph_1 {
    width: 552px;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    font-family: PingFangSC-Medium,"微软雅黑";
    line-height: 46px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 40px;

}

.paragraph_2 {
    width: 100%;
    font-size: 20px;
    opacity:1 ;
    font-family: PingFangSC-Regular, PingFang SC,"微软雅黑";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    text-align: left;
    margin-bottom: 70px;
}

.text-wrapper-free1 {
    height: 46px;
    border-radius: 2px;
    background-color: rgba(60, 120, 255, 1);
    width: 168px;
    margin-top: 30px;

}

.text_free {
    width: 160px;
    display: inline-block;
    color: #0079FE !important;
    font-size: 24px;
    letter-spacing: 2px;
    font-family: PingFangSC-Medium,"微软雅黑";
    white-space: nowrap;
    line-height: 50px !important;
    text-align: left;
    border-radius: 20px 0px 20px 0px;
    background:#FFF;
    text-align: center;
}

.main-banner .banner-pagination {
    position: unset !important;
    width: 1200px;
    margin:0 auto;
    padding:0;
}
.main-banner .banner-pagination .swiper-pagination-bullet { 
    width: 40px;
    height: 4px;
    border-radius:0 !important;
    background: none;
    background-color: rgba(255, 255, 255, 0.50);
}
.main-banner .banner-pagination .swiper-pagination-bullet-active { 
    background: #FFF;
}

/**item-tiaoshi**/
.main-banner-layout {
	width: 100%;
	margin: 0 auto;
    position: relative;
	
}
/**item-tiaoshi**/
/** main-banner end**/


/**item-info**/
.item-info{
    width: 100%;
    min-width: 1200px;
    height: 250px;
    /* background: #FFFFFF; */
}

.item-info ul {
    margin: 0 auto;
    width: 1200px;
   
}


.item-info li {
    float: left;
    width: 224px;
    height: 250px;
    margin-top:0;
    margin-left:20px;
    line-height: 374px;
    background: #FFF;
    padding:20px 35px;
    box-sizing: border-box; 
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.16);
    border-radius: 5px
}


.item-info li .pic {
    display: block;
    width: 100%;
    height: 120px;
}

.item-info li .pic img {
    margin: 0 auto;
    display: block;
}

.item-info li span {
    display: block;
    line-height: 24px;
    overflow: hidden;
}

.item-info li .title {
    /* height: 22px; */
    line-height: 30px;
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    text-align: center;
    font-family: PingFangSC-Medium, PingFang SC,"微软雅黑";
    margin-top:25px;
    font-weight: bold;
}

.item-info li .txt {
    margin-top: 18px;
    width: 258px;
    height: 84px;
    font-size: 16px;
    font-family: PingFangSC-Regular,"微软雅黑", PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}
/**item-info**/


/**item-experience**/
.item-experience{
    width: 100%;
    min-width: 1200px;
    background: #F8F9FA;
    text-align:center;
    overflow: hidden;
    background: linear-gradient(180deg, #F8F9FA 0%, rgba(241,243,255,0.64) 100%);;
}

.item-experience .detail{
    margin-top:20px;
    margin-bottom: 44px;
}

.item-experience span {
    display: block;
    line-height: 24px;
    overflow: hidden;
}
.item-experience .title{
    height: 32px;
    font-size: 32px;
    font-family: PingFangSC-Medium, "微软雅黑",PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
}

.item-experience .txt{
    margin-top: 24px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Regular, "微软雅黑",PingFang SC;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
}
/**item-experience**/

/**item-ibs**/
.item-ibs{
    width: 100%;
    min-width: 1200px;
    height: 818px;
    background: #FFFFFF;
    text-align:center;
    overflow: hidden;
    position: relative;
}
.item-ibs .detail{
    margin-top:70px;
    margin-bottom: 49px;
    height: 40px;
    background: #FFFFFF;
}

.item-ibs span {
    display: block;
    line-height: 24px;
    overflow: hidden;
}
.item-ibs .title{
    height: 32px;
    font-size: 32px;
    font-family: PingFangSC-Medium,"微软雅黑", PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
}

.item-ibs .ibs-tab{
    width: 1200px;
    height: 60px;
    margin:auto;
}


.item-ibs ul{
    list-style: none;
}

.item-ibs li{
    display: inline;
    float: left;
    overflow: auto;
    white-space: nowrap;
    text-align:center;
    width: 12.5%;
}

.item-ibs .tab-passive{
    height: 60px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-bottom:2px solid transparent 
}


.item-ibs .tab-passive .tab-title{
    font-size: 18px;
    font-family: PingFangSC-Regular, "微软雅黑",PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 2;
    display: inline-block;
}

.item-ibs .tab-active{
    height: 60px;
    border-bottom:2px solid #0079FE !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}



.item-ibs .tab-active .tab-title{
    font-size: 18px;
    font-family: PingFangSC-Regular,"微软雅黑",PingFang SC;
    font-weight: 500;
    color: #0079FE;
    line-height: 2;
    display: inline-block;
}



.item-ibs .ibs-detail {
    width: 1200px;
    margin: auto;
}

.tab-svg.tab-active { border:none !important }
.item-ibs .tab-detail {
    width: 1200px;
    flex-direction: row;
    text-align:center;
    overflow: hidden;
    position: relative;
    display: table;

}

.item-ibs .detail-info {
    width: 440px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: top;
    padding-top:90px

}


.item-ibs .detail-img {
    padding:62px 0
}

.item-ibs .detail-title {
    font-size: 40px;
    font-family: PingFangSC-Medium,"微软雅黑", PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
    text-align:center;
    display: flex;
    align-items:center;
    justify-content: center;
}
.item-ibs .detail-title img:first-child { margin-right:22px }
.item-ibs .detail-title img:last-child { margin-left:22px }

.item-ibs .detail-content {
    margin-top: 71px;
    font-size: 20px;
    font-family: PingFangSC-Regular, "微软雅黑",PingFang SC;
    font-weight: 400;
    color: #0079FE;
    line-height: 20px;
    text-align:left;
}
.item-ibs .detail-content > .detail-content_item { display: flex;align-items: flex-start;margin-bottom:50px;font-size:20px;line-height:32px; }
.item-ibs .detail-content > .detail-content_item > div:first-child { width: 50px;text-align: center;background: linear-gradient(90deg, #427BEC 0%, rgba(66,123,236,0.44) 100%);border-radius: 16px 16px 0px 16px;margin-right:5px }
.item-ibs .detail-content > .detail-content_item > div:first-child span { background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.20));-webkit-background-clip: text;color: transparent;line-height: 31px; }
.item-ibs .detail-content > .detail-content_item:last-child { margin-bottom:0 }

.item-ibs .detail-btn {
    width: 168px;
    height: 46px;
    margin-top: 32px;
    background: #3C78FF;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 20px;
    font-family: PingFangSC-Medium, "微软雅黑",PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 46px;
    letter-spacing: 2px;
    cursor: pointer;

}



.item-ibs .detail-btn img,.item-endow .detail-btn img{
	display:none;
}
.item-ibs .detail-btn:hover img,.item-endow .detail-btn:hover img{
	display:inline;

}

.item-ibs .tab-line{
    width: 1150px;
    height: 2px;
    border: 1px solid #EEEEEE;
    margin:auto;
}

.item-ibs .tab-passive .tab-svg {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #D8D8D8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}
.item-ibs .tab-active .tab-svg {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #0079FE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}

.imgTab {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 47%;
    margin-right: -90px;
    list-style: none;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.imgTab li {
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: #D8D8D8;
    border-radius:5px;
    line-height: 18px;
    cursor: pointer;
}

.imgTab li.hover {
    width: 32px;
    height: 10px;
    background: #3C78FF;
    border-radius: 5px;
}
/**item-ibs**/



/**item-torch**/
.item-torch{
    width: 100%;
    min-width: 1200px;
    height: 918px;
    background: #F8F9FA;
    text-align:center;
    overflow: hidden;
    position: relative;
}
.item-torch .detail{
    margin-top:104px;
    margin-bottom: 40px;
    height: 40px;
}

.item-torch span {
    display: block;
    line-height: 24px;
    overflow: hidden;
}
.item-torch .title{
    height: 32px;
    font-size: 32px;
    font-family: PingFangSC-Medium,"微软雅黑", PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
}

.item-torch .ibs-tab{
    width: 1200px;
	height: 60px;
    margin:auto;
}


.item-torch ul{
    list-style: none;
}

.item-torch li{
    display: inline;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-align:center;
	/* margin-left:56px; */
    width: 14.2%;
}

.item-torch .tab-passive{
    height: 60px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-bottom:2px solid transparent 
}

.item-torch .tab-passive .tab-title{
    font-size: 18px;
    font-family: PingFangSC-Regular,"微软雅黑", PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 2;
    display: inline-block;
}

.item-torch .tab-active{
    height: 60px;
    border-bottom:2px solid #3C78FF !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.item-torch .tab-active .tab-title{
    font-size: 18px;
    font-family: PingFangSC-Regular, "微软雅黑",PingFang SC;
    font-weight: 500;
    color: #3C78FF;
    line-height: 2;
    display: inline-block;
}

.item-torch .tab-line{
    width: 1055px;
    height: 2px;
    border: 1px solid #EEEEEE;
    margin:auto;
}

.item-torch .tab-passive .tab-svg {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #D8D8D8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
    border:none
}
.item-torch .tab-active .tab-svg {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #0079FE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}

.item-torch .ibs-detail {
    width: 1200px;
    margin: auto;
}


.item-torch .tab-detail {
    width: 1200px;
    flex-direction: row;
    text-align:center;
    overflow: hidden;
    position: relative;
    display: table;
}

.item-torch .detail-info {
    width: 440px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: top;
    padding-top:90px

}


.item-torch .detail-img {
    padding:62px 0
}

.item-torch .detail-title {
    height: 40px;
    font-size: 40px;
    font-family: PingFangSC-Medium,"微软雅黑", PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
    text-align:left;

}

.item-torch .detail-content {
    margin-top: 26px;
    padding-right: 72px;
    font-size: 16px;
    font-family: PingFangSC-Regular,"微软雅黑", PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-align:left;
}


.item-torch .detail-btn {
    width: 168px;
    height: 46px;
    margin-top: 32px;
    background: #3C78FF;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 20px;
    font-family: PingFangSC-Medium,"微软雅黑", PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 46px;
    letter-spacing: 2px;
    cursor: pointer;
}

.imgTab {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 47%;
    margin-right: -90px;
    list-style: none;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.imgTab li {
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: #D8D8D8;
    border-radius:5px;
    line-height: 18px;
    cursor: pointer;
}

.imgTab li.hover {
    width: 32px;
    height: 10px;
    background: #3C78FF;
    border-radius: 5px;
}
/**item-torch**/


/**item-endow**/
.item-endow{
    width: 100%;
    min-width: 1200px;
    height: 3040px;
    background: #FFFFFF;
    text-align:center;
    overflow: hidden;
}

.item-endow .detail{
    margin-top:70px;
    height: 72px;
}

.item-endow span {
    display: block;
    line-height: 24px;
    overflow: hidden;
}
.item-endow .title{
    height: 32px;
    font-size: 32px;
    font-family:  PingFangSC-Medium,"微软雅黑", PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
}

.item-endow .txt{
    margin-top: 24px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Regular,"微软雅黑", PingFang SC;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
}

.item-endow .tab-detail {
    width: 1200px;
    height: 700px;
    flex-direction: row;
    text-align:center;
    margin: auto;
    display: table;
}

.item-endow .detail-img1 {
    width: 795px;
}

.item-endow .detail-info1 {
    width: 390px;
    height: 700px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: top;
}


.item-endow .detail-info2 {
    width: 440px;
    height: 700px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: top;
}

.item-endow .detail-img2 {
    width: 795px;
}

.item-endow .detail-title {
    font-size: 40px;
    font-family: PingFangSC-Medium,"微软雅黑", PingFang SC;
    font-weight: 500;
    color: #0079FE;
    line-height: 40px;
    text-align:left;
    padding-top:134px;
    position: relative;
}

.item-endow .detail-content {
    margin-top: 26px;
    font-size: 16px;
    font-family:PingFangSC-Regular, "微软雅黑", PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-align:left;
}


.item-endow .detail-btn {
    width: 168px;
    height: 46px;
    margin-top: 32px;
    background: #3C78FF;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 20px;
    font-family: PingFangSC-Medium,"微软雅黑", PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 46px;
    letter-spacing: 2px;
    cursor: pointer;
}

#wisdom .detail-title::before { position: absolute;top:0;left:0;content:'01';background-image: linear-gradient(180deg, #F3F3F3 0%, rgba(250,250,250,0.16) 98%);-webkit-background-clip: text;color: transparent;font-size: 150px;font-weight: 700;line-height: 1; }
#invest .detail-title::before { position: absolute;top:0;left:0;content:'02';background-image: linear-gradient(180deg, #F3F3F3 0%, rgba(250,250,250,0.16) 98%);-webkit-background-clip: text;color: transparent;font-size: 150px;font-weight: 700;line-height: 1; }
#declare .detail-title::before { position: absolute;top:0;left:0;content:'03';background-image: linear-gradient(180deg, #F3F3F3 0%, rgba(250,250,250,0.16) 98%);-webkit-background-clip: text;color: transparent;font-size: 150px;font-weight: 700;line-height: 1; }
#enterprise .detail-title::before { position: absolute;top:0;left:0;content:'04';background-image: linear-gradient(180deg, #F3F3F3 0%, rgba(250,250,250,0.16) 98%);-webkit-background-clip: text;color: transparent;font-size: 150px;font-weight: 700;line-height: 1; }

/**item-endow**/




/**item-format transparent**/
.item-format{
    width: 100%;
    min-width: 1200px;
    background: #F8F9FA;
    text-align:center;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, #F8F9FA 0%, rgba(241,243,255,0.64) 100%);;
}
.item-format .detail{
    margin-top:70px;
    height: 72px;
    margin-bottom: 41px;
}


.item-format .title{
    display: block;
    height: 32px;
    font-size: 32px;
    font-family: PingFangSC-Medium,"微软雅黑", PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
}

.item-format .txt{
    display: block;
    margin-top: 24px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Regular,"微软雅黑", PingFang SC;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
}

.item-format .span-title {
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    display: block;
    line-height: 70px;
    overflow: hidden;
    font-size: 20px;
    font-family: PingFangSC-Medium,"微软雅黑", PingFang SC;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    background: rgba(0, 0, 0, 0.70);
}



.item-format .inf-detail {
    height: 700px;
    flex-direction: row;
    text-align:center;
    overflow: hidden;
    position: relative;
}

.item-format ul {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

.item-format li {
    float: left;
    background: #FFFFFF;
    border: 1px solid transparent;
    position: relative;
    margin-bottom: 30px;
}

/**item-format**/





/**item-format**/
.item-case{
    width: 100%;
    min-width: 1200px;
    height: 912px;
    background: #FFFFFF;
    text-align:center;
    overflow: hidden;
    position: relative;
}
.item-case .detail{
    margin-top:70px;
    margin-bottom: 41px;
    height: 32px;
}

.item-case .title{
    height: 32px;
    font-size: 32px;
    font-family: PingFangSC-Medium,"微软雅黑", PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
}

.item-case .inf-detail {
    height: 700px;
    flex-direction: row;
    text-align:center;
    overflow: hidden;
    position: relative;
}

.item-case .show {
    margin: 0 auto;
    width: 1200px;
    /*overflow: hidden;*/
}

.item-case ul {
    width: 3000px;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;margin: 0px;padding: 0px;
}

.item-case li {
    margin: 0px 20px 0 0;
    float: left;
    width: 282px;
    height: 648px;
    background: #FFFFFF;
    border: 1px solid transparent;
    overflow: hidden;
}

.item-case .li-detail {
    position: relative;
    /* height: 312px; */
}

.item-case .li-detail2 {
    position: relative;
    height: 312px;
    margin-top: 24px;
}

.item-case .show span{
    width: 282px;
    background: rgba(0, 0, 0, .7);
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    font-size: 20px;
    font-family: PingFangSC-Medium,"微软雅黑", PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 70px;
    text-align:center;

}

/**item-format**/

/**item-partner**/
.item-partner{
    width: 100%;
    min-width: 1200px;
    background: #FFFFFF;
    text-align:center;
    overflow: hidden;
    position: relative;
}
.item-partner .detail{
    margin-top:70px;
    margin-bottom: 41px;
    height: 32px;
}

.item-partner .title{
    height: 32px;
    font-size: 32px;
    font-family: PingFangSC-Medium,"微软雅黑", PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
}
.item-partner .inf-detail {
    width: 100%;
    min-width: 1200px;
    flex-direction: row;
    text-align:center;
    overflow: hidden;
    position: relative;
}

.item-partner .detail-article{
    width: 1200px;
    margin: auto;
}

.item-partner .detail-article div {
	display: flex;
    justify-content: center;
    text-align:left;
    margin-bottom: 30px;
    overflow: hidden;
	font-size:0;
}

.item-partner span {
    margin: 0;
    flex-shrink: 1;
    flex-grow: 0;
}


/**item-partner**/

.item_about_content_item { color:#666666;font-size: 16px;font-weight: 400;line-height: 28px; }


/* footer */
.footer-wanming {
    width: 100%;
    height: 299px;
    background: #020305;
}
.footer-wanming .footer_content {
    margin: 0 auto;
    width:1200px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.footer_content_left { flex: 1;padding-top: 45px }
.footer_content_left_link { margin-bottom:52px }
.footer_content_left_link a{ text-decoration:none;color:#FFF;font-size:16px;margin-right: 60px;line-height: 1; }
.footer_main_left_main  { display: flex;align-items:center;font-size:14px;color:#FFF;margin-bottom: 34px; }
.footer_main_left_main  img { width:20px;height:20px;margin-right:5px }
.footer_main_left_bottom { display: flex;align-items: center;color:#F0F2F6 }
.footer_main_left_bottom a{ font-size:14px;color:#F0F2F6;display: flex;align-items:center;text-decoration:none;line-height: 1; }
.footer_main_left_bottom img { margin-left: 20px;margin-right:5px;width:20px;height:22px }

















.szgs {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;

}
.szgs img {
    display: block;
    height: 20px;
}
/*footer end*/

/*bar start*/
.right_barring {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 200px;
    padding: 0.5rem 1rem;
    z-index: 100;
	padding-left: 114px
}


.right_barring .bar-square{
    /* background: #3C78FF; */
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.0500);
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding-top: 8px;
    cursor: pointer;
}
.right_barring .bar-square:hover{
    /* background: #6090FC; */
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.0500);
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding-top: 8px;
    cursor: pointer;
}


.right_barring .bar-icon{
    text-align: center;
    height: 32px;
}


.right_barring .bar-txt{
    margin-top: 4px;
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 14px;
    text-align: center;
}


.div-tel{
    width: 274px;
    height: 176px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.0500);
    border-radius: 6px;
    border: 1px solid #3C78FF;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 97px;


}
.div-tel-sp1{
      height: 22px;
      margin-top: 32px;
      font-size: 22px;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 500;
      color: #333333;
      line-height: 22px;
  }

.div-tel-sp2{
    height: 28px;
    margin-top: 16px;
    font-size: 28px;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
    color: #3C78FF;
    line-height: 28px;
}

.div-tel-sp3{
    margin-top: 32px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #929292;
    line-height: 44px;
    height: 44px;
    background: #F7F7F7;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.div-vcode{
    width: 274px;
    height: 288px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.0500);
    border-radius: 6px;
    border: 1px solid #3C78FF;
    text-align: center;
    position: fixed;
    bottom: 200px;
    right: 97px;
	z-index:999999;
}
.div-vcode-sp1{
    height: 22px;
    margin-top: 32px;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}

.div-vcode-sp2{
    height: 140px;
    margin-top: 16px;
    font-size: 28px;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
    color: #3C78FF;
}

.div-vcode-sp3{
    margin-top: 32px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #929292;
    line-height: 44px;
    height: 44px;
    background: #F7F7F7;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
/*bar end*/

.div-consult {
    position: fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
    text-align: center;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.50);
}
.popupmain{
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
    width: 350px;
    background: #FFFFFF;
    box-shadow: 0px 8px 32px 0px rgba(255,255,255,0.5);
    border-radius: 20px;
    overflow: hidden;
 }
.div-consult-sp1{
    height: 22px;
    margin-top: 56px;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}

.div-consult-sp2{
    height: 220px;
    margin-top: 24px;
    font-size: 28px;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
    color: #3C78FF;
}

.div-consult-sp3{
    margin-top: 40px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 46px;
    height: 46px;
    background: #F7F7F7;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;

}
.item-ibssssss li{ width:14.2% }