html {
    width: 100%;
    height: 100%;
}
body *{
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color:transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body, ul, li, dl, dd, dt, p, h1, h2, h3, h4{
    margin: 0px;
    padding: 0px;
}
body {
    min-width: 1420px;
    width: 100%;
    /*overflow-y: scroll;*/
    background-color: #fff;
    font-family: '微软雅黑',Roboto,-apple-system,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.pcpage{
    height: 100%;
    overflow: hidden;
}
h1, h2, h3{ font-weight: 400;}
span, a{ display: inline-block}
a {
    text-decoration: none;
    color: #33363b;
}
ul,li, dl, dd, dt{
    list-style: none;
}
input, button, textarea{
    background:none;
    outline:none;
    border:0px;
    -webkit-appearance: none;
}
.f-r{ float: right}
.f-l{ float: left}
.clearfix{zoom: 1;}
.clearfix:after{
    content: '';
    clear: both;
    display: block;
    height: 0;
}
.bg_ffffff{ background-color: #fff}
.bg_f7f7f7{ background-color: #f7f7f7}
.mainContent{
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 100%;
}
.ksznjgWrap .mainContent,
.qcsWrap,
.aboutWrap,
.contactUsWrap{
    height: calc(100% - 104px);
}

.mainContent .img{
    max-height: 84%;
    max-width: 50%;
    transition: 1s ease-in-out;
    cursor: pointer;
}
.mainContent .img:hover{
    transform: scale(1.1);
}
.mainContent .textDl,
.mainContent .textDl2{
    max-width: 45%;
    font-weight: 300;
}

.bgWrap{
    width: 100%;
    /*height: 1080px;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.copyright {
    position: absolute;
    width: 100%;
    background: #2e3033;
    color: #ffffff;
    font-size: 12px;
    align-items: left;
    text-align: center;
    vertical-align: center;
    padding-top: 1%;
}

/* index_2.0.html */
#homepage {
    margin-top: 100px;
    position: relative;
    z-index: 100;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
#swiper-container .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    background-color: #8a7c7c;
}
#swiper-container .swiper-pagination-bullet-active{
    background-color: #0c633c;
}
.pageWrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: 1s linear;
}
.topbanner {
    position: fixed;
    z-index: 102;
    top: 0px;
    left:0px;
    width: 100%;
    /*color: #fff;*/
    color: #33363b;
    cursor: pointer;
    /*background-color:#33363b;!* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 *!*/
    background-color:#FFFFFF;/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
    -webkit-transition:0.8s ease-in;
    transition: 0.8s ease-in;
}
.topbanner .mainContent{
    height:100px;
    padding-top: 10px;
    display: block;
}
.topbanner .logo{
    cursor: pointer;
    margin-left: -20px;
    margin-top: 10px;
    padding: 0px;
    width:250px;
    height: 63px;
    float: left;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition:0.8s ease-in;
    transition: 0.8s ease-in;
}
/*.topbanner.topbannerHover  {
    background-color:#fff;
}
.topbanner.topbannerHover .logo{
    background-image: url("../images/lincoos_log_gree.png") ;
}
.topbanner.topbannerHover .navList a{ color: #274189 ; }*/

.topbanner .navList {
    float: left;
    margin-left: 40px;
}
.topbanner .navList li{
    float: left;
}
.topbanner .navList li a{
    display: inline-block;
    height: 78px;
    line-height: 78px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
    padding: 0 20px;
}
.topbanner .navList li a:hover{
    color: #274189;
}
.topbanner .navList li a.activeNav{
    color: #274189;
    position: relative;
}
.topbanner .navList li a.activeNav:before{
    content: '';
    position: absolute;
    top: 65px;
    bottom: 0px;
    left: 20%;
    height: 4px;
    width: 60%;
    background-color: #274189;
}
.topbanner .navList li a.activeNav:after{
    content: '';
    position: absolute;
    top: 55px;
    bottom: 3px;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-style: dashed dashed solid  dashed;
    border-color: transparent transparent  #274189 transparent;
    border-width: 5px;
}
.topbanner .tel {
    padding: 0 10px;
    height: 38px;
    background: #444444 url(../images/icon_tel.png) 13px center no-repeat;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-indent: 30px;
    margin-top: 20px;
    margin-left: 50px;
    box-shadow: 0 0 5px #ccc;
}

.bannerblack{
    background-color:#5f6581;/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
    background-color:rgba(95,101,129,1); /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
    transition:background-color 3s ease,left 3s ease-in-out;
}
#banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
}
@media screen and (min-width:1000px) {
    #banner {
        height: 500px;
    }
}
@media screen and (min-width:300px) and (max-width:1000px) {
    #banner {
        height: 380px;
    }
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #274189!important;
}
.swiper-pagination-bullet {
    width: 12px!important;
    height: 12px!important;
}
.sections,.section {
    /*height: 500px;*/
}
#banner,.sections {
    /*position: relative;*/
}
.section {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
#section0 {
    background-image: url('../images/v3/banner/AI.png');
}
#section1 {
    background-image: url('../images/v3/banner/kugui.png');
}
/*#section1 {*/
/*    background-image: url('../images/v3/solution/cxy/industry-bj.png');*/
/*}*/
/*#section2 {*/
/*    background-image: url('../images/v3/solution/cxy/rescue-bj.png');*/
/*}*/
/*#section3 {*/
/*    background-image: url('../images/v3/solution/cxy/school-bj.png');*/
/*}*/
/*#section5 {*/
/*    background-image: url('../images/v3/solution/cxy/electricity-bj.png');*/
/*}*/
.bannerNew{
    position:relative;
    width:100%;
    height: 500px;
}
.bannerNew .img{
    width:100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    display: none;
}
/* Vue 版：子页 banner 单图直出，覆盖 display:none */
.bannerNew .img {
    display: block;
}
/*.bannerNew .img{*/
    /*width:100%;*/
    /*height: 100%;*/
    /*position:absolute;*/
    /*top:0;*/
    /*left:0;*/
    /*display: none;*/
    /*background-position: center center;*/
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
/*}*/
.bannerNew .img1{ background-image: url("../images/new/banner1.jpg");}
.bannerNew .img2{ background-image: url("../images/new/banner2.jpg");}
.bannerNew .img3{ background-image: url("../images/new/banner3.jpg");}
/*.bannerNew .img4{ background-image: url("../images/new/banner4.jpg");}*/

