/**********公共样式************/
.fl {
    float: left;
}

a:hover {
    text-decoration: none;
}


/*************导航栏部分********************/
.navbar-fixed-top {
    background-color: white;
}

.nav-tabs_box {
    width: 1200px;
    margin: 0 auto;
}

.navtabs_box {
    background-color: #3b77bc;
    border-bottom: 1px solid #3b77bc;
}

.nav-tabs {
    border: none;
}

.navtabs_box li a {
    cursor: default;
}

/*.nav>.indexOne>a:visited{*/
/*color: #3b77bc;*/
/*font-weight: bold;*/
/*}*/
.nav > .i-focus > a:visited {
    color: #3b77bc;
    font-weight: bold;
}

/*鼠标在悬浮在上方时改变字体颜色并加粗*/
.nav > .indexOne > a:hover {
    color: #3b77bc;
    font-weight: bold;
}

.nav > .productOne > a:hover {
    color: #3b77bc;
    font-weight: bold;
}

.nav > .solveOne > a:hover {
    color: #3b77bc;
    font-weight: bold;
}

.nav > .serveOne > a:hover {
    color: #3b77bc;
    font-weight: bold;
}

.nav > .aboutOne > a:hover {
    color: #3b77bc;
    font-weight: bold;
}

.nav-tabs > li {
    height: 50px;
    width: 144px;
    line-height: 50px;
    float: left;
    text-align: center;
}

.nav-tabs .indexOne {
    width: 80px;
}

.nav-tabs .productOne {
    width: 80px;
}

.nav-tabs .serveOne {
    width: 80px;
}

.nav-tabs .aboutOne {
    width: 111px;
    height: 50px;
}

.nav > li > a {
    position: relative;
    padding: 0;
    margin-right: 0;
    border: none;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    line-height: 50px;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    /*z-index: -1;*/
}

.logo {
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin-right: 371px;
    margin-bottom: 0;
}

.logo > a {
    display: inline-block;
}

/*******************  轮播图  ****************************/
#slidershow {
    margin-top: 49px;
}

.carousel-inner > div {
    overflow: hidden;
    height: 100%;
}

#slidershow > .carousel-inner a > img {
    height: 100%;
    width: 100%;
    /*float: left;*/
}

#slidershow > .carousel-inner a > .clip {
    width: 10%;
    float: left;
}

.carousel-control {
    display: flex;
    align-items: center;
    justify-content: center;
}

.controller > a > i {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.78);
    line-height: 50px;
}

.controller {
    /*display: none;*/
    overflow: hidden;
}
.item a {
    cursor: default;
}


/********************** 内容部分 ***********************************/
.caption_title {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 4px solid #d4d4d4;
}

.caption_title h5 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.caption_title p {
    width: 100px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    border-bottom: 4px solid #109fd4;
    position: relative;
    top: 4px;
}

.content_container > p {
    width: 1200px;
    margin: 0 auto;
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: 18px;
    color: #333333;
    /*word-wrap:break-word;*/
    text-align: center;
}

#content_container_content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#content_container_content > div {
    float: left;
    width: 49%;
    height: 300px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.Industry_title {
    width: 100%;
    /*background-color: #ffffff;*/
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    /*opacity: 0.6;*/
    background-color: rgba(255, 255, 255, 0.6);
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 250px;
}

.state_enterprise_content {
    width: 100%;
    height: 100%;
    background: url("../images/head-b1g.png");
    position: absolute;
    top: 0;
    left: 0;
}

.hide {
    display: none;
}

.state_enterprise_content > div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.state_enterprise_content a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-left: 95px;
    padding-right: 95px;
    font-size: 18px;
    text-align: justify;
    color: #ffffff;
}

.state_enterprise {
    margin-right: 20px;
    color: #ffffff;
}

.automobile_making {
    color: #ffffff;
}

.LCME {
    margin-right: 20px;
    color: #ffffff;
}

.Health_care {
    color: #ffffff;
}

.content_container_next {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}

