html, body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: auto;
    /*position:relative;*/
    /*overflow: hidden;*/
    position: absolute;
}

* {
    outline: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ---- particles.js container ---- */

.navbar-inverse {
    background: #090516;
    /*border-color: rgba(255, 255, 255, 0.2);*/
    height: 80px;
}
.navbar-inverse .navbar-nav>.active>a{
    background: transparent;
}
.navbar-collapse {
    background: none;
}
.navbar-nav>li>a{
    display: flex;
    align-items: center;
    justify-items: center;
}
.nav > li > a > span {
    margin:0 3px 0 0;
    padding-top: 5px;
    display: inline-block;
    width: 17px;
    height: 19px;
}
.nav > li:nth-child(1) > a > span {
    background: url("../img/icon/1.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li.active > a{
    color: #00cdff!important;
}
.nav > li:nth-child(1).active > a > span {
    background: url("../img/icon/1-1.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(2) > a > span {
    background: url("../img/icon/2.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(2).active > a > span {
    background: url("../img/icon/2-1.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(3) > a > span {
    background: url("../img/icon/3.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(3).active > a > span {
    background: url("../img/icon/3-1.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(4) > a > span {
    background: url("../img/icon/8.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(4).active > a > span {
    background: url("../img/icon/8-1.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(5) > a > span {
    background: url("../img/icon/7.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(5).active > a > span {
    background: url("../img/icon/7-1.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(6) > a > span {
    background: url("../img/icon/4.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(6).active > a > span {
    background: url("../img/icon/4-1.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(7) > a > span {
    background: url("../img/icon/5.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(7).active > a > span {
    background: url("../img/icon/5-1.png") no-repeat;
    background-size: 100% 100%;
}

.nav > li:nth-child(1) > a:hover > span {
    background: url("../img/icon/1-1.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(2) > a:hover > span {
    background: url("../img/icon/2-1.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(3) > a:hover > span {
    background: url("../img/icon/3-1.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(4) > a:hover > span {
    background: url("../img/icon/8-1.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(5) > a:hover > span {
    background: url("../img/icon/7-1.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(6) > a:hover > span {
    background: url("../img/icon/4-1.png") no-repeat;
    background-size: 100% 100%;
}
.nav > li:nth-child(7) > a:hover > span {
    background: url("../img/icon/5-1.png") no-repeat;
    background-size: 100% 100%;
}
.container {
    /*background: black;*/
    width: 1200px !important;
    max-width: 100%;
    font-size: 16px;
}

#tel {
    float: right;
}

#tel a:hover {
    color: #ff6e00;
    text-decoration: underline;
}

/* 导航菜单部分 结束 */

/* 中间标题部分 */
#main {
    width: 610px;
    max-width: 100%;
    height: 500px;
    padding-top: 16%;
    margin: auto;
    text-align: center;
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -305px;
}

@media (max-width: 610px) {
    #main {
        margin-left: -50% !important;
    }
}

#main img {
    max-width: 80%;
}

#main a {
    color: white;
    font-size: 20px;
    text-decoration: none;
    padding: 20px 100px;
    border: 1px solid white;
    border-radius: 50px;
    display: inline-block;
}

#main a:hover {
    background-color: rgba(255, 255, 255, 0.51);
    color: #ff6e00;
    font-weight: bold;
}

/* footer */
#footer_index {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    color: white;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 20;
}

#footer_index a {
    color: white;
    text-decoration: none;
}

#footer_index a:hover {
    text-decoration: underline;
}

#footer {
    width: 100%;
    height: 200px;
    border-top: 1px solid #424242;
    background: #010006;
}

.footer_content {
    width: 1200px;
    max-width: 100%;
    height: 100%;
    margin: auto;
}

.footer_top {
    width: 100%;
    height: 148px;
    border-bottom: 1px solid #424242;
    overflow: hidden;
}

.footer_top .logo {
    width: 100px;
    height: 100px;
    float: left;
    margin-top: 24px;
}

.footer_nav {
    /*float: left;*/
    width: 100%;
    margin-left: -100px;
    text-align: center;
}

.footer_nav div {
    color: #b2b2b2;
    line-height: 22px;
}

.footer_nav a {
    color: #cccccc;
}

.footer_nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
    margin: 35px auto;
}

.footer_nav li {
    border-right: 2px solid #cccccc;
    float: left;
    padding: 0 7px;
    font-size: 12px;
    line-height: 16px;
}

.footer_nav li:last-child {
    border-right: none;
}

.footer_bottom {
    color: #818181;
    text-align: center;
    line-height: 50px;
}

.footer_bottom a {
    color: #818181;
}

.navbar-brand {
    /*height: auto;*/
    /*float: none;*/
    /*line-height: 100px;*/
    padding-top: 16px;
}

/*导航菜单*/
.navbar-inverse {
    /*background-color: transparent;*/
    /*border-color: transparent;*/
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
    /*line-height: 30px;*/
}

.navbar-nav > li > a {
    line-height: 80px;
}

.nav > li > a {
    padding: 0 15px;
}

/*.navbar-inverse .navbar-nav > li > a:focus,*/
.navbar-inverse .navbar-nav > li > a:hover {
    color: #00cdff;
    border-bottom: 1px solid #00cdff;
    cursor: pointer;
}

.active_ {
    color: #ff6e00 !important;
    border-bottom: 1px solid #ff6e00;
}

.hideBg {
    display: none;
}

/*分页*/
.pageBar {
    width: 760px;
    max-width: 100%;
    height: auto;
    margin: 5px auto;
    text-align: center;
}

/*新闻*/
.news_left {
    width: 230px;
    max-width: 23%;
    height: 152px;
    float: left;
    overflow: hidden;
}

.news_right {
    width: 730px;
    max-width: 73%;
    line-height: 22px;
    float: right;
}

.news_img {
    width: 230px;
    max-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_img img{
    max-width: 100%;
    max-height: 100%;
}
.mobileImg{
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_img:hover {
    opacity: 0.7;
}

.news_title {
    font-size: 24px !important;
    color: #323232;
    line-height: 32px;
    padding-left: 0;
    padding-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_title span a {
    color: #323232;
    text-decoration: none;
    font-size: 24px !important;
}

.news_title span a:hover {
    color: #464646;
    text-decoration: none;
}

.news_right a {
    color: #323232;
    text-decoration: none;
    font-size: 14px !important;
}

.news_right a:hover {
    color: #373737;
}

.news_right p a {
    display: -webkit-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    position: relative;
    line-height: 22px;
    max-height: 88px;
    text-indent: 30px;
}

.news_right p a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
    /*background: -webkit-linear-gradient(left, transparent, #fff 55%);*/
    /*background: -o-linear-gradient(right, transparent, #fff 55%);*/
    /*background: -moz-linear-gradient(right, transparent, #fff 55%);*/
    /*background: linear-gradient(to right, transparent, #fff 55%);*/
}

/*新闻详情*/
.newsContainer {
    /*padding-top: 50px;*/
    /*background-image: url(../img/newDetailsBg.jpg);*/
    background-repeat: repeat-y;
    padding-bottom: 38px;
    /*background: #090516;*/
}

.news_content {
    width: 1200px;
    max-width: 96%;
    height: auto;
    min-height: 675px;
    margin: auto;
    /*background: rgba(0, 0, 0, 0.6);*/
    /*background-image: url(../img/news-details.png);*/
    border-radius: 0 0 10px 10px;
    padding-top: 360px;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.newsD_title {
    text-align: center;
    font-size: 32px;
    /*color: white;*/
    padding: 0 50px;
}

.newsContent img {
    max-width: 100%;
    height: auto!important;
}

.newsContent {
    padding: 5px;
    /*color: #f0f0f0;*/
}


@media (max-width: 1200px) {
    .signUp_bg {
        margin-top: -200px;
    }
}

@media (max-width: 1000px) {
    .signUp_bg {
        margin-top: -185px;
    }
}

@media (max-width: 900px) {
    .signUp_bg {
        margin-top: -160px;
    }
}

.signUp_info {
    width: 50%;
    margin: 20px auto;
    overflow: hidden;
}

.signUp_info select, .signUp_info input, .signUp_info textarea {
    width: 90%;
    min-height: 36px;
    background: transparent;
    border-radius: 5px;
    border: 1px solid white;
    outline: none;
    padding: 10px 20px;
    margin: 10px auto;
    color: black;
    font-size: 17px;
}

.signUp_info .xx {
    color: red;
    margin-right: 5%;
    /*float: right;*/
}

.signUp_info select option {
    /*color: white;*/
    /*background: #ff6e01;*/
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    padding: 10px 0;
}

.signUp_info select option:hover {
    background: #f0f0f0;
}

.signUp_info textarea {
    height: auto;
    min-height: 80px;
    resize: none;
}

.signUp_btn {
    width: 100%;
    display: block;
    margin-top: 30px;
    padding: 15px 0;
    font-size: 20px;
    color: white;
    background: #ff6e01;
    border: 1px solid #ff6e01;
    border-radius: 6px;
    letter-spacing: 2px;
}

.signUp_btn:hover {
    background: #ff7828;
}

.signUp_info p {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.layui-layer-dialog {
    width: 400px;
}

.layui-layer-btn {
    padding: 20px 10px !important;
}

.layui-layer-btn a {
    height: 36px !important;
    line-height: 36px !important;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #ff6e01 !important;
    background-color: #ff6e01 !important;
}

.full_banner_img, .banner_img {
    padding-top: 16%;
    position: absolute;
    top: 0;
    margin-left: 6%;
}

.full_banner_img {
    margin-left: -389px;
    left: 50%;
}

.meterial_banner_img {
    margin-left: -250px;
    left: 50%;
}

.equip_banner_img {
    left: 50%;
    margin-left: -262px;
}

.idea_banner_img {
    left: 50%;
    margin-left: -435px;
}

.technology_banner_img {
    left: 50%;
    margin-left: -250px;
}

.news_banner_img {
    left: 50%;
    margin-left: -130px;
}
#footer {
    height: auto;
    overflow: hidden;
}

.footer_top .logo {
    margin-left: 50px;
}

.footer_nav {
    margin-left: -150px;
}

.footer_top {
    height: auto;
    padding-bottom: 5px;
}

.footer_bottom {
    line-height: 40px;
    font-size: 13px;
}

.news_content {
    padding-top:40px;
}

.newsD_title {
    font-size: 26px;
    margin-bottom: 20px;
}

.newsContainer {
    padding-bottom: 0;
}

.t_top {
    height: auto !important;
    background-size: 100%;
    background-position: top;
}

.rightan {
    display: none;
}

.hideBg {
    display: block;
    width: 100%;
}

.idea_summary_content {
    padding: 20px;
}

.idea_summary_scene ul li {
    width: 30%;
}

#certify .swiper-slide {
    width: 450px;
}


@media (max-width: 1000px) {
    .idea_banner_img {
        padding-top: 20%;
        position: absolute;
        top: 0;
        max-width: 80%;
        margin-left: 10%;
        left: 0;
    }
}

.hideLogo {
    display: none !important;
}

@media (max-width: 767px) {
    .t_list_img {
        width: 160% !important;
        margin-left: -30% !important;
        margin-bottom: 10px !important;
    }

    .navbar-brand {
        line-height: 20px;
        padding: 0;
    }

    .showLogo {
        display: none !important;
    }

    .hideLogo {
        display: block !important;
        margin: 12px 0 0 10px;
    }

    .navbar-inverse {
        height: 50px;
    }

    .partnerContainer {
        padding-top: 50px !important;
    }

    .partnerContainer .title {
        font-size: 22px;
    }

    .partnerContainer img {
        max-width: 100%;
        height: auto;
    }

    .navbar-collapse {
        background: rgba(0, 0, 0, 0.8);
    }

    .navbar-nav > li > a {
        line-height: normal;
    }

    .full_content h1 {
        font-size: 28px;
        margin-top: 0;
    }

    .full_content h2 {
        font-size: 22px;
        margin-bottom: 2rem;
    }

    .full_content div {
        margin: 10px 0;
        font-size: 22px;
    }

    .full_content p {
        margin-top: 10px;
    }

    .full_content div span {
        margin-top: 8px;
    }

    .full_banner_img {
        padding-top: 20%;
        position: absolute;
        top: 0;
        max-width: 80%;
        margin-left: 10%;
        left: 0;
    }

    .banner_img {
        padding-top: 25%;
        position: absolute;
        top: 0;
        max-width: 40%;
        margin-left: 30%;
        left: 0;
    }

    .idea_banner_img {
        padding-top: 28%;
        max-width: 78%;
        margin-left: 11%;
    }

    .news_banner_img {

    }

    .technology_banner_img {
        margin-left: 28%;
        padding-top: 28%;
    }

    .news_img_phone {
        display: block !important;
        width: 30%;
        margin-right: 10px;
    }

    .nav > li > a {
        padding: 10px 40px;
    }

    /*.navbar-right{*/
    /*display: none;*/
    /*}*/
    .active_ {
        border-bottom: none;
    }

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        border-bottom: none;
    }

    #main {
        padding-top: 45%;
        max-width: 100%;
    }

    #main a {
        font-size: 18px;
        padding: 10px 60px;
        margin-top: 20px;
    }

    .nav > li {
        width: 50%;
        float: left;
    }

    .news_left {
        display: none;
    }

    .news_right {
        width: 100%;
        max-width: 100%;
    }

    .page-bar a {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .page-bar li {
        margin: 2px;
    }

    .news_title span a {
        font-size: 20px !important;
    }

    .footer_top .logo {
        display: none;
    }

    .footer_nav {
        margin-left: 0;
    }

    .footer_nav ul {
        margin: 12px auto;
    }

    .footer_nav div {
        line-height: 20px;
        font-size: 12px;
    }

    .news_content {
        padding-top: 40px;
        min-height: 450px;
    }

    .newsD_title {
        padding: 0 20px;
        font-size: 20px;
    }

    .idea_summary {
        font-size: 20px;
    }

    .idea_summary img {
        width: 22px;
        height: 22px;
    }

    .idea_summary_word {
        font-size: 14px;
    }

    .idea_title {
        font-size: 24px;
        margin: 10px;
    }

    .idea_title_p {
        font-size: 15px;
        padding: 0 10px;
    }

    .idea_summary_scene ul li {
        width: 90%;
        height: auto;
        padding-bottom: 12px;
        margin-bottom: 16px;;
    }

    .idea_summary_scene ul li:first-child {
        float: none;
        margin-left: 0;
    }

    .idea_summary_scene ul li:last-child {
        float: none;
        margin-right: 0;
    }

    .idea_summary_scene ul li p {
        font-size: 14px;
        color: #666666;
    }

    #certify .swiper-slide {
        width: 200px;
    }

    .t_top {
        /*margin-top: 50px;*/
    }

    .page-bar a:hover {
        background-color: transparent;
        color: #969696;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .signUp_top {
        min-height: 200px;
        border-top: 50px solid #000000;
    }

    .signUp_bg {
        margin-top: -80px;
        /*min-height: 530px;*/
    }

    .signUp_info {
        width: 80%;
    }

    .signUp_info p {
        font-size: 13px;
    }

    .signUp_info select, .signUp_info input, .signUp_info textarea {
        font-size: 14px;
    }

    .layui-layer-dialog {
        width: 260px;
        max-width: 80%;
    }

    .section3 h3 {
        top: 1%;
    }

    .full_3 {
        padding: 0 12px;
        top: 0;
        font-size: 14px;
        line-height: 25px;
        margin-top: 0;
        /*max-height: 88%;*/
        overflow-y: auto;
        padding-bottom: 50px;
    }

    .full_3 p {
        top: 0;
        font-size: 14px;
        line-height: 25px;
        margin-top: 0
    }

    .section4 h3 {
        top: 1%;
        margin-top: 55px;
    }

    .section4 h4 {
        top: 0;
        margin-top: 10px;
        font-size: 20px;
        text-align: center;
        height: auto;
    }

    .full_4 {
        padding: 0 12px;
        top: 0;
        font-size: 14px;
        line-height: 25px;
        margin-top: 0;
        /*max-height: 88%;*/
        overflow-y: auto;
        padding-bottom: 50px;
    }

    .section5 h3 {
        top: 1%;
        margin-top: 55px;
    }

    .section5 h4 {
        top: 0;
        margin-top: 10px;
        font-size: 20px;
        text-align: center;
        height: auto;
    }

    .full_5 {
        padding: 0 12px;
        top: 0;
        font-size: 14px;
        line-height: 25px;
        margin-top: 0;
        /*max-height: 88%;*/
        overflow-y: auto;
        padding-bottom: 50px;
    }

    .section6 h3 {
        top: 1%;
        margin-top: 90px;
    }

    .section6 h4 {
        top: 0;
        margin-top: 10px;
        font-size: 18px;
        text-align: center;
        height: auto;
    }

    .full_6 {
        padding: 0 12px;
        top: 0;
        font-size: 14px;
        line-height: 25px;
        margin-top: 15px;
        /*max-height: 88%;*/
        overflow-y: auto;
        padding-bottom: 50px;
    }

    .full_6_btn {
        top: 0;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .full_btn {
        margin-top: 10px;
    }

    .partner_info img {
        max-width: 45%;
        /*margin:0 2% 20px 2%;*/
    }

}

/*----------------------------------------*/

.svg_icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.item-bg {
    width: 300px;
    height: 500px;
    position: absolute;
    top: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: all .3s;
    left: -30px;
    z-index: -999;
}

/*.item-bg.active {*/
/*left: 0;*/
/*top: 0;*/
/*opacity: 1;*/
/*}*/

.news-slider {
    z-index: 2;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

@media screen and (max-width: 1300px) {
    .news-slider {
        max-width: 1000px;
    }
}

@media screen and (max-width: 576px) {
    .news-slider {
        margin-top: 45px;
    }
}

.news-slider__wrp {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.news-slider__item {
    width: 400px;
    flex-shrink: 0;
}

@media screen and (max-width: 992px) {
    .news-slider__item {
        width: 340px;
    }
}

.news-slider__item.swiper-slide {
    /*opacity: 0;*/
    pointer-events: none;
    transition: all .3s;
}

.news-slider__item.swiper-slide-active, .news-slider__item.swiper-slide-prev, .news-slider__item.swiper-slide-next {
    opacity: 1;
    pointer-events: auto;
}

.swiper-button-disabled, .swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.news-slider__ctr {
    position: relative;
    z-index: 12;
}

.news-slider__arrow {
    background: #fff;
    border: none;
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 12;
    cursor: pointer;
    outline: none !important;
}

.news-slider__arrow:focus {
    outline: none !important;
}

.news-slider__arrow .icon-font {
    display: inline-flex;
}

.news-slider__arrow.news-slider-prev {
    left: 15px;
    transform: translateY(-50%);
}

.news-slider__arrow.news-slider-next {
    right: 15px;
    transform: translateY(-50%);
}

.news-slider__pagination {
    text-align: center;
    margin: 10px auto 30px;
}

.news-slider__pagination .swiper-pagination-bullet {
    width: 13px;
    height: 10px;
    display: inline-block;
    background: #2861d4;
    opacity: .4;
    margin: 0 5px;
    border-radius: 20px;
    transition: opacity .5s, background-color .5s, width .5s;
    transition-delay: .5s, .5s, 0s;
}

.news-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #2861d4;
    width: 100px;
    transition-delay: 0s;
}

@media screen and (max-width: 576px) {
    .news-slider__pagination .swiper-pagination-bullet-active {
        width: 70px;
    }
}

.news__item {
    margin: 25px;
    color: #000;
    /*border-radius: 10px;*/
    display: block;
    transition: all .3s;
    background: white;
    box-shadow: 5px 5px 5px #969696;
    padding-bottom: 12px;
}

.news__item {
    text-decoration: none !important;
}

.news__item p {
    width: 90%;
    margin: auto;
    text-indent: 30px;
    font-size: 15px;
    line-height: 32px;
    margin-top: 6px;
    text-align: left;
    min-height: 260px;
    max-height: 260px;
    overflow-y: auto;
}

.news__item div {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #323232;
    color: #5e7b83;
    font-size: 18px;
}

.news__item p::-webkit-scrollbar {
    width: 2px;
}

.news__item::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
}

/*合作伙伴*/
.partnerContainer {
    padding-top: 100px;
    padding-bottom: 38px;
}

.partnerContent {
    width: 1200px;
    max-width: 100%;
    height: auto;
    min-height: 675px;
    margin: auto;
    /*background: rgba(0, 0, 0, 0.6);*/
    /*background-image: url(../img/news-details.png);*/
    border-radius: 0 0 10px 10px;
    /*padding-top: 360px;*/
    padding: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media screen and (min-width: 800px) {
    .news__item:hover {
        color: #222222;
        transition-delay: .1s;
    }

    .news__item:hover .news-date, .news__item:hover .news__title, .news__item:hover .news__txt {
        opacity: 1;
        transition-delay: .1s;
    }

    .news__item:hover .news__img {
        box-shadow: none;
    }
}

.news__item.active {
    color: #222222;
}

.news__item.active .news-date, .news__item.active .news__title, .news__item.active .news__txt {
    opacity: 1;
}

.news__item.active .news__img {
    box-shadow: none;
}

@media screen and (max-width: 992px) {
    .news__item {
        /*padding: 30px;*/
    }
}

@media screen and (max-width: 576px) {
    .news__item {
        /*padding: 20px;*/
    }
}

.news-date {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid;
    display: inline-block;
    opacity: .7;
    transition: opacity .3s;
}

@media screen and (max-width: 576px) {
    .news-date {
        margin-bottom: 10px;
        display: inline-flex;
        align-items: center;
        padding-bottom: 0;
    }
}

.news-date__title {
    display: block;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 500;
}

@media screen and (max-width: 576px) {
    .news-date__title {
        margin-right: 10px;
    }
}

.news-date__txt {
    font-size: 16px;
}

.news__title {
    font-size: 25px;
    font-weight: 500;
    opacity: .7;
    margin-top: 10px;
    margin-bottom: 15px;
    transition: opacity .3s;
}
.t_list {
    width: 1000px;
    max-width: 100%;
    height: auto;
    margin: 30px auto 20px;
    /*background: #222222;*/
    border-bottom: 1px solid #969696;
    padding: 0;
}
.t_list li {
    width: 100%;
    height: 170px;
    border: 1px solid #969696;
    border-bottom: none;
    color: white;
    padding: 10px;
}
@media screen and (max-width: 641px) {
    #certify .swiper-button-next, #certify .swiper-button-prev {
        display: none !important;
    }
}

@media screen and (max-width: 576px) {
    .news__title {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

.news__txt {
    margin: 10px 0;
    line-height: 1.6em;
    font-size: 15px;
    opacity: .7;
    transition: opacity .3s;
}

.news__img {
    border-radius: 10px;
    box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
    height: 200px;
    margin-top: 30px;
    width: 100%;
    transition: all .3s;
    transform-origin: 0% 0%;
}

@media screen and (max-width: 576px) {
    .news__img {
        height: 180px;
        margin-top: 20px;
    }
}

.news__img img {
    max-width: 100%;
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

#icon {
    display: none;
}

.centerContent{
    margin-top: 80px;
}
.index-part-first{
    width: 100%;
    height: auto;
    position: relative;
}
.index-part-first .bg{
    width: 100%;
    height: auto;
}
.index-part-first .img{
    width: 623px;
    height:auto;
    position: absolute;
    left: 50%;
    margin-left: -312px;
    top:95px;
}
.index-part-two{
    width: 100%;
    height: auto;
    position: relative;
    background: url("../img/2.png") top center no-repeat;
    background-size: 100% 100%;
}
.index-part-two .name{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
    padding-top: 35px;
}
.index-part-two .name1{
    text-align: center;
    color: #00cdff;
    font-size: 14px;
}
.index-part-two .name2{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #00cdff;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.index-part-two .content{
    width: 1024px;
    height: auto;
    max-width: 92%;
    margin:30px auto 0;
    color: #f2f2f2;
    line-height: 32px;
    font-size: 16px;
    text-indent: 32px;
}
.imgContent{
    width: 1024px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    margin: auto;
}
.imgContent img{
    max-width: 95%;
}
.line{
    width: 100%;
    height: 1px;
    background: rgba(204, 204, 204, 0.2);
}
.line2{
    width: 100%;
    height: 1px;
    background: rgba(204, 204, 204, 0.4);
}
.hawkEye{
    width: 100%;
    height: auto;
    padding: 50px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hawkEye li{
    width: 260px;
    height: 130px;
    margin: 0 10px;
    border:2px solid #00cdff;
    border-radius: 10px;
}
.hawkEye li a{
    color: white;
}
.hawkEye li .title{
    text-indent: 20px;
    margin: 20px 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
}

.hawkEye li:hover{
    border:1px solid #00cdff;
    cursor: pointer;
}
.hawkEye li:hover .title{
    color: #00cdff;
}
.hawkEye li .cont{
    width: 100%;
    height: auto;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.cont-text{
    width: calc(100% - 70px);
    margin-left:15px;
    float: left;
}
.hawkEye li .cont .icon{
    float: right;
    margin-right: 20px;
}
.hawkEye li:nth-child(1) .cont .icon{
    width: 32px;
    height: 32px;
    background: url("../img/icon/y1.png");
    background-size: 100% 100%;
}
.hawkEye li:hover:nth-child(1) .cont .icon{
    background: url("../img/icon/y1-1.png");
    background-size: 100% 100%;
}
.hawkEye li:nth-child(2) .cont .icon{
    width: 35px;
    height: 24px;
    background: url("../img/icon/y2.png");
    background-size: 100% 100%;
}
.hawkEye li:hover:nth-child(2) .cont .icon{
    background: url("../img/icon/y2-1.png");
    background-size: 100% 100%;
}
.hawkEye li:nth-child(3) .cont .icon{
    width: 35px;
    height: 35px;
    background: url("../img/icon/y3.png");
    background-size: 100% 100%;
}
.hawkEye li:hover:nth-child(3) .cont .icon{
    background: url("../img/icon/y3-1.png");
    background-size: 100% 100%;
}
.hawkEye li:nth-child(4) .cont .icon{
    width: 35px;
    height: 35px;
    background: url("../img/icon/y4.png");
    background-size: 100% 100%;
}
.hawkEye li:hover:nth-child(4) .cont .icon{
    background: url("../img/icon/y4-1.png");
    background-size: 100% 100%;
}
.introduce{
    max-width:92%;
    margin:40px auto 0;
    text-align: center;
    color: white;
    line-height: 32px;
    padding-bottom: 50px;
}
.index-part-three{
    width: 100%;
    height: auto;
    position: relative;
    background: url("../img/3.png") top center no-repeat;
    background-size: 100% 100%;
}
.hawkWings1{
    margin-top: 40px;
}
.hawkWings{
    width: 100%;
    height: auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hawkWings li{
    width: auto;
    height: auto;
    margin: 0 60px;
    font-size: 16px;
    text-align: center;
}
.hawkWings li a{
    color: white;
}
.hawkWings li img{
    margin-bottom: 5px;
}
.index-part-four{
    width: 100%;
    height: auto;
    position: relative;
    background: url("../img/4.png") top center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 40px;
}
.aboutUs-more{
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #00cdff;
    text-align: center;
    color: white;
    margin: auto;
    cursor: pointer;
}
.index-part-five{
    width: 100%;
    height: auto;
    position: relative;
    background: url("../img/5.png") top center no-repeat;
    background-size: 100% 100%;
}
.ServiceInfo{
    max-width: 100%;
    width: 1024px;
    height: auto;
    margin: 50px auto;
    font-size: 16px;
    color: white;
    line-height: 36px;
    overflow: hidden;
}
.ServiceInfo li{
    width: calc(50% - 18px);
    float: left;
    list-style: disc;
    margin-left: 18px;
    /*text-indent: 20px;*/
}
.productInfo2Box{
    width: 1200px;
    max-width: 98%;
    height: auto;
    margin: 30px auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productInfo{
    width: 1024px;
    max-width: 98%;
    margin: 30px auto;
    height: auto;
    letter-spacing: 1px;
    color: white;
    line-height: 36px;
    overflow: hidden;
}
.productInfo2{
    width: 65%;
    float: left;
    height: auto;
    letter-spacing: 1px;
    color: white;
    line-height: 36px;
    overflow: hidden;
}
.productInfo li,.productInfo2 li{
    font-size: 16px;
    width: 48%;
    float: left;
    margin:2px 1%;
    line-height: 40px;
}
.productInfo li img,.productInfo2 li img{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.productInfo li div,.productInfo2 li div{
    width: calc(100% - 35px);
    float: right;
    color: white;
    word-break:keep-all;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;
}
.productInfo2 li{
    width: 98%;
}
.productInfo2 li a{
    display: inline-block;
    width: 100%;
}
.productInfo2 li div{
    width: auto;
    max-width: calc(100% - 30px);
    float: none;
    display: inline-block;
    word-break:keep-all;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;
}
.productInfo2 li img{
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 10px;
}
.productInfo2 div:hover{
     color: #ff3e3e;
 }
.productInfo3{
    width: 35%;
    float: left;
    height: auto;
    overflow-y:hidden;
    overflow-x:auto;
}

.productInfo3 a{
    display: inline-block;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .productInfo2 {
        width: 60%;
    }
    .productInfo3{
        width: 40%;
    }
}
@media screen and (max-width: 1050px) {
    .productInfo2 {
        width: 50%;
    }
    .productInfo3{
        width: 50%;
    }
}
@media screen and (max-width: 840px) {
    .productInfo2 {
        width: 100%;
    }
    .productInfo3{
        width: 70%;
        margin-left: 15%;
        clear: both;
    }
    .productInfo3 a{
        width: 33.33%;
        display: block;
        float: left;
    }
    .productInfo3 a li{
        width: 100%;
        height: auto;
    }
    .productInfo3 a li img{
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .productInfo3{
        width: 100%;
        margin-left: 0;
        clear: both;
    }
    .index-part-five{
        background: none;
    }
    .hideBox{
        display: none;
    }
}
.productInfo3 li{
    width:130px;
    height:130px;
    max-width: 100%;
    float:left;
    cursor:pointer;
    box-sizing: border-box;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.productInfo3 a li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.productInfo3 a:nth-child(4) li:before{
    background: url("../img/case/dx.png") no-repeat;
    background-size: 100% 100%;
}
.productInfo3 a:nth-child(5) li:before{
    background: url("../img/case/al.png") no-repeat;
    background-size: 100% 100%;
}
.productInfo3 a:nth-child(8) li:before{
    background: url("../img/case/zh.png") no-repeat;
    background-size: 100% 100%;
}
.productInfo3 a:nth-child(9) li:before{
    background: url("../img/case/cg.png") no-repeat;
    background-size: 100% 100%;
}
.productInfo3 a:nth-child(n+10){
    display: none!important;
}
.productInfo3 li img{
    max-width: 100%;
    max-height: 100%;
}
.productInfoArrow{
    margin: 30px auto 120px;
    text-align: center;
}
.footer{
    width: 100%;
    height: auto;
    background: #ffffff;
    margin-top: 30px;
    /*border-top:1px solid #f3f2f2;*/
}
.footer ul{
    width: 850px;
    max-width: 96%;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.footer li{
    width: 30%;
    float: left;
    text-align: center;
    line-height: 32px;
}
.footer li:nth-child(2){
    width: 28%;
}
.footer li:first-child{
    width: 42%;
    text-align: left;
}
.footer li .title{
    width: 150px;
    text-align: center;
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: bold;
}
.footer li:nth-child(2) .title{
    margin: auto;
}
.footer li:nth-child(2) a{
    color: black;
}
.footer li:last-child img{
    width: 110px;
}
.footer li:last-child div{
    line-height: 22px;
    margin-top: -5px;
}
.copyright {
    width: 92%;
    margin: auto;
    text-align: center;
    padding:30px 0 20px 0;
}
.copyright a{
    color: black;
}
.textRight{
    font-size: 16px;
    font-family: "微软雅黑";
    color: #323232;
    line-height: 36px;
    padding-top: 40px;
    padding-bottom: 20px;
    width: 100%;
    margin: auto;
    padding-left: 18.7%;
    padding-right: 18.7%;
}
.textRight2{
    background:#f3f2f2 ;
}
.cp_a1 {
    text-align: center;
}
table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}
.textRight .text {
    padding-left: 5%;
    text-align: left;
    text-indent: 32px;
}
.textRight .text span{
    font-weight: bold;
}
.textRight .text li{
    list-style: disc;
}
.textRight .text span.red{
    color: red;
    font-weight: normal;
}
.name{
    color: #c7151d;
    font-size: 20px;
    font-weight: bold;
}
.enName{
    letter-spacing: -1px;
    font-size: 14px;
    margin: -10px auto 15px;
}
.mobileName{
    display: none;
}
.textLeft{
    font-size: 16px;
    font-family: "微软雅黑";
    color: #333;
    line-height: 36px;
    padding-top: 40px;
    padding-bottom: 20px;
    width: 1160px;
    margin: auto;
    height: auto;
    overflow: hidden;
}

ol, ul{
    margin-bottom: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.switchBtm{
    width: 100%;
    height: auto;
    margin: 30px auto;
    text-align: center;
}
.switchBtm ul{
    width: 1024px;
    margin: auto;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-flow:row wrap;
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.switchBtm ul li{
    width: 20%;
    box-sizing: border-box;
    /*padding: 20px 20px;*/
    min-height: 45px;
    line-height: 25px;
    margin: 10px 2.5%;
    font-size: 16px;
    font-weight: bold;
    background-size: 100% 100%;
    cursor: pointer;
}
.switchBtm ul li span{
    width: 130px;
    height: 130px;
    display: block;
    margin: auto;
}
.switchBtm ul li.btn1 span{
    background: url("../img/icon-btn/1.png");
    background-size: 100% 100%;
}
.switchBtm ul li.btn2 span{
    background-image: url("../img/icon-btn/2.png");
    background-size: 100% 100%;
}
.switchBtm ul li.btn3 span{
    background-image: url("../img/icon-btn/3.png");
    background-size: 100% 100%;
}
.switchBtm ul li.btn4 span{
    background-image: url("../img/icon-btn/4.png");
    background-size: 100% 100%;
}
.switchBtm ul li.btn5 span{
    background-image: url("../img/icon-btn/5.png");
    background-size: 100% 100%;
}
.switchBtm ul li.btn6 span{
    background-image: url("../img/icon-btn/6.png");
    background-size: 100% 100%;
}
.switchBtm ul li.btn7 span{
    background-image: url("../img/icon-btn/7.png");
    background-size: 100% 100%;
}
.switchBtm ul li.btn8 span{
    background-image: url("../img/icon-btn/8.png");
    background-size: 100% 100%;
}
.switchBtm ul li.btn9 span{
    background-image: url("../img/icon-btn/9.png");
    background-size: 100% 100%;
}
.switchBtm ul li.btn10 span{
    background-image: url("../img/icon-btn/12.png");
    background-size: 100% 100%;
}
.switchBtm ul li.btn11 span{
    background-image: url("../img/icon-btn/13.png");
    background-size: 100% 100%;
}
.switchBtm ul li.btn12 span{
    background-image: url("../img/icon-btn/14.png");
    background-size: 100% 100%;
}
.switchBtm ul li.btn13 span{
    background-image: url("../img/icon-btn/15.png");
    background-size: 100% 100%;
}

.switchBtm ul li.btn14 span{
    background-image: url("../img/icon-btn/17.png");
    background-size: 100% 100%;
}
.switchBtm ul li.btn15 span{
    background-image: url("../img/icon-btn/16.png");
    background-size: 100% 100%;
}

.switchBtm ul li.btn1.active,.switchBtm ul li.btn1:hover{
    color: #1c70f6;
}
.switchBtm ul li.btn2.active,.switchBtm ul li.btn2:hover{
    color: #c252f3;
}
.switchBtm ul li.btn3.active,.switchBtm ul li.btn3:hover{
    color: #f48d2b;
}
.switchBtm ul li.btn4.active,.switchBtm ul li.btn4:hover{
    color: #a44fff;
}
.switchBtm ul li.btn5.active,.switchBtm ul li.btn5:hover{
    color: #b3cf11;
}
.switchBtm ul li.btn6.active,.switchBtm ul li.btn6:hover{
    color: #38d2a1;
}
.switchBtm ul li.btn7.active,.switchBtm ul li.btn7:hover{
    color: #2ca90d;
}
.switchBtm ul li.btn8.active,.switchBtm ul li.btn8:hover{
    color: #0da0cf;
}
.switchBtm ul li.btn9.active,.switchBtm ul li.btn9:hover{
    color: #0692c9;
}
.switchBtm ul li.btn10.active,.switchBtm ul li.btn10:hover{
    color: #e20b0c;
}
.switchBtm ul li.btn11.active,.switchBtm ul li.btn11:hover{
    color: #f48d2b;
}
.switchBtm ul li.btn12.active,.switchBtm ul li.btn12:hover{
    color: #1c71f6;
}
.switchBtm ul li.btn13.active,.switchBtm ul li.btn13:hover{
    color: #38d2a2;
}
.switchBtm ul li.btn14.active,.switchBtm ul li.btn14:hover{
    color: #e20b0b;
}
.switchBtm ul li.btn15.active,.switchBtm ul li.btn15:hover{
    color: #a450ff;
}
.systemName{
    width: 1024px;
    max-width: 100%;
    margin: auto;
    border-top:1px solid #ccc;
    font-size: 26px;
    text-align: center;
}
.systemName div{
    padding-top: 30px;
    font-weight: bold;
}
.systemName span{
    display: block;
    padding-top: 5px;
    padding-bottom: 30px;
    font-size: 16px;
}
.productIntroduce{
    width: 1240px;
    max-width: 92%;
    font-size: 16px;
    margin: 10px auto 40px;
    text-indent: 32px;
    line-height: 36px;
}
.productIntroduce span{
    color: #c7151d;
    font-weight: bold;
}
.engineering{
    width: 1024px;
    margin: 40px auto 50px;
    max-width: 96%;
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
    border: 3px solid #ccc;
    overflow: hidden;
    color: #323232;
}
.engineering-left{
    width: 120px;
    float: left;
    border-right: 3px solid #ccc;
    box-sizing: border-box;
    text-align: center;
}
.engineering-left li{
    width: 80%;
    margin: auto;
    height: 80px;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.engineering-left li img{
    max-width: 94%;
    max-height: 94%;
}
.engineering-left li .i2{
    display: none;
}
.engineering-left li.active .i1{
    display: none;
}
.engineering-left li.active .i2{
    display: block;
}
.engineering-left li:last-child{
    border-bottom:none;
}
.engineering-left li:hover .i1{
    display: none;
}
.engineering-left li:hover .i2{
    display: block;
}
.engineering-left li:active{
    color: red;
}
.engineering-right{
    width: calc(100% - 120px);
    float: right;
    box-sizing: border-box;
}
.engineering-right li{
    overflow: auto;
    height: 480px;
    display: none;
}
.engineering-right li div{
    padding: 10px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-indent: 32px;
}
.engineering-right li div img{
    display: block;
    margin-top: 10px;
    border-radius: 10px;
}
.engineering-right li div span{
    width: 100%;
    display: block;
}
.engineering-right li.active{
    display: block;
}

.aboutUs div{
    line-height: 36px;
}
@media screen and (max-width: 641px) {
    .index-part-two .content{
        margin:20px auto 0;
    }
    .productIntroduce{
        margin: 20px auto;
    }
    .engineering{
        margin: 20px auto;
    }
    .engineering-left{
        width: 90px;
        padding: 0;
    }
    .engineering-right{
        width: calc(100% - 90px);
        float: right;
        box-sizing: border-box;
    }
    .engineering-left li{
        height: 60px;
    }
    .engineering-right li{
        height: 360px;
    }
    .engineering-right li div{
        font-size: 14px;
        line-height: 32px;
    }
    .engineering-right li div img{
        display: none;
    }
    .index-part-first .bg{
        display: none;
    }
    .mobileBg{
        display: block!important;
    }
    .centerContent {
        margin-top: 50px;
    }
    .index-part-first .bg{
        width: 100%;
        margin-left: 0;
    }
    .index-part-first .img{
        width: 60%;
        left: 20%;
        margin-left: 0;
        top:35px;
    }
    .imgContent{
        width: 96%;
        margin: auto;
        padding: 25px 0;
    }
    .hawkEye{
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .hawkEye li{
        width: 45%;
        margin: 5px;
    }
    .hawkWings{
        flex-wrap: wrap;
        padding: 0;
    }
    .hawkWings li{
        width: 45%;
        margin: 10px 0;
    }
    .hawkWings li img{
        width: 70%;
    }
    .introduce br{
        display: none;
    }
    .ServiceInfo li{
        width: 90%;
        margin-left: 7%;
        float: none;
        /*text-indent: 0;*/
        /*word-break:keep-all;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;*/
    }
    .productInfo li{
        width: 98%;
        margin: 0 1%;
    }
    .productInfoArrow{
        margin:0 auto;
    }
    .productInfoArrow img{
        opacity: 0;
    }
    .introduce{
        margin: 5px auto 0;
        padding-bottom: 20px;
    }
    .aboutUs-more{
        color: #00cdff;
    }
    .footer{
        font-size: 12px;
    }
    .footer li{
        line-height: 26px;
    }
    .footer li .title{
        width: 96%;
        margin: auto;
    }
    .footer li:last-child img{
        width: 100px;
    }
    .footer li:last-child .tips1{
        display: none;
    }
    .footer li:last-child .tips2{
        display: block!important;
        transform:scale(0.8)
    }
    .textRight{
        width: 100%;
        margin: auto;
        padding: 20px 5% 0 5%;
    }
    .textRight .text{
        padding-left: 0;
    }
    .hideLeft{
        display: none;
    }
    .mobileName{
        display: block;
    }
    .enName{
        margin: -10px auto 0px 0;
    }
    .aboutUs{
        width: 100%!important;
    }
    .mobileHideImg{
        display: none;
    }
    .ServiceInfo{
        margin: 20px auto;
    }
    .switchBtm ul li{
        font-size: 14px;
    }
    .switchBtm ul li span{
        width:60px;
        height: 60px;
    }
    .hawkEye li .title{
        letter-spacing: 0;
        text-indent: 5px;
        word-break:keep-all;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;
    }
    .cont-text{
        width: calc(100% - 45px);
        margin-left: 5px;
    }
    .hawkEye li .cont .icon{
        margin-right: 5px;
        width: 30px!important;
        height: 30px!important;
    }
    .hawkEye li:nth-child(2) .cont .icon{
        height: 20px!important;
    }
    .introduce{
        font-size: 14px!important;
        letter-spacing: 0!important;
        font-weight: normal!important;
    }

}




