/* public*/
input[type="button"],
input[type="submit"],
input[type="reset"] {

    -webkit-appearance: none;

}

textarea {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
}

* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑", "sans-serif";
    /*font-size: 16px;*/
}

li {
    list-style-type: none;
}

ul {
    padding-left: 0;
}

a {
    text-decoration: none;
    color: black;
}

.ov {
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*宽度*/
.container {
    width: 1200px;
    margin: auto;
}

.pa {
    margin-bottom: 50px;
    margin-top: 35px;
}

/* */

body.fixed{
    padding-top: 90px;
}

/* 头部 */

header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1000;
}

.top {
    height: 32px;
    line-height: 32px;
    background: #eeefef;
    color: #797979;
}

.top div, .top div p{
    font-size: 14px;
}

.head {
    margin: auto;
    display: flex;
    align-items: center;
    height: 90px;
}
.head.fixed{
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
}

.head-con{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.nav {
    display: block;
    width: 93%;
}

.nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav li {
    float: left;
    text-align: center;
}
.nav li p{
    position: absolute;
    left: 0;
    width: 100%;
    top: 122px;
    box-shadow: 0 3px 16px -10px rgb(51 51 51 / 50%), inset 0 3px 16px -12px rgb(51 51 51 / 50%);
    padding: 30px 0 30px 0;
    background: #f8f9fd;
    border-top: 1px solid rgba(133,142,153,.3);
    display: none;
}
.head.fixed .nav li p{
    top: 90px;
}
.nav li:hover p{
    display: block;
}
.nav li p .nav-sp1{
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.nav li p .nav-sp2{
    display: inline-block;
    text-align: left;
}

.nav li p a{
    flex: 1;
    text-align: left;
    margin-right: 50px;
}
.nav li p a:last-child{
    margin-right: 0;
}
.nav li p a:hover{
    color: #00a3cc;
}

.nav li>a::after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 39px;
    height: 15px;
    width: 1px;
    background: #5d5b5b;
}

.nav li:last-child>a::after,
.nav li:nth-last-child(2)>a::after {
    display: none;
}

.nav li>a {
    font-size: 16px;
    color: #251b18;
    padding: 0 13px;
    position: relative;
    height: 90px;
    display: block;
    line-height: 90px;
}

.nav li:last-child>a{
    display: inline;
    line-height: 21px;
}

.nav li.search {
    border: 2px solid #a0a0a1;
    padding: 5px 10px;
    margin-left: 15px;
    border-radius: 5px;
}
.nav li>a>span{
    padding: 2px 5px;
    border-radius: 5px;
}

.nav li:hover>a span,
.nav li.on a span{
    color: #fff;
    background: #00a3cc;
}
.nav li:last-child:hover>a{
    color: #251b18;
}
.nav li:last-child>a:hover{
    color: #00a3cc;
}

.logo {
    width: 25%;
}

.logo img {
    max-width: 100%;
    max-height: 50px;
}

.tel {
    width: 20%;
    text-align: right;
}

.tel a {
    font-size: 14px;
    color: #606060;
}

.tel p {
    color: #0b86ff;
}

.tel span {
    font-style: italic;
    font-size: 30px;
}

.search {
    position: relative;
}

.search>img {
    width: 18%;
    cursor: pointer;
}

.search-box {
    position: absolute;
    top: 54px;
    right: 0;
    border: 1px solid #d9d9d9;
    z-index: 2;
    display: none;
}

.form-input {
    width: 328px;
    height: 50px;
    padding-left: 20px;
    outline: none;
    border: none;
}

.top-form-sbm {
    outline: none;
    width: 20%;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 81%;
    float: left;
    height: 50px;
    display: block;
    border: 0;
    background-size: 18px;
    background: url(../images/img_06.png) center center no-repeat;
}

/*  */

/* 友情链接 */
.link {
    line-height: 70px;
}

.link a {
    margin-right: 10px;
}

/* 底部 */
footer {
    background: #05152b;
    display: block;
    width: 100%;
}

.foot .nav-w {
    width: 26%;
    padding-top: 10px;
}

.foot .cont-w {
    width: 54%;
}

.foot .qr-w {
    width: 20%;
}

.foot-nav {
    width: 85%;
    color: #827e86;
    font-size: 14px;
}

.foot-info {
    margin-top: 10px;
    line-height: 22px;
}

.foot-nav span,
.foot-cont span {
    color: #dfdfdf;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}

.foot-info p, .foot-nav p{
    font-size: 14px;
}

.foot-nav a,
.foot-cont p,
.foot-cont {
    color: #bebebe;
    font-size: 14px;
    line-height: 32px;
}

.foot-ico{
    position: relative;
}
.foot-ico:hover i{
    display: block;
}
.foot-ico i{
    position: absolute;
    left: 1px;
    bottom: 42px;
    background: #ddd;
    padding: 13px;
    color: #333;
    display: none;
}
.foot-ico i img{
    max-width: 150px;
    display: block;
}

.foot-nav a {
    display: inline-block;
    width: 26%;
}

.foot-cont {
    margin-right: 35px;
    float: left;
}

.foot-cont:last-child {
    margin-right: 0;
}

.foot-cont p a {
    color: #827e86;
    font-size: 14px;
    transition: all 0.5s;
}
.foot-cont p a.no:hover{
    color: #827e86;
}

.foot-cont p a:hover{
    color: #cfcfcf;
}

.qr-w .foot-cont p a {
    font-size: 16px;
}

.qr-w img {
    margin-right: 5px;
}

.foot {
    padding: 30px 0 5px 0;
    display: table;
}

.web a {
    color: #464646;
    line-height: 58px;
}

.cr {
    color: #827e86;
    line-height: 60px;
    border-top: 2px solid #707070;
    text-align: left;
    font-size: 14px;
}

.cr * {
    font-size: 14px;
}

.cr a {
    color: #827e86;
}

.foot-link,
.foot-link a {
    color: #827e86;
    font-size: 14px;
}

/*  */

/* 面包屑导航 */
.crumbs {
    background: #f7f8fc;
}

.crumbs ul {
    padding: 14px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.crumbs li {
    float: left;
    color: #8b8583;
    padding: 0 5px;
    font-size: 14px;
}

.crumbs li a{
    font-size: 14px;
    color: #8b8583;
}

.crumbs img {
    width: 24px;
    height: 24px;
}

/*  */

/* 轮播图 */
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    width: 10px;
    height: 10px;
}

.banner .swiper-pagination-bullet-active {
    background: #0071a7;
}

.banner img {
    width: 100%;
    display: block;
}


.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;
}

/* */


/* 内页导航栏目 */
.tab-nav {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}

.tab-nav ul {
    display: inline-block;
}

.tab-nav li {
    float: left;
    color: #5d5d5d;
    padding: 20px 10px;
    margin: 0 12px;
    cursor: pointer;
}

.tab-nav .act {
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
}

.main {
    display: none;
    padding: 40px 0;
}

.index-main-1 {
    background: url("../images/bg_2.jpg") no-repeat;
    background-size: cover;

}

.index-main-1 ul {
    overflow: hidden;
    padding: 30px 0;
}

.index-main-1 ul li {
    float: left;
    width: 18%;
    text-align: center;
    padding: 13px 2% 13px 0;
}

.main-1-desc {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
}

.main-1-title {
    font-size: 22px;
    color: #fff;
    margin: 5px 0 5px 0;
}

.index-main-2 {
    background: #fff;
    height: 125px;
}

.swiper-container-case {
    width: 90%;
    float: left;
    height: 100%;
}

.swiper-container-case-more {
    width: 10%;
    float: right;
    text-align: right;
    padding-top: 51px;
}

.swiper-container-case-more a {
    border: 2px solid #a1a1a2;
    padding: 6px 15px;
    color: #231815;
    border-radius: 5px;
    font-size: 16px;
}

.swiper-container-case .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-container-case .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.index-main-2 .container {
    overflow: hidden;
    height: 100%;
}

.index-main-3 {
    background: #f7f8fc;
}

/*首页标题*/

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

.big-tit {
    font-size: 30px;
    letter-spacing: 3px;
    color: #000;
}

.sub-tit {
    font-size: 16px;
    color: #7e7e7f;
    padding: 10px 0 14px 0;
    letter-spacing: 2px;
}

/* 首页产品展示 */
.tab {
    text-align: center;
    margin: 20px 0 30px 0;
}

.tab ul {
    overflow: hidden;
}

.tab li {
    border: 1px solid #ececec;
    color: #231815;
    float: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 98px;
    transition: all 0.5s;
    width: 16.5%;
}

.tab li a {
    color: #231815;
}

.tab li .index-pro-item {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}

.index-pro-item-img {
    float: left;
    margin-right: 15px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab .active {
    background: #00a3cc;
    color: #fff;
    border: 1px solid;
}

.index-pro-desc {
    width: 40%;
    padding-right: 5%;
}

.index-pro-desc-img {
    width: 55%;
    text-align: right;
}

.index-pro-desc-img img {
    max-width: 100%;
    max-height: 100%;
}

.index-pro-desc-title {
    font-size: 26px;
    margin-bottom: 10px;
}

.index-pro-desc-content {
    color: #8c8c8d;
    line-height: 22px;
    margin-bottom: 10px;
}

.index-pro-desc-link {
    color: #00a1e9;
    display: block;
    margin-top: 30px;
    width: 110px;
    text-align: center;
    border: 1px solid #00a1e9;
    height: 30px;
    line-height: 30px;
    transition: all 0.5s;
}

.index-pro-desc-link:hover{
    border-radius: 5px;
    background: #00a1e9;
    color: #fff;
}

.list {
    display: none;
}

.list ul {
    display: inline-block;
    width: 100%;
}

.list li {
    width: 25%;
    float: left;
}

.list a {
    display: block;
    width: 94%;
    margin: auto;
    position: relative;
}

.list a img {
    width: 100%;
    height: 100%;
}

.list .list-tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.list .list-con {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.list .list-con span {
    color: #fff;
    font-size: 32px;
    text-align: center;
}


.pro {
    padding: 35px 0;
}

.pro li p {
    text-align: center;
}


/* 定制流程 */
.lc ul {
    position: relative;
    height: 521px;
}

.lc li {
    float: left;
    width: 20%;
    text-align: center;
    transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
    position: absolute;
    z-index: 4;
}
.lc li a{
    display: block;
    position: relative;
}
.lc li:hover .index-case-desc{
    display: flex;
}
.index-case-desc{
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    height: 452px;
}
.index-case-desc span b{
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
}
.index-case-desc::after{
    position: absolute;
    content: ' ';
    left: 0;
    top: 0;
    background: rgba(0,0,0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.index-case-desc span{
    color: #e5e5e5;
    position: relative;
    z-index: 10;
    padding: 0 15px;
    width: 270px;
}

.lc li:nth-of-type(1) {
    left: 0;
}

.lc li:nth-of-type(2) {
    left: 20%;
}

.lc li:nth-of-type(3) {
    left: 40%;
}

.lc li:nth-of-type(4) {
    left: 60%;
}

.lc li:nth-of-type(5) {
    left: 80%;
}

.lc li:hover {
    z-index: 6;
    width: 25%;
}

.lc img {
    max-width: 100%;
    height: 452px;
}

.lc {
    margin-top: 35px;
}

.lc li p {
    line-height: 65px;
}

.index-more {
    text-align: center;
    margin-top: 15px;
}

.index-more a {
    color: #00afec;
    border: 2px solid #f4f4f4;
    padding: 8px 40px;
    border-radius: 5px;
    transition: all 0.5s;
}

.index-more a:hover{
    background: #00afec;
    color: #fff;
    border-color: #00afec;
}

.an1 img {
    max-width: 100%;
}

.hzkh-list {
    margin: 40px 0;
}

.hzkh-list p {
    margin-bottom: 25px;
    overflow: hidden;
    padding: 5px;
}
.container.kh{
    width: 1210px;
}

.hzkh-list p a {
    float: left;
    width: 19.83333333333333%;
    display: flex;
    height: 78px;
    align-items: center;
    justify-content: center;
    border: 1px solid #f4f4f4;
    overflow: hidden;
    transition: all 0.5s;
}
.hzkh-list-2 p a {
    width: 33.3%;
    position: relative;
    border: none;
}
.hzkh-list-2 p a::after{
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    border: 1px solid #f4f4f4;
    bottom: 0;
    right: 0;
}
.hzkh-list p a:hover{
    border-color: #00afec;
    box-shadow: 0 0 5px 0 #00afec;
    z-index: 1;
}

.hzkh-list p a img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.5s;
}

.hzkh-list p a:hover img{
    transform: scale(1.1);
}

    /* 品质面料 */
.pz li {
    width: 25%;
    float: left;
    text-align: center;
}

.pz li img {
    max-width: 276px;
    max-height: 157px;
}

/* 选择理由 */
.re .swiper-slide {
    /*margin-left: 7%;*/
    background: #fff;
    box-shadow: 0 0 15px 0 #ccc;
    border-radius: 10px;
    height: 390px;
}

.share-content {
    padding: 30px;
    text-align: left;
}

.swiper-container.share {
    height: 450px;
}

.swiper-container.share .swiper-pagination {
    bottom: 0;
}

.swiper-container.share .swiper-pagination-bullet {
    background: #79ccf3;
    width: 35px;
    height: 6px;
    border-radius: 0;
}

.swiper-container.share .swiper-pagination-bullet-active {
    background: #005fad;
}

.re .manager {
    margin: 15px 0;
    overflow: hidden;
}

.re .manager img {
    float: left;
    margin-right: 10px;
    height: 62px;
    width: 62px;
}

.re .manager span {
    float: left;
    padding-top: 6px;
}

.re .manager i {
    color: #8f8c8a;
    display: block;
    line-height: 16px;
    font-style: normal;
}

.re h3 {
    font-weight: normal;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
}

.re p.text {
    font-size: 14px;
    color: #636363;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.bg {
    background: #f7f8fc;
    padding: 5px 0 2px 0;
}


/* 关于我们 */
.about-co {
    width: 59%;
    color: #606060;
    line-height: 36px;
}

.about-img {
    width: 30%;
    padding-top: 10px;
}

.about-img img {
    max-width: 286px;
    max-height: 201px;
}

.about-co a {
    color: #0b86ff;
}

.index-news-title {
    font-size: 16px;
    font-weight: bold;
    color: #17110f;
    margin-bottom: 15px;
}

.index-news-title i {
    font-style: normal;
    color: #005dab;
    font-size: 20px;
    font-weight: normal;
}

.index-news-list li {
    overflow: hidden;
}

.index-news-list .index-list-img {
    float: left;
    width: 240px;
    height: 139px;
    margin-right: 20px;
    overflow: hidden;
}

.index-news-list .index-list-img img{
    transition: all 0.5s;
}
.index-news-list li:hover .index-list-img img{
    transform: scale(1.2);
}

.index-news-info {
    float: left;
    width: 558px;
}

.index-news-info a {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    transition: all 0.5s;
}

.index-news-list li:hover .index-news-info a{
    color: #009fe9;
}

.index-news-desc {
    color: #a7a7a5;
    margin-bottom: 15px;
    height: 58px;
    overflow: hidden;
    line-height: 20px;
}

.index-news-date {
    color: #a7a7a5;
}

.index-news-date span:first-child {
    float: left;
}

.index-news-date span:last-child {
    float: right;
}

.index-news-list li {
    margin-bottom: 40px;
}
.index-news-right .index-news-list li{
    margin-bottom: 17px;
}

.index-list-img img {
    width: 100%;
    height: 100%;
}

.index-news-right .index-news-list .index-list-img {
    width: 128px;
    height: 95px;
}

.index-news-right .index-news-info {
    width: 170px;
}

.index-news-right .index-news-info a {
    font-size: 16px;
}

.index-news-right .index-news-date span:last-child {
    float: none;
}

.index-news-more {
    display: block;
    border: 1px solid #00599e;
    color: #00599e;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    width: 99%;
    margin: auto;
}
.about.pa{
    margin-bottom: 10px;
}

.index-message {
    background: #f7f8fc;
    padding: 50px 0 30px;
}

.index-message-left .p1 {
    font-size: 34px;
    margin-bottom: 5px;
}

.index-message-left .p2 {
    font-size: 14px;
    color: #7e7e7f;
}

.index-message-right {
    margin-top: 15px;
}

.index-message-right input[type='text'] {
    width: 353px;
    height: 42px;
    border: 1px solid #eeeeee;
    padding-left: 5px;
    float: left;
    outline: none;
}

.index-message-right input[type='submit'] {
    background: #0060ae;
    height: 42px;
    width: 317px;
    float: left;
    color: #dededf;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s;
}

.index-message-right input[type='submit']:hover{
    opacity: 0.8;
}

    /* 企业荣誉 */
.ho li {
    float: left;
    width: 23%;
    height: 387px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
}

.ho img {
    max-width: 100%;
    max-height: 100%;
}

/* 合作客户 */
.ca li {
    float: left;
    width: 21%;
    height: 200px;
    padding: 10px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
}

.ca img {
    max-width: 100%;
    max-height: 100%;
}

/* 内页 内页切换*/
.main-act {
    border-left: 2px solid #0b86ff;
}

.main-li {
    width: 15%;
}

.main-li p {
    margin: 8px 10px;
    padding: 15px 14px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.main-li p a {
    display: block;
}

.main-li span {
    display: block;
    background: #0b86ff;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.cont {
    width: 82%;
}

.content {
    display: none;
}

.ma {
    display: table;
    padding: 50px 0;
}

/*翻页*/
.pagelist {
    text-align: center;
    padding: 42px 0;
    clear: both;
}

.pagelist ul {
    display: table;
    margin: auto;
}

.pagelist li {
    border: 1px solid #c0c0c0;
    color: #c0c0c0;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

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

.pagelist li a {
    padding: 6px 14px;
    display: block;
    cursor: pointer;
}

.page a:last-child {
    width: 56px;
}

.pagelist li.am-active {
    border: 1px solid #0b86ff;
    color: #0b86ff
}


/* 内页产品展示 */
.product li {
    float: left;
    width: 33.3%;
    text-align: center;
    margin-bottom: 60px;
}

.product a {
    display: block;
    width: 94%;
    height: 488px;
}

.product img {
    width: 100%;
    height: 100%;
}

.product p {
    line-height: 32px;
}

.pro-dt {
    display: table;
    margin-top: 30px;
    margin-bottom: 40px;
}


/* 产品详情 */

.bread-nav {
    color: #5d5d5d;
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #eeeeee;
    font-size: 14px;
}

.bread-nav a {
    color: #5d5d5d;
    margin-right: 10px;
}

.pro-ct h2 {
    font-weight: normal;

    line-height: 66px;

}

.pro-ct span {
    color: #ff0000;
    font-size: 20px;
}

.pro-ct p {
    color: #6f6f6f;
    line-height: 45px;
}

.pro-ct {
    margin-left: 60px;
}

.pro-ct .pro-btn a:first-child {
    display: inline-block;
    padding: 1px 50px;
    color: #6f6f6f;
    border: 1px solid #6f6f6f;
    margin-right: 10px;
}

.pro-ct .pro-btn a:nth-child(2) {
    display: inline-block;
    padding: 1px 50px;
    color: #fff;
    background: #1b1b1b;
    border: 1px solid #1b1b1b;
}

.pro-ct .pro-btn {
    margin-top: 20px;
}

.dt-main {
    padding: 35px 0;
    overflow: hidden;
    margin-top: 42px;
}

.dt-main img {
    max-width: 100%;
}

.dt-main h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

/* 新闻资讯 */
.news .left {
    font-size: 24px;
    width: 85%;
}

.news .right {
    width: 100px;
    font-size: 14px;
    background: #f5f5f5;
    color: #666;
    text-align: center;
    padding: 20px 0;
}

.news li {
    display: flow-root;
    padding: 20px 0;
    border-bottom: 1px dashed #acacac;
    cursor: pointer;

}

.news .ne-act {
    color: #00a3cc;
}

.news .ne-act02 {
    background: #00a3cc;
    color: #fff;
}

/* 内页新闻详情 */
.news-dt h3 {
    text-align: center;
}

.news-dt p {
    line-height: 40px;
    color: #3d3d3d;
}

.atc-li {
    height: 64px;
    padding: 36px 20px;
}

.atc-li .left a {
    color: #3d3d3d;
    line-height: 32px;
    font-size: 14px;
}

.atc-li .right a {
    display: inline-block;
    padding: 6px 16px;
    color: #fff;
    background: #626262;
    margin-top: 16px;
}

/* 应用案例 */
.case li {
    width: 30%;
    margin-right: 32px;
    float: left;
    margin-bottom: 35px;
}

.case img {
    width: 100%;
    height: 197px;
}

.case p {
    text-align: center;
    line-height: 32px;
}

/* 公司介绍 */
.ab {
    line-height: 40px;
    color: #3d3d3d;
}

.honor li {
    width: 23%;
    height: 314px;
    margin-bottom: 30px;
}

.ab-w img {
    max-width: 90%;
}

.contact {
    line-height: 40px;
    color: #3d3d3d;
}

.case video {
    width: 100%;
    height: 100%;
}

.dingzhi_fm {
    width: 580px;
    margin: 0 auto;
}

.mt_70 {
    margin-top: 70px;
}

.clr_6 {
    color: #666;
}

.f_14 {
    font-size: 14px;
}

.mt_10 {
    margin-top: 10px;
}

.ipt1 {
    border: 1px solid #e5e5e5;
    padding: 12px;
    width: 580px;
    outline: none;
}

.mt_20 {
    margin-top: 20px;
}

.bg_0 {
    background: #000;
}

.mt_30 {
    margin-top: 30px;
}

.border0 {
    border: 0;
}

.clr_f {
    color: #fff;
}

.download li .down {
    color: #666;
    margin-right: 50px;
    float: right;
}

.download li span.time {
    float: right;
}

.news.download .left {
    font-size: 16px;
    width: auto;
}

.news.download li.ne-act {
    color: initial;
}

.news.download li .down:hover {
    color: #00a3cc;
}

.phone-show {
    display: none;
}

.con img,
.content img {
    max-width: 100%;
}

/* 产品列表页面 */
.goods {
    overflow: hidden;
    margin: 20px 0;
    margin-bottom: 44px;
}

.goods li {
    float: left;
    width: 30%;
    border: 1px solid #efeff0;
    padding: 9px;
    margin-right: 1.5%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.goods .pro-pic {
    width: 100%;
    height: 274px;
    text-align: center;
    overflow: hidden;
}

.goods .pro-pic img {
    width: 100%;
    transition: all 0.5s;
}

.goods li:hover .pro-pic img{
    transform: scale(1.2);
}

.goods .pro-ti {
    padding: 20px 0;
    overflow: hidden;
}

.goods .pro-ti img {
    width: 24px;
    height: 24px;
}

.goods span {
    float: left;
}

.goods .pro-m {
    text-align: left;
    float: right;
    width: 90%;
}

.goods .pro-m h3 {
    font-size: 18px;
}

.goods .pro-m p {
    font-size: 14px;
    color: #9f9fa0;
    padding: 15px 0;
}

.goods .pro-m a {
    color: #00a0e9;
    transition: all 0.5s;
    display: inline-block;
}

.goods li:hover .pro-m a{
    transform: translateX(10px);
}

/*  */

/* 产品详情页面 */
.dt {
    overflow: hidden;
    margin-top: 34px;
}

.dt-left {
    float: left;
    width: 26%;
}

.dt-right {
    float: right;
    width: 72%;
}

.dt-left .left-cate.act, .dt-left li.left-cate:hover{
    background: #00a0e9;
    color: #fff;
}
.dt-left .left-cate.act a, .dt-left li.left-cate:hover a{
    color: #fff;
}
.dt-left li a span:last-child{
    float: right;
}
.dt-left li .news-ma .n-ma a{
    transition: all 0.5s;
}
.dt-left li .news-ma .n-ma a:hover{
    color: #00a0e9;
}

.dt-left li a{
    display: block;
    overflow: hidden;
    line-height: 28px;
}
.dt-left li {
    border-bottom: 1px solid #f1f1f2;
    overflow: hidden;
    padding: 14px 12px;
}

.dt-left li img {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    display: block;
}
.dt-left li span img:first-child{
    display: none;
}
.dt-left li:hover span img:first-child,.dt-left li.act span img:first-child{
    display: block;
}
.dt-left li:hover span img:last-child,.dt-left li.act span img:last-child{
    display: none;
}
/*.dt-left li.act:hover{
    opacity: 0.8;
}*/

.dt-left li span.ico {
    float: right;
}

.dt-left li:last-child {
    border-bottom: none;
    background: #00a0e9;
    color: #fff;
    padding-left: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 20px;
}

.dt-left li:last-child p {
    margin-left: 20px;
}

.dt-left h3 {
    font-size: 24px;
}

.dt-m-1 img {
    width: 100%;
}

.dt-m-2 ul {
    overflow: hidden;
}

.dt-m-2 li {
    float: left;
    width: 10%;
    text-align: left;
    margin-right: 8%;
}
.dt-m-2 li:nth-of-type(6){
    margin-right: 0;
}
.dt-m-2 li:nth-of-type(6+n){
    display: none;
}

.dt-m-2 li img {
    border: 1px dashed #bcdbff;
    padding: 29%;
    width: 34px;
    height: 34px;
}

.dt-m-2 li p {
    font-size: 14px;
    text-align: center;
}

.dt-m-2 {
    margin: 40px 0;
}

.dt-tit h2 {
    font-size: 26px;
    font-weight: 500;
}

.dt-line {
    margin: 10px 0;
}

.dt-tit p {
    font-size: 14px;
    color: #909090;
}

.dt-m-3 {
    margin-top: 70px;
}

.dt-m-3 img {
    max-width: 100%;
}
.dt-m-3 .dt-tit{
    margin: 0 0 20px 0;
}

.dt-m-4 {
    overflow: hidden;
    background: url("../images/bg_2.jpg") no-repeat;
    background-size: cover;
    position: relative;
    height: 156px;

}

.ad-p {
    font-size: 24px;
    color: #fff;
    float: left;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translate(0, -50%);
}

.ad-p span {
    font-size: 14px;
}

.ad-btn {
    float: right;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translate(0, -50%);
}

.ad-btn a {
    background: #0060ae;
    padding: 10px 20px;
    color: #fff;
}

.dt-li {
    margin: 10px 0;
}

.dt-li ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dt-li li {
    float: left;
    text-align: center;
    width: 14%;
    margin-left: 1%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dt-li img {
    width: 100%;
    height: 180px;
}

.dt-m-5 {
    margin-top: 70px;
}

.dt-m-6 {
    margin-top: 70px;
}

.cha {
    overflow: hidden;
    background: #f4f5f6;
    padding: 0;
    margin-top: 40px;
}
.cha img{
    max-width: 100%;
}

.cha-left {
    float: left;
}

.cha-right {
    float: right;
    width: 363px;
    height: 224px;
}

.cha-right img {
    width: 100%;
    height: 100%;
}

.cha-left h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 45px;
}

.cha-left p {
    font-size: 14px;
    color: #333;
    line-height: 41px;
}

.cha-left span {
    background: #7ecef4;
    color: #fff;
    border-radius: 50%;
    padding: 1px 7px;
    margin-right: 10px;
}

.dt-m-7 {
    margin-top: 70px;
}

.dt-con {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 42px 0;
}

.dt-con-left {
    float: left;
    width: 28%;
}

.dt-con-left img {
    width: 100%;
    height: 100%;
}

.dt-con-right {
    float: right;
    width: 65%;
}

.dt-con-na img {
    border-radius: 50%;
    width: 68px;
    height: 68px;
}

.dt-con-na span {
    margin-right: 30px;
}

.dt-con-na {
    display: flex;
    align-items: center;
}

.dt-con-ma {
    font-size: 14px;
    color: #999;
    line-height: 23px;
    margin: 20px 0;
}

.dt-m-7 .dot {
    overflow: hidden;
    margin: auto;
    width: 8%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dt-m-7 .dot span {
    border: 1px solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    margin: 0 5px;
}

.dt-m-7 .dot .ac {
    background: #2666b1;
    border: 1px solid #2666b1;
}

.dt-m-8 {
    margin-top: 70px;
}

/* */

/* 陈列详情页 */
.dt-left h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.dt-left input {
    width: 87%;
    height: 40px;
    outline: none;
    padding-left: 15px;
    border: 1px solid #eaeaea;
}

.dt-left button {
    width: 40px;
    height: 40px;
    vertical-align: bottom;
    background: #00408c;
    border: none;
}

.dt-left button img {
    width: 40px;
    height: 40px;
}

.dt-left .se {
    margin-bottom: 30px;
}

.news-ma {
    overflow: hidden;
    margin-bottom: 60px;
}

.news-ma .n-pic {
    float: left;
    width: 30%;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-ma .n-pic img {
    width: 100%;
    height: auto;
}

.news-ma .n-ma {
    float: right;
    width: 65%;
}

.news-ma .n-ma p:first-child {
    font-weight: bold;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-ma .n-ma p:nth-child(2) {
    font-size: 14px;
    color: #828282;
}

.news-ma .n-ma span:nth-child(2) img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.news-ma .n-ma span {
    font-size: 14px;
}

.new-nav {
    margin-top: 50px;
}

.tag {
    margin-top: 50px;
}

.tag-li a {
    color: #999;
    padding: 10px 17px;
    border: 1px solid #999;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
}

.news-dt-tit h2 {
    font-size: 22px;
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 15px;
}

.news-dt-tit p {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

.news-dt-tit p img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    vertical-align: middle;
}

.news-dt-co p {
    font-size: 14px;
    line-height: 38px;
}

.news-next-pre {
    margin: 50px 0;
}

.news-next-pre a {
    color: #666666;
    line-height: 36px;
}
.news-dt-co img{
    max-width: 100%;
}

/**/

/* 解决方案页面 */
.dt-solu ul {
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.dt-solu li {
    float: left;
    width: 26%;
    box-shadow: 3px 8px 10px #888888;
    padding: 36px 22px 44px 22px;
    margin-bottom: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}

.dt-solu li img {
    width: 50px;
    height: 52px;
}

.dt-solu h3 {
    font-size: 22px;
}

.dt-solu .solu-line {
    width: 66px;
    border-bottom: 3px solid #2666b1;
    margin: 15px 0 18px 0;
}

.dt-solu p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.dt-solu {
    margin: 30px 0;
}

.solu-li ul {
    display: flex;
    justify-content: space-between;
}

.solu-li li {
    text-align: center;
}

.solu-li li p {
    line-height: 58px;
}

.solu-li li img {
    width: 97px;
    height: 90px;
}

.solu-li {
    margin: 30px 0;
}

.cha-2-left {
    float: left;
}

.cha-2-right {
    float: right;
}

.sys ul {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

.sys li {
    float: left;
    text-align: center;
    border: 1px dashed #e4e4e4;
    padding: 22px 24px;
}

.sys li p {
    margin-top: 10px;
}

.sys img {
    width: 54%;
    height: 46%;
}

.sys {
    margin-top: 20px;
}

.sys-2 img {
    width: 100%;
}

.sys-2 {
    margin-top: 20px;
}

.ph-dt-left {
    display: none;
}

/* */

/* 陈列资讯列表页 */
.news-it{
    padding: 20px 0;
    display: flex;
    justify-content: center;
}
.news-it a{
    font-size: 20px;
    margin-right: 70px;
}
.news-it .act{
    color: #009dd5;
    position: relative;
}
.news-it .act::after{
    content: ' ';
    position: absolute;
    border-bottom: 2px solid #009dd5;
    bottom: -20px;
    width: 110%;
    left: -5%;
}
.news-it-li{
    overflow: hidden;
    margin-top: 30px;
}
.news-it-li a{
    display: block;
    margin-bottom: 30px;
   padding-bottom: 30px; 
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}
.news-it-img{
    width: 20%;
    height: 147px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.news-it-img img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.news-it-img:hover img{
    transform: scale(1.1);
}
.news-it-m{
    float: right;
    width: 77%;
}
.news-it-m img{
    width: 12px;
    height: 12px;
    margin-right: 10px;
 
}
.news-it-m h3{
    font-size: 20px;
    transition: all 0.5s;
}
.news-it-m h3 b{
    font-size: 20px;
    color: #f73131;
}
.news-it-m h3:hover{
    color: #009dd5;
}
.news-it-co{
font-size: 14px;
color: #515151;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
line-height: 23px;
margin: 25px 0 30px 0;
    transition: all 0.5s;
    height: 46px;
}
.news-it-co:hover{
    color: #313131;
}
.news-it-gl{
    font-size: 14px;
    color: #999999;
}
/* */

/* 陈列美图页面 */

.news-it-pic{
    margin-top: 30px;
}
.news-it-pic a{
width: 23%;
box-shadow:0px -2px 13px 5px #ddd;;
display: inline-block;
margin-right: 20px;
margin-bottom: 30px;
}
.news-it-pic img{
    width: 100%;
}
.news-it-pic p{
    text-align: center;
    margin: 24px 0;
    padding: 0px 10px;
}

/* */

/* 陈列案例 */
.case-it{
    margin-top: 30px;
}
.case-it a{
    display: inline-block;
    width: 22%;
    margin-right: 30px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    transition: all 0.5s;
    vertical-align: top;
}
.case-it a:hover{
    box-shadow: 0 0 10px 0 #ddd;
}
.case-pic{
    width: 100%;
    height: 230px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.case-pic img{
    max-width: 100%;
    max-height:100% ;
    display: block;
    transition: all 0.5s;
}
.case-it a:hover .case-pic img{
    transform: scale(1.2);
}
.case-con h3{
font-size: 16px;
margin-bottom: 16px;
}
.case-con p{
    font-size: 14px;
    color: #9d9d9d;
}

.case-con p:last-child{
    margin-top: 10px;
}
.case-con p span{
    font-size: 14px;
    color: #147ffa;
    transition: all 0.5s;
    display: inline-block;
}
.case-it a:hover .case-con p span{
    transform: translateX(10px);
}
.case-con{
    padding: 20px;
}
.case-side-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* */

/* 关于我们 */
.ab-ov{
    overflow: hidden;
}
.ab-ov img{
    max-width: 100%;
}
.ab-left{
    float: left;
}
.ab-right{
    float: right;
}
.ab-con-pic{
    width: 40%;
}
.ab-con-pic img{
    width: 100%;
}
.ab-pos{
    position: relative;
    height: 468px;
}
.ab-con{
    position: absolute;
    top: 45px;
    right: 18px;
    width: 67%;
    background: #fff;
    box-shadow: 6px 5px 10px #827e86;
    padding: 70px 42px;
}
.ab-con h2{
    font-size: 26px;
    color: #414141;
    margin-bottom: 20px;
}
.ab-con p{
    font-size: 18px;
    color: #707070;
    line-height: 36px;
}
.ab-tit{
    text-align: center;
}
.ab-tit h2{
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 20px;
}
.ab-tit p{
font-size: 18px;
   color:#999999 ;
   line-height: 20px;
}
.ab-cul ul{
    display: flex;
    margin: 48px 0;
}
.ab-cul li{
    width: 33%;
    display: flex;
    align-items: center;
}
.ab-cul-2 h3{
    font-size: 20px;
    margin-bottom: 10px;
}
.ab-cul-2 p{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
.ab-cul-1 img{
    width: 73px;
    height: 68px;
    margin-right: 15px;
}
.ab-2{
    margin: 95px 0;
}

.ab-ho a{
    display: inline-block;
    width: 18%;
    margin-right: 20px;
    background: #f5f7f8;
}

.ab-ho a p:first-child{
    width: 100%;
    height: 156px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px 0;
}
.ab-ho a p:first-child img{
    max-width: 100%;
    max-height: 100%;
}
.ab-ho a p:nth-child(2){
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.ab-3{
    margin: 58px 0;
}
.ab-4 .ab-left{
    width: 54%;
}
.ab-4 .ab-left img{
    width: 100%;
}
.ab-4 .ab-right p:first-child {
margin-bottom: 30px;
}
.ab-4 .ab-right p{
    line-height: 56px;
}
.ab-4 {
    margin:95px 0;
}
.ab-5 .ab-left{
    width: 50%;
}

.ab-5 .ab-left p:first-child{
width: 86%;
}
.ab-5 .ab-left p{
    line-height: 36px;
}
.ab-5 .ab-left p a{
    color: #1396db;
}
.ab-5 .ab-right{
    width: 50%;
}
.ab-5 .ab-right img{
width: 100%;
}
.ab-5{
    display: flex;
align-items: center;
}
.ab-5-bg{
    background: #f7f7f7;
    padding: 44px 0;
    margin: 40px 0;
}
/* */

/* 招商页 */
.invi-1i{
    margin: 40px 0;
}
.invi-1i ul{
    display: flex;
}
.invi-1i li{
    width: 32%;
    margin-right: 20px;
    box-shadow: 3px 5px 10px #999;
    display: flex;
    padding: 28px 17px;
}
.invi-ic-p h4{
    font-size: 20px;
    font-weight: 500;
    line-height: 66px;
}
.invi-ic-p p{
    font-size: 16px;
    color: #727272;
    line-height: 25px;
}
.invi-ic{
    margin-right: 20px;
}
.invi-ic img{
    width: 74px;
    height: 74px;
}
.ab-invi-1{
    margin: 40px 0;
}
.ab-invi-2{
    display: flex;
    align-items: center;
    margin: 68px 0;
}
.ab-invi-2 .ab-right h3{
font-size: 28px;
font-weight: 500;
}
.ab-invi-2 .ab-right p{
    font-size: 16px;
    color: #535353;
    line-height: 30px;
}
.ab-invi-2 .ab-right p:first-of-type{
    margin: 30px 0 60px 0;
}
.ab-invi-2 .ab-right a{
    background:#2666b1;
    color: #fff;
    padding: 10px 26px;
    border-radius: 5px;
}
.ab-invi-2 .ab-left{
    width: 50%;
}

.ab-invi-2 .ab-left img{
    width: 100%;
}
.ab-invi-2 .ab-right{
    width: 50%;
    padding:0 50px;
}
.ab-invi-3{
    background: #2666b1;
    color: #fff;
    padding: 38px 0;
}
.ab-invi-3 ul{
    display: flex;
    justify-content:space-between;
}
.ab-invi-3 strong{
    font-size: 40px;
}
.ab-invi-3 li{
    text-align: center;
}
.ab-invi-3 p{
    line-height:38px;
}
.ab-invi-4{
    background: #e5e5e5;
    padding: 70px 0;
}
.ab-invi-4 .ab-right{
    width: 50%;
    overflow: hidden;
    height: 401px;
}
.ab-invi-4 .ab-left{
    width: 50%;
}
.ab-invi-4 .ab-right img{
    width: 100%;
    height: 100%;
}
.ab-invi-4 input{
    outline: none;
    border-radius: 3px;
    border: none;
    width: 80%;
    height: 50px;
    padding-left: 20px;
}
.ab-invi-4 p{
    margin-bottom: 20px;
}
.ab-invi-4 textarea{
    border: none;
    width: 80%;
    padding-left: 20px;
    padding-top: 16px;
    height: 105px;
    resize:none;
    vertical-align: top;
    outline: none;
    margin-left: -3px;
}
.ab-invi-4 .ab-left p span{
    padding-top: 16px;
    display: inline-block;
}
.ab-invi-4 .ab-ov{
    margin-top: 40px;
}
.sitemap{
    margin-top: 20px;
}
.sitemap:last-child{
    margin-bottom: 20px;
}
.sitemap dd{
    margin: 5px 0 0 0;
    padding-left: 32px;
}
.sitemap dd a{
    margin-right: 10px;
}
.sitemap-list{
    margin: 20px 0;
}
.sitemap-list{
    overflow: hidden;
}
.sitemap-list li{
    float: left;
    width: 30.3%;
    padding-right: 3%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
}
.an1{
    background: #fff;
}
.an1-list{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px;
}
.an1-list-item{
    width: 20%;
    float: left;
    position: relative;
    height: 110px;
    padding: 50px 0 0 0;
    cursor: default;
}
.an1-list-item::after{
    position: absolute;
    transition: all 0.5s;
    left: 0;
    top: 35px;
    width: 84%;
    height: 89px;
    content: ' ';
    box-shadow: 0 0 5px 0 #fff;
    border-radius: 5px;
}
.an1-list-item:hover::after{
    box-shadow: 0 0 5px 0 #00afec;
}
.an1-list-item:hover .an1-list-ico img{
    /*-webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;*/
    opacity: 0.7;
}
.an1-list-ico{
    position: absolute;
    left: 0;
    width: 60px;
}
.an1-list-ico img{
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;*/
    transition: all 0.5s;
}
.an1-list-info{
    margin-left: 70px;
    transition: all 0.5s;
}
.an1-list-info b{
    font-size: 26px;
}
.an1-list-item:hover .an1-list-info{
    opacity: 0.7;
    /*color: #00a3cc;*/
}
.new-it-parent{
    border-bottom: 1px solid #d9d9d9;
}
.new-it-parent.fixed{
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100;
    top: 90px;
    border-top: 1px solid #d9d9d9;
}

/* 招商页 */
.floor_1 {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.title_1 strong {
    font-size: 32px;
    text-align: center;
    display: block;
    padding-top: 60px;
}
.title_1 p {
    font-size: 18px;
    color: #1e1e1e;
    text-align: center;
    margin-top: 18px;
}
.floor_1 .title_1 strong{
    padding-top: 15px;
}
.floor_1 ul {
    margin-top: 32px;
}
.floor_1 ul li:nth-child(2),.floor_1 ul li:last-child{margin-right: 0;}
.floor_1 ul li {
    width: 585px;
    float: left;
    height: 493px;
    margin-right: 15px;
}
.floor_1 ul li .info_1 {
    height: 92px;
    background: url(../images/fl1_bg.jpg) center top no-repeat;
    padding-top: 30px;
    padding-left: 30px;
}
.floor_1 ul li .info_1 strong {
    display: block;
    font-size: 26px;
    color: #fff;
}
.floor_1 ul li .info_1 p {
    color: #fff;
    margin-top: 10px;
}
.floor_1 ul li .info_2 {
    border: 1px solid #e8e8e8;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
    border-top: none;
}
.floor_1 ul li:hover .info_2{border:1px solid #04bfe0;border-top: none;}
.fl {
    float: left;
}
.floor_1 ul li img {
    margin-left: 20px;
    margin-top: 50px;
    vertical-align: initial!important;
}
.fr {
    float: right;
}
.floor_1 ul li .fr {
    width: 390px;
    margin-right: 28px;
}
.floor_1 ul li .fr p {
    color: #575757;
    line-height: 32px;
    margin-top: 43px;
    height: 240px;
}
.floor_1 ul li .fr a {
    width: 147px;
    height: 42px;
    display: block;
    border-radius: 30px 0 0 30px;
    font-size: 18px;
    background: #ececec;
    text-align: center;
    line-height: 42px;
    float: left;
    color: #000;
    cursor: pointer;
}
.floor_1 ul li .fr a.blue {
    background: #04bfe0;
    border-radius: 0 30px 30px 0;
    color: #fff;
}
.floor_1 ul li .fr a:hover{opacity: .7;}
.floor_1 ul li .fr a.blue{background: #04bfe0;border-radius:0 30px 30px 0;color:#fff;}

.floor_2 {
    height: 1221px;
    background: url(../images/fl2_bg.jpg) center top no-repeat;
}
.floor_2 .title_1 strong {
    color: #fff;
}
.floor_2 .title_1 p {
    color: #fff;
}
.floor_2 ul {
    margin-top: 32px;
}
.floor_2 ul li {
    width: 225px;
    height: 280px;
    background: #fff;
    float: left;
    border-radius: 5px;
    margin-right: 18px;
    text-align: center;
    padding-top: 44px;
    margin-bottom: 1px;
}
.floor_2 ul li span {
    display: block;
    font-size: 20px;
    margin: 15px 0;
}
.floor_2 ul li p {
    width: 185px;
    font-size: 16px;
    color: #575757;
    text-align: left;
    margin: 0 auto;
    line-height: 26px;
}
.floor_2 ul li:nth-child(5),.floor_2 ul li:nth-child(10),.floor_2 ul li:nth-child(15){margin-right: 0;}

.floor_3 {
    height: 712px;
    background: url(../images/fl4_bg.jpg) center top no-repeat;
}
.floor_3 .title_1 strong {
    color: #fff;
}
.floor_3 ul li {
    width: 136px;
    float: left;
    margin-top: 40px;
    margin-right: 76px;
}
.floor_3 ul li span {
    display: block;
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin: 20px 0;
}
.floor_3 ul li p {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}
.floor_3 ul li:last-child{margin-right: 0;}

.floor_4 {
    height: auto;
    overflow: hidden;
    padding-bottom: 35px;
}
.floor_4 ul li {
    width: 388px;
    float: left;
    margin-right: 17px;
    margin-top: 30px;
}
.floor_4 ul li img {
    display: block;
    margin: 0 auto;
}
.floor_4 ul li p {
    height: 72px;
    border: 1px solid #e8e8e8;
    font-size: 16px;
    color: #575757;
    border-top: none;
    padding-top: 23px;
    padding-left: 19px;
    line-height: 24px;
}
.floor_4 ul li:last-child{margin-right: 0;}
.hzkh-list-phone{
    display: none;
}
.news-search{
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 10px;
}
.news-search form{
    display: block;
    width: 90%;
    max-width: 600px;
    margin: auto;
    position: relative;
}
.news-search form input[type='text']{
    display: block;
    border: 1px solid #ddd;
    border-radius: 50px;
    height: 40px;
    width: 96%;
    outline: none;
    padding: 0 2%;
}
.news-search form input[type='submit']{
    position: absolute;
    right: 15px;
    top: 6px;
    width: 30px;
    height: 30px;
    opacity: 0;
}
.news-search form i.fa-search{
    position: absolute;
    right: 23px;
    top: 12px;
    color: #666;
    z-index: 1;
    cursor: pointer;
}
.fzlc img{
    max-width: 100%;
}
.ab-ho a div{
}
.plan-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0 10px 0;
}
.plan-title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 5px;
    color: #231815;
}
.plan-subtitle{
    font-size: 16px;
    text-align: center;
    color: #8a8a8a;
}
.plan-1-list{
    overflow: hidden;
    margin-top: 25px;
}
.plan-1-list li{
    width: 346px;
    float: left;
    height: 197px;
    border: 2px solid #efeff0;
    border-radius: 5px;
    margin-bottom: 35px;
    transition: all 0.5s;
}
.plan-1-list li:hover{
    border-color: #00a3cc;
    box-shadow: 0 0 1px 0 #00a3cc;
}
.plan-1-list li:nth-of-type(2),.plan-1-list li:nth-of-type(5),.plan-1-list li:nth-of-type(8){
    margin: 0 70px 35px 70px;
}
.plan-1-list-num{
    padding: 20px 20px 0 20px;
    float: left;
    font-size: 30px;
    font-weight: bold;
    height: 85%;
}
.plan-1-list-info{
    padding: 20px 20px 20px;
    float: left;
    width: 228px;
}
.plan-1-list-info span{
    font-size: 22px;
    position: relative;
    padding-bottom: 5px;
    display: block;
    margin-bottom: 10px;
}
.plan-1-list-info span::after{
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #7fb2e0;
    content: ' ';
    width: 95px;
    left: 0;
}
.plan-1-list-info p{
    color: #6d6c6c;
    line-height: 24px;
}
.plan-2{
    background-repeat: no-repeat;
    background-position: center top;
    padding: 40px 0 0 0;
    min-height: 495px;
}
.plan-2 .plan-title, .plan-2 .plan-subtitle{
    color: #fff;
}
.plan-2-list{
    margin: 60px auto 0 auto;
    width: 100%;
    max-width: 1050px;
    overflow: hidden;
}
.plan-2-list li{
    float: left;
    width: 85px;
    text-align: center;
    color: #fff;
    margin-right: 108px;
    margin-bottom: 70px;
}
.plan-2-list li p{
    white-space: nowrap;
}
.plan-2-list li a, .plan-2-list li img{
    transition: all 0.5s;
}
 .plan-2-list li:hover p{
     color: #00a3cc;
 }
.plan-2-list li:hover img{
    transform: scale(1.1);
}
.plan-2-list li:nth-of-type(6n){
    margin-right: 0;
}
.plan-3{
    padding: 10px 0;
}
.plan-3-list{
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 25px auto 0 auto;
}
.plan-3-list img{
    height: 105px;
    transition: all 0.5s;
}
.plan-3-list-img{
    text-align: center;
}
.plan-3-list li:hover img{
    transform: scale(1.1);
}
.plan-3-list li{
    float: left;
    width: 318px;
    margin-right: 98px;
    margin-bottom: 50px;
    text-align: center;
}
.plan-3-list li:nth-of-type(3n){
    margin-right: 0;
}
.plan-3-list-info span{
    font-size: 20px;
    transition: all 0.5s;
}
.plan-3-list-info p{
    color: #727172;
    font-size: 14px;
    transition: all 0.5s;
}
.plan-3-list li:hover .plan-3-list-info span{
    color: #00a3cc;
}
.plan-3-list li:hover .plan-3-list-info p{
    color: #252525;
}
.plan-4-list{
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0 auto;
    overflow: hidden;
}
.plan-4-list li{
    float: left;
    width: 277px;
    height: 346px;
    border: 1px solid #dcdddd;
    margin-right: 15px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 1px 0 #ddd;
    transition: all 0.5s;
}
.plan-4-list li:hover{
    box-shadow: 0 0 1px 0 #00a3cc;
    border-color: #00a3cc;
}
.plan-4-list li img{
    display: block;
    width: 100%;
    height: 157px;
    transition: all 0.5s;
}
.plan-4-list-img{
    overflow: hidden;
}
.plan-4-list li:hover img{
    transform: scale(1.1);
}
.plan-4-list li:last-child,.plan-4-list li:nth-of-type(4n){
    margin-right: 0;
}
.plan-4-list-info span{
    font-size: 22px;
    display: block;
    margin: 20px 0;
}
.plan-4-list-info p{
    padding: 0 40px;
    color: #6e6e6e;
    line-height: 24px;
}
.plan-5{
    margin-top: 50px;
    min-height: auto;
}
.plan-5-list{
    max-width: 1200px;
    margin-top: 54px;
}
.plan-5-list li{
    width: 240px;
    margin-right: 0;
    margin-bottom: 50px;
}
.plan-5-list li span{
    font-size: 28px;
    font-weight: bold;
}
.plan-5-list li p{
    font-size: 14px;
    color: #efefef;
    margin-top: 3px;
}

@media screen and (max-width: 1024px) {
    .plan-5{
        margin-top: 20px;
    }
    .plan-5-list li span{
        font-size: 22px;
    }
    .plan-5-list li p{
        font-size: 12px;
    }
    .plan-2-list{
        margin-top: 30px;
    }
    .plan-2{
        background-size: auto 100%;
    }
    .plan-3-list li{
        width: 48%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .plan-4-list{
        padding: 0 5px;
        width: auto;
    }
    .plan-4-list li img{
        height: 100px;
    }
    .plan-4-list-info span{
        font-size: 18px;
        margin: 10px 0;
    }
    .plan-4-list-info p{
        padding: 0 10px;
    }
    .plan-4-list li{
        height: 235px;
        margin-bottom: 15px;
    }
    .plan-4-list li{
        width: 48%;
        margin-right: 0;
    }
    .plan-4-list li:nth-of-type(even){
        float: right;
    }
    .plan-3-list li:nth-of-type(even){
        float: right;
    }
    .plan-3-list-info span{
        font-size: 18px;
    }
    .plan-3-list-info p{
        font-size: 12px;
    }
    .plan-3-list{
        padding: 0 5px;
        width: auto;
    }
    .plan-2-list li{
        width: 33.33%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .plan-2-list li img{
        height: 50px;
    }
    .plan-1-list{
        padding: 0 5px;
    }
    .plan-title{
        font-size: 22px;
    }
    .plan-subtitle{
        font-size: 12px;
    }
    .plan-1-list li{
        width: 48%;
        margin: 0 0 15px 0!important;
        position: relative;
        height: 150px;
    }
    .plan-1-list-num{
        padding: 10px 10px 0 10px;
        font-size: 22px;
        position: absolute;
        left: 0;
    }
    .plan-1-list-info{
        float: none;
        padding: 10px;
        width: auto;
        margin-left: 35px;
    }
    .plan-1-list-info p{
        font-size: 12px;
        line-height: 20px;
    }
    .plan-1-list-info span{
        font-size: 16px;
    }
    .plan-1-list-info span::after{
        width: 60px;
    }
    .plan-1-list li:hover{
        border-color: #efeff0;
        box-shadow: none;
    }
    .plan-1-list li:nth-of-type(even){
        float: right;
    }
    .plan-5-list li{
        width: 50%;
    }
    .dt-m-1 video{
        height: auto !important;
        display: block;
    }
    .goods ul{
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .goods li:nth-of-type(even){
        margin-right: 0;
    }
    .dt-solu h3{
        font-size: 16px;
    }
    .dt-solu li img{
        width: auto;
        height: 35px;
    }
    .goods .pro-m p{
        overflow: hidden;
        margin-bottom: 10px;
    }
    .ab-ov{
        padding: 0 10px;
    }
    .ab-ov iframe{
        max-width: 100%;
    }
    .news-search form input[type='text']{
        height: 35px;
    }
    .hzkh-list-pc{
        display: none;
    }
    .hzkh-list-phone{
        display: block;
    }
    .an1-list-ico img{
        height: 40px;
    }
    .an1-list-ico{
        left: 15px;
    }
    .an1-list-info b {
        font-size: 20px;
    }
    .an1-list{
        padding: 10px 0;
    }
    .an1-list-item{
        width: 49%;
        height: auto;
        padding: 10px 0;
    }
    .dt-m-2 li p{
        height: 38px;
        width: 66%;
        margin-left: 12%;
    }
    * {
        font-size: 14px;
    }
    .dt-li img {
        width: auto;
        height: 180px;
    }

    body {
        font-size: 14px;
    }

    .top {
        display: none;
    }

    .index-main-1 ul li {
        width: auto;
        float: none;
        position: relative;
        padding-left: 60px;
    }

    .index-main-1 ul li .ico {
        position: absolute;
        left: 15px;
        top: 20px;
    }

    .main-1-title {
        text-align: left;
        font-size: 18px;
    }

    .swiper-container-case {
        float: none;
        width: auto;
    }

    .index-main-2 {
        height: auto;
    }

    .swiper-container-case-more {
        width: auto;
        float: none;
        padding: 20px 0;
        text-align: center;
    }

    .main-1-desc {
        text-align: left;
    }

    .phone-show {
        display: inherit;
    }

    .head {
        width: 100%;
        display: block;
        height: 50px;
    }

    .head-con{
        display: block;
    }

    .logo {
        width: auto;
        margin-left: 15px;
        float: left;
        height: 50px;
        display: flex;
        align-items: center;
    }

    .logo img {
        max-height: 40px;
        width: auto;
    }

    .nav {
        width: auto;
        float: right !important;
        margin-right: 15px;
        position: relative;
    }

    .nav ul {
        display: none;
    }

    .nav.open ul {
        display: block;
        position: fixed;
        width: 100%;
        top: 50px;
        z-index: 100;
        left: 0;
        background: #fff;
        border-top: 1px solid #ddd;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    .nav li.search {
        display: none;
    }

    .head .tel {
        display: none;
    }

    .nav-menu {
        position: relative;
        width: 40px;
        height: 30px;
        margin-top: 10px;
    }

    .nav-menu span {
        position: absolute;
        display: block;
        height: 3px;
        border-radius: 15px;
        background: #ddd;
        width: 100%;
        transition: all 0.5s;
    }

    .nav-menu span:nth-of-type(2) {
        top: 42%;
    }

    .nav-menu span:nth-of-type(3) {
        bottom: 0;
    }

    .nav.open .nav-menu span:first-child {
        transform: translateY(14px) rotate(-45deg);
    }

    .nav.open .nav-menu span:nth-of-type(2) {
        width: 0;
    }

    .nav.open .nav-menu span:last-child {
        transform: translateY(-14px) rotate(45deg);
    }

    .nav li {
        float: none;
        width: 100%;
        text-align: left;
        line-height: 40px;
    }
    .nav li p{
        z-index: 1;
        padding: 10px 20px;
        display: none !important;
    }

    .banner {
        display: none;
    }

    .banner-phone {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .banner-phone .swiper-slide img {
        display: block;
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .pro {
        padding: 15px 0;
    }

    .big-tit {
        font-size: 20px;
        letter-spacing: 4px;
    }

    .sub-tit {
        font-size: 13px;
        padding: 5px 0 5px 0;
    }

    .tab {
        margin: 0;
        overflow: auto;
    }

    .tab li {
        padding: 5px 0;
        margin-right: 0;
        font-size: 14px;
        width: 33%;
        height: 50px;
        border: none;
        box-shadow: 0 0 2px 0 #ccc;
    }
    .tab .active{
        border: none;
    }
    .index-pro-item-img img{
        height: 30px;
    }
    .index-pro-item-img{
        margin-right: 5px;
    }

    .index-pro-desc {
        float: none;
        width: auto;
        padding: 15px 0;
    }

    .index-pro-desc-img {
        width: auto;
    }

    .lc li {
        position: static;
        width: 48% !important;
        margin-bottom: 30px;
    }
    .lc li a{
        display: block;
        overflow: hidden;
        /*padding-left: 90px;*/
        padding-left: 0;
    }
    .lc li a .index-case-desc{
        display: none !important;
    }
    .lc img{
        /*position: absolute;
        width: 80px;
        left: 0;*/
        display: block;
        width: 100%;
        margin: 0 auto 10px;
    }
    .lc img.phone-hide{
        display: none;
    }
    .an1-list-item::after{
        display: none !important;
    }
    .lc li .index-case-desc-phone p{
        line-height: 20px;
        text-align: left;
    }
    .lc li .index-case-desc-phone p:nth-of-type(1){
        font-size: 16px;
        margin-bottom: 8px;
    }
    .lc li .index-case-desc-phone p:nth-of-type(2){
        color: #999;
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .tab ul{
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 2px;
    }


    .lc li:hover {
        z-index: 6;
        width: 49%;
    }

    .lc li:nth-of-type(even) {
        float: right;
    }

    .pro {
        width: 96%;
        padding: 0 2%;
    }

    .pa {
        width: 96%;
        padding: 0 2%;
        margin-bottom: 15px;
        display: block;
    }

    .ab .left {
        width: 100%;
        float: none;
        line-height: 30px;
    }

    .ab .right {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .right-fixed {
        display: none;
    }

    .vd-img {
        width: 100%;
        float: none;
    }

    .vd-img li {
        height: 95px;
    }

    .vd {
        width: 96%;
        height: auto;
        float: none;
        padding: 0 2%;
    }

    .vd video {
        width: 100%;
    }

    .ne {
        overflow: hidden;
        display: block;
    }

    .list-news {
        width: 100%;
        margin: 20px 0;
        padding: 0;
        height: auto;
        margin-bottom: 0;
        float: none;
    }

    .list-news:last-child {
        margin-bottom: 20px;
    }

    .vd-nav {
        margin: 10px 0;
    }

    footer {
        overflow: hidden;
    }

    .index-main-3 {
        padding-top: 30px;
    }

    .list-m li {
        max-width: 50%;
        width: 49%;
        margin-right: 0;
        height: 80px;
        margin-bottom: 10px;
        box-shadow: 0 0 1px 0 #ddd;
    }

    .list-m li:nth-of-type(even) {
        margin-left: 2%;
    }

    .list-m img {
        height: auto;
        max-height: 80px;
    }

    .list-news .tit {
        padding: 16px 2%;
        margin-bottom: 5px;
    }

    .list-news .tit span {
        font-size: 18px;
    }

    .list-news .tit a {
        line-height: 26px;
        font-size: 14px;
    }

    .list-news .ne-tit {
        width: 70%;
    }

    .list-news a {
        width: 96%;
        padding: 0 2%;
        line-height: 35px;
        overflow: hidden;
    }

    .link {
        width: 96%;
        padding: 0 2%;
    }

    .foot {
        width: 96%;
        padding: 15px 2%;
    }

    .foot .nav-w {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .foot-nav {
        width: 100%;
    }

    .foot .cont-w {
        width: 100%;
        float: none;
        overflow: hidden;
    }

    .foot-cont {
        margin-left: 0;
    }

    .foot-nav span,
    .foot-cont span {
        line-height: 35px;
    }

    .foot .qr-w {
        width: 100%;
        float: none;
        text-align: left;
    }

    .web {
        width: 96%;
        padding: 0 2%;
    }

    .cr {
        line-height: 24px;
        padding: 15px 0;
    }

    .inner-banner {
        display: block;
    }

    .inner-banner img {
        width: 300%;
        margin-left: -100%;
    }

    .con {
        padding: 0 2%;
        line-height: 30px;
    }

    .main {
        padding: 15px 0;
    }

    .video-li {
        overflow: hidden;
        padding: 0 2%;
    }

    .video-li li {
        width: 49%;
        margin: 0;
        height: 155px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .video-li li:nth-of-type(even) {
        margin-left: 2%;
    }

    .con iframe {
        max-width: 100%;
    }

    .tab-nav li {
        margin: -5px 0;
    }

    .main .tab li {
        padding: 5px;
    }

    .list li {
        width: 50%;
        margin-bottom: 25px;
    }

    .pagelist li.total {
        display: none;
    }

    .bread-nav {
        display: none;
    }

    .pro-dt {
        margin-top: 0;
        display: block;
    }

    .gallery-top {
        width: 100% !important;
    }

    .pro-img {
        float: none;
    }

    .prod-d.pa {
        padding: 0;
        width: 100%;
    }

    .swiper-button-next.swiper-button-white,
    .swiper-button-prev.swiper-button-white {
        display: none !important;
    }

    .gallery-thumbs {
        display: none;
    }

    .pro-ct {
        margin-left: 0;
        float: none;
        width: 96%;
        padding: 0 2%;
    }

    .pro-ct p {
        line-height: 30px;
    }

    .pro-ct h2 {
        line-height: 45px;
        border-bottom: 1px solid #ddd;
    }

    .dt-main {
        padding: 15px 2%;
        margin-top: 0;
    }

    .news-li {
        height: auto;
        padding: 10px 2% 0 100px;
        position: relative;
        min-height: 80px;
    }

    .news-img {
        float: none;
        position: absolute;
        left: 10px;
        width: 80px;
    }

    .news-img img {
        max-width: 100%;
    }

    .news-co {
        width: auto;
        float: none;
        padding: 0 0 15px 0;
    }

    .news-tit .left {
        width: 100%;
        float: none;
        font-size: 16px;
        display: block;
    }

    .news-tit .right {
        display: none;
    }

    .news-tit {
        height: auto;
    }

    .news-co .ar {
        line-height: 20px;
        -webkit-line-clamp: 2;
    }

    .nav li a {
        display: block;
        font-size: 16px;
        height: 35px;
        line-height: 35px;
    }
    .nav li>a::after{
        display: none;
    }

    .index-share {
        margin-top: 0;
    }

    .swiper-container.share {
        width: 90%;
        height: 350px;
    }

    .index-news-list li {
        position: relative;
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .index-news-right {
        float: none;
        width: auto;
    }

    .index-news-right .index-news-list .index-list-img {
        width: 38%;
        height: auto;
    }

    .index-news-info,
    .index-news-right .index-news-info {
        width: 58%;
        float: right;
    }
    .index-news-list .index-list-img {
        width: 38%;
        height: auto;
        margin-right: 0;
    }
    .index-news-desc{
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        display: -webkit-box;
        height: auto;
    }

    .index-news-info a{
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 600;
    }

    .index-message {
        padding: 20px 0;
    }

    .index-message-left .p1 {
        font-size: 22px;
    }
    .ph-dt-left.fixed ul{
        position: fixed;
        z-index: 10;
        top: 0;
        background: #fff;
        width: 100%;
        border-bottom: 1px solid #ddd;
        left: 0;
        padding-left: 10px;
    }

    .index-message-left {
        width: auto;
        float: none;
        padding: 0 15px;
    }

    .index-message-right {
        width: auto;
        float: none;
        padding: 0 15px;
    }

    .index-message-right form input[type=text] {
        float: none;
        width: 98%;
        padding-left: 2%;
    }

    .index-message-right form input[type=submit] {
        width: 100%;
        float: none;
        margin-top: 15px;
    }

    .foot-link,
    .foot-link a {
        line-height: 30px;
    }

    .cr .container {
        padding: 0 15px;
        width: auto;
    }

    .share-content {
        padding: 20px;
    }

    .share-content p:first-child img {
        height: 40px;
    }

    .re .swiper-slide {
        height: 300px;
    }

    .lc ul {
        overflow: hidden;
        height: auto;
    }

    .hzkh-list p a {
        width: 32.666666%;
        height: 60px;
    }

    .hzkh-list p{
        margin-bottom: 5px;
    }

    .kh {
        padding-bottom: 15px;
    }
    .container.kh{
        width: auto;
    }

    .lc img {
        height: auto;
    }

    .lc p {
        line-height: 35px;
    }

    .bg {
        padding: 30px 0 2px 0;
    }

    .title2 {
        margin-top: 0;
    }

    .pz ul {
        overflow: hidden;
    }

    .pz li {
        width: 24%;
        height: 100px;
        margin-bottom: 10px;
        overflow: hidden;
        margin-right: 1%;
    }

    .pz li img {
        max-width: 100%;
        display: block;
    }

    .re ul {
        overflow: hidden;
    }

    .re ul li {
        width: 40%;
        margin: 0;
        padding: 3% 3% 5% 3%;
        margin-bottom: 20px;
        overflow: hidden;
        height: 483px;
    }

    .re ul li:nth-of-type(even) {
        float: right;
    }

    .about-co {
        width: 100%;
        float: none;
    }

    .about-img {
        float: none;
        width: 100%;
    }

    .ho ul {
        overflow: hidden;
    }

    .ho li {
        width: 49%;
        height: 250px;
        margin-right: 0;
    }

    .ho li:nth-of-type(even) {
        float: right;
    }

    .ca ul {
        overflow: hidden;
    }

    .ca li {
        max-width: 50%;
        width: 44%;
        margin: 0;
        height: 80px;
        margin-bottom: 10px;
        padding: 2%;
    }

    .ca li:nth-of-type(even) {
        float: right;
    }

    .ma.pa {
        overflow: hidden;
    }

    .main-li {
        float: none;
        width: 100%;
    }

    .cont {
        width: 100%;
        float: none;
    }

    .product ul {
        overflow: hidden;
    }

    .product a {
        height: auto;
        width: 100%;
    }

    .product li {
        width: 49%;
        margin-bottom: 35px;
    }

    .product li:nth-of-type(even) {
        float: right;
    }

    .phone-ma {
        padding: 20px 0;
        display: block;
    }

    .dingzhi_fm {
        width: 90%;
    }

    .ipt1 {
        width: 98%;
    }

    .dingzhi_fm .mt_70 {
        margin-top: 20px;
    }

    .phone-news {
        display: block;
        padding: 0;
    }

    .main-li p {
        padding: 10px;
    }

    .news li {
        padding: 10px;
    }

    .news .left {
        font-size: 14px;
        width: 75%;
    }

    .news .right {
        display: none;
    }

    .news .right.phone-show {
        width: auto;
        background: none;
        padding: 0;
        display: block;
    }

    .phone-case {
        display: block;
        padding: 0;
    }

    .case li {
        width: 49%;
        margin-right: 0;
    }

    .case img {
        height: auto;
    }

    .case ul {
        padding: 0 2%;
        overflow: hidden;
    }

    .case li:nth-of-type(even) {
        float: right;
    }

    .phone-page,
    .phone-download,
    .phone-video {
        display: block;
        padding: 0;
    }

    .ab.content {
        padding: 0 2%;
    }

    .phone-video .content ul {
        margin-top: 10px;
    }

    .re li img {
        height: auto;
        display: block;
    }

    .main-li span {
        font-size: 16px;
    }

    .pro-img .swiper-slide {
        background-size: auto 100%;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .goods li {
        width: 29%;
    }

    .news-it{
        width: 94%;
        padding: 20px 10px;
    }

    .news-it-pic a{
        width: 22%;
        margin: 0 13px;
        margin-bottom: 30px;
    }
    .case-it a{
        margin-left: 12px;
        margin-right: 12px;
    }

    .ab-4 .ab-right p {
        line-height: 50px;
    }
    .ab-4 .ab-right p:first-child {
        margin-bottom: 12px;
    }
    .ab-ho a{
        width: 17%;
        margin-left: 10px;
        margin-right: 10px;
    }
    .Partner_partner__1sagG .Partner_pc__zqCXM .Partner_type__1suZ2 .Partner_items__I0d_1 .Partner_item__2oDtX .Partner_caption__Do-GF{
        font-size: 18px;
    }
    .Partner_partner__1sagG .Partner_pc__zqCXM .Partner_type__1suZ2 .Partner_items__I0d_1 .Partner_item__2oDtX .Partner_section__2LnI8{
        line-height: 25px;
        font-size: 13px;
    }
    .Partner_partner__1sagG .Partner_pc__zqCXM .Partner_title__3tgfa {
        font-size: 22px;
    }
    .Partner_partner__1sagG .Partner_pc__zqCXM .Partner_empowerment__2Og30 .Partner_items__I0d_1 .Partner_item__2oDtX .Partner_img__1K3tU{
        height: 143px;
    }
    .Partner_partner__1sagG .Partner_pc__zqCXM .Partner_empowerment__2Og30 .Partner_items__I0d_1 .Partner_item__2oDtX{
        height: 188px;
    }
}

@media screen and (max-width: 640px) {
    .phone-hide{
        display: none;
    }
    .pz li {
        width: 49%;
        margin-right: 0;
    }

    .pz li:nth-of-type(even) {
        float: right;
    }

    .re ul li {
        float: none;
        width: 94%;
        margin: 0;
        padding: 3% 3% 5% 3%;
        margin-bottom: 20px;
        height: auto;
    }

    .goods li {
        width: 44%;
        margin-right: 0;
        padding: 9px 2%;
    }

    .goods .pro-pic {
        height: 126px;
    }
    .case-con p{

    }

    .goods {
        margin: 0px;
    }

    .goods .pro-m {
        width: 81%;
    }

    .crumbs {
        display: none;
    }

    .ph-no {
        display: none;
    }

    .ph-dt-left {
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: center;
        padding: 0 2%;
    }

    .ph-dt-left ul::-webkit-scrollbar {
        display: none;
        }

    .ph-dt-left ul {
        white-space: nowrap;
        overflow-y: auto;
        padding-bottom: 15px;
    }

    .ph-dt-left li {
        width: 20%;
        padding: 10px 0;
        margin: 0;
        text-align: center;
        float: left;
    }

    .ph-dt-left.side-2 li,.ph-dt-left.side-1 li {
        width: 33.3%;
        border-bottom: 1px solid #fff;
    }

    .dt-right {
        width: 95%;
        margin: 0 10px;
    }

    .dt-m-3 {
        margin-top: 58px;
    }

    .dt-m-5 {
        margin-top: 58px;
    }

    .dt-m-6 {
        margin-top: 30px;
    }

    .dt-m-7 {
        margin-top: 58px;
    }

    .dt-m-8 {
        margin-top: 58px;
    }

    .dt {
        margin-top: 0;
    }

    .ph-dt-left .acti,.ph-dt-left.side-2 li.acti,.ph-dt-left.side-1 li.acti {
        color: #2666b1;
        border-bottom: 1px solid #2666b1;
    }
    .ph-dt-left .acti a{
        color: #2666b1;
    }

    .dt-m-2 li {
        width: 33.3%;
        margin-bottom: 26px;
        font-size: 14px;
        margin-right: 0;
    }

    .dt-tit {
        text-align: center;
    }

    .dt-m-4 {
        height: 226px;
    }

    .ad-btn {
        position: absolute;
        right: 50%;
        bottom: 8%;
        transform: translate(50%, 50%);
    }

    .ad-p {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 45%);
        text-align: center;
        width: 80%;
    }

    .dt-li li {
        width: 48%;
    }

    .cha {
        padding: 23px 20px;
        margin-top: 27px;
    }

    .cha-left {
        float: unset;
    }

    .cha-right {
        float: unset;
        width: 80%;
        height: unset;
        text-align: center;
        margin: auto;
        margin-top: 28px;
    }

    .dt-m-7 .dot {
        width: 23%;
    }

    .dt-con {
        margin-bottom: 10px;
    }

    .mb-banner {
        overflow: hidden;
    }

    .mb-banner img {
        width: 100%;
    }
    .ph-dt-left h2{
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .ph-dt-left input {
        width: 87%;
        height: 40px;
        outline: none;
        padding-left: 15px;
        border: 1px solid #eaeaea;
    }
    
    .ph-dt-left button {
        width: 40px;
        height: 40px;
        vertical-align: bottom;
        background: #00408c;
        border: none;
    }
    
    .ph-dt-left button img {
        width: 40px;
        height: 40px;
    }
    
    .ph-dt-left .se {
        margin-bottom: 30px;
    }
    .mb-se{
        margin-top: 20px;
    }
    .tag{
        margin-top: 0;
        margin-bottom: 50px;
    }
    .tag-li{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .tag-li a {
        color: #999;
        padding: 8px 1px;
        border: 1px solid #999;
        display: inline-block;
        font-size: 14px;
        margin-bottom: 10px;
        width: 30%;
        text-align: center;
    }
    .tag-li::after{
        content: "";
       width: 31%;
    }
    .news-dt-co img{
        max-width: 100%;
    }
    .dt-solu li{
        width: 34%;
        box-shadow:none;
        padding-bottom: 30px;
    }
    .dt-solu p{
        font-size: 12px;
        line-height: 22px;
    }
    .solu-li li img{
        height: 70px;
        width: auto;
    }
    .solu-li ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .swiper-container.rk-share{
        width: auto;
        padding: 0 1px;
    }
    .rk-main{
        padding: 30px 0 !important;
    }
    .rk-news-title{
        margin: 20px 0 0 0 !important;
    }
    .rk-news-title .ab-tit h2{
        margin-left: 10px;
    }
    .rk-main .ab-tit h2{
        margin: 0 0 20px 10px;
    }
    .swiper-container.share .swiper-pagination{
        display: block !important;
    }
    .ab-ho .rk-share a{
        margin-left: 0;
    }
    .sys img{
        width: auto;
        height: 40px;
    }
    .solu-li li {
        width: 50%;
        margin-bottom: 20px;
    }
    .solu-li li p {
        line-height: 39px;
    }
    .sys li{
        width: 16%;
        margin-bottom: 20px;
    }
    .sys ul {
        display: flex;
        overflow: hidden;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sys ul::after{
     content: "";
    width: 30%;
    }

.news-it-img{
    width: 38%;
    height: 102px;
}
.news-it-m{
    width: 58%;
}
.news-it-m h3 {
    font-size: 16px;
}
.news-it-co {
    line-height: 21px;
    margin: 8px 0 8px 0;
}
.news-it-li{
    padding: 0 10px;
    width: 94%;
}
.news-it-pic{
    display: flex;
    flex-wrap: wrap;

}
.news-it-pic a{
    width: 44.6%;
    margin: 0 10px;
    margin-bottom: 20px;
}
.news-it-pic p{
    margin: 14px 0; 
}
.news-it{
    display: none;
}
.case-it a {
    width: 48%;
    margin: 0 0 15px 0;
}
    .case-it a:nth-of-type(even){
        float: right;
    }
    .case-pic{
        height: auto;
    }
    .case-con h3{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .case-it a:hover .case-pic img{
        transform: scale(1);
    }
.case-it {
    margin-top: 20px;
}
.ab-pos {
    position: unset; 
    height: unset; 
}
.ab-con-pic{
    width: 100%;
}
.ab-con {
    width: 100%;
    position: unset;
    padding: 20px 9px;
    box-shadow: none;
}
    .ab-con h2{
        font-size: 22px;
        margin-bottom: 10px;
    }
.ab-cul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.ab-cul ul {
    display: flex;
    margin: 26px 0;
    flex-wrap: wrap;
}
.ab-2 {
    margin: 0 10px;
}
    .ab-tit h2{
        text-align: left;
        color: #414141;
        font-weight: 600;
        margin-bottom: 0;
        font-size: 22px;
    }
    .Partner_partner__1sagG .Partner_pc__zqCXM .Partner_type__1suZ2 .Partner_items__I0d_1 {
        margin-top: 0 !important;
    }
    .Partner_partner__1sagG .Partner_pc__zqCXM .Partner_type__1suZ2 .Partner_items__I0d_1 .Partner_item__2oDtX{
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    .fzlch2 h2{
        margin-bottom: 15px !important;
    }
.ab-ho a {
    width: 43%;
    margin-left: 10px;
    margin-right: 10px;
}
.ab-ho a p:nth-child(2) {
    margin-top: 8px;
    margin-bottom: 19px;
}
.ab-ho a p:first-child {
    height: 120px;
}
.ab-4 .ab-left {
    width: 100%;
}
.ab-4 .ab-right{
    width: 95%;
    margin: 0 10px;
}
.ab-4 .ab-right img{
    width: 100%;
}
.ab-4 .ab-right p:first-child {
    margin-top: 36px;
}
.ab-4 {
    margin: 40px 0;
}
.ab-5 .ab-left p:first-child {
    width: 97%;
}
.ab-5 .ab-left p {
    line-height: 25px;
}
.ab-5-bg {
    padding: 32px 10px;
    margin: 40px 0;
}
.ab-con p {
    font-size: 14px;
    }
.invi-1i {
    margin: 40px 10px;
 }    
.invi-1i ul {
        display: flex;
        flex-wrap: wrap;
}
.invi-1i li {
    width: 100%;
    margin-right: 0;
}
.ab-invi-2 {
    display: flex;
    flex-wrap: wrap; 
}
.ab-invi-2 .ab-left {
    width: 100%;
}
.ab-invi-2 .ab-right {
    width: 100%;
    padding: 30px 50px;
}
.ab-invi-2 .ab-right p:first-of-type {
    margin: 15px 0 32px 0;
}
 .ab-invi-3{
     display: none;
 }  
 .ab-invi-4 .ab-ov{
     display: flex;
     flex-wrap: wrap-reverse;
 } 
 .ab-invi-4 .ab-right {
    width: 100%;
     height: unset; 
}
.ab-invi-4 .ab-left {
    width: 100%;
    margin: 0 22px;
    margin-top: 40px;
}
.ab-invi-4 input {
    width: 77%;
    height:36px;
}
.ab-invi-4 textarea {
    width: 77%;
}
.ab-invi-4 {
    padding: 47px 0;
}

    .floor_1 ul li {
        width:100%;
        height: unset;
    }
    .floor_1 ul li img {
        margin-top: 20px;
        margin-left: 10px;
    }

    .floor_1 ul li .fr {
        width: unset;
        margin-right:unset;
        margin: 0 10px;
        float: left;
    }
    .floor_1 ul li .fr p{
        margin-top: 0;
    }
    .floor_2 ul li {
        width: 46%;
        margin-left: 5px;
        margin-right: 5px;
    }
    .floor_2 ul li:nth-child(5), .floor_2 ul li:nth-child(10), .floor_2 ul li:nth-child(15) {
        margin-right: 5px
    }
    .floor_2 ul li p{
        width: unset;
        padding:0 5px;
    }
    .floor_2 ul{
        overflow: hidden;
        padding-bottom: 32px;
        padding-bottom: 32px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .floor_2 ul::after {
        content: "";
        width: 47%;
    }
    .floor_2{
        background-size:cover ;
        height: unset;
    }
    .floor_3{
        height: unset;
        background-size: cover;
    }
    .floor_3 ul{
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 42px;
    }
    .floor_3 ul li {
        width: 47%;
        float: left;
        margin-right: 5px;
        margin-left: 5px;
        text-align: center;
    }
    .floor_3 ul li p {
        text-align: left;
        padding: 0px 5px;
    }
    .floor_4 ul li p{
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media screen and (max-width: 360px){
    .hzkh-list p a {
        width: 32.5%;
        height: 60px;
    }
}