.headInner {
    width: 100%;
}

.productCenterTabbar {
    width: 25%;
    /* height: 1010px; */
}

.productCenterTabbarUL {
    width: 75%;
}

.productCenterTabbarUL li {
    width: 25%;
    float: left;
    padding-right: 24px;
    background: #fff;
    margin-bottom: 24px;
    cursor: pointer;

}

.productCenterTabbarUL li:hover {
    transform: translateY(-10px);
}

.productCenterTabbarUL li:nth-child(3n) {
    padding-right: 0x;
}

.productCenterTabbarUL li .img {
    width: 100%;
    height: 255px;
}

.productCenterTabbarUL li .img img {
    width: 100%;
    height: 100%;
}

.productCenterTabbarUL li .name {
    width: 100%;
    height: 62px;
    background-color: #005bac;
    line-height: 62px;
    padding: 0 20px;
    border-top: 5px #fffd00 solid;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.productCenterTabbarUL li .name:hover {
    text-decoration: underline
}

.productCenterTabbarUL li:last-child .more {
    width: 100%;
    background-color: #005bac;
    height: 300px;
    border-radius: 5px;
    line-height: 300px;
    text-align: center;
}

.productCenterTabbarUL li:last-child .more span {
    font-size: 18px;
    text-decoration: underline;
    color: #fff;
}

.productCenterName {
    font-size: 30px;
    color: #333;
    font-weight: 600;
}

.productCenterEnglishName {
    color: #666;
    font-size: 18px;
    margin-bottom: 50px;
    font-family: DINMedium;
}

.TabbarUL li {
    width: 162px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #333;
    font-size: 18px;
    cursor: pointer;

}