.content_container_img {
    display: flex;
    overflow: hidden;
}

.content_container_img > div {
    float: left;
}

.content_container_img p {
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
}

.content_container_img p > a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333333;
}

.content_photo1 {
    margin-right: 20px;
}

.content_photo2 {
    margin-right: 20px;
}

.content_photo3 {
    margin-right: 20px;
}

.button_box {
    border: none;
}

.button_box {
    overflow: hidden;
    margin: 10px 0 10px 0;
}

.button_box button {
    width: 40px;
    height: 40px;
    border: none;
    float: right;
}

.btn_left {
    margin-left: 20px;
}

.btn_right {
    margin-left: 20px;
}

/*!**************************** 结尾部分  *******************************!
.enting{
    background-color: #2d2d2d;
}
.enting_container{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.enting_container>ul{
    width: 170px;
    float: left;
    margin-right: 20px;
}
.enting_container>ul>.title{
    border-bottom: 2px solid #ffffff;
    margin-bottom: 8px;
}
.enting_container>ul>li{
    margin-bottom: 18px;
}
.enting_container>ul>li:nth-last-child(1){
    margin-bottom: 10px;
}
.enting_container>ul>li>a{
    display: inline-block;
    font-size: 14px;
    color:#fefefe;
}
.enting_container>ul h5{
    width:100px;
    margin: 0;
    padding: 30px 0 13px 0;
    border-bottom: 2px solid #109fd4;
    font-size: 16px;
    color: #fefefe;
    position: relative;
    top: 2px;
}
.enting_container>ul:nth-last-child(1){
    margin-top: 30px;
}*/
.go_top {
    position: fixed;
    bottom: 60px;
    right: 60px;
}

.go_top img {
    width: 44px;
    height: 44px;
    box-shadow: 0px 3px 8px 0px rgba(3, 50, 104, 0);
}

.glyphicon-arrow-up {
    height: 50px;
    width: 50px;
    text-decoration: none;
    background-color: #3a77bb;
    border-radius: 3px;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 30px;
    line-height: 59px;
    text-align: center
}

.glyphicon-arrow-up > i {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 7px;
    left: 19%;
}

