
#viewModelBox {
overflow-x: hidden;
}
.bannerFlink{
    width: 100%;
    height: 100%;display: block; 
    border-radius: 5px;
    overflow: hidden;
}
.bannerFlink img{
    width: 100%;
    height: 100%;
}
.bannerFlink_x {
    width: 14px;
    height: 14px;
    background: url(../images/introBox_x.png) no-repeat center center;
    background-size: 100% 100%;
}
 /*设置灰白效果*/
/* 
body {
    -webkit-filter: grayscale(100%);
}
*/
body {
    background-color: #fff;
}
.specialTransi{
    /* 过度动画 */
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    transition-timing-function: ease;
}
.specialBox{
    display: flex;
    justify-content: space-between;
    display: none !important;
}
.specialBox .normalBox{
    display: flex;
    align-items: center;
}
.specialBox .normalBox .leftItem{
    width: 90px;
    height: 360px;
    border-radius: 5px;
    background-color: #e0edff;
    background-image: url(../images/normalItemBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    box-sizing: border-box;
}
.specialBox .normalBox .leftItem .serImgBox{
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 代理记账 */
.specialBox .normalBox .leftItem .serImgBox.dljz{
    background-image: url(../images/iconDljz.png);
}
.specialBox .normalBox.specialOn .leftItem .serImgBox.dljz{
    background-image: url(../images/iconDljzOn.png);
}
/* 视频制作 */
.specialBox .normalBox .leftItem .serImgBox.spzz{
    background-image: url(../images/iconSpzz.png);
}
.specialBox .normalBox.specialOn .leftItem .serImgBox.spzz{
    background-image: url(../images/iconSpzzOn.png);
}
/* 品牌建设 */
.specialBox .normalBox .leftItem .serImgBox.ppjs{
    background-image: url(../images/iconPpjs.png);
}
.specialBox .normalBox.specialOn .leftItem .serImgBox.ppjs{
    background-image: url(../images/iconPpjsOn.png);
}
/* 项目申报 */
/* .specialBox .normalBox .leftItem .serImgBox.xmsb{
    background-image: url(../images/iconXmsb.png);
}
.specialBox .normalBox.specialOn .leftItem .serImgBox.xmsb{
    background-image: url(../images/iconXmsbOn.png);
} */
/* 短视频剪辑能力培养 */
.specialBox .normalBox .leftItem .serImgBox.xmsb{
  background-image: url(../images/iconDsp.png);
}
.specialBox .normalBox.specialOn .leftItem .serImgBox.xmsb{
  background-image: url(../images/iconDspOn.png);
}
/* 企业认证 */
.specialBox .normalBox .leftItem .serImgBox.qyrz{
    background-image: url(../images/iconQyrz.png);
}
.specialBox .normalBox.specialOn .leftItem .serImgBox.qyrz{
    background-image: url(../images/iconQyrzOn.png);
}
/* 检验检测 */
.specialBox .normalBox .leftItem .serImgBox.jyjc{
    background-image: url(../images/iconJyjc.png);
}
.specialBox .normalBox.specialOn .leftItem .serImgBox.jyjc{
    background-image: url(../images/iconJyjcOn.png);
}
/* 大数据选址 */
.specialBox .normalBox .leftItem .serImgBox.dsj{
    background-image: url(../images/iconDsj.png);
}
.specialBox .normalBox.specialOn .leftItem .serImgBox.dsj{
    background-image: url(../images/iconDsjOn.png);
}

.specialBox .normalBox .leftItem .serTitle{
    margin-top: 70px;
    color: #148df6;
    font-size: 18px;
    font-weight: bold;
    width: 18px;
}
.specialBox .normalBox .centerItem{
    width: 0;
    height: 360px;
    overflow: hidden;
    background-image: url(../images/unfoldBg.png);
    background-repeat: no-repeat;
    background-size: 432px 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.specialBox .normalBox .centerItem p{
    width: 432px;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    min-height: 15px;
    padding: 48px 25px 0 25px;
    box-sizing: border-box;
}
.specialBox .normalBox .centerItem a{
    margin-left: 25px;
    margin-bottom: 15px;
    display: block;
    width: 100px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border-radius: 35px;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(to right,#4780f8,#79aaf8);
}
.specialBox .normalBox .centerItem a:hover{
    background: linear-gradient(to right,#2983fb,#abd0fc);
}
.specialBox .normalBox .rightItem{
    width: 15px;
    height: 200px;
    border-radius: 0 8px 8px 0;
    background: linear-gradient(to bottom,#f5fafd,#f9fcfd);
}

.specialBox .normalBox.specialOn .leftItem{
    background-image: url(../images/hoverItemBg.png);
}
.specialBox .normalBox.specialOn .leftItem .serTitle{
    font-weight: bold;
    color: #fff;
}
.specialBox .normalBox.specialOn .centerItem{
    width: 432px;
}
.specialBox .normalBox.specialOn .rightItem{
    background: linear-gradient(to bottom,#00c0fa,#015eea);
}


/* indexTopBox */

.indexTopBox {
    height: 146px;
}

.conAuto2 {
    width: 1518px;
    min-width: 1518px;
    margin-left: auto;
    margin-right: auto;
    height: 146px;
}

.bannerBox {
    height: 500px;
    background: url(../images/bannerBg.png) no-repeat center center;
}

.yNation a {
    font-size: 34px;
    color: #148df6;
    letter-spacing: 0px;
    padding-left: 73px;
    background: url(../../public/images/pics/indexToplogo.png) no-repeat left center;
    background-size: 63px 38px;
}

.yNation a:hover {
    color: #116bd9;
}

.yNation a.on {
    color: #116bd9;
}
.yNation{
    margin-top: 54px;
}
.starNation{
  margin-top: 58px;
}
.cyahNation{
  margin-top: 59px;
}
.cyahNation a{
    display: inline-block;
    height: 37px;
    line-height: 37px;
    font-size: 34px;
    color: #f67306;
    letter-spacing: 0px;
    margin-right: 22px;
    padding-left: 125px;
    background: url(../../entrepreneurshipAnH/images/ahHeaderLogo.png) no-repeat left center;
    background-size: 125px 37px;
}
.starNation a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 34px;
    color: #f66f6a;
    letter-spacing: 0px;
    margin-left: 22px;
    padding-left: 53px;
    background: url(../../public/images/pics/indexBottomLogo.png) no-repeat left center;
    background-size:  38px;
}

/* .starNation a:hover {
    color: #d9635d;
    background: url(../../public/images/pics/indexBottomLogo.png) no-repeat left center;
} */

.loginBox {
    width: 212px;
    height: 69px;
    margin-top: 27px;
    background: url(../images/loginBoxBg.png) no-repeat left center;
    padding-top: 34px;
    padding-left: 24px;
    box-shadow: 0px 10px 10px rgba(139,139,140,.2);
}

.ml60 {
    margin-left: 60px;
}

.mlB60 {
    margin-left: 38%;
}

.loginContent {
    /* width: 236px; */
    height: 80px;
    /* background-color: #f2f6fc; */
    border-radius: 10px;
}

.loginContent .logB,
.loginContent .resB {
    width: 100px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #148df6;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
}

.loginContent .logB:hover {
    background-color: #057feb;
}

.loginContent .resB {
    background-color: #f66f6a;
    margin-left: 32px;
}

.loginContent .resB:hover {
    background-color: #e65853;
}

.topRightBox {
    width: 660px;
    height: 50px;
    /* margin-top: 8px;*/
    /* background: url(../images/indexTopRight.png) no-repeat left center; */
    /* margin-right: 20px;
    padding-left: 108px; */
    position: absolute;
    top: 360px;
    left: 350px;
}
.indexSearchBox {
  position: relative;
}
.indexSearchBox input {
    width: 638px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    /* border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; */
    border-radius: 30px;
    padding-left: 26px;
    font-size: 16px;
    color: #333;
    /* background-color: transparent; */
    background: rgba(255, 255, 255, 0.8);
    
}

.indexSearchBox .searchBtn {
    /* width: 68px;
    height: 30px;
    line-height: 30px; */
    /* background-color: #f66f6a; */
    /* font-size: 12px; */
    /* color: #fff; */
    /* border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: center; */
    position: absolute;
    right: 0px;
    top: 6px;
}

.indexSearchBox .searchBtn:hover {
    /* background-color: #f3615c; */
    cursor: pointer;
}


/* 改变placeholder颜色 */

.indexSearchBox input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #7f7f7f;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #7f7f7f;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #7f7f7f;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #7f7f7f;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #7f7f7f;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #7f7f7f;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #7f7f7f;
}

.slideBannerBox {
    width: 100%;
    height: 650px;
    overflow: hidden;
    min-width: 1300px;
}

.slideBannerBox .hd {
    z-index: 999;
    /* left: 916px; */
    width: 100%;
    top: 620px;
}

.slideBannerBox .hd ul {
    /* width: 114px; */
    height: 4px;
    text-align: center;
}

.slideBannerBox .hd ul li {
    width: 30px;
    height: 4px;
    border-radius: 1px;
    background-color: rgba(255, 255, 255, .3);
    margin-right: 12px;
    cursor: pointer;
}

.slideBannerBox .hd ul li.on {
    background-color: #fff;
}

.slideBannerBox .bd li a {
    /* width: 100%; */
    position: relative;
}

.slideBannerBox .bd ul {
    width: 100% !important;
    height: 100%;
}

.slideBannerBox .bd li {
    width: 100% !important;
    height: 100%;
}

.slideBannerBox .bd li img {
    /* position: absolute;
    margin-left: 50%;
    top: 0px;
    left: -960px;
    width: 1920px !important; */
    width: 100%;
    height: 650px;
    /* margin: auto; */
}


/* stationIntro */

.stationIntro {
    left: 0px;
    top: -365px;
    z-index: 200;
}

.stationIntro li {
    box-shadow: 0px 3px 16px rgba(0, 9, 56, .2);
    z-index: 99999;
}

.stationIntro li .introText {
    width: 298px;
    height: 65px;
    padding: 17.5px 25px;
    top: 0px;
    left: 192px;
    background-color: rgba(235, 241, 253, .9);
    border-radius: 5px;
    color: #5e626b;
    line-height: 22px;
    z-index: 0;
}

.stationIntro li .mainA {
    border-radius: 5px;
    font-size: 18px;
    color: #f66f6a;
    height: 32px;
    padding-top: 68px;
}

.stationIntro .li1 .mainA {
    width: 200px;
    background: url(../images/nationIntroli1.png) no-repeat center;
}

.stationIntro .li2 .mainA {
    width: 200px;
    background: url(../images/nationIntroli2.png) no-repeat center;
}

.stationIntro .li3 .mainA {
    width: 200px;
    background: url(../images/nationIntroli3.png) no-repeat center;
}


/* .stationIntro .li1{
    top: -370px;
}
.stationIntro .li2{
    top: -250px;
}
.stationIntro .li3{
    top: -130px;
} */


/* navBox */

.navBox {
    height: 60px;
    background-color: rgba(255, 255, 255, 0);
    min-width: 1300px;
    /* background: url(../../public/images/homeNew/ah4.png) no-repeat center center;
    background-size: 100% 100%; */
    /* margin-top: -24px; */
    /* z-index: 3; */
    /* position: relative; */
    position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.navBox ul li {
    /* nav排版修改 */
    /* width: 200px; */
    width: 130px;
    height: 60px;
}

.navBox ul li a {
    height: 100%;
}

/* .navBox ul li.nav1 {
    background: url(../images/indexIcon1.png) no-repeat center 10px;
}

.navBox ul li.nav1.on {
    background: url(../images/indexIcon1Hover.png) no-repeat center 10px;
}

.navBox ul li.nav2 {
    background: url(../images/indexIcon2.png) no-repeat center 10px;
}

.navBox ul li.nav2:hover {
    background: url(../images/indexIcon2Hover.png) no-repeat center 10px;
}

.navBox ul li.nav3 {
    background: url(../images/indexIcon3.png) no-repeat center 10px;
}

.navBox ul li.nav3:hover {
    background: url(../images/indexIcon3Hover.png) no-repeat center 10px;
} */

.icon_gold {
    width: 19px;
    height: 19px !important;
    top: 4px;
    right: 56px;
    background: url(../images/icon_gold.png) no-repeat center center;
}

.navBox ul li:hover .icon_gold {
    background: url(../images/icon_goldHover.png) no-repeat center center;
}

.iconGoldTipBox {
    z-index: 999;
    width: 69px;
    height: 29px;
    line-height: 20px;
    top: -28px;
    left: 16px;
    color: #fff;
    padding-left: 27px;
    background: url(../images/goldTip.png) no-repeat center center;
}

/* .navBox ul li.nav4 {
    background: url(../images/indexIcon4.png) no-repeat center 10px;
}

.navBox ul li.nav4:hover {
    background: url(../images/indexIcon4Hover.png) no-repeat center 10px;
}

.navBox ul li.nav5 {
    background: url(../images/indexIcon5.png) no-repeat center 10px;
}

.navBox ul li.nav5:hover {
    background: url(../images/indexIcon5Hover.png) no-repeat center 10px;
}

.navBox ul li.nav6 {
    background: url(../images/indexIcon6.png) no-repeat center 10px;
}

.navBox ul li.nav6:hover {
    background: url(../images/indexIcon6Hover.png) no-repeat center 10px;
}

.navBox ul li.nav7 {
    background: url(../images/indexIcon7.png) no-repeat center 10px;
}

.navBox ul li.nav7:hover {
    background: url(../images/indexIcon7Hover.png) no-repeat center 10px;
}

.navBox ul li.nav8 {
    background: url(../images/indexIcon8.png) no-repeat center 10px;
}

.navBox ul li.nav8:hover {
    background: url(../images/indexIcon8Hover.png) no-repeat center 10px;
}

.navBox ul li.nav9 {
    background: url(../images/indexIcon9.png) no-repeat center 10px;
}

.navBox ul li.nav9:hover {
    background: url(../images/indexIcon9Hover.png) no-repeat center 10px;
}

.navBox ul li.nav10 {
    width: 130px;
    background: url(../images/indexIcon10.png) no-repeat center 10px;
}

.navBox ul li.nav10:hover {
    background: url(../images/indexIcon10Hover.png) no-repeat center 10px;
}

.navBox ul li.nav11 {
    width: 158px;
    background: url(../images/IndexIcon11.png) no-repeat center 10px;
}

.navBox ul li.nav11:hover {
    background: url(../images/indexIcon11Hover.png) no-repeat center 10px;
} */

.navBox ul li.on,
.navBox ul li:hover {
    /* background-color: #f7f9fc !important; */
    /* border-bottom: solid 2px #fff; */
}

.navBox ul li.on p,
.navBox ul li:hover p {
    color: #fff;
    /* padding-bottom: 15px;
    border-bottom: solid 2px #fff; */
}

.navBox ul li p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-top: 19px;
}
.navBox ul li.on p,
.navBox ul li a p:hover {
    color: #fff;
    padding-bottom: 15px;
    border-bottom: solid 3px #fff;
    position: relative;
}
.navBox ul li.on p::after,
.navBox ul li a p:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}
.ml151 {
    /* nav排版修改 */
    margin-left: 0px;
    /* margin-left: 95px; */
}

.ml129 {
    /* nav排版修改 */
    margin-left: 21px;
    /* margin-left: 150px; */
}

.ml300 {
    margin-left: 160px;
}

.ml508 {
    /* nav排版修改 */
    margin-left: 335px;
    /* margin-left: 572px; */
}

.ml587 {
    /* nav排版修改 */
    margin-left: 392px;
    /* margin-left: 610px; */
}

.ml868 {
    margin-left: 637px;
}

.indexNav {
    left: 0px;
    z-index: 999;
    width: 1080px;
    height: 68px;
    padding: 0px 60px;
    line-height: 68px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(53, 53, 53, .1);
    border-radius: 5px;
}

.indexNav2 {
    left: -195px;
    /* left: -402px; */
}

.indexNav3 {
    left: -295px;
    /* left: -599px; */
}

.indexNav4 {
    left: -590px;
    /* left: -800px; */
}

.indexNav .navli {
    margin-right: 87px;
    padding-top: 0px;
}

.indexNav .navli a {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: bold;
}

.indexNav .navli a:hover {
    color: #ff780a;
}

.navIcon1 {
    margin-left: 50px;
    /* margin-left: 81px; */
}

.navIcon2,
.navIcon3,
.navIcon4,
.navIcon5,
.navIcon6,
.navIcon7,
.navIcon8 {
    /* nav排版修改 */
    margin-left: 50px;
    /* margin-left: 81px; */
}

.bannerTitle {
    margin-top: 93px;
    margin-left: 75px;
}


/* contentBox1 */

.contentBox1 {
  /* height: 618px; */
    min-height: 465px;
    background-color: #fff;
    padding: 30px 0 40px;
    /* padding-bottom: 55px; */
    position: relative;
    background: url(../../public/images/homeNew/ah12.png) no-repeat center center;
    background-size: 100% 100%;
}

.content1Title {
    height: 52px;
    line-height: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background: url(../../public/images/homeNew/ah7.png) no-repeat center center;
}

.contentBox1 .goldNav {
    height: 100px;
    margin-top: 25px;
    background: url(../images/indexCon1Ul.png) no-repeat center;
}

.contentBox1 .goldNav li {
    height: 100px;
}

.contentBox1 .goldNav li a:hover .c37435c {
    color: #148df7;
}

.contentBox1 .goldNav li.li1 {
    width: 272px;
}

.contentBox1 .goldNav li.li2 {
    width: 323px;
}

.contentBox1 .goldNav li.li3 {
    width: 336px;
}

.contentBox1 .goldNav li.li4 {
    width: 267px;
}

.contentBox1 .goldNav li .num {
    width: 45px;
    height: 22px;
    text-align: center;
    margin-top: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-top: 5px;
    background: url(../images/indexCon1Num.png) no-repeat center;
}

.c148df6 a {
    color: #148df6;
}

.aHref3 a:hover {
    color: #116bd9;
}

.con1Bottom .hd .prev {
    top: 94px;
}

.con1Bottom .hd .next {
    top: 94px;
}

.con1Bottom .tempWrap {
    width: 100% !important;
    margin-left: 12px;
}

.ml75 {
    margin-left: 75px;
}

.ml137 {
    margin-left: 137px;
}

.ml147 {
    margin-left: 147px;
}

.ml142 {
    margin-left: 142px;
}

.ml90 {
    margin-left: 98px;
}

.ml120 {
    margin-left: 127px;
}

.c37435c {
    color: #37435c;
}

.c7a8398 {
    color: #7a8398;
}

.mt13 {
    margin-top: 13px;
}

.ml8 {
    margin-left: 8px;
}

.ml52 {
    margin-left: 52px;
}

.ml80 {
    margin-left: 82px;
}

.ml73 {
    margin-left: 73px;
}

.c4c4c4c {
    color: #4c4c4c;
}

.contentBox1 .con1Left {
    overflow: hidden;
    width: 752px;
    height: 90px;
    padding-left: 150px;
    background: url(../images/indexCon1Left.png) no-repeat center;
}

.slideNofBox ul {
    /* padding: 15px 0px; */
}

.slideNofBox ul li {
    line-height: 32px;
}

.slideNofBox ul li .tit {
    width: 490px;
}

.slideNofBox ul li .tit:hover {
    color: #148df7;
}

.slideNofBox ul li .posi {
    padding: 1px 11px 1px 6px;
    color: #fff;
    background: url(../images/slidePoiBg.png) no-repeat center center;
    background-size: 100%;
}

.con1Right {
    width: 273px;
    height: 90px;
}

.con1RightA {
    width: 100%;
    height: 100%;
    background: url(../images/con1Right.png) no-repeat center;
}

.con1BottomUl {
    width: 1290px;
    margin-top: 57px !important;
    height: 700px;
}

.con1BottomUl li {
    width: 106px;
    height: 85px;
    margin-right: 30px;
    cursor: pointer;
}

.con1BottomUl li .liImg {
    /* width: 85px;
    height: 36px; */
    height: 93px;
    object-fit: cover;
    left: 0px;
    top: 0px;
    z-index: 200;
}

.con1BottomUl .moduleIntro {
    z-index: 99;
    left: 13px;
    top: 37px;
    background-color: #578ee9;
    box-shadow: 0px 3px 10px rgba(32, 121, 193, .32);
    width: 64px;
    padding: 55px 9px 25px;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
}

.con1BottomUl li .conText {
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

.con1BottomUl li a {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 12px;
    color: #808080;
    background-color: #fff;
    border-radius: 15px;
    font-size: 12px;
}

.con1BottomUl li a:hover,.con1BottomUl .liXm a:hover {
    color: #578ee9;
}

.con1BottomUl li a:hover {
    color: #578ee9;
}

.con1BottomUl li a:hover,
.con1BottomUl .li5 a:hover,
.con1BottomUl .liXm a:hover,
.con1BottomUl .li6 a:hover {
    color: #578ee9;
}

.con1BottomUl .liJyjc a:hover {
    color: #2fc5df;
}

.con1BottomUl .liFlfw a:hover
.con1BottomUl .liHc a:hover
 {
    color: #fa85cd;
}

.con1BottomUl .li2 a:hover,
.con1BottomUl .liQyrz a:hover,
.con1BottomUl .liYc a:hover,
.con1BottomUl .li7 a:hover {
    color: #ff9759;
}

.con1BottomUl .li3 a:hover,
.con1BottomUl .li8 a:hover,
.con1BottomUl .liSp a:hover,
.con1BottomUl .li10 a:hover {
    color: #705ffa;
}

.con1BottomUl .li4 a:hover,
.con1BottomUl .liPp a:hover,
.con1BottomUl .li9 a:hover {
    color: #e08300;
}

.con1BottomUl .liJyjc .moduleIntro {
    background-color: #2fc5df;
    box-shadow: 0px 3px 10px rgba(47, 197, 223, .32);
}
.con1BottomUl .liFlfw .moduleIntro,
.con1BottomUl .liHc .moduleIntro
 {
    background-color: #fa85cd;
    box-shadow: 0px 3px 10px rgba(250, 133, 205, .32);
}

.con1BottomUl .li2 .moduleIntro,
.con1BottomUl .liQyrz .moduleIntro,
.con1BottomUl .liYc .moduleIntro,
.con1BottomUl .li7 .moduleIntro {
    background-color: #ff9759;
    box-shadow: 0px 3px 10px rgba(255, 151, 89, .32);
}

.con1BottomUl .li3 .moduleIntro,
.con1BottomUl .li8 .moduleIntro,
.con1BottomUl .liSp .moduleIntro,
.con1BottomUl .li10 .moduleIntro {
    background-color: #705ffa;
    box-shadow: 0px 3px 10px rgba(117, 101, 249, .32);
}

.con1BottomUl .li4 .moduleIntro,
.con1BottomUl .liPp .moduleIntro,
.con1BottomUl .li9 .moduleIntro {
    background-color: #e08300;
    box-shadow: 0px 3px 10px rgba(255, 151, 89, .32);
}

/* 特色服务专栏 */
.fwContentBox{
    height: 350px;
    background: #f2f6fc url(../images/fwContentBoxBg.png) no-repeat center center;
}
.fwContentBox h2{
    font-size: 30px;
    font-weight: bold;
    color: #148df6;
    padding: 45px 0 35px 0;
}
.fwImgBox{
    margin-right: 25px;
}
.fwImgBox ,.fwImgBox img{
    width: 282px;
    height: 181px;
}
.fwBtnLeft,.fwBtnRight{
    top: 50%;
    margin-top: -23px;
    cursor: pointer;
}
.fwBtnLeft{
    left: -47px;
}
.fwBtnRight{
    right: -47px;
}
/* .fwImgBox a{
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    left: 50%;
    margin-left: -50px;
    bottom: 10px;
    background-color: #fff;
    border-radius: 12.5px;
    text-align: center;
    color: #007bc7;
} */


.mapBox {
    width: 830px;
    height: 566px;
    padding-top: 40px;
    /* padding-left: 40px; */
    background: url(../images/mapBoxBg.png) no-repeat center !important;
}
.mapCityBox{
    width: 859px;
    height: 585px;
    padding-top: 30px;
    padding-left: 30px;
    box-sizing: border-box;
    background: url(../images/mapCityBg.png) no-repeat;
    background-size: 100% 100%;
}
.mapCityBox .cityList{
    width: 800px;
    height: 100%;
}
.mapCityBox .cityList .cityBox{
    width: 172px;
    height: 102px;
    margin-right: 28px;
    margin-top: 20px;
}
.mapCityBox .cityList .cityBox a,.mapCityBox .cityList .cityBox a img{
    width: 100%;
    height: 100%;
    
    border-radius: 8px;
}
.mapCityBox .cityList .cityBox a{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.mapCityBox .cityList .cityBox a img{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mapCityBox .cityList .cityBox a:hover{
    box-shadow: 2px 2px 15px rgba(0, 9, 56, .2);
}
.mapCityBox .cityList .cityBox a:hover img{
    width: 120%;
    height: 120%;
}
.mapCityBox .cityList .cityBox a:hover span{
    background-color: #fff;
    color: #148df6;
}
.mapCityBox .cityList .cityBox span{
    width: 70px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    top: 15px;
    left: 0;
    background-color: rgba(68,99,119,0.5);
    border-radius: 0 12px 12px 0;
}

.selBox{
    background-color: #148df6;
    color: #fff;
    font-size: 16px;
    border: 0;
    border-radius: 30px;
    width: 78px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
}
.selBox .selTitle{
    background-image: url(../images/btnDown.png);
    background-repeat: no-repeat;
    padding-right: 20px;
    background-position: right 10px top 12px;
}
.selItemBox{
    border-radius: 15px;
    width: 100%;
    position: absolute;
    top: 0px;
    cursor: pointer;
    background-color: #c2ddff;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 13px;
    background-color: #148df6;
    box-sizing: border-box;
}
.selItemBox p{
    text-align: left;
    color: #82bafb;
}
.selItemBox p:first-child{
    background-image: url(../images/btnUp.png);
    background-repeat: no-repeat;
    background-position: right top 12px;
    border-bottom: 1px solid #fff;
}
.selItemBox p:hover,.selItemBox p.on{
    color: #fff; 
}
.selBox:hover .selItemBox{
    display: block;
}
.selBox:hover .selTitle{
    display: none;
    background-image: url(../images/btnUp.png);
}

.mapRight {
    width: 311px;
    height: 585px;
    padding: 20px 10px;
    box-sizing: border-box;
    background: url(../images/mapRightBg.png) no-repeat center;
}
.mapRight .spanMonth,.mapRight .spanBtn{
    height: 25px;
    line-height: 25px;
    border-radius: 12.5px;
    padding: 0 13px;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
    color: #606366;
    background-color: #d3d9e0;
}
.spanBtn{
    margin-left: 15px;
}
.mapRight .spanBtn.on{
    color: #fff;
    background-color: #148df6;
}
.gyFw{
    height: 240px;
}
.seeMore{
    display: block;
    width: 125px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(to right,#2983fb,#abd0fc);
    border-radius: 30px;
    margin: 0px auto;
}
.seeMore:hover{
    background: linear-gradient(to right,#015fea,#00bffa);
}
.seeMore img{
    margin-top: -2px;
    vertical-align: middle;
}
.fwList{
    padding: 0 15px;
}
.fwList h2{
    color: #303133;
    padding: 20px 0;
    padding-bottom: 0;
    text-align: center;
    /* border-bottom: 1px solid #c5d0db; */
}
.fwList h2 .fwTilte{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-left: 38px;
    margin-top: 15px;
}
.fwList h2 .fwTilte.gyIcon{
    color: #fd7511;
    background-image: url(../images/gyIcon.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.fwList h2 .fwTilte.zhIcon{
    color: #148df6;
    background-image: url(../images/zhStarIcon.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.fwList h2 .fwmore{
    font-size: 16px;
}
.fwList h2 .fwmore:hover{
    color: #007bc7;
}
.fwList ul li{
    height: 57px;
    line-height: 57px;
    border-bottom: 1px dotted #c5d0db;
    color: #303133;
    font-size: 16px;
}
.zhfwUl .zh:last-child{
    border-bottom: 0;
}
.gyfwUl .gy:last-child{
    border-bottom: 0;
}

.fwList ul li .jxBox{
    color: #fff;
    padding: 3px 5px;
    height: 15px;
    line-height: 15px;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 20px;
    margin-right: 10px;
}
.fwList ul li.gy .jxBox{
    background: linear-gradient(to right,#fd7410,#fab36e);
}
.fwList ul li.zh .jxBox{
    background: linear-gradient(to right,#368bfb,#9dc9ff);
}
.fwList ul li p{
    width: 60%;
}
.fwList ul li p:hover{
    cursor: pointer;
    color: #007bc7;
}

.toStarBtn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fa605a;
    font-size: 18px;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 370px;
    margin-left: 80px;
}

.toStarBtn:hover {
    background-color: #f0f0f0;
}

.contentBox2 {
    /* height: 780px; */
    background-color: #f2f6fc;
    min-width: 1300px;
    padding: 40px 0 26px;
    background: url(../../public/images/homeNew/ah17.png) no-repeat center center;
    background-size: 100% 100%;
}

.contentBox2 .con2Top_left{
    width: 132px;
    height: 74px;
    border-radius: 10px;
    background: url(../images/con2Top_left.png) no-repeat center center;
    margin-right: 15px;
    margin-bottom: 33px;
    padding-top: 56px;
    padding-left: 460px;
}

.contentBox2 .con2Top_right{
    width: 132px;
    height: 74px;
    padding-top: 56px;
    padding-left: 460px;
    border-radius: 10px;
    background: url(../images/con2Top_right.png) no-repeat center center;
    margin-bottom: 33px;
}

.contentBox2 .con2Top_left a,
.contentBox2 .con2Top_right a{
    width: 110px;
    height: 40px;
    line-height: 35px;
    font-size: 16px;
    color: #354bf5;
    text-align: center;
    background: url(../images/con2Btn1.png) no-repeat center center;
}

.contentBox2 .con2Top_right a{
    color: #fe6c51;
    background: url(../images/con2Btn2.png) no-repeat center center;
}
.contentBox2Con {
    border-radius: 8px;
    height: 552px;
    padding: 30px;
    background-color: #fff;
    /* box-shadow: 0px 0px 10px #ccc; */
}

.watchMore:hover {
    color: #148df7;
}

.slideTxtBox {
    width: 827px;
    height: 580px;
}

.slideTxtBox .hd {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #222;
    border-bottom: 1px solid #ededed;
}

.slideTxtBox .hd ul li {
    float: left;
    margin-right: 12px;
    cursor: pointer;
    padding: 0px 25px 0px 12px;
}

.slideTxtBox .hd ul li.on {
    color: #fff;
    font-weight: bold;
    background: url(../images/slideTxtLion.png) no-repeat center;
}

.slideTxtBox .bd {
    margin-top: 10px;
    height: 510px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.slideTxtBox .bd ul li:last-child {
    border-bottom: none;
}

.slideTxtBox .bd ul {
    width: 100%;
    height: 445px;
    zoom: 1;
}

.slideTxtBox .bd li {
    padding-left: 20px;
    background: url(../images/point.png) no-repeat left center;
    border-bottom: 1px dashed #ccc;
    height: 49px;
    line-height: 49px;
}

.slideTxtBox .bd li:hover {
    background: url(../images/pointBlue.png) no-repeat left center;
}

.slideTxtBox .bd li .title {
    width: 710px;
    margin-right: 25px;
}

.slideTxtBox .bd li a {
    font-size: 18px;
    color: #333;
}

.slideTxtBox .bd li a:hover {
    color: #007bc7;
}

.contentBox2_right {
    width: 273px;
}

.contentBox2_right .topTitle {
    height: 40px;
    line-height: 40px;
    color: #222;
    border-bottom: 1px solid #ededed;
}

.contentBox2_right .topTitle p {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    background: url(../images/slideTxtLion.png) no-repeat center;
    padding: 0px 25px 0px 12px;
}

.contentBox2_right .topTitle a {
    font-size: 14px;
    color: #aaa;
}

.contentBox2_right .topTitle a:hover {
    color: #148df7;
}

.contentBox2_right ul li {
    height: 225px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 25px;
}

.contentBox2_right ul li .topPic {
    width: 273px;
    height: 162px;
}

.contentBox2_right ul li img {
    display: block;
    width: 273px;
    height: 162px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.contentBox2_right ul li .con {
    padding: 0px 15px;
}

.cfe7900 {
    color: #fe7900;
}

.contentBox2_right ul li .con .tit {
    width: 100%;
}

.contentBox2_right ul li .con .tit:hover {
    color: #148df7;
}

.classBttom {
    width: 274px;
    height: 213px;
    background: url(../images/classBottom.png) no-repeat center center;
    margin-top: 20px;
}


/* .contentBox2_right li:hover {
    box-shadow: 0px 0px 10px rgb(218, 217, 217);
}

.contentBox2_right li {
    display: inline-block;
    width: 226px;
    height: 150px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.contentBox2_right li p {
    color: #408ac7;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
} */

.f20 {
    font-size: 20px !important;
}

.mt74 {
    margin-top: 74px;
}

.contentBox2_right .contentBox2_rightli1 {
    background: url(../images/contentBox2_r1.png) no-repeat center center;
}

.contentBox2_right .contentBox2_rightli2 {
    background: url(../images/contentBox2_r2.png) no-repeat center center;
}

.contentBox2_right .contentBox2_rightli3 {
    background: url(../images/contentBox2_r3.png) no-repeat center center;
}

.contentBox2_right li img {
    width: 100%;
    height: 100%;
}

.slideMore {
    top: 1.5%;
    right: 0%;
    font-size: 18px;
    color: #aaa;
}

.slideMore:hover {
    color: #007bc7;
}

.dtNodata,
.tzNodata,
.xxNodata,
.spNodata {
    margin-left: 290px;
}

.contentBox3 {
    /* height: 700px; */
    background: url(../images/in_contentBox3.png) no-repeat center center;
    padding: 40px 0px 45px 0px;
    min-width: 1300px;
}

.content3Title {
    width: 665px;
    height: 52px;
    font-size: 30px;
    font-weight: bold;
    color: #148df6;
    text-align: right;
    padding-right: 205px;
    background: url(../images/indexCon3Title.png) no-repeat right 15px;
}

.contentTitle {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #007bc7;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #007bc7;
}

/* .goBtn img {
    border-radius: 50%;
    box-shadow: 0px 0px 10px #ccc;
} */

.goBtn:hover img {
    box-shadow: 0px 0px 10px rgb(167, 166, 166);
}

.mainBox3 {
    margin-top: 35px;
    /* height: 530px; */
    background-color: #fff;
    border-radius: 5px;
    padding: 23px 30px 23px 30px;
}

.mainBox3_left {
    width: 450px;
    margin-right: 30px;
}
.mainBox3_left .titleBg{
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    background-image: url(../images/slideTxtLion.png);
    background-repeat: no-repeat;
    background-position: left 5px center;
}

.mainBox3_right {
    width: 660px;
}

.mainBox3_right ul {
    height: 420px;
    overflow-y: scroll;
    /* padding-top: 10px; */
    margin-top: 20px;
}

.mainBox3_right ul li {
    height: 104px;
    background-color: #fff;
    /* padding: 18px 19px; */
    margin-bottom: 15px;
    border-radius: 3px;
}

.mainBox3_right ul li img {
    width: 106px;
    height: 106px;
    border-radius: 3px;
}

.dayActivityTitle {
    width: 403px;
    margin-top: 10px;
}

.dayActivityTitle:hover {
    color: #148df7;
}

.mainBox3_right ul li .time {
    margin-top: 15px;
    color: #808080;
    background: url(../images/time2.png) no-repeat left center;
    padding-left: 26px;
    font-size: 16px;
}

.mainBox3_right ul li .position {
    width: 414px;
    margin-top: 10px;
    color: #808080;
    background: url(../images/position2.png) no-repeat left center;
    padding-left: 26px;
    font-size: 16px;
}

/* .mainBox3_right ul {
    width: 680px;
}

.mainBox3_right ul li {
    margin-right: 18px;
    margin-bottom: 30px;
}

.mainBox3_right ul .lia {
    width: 320px;
    height: 180px;
    overflow: hidden;
    border-radius: 5px;
}

.mainBox3_right ul li .litext:hover {
    color: #007bc7;
}

.mainBox3_right ul li img {
    width: 320px;
    height: 180px;
    border-radius: 5px;
    transition: all 0.6s;
}
 */
.contentBox2_right ul li a {
    overflow: hidden;
}

/* .mainBox3_right ul li img:hover, */
.contentBox2_right ul li img:hover {
    transform: scale(1.2);
}

/* .mainBox3_right ul li .litext {
    width: 320px;
    height: 45px;
    color: #323333;
    line-height: 23px;
} */

.activityNoData {
    width: 338px;
    height: 299px;
    background: #fff url(../images/activityNoData.png) no-repeat 50%;
    margin: 80px auto;
}


/* popUpsBox */

.popUpsBox {
    width: 686px;
    height: 542px;
    background-color: #fff;
    left: 485px;
    top: 25px;
}

.popUpsBox .closerlList {
    width: 16px;
    height: 15px;
    background: url(../images/x.png) no-repeat;
    top: 9px;
    right: 32px;
}

.popMain {
    width: 616px;
    height: 454px;
    background: url(../images/popBg.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 15px;
    padding: 21px 23px 20px 40px;
}

.popMain ul {
    height: 455px;
    overflow-y: scroll;
    padding-right: 10px;
}

.popMain ul li {
    height: 104px;
    background-color: #fff;
    padding: 18px 19px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.popMain ul li img {
    width: 106px;
    height: 106px;
    border-radius: 5px;
}

.dayActivityTitle {
    width: 465px;
    margin-top: 5px;
}

.dayActivityTitle:hover {
    color: #148df7;
}

.popMain ul li .time {
    margin-top: 15px;
    color: #808080;
    background: url(../images/time2.png) no-repeat left center;
    padding-left: 26px;
    font-size: 16px;
}

.popMain ul li .position {
    width: 414px;
    margin-top: 10px;
    color: #808080;
    background: url(../images/position2.png) no-repeat left center;
    padding-left: 26px;
    font-size: 16px;
}

.cf77e14 {
    color: #f77e14;
}

.ml22 {
    margin-left: 22px;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
    width: 2px;
    /*滚动条宽度*/
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
    border-radius: 10px;
    /*滚动条的背景区域的圆角*/
    /*滚动条的背景颜色*/
    background-color: #d6dce6;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*滚动条的圆角*/
    background-color: #b6bbc4;
    /*滚动条的背景颜色*/
}

.contentBox4 {
    height: 607px;
    padding: 40px 0;
}

.mainBox4 {
    height: 684px;
    border: 1px solid #e9ebf1;
    border-radius: 5px;
    margin-top: 20px;
    padding: 18px;
}

.main4Top {
    height: 218px;
    border-radius: 5px;
    background: url(../images/main4TopBg.png) no-repeat center center;
    color: #fff;
}

.f48 {
    font-size: 48px;
}

.watchBothBtn {
    width: 160px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-top: 18px;
}

.watchBothBtn:hover {
    color: #148df7;
    background-color: #fff;
}

.main4Bottom_left {
    width: 305px;
    height: 455px;
}

.main4Bottom_left li {
    height: 105px;
    line-height: 105px;
    text-align: center;
    font-size: 18px;
    color: #7c90a5;
    margin-bottom: 10px;
    cursor: pointer;
}

.main4Bottom_left .li1 {
    background: url(../images/main4Li1.png) no-repeat 57px 42px;
    background-color: #f5f7fa;
}

.main4Bottom_left .li1.on {
    color: #fff;
    background: url(../images/main4Li1H.png) no-repeat 57px 42px;
    background-color: #007bc7;
}

.main4Bottom_left .li2 {
    background: url(../images/main4Li2.png) no-repeat 57px 44px;
    background-color: #f5f7fa;
}

.main4Bottom_left .li2.on {
    color: #fff;
    background: url(../images/main4Li2H.png) no-repeat 57px 44px;
    background-color: #007bc7;
}

.main4Bottom_left .li3 {
    background: url(../images/main4Li3.png) no-repeat 57px 44px;
    background-color: #f5f7fa;
}

.main4Bottom_left .li3.on {
    color: #fff;
    background: url(../images/main4Li3H.png) no-repeat 57px 44px;
    background-color: #007bc7;
}

.main4Bottom_left .li4 {
    background: url(../images/main4Li4.png) no-repeat 57px 44px;
    background-color: #f5f7fa;
}

.main4Bottom_left .li4.on {
    color: #fff;
    background: url(../images/main4Li4H.png) no-repeat 57px 44px;
    background-color: #007bc7;
}

.main4Bottom_right {
    width: 810px;
    height: 421px;
    background-color: #f5f7fa;
    margin-left: 17px;
    padding: 15px;
}

.top1 {
    height: 145px;
    border-bottom: 1px solid #e6e6e6;
}

.top1 img {
    width: 185px;
    height: 120px;
    border-radius: 5px;
}

.label {
    color: #007bc7;
    padding: 3px 8px;
    background-color: #e1ebfa;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 12px;
}

.mt50 {
    margin-top: 50px;
}

.studyNum {
    padding-left: 20px;
    background: url(../images/ren.png) no-repeat left center;
    margin-right: 25px;
}

.evaluate {
    padding-left: 25px;
    background: url(../images/infor.png) no-repeat left center;
    width: 94px;
}

.mt45 {
    margin-top: 45px;
}

.mr50 {
    margin-right: 50px;
}

.phType a.on {
    color: #288dff;
}

.phType a:hover {
    color: #1154a0;
}

.otherTop {
    height: 260px;
}

.otherTop li {
    margin-bottom: 12px;
}

.otherTop li .money {
    text-align: right;
    width: 77px;
}

.otherLitext {
    width: 420px;
    margin-top: 2px;
}

.otherLitext:hover {
    color: #288dff;
}

.ml65 {
    margin-left: 65px;
}

.label1 {
    color: #007bc7;
    padding: 3px 8px;
    background-color: #e1ebfa;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 12px;
}

.label2 {
    color: #ff7800;
    padding: 3px 8px;
    background-color: #fff4e5;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 12px;
}

.label3 {
    color: #49c92b;
    padding: 3px 8px;
    background-color: #dbffe3;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 12px;
}

.contentBox5 {
    height: 266px;
    padding: 30px 0px 40px 0px;
    background-color: #f2f6fc;
}

.content5Title {
    width: 100%;
    height: 52px;
    font-size: 30px;
    font-weight: bold;
    color: #148df6;
    text-align: center;
    margin-bottom: 43px;
    background: url(../images/indexCon5Title.png) no-repeat center 15px;
}

.content5Main {
    width: 1240px;
}

.content5Main li {
    width: 288px;
    height: 152px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    /* padding-top: 36px;
    padding-left: 23px; */
    margin-right: 18px;
}

.content5Main li .note {
    color: #fff;
    top: 25%;
    left: 18%;
    width: 185px;
    text-align: center;
    padding-bottom: 15px;
    background: url(../images/tsTextBg.png) no-repeat center bottom;
}

.content5Main li:hover {
    box-shadow: 0px 0px 10px rgb(136, 135, 135);
}

.content5Main li img {
    width: 288px;
    height: 152px;
    cursor: pointer;
}


/* .content5Main .li2{
    background: url(../images/content5li2.png) no-repeat center center;
    background-size: 100% 100%;
}
.content5Main .li3{
    background: url(../images/content5li3.png) no-repeat center center;
    background-size: 100% 100%;
}
.content5Main .li4{
    background: url(../images/content5li4.png) no-repeat center center;
    background-size: 100% 100%;
} */

.contentBox6 {
    /* height: 263px; */
    background-color: #fff;
    padding: 45px 0 25px 0;
}

.contentTitle2 {
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    box-shadow: 0px 0px 10px #007bc7;
    background-color: #007bc7;
    border-radius: 5px;
}

/* .prev {
    left: -20px;
    top: 4px;
    width: 16px;
    height: 46px;
    border-radius: 8px;
    background: url(../images/indexPrev1.png) no-repeat center center;
    background-color: #ebf1ff;
}

.prev:hover {
    background: url(../images/indexPrev2.png) no-repeat center center;
    background-color: #148df6;
}

.next {
    right: -20px;
    top: 4px;
    width: 16px;
    height: 46px;
    border-radius: 8px;
    background: url(../images/indexNext1.png) no-repeat center center;
    background-color: #ebf1ff;
}

.next:hover {
    background: url(../images/indexNext2.png) no-repeat center center;
    background-color: #148df6;
} */

.content6Title {
    width: 100%;
    height: 52px;
    font-size: 30px;
    font-weight: bold;
    color: #148df6;
    text-align: center;
    margin-bottom: 35px;
    background: url(../images/indexCon6Title.png) no-repeat center 15px;
}

.slideABox {
    width: 100%;
    /* height: 60px; */
    position: relative;
    /* margin-left: 35px; */
}

.slideABox .bd {
    width: 100%;
    overflow: hidden;
}

.slideABox .tempWrap {
    width: 100% !important;
}

.slideABox .bd ul {
    width: 1205px;
    height: 100% !important;
}

.slideABox .bd li {
    width: auto !important;
    border: 1px solid #ccced3;
    margin-right: 16px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.slideABox .bd li a {
    width: 154px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    /* padding: 18px 21px; */
    font-size: 16px;
    color: #808080;
}

.slideABox .bd li:nth-child(7) a {
    line-height: 25px;
}

.slideABox .bd li:hover {
    border: 1px solid #007bc7;
}

.slideABox .bd li:hover a {
    color: #007bc7;
}

.w350 {
    width: 350px;
}


/* 日历 */

.account-box {
    padding: 0px 20px 10px 20px !important;
}

.state {
    margin-top: 16px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #8b94a1;
    background-color: #f4f7fc;
    text-align: center;
}

.f22 {
    font-size: 22px;
}

.c148df6 {
    color: #148df6;
}

.f-rili-table {
    height: 385px;
}

.f-rili-th {
    color: #8b94a1 !important;
    margin-bottom: 5px;
}

.f-rili-table .f-tbody {
    height: 315px;
    margin-left: 5px;
}

.f-today {
    background-color: #007bc7 !important;
}

.f-td {
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-top: 6px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ecf2fb;
}

.dlStarNoData,
.gyStarNoData,
.zhStarNoData,
.ckStarNoData {
    background-color: #f5f7fa;
}


/* 头部样式自适应 */
@media screen and (max-width: 1510px) {
    .loginBox{
        padding-left: 15px;
        width: 165px;
    }
    .loginContent .logB, .loginContent .resB{
        width: 60px;
    }

}
@media screen and (max-width: 1480px) {
    .topRightBox{
        margin-right: 15px;
    }

}
@media screen and (max-width: 1460px) {
    .loginBox{
        background: url(../images/loginBoxBg.png) no-repeat -13px center;
        padding-left: 5px;
        width: 145px;
    }
    .loginContent .logB, .loginContent .resB{
        width: 50px;
        margin-left: 15px;
    }

}

/* 头部样式自适应 */
@media screen and (max-width: 1430px) {
    .yNation a,
    .cyahNation a,
    .starNation a{
        font-size: 30px;
    }
}
@media screen and (max-width: 1405px) {
    .topRightBox{
        margin-right: 5px;
    }
    .topRightBox input{
        width: 638px;
    }
}

/* 头部样式自适应 */



@media screen and (max-width: 1380px) {
    .loginBox{
        padding-left: 5px;
        width: 125px;
    }
    .loginContent .logB, .loginContent .resB{
        width: 30px;
        margin-left: 20px;
    }


}


.HeaderWrap,
.explanation_public {
    min-width: 1300px;
}

.zhdNavBox .indexNav .navli {
    margin-right: 0;
    margin-left: 87px;
}

.zhdNavBox .indexNav .navli.limr30 {
    margin-right: 55px;
}


/* 试运行飘窗 */

#wzsse {
    width: 350px;
    height: 241px;
    background: url(../images/index_syxBg.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 9999999999999999999;
}

#closepiaofu {
    margin-right: 11px;
    margin-top: 11px;
}

#wzsse .title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    top: 11px;
    margin-left: 110px;
}

#wzsse .mainText {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    width: 291px;
    margin: 35px auto 0px;
    text-align: center;
}

#wzsse .hasJy {
    width: 122px;
    height: 32px;
    background-color: #ff8400;
    line-height: 32px;
    font-size: 18px;
    color: #fff;
    border-radius: 16px;
    text-align: center;
    margin: 15px auto 0px;
}

.pcBox {
    z-index: 99999;
    width: 175px;
    height: 99px;
    display: block;
    overflow: hidden;
    border-radius: 3px;
}

.pcBox img {
    width: 100%;
    height: 100%;
    display: block;
}

.pcBox .pcClose {
    width: 13px;
    height: 13px;
    right: 13px;
    top: 13px;
    background: url(../images/indexX.png) no-repeat;
}


/* introBox */

.introBox {
    z-index: 999;
    top: 29%;
    left: 0px;
    width: 296px;
    height: 562px;
    background: url(../images/index_introBox.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
}

.introBox_title {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin-left: 67px;
    margin-top: 12px;
}

.introBox_x {
    width: 14px;
    height: 14px;
    background: url(../images/introBox_x.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 16px;
    margin-right: 12px;
}

.introSlideBox {
    width: 262px;
    height: 456px;
}

.introSlideBox .hd {
    width: 100%;
    height: 30px;
    /* padding-top: 15px; */
    position: absolute;
    bottom: 0px;
    text-align: center;
}

.introSlideBox .hd ul li {
    width: 16px;
    height: 4px;
    border-radius: 2px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .3);
    margin-right: 8px;
}

.introSlideBox .hd ul li.on {
    background: #fff;
}

.introSlideBox .bd ul {
    margin-left: 30px;
    margin-top: 48px;
    overflow: hidden;
    height: 430px;
}

.introSlideBox .bd ul li a {
    width: 234px;
    height: 132px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.introSlideBox .bd ul li a img {
    width: 100%;
    height: 100%;
}
.introBox .nodataPic{
    width: 215px;
    height: 260px;
    margin: 128px auto;
    margin-left: 45px;
}
/* 评价提醒弹窗 */
.pjConDia,
.jdConDia {
    top: 30%;
    width: 508px;
    height: 244px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0, 0, 0,.2);
    padding: 28px 26px;
}
.diaTitle{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 55px;
}
.pjBtn{
    width: 130px;
    height: 40px;
    border-radius: 5px;
    background-color: #148df7;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    margin: 65px auto 0px;
}
/* 大赛审核提醒 */
.cmapShTipBox{
    top: 60%;
    right: 0px;
    width: 286px;
    height: 132px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: url(../images/campShBoxBg.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
}
.cmapShTipBox_x{
    width: 14px;
    height: 14px;
    background: url(../images/introBox_x.png) no-repeat center center;
    background-size: 100% 100%;
    top: 11px;
    left: 10px;
}
.cmapShTipBox .success,
.cmapShTipBox .fail{
    display: block;
    width: 35px;
    height: 35px;
    margin: 0px auto;
    margin-top: 15px;
}
.cmapShTipBox .ckBtn{
    width: 86px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 13px;
    background-color: #ff8400;
    color: #fff;
    font-size: 16px;
    margin: 0px auto;
    margin-top: 15px;
}

/* 羚羊 */
.lyContent{
    height: 150px;
    background: url(../images/lyBg.png) no-repeat center center;
}
.ly_ckxq{
    width: 140px;
    height: 43px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fe6c51;
    background: url(../images/ly_ckxqBtn.png) no-repeat center center;
    margin-left: 142px;
    margin-top: 57px;
}


/* 国家安全教育日 */
.jyrBox{
    width: 273px;
}
.jyr_title{
    width: 285px;
    height: 39px;
    line-height: 39px;
    background: url(../images/jyr_title.png) no-repeat center center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding-left: 11px;
}
.jyrBox ul li{
    width: 100%;
    height: 76px;
    padding-bottom: 16px;
    margin-top: 14px;
    border-bottom: 1px solid #eee;
}
.jyrBox ul li.noBBorder{
    border-bottom: none;
}
.jyrBox ul li img{
    width: 76px;
    height: 76px;
    border-radius: 5px;
}
.jyrBox ul li a{
    width: 182px;
    font-size: 18px;
    color: #333;
    line-height: 26px;
    margin-left: 13px;
}
.jyrBox ul li a:hover{
    color: #148df7;
}

/* 服务包、平台推荐弹窗 */
.fwbPop{
    z-index: 999;
}
.fwbPopBox{
    position: absolute;
    top: 5%;
    left: 50%;
    background: url(../../index/images/fwbPopBg.png) no-repeat center;
    background-size: 100% 100%;
    width: auto;
    max-width: 848px;
    height: 565px;
    /* margin: 5% auto; */
    border-radius: 7px;
    box-shadow: 0px 0px 10px 0px #979696;
    transform:translateX(-50%);
}
.fwbPopBox .popTitle{
    height: 67px;
    line-height: 67px;
    text-align: center;
    position: relative;
}
.fwbPopBox .popTitle .fwbCloseBtn{
    background: url(../../index/images/fwbPopCloseBtn.png) no-repeat center;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 30px;
    top: 25px;
    cursor: pointer;
}
.fwbPopBox .popTitle .title01{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
.fwbPopBox .fwbContentBox{
    padding: 35px 25px 0 25px;
}
.fwbPopBox .fwbContentBox li:last-child{
    margin-right: 0;
}
.fwbPopBox .fwbContentBox .box{
    background: url(../images/fwbContentBoxBg_off.png) no-repeat center;
    width: 369px;
    height: 439px;
    border-radius: 3px;
    margin-right: 30px;
    cursor: pointer;
}
.fwbPopBox .fwbContentBox .on{
    background: url(../images/fwbContentBoxBg_on.png) no-repeat center;
}
.fwbPopBox .fwbContentBox .box .title{
    font-weight: bold;
    color: #333;
    font-size: 18px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.fwbPopBox .fwbContentBox .box.on .title{
    color: #fff;
}
.fwbPopBox .fwbContentBox .box .blueBg{
    height: 251px;
    width: 299px;
    margin: 13px 16px;
    padding: 15px 18px 0px 18px ;
    background-color: #f7f9fc;
    border-radius: 5px;
    position: relative;
}
.fwbPopBox .fwbContentBox .box .introduceText{
    font-size: 14px;
    color: #4b4c4c;
    line-height: 27px;
}
.fwbPopBox .fwbContentBox .box .moneyBox{
    background: url(../../index/images/fwbMoneyBoxBg.png) no-repeat center;
    width: 298px;
    height: 64px;
    line-height: 64px;
    color: #fff;
    position: absolute;
    bottom: 15px;
}
.fwbPopBox .fwbContentBox .box .moneyBox p{
    text-align: center;

}
.fwbPopBox .fwbContentBox .box .applyBtn{
    background: url(../../index/images/fwbApplyBtnBg_off.png) no-repeat left;
    margin-left: 30px;
    padding-left: 20px;
    color: #7d7e80;
    font-size: 14px;
    cursor: pointer;
}
.fwbPopBox .fwbContentBox .box .applyBtn.on{
    color: #148df7;
    background: url(../../index/images/fwbApplyBtnBg_on.png) no-repeat left;
}
.fwbPopBox .fwbContentBox .box .freeApplyBtn{
    display: block;
    width: 333px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    margin: 35px auto 0 auto;
    background: #e1e3e6;
    border-radius: 25px;
}
.fwbPopBox .fwbContentBox .box .freeApplyBtn.on{
    background: url(../../index/images/fwbFreeApplyBtnBg.png) no-repeat center;
}
.fwbPopBox .pttjContentBox ul{
    padding: 35px 0 0 25px;
    width: 789px;
    height: 360px;
}
.fwbPopBox .pttjContentBox ul li{
    float: left;
    background: url(../../index/images/pttjContentBox_off.png) no-repeat center;
    width: 289px;
    height: 72px;
    margin-right: 25px;
    margin-bottom: 30px;
    padding:18px 0 0 80px ;
    cursor: pointer;
}
.fwbPopBox .pttjContentBox ul li .name{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
.fwbPopBox .pttjContentBox ul li .text{
    color: #7d8490;
    font-size: 14px;
}
.fwbPopBox .pttjContentBox ul li.on {
    background: url(../../index/images/pttjContentBox_on.png) no-repeat center;
}
.fwbPopBox .pttjContentBox ul li.on .name{
    color: #1781dd;
}
.fwbPopBox .pttjContentBox .pttjUpDataBtn{
    background: url(../../index/images/fwbFreeApplyBtnBg.png) no-repeat center;
    display: block;
    width: 333px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    margin: 15px auto 0 auto;
    border-radius: 25px;
}
.paraoverflow6 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
/* 服务包、平台推荐弹窗 */
/* 金币弹窗 */
.jbslBox{
    position: fixed;
    top: 390px;
    right: 30px;
    z-index: 9999;
}
.jbslBox:hover .bzBox{
    display: flex;
}
.jbslBox .bzBox{
    width: 400px;
    height: 620px;
    position: absolute;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    top: -80px;
    left: -390px;
    padding: 56px 56px 56px 40px;
    box-sizing: border-box;
    background-image: url(../images/bzBoxBg.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.bzItem{
    width: 302px;
    height: 86px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 13px;
    background: url(../images/bzItemBg.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 2px 2px 15px rgba(0, 9, 56, .2);
}
.bzItem .num{
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 53px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.bzItem .bzText{
    width: 215px;
}
.bzItem h2{
    font-size: 18px;
    font-weight: bold;
    color: #148df6;
    margin-bottom: 15px;
}
.bzItem p{
    font-size: 16px;
    color: #59b2ff;
}
.bzItem p .linkBtn{
    color: #59b2ff;
    margin-right: 20px;
}
.itemCursor{
    cursor: pointer;
}

.bzItem.itemCursor:hover{
    background-image: url(../images/bzItemOnBg.png);
    background-size: 100% 100%;
    background-position: center;
}
.bzItem.itemCursor:hover h2,.bzItem.itemCursor:hover p{
    color: #fff;
}
.bzItem.itemCursor:hover .num{
    color: #148df6;
}
.bzItem p .linkBtn:hover{
    color: #148df6;
    font-weight: bold;
}

/* 策问大模型 */
.cwBox{
    position: fixed;
    top: 550px;
    right: 15px;
    z-index: 9999;
}
.cwBox:hover .robotText{
    display: block;
}
.cwBox .robotText{
    position: absolute;
    display: none;
    width: 210px;
    height: 108px;
    padding: 20px;
    top: -108px;
    left: -150px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 15px 15px 0 15px;
    box-shadow: 2px 2px 8px rgba(0, 9, 56, .2);
}
.cwBox .robotText h2{
    font-size: 16px;
    font-weight: bold;
    color: #148df6;
    margin-bottom: 10px;
}
.cwBox .robotText p{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}
/* 评价提醒弹窗 */
.qsConDia {
    top: 30%;
    width: 720px;
    height: 400px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0, 0, 0,.2);
    /* padding: 28px 26px; */
}
.qsTitle{
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: url(../images/qsTitle.png) no-repeat center center;
  background-size: 100% 100%;
}
.qsTitle p {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-left: 38%;
}
.qsTitle a {
  margin-right: 2%;
}
.nodataPic{
  width: 338px;
  height: 299px;
  margin: 20px auto;
}
#sideRight {
  margin: 0 auto;
  min-height: 450px;
  height: 450px;
  z-index: 1000;
}
#sideRight .tableDiv {
  height: 346px;
  padding: 16px;
  overflow: auto;
}
#sideRight .tableList td {
  word-wrap: break-word;
  min-height: 30px;
  padding: 18px 10px;
  border: none;
}
#sideRight .tableList .listBtn {
  margin: 0 1.5px 5px;
  padding: 4px 20px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #007BC7;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #007BC7;
}
 /* 滚动条基本样式 */
 #sideRight ::-webkit-scrollbar {
  width: 8px;
}

#sideRight ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

#sideRight ::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

/* 滚动时加粗效果 */
#sideRight ::-webkit-scrollbar-thumb:active {
  background: #999;
  width: 15px;
}
.bg {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: url(../images/qsTitle.png) no-repeat center center;
  background-size: 100% 100%;
}
#sideRight .contentBox {
  width: 100%;
  height: 378px;
  background: url(../images/qsButton.png) no-repeat center center;
  background-size: 100% 100%;
}
/* 金币特色服务 start*/
.goldBox {
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  justify-content: flex-start; /* 左对齐 */
  align-items: flex-start;
  /* background: url(../images/jbbg.png) no-repeat center center; */
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  /* margin-bottom: 30px; */
  display: none;
}
.goldItem {
  width: 257px;
  padding: 32px 20px;
  border: solid 1px #e9ecf2;
  transition: all 0.3s ease;
  border-radius: 8px;
}
/* 鼠标移入时的背景色 */
.goldItem:hover {
  /* background: linear-gradient(to bottom, #00c0fa, #2379f5); */
  color: #fff !important;
}
.goldItem:hover a .goldItemTopFont{
  color: #fff !important;
}
 /* 显示底部内容 */
.goldBox:hover .goldItemBottom {
  display: block !important;
  
}
.goldItem:hover .goldItemBottom {
  color: #fff ;
}
/* .goldItem:hover .goldImgArrows {
  transform: rotate(180deg); 
} */
.goldItemTop {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.goldItem a .goldItemTopFont {
  width: 180px;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.goldImgBox {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.goldItemBottom {
  height: 85px;
  margin-top: 6px;
  color: #666 ;
  font-size: 14px;
  transition: all 0.3s ease;
  /* display: -webkit-box; */
  -webkit-line-clamp: 4; /* 限制显示3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word; /* 添加断词处理 */
  line-height: 1.5;
}
 /* 显示底部内容 */
 .goldBox:hover .goldItemBottomImg {
  display: block !important;
}
.goldItemBottomImg {
  height: 85px;
  margin-top: 6px;
  margin-left: 70px;
}

/* 代理记账 */
.goldItemTop .dljz{
  background-image: url(../images/iconDljz.png);
  display: block; /* 默认显示 */
}
.goldItemTop .dljz2 {
  display: none; /* 默认隐藏 */
}
.goldItem:hover .goldItemTop .dljz {
  background-image: url(../images/iconDljzOn.png);
  display: none; /* 悬浮时隐藏 */
}
.goldItem:hover .goldItemTop .dljz2 {
  display: block; /* 悬浮时显示 */
}
.goldBox .goldItem:nth-child(1):hover {
  background: url(../../public/images/homeNew/ah20.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff !important;
}
/* 视频制作 */
.goldItemTop .spzz{
  background-image: url(../images/iconSpzz.png);
}
.goldItem:hover .goldItemTop .spzz{
  background-image: url(../images/iconSpzzOn.png);
}
/* 品牌建设 */
.goldItemTop .ppjs{
  background-image: url(../images/iconPpjs.png);
}
.goldItem:hover .goldItemTop .ppjs{
  background-image: url(../images/iconPpjsOn.png);
}
/* 企业认证 */
.goldItemTop .qyrz{
  background-image: url(../images/iconQyrz.png);
}
.goldItem:hover .goldItemTop .qyrz{
  background-image: url(../images/iconQyrzOn.png);
}
/* 检验检测 */
.goldItemTop .jyjc{
  background-image: url(../images/iconJyjc.png);
}
.goldItem:hover .goldItemTop .jyjc{
  background-image: url(../images/iconJyjcOn.png);
}
/* 大数据选址 */
.goldItemTop .dsj{
  background-image: url(../images/iconDsj.png);
}
.goldItem:hover .goldItemTop .dsj{
  background-image: url(../images/iconDsjOn.png);
}
/* 短视频剪辑能力培养 */
.goldItemTop .xmsb{
  background-image: url(../images/iconDsp.png);
}
.goldItem:hover .goldItemTop .xmsb{
  background-image: url(../images/iconDspOn.png);
}
/* 更多服务敬请期待 */
.goldItemTop .jqqd{
  background-image: url(../images/expect.png);
}
.goldItem:hover .goldItemTop .jqqd{
  background-image: url(../images/expectOn.png);
}
/* .goldItemTop .goldImgArrows {
  width: 26px;
  height: 9px;
  background-repeat: no-repeat;
  background-image: url(../images/arrows.png);
  background-size: 100% 100%;
} */
.goldItem:hover .goldItemTop .goldImgArrows {
  width: 26px;
  height: 9px;
  background-repeat: no-repeat;
  background-image: url(../images/arrowsOn.png);
  background-size: 100% 100%;
}
/* 金币特色服务 end*/

/* 新订单接单提醒 */
.order {
  width: 260px;
  height: 300px;
  /* border: solid 1px #148df6; */
  padding: 10px 16px;
  position: absolute;
  top: 130px;
  right: 20px;
  border-radius: 4px;
  /* background: #148df6; */
  /* color: #fff; */
  background: url(../images/order.png) no-repeat center center;
  background-size: 100% 100%;
}
.orderTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
.orderTitleLeft {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-left: 80px;
}
.orderTitleRight {
  width: 20px;
  height: 20px;
}
.orderContent {
  height: 140px;
  overflow: hidden;
  border: solid 1px #148df6;
}
.orderBtn {
  width: 80px;
  padding: 6px 6px;
  border: solid 1px #fff;
  border-radius: 50px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  color: #00c0fa;
  margin: 0 auto;
  position: absolute;
  bottom: 15px;
  left: 100px;
}
.order-swiper {
  height: 160px !important;
  box-sizing: border-box; /* 包含边框计算 */
  overflow: hidden;
  border: solid 1px #e6f9ff;
  width: 100%;
  background-color: #e6f9ff;
  border-radius: 8px;
  padding: 0 10px !important;
}

.swiper-slide {
  width: 300px!important;
  height: 40px !important;
  box-sizing: border-box; /* 关键修正 */
  line-height: 38px; /* 考虑边框高度 */
  border-bottom: 1px solid #ddd;
  opacity: 0.5;
  transition: all 0.5s;
  color: #000;
  font-size: 14px;
}
.swiper-slide >div {
  width: 260px!important;
  white-space: nowrap;      /* 禁止文本换行 */
  overflow: hidden;         /* 溢出内容隐藏 */
  text-overflow: ellipsis;  /* 溢出部分显示省略号 */
}

.swiper-slide-active {
  opacity: 1;
}
/* 新订单接单提醒 */





/* 新首页样式 */
.HeaderWrap {
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  z-index: 1;
}
.HeaderWrapContent {
  margin: 0px  !important;
  height: 80px;
}
.ahNation a {
    font-size: 28px;
    color: #fff;
    letter-spacing: 0px;
    padding-left: 60px;
    background: url(../../public/images/homeNew/ah1.png) no-repeat left center;
    background-size: 50px 30px;
}

.ahNation a:hover {
    color: #fff;
}

.ahNation a.on {
    color: #fff;
}
.ahNation{
  margin-left: 20px;
  margin-top: 18px;
}
.csjNation{
  margin-top: 18px;
}

.csjNation a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 28px;
    color: #fff;
    letter-spacing: 0px;
    margin-left: 14px;
    padding-left: 46px;
    background: url(../../public/images/homeNew/ah2.png) no-repeat left center;
    background-size:  36px;
}

/* 切换城市 */

.HeaderWrap .currentCity {
  padding-left: 20px;
  background: url(../../public/images/homeNew/ah9.png) no-repeat left center;
  margin-right: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.HeaderWrap .changeCity {
  
}
.HeaderWrap .cityChange {
    display: inline-block;
    width: 60px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    font-size: 13px;
    margin-top: 12px;
}
.colorfff{
  color: #fff;
}
.messageBtn {
  height: 40px;
  line-height: 40px;
  /* border: solid 1px #079ff8; */
  /* background-color: #079ff8; */
  background: linear-gradient(to bottom, #00c0fa, #1290f7);
  color: #fff;
  font-size: 14px;
  padding: 0px 20px;
  border-radius: 30px;
  margin-left: 25px;
}
.user a img {
  margin-left: 0 !important;
}
.mobile {
  color: #fff !important;
}
.loAndre {
  /* margin-right: 16px; */
  margin-top: 17px;
}
.loAndre .loginBtn {
  height: 40px;
  line-height: 40px;
  /* border: solid 1px #079ff8;
  background-color: #079ff8; */
  background: linear-gradient(to bottom, #00c3fa, #136af7);
  color: #fff;
  font-size: 14px;
  padding: 0px 20px;
  border-radius: 30px;
  margin-top: 5px;
}
.loAndre a:hover {
  color: #fff;
}
.HeaderWrap .positionBox {
    margin-top: 16px;
    margin-right: 70px;
}
.marginTop20{
  margin-top: 20px;
}
.marginTop7{
  margin-top: 7px;
}

/* 设置placeholder文字颜色为白色 */
#searchInput::placeholder {
  color: #666;
  opacity: 1; /* 确保在Firefox中也能正常显示 */
  
}
/* background: transparent; */
/* 导航 */
.marginLeft25{
  margin-left: 25px;
}
.lineRight {
  margin-top: 32px;
  color: #fff;
}
/* 服务商入住 */
.serveTop {
  width: 100%;
  height: 124px;
  background: url(../../public/images/homeNew/ah6.png) no-repeat center center; 
  background-size: 100% 100%;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  
}
.serveTop li {
  padding-top: 44px;
  width: 398px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.serveTop li:nth-child(1):hover  {
  color: #f79749;
}
.serveTop li:nth-child(2):hover  {
  color: #138ff6;
}
.serveTop li:nth-child(3):hover  {
  color: #73bd5a;
}
.content2Title {
    height: 61px;
    line-height: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    /* font-weight: bold; */
    color: #222;
    text-align: center;
    background: url(../../public/images/homeNew/ah8.png) no-repeat center center;
}
/* 发券日历 */
.calendarBox {
  height: 350px;
  min-height: 350px;
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
  background: url(../../public/images/homeNew/ah13.png) no-repeat center center;
  background-size: 100% 100%;
}
.calendarTitle {
    height: 52px;
    line-height: 60px;
    margin-top: 2px;
    margin-bottom: 26px;
    color: #333;
    text-align: center;
    background: url(../../public/images/homeNew/ah14.png) no-repeat center center;
    /* border: solid 1px #ccc; */
}
.calendarTitle span { 
  font-size: 30px;
  font-weight: bold;
  margin-left: 67px;
}
.calendarTitle div { 
  font-size: 14px;
  color: #999;
}
.calendarList {
  /* border: solid 1px #ccc; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.calendarLi {
  border: solid 1px #fff;
  width: 338px;
  border-radius: 8px;
  padding: 20px 20px;
  box-shadow: 2px 2px 10px rgba(20, 82, 126, 0.1);
  background: #fff;
  margin-bottom: 30px;

}
.specialTransi {
    -webkit-transition: all 0.5s ease; /* 调整动画持续时间和效果 */
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
}
.specialTransi:hover {
    /* transform: scale(1.1);  */
    transform: translateY(-10px); 
}
.calendarLiTitle {
  margin-bottom: 16px;
  font-size: 18px;
  color: #333;
  display: flex;
  
}
.calendarLiTitle span {
  display: inline-block; 
}
.calendarCity {
  width: 61px;
  height: 24px;
  line-height: 24px;
  padding-left: 10px;
  background: url(../../public/images/homeNew/ah15.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 14px;
  margin-right: 6px;
}
.calendarFont {
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis; 
  white-space: nowrap; 
}
.calendarLiTime {
  font-size: 16px;
  color: #999999;
}
.calendarList .calendarLi:hover {
  border: solid 1px #148df6;
}
.calendarList .calendarLi:hover .calendarFont {
  color: #148df6;
}



.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px; 
}
.color999 {
  color: #999;
}
/* 通知公告 */
.informTitle {
    height: 52px;
    line-height: 60px;
    margin-top: 2px;
    margin-bottom: 26px;
    color: #333;
    text-align: center;
    background: url(../../public/images/homeNew/ah16.png) no-repeat center center;
    /* border: solid 1px #ccc; */
    font-size: 30px;
    font-weight: bold;
}
/* 创业活动 */
.activityBox {
  /* height: 622px; */
  min-width: 1300px;
  padding: 40px 0 26px;
  background: url(../../public/images/homeNew/ah18.png) no-repeat center center;
  background-size: 100% 100%;
}
.activityTitle {
    height: 52px;
    line-height: 60px;
    margin-top: 2px;
    margin-bottom: 26px;
    color: #333;
    text-align: center;
    background: url(../../public/images/homeNew/ah19.png) no-repeat center center;
    /* border: solid 1px #ccc; */
}
.activityTitle span { 
  font-size: 30px;
  font-weight: bold;
  margin-left: 67px;
}
.activityTitle div { 
  font-size: 14px;
  color: #999;
}
/* 创业活动内容 */
.activityCenter {
  display: flex;
  justify-content: space-between;
  border: solid 1px #fff;
  width: 100%; /* 确保容器宽度足够 */
}
.activityLi {
  display: flex;
  border: solid 1px #fff;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(20, 82, 126, 0.1);
  width: 800px;
  padding: 20px;
  border-radius: 8px;
}
.activityLi>img {
  margin-right: 20px;
  width: 150px;
  height: 100px;
  border-radius: 8px;
}
.activitycontent a{
  display: inline-block;
}
.activityText {
  /* margin-bottom: 20px; */
}
.color333 {
  color: #333;
}
.activityLeftImg {
  right: 0;
  top: 0;
}
.activityRight {
  width: 340px;
}
.activityLeft .activityLi:hover {
  border: solid 1px #148df6;
}
.activityLi:hover .activityText {
  color: #148df6;
}
/* 创业培训 */
.cultivateBox {
  min-width: 1300px;
  padding: 40px 0 40px;
  background: url(../../public/images/homeNew/ah29.png) no-repeat center center;
  background-size: 100% 100%;
}
.cultivateTitle {
    height: 52px;
    line-height: 60px;
    margin-top: 2px;
    margin-bottom: 26px;    
    color: #333;
    text-align: center;
    background: url(../../public/images/homeNew/ah30.png) no-repeat center center;
    /* border: solid 1px #ccc; */
    font-size: 30px;
    font-weight: bold;
}
.cultivateContent {
  display: flex;
  justify-content: space-between;
}
.cultivateLeft {
  width: 580px;
  /* padding: 10px 20px; */
  border: solid 1px #fff;
  box-shadow: 2px 2px 10px rgba(20, 82, 126, 0.1);
  border-radius: 8px;
  background: #fff;
}
.cultivateLeftTop {
  padding: 0px 20px;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f3f9fe;
}
/* .cultivateLeftTop span{
  display: inline-block;
} */
.fontBold {
  font-weight: bold;
}
.color148df6 {
  color: #148df6;
}
.displayFlex{
  display: flex;
  align-items: center;
}
.displayBetween {
  justify-content: space-between; 
}
.cultivateLeftCenter {
  justify-content: space-between; 
  background: rgba(255, 255, 255, 0.9);
}
.cultivateLeftBottom {
  width: 290px;
  /* background: url(../../public/images/homeNew/ah60.png) no-repeat center center;
  background-size: 100% 100%; */
}
.cultivateLeftBottomBox {
  padding: 22px 14px;
  
}
.cultivateLeftBottom img{
  width: 262px;
  height: 175px;
  border-radius: 8px;
}
.cultivateLeftBottomTitle {
  display: -webkit-box;     /* 使用弹性盒子布局 */
  -webkit-line-clamp: 2;    /* 限制显示行数 */
  -webkit-box-orient: vertical; /* 垂直排列 */
  overflow: hidden;        /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
  height: 49px;
}
.cultivateLeftBottomBlock {
  background: #edf6fe;
  padding: 5px 2px;
  width: 140px;
  text-align: center;
  display: -webkit-box;     /* 使用弹性盒子布局 */
  -webkit-box-orient: vertical; /* 垂直排列 */
  overflow: hidden;        /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.cultivateLeftBottom:hover .cultivateLeftBottomTitle {
  color: #148df6;
}
.cultivateLeftBottom:hover  {
  background: url(../../public/images/homeNew/ah60.png) no-repeat center center;
  background-size: 100% 100%;
  box-shadow: 2px 2px 10px rgba(20, 82, 126, 0.1);
}
/* 在线课堂 */
.cultivateRight {
  width: 580px;
  /* padding: 10px 20px; */
  border: solid 1px #fff;
  box-shadow: 2px 2px 10px rgba(20, 82, 126, 0.1);
  border-radius: 8px;
  background: #fff;
}
.cultivateRightTop {
  padding: 0px 20px;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f3f9fe;
}
.colorff780a {
  color: #ff780a;
}
.cultivateRightCenter {
  background: rgba(255, 255, 255, 1);
}
.cultivateRightLi {
  background: #fff;
  /* border: solid 1px #fff; */
  /* box-shadow: 2px 2px 10px rgba(20, 82, 126, 0.1); */
  border-radius: 8px;
  padding: 15px 20px;
  /* margin-bottom: 1px; */
}
.cultivateRightLi:hover{
  box-shadow: 2px 2px 10px rgba(20, 82, 126, 0.1);
  /* background: red; */
}
.cultivateRightLi>img {
  width: 140px;
  height: 93px;
  border-radius: 8px;
}
.cultivateRightLiDiv {
  width: 380px;
}
.cultivateRightLiDiv a {
  display: inline-block;
}
.cultivateRightLiDiv:hover a {
  color: #148df6; 
}

/* 合作伙伴 */
.cooperationBox {
  min-width: 1300px;
  padding: 40px 0 0;
  background: url(../../public/images/homeNew/ah36.png) no-repeat center center;
  background-size: 100% 100%;
}
.cooperationTitle {
  height: 107px;
  line-height: 60px;
  /* margin-top: 2px;
  margin-bottom: 26px;     */
  color: #333;
  text-align: center;
  background: url(../../public/images/homeNew/ah37.png) no-repeat center center;
  /* border: solid 1px #ccc; */
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 26px;
}
 .conAutoBg {
  width: 1850px
} 
.cooperationContent {
  width: 1850px;
  overflow: hidden;
}
.cooperationContentImg {
  width: 7752px;
  height: 400px;
  background: url(../../public/images/homeNew/ah39.png) no-repeat center center;
  background-repeat: repeat-x;
  background-size: contain;
  animation: scrollBackground 40s linear infinite;
  margin-top: -50px;
}
@keyframes scrollBackground {
  0% {
    transform: translateX(0); /* 使用transform实现平滑滚动 */
  }
  100% {
    transform: translateX(-50%); /* 移动50%实现无缝循环 */
  }
}
/* 金币特色 */
.goldContent {
  /* border: solid 1px #000; */
  /* height: 400px; */
  display: flex;
}
.goldLeft {
  z-index: 2;
}
.goldLi {
  width: 410px;
  height: 90px;
  background: #fff;
  border-radius: 8px;
}
.goldBlock {
  display: flex;
  align-items: center;
  height: 90px;
}
.goldBlockBg {
  height: 70px;
  line-height: 1.5;
  padding: 10px 30px;
  overflow: hidden;
  background: linear-gradient(to right, #2478f5, #00bff9);
  color: #fff;
  border-radius: 8px;
}
.goldLi:hover .goldBlock {
  display: none;
}
.goldLi:hover .goldBlockBg {
  display: block;
}
.goldBlockBgText {
  height: 60px;
  overflow: hidden;
}
.goldBg {
  width: 51px;
  height: 51px;
  line-height: 51px;
  background: url(../../public/images/homeNew/ah48.png) no-repeat center center;
  background-size: auto 100%;
  border-radius: 8px;
  margin: 0 15px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: spin 5s linear infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.goldBg img {
  animation: spinReverse 5s linear infinite;
}
@keyframes spinReverse {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
.goldText {
  
}
.goldTextP1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.goldTextP2 {
  width: 290px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
}
.goldCenter {
  margin: 20px 0 0 0px;
  width: 412px;
  height: 312px;
  background: url(../../public/images/homeNew/ah41.png) no-repeat center center;
  background-size: auto 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goldCenterImg {
  animation: spin 5s linear infinite;
}
/* 通知公告 */
.informContent {
  
}
.informTab {
  margin: 0 auto ;
  display: flex;
  align-items: center;
  justify-content: center;
}
.informTabLi {
  margin: 0 15px 20px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 8px 20px;
  border: solid 1px #ddd;
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); */
  border-radius: 20px;
  color: #666;
  cursor: pointer;
}
.informTabLi:hover {
    background: linear-gradient(to right, #2577f5, #00c0fa);
    color: #fff;

}
.informTabBg {
  width: 20px;
  height: 17px;
  background-size: auto 100%;
}
.informTabBg2 {
  background: url(../../public/images/homeNew/ah49.png) no-repeat center center;
}
.informTabLi:hover .informTabBg2 {
    background-image: url(../../public/images/homeNew/ah52.png); 
}
.informTabBg3 {
  background: url(../../public/images/homeNew/ah50.png) no-repeat center center;
}
.informTabLi:hover .informTabBg3 {
    background-image: url(../../public/images/homeNew/ah53.png); 
}
.informTabBg4 {
  background: url(../../public/images/homeNew/ah51.png) no-repeat center center;
}
.informTabLi:hover .informTabBg4 {
    background-image: url(../../public/images/homeNew/ah54.png); 
}


.informTabLi.active {
    background: linear-gradient(to right, #2577f5, #00c0fa);
    color: #fff;
}

.informTabLi.active .informTabBg2 {
    background-image: url(../../public/images/homeNew/ah52.png);
}

.informTabLi.active .informTabBg3 {
    background-image: url(../../public/images/homeNew/ah53.png);
}

.informTabLi.active .informTabBg4 {
    background-image: url(../../public/images/homeNew/ah54.png);
}

.informTabLi:hover {
    background: linear-gradient(to right, #2577f5, #00c0fa);
    color: #fff;
}

.informTabLi:hover .informTabBg2 {
    background-image: url(../../public/images/homeNew/ah52.png);
}

.informTabLi:hover .informTabBg3 {
    background-image: url(../../public/images/homeNew/ah53.png);
}

.informTabLi:hover .informTabBg4 {
    background-image: url(../../public/images/homeNew/ah54.png);
}


.informTabText {
  /* color: #666; */
}
/* 通知公告内容 */
.informCenterBox {

}
.informCenter {
  display: flex;
  justify-content: space-between;
}
.informCenterLeft {
  width: 560px;
  height: 383px;
  
  background-size: 100% 100%;
  position: relative;
}
.informCenterLeftBg1 {
background: url(../../public/images/homeNew/ah55.png) no-repeat center center;
}
.informCenterLeftBg2 {
background: url(../../public/images/homeNew/ah56.png) no-repeat center center;
}
.informCenterLeftBg3 {
background: url(../../public/images/homeNew/ah57.png) no-repeat center center;
}
.informCenterBottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 56px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
            /* opacity: 0.8; */
}
.current-title,.current-title2,.current-title3 {
  width: 400px;
  /* border: solid 1px #fff; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dot-container {
  display: inline-flex;
  margin-left: 5px;
}
.dot,.dot2,.dot3 {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.3s;
} 
.dot:hover, .dot.active {
  background-color: white;
  transform: scale(1.2);
}
.dot2:hover, .dot2.active2 {
  background-color: white;
  transform: scale(1.2);
}
.dot3:hover, .dot3.active3 {
  background-color: white;
  transform: scale(1.2);
}

/*  */
.informCenterRight {

}
.informCenterRightBox {
  width: 570px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border: solid 1px #fff;
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); */
  border-radius: 8px;
  padding: 20px;
}
.newsLeft {
  width: 61px;
  text-align: center;
  border-right: solid 1px #eee;
  padding-right: 10px;
}
.newsRight {
  width: 480px;
}
.newsLeft p:nth-child(1) { 
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.newsLeft p:nth-child(3) { 
  font-size: 14px;
  color: #999;
}
.newsRight p:nth-child(1) a{ 
  font-size: 18px;
  color: #333;
  width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.newsRight p:nth-child(2) { 
  font-size: 14px;
  color: #999;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  display: -webkit-box;
  /* white-space: nowrap; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  
  width: 480px;
  height: 40px;
}
.informCenterRightBox :hover.newsRight p:nth-child(1) a{
  color: #148df6;
  cursor: pointer;
}
/* 搜索 */
.indexSearchList {
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
  margin-top: 18px;
  margin-left: 20px;
}
.indexSearchList li {
  background: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  color: #666;
  margin-right: 12px;
  cursor: pointer;
}
.goBtn{
  margin-top: 20px;
  margin-right: 20px;
}
.imgBox {
  margin-top: 20px;
}
.activityType{
  width: 309px;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis; 
  white-space: nowrap; 
}

/* 搜索 */
.topRightBoxNew {
    width: 140px;
    height: 28px;
    margin-top: 6px;
    /* background: url(../images/indexTopRight.png) no-repeat left center; */
    margin-right: 20px;
    padding-left: 30px;
    
}
.indexSearchBoxNew {
  position: relative;
}
.indexSearchBoxNew input {
    width: 120px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 1);
    /* border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; */
    border-radius: 30px;
    padding-left: 16px;
    font-size: 14px;
    color: #fff;
    /* background-color: transparent; */
    background: rgba(255, 255, 255, 0.8);
    
}

.indexSearchBoxNew .searchBtn {
    /* width: 68px;
    height: 30px;
    line-height: 30px; */
    /* background-color: #f66f6a; */
    /* font-size: 12px; */
    /* color: #fff; */
    /* border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: center; */
    position: absolute;
    right: 0px;
    top: 0px;
}

.indexSearchBoxNew .searchBtn:hover {
    /* background-color: #f3615c; */
    cursor: pointer;
}
.wechatUs:hover,
.contactUs:hover,
.navigation:hover {
    color: #fff;
}

/* 省会列表 */
.HeaderWrap .allCity {
    width: 448px;
    border: none;
    border-top: none;
    /* background-color: #fff; */
    z-index: 1000;
    padding: 15px 15px 0 15px;
    position: absolute;
    left: -170px;
    top: 50px;
    /* box-shadow: 0 0 10px #dfdfdf; */
    background: url(../../public/images/homeNew/ah71.png) no-repeat center center;
    background-size: 100% 100%;
    /* position: relative; */
}
.HeaderWrap .allCity::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 180px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
}
.location {
  display: flex;
  align-items: center;
  margin-left: 14px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.location img{
  margin-right: 14px;
}
.allCity ul {
  border-top: solid 1px #eee;
  padding-top: 10px;
}
.HeaderWrap .allCity li a:hover,
.HeaderWrap .allCity li a.on {
    color: #fff;
    background-color: #148df6;
    border-radius: 20px;

}

/* 网站导航 */
.sonsNavs ul {
  padding: 30px;
}
.sonsNavs ul li {
  text-align: left;
}
.sonsNavs .modelIndex {
  display: flex;
  border-bottom: none;
}
.modelIndex img {
  margin-right: 10px;
  width: 31px;
  height: 31px;
}
.sonsNavs ul li a{
  margin-left: 40px;
}
.sonsNavs ul li a:nth-child(1) {
  margin-left: 0px;
}
.sonsNavs a {
    line-height: 36px;
}
.sonsNavs .modelIndex:hover {
    color: #148df7;
    border-bottom: none;
}
.HeaderWrap .allCity li a {
    color: #333;
}

/* 头部左侧 */
.headerRight {
  position: absolute;
  top: 0;
  right: 20px;
}


/* 登陆之后 */
.userInfoBox .mcBox {
  left: 14px;
  top: -40px;
  z-index: 999;
  box-shadow: none;
  border-radius: 16px;
  width: 120px;
  background: linear-gradient(to bottom,#00c2fa,#1366f6);
  padding: 0 20px;
  
}
.userInfoBox {
  height: auto;
}
.userInfoBox .mcBox a {
  color: #fff;
}
.memberCenter {
    padding-left: 20px;
    background: url(../../public/images/homeNew/ah82.png) no-repeat left center;
}

.memberCenter:hover {
    padding-left: 20px;
    background: url(../../public/images/homeNew/ah82.png) no-repeat left center;
}

.memberCenter a:hover {
    color: #fff;
}

.set {
    padding-left: 21px;
    background: url(../../public/images/homeNew/ah11.png) no-repeat left center;
    border-bottom: 1px rgba(235, 241, 253, 0.5) dashed;
    color: #fff;
    display: flex;
    align-items: center;
}
.set span {
  margin-right: 5px;
}

.set:hover {
    padding-left: 21px;
    background: url(../../public/images/homeNew/ah11.png) no-repeat left center;
}

.set a:hover {
    color: #fff;
}

.loginOut {
    padding-left: 21px;
    background: url(../../public/images/homeNew/ah83.png) no-repeat left center;
}

.loginOut:hover {
    padding-left: 21px;
    background: url(../../public/images/homeNew/ah83.png) no-repeat left center;
}

.loginOut a:hover {
    color: #fff;
}

.keyword::placeholder {
    color: #fff!important;/* 设置placeholder文字颜色为灰色 */
    opacity: 1; /* 确保颜色完全显示 */
}
.keyword {
  background: transparent !important;

}

/* 屏幕小于1500px时的头部样式 */
@media screen and (max-width: 1750px) {
  .HeaderWrap {
    height: 60px;
  }
  .HeaderWrapContent {
    height: 60px;
  }
    .ahNation a {
      font-size: 20px;
      color: #fff;
      letter-spacing: 0px;
      padding-left: 50px;
      background: url(../../public/images/homeNew/ah1.png) no-repeat left center;
      background-size: 40px 20px;
    }
    .csjNation a {
      display: inline-block;
      height: 28px;
      line-height: 28px;
      font-size: 20px;
      color: #fff;
      letter-spacing: 0px;
      margin-left: 10px;
      padding-left: 30px;
      background: url(../../public/images/homeNew/ah2.png) no-repeat left center;
      background-size: 25px;
    }
    .HeaderWrap .positionBox {
      line-height: 30px;
    }
    .HeaderWrap .currentCity {
      padding-left: 10px;
      background: url(../../public/images/homeNew/ah9.png) no-repeat left center;
      margin-right: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
    }
    .HeaderWrap .cityChange {
      display: inline-block;
      width: 50px;
      height: 20px;
      line-height: 18px;
      text-align: center;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.3);
      border-radius: 4px;
      font-size: 12px;
      margin-top: 4px;
    }
    .goBtn img {
      width: 100px !important;
    }
    .navBox {
      top: 74px;
    }
    .imgBox {
      margin-top: 18px;
    }
    .navNew {
      margin-top: 16px;
    }
}
.font15 {
    font-size: 15px;
}