@charset "utf-8";

/* CSS reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure,
figcaption {
    margin: 0;
    padding: 0;
}

html {
}

body {
    width: 100%;
    float: left;
    background: #f9f9f9;
    overflow-x: auto;
}



fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}


/* CSS Document */

a:hover {}

input,
select,
button,
a {
    text-decoration: none;
    outline: none;
}
table, td, th {
    border:1px solid #999;
}

/*page*/

.page {
    float: left;
    width: 96%;
    margin-top: 40px;
    margin-left: 2%;
    margin-bottom: 40px;
}

.page span,
.page a {
    height: 34px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin-left: 10px;
    padding: 0 20px;
}

.page a:hover {
    color: #1f2677;
    border-color: #1f2677;
}

.page .current {
    color: #1f2677;
    border-color: #1f2677;
}


/* 大屏幕 */

@media(min-width: 481px){

    /*	news新增 - 详情上一篇下一篇*/
	.newConNextPre {
		width: 100%;
		float: left;
		text-align: center;
		font-size: 14px;
		margin-top: 20px;
	}
	.newConNextPre a{
		 color: #333;
	}
	.newConNextPre span{
		color: #f60000 !important;
	}


    /*地图*/
    #dituContent{
        width: 100%;
        float: left;
        height:500px;
    }
    /*手机端nav 屏蔽*/
    .wapTop{
        display: none;
    }
    .wapTopMenu{
        display: none;
    }
    .indexAboutBackWap{
        display: none;
    }
    /*内容 图文展示*/
    .mes_cont {
        width: 96%;
        float: left;
        margin-left: 2%;
        margin-bottom: 20px;
        margin-top: 20px;
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
    }
    .mes_tit {
        width: 100%;
        float: left;
        padding-bottom: 20px;
        border-bottom: 1px solid #f2f5f8;
    }
    .mes_tit_sp {
        width: 100%;
        float: left;
        font-size: 18px;
        color: #333;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }
    .mes_tit_time {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #2c2c2c;
        text-align: center;
    }
    .mes_detai_con {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .mes_detai_con p {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 24px;
    }
    .mes_detai_con img{
    	max-width: 90%;
    }


    .indexTop {
        width: 100%;
        height: 920px;
        float: left;
        position: relative
    }
    /*首页nav顶部*/
    .indexTopNav{
        width: 1210px;
        position: absolute;
        z-index: 999999;
        top: 30px;
        left: calc(50% - 605px);
    }
    .indexTopNavLeft{
        width: 160px;
        float: left;
    }
    .indexTopNavRight{
        width: calc(100% - 200px);
        float: right;
    }
    .indexTopNavRightTopTel{
        width: 100%;
        float: right;
        margin-top: 14px;
    }
    .indexTopNavRightTopImg{
        width: 25px;
        float: right;
        margin-right: 10px;
        margin-top: 2px;
    }
    .indexTopNavRightTopTel a {
        float: right;
        font-size: 24px;
        color: #fff;
        color: #fff !important;
    }
    .indexTopNavRightTopList{
        width: 100%;
        float: right;
    }
    li.nav-item {
        width: 10%;
        float: left;
    }
    li.nav-item>a {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 16px;
        position: relative;
        color: #fff;
        height: 30px;
        margin-top: 10px;
    }
    li.nav-item>a::before {
        display: none;
        content: '';
        position: absolute;
        left: 30%;
        bottom: 0;
        width: 40%;
        height: 2px;
        background: #fff;
        position: absolute;
    }
    .webavtive {
        border-bottom: 1px solid #fff;
    }
    .nav-item a span {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #fff;
        margin-top: 4px;
    }
    li.nav-item:hover>a,
    li.nav-item.active>a {
        color: #fff;
    }
    li.nav-item:hover>a::before,
    li.nav-item.active>a::before {
        display: block;
    }
    li.nav-item:hover>a span,
    li.nav-item.active>a span {
        color: #222471;
    }
    /* 二级菜单 */
    .subMenu {
        display: none;
        position: absolute;
        top: 68px;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #fff;
    }
    .subMenu>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: #fcfcfc
    }
    .subMenu>ul>li>a {
        display: block;
        padding: 0 30px;
        text-align: center;
        line-height: 60px;
        color: #333;
        font-size: 14px
    }
    .subMenu>ul>li>a:hover {
        color: #222471
    }


    /*banner*/
    .apple-banner {
        width: 100%;
        height: 920px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .apple-banner .swiper-container {
        width: 100%;
        height: 920px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 15%;
        height: 100%;
        top: 0;
        background: none;
    }
    .swiper-button-prev {
        left: 0;
    }
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev span,
    .swiper-button-next span {
        display: block;
        width: 64px;
        height: 64px;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -32px;
        border-radius: 100%;
        background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center 17px;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }
    .swiper-button-next span {
        background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center -71px;
        left: auto;
        right: 20px;
    }
    .swiper-button-prev:hover span,
    .swiper-button-next:hover span {
        opacity: .6;
    }
    .apple-banner .swiper-pagination {
        top: auto;
        bottom: 50px;
        background: none;
    }
    .apple-banner .swiper-pagination-bullet {
        display: inline-block;
        width: 50px;
        height: 30px;
        margin: 0 3px;
        cursor: pointer;
        background: none;
        border-radius: 0;
        opacity: 1;
    }
    .apple-banner .swiper-pagination-bullet span {
        width: 50px;
        height: 2px;
        display: block;
        background: #000;
    }
    .apple-banner .swiper-pagination-bullet-active span {
        background: #000;
    }
    .apple-banner .autoplay .swiper-pagination-bullet-active span {
        background: #000;
    }
    .apple-banner .swiper-pagination-bullet i {
        background: #000;
        height: 2px;
        transform: scaleX(0);
        transform-origin: 0;
        display: block;
    }
    .apple-banner .autoplay .firsrCurrent i {
        transition: transform 2.9s linear;
        transform: scaleX(1);
    }
    .apple-banner .autoplay .current i {
        transition: transform 4s linear;
        transform: scaleX(1);
    }
    .apple-banner .autoplay .replace span {
        background: #fff;
    }
    /*banner end*/
/*  轮班上的服务  */
    .indexBannerService{
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(4,30,55,0.6);
        height: 186px;
        z-index: 99999;
    }
    .indexBannerServiceCon{
        width: 1210px;
        float: left;
        margin-left: calc(50% - 605px);
        height: 100%;
    }
    .indexBannerServiceConLfet1{
        width: 16.66%;
        height: 100%;
        float: left;
        background: #005aab;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .indexBannerServiceConLfet1 p{
        width: 100%;
        float: left;
        color: #fff;
        font-size: 30px;
        margin-top: 40px;
        text-transform: uppercase;
        line-height: 30px;
    }
    .indexBannerServiceConLfet1 div{
        width: 40%;
        height: 1px;
        background: #fff;
        float: left;
        margin: 10px 0;
    }
    .indexBannerServiceConLfet1 span{
        width: 100%;
        float: left;
        color: #fff;
        font-size: 18px;
    }
    .indexBannerServiceConLfetLi{
        width: calc(16.66% - 1px);
        float: left;
        border-right: 1px dashed #93a5b6;
        padding:  0 10px;
        box-sizing: border-box;
        height: 100%;
    }


    .indexBannerServiceConLfetLi img{
        width: 80px;
        display: block;
        margin: 40px auto 10px;
    }
    .indexBannerServiceConLfetLi p{
        width: 100%;
        float: left;
        color: #fff;
        font-size: 16px;
        text-align: center;
    }
/*    检测咨询*/
    .indexCon1210{
        width: 1210px;
        float: left;
        margin: 20px calc(50% - 605px);
    }
    .indexConDetectionTit{
        display: block;
        margin: 30px auto 0;
    }
    .indexConDetectionTit2{
        display: block;
        margin: 30px auto 0;
    }
    .indexConDetection{
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .indexConDetectionTop{
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .indexConDetectionTop a{
        width: 15.5%;
        float: left;
        background: #f5f5f5;
        border-radius: 4px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 14px;
        color: #333;
        margin-left: 1%;
    }
    .indexConDetectionTop a:hover{
        color: #fff;
        background: #005aab;
    }
    .indexConDetectionBot{
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .indexConDetectionBotLeft {
        width: 50%;
        float: left;
        height: 550px;
        margin-top: 10px;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
    }
    .indexConDetectionBotLeft img{
        width: 100%;
        float: left;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: all 0.6s;
    }
    .indexConDetectionBotLeft img:hover{
        transform: scale(1.2);
    }
    .indexConDetectionBotRight{
        width: 50%;
        float: left;
    }
    .indexConDetectionBotRightLi{
        float: left;
        margin-left: 2%;
        width: 47%;
        margin-top: 10px;
        height: 270px;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
    }
    .indexConDetectionBotRightLiImg{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 100%;
        transition: all 0.6s;
    }
    .indexConDetectionBotRightLiImg:hover{
        transform: scale(1.2);
    }
    .indexConDetectionBotRightLiText{
        width: 80%;
        position: absolute;
        top: 30%;
        left: 10%;
        z-index: 1;
        padding: 20px;
        box-sizing: border-box;
        background: rgba(0,0,0,0.4);
        border-radius: 10px;
    }
    .indexConDetectionBotRightLiText p{
        width: 100%;
        float: left;
        font-size: 16px;
        color: #fff;
        text-align: center;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .indexConDetectionBotRightLiText span{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-top: 4px;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .indexMoore{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #005aab;
        margin: 30px 0 10px;
        text-align: center;
    }

/*    核心优势*/
    .indexBackImg_1{
        width: 100%;
        float: left;
    }
/*    设备销售*/
    .pro-center{width: 100%;height: auto;overflow: hidden;padding: 35px 0 30px 0;}
    .pro-center .title{font-size: 34px;text-align: center;padding-bottom: 5px;color: #333333;letter-spacing: 1px;}
    .pro-center .sub-title{font-size: 20px;text-align: center;color: #fff;float: left;width: 100%}
    /*设备销售左侧*/
    .pro-left{float: left;width: 25%;background: #005aab;border-radius: 10px;padding: 20px 0 30px}
    .pro-content{width: 100%;padding: 40px 0;}
    .pro-right{float: right;width: 940px;}
    .left-title{width: 100%;float: left;margin: 20px 0;color: #FFFFFF;font-size: 24px;text-align: center}
    .left-category{
        width: 100%;
        float: left;
    }
    .pro-left .left-category ul li a{height: 50px;line-height: 50px;font-size: 16px;text-align: center;cursor: pointer;color: #333;width: 80%;float: left;margin-left: 10%;background: #fff;border-radius: 10px;margin-top: 10px}
    .pro-left .left-category ul .on{background: #087fd2;color: #FFFFFF;border-radius: 10px;}
    .pro-left .left-category ul li a:hover{background: #087fd2;color: #FFFFFF;border-radius: 10px;}
    .pro-left .left-contact {margin-top: 37px;margin-bottom: 37px;text-indent: 70px;background: url(../image/tel.png) left 20px center no-repeat;}
    .pro-left .left-contact p{color: #317fff;font-size: 14px;}
    .pro-left .left-contact p.tel{font-size: 20px;padding-top: 10px;}
    /*设备销售右侧*/
    .pro-right{width: 74%;float: left}
    .pro-right ul li{float: left;width: 32.33%;margin-left: 1%;margin-top: 20px;border-radius: 10px;}
    .pro-right ul li:nth-child(3n){margin-right: 0;}
    .pro-right ul li .img{width:100%;height:200px;overflow: hidden;float: left;transition: all .3s linear;}
    .pro-right ul li .img img{
        width: 100%;
        border-radius: 10px;
        height: 100%;
        float: left;
    }
    .pro-right ul li p{width:100%;text-align: center;font-size: 14px;color: #333333;margin-top: 14px;float: left}
    .pro-right.active{display: block;}
    .pro-right ul li .img:hover{box-shadow: 0px 0px 15px #c6c6c6;transition: all .2s linear;}

/*    关于我们   */
    .indexAbout{
        width: 100%;
        float: left;
        position: relative;
        height: 760px;
        margin: 20px 0;
    }
    .indexAboutBack{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .indexAboutCon{
        position: absolute;
        width: 1210px;
        height: 100%;
        top: 0;
        left: calc(50% - 605px);
        z-index: 2;
    }
    .indexAboutLeft{
        width: 50%;
        float: left;
        height: 100%;
    }
    .indexAboutLeftTit{
        width: 100%;
        float: left;
        font-size: 20px;
        color: #fff;
        margin-top: 80px;
    }
    .indexAboutLeftTit span{
        width: 100%;
        float: left;
        font-size: 36px;
        color: #fff;
    }
    .indexAboutLeftText{
        width: 90%;
        float: left;
        font-size: 14px;
        color: #fff;
        margin-top: 40px;
        line-height: 24px;
        text-align: justify;
    }
    .indexAboutConMore{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #fff;
        margin-top: 50px;
    }
    .indexAboutLeftBottom {
        width: 100%;
        float: left;
        margin-top: 40px;
    }
    .indexAboutLeftBottomLi{
        width: 15%;
        float: left;
    }
    .indexAboutLeftBottomLi img{
        width: 50px;
        margin: 0 auto;
        display: block;
        margin: 0 auto;
        display: block;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    .indexAboutLeftBottomLi img:hover{
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
    .indexAboutLeftBottomLi p{
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
    }
    .indexAboutRight{
        width: 50%;
        float: right;
    }
    .indexAboutRightTopCon{
        width: 90%;
        float: right;
    }
    .indexAboutRightTopList{
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .indexAboutRightTopListLI{
        width: 33.33%;
        float: left;
    }
    .indexAboutRightTopListLI p{
        width: 100%;
        font-size: 28px;
        color: #fff;
        float: left;
    }
    .indexAboutRightTopListLI span{
        font-size: 18px;
    }
    .indexAboutRightTopListLI div{
        width: 80%;
        float: left;
        font-size: 14px;
        color: #fff;
        line-height: 18px;
        margin-top: 10px;
    }
    .indexAboutRightBottomLi{
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .indexAboutRightBottomLi img{
        width: 60px;
        float: left;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    .indexAboutRightBottomLi img:hover{
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
    .indexAboutRightBottomLi p{
        width: calc(100% - 80px);
        float: right;
        font-size: 14px;
        color: #fff;
        margin-top: 5px;
        line-height: 20px;
    }
/*    关于我们*/
    .indexCase{
        width: 100%;
        float: left;
        margin-top: 40px;
    }
    .indexCase li{
        width: 22.5%;
        float: left;
        margin-left: 2%;
        margin-top: 20px;
        overflow: hidden;
    }
    .indexCase li img{
        width: 100%;
        height: 400px;
        float: left;
        transition: all 0.6s;
    }
    .indexCase li img:hover{
        transform: scale(1.2);
    }
    .indexCase li p{
        width: 100%;
        float: left;
        text-align: center;
        font-size: 16px;
        color: #333;
        margin-top: 20px;
    }
/*    合作伙伴*/
    .indexPartners{
        width: 100%;
        float: left;
        margin-top: 40px;
    }
    .indexPartners li{
        width: 32%;
        float: left;
        margin-left: 1%;
        border-radius: 10px;
        box-shadow: 0px 4px 4px #F2F2F2;
        margin-top: 10px;
        overflow: hidden;
    }
    .indexPartners li img{
        width: 100%;
        height: 90px;
        float: left;
        border-radius: 10px;
        transition: all 0.6s;
    }
    .indexPartners li img:hover{
        transform: scale(1.2);
    }
/*    页脚留言     */
    .indexMessage{
        width: 100%;
        background: url("/Public/home/images/back_3.png") no-repeat center;
        background-size: cover;
        height: 500px;
        float: left;
    }
    .indexMessageBody{
        width: 1210px;
        float: left;
        margin-left: calc(50% - 605px);
        padding-top: 50px ;
    }
    .indexMessageLeft{
        width: 40%;
        float: left;
        margin-left: 10%;
        margin-top: 60px;
    }
    .indexMessageLeftLi{
        width: 100%;
        float: left;
    }
    .indexMessageLeftLi img{
        width: 70px;
        float: left;
    }
    .indexMessageLeftLi p{
        width: calc(100% - 90px);
        float: left;
        margin-left: 20px;
        color: #fff;
        font-size: 18px;
        margin-top: 18px;
    }
    .indexMessageRight{
        width: 40%;
        float: left;
        margin-left: 2%;
        margin-top: 60px;
    }
    .indexMessageRight input{
        width: 47%;
        float: left;
        margin-left: 2%;
        background: #fff;
        border-radius: 6px;
        font-size: 14px;
        color: #333;
        padding: 14px 10px;
        box-sizing: border-box;
        border: none;
    }
    .indexMessageRight textarea{
        width: 96%;
        float: left;
        margin-left: 2%;
        background: #fff;
        border-radius: 6px;
        font-size: 14px;
        color: #333;
        padding: 14px 10px;
        box-sizing: border-box;
        margin-top: 14px;
        border: none;
    }
    .indexMessageRight button{
        width: 96%;
        float: left;
        margin-left: 2%;
        border-radius: 6px;
        font-size: 14px;
        color: #fff;
        background: #005aab;
        padding: 20px 0;
        box-sizing: border-box;
        margin-top: 14px;
        text-align: center;
        border: none;
    }
    .indexFoot{
        width: 100%;
        float: left;
        background: #343434;
    }
    .indexFootCon{
        width: 1210px;
        float: left;
        margin-left: calc(50% - 605px);
    }
    .indexFootConTop{
        width: 100%;
        float: left;
        border-bottom: 1px solid #fff;
        padding: 20px 0;
        margin-top: 30px;
    }
    .indexFootConTopLogo{
        width: 160px;
        float: left;
        margin: 0 80px 0 0;
    }
    .indexFootConTopCenter{
        width: 40%;
        float: left;
        padding-left: 80px;
        border-left: 1px solid #fff;
    }
    .indexFootConTopCenterTit{
        width: 100%;
        float: left;
        font-size: 26px;
        color: #fff;
        margin-bottom: 10px;
    }
    .indexFootConTopCenterTit span{
        font-size: 16px;
        color: #fff;
    }
    .indexFootConTopCenterT_1{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
    }
    .indexFootConTopCenterRight{
        float: right;
        margin-top: 30px;
    }
    .indexFootConTopCenterRight img{
        width: 120px;
        height: 120px;
        float: left;
    }
    .indexFootConTopCenterRight p{
        float: left;
        font-size: 18px;
        color: #fff;
        margin-top: 35px;
        margin-left: 20px;
    }
    .indexFootConNavBot{
        width: 100%;
        float: left;
        margin: 30px 0;
    }
    .indexFootConNavBotTit{
        width: 100%;
        float: left;
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        margin-left: 15px;
    }
    .indexFootConNavBot li a{
        float: left;
        font-size: 14px;
        color: #fff;
        padding: 6px 14px;
        background: #525252;
        border-radius: 5px;
        margin-left: 15px;
        margin-top: 20px;
    }
    .indexFootConNavBot2{
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .indexFootConNavBot2 li a{
        float: left;
        font-size: 14px;
        color: #fff;
        padding: 6px 14px;
        margin-left: 15px;
        margin-top: 20px;
    }
    .indexFootBottom{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #fff;
        background: #2b2b2b;
        padding: 12px 0 ;
        text-align: center;
    }
/*    二级菜单    */

    /*首页nav顶部*/
    .indexTopAll{
        width: 100%;
        position: fixed;
        z-index: 999;
        background: #023b69;
        padding: 10px 0;
    }
    .indexTopNav2{
        width: 1210px;
        margin-left: calc(50% - 605px);
        float: left;
    }
    .abourBanner{
        width: 100%;
        float: left;
        height: 500px;
    }
/*    关于我们*/
    .aboutCon1210{
        width: 1210px;
        float: left;
        margin: 20px calc(50% - 605px) 0;
    }
    .aboutText{
        width: 100%;
        float: left;
        background: url("/Public/home/images/aboutBack.png") no-repeat center bottom;
        background-size: 100%;
        font-size: 16px;
        line-height: 30px;
        color: #333;
        min-height: 400px;
        margin-top: 50px;
    }
    .aboutText img{
        width: 100%;
        height: auto;
    }
    .aboutCon100{
        width: 100%;
        float: left;
        background: url("/Public/home/images/aboutBack_1.png") no-repeat center bottom;
        background-size: cover;
        min-height: 700px;
        padding: 40px 0;
    }
    .aboutConCulture{
        width: 1210px;
        float: left;
        margin: 50px calc(50% - 605px) 0;
    }
    .aboutConCultureLi{
        width: calc(25% - 1px);
        float: left;
        margin-left: 1px;
        position: relative;
        height: 440px;
    }
    .aboutConCultureImg{
        width: 100%;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .aboutConCultureLiCon{
        width: 100%;
        position: absolute;
        height: 300px;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .aboutConCultureLiCon p{
        width: 100%;
        float: left;
        margin-top: 80px;
        text-align: center;
        font-size: 24px;
        color: #fff;
    }
    .aboutConCultureLiCon p span{
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #fff;
        margin-top: 4px;
    }
    .aboutConCultureLiCon div{
        width: 30px;
        float: left;
        margin-left: calc(50% - 15px);
        height: 3px;
        background: #de5900;
        margin-top: 30px;
    }
    .aboutConCultureLiCon h3{
        width: 60%;
        float: left;
        text-align: center;
        font-size: 16px;
        color: #fff;
        line-height: 26px;
        margin-top: 60px;
        margin-left: 20%;
    }
    .aboutTeamLeft{
        width: 25%;
        float: left;
        margin-left: 10%;
        margin-top: 100px;
    }
    .aboutTeamRight{
        width: 50%;
        float: right;
        font-size: 16px;
        color: #333;
        line-height: 32px;
        margin-top: 120px;
        margin-right: 5%;
    }
    .aboutTeamRight span{
        color: #2653a0;
    }
    .indexAboutNum{
        width: 100%;
        float: left;
        background: #fff;
        box-sizing: 2px 4px 8px #f2f2f2;
        padding: 30px 0;
        margin-top: 60px;
    }
    .indexAboutNumLi{
        width: calc(20% - 1px);
        float: left;
        border-right: 1px solid #f2f5f8;
        position: relative;
    }
    .indexAboutNumLi p{
        width: 100%;
        float: left;
        font-size: 30px;
        text-align: center;
        color: #2653a0;
    }
    .indexAboutNumLi h4{
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 25%;
        color: #2653a0;
        z-index: 4;
    }
    .indexAboutNumLi span{
        font-size: 14px;
        float: left;
        color: #333;
        text-align: center;
        margin-top: 10px;
        width: 100%;
    }
    .aboutCon100Bule{
        width: 100%;
        float: left;
        margin: 30px 0 0;
        background: #034c83;
        padding: 50px 0;
    }
    .aboutService{
        float: left;
        width: 100%;
    }
    .aboutServiceText{
        width: 80%;
        float: left;
        color: #fff;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        margin-top: 30px;
        margin-left: 10%;
    }
/*    成功业绩  */
    .caseCon1210{
        width: 1210px;
        float: left;
        margin-left: calc(50% - 605px);
        margin-top: 40px;
    }
    .caseListLLi {
        width: 22.5%;
        float: left;
        margin-left: 2%;
        margin-top: 20px;
        overflow: hidden;

    }
    .caseListLLi img{
        width: 100%;
        float: left;
        transition: all 0.6s;
        height: 400px;
        border-radius: 10px;
    }
    .caseListLLi img:hover{
        transform: scale(1.2);
    }
    .caseListLLi p{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #333;
        margin-top: 10px;
        text-align: center;
    }
    .caseListLLi p:hover{
        color: #005aab
    }
/*    检测现场*/
    .sceneListLLi{
        width: 22.5%;
        float: left;
        margin-left: 2%;
        margin-top: 20px;
        overflow: hidden;
    }
    .sceneListLLi img{
        width: 100%;
        float: left;
        transition: all 0.6s;
        height: 250px;
        border-radius: 10px;
    }
    .sceneListLLi img:hover{
        box-shadow: 2px 4px 10px #999;
    }

    .sceneListLLi p{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #333;
        margin-top: 14px;
        text-align: center;
    }
    .dataListLi{
        width: 100%;
        float: left;
        padding: 14px 20px;
        border-bottom: 1px dashed #e3e3e3;
        box-sizing: border-box;
    }
    .dataListLi:hover{
        width: 100%;
        float: left;
        background: #fff;
        border-radius: 6px;
    }
    .dataListLiTit{
        font-size: 14px;
        color: #333;
    }
    .dataListLiTitClick{
        font-size: 14px;
        color: #005aab;
        margin-left:4px;
    }
    .dataListLi h4{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #919191;
        margin-top:10px
    }
/*    联系我们   */
    .contactConTit{
        width: 100%;
        float: left;
        background: #f9f9f9;
        padding: 40px 0;
    }
    .contactConList{
        width: 100%;
        float: left;
        background: #fff;
        padding: 40px 0;
    }
    .contactConList ul{
        width: 1210px;
        float: left;
        margin-left: calc(50% - 605px);
    }
    .contactConListLi{
        width: 22.5%;
        float: left;
        background: #f2f2f2;
        padding: 20px 0;
        margin-left: 2%;
        min-height: 140px;
    }
    .contactConListLi img{
        width: 80px;
        display: block;
        margin: 0 auto;
    }
    .contactConListLi p{
        width: 100%;
        float: left;
        font-size: 16px;
        color: #333;
        text-align: center;
    }
    .contactConListLi a{
        width: 90%;
        float: left;
        font-size: 14px;
        color: #333;
        margin-top:4px;
        text-align: center;
        margin-left: 5%;
    }
/*    招聘*/
    .indexTalent{
        width: 100%;
        float: left;
    }
    .indexTalent li{
        width: 47%;
        float: left;
        border-bottom: 1px dashed #f2f2f2;
        padding: 20px 0;
        margin-top: 20px;
        margin-left: 2%;
    }
    /* .indexTalentLiLeft{
        width: 30%;
        float: left;
        height: 120px;
        border-radius: 6px;
    } */
    .indexTalentLiRight{
        width: 100%;
        float: left;
    }
    .indexTalentLiRight p{
        width: 100%;
        float: left;
        font-size: 16px;
        color: #333;
        margin-top: 10px;
    }
    .indexTalentLiRight p:hover{
        color: #023b69;
    }
    .indexTalentLiRight p span{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #666;
    }
    .indexTalentLiRight h4{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #999;
        margin-top: 4px;
    }
/*    新闻*/
    .newHotList{
        width: 100%;
        float: left;
    }
    .newHotListLeft{
        width: 49%;
        float: left;
    }
    .newHotListLI{
        width: 100%;
        float: left;
        padding-bottom: 10px;
        margin-top: 10px;
        border-bottom: 1px solid #d6d6d6;
    }
    .newHotListLITime{
        width: 20%;
        float: left;
    }
    .newHotListLITime p{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #333;
    }
    .newHotListLITime span{
        width: 100%;
        float: left;
        font-size: 24px;
        color: #333;
        margin-top: 5px;
    }
    .newHotListLITime img{
        width: 40%;
        float: left;
    }
    .newHotListLITit{
        width: 78%;
        float: right;
    }
    .newHotListLITit p{
        width: 100%;
        float: left;
        font-size: 18px;
        color: #333;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .newHotListLITit span{
        width: 100%;
        float: left;
        font-size: 14px;
        margin-top: 2px;
        color: #999;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 20px;
    }
    .newHotListRight{
        width: 45%;
        float: right;
        height: 360px;
        position: relative;
    }
    .newHotListRightImg{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .newHotListRightTit{
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0,135,193,0.9);
        padding: 20px;
        box-sizing: border-box;
        z-index: 3;

    }
    .newHotListRightTit p{
        width: 100%;
        float: left;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .newHotListRightTit span{
        width: 100%;
        float: left;
        font-size: 14px;
        margin-top: 12px;
        color: #fff;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 24px;
    }
    .newsListBot{
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .newsListBotLi{
        width: 100%;
        float: left;
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #e2e2e2;
    }
    .newsListBotLiImg{
        width: 230px;
        height: 150px;
        float: left;
    }
    .newsListBotLitime{
        width: 70px;
        float: left;
        border-right: 1px solid #cccbcb;
        height: 150px;
        margin-left: 30px;
    }
    .newsListBotLitime p{
        width: 100%;
        float: left;
        font-size: 20px;
        color: #333;
        margin-top: 50px;

    }
    .newsListBotLitime span{
        width: 100%;
        float: left;
        font-size: 16px;
        color: #999;
        line-height: 24px;
    }
    .newsListBotLiTit{
        width: calc(100% - 420px);
        float: left;
        margin-left: 20px;
    }
    .newsListBotLiTit p{
        width: 100%;
        float: left;
        font-size: 20px;
        color: #333;
        margin-top: 10px;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .newsListBotLiTit span{
        width: 100%;
        float: left;
        font-size: 16px;
        color: #999;
        margin-top: 20px;
        line-height: 24px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .newsListBotLiImg2{
        width: 40px;
        float: right;
        margin-top: 60px;
    }

    /*服务咨询*/
    .idnexService{
        width: 100%;
        float: left;
        margin-bottom: 40px;

    }
    .idnexServiceLi{
        width: 47%;
        float: left;
        margin-left: 2%;
        margin-top: 20px;
        box-shadow: 2px 4px 6px #ccc;
        padding: 20px;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .idnexServiceLiImg{
        float: left;
        height: 300px;
        border-radius: 10px;
        width: 100%;
    }
    .idnexServiceLi p{
        width: 100%;
        float: left;
        text-align: center;
        font-size: 20px;
        color: #333;
        margin-top: 18px;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .idnexServiceLi p:hover{
        color: #005aab;
    }

    .idnexServiceLi span{
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #666;
        margin-top: 10px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 40px;
    }
/*    服务详情*/
    .serviceContent{
        width: 100%;
        float: left;
    }
    .serviceContentListMeun{
        width: 30%;
        float: left;
        background: #fff;
        border-radius: 10px;
        box-shadow: 2px 4px 6px #ccc;
        padding: 20px;
        box-sizing: border-box;
    }
    .serviceContentListMeunLi{
        width: 100%;
        float: left;
        padding-bottom: 15px;
        margin-top: 15px;
        border-bottom: 1px dashed #ccc;
    }
    .serviceContentListMeunLi p:hover{
        color: #005aab;
    }
    .serviceContentListMeunLi p{
        width: calc(100% - 20px);
        float: left;
        font-size: 16px;
        color: #666;
    }
    .serviceContentListMeunLi img{
        width: 15px;
        float: right;
        margin-top: 4px;
    }
    .serviceContentListText{
        width: 68%;
        float: right;
        background: #fff;
        padding: 20px;
        box-shadow: 2px 4px 6px #ccc;
        box-sizing: border-box;
        border-radius: 10px;
    }
    .serviceContentLeft{
        width: 50%;
        float: left;
        height: 240px;
        border-radius: 10px;
    }
    .serviceContentRight{
        width: 48%;
        float: right;
    }
    .serviceContentRight p{
        width: 100%;
        float: left;
        font-size: 20px;
        color: #333;
        margin-top: 20px;
    }
    .serviceContentRight span{
        width: 100%;
        float: left;
        font-size: 16px;
        color: #666;
        line-height: 24px;
        margin-top: 10px;
    }
    .serviceContentRight a{
        width: 200px;
        height: 50px;
        line-height: 50px;
        background: #005aab ;
        float: left;
        font-size: 16px;
        color: #fff;
        margin-top: 20px;
        border-radius: 4px;
        text-align: center;
    }

    .serviceContentText {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .serviceContentText img{
        max-width: 100%;
    }
    .serviceContentText p {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 24px;
    }
    .serviceContentCondition{
        width: 100%;
        float: left;
    }
    .serviceContentConditionLi{
        width: 32%;
        float: left;
        margin-top: 20px;
        margin-left: 1%;
        background: #fff;
        box-shadow: 2px 3px 8px #ccc;
        border-radius: 4px;
    }
    .serviceContentConditionLi img{
        width: 100%;
        height: 140px;
        margin: 0 auto;
        display: block;
        -webkit-transition: -webkit-transform 1s ease-out;
        border-radius: 6px 0 0 6px ;
    }
    /* .serviceContentConditionLi img:hover{
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    } */
    .serviceContentConditionLi p{
        width: 90%;
        float: left;
        font-size: 14px;
        color: #333;
        text-align: center;
        margin-left: 5%;
        margin-top: 15px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .serviceContentConditionLi p:hover{
        color: #005aab;
    }
    .serviceContentConditionLi span{
        width: 90%;
        float: left;
        font-size: 14px;
        color: #023b69;
        text-align: center;
        margin-left: 5%;
        margin-top: 10px;
    }
    .serviceContentConditionLi span:hover{
        color: #f00;
    }
    .serviceContentConditionLi div{
        width: 60px;
        float: left;
        margin-left: calc(50% - 30px);
        height: 2px;
        background: #023b69;
        margin-top: 6px;
        margin-bottom: 10px;
    }

    /* 资料下载 - 搜索 */

    .dataSearchCon{
        width: 40%;
        float: left;
        margin-left: 30%;
        height: 60px;
        box-sizing: border-box;
    }
    .dataSearch{
        width: 80%;
        float: left;
        background: #fff;
        border-radius: 10px 0 0 10px;
        height: 60px;
    }
    .dataSearchImg{
        width: 30px;
        float: left;
        margin-left: 20px;
        margin-top: 15px;
    }
    .dataSearchInt{
        width: calc(100% - 70px);
        float: left;
        margin-left: 20px;
        font-size: 14px;
        color: #333;
        border: none;
        height: 24px;
        line-height: 24px;
        margin-top: 18px;
    }
    .dataSearchBut{
        width: 20%;
        background: #005aab;
        color: #fff;
        border-radius: 4px;
        height: 60px;
        border: none;
        font-size: 14px;
        border-radius: 0 10px 10px 0;
    }
    .dataSearchNoData{
        width: 100%;
        float: left;
        margin: 40px 0;
    }
    .dataSearchNoData img{
        width: 200px;
        float: left;
        margin : 0 calc(50% - 100px);
    }
    .dataSearchNoData p{
        width: 100%;
        float: left;
        text-align: center;
        font-size: 18px;
        color: #333;
        margin-top: 20px;
    }

}


/* 横向放置的手机及分辨率更小的设备 */
@media(max-width:480px) {
    

	/*	news新增 - 详情上一篇下一篇*/
	.newConNextPre {
		width: 100%;
		float: left;
		font-size: 14px;
		margin-top: 20px;
	}
	.newConNextPre a{
		color: #333;
		width: 100%;
		float: left;
	}
	.newConNextPre span{
		color: #f60000 !important;
	}


    /*地图*/
    #dituContent{
        width: 100%;
        float: left;
        height:200px;
    }


    body,html{
        overflow-x: hidden;
    }
    .indexBannerService,.indexTopNav{
        display: none;
    }
    .indexAboutBack{
        display: none;
    }
    .mes_cont {
        width: 96%;
        float: left;
        margin-left: 2%;
        margin-bottom: 20px;
        margin-top: 20px;
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
    }
    .mes_tit {
        width: 100%;
        float: left;
        padding-bottom: 20px;
        border-bottom: 1px solid #f2f5f8;
    }
    .mes_tit_sp {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #333;
        line-height: 30px;
        text-align: center;
    }
    .mes_tit_time {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #2c2c2c;
        text-align: center;
        margin-top: 16px;
    }
    .mes_detai_con {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .mes_detai_con p {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 24px;
    }
    .mes_detai_con img {
        float: left;
        margin: 10px 5%;
        width: 90%;
    }
    /* wap nav */
    .wapTop {
        width: 100%;
        height: 60px;
        background: #023b69;
        /*box-shadow: 2px 4px 10px #ccc;*/
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .wapTopImg_1 {
        width: 30px;
        position: fixed;
        top: 12px;
        left: 10px;
        z-index: 100;
        margin-top: 4px;
    }
    .wapTopImg_2 {
        width: 70px;
        position: fixed;
        top: 15px;
        left: calc(50% - 35px);
        z-index: 100;
    }
    .wapTopImg_3 {
        width: 24px;
        position: fixed;
        top: 16px;
        right: 10px;
        z-index: 100;
        margin-top: 4px;
    }
    .wapTopMenu {
        width: calc(100% - 40px);
        float: left;
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 100;
        background: #0059a0;
        padding: 10px 20px;
        /*box-shadow: 2px 4px 10px #ccc;*/
        display: none;
    }
    .wapTopMenu a {
        width: 100%;
        float: left;
        font-size: 12px;
        color: #fff;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        margin-top: 10px;
        text-align: center;
    }
    .wapTopMenu a span {
        width: 100%;
        float: left;
        font-size: 12px;
        color: #fff;
    }
    .wapTopMenu img {
        width: 30px;
        float: left;
        margin: 20px calc(50% - 15px) 0;
    }

    /*banner*/
    .apple-banner {
        width: 100%;
        height: 260px;
        overflow: hidden;
    }
    .apple-banner .swiper-container {
        width: 100%;
        height: 260px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 15%;
        height: 100%;
        top: 0;
        background: none;
    }
    .swiper-button-prev {
        left: 0;
    }
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev span,
    .swiper-button-next span {
        display: block;
        width: 64px;
        height: 64px;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -32px;
        border-radius: 100%;
        background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center 17px;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }
    .swiper-button-next span {
        background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center -71px;
        left: auto;
        right: 20px;
    }
    .swiper-button-prev:hover span,
    .swiper-button-next:hover span {
        opacity: .6;
    }
    /*分页器*/
    .apple-banner .swiper-pagination {
        top: auto;
        bottom: 50px;
        background: none;
    }
    .apple-banner .swiper-pagination-bullet {
        display: inline-block;
        width: 50px;
        height: 10px;
        margin: 0 3px;
        cursor: pointer;
        background: none;
        border-radius: 0;
        opacity: 1;
    }
    .apple-banner .swiper-pagination-bullet span {
        width: 50px;
        height: 2px;
        display: block;
        background: rgba(128, 128, 128, 0.2);
    }
    .apple-banner .swiper-pagination-bullet-active span {
        background: gray;
    }
    .apple-banner .autoplay .swiper-pagination-bullet-active span {
        background: rgba(128, 128, 128, 0.2);
    }
    .apple-banner .swiper-pagination-bullet i {
        background: gray;
        height: 2px;
        transform: scaleX(0);
        transform-origin: 0;
        display: block;
    }
    .apple-banner .autoplay .firsrCurrent i {
        transition: transform 2.9s linear;
        transform: scaleX(1);
    }
    .apple-banner .autoplay .current i {
        transition: transform 4s linear;
        transform: scaleX(1);
    }
    .apple-banner .autoplay .replace span {
        background: gray;
    }
    /*内容样式*/
    /*banner end*/
    .indexTop {
        width: 100%;
        height: 260px;
        float: left;
        margin-top: 50px;
    }
    /*	左侧菜单  */
    .leftMune {
        display: none;
    }

    /*    检测咨询*/
    .indexCon1210{
        width: 100%;
        float: left;
        margin: 1px 0;
    }
    .indexConDetectionTit{
        width: 40%;
        float: left;
        margin: 20px 30% 0;
    }
    .indexConDetectionTit2{
        width: 60%;
        float: left;
        margin: 20px 20% 0;
    }
    .indexConDetection{
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .indexConDetectionTop{
        width: 100%;
        float: left;
        margin-top: 10px;
        display: -webkit-box;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .indexConDetectionTop::-webkit-scrollbar {
        background-color: transparent;
    }
    .indexConDetectionTop a{
        display: block;
        background: #f5f5f5;
        border-radius: 4px;
        text-align: center;
        font-size: 14px;
        color: #333;
        margin-left: 2%;
        padding: 10px 14px;
    }
    .indexConDetectionTop a:hover{
        color: #fff;
        background: #005aab;
    }
    .indexConDetectionBot{
        width: 100%;
        float: left;
        margin-top:10px;
    }
    .indexConDetectionBotLeft {
        width: 96%;
        float: left;
        height: 370px;
        margin-top: 10px;
        border-radius: 10px;
        position: relative;
        margin-left: 2%;

    }
    .indexConDetectionBotLeft img{
        width: 100%;
        float: left;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .indexConDetectionBotRight{
        width: 100%;
        float: left;
    }
    .indexConDetectionBotRightLi{
        float: left;
        margin-left: 2%;
        width: 48%;
        margin-top: 10px;
        height: 160px;
        border-radius: 10px;
        position: relative;
    }
    .indexConDetectionBotRightLiImg{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 100%;
    }
    .indexConDetectionBotRightLiText{
        width: 80%;
        position: absolute;
        top: 25%;
        left: 10%;
        z-index: 1;
        padding: 10px;
        box-sizing: border-box;
        background: rgba(0,0,0,0.4);
        border-radius: 10px;
    }
    .indexConDetectionBotRightLiText p{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #fff;
        text-align: center;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .indexConDetectionBotRightLiText span{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-top: 4px;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .indexMoore{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #005aab;
        margin: 20px 0 ;
        text-align: center;
    }

    /*    核心优势*/
    .indexBackImg_1{
        width: 160%;
        float: left;
        margin-left: -30%;
    }
    /*    设备销售*/
    .pro-center{width: 100%;overflow: hidden;}
    .pro-center .title{display: none}
    .pro-center .sub-title{}
    /*设备销售左侧*/
    .pro-left{
        display: -webkit-box;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        float: left;
    }
    .pro-content{width: 100%;padding: 10px 0;}
    .pro-right{float: right;}
    .left-title{display: none}
    .left-category,.pro-left .left-category ul{
        display: -webkit-box;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        float: left;
    }
    .pro-left .left-category ul li{
        display: block;
        width: 120px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        margin-left: 10px;
    }
    .pro-left .left-category ul li a{
        font-size: 14px;
        color: #333;
        background: #f3f3f3;
        border-radius: 4px;
        float: left;
        width: 100%;

    }
    .pro-left .left-category .on{background: #087fd2;color: #FFFFFF;border-radius: 10px;width: 100%}
    .pro-left .left-category ul li:hover{background: #087fd2;color: #FFFFFF;border-radius: 10px;}
    .pro-left .left-contact {margin-top: 37px;margin-bottom: 37px;text-indent: 70px;background: url(../image/tel.png) left 20px center no-repeat;}
    .pro-left .left-contact p{color: #317fff;font-size: 14px;}
    .pro-left .left-contact p.tel{font-size: 20px;padding-top: 10px;}
    /*设备销售右侧*/
    .pro-right{width: 100%;float: left;margin-top: 10px}
    .pro-right ul li{float: left;width: 47%;margin-left: 2%;margin-top: 10px;border-radius: 10px;}
    .pro-right ul li:nth-child(3n){margin-right: 0;}
    .pro-right ul li .img{width:100%;height:150px;overflow: hidden;float: left;transition: all .3s linear;}
    .pro-right ul li .img img{
        width: 100%;
        border-radius: 10px;
        height: 100%;
        float: left;
    }
    .pro-right ul li p{width:100%;text-align: center;font-size: 14px;color: #333333;margin-top: 14px;float: left}
    .pro-right.active{display: block;}
    .pro-right ul li .img:hover{box-shadow: 0px 0px 15px #c6c6c6;transition: all .2s linear;}

    /*    关于我们   */
    .indexAbout{
        width: 100%;
        float: left;
        position: relative;
        height: 980px;
        margin: 20px 0 0 0;
    }
    .indexAboutBackWap{
        position: absolute;
        width: 100%;
        height: 980px;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .indexAboutCon{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .indexAboutLeft{
        width: 100%;
        float: left;
    }
    .indexAboutLeftTit{
        width: 100%;
        float: left;
        font-size: 12px;
        color: #fff;
        margin-top: 30px;
        text-align: center;
        line-height: 18px;
    }
    .indexAboutLeftTit span{
        width: 100%;
        float: left;
        font-size: 16px;
        color: #fff;
    }
    .indexAboutLeftText{
        width: 96%;
        float: left;
        font-size: 12px;
        color: #fff;
        margin-top: 10px;
        line-height: 18px;
        text-align: justify;
        margin-left: 2%;
    }
    .indexAboutConMore{
        width: 96%;
        float: left;
        font-size: 14px;
        color: #fff;
        margin-top: 20px;
        margin-left: 2%;
    }
    .indexAboutLeftBottom {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .indexAboutLeftBottomLi{
        width: 15%;
        float: left;
        margin-left: 2%;
    }
    .indexAboutLeftBottomLi img{
        width: 50px;
        margin: 0 auto;
        display: block;
        margin: 0 auto;
        display: block;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    .indexAboutLeftBottomLi img:hover{
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
    .indexAboutLeftBottomLi p{
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }
    .indexAboutRight{
        width: 100%;
        float: right;
    }
    .indexAboutRightTopCon{
        width: 100%;
        float: right;
    }
    .indexAboutRightTopList{
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .indexAboutRightTopListLI{
        width: 30.66%;
        float: left;
        margin-left: 2%;
    }
    .indexAboutRightTopListLI p{
        width: 100%;
        font-size: 18px;
        color: #fff;
        float: left;
    }
    .indexAboutRightTopListLI span{
        font-size: 14px;
    }
    .indexAboutRightTopListLI div{
        width: 100%;
        float: left;
        font-size: 12px;
        color: #fff;
        line-height: 18px;
        margin-top: 6px;
    }
    .indexAboutRightBottomLi{
        width: 96%;
        float: left;
        margin-top: 30px;
        margin-left: 2%;
    }
    .indexAboutRightBottomLi img{
        width: 60px;
        float: left;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    .indexAboutRightBottomLi img:hover{
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
    .indexAboutRightBottomLi p{
        width: calc(100% - 80px);
        float: right;
        font-size: 12px;
        color: #fff;
        margin-top: 5px;
        line-height: 20px;
    }
    /*    案例 */
    .indexCase{
        width: 100%;
        float: left;
    }
    .indexCase li{
        width: 47%;
        float: left;
        margin-left: 2%;
        margin-top: 20px;
        overflow: hidden;
    }
    .indexCase li img{
        width: 100%;
        height: 290px;
        float: left;
        transition: all 0.6s;
    }
    .indexCase li img:hover{
        transform: scale(1.2);
    }
    .indexCase li p{
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #333;
        margin-top: 10px;
    }
    /*    合作伙伴*/
    .indexPartners{
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .indexPartners li{
        width: 47%;
        float: left;
        margin-left: 2%;
        border-radius: 10px;
        box-shadow: 0px 4px 4px #F2F2F2;
        margin-top: 10px;
        overflow: hidden;
    }
    .indexPartners li img{
        width: 100%;
        height: 110px;
        float: left;
        border-radius: 10px;
        transition: all 0.6s;
    }
    .indexPartners li img:hover{
        transform: scale(1.2);
    }
    /*    页脚留言     */
    .indexMessage{
        width: 100%;
        background: url("/Public/home/images/back_3.png") no-repeat center;
        background-size: cover;
        height: 440px;
        float: left;
    }
    .indexMessageBody{
        width: 100%;
        float: left;
        padding-top: 20px ;
    }
    .indexMessageLeft{
        width: 100%;
        float: left;
        margin-top: 40px;
    }
    .indexMessageLeftLi{
        width: 33.33%;
        float: left;
    }
    .indexMessageLeftLi img{
        width: 50px;
        display: block;
        margin: 0 auto;
    }
    .indexMessageLeftLi p{
        width: 100%;
        float: left;
        color: #fff;
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
    }
    #form{
        float: left;
    }
    .indexMessageRight{
        width: 100%;
        float: left;
        margin-top: 40px;
    }
    .indexMessageRight input{
        width: 47%;
        float: left;
        margin-left: 2%;
        background: #fff;
        border-radius: 6px;
        font-size: 14px;
        color: #333;
        padding: 14px 10px;
        box-sizing: border-box;
        border: none;
    }
    .indexMessageRight textarea{
        width: 96%;
        float: left;
        margin-left: 2%;
        background: #fff;
        border-radius: 6px;
        font-size: 14px;
        color: #333;
        padding: 14px 10px;
        box-sizing: border-box;
        margin-top: 14px;
        border: none;
    }
    .indexMessageRight button{
        width: 96%;
        float: left;
        margin-left: 2%;
        border-radius: 6px;
        font-size: 14px;
        color: #fff;
        background: #005aab;
        padding: 14px 0;
        box-sizing: border-box;
        margin-top: 14px;
        text-align: center;
        border: none;
    }
    .indexFoot{
        width: 100%;
        float: left;
        background: #343434;
        padding: 0 20px 20px;
        box-sizing: border-box;
    }
    .indexFootCon{
        width: 100%;
        float: left;
    }
    .indexFootConTop{
        width: 100%;
        float: left;
        border-bottom: 1px solid #fff;
        padding: 20px 0;
    }
    .indexFootConTopLogo{
        width: 100px;
        float: left;
        margin: 0 20px 0 0;
    }
    .indexFootConTopCenter{
        width: 100%;
        float: left;
    }
    .indexFootConTopCenterTit{
        width: 100%;
        float: left;
        font-size: 18px;
        color: #fff;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .indexFootConTopCenterTit span{
        font-size: 14px;
        color: #fff;
    }
    .indexFootConTopCenterT_1{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #fff;
        margin-top: 4px;
    }
    .indexFootConTopCenterRight{
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .indexFootConTopCenterRight img{
        width: 90px;
        height: 90px;
        float: left;
    }
    .indexFootConTopCenterRight p{
        float: left;
        font-size: 14px;
        color: #fff;
        margin-top: 25px;
        margin-left: 20px;
    }
    .indexFootConNavBot{
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .indexFootConNavBotTit{
        width: 100%;
        float: left;
        font-size: 16px;
        color: #fff;
    }
    .indexFootConNavBot li a{
        float: left;
        font-size: 14px;
        color: #fff;
        padding: 6px 14px;
        background: #525252;
        border-radius: 5px;
        margin-left: 10px;
        margin-top: 10px;
    }
    .indexFootConNavBot2{
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .indexFootConNavBot2 li a{
        float: left;
        font-size: 14px;
        color: #fff;
        margin-left: 10px;
        margin-top: 10px;
    }
    .indexFootBottom{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #fff;
        background: #2b2b2b;
        padding: 12px 20px;
        text-align: center;
        box-sizing: border-box;
    }



    /*    关于我们*/
    .abourBanner{
        width: 100%;
        float: left;
        height: 200px;
    }
    .indexTopAll{
        display: none
    }
    .aboutCon1210{
        width: 96%;
        float: left;
        margin: 10px 2%;
    }
    .aboutText{
        width: 100%;
        float: left;
        background: url("/Public/home/images/aboutBack.png") no-repeat center bottom;
        background-size: cover;
        font-size: 12px;
        line-height: 20px;
        color: #333;
        min-height: 300px;
        margin-top: 20px;
    }
    .aboutText img{
        width: 100%;
        height: auto;
    }
    .aboutCon100{
        width: 100%;
        float: left;
        background: url("/Public/home/images/aboutBack_1.png") no-repeat center bottom;
        background-size: cover;
        min-height: 600px;
        padding: 20px 0;
    }
    .aboutConCulture{
        width: 100%;
        float: left;
        margin: 20px  0;
    }
    .aboutConCultureLi{
        width: calc(47% - 1px);
        float: left;
        position: relative;
        height: 240px;
        margin-left: 2%;
        margin-top: 10px;
    }
    .aboutConCultureImg{
        width: 100%;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .aboutConCultureLiCon{
        width: 100%;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .aboutConCultureLiCon p{
        width: 100%;
        float: left;
        margin-top: 40px;
        text-align: center;
        font-size: 16px;
        color: #fff;

    }
    .aboutConCultureLiCon p span{
        width: 100%;
        float: left;
        text-align: center;
        font-size: 12px;
        color: #fff;
    }
    .aboutConCultureLiCon div{
        width: 30px;
        float: left;
        margin-left: calc(50% - 15px);
        height: 3px;
        background: #de5900;
        margin-top: 20px;
    }
    .aboutConCultureLiCon h3{
        width: 90%;
        float: left;
        text-align: center;
        font-size: 12px;
        color: #fff;
        line-height: 20px;
        margin-top: 20px;
        margin-left: 5%;
    }
    .aboutTeamLeft{
        width: 60%;
        float: left;
        margin-left:20%;
        margin-top: 40px;
    }
    .aboutTeamRight{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        margin-top: 20px;
    }
    .aboutTeamRight span{
        color: #2653a0;
    }
    .indexAboutNum{
        width: 100%;
        float: left;
        background: #fff;
        box-sizing: 2px 4px 8px #f2f2f2;
        padding: 20px 0;
        margin-top: 20px;
    }
    .indexAboutNumLi{
        width: calc(33.333% - 1px);
        float: left;
        border-right: 1px solid #f2f5f8;
        position: relative;
    }
    .indexAboutNumLi p{
        width: 100%;
        float: left;
        font-size: 30px;
        text-align: center;
        color: #2653a0;
    }
    .indexAboutNumLi h4{
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 5%;
        color: #2653a0;
        z-index: 4;
    }
    .indexAboutNumLi span{
        font-size: 14px;
        float: left;
        color: #333;
        text-align: center;
        margin-top: 10px;
        width: 90%;
        margin-left: 5%;
    }
    .aboutCon100Bule{
        width: 100%;
        float: left;
        margin: 20px 0 0;
        background: #034c83;
        padding: 20px 0;
    }
    .aboutService{
        float: left;
        width: 100%;
    }
    .aboutServiceText{
        width: 96%;
        float: left;
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px;
        margin-left: 2%;
        text-align: justify;
    }


    /*    成功业绩  */
    .caseCon1210{
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .caseListLLi {
        width: 47%;
        float: left;
        margin-left: 2%;
        margin-top: 10px;
    }
    .caseListLLi img{
        width: 100%;
        float: left;
        height: 300px;
    }
    .caseListLLi p{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #333;
        margin-top: 10px;
        text-align: center;
    }

    /*资料下载*/

    .dataListLi{
        width: 100%;
        float: left;
        padding: 10px 10px;
        border-bottom: 1px dashed #e3e3e3;
        box-sizing: border-box;
    }
    .dataListLi:hover{
        width: 100%;
        float: left;
        background: #fff;
        border-radius: 4px;
    }
    .dataListLiTit{
        font-size: 14px;
        color: #333;
    }
    .dataListLiTitClick{
        font-size: 14px;
        color: #005aab;
        margin-left:4px;
    }
    .dataListLi h4{
        width: 100%;
        float: left;
        font-size: 12px;
        color: #919191;
        margin-top:10px
    }
    /*    联系我们   */
    .contactConTit{
        width: 100%;
        float: left;
        background: #f9f9f9;
        padding: 20px 0;
    }
    .contactConList{
        width: 100%;
        float: left;
        background: #fff;
        padding: 20px 0;
    }
    .contactConList ul{
        width: 100%;
        float: left;
    }
    .contactConListLi{
        width: 47%;
        float: left;
        background: #f2f2f2;
        padding: 10px 0;
        margin-left: 2%;
        min-height: 140px;
        margin-top: 10px;
    }
    .contactConListLi img{
        width: 60px;
        display: block;
        margin: 0 auto;
    }
    .contactConListLi p{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #333;
        text-align: center;
    }
    .contactConListLi a{
        width: 90%;
        float: left;
        font-size: 12px;
        color: #333;
        margin-top:4px;
        text-align: center;
        margin-left: 5%;
    }
    /*    招聘*/
    .indexTalent{
        width: 100%;
        float: left;
    }
    .indexTalent li{
        width: 96%;
        float: left;
        border-bottom: 1px dashed #f2f2f2;
        padding: 10px 0;
        margin-top: 10px;
        margin-left: 2%;
    }
    .indexTalentLiLeft{
        width: 30%;
        float: left;
        height: 80px;
        border-radius: 6px;
    }
    .indexTalentLiRight{
        width: 68%;
        float: right;
    }
    .indexTalentLiRight p{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #333;
    }
    .indexTalentLiRight p:hover{
        color: #023b69;
    }
    .indexTalentLiRight p span{
        width: 100%;
        float: left;
        font-size: 12px;
        color: #666;
    }
    .indexTalentLiRight h4{
        width: 100%;
        float: left;
        font-size: 12px;
        color: #999;
        margin-top: 4px;
    }


    /*    检测现场*/
    .sceneListLLi{
        width: 47%;
        float: left;
        margin-left: 2%;
        margin-top: 10px;
        overflow: hidden;
    }
    .sceneListLLi img{
        width: 100%;
        float: left;
        transition: all 0.6s;
        height: 180px;
        border-radius: 10px;
    }
    .sceneListLLi img:hover{
        transform: scale(1.2);
    }

    .sceneListLLi p{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #333;
        margin-top: 10px;
        text-align: center;
    }

    /*    新闻*/
    .newHotList{
        width: 100%;
        float: left;
    }
    .newHotListLeft{
        width: 100%;
        float: left;
    }
    .newHotListLI{
        width: 100%;
        float: left;
        padding-bottom: 10px;
        margin-top: 10px;
        border-bottom: 1px solid #cccbcb;
    }
    .newHotListLITime{
        width: 20%;
        float: left;
    }
    .newHotListLITime p{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #333;
    }
    .newHotListLITime span{
        width: 100%;
        float: left;
        font-size: 24px;
        color: #333;
        margin-top: 5px;
    }
    .newHotListLITime img{
        width: 50%;
        float: left;
    }
    .newHotListLITit{
        width: 78%;
        float: right;
    }
    .newHotListLITit p{
        width: 100%;
        float: left;
        font-size: 16px;
        color: #333;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .newHotListLITit span{
        width: 100%;
        float: left;
        font-size: 14px;
        margin-top: 5px;
        color: #999;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 18px;
    }
    .newHotListRight{
        width: 100%;
        float: right;
        height: 320px;
        position: relative;
        margin-top: 10px;
    }
    .newHotListRightImg{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .newHotListRightTit{
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0,135,193,0.9);
        padding: 10px;
        box-sizing: border-box;
        z-index: 3;

    }
    .newHotListRightTit p{
        width: 100%;
        float: left;
        font-size: 16px;
        color: #fff;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .newHotListRightTit span{
        width: 100%;
        float: left;
        font-size: 14px;
        margin-top: 6px;
        color: #fff;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 18px;
    }
    .newsListBot{
        width: 100%;
        float: left;
    }
    .newsListBotLi{
        width: 100%;
        float: left;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #e2e2e2;
    }
    .newsListBotLiImg{
        width: 40%;
        height: 100px;
        float: left;
    }
    .newsListBotLitime{
        width: 100%;
        float: left;
        display: none;
    }
    .newsListBotLitime p{
        float: left;
        font-size: 14px;
        color: #333;
        margin-top: 50px;
    }
    .newsListBotLitime span{
        font-size: 14px;
        color: #333;
    }
    .newsListBotLiTit{
        width: 58%;
        float: left;
        margin-left: 2%;
    }
    .newsListBotLiTit p{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #333;
        margin-top: 10px;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .newsListBotLiTit span{
        width: 100%;
        float: left;
        font-size: 12px;
        color: #999;
        margin-top: 6px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .newsListBotLiImg2{
        width: 40px;
        float: right;
        margin-top: 60px;
        display: none;
    }






}