.moduleTitle{
    text-align: center;
    padding: 30px 0px;
    /*background-color: #ddece2;*/
    background-color: rgba(232, 238, 234, 0.6);
    display: flex;
    justify-content: center;
    position: relative;
}
.moduleTitle .text{
    height: 44px;
    line-height: 44px;
    font-size: 34px;
    color: #20562d;
    padding: 0 100px;
    position: relative;
    z-index: 10;
}
.moduleTitle .dot,
.moduleTitle .dot:before,
.moduleTitle .dot:after{
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #20562d;;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.moduleTitle .dot{
    top: 50%;
    margin-top: -6px;
}
.moduleTitle .dot-before{ left: 0}
.moduleTitle .dot-after{ right: 57px}
.moduleTitle .dot:before,
.moduleTitle .dot:after{
    content: '';
}
.moduleTitle .dot:before{left: 26px;}
.moduleTitle .dot:after{left: 57px;}

.mainContent .textDl dt{
    position: relative;
    font-size: 44px;
    /*font-size: 40px;*/
    line-height: 118px;
}
.mainContent .textDl dd{
    position: relative;
    line-height: 50px;
    /*font-size: 34px;*/
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    text-align:justify;
    text-justify:inter-ideograph;
}
.mainContent .textDl dd:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mainContent .textDl2 dt{
    line-height: 66px;
    font-size: 44px;
}
.mainContent .textDl2 dd{
    margin-top: 45px;
    line-height: 56px;
    /*font-size: 34px;*/
    font-size: 22px;
    text-indent: 2em;
    text-align:justify;
    text-justify:inter-ideograph;
}
.textDlC1 dt{ color: #3f4651;}
.textDlC1 dd{ color: #838996;}
.textDlC1 dd:before{ background-color: #072f50;}
.textDlC2 dt{ color: #ffffff;}
.textDlC2 dd{ color: #ffffff;}
.textDlC2 dd:before{ background-color: #ffffff;}

.textDl2C1 dt{ color: #fff;}
.textDl2C1 dd{ color: #fff;}
.textDl2C2 dt{ color: #3f4651;}
.textDl2C2 dd{ color: #838996;}

.clzngkWrap{
    background-image: url("../images/new/bg_clzngk2.jpg");
}
.zbywWrap{
    background-image: url("../images/new/bg_zbywxxxt2.jpg");
}
.qcsWrap{
    background-image: url("../images/new/bg_qcs2.jpg") ;
}
.jxkWrap{
    background-image: url("../images/new/bg_jxk2.jpg") ;
}
.aboutWrap{
    background-image: url("../images/new/bg_aboutUs.jpg") ;
}
.aboutWrap .textUl{
    color: #fff;
    line-height: 48px;
    font-size: 22px;
    font-weight: 300;
}
.aboutWrap .textUl li{
    text-indent: 2em;
    margin-bottom: 30px;
    text-align:justify;
    text-justify:inter-ideograph;
}
.contactUs{
    max-width: 600px;
    margin: 0 auto;
    /*background-color: #f7f7f7;*/
    padding-right: 70px;
    padding-top: 76px;
    padding-left: 50px;
    padding-bottom: 75px;
    /*margin-bottom:106px;*/
}
.formWrap .item{
    width: 100%;
    height: 50px;
}
.formWrap .item span {
    width: 130px;
    text-align: right;
    float: left;
    line-height: 30px;
    color: #838996;
    font-size: 18px;
}
.formWrap .item input {
    width: 270px;
    float: left;
}
.formWrap .item span em {
    padding-right: 30px;
    color: #f00;
}
.hrg-input{
    border: 1px solid #ddd;
    /*border-radius: 4px;*/
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    width: 400px;
    background-color: #fff;
}
.submitWrap {
    text-align: center;
    padding-left: 60px;
}
.submitWrap .btn_submit {
    height: 40px;
    line-height: 36px;
    text-align: center;
    background-color: #274189;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    /*border-radius: 8px;*/
    border: 1px solid #274189;
    width: 130px;
    margin-top: 5px;
}
.submitWrap .btn_submit.disabled{
    cursor: not-allowed;
    background-color: #71899b;
    border-color: #71899b;
}
.msgText {
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    padding-left: 60px;
}
.hrg-textarea {
    height: 55px;
    resize: none;
    outline-style: none;
    border: 1px solid #bfbfbf;
    /*border-radius: 4px;*/
    font-size: 16px;
    background-color: #Fff;
    display: inline-block;
    width: 270px;
    font-family: 微软雅黑;
}
/* 尾部版权 */
.copyrightNew{
    background: #2d3134;
    color: #fff;
}
.copyrightNew .row{
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
}
.copyrightNew .midCol{
    padding-left: 80px;
    line-height: 50px;
    width: 1000px;
    padding-top: 0px;
    position: relative;
    padding-right:50px;
}
.copyrightNew .midCol:before,
.copyrightNew .midCol:after{
    content: '';
    position: absolute;
    top: 18px;
    width: 0px;
    height: 75px;
    border-left: 1px solid #6C6F71;
}
.copyrightNew .midCol:before{ left: 0;}
.copyrightNew .midCol:after{ right: 0;}
.copyrightNew .leftCol{
    color: #fff;
    line-height: 50px;
    margin-left: -20px;
    padding-right: 50px;
    margin-top: 0px;
    width: 530px;
}
.copyrightNew .rightCol{
    width: 310px;
    text-align: center;
    margin-left: 120px;
}
.copyrightText{
    border-top: 1px solid #6C6F71;
    line-height: 57px;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
.copyrightNew .jumpMenu{
    width: 300px;
    text-align: center;
    height: 38px;
    background-color: #3d5b73;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 6px;
            border-radius: 6px;
}
.copyrightNew .jumpList{
    display: none;
    position: absolute;
    left: 0px;
    top: 48px;
    background-color: #fff;
    padding: 5px;
    width: 330px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 0.8s linear;
    transition: 0.8s linear;
}
.copyrightNew .jumpList:before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-8px);
    top: -16px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: transparent  transparent  #fff  transparent;
    border-style: dashed dashed  solid dashed;
}
.copyrightNew .jumpList li{
    padding-left: 5px;
    line-height: 24px;
    font-size: 16px;
    color: #3d5b73;
    text-align: center;
}
.copyrightNew .jumpList li:hover{
    color: rgba(41, 127, 181, 0.7);
}
.copyrightNew .btn_jump{
    width: 42px;
    height: 42px;
    background-color: transparent;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}
.copyrightNew .btn_jump:before{
    content: '';
    position: absolute;
    left: 10px;
    top: 7px;
    width: 16px;
    height: 16px;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(-135deg);
    border-radius: 3px;
}
.fixbar{
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
}
.fixbar li{
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 1px;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
    /*background-color: #9F9F9F;*/
    color: #fff;
    border-radius: 2px;
    opacity: .95;
}
.fixbar li.fixbar-top{
    background-image: url("../images/icon_backtop.png");
    background-repeat: no-repeat;
    background-position: center center;
}

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
.scrollbar::-webkit-scrollbar{
    width: 8px;
    height: 8px;
    background-color: #f5f5f5;
}
/*定义滚动条的轨道，内阴影及圆角*/
.scrollbar::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
/*定义滑块，内阴影及圆角*/
.scrollbar::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 20px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2d3134;
}

/*  */
.marquee-box{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:104px;
    overflow:hidden;
}
.marquee{
    width:200%;
    height:30px;
    padding-top: 74px;
}
.wave-list-box{
    float:left;
    height: 30px;
    width: 50%;
    background: url("../images/wave_01.png") no-repeat 0 0;
    background-size: 100% 100%;
}
