*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    font-family: 微软雅黑;
    color: #666;
}
body{ padding-top: 84px;}
ul,p{
    margin-bottom: 0;
}
li{
    list-style: none;
}
a:hover{
    text-decoration: none;
}
.clear::after{
    content: '';
    display: block;
    clear: both;
}
/* pc导航栏 */
.header{
    width: 100%;
    height: 84px;
    padding: 0 40px;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    background: #fff;
    position: fixed; top: 0; left: 0; z-index: 111;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.header-right{
    height: 100%;
    display: flex;
    align-items: center;
}
.nav{
    float: left;
    height: 100%;
    margin-right: 25px;
}
.lang{
    float: left;
}
.nav li{
    height: 100%;
    float: left;
    padding: 0 15px;
    line-height: 84px;
}
.nav li.active{
    background-color: #e6e6e6;
}
.nav li.active a{
    color: #020579;
    font-weight: bold;
}
.nav a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #4d4d4d;
}
.lang{
    width: 80px;
    height: 40px;
    background: #020579;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.lang a{
    color: #fff;
    font-family: 微软雅黑;
}
.lang img{
    vertical-align: -5px;
}
/* 移动端导航栏 */
.flex-header{
    display: none;
    padding: 0 25px;
    height: 70px;
}
.flex-header-logo img{
    width: 400px;
}
.flex-header-btn img{
    width: 45px;
}
/* 移动端导航栏列表 */
.flex-nav{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(33,33,33,0.3);
    z-index: 99;
}
.flex-nav-close{
    width: 100%;
    height: 70px;
    padding: 0 15px;
}
.flex-nav-close .cha {
    float: right;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background-color: #e0621a;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 17px;
}
.nav-list li {
    border-bottom: 1px solid #fff;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    background-color: #7f7f7f;
    padding-left: 20px;
}
.nav-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: rgb(255, 255, 255);
    font-family: 微软雅黑;
}
.nav-list li:last-child a{
    font-size: 24px;
}
/* banner */
.banner{
    position: relative;
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner img{
    width: 100%;
    height: auto;
}
/* banner文字 */
.banner-text{
    position: absolute;
    width: 475px;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%,-50%);
    color: #fff;
}
.banner-text-top{
    text-align: center;
    font-size: 47px;
    line-height: 60px;
    margin-bottom: 75px;
}
.banner-text-bottom{
     text-align: left;
     font-size: 16px;
     line-height: 26px;  
     padding: 0 30px; 
}
/* 首页介绍 */
.index-about{
    padding-top: 49px;
    padding-bottom: 49px;
}
.index-about-main{
    padding: 20px 0;
    border-top: 1px solid #019be5;
    border-bottom: 1px solid #019be5;
}
.index-about-main p{
    text-indent: 2em;
    font-size: 20px;
    line-height: 32px;
}
/* 首页中间图片 */
.index-pic img{
    width: 100%;
}
/* 首页招标信息 */
.index-tender{
    padding-top: 76px;
    padding-bottom: 76px;
}
.index-tender a:hover{
    color: #019be5;
}
.index-tender-left{
    float: left;
    width: 50%;
}
.index-tender-right{
    float: left;
    width: 50%;
}
.index-tender-left-title{
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 30px;
}
.index-tender-left-con{
    padding-right: 41px;
}
.index-tender-left-con img{
    float: left;
    margin-right: 29px;
    width: 220px;
    height: 140px;
}
.index-tender-left-con p:nth-child(2){
    padding-top: 20px;
}
.index-tender-left-con a,
.index-tender-left-con span,
.index-tender-right-con a,
.index-tender-right-con span{
    font-size: 16px;
    line-height: 32px;
    color: #000;
}
.index-tender-right-line{
    margin-top: 55px;
    float: left;
    width: 1px; 
    height: 170px;
    background: #d6d6d6;
    margin-right: 33px;
}
.index-tender-more{
    text-align: center;
    line-height: 42px;
    width: 126px;
    height: 42px;
    float: right;
    background: url(../../img/common/more.jpg)no-repeat;
    margin-bottom: 37px;
    font-size: 18px;
}
.index-tender-more a{
    color: #000;
}
.index-tender-right-con{
    float: left;
    width: 566px;
}
.index-tender-right-con span{
    display: inline-block;
    width: 100px;
}
.index-tender-right-con a{
    display: inline-block;
}
.index-tender-right-more{
    display: none;
    text-align: center;
}
.index-tender-right-more a{
    display: inline-block;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid black;
    margin-top: 15px;
    color: #000;
}
/* 首页项目咨询 */
.index-project{
    width: 100%;
    height: 580px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    /* background: url(../../img/index/probg.png)center top; */
}
.index-project .bg{
    z-index: -1;
    top: 0px;
    width: 100%;
    min-width: 1920px;
}
.index-prodect-title{
    text-align: center;
    font-size: 42px;
    line-height: 42px;
    color: #fff;
    margin-top: 58px;
    margin-bottom: 26px;
}
.index-project-left{
    float: left;
    width: 50%;
}
.ipl-box{
    position: relative;
    height: 400px;
}
.index-pro{
    position: absolute;
    width: 91px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}