.button_box i {
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.part_wrap {
    width: 100%;
    height: 510px;
    background-color: white;
    margin-bottom: 50px;
}

.part_one {
    width: 1012px;
    margin: 0 auto;
}

.part_one_title {
    margin-top: 150px;
    margin-bottom: 42px;
}

.part_one_title div {
    width: 225px;
    height: 51px;
    font-size: 50px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0;
    color: #1d68be;
    display: inline-block;
}

.part_one_title span {
    width: 408px;
    height: 31px;
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: 1px;
    color: #303133;
}

.part_one_left {
    float: left;
    width: 499px;
    height: 93px;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0;
    color: #303133;
    margin-right: 30px;
}

.part_one_left p {
    margin-bottom: 142px;
}

.part_wrap button {
    width: 100px;
    height: 36px;
    background-color: #1d68be;
    border-radius: 4px;
    color: white;
}

.part_wrap_two button {
    width: 100px;
    height: 36px;
    background-color: #1d68be;
    border-radius: 4px;
    color: white;
    margin-left: 488px;
}

.part_wrap button:hover {
    width: 100px;
    height: 36px;
    background-color: #1d68be;
    border-radius: 4px;
    color: white;
}

.part_wrap_two button:hover {
    width: 100px;
    height: 36px;
    background-color: #1d68be;
    border-radius: 4px;
    color: white;
}

.btn:visited {
    width: 100px;
    height: 36px;
    border-radius: 4px;
    color: white;
    background-color: #1d68be;
}

.part_one_right {
    width: 483px;
    height: 427px;
    float: right;
    display: inline-block;
}

.part_two {
    width: 1012px;
    margin: 0 auto;
}

.part_wrap_two {
    width: 100%;
    height: 750px;
    background-color: #f2f8fe;
}

.part_two_left {
    width: 460px;
    float: left;
    display: inline-block;
    margin: 131px 0px 56px 0px;
}

/*.part_two_left img{*/
/*width: 400px;*/
/*}*/
.part_two_right {
    display: inline-block;
    width: 550px;
    height: 563px;
    float: right;
    margin-top: 189px;
}

.part_two_title {
    width: 589px;
    height: 40px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 1px;
    color: #303133;
    margin-left: -21px;
    margin-bottom: 138px;
}

.part_two_right p {
    width: 489px;
    height: 92px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #303133;
    margin-left: 76px;
    margin-bottom: 145px;
}

.part_wrap_three {
    width: 100%;
    height: 750px;
    background-color: white;
    margin-bottom: 50px;
}

.part_three {
    width: 1012px;
    margin: 0 auto;
}

.part_three_title {
    width: 550px;
    /*height: 60px;*/
    text-align: center;
    margin-left: 268px;
    margin-bottom: 64px;
    display: inline-block;
    vertical-align: middle;

}
.part_three_title-wrap {
    height: auto;
}
.video-wrap {
    width: 1022px;
    margin: 0 auto;
    vertical-align: middle;
    margin-bottom: 24px;
}

.decorate {
    width: 6px;
    height: 34px;
    background-color: #1d68be;
    display: inline-block;
}

.pt_main {
    width: 280px;
    font-size: 28px;
    letter-spacing: 1px;
    color: #303133;
    display: inline-block;
    overflow: hidden;
}

.pt-main-demo {
    margin-left: 466px;
}

.pt_main_two {
    width: 380px;
    font-size: 30px;
    letter-spacing: 1px;
    color: #303133;
    display: inline-block;
    overflow: hidden;


}

.part_three_left {
    width: 550px;
    height: 505px;
    display: inline-block;
    position: relative;
}

.part_three_right {
    width: 447px;
    height: 452px;
    float: right;
    display: inline-block;
}

.ptl_one {
    width: 576px;
    height: 153px;
    background-color: #ffffff;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 23px;
    padding-top: 30px;
    padding-left: 38px;
    position: relative;

}
.ptl_one_a {
    width: 576px;
    height: 183px;
    background-color: #ffffff;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 23px;
    padding-top: 30px;
    padding-left: 38px;
    position: relative;

}

.ptl_one .word {
    width: auto;
    padding: 0;
    /*margin-bottom: 0;*/
    display: inline-block;
}

.word p {
    width: auto;
    height: 28px;
    margin: 0;
    vertical-align: middle;
    line-height: 28px;
}

.ptl_one img {
    vertical-align: middle;
    margin-right: 38px;
    margin-bottom: 90px;
    display: inline-block;
}
.ptl_one_a img {
    margin-bottom: 124px;

}
/*.ptl_one p {*/
    /*width: 400px;*/
    /*padding: 0;*/
    /*!*margin-bottom: 0;*!*/
    /*display: inline-block;*/
/*}*/

.ptl_one span {
    width: 550px;
    height: 18px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0;
    color: #1d63af;
}

.word strong {
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    position: relative;
    top: 2px;
}

/*.ptl_two {*/
    /*width: 576px;*/
    /*height: 153px;*/
    /*background-color: #ffffff;*/
    /*box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);*/
    /*border-radius: 10px;*/
    /*margin-bottom: 23px;*/

/*}*/

/*.ptl_three {*/
    /*width: 576px;*/
    /*height: 153px;*/
    /*background-color: #ffffff;*/
    /*box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);*/
    /*border-radius: 10px;*/
    /*margin-bottom: 52px;*/

/*}*/

.part_three_right {
    margin-top: 35px;
}

.part_one_second img {
    margin-bottom: 46px;
}

.part_one_third img {
    margin-bottom: 75px;
}

.part_four {
    width: 1012px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.part_three_title {
    width: 500px;
    height: 36px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #303133;
    margin-top: 68px;
    vertical-align: center;
}

.part_four_flex {
    width: 326px;
    height: 234px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1012px;
}

.part_four_flex .thumbnail {
    width: 327px;
    height: 174px;
    padding: 0;
}

.part_four_flex .caption {
    width: 326px;
    height: 60px;
    background-color: #ffffff;
    padding: 21px;
}

.part_four_flex .caption span {
    width: 74px;
    height: 17px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    letter-spacing: 0px;
    /*color: #303133;*/
}

.pt_flex {
    height: 234px;
    flex: auto;
    margin-right: 6px;
    margin-bottom: 24px;
}

/*===============footer===============================================================================================*/
#foot-bar {
    width: 100%;
    height: 440px;
    background-image: linear-gradient(45deg,
    #02254d 0%,
    #033268 100%),
    linear-gradient(
            #1d68be,
            #1d68be);
    background-blend-mode: normal,
    normal;
}

#foot-bar .foot-con {
    position: absolute;

    left: 50%;
    margin-left: -500px;
    margin-right: -500px;
}

#foot-bar .foot-con .first-line {
    position: absolute;
    left: auto;
    top: 116px;
    width: 81px;
    /*height: 20px;*/
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    color: #ffffff;
}

#foot-bar .foot-con .under-line {
    position: absolute;
    left: auto;
    top: 149px;
    width: 180px;
    height: 2px;
    background-color: #ffffff;
    opacity: 0.4;
}

