.head-box
{
    height: 106px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-logo
{
    float: left;
}

.head-tel
{
    display: flow-root;
}

.head-tel img
{
    display: block;
    float: left;
    margin-right: 47px;
}
.head-tel-bd
{
    display: flow-root;
    font-size: 13px;
    color: #29303a;
    line-height: 11px;
    margin-top: 20px;
    padding-left: 64px;
    background: url("../image/head-icon.png") no-repeat center left;
    height: 53px;
    padding-top: 6px;
    box-sizing: border-box;
}
.head-tel-bd p
{
    font-size:28px;
    color:#ffa423;
    font-weight: bold;
    line-height: 28px;
    margin-top: 7px;
}


#nav_box
{
    display: flex;
    justify-content: space-between;
}

.navbar {
    height: 58px;
    width: 100%;
}

/* box-data */
.box-data
{
    height: 262px;
}
.boxda-bd-tit
{
    float: left;
    width: 345px;
    font-size: 34px;
    color: #ffffff;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
    height: 292px;
    padding-top: 30px;
    box-sizing: border-box;
    background:url("../image/boxda-bd-tit.png") no-repeat top center #00428e;
}
.boxda-bd-tit p
{
    font-size: 10px;
    line-height: 10px;
    margin-top: 60px;
    text-transform: uppercase;
}
.boxda-bd-tit h3
{
    font-size: 23px;
    color: #fff;
    font-weight: normal;
    line-height: 23px;
    margin-top: 26px;
}

a.boxda-bd-more
{
    display: inline-block;
    width: 230px;
    height: 42px;
    background-color: #fff;
    line-height: 42px;
    text-align: center;
    margin-top: 26px;
    color: #333;
    font-size: 17px;
    font-weight: normal;
    border-radius: 21px;
}
.boxda-box
{
    float: left;
    padding-top: 35px;
}

.boxda-box li
{
    width: 284px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ebebeb;
    float: left;
}
.boxda-box-num
{
    font-size: 58px;
    color: #666666;
    line-height: 58px;
    font-weight: bold;
    font-family: fantasy;
}

.boxda-box-num span
{
    display: inline-block;
    width: 33px;
    height: 33px;
    background-color: #d1d1d1;
    font-size: 13px;
    color: #666666;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    vertical-align: super;
}
.boxda-box li h3
{
    font-size: 20px;
    font-weight: bold;
    color: #272727;
    line-height: 20px;
    margin: 27px 0 14px;
}

.boxda-box li p
{
    font-size:12px;
    color:#a9a9a9;
}

/* max-img */
.max-img
{
    overflow: hidden;
}
.max-img img
{
    transform: scale(1);
    transition: 0.5s;
}
.max-img:hover img
{
    transform: scale(1.2);
}
/* box-tit */
.box-tit
{
    text-align: center;
    font-size: 36px;
    color: #2a2a2a;
    line-height: 36px;
}
.box-tit p
{
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    margin-top: 15px;
}

/* product */
.product
{
    background-color: #f2f2f2;
    padding-bottom: 80px;
}
.pro-tit
{
    padding: 59px 0 48px;
}
.pro-hd
{
    margin-bottom: 50px;
}
.pro-hd ul
{
    text-align: center;
}

.pro-hd ul li 
{
    display: inline-block;
}
.pro-hd ul li:nth-child(n+2)
{
    margin-left: 35px;
}
.pro-hd ul li a
{
    display: block;
    height: 50px;
    padding: 0 20px;
    background-color: #e5e5e5;
    line-height: 50px;
    text-align: center;
}
.pro-hd ul li.on a
{
    background-color: #00428e;
    color: #dde2eb;
}

.pro-bd
{
    padding-bottom: 25px;
}
.pro-bd li
{
    width: 280px;
    float: left;
    margin-right:20px;
    position: relative;
    text-align: center;
    background-color: #ffffff;
}
/*.pro-bd li:nth-child(n+4)*/
/*{*/
/*    margin-right:0;*/
/*}*/
.pro-bd li:nth-child(n+5)
{
    margin-top: 50px;
}
.pro-img 
{
    width: 100%;
    height: 278px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
}
.pro-img img
{
    display: block;
    width: 100%;
}
.pro-bd li p
{
    height: 190px;
    line-height: 190px;
    text-align: center;
    color: #666666;
    font-size: 20px;
    border-bottom: 3px solid #cdcdcd;
    box-sizing: border-box;
}
.pro-yuan
{
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #f2f2f2;
    font-size: 13px;
    background-color: #cdcdcd;
    border-radius: 50%;
    font-weight: bold;
    bottom: -19px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.pro-bd li:hover p
{
    border-bottom: 3px solid #ff9900;
}
.pro-bd li:hover .pro-yuan
{
    background-color: #ff9900;
}

/* adv */
.adv-head
{
    height: 170px;
    text-align: center;
    background: url("../image/adv-head.png") no-repeat top 33px center #00428e;
    padding-top: 25px;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    box-sizing: border-box;
}
.adv-head h3
{
    font-size: 39px;
    line-height: 39px;
    color: #ffffff;
    margin-top: 32px;
}

.adv-head p
{
    width: 500px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background-color: #ff9900;
    margin-top: 30px;
}
.adv-box
{
    padding: 145px 32px 0;
    background: url("../image/adv-box.png") no-repeat center top 60px;
}
.adv-box li
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.adv-icon
{
    float: left;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    border: 1px dashed #bababa;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 999;
    position: relative;
}


.adv-box li:first-child .adv-icon::after,
.adv-box li:nth-child(2) .adv-icon::after
{
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 360px;
    left: 50%;
    transform: translateX(-50%);
    top: 126px;
    background:url("../image/adv-line.png") no-repeat center;
}

.adv-icon p
{
    width: 83px;
    height: 83px;
    background-color: #373737;
    font-size: 53px;
    color: #f7fffe;
    text-align: center;
    line-height: 83px;
    border-radius: 50%;
}
.adv-text
{
    display: inline-block;
}

.adv-text h3
{
    font-size: 34px;
    color: #03428f;
    line-height: 34px;
    padding-bottom: 21px;
    border-bottom: 2px solid #c3c3c3;
    width: 358px;
}
.adv-text h3 p
{
    font-size: 24px;
    color: #666666;
    line-height: 24px;
    margin-top: 19px;
    font-weight: normal;
}

.adv-text-bd
{
    font-size: 18px;
    color: #666666;
    width: 367px;
    margin: 30px 0;
    line-height: 32px;
}
.adv-text-bd p
{
    margin-top: 35px;
}
a.adv-ask
{
    display: block;
    width: 110px;
    height: 40px;
    background-color: #ff9800;
    line-height: 40px;
    color: #fefefe;
    text-align: center;
    font-size: 18px;
}
.adv-bd
{
    text-align: center;
    position: relative;
    right: -50px;
    z-index: 1;
}
.adv-bd p
{
    display: inline-block;
    width: 190px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    border-radius: 15px;
    border: 1px dashed #b1b1b1;
    font-size: 24px;
    
}

.adv-bd p:nth-child(n+2)
{
    margin-left: 38px;
}



/* case */
/* .case-tit
{
    text-align: center;
    font-size: 44px;
    color: #00428e;
    line-height: 44px;
    padding-top: 22px;
}
.case-tit p
{
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    margin-top: 11px;
} */
/* ---------------------------- */
/* case */
.case
{
    padding-bottom: 105px;
    background: url("../image/case-box.png") no-repeat bottom 27px center;
}
.case-tit
{
    height: 97px;
    background: url("../image/case-tit.png") no-repeat center;
    padding: 75px 0;
}
.case-bd li
{
    width: 268px;
    float: left;
    margin-right: 42px;
}

.case-img
{
    width: 100px;
    height: 248px;
}
.case-img img
{
    display: block;
}
.case-bd
{
    position: relative;
}
.case-bd li p
{
    color: #666666;
    font-size: 16px;
    text-align: center;
    line-height: 43px;
    background-color: #eeeeee;
}

.casee-btn a
{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.casee-btn a.prev
{
    left: -50px;
    background: url("../image/case-prev.png") no-repeat center #fff;
}

.casee-btn a.next
{
    right: -50px;
    background: url("../image/case-next.png") no-repeat center #fff;
}



/* programme */
.programme
{
    height: 563px;
    background:url("../image/programme.jpg") no-repeat center;
}
.programme-tit 
{
    text-align: center;
    padding-top: 25px;
}
.programme-tit h3
{
    font-size: 26px;
    color: #fff;
    line-height: 26px;
}
.programme-tit h3 span
{
    font-size: 24px;
}
.programme-tit p
{
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    margin-top: 19px;
}
.programme-tit p span
{
    font-size: 21px;
    font-weight: bold;
}
.prog-box
{
    display: flex;
    justify-content: space-between;
    margin-top: 166px;
    padding: 0 20px;
}

.prog-box :nth-child(2),
.prog-box :nth-child(6)
{
    margin-top: 100px;
}
.prog-box :nth-child(3),
.prog-box :nth-child(5)
{
    margin-top: 160px;
}
.prog-box :nth-child(4)
{
    margin-top: 185px;
}


/* about */
.about
{
    padding-bottom: 70px;
    background: url("../image/about-bg.jpg") no-repeat center bottom 70px;
}

.ab-tit
{
    padding: 70px 0 75px;
}

.ab-img
{
    float: left;
    margin-right: 40px;
}

.ab-text h3
{
    font-size: 33px;
    color: #000033;
    line-height: 33px;
    padding: 60px 0 50px;
    font-weight: normal;
}

.ab-text-bd
{
    height: 175px;
    overflow: hidden;
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    text-indent: 30px;
    text-align: justify;
}

.ab-tel
{
    display: flow-root;
    font-size: 22px;
    margin-top: 65px;
    color: #666666;
    padding-left: 60px;
    background: url("../image/ab-tel.png") no-repeat center left;
}
.ab-tel span
{
    font-size: 36px;
    color: #ff9000;
}
.ab-roll
{
    margin-top: 50px;
}
.ab-roll li
{
    float: left;
    width: 355px;
    height: 205px;
    margin-right: 67px;
}

/* news */
.news
{
    padding-bottom:65px;
}
.news-l
{
    width: 565px;
    float: left;
    margin-right: 70px;
}
.news-tit
{
    margin-bottom: 60px;
}
.news-nav
{
    height: 48px;
    background-color: #eeeeee;
    line-height: 48px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}
.news-nav a
{
    display: inline-block;
    height: 100%;
    font-size: 18px;
    padding: 0 25px;
    color: #666666;
}
.news-nav a:hover,
.news-nav a:first-child
{
    background-color: #00428e;
    color: #ffffff;
}
a.news-nav-more
{
    display: inline-block;
    padding: 0;
    float: right;
}
.news-l-bd li
{
    height: 134px;
    padding: 30px 0;
    border-bottom: 1px solid #bfbfbf;
    box-sizing: border-box;
}
.news-time
{
    float: left;
    margin-right: 40px;
    font-size: 30px;
    color: #666666;
    line-height: 30px;
}
.news-time p
{
    font-size: 18px;
    color: #666666;
    line-height: 18px;
    margin-top: 18px;
    text-indent: 9px;
}
.news-l-text
{
    display: flow-root;
}
.news-l-text h3
{
    font-weight: normal;
    font-size: 18px;
    color: #666666;
    line-height: 18px;

}
.news-l-text p
{
    font-size: 14px;
    color: #999999;
    line-height: 23px;
    height: 45px;
    overflow: hidden;
    margin-top: 15px;
}
.news-r
{
    display: flow-root;
}
.news-r .news-nav
{
    background-color: #00428e;
    padding-left: 35px;
    margin-bottom: 0;
}
.news-r li
{
    height: 288px;
}
.news-r-text
{
    margin-top: 14px;
    padding-left: 22px;
    box-sizing: border-box;
}
.news-r-text span
{
    float: left;
    margin-right: 19px;
    font-size: 16px;
    color: #030404;
    font-weight: normal;
    display: inline-block;
    height: 100%;
}
.news-r-text h3
{
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    line-height: 30px;
}

.news-r-text p
{
    font-size: 14px;
    color: #999999;
    height: 50px;
    overflow: hidden;
    margin-top: 14px;
}
.foot-nav
{
    border-top: 1px solid #c8c8c8;
}
.foot-nav .w
{
    height: 90px;display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-nav a
{
    display: inline-block;
    font-size: 14px;
    color: #858687;
}
.foot-nav span
{
    font-size: 14px;
    color: #858687;
}

.footer
{
    background-color: #313236;
    padding: 90px 0 74px;
}
.foot-code
{
    float: left;
    margin-right: 102px;
    width: 184px;
    text-align: center;
}
.foot-code h3
{
    font-size: 23px;
    color: #ffffff;
    line-height: 23px;
}
.foot-code h3 p
{
    font-size: 14px;
    line-height: 14px;
    margin-top: 6px;
    margin-bottom: 24px;
}

.foot-box
{
    display: flow-root;
}
.foot-tel
{
    display: flex;
    justify-content: space-between;
    padding-bottom: 29px;
    border-bottom: 2px solid #424447;
}
.foot-tel img
{
    float: left;
    margin-right: 15px;
}
.foot-tel h3
{
    display: flow-root;
    font-size: 14px;
    color: #f4ffff;
    line-height: 14px;
    font-weight: normal;
}
.foot-tel h3 p
{
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.foot-bottom
{
    margin-top: 40px;
}
.foot-bottom p,
.foot-bottom a
{
    font-size: 14px;
    color: #858687;
    line-height: 34px;
}
.code-tongji
{
    margin-top: 15px;
}