/* 公共头部  start*/

.page {
    display: flex;
    justify-content: space-around;
}

.page a {
    padding: 10px 15px;
    background-color: #004284;
    color: #fff;
    margin: 10px;
}

body {
    font-family: 'PingFang SC';
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #fff;
}

.head {
    height: 86px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8848;
    width: 100%;
    /* border-bottom: 1px solid #606c78; */
}

.single-header {
    border-bottom: 1px solid #ffffff;
}

.error {
    border: 1px solid #ee0f0f
}

header.white {
    height: 86px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

header.white .navbar-brand>img {}

header.white .navbar-nav>li>a {
    color: #333333;
    /* padding: 35px 30px; */
}

header.white .navbar-nav .active a {
    color: #333333;
    /* padding: 35px 30px; */
}

header.white .navbar-nav .active::after {
    background: #333333;
}

.contact {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #004284;
    width: 86px;
    height: 86px;
    text-align: center;
    line-height: 86px;
    color: #fff;
}

.contact i {
    font-size: 26px;
}


/* 公共头部  end*/


/* index banner start*/

.banner {
    height: 100%;
    width: 100%;
}

.banner .swiper-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    transition-timing-function: cubic-bezier(0.71, 0.23, 0.22, 0.81);
    transition-delay: 1s;
}

.banner .swiper-slide {
    height: 100%;
    width: 100%;
    position: relative;
}

.banner .bnrSlide {
    transform-origin: center center 0;
    transition: transform 2s ease, opacity .8s ease, visibility .8s ease;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: perspective(600px) rotateX(5deg) rotateY(-5deg) scale(.9);
    position: relative;
    transition-delay: 0.7s;
}

.banner .swiper-slide-active .bnrSlide {
    transform: perspective(600px) rotateX(0deg) rotateY(0deg) scale(1);
    -webkit-transform: ;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.banner .banner1 .bnrSlide {
    transform: perspective(600px) rotateX(0deg) rotateY(0deg) scale(1);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(0deg) scale(1);
}

.banner .pagination {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 999;
    width: 100%;
    text-align: center;
    font-size: 0;
    display: none;
}

.banner .pagination span {
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    margin: 0 10px;
}

.banner .pagination span.swiper-active-switch {
    background: #fff;
}

.banner .swr-page {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    z-index: 999;
    font-size: 12px;
    color: #fff;
    left: 50px;
    padding-left: 40px;
    /* display: none; */
}

.banner .swr-page:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    margin-top: -1px;
    border-bottom: 2px solid #fff;
}

.bnr-prevBtn,
.bnr-nextBtn {
    position: absolute;
    top: 0;
    z-index: 8848;
    height: 100%;
    width: 200px;
    cursor: pointer;
}

.bnr-prevBtn {
    left: 0;
}

.bnr-nextBtn {
    right: 0;
}

.banner .bnr-prev,
.banner .bnr-prev1,
.banner .bnr-next,
.banner .bnr-next1 {
    z-index: 8848;
    position: absolute;
    top: 50%;
    height: 63px;
    width: 63px;
    background: #0075c1;
    margin-top: -32px;
    cursor: pointer;
    transition: 0.4s ease;
}

.banner .bnr-prev,
.banner .bnr-prev1 {
    left: -65px;
    background: url("../image/bnr-prev.png") center center no-repeat;
}

.banner .bnr-next,
.banner .bnr-next1 {
    right: -65px;
    background: url("../image/bnr-next.png") center center no-repeat;
}

.bnr-prevBtn:hover .bnr-prev,
.bnr-prevBtn:hover .bnr-prev1 {
    left: 50px;
}

.bnr-nextBtn:hover .bnr-next,
.bnr-nextBtn:hover .bnr-next1 {
    right: 50px;
}

.banner .bnr-prev {
    display: none;
}

.banner .bnr-next1 {
    display: none;
}

.bnrTit {
    height: 54px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    /* font-weight: bold; */
}

.bnrInfr {
    font-size: 18px;
    line-height: 30px;
    width: 780px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}


/* index banner end */


/* 产品与服务  解决方案公共样式*/

.inslide-banner {
    height: 586px;
    color: #ffffff;
    text-align: center;
    padding-top: 150px;
    z-index: 8848;
}

.inslide-banner a {
    display: inline-block;
    color: #fff;
}

.inslide-banner p {
    display: inline-block;
    color: #fff;
    line-height: 40px;
}

.inslide-banner .en_title {
    font-size: 30px;
    font-family: 'siyuansongti_r';
}

.inslide-banner .zn_title {
    font-size: 30px;
    margin: 30px 0;
    font-weight: normal;
    font-family: 'siyuansongti_r';
}

.inslide-banner .content {
    width: 755px;
    color: #fff;
    margin-top: 50px;
    margin: 0 auto;
    line-height: 40px;
    font-family: 'siyuansongti_r';
}

.breadcrumb .place {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    margin-top: -5px;
}

.breadcrumb>li {
    font-family: 'siyuansongti_r';
}

.breadcrumb>li a {
    font-family: 'siyuansongti_r';
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: ">"
}

.intro_page {
    padding: 60px 0 60px 0;
}

.intro_page .line {
    width: 85px;
    height: 7px;
    display: block;
    margin-bottom: 8px;
    background-color: #004284;
}

.intro_page p {
    line-height: 34px;
    text-align: left;
    text-indent: 2em;
    margin-bottom: 40px;
}

.intro_page .top {
    width: 76%;
    margin: 0 auto;
}

.intro_page .lists .list {
    padding: 0;
    margin-bottom: 15px;
}

.intro_page .lists .list img {
    width: 100%;
    height: 100%;
}


/* footer */

footer {
    background-color: #2b2f3b;
    line-height: 46px;
    padding: 0 15px;
    color: #7d838b;
    text-align: center;
}