#foot-bar .foot-con * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#foot-bar .foot-con .second-line {
    position: absolute;
    top: 190px;
    left: auto;
    width: 100px;
    /*height: 17px;*/
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #1d68be;
}

#foot-bar .foot-con .third-line {
    position: absolute;
    top: 229px;
    left: auto;
    width: 100px;
    height: 17px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #1d68be;
}

#foot-bar .foot-con .fourth-line {
    position: absolute;
    top: 268px;
    left: auto;
    width: 100px;
    height: 17px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #1d68be;
}

#foot-bar .foot-con .honorary-award {
    position: absolute;
    top: 307px;
    left: auto;
    width: 100px;
    height: 17px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #1d68be;
}

#foot-bar .foot-con .foot-img {
    position: absolute;
    top: 100px;
    left: auto;
    width: 426px;
    height: 240px;
    background-image: url("../images/footer/footback.png");
}

#foot-bar .foot-con .our-slogan {
    position: absolute;
    top: 50px;
    left: 12px;
    width: 334px;
    height: 27px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    z-index: 100;
}

#foot-bar .foot-con .our-info {
    width: 385px;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 17px;
}

#foot-bar .foot-con .our-add-1 {
    position: absolute;
    top: 110px;
    left: 14px;

    background: url("../images/footer/add.png") no-repeat left center;
}

#foot-bar .foot-con .our-add-2 {
    position: absolute;
    top: 138px;
    left: 14px;
    background: url("../images/footer/add.png") no-repeat left center;

}

#foot-bar .foot-con .our-phone {
    position: absolute;
    top: 166px;
    left: 14px;
    background: url("../images/footer/phone.png") no-repeat left center;

}

#foot-bar .foot-con .our-email {
    position: absolute;
    top: 196px;
    left: 14px;
    background: url("../images/footer/email.png") no-repeat left center;

}

#foot-bar .foot-con .left192 {
    left: 192px;
}

#foot-bar .foot-con .left384 {
    left: 384px;
}

#foot-bar .foot-con .left576 {
    left: 576px;
}

.main-word {
    width: 747px;
    height: 21px;
    color: #303133;
    font-family: SentyZHAO;
    margin: 0 auto;
}
/*.main-word p{*/
    /*text-align: center;*/
/*}*/

/*.main-word p {*/
    /*font-family: SentyZHAO;*/
    /*font-size: 20px;*/
    /*line-height: 36px;*/
    /*letter-spacing: 0;*/
/*}*/

#foot-bar .foot-con .our-info {
    width: 417px;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 17px;
}

#foot-bar .foot-con .second-line,#foot-bar .foot-con .third-line,#foot-bar .foot-con .fourth-line,#foot-bar .foot-con .honorary-award {
    width: 180px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}