/* 头部 */

.header {
    width: 100%;
    height: auto;
}

.common-card {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.head-title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
}

.head-title .common-card {
    height: 100%;
}

.head-title ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-title ul li {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000000;
}

.head-title ul li span {
    color: #0068b7;
}

.head-content .common-card {
    height: 119px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-content .left {
    display: flex;
    align-items: center;
}

.head-content .left a {
    display: inline-block;
    width: 124px;
    height: 104px;
    margin-right: 16px;
}

.head-content .left a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.head-content .right {
    display: flex;
    align-items: center;
}

.head-content .right .item {
    margin-right: 25px;
}

.head-content .right .item:last-child {
    margin-right: 0;
}

.head-content .right img {
    width: 54px;
    height: 54px;
    object-fit: cover;
}

.head-content .right p {
    font-size: 14px;
    color: #1a1a1a;
    margin-top: 9px;
}

.head-content .con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head-content .con h6 {
    font-size: 32px;
    font-weight: bold;
    color: #0068b7;
	margin:0;
}

.head-content .con p {
    font-size: 21px;
    color: #1a1a1a;
    margin: 5px 0;
}

.head-content .con h5 {
    width: 340px;
    height: 26px;
    background-color: #0068b7;
    border-radius: 13px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
	margin:0;
}

.header-bottom {
    width: 100%;
    height: 46px;
    background-color: #0068b7;
}

.header-bottom .common-card {
    height: 100%;
}

.header-bottom ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-bottom ul li {
    height: auto;
    border-right: 1px solid #fff;
    padding: 0 34px;
}

.header-bottom ul li:last-child {
    border-right: none;
}

.header-bottom ul li a {
    display: inline-block;
    height: 100%;
    font-size: 20px;
    color: #ffffff;
	    line-height: 46px;
}

.header-bottom ul li:hover {
    height: 100%;
    background-color: #00479d;
    border-right: none;
}

.header-bottom ul li:hover a {
    line-height: 46px;
}


/* 轮播 */

.headerSwiper {
    width: 100%;
    height: 820px;
}

.headerSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    background-color: #03559e;
    opacity: 1;
}

.headerSwiper .swiper-pagination-bullet-active {
    background-color: #0068b7 !important;
    opacity: 0.5 !important;
}

.headerSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 热门搜索 */

.hotSearch {
    width: 100%;
    height: 56px;
    margin-top: 15px;
}

.hotSearch .common-card {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotSearch .left {
    width: 923px;
    height: 100%;
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 20px 0 20px 10px;
}

.hotSearch .left i {
    font-size: 14px;
    color: #000;
}

.hotSearch .left span {
    font-size: 14px;
    color: #454545;
    border-right: 1px solid #454545;
    padding-right: 10px;
    margin-left: 10px;
}

.hotSearch .left span:last-child {
    margin-right: 0;
    border: none;
}

.hotSearch .left .lf {
    margin-left: 0;
}

.hotSearch .right {
    flex: 1;
    height: 100%;
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 12px 12px;
}

.hotSearch .right input[type="text"] {
    width: 253px;
    height: 31px;
    background-color: #ffffff;
    border-radius: 6px;
    font-size: 14px;
    color: #c7c7c7;
    padding-left: 14px;
}

.hotSearch .right .form {
    position: relative;
}

.hotSearch .right input[type="submit"] {
    position: absolute;
    left: 90%;
    top: 25%;
    width: 15px;
    height: 15px;
    background-image: url(../img/icon4.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position-x: 10%;
}


/* 产品展示 */

.common-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px 0;
}

.common-title .top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common-title .top div {
    position: relative;
}

.common-title .top p {
    position: relative;
    width: 333px;
    height: 1px;
    background-color: #d7d7d7;
    opacity: 0.5;
}

.common-title .top p i {
    position: absolute;
    width: 81px;
    height: 1px;
    background-color: #406170;
}

.common-title .top p:nth-child(1) i {
    right: 0;
    top: 0;
}

.common-title .top p:nth-child(2) i {
    left: 0;
    top: 0;
}

.common-title .top h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}

.common-title .top h4 {
    position: absolute;
    left: -45%;
    top: -16%;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    opacity: 0.15;
}

.common-title h5 {
    text-align: center;
    font-size: 14px;
    color: #5b5b5b;
    margin-top: 13px;
}

.common-title img {
    margin-top: 15px;
    width: 19px;
    height: 11px;
}


/* 服务项目 */

.servicesAvailable {
    width: 100%;
    height: auto;
    padding-bottom: 23px;
}


/* 产品展示 */

.productDisplay {
    display: flex;
}

