.haeher {
    height: 94px;
    background-color: #fff;
}

.haeher .haeherLogo {
    width: 400px;
    margin-top: 10px;
    height: 64px;
}

.haeher .haeherLogo .logoImg {
    margin-right: 10px;
}

.haeher .haeherLogo .logoText h1 {
    font-size: 20px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin-top: 16px;
}

.haeher .haeherLogo .logoText p {
    width: 260px;
    font-size: 12px;
    font-family: ArialMT;
    font-weight: bold;
    color: rgba(113, 113, 113, 1);
    letter-spacing: 0.4px;

}

.haeher .haeherLogo img {
    height: 100%;
}

.haeher .uls {
    margin-top: 24px;
}

.haeher .uls li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: 400;
    /*color: rgba(51, 51, 51, 1);*/
    padding: 10px 26px;
}
.haeher .uls li:hover .projectUls {
    /*color: RGB(76,184,251);*/
    border-top: 2px solid RGB(0,56,133);
}
.haeher .uls li .projectUls {
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0px;
    display: inline-block;
    z-index: 100;
    display: none;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0.2;
}

.haeher .uls li:hover .projectUls {
    display: block;
    opacity: 1;
}


/* 创新创业服务 */

.haeher .uls li .proyunPark {
    width: 210px;
    position: absolute;
    top: 40px;
    left: -22px;
    display: inline-block;
    z-index: 100;
    display: none;
    height: 0;
    background-color: #fff;
}

/* 改运园区鼠标移入居中 */

.haeher .uls li .yunPark {
    width: 160px;
    position: absolute;
    top: 40px;
    left: -13px;
    display: inline-block;
    z-index: 100;
    display: none;
    background-color: #fff;
}

.haeher .uls li .projectUls p {
    background-color: rgb(247, 246, 249);
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    /*border-bottom: 1px solid #ecedee;*/
    cursor: pointer;
}

.haeher .uls li .projectUls p:last-child {
    border-bottom: 0;
}

.haeher .uls li .projectUls p:hover {
    background-color: rgba(25, 116, 245, 1);
    color: #fff;
}

.haeher .uls li .projectUls p:hover a {
    color: #fff;
}

.haeher .uls li a {
    width: 100%;
    height: 100%;
}

.uls .Pagelist .projectUls p:first-child {
    position: relative;
}

.projectUlsone {
    width: 160px;
    position: absolute;
    top: 0px;
    left: 209px;
    display: none;
    border-left: 2px solid RGB(0,56,133);
    z-index: 9;
}

.uls .Pagelist .projectUls p:first-child:hover .projectUlsone {
    display: block;
}

.shadjhsahsh:hover .projectUlsone {
    display: block;
}

.haeher .uls li:hover .activeone {
    color: rgba(25, 116, 245, 1);
}

.isActive{
    color: rgba(25, 116, 245, 1);
}

/* 轮播图 */

.homebanner {
    width: 100%;
    background-image: url('../images/homebanner_01.jpg');
}

/* 修改0611 */
.banner {
    height: 520px;
    /* max-width: 1600px; */
    min-width: 1200px;
    overflow: hidden;
    position: relative;
}

.banner .swiper-pagination {
    position: absolute;
}

.banner .swiper-wrapper .swiper-slide {
    width: 100%;
    /*height: 460px;*/
}

.swiper-wrapper .swiper-slide img {
    display: block;
    margin: 0 auto;
    max-width: 1600px;
    /*height: 460px;*/
}
/* end */

/* 二级图 */
.secondary {
    width: 100%;
    background-image: url('../images/imgs/img_02_bg.jpg');

}

.notice-Img {
    height: 245px;
    max-width: 1600px;
    background-color: #ccc;
}

.notice-Img img {
    width: 100%;
    height: 100%;
}

.notice-Img {
    height: 245px;
    width: 100%;
    background-color: #ccc;
    max-width: 1600px;
    margin: 0 auto;
}

.notice-Img img {
    width: 100%;
    height: 100%;
}

/* 二级导航栏 */

.annHome {

    line-height: 60px;
    font-size: 14px;
    margin-right: -8px;
    margin-left: 16px;
}

.annHome-Img {
    margin-top: 21px;
    /*margin-right: 10px;*/
    width: 13px;
    height: 17px;
}

.anno-all {
    border-bottom: 1px solid #ccc;
}

ul.anno-navlist {
    /*width: 700px;*/
    font-size: 20px;
}