footer a {
    display: inline-block;
    color: #7d838b;
}


/* 智慧城市 */

.city_list {
    transform: translateY(-200px);
}

.city_list .list {
    height: 260px;
    overflow: hidden;
    position: relative;
}

.city_list .list .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    /* opacity: 0; */
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
}

.city_list .list .bg.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.city_list .list:hover .bg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.mask {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 30px 40px;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 1); */
    z-index: 8
}

.city_list .list:hover .abso {
    color: #fff;
}

.city_list .list:hover .abso p {
    color: #fff;
}

.city_list .list:hover .abso span {
    background: none;
    border: 1px solid #fff;
}

.city_list .list:hover .mask {
    background-color: rgba(0, 0, 0, .3);
}

.city_list .list .abso {
    width: 100%;
    left: 0;
    top: 0;
    padding: 30px 40px;
    height: 100%;
    z-index: 8848
}

.city_list .list .abso h4 {
    font-size: 24px;
    width: 60%;
    margin-bottom: 10px;
    float: left;
}

.city_list .list .abso p {
    color: #999999;
    width: 60%;
    font-size: 16px;
    float: left;
}


/* .city_list .list .abso span::before {

    content: "";

    clear: both;

    display: block;

} */

.city_list .list .abso span {
    position: absolute;
    bottom: 40px;
    right: 20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-block;
    line-height: 120px;
    border: 1px solid #018aa8;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    background: -webkit-linear-gradient(#018aa8, #0dafb7);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#018aa8, #0dafb7);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#018aa8, #0dafb7);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#018aa8, #0dafb7);
    /* 标准的语法（必须放在最后） */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#018aa8', endColorstr='#0dafb7', GradientType=0);
    /* 兼容IE5~IE9 */
}

.city_list .list:nth-of-type(1) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(2) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(4) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(3) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(5) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(6) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(8) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(7) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(9) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(10) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(12) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(11) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(13) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(14) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(16) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(15) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(17) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(18) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(20) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(19) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(21) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(22) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(24) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(23) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(25) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(26) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(28) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(27) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(29) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(30) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(32) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(31) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(33) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(34) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(36) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(35) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(37) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(38) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(40) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(39) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(41) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(42) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(44) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(43) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(45) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(46) {
    background: #DCDCDC;
}

.city_list .list:nth-of-type(48) {
    background: #ebe5e5;
}

.city_list .list:nth-of-type(47) {
    background: #DCDCDC;
}












/*.city_list .list:nth-child(2n1) {*/
/*    background: #ebe5e5;*/
/*}*/
/*.city_list .list:nth-child(even) {*/
/*    background: #DCDCDC;*/
/*}*/
/* about us  start */

.about .title {
    font-size: 62px;
    margin-bottom: 60px;
}

.about .padtop {
    padding-top: 70px;
}

.about .about_text {
    padding-left: 52px;
    box-sizing: border-box;
}

.about p {
    color: #999999;
    line-height: 30px;
}

.about .company p {
    margin-bottom: 15px;
}

.about .team {
    background: #f8f8f8;
    padding-bottom: 55px;
}

.about .team .container {
    position: relative;
    padding-top: 386px;
}

.about .team img {
    position: absolute;
}

.about .team5 {
    top: 135px;
    left: 290px;
    z-index: 1;
}

.about .team4 {
    top: 0;
    right: 0;
    z-index: 2;
}

.about .team3 {
    top: 350px;
    width: 260px;
    height: 350px;
    left: 410px;
    z-index: 3;
}

.about .team2 {
    right: 0;
    top: 480px;
    width: 300px;
    height: 416px;
    z-index: 4;
}

.about .team1 {
    width: 300px;
    height: 450px;
    right: 267px;
    top: 537px;
    z-index: 5;
}

.about .team h2 {
    margin-top: 220px;
}

.about .event {
    padding: 80px 0;
}

.about .event .year {
    position: relative;
    padding-bottom: 80px;
}

.about .event .year span.point {
    width: 9px;
    height: 9px;
    display: block;
    background: #d3d3d3;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -70px;
}

.about .event .year span.line {
    width: 1px;
    height: calc(100% - 30px);
    display: block;
    background: #d3d3d3;
    position: absolute;
    left: -66px;
    top: 25px;
}

.about .event .year span.year_num {
    position: absolute;
    left: -206px;
    top: 0px;
    font-size: 24px;
    color: #666666;
}


/* about us  end */


/* about zizhi start */

.zizhi p {
    font-weight: bold;
    line-height: 40px;
    font-size: 14px
}

.zizhi .list.honor p,
.zizhi .list.honor h4 {
    color: #fff;
    letter-spacing: 1px;
}

.zizhi span {
    color: #999999;
    font-weight: normal;
}

.zizhi .list {
    height: 1080px;
    padding-left: 15%;
    /* text-align: center; */
    padding-top: 100px;
    padding-bottom: 220px;
    overflow: hidden;
}

.zizhi .list.report {
    /* background-color: red; */
}

.zizhi .title {
    font-size: 36px;
}

.zizhi .list h3 {
    margin-bottom: 50px;
}

.zizhi .list.honor {
    background-color: #004284;
    color: #fff;
}

.zizhi .list.honor h4 {
    line-height: 40px;
}

.zizhi .list.honor h4:nth-of-type(1) {
    margin-top: 30px;
}

.zizhi .list.honor h4:nth-of-type(2) {
    margin-bottom: 30px;
}