.productDisplay .left {
    width: 272px;
    height: auto;
    background-color: #fff;
    margin-right: 32px;
    padding: 0 6px;
    padding-bottom: 10px;
    border: solid 1px #dddddd;
}

.productDisplay .left .bg {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
}

.productDisplay .left .bg i {
    display: inline-block;
    width: 6px;
    height: 73px;
    background-color: #03559e;
}

.productDisplay .left .bg .lf {
    position: absolute;
    left: -6px;
    top: 0;
}

.productDisplay .left .bg .rg {
    position: absolute;
    right: -5px;
    top: 0;
}

.productDisplay .left .title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 102px;
    overflow: hidden;
    background-color: #03559e;
    clip-path: polygon(-125% 0%, 100% 0%, 101% 75%, 50% 100%);
}

.productDisplay .left .title img {
    width: 26px;
    height: 26px;
    object-fit: cover;
    margin-right: 10px;
}

.productDisplay .left .title>div {
    display: flex;
    align-items: center;
}

.productDisplay .left .title p {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
}

.productDisplay .left .title span {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.32;
    margin-top: 10px;
}

#menu {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    margin-top: -27px;
    padding: 45px 8px 10px 8px;
}

#menu .item {
    width: 100%;
    height: 39px;
    background-color: #e5e5e5;
    border: solid 1px #dadada;
    padding-left: 18px;
    margin-bottom: 17px;
}

#menu .item span {
    font-size: 16px;
    color: #5c5c5c;
    margin-left: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

#menu .item a {
    display: flex;
    align-items: center;
    height: 100%;
}

.productDisplay .right {
    flex: 1;
}

#menu .item:last-child {
    background-color: #03559e;
}

#menu .item:hover span {
    color: #0453a0;
}

#menu .item:last-child span {
    color: #fff;
}

#menu .item:last-child .mr {
    padding-left: 42%;
}

.productDisplay .right .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 39px;
    background-color: #f0f0f0;
    background-image: url(../img/icon8.png);
    background-repeat: no-repeat;
    background-size: 144px 100%;
    background-position: 0 center;
    padding-left: 30px;
    padding-right: 15px;
}

.productDisplay .right .title span {
    font-size: 16px;
    line-height: 39px;
    color: #ffffff;
}

.productDisplay .right .title a {
    font-size: 14px;
    color: #999999;
}

.common-Products {
    margin-top: 20px;
}

.common-Products ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.common-Products ul li {
    width: 284px;
    height: auto;
    margin: 0 22px 20px 0;
    border: solid 1px #e5e5e5;
}

.common-Products ul li:nth-child(3n) {
    margin-right: 0;
}

.common-Products ul .img {
    width: 100%;
    height: 208px;
}

.common-Products ul .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common-Products ul .name {
    border-top: solid 1px #e5e5e5;
    font-size: 16px;
    line-height: 42px;
    color: #494949;
    text-align: center;
    background-color: #fff;
    border-bottom: 4px solid #03559e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0 10px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Products-item>div {
    margin-right: 22px;
}

.homebg img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.relation {
    padding-top: 15px;

    font-size: 15px;
    line-height: 42px;
    color: #000000;
}

.homeBg img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* 公司简介 */

.companyProfile {
    width: 100%;
    height: auto;
    padding: 35px 0 30px 0;
}

.companyProfile .common-card {
    display: flex;
}

.companyProfile .left {
    flex: 1;
    margin-right: 26px;
}

.companyProfile .left .title {
    margin-top: 35px;
}

.companyProfile .left .title h2 {
    font-size: 36px;
    line-height: 0;
    color: #0068b7;
}

.companyProfile .left .title h4 {
    font-size: 90px;
    line-height: 0;
    color: #9a9a9a;
    opacity: 0.2;
}

.companyProfile .left h6 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #0068b7;
    margin-top: 45px;
}

.companyProfile .left .text {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin: 10px 0 20px 0;
}

.companyProfile .left ul {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.companyProfile .left ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.companyProfile .left ul img {
    width: 23px;
    height: auto;
    object-fit: cover;
}

.companyProfile .left ul h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: #0068b7;
    margin: 5px 0;
}

.companyProfile .left ul p {
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    color: #666666;
}

.companyProfile .right {
    width: 542px;
    height: 602px;
}

.companyProfile .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 案例展示 */

.caseShow {
    width: 100%;
    height: auto;
    background-color: #0068b7;
    padding: 30px 0 60px 0;
}

.caseShow .common-Products ul .name {
    border-top: 4px solid #03559e;
    border-bottom: none;
}


/* 介绍 */

.introduce {
    width: 100%;
    padding: 40px 0;
    height: auto;
}