ul.anno-navlist>li {
    margin-left: 13px;
    float: left;
    line-height: 60px;
    margin-right: 50px;
    color: rgba(102, 102, 102, 1);
    list-style: none;
}

ul.anno-navlist>li.active {
    border-bottom: 3px solid rgb(35, 133, 253);
}

ul.anno-navlist>li.active>a {
    color: rgb(35, 133, 253);
}

.search {
    position: relative;
    margin-top: 19px;
}

.search input {
    padding-left: 5px;
    outline: none;
    width: 140px;
    height: 27px;
    border: 1px solid rgba(191, 191, 191, 1);
    border-radius: 14px;
}

.searchImg {
    position: absolute;
    top: 5px;
    right: 7px;
    width: 17px;
    height: 15px;
    cursor: pointer;
}

.searchImg img {
    width: 100%;
    height: 100%;
}
/* 返回 */
.backHistory{
    position: relative;
    margin: 22px 15px 0 0;
    font-size: inherit;

}
.backHistory img{
    width: 25px;
    height: 25px;
    vertical-align:middle;
}


/* 技术部分 */

.technologyUls {
    margin-top: 38px;
}

.technologyUls .list {
    margin-right: 22px;
    float: left;
    width: 281px;
    height: 506px;
    background: rgba(249, 250, 252, 1);
    border: 1px solid rgba(170, 170, 170, 1);
    border-radius: 18px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: box-shadow 0.5s;
}

.technologyUls .list:first-child:hover {
    background: rgba(35, 133, 253, 1);
    border: 1px solid rgba(119, 178, 250, 1);
    box-shadow: 0px 2px 4px 6px rgba(35, 133, 253, 0.19);
    color: #fff;
}

.technologyUls .list:nth-child(2):hover {
    background: rgba(76, 175, 48, 1);
    border: 1px solid rgba(76, 175, 48, 1);
    box-shadow: 0px 2px 9px 7px rgba(75, 175, 48, 0.288);
    color: #fff;
}

.technologyUls .list:nth-child(3):hover {
    background: #1da4f7;
    border: 1px solid #1da4f7;
    box-shadow: 0px 2px 9px 7px rgba(29,164,247,0.19);
    /*box-shadow: 0px 2px 9px 7px #1da3f741;*/
    color: #fff;
}

.technologyUls .list:nth-child(4):hover {
    background: #efb855;
    border: 1px solid #efb855;
    box-shadow: 0px 2px 9px 7px rgba(239,184,85,0.31);
    /*box-shadow: 0px 2px 9px 7px #efb9553a;*/
    color: #fff;
}
.technologyUls .list:hover a {
    color: #fff;
}

.coment {
    font-family: 微软雅黑;
    color: #666;
    padding: 10px;
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
    text-align: justify;
    text-justify:inter-ideograph;
}

.technologyUls .list:last-child {
    margin-right: 0;
}

.technologyUls .list .listTop {
    width: 281px;
    height: 172px;
    background: rgba(239, 239, 239, 1);
    border-radius: 18px 18px 0 0;
}

.technologyUls .list .listTop img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 0 0;
}

.technologyUls .list .listBom {
    margin-top: 14px;
}

.technologyUls .list .listBom h2 {
    text-align: center;
    font-size: 18px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: bold;
    color: rgba(51, 51, 51, 1)
}

.technologyUls .list:hover .listBom h2 {
    color: #fff;
}
.technologyUls .list:hover .listBom .coment {
    color: #fff;
}

.technologyUls .list .listBom .listBomUls {
    padding-left: 50px;
    width: 216px;
    margin-bottom: 10px;
}

.technologyUls .list .listBom .listBomUls li {
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
}

.technologyUls .list .listBom .listBomUls li:hover {
    color: dodgerblue;
}


/*.technologyUls .list .listBom .listBomUls li:hover {*/
    /*color: dodgerblue;*/
/*}*/

/* 资讯中心 */
.infoCentre {
    width: 850px;
    margin-top: 34px;
}
.infoCentreMenu {
    /*padding-bottom: 9px;*/
    width: 800px;
    border-bottom: 1.5px solid #d1d0d090;
}
.infoCentreMenu .noticeLfetTop {
    padding-bottom: 9px;
    cursor: pointer;
    /*padding-right: 20px;*/
    margin-left: 20px;
    margin-right: 55px;
    position: relative;
}
.noticeLfetTop.clearfix.active:before {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 2px solid rgb(35, 133, 253);
    z-index: 1000;
    width: 100%;
    bottom: -1px;
}
.infoCentreMenu .noticeLfetTop .noticeImgs {
    margin-right: 10px;
}
    /* 通知公告 */