.zizhi .report_list {
    /* margin-top: 80px; */
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.zizhi .report_list li {
    width: 48%;
    margin: 1%;
    /* height: 100px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.article {
    padding-top: 120px;
    background-color: #f3f5f9;
}

.article li {
    padding: 40px 80px;
    border-bottom: 1px solid #d9d9d9;
}

.article li p {
    color: #7d838b;
    font-weight: normal;
    font-size: 16px;
}

.article li p span {
    color: #004284;
    font-weight: bold;
    margin-right: 5px;
}


/* about zizhi end */


/* news start */

.news {
    background: #f3f5f9;
    padding-top: 65px;
}

.news .list {
    background: #fff;
    padding: 40px 60px;
    margin-bottom: 15px;
}

.news .list h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.news .list p {
    color: #999999;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .list span {
    color: #004284;
    font-weight: bold;
    margin-top: 30px;
    display: block;
}

.more {
    display: block;
    position: relative;
    text-align: center;
    margin: 80px auto;
    border: 1px solid #c2c3c5;
    width: 162px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    color: #c2c3c5;
}

.newsdel {
    background: #ffffff;
    padding: 60px 0 80px 0;
}

.newsdel h3 {
    text-align: center;
    font-size: 24px;
}

.newsdel .time {
    color: #004284;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 60px;
}

.newsdel p {
    color: #999999;
    margin-bottom: 35px;
}

.newsdel .handle {
    height: 60px;
    display: flex;
     flex-wrap: wrap; 
    justify-content: space-between;
    align-items: center;
}

.newsdel .handle a {
    line-height: 40px;
    text-align: center;
    overflow: hidden;
}


/* news end */


/* work zuzhi */

.work.module .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 0;
}

.work.module .text_box {
    /* display: flex; */
}

.work.module .text_box .title {
    margin-top: 0px;
    margin-bottom: 50px;
}

.work.module .text_box p {
    color: #999999;
    line-height: 30px;
}

.work.module .img_box {
    /* text-align: right; */
    display: flex;
    justify-content: flex-end
}

.work.module .img_box img {
    width: 90%;
}

.work.module:nth-of-type(2n) {
    background: #f3f5f9;
}

.work.module:nth-of-type(2n-1) .text_box {
    order: 1;
}

.work.module:nth-of-type(2n-1) .img_box {
    order: 2;
}

.work.module:nth-of-type(2n) .text_box {
    order: 2;
}

.work.module:nth-of-type(2n) .img_box {
    order: 1;
    justify-content: flex-start
}


/* staff */

.staff {
    display: flex;
    /* flex-direction: center; */
    justify-content: center;
    padding: 115px 0 150px 0;
}

.staff .title {
    text-align: center;
    margin-bottom: 50px;
}

.staff p {
    color: #999999;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.other_staff {
    background: #f3f5f9;
    padding: 0 0 150px 0;
}

.other_staff .section {
    padding: 60px 82px 0 82px;
}

.other_staff .swiper-button-prev i,
.other_staff .swiper-button-next i {
    color: #fff;
}

.other_staff .swiper-button-prev,
.other_staff .swiper-button-next {
    background: #004284;
    text-align: center;
    line-height: 33px;
    width: 33px;
    height: 33px;
}

.other_staff .swiper-button-prev {
    left: 0;
}

.other_staff .swiper-button-next {
    right: 0;
}

.staff_banner {
    /* height: 490px; */
    width: 100%;
}

.other_staff .section h3 {
    margin-bottom: 45px;
}

.staff_banner .swiper-pagination-bullet {
    background: none;
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 1px solid #fff;
}

.staff_banner .swiper-pagination-bullet-active {
    background: #fff;
    border: 1px solid #fff;
}


/* jobs */

.jobs {
    background: #f3f5f9;
    padding: 50px 0 110px 0;
}

.jobs .job {
    margin-bottom: 40px;
}

.jobs .job div {
    padding: 0;
}

.jobs .job a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: center;
    background: #fff;
}

.jobs .job .text_box {
    text-align: center;
}

.jobs .job .text_box h4 {
    font-size: 26px;
}


/* jobsdel */

.jobdel {
    background: #f3f5f9;
}

.jobdel .mail_box {
    padding: 40px;
    display: flex;
    align-items: center;
}

.jobdel a.more {
    margin: 0 auto;
    border: 2px solid #004284;
    background: #004284;
    color: #fff;
}

.jobdel a.more.button--ujarak::before {
    background: #004284;
}

.jobdel .mail_box p {
    line-height: 30px;
}

.jobs_list {
    padding: 40px;
}

.jobs_list .panel-group {
    background: #fff;
}

.jobs_list .panel {
    position: relative;
    padding: 40px;
    overflow: hidden;
    margin-bottom: 0;
    transition: all 0.6s;
    border-bottom: 1px solid #f5f6fa;
}

