@charset "UTF-8";

/* 搜索 start */
.search {
    overflow: hidden;
    background: #f2f2f2;
}

.searchInput {
    width: 268px;
    z-index: 0;
    float: left;
    display: inline;
}

.searchInput input {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    background: none;
    border: none;
}

.searchInput input input::-webkit-input-placeholder {
    color: #666666;
    /* placeholder颜色  */
    font-size: 14px;
    /* placeholder字体大小  */
    text-align: left;
    /* placeholder位置  */
}

.searchBtn {
    float: left;
    display: inline;
    width: 38px;
    height: 40px;
    overflow: hidden;
    background: url(../images/common/search.png) no-repeat center center;
    position: relative;
}

.searchBtn:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background-color: #d7d7d7;
}

.topSearch {
    height: 50px;
    width: 50px;
    margin-top: 25px;
}

.topSearch a {
    display: block;
    height: 50px;
    position: relative;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    z-index: 2;
}

.topSearch a::before {
    display: block;
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    background: url(../images/common/search.png) center center no-repeat;
    transition: all 0.3s linear;
}

.topSearch:hover a:hover::before {
    background: url(../images/common/search.png) center center no-repeat;
}

.topSearch:hover a {
    color: var(--themeColor);
}

.animHide {
    opacity: 0;
}

.model.show::before {
    animation: menu-animation .8s ease-out forwards;
    transform: scale(2) translateY(0);
}

.model.show {
    display: block;
}

.model {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10600;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.model span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 72px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    z-index: 10;
    font-weight: lighter;
}

.model::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .87);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    transform: scale(.04) translateY(9999px);
    overflow: hidden;
    z-index: 9;
}

.searchPWBox {
    width: 600px;
    height: 60px;
    overflow: hidden;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin: -30px 0 0 -300px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    ;
}

.searchPWBox input {
    display: block;
    float: left;
    width: 530px;
    height: 60px;
    background: none;
    border: none;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    padding-left: 10px;
    background: #fff;
}

.searchPWBox input::placeholder {
    color: #999;
    font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
    color: #999;
    font-size: 16px;
}

.searchPWBox a {
    float: right;
    display: inline;
    width: 60px;
    height: 60px;
    background-size: 19px 20px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
}

.searchPWBox a:hover {
    opacity: 0.9;
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(.04) translateY(300%)
    }

    40% {
        transform: scale(.04) translateY(0);
        transition: ease-out
    }

    40% {
        transform: scale(.04) translateY(0)
    }

    60% {
        opacity: 1;
        transform: scale(.02) translateY(0)
    }

    61% {
        opacity: 1;
        transform: scale(.04) translateY(0)
    }

    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }

    100% {
        opacity: 1;
        transform: scale(2) translateY(0);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}

/* 搜索 end */
/* 顶部 start */
.top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    min-width: 1280px;
    left: 0;
    z-index: 99;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    background: transparent;
    background-color: rgba(0, 0, 0, 0.4);
}
.top .wrapBox{position: relative;z-index: 3;width: 1600px;margin:  0 auto;}
.logo {
    font-size: 0;
    padding: 15px 0;
}

.logo img {
    display: block;
    height: 70px;
}


.menuDl {
    display: flex;
    float: left;
    display: inline;
}

.menuDl dd {
    float: left;
    display: inline;
    position: relative;
    margin-right: 0;
    height: 100px;
}

.mainMenu {
    position: relative;
    z-index: 9;
    padding: 0 35px;
}


.mainMenu a {
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 100px;
    height: 100px;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    /* font-family: 'phtL'; */
    position: relative;
    z-index: 6;
}

.menuDl dd.hover .mainMenu a,
.mainMenu a:hover {
    color: #fff;
}

.menuDl dd .subMenu {
    padding-top: 8px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 100%;
    width: 140px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1000;
}

.menuDl dd .subMenu.style2 {
    width: 645px;
    margin-left: -322px;
}

.menuDl dd .subMenu:before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.menuDl dd .subMenu .subMenuItem {
    position: relative;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 8px 0 0;
    overflow: hidden;
    z-index: 3;
}

.menuDl dd .subMenu.style2 .subMenuItem {
    padding: 20px;
}

.menuDl dd .subMenu a {
    display: block;
    padding: 8px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #333;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    /* font-family: 'phtL'; */
}
.menuDl dd .subMenu a:hover {
    background-color: rgb(233, 24, 24);
    color: #fff !important;
}
.menuDl dd .subMenu .subMenuItem a:hover,
.menuDl dd .subMenu .subMenuItem a.hover {
    color: var(--themeColor);
}

.menuDl dd:hover .subMenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.topR .menuIcon div {
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
}
.topR .menuIcon {overflow: unset !important;}
.menuTabTitle {
    margin-left: 50px;
}

