* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;

}
img{
    width: 100%;
}

/*banner  */
.h-banner-warp{
    height: 450px;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.h-banner-warp img{
    width: 100%;
    height: 450px;
}
.h-banner-title{
    font-size: 40px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #262626;
}
.h-banner-warp-ab{
    position: absolute;
    left: 50%;
    margin-left: -700px;
    width: 1400px;
    height: 450px;
}
.h-banner-warp-ab .h-banner-title{
    margin-top: 163px;
    font-size: 40px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #262626;
}
.h-banner-con{
    height: 79px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
}
.h-banner-line{
    width: 56px;
    height: 2px;
    background: #262626;
    border-radius: 5px 5px 5px 5px;
    margin-top: 70px;
}
/*banner end*/
.h-center-warp {
    width: 1400px;
    margin: 0 auto;
}
.h-width100{
    width: 100%;
}

.h-warp {
    width: 1134px;
    height: 140px;
    background: rgba(255, 255, 255, .73);
    box-shadow: 0px 0px 50px 1px rgba(0, 0, 0, 0.1);
    border-radius: 30px 30px 30px 30px;
    margin: 0 auto;
    overflow: hidden;
}

.h-warp-title {
    font-size: 30px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    line-height: 40px;
    text-align: center;
    margin-top: 24px;
}

.h-warp-con {
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
    text-align: center;
}

.h-title {
    display: flex;
    flex-direction: column;
}

.h-title-name {
    font-size: 30px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #262626;
    line-height: 40px;
    margin-bottom: 20px;
}

.h-title-name span {
    margin-left: 26px;
    font-size: 28px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
}

.h-title-line {
    width: 444px;
    height: 2px;
    background: #F39700;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
}

.h-title-line-left {
    width: 76px;
    height: 6px;
    background: #F39700;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    margin-top: -4px;
}

.h-huoban-con {
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 60px;
}

.h-huoban-img {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.h-huoban-img li {
    width: 320px;
    overflow: hidden;
    /*border: 1px dashed #999;*/
    margin-left: 40px;
}

.h-huoban-img li:first-child {
    margin-left: 0;
}

.h-huoban-img li img {
    width: 100%;
    /*height: 190px;*/
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-row-center {
    align-items: center;
}

.jianjie img {
    width: 664px;
    height: 567px;
}

.jianjie {
    margin-bottom: 65px;
}

.jianjie div p {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 47px;
}

.mt35 {
    margin-top: 35px;
}

.bg-ptts {
    width: 100%;
    height: 750px;
    background: linear-gradient(180deg, #EEEEEE 0%, #EBEBEB 36%, rgba(252, 252, 252, 0) 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    padding-top: 86px;
}

.ul-ptts {
    overflow: hidden;
    margin-top: 65px;
}
.ml70{
    margin-left: 70px;
}
.ul-ptts li {
    /*width: 440px;*/
    /*height: 200px;*/
    /*background: #FFFFFF;*/
    /*box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.04);*/
    /*border-radius: 20px 20px 20px 20px;*/
    /*opacity: 1;*/
    box-sizing: border-box;
    padding-top: 49px;
    padding-left: 43px;
    padding-right: 43px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
    margin-bottom: 40px;
}
.ul-rmt {
    overflow: hidden;
    margin-top: 44px;
}
.ul-rmt .w680{
    width: 680px;
    height: 200px;
    float: left;
    padding-top: 38px;
    padding-left: 35px;
    padding-right: 35px;
    margin-right: 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.ul-ptts li:nth-child(3n) {
    margin-right: 0;
}
.ul-rmt .w680:nth-child(2n){
    margin-right: 0;
}
.ul-rmt .w680 .ptts-con {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.mt50{
    margin-top: 50px;
}
.ul-ptts-2{
    margin-top: 65px;
}
.ul-ptts-2 li{
    width: 440px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.04);
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    box-sizing: border-box;
    padding-top: 49px;
    padding-left: 43px;
    padding-right: 43px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
    margin-bottom: 40px;
}
.ul-ptts-2 li:nth-child(3n){
    margin-right: 0;
}
.ul-ptts-2 li img{
    width: 98px;
    height: 112px;
    margin-right: 35px;
}
.ul-ptts-2 li .ptts-title{
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    margin-left: 0;
}


.ul-ptts li img {
    width: 628px;
    height: 354px;
    /*margin-right: 35px;*/
}
.ul-ptts-cover{
    height: 354px;
    width: 612px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.ul-rmt .w680 img{
    width: 70px;
    height: 70px;
    margin-right: 35px;
}
.ul-rmt .w680 .ptts-title{
    font-size: 22px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    line-height: 22px;
    margin-bottom: 14px;

}
.ptts-title {
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #F39700;
    margin-bottom: 18px;
    margin-left: 34px;
}

.ptts-con {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.ptts-con-yingjian {
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    text-indent: 2em;
}

.ul-ptys {
    margin-top: 77px;
}

.mt20 {
    margin-top: 20px;
}

.ul-ptys li {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    margin-right: 92px;
    margin-bottom: 90px;
}

.ul-ptys li:nth-child(3n) {
    margin-right: 0;
}

.ul-ptys li img {
    width: 94px;
    height: 94px;
}

.ptys-title {
    height: 56px;
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    line-height: 30px;
    text-align: center;
}

.ptys-con {
    width: 400px;
    height: 81px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
}

/*功能模块 star*/
.ul-rgzn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ul-rgzn li {
    width: 450px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.04);
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    padding: 56px 64px 74px 64px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.ul-rgzn li img{
    width: 120px;
}
.ul-rgzn_r{
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
}
.ul-rgzn_r li {
    width: 450px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.04);
    border-radius: 20px 20px 20px 20px;
    padding: 56px 64px 74px 64px;
    display: flex;
    align-items: center;
    flex-direction: column;
    float: left;
    margin-right: 25px;
    box-sizing: border-box;
    margin-bottom: 25px;
    /*flex-wrap: nowrap;*/
}
.ul-rgzn_r li:nth-child(3n){
    margin-right: 0;
}
.ul-rgzn_r li img{
    width: 120px;
}
.ul-ysjj {
    /*width: 1400px;*/
    /*margin: 0 auto;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
    padding-left: 127px;
    box-sizing: border-box;
    overflow: hidden;
}
.ul-ysjj li{
    width: 416px;
    float: left;
    display: flex;
    align-items: center;
flex-direction: column;
}
.mt60{
    margin-top: 60px;
}
.ul-ysjj img{
    width: 60px;
    height: 60px;
}
.ysjj-title{
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 16px;
}
.ul-ysjj li:last-child{
    margin-left: 278px;
}
.rgzn-bg{
    width: 616px;
    height: 417px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 6px solid #2D4928;
}
.rgzn-bg2{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 616px;
    height: 421px;
    background: #2D4928;
    padding: 28px 27px;
    box-sizing: border-box;
}
.rgzn-bg2-title{
    font-size: 26px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}
.rgzn-bg2-desc{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
}

.rgzn-title {
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    line-height: 60px;
}
.rgzn-con {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.yjs-title{
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    line-height: 24px;
}
.yjs-con{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    z-index:2;
    position: relative;
}
.mt48{
    margin-top: 48px;
}
.mt17{
    margin-top: 17px;
}
.mt52{
    margin-top: 52px;
}
.yjs-img{

}
.yjs-warp{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*height: 696px;*/
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.yjs-warp img{
    width: 50%;
    flex: 1;
}
.yjs-ab-warp{
    position: absolute;
    width: 1400px;
    left: 50%;
    margin-left: -700px;
    height: 690px;
    display: flex;
    flex-direction: row;
}
.yjs-ab-warp-con{
    flex: 1;
}
.yjs-ab-title{
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    /*padding-top: 35px;*/
    /*padding-left: 45px;*/
}
.yjs-ab-con{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    /*padding-top: 20px;*/
    /*padding-left: 45px;*/
}
.mt35{
    margin-top: 35px;
}
.ml45{
    margin-left: 45px;
}

.color6{
    color: #666666;
}
.color26{
    color: #262626;
}

.yjs-bottom{
    width: 100%;
    height: 820px;
    background: #DDDCD8;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    overflow: hidden;
}
.yjs-bottom img{
    width: 1055px;
    height: 717px;
    margin-top: -60px;
    z-index: 1;
    position: relative;
}
.ml172{
    margin-left: 172px;
}

/*功能模块 end*/

/*平台 star*/
.h-tab{
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
    border-radius: 0px 0px 0px 0px;
}
.h-tab-ul li{
    float: left;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    line-height: 50px;
    margin-right: 100px;
}
.h-tab-ul li a{
    color: #444444;
    text-decoration: none;
}
.h-tab-ul li a:hover{
    color: #F39700;
}
.h-active{
    color: #F39700!important;
}
.mt54{
    margin-top: 54px;
}
.mt83{
    margin-top: 83px;
}
.mt153{
    margin-top: 153px;
}
.h-anquan-ul{
    padding-left: 137px;
    margin-top: 97px;
    overflow: hidden;
}
.anquan-title{
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    margin-top: 17px;
}
.h-anquan-ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 278px;
    float: left;
}
.h-anquan-ul li:nth-child(2n){
    margin-right: 0;
}
.h-anquan-ul li img{
    width: 70px;
    height: 70px;
}
.h-anquan-ul li .anquan-con{
    margin-top: 16px;
    width: 416px;
    height: 81px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.h-anquan-ul li .anquan-con-chanpin{
    margin-top: 16px;
    height: 81px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    width: 496px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.h-yingjian{
    width: 1243px;
    height: 104px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    text-indent: 2em;
}
.mt45{
    margin-top: 45px;
}
/*平台 end*/

/*ai start*/
.h-ai-title{
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
}
.h-ai-con {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.h-ai-con span{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
}
.h-ai-con .h-ai-con-title{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
}
 .h-ai-conb{
    width: 704px;
    height: 51px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}
.h-pingtai-img{
    width: 638px;
    height: 464px;
}
.mt13{
    margin-top: 13px;
}
.mt16{
    margin-top: 16px;
}
.mb54{
    margin-bottom: 54px;
}
.h-ai-bottom{
    width: 100%;
    height: 908px;
    background: #F2F2F2;
    overflow: hidden;
}
.ai4img{
    width: 596px;
    height: 536px;
    margin-left: 356px;
    margin-top: 81px;
}
.warpRetive{
    position: relative;
    top: 0;
    left: 0;
}
.h-ai-ab{
    position: absolute;
    top: 81px;
    left: 0;
}
.h-ai-ab2{
    position: absolute;
    top: 41px;
    left: 735px;
}
.h-ai-ab3{
    position: absolute;
    top: 555px;
    left: 0px;
}
.h-ai-ab4{
    position: absolute;
    top: 408px;
    left: 962px;
}
.h-ai-ab-title{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
}
.h-ai-ab-con{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
/*ai end*/

/*融媒体 star*/

.zhongyang{
    width: 1116px;
    height: 104px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}
.h-changjing{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}
.h-changjing li{
    width: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mt100{
    margin-top: 100px;
}
.rmt-bottom-ab{
    width: 1220px;
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -610px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #E8E8E8;
    line-height: 30px;
}
/*融媒体 end*/

/*其他产品 star*/
.mt39{
    margin-top: 39px;
}
.h-qita-con{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}
.h-qita{

}
.h-qita img{
    width: 510px;
    height: 254px;
    margin-left: 62px;
    margin-right: 128px;
}
.h-more{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #F39700;
    line-height: 26px;

}
.h-more a{
    color: #F39700;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.h-more .more-img{
    display:inline-block;
    width: 20px;
    height: 8px;
    margin-left: 10px;
}
.h-more.right{
    text-align: right;
    justify-content: flex-end;
}
.h-more.right a{
    text-align: right;
    justify-content: flex-end;
}
.mt196{
    margin-top: 196px;
}
.warp-ab1{
    position: absolute;
    top: -135px;
    left: 103px;
}
.warp-ab2{
    position: absolute;
    top: -135px;
    left: 519px;
}
.warp-ab3{
    position: absolute;
    top: -135px;
    left: 913px;
}
.warp-ab4{
    position: absolute;
    bottom: -97px;
    left: 359px;
}
.warp-ab5{
    position: absolute;
    bottom: -97px;
    left: 742px;
}
.warp-ab6{
    position: absolute;
    bottom: -97px;
    left: 1142px;
}

.tong-title{
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    line-height: 60px;
}
.tong-con{
    width: 196px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    line-height: 26px;
}
.mb207{
    margin-bottom: 207px;
}
/*其他产品 end*/

/*资讯 star*/
.warp-input input{
    border: 0;
    outline: none;
    border-bottom: 1px solid #eee;
    width: 430px;
    padding-left: 54px;
    box-sizing: border-box;
    line-height: 40px;
}
.warp-input img{
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    bottom: 9px;
}
.search-ul li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 32px;
    border-bottom: 1px solid #eee;
    margin-top: 50px;
}
.search-ul li:first-child{
    margin-top: 0;
}
.h-yue{
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
}
.h-nian{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    margin-top: 18px;
    margin-bottom: 22px;
}
.h-line{
    width: 47px;
    height: 2px;
    background: #F39700;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
}
.w731{
    width: 731px;
}
.mt28{
    margin-top: 28px;
}
.search-ul li img{
    width: 430px;
    height: 200px;
}
.search-title{
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
}
.search-con{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.detial-title{
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    margin-top: 46px;
}
.detial-desc{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    display: flex;
    flex-direction: row;
}
.ml65{
    margin-left: 65px;
}
.detial-line{
    width: 100%;
    height: 1px;
    background: #eee;
    margin-top: 32px;
    margin-bottom: 47px;
}
.detial-title2{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

/*资讯 end*/

/*关于我们*/
.h-jianjie{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    text-indent: 2em;
}
.h-linian{
    width: 612px;
}
.h-linian img{
    width: 134px;
    height: 134px;
    margin-left: 500px;
}
.h-linian-title{
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
}
.h-linian-con{
    width: 612px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}
.ml108{
    margin-left: 108px;
}
.mt43{
    margin-top: 43px;
}
.jiazhi-ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 83px;
}
.jiazhi-ul li{
    width: 254px;
    height: 188px;
}
.warpAb{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.jiazhi-warp{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.jiazhi-warp img{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    margin-top: 36px;
}
.jiazhi-warp div{
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 41px;
}
.see-more{
    margin-top: 39px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    width: 100%;
    text-align: right;
}
.see-more a{
    color: #666666;
    text-decoration: none;
    text-align: right;
}
.h-zizhi-ul{
    margin-top: 22px;
    margin-bottom: 95px;
}
.h-zizhi-ul li{
    margin-right: 56px;
    margin-bottom: 50px;
    float: left;
}
.h-zizhi-ul li:nth-child(4n){
    margin-right: 0;
}
.h-zizhi-ul li img{
    width: 308px;
    height: 424px;
}
.zhao{
    width: 1400px;
    height: 84px;
    background: #F6F6F6;
    font-size: 22px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    line-height: 84px;
    text-align: center;
}
.zhao-ul li{
    height: 85px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 155px;
    border-bottom: 1px solid #ccc;
}
.h-yellow{
    color: #F39700;
    width: 180px;
}
.h-women{
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.map-ab{
    position: absolute;
    right: 52px;
    top: 72px;
    width: 356px;
    height: 275px;
    background: #FFFFFF;
}
.map-ab-title{
    width: 356px;
    height: 73px;
    background: #F39700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.map-con{
    width: 273px;
    height: 41px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
    margin-left: 60px;
}
.map-con span{
    color: #262626;
}
.mt120{
    margin-top: 120px;
}
.mt80{
    margin-top: 80px;
}
.mb90{
    margin-bottom: 90px;
}

/*轮播图 star*/

.cover{
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
.swiper-container,.swiper-wrapper{
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/

}
.mt77{
    margin-top: 77px;
}
.mt66{
    margin-top: 66px;
}
.mb64{
    margin-bottom: 64px;
}
.swiper-slide-ssd{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../img/banner-bg.png") no-repeat right bottom;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.swiper-slide-con{
    width: 1440px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.i-sw2{
    display: flex;
    flex: 1;
    margin-top: 113px;
}
.i-sw2 img{
    width: 116px;
}
.banner-line{
    width: 56px;
    height: 2px;
    background: #F39700;
    border-radius: 5px 5px 5px 5px;
}
.bg187{

    background: #1876B4;
}
.bg8B8{

    background: #8B8B8B;
}
.bg23B{
    background:#23B24E
}
.banner-desc{
    width: 414px;
    height: 104px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000;
    line-height: 40px;
}
.banner-desc span{
    color: #F39700;
}
.banner-desc .col187{
    color: #1876B4;
}

.banner-desc .col3A7{
    color: #3A76FD;
}

.ml14{
    margin-left: 14px;
}
.banner-ul{
    margin-top: 44px;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 59px;
}
.banner-ul li{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 48px;
}
.ul-m79 li{
    margin-right: 79px!important;
}
.banner-ul li:last-child{
    margin-right: 0;
}
.banner-ul li img{
    width: 38px;
    height: 38px;
}
.banner-ul li div{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.more-banner a{
    margin-top: 79px;
    width: 150px;
    height: 50px;
    border-radius: 50px 50px 50px 50px;
    opacity: 1;
    border: 1px solid #F39700;
    color: #F39700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #F39700;
    line-height: 40px;
    cursor: pointer;
    text-decoration: none;
}
.more-banner a:hover{
    background: #F39700;
    color: #fff;
}
.swiper-pagination-horizontal{
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -100px;
}

.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 100px!important;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet{
    width: 16px!important;
    height: 16px!important;
    display: inline-block;
    border-radius: 8px!important;
    background: #fff;
    opacity: .5;
    margin-right: 10px;
}
.swiper-pagination-bullet-active{
    width: 89px!important;
    height: 16px!important;
    background: #F39700!important;
    opacity: .9;
}
/*轮播图 end*/

/*产品服务*/
.tabs-cover-ul{
    width: 1326px;
    height: 70px;
    background: #FFFFFF;
    margin: 0 auto;
    box-shadow: 0px 0px 50px 1px rgba(0,0,0,0.1);
    border-radius: 34px 34px 34px 34px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 49px;
    margin-bottom: 34px;
}
.tabs-cover-ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 70px;
    cursor: pointer;
    color: #262626;

    border-radius: 35px 35px 35px 35px;
}
.tabs-cover-ul li.active{
    background: #F39700;
    color: #fff;
}
.tabs-cover-ul li:hover{
    background: #F39700;
    color: #fff;
}
.chanpin-title{
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;

    color: #262626;
}
.chanpin-title2{
    text-align: center;
    margin-top: 16px;
    margin-bottom: 53px;
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.chanpin-cover{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.chanpin-cover img{
    width: 726px;
    height: 477px;
}
.jieshao{
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #4E95FF;
    margin-bottom: 29px;
}
.point{
    width: 8px;
    height: 8px;
    background: #F39700;
    margin-right: 10px;
    border-radius: 50%;
    margin-top: 10px;
    flex: 0 0 8px
}
.mb40{
    margin-bottom: 40px;
}
.mb10{
    margin-bottom: 10px;
}
.mt6{
    margin-top: 6px;
}
.mb20{
    margin-bottom: 20px;
}
.mb83{
    margin-bottom: 83px;
}

.jieshao-bottom{
    display: flex;
    width: 630px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    line-height: 30px;
}
.jieshao-bottom-desc{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
}
.chanpin-con-ul .show{
    display: block;
}
.chanpin-con-ul .hide{
    display: none;
}
/*产品服务 end*/

/*顶部导航 nav star*/

.navCover {
    position: fixed;
    top: 0px;
    left: 0;
    /*margin-left: -585px;*/
    width: 100%;
    height: 80px;
    background: #fff;
    /*margin: 0 auto;*/
    border: 1px salmon;
    z-index: 2;

    color: #262626;
}
.navCover-c{
    width: 1400px;
    height: 80px;
    margin: 0 auto;
    border: 1px salmon;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rexian{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
/*.bannerCover{*/
/*    width:100%;*/
/*    height: 560px;*/
/*    position: relative;*/
/*    background: #313135;*/
/*}*/
.bannerCover-con{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1170px;
    height: 560px;
    margin-left: -585px;
}
.navCover-c a:hover{
    color:#FE9A22!important;
}

.navCover img {
    width: 75px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.navCover ul {
    margin-left: 114px;
    display: inline-block;
    vertical-align: bottom;
}

.navCover ul li {
    display: inline-block;
    line-height: 80px;
    margin-right: 42px;
    position: relative;
    top: 0;
    left: 0;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    /*line-height: 24px;*/
}
.navCover ul li a{

    color: #262626;
}

.navCover ul li:hover .lihover {
    display: flex;
}

.lihover {
    position: absolute;
    top: 80px;
    left: -43px;
    display: none;
    /*width: 215px;*/
    /*height: 299px;*/
    background: #fff;
    /*display: flex;*/
    flex-direction: row;
    justify-content: space-between;
    padding: 22px 17px;
    box-sizing: border-box;
}

.sanjiao {
    position: absolute;
    top: -16px;
    left: 60px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #fff;
}

.list {
    width: 170px;
    color: #000;
}

.list-title {
    font-size: 14px;
    font-family: PingFang SC-Semibold, PingFang SC;
    color: #313135;
    line-height: 40px;
}
.list-title a{
    color: #313135!important;
}

.list-con,.list-con a{
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #313135!important;
    line-height: 16px;
    margin-bottom: 18px;
}


/*顶部导航 end*/

/*新闻*/
.u_swiper-container{
    width: 1400px;
    margin: 0 auto;
    margin-top: 75px;
    padding: 0 19px;
    overflow: hidden;
    position: relative;
}
.u_swiper-container .swiper-wrapper{
    width: 1400px;

}
.u_swiper-container .swiper-slide-youshi{

    display: flex;
    align-items: flex-start;
    flex-direction: column;


    width: 400px!important;
    height: 534px!important;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 1px solid #F1F0F5;

    margin: 0 34px;
    box-sizing: border-box;
    padding-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;

}
.swiper-slide-youshi img{
    width: 400px;
    height: 284px;
    /*margin-bottom: 32px;*/
}

.swiper-slide-youshi-title{
    font-size: 24px;
    width: 340px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    text-align: left;
    margin-left: 30px;
    margin-top: 17px;
}
.swiper-slide-youshi-desc{
    height: 116px;
    overflow: hidden;
    font-size: 14px;
    width: 340px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    text-align: left;
    margin-left: 30px;
    margin-top: 13px;

}
.swiper-slide-youshi-time{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    width: 340px;
    text-align: right;

}
.ml30{
    margin-left: 30px;
}
.u_swiper-container .swiper-button-prev{
    left: 25px;
}
.u_swiper-container .swiper-button-next{
    right: 11px;
}
.u_swiper-container .swiper-button-prev:after{
    content: none;
}
.u_swiper-container .swiper-button-next:after{
    content: none;
}
.prev-img{
    width: 60px;
    height: 60px;
}
.mt109{
    margin-top: 109px;
}
.mb96{
    margin-bottom: 96px;
}

/*.swiper-slide-youshi:hover{*/
/*    background: #FE9A22;*/
/*    box-shadow: 0px 40px 92px -16px rgba(254, 153, 33, 0.30000001192092896);*/
/*    border-radius: 8px 8px 8px 8px;*/
/*}*/


/*最底部 */
.bottom{
    width: 100%;
    height: 240px;
    background: #23262B;
    /*margin-top: 150px;*/
    padding-top: 22px;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bottom-cover{
    width: 1014px; margin: 0 auto; display: flex;justify-content: space-between;
}

.bottom-div {


}

.bottom-div .title {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.bottom-ul {
    /*margin-top: 20px;*/
}

.bottom-ul li a {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;

}
.bottom-ul li{
    margin-top: 16px;
}

.bottom-last {
    width: 100%;
    line-height: 55px;
    height: 55px;
    background: #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;

}
/*.bottom-last-cover{*/
/*    width: 1170px;*/
/*    height: 60px;*/
/*    margin: 0 auto;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    !*margin-left: 229px;*!*/
/*}*/

/*最底部 end*/