.jobs_list .panel:hover {
    transform: scale(1.01);
    z-index: 8848;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.jobs_list .panel .box {
    /* padding-bottom: 40px; */
    /* overflow: hidden; */
    /* height: 120px; */
    position: relative;
    transition: all 0.6s;
}

.jobs_list .panel .box.active {
    height: auto!important;
}

.jobs_list .panel h3 {
    font-size: 18px;
}

.jobs_list .panel span,
.jobs_list .panel p {
    color: #999999;
}

.jobs_list .panel p {
    line-height: 30px;
    font-size: 12px;
}

.readmore-js-toggle {
    position: absolute;
    right: 40px;
    display: inline-block;
    top: 40px;
    font-size: 36px;
    width: auto!important;
}


/* .jobs_list .panel.active {

    max-height: none;

} */


/* driver */

.driver_list {
    /* transform: translateY(-210px); */
    margin-top: -210px;
}

.driver_list .list .card {
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.driver_list .list .card h3 {
    margin-bottom: 50px;
}

.driver_list .list .card .icon_box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
}

.driver_list .list .card .describe {
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e2e2;
}

.driver_list .list .card .des_box:nth-of-type(1) .icon {
    width: 42px;
    height: 42px;
    background: url(../image/driverIcon1_03.png) no-repeat center;
    background-size: 42px 42px;
}

.driver_list .list .card .des_box:nth-of-type(2) .icon {
    width: 47px;
    height: 44px;
    background: url(../image/driverIcon2_03.png) no-repeat center;
    background-size: 47px 44px;
}

.driver_list .list .card .des_box:nth-of-type(3) .icon {
    width: 49px;
    height: 37px;
    background: url(../image/driverIcon3_06.png) no-repeat center;
    background-size: 49px 37px;
}

.driver_list .list .card .des_box:nth-of-type(4) .icon {
    width: 48px;
    height: 42px;
    background: url(../image/driverIcon4_06.png) no-repeat center;
    background-size: 48px 42px;
}

.driver_list .list .card h4 {
    /* font-weight: bold; */
    font-size: 18px;
    letter-spacing: 1px;
}

.driver_list .list .card p {
    color: #999999;
    line-height: 22px;
    font-size: 12px;
}

.driver_list .list .card .compare {
    padding: 20px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.compare div {
    /* padding: 0; */
}

.compare .left {
    margin-right: 25px;
}

.compare .left li.g {
    color: #686868;
    font-size: 20px;
}

.driver_list .list .card .compare img {
    max-width: 100%;
    /* height: 300px; */
}

.compare .right .com_title li:last-child {
    margin: 0;
}

.com_title {
    display: flex;
}

.compare_table th:first-child {
    width: 70px;
}

.compare_list {
    display: flex;
    align-items: center;
}

.compare_table th {
    font-weight: normal;
    margin-right: 25px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: #333333;
    /* font-family: "webfont" !important; */
}

.compare_table thead {
    width: 100%;
    margin-bottom: 20px;
    display: block
}

.compare_table thead th:last-child {
    margin-right: 0;
}

.compare_table tbody img,
.compare_table tbody img {
    width: 100%;
}

.compare_table .name {
    line-height: 50px;
    font-size: 20px;
    color: #686868;
}

.video {
    position: relative;
    /* height: 300px;

    cursor: pointer;

    margin: 70px 0;

    text-align: center;

    background: url(../images/video_post_08.jpg) no-repeat center center; */
}

.video .video_icon {
    position: absolute;
    width: 62px;
    ;
    left: calc(50% - 31px);
    top: 50%;
    /* transform: translate(-31px, -29px); */
    /* margin-top: 25%; */
    transition: all 0.5s;
}

.video img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    /*兼容-webkit-引擎浏览器*/
    -moz-transform: rotate(360deg);
    /*兼容-moz-引擎浏览器*/
}

.driver_bottom .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.driver_bottom .container .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.driver_bottom h3 {
    margin: 25px 0;
}

.driver_bottom .container .list p {
    /* font-family: "webfont" !important; */
    margin: 30px 0;
    font-size: 16px;
}


/* product */

.product .intro .content {
    border-radius: 5px;
    transform: translateY(-120px);
    text-align: justify;
    text-indent: 2em;
    padding: 50px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.product .intro {
    display: flex;
    justify-content: center;
}

.product .intro .content p {
    line-height: 20px;
    color: #3b4147;
    font-size: 12px;
    /* font-family: "webfont" !important; */
}

.product .intro .content .line {
    width: 85px;
    height: 7px;
    display: block;
    margin-bottom: 8px;
    background-color: #004284;
    left: -40px;
    top: 30px;
}

.product_cat {
    margin-top: -38px;
}

.product_cat .big_title {
    font-size: 36px;
    text-align: center;
}

.product_cat .big_title::after {
    content: "";
    display: block;
    width: 70px;
    text-align: center;
    margin: 20px auto;
    height: 4px;
    background: #004284;
}

.pro_banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pro_banner .nav-tabs li a {
    color: #999999;
}

.pro_banner .nav-tabs li.active a {
    color: #333333;
}

.tab-content .tab-pane {
    background: #f5f5f5;
    padding: 60px 0 30px 0;
}

.pro_banner_box {
    position: relative;
}

.pro_banner_box .swiper-container {
    position: inherit;
}

.pro_banner_box span {
    font-size: 18px;
    display: inline-block;
    line-height: 44px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.pro_banner_box p {
    margin-top: 45px;
    color: #999999;
    line-height: 30px;
}

.pro_banner_box .img_box {
    text-align: right;
}

.pro_banner_box .swiper-button-prev,
.pro_banner_box .swiper-button-next {
    text-align: center;
    line-height: 66px;
}

.pro_banner_box .swiper-button-prev i,
.pro_banner_box .swiper-button-next i {
    font-size: 36px;
}

.pro_banner_box .swiper-button-prev {
    left: -8%;
}

.pro_banner_box .swiper-button-next {
    right: -8%;
}

.product .tab-content {
    margin-top: 30px;
}

.product .title_box {
    padding: 60px 40px;
    text-align: center;
}

.product .title_box h4 {
    color: #666666;
    font-size: 24px;
}

.product .title_box .icon {
    width: 22px;
    height: 67px;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
    background: url(../image/pro_title_icon_03.png) no-repeat center center;
    background-size: 100% 100%;
}

.product .parameter_list h3 {
    font-weight: bold;
    margin-bottom: 35px;
    font-size: 22px;
}

.product .parameter_list .list {
    border-radius: 4px;
    margin-bottom: 100px;
    transform: scale(1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.product .parameter_list .list:hover {
    transform: scale(1.02);
}

.product .parameter_list .list .top {
    padding: 50px 80px 50px 80px;
}

.product .parameter_list .list .bottom {
    border-top: 1px solid #bcbcbc;
    margin: 20px 80px 0 80px;
    padding-top: 25px;
    padding-bottom: 25px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product .parameter_list .list .button {
    width: 100%;
    background: #004284;
    margin-top: 30px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.product .parameter_list .list h5 {
    font-size: 16px;
    font-weight: bold;
}

.product .parameter_list .list p {
    line-height: 40px;
    height: 40px;
}

.product .parameter_list .list p span,
.product .parameter_list .list p i {
    font-weight: bold;
}

.product .core {
    padding-bottom: 60px;
    background: url(../image/core_bg_02.png) no-repeat center center #f5f5f5;
}

.product .core_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around
}

.product .core_list .list {
    width: 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.product .core_list .list:after {
    content: "";
    width: 160px;
    height: 1px;
    display: block;
    background: #dcdcdc;
    margin-top: 30px;
}

.product .core_list .list p {
    font-size: 16px;
    margin-top: 35px;
    font-weight: bold;
    /* font-family: "webfont" !important; */
}

.product .core_list .list:nth-of-type(4) {
    margin-left: 10%;
}

.product .core_list .list:nth-of-type(4) {
    margin-right: -10%;
}

.product .pro_video {
    margin: 0 auto;
    height: 800px;
    background: url(../image/pro_video_post_06.png) no-repeat center center #333333;
}

.product .pro_video h3 {
    text-align: center;
    width: 100%;
    position: absolute;
    color: #fff;
    top: 300px;
}


/* index about */

.box4 {
    background: url("http://www.chuhang.tech/assets/images/box4Bg.jpg") center center;
    background-size: cover;
    position: relative;
}

.box4List {
    width: 100%;
    /* padding-left: 15%; */
    height: 100%;
}

.box4List .swiper-wrapper,
.box4List .swiper-slide {
    height: 100%;
}

.box4List .swiper-wrapper {
    transition-timing-function: cubic-bezier(1, 0.24, 0.24, 0.91);
}

.box4Sub .newsTit {
    width: 1380px;
}

.box4-slide {
    height: 70%;
    /* width: 1380px;

    overflow: hidden;

    margin: 0 auto; */
    transition: 0.4s ease;
}

.about.box4-slide {
    width: 90%;
    margin: 0 auto;
}

.box4-slide .listImg {
    height: 100%;
    width: 50%;
    position: relative;
}

.box4-slide .listImg .mask1 {
    height: 30%;
    width: 50%;
    position: absolute;
    top: 0;
    right: calc(0px + 15px);
    z-index: 9;
    background: url("../image/o1.png");
}

.box4-slide .listImg .mask2 {
    width: 50%;
    position: absolute;
    height: 70%;
    bottom: 0;
    left: calc(0px + 15px);
    background: url("../image/o1.png");
    z-index: 9;
}

.box4-slide .listImg .imgBox {
    height: 100%;
}

.box4-slide .listTxt {
    height: 100%;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
}

.box4-slide .listTxt h3,
.box4-slide .listTxt p {
    color: #fff
}

.box4-slide .listTxt h3 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 50px;
    font-weight: bold
}

.newsTit h3 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 50px;
    font-weight: bold
}

.box4-slide .listTxt h3 span {
    font-size: 12px;
    font-weight: normal;
}

.box4-slide .listTxt p {
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-indent: 2em;
    overflow: hidden;
    position: relative;
    transition: 0.5s linear;
    word-break: break-all;
}

.listBox {
    height: 100%;
}

.cstList {
    overflow: hidden;
    padding-top: 70px;
}

.cstList li {
    float: left;
    display: inline;
    width: 25%;
}

.cstList li a {
    display: flex;
    ;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.cstList li i {
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    width: 50px;
    /* padding: 15px; */
    margin-bottom: 15px;
    border: 1px solid #fff;
    display: block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font-size: 18px;
}

.cstList li:hover i {
    transform: rotateY(180deg);
}

.box4-slide .cstbg1 {
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background: #1956ae;
}

.box4-slide .cstbg2 {
    height: 30%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    background: #1956ae;
}

.box4-slide .cstbg3 {
    height: 70%;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

.box4-slide .cstbg4 {
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}

.box4-slide .cstbg3 img,
.box4-slide .cstbg4 img {
    width: 100%;
    height: 100%;
}


/* .cstList li.ico1 i {

    background: url("../images/cstIco1.png") center top no-repeat;

}



.cstList li.ico2 i {

    background: url("../images/cstIco2.png") center top no-repeat;

}



.cstList li.ico3 i {

    background: url("../images/cstIco3.png") center top no-repeat;

}



.cstList li.ico4 i {

    background: url("../images/cstIco4.png") center top no-repeat;

} */

.box4Tel {
    padding-left: 68px;
    background: url("http://www.chuhang.tech/assets/images/tel.png") left center no-repeat;
}

.box4Tel span {
    font-size: 12px;
    color: #fff;
    display: block;
}

.box4Tel em {
    font-size: 30px;
    color: #fff;
}

.box4Site {
    font-size: 12px;
    line-height: 28px;
    color: #fff;
}

.box4Site span {
    /* display: inline-block; */
    width: 35px;
}

.imgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* index product start*/

.box3 {
    position: relative;
    background: #31A99D;
}

.bisBox,
.box3Bg,
.box3Bg .swiper-wrapper,
.box3Bg .swiper-slide {}

.bisBox {
    height: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.box3Bg {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box3Bg .swiper-wrapper {
    transform: translate(1px) !important;
    /*解决swiper第一个不改变*/
    margin-left: -1px;
    left: 0 !important;
}

.box3Bg .swiper-slide {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    transform: scale(1.3);
    transition: 3s ease-in-out;
}

.box3Bg .swiper-slide-active {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
    transform: scale(1);
}

.box3Left {
    padding-left: 80px;
    position: relative;
    z-index: 9;
}

.bisPhrase {
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 9;
}

.bisList {
    height: 100%;
    margin-top: -185px;
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pro_list {
    width: 100%;
}

.pro_list dd {
    margin-bottom: 20px;
}

.pro_list dd a {
    /* padding: 50px 30px; */
}

.pro_list dd a span,
.pro_list dd a .line,
.pro_list dd a p,
.pro_list dd a h3 {
    color: #fff;
}

.pro_list dd a .line {
    height: 1px;
    width: 120px;
    background: #fff;
    display: block;
    margin-bottom: 20px;
}

.pro_list dd a h3 {
    font-size: 22px;
    margin-bottom: 30px;
}

.pro_list dd a p {
    line-height: 30px;
}

.pro_list dd a span.more_text {
    float: right;
    margin: 30px 0 20px 0;
}

.pro_list dd a .content {
    padding: 50px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    /* background: #000; */
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=00);
    transform: scale(0.2);
    transition: 0.6s ease;
}

.pro_list dd.active .content {
    position: absolute;
    top: 0;
    left: 0;
    /* background: #000; */
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=00);
    transform: scale(0.2);
    transition: 0.6s ease;
    background: rgba(0, 66, 132, 0.9)
}

.pro_list dd:nth-of-type(1) a.pro {
    background: url(../image/proListLeft_09.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.pro_list dd:nth-of-type(2) a.pro {
    background: url(../image/proListRight_10.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.pro_list dd a.pro .content:hover {
    background: rgba(0, 66, 132, 0.9)
}

.pro_list dd a.pro:hover .content {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.bisList1 {
    width: 100%;
}

.bisList1 dd {
    float: left;
    /* display: inline; */
    padding: 0;
    width: 50%;
}

.bisList1 dd a {
    display: block;
    /* margin: 0 15px; */
    position: relative;
    border-radius: 5px;
}

.bisList1 .listBox1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
}

.bisList1 dd span {
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 52%;
    margin-top: -1px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 26px;
    line-height: 36px;
}

.bisList1 dd span:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
    width: 80px;
    border-bottom: 1px solid #fff;
}

.bisList1 .listBox {
    position: absolute;
    z-index: 8848;
    top: 0;
    left: 0;
    /* background: #000; */
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=00);
    transform: scale(0.2);
    transition: 0.6s ease;
}

.bisList1 .listTxt {
    padding: 20px;
}

.bisList1 .listBox .listTit {
    color: #fff;
    font-size: 16px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 20px 0;
}

.bisList1 .listBox .listInfr {
    font-size: 12px;
    color: #fff;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s linear;
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}

.bisList1 .listBox .listInfr:after {
    content: '';
    width: 30px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.bisList1 dd.ico1 .listBox1 {
    background: url("../image/bisIco1.png") center 26% no-repeat;
}

.bisList1 dd.ico2 .listBox1 {
    background: url("http://www.chuhang.tech/assets/images/bisIco2.png") center 26% no-repeat;
}

.bisList1 dd.ico3 .listBox1 {
    background: url("http://www.chuhang.tech/assets/images/bisIco3.png") center 26% no-repeat;
}

.bisList1 dd.ico4 .listBox1 {
    background: url("http://www.chuhang.tech/assets/images/bisIco4.png") center 26% no-repeat;
}

.bisList1 dd.ico5 .listBox1 {
    background: url("http://www.chuhang.tech/assets/images/bisIco5.png") center 26% no-repeat;
}

.bisList1 dd.ico6 .listBox1 {
    background: url("http://www.chuhang.tech/assets/images/bisIco6.png") center 26% no-repeat;
}

.bisList1 dd.ico1 .listBox {
    background: rgba(0, 66, 133, 0.7);
}

.bisList1 dd.ico2 .listBox {
    background: rgba(0, 167, 154, 0.7);
}

.bisList1 dd.ico3 .listBox {
    background: #31a99d
}

.bisList1 dd.ico4 .listBox {
    background: #5e6772
}

.bisList1 dd.ico5 .listBox {
    background: #1b61ae
}

.bisList1 dd.ico6 .listBox {
    background: #be2c34
}

.bisList1 dd:hover .listBox {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.bisList1 dd:hover .listBox1 {
    transform: scale(0.2);
    opacity: 0;
    filter: alpha(opacity=0);
}

.bisList1 dd:hover .listBox .listInfr {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 0.3s;
}

.bisList1 dd.ico1:hover a {
    border-color: rgba(0, 66, 133, 0.7);
}

.bisList1 dd.ico2:hover a {
    background: rgba(0, 167, 154, 0.7);
}

.bisList1 dd.ico3:hover a {
    border-color: #31a99d;
}

.bisList1 dd.ico4:hover a {
    border-color: #5e6772;
}

.bisList1 dd.ico5:hover a {
    border-color: #1b61ae;
}

.bisList1 dd.ico6:hover a {
    border-color: #be2c34;
}


/* index product end */


/* index news start */

.newsLeft {
    height: 100%;
    padding-left: 80px;
}

.newsTit h3 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 50px;
    /* text-align: center; */
    font-weight: bold;
}

.newsTit h3 span {
    font-size: 12px;
    font-weight: normal;
}

.newsTit p {
    font-size: 12px;
    color: #fff;
    line-height: 36px;
    text-indent: 2em;
    overflow: hidden;
    position: relative;
    transition: 0.5s linear;
    word-break: break-all;
}

.newsTab {
    padding-top: 45px;
}

.newsTab a {
    display: block;
    height: 35px;
    width: 102px;
    border: 1px solid #959da5;
    line-height: 35px;
    color: #959da5;
    text-align: center;
    margin-bottom: 20px;
    transition: 0.3s ease;
}

.newsTab a:hover,
.newsTab a.active {
    color: #fff;
    background: #2285DF;
    border-color: #2285DF;
}

.newsRight {
    /* height: calc(100% - 86px); */
    overflow: hidden;
    /* margin-top: 86px; */
    overflow: hidden;
    height: 100%;
}

.newsList {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.newsList .slick-list,
.newsList .slick-track,
.newsList .news-slide {
    height: 100%;
}

.newsList .newsBox {
    transition: 0.4s ease;
    position: relative;
    top: 0;
}

.newsList .newsBox {}

.newsList .listTit {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 26px;
    height: 26px;
    transition: 0.4s ease;
    transition-delay: 0.4s;
}

.newsList .listTit a {
    color: #fff;
}

.newsList .listTime {
    font-size: 16px;
    color: #b2b2b2;
    position: relative;
    padding-top: 10px;
}

.newsList .listTime:after {
    content: '';
    display: block;
    border-bottom: 1px solid #999999;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    transition: 0.4s ease;
    transition-delay: 0.8s;
}

.newsList .listInfr {
    color: #b2b2b2;
    font-size: 12px;
    line-height: 24px;
    height: 72px;
    margin-top: 20px;
    overflow: hidden;
}

.newsList .listImg {
    padding-top: 20px;
    position: relative;
    top: 0;
    transition: 0.4s ease;
}

.newsList .listImg a {
    display: block;
}

.newsList .listImg .imgBox {
    height: 200px;
    background-size: cover !important;
}

.newsList .listImg .imgBox img {
    display: block;
    height: 100px;
    width: 200px;
}

.newsListBox {
    height: 100%;
    padding: 0 30px;
    position: relative;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.news-slide+.news-slide .newsListBox:after {
    position: absolute;
    content: '';
    top: 25%;
    border-right: 1px solid #757c82;
    height: 50%;
    left: 0;
    display: none;
}

.newsListBox:hover {
    background: rgba(255, 255, 255, 0.95);
    background: #fff\0/;
    transition: 0.3s ease;
}

.newsListBox:hover:after {
    display: none;
}

.newsList .newsBox .listMore {
    padding-top: 0;
    height: 0;
    overflow: hidden;
    transition: 0.4s ease;
}

.newsList .newsBox .listMore a {
    display: block;
    width: 38px;
    height: 20px;
    border: 1px solid #999;
    text-align: center;
    line-height: 18px;
    border-radius: 10px;
    font-size: 16px;
    color: #666;
    transition: 0.3s ease;
}

.newsListBox:hover .newsBox {
    top: 230px;
}

.newsListBox:hover .listTit {
    white-space: normal;
    height: 52px;
}

.newsListBox:hover .listTit a {
    color: #333;
}

.newsList .listTit a:hover {
    color: #2285DF;
}

.newsListBox:hover .listImg {
    top: -260px;
}

@media screen and (max-width:1600px) {
    .newsListBox:hover .listImg {
        top: -240px;
    }
}

@media screen and (max-width:1366px) {
    .newsListBox:hover .listImg {
        top: -230px;
    }
}

.newsListBox:hover .listInfr {
    color: #666;
}

.newsListBox:hover .listMore {
    height: 22px;
}

.newsListBox:hover .listTime:after {
    width: 100%;
}

.newsList .newsBox .listMore a:hover {
    transform: translateX(3px);
}

.newsList .slick-dots {
    position: absolute;
    bottom: 12%;
    right: 50%;
    height: 11px;
    width: 50%;
    text-align: right;
}

.newsList .slick-dots li {
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    background: #B2B2B2;
    cursor: pointer;
}

.newsList .slick-dots li.slick-active {
    background: #2285DF;
}

.newsList .slick-arrow {
    position: absolute;
    bottom: 12%;
    height: 16px;
    width: 9px;
    cursor: pointer;
    margin: 2px 0 0 0;
    z-index: 9;
    display: none !important;
}


/* .newsList .slick-arrow.next {

    background: url("../images/box2Next.png") center center no-repeat;

    left: 51%;

    margin-left: 28px;

}



.newsList .slick-arrow.prev {

    background: url("../images/box2Prev.png") center center no-repeat;

    left: 51%;

} */

.newsRight .swiper-slide {
    position: relative;
    overflow: hidden;
}


/*.newsList2 .newsListBox:hover .listBox{

	top: 0;

}

.newsList2 .listTit{

	height: 52px;

	white-space: normal;

}

.newsList2 .listBox{

	padding-top: 40%;

}

.newsList2 .listInfr{

	height: 120px;

}*/

.newsRight .newsPrev,
.newsRight .newsNext {
    height: 80px;
    width: 36px;
    top: 50%;
    margin-top: -40px;
    position: absolute;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.newsRight .newsPrev {
    background: url("../image/newsPrev.png");
    left: -36px;
}

.newsRight .newsNext {
    background: url("../image/newsNext.png");
    right: -36px;
}

.newsRight:hover .newsPrev {
    left: 0;
}

.newsRight:hover .newsNext {
    right: 0;
}

.mediaList {
    overflow: hidden;
    padding-top: 40px;
    margin-right: 30px;
}

.mediaList dd {
    float: left;
    display: inline;
    width: 25%;
    margin-bottom: 30px;
    transform: translate(10px, 10px);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.4s ease;
}

.mediaList dd a {
    display: block;
    margin: 0 15px;
    color: #666;
    padding: 20px;
    transition: 0.4s ease;
    border-radius: 3px;
    background: #fff;
}

.mediaList .listTit {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: 0.4s ease;
}

.mediaList .listTime {
    transition: 0.4s ease;
}

.mediaList .listTime span {
    font-size: 12px;
    padding-right: 2px;
}

.mediaList dd.hover {
    transform: translate(0px, 0px);
    opacity: 1;
    filter: alpha(opacity=100);
}

.city_del {
    padding-top: 75px;
}

.city_del .big_title {
    font-size: 32px;
    color: #004284;
    text-align: center;
    font-weight: bold;
}

.city_del .city_del_list .middle_title {
    margin-bottom: 20px;
}

.city_del .city_del_list .middle_title::before {
    content: "";
    width: 41px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    background: url(../image/city_top_title_icon_03.png) no-repeat center;
}

.city_del .city_del_list .content {
    color: #999999;
    margin-bottom: 30px;
}

.city_del .city_del_list h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 30px;
    text-align: center;
}

.city_del .city_del_list h5 span {
    color: #004284;
}

.city_del .video {
    margin: 0;
}

.city_del_intro {
    margin: 40px auto;
}

.city_del_intro .fea_icon {
    display: inline-block;
    background: url(../image/fea_03.png) no-repeat center;
    width: 50px;
    height: 50px;
    margin-right: 30px;
}

.city_del_intro .sys_icon {
    display: inline-block;
    background: url(../image/system_03.png) no-repeat center;
    width: 53px;
    height: 57px;
    margin-right: 30px;
}

.city_del_intro .ges_icon {
    display: inline-block;
    background: url(../image/fes.png) no-repeat center;
    width: 53px;
    height: 57px;
    margin-right: 30px;
}

.city_del_intro .warn_icon {
    display: inline-block;
    background: url(../image/warn_03.png) no-repeat center;
    width: 53px;
    height: 57px;
    margin-right: 30px;
}

.city_del_intro .drone_icon {
    display: inline-block;
    background: url(../image/drone.png) no-repeat center;
    width: 53px;
    height: 57px;
    margin-right: 30px;
}

.city_del_intro .robot_icon {
    display: inline-block;
    background: url(../image/robot_03.png) no-repeat center;
    width: 53px;
    height: 57px;
    margin-right: 30px;
}

.city_del_intro .top {
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-bottom: 30px;
    min-height: 60px;
}

.city_del_intro .top h4 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 0;
}

.city_del_intro .top p {
    font-size: 18px;
    font-weight: bold;
}

.city_del_intro .intro_list p {
    color: #999999;
    line-height: 24px;
}

.city_del_intro .intro_list p span {
    color: #333333;
    font-weight: bold;
}

.city_del_intro .intro_list p::before {
    content: "·";
    color: #999999;
    margin-right: 30px;
}

.city_del_intro.car .list {
    height: 500px;
    overflow: hidden;
}

.city_del_intro.boat .list {
    height: 370px;
    overflow: hidden;
}

.city_del_intro.car_stop .list {
    height: 530px;
    overflow: hidden;
}

.city_del_intro.building .list {
    height: 310px;
    overflow: hidden;
}

.city_del_intro.traffic .list {
    height: 310px;
    overflow: hidden;
}

.city_del_intro .list {
    padding: 40px 60px;
}

.city_del_intro .list:nth-of-type(1) {
    background: #e5e5e5;
}

.city_del_intro .list:nth-of-type(2) {
    background: #eeeeee;
}

.nav_lists {
    padding: 20px 0;
}

.nav_lists ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.nav_lists li {
    margin-bottom: 20px;
}

.nav_lists li a {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav_lists li i {
    font-size: 20px;
    height: 40px;
}

.nav_lists li i,
.nav_lists li p {
    color: #fff;
    margin: 0;
}

.nav_lists li p {
    font-size: 10px;
}

.performance_box {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
    color: #333333;
}

.performance_list {
    padding: 60px 100px;
    font-size: 16px;
    transition: all 0.6s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.performance_list:hover {
    transform: scale(1.01);
}

.performance_list .list {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #d9d9d9;
}

.performance_list .left {
    font-weight: bold;
}

.performance_list div {
    text-align: center;
}

.performance_list .mid {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply_list {
    padding-bottom: 30px;
}

.apply_list .list {
    margin-bottom: 40px;
}

.apply_list .list h3.title {
    text-align: center;
    color: #004284;
    font-weight: bold;
    margin-bottom: 20px;
}

.apply_list h3.title {
    text-align: center;
    color: #004284;
    font-weight: bold;
    margin-bottom: 20px;
}

.apply_list .p_title {
    margin-bottom: 10px;
}

.apply_list .p_title::before {
    display: inline-block;
    content: "";
    width: 12px;
    vertical-align: middle;
    margin-right: 10px;
    height: 12px;
    background: url(../image/p_title_03.png) no-repeat center;
}

.apply_list .p_title span {
    display: inline-block;
    font-weight: bold;
}

.apply_list .p_title i {
    margin-left: 24px;
    font-style: normal;
    display: block;
    line-height: 28px;
    margin-top: 10px;
}

.p_title.has_list {
    margin-right: 30px;
    margin-top: 25px;
}

.apply_list .p_title {
    line-height: 24px;
}

.apply_list .p_title ul {
    display: inline-block;
    vertical-align: top;
}

.consumer_list .list {
    padding-top: 40px;
    padding-bottom: 70px;
}

.consumer_list .list .consumer_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.consumer_title .title {
    font-weight: bold;
    font-size: 24px;
}

.consumer_title p.introduce {
    color: #999999;
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 24px;
}

.consumer_title .en_title {
    font-family: 'siyuansongti_h';
    font-size: 18px;
    font-weight: bold;
    color: #e6e6e6;
}

.consumer_title h4 {
    font-weight: bold;
    margin-top: -10px;
    z-index: 8848;
    margin-bottom: 30px;
}

.consumer_apply {
    display: flex;
    justify-content: center;
}

.consumer_apply ._list .icon_box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    font-weight: bold;
    font-size: 24px
}

.consumer_apply ._list {
    text-align: center;
}

.consumer_apply ._list p {
    color: #999999;
    line-height: 30px;
    font-size: 12px;
}

.consumer_img {
    display: flex;
    padding: 30px 0;
    justify-content: center;
}

.consumer_img .list {
    display: flex;
    padding: 40px;
    height: 370px;
    justify-content: center;
    align-items: center;
    border: 1px solid #e6e6e6;
}

.consumer_img .img_list {
    padding: 0;
    background-color: #fff;
}

.pro2.core_list .list {
    width: 25%!important;
}