.menuTabTitle a {
    display: block;
    font-size: 15px;
    color: #666666;
    padding: 8px;
    line-height: 24px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.menuTabTitle a:hover,
.menuTabTitle a.hover {
    color: #0063b1;
}

.menuTabContent {
    overflow: hidden;
}

.menuTabContent .pic {
    width: 150px;
    margin-right: 20px;
    overflow: hidden;
}

.menuTabContent .pic:before {
    padding-top: 66.6666%;
}

.menuTabContent .text {
    overflow: hidden;
}

.menuTabContent .info {
    font-size: 14px;
    color: #858585;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.menuTabContent .enter {
    line-height: 24px;
}

.menuDl1 dd .subMenu .enter a {
    color: #3184d7;
    text-align: left;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.menuDl1 dd .subMenu .enter a:hover {
    opacity: 0.8;
}

/* 顶部 end */
/* 问卷详情 start*/
.wjdcresult {text-align: center;}
.wjdcresult dd {border-top: 2px solid #1e5ab0;margin-bottom: 20px;}
.wjdcresult dd .title {height: 51px;margin-bottom: 0px;overflow: hidden;line-height: 51px;background: url(../images/common/survey/tBg2.png) repeat-x left top;}
.wjdcresult dd .title .titleL {padding-left: 65px;height: 51px;background: url(../images/common//survey/listT.png) no-repeat 32px center;font-size: 16px;color: #333333;}
.wjdcresult dd .title .titleR {font-size: 14px;color: #0b5fab;padding-right: 90px;}
.wjdcresult table {border: 1px solid #efeeee;}
.wjdcresult table tr {border: 1px solid #efeeee;height: 40px;}
.wjdcresult table tr.tr1 {height: 40px;background: #f7f7f7;font-size: 12px;}
.wjdcresult table tr td {border: 1px solid #efeeee;}
.wjdcresult table .w1 {width: 599px;}
.wjdcresult table .w2 {width: 120px;}
.wjdcresult table .w3 {width: 197px;}
.wjdcresult table tr td .con {padding: 0 15px;font-size: 14px;}
.wjdcresult table tr td .td1 {padding: 0 30px !important;}
.l {text-align: left;}
.r {text-align: right;}
.c {text-align: center;}
.wjdcresult table tr.tr1 td .con {padding: 0 15px;font-size: 14px;}
.whdcTable .gray {background: #f7f7f7;}
.wjdcCount {display: inline-block;overflow: hidden;}
.wjdcCount .wjdcCountL {color: #1e5ab0;margin-right: 10px;width: 50px;}
.wjdcCount .wjdcCountR {color: #1e5ab0;width: 115px;height: 15px;border: 1px solid #d1d1d1;}
.wjdcCount .wjdcCountR em {display: block;height: 15px;background: #1e5ab0;}
.questionC{padding-top: 10px;}
.questionArea{padding: 5px 10px;margin-bottom: 10px;border: 1px solid #ccc;}
.questionArea textarea{border: none;outline: none;background: none;height: 140px;width: 100%;line-height: 28px;font-size: 14px;color: #666;resize:none;}
/* 问卷详情 end*/
/*=====================点聚合 start=========================*/
.yywdLeftBox{width: 360px;height: calc(100vh - 190px);background-color: #fff;box-sizing: border-box;-webkit-box-sizing: border-box;position: absolute;top: 20px;left: 20px;z-index: 2;padding: 20px 10px;}
#searchShow{font-size:15px;border-collapse: collapse;width: 100%;background-color: #fff;box-sizing: border-box;-webkit-box-sizing: border-box;line-height: 34px;height: calc(100vh - 255px);overflow: auto;}
#searchShow.hover{display: none;}
#searchShow::-webkit-scrollbar{width:6px;background-color: #fff;}
#searchShow::-webkit-scrollbar-thumb{width:6px;background:#d6d6d6;}
#searchShow li{padding: 25px 10px 8px 10px; cursor: pointer;border-bottom: 1px solid #ececec;}
#searchShow li .title{height: 24px;line-height: 24px;font-size: 15px;color: #666;overflow: hidden;font-weight: bold;}
#searchShow li .address{height: 28px;line-height: 28px;font-size: 14px;color: #999;overflow: hidden;}
#searchShow li:hover{background-color: #ebebeb;}
.yywdSearch{width: 100%;height: 45px;background-color: #fff;border-radius: 3px;box-sizing: border-box;-webkit-box-sizing: border-box;border: 1px solid #ebebeb; z-index: 2000;text-align: left;}
.yywdSearch .searchIcon{overflow: hidden;height: 45px;background: url(../images/common/search.png) no-repeat center;z-index: 2;position: relative;display: block;cursor: pointer;}
.yywdSearch input{width: 260px;;height: 45px;line-height: 45px;border: none;background: none;padding-left: 20px;display: block;float: left;box-sizing: border-box;-webkit-box-sizing: border-box;font-size: 16px;color: #666;}
.yywdSearch input::placeholder {color: #999;font-size: 15px;}
.yywdSearch input::-webkit-placeholder {color: #999;font-size: 15px;}
.mapBox{width: 100%;height: calc(100vh - 150px);position: relative;}
#container{position: relative;width: 100%;height: 100%;}
#container .textBox{width: 248px;height: 85px;background-color: #fff;position: absolute;top: 15px;right: 15px;z-index: 2;line-height: 85px;color: #333;font-size: 16px;text-align: center;}
#container .textBox .icn{width: 30px;height: 85px;background: url(../images/common/dwIcn1.png) no-repeat center;display: inline-block;vertical-align: top;margin-right: 20px;}
.amap-marker-content div{background: url(../images/common/dwIcn1.png) no-repeat center top 20px !important;width: 26px !important;height: 50px !important;border: none !important;box-shadow: none !important;line-height: 25px !important;color: #e60013 !important;font-weight: bold;}
.amap-info-content{padding: 0 !important;}
.amap-info-close{right: 6px !important;}
.mapPop{background-color: #fff;padding: 20px;}
.mapPop .pic{width: 280px;margin-bottom: 13px;}
.mapPop .pic::before{padding-top: 57.1429%;}
.mapPop .title{line-height: 24px;font-size: 16px;color: #333;margin-bottom: 7px;}
.mapPop .address{line-height: 24px;font-size: 14px;color: #999;}
.mapPop .phone{line-height: 24px;font-size: 14px;color: #999;margin-bottom: 15px;}
.jumpBox a{height: 32px;padding: 0 20px;border-radius: 16px;display: inline-block;font-size: 14px;color: #fff;line-height: 32px;}
.jumpBox a:nth-child(1){background-color: #e60212;margin-right: 10px;}
.jumpBox a:nth-child(2){background-color: #ef7901;}
.yywdList{display: none;position: absolute;top: 45px;width: 100%;border: solid 1px #62a6da;max-height: 340px;overflow-y: auto;z-index: 1;font-size: 0;}
.yywdList li{position: relative;padding-left: 10px;width: 100%;height: 34px;line-height: 34px;font-size: 14px;color: #454545;text-align: left;background-color: #fff;cursor: pointer;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.yywdList li:hover{color: #fff;background-color: #1c9dff;}
/*=====================点聚合 end=========================*/
/* ========== 问卷调查 end ========== */
/*地图调用 start*/
.map{width: 100%;height: 500px;}

/* ————— 底部 start ————— */

/* ————— 底部 end   ————— */

/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 80px;position: relative; }
.location{height: 80px;overflow: hidden;padding-left: 33px;position: relative;}
.location a.home{ position: absolute; left: 0; top: 0; width: 33px; height: 100%;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/home.png); padding-left: 0; margin-right: 0;background-size: 20px;}
.location a{display: inline;float: left;height: 80px;line-height: 80px;padding-left: 14px;margin-right: 10px;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/icon8.png);color: #999;font-size: 14px;}
.location a:hover{color:var(--themeColor)}
.location a.hover{color:var(--themeColor)}
.subNavBox{margin-right:-15px; position: relative;}
.subNav::after{ display: block; content: ''; clear: both; visibility: hidden;}
.subNav a{display: inline;float: left;line-height: 80px;height:80px;color: #666666;font-size: 16px;margin-right: 70px;}
.subNav a.hover{color: var(--themeColor)}
.subNav a:hover{color: var(--themeColor)}
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{ text-align: center; font-size: 0;}
.sjMenu a{ display: inline-block; height: 30px; line-height: 30px; padding:0 30px; color: #333; border: 1px solid #fff; border-radius: 32px; font-size: 14px; margin: 0 5px; background: #FFF;}
.sjMenu a:hover{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
.sjMenu a.hover{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page{display: flex;text-align: center;margin: auto;width: 100%;justify-content: center;column-gap: 10px;}
.page a{display: flex;justify-content: center;align-items: center;width: 45px;height: 45px;border: 1px solid #fff;text-align: center;line-height: 45px;padding: 0 !important;transform: skew(-20deg);transition: .3s;color: #fff;}
.page a span {display: block;width: 100%;height: 100%;line-height: 45px;transform: skew(20deg);font-size: 18px;}
.page a:hover{background-color: #fff;color: #023e81;}
.page a.hover{background-color: #fff;color: #023e81;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page a div{width: 40px;height: 40px;background-position: center center;background-repeat: no-repeat;}
.page a.firstPage div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/common/page/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../images/common/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/common/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage:hover div{background-image: url(../images/common/page/lastPage.png)}
.page a.firstPage.disabled div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/common/page/lastPage.png)}
/* ————— 页码 end ————— */


/*********** 基础公共列表页 start ***********/
/* 视频列表 start */
/* 视频列表 end */
/* 图文列表 start */
/* 图文列表 end */
/* 全图列表 start */
/* 全图列表 end */
/* 全文列表 start */
/* 全文列表 end */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2{
	width:30px !important;
	height:30px !important;
	right:-40px;
    top:-40px;
}
.aykj-videoPop {
	border:10px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1)!important;
	border-radius:5px !important;
	background-color:#000 !important;
	}
/* 视频弹窗 end */
/* 表单模板 start */
.input{ border: 1px solid #ddd; padding:0 10px}
.input input{ border: none; background: none; width: 100%; height: 38px; line-height: 38px; font-size: 14px; color: #333;}
.textarea{ border: 1px solid #ddd; padding:5px 10px}
.textarea textarea{ border: none; background: none; width: 100%; height: 120px; line-height: 25px; font-size: 14px; color: #333;}
a.formBtn{ display: inline-block; height: 40px; line-height: 40px; border: 1px solid #ddd; background: #FFF; border-radius: 3px; font-size: 14px; color: #333; padding:0 30px; margin: 0 5px;}
a.formBtn:hover{ opacity: .9;}
.commonFormBox{ background: #FFF;padding: 40px;}
.commonForm{ margin-right: -40px; font-size: 14px;}
.commonForm:after{ clear:both; content: ''; visibility: hidden; display: block;}
.commonForm .item{ width: 50%; float: left; display: inline; margin-bottom: 15px;}
.commonForm .item.w100p{ width: 100%;}
.commonForm .item .con{ margin-right: 40px;}
.commonForm .item .label{ height: 38px; line-height: 38px;}
.commonForm .item .label span{ color: #da0100;}
.commonForm .item .itemC{ clear: both; min-height: 40px;}
.recruitListTc{ padding:20px; overflow: hidden;}
.commonForm .el-cascader{width: 100%;}
.upLoadResume{ font-size: 0;}
.upLoadResume span{ display: inline-block; font-size: 14px; height: 40px; line-height: 40px;color: #aeaeae;}
.upLoadResume a.up{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
.upLoadResume a.down{ background: #e9e9e9; border-color: #e9e9e9;}
.input input { border: none;background: none;width: 100%;height: 38px;line-height: 38px;font-size: 14px;color: #333;}
.input { border: 1px solid #ddd;padding: 0 10px;}
.formYzm .input {width: 50%;float: left;display: inline;}
.formYzm .yzmImg {width: 118px; height: 38px;border: 1px solid #ddd;background: #ddd;float: left;display: inline;margin-left: 20px;}
.formYzm .yzmImg img {display: block;width: 100%;height: 100%;}
.formSubBtn{ font-size: 0; text-align: left; margin: 0 -5px;}
.formSubBtn a{ padding:0 40px; border-radius: 5px;}
.formSubBtn a.submit{ background:var(--themeColor); color: #FFF;border-color: var(--themeColor);}
.formSubBtn a.reset{ background: #ddd; color: #8b8b8b;}
/* 表单模板 start  */

/*********** 基础公共列表页 start ***********/

/*********** 特殊功能列表页 start ***********/
/*********** 特殊功能列表页 end ***********/

/*********** 文章详细页 start ***********/
.articleC {padding: 60px 0 120px; color: #fff !important;}
.articleBox {line-height: 36px;padding: 10px 0 0;color: #fff;font-size: 18px;margin-bottom: 10px;}
.articleBox img {max-width: 100%;}
.titleIcon {display: flex;justify-content: space-between;align-items: center;width: auto !important;column-gap: 50px;}
.titleIcon .articleShare { min-width: 300px; display: flex;justify-content: space-between;align-items: center;}
.titleIcon .articleShare .time {font-size: 24px;color: #fff;}
/* 标题 start */
.articleTitle {clear: both;line-height: 48px; height: 48px; overflow: hidden; font-size: 30px;font-weight: bold; font-family: "microsoft yahei";color: #fff;text-align: center;position: relative;margin-bottom: 15px;}
.dpyTop {display: flex;align-items: center;justify-content: space-between;column-gap: 50px;overflow: hidden;}
.dpyTop .dpyRight {display: flex;align-items: center;column-gap: 70px;}
.dpyTop .dpyRight span {font-size: 24px;}
/* 标题 end */
/* 发布信息 start  */
.articleTime {display: block;clear: both;color: #666666;font-size: 14px;line-height: 32px;padding: 10px 0 15px;border-bottom: 1px solid #dddddd;overflow: hidden;text-align: center;}
.articleTime span {margin-right: 16px;font-size: 14px;color: #999999;vertical-align: middle;display: inline-block;}
.shareBox .sharejs_list  .sharejs_item{position:relative;z-index: 100}
/*  发布信息 end  */
/* 分享 start */
.articleShare {display: inline-block;vertical-align: middle;}
.articleShare .shareParent .shareItem{vertical-align: middle;}

/*  分享 end  */
/*  大图 start */
/* 文章阅读页-内容上部大图 */
#play {width: 600px;height: 400px;position: relative;overflow: hidden;background: #fff;border: 1px solid #e9e9e9;padding: 5px;margin: 20px auto 0 auto;}
#play .change_a {width: 40%;height: 100%;position: absolute;top: 0;z-index: 1;cursor: pointer;display: block;overflow: hidden;}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {width: 24px;height: 43px;display: block;position: absolute;top: 50%;margin-top: -21px;display: none}
#play .prev_a span {background: url(../images/common/file/article_iconh.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/common/file/article_iconh.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {position: relative;z-index: 1;width: 600px;height: 400px;}
#play .img_ul li {position: relative;z-index: 1;width: 600px;height: 400px;background: #fff;margin: 0 0 5px 0;}
#play .img_ul li img {position: absolute;}
.imgMove {width: 600px;clear: both;margin: 20px auto;position: relative;}
.img_hd {margin: 0 auto;overflow: hidden;height: 60px;position: relative;}
.img_hd ul {position: absolute;z-index: 1}
.img_hd ul li {float: left;height: 47px;width: 70px;padding: 3px;margin: 0 7px;cursor: pointer;background: #fff;border: 1px solid #d4d4d4;position: relative;}
.img_hd ul li p {height: 47px;width: 70px;display: block;background: #fff;position: relative;}
.img_hd ul li i {display: block;clear: both;line-height: 20px;padding: 0 5px;background: #000;color: #fff;position: absolute;right: 3px;bottom: 3px;z-index: 9;filter: alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;font-family: Arial;font-size: 12px;font-style: normal;}
.img_hd ul li img {position: absolute;height: 47px;width: 70px;}
.img_hd ul li.on {border: 1px solid var(--themeColor);background: var(--themeColor);}
.imgMove .bottom_a {width: 20px;height: 25px;display: block;cursor: pointer;z-index: 10;float: left;top: 15px;position: absolute;z-index: 9;background: url(../images/common/file/article_iconh.png) no-repeat;}
.imgMove .prev_a {background-position: left top;left: 0;}
.imgMove .next_a {background-position: right top;right: 0;}
/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {clear: both;font-size: 16px;padding: 10px 0px 20px 0;/* overflow: hidden; */}
.articleHand a {display: inline-block;line-height: 32px;padding: 0 20px 0px 30px;background: url(../images/common/file/file.png) no-repeat left center; color:#666;margin-bottom: 10px;}
.articleHand a.word {background: url(../images/common/file/word.png) no-repeat left 3px;color: #37a6ff !important;}
.articleHand a.ppt {background: url(../images/common/file/ppt.png) no-repeat left center;color: #ff7735 !important;}
.articleHand a.excel {background: url(../images/common/file/excel.png) no-repeat left center;color: #15bf44 !important;}
.articleHand a.pdf {background: url(../images/common/file/pdf.png) no-repeat left center;color: #1369c0 !important;}
.articleHand a.zip {background: url(../images/common/file/zip.png) no-repeat left 3px;color: #ff9779 !important;}
.articleHand a:hover{text-decoration: underline;}
/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {clear: both;text-align: center;font-family: Arial;font-size: 0;}
.articlePage a {margin: 0 5px;background: #ccc;padding: 3px 12px;display: inline-block;font-size: 12px;height: 24px;line-height: 24px;}
.articlePage a:hover {color: #333;background: #fff;}
.articlePage a.hover {color: #333;background: #fff;}
/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {display: block;overflow: hidden;padding-top: 60px;border-top: 1px solid #e6e6e6;}
.articlePageBox{font-size: 18px;line-height: 28px;color: #fff;margin-bottom: 45px;}
.articlePageBox a {color: #fff; transition: .3s;} 
.articlePageBox a:hover {font-weight: 600;}
.articlePageBox.articlePageBox2{float: right;display: inline;margin-right: 0;margin-left: 4.1%;}
.returnList{overflow: hidden;text-align: center;}
.returnList a{display: inline-block;padding: 0 100px;line-height: 70px;height: 70px;border-radius: 70px;background-color: #f5f7f7;}
.returnList a span{display: inline-block;padding-left: 35px;font-size: 16px;color: #666666;background: url("../images/returnListIcon.png") no-repeat left center;}
.home a {display: inline-block;height: 60px;line-height: 60px;border: 1px solid #fff;transform: skew(-20deg);color: #fff;font-size: 22px;padding: 0 30px;transition: .3s;}
.home a:hover {font-weight: 600;}
.home a span {display: block;transform: skew(20deg);}
/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {position: absolute;left: -1px;opacity: 0;}
.newsAudio .audiojs {z-index: 99999;background: #fff;overflow: hidden;font-family: monospace;font-size: 12px;border-radius: 5px;box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);width: 400px;margin: 0 auto;border: 1px solid #e5e5e5;}
.newsAudio .audiojs .play-pause {width: 25px;height: 27px;padding: 4px 6px;margin: 0px;float: left;overflow: hidden;position: relative;}
.newsAudio .audiojs .play-pause:before {content: '';display: block;border-right: 1px solid #e5e5e5;position: absolute;right: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs p {display: none;width: 25px;height: 27px;margin: 0px;cursor: pointer;}
.newsAudio .audiojs .play {display: block;}
.newsAudio .audiojs .scrubber {position: relative;float: left;width: 240px;background: #f5f5f5;height: 14px;margin: 10px;top: 1px;overflow: hidden;}
.newsAudio .audiojs .progress {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #fbbc05;z-index: 1;}
.newsAudio .audiojs .loaded {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #ffeebb;cursor: pointer;}
.newsAudio .audiojs .time {overflow: hidden;height: 35px;line-height: 36px;margin: 0px 0px 0px 6px;padding: 0px 6px 0px 12px;position: relative;color: #666;}
.newsAudio .audiojs .time:before {content: '';display: block;border-left: 1px solid #e5e5e5;position: absolute;left: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs .time em {padding: 0px 2px 0px 0px;color: #666;font-style: normal;}
.newsAudio .audiojs .time strong {padding: 0px 0px 0px 2px;font-weight: normal;}
.newsAudio .audiojs .error-message {display: none;padding: 0px 10px;height: 35px;overflow: hidden;line-height: 36px;white-space: nowrap;color: #666;text-overflow: ellipsis;-o-text-overflow: ellipsis;-icab-text-overflow: ellipsis;-khtml-text-overflow: ellipsis;-moz-text-overflow: ellipsis;-webkit-text-overflow: ellipsis;}
.newsAudio .audiojs .error-message a {color: #666;text-decoration: none;padding-bottom: 1px;border-bottom: 1px solid #999;white-space: wrap;}
.newsAudio .audiojs .play {background: url(../../common/components/audio/images/play.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .loading {background: url(../../common/components/audio/images/loading.png) center center no-repeat;background-size: 14px;-webkit-animation: fa-rotating 2s infinite linear;animation: fa-rotating 2s infinite linear;}
.newsAudio .audiojs .loading:before {content: '';}
@keyframes fa-rotating {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
.newsAudio .audiojs .error {background: url(../../common/components/audio/images/error.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .pause {background: url(../../common/components/audio/images/pause.png) center center no-repeat;background-size: 16px;}
.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {display: none;}
.newsAudio .playing .pause {display: block;}
.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {display: none;}
.newsAudio .loading .loading {display: block;}
.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {display: none;}
.newsAudio .error .error {display: block;}
.newsAudio .error .play-pause p {cursor: auto;}
.newsAudio .error .error-message {display: block;}
/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo{width: 600px;height: 400px;margin: 0 auto;position: relative;}
.newsViewVideo #col1mui-player{height: 100% !important;cursor: pointer;}
.newsViewVideo #muiPlaybtn{position: absolute;left: 0;top: 0;background: url(../images/play.png) no-repeat center center;width: 100%;height: 100%;display: block;z-index: 999;cursor: pointer;}
/* ————— 视频 end ————— */


/* ————— 有序列表 start ————— */
.articleBox  ul,.articleBox  ol{padding-left: 20px;}
.articleBox  ul li{list-style-type: disc;}
.articleBox  ol li{list-style-type: decimal}
/* ————— 有序列表 end ————— */

/* ————— 表格 start ————— */
.articleBox table{
    margin: 0 auto;
}
.articleBox table tr td{
  padding: 5px;
  border: 1px solid #e6e6e6;
}
/* ————— 表格 end ————— */
/*********** 文章详细页 start ***********/
/* 业绩分布 start */
.yjfbColumn {padding: 100px 0 150px;background: url(../test/yjfbBg.png) center no-repeat;background-size: cover;}
.yjTitle {color: #fff;}
.yjTitle .titleNg {font-size: 45px;height: 60px;line-height: 60px;text-transform: uppercase;}
.yjTitle .titleCn {font-size: 30px;height: 60px;line-height: 60px;}
.yjfbColumn .main {margin: 60px 0 0 0;}
.yjfbColumn .main .pic {width: 71.0691%;margin: auto;}
.yjfbColumn .main .pic::before {padding-top: 53.0973%;}
.yjfbColumn .main .text {width: 88.6792%;overflow: hidden;color: #fff;font-size: 16px;line-height: 28px;margin-top: 35px;}
/* 业绩分布 end */
/* 荣誉资质 start */
.honorColumn {background: url(../test/honorBg.png) center no-repeat;background-size: cover;}
.honorC1 {padding-top: 90px;}
.honorTitle {color: #fff;margin-bottom: 70px;}
.honorTitle .titleNg {font-size: 40px;height: 65px;line-height: 65px; font-family: 'HarmonyOS Sans';text-transform: uppercase;}
.honorTitle .titleCn {font-size: 30px;height: 65px;line-height: 65px;}
.honorSwiper1 {padding: 0 25px 0;}
.honorSwiper1 .con .text {transform: skew(6deg)}
.honorSwiper1 .con .img {transform: skew(6deg)}
.honorSwiper1 , .honorSwipe2, .honorSwipe3 {overflow: hidden;position: relative;padding-bottom: 75px;}
.honorC2 {padding: 120px 0 0;}
.honorC3 {padding: 120px 0;}
.honorSwiper1 dd {transform: skew(-6deg)}
.honorColumn dd .con {background-color: #fff;display: block;padding: 0 10px; }
.honorColumn dd .con .text {padding: 45px 0 30px;border-bottom: 1px solid #f0f0f0;text-align: center;font-size: 18px;color: #333;line-height: 26px;height: 26px;overflow: hidden;}
.honorColumn dd .con .img {height: 310px;padding: 0 10px;margin: 40px 0;overflow: hidden;}
.honorColumn dd .con .img img {object-fit: contain;}
.honorColumn .swiper-pagination span {width: 15px;height: 15px;border: 1px solid #fff !important;}
.honorColumn .swiper-pagination-bullet-active {background-color: #fff;}
.honorMore {margin: auto;text-align: center;margin-top: 90px;margin-left: 15px;}
.honorMore a {display: inline-block;height: 60px;line-height: 60px;color: #fff;border: 1px solid #fff;font-size: 20px;transform: skew(-20deg);transition: .3s;}
.honorMore a span {display: block;  transform: skew(20deg);background-position: 130px center;background-repeat: no-repeat;background-size: 20px;padding: 0 70px 0 30px;}
.honorMore a:hover {font-weight: 700;}
/* 荣誉资质 end */
/* 荣誉列表 start */
.honorListColumn {padding: 80px 0 110px; background: url(../test/honorListBg.png) center no-repeat;background-size: cover;}
.hornorList dd {width: 25%;float: left;margin-bottom: 40px;}
.hornorList::after {display: block;content: "";clear: both;}
.hornorList dd .con {padding: 50px 30px 0;margin-right: 40px; display: block;background-color: #fff;overflow: hidden;}
.hornorList dd .con .text {font-size: 18px;color: #333;height: 26px;line-height: 26px; overflow: hidden;border-bottom: 1px solid #f0f0f0;}
.hornorList .pic::before {padding-top: 100%;}
.hornorList .pic img {object-fit: contain;}
/* 荣誉列表 end */
/* 新闻中心 start */
.newsColumn {padding: 130px 0 0 0;background: linear-gradient(to bottom, #141718, #034883 820px, #034883);}
.newsC {display: flex;align-items: center;column-gap: 30px;justify-content: space-between;}
.newsC .left {width: 47.9166%;overflow: hidden;}
.newsC .left .newsCSwiper {width: 100%;overflow: hidden;}
.newsC .left dd {width: 100%;}
.newsC .left dd .pic {width: 100%;}
.newsC .left dd .pic::before {padding-top: 73.7681%;}
.newsC .left dd .tip {padding: 0 30px;height: 90px;line-height: 90px;color: #fff;background: linear-gradient(to bottom, #141718, #034883);}
.newsC .left dd .tip .text {font-size: 20px;}
.newsC .left dd .tip .time {font-size: 16px;margin-left: 20px;}
.newsCSwiper {position: relative;}
.newCPage div {width: 40px;height: 40px;background-position: center;background-repeat: no-repeat;background-size: 20px;}
.newCPage .prev {background-image: url(../images/icon/prev.png);position: absolute;top: 40%;left: 30px;transform: translateY(-50%);z-index: 1000;}
.newCPage .next {background-image: url(../images/icon/next.png);position: absolute;top: 40%;left: auto !important; right: 30px; transform: translateY(-50%);z-index: 1000;}
.newsColumn .right, .left {height: auto !important;}
.newsC .right dd {margin-bottom: 60px;}
.newsC .right dd:last-child {margin-bottom: 0;}
.newsC .right dd .con {display: block;display: flex;}
.newsC .right dd .con .pic {width:34.9859%;margin-right: 30px;}
.newsC .right dd .con .pic::before {padding-top: 63.6363%;}
.newsC .right .text {color: #fff;flex: 1;}
.newsC .right .text .title {font-size: 18px;height: 45px;line-height: 45px;margin-bottom: 5px;overflow: hidden;}
.newsC .right .text .textC {font-size: 14px;line-height: 28px;height: 56px;overflow: hidden;}
.newsC .right .text .time {font-size: 16px;line-height: 28px;margin-top: 5px;}
/* 新闻中心 第二栏 start */
.gsNewsC {margin-top: 120px;}
.newsTable {display: flex;justify-content: center;}
.newsTable a {height: 70px;padding: 0 35px;transform: skew(-20deg);border: 2px solid #fff;margin-right: 60px;color: #fff;font-size: 24px;margin-bottom: 110px;line-height: 70px; transition: .3s;}
.newsTable a span { display: block; transform: skew(20deg);}
.newsTable a:hover {color: #333;background-color: #fff;}
.newsTable a.hover {color: #333;background-color: #fff;}
.gsNewsC .imgList {margin-right: -45px;overflow: hidden;}
.gsNewsC .imgList dd {width: 33.333%;float: left;margin-bottom: 45px;}
.gsNewsC .imgList dd .con {display: block;margin-right: 45px;}
.gsNewsC .imgList dd .con .text {color: #fff;padding: 15px 0;}
.gsNewsC .imgList dd .con .textC {font-size: 18px;height: 45px;line-height: 45px;overflow: hidden;}
.gsNewsC .imgList dd .con .time {font-size: 16px;height: 28px;line-height: 28px;margin-top: 10px;}
/* 新闻中心 第二栏 end */
/* 新闻中心 end */
/* 工程智能 start */
.gcznColumn {display: flex;height: 960px;}
.gcznColumn .gcznTable {width: 20.8333%;color: #fff;background-color: #244160;min-width: 150px;}
.gcznColumn .gcznTable dl {display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%;}
.gcznColumn .gcznTable dd {margin-bottom: 40px;display: block;color: #fff;font-size: 18px;height: 40px;padding-bottom: 15px;border-bottom: 4px solid transparent;position: relative;}
.gcznColumn .gcznTable a {display: block;color: #fff;font-size: 18px;height: 40px;padding-bottom: 15px;border-bottom: 4px solid transparent;position: relative;}
.gcznColumn .gcznTable dd:hover::before {display: block;content: '';height: 4px;width: 100%;transform: skew(-40deg);position: absolute;left: 0;bottom: 0;background-color: #fff;}
.gcznColumn .gcznTable dd.hover::before {display: block;content: '';height: 4px;width: 100%;transform: skew(-40deg);position: absolute;left: 0;bottom: 0;background-color: #fff;}
.mainTable {background: linear-gradient(to bottom, #141718, #034883 820px, #034883);padding: 120px 20px 210px 60px ;}
.mainTable .main {display: flex;height: 540px;margin-top: 20px;}
.mainTable .main .left {display: flex;flex-direction: column;justify-content: space-between;height: 100%;margin-right: 200px;}
.mainTable .main .left .text {color: #fff;font-size: 30px;height: 50px;line-height: 50px;position: relative;padding-bottom: 15px;display: inline-block;}
.mainTable .main .left .text::before {display: block;content: "";height: 9px;width: 60%;background-color: #fff;transform: skew(-40deg);position: absolute;left: 5px;bottom: 0;}
.mainTable .main .left .honorMore {margin: 0 0 0 20px!important;}
.mainTable .main .right {width: 62.6865%;height: 100%;overflow: hidden;}
.mainTable .main .right .pic {height: 100%;}
.mainTable .main .right .pic::before {padding-top: 64.2857%;}
.mainTable .locationBox {color: #fff;z-index: 1000;font-size: 14px;}
.mainTable .location a.home {background-image: url(../images/icon/homL.png) !important;}
.mainTable .location a {background-image: url(../images/icon/homeR.png) !important;padding-left: 25px;}

/* 工程智能 end */
/* 智能物流系统 start */
.znxtColumn {padding: 100px 0 150px;background: linear-gradient(to bottom, #141718, #034883 820px, #034883);}
.znTitle {font-size: 30px;height: 50px;line-height: 50px;color: #fff;position: relative; display: inline-block;padding-bottom: 20px;}
.znTitle::before {display: block;content: "";width: 100%;height: 10px;background-color: #fff;position: absolute;left: 0;bottom: 0;transform: skew(-40deg);}
.znxtColumn dl {margin: 50px -30px 0 0 ;overflow: hidden;}
.znxtColumn dl dd {width: 33.333%;float: left;overflow: hidden;margin-bottom: 40px;}
.znxtColumn dl dd .con {display: block;margin-right: 30px;overflow: hidden;}
.znxtColumn dl dd .con .pic::before {padding-top: 69.5652%;}
.znxtColumn dl dd .con .text {height: 80px;line-height: 80px;color: #fff;text-align: center;padding: 0 10px;font-size: 18px;transition: .3s;}
.znxtColumn dl dd .con:hover .text {font-weight: 600;}
/* 智能物流系统 end */
/* 能力优势 start */
.nlysColumn {padding: 100px 0;background: url(../test/nlysBg.png) center no-repeat;background-size: cover;overflow: hidden;height: 960px;}
.nlysColumn .nlBg {margin-top: 100px;}
.nlysColumn .nlSwiper {position: relative;height: 400px;overflow: hidden;}
.nlysColumn .nlBg .con {display: flex;}
.nlysColumn .main .left {margin-right: 100px;flex: 1;}
.nlysColumn .main .left .text {margin-top: 50px;font-size: 18px;color: #fff;line-height: 30px;height: 180px;}
.nlysColumn .main .left .honorMore {margin-top: 10px;text-align: left;}
.nlysColumn .main .right {width: 44.4444%; height: 400px; padding-left: 40px;position: relative;overflow: hidden;}
.nlysColumn .main .right .nlSwiper .pic::before {padding-top: 61.3157%;}
.nlysColumn .main .right .swiper-pagination span {width: 10px !important;height: 10px !important; background-color: #fff;}
.nlysColumn  .swiper-pagination {left: 50% !important;top: 200px !important;}
.nlysColumn  .swiper-pagination span {background-color: #fff !important;width: 10px;height: 10px;}
/* 能力优势 end */
/* 软件产品 start */
/* 第一栏 start */
.rjcpC1 {background-color: #141414;height: 850px;position: relative;overflow: hidden;}
.rjcpC1 .znTitle {position: absolute;top: 110px;left: 8%;z-index: 1000;}
.rjcpC1 .rjBg {width: 126.75%;margin: auto;position: relative;left: -16%;display: flex;}
.rjcpC1 .rjBg .rjcpSwiper {overflow: hidden;padding: 0 50px;}
.rjcpC1 .zfx {width: 160px;height: 160px;background-color: #284e91 !important;transform: rotate(45deg);display: flex;justify-content: center;align-items: center;position: relative;overflow: hidden;z-index: 1000;}
.rjcpC1 .rjBg .rjcpSwiper::before {display: block;content: "";width: 90%;height: 1px;background-color: #585755;position: absolute; left: 130px ;top: 390px;z-index: 0;}
.rjcpC1 .zfx span {transform: rotate(-45deg);font-size: 24px;color: #fff;overflow: hidden;background-color: #284e91 ;z-index: 1000;}
.rjcpC1 .rjBg .con {display: flex;flex-direction: column;align-items: center;transition: .3s;padding: 310px 0 170px;width: 310px;}
.rjcpC1 .rjBg .con:hover {background: linear-gradient(#15181d, #1e396b);}
.rjcpC1 .rjBg .con:hover .text .textC {opacity: 1;}
.rjcpC1 .rjBg .con .text {margin-top: 60px; display: flex;flex-direction: column;align-items: center;color: #fff;}
.rjcpC1 .rjBg .con .text .title {height: 60px;line-height: 60px;font-size: 24px;}
.rjcpC1 .rjBg .con .text .textC {font-size: 16px;line-height: 32px;margin-top: 10px;text-align: center;opacity: 0;transition: .3s;padding: 0 20px;}
.rjcpC1 .newCPage .prev {top: 45%;}
.rjcpC1 .newCPage .next {top: 45%;right: -40px;}
/* 第一栏 end */
/* 第二栏 start */
.rjcpC2 {padding: 70px 0 80px; height: 650px; background: url(../test/zdBg.png) center no-repeat;background-size: cover;}
.rjcpC2 dl {margin-top: 90px;margin-right: -70px;}
.rjcpC2 dl dd {width: 50%;float: left;margin-bottom: 70px;}
.rjcpC2 dl dd .con {height: 180px; padding: 10px 0;background: linear-gradient(to right, #325e8a, #18263b);display: flex;justify-content: center;align-items: center;margin-right: 70px; border-top-left-radius: 60px; border-bottom-left-radius: 60px; }
.rjcpC2 dl dd .con .num {width: 100px;height: 100px;margin: 0 30px 0;transform: rotate(45deg); background: linear-gradient(to bottom, #30a0b7,#321e72); display: flex; justify-content: center; align-items: center;}
.rjcpC2 dl dd .con .num span {display: block;transform: rotate(-45deg);color: #fff;font-size: 27px;}
.rjcpC2 dl dd .con .text {width: 52.857%;margin: 0 90px 0 20px;color: #fff;}
.rjcpC2 dl dd .con .text .title {font-size: 24px;height: 40px;line-height: 40px;margin-bottom: 30px;}
.rjcpC2 dl dd .con .text .textC {font-size: 16px; line-height: 30px;height: 90px;overflow: hidden;}
/* 第二栏 end */
/* 软件产品 end */
/* 智慧停车 start */
.zhtcColumn {padding: 100px 0 220px; background: url(../test/zhtcbg.png) center no-repeat; background-size: cover;}
.zhtcColumn .main {margin-top: 70px;display: flex;column-gap: 30px;}
.zhtcColumn .main .left {flex: 1;height: 420px;}
.zhtcColumn .main .left .pic::before {padding-top: 71.4285%;}
.zhtcColumn .main .right .pic::before {padding-top: 68.040%;}
.zhtcColumn .main .right {flex: 1;height: 420px;}
.zhtcColumn .main .left .pic::after {display: block; content: ""; width: 100%;height: 100%; background-color: rgba(0, 0, 0, .27);position: absolute;left: 0;top: 0;}
.zhtcColumn .main .playVideo {width: 80px;height: 80px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%); background-position: center;background-repeat: no-repeat;background-size: 60px;z-index: 1;}
.zhtcColumn .main .right .stopCSwiper {overflow: hidden;position: relative;}
.stopPage div {width: 60px;height: 60px;background-color: rgba(0, 63, 133, .4);background-repeat: no-repeat;background-repeat: no-repeat;background-position: center;background-size: 15px;}
.stopPage .prev {position: absolute;top: 50%;left: 0; transform: translateY(-50%);background-image: url(../images/icon/prev.png);z-index: 30;}
.stopPage .next {position: absolute;top: 50%;left: auto; right: 0; transform: translateY(-50%);background-image: url(../images/icon/next.png);z-index: 30;}
.zhtcColumn .text {margin-top: 35px;line-height: 32px;font-size: 16px;color: #fff;}
.zhtcColumn .text .textC  p {margin-bottom: 35px;}
.zhtcColumn .main .right .tip {width: 100%;position: absolute; font-size: 18px; bottom: 0;left: 0;height: 100px;line-height: 100px;text-align: center;background: url(../test/zhtctext.png) center no-repeat;background-size: cover;z-index: 0;}
.zhtcColumn .main .right .tip span {display: block;width: 100%;height: 100%;position: relative;z-index: 1000;color: #fff;}
/* 智慧停车 end */
/* 核心技术 start */
.hxjsColumn dd:nth-child(3n-2){background-color: #141414;}
.hxjsColumn dd:nth-child(3n-1){background: linear-gradient(to right, #0f498a ,#5989c0);}
.hxjsColumn dd:nth-child(3n) {background: linear-gradient(to right, #0d3e75 ,#becede);}
.hxjsColumn dd:nth-child(even) .con .img {order: 1 !important;}
.hxjsColumn dd:nth-child(even) .con .left {order: 2 !important;}
.hxjsColumn dd:nth-child(even) .con .left .title {text-align: right;}
.hxjsColumn dd:nth-child(even) .con .left .honorMore {text-align: right;}
.hxjsColumn dd .con {padding: 120px 0 160px;display: flex;column-gap: 90px;}
.hxjsColumn dd .con .img {width: 54.1666%;order: 2;position: relative;}
.hxjsColumn dd .con .img .pic::before {padding-top: 64.1025%;}
.hxjsColumn dd .con .left {flex: 1;color: #fff;order: 1;position: relative;}
.hxjsColumn dd .con .left::before {display: block;contain: "";clear: both;}
.hxjsColumn dd .con .text {height: 288px;overflow: hidden;font-size: 16px;line-height: 32px;margin:45px 0 0 0;}
.hxjsColumn dd .con .honorMore {margin-top: 10px;text-align: left;}
.hxjsColumn dd:nth-child(3n) .img::before {display: block;content: "";width: 134.6153%;height: 100%;background: linear-gradient(to right, #034082 ,#c1d0e0);position: absolute;left: -40px;top: 40px;}
/* 核心技术 end */
/* 售后服务 start */
.shfwColumn {padding: 110px 0 120px;background: url(../test/shfwBg.png) center no-repeat;background-size: cover;}
.shfwColumn .main {width: 77.08333%;margin: 70px auto 0;}
.shfwColumn .main dd {margin-bottom: 30px;}
.shfwColumn .main .pic::before {padding-top: 68.5714%;}
/* 售后服务 end */
/* 股票信息 start */
.gpxxColumn {padding: 100px 0 150px;background: url(../test/gpxxBg.png) center no-repeat; background-size: cover;}
.iRColumn1RFrame {
    margin-top: 80px;
    height: 72px;
}
.gpxxColumn .fsx {margin-top: 100px;}
.gpxxColumn .fsx .iRColumn1LC {margin-top: 60px;}
.gpxxColumn .exchange {margin-top: 120px;display: flex;justify-content: space-between;column-gap: 30px;}
.gpxxColumn .exchange .left, .right {width: 50%;height: 235px;}
.gpxxColumn .exchange .pic {height: 100%;}
.gpxxColumn .exchange .pic::before {padding-top: 34.28571%;}
.gpxxColumn .exchange .pic::after {display: block; content: "";width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0, 0, 0, .1);position: absolute;}
.gpxxColumn .exchange .tip {position: absolute;top: 50%;left: 0;transform: translateY(-50%);color: #fff;z-index: 1;width: 100%;text-align: center;}
.gpxxColumn .exchange .left .tip {font-size: 32px;line-height: 60px;font-weight: bold;}
.gpxxColumn .exchange .right .tip {display: flex;flex-direction: column;justify-content: center;align-items:center ;}
.gpxxColumn .exchange .right .tip .title {font-size: 32px;height: 60px;line-height: 60px;}
.gpxxColumn .exchange .right .tip  .phone {display: flex;column-gap: 85px;height: 36px;line-height: 36px;font-size: 18px;margin-top: 9px;}
.gpxxColumn .exchange .right .addres {height: 36px;line-height: 36px;font-size: 18px;margin-top: 9px;}
/* 股票信息 end */
/* 联系方式 start */
.lxfsColumn {padding: 120px 0; background-color: #141414;}
.lxfsColumn .main {margin-top: 70px;}
.lxfsColumn .main .mainMap {display: flex;justify-content: space-between;column-gap: 30px;}
.lxfsColumn .mapBd, .headeOffice {width: 50%;height: 500px !important;}
.lxfsColumn .headeOffice {background-color: #003f85;color: #fff;}
.lxfsColumn .headeOffice .con {padding: 0 40px;}
.lxfsColumn .headeOffice .con .topText {font-size: 24px;line-height: 60px; padding: 20px 0; border-bottom: 1px solid #eaf4fe;}
.lxfsColumn  .message {margin-top: 30px;}
.lxfsColumn  .message  .phone {margin-bottom: 60px;}
.lxfsColumn  .message  .phone .text {height: 32px; line-height: 32px;font-size: 16px;padding-left: 65px;background-repeat: no-repeat;background-position: left center; background-size: 25px;background-repeat: no-repeat;}
.lxfsColumn  .message  .phone .text span {margin-right: 50px;}
.lxfsColumn dl {margin: 30px -30px 0 0;}
.lxfsColumn dl::after {display: block;content: "";clear: both;}
.lxfsColumn dl dd {width: 50%;margin-bottom: 30px;float: left; color: #fff;}
.lxfsColumn dl dd .con {padding: 40px;margin-right: 30px;background-color: #003f85;}
.lxfsColumn dl dd .con  .title {height: 55px;line-height: 55px;}
.lxfsColumn dl dd .con  .title span:first-child {font-size: 45px;}
.lxfsColumn dl dd .con  .title span:last-child {font-size: 24px;}
.lxfsColumn dl dd .con .text {margin-top: 15px;}
.lxfsColumn dl dd .con .text .textC {font-size: 16px;line-height: 32px;margin-bottom: 10px;}
/* 联系方式 end */
/* 核心技术优势 start */
.hxysColumn {padding: 130px 0 240px; background: url(../test/hxnlysBg.png) center no-repeat;background-size: cover; color: #fff;}
.hxysColumn .wrap {width: 1560px;}
.hxysColumn .main {margin-top: 30px;display: flex;column-gap: 160px;}
.hxysColumn .main .left {flex: 1;}
.hxysColumn .main .left .text {margin-top: 50px;font-size: 18px;line-height: 32px;}
.hxysColumn .main .right {width:59.6153%;position: relative;height: auto;}
.hxysColumn .main .right .pic::before {padding-top: 51.6129%;}
.hxysColumn .main .right .nlysSwiper {overflow: hidden;}
.nlPage div {height: 80px;width: 80px;border: 1px solid #fff;transform: skew(-20deg);}
.nlPage div span {display: block;transform: skew(20deg);width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;background-size: 25px;}
.nlPage .prev {position: absolute;left: -240px;top: 450px;}
.nlPage .next  {position: absolute;left: -140px;}
.nlPage .prev span {background-image: url(../images/icon/nlLeft.png);}
.nlPage .next span {background-image: url(../images/icon/nlRight.png);}
.hxysColumn  .swiper-pagination { text-align: right; width: auto;position: absolute; bottom: 40px;right: 40px;}
.hxysColumn  .swiper-pagination span {font-size: 40px;font-style: italic;}
/* 核心技术优势 end */
/* 企业文化 start */
/*  第一栏 start */
.qywhC1 {padding: 110px 0 150px; background-color: #141414; color: #fff;}
.qywhC1 .qywhC1Bg {background: url(../test/qywhC1bg.png) center no-repeat; display: flex; position: relative;}
.qywhC1 .qywhC1Bg .left {width: 44.4444%;}
.qywhC1 .qywhC1Bg .left .con {padding: 80px 40px 150px;}
.qyLine {width: 100%;height: 3px; margin-top: 55px; background-image: linear-gradient(to right, #ffc819 22.222%, #24b7df 22.222%); }
.qywhC1 .qywhC1Bg .left .con .text {font-size: 48px;line-height: 60px;margin-top: 85px;}
.qywhC1 .qywhC1Bg .right {width: 50%;position: relative;top: -60px;}
.qywhC1 .qywhC1Bg .right .pic::before {padding-top: 66.6666%;}
/*  第一栏 end */
/*  第二栏 start*/
.qywhC2 {height: 950px; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative;color: #fff;}
.qywhC2 .tip {width: 55.7291%;height: 100%;background: rgba(0, 63, 133, .5);position: absolute;top: 0;right: 0;display: flex;flex-direction: column;justify-content: center;}
.qywhC2 .tip .con {width: 680px;padding-left: 60px;}
.qywhC2 .tip .con .text {font-size: 48px;height: 70px;line-height: 70px;margin-top: 50px;}
/*  第二栏 end*/
/* 第三栏 start */
.qywhC3 {background-color: #002d5f;padding: 210px 0 150px; color: #fff;}
.qywhC3 .qywhC3Bg {height: 500px;background: url(../test/qywh3Bg.png) center no-repeat;}
.qywhC3 .imgText {padding: 0 40px 0 80px;display: flex;}
.qywhC3 .imgText .left {width: 54.5454%;position: relative;left: 0; top: -60px;}
.qywhC3 .imgText .img .pic::before {padding-top: 66.6666%;}
.qywhC3 .imgText .text {flex: 1;}
.qywhC3 .imgText .text .con {padding: 90px 0;}
.qywhC3 .imgText .text .title {text-align: right;}
.qywhC3 .imgText .text .textC {font-size: 48px;height: 70px;line-height: 70px;margin-top: 75px;text-align: center;}
/* 第三栏 end */
/* 第四栏 start */
.qywhC4 {padding: 110px 0 110px;background-color: #141414;overflow: hidden;}
.qywhC4 .gsjzg {margin-top: 70px;margin-bottom: 120px;}
.qywhC4 dl {height: 440px;margin-bottom: 30px;}
.qywhC4 dl {display: flex;column-gap: 30px;width: 100%;}
.qywhC4 dd:first-child {width: 35%;}
.qywhC4 dd:last-child {width: 67.36111%;}
.qywhC4 dd:first-child .con {width: 100%;background-repeat: no-repeat;background-position: center; position: relative; background-size: cover; order: 1; height: 440px;}
.qywhC4 dd:first-child .con::after {display: block;content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: rgba(0, 63, 133, .17);}
.qywhC4 dd:last-child .con::after {display: block;content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: rgba(0, 63, 133, .17);}
.qywhC4  dd:first-child .con::before {padding-top: 100%;display: block;content: "";}
.qywhC4 dd:last-child .con { width: 100%; background-repeat: no-repeat;background-position: center;height: 440px; position: relative; order: 2;background-size: cover;}
.qywhC4 dd:last-child .con::before {padding-top: 45.3608%;display: block;content: "";}
.jzTitle { display: inline-block; font-size: 48px;height: 80px;line-height: 80px;color: #fff; padding: 0 70px 10px 0; position: absolute;left: 45px; top: 45px;z-index: 1;border-bottom: 3px solid;  border-image: linear-gradient(to right, #ffc819 31.818%, #003f85 31.818%) 1;}
.qywhC4 dl:nth-child(even) dd:first-child {order: 2;}
.qywhC4 dl:nth-child(even) dd:last-child {order: 1;}
/* 第四栏 end */
/* 第五栏 start */
.qywhC5 {padding: 180px 0 150px;background-size: cover;overflow: hidden; background-position: center;background-repeat: no-repeat;}
.qywhC5 .con {display: flex;align-items: center;}
.qywhC5 .con .left {width:60.41666%; background: linear-gradient(45deg, #0b508e, #1d62a1);position: relative;z-index: 10;}
.qywhC5 .con .left .bd {padding: 60px 130px 90px 40px;}
.qywhC5 .con .left .bd .text {font-size: 48px; color: #fff;height: 80px;line-height: 80px;margin-top: 60px;}
.qywhC5 .con .right {width: 38.8888%;z-index: 0;height: 570px;position: relative;}
.qywhC5 .con .right .bg { width: 114.5%;height: 100%; background-position: center;background-repeat: no-repeat; position: absolute;top: 0;left: -70px;}
.qywhC5 .con .right::before {padding-top: 89.0625%;display: block;content: "";}
/* 第五栏 start */
/* 第六栏 start */
.qywhC6 {height: 900px;background: url(../) center no-repeat;position: relative;background-size: 100%;overflow: hidden; background-position: center;background-repeat: no-repeat;}
.qywhC6::after {display: block;content: "";width: 100%;height: 100%;background: url(../test/qyc6.png) left center;z-index: 1;position: absolute;left: 0;top: 0;}
.qywhC6 .text {width: 48.6111%;z-index: 10; color: #fff;position: relative;padding-top: 200px;}
.qywhC6 .textC {font-size: 48px;height: 150px;line-height: 150px;margin-top: 80px;}
/* 第六栏 end */
/* 企业文化 end */
/* 关于我们 start */
/* 第一栏 start */
.gywmC1 {padding: 110px 0 140px;background: url(../test/gywmC1.png) center no-repeat; background-size: cover; color: #fff;}
.gywmC1 .bd {display: flex;column-gap: 80px;}
.gywmC1 .bd .left {width: 57.9444%;}
.gywmC1 .bd .left .honorMore {text-align: left;margin-top: 40px;}
.gywmC1 .bd .left .num {width: 129.8780%;position: relative;left: -29%;background-color: #003f85;}
.gywmC1 .bd .left .num .con {margin-left: 22%;height: 100%;padding-right: 70px;}
.gywmC1 .bd .left .num .con dl {display: flex;justify-content: space-between;}
.gywmC1 .bd .left .num .con dl dd {display: flex;flex-direction: column;align-items: center; padding: 35px 0 ;}
.gywmC1 .bd .left .num .con .year {font-size: 72px;height: 85px;line-height: 85px;font-family: 'DINPro';font-weight: 700;}
.gywmC1 .bd .left .num .con .year span {font-size: 24px;height: 40px;line-height: 40px;margin-left: 30px;}
.gywmC1 .bd .left .num .con .set {font-size: 24px;height: 40px;line-height: 40px;margin-top: 15px;}
.gywmC1 .bd .left .text {font-size: 16px;line-height: 28px;margin-top: 36px;height: 168px;}
.gywmC1 .bd .right {width: 37.5%;}
.gywmC1 .bd .right .img {width: 148.444%;position: relative;mask-image: url(../test/mask.png); mask-repeat: no-repeat;mask-size: contain;padding-top: 50px;}
.gywmC1 .bd .right .img::before {display: block;content: '';width: 100%;height: 100%; background-color: #0265d1;position: absolute; top: 0; left: 120px;border-radius: 30px;}
.gywmC1 .bd .right .img .pic::before {padding-top: 68.2857%;}
.gywmC1 .honorTitle {margin-bottom: 0;}
/* 第一栏 end */
/* 第二栏 start */
.gywmC2 { color: #fff; overflow: hidden;height: 900px;position: relative;background: url(../test/gyc2bg1.png) center no-repeat ;}
.gywmC2::before {display: block; content: ""; background: url(../test/gyc2bg2.png) bottom center no-repeat ;width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
/* .gywmC2::after {display: block;content: "";width: 100%;height: 100%;background-color: rgba(0, 90, 189, .3);position: absolute;top: 0;left: 0;} */
.gywmC2  dd {width: 20%;height: 450px;background-color: rgba(0, 90, 189, .66);box-sizing: border-box;}
.gywmC2  dd .con {display: flex;flex-direction: column; justify-content: center;align-items: center;width: 100%;height: 100%;}
.gywmC2  .dl1 {display: flex;width: 100%;flex-wrap: wrap;}
.gywmC2 .dl1 dd:nth-child(5n) {margin-left: 16%;}
.gywmC2 .dl1 dd:nth-child(5n-1) {margin-left: 18%;}
.gywmC2 .dl1 dd:nth-child(5n-2) {margin-left: 0;}
.gywmC2  .dl1 dd:nth-child(5n-3) {margin-left: 18%;margin-right: 10%;}
.gywmC2  .dl1 dd:nth-child(5n-4) {margin-left: 19%;}
.gywmC2  dd .icon {width: 50px;height: 50px;background-repeat: no-repeat;background-position: center;background-size: contain;}
.zlbz {width: 118.36111%;position: relative;right: -5.2%;}
.gywmC2  dd .num {font-size: 72px;height: 100px;line-height: 100px;margin: 20px 0;}
.gywmC2  dd .text {font-size: 24px;height: 40px;line-height: 40px;}
.gywmC2 .znTitle {position: relative; top: 180px;}
/* 第二栏 end */
/* 第三栏 start */
.gywmC3 {padding: 105px 0 130px;background: url(../test/zzjgbg.png) top center no-repeat; background-size: cover;}
.gywmC3 .img {width: 86.1111%;margin: 60px auto 0;}
.gywmC3 .img .pic::before {padding-top: 48.3870%;}
.gywmC3 .img .text {text-align: center;font-size: 18px;height: 32px;line-height: 32px;color: #fff;margin-top: 35px;}
/* 第三栏 end */
/* 关于我们end */
/* 发展历程 start */
.fzlcColumn {padding: 120px 0 150px;background: url(../test/fzlcBg.png) center no-repeat;background-size: cover;color: #fff;}
.fzlcColumn .yearBd{width: 138.3333%;height: 100px;background-color: #141414;line-height: 100px;position: relative;left: -18%;font-size: 40px; font-family: 'HarmonyOS Sans';}
.fzlcColumn .yearSwiper {overflow: hidden; padding:  0 20px;}
.fzlcColumn .yearSwiper dd .con {padding: 0 50px;cursor: pointer;}
.fzlcColumn .fzBd {display: flex;column-gap: 80px;padding-top: 130px;}
.fzlcColumn .fzBd .fzSwiper {overflow: hidden;height: 540px;flex: 1;}
.fzlcColumn .fzBd .fzSwiper .con {display: flex;column-gap: 70px;}
.fzlcColumn .fzBd .img {width: 45%; height: 540px; position: relative;}
.fzlcColumn .fzBd .img .pic {padding-left: 30px;}
.fzlcColumn .fzBd .img .pic::before {padding-top: 63.0769%;}
.fzlcColumn .fzBd .yearValue {font-size: 100px;font-family: 'HarmonyOS Sans';transform: rotate(90deg);position: absolute;top: 120px;left: -220px;}
.fzlcColumn .fzBd .textC .yearIcon {padding-left: 50px;height: 20px;line-height: 20px;margin-right: 30px;font-size: 16px;background-repeat: no-repeat;background-position: left center;}
.fzlcColumn .fzBd .textC {display: flex;margin-bottom: 55px;}
.fzlcColumn .fzBd .fzSwiper .des {font-size: 16px;line-height: 28px;}
.fzlcColumn .yearSwiper .swiper-slide-thumb-active {background-color: #003f85 !important; }
/* 发展历程 end */