.notice {
    margin-top: 34px;
}

.notice .noticeLfet {
    margin: 0px 30px 40px 0;
    width: 800px;
    padding-bottom: 15px;
    border-bottom: 1px dotted rgba(204, 204, 204, 1);
}

.notice .noticeLfet .noticeLfetTop {
    padding-bottom: 9px;
    width: 166px;
    border-bottom: 1.5px solid #d1d0d090;
}

.notice .noticeLfet .noticeLfetTop .noticeImgs {
    margin-right: 10px;
}

.notice .infoCentre .infoCentreMenu .noticeLfetTop h2 {
    font-size: 22px;
    font-family: 微软雅黑;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.notice .noticeLfet .noticeLfetCen span {
    display: inline-block;
}

.notice .noticeLfet .noticeLfetCen .details {
    /*color: #EFAF19;*/
    color: rgba(35, 133, 253, 1);
    font-size: 14px;
    text-align: right;
    padding-right: 6px;
    cursor: pointer;
}

.noticeLfetCenTilte {
    line-height: 50px;
}

.notice .noticeLfet .noticeLfetCen .tilte {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: rgba(234, 166, 7, 1);
    width: 720px;
}

.notice .noticeLfet .noticeLfetCen .tiltexin {
    width: 18px;
    height: 19px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    background-color: #F22258;
    border-radius: 3px;
    margin-top: 16px;
}
.notice .noticeLfet .noticeBom .tiltexin {
    width: 18px;
    height: 19px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    background-color: #F22258;
    border-radius: 3px;
    /*margin-top: 16px;*/
}

.notice .noticeLfet .noticeLfetCen .notCenLeft {
    width: 177px;
    height: 118px;
    font-size: 12px;
}

.notice .noticeLfet .noticeLfetCen .notCenLeft img {
    width: 100%;
    height: 100%;
}

.notice .noticeLfet .noticeLfetCen .notCenRigth {
    text-align: justify;
    text-justify:inter-ideograph;
    margin-left: 15px;
    margin-bottom: 2px;
    width: 605px;
    height: 96px;
    font-size: 14px;
    /* font-family: SimSun; */
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
/*新闻*/
.notice .noticeLfet .noticeLfetBom li {
    cursor: pointer;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    /*color: rgba(51, 51, 51, 1);*/
    color: #666;
}
/* 通知公告 政策 */
.notice .noticeLfet .noticeBom li {
    font-family: 微软雅黑;
    cursor: pointer;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 400;
    /*color: rgba(51, 51, 51, 1);*/
    color: #666;
}
.notice .noticeLfet .noticeLfetBom li span {
    display: inline-block;
}

.notice .noticeLfet .noticeLfetBom li .tiltexin {
    width: 18px;
    height: 19px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    background-color: #F22258;
    border-radius: 3px;
}

.notice .noticeLfet .noticeLfetBom li:hover {
    color: rgba(239, 175, 25, 1);
}
.notice .noticeLfet .noticeLfetBom li:hover .noBomSpans {
    color: rgba(239, 175, 25, 1);
}
.notice .noticeLfet .noticeBom li:hover {
    color: rgba(239, 175, 25, 1);
}
.notice .noticeLfet .noticeBom li:hover .noBomSpans {
    color: rgba(239, 175, 25, 1);
}
.notice .noticeLfet .noticeLfetBom li .noBomSpans {
    color: #666;
    width: 670px;
}
.notice .noticeLfet .noticeBom li .noBomSpans {
    color: #666;
    width: 720px;
}

.notice .noticeLfet .more {
    /*cursor: pointer;*/
    margin-top: 13px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}
.notice .noticeLfet .more a{
    color: rgba(35, 133, 253, 1);
}
.notice .noticeLfet .moreNotice {
    /*cursor: pointer;*/
    margin-top: 11px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}
.notice .noticeLfet .moreNotice a{
    color: rgba(35, 133, 253, 1);
}

/* 明星企业 */
.noticeRigth .more {
    cursor: pointer;
    margin-top: 13px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}
.noticeRigth .more a{
    color: rgba(35, 133, 253, 1);
}
.notice .noticeRigth {
    margin-top: 34px;
    width: 350px;
}

.notice .noticeRigth .noticeLfetTop {
    padding-bottom: 9px;
    width: 166px;
    border-bottom: 1.5px solid #d1d0d090;
}

.notice .noticeRigth .noticeLfetTop .noticeImgs {
    margin-right: 10px;
}

.notice .noticeRigth .noticeLfetTop h2 {
    font-size: 22px;
    font-family: 微软雅黑;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.notice .noticeRigth .noticeRigthUls {
    overflow: hidden;
    margin-top: 12px;
}

.notice .noticeRigth .noticeRigthUls li {
    /*cursor: pointer;*/
    margin: 8px 16px 0 0;
    width: 165px;
    height: 76px;
    background: rgba(255, 255, 255, 1);
    /*border: 1px solid rgba(191, 191, 191, 1);*/
    float: left;
}

.notice .noticeRigth .noticeRigthUls li:nth-child(2n) {
    margin-right: 0px;
}

.notice .noticeRigth .noticeRigthUls li img {
    width: 100%;
    height: 100%;
}
/* 走进园区轮播图 */


.swiper-container {
    width: 1200px;
}

.swiper-container .swiper-slide {
    width: 80%;
    transform: scale(0.98);
    height: 520px;
    position: relative;
}
.swiper-container .positioning {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 54px;
    background: rgba(61, 68, 76, 1);
    opacity: 0.63;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    /*color: rgba(255, 255, 255, 1);*/
    line-height: 54px;
    text-align: center;
}
.swiper-container .positioning span{
    opacity: 1;
    z-index: 1000;
}
.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-slide-active {
    transform: scale(1);
}

.swiper-container {
    position: relative;
    height: 520px;
}
.swiper-container .swiper-pagination {
    position: absolute;
    bottom: 10px;
}

/* 单位支持 */

.support {
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
}

.support .noticeLfetTop {
    padding-bottom: 9px;
    width: 280px;
    border-bottom: 1.5px solid #d1d0d090;
}

.support .noticeLfetTop h2 {
    font-size: 22px;
    font-family: 微软雅黑;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.support .noticeLfetTop .noticeImgs {
    margin-right: 10px;
}
/* start */
.campus-mid {
    width: 1200px;
    overflow: hidden;
    height: 737px;
}

.campus-mid img {
    width: 1200px;
}
/* end */
.campus {
    width: 1200px;
    overflow: hidden;
    height: 737px;
}

.campus img {
    width: 1200px;
    height: 100%;
}

.supportBanner {
    margin-top: 15px;
    width: 145px;
    height: 48px;
}

.swiImgs {
    width: 145px;
    height: 48px;
}

.swiImgs img {
    width: 100%;
    height: 100%;
}

.supportBanner>.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

/* 走马灯 */
.wrapper {
    width: 1200px;
    height: 48px;
    position: relative;
    margin: 40px auto 0;
    background: #ccc;
    overflow: hidden;
}
.box {
    width: 145px;
    height: 48px;
    position: absolute;
    background: red;
    font-size: 25px;
    /*line-height: 100px;*/
    text-align: center;
}
.box:nth-child(odd) {
    background: #f8f8f8;
}
.box:nth-child(even) {
    background: #eee;
}
.boxes {
    position: relative;
    left: -100px;
}
/* 走马灯 end */

/* 底部 */

.foots {
    padding-top: 60px;
}

.footsTop .footsTopLeft h3 {
    font-size: 18px;
    font-family: 微软雅黑;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
}

.footsTop .footsTopLeft p {
    margin-top: 10px;
    font-size: 14px;
    font-family: 微软雅黑;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.footsTopCenLeft {
    margin-top: 17px;
    margin-left: 45px;
    margin-right: 40px;
    width: 1px;
    height: 122px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.62;
}

.footsTopCen {
    margin: 0 30px;
}

.footsTopCen .titles {
    font-size: 18px;
    font-family: 微软雅黑;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
}
.footsTopCen .titles:hover {
    color: RGB(76,184,251);
}

.footUls li {
    margin-top: 10px;
    /*text-align: center;*/
    font-size: 14px;
}

.footUls li a {
    color: rgba(255, 255, 255, 1);
}
.footUls li a:hover{
    color: RGB(76,184,251);
}

.footsTopRigth {
    margin-left: 70px;
}

.footsTopRigthImg {
    margin-top: 15px;
    width: 84px;
    height: 87px;
    border: 1px solid rgba(160, 160, 160, 1);
    margin-bottom: 6px;
}

.footsTopRigthImg img {
    width: 100%;
    height: 100%;
}

.footsTopRigth p {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    font-family: 微软雅黑;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.footsBom {
    margin: 0px auto;
    padding-top: 35px;
    width: 483px;
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
    font-size: 12px;
}
.footsBom a{
    color: #FFFFFF;
}