.index-project-left img{
    position: absolute;
    left: 26px;
    top: 11px;
}
.index-pro1{
    left: 70px;
    top: 0;
}
.index-pro2{
    left: 330px;
    top: 0;
}
.index-pro3{
    left: 0px;
    top: 194px;
}
.index-pro4{
    left: 417px;
    top: 194px;
}
.index-pro5{
    left: 202px;
    top: 332px;
}
.proline1{
    padding-left: 71px;
    margin-bottom: 170px;
}
.proline1 span:first-child{
    margin-right: 160px;
}
.proline2{
    margin-bottom: 95px;
}
.proline2 span:first-child{
    margin-right: 322px;
}
.proline3 span{
    margin-left: 205px;
}
.index-project-right{
    float: left;
    width: 50%;
}
.index-project-right-pic{
    margin-top: 27px;
    margin-left: 196px;
}
.index-project-right-text{
    margin-left: 178px;
    max-width: 386px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.index-project-right-text:nth-child(2){
    margin-top: 10px;
}
/* 首页合作伙伴 */
.index-partner-box{
    background: #f7f6fb;
    padding-bottom: 53px;
    padding-top: 69px;
}
.index-partner-title-box{
    margin: 0 auto 43px;
    width: 283px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 22px;
    background: url(../../img/common/border.png)no-repeat center;
}
.index-partner-main .row>div{
    margin-bottom: 16px;
}
.index-partner-main p{
    width: 100%;
    text-align: center;
}
.index-partner-main p img{
    width: 100%;
    max-width: 230px;
}
.index-partner-main p {
    font-size: 14px;
    line-height: 40px;
    color: #666;
}
/* footer */
.footer-box{
    border-top: 1px solid #ccc;
}
.footer{
    padding-top: 32px;
    padding-bottom: 28px;
    color: #666;
}
.footer-left p,
.footer-mid p:last-child{
    line-height: 23px; 
    font-size: 14px !important;
}
.footer-left>p:first-child{
    font-size: 20px !important;
    margin-bottom: 15px;
}
.footer-mid p{
    text-align: center;
}
.footer-mid p:first-child{
    margin-bottom: 6px;
}
.footer-right{
    padding-top: 45px;
    text-align: right;
}

/* 内页banner */
.ny-banner img{
    width: 100%;
    height: auto;
}
/* 内页关于头部 */
.ny-about-header{
    height: 60px;
    display: flex;
    align-items: center;
}
.ny-about-header a{
    font-size: 16px;
    color: #a3a3a3;
}
.ny-about-header a.active,
.ny-about-header a:hover{
    color: #171a84;
    font-weight: bold;
}
.ny-about-header span{
    margin: 0 25px;
}
/* 内页关于主要内容 */
.ny-about-box{
    background: #eef2f5;
}
.ny-about-main{
    padding-top: 50px;
    padding-bottom: 35px;
}
.ny-about-main>img{
    width: 100%;
    max-width: 580px;
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
}
.ny-about-main{
    z-index: 2;
    position: relative;
}
.ny-about-title{
    padding-top: 24px;
}
.ny-about-title p:first-child{
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #171a84;
}
.ny-about-title p:last-child{
    font-size: 24px;
    line-height: 46px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ny-about1 p{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
    text-indent: 2em;
}
/* 组织架构 */
.ny-about2{
    position: relative;
    margin-top: -110px;
    margin-bottom: 60px;
    z-index: -1;
}
.ny-about2 img{
    max-width: 100%;
}
.ny-about2 p{
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}
.ny-about2 .ny-about2-p1{
    top: 55px;
}
.ny-about2 .ny-about2-p2{
    top: 210px;
}
.ny-about2 .ny-about2-p3{
    top: 345px;
}
.ny-about2 .ny-about2-p3 span{
    margin: 0 35px;
}
/* 文化理念 */
.ny-about3{
    font-size: 16px;
    line-height: 32px;
    color: #4c4c4c;
}
.ny-about3 p{
    text-align: left;
}
.ny-about3 p:first-child{
    font-weight: bold;
    line-height: 50px;
}
.ny-about3 .row{
    margin-top: 25px;
}
.ny-about3 .row div{
    margin-bottom: 56px;
}
.ny-about3 .row img{
    max-width: 279px;
    width: 100%;
}
/* 新闻动态 */
.ny-news{
    padding-top: 45px;
}
.news-top{
    display: flex;
    justify-content: space-between;
}
.news-top-left{
    width: 260px;
    height: 340px;
}
.news-top-left1{
    width: 100%;
    height: calc(100% / 3);
    justify-content: center;
    display: flex;
    align-items: center;
    background: #020579;
}
.news-top-left1.active{
    background: #67c5e4;
}
.news-top-left1 img{
    width: 46px;
}
.news-top-left p{
    text-align: center;
    font-size: 24px;
    line-height: 52px;
    color: #fff;
    font-weight: bold;
}
.news-top-mid{
    position: relative;
    width:560px;
    height: 340px;
    overflow: hidden;
}
.news-top-mid img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.news-top-mid img:hover{
    transform: scale(1.1);
}
.news-top-mid .news-top-mid-text{
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    line-height: 60px;
    padding-left: 28px;
}
.news-top-mid .news-top-mid-text a{
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    word-break: break-all;
}
.news-top-right{
    width: 350px;
    height: 340px;
}
.news-top-right1{
    position: relative;
    width: 100%;
    height: 170px;
    background-color: #9697b1;
    padding-left: 27px;
}
.news-top-right1>a{
    display: inline-block;
    width: 230px;
    margin-top: 45px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.news-top-right1-more{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border: 30px solid #5a5b6a;
    border-top-color: transparent;
    border-left-color: transparent;
}
.news-top-right1-more a{
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    color: #fff;
    margin-left: 5px;
    font-size: 28px;
}
.news-top-right2{
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
}
.news-top-right2 img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.news-top-right2 img:hover{
    transform: scale(1.1);
}
.news-top-right2-text{
    padding-left: 27px;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.news-top-right2-text>a{
    color: #fff;
    font-size: 16px;
    line-height: 60px;
}
.news-top-right2-more{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border: 30px solid #67c5e4;
    border-top-color: transparent;
    border-left-color: transparent;
}
.news-top-right2-more a{
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    color: #fff;
    margin-left: 5px;
    font-size: 28px;
}
/* 移动端新闻头部 */
.flex-news-top{
    display: none;
}
.flex-news-top-title>p {
    height: 60px;
    background: #171a84;
    font-size: 22px;
    color: #fff;
    line-height: 60px;
    padding-left: 18px;
    font-weight: bold;
}
.flex-news-top-title>ul>li>a {
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    padding: 0 18px;
    font-size: 16px;
    color: #333;
}
.flex-news-top-title>ul>li>a img {
    float: right;
    margin-top: 19px;
}
/* 新闻列表 */
.news-list{
    margin-top: 40px;
    margin-bottom: 40px;
}
.news-list li{
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
}
.news-list li:nth-child(2n+1){
    background-color: #f7f7f7;
}
.news-list li span{
    font-size: 16px;
    color: #666;
    margin-right: 75px;
}
.news-list li a{
    font-size: 16px;
    color: #666;
}
.news-list li a:last-child{
    font-weight: bold;
    font-family: 宋体;
    font-size: 16px;
    float: right;
    color: #666;
}
.news-list li a:hover{
    color: #67c5e4;
}
/* 新闻更多 */
.news-more{
    text-align: center;
    margin-bottom: 38px;
}
.news-more a{
    display: inline-block;
    width: 120px;
    height: 40px;
    background-color: #020579;
    line-height: 40px;
    color: #fff;
    font-size: 12px;
}
.news-more a img{
    vertical-align: -3px;
    margin-right: 5px;
}
/* 新闻详情页 */
.news2{
    padding-top: 24px;
}
.news2-top a{
    font-size: 14px;
    line-height: 32px;
    color: #666;
}
.news2-title{
    margin-top: 50px;
    border-bottom: 1px dashed #d3d3d3;
}
.news2-title p{
    text-align: center;
}
.news2-title p:first-child{
    font-size: 26px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
}
.news2-title p:nth-child(2){
    font-size: 16px;
    line-height: 45px;
    color: #666;
}
.news2-con{
    margin-top: 15px;
    margin-bottom: 50px;
    
}
.news2-con .cover{
    text-align: center;
}
.news2-text{
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-indent: 2em;
}
.news2-pic{
    text-align: center;
    margin: 15px 0;
}
.news2-pic img{
    max-width: 100%;
}
/* 新闻详情翻页 */
.news2-fy{
    margin-bottom: 50px;
}
.news2-fy p{
    font-size: 16px;
    line-height: 32px;
}
.news2-fy p a{
    color: #1ea6dc;
}
/* 服务范围 */
.service-box{
    padding-top: 33px;
}
.service{
    margin-bottom: 72px;
}
.service.container:nth-child(even) .service-main{
    flex-direction: row-reverse;
}
.service-title{
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 50px;
    background: url(../../img/service/service3.png)no-repeat center;
}
.service-main{
    display: flex;
    justify-content: space-between;
}
.service-main>div{
    width: 50%;
}
.service-left{
    padding-top: 30px;
}
.service-left p{
    font-size: 16px;
    line-height: 32px;
}
/* 资质荣誉 */
.honor-box{
    position: relative;
    width: 100%;
    height: 600px;
    z-index: 2;
    overflow: hidden;
    /* background: url(../../img/service/service7.jpg)no-repeat center; */
}
.honor-box .bg{
    z-index: -1;
}
.honor-title{
    color: #fff;
    font-size: 26px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-weight: bold;
}
.honor-main{
    display: flex;
    justify-content: space-between;
}
.honor-left,
.honor-right{
    width: 50%;
    height: 500px;
}
.honor-left{
    padding-top: 133px;
    padding-left: 48px;
}
.view-box{
    position: relative;
    width: 491px;
    height: 271px;
}
.pic-box{
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 339px;
    height: 271px;
}
.pic-box ul{
    
}
.pic-box .swiper-slide{
    text-align: center;
    background: transparent;
    display: block;
}
.pic-box .swiper-slide img{
    width: 339px;
    height: 234px;
}
.btnLeft,
.btnRight{
    position: absolute;
    top: 35%;
}
.btnLeft img,
.btnRight img{
    cursor: pointer;
}
.btnLeft{
    left: 0;
}
.btnRight{
    right: 0;
}
.pic-box .swiper-slide p{
    margin-top: 20px;
}
.pic-box .swiper-slide p{
    font-size: 16px;
    line-height: 16px;
    color: #666;
}
.honor-right{
    padding-top: 85px;
    padding-left: 84px;
}
.honor-right li{
    font-size: 16px;
    line-height: 48px;
    color: #666;
    cursor: pointer;
}
.honor-right li.active{
    color: #019be5;
}
/* 专家团队 */
.team-box{
    height: 600px;
    /* background: url(../../img/service/service4.jpg)no-repeat center; */
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.team-box .bg{
    z-index: -1;
}
.team{
    padding-top: 39px;
    height: 100%;
}
.team-title{
    margin-bottom: 40px;
}
.team-pic,
.team-text{
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}
.team-pic img{
    width: 100%;
}
.team-text{
    height: 80px;
    background-color: #fff;
    text-align: center;
    line-height: 80px;
    margin-bottom: 30px;
}
.team-text a{
    font-size: 18px;
    color: #05164d;
    font-weight: bold;
}
/* 收费标准 */
.charge{
    padding-top: 39px;
    padding-bottom: 74px;
}
.charge-title{
    margin-bottom: 54px;
}
.charge-page{
    display: block;
    text-align: left;
}
.charge-page p{
    width: 100%;
    height: 80px;
    padding-left: 20px;
    padding-right: 25px;
    font-size: 16px;
    line-height: 80px;
}
.charge-page p a{
    color: #666;
}
.charge-page p a:hover{
    color: #019be5;
}
.charge-page p span{
    margin-right: 75px;
    float: left;
}
.charge-page p .charge-more{
    float: right;
    font-size: 22px;
    font-family: 宋体;
}
.charge-page p:nth-child(2n+1){
    background-color: #f7f7f7;
}
.charge-index{
    margin-top: 45px;
    width: 100%;
    height: 7px;
    position: relative;
    text-align: center;
}
.charge-index .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
}
.charge-index .swiper-pagination span{
    width: 50px;
    height: 7px;
    border-radius: 0;
    margin: 0 7px;
    background: url(../../img/service/charge.png)no-repeat center;
}
.charge-index .swiper-pagination span.swiper-pagination-bullet-active{
    background: url(../../img/service/charge2.png)no-repeat center;
}
/* 招标信息 */
.tender{
    padding-top: 37px;  
}
.tender-nav{
    width: 100%;
    height: 80px;
    border: 1px solid #ccc;
    padding-left: 230px;
}
.tender-nav ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;;
}
.tender-nav ul li{
    flex-grow: 1;
    text-align: center;
    line-height: 80px;
    font-size: 22px;
}
.tender-nav ul li a{
    position: relative;
    color: #4c4c4c;
    display: inline-block;
    width: 115px;
    height: 80px;
    line-height: 80px;
    z-index: 2;
}
.tender-nav ul li a img{
    z-index: -1;
    top: 20px;
    display: none;
}
.tender-nav ul li.active a img{
    display: block;
}
.tender-nav ul li.active a{
    /* background: url(../../img/sale/tender4.png)no-repeat center 20px; */
    color: #fff;
}
.tender-left{
    float: left;
    width: 230px;
    margin-right: 12px;
}
.tender-left li{
    padding-left: 35px;
    width: 100%;
    height: 68px;
    border: 1px solid #ccc;
    border-top: none;
}
.tender-left li a{
    font-size: 16px;
    line-height: 67px;
    color: #4d4d4d;
}
.tender-left li.active a{
    color: #020579;
}
.tender-left li a:hover{
    color: #020579;
}
.tender-right{
    float: right;
    width: 934px;
    padding-top: 12px;
}
.tender-right ul{
    margin-bottom: 42px;
}
.tender-right li{
    width: 100%;
    height: 65px;
    line-height: 64px;
    padding-left: 12px;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #999;
    background: url(../../img/common/tender3.jpg)no-repeat left center;
}
.tender-right li a{
    color: #666;
}
.tender-right li:hover a,
.tender-right li:hover span {
    color: #020579;
}
.tender-right li span{
    float: right;
    color: #666;
}
.flex-news-top-title li>ul{
    display: none;
    border-bottom: 1px solid #ddd;  
}
.flex-news-top-title li>ul>li{
    padding: 0 18px;
}
.flex-news-top-title li>ul>li a{
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: 0 7px;
    line-height: 30px;
    font-size: 12px;
    color: #333;
}
/* 招标信息详情页 */
.tender-title{
    border-bottom: 1px dashed #d3d3d3;
    text-align: center;
    margin-bottom: 23px;
}
.tender-title-text{
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #000;
    margin-top: 40px;
    margin-bottom: 17px;
}
.tender-title-time{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 25px;
}
.tender-text{
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}
.tender-down{
    margin-top: 40px;
    text-align: right;
}
.tender-down img{
    cursor: pointer;
}
.tender-right-fy{
    margin-top: 33px;
    margin-bottom: 79px;
}
.tender-right-fy p{
    font-size: 16px;
    line-height: 32px;
}
.tender-right-fy p a{
    color: #666;
}
.tender-right-fy p a:hover{
    color: #1ea6dc;
}
.case-box{
	max-width: 1920px;
	padding-top: 65px;
	padding-bottom: 106px;
	/* height: 766px; */
	margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 2;
	/* background: url(../../img/pro/case1.jpg)no-repeat center; */
}
.case-box .bg{
    z-index: -1;
}
.case{
	background: #fff;
	position: relative;
	padding: 30px 0 0;
	box-shadow: 7px 7px 0px #dcdfe3;
}
.case-title{
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 55px;
	height: 55px;
	position: absolute;
	top: -25px;
	width: 100%;
	background: url(../../img/pro/case-top.png)no-repeat center;
}
.case-option{
	margin: 38px 45px 0;
	padding-bottom: 47px;
	position: relative;
}
.swiper-case{
	padding-bottom: 43px;
}
.swiper-case .swiper-slide{
	display: flex;
	justify-content: space-between;
	text-align: inherit;
	-webkit-align-items:inherit;
}
.swiperCase-left{
	margin-right: 12px;
}
.swiperCase-left>a{
	display: block;
	position: relative;
}
.swiperCase-title{
	height: 50px;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	background: rgba(0,0,0,0.5);
}
.swiperCase-right{
	margin-right: -12px;
	margin-bottom: -12px;
}
.swiperCase-right>div{
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.swiperCase-right>div>a{
	display: block;
	position: relative;
}
.case-pagination{
	width: 100%;
}
.case-pagination .swiper-pagination-bullet{
	width: 50px;
	height: 7px;
	background: #cccccc;
	border-radius: inherit;
	margin: 0 7px;
}
.case-pagination .swiper-pagination-bullet-active{
	background: #020579;
}
.case-option-content{
	margin: 38px 75px 0 45px;
	padding-bottom: 33px;
	display: flex;
	justify-content: space-between;
}
.case-content-img{
	margin-right: 42px;
}
.case-content-text{
	flex-grow: 1;
}
.case-content-text>.title{
	margin-top: 48px;
	font-size: 22px;
	color: #000;
}
.case-content-text>.content{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 85px;
}
.case-page{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}
.case-page a{
	color: #666666;
}
.case-page a:hover{
	color: #50b3e1;
}
.case-goBack{
	margin-left: 45px;
	margin-right: 75px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 37px;
}
.case-goBack>img{
	margin-right: 12px;
}
.case-goBack>a{
	font-size: 14px;
	color: #666666;
}
.case-goBack>a:hover{
	color: #50b3e1;
}
.pliocy{
	margin-bottom: 59px;
}
.pliocy>.title{
	margin:40px 0 17px;
	line-height: 1;
	font-size: 26px;
	color: #666666;
}
.pliocy-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pliocy-top>.imgText{
	display: flex;
}
.pliocy-top>.imgText>.text{
	width: 380px;
	height: 280px;
	background: #020579;
	margin-left: 1px;
}
.pliocy-top>.imgText>.text>.content{
	padding-top: 45px;
	margin: 0 42px;
}
.pliocy-top>.imgText>.text>.content>.time{
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin-bottom: 15px;
}
.pliocy-top>.imgText>.text>.content>.title{
	font-size: 16px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 28px;
}
.pliocy-top>.imgText>.text>.content>.abstract{
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}
.pliocy-top>.textList{
	width: 345px;
}
.pliocy-top>.textList>ul>li>.title{
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	line-height: 1;
}
.pliocy-top>.textList>ul>li>.title>a{
	font-size: 16px;
	color: #666666;
	vertical-align: middle;
	margin-left: 9px;
}
.pliocy-top>.textList>ul>li>.title>a:hover{
	color:#50b3e1;
}
.pliocy-top>.textList>ul>li>.time{
	margin-left: 13px;
	line-height: 1;
	font-size: 16px;
	color: #666666;
}
.pliocy-top>.textList>ul>li:nth-child(1){
	padding-bottom: 50px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 34px;
}
.pliocy-list{
	margin-top: 40px;
}
.pliocy-list>li{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 35px;
}
.pliocy-list>li>.title{
	display: flex;
	align-items: center;
	line-height: 1;
}
.pliocy-list>li>.title>a{
	font-size: 16px;
	color: #666666;
	vertical-align: middle;
	margin-left: 15px;
}
.pliocy-list>li>.title>a:hover{
	color:#50b3e1;
}
.pliocy-list>li>.time{
	line-height: 1;
	font-size: 16px;
	color: #666666;
}
.pliocy-more{
	margin: 50px auto 0;
	text-align: center;
}
.pliocy-more>a{
	display: inline-block;
    width: 120px;
    height: 40px;
    background-color: #020579;
    line-height: 40px;
    color: #fff;
    font-size: 12px;
	text-align: center;
}
.pliocy-more>a>img{
	vertical-align: -3px;
    margin-right: 5px;
}
.join-text{
	height: 118px;
	line-height: 118px;
	text-align: center;
	font-size: 26px;
	color: #020579;
	font-weight: bold;
}
.join-box{
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
}
.join-box>div{
	width: 50%;
	height: 558px;
}
.join-box>.join-left{
    position: relative;
    z-index: 2;
    overflow: hidden;
	/* background: url(../../img/feedback/joinBg.jpg)no-repeat center 100%; */
}
.join-box>.join-left .bg{
    z-index: -1;
}
.join-left-box{
	float: right;
	width: 600px;
	height: 558px;
	background: rgba(255,255,255,0.9);
}
.join-right{
	background: #f5f5f5;
}
.join-right>.title-box{
	height: 140px;
	background: #026779;
}
.join-right>.title-box>p{
	width: 600px;
	color: #fff;
	text-align: center;
	line-height: 140px;
	font-size: 26px;
}
.join-content{
	width: 600px;
	height: 558px;
	position: relative;
    overflow-y: auto;
}
.join-content>li{
	padding-top: 190px;
	padding-left: 70px;
	width: 395px;
	box-sizing: content-box;
}
.join-content>.active-join{
	opacity: 1;
}
.join-content>li>.column{
	font-size: 16px;
	color: #666666;
	line-height: 1;
	margin-bottom: 60px;
}
.join-content>li>.title{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 32px;
}
.join-content>li>.list>p{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
.join-list-box{
	padding-top: 50px;
	padding-left: 70px;
	width: 530px;
	height: 418px;
	position: relative;
}
.join-list-box:before{
	display: block;
	content: "";
	position: absolute;
	height: 92px;
	width: 62px;
	background: url(../../img/feedback/san.png)no-repeat center;
	left: 0;
	top: 50%;
	transform: translate(-100%,-50%);
}
.join-list-box>.title{
	font-size: 26px;
	color: #020579;
	line-height: 1;
	margin-bottom: 44px;
}
.join-list>li{
	height: 48px;
	line-height: 48px;
	border-bottom:1px dotted #999999;
	font-size: 16px;
	color: #666666;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.join-list>li:hover,
.join-list>li.active{
	color: #337ab7;
}
.map{
	overflow: hidden;
	height: 439px;
}
.branch-list{
	padding: 37px 40px 0;
	background: #e6e6e6;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.branch-list>li{
	padding-left: 48px;
	width: 490px;
	border-bottom: 2px solid #b3b3b3;
	margin-bottom: 30px;
	padding-bottom: 12px;
}
.branch-list>li>.title{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}
.branch-content>p{
	/* height: 20px; */
	margin-bottom: 20px;
}
.branch-content>p>img{
	margin-right: 13px;
}

/* 修改部分 */
.swiperCase-left>a img{
    width: 485px;
    height: 412px;
}
.swiperCase-right>div>a img{
    width: 300px;
    height: 200px;
}
/* 修改部分 */



@media(max-width:1600px){
    /* pc导航栏 */
    .header {
        padding: 0 20px;
        font-size: 16px;
    }
    .header-logo img {
        width: 400px;
    }
    .nav li {
        padding: 0 15px;
    }
    /* banner */
    /* .banner img{
        height: 600px;
    } */

}


@media(max-width:1400px){
    /* pc导航栏 */
    .header {
        padding: 0 20px;
        font-size: 14px;
    }
    .header-logo img {
        width: 360px;
    }
    .nav li {
        padding: 0 10px;
    }
    /* banner */
    /* .banner img{
        height: 520px;
    } */
}
@media (max-width:1299px) {
	.join-left-box{
		width: 100%;
	}
	.join-content{
		width: 100%;
	}
	.join-list-box>.title{
		width: 100%;
	}
	.join-list-box{
		width: auto;
		margin:50px 0 0;
		padding: 0 15px;
		height: auto;
	}
	.join-list-box:before{
		display: none;
	}
	.join-right>.title-box>p{
		width: 100%;
	}
	.join-content>li{
		width: 100%;
		padding-top:150px;
		padding-left: 50px;
		padding-right: 50px;
		box-sizing: border-box;
	}
	.branch-list>li{
		width: 45%;
	}
}

@media(max-width:1260px){
    body{ padding-top: 70px;}
    /* pc导航栏 */
    .header {
        display: none;
    }
    /* 移动端导航栏 */
    .flex-header{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed; top: 0; z-index: 9999;
        background: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,.1);
    }

    .flex-nav{ position: fixed;}
    /* banner */
    /* .banner img{
        height: 440px;
    } */
    /* banner文字 */
    .banner-text{
        display: none;
    }
    /* 首页新闻 */
    .index-tender {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .index-tender-left {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .index-tender-right {
        float: none;
        width: 100%;
    }
    .index-tender-right-line{
        display: none;
    }
    .index-tender-right-con{
        float: none;
    }
    /* 首页项目咨询 */
    .index-project {
        padding-bottom: 30px;
        height: auto;
    }
    .index-prodect-title {
        font-size: 32px;
        line-height: 32px;
        color: #fff;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .index-project-left{
        position: relative;
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .ipl-box{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .index-pro {
        position: static;
        width: auto;
        display: inline-block;
        font-size: 18px;
        line-height: 22px;
        margin: 0 10px;
    }
    .index-project-left img {
        display: none;
    }
    .index-project-right {
        float: none;
        width: 100%;
    }
    .index-project-right p{
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .index-project-right img{
        width: 100%;
        max-width: 370px;
    }
    /* 内页banner */
    /* .ny-banner img{
        height: 220px;
    } */
    /* 内页关于我们 */
    .ny-about-main {
        text-align: center;
    }
    .ny-about-main>img{
        float: none;
        margin-left: 0;
    }
    .ny-about-title {
        padding-top: 0;
    }
    .ny-about1 {
        text-align: left;
    }
    /* 内页组织架构 */
    .ny-about2 {
        position: static;
        margin-top: 0;
        margin-bottom: 0;
    }
    /* .ny-about2 img{
        display: none;
    } */
    .ny-about2 p {
        position: static;
        line-height: 300%;
        margin-bottom: 25px;
    }
    .ny-about2 .ny-about2-p1{
        background: #4ea863;
    }
    .ny-about2 .ny-about2-p2{
        background: #17acb8;
    }
    .ny-about2 .ny-about2-p3{
        background: #cf3e53;
    }
    .ny-about2 .ny-about2-p3 span {
        margin: 0 15px;
    }
    /* 内页新闻 */
    .news-top {
        display: none;
    }
    /* 移动端新闻头部 */
    .flex-news-top{
        display: block;
    }
    /* 新闻列表 */
    .news-list li {
        height: 60px;
        line-height: 60px;
    }
    /* 华昌服务 */
    .service {
        margin-bottom: 40px;
    }
    .service-title {
        margin-bottom: 20px;
    }
    .service-main {
        display: block;
    }
    .service-main>div {
        width: 100%;
    }
    .service-left{
        padding-top: 0;
        margin-bottom: 20px;
    }
    .service-right{
        text-align: center;
    }
    .service-right img{
        width: 100%;
        max-width: 600px;
    }
    /* 资质荣誉 */
    .honor-box {
        height: auto;
        background: none;
        margin-bottom: 40px;
    }
    .honor-box .bg{
        display: none;
    }
    .honor-title {
        color: #000;
        background: url(../../img/service/service3.png)no-repeat center;
        font-size: 26px;
        height: 80px;
        line-height: 80px;
    }
    .honor-main {
        display: block;
    }
    .honor-left, .honor-right {
        width: 100%;
        height: auto;
    }
    .honor-left{
        background: #d7d9e6;
        padding: 30px 0;
        margin-top: 20px;
    }
    .view-box {
        margin: 0 auto;
    }
    .honor-right {
        padding: 30px 15px;
        background: #f5f5f5;
    }
    .honor-right ul{
        text-align: center;
    }
    .honor-right li {
        width: 50%;
        float: left;
    }
    /* 专家团队 */
    .team-box {
        height: auto;
        background: url(../../img/service/service4.jpg)center;
        padding-bottom: 20px;
    }
    /* 招标信息 */
    .tender-nav{
        display: none;
    }
    .tender-left {
        display: none;
    }
    .tender-right {
        float: none;
        width: 100%;
        padding-top: 12px;
    }
	.case-box{
		background-size: 100% 100%;
	}
	.swiper-case .swiper-slide{
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.swiperCase-left{
		margin-right: 0;
		margin-bottom: 12px;
	}
	.swiperCase-right{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.swiperCase-right>div{
		float: inherit;
	}
	.case-option-content{
		flex-direction: column;
	}
	.case-content-img{
		margin-right: 0;
		text-align: center;
	}
	.case-content-img>img{
		max-width: 100%;
	}
	.case-content-text>.content{
		margin-bottom: 20px;
	}
	.pliocy-top{
		flex-direction: column;
	}
	.pliocy-top>.textList{
		width: 100%;
		margin-top: 40px;
	}
	.pliocy-top>.textList>ul>li:nth-child(1){
		padding-bottom: 20px;
	}
	.pliocy-top>.textList>ul>li{
		display: flex;
		justify-content: space-between;
		padding-bottom: 20px;
		border-bottom: 1px dotted #999999;
		margin-bottom: 35px;
	}
	.pliocy-top>.textList>ul>li>.title{
		margin-bottom: 0;
	}
	.pliocy-top>.textList>ul>li>.time{
		margin-left: 0;
	}
	.pliocy-top>.textList>ul>li>.title>a{
		margin-left: 15px;
	}
	.pliocy-list{
		margin-top: 0;
	}
	.map{
		height: 380px;
    }
    .swiperCase-left>a img{
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .swiperCase-right>div>a img{
        width: auto;
        max-width: 100%;
        height: auto;
    }
}

@media(max-width:991px){
    /* banner */
    /* .banner img{
        height: 360px;
    } */
    /* footer */
    .footer-left{
        margin-bottom: 20px;
    }
    .footer-left p{
        text-align: center;
    }
    .footer-left p:first-child {
        margin-bottom: 10px;
    }
    .footer-right {
        padding-top: 25px;
        text-align: center;
    }
    /* 内页banner */
    /* .ny-banner img{
        height: 190px;
    } */
    /* 新闻列表 */
    .news-list li span{
        display: none;
    } 
    /* 收费标准 */
    .charge-text{
        display: inline-block;
        width: 400px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
	.pliocy-top>.imgText{
		flex-direction: column;
		align-items: center;
	}
	.pliocy-top>.imgText>.text{
		margin-top: 15px;
		margin-left: 0;
		width: 100%;
		height: auto;
		padding-bottom: 30px;
	}
	.join-box{
		display: block;
	}
	.join-box>.join-left{
		width: 100%;
	}
	.join-box>div{
		width: 100%;
		height: auto;
	}
	.join-box>.join-left{
		height: auto;
		background-position: center center; 
	}
	.join-left-box{
		height: auto;
	}
	.join-content{
		height: 350px;
	}
	.join-content>li{
		padding: 30px 15px;
	}
	.join-right>.title-box{
		height: 50px;
	}
	.join-right>.title-box>p{
		line-height: 50px;
		font-size: 18px;
	}
	.join-list-box{
		margin: 20px 0 0;
	}
	.join-list-box>.title{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.join-list>li{
		height: 35px;
		line-height: 35px;
	}
	.join-content>li>.column{
		margin-bottom: 20px;
	}
	.join-content>li>.title{
		margin-bottom: 15px;
	}
	.join-content{
		height: auto;
	}
	.join-text{
		height: auto;
		line-height: 1;
		padding: 20px 0;
		font-size: 18px;
	}
	.map{
		height: 350px;
	}
	.branch-list>li{
		width: 100%;
		padding-left: 0;
	}
	.branch-list{
		padding: 20px 15px 0;
	}
	.branch-content>p>img{
		margin-right: 0;
	}
	
}

@media(max-width:767px){
    /* 移动端导航栏 */
    .flex-header{
        padding: 0 20px;
    }
    .flex-header-logo img{
        width: 330px;
    }
    .flex-header-btn img{
        width: 45px;
    }
    /* banner */
    .banner img{
        /* height: 280px; */
    }
    /* 首页介绍 */
    .index-about{
        padding-top: 29px;
        padding-bottom: 29px;
    }
    .index-about-main{
        padding: 10px 0;
    }
    .index-about-main p{
        text-indent: 2em;
        font-size: 14px;
        line-height: 28px;
    }
    /* 首页新闻 */
    .index-tender-left-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
        text-align: center;
    }
    .index-tender-left-con{
        display: none;
    }
    .index-tender-right-title{
        display: none;
    }
    .index-tender-right-con {
        float: none;
        width: 100%;
    }
    .index-tender-right-con span{
        display: none;
    }
    .index-tender-right-con a {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
        line-height: 28px;
    }
    .index-tender-right-more{
        display: block;
    }
    /* 首页项目咨询 */
    .index-prodect-title {
        font-size: 22px;
        line-height: 22px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .index-project  p {
        font-size: 14px;
        line-height: 20px;
    }
    /* 首页合作伙伴 */
    .index-partner-box {
        padding-bottom: 20px;
        padding-top: 30px;
    }
    .index-partner-title-box{
        background: none;
        width: auto;
        margin-bottom: 20px;
    }
    .index-partner-main p {
        line-height: 28px;
    }
    /* 内页banner */
    .ny-banner img{
        /* height: 160px; */
    }
    /* 内页关于头部 */
    .ny-about-header {
        justify-content: center;
    }
    .ny-about-title p:first-child {
        font-size: 30px;
    }
    .ny-about-title p:last-child {
        font-size: 18px;
        line-height: 30px;
    }
    /* 组织架构 */
    .ny-about2 p{
        font-size: 16px;
    }
    .ny-about2 .ny-about2-p3{
        padding: 15px 0;
        line-height: 200%;
    }
    .ny-about2 .ny-about2-p3 span {
        margin: 0;
        display: block;
        text-align: center;
    }
    /* 文化理念 */
    .ny-about3 {
        font-size: 14px;
        line-height: 28px;
    }
    .ny-about3 p:first-child {
        line-height: 40px;
    }
    .ny-about3 .row div {
        margin-bottom: 15px;
    }
    /* 新闻列表 */
    .flex-news-top-title>p {
        height: 60px;
        font-size: 18px;
        line-height: 60px;
    }
    .news-list {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .news-list li {
        height: 50px;
        line-height: 50px;
    }
    .news-list li a:nth-of-type(1) {
        font-size: 14px;
        display: inline-block;
        width: 85%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    /* 新闻更多 */
    .news-more {
        margin-bottom: 30px;
    }
    .news-more a {
        width: 100px;
        height: 35px;
        line-height: 35px;
    }
    /* 新闻详情 */
    .news2 {
        padding-top: 10px;
    }
    .news2-title {
        margin-top: 10px;
    }
    .news2-title p:first-child {
        font-size: 18px;
        line-height: 28px;
    }
    .news2-title p:nth-child(2) {
        font-size: 14px;
        line-height: 36px;
    }
    .news2-text {
        font-size: 14px;
        line-height: 28px;
    }
    .news2-con {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .news2-fy {
        margin-bottom: 30px;
    }
    .news2-fy p {
        font-size: 14px;
        line-height: 28px;
    }
    /* 华昌服务 */
    .service-box {
        padding-top: 15px;
    }
    .service-left p{
        font-size: 14px;
        line-height: 28px;
    }
    /* 资质荣誉 */
    .view-box {
        width: 310px;
        height: 180px;
    }
    .pic-box {
        width: 200px;
        height: 180px;
    }
    .pic-box .swiper-slide img {
        width: 200px;
        height: auto;
    }
    .pic-box .swiper-slide p {
        font-size: 14px;
        line-height: 14px;
    }
    .honor-right li {
        font-size: 14px;
        line-height: 42px;
    }
    .btnLeft, 
    .btnRight {
        width: 40px;
        height: 40px;
        top: 30%;
    }
    .btnLeft img, 
    .btnRight img{
        width: 100%;
        height: 100%;;
    }
    /* 专家团队 */
    .team-text {
        height: 60px;
        line-height: 60px;
    }
    .team-text a{
        font-size: 16px;
    }
    /* 收费标准 */
    .charge {
        padding-bottom: 40px;
    }
    .charge-page p{
        height: 60px;
        font-size: 14px;
    }
    .charge-page p span {
        display: none;
    }
    .charge-text {
        width: 90%;
        line-height: 60px;
    }
    .charge-page p .charge-more {
        font-size: 16px;
        line-height: 60px;
    }
    .charge-index {
        margin-top: 25px;
    }
    .charge-index .swiper-pagination span {
        width: 40px;
    }
    /* 招标信息 */
    .tender-right ul {
        margin-bottom: 25px;
    }
    .tender-right li a {
        display: inline-block;
        width: 95%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
    }
    .tender-right li span {
        display: none;
    }
    /* 招标信息详情 */
    .tender-title {
        margin-bottom: 10px;
    }
    .tender-title-text {
        font-size: 18px;
        line-height: 28px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .tender-title-time {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 15px;
    }
    .tender-text {
        font-size: 14px;
        line-height: 28px;
    }
    .tender-down {
        margin-top: 20px;
    }
    .tender-right-fy {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .tender-right-fy p {
        font-size: 14px;
        line-height: 28px;
    }
	.swiperCase-left>a>img{
		width: 300px;
	}
	.case-option{
		margin: 38px 0 43px;
	}
	.swiperCase-right>div,
	.swiperCase-right{
		margin-right: 0;
	}
	.swiperCase-right{
		margin-bottom: 0;
	}
	.case-box{
		padding-bottom: 0;
	}
	.swiper-case{
		padding-bottom: 20px;
	}
	.case-option-content{
		margin: 38px 15px 0;
	}
	.case-content-text>.title{
		margin-top: 20px;
	}
	.case-goBack{
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
	.pliocy-top>.textList>ul>li{
		flex-direction: column;
	}
	.pliocy-top>.textList>ul>li>.time{
		margin-top: 15px;
		padding-left: 19px;
	}
	.pliocy-list>li{
		flex-direction: column;
	}
	.pliocy-list>li>.time{
		margin-top: 15px;
	}
	.join-text{
		font-size: 16px;
	}
	.map{
		height: 300px;
	}
	.branch-list>li>.title{
		font-size: 16px;
		margin-bottom:10px;
	}
	.branch-content>p{
		margin-bottom: 15px;
	}
	.branch-list>li{
		padding-bottom: 0;
		margin-bottom: 20px;
	}
}

@media(max-width:445px){
    /* 移动端导航栏 */
    .flex-header{
        padding: 0 10px;
    }
    .flex-header-logo img{
        width: 280px;
    }
    .flex-header-btn img{
        width: 40px;
    }
    /* banner */
    .banner img{
      /*  height: 200px; */
    }
    /* 内页banner */
    .ny-banner img{
        /* height: 130px; */
    }
    /* 内页关于头部 */
    .ny-about-header span {
        margin: 0 15px;
    }
    /* 内页关于我们 */
    .ny-about-main {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    /* 资质荣誉 */
    .honor-right {
        padding: 15px;
    }
    .honor-right li {
        width: 100%;
        float: left;
        line-height: 36px;
    }
    /* 专家团队 */
    .team-text {
        height: 50px;
        line-height: 50px;
    }
    .charge-page p {
        padding: 0 10px;
    }
    .charge-index .swiper-pagination span {
        width: 20px;
    }
}
@media(max-width:320px){
    /* 移动端导航栏 */
    .flex-header{
        padding: 0 10px;
    }
    .flex-header-logo img{
        width: 240px;
    }
    .flex-header-btn img{
        width: 35px;
    }
    /* 资质荣誉 */
    .view-box {
        width: 280px;
    }
    .btnLeft, 
    .btnRight {
        width: 30px;
        height: 30px;
    }
}



@media(min-width:767px){

	.join-content>li{

		padding-top: 0px !important;

		padding-left: 34px !important;

	}

}