.introduce .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.introduce .title h5 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #696969;
}

.introduce .title h2 {
    font-size: 36px;
    color: #292929;
    margin: 10px 0 20px 0;
    font-weight: 700;
}

.introduce .title h2 span {
    color: #005aa9;
    font-size: 36px;
}

.introduce .title p {
    position: relative;
    width: 312px;
    height: 1px;
    background-color: #bcbcbc;
}

.introduce .title p span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 51px;
    height: 3px;
    background-color: #005aa9;
}

.introduce-con {
    margin-top: 50px;
}

.introduce-con ul li {
    display: flex;
}

.introduce-con .left .item {
    margin-bottom: 50px;
}

.introduce-con .left .item:last-child {
    margin-bottom: 0;
}

.introduce-con .item .top img {
    width: 113px;
    height: 95px;
    object-fit: cover;
}

.introduce-con .item .top .text p {
    font-size: 18px;
    letter-spacing: 2px;
    color: #292929;
}

.introduce-con .item .top .text h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 2px;
    color: #0476bf;
}

.introduce-con .item .bto {
    margin-left: 80px;
    display: flex;
}

.introduce-con .item .bto img {
    height: 82px;
    width: 11px;
    object-fit: cover;
    margin-top: 12px;
}

.introduce-con .item .bto .ls {
    font-size: 14px;
    text-align: justify;
    line-height: 36px;
    letter-spacing: 1px;
    color: #696969;
    padding-left: 10px;
}

.introduce-con .item .top {
    display: flex;
    align-items: center;
}

.introduce-con .left {
    flex: 1;
}

.introduce-con .right {
    width: 583px;
    height: auto;
}

.introduce-con .right img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


/* 荣誉资质 */

.hmoehonor {
    width: 100%;
    height: auto;
	    display: none;
}

.common-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
}

.common-title p {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    margin: 15px 0;
}

.common-title p span {
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: #0068b7;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.common-title h4 {
    font-size: 20px;
    color: #9a9a9a;
}


/* 荣誉资质 */

.hmoehonor {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}

.honor-con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.honorSwiper {
    width: 100%;
    height: 867px;
}

.honorSwiper img {
    width: 301px;
    height: 428px;
    object-fit: cover;
}

.honorSwiper .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common-more {
    display: inline-block;
    width: 149px;
    height: 39px;
    background-color: #03559e;
    border-radius: 19px;
    border: solid 1px #dadada;
    font-size: 16px;
    line-height: 39px;
    text-align: center;
    color: #ffffff;
    margin-top: 25px;
}


/* 设备展示 */

.equipment {
    width: 100%;
    height: auto;
}

.equipment ul {
    display: flex;
    align-items: center;
}

.equipment ul .img {
    width: 295px;
    height: 228px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
}

.equipment ul li {
    margin-right: 4px;
}

.equipment ul .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.equipment ul .name {
    width: 295px;
    height: 51px;
    background-color: #f6f6f6;
    font-size: 18px;
    line-height: 51px;
    text-align: center;
    padding: 0 10px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.equipment-con {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* 新闻资讯 */

.homeNews {
    width: 100%;
    height: auto;
    padding-bottom: 27px;
}

.news-con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-con .top {
    display: flex;
}

.news-con .top img {
    width: 630px;
    height: 352px;
    object-fit: cover;
}

.news-con .top ul {
    flex: 1;
}

.news-con .top ul .time p {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 8px;
    color: #292929;
}

.news-con .top ul .time span {
    font-size: 16px;
    color: #696969;
}

.news-con ul .text {
    margin-left: 40px;
}

.news-con ul .text h6 {
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #292929;
}

.news-con ul li {
    padding-left: 25px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 32px;
}

.news-con ul li:last-child {
    margin-bottom: 0;
}

.news-con ul li a {
    display: flex;
    align-items: center;
}

.news-con ul .text .ls {
    font-size: 14px;
    line-height: 22px;
    color: #696969;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0 20px 0;
}

.footer {
    width: 100%;
    height: auto;
    background-color: #0068b7;
}

.footer .common-card {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.footer .logo {
    width: 197px;
    height: 167px;
    object-fit: cover;
    margin-right: 85px;
}

.footer ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer ul li {
    display: flex;
    flex-direction: column;
}

.footer ul a,
.footer ul p {
    font-size: 14px;
    line-height: 33px;
    color: #ffffff;
}

.footer ul .qr {
    width: 192px;
    height: 192px;
    object-fit: cover;
}

.footer ul li:last-child p {
    text-align: center;
}

.footer .bto {
    width: 100%;
    height: 46px;
    background-color: #448aca;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
}

#map{
    width: 100%;
    height: 450px;
}