.TabbarUL li.active {
    background-color: #005bac;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

/*========*/
.EngineeringCon {
    padding-top: 30px;
}

.EngineeringBanner {
    width: 100%;
    overflow: hidden;
}

.EngineeringBanner li {
    width: 16.66666%;
    height: 550px;
    float: left;
    position: relative;
    cursor: pointer;
}
.EngineeringBanner li .bannerImg{
    width: 100%;
    height: 100%;
}

.EngineeringBanner li img {
    width: 100%;
    height: 100%;
}

.EngineeringBanner li:hover .yellowDiv {
    background-color: yellow;

}

.EngineeringBanner li:hover .yellowDiv .bigNum {
    color: #005bac;
    border-bottom: 7px solid #e8360d;
}

.EngineeringBanner li:hover .yellowDiv .description {
    color: #005bac;
}

.yellowDiv {
    height: 300px;
    background-color: transparent;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    padding: 40px;
}

.bigNum {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    border-bottom: 7px solid #fff;
    font-family: DINBold;
    padding-bottom: 10px;
}

.description {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-top: 43px;
}

.bannerMore, .bannerMore2 {
    width: 370px;
    height: 62px;
    background: #005bac;
    text-align: center;
    line-height: 62px;
    margin: 0 auto;
    display: inline-block;
    text-decoration: underline;
    font-size: 18px;
    color: #fff;
    margin-top: 130px;
    cursor: pointer;
}

.bannerMore2 {
    margin-top: 100px;
    margin-bottom: 115px;
}

/*=================*/
.OurAdvantageCon {
    width: 100%;
    overflow: hidden;
    margin-top: 105px;
    margin-bottom: 20px;

}

.OurAdvantageCon ul {
    width: 100%;
    overflow: hidden;

}
.OurAdvantageCon ul li{
    width: 33.33%;
    float: left;
    padding: 0 20px;
    margin: 0 0 60px 0;
    height: 150px;
}





.bgIcon {
    width: 85px;
    position: relative;
}

.bgIconRignt {
    width: calc(100% - 100px);
    padding-top: 30px;
    padding-left: 25px;
}

.bgIcon img {
    width: 100%;
}

.iconName {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0 22px 0;
}

.icondetail {
    color: #333;
    font-size: 14px;
}

.bgIconNumber {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #fff;
    /* font-weight: 600; */
    font-family: DINBold;
}
.advantageBg{
    width: 100%;
    height: 129px;
    margin-bottom: 107px;

}
.advantageBg .advantageBgLeftIcon{
    width: 136px;
    height: 100%;
    background: #005bac;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.advantageBg .advantageBgLeftIcon i{
    font-size: 42px;
    color: #fff;
}
.advantageBgimg{
    width: calc(100% - 136px);
    float: left;
    height: 100%;
    padding-left: 38px;
    background: url('../images/首页/home-pic-4.png') no-repeat;

}
.advantageBgimg .title{
    font-size: 22px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 20px;
}
.advantageBgimg p{
    color: #fff;
}

/*============*/
.NewsCenterUL li {
    width: 150px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    border: 2px #005bac solid;
    font-size: 16px;
    color: #333;
    float: right;
    cursor: pointer;
}

.NewsCenterUL li:hover {
    color: #005bac;
}

.NewsCenterUL li.active {
    background: #005bac;
    color: #fff;
}

.NewsCenterULCon {
    position: relative;
}

.NewsCenterUL {
    position: absolute;
    right: 0;
    top: 30px;
}

.NewsCenterMain {
    width: 100%;
    /* height: 741px; */
    padding-top: 60px;
    overflow: hidden;
    position: relative;
    background: white;
}

.leftBlue {
    width: 50%;
    /*padding-top: 60px;*/
}

.leftBlue img {
    width: 100%;
}

.news-cons {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.news-cons .width1200 {
    height: 100%;
}

.news-cons .width1200 .left {
    width: 480px;
    margin-right: 100px;
    float: left;
    height: 100%;
    border-radius: 5px;
}

.news-cons .width1200 .left .imgCons {
    width: 100%;
}

.news-cons .width1200 .left img {
    width: 100%;
    max-height: 100%;
}

.news-cons .width1200 .text {
    padding: 38px 42px;
    position: relative;
}

.news-cons .width1200 .text h3 {
    font-size: 22px;
    color: #252627;
    padding-bottom: 24px;
    border-bottom: 5px solid #005bac;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.news-cons .width1200 .text p {
    line-height: 32px;
    color: #333333;
    font-size: 16px;
    text-indent: 16px;
    min-height: 150px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.news-cons .width1200 .text .set {
    /*width: 100%;*/
    position: absolute;
    bottom: 40px;
    right: 42px;
    left: 42px;
}

.news-cons .width1200 .right .text .set {
    bottom: 18px;
}

.news-cons .width1200 .text .set span {
    font-size: 18px;
    color: #666666;
}

.news-cons .width1200 .text .set a {
    text-decoration: underline;
    color: #005bac;
    font-size: 18px;
    float: right;
}

.news-cons .width1200 .left .text {
    background: white;

}

.news-cons .width1200 .right {
    width: calc(100% - 580px);
    float: left;
    height: 100%;
    /*background: pink;*/
}

.news-cons .width1200 .right .text {
    background: #eeeeee;
    width: calc(100% - 188px);
    height: 100%;
    float: left;
    padding: 10px 42px;
    border-radius: 0 5px 5px 0
}

.news-cons .width1200 .right ul {
    height: 100%;
}

.news-cons .width1200 .right ul li {
    height: 18.5%;
    margin-bottom: 2.4%;
    border-radius: 5px;
}

.news-cons .width1200 .right ul li:last-child {
    margin-bottom: 0;
}

.news-cons .width1200 .right ul li .imgCons {
    width: 188px;
    height: 100%;
    float: left;
}

.width1200 .right ul li .imgCons img {
    width: 100%;
    height: 100%;
}

.right ul li .imgCons.more {
    line-height: 1;
    text-align: center;
    background: #005bac;
    padding-top: 80px;
}

.right ul li .imgCons.more a {
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
}

.rightWhite {
    padding-top: 60px;
    width: 50%;
    height: 100%;
    background: #fff;
}

/*==========*/

.CooperationPartnerCon {
    margin-top: 115px;
    overflow: hidden;
}

.CooperationPartnerUL {
    overflow: hidden;
    border-top: 1px #cecece solid;

    padding-bottom: 115px;
}

.CooperationPartnerUL li {
    width: 25%;
    float: left;
    height: 200px;
    border-left: 1px #cecece solid;
    border-bottom: 1px #cecece solid;
    /* padding: 50px; */
}
.CooperationPartnerUL li:nth-child(4n) {
    border-right: 1px #cecece solid;
}
.CooperationPartnerUL li:last-child {
    border-right: 1px #cecece solid;
}

.CooperationPartnerUL li img {
    width: 100%;
    height: 100%;
}

/*============*/
.OnlineBookingCon {
    width: 100%;
    /* height: 600px; */
    background-color: #fff;
    padding-top: 85px;
    position: relative;
}

.OnlineBookingUL {
    width: 100%;
    overflow: hidden;
    padding-top: 23px;
}

.OnlineBookingUL li {
    width: 25%;
    float: left;
    line-height: 16px;
    margin-right: 12.5%;
    border-bottom: 1px #333 solid;


    /* margin-right: ; */
}
.OnlineBookingUL li:last-child{
    margin-right: 0%;
}

.OnlineBookingUL li input {
    width: calc(100% - 120px);
    border: none;
    outline: 0;
    float: left;
    background: none;
}

.OnlineBookingUL li .title {
    width: 100px;
    padding-left: 5px;
    float: left;
}
.OnlineBookingUL li .title::before{
    content: '*';
    color: #222;
    top: -1px;
    position: relative;
    left: -5px;
}
.OnlineBookingUL li:hover .title::before{
    color: #005bac;
}
.OnlineBookingUL li.active .title{
    color: #005bac;
}
.OnlineBookingUL li.active{
    color: #005bac;
    border-bottom: 1px #005bac  solid;
}
.borderBottom {
    width: 100%;
    height: 35px;
}
.borderBottom span{
    color: #222;
    font-size: 16px;
    float: left;
}

.OnlineBookingInput {
    /* overflow: hidden; */
    clear: both;
    margin-top: 71px;
}

.OnlineBookingLeft {
    width: 50%;
    /* overflow: hidden; */
    height: 40px;
    line-height: 40px;
}

.OnlineBookingLeft .titlte {
    margin-right: 16px;
    float: left;
    font-size: 16px;
    color: #222;
}

.OnlineBookingLeft .inputCon {
    width: calc(100% - 110px);
    position: relative;
}

.OnlineBookingLeft .inputCon input {
    width: 100%;
    outline: 0;
    text-indent: 10px;
    border: 0;
}

.OnlineBookingRight {
    width: 50%;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding-left: 100px;

}

.OnlineBookingRight .titlte {
    margin-right: 16px;

}

.OnlineBookingRight .inputCon {
    width: calc(100% - 120px);
}

.OnlineBookingRight .inputCon li {
    width: 20%;
    line-height: 40px;
    text-align: center;
    color: #005bac;
    background: #fff;
    float: left;
    margin-right: 6.5%;
    cursor: pointer;
}

.OnlineBookingRight .inputCon li:last-child {
    margin-right: 0;
}

.OnlineBookingRight .inputCon li.active {
    background: #005bac;
    color: #fff;
}

/* ============= */
.OnlineBookingMain{
    width: 100%;
    height: 750px;
    background: url('../images/企业资质/home-pic-6.png') no-repeat;
    padding-top: 50px;
    position: relative;
}
.OnlineBookingMainTitle1{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 25px;
}
.bigTitle{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 45px;
}
.picBg{
    background-color: #eee;
    
    height: 325px;
    margin-top: 110px;
    position: relative;
}
.picBg .picUL{
    position: absolute;
    top: -70px;
    left: 50px;
    right: 30px;
    overflow: hidden;
    
}
.picBg .picUL li{
    float: left;
    width: 20%;
    padding-right: 18px;
}
.picBg .picUL li>div{
    width: 100%;
}
.picBg .picUL li>div img{
    width: 100%;
}
.picBg .picUL li>p{
    margin-top: 24px;
    color: #333;
    font-size: 16px;
}
.yuan{
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;

}
.yuan>li{
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ccc;
    margin-right: 10px;
    cursor: pointer;
}
.yuan>li.active{
    background-color: #005bac;
}