:root {
    --te-color: #023592;
    /* 颜色 */

}


@font-face {
    font-family: HM_Sans_SC_Medium;
    font-style: normal;
    font-display: swap;
    src: url(../font/HM_Sans_SC_Medium.subset.woff2) format('woff2')
}

* {
    font-family: HM_Sans_SC_Medium
}

input,
textarea {
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: var(--te-color);
    border-radius: 4px
}

::-webkit-scrollbar-thumb:active {
    background-color: #448ef6
}

.ifr_sl {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .ifr_sl {
        width: 100%;
        height: 220px !important;
    }
}

.dmplay_sl {
    min-height: 472px;
}

.header-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

/* Legacy iOS */
font-weight: normal;
font-style: normal;
}

/*全局初始化样式*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 320px;
    width: 100%;
    zoom: 1;
    background: #fff;
    /*禁用Webkit内核浏览器的文字大小调整功能*/
    -webkit-text-size-adjust: none;

    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight: rgba(0, 0, 0, 0);

    /*控制文本可选性*/
    /*
-webkit-user-select: none;
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;
*/

    /*设置字体的抗锯齿或者说光滑度*/
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

* {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*word-break: break-all;*/
    word-wrap: break-word;
}

/*默认去除ul、li的默认样式*/
.p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
}

.ul,
.ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #333;
}

/*表单元素获得焦点时不显示虚线框*/
input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    outline: none;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

/*不允许多行输入文本框有滚动条*/
textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

/*初始化表单元素样式*/
textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

/*初始化HTML5标签样式*/
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block;
}

/*去除figure边距*/
figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

/*初始化图片样式*/
img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

/*初始化a的样式和字体样式*/
a {
    color: #333;
    text-decoration: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    color: var(--te-color);
}


/*清除浮动*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0px;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 单行隐藏 */
.dot {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

/* 多行隐藏 */
.dot2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 多行隐藏 */
.dot3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* 多行隐藏 */
.dot4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.w1920 {
    max-width: 1920px;
    margin: 0 auto;
}

.w1680 {
    max-width: 1680px;
    margin: 0 auto;
}

.w1440 {
    max-width: 1440px;
    margin: 0 auto;
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}



/*top*/
.top {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.top .logo {
    float: left;
    line-height: 72px;
    transition: .4s;
    max-width: 196px;
}

.top .searBox {
    float: right;
    position: relative;
    padding: 24px 0;
    transition: .4s;
}

.top .searBox .searBtn {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../image/sear.png) no-repeat center;
}

.top .searBox i.searBtn {
    cursor: pointer;
    position: relative;
}

.top .searBox i.search-show {
    background: none;
}

.top .searBox i.search-show::before,
.top .searBox i.search-show::after {
    position: absolute;
    content: '';
    width: 80%;
    height: 2px;
    background: var(--te-color);
    top: 50%;
    left: 10%;
    transform: rotate(-45deg);
}

.top .searBox i.search-show::after {
    transform: rotate(45deg);
}


@media (max-width: 768px) {
    .top .nav li a {
        color: #000 !important;
    }
}

.top .searBox .sear {
    position: absolute;
    right: 0;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    top: 100%;
    z-index: 100
}

.top .searBox .sear::before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.8);
    right: 2px;
    top: -20px;
}

.top .searBox .sear input {
    padding: 0 30px 0 12px;
    line-height: 50px;
    color: #fff;
}

.top .searBox .sear .searBtn {
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 14px;
    background: url(../image/sear1.png) no-repeat center;
}

.top .nav {
    float: right;
    margin-right: 20px;
}

.top .nav li {
    float: left;
    margin-right: 55px;
    transition: .4s;
}

.top .nav li a {
    font-size: 16px;
    color: #fff;
    border-bottom: 2px solid transparent;
    line-height: 70px;
    display: block;
    transition: .4s;
}

.top .nav li:hover>a,
.top .nav li.on>a {
    border-bottom-color: var(--te-color);
}

.top .nav li .nav_sub {
    position: absolute;
    top: 100%;
    display: none;
    width: 100%;
}

.top .nav li .nav_sub dl {
    margin-left: 0;
    overflow: hidden;
    line-height: 0;
    z-index: 0;
    font-size: 0;
}

.top .nav li .nav_sub dd {
    display: inline-block;
    text-align: center;
    margin: 0 0.5%;
}

.top .nav li .nav_sub dd figure {
    display: table;
    height: 30px;
    width: 100%;
    margin-top: 10px;
}

.top .nav li .nav_sub dd figcaption {
    display: table-cell;
    vertical-align: bottom;
}

.top .nav li .nav_sub dd img {
    max-height: 30px;
    max-width: 150px;
    transition: ease-in-out 0.3s;
}

.top .nav li .nav_sub dd a:hover img {
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

.top .nav li .nav_sub dd a {
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    font-size: 15px;
    border: none;
}

.top .nav li .nav_sub dd a:hover {
    color: var(--te-color);
}

.top .nav li .nav_sub dd a {
    color: #333;
}

.top .logo .smLogo {
    display: none;
}

@media(min-width: 1024px) {
    .top .nav li .nav_sub#nav_sub {
        display: none;
        width: 100%;
        height: 90px;
        left: 0;
        background-color: #f6f8fb;
        z-index: 0;
        top: 100%;
        margin: 0;
    }

    /* #nav2 .nav_sub{margin-left:-880px} */
    #nav3 .nav_sub {
        margin-left: -400px
    }

    #nav4 .nav_sub {
        margin-left: -478px
    }

    #nav5 .nav_sub {
        margin-left: -276px
    }

    #nav6 .nav_sub {
        margin-left: -315px
    }

    #nav7 .nav_sub {
        margin-left: -110px
    }

    #nav8 .nav_sub {
        margin-left: -110px
    }


    .top .logo {
        position: relative;
    }

    .top .logo embed {
        width: 100%
    }

    .top .logo .biLogo {
        transition: .4s;
        vertical-align: middle;
    }

    /* .top .logo .wLogo{display: none;} */
    .top .logo .smLogo {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: .4s;
    }

    /* .top.aon .logo{line-height: 60px;}	 */
    /* .top.aon .nav li a{line-height: 58px;} */
    /* .top.aon .searBox{padding:18px 0;}	 */
    /* .top.aon .logo .biLogo{opacity: 0;} */
    .top.aon .logo .smLogo {
        opacity: 1;
    }

    /*  .top.aon .logo{line-height:60px}
	.top.aon{background: #fff; box-shadow:0 10px 10px 0 rgb(0 0 0 / 5%)}
  .top.aon .logo{line-height:70px;}
  .top.aon .nav li{line-height:70px;}
  .top.aon .searBox{padding:23.5px 0;}
  .top.aon .nav li .nav_sub{top: 71px;}
  .top .nav li#nav5 .nav_sub dl{text-align: right;padding-right: 14%;}
  .top .nav li#nav6 .nav_sub dl{text-align: right;padding-right: 10%;}
  .top .nav li#nav7 .nav_sub dl{text-align: right;padding-right: 7%;}
  .top .nav li#nav8 .nav_sub dl{text-align: right;} */
}

.changj img {
    width: 20px;
}

.top .changj {
    float: right;
    position: relative;
    padding: 25px 0;
    transition: .4s;
    margin-left: 10px;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .top.aon .changj {
        padding: 20px 0;
    }
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f6f8fb;
    z-index: 999999;
}

.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(../image/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}

.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 800px;
    margin: 0 auto;
}


.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

@media screen and (max-height:30.5em) {
    .overlay nav {
        height: 80%;
        font-size: 18px;
    }

    .overlay ul li {
        min-height: 20px;
    }
}

@media screen and (max-width: 1500px) and (min-width: 768px) {
    .top .nav li .nav_sub#nav_sub {
        display: none;
        width: 100%;
        height: 90px;
        left: 0;
        background-color: #f8f8f8;
        z-index: 0;
        top: 100%;
        margin: 0;
    }

    #nav2 .nav_sub {
        margin-left: -248px
    }

    #nav3 .nav_sub {
        margin-left: -400px
    }

    #nav4 .nav_sub {
        margin-left: -478px
    }

    #nav5 .nav_sub {
        margin-left: -276px
    }

    #nav6 .nav_sub {
        margin-left: -400px
    }

    #nav7 .nav_sub {
        margin-left: -145px
    }

    #nav8 .nav_sub {
        margin-left: -145px
    }
}

.header__pro__menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 71px;
    background: #f6f8fb;
    display: flex;
    display: -webkit-flex;
    height: 0;
    overflow: hidden;
}

.header__pro__item {
    position: relative;
    padding-top: 50px;
    flex: 1;
    -webkit-flex: 1;
    width: 33.3333%;
    padding: 50px 64px 63px;
}

.header__pro__tt {
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.header__pro__tt span {
    display: inline-block;
    color: #333;
    font-size: 24px;
    line-height: 1.2;
}

.header__pro__list li {
    float: left;
    margin-right: 5%;
    margin-bottom: 28px;
    width: 30%;
}

.header__pro__list li figure {
    display: block;
    position: relative;
    height: 90px;
    background: #f6f6f6;
    overflow: hidden;
}

.header__pro__list li figure img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: 0.45s;
}

.header__pro__list li span {
    display: block;
    margin-top: 14px;
    line-height: 1;
    text-align: center;
    color: #333333;
    font-size: 16px;
    transition: 0.38s;
}

.header__pro__item:before {
    content: "";
    width: 1px;
    position: absolute;
    right: 0;
    top: 60px;
    bottom: 50px;
    background: #e5e5e5;
}

.header__pro__list li:nth-child(3n+3) {
    margin-right: 0;
}

.rb-pro-card .cover {
    background: #f6f7f9;
    width: 100%;
    height: 340px;
    position: relative;
    padding-top: 81px;
    box-sizing: border-box;
}

.rb-pro-card {
    position: relative;
    cursor: pointer;
    display: block;
    padding-bottom: 28px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #fff;
}

/* .rb-pro-card:hover .scene {
    opacity: 1;
} */

.rb-pro-card .scene {
    /* position: absolute; */
    width: 100%;
    height: 205px;
    top: 0;
    left: 0;
    display: block;
    z-index: 11;
    opacity: 1;
    transition: opacity .5s;
}

.rb-pro-card .fit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .lianxi {
        display: block !important;
    }

    /* .rb-pro-card .scene {
        display: none;
    } */

}

.lianxi {
    width: 100%;
    position: fixed;
    bottom: 0;
    margin: 0;
    border: 0;
    box-shadow: 0px 5px 40px 0px rgb(17 58 93 / 10%) !important;
    display: none;
}

.lianxi span {
    color: #fff;
}

.lianxi div {
    width: 50%;
    background: #464646;
    color: #fff;
    float: left;
    padding: 15px 0% 15px 1%;
    font-size: 0.8rem;
    text-align: center;
    margin: 0;
    border: 0;
}

.lianxi div img {
    width: 15px;
    margin-bottom: -2px;
}


.z_quanqiu_box {
    width: 28.38541vw;
    color: white;
}

.z_quanqiu_box .tit {
    font-size: 2.29166vw;
    line-height: 2.29166vw;
    font-weight: bold;
}

.z_quanqiu_box .desc {
    color: #F5F6FA;
    line-height: 30px;
    margin: 2vw 0;
    font-size: 14px;
}

.z_about_num2 ul {
    display: flex;
}

.z_about_num2 li:first-child {
    padding-left: 0;
}

.z_about_num2 li {
    float: left;
    padding: 0 2vw;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.z_about_num2 li .timer {
    font-size: 20px;
    font-weight: bold;
}

/*banner*/
.banner {
    position: relative;
}

.banner .slick-slide img {
    display: block;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}

@media screen and (min-width:768px) {
    .banner .slick-slide img {
      height: 694px;
    }
}

.banner .slick-slide img.wap {
    display: none;
}

.banner .slick-dots {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 5%;
    z-index: 10;
}

.banner .slick-dots li {
    display: inline-block;
    padding-right: 28px;
    position: relative;
    cursor: pointer;
}

.banner .slick-dots li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 28px;
    height: 1px;
    background: rgba(255, 255, 255, 0.28);
    top: 50%;
}

.banner .slick-dots li:last-child {
    padding-right: 0;
}

.banner .slick-dots li:last-child:after {
    display: none;
}

.banner .slick-dots li button {
    cursor: pointer;
    display: block;
    border: 1px solid transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 2px;
    position: relative;
    font-size: 0;
    padding: 0;
    background: none;
}

.banner .slick-dots li button::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
    background: #fff;
}

.banner .slick-dots li.slick-active button {
    border-color: #fff;
}


.banner .slick-arrow {
    position: absolute;
    z-index: 30;
    top: 50%;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0);
    padding: 0;
    margin-top: -30px;
    border-radius: 50%;
    transition: 0.3s;
    line-height: 100;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

/* .banner .slick-arrow:hover{background:var(--te-color);} */
.banner .slick-arrow:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.banner .slick-next:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    margin: -6px 0 0 -7px;
}

.banner .slick-prev {
    left: 3%;

}

.banner .slick-next {
    right: 3%;

}

.banner .slick-prev:hover:before,
.banner .slick-next:hover:before {
    border-bottom-color: #fff;
    border-left-color: #fff;
}


@media(max-width: 1024px) {
    .banner .slick-arrow {
        display: none !important;
    }

    .banner .slick-dots li button {
        width: 16px;
        height: 16px;
    }

    .banner .slick-dots li button::before {
        margin-top: -3px;
        margin-left: -3px;
        width: 6px;
        height: 6px;
    }

    .banner .slick-slide img.pc {
        display: none;
    }

    .banner .slick-slide img.wap {
        display: block;
    }
}

.idxtit {
    text-align: center;
    margin: 4% 0 2%;
}

.idxtit h5 {
    font-size: 40px;
    background: url(../image/titBG.png) no-repeat center center;
}

.idxtit p {
    font-size: 16px;
    color: #555;
}

.moreBtn {}

.moreBtn .more {
    border: none;
    display: block;
    width: 190px;
    line-height: 40px;
    background: var(--te-color) url(../image/moreBG.png) no-repeat center right;
    padding: 0 18px;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 0 15px rgba(2, 53, 146, .5);
    position: relative;
    top: 0;
    transition: .3s;
    border-radius: 5px;
}

.moreBtn .more:hover {
    top: -5px;
}

.moreBtn2 .more {
    width: 250px;
}

.moreBtn .mo {
    display: none;
}

/*Foor2*/
.Foor2 {}

.Foor2 .HomeF2slide {}

.Foor2 .HomeF2slide .small {
    margin-bottom: 50px;
}

.Foor2 .HomeF2slide .small .item {
    text-align: center;
    cursor: pointer;
}

.Foor2 .HomeF2slide .small .item img {
    margin: 0 auto;
    max-height: 60px;
    max-width: 150px;
    transition: ease-in-out 0.3s;
}

.Foor2 .HomeF2slide .small .item:hover p {
    color: var(--te-color);
}

.Foor2 .HomeF2slide .small .item:hover img {
    transform-style: preserve-3d;
    transform: rotateY(180deg);

}

.Foor2 .HomeF2slide .small .item.slick-current .off {
    display: inline-block;
}

.Foor2 .HomeF2slide .small .item p {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
}

.Foor2 .HomeF2slide .small .item.slick-current p {
    color: var(--te-color);
}

/* .Foor2 .HomeF2slide .big{background:#f9f9f9;} */
.Foor2 .HomeF2slide .big .txtBox {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5.5%;
    padding-left: 4%;
}

.Foor2 .HomeF2slide .big .txtBox h5 {
    font-size: 24px;
    line-height: 36px;
    color: #222;
    font-weight: normal;
}

.Foor2 .HomeF2slide .big .txtBox h5 a {
    color: #222;
}

.Foor2 .HomeF2slide .big .txtBox h5 a:hover {
    color: var(--te-color);
}

.Foor2 .HomeF2slide .big .txtBox p {
    margin: 30px 0;
    font-size: 16px;
    line-height: 32px;
    color: #555555;
}

.Foor2 .HomeF2slide .big .txtBox ul {
    margin-bottom: 50px;
    display: flex;
}

.Foor2 .HomeF2slide .big .txtBox li {
    margin-right: 24px;
    text-align: center;
    max-width: 90px;
    margin-bottom: 8px;
}

.Foor2 .HomeF2slide .big .txtBox li:nth-child(3n) {
    margin-right: 0;
}

.Foor2 .HomeF2slide .big .txtBox li .imgB {
    width: 70px;
    line-height: 70px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

.Foor2 .HomeF2slide .big .txtBox li .imgB img {
    display: inline-block;
}

.Foor2 .HomeF2slide .big .txtBox li span {
    display: block;
    font-size: 15px;
    color: #555555;
    margin-top: 5px;
}

.Foor2 .HomeF2slide .big .imgBox {
    display: inline-block;
    width: 45.556%;
    vertical-align: middle;
    text-align: right;
}

/*Foor3*/
.Foor3 {}

.Foor3 .HomeF3slide {}

.Foor3 .HomeF3slide .big .item {
    position: relative;
}

.Foor3 .HomeF3slide .big .Ispic {
    display: block;
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Foor3 .HomeF3slide .big .Ispic img {
    display: none;
}

.Foor3 .HomeF3slide .big .item .txtBox {
    width: 100%;
    left: 0;
    top: 8%;
    position: absolute;
}

.Foor3 .HomeF3slide .big .item .txtBox .text {
    width: 360px;
    color: #fff;
    background: var(--te-color);
    padding: 65px 40px;
}

.Foor3 .HomeF3slide .big .item .txtBox .text h5 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: normal;
}

.Foor3 .HomeF3slide .big .item .txtBox .text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
}

.Foor3 .HomeF3slide .big .item .txtBox .text .view {
    display: inline-block;
    padding-right: 30px;
    position: relative;
    color: #fff;
    font-size: 16px;
}

.Foor3 .HomeF3slide .big .item .txtBox .text .view:before {
    width: 12px;
    height: 8px;
    content: '';
    background: url(../image/i1.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
    transition: .3s;
}

.Foor3 .HomeF3slide .big .item .txtBox .text .view:hover:before {
    right: -5px;
}

.Foor3 .HomeF3slide .smallWarp {
    transform: translateY(-50%);
}

.Foor3 .HomeF3slide .smallWarp .small {
    background: #fff;
    padding: 25px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.Foor3 .HomeF3slide .smallWarp .small .item {
    text-align: center;
    border-right: 1px solid #e5e5e5;
}

.Foor3 .HomeF3slide .smallWarp .small .item img {
    margin: 0 auto;
    transition: .3s;
    display: block;
}

.Foor3 .HomeF3slide .smallWarp .small .item img.on {
    display: none;
}

.Foor3 .HomeF3slide .smallWarp .small .item.slick-current img.off {
    display: none;
}

.Foor3 .HomeF3slide .smallWarp .small .item.slick-current img.on {
    display: block;
}

.Foor3 .HomeF3slide .smallWarp .small .item p {
    font-size: 22px;
    color: #555;
}

.Foor3 .HomeF3slide .smallWarp .small .item.slick-current p {
    color: var(--te-color);
}

/*Foor4*/
.Foor4 .idxtit {
    margin-top: 1%;
}

.Foor4 .Foor4Warp {
    position: relative;
    background: #000;
}

.Foor4 .Foor4Warp .Bigbox {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.Foor4 .Foor4Warp .Bigbox figure {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.Foor4 .Foor4Warp .Smlbox {
    position: relative;
    z-index: 2;
}

.Foor4 .pronewsWarp .pronewsBom li .txtBox h5 {
    text-align: center;
}

.Foor4 .Warpbox .slick-slide>div,
.Foor4 .Foor4Warp .item {
    float: left;
    width: 25%;
    text-align: center;
    padding: 80px 0;
    border-right: 2px solid rgba(255, 255, 255, .2);
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    transition: .3s;
}

.Foor4 .Warpbox .slick-slide>div:hover,
.Foor4 .Foor4Warp .item:hover {
    background: rgba(2, 53, 146, .25);
}

.Foor4 .Warpbox .slick-slide>div .iconB,
.Foor4 .Foor4Warp .item .iconB {
    margin-bottom: 50px;
}

.Foor4 .Warpbox .slick-slide>div p,
.Foor4 .Foor4Warp .item p {
    font-size: 16px;
    color: #fff;
}

.Foor4 .Warpbox {
    overflow: hidden;
    background: #000;
    display: none;
}

.Foor4 .Warpbox .slick-slide>div {
    position: relative;
}

.Foor4 .Warpbox .slick-slide>div .iconB img {
    margin: 0 auto;
}

.Foor4 .Warpbox .slick-slide>div .Ispic {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    opacity: 0.8;
}



/*Foor5*/
.Foor5 {
    margin-bottom: 4%;
}

.Foor5 .leftBox {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}

.Foor5 .leftBox .item {
    position: relative;
}

.Foor5 .leftBox .item h5 {
    background: var(--te-color) url(../image/moreBG.png) no-repeat center right;
    padding: 0 18px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    line-height: 42px;
    font-weight: normal;
}

.Foor5 .rightBox {
    display: inline-block;
    vertical-align: middle;
    width: 51%;
    padding-left: 3%;
    position: relative;
}

.Foor5 .rightBox .hd {
    padding-bottom: 12px;
    border-bottom: 1px solid #d6d6d6;
}

.Foor5 .rightBox .hd li {
    font-weight: bold;
    padding: 0 25px;
    line-height: 1;
    font-size: 16px;
    color: #999999;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: .3s;
    cursor: pointer;
}

.Foor5 .rightBox .hd li:before {
    width: 1px;
    height: 16px;
    content: '';
    background: #d6d6d6;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.Foor5 .rightBox .hd li:first-child {
    padding-left: 0;
}

.Foor5 .rightBox .hd li:first-child:before {
    display: none;
}

.Foor5 .rightBox .hd li.on {
    color: var(--te-color);
}

.Foor5 .rightBox .bd li {
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.Foor5 .rightBox .bd li h5 {
    font-size: 15px;
    font-weight: normal;
    color: #555555;
}

.Foor5 .rightBox .bd li time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #999;
}

.Foor5 .rightBox .bd li:hover h5,
.Foor5 .rightBox .bd li:hover time {
    color: var(--te-color);
}

.Foor5 .imgBox img {
    width: 100%;
}

.Foor5 .rightBox .more {
    display: inline-block;
    padding-right: 30px;
    position: absolute;
    color: #333;
    font-size: 14px;
    right: 0;
    top: 0;
    line-height: 20px;
}

.Foor5 .rightBox .more:before {
    width: 12px;
    height: 8px;
    content: '';
    background: url(../image/i1_b.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
    transition: .3s;
}

.Foor5 .rightBox .more:hover {
    color: var(--te-color);
}

.Foor5 .rightBox .more:hover:before {
    right: -5px;
    background-image: url(/usr/themes/Asn/images/i1_c.png);
}

/*Foor6*/
.Foor6 {
    margin-top: 2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 31.5%;
    position: relative;
}

.Foor6 .edit-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/*Foor7*/
.Foor7 {
    margin-bottom: 5%;
}

.Foorbg {
    background-image: url(../image/foot7.jpg);
}

.Foor7 .w1440 {}

.Foor7 .FormBox {
    float: left;
    width: 52%;
    padding: 40px 5.5% 0;
}

.Foor7 .FormBox h5 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}

.Foor7 .FormBox .form {}

.Foor7 .FormBox .form .itemBox {
    margin-bottom: 15px;
}

.Foor7 .FormBox .form .itemBox.desBox {
    padding-left: 30px;
    position: relative;
}

.Foor7 .FormBox .form .itemBox .item {
    float: left;
    width: 48%;
    padding-left: 30px;
    position: relative;
}

.Foor7 .FormBox .form .itemBox .item:nth-child(2n) {
    float: right;
}

.Foor7 .FormBox .form .itemBox i {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 5px;
    top: 50%;
    margin-top: -8px;
}

.Foor7 .FormBox .form .itemBox i.name {
    background: url(../image/Fi1.png) no-repeat;
}

.Foor7 .FormBox .form .itemBox i.phone {
    background: url(../image/Fi2.png) no-repeat;
}

.Foor7 .FormBox .form .itemBox i.add {
    background: url(../image/Fi3.png) no-repeat;
}

.Foor7 .FormBox .form .itemBox i.des {
    background: url(../image/Fi4.png) no-repeat;
}

.Foor7 .FormBox .form .itemBox .item input,
.Foor7 .FormBox .form .itemBox .item select {
    width: 100%;
    line-height: 40px;
    padding: 0 5px;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
}

.Foor7 .FormBox .form .itemBox .item select {
    display: block !important;
}

.Foor7 .FormBox .form .itemBox.desBox textarea {
    padding: 5px;
    height: 100px;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.Foor7 .FormBox .form .itemBox.desBox i {
    top: 8px;
    margin-top: 0;
}

.Foor7 .FormBox .form .moreBtn {
    margin-left: 30px;
    margin-top: 35px;
}

.Foor7 .imgBox {
    float: right;
    width: 48%;
}

/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 20px;
    bottom: 120px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'unicons';
    content: '↑';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--te-color);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'unicons';
    content: '↑';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--te-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*bottom*/
.bottom {
    background: url(../image/bomLogo.png) left center #2a2d32 no-repeat;
    padding: 50px 0 24px;
}

.bottom .bomnav {
    float: left;
    width: 55%;
}

.bottom .bomnav dl {
    float: left;
    margin-left: 65px;
}

.bottom .bomnav dl:first-child {
    margin-left: 0;
}

.bottom .bomnav dl dt {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 15px;
}

.bottom .bomnav dl dd {
    margin: 0;
    position: relative;
    padding-left: 15px;
}

.bottom .bomnav dl dd:before {
    width: 6px;
    height: 9px;
    content: '';
    background: url(../image/i2.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
    left: 0;
}

.bottom .bomnav dl dd a {
    line-height: 32px;
    display: block;
    color: #fff;
    opacity: .5;
}

.bottom .bomnav dl dd a:hover {
    opacity: 1;
}

.bottom .bomcon {
    float: right;
    text-align: right;
}

.bottom .bomcon .codeBox {}

.bottom .bomcon .codeBox .item {
    position: relative;
    float: left;
    margin-left: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    padding: 8px 35px 8px 10px;
    cursor: pointer;
}

.bottom .bomcon .codeBox .item:before {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #bbb;
    border-bottom: 5px solid transparent;
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
}

.bottom .bomcon .codeBox .item .box .icon {
    width: 30px;
    height: 30px;
    background: url(../image/code.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-size: contain;
}

.bottom .bomcon .codeBox .item .box p {
    display: inline-block;
    vertical-align: middle;
    color: #bbbbbb;
    text-align: left;
}

.bottom .bomcon .codeBox .item:nth-child(2) .box p {
    min-width: 98px;
    line-height: 40px;
}

.bottom .bomcon .codeBox .item figure {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    display: none;
}

.bottom .bomcon .linkBox {
    margin: 35px 0 25px;
}

.bottom .bomcon .linkBox a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    opacity: .5;
    padding: 0 10px;
    line-height: 1;
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.bottom .bomcon .linkBox a:hover {
    opacity: 1;
}

.bottom .bomcon .linkBox a:last-child {
    padding-right: 0;
    border-right: none;
}

.bottom .bomcon .copyBox {
    line-height: 24px;
    color: #fff;
    opacity: .5;
    font-size: 14px;
}

.bottom .bomcon .copyBox a {
    color: #fff;
}

.bottom .bomcon .copyBox a:hover {
    opacity: 1;
}

.bottom .b-bottom {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 24px;
    padding-top: 28px;
}

.bottom .b-bottom a {
    color: #fff;
    opacity: 0.5;
}

.bottom .b-bottom a:hover {
    opacity: 1;
}

.innerBan {
    position: relative;
}

.innerBan .Banbox {
    padding-bottom: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.innerBan .Conbox {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
}

.innerBan .Conbox .txtBox {
    margin-bottom: 30px;
}

.innerBan .Conbox .txtBox h5 {
    font-size: 40px;
}

.innerBan .Conbox .txtBox p {
    font-size: 16px;
    line-height: 36px;
}

.innerBan .Conbox .menuLocat {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.innerBan .Conbox .menuLocat .menu {
    float: left;
}

.innerBan .Conbox .menuLocat .menu li {
    float: left;
    line-height: 75px;
    margin-right: 15px;
    position: relative;
}

.innerBan .Conbox .menuLocat .menu li:before {
    width: 0;
    height: 2px;
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
}

.innerBan .Conbox .menuLocat .menu li a {
    color: #fff;
    font-size: 14px;
}

.innerBan .Conbox .menuLocat .menu li:hover:before,
.innerBan .Conbox .menuLocat .menu li.on:before {
    width: 100%;
}

.innerBan .Conbox .menuLocat .locatBox {
    line-height: 75px;
    float: right;
}

.innerBan .Conbox .menuLocat .locatBox p {
    padding-left: 25px;
    position: relative;
}

.innerBan .Conbox .menuLocat .locatBox p:before {
    width: 17px;
    height: 15px;
    content: '';
    background: url(../image/home.png) no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7.5px;
}

.innerBan .Conbox .menuLocat .locatBox a {
    color: #d5e4ff;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.innerBan .Conbox .menuLocat .locatBox a:hover {
    color: #fff;
}

.innerBan .Conbox .menuLocat .locatBox a:before {
    width: 2px;
    height: 2px;
    content: '';
    background: #d5e4ff;
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -1px;
}

.innerBan .Conbox .menuLocat .locatBox br {
    display: none;
}


.box_c {
    padding: 57px;
}

.box_c .title {
    font-size: 36px;
    line-height: 38px;
    color: #333;
    text-align: center;
}

.box_c .search {
    width: 578px;
    height: 60px;
    margin: 40px auto 0;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.box_c .search .text {
    width: 480px;
    height: 60px;
    border: none;
    background: none;
    float: left;
    font-size: 14px;
    line-height: 60px;
    color: #999;
    padding-left: 20px;
}

.box_c .search .submit {
    width: 66px;
    height: 60px;
    float: right;
    background: url(../image/product_search.png) center no-repeat;
    border: none;
}

.box_c .nav {
    width: 100%;
    height: auto;
    margin-top: 50px;
    overflow: hidden;
}

.box_c .nav a .item .icon .ycTbAct {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all .5s;
    max-height: 100%;
    -webkit-background-size: auto 90% !important;
    background-size: auto 90% !important;
}

.box_c .nav a .item .icon .ycTbAct-h {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s;
    max-height: 100%;
    -webkit-background-size: auto 90% !important;
    background-size: auto 90% !important;
}

.box_c .nav a {
    width: 20%;
    height: 160px;
    float: left;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    margin-left: -1px;
    margin-top: -1px;
}

.box_c .nav a .item {
    width: 100%;
    height: auto;
    transition: transform .5s;
}

.box_c .nav a .item .icon {
    width: 100%;
    height: 40px;
    margin-top: 24px;
    position: relative;
}

.box_c .nav a .item .cn {
    text-align: center;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-top: 10px;
}

.box_c .nav a .item .en {
    font-size: 12px;
    line-height: 16px;
    color: #333;
    margin-top: 5px;
    text-align: center;
}

.box_c .nav a:hover .item {
    transform: translateY(-10px);
}

/*公司介绍*/
.profileWarp {
    position: relative;
    padding-top: 140px;
}

.wzdtff {
    padding: 40px 0;
}

.profileWarp .titBox {
    width: 42.5%;
    padding-top: 40px;
    padding-left: 5%;
    font-size: 30px;
    margin-bottom: 5%;
}

.profileWarp .titBox h5 {
    font-weight: normal;
    margin-bottom: 25px;
}

.profileWarp .titBox p {
    font-weight: bold;
    color: var(--te-color);
    font-style: italic;
    line-height: 44px;
}

.profileWarp .imgBox {
    position: absolute;
    right: 0;
    top: 55px;
    width: 50%;
    z-index: 9;
}

.profileWarp .txtBox {
    font-size: 16px;
    line-height: 32px;
    color: #555555;
    padding: 12% 4% 4%;
    background: #f9f9f9;
    position: relative;
    margin-bottom: 50px;
}

.profileWarp .txtBox:before {
    width: 9px;
    height: 19px;
    content: '';
    background: url(../image/i3.png) no-repeat;
    position: absolute;
    left: 4%;
    top: 10%;
}

.patentWarp {
    padding-bottom: 4%;
}

.patentWarp .patList {
    padding: 4% 0;
}

.patentWarp .patList .ul {
    text-align: center;
    font-size: 0;
}

.patentWarp .patList li {
    display: inline-block;
    width: 20%;
    text-align: center;
    padding: 0 10px;
}

.patentWarp .patList li p {
    font-size: 16px;
    font-weight: bold;
    color: #555;
    margin-top: 10px;
    line-height: 24px;
    height: 48px;
}

.patentWarp .timeList .item {
    width: 49%;
    float: left;
    padding: 3% 4%;
    background: #fff;
}

.patentWarp .timeList .item:nth-child(2n) {
    float: right;
}

.patentWarp .timeList .item .yearB {
    border-left: 1px solid var(--te-color);
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    color: var(--te-color);
    font-weight: bold;
}

.patentWarp .timeList .item .yearB span {
    font-size: 40px;
    margin-right: 8px;
    line-height: 1;
}

.patentWarp .timeList .item p {
    border-left: 1px solid var(--te-color);
    padding-left: 15px;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*企业文化*/
.culList {
    margin-bottom: 4%;
}

.culList .item {
    width: 32%;
    margin-right: 2%;
    float: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 4% 8% 4% 4%;
}

.culList .item:nth-child(3n) {
    margin-right: 0;
}

.culList .item:nth-child(1) {
    background-image: url(../image/c1BG.jpg);
}

.culList .item:nth-child(2) {
    background-image: url(../image/c2BG.jpg);
}

.culList .item:nth-child(3) {
    background-image: url(../image/c3BG.jpg);
}

.culList .item h5 {
    font-size: 24px;
    margin-bottom: 15px;
}

.culList .item p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    min-height: 56px;
}

.senseWarp {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 4% 0;
}

.senseWarp .senseBox {
    padding: 3% 0;
    background: url(../image/senBG.jpg) no-repeat right bottom;
    background-size: cover;
}

.senseWarp .senseBox .titBox {
    float: left;
    width: 14%;
    padding: 30px 40px 0;
    text-align: center;
}

.senseWarp .senseBox .titBox .iconB {
    margin-bottom: 20px;
}

.senseWarp .senseBox .titBox h5 {
    font-size: 24px;
}

.senseWarp .senseBox .tabBox {
    float: left;
    width: 75%;
    padding-left: 4%;
    border-left: 1px solid #f2f5f9;
}

.senseWarp .senseBox .tabBox .hd {
    float: left;
    width: 30%;
}

.senseWarp .senseBox .Wapbox li,
.senseWarp .senseBox .tabBox .hd li {
    font-size: 16px;
    line-height: 50px;
    color: #555555;
    cursor: pointer;
}

.senseWarp .senseBox .Wapbox li .tit,
.senseWarp .senseBox .tabBox .hd li span {
    display: inline-block;
    padding-right: 30px;
    position: relative;
}

.senseWarp .senseBox .Wapbox li .tit:before,
.senseWarp .senseBox .tabBox .hd li span:before {
    width: 17px;
    height: 12px;
    content: '';
    background: url(../image/i4.png) no-repeat;
    top: 50%;
    margin-top: -6px;
    right: 0;
    opacity: 0;
    transition: .3s;
    position: absolute;
}

.senseWarp .senseBox .Wapbox li .tit.on,
.senseWarp .senseBox .tabBox .hd li.on {
    font-weight: bold;
    font-size: 18px;
    color: var(--te-color);
}

.senseWarp .senseBox .Wapbox li .tit.on:before,
.senseWarp .senseBox .tabBox .hd li.on span:before {
    opacity: 1;
}

.senseWarp .senseBox .tabBox .bd {
    float: left;
    width: 70%;
    padding-left: 10px;
}

.senseWarp .senseBox .Wapbox li .Titbox,
.senseWarp .senseBox .tabBox .bd .itemBox {
    padding-top: 10px;
    font-size: 16px;
    line-height: 32px;
    color: #555555;
}

.senseWarp .senseBox .Wapbox {
    padding: 4%;
    display: none;
}

.senseWarp .senseBox .Wapbox li {
    border-bottom: 1px dashed #eaeaea;
}

.senseWarp .senseBox .Wapbox li .Titbox {
    background: #f9f9f9;
    padding: 20px;
    display: none;
}


/*品牌价值*/
.brandWarp {
    background: url(http://hzrongzhi.net/usr/themes/Asn/images/costLogo.png) no-repeat center bottom;
    background-size: contain;
}

.brandWarp .brandTop {
    padding-top: 8%;
    position: relative;
}

.brandWarp .brandTop .titBox {
    padding-left: 4%;
    margin-bottom: 25px;
}

.brandWarp .brandTop .titBox h5 {
    font-size: 40px;
}

.brandWarp .brandTop .titBox p {
    font-size: 16px;
    color: #555555;
}

.brandWarp .brandTop .txtBox {
    padding: 10% 4% 8%;
    background: #f9f9f9;
    position: relative;
}

.brandWarp .brandTop .txtBox:before {
    width: 1px;
    height: 100px;
    content: '';
    background: var(--te-color);
    position: absolute;
    top: -15px;
    left: 4%;
}

.brandWarp .brandTop .txtBox:after {
    width: 9px;
    height: 19px;
    content: '';
    background: url(../image/i3.png) no-repeat;
    position: absolute;
    left: 4%;
    margin-left: -4.5px;
    top: 100px;
}

.brandWarp .brandTop .txtBox p {
    font-size: 16px;
    line-height: 50px;
    color: #555555;
    position: relative;
    padding-left: 20px;
}

.brandWarp .brandTop .txtBox p:before {
    width: 6px;
    height: 6px;
    content: '';
    background: var(--te-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}

.brandWarp .brandTop .txtBox p span {
    color: var(--te-color);
}

.brandWarp .brandTop .imgBox {
    position: absolute;
    right: 4%;
    bottom: 8%;
    width: 32.5%;
}

.brandWarp .brandBom {
    padding: 6% 0;
}

.brandWarp .brandBom .imgBox {
    float: left;
    width: 44.5%;
}

.brandWarp .brandBom .txtBox {
    float: right;
    width: 50%;
    padding-right: 2%;
}

.brandWarp .brandBom .txtBox .logoB {
    margin: 80px 0;
}

.brandWarp .brandBom .txtBox .textB p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.brandWarp .brandBom .txtBox .textB p:before {
    width: 6px;
    height: 6px;
    content: '';
    background: var(--te-color);
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}

.brandWarp .brandBom .txtBox .textB p span {
    color: var(--te-color);
    font-weight: bold;
}


/*品牌价值2*/
.brandsWarp {
    padding: 5% 0;
}

.brandsWarp .titBox {
    text-align: center;
    margin-bottom: 40px;
}

.brandsWarp .titBox h5 {
    font-size: 40px;
    background: url(http://hzrongzhi.net/usr/themes/Asn/images/brandsWarp-logo.png) no-repeat center;
}

.brandsWarp .titBox p {
    font-size: 16px;
    color: #555555;
}

.brandsWarp .brandbox {
    margin-top: 2.5%;
}

.brandsWarp .brandbox+.brandbox {
    margin-top: 5%;
}

.brandsWarp .brandbox .img {
    display: block;
    width: 100%;
}

.brandsWarp .brandbox .ul1 {
    display: flex;
    width: 100%;
    margin-top: 4.5%;
    border-right: 1px solid #e5e5e5;
}

.brandsWarp .brandbox .ul1 li {
    width: 33.3%;
    border-left: 1px solid #e5e5e5;
    padding: 3% 5.5%;
}

.brandsWarp .brandbox .ul1 li .num {
    font-size: 36px;
    color: #999;
    margin-bottom: 4%;
    font-family: "Poppins";
    text-align: left;
}

.brandsWarp .brandbox .word,
.brandsWarp .brandbox .ul1 li .txt {
    font-size: 16px;
    color: #555;
    line-height: 32px;
    text-align: justify;
}

.brandsWarp .brandbox .word b,
.brandsWarp .brandbox .ul1 li .txt b {
    color: var(--te-color);
}

.brandsWarp .brandbox .word {
    padding: 3% 9%;
}

.brandsWarp .ytable {
    display: table;
    width: 100%;
}

.brandsWarp .ytable-fixed {
    table-layout: fixed;
}

.brandsWarp .ytable-cell {
    display: table-cell;
    vertical-align: middle;
}

.brandsWarp .con {
    background: url(../image/brandbox-bg.jpg) no-repeat center;
}

@media(max-width:768px) {
    .brandsWarp .brandbox .ul1 {
        display: block;
        border-right: none;
    }

    .brandsWarp .brandbox .ul1 li {
        width: 100%;
        border-left: none;
        padding: 4%;
        border-bottom: 1px solid #e5e5e5;
    }

    .brandsWarp .ytable,
    .brandsWarp .ytable-cell {
        display: block;
    }

    .brandsWarp .con {
        background: none;
    }

    .brandsWarp .brandbox .pic {
        background: #f9f9f9;
    }

    .brandsWarp .brandbox .word {
        padding: 6%;
        background: #f3f3f3;
    }
}




/*产品列表*/
.honerList {}

.honerList li {
    float: left;
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 2%;
    border: 1px solid #eee;
}

.honerList li:nth-child(4n) {
    margin-right: 0;
}

.honerList li figure {
    padding-bottom: 85%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.honerList li p {
    padding: 20px 30px;
    text-align: center;
    font-size: 18px;
}

.honerList li .desc {
    color: #f60;
    font-size: 12px;
    text-align: center;
    padding: 0;
}

.product-details {
    width: 100%;
    height: auto;
}

.product-details .pic-list {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}

.product-details .pic-list .img-big {
    width: 100%;
    height: 75%;
    overflow: hidden;
}

.product-details .pic-list .img-big ul {
    width: 100%;
    height: 100%;
}

.product-details .pic-list .img-big ul li {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
    float: left;
}

.product-details .pic-list .img-big ul li img {
    max-width: 98%;
    max-height: 98%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.product-details .content {
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    background: #f6f8fb;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.product-details .content .content-new {
    width: 64.6%;
    height: auto;
    margin-left: 10.4%;
    padding-top: 70px;
    padding-bottom: 80px;
}

.product-details .content .content-new .tits {
    font-size: 26px;
    line-height: 26px;
    color: #1b1b1b;
}

.product-details .content .content-new .tit1 {
    font-size: 16px;
    line-height: 20px;
    color: var(--te-color);
    margin-top: 22px;
}

.product-details .content .content-new .tit2 {
    width: 100%;
    height: auto;
    font-size: 24px;
    line-height: 26px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-top: 47px;
}

.product-details .content .content-new .con {
    width: 100%;
    height: auto;
    color: #666 !important;
    margin-top: 38px;
}

.product-details .content .content-new .con p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.product-details .content .content-new .con .ttt1 {
    width: 100%;
    height: auto;
    font-size: 24px;
    line-height: 26px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.product-details .content .content-new .con .tttt {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
}

.product-details .content .content-new .txt {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    margin-top: 16px;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.product-details .pic-list .small-box {
    width: 100%;
    height: 20%;
}

.product-details .pic-list .small-box .small-list {
    width: 390px;
    height: auto;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    margin: 0 auto;
}

.product-details .pic-list .small-box .small-list ul li {
    width: 88px;
    height: 88px;
    margin-right: 10px;
    border: 1px solid #aaa;
    position: relative;
    cursor: pointer;
    float: left;
}

.product-details .pic-list .small-box .small-list ul {
    width: 100%;
    display: inline-block;
    height: auto;
}

.product-details .pic-list .small-box .small-list ul li:last-child {
    margin-right: 0;
}

.product-details .pic-list .small-box .small-list ul li.on {
    border: 1px solid #333;
}

.product-details .content .content-new .dd {
    width: 100%;
    height: auto;
    margin-top: 8%;
}

.product-details .content .content-new .dd .t {
    font-size: 24px;
    line-height: 24px;
    color: #2c2f30;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 16px;
}

.product-details .content .content-new .dd .tt {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.product-details .content .content-new .dd .tt ul li {
    width: 100%;
    height: auto;
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
}

.product-details .content .content-new .dd .tt ul li span {
    font-size: 14px;
    line-height: 40px;
    color: var(--te-color);
    font-weight: 600;
    padding-left: 20px;
    position: relative;
}

.product-details .content .content-new .dd .tt ul li span:before {
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    border: 2px solid #aaacac;
    border-radius: 5px;
}

.product-details .content .content-new .tits .ewm {
    width: 22px;
    float: right;
    position: relative;
    height: 26px;
    margin-right: 30px;
}

.product-details .content .content-new .tits .ewm .f_icon {
    width: 30px;
    height: 30px;
    background: url(../image/code.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-size: contain;
}

.product-details .content .content-new .tits .ewm i {
    width: 22px;
    height: 18px;
    display: block;
    background: url(../image/d_wx.png) center no-repeat;
    cursor: pointer;
}

.qr_code {
    display: none;
    position: absolute;
    top: 30px;
    right: -35px;
    width: 144px;
    height: 144px;
    border: 2px solid #5c5d61;
    background: #fff;
    padding: 10px;
    z-index: 500;
}

.product-details .content .content-new img {
    max-width: 100%;
    height: auto !important;
}

.product-details .content .content-new .bgimg {
    width: 250px;
}

.product-details .content .content-new .tits .ewm.open .qr_code {
    display: block;
}

.table {
    width: 100%;
    height: 100%;
    display: table;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.table .table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.product-details .pic-list .small-box .small-list ul li img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 455px) {
    .product-details .pic-list {
        width: 100%;
        height: auto;
        float: none;
    }

    .product-details .pic-list .img-big {
        height: 300px;
    }

    .product-details .pic-list .small-box {
        height: 60px;
        padding: 10px 0;
    }

    .product-details .pic-list .small-box .small-list ul li {
        width: 58px;
        height: 58px;
    }

    .product-details .pic-list .small-box .small-list {
        width: 270px;
    }

}

@media (max-width: 1024px) {
    .product-details .pic-list .img-big {
        height: 400px;
    }

    .product-details .content {
        width: 100%;
        height: auto !important;
    }

    .product-details .pic-list .small-box {
        height: 120px;
        padding: 10px 0;
    }

    .product-details .pic-list {
        width: 100%;
        height: auto;
        float: none;
    }

    .product-details .content .content-new {
        width: 85%;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 80px;
    }
}


/*页码*/
.PageBox {
    padding: 20px 0;
}

.PageBox .Pages {
    text-align: center;
}

.PageBox .Pages a {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-size: 16px;
    margin: 0 3px;
    transition: all .5s;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-size: contain !important;
    line-height: 30px;
    cursor: pointer;
}

.PageBox .Pages a:hover,
.PageBox .Pages a.a_cur {
    background: var(--te-color);
    color: #fff;
}

.PageBox .Pages .num {
    font-style: normal;
}

.PageBox .Pages .num a {
    display: inline-block;
    vertical-align: middle;
}

.PageBox .Pages a.a_prev {
    position: relative;
    font-size: 0;
    background: url(../image/page.png) no-repeat;
    transition: .3s;
    display: inline-block;
    vertical-align: middle;
}

.PageBox .Pages a.a_prev:hover {
    background: url(../image/page_on.png) no-repeat;
    transform: rotate(180deg);
}

.PageBox .Pages a.a_next {
    position: relative;
    font-size: 0;
    background: url(../image/page.png) no-repeat;
    transform: rotate(180deg);
    transition: .3s;
    display: inline-block;
    vertical-align: middle;
}

.PageBox .Pages a.a_next:hover {
    background: url(../image/page_on.png) no-repeat;
    transform: rotate(0);
}

@media screen and (min-width:768px) {
    .PageBox {
        padding: 5% 0;
    }

    .PageBox .Pages a {
        margin: 0 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
}

/*页码*/

/*产品中心*/
.proMenu {
    background: #f9f9f9;
}

.proMenu ul {
    display: flex;
    justify-content: space-around;
}

.proMenu li {
    text-align: center;
    position: relative;
    padding: 45px 0;
}

.proMenu li:before {
    width: 100%;
    height: 20px;
    content: '';
    background: url(http://hzrongzhi.net/usr/themes/Asn/images/i5.png) no-repeat;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-size: contain;
    opacity: 0;
}

.proMenu li.on:before {
    opacity: 1;
}

.proMenu li img {
    margin: 0 auto;
    transition: .3s;
    display: block;
}

.proMenu li img.on {
    display: none;
}

.proMenu li.on img.off {
    display: none;
}

.proMenu li.on img.on {
    display: block;
}

.proMenu li p {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
}

.proMenu li:hover p,
.proMenu li.on p {
    color: var(--te-color);
}

.proList {
    padding: 4% 0 0 0;
}

.proList .item {
    padding: 4%;
    background: url(../image/proBG1.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 3%;
}

.proList .item .txtBox {
    width: 40%;
    float: left;
    background: #fff;
    padding: 50px;
    transition: .3s;
}

.proList .item .txtBox h5 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
}

.proList .item .txtBox h5 a {
    color: #333;
}

.proList .item .txtBox h5 br {
    display: none;
}

.proList .item .txtBox p {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 50px;
}

.proList .item .txtBox .view {
    display: inline-block;
    padding-right: 30px;
    position: relative;
    font-size: 16px;
}

.proList .item .txtBox .view:before {
    width: 12px;
    height: 8px;
    content: '';
    background: url(../image/i1_b.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
    transition: .3s;
}

.proList .item .imgBox {
    width: 50%;
    text-align: center;
    float: right;
}

.proList .item .imgBox img {
    max-width: 500px;
}

.proList .item:nth-child(even) {
    background: url(../image/proBG2.jpg) no-repeat center;
    background-size: cover;
}

.proList .item:nth-child(even) .txtBox {
    float: right;
}

.proList .item:nth-child(even) .imgBox {
    float: left;
}

.proList .item:last-child {
    margin-bottom: 0;
}

.proList .item:hover .txtBox {
    background: var(--te-color);
}

.proList .item:hover .txtBox h5,
.proList .item:hover .txtBox h5 a,
.proList .item:hover .txtBox p,
.proList .item:hover .txtBox .view {
    color: #fff;
}

.proList .item:hover .txtBox .view:before {
    right: -5px;
    background: url(../image/i1.png) no-repeat;
}

/*详情*/
.innerBan.proinfoBan .Conbox .txtBox h5 {
    color: var(--te-color);
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
}

.innerBan.proinfoBan .Conbox .txtBox h5 br {
    display: none;
}

.innerBan.proinfoBan .Conbox .txtBox p {
    max-width: 45%;
    color: #555;
    line-height: 30px;
}

.prointit {
    font-size: 30px;
    padding: 6% 0 4%;
    text-align: center;
    font-weight: bold;
}

.featureList {
    margin-bottom: 4%;
    position: relative;
    z-index: 1;
}

.featureList .box {
    overflow: hidden;
}

.featureList li {
    padding: 40px 35px;
    cursor: pointer;
    transition: .3s;
    margin: 15px;
}

.featureList li .iconB {
    position: relative;
    width: 121px;
    padding: 48px 0;
    text-align: center;
    background: url(http://hzrongzhi.net/usr/themes/Asn/images/piBG.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
    transition: .3s;
}

.featureList li .iconB .be {
    margin: 0 auto;
    height: 40px;
}

.featureList li .iconB .af {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s;
}

.featureList li .textB {
    text-align: center;
}

.featureList li .textB h5 {
    font-size: 20px;
    margin: 15px 0;
}

.featureList li .textB p {
    font-size: 16px;
    line-height: 30px;
}

.featureList li:hover {
    box-shadow: 0 0 20px rgba(2, 53, 146, .2);
}

.featureList li:hover .iconB {
    background: url(http://hzrongzhi.net/usr/themes/Asn/images/piBG_on.png) no-repeat;
}

.featureList li:hover .iconB .af {
    opacity: 1;
}

.featureList li:hover .textB h5,
.featureList li:hover .textB p {
    color: var(--te-color);
}


.featureList .slick-arrow {
    width: 50px;
    height: 50px;
    background: url(http://hzrongzhi.net/usr/themes/Asn/images/btn.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    font-size: 0;
    border: none;
    cursor: pointer;
}

.featureList .slick-arrow.slick-prev {
    left: -50px;
    transform: rotate(180deg);
}

.featureList .slick-arrow.slick-next {
    right: -50px;
}

.featureList .slick-arrow:hover {
    background-image: url(http://hzrongzhi.net/usr/themes/Asn/images/btn_on.png);
}

@media(max-width:1550px) {
    .featureList .box {
        padding: 0 60px
    }

    .featureList .slick-arrow.slick-prev {
        left: 0;
    }

    .featureList .slick-arrow.slick-next {
        right: 0;
    }
}






.coreWarp {}

.coreWarp .coreTop {
    background: url(../image/coreBG.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 8%;
}

.coreWarp .coreTop .prointit {
    color: #fff;
}

.coreWarp .coreTop ul {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}

.coreWarp .coreTop ul li .imgBox {
    width: 32%;
    text-align: right;
    float: left;
}

.coreWarp .coreTop ul li .imgBox img {
    display: inline-block;
}

.coreWarp .coreTop ul li .txtBox {
    color: #fff;
    padding: 0 3%;
    text-align: center;
}

.coreWarp .coreTop ul li .txtBox h5 {
    font-size: 24px;
    margin-bottom: 20px;
}

.coreWarp .coreTop ul li .txtBox p {
    font-size: 16px;
    line-height: 36px;
}

.coreWarp .coreTop ul li .txtBox .p {
    position: relative;
    padding-left: 15px;
}

.coreWarp .coreTop ul li .txtBox .p:before {
    width: 4px;
    height: 4px;
    content: '';
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 0;
}

.coreWarp .coreTop ul .slick-arrow {
    width: 30px;
    height: 20px;
    background: url(../image/i6.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    opacity: .8;
    font-size: 0;
    border: none;
    cursor: pointer;
}

.coreWarp .coreTop ul .slick-arrow.slick-prev {
    left: -30px;
    transform: rotate(180deg);
}

.coreWarp .coreTop ul .slick-arrow.slick-next {
    right: -30px;
}

.coreWarp .coreTop ul .slick-arrow:hover {
    opacity: 1;
}

.coreWarp .coreBom {
    transform: translateY(-50%);
}

.coreWarp .coreBom ul {
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.coreWarp .coreBom ul li {
    text-align: center;
    border-right: 1px solid #e5e5e5;
    padding: 30px 15px;
    cursor: pointer;
}

.coreWarp .coreBom ul li img {
    margin: 0 auto;
    opacity: .3;
    transition: .3s;
}

.coreWarp .coreBom ul li.slick-current img {
    opacity: 1;
}

.coreWarp .coreBom ul li.slick-current {
    background: #e9eef6;
}

.coreWarp .coreBom ul li p {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
}

.coreWarp .coreBom ul li.slick-current p {
    color: var(--te-color);
}

.applyWarp {
    margin-bottom: 4%;
}

.applyWarp .prointit {
    padding: 2% 0 1%;
}

.applyWarp .appDes {
    text-align: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 3%;
}

.applyWarp ul {
    position: relative;
}

.applyWarp li {
    float: left;
    width: 24.5%;
    margin-right: 0.66%;
    position: relative;
    margin-bottom: 0.66%;
    cursor: pointer;
}

.applyWarp li:before {
    width: 100%;
    height: 0;
    content: '';
    background: var(--te-color);
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
}

.applyWarp li figure {
    padding-bottom: 75.5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.applyWarp li p {
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s;
}

.applyWarp li:nth-child(7) {
    position: absolute;
    top: 0;
    margin-right: 0;
    right: 0;
}

.applyWarp li:nth-child(7) figure {
    padding-bottom: 153.5%;
}

.applyWarp li:hover:before {
    height: 100%;
}

.applyWarp li:hover p {
    opacity: 1;
}

.appBtn {
    padding: 95px 0;
    background: url(http://hzrongzhi.net/usr/themes/Asn/images/appBG.jpg) no-repeat center center;
    background-size: cover;
}

.appBtn .moreBtn .more {
    margin: 0 auto;
    background: url(../image/moreBG.png) no-repeat center right;
    border: 2px solid #225bc3;
    color: var(--te-color);
    box-shadow: none;
}


.appBtn .pop-up {
    display: none;
    position: fixed;
    z-index: 150;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.appBtn .pop-up .ycenter {
    height: 100%;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.appBtn .pop-up .main {
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
    background: #fff;
    border-radius: 10px;
    padding: 3% 5%;
}

.appBtn .pop-up .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    background: #225bc3;
    cursor: pointer;
}

.appBtn .pop-up .close::before,
.appBtn .pop-up .close::after {
    position: absolute;
    content: '';
    left: 20%;
    top: 50%;
    width: 60%;
    height: 3px;
    background: #fff;
    margin-top: -1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.appBtn .pop-up .close::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.appBtn .pop-up#form td {
    padding-top: 4%;
    vertical-align: top;
    position: relative;
    padding-right: 20px;
}

.appBtn .pop-up#form td em {
    font-style: normal;
    color: #c00;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.appBtn .pop-up#form td .text,
.appBtn .pop-up#form td select {
    width: 100%;
    display: block;
    line-height: 33px;
    height: 43px;
    color: #6e6e6e;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 5px 10px 5px 50px;
}

.appBtn .pop-up#form td select {
    display: block !important;
}

.appBtn .pop-up#form td .name {
    background: url(http://hzrongzhi.net/usr/themes/Asn/images/Form-ico.png) no-repeat 10px 10px;
}

.appBtn .pop-up#form td .phone {
    background: url(http://hzrongzhi.net/usr/themes/Asn/images/Form-ico.png) no-repeat 10px -30px;
}

.appBtn .pop-up#form td .province {
    background: url(http://hzrongzhi.net/usr/themes/Asn/images/Form-ico.png) no-repeat 10px -70px;
}

.appBtn .pop-up#form td .city {
    padding-left: 10px;
}

.appBtn .pop-up#form td .message {
    background: url(http://hzrongzhi.net/usr/themes/Asn/images/Form-ico.png) no-repeat 10px -108px;
}

.appBtn .pop-up#form td .btn {
    width: 40%;
    margin-right: 3%;
    height: 40px;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    color: #fff;
    background: #225bc3;
    max-width: 120px;
}

.appBtn .pop-up#form h3 {
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #225bc3;
}

.appBtn .pop-up#form p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    color: #225bc3;
}

.appBtn .pop-up#map .main {
    padding: 15px;
}

.appBtn .pop-up .map {
    height: 300px;
}

/*解决方案*/
.sortsearWarp {
    padding: 4% 0;
    margin-top: 100px;
}

.sortsearWarp .seleB {
    float: left;
    width: 25%;
    padding-bottom: 35px;
    border-bottom: 1px solid #e0e0e0;
}

.sortsearWarp .seleB select {
    width: 100%;
    font-size: 16px;
}

.sortsearWarp .searB {
    float: right;
    width: 25%;
    padding-bottom: 35px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.sortsearWarp .searB input {
    font-size: 16px;
}

.sortsearWarp .searB .searBtn {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../image/sear.png) no-repeat;
    position: absolute;
    right: 5px;
    top: 8px;
}

/*
.caseList{ margin-top: 100px;}
*/
.caseList .item {
    width: 20%;
    float: left;
    transition: .3s;
}

.caseList .item a {
    position: relative;
    display: block;
}

.caseList .item a:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    content: '';
    border: 4px solid transparent;
    border-bottom: none;
    position: absolute;
    top: 0;
    left: 0;
}

.caseList .item figure {
    padding-bottom: 680px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.caseList .item p {
    font-size: 18px;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 8%;
    left: 0;
    position: absolute;
    padding: 0 8%;
    transition: .3s;
}

.caseList .item p:before {
    width: 50px;
    height: 50px;
    content: '';
    background: url(../image/i7.png) no-repeat;
    position: absolute;
    right: 8%;
    top: 50%;
    margin-top: -25px;
    background-size: contain;
    opacity: 0;
    transition: .3s;
}

.caseList .item.unon {
    width: 16.75%;
}

.caseList .item.on {
    width: 33%;
}

.caseList .item.on a:before {
    border-color: var(--te-color);
}

.caseList .item.on p {
    text-align: left;
}

.caseList .item.on p:before {
    opacity: 1;
}

/*详情*/
.summaryWarp {
    background: url(../image/sumBG.png) no-repeat top left;
    padding-top: 4%;
}

.summaryWarp .sumTop {
    position: relative;
    padding-bottom: 23%;
}

.summaryWarp .no_h {
    padding-bottom: 15%;
}

.summaryWarp .sumTop .txtBox {
    width: 43%;
}

.summaryWarp .sumTop .txtBox h5 {
    padding: 30px 0;
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
    color: #222222;
}

.summaryWarp .sumTop .txtBox h5:before {
    width: calc(100% - 35px);
    height: 2px;
    content: '';
    background: var(--te-color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.summaryWarp .sumTop .txtBox h5:after {
    width: 9px;
    height: 19px;
    content: '';
    background: url(../image/i3.png) no-repeat;
    position: absolute;
    transform: rotate(-90deg);
    right: 5px;
    bottom: -7.5px;
}

.summaryWarp .sumTop .txtBox p {
    font-size: 16px;
    line-height: 34px;
    color: #555555;
}

.summaryWarp .sumTop .imgBox {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 9;
    text-align: center;
}

.summaryWarp .sumTop .imgBox img {
    max-height: 500px;
}

.summaryWarp .sumBom {
    padding: 4%;
    position: relative;
    position: relative;
    background: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    margin-bottom: 40px;
}

.summaryWarp .sumBom:before {
    width: 2px;
    height: 65px;
    content: '';
    background: var(--te-color);
    position: absolute;
    left: 4%;
    top: 0;
}

.summaryWarp .sumBom:after {
    width: 9px;
    height: 19px;
    content: '';
    background: url(../image/i3.png) no-repeat;
    position: absolute;
    left: 4%;
    margin-left: -3.5px;
    top: 70px;
}

.summaryWarp .sumBom h5 {
    padding: 0 0 30px 0;
    text-align: center;
    margin-bottom: 1px;
    font-size: 30px;
    color: #222222;
}

.summaryWarp .sumBom .contBox {
    border-top: 1px solid #eee;
    padding-top: 30px;
    position: relative;
}

.summaryWarp .sumBom .contBox .txtBox {
    font-size: 16px;
    line-height: 30px;
}

.summaryWarp .sumBom .contBox .txtBox p {
    color: #555555;
}

.summaryWarp .sumBom .contBox .txtBox span {
    color: var(--te-color);
}

.summaryWarp .sumBom .contBox .txtBox .qus {
    margin-bottom: 15px;
}

.summaryWarp .sumBom .contBox .txtBox .qus p {
    padding-left: 20px;
    position: relative;
}

.summaryWarp .sumBom .contBox .txtBox .qus p:before {
    width: 12px;
    height: 8px;
    content: '';
    background: url(../image/i1_b.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
}

.summaryWarp .sumBom .contBox .txtBox .qus span {
    display: inline-block;
    padding: 0 20px;
    background: var(--te-color);
    color: #fff;
    margin: 30px 0;
    line-height: 35px;
}

.summaryWarp .sumBom .contBox .imgBox {
    position: absolute;
    top: 30px;
    right: 4%;
    width: 20.8%;
}

.caseInfo {
    margin: 5% 0 4%;
    position: relative;
}

.caseInfo .item {
    position: relative;
}

.caseInfo .item figure {
    padding-bottom: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.caseInfo .item .txtBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.caseInfo .item .txtBox .des {
    width: 33.5%;
    height: 700px;
    background: var(--te-color);
    color: #fff;
    padding: 4%;
}

.caseInfo .item .txtBox .des h5 {
    font-size: 30px;
    line-height: 48px;
}

.caseInfo .item .txtBox .des .line {
    width: calc(100% - 30px);
    height: 2px;
    background: #fff;
    position: relative;
    margin: 30px 0;
}

.caseInfo .item .txtBox .des .line:before {
    width: 9px;
    height: 19px;
    content: '';
    background: url(http://hzrongzhi.net/usr/themes/Asn/images/i3_w.png) no-repeat;
    position: absolute;
    transform: rotate(-90deg);
    right: -25px;
    top: 50%;
    margin-top: -9px;
}

.caseInfo .item .txtBox .des p {
    font-size: 16px;
    line-height: 30px;
}

.caseInfo .slick-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 12%;
    max-width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 3%;
}

.caseInfo .slick-dots li {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: .2;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}

.caseInfo .slick-dots li.slick-active {
    opacity: 1;
}

.caseInfo .slick-dots li button {
    display: none;
}

.userPro {
    padding-bottom: 4%;
}

.userPro h5 {
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 1px;
    font-size: 30px;
    color: #222222;
    padding-bottom: 30px;
}

.userPro .seproList {
    border-top: 2px solid #eee;
    padding-top: 3%;
    position: relative;
}

.userPro .seproList ul {
    margin: 0 -10px;
}

.userPro .seproList li a {
    margin: 0 10px;
    width: calc(100% - 20px);
    display: block;
}

.userPro .seproList li .imgBox {
    background: #f4f8fb;
    padding: 25px 0;
    border-bottom: 4px solid transparent;
}

.userPro .seproList li .imgBox figure {
    padding-bottom: 60%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.userPro .seproList li p {
    font-size: 18px;
    text-align: center;
    color: #222;
    margin-top: 20px;
}

.userPro .seproList li:hover .imgBox {
    border-bottom-color: var(--te-color);
}

.userPro .seproList li:hover p {
    color: var(--te-color);
}

.userPro .seproList .slick-arrow {
    font-size: 0;
    background: url(../image/i4.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 20px;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -40px;
    opacity: .5;
    cursor: pointer;
}

.userPro .seproList .slick-arrow.slick-prev {
    right: auto;
    left: -40px;
    transform: rotate(180deg);
}

.userPro .seproList .slick-arrow:hover {
    opacity: 1;
}

/*服务支持*/
.serveTit {
    font-size: 30px;
    color: #222;
    text-align: center;
    padding: 4% 0 3%;
    font-weight: bold;
}

.serveList {
    margin-bottom: 4%;
    margin-top: 4%;
}

.serveList .item {
    float: left;
    margin-right: 2%;
    width: 49%;
    background: #f2f5f9;
}

.serveList .item:nth-child(2n) {
    margin-right: 0;
}

.serveList .item .img {
    display: inline-block;
    vertical-align: middle;
    width: 52%;
}

.serveList .item .txt {
    display: inline-block;
    vertical-align: middle;
    width: 41%;
    padding-left: 30px;
}

.serveList .item .txt h5 {
    font-size: 20px;
    color: #222;
    margin-bottom: 15px;
}

.serveList .item .txt p {
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}

.agentWarp {
    background: url(../image/agentBG.jpg) no-repeat top center;
}

.agentWarp .serveTit {
    color: #fff;
    padding: 5% 0 4%;
}

.agentWarp .agentList {}

.agentWarp .agentList .item {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding-bottom: 3%;
    margin: 10px;
}

.agentWarp .agentList .item em {
    font-style: normal;
    color: #fff;
    width: 76px;
    height: 75px;
    background: url(../image/i8.png) no-repeat;
    padding: 8px;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.agentWarp .agentList .item .iconB {
    max-width: 60px;
    line-height: 60px;
    margin: 0 auto;
}

.agentWarp .agentList .item h5 {
    font-size: 20px;
    font-weight: normal;
    color: #222222;
    margin: 30px 0 20px;
    text-align: center;
}

.agentWarp .agentList .item p {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    min-height: 150px;
}

.ownerWarp .serveTit {
    text-align: left;
    padding: 5% 0 4%;
}

.ownerWarp .leftBox {
    float: left;
    width: 46%;
}

.ownerWarp .leftBox .item {
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px;
}

.ownerWarp .leftBox .item em {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: var(--te-color);
    padding: 5px 8px;
    transform: translateY(-50%);
    font-style: normal;
    transition: .3s;
}

.ownerWarp .leftBox .item .textBox {
    padding: 25px 40px;
    background: #f2f5f9;
}

.ownerWarp .leftBox .item .textBox h5 {
    font-size: 18px;
    font-weight: normal;
    color: #222;
    transition: .3s;
}

.ownerWarp .leftBox .item .textBox p {
    height: 0;
    font-size: 16px;
    line-height: 30px;
    color: var(--te-color);
    transition: .3s;
}

.ownerWarp .leftBox .item.on em {
    font-size: 18px;
    padding: 12px 15px;
}

.ownerWarp .leftBox .item.on .textBox {
    padding-left: 60px;
}

.ownerWarp .leftBox .item.on .textBox p {
    height: auto;
}

.ownerWarp .leftBox .item.on .textBox h5 {
    font-weight: bold;
    color: var(--te-color);
    font-size: 20px;
    margin-bottom: 8px;
}

.ownerWarp .imgBox {
    float: right;
    width: 50%;
}

.promiseWarp {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    text-align: center;
    padding: 5% 0;
    margin-top: 4%;
}

.promiseWarp .textBox {
    max-width: 1120px;
    margin: 0 auto;
}

.promiseWarp .textBox .serveTit {
    padding: 0;
    color: #fff;
}

.promiseWarp .textBox .des {
    display: inline-block;
    margin: 20px 0;
    position: relative;
    padding: 0 25px;
    font-size: 16px;
    font-weight: bold;
}

.promiseWarp .textBox .des:before,
.promiseWarp .textBox .des:after {
    width: 17px;
    height: 17px;
    content: '';
    background: url(../image/i9.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -8.5px;
}

.promiseWarp .textBox .des:before {
    left: 0;
}

.promiseWarp .textBox .des:after {
    right: 0;
    transform: rotate(180deg);
}

.promiseWarp .textBox p {
    font-size: 16px;
    line-height: 30px;
}

.systemWarp {
    position: relative;
    padding: 5% 0;
}

.systemWarp:before {
    width: 42%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #f2f5f9;
    z-index: -1;
}

.systemWarp .imgBox {
    float: left;
    width: 50%;
}

.systemWarp .txtBox {
    float: right;
    width: 42%;
}

.systemWarp .txtBox .serveTit {
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
}

.systemWarp .txtBox .des {
    font-size: 18px;
    line-height: 32px;
}

.systemWarp .txtBox ul {
    margin-top: 35px;
}

.systemWarp .txtBox li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 20px;
}

.systemWarp .txtBox li:before {
    width: 9px;
    height: 19px;
    content: '';
    background: url(../image/i3.png) no-repeat;
    position: absolute;
    left: 0;
    transform: rotate(-90deg);
    top: 5px;
}

.systemWarp .txtBox li span {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.systemWarp .txtBox li p {
    font-size: 16px;
    color: #555555;
}

.afsaleWarp {
    margin-bottom: 4%;
}

.afsaleWarp .saleTop {}

.afsaleWarp .saleTop .stepList {
    float: left;
    width: calc(100% - 320px);
    border-top: 2px solid #f2f5f9;
    position: relative;
}

.afsaleWarp .saleTop .stepList:before {
    width: 0;
    height: 2px;
    background: var(--te-color);
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    transition: 6s;
}

.afsaleWarp .saleTop.progWarp .stepList:before {
    width: 100%;
}

.afsaleWarp .saleTop .stepList .item {
    float: left;
    width: 15%;
    margin-right: 10%;
    text-align: center;
    padding-top: 80px;
    position: relative;
}

.afsaleWarp .saleTop .stepList .item:before {
    width: 8px;
    height: 8px;
    content: '';
    background: var(--te-color);
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -4px;
}

.afsaleWarp .saleTop .stepList .item:after {
    width: 2px;
    height: 60px;
    content: '';
    background: var(--te-color);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
}

.afsaleWarp .saleTop .stepList .item .iconB {
    margin-bottom: 15px;
    transition: .5s;
}

.afsaleWarp .saleTop .stepList .item:hover .iconB {
    transform: rotateY(360deg);
}

.afsaleWarp .saleTop .stepList .item p {
    font-size: 18px;
}

.afsaleWarp .saleTop .hotline {
    width: 320px;
    float: left;
    background: var(--te-color);
    color: #fff;
    padding: 35px 30px;
}

.afsaleWarp .saleTop .hotline h5 {
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 0;
    margin-bottom: 15px;
}

.afsaleWarp .saleTop .hotline p {
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
    position: relative;
    padding-left: 38px;
    margin-bottom: 10px;
}

.afsaleWarp .saleTop .hotline p:before {
    width: 32px;
    height: 32px;
    content: '';
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.afsaleWarp .saleTop .hotline p.tel:before {
    background-image: url(../image/tel.png);
}

.afsaleWarp .saleTop .hotline p.pho:before {
    background-image: url(../image/pho.png);
}

.afsaleWarp .saleBom .processBox {}

.afsaleWarp .saleBom .processBox .item {
    width: 16.66%;
    float: left;
    padding: 25px;
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(-120px);
    transition: .5s;
}

.afsaleWarp .saleBom .processBox .item:before {
    width: 21px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: -3px;
    z-index: 9;
}

.afsaleWarp .saleBom .processBox .item h5 {
    font-size: 18px;
    color: #222222;
    margin: 10px 0;
}

.afsaleWarp .saleBom .processBox .item p {
    font-size: 15px;
    color: #555555;
    line-height: 24px;
    min-height: 72px;
}

.afsaleWarp .saleBom .processBox .item.Scrollin {
    opacity: 1;
    -webkit-transform: translateX(0);
}


.afsaleWarp .saleBom .processBox .item:nth-child(1) {
    background-color: #f5f7fb;
}

.afsaleWarp .saleBom .processBox .item:nth-child(1):before {
    display: none;
}

.afsaleWarp .saleBom .processBox .item:nth-child(2) {
    background-color: #ebeff6;
}

.afsaleWarp .saleBom .processBox .item:nth-child(2):before {
    background: url(../image/p1.jpg) no-repeat;
}

.afsaleWarp .saleBom .processBox .item:nth-child(3) {
    background-color: #e0e6f2;
}

.afsaleWarp .saleBom .processBox .item:nth-child(3):before {
    background: url(../image/p2.jpg) no-repeat;
}

.afsaleWarp .saleBom .processBox .item:nth-child(4) {
    background-color: #d6dfed;
}

.afsaleWarp .saleBom .processBox .item:nth-child(4):before {
    background: url(../image/p3.jpg) no-repeat;
}

.afsaleWarp .saleBom .processBox .item:nth-child(5) {
    background-color: #ccd7e9;
}

.afsaleWarp .saleBom .processBox .item:nth-child(5):before {
    background: url(../image/p4.jpg) no-repeat;
}

.afsaleWarp .saleBom .processBox .item:nth-child(6) {
    background-color: #c2cfe5;
}

.afsaleWarp .saleBom .processBox .item:nth-child(6):before {
    background: url(../image/p5.jpg) no-repeat;
}

/*客户案例*/
.sortsearWarp.projectsort {
    background: #f9f9f9;
    margin-top: 0;
}

.projectList {
    margin-top: 4%;
}

.projectList li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.projectList li:nth-child(3n) {
    margin-right: 0;
}

.projectList li .imgBox {
    overflow: hidden;
}

.projectList li .imgBox .Ispic {
    transition: .3s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-bottom: 74.871%;
}

.projectList li .imgBox img {
    display: none;
}

.projectList li .txtBox {
    padding: 30px;
    position: relative;
}

.projectList li .txtBox:before {
    width: 50px;
    height: 50px;
    content: '';
    background: url(http://hzrongzhi.net/usr/themes/Asn/images/btn.png) no-repeat;
    position: absolute;
    top: -25px;
    right: 20px;
    transition: .3s;
}

.projectList li .txtBox h5 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

.projectList li .txtBox .tag span {
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    color: #8e97a9;
    border: 1px solid #cdd1da;
}

.projectList li:hover .imgBox .Ispic {
    transform: scale(1.1, 1.1);
}

.projectList li:hover .txtBox:before {
    background: url(http://hzrongzhi.net/usr/themes/Asn/images/btn_on.png) no-repeat;
    background-size: contain;
}

/*行业资讯*/
.industryList {
    padding-top: 4%;
}

.industryList li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
}

.industryList li .timeB {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    background: var(--te-color);
    border-radius: 6px;
}

.industryList li .timeB span {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
}

.industryList li .contB {
    width: 100%;
    padding: 10px;
    border: 1px solid #e5e5e5;
}

.industryList li .contB .txtBox {
    width: 68.5%;
    float: left;
    padding: 55px 0 50px 75px;
}

.industryList li .contB .txtBox h5 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 12px;
}

.industryList li .contB .txtBox p {
    font-size: 16px;
    line-height: 30px;
    color: #757575;
}

.industryList li .contB .imgBox {
    overflow: hidden;
    width: 23%;
    float: right;
    border-radius: 6px;
}

.industryList li .contB .imgBox figure {
    transition: .3s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 65%;
}

.industryList li:hover .contB .imgBox figure {
    transform: scale(1.1, 1.1);
}

/*产品资讯*/
.pronewsWarp {
    padding-top: 4%;
}

.pronewsWarp .pronewsTop {
    position: relative;
}

.pronewsWarp .pronewsTop li {
    background: #f8f9fa;
}

.pronewsWarp .pronewsTop li .imgBox {
    overflow: hidden;
    width: 50%;
    float: left;
}

.pronewsWarp .pronewsTop li .imgBox figure {
    transition: .3s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 69%;
}

.pronewsWarp .pronewsTop li .txtBox {
    width: 50%;
    padding: 4% 4% 0 5%;
    float: left;
}

.pronewsWarp .pronewsTop li .txtBox .timeB {
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    background: var(--te-color);
    margin-bottom: 25px;
}

.pronewsWarp .pronewsTop li .txtBox .timeB span {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
}

.pronewsWarp .pronewsTop li .txtBox .timeB p {
    color: #fff;
    line-height: 1;
}

.pronewsWarp .pronewsTop li .txtBox h5 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 10px;
}

.pronewsWarp .pronewsTop li .txtBox p {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.pronewsWarp .pronewsTop li:hover .imgBox figure {
    transform: scale(1.1, 1.1);
}

.pronewsWarp .pronewsTop .slick-arrow {
    font-size: 0;
    background: url(../image/i4.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 20px;
    border: none;
    position: absolute;
    bottom: 20%;
    opacity: .5;
    cursor: pointer;
    left: calc(55% + 50px);
    z-index: 9;
}

.pronewsWarp .pronewsTop .slick-arrow.slick-prev {
    left: 55%;
    transform: rotate(180deg);
}

.pronewsWarp .pronewsTop .slick-arrow:hover {
    opacity: 1;
}

.pronewsWarp .pronewsBom {}

.pronewsWarp .pronewsBom li {
    width: 32%;
    margin-right: 2%;
    margin-top: 3%;
    float: left;
}

.pronewsWarp .pronewsBom li:nth-child(3n) {
    margin-right: 0;
}

.pronewsWarp .pronewsBom li .imgBox {
    overflow: hidden;
    border-radius: 6px;
}

.pronewsWarp .pronewsBom li .imgBox figure {
    transition: .3s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 65%;
}

.pronewsWarp .pronewsBom li .txtBox {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.pronewsWarp .pronewsBom li .txtBox p {
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 13px;
    line-height: 23px;
    margin: 0.7em 0;
}

.pronewsWarp .pronewsBom li .txtBox h5 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}

.pronewsWarp .pronewsBom li .txtBox time {
    font-size: 14px;
    color: #666666;
    display: block;
    position: relative;
    padding-left: 25px;
}

.pronewsWarp .pronewsBom li .txtBox time:before {
    width: 17px;
    height: 17px;
    content: '';
    background: url(../image/time.png) no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pronewsWarp .pronewsBom li:hover .imgBox figure {
    transform: scale(1.1, 1.1);
}



/*详情*/
.inforWarp {
    margin-top: 0;
    border-top: 1px solid #e5e5e5;
}

.inforWarps {
    margin-top: 5%;
    border-top: none;
}

.inforWarp .titBox {
    text-align: center;
    padding: 4% 0 3%;
}

.inforWarp .titBox h5 {
    font-size: 30px;
    margin-bottom: 20px;
}

.inforWarp .titBox time {
    display: block;
    font-size: 13px;
    color: #999999;
    margin-bottom: 30px;
}

.inforWarp .txtBox {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}

.inforWarp .txtBox p {
    margin-bottom: 1.25rem;
    font-size: .9375rem;
    line-height: 1.8;
    word-wrap: break-word;
}

.inforWarp .txtBox p a {
    color: var(--te-color);
}

.inforWarp .txtBox p img {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
    cursor: zoom-in;
}

.inforWarp .txtBox .img {
    margin-top: 4%;
    text-align: center;
}

.inforWarp .chapters {
    margin-top: 6%;
    padding: 4% 0;
    position: relative;
    border-top: 1px solid #e5e5e5;
}

.inforWarp .chapters span {
    display: block;
    line-height: 30px;
    color: var(--te-color);
}

.inforWarp .chapters span a {
    color: #777;
}

.inforWarp .chapters .moreBtn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.inforWarp .xinwen {
    margin-top: 20px;
}

.inforWarp .case_info {
    margin: 5% auto;
}

.inforWarp .case_info .right-content dd,
.inforWarp .case_info .right-content .con {
    position: relative;
}

.inforWarp .case_info .right-content .tits {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 82px;
    color: var(--te-color);
}


.inforWarp .list_img {
    float: left;
    width: 55.6%;
}

.inforWarp .list_img .slider-for {
    margin-bottom: 3%;
}

.inforWarp .list_img .slider-for li {
    background: #fff;
}

.inforWarp .list_img .slider-for li .Ispic {
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.inforWarp .list_img .slider-nav li .Ispic {
    border: 1px solid #fff;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 3%;
}

.inforWarp .list_img .slider-nav li.slick-current .Ispic {
    border-color: var(--te-color);
}

.inforWarp .list_img .slider-nav {
    margin-bottom: 30px;
}

.inforWarp .case_info .slick-track {
    margin-left: 0;
}

/* Arrows */
.inforWarp .list_img .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    border: none;
    z-index: 10;
    margin-top: -20px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.35);
}

.inforWarp .list_img .slick-arrow:hover {
    background-color: var(--te-color);
}

.inforWarp .list_img .slick-arrow::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
}

.inforWarp .list_img .slick-prev {
    left: -45px;
}

.inforWarp .list_img .slick-next {
    right: -45px;
    background-position: right top;
}

.inforWarp .list_img .slick-prev::before {
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
}

.inforWarp .list_img .slick-next::before {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin-left: -12px;
}

@media(max-width:1200px) {
    .inforWarp .list_img .slider-for {
        margin-bottom: 3%;
    }

    .inforWarp .list_img .slick-prev {
        left: 0;
    }

    .inforWarp .list_img .slick-next {
        right: 0;
    }
}


.inforWarp .right-content {
    float: right;
    width: 39.2%;
    padding: 2% 0 5.28% 5%;
    color: #666;
    font-size: 16px;
    line-height: 28px;
}

.inforWarp .right-content .tit {
    font-size: 30px;
    margin: 0;
    margin-bottom: 20px;
    color: #333;
}

.inforWarp .right-content dl {
    padding: 8% 0 5%;
}

.inforWarp .right-content dd {
    margin-left: 0;
    min-height: 28px;
}

.inforWarp .right-content .con {
    margin-bottom: 8%;
}

.inforWarp .right-content .tits {
    color: #666;
}


@media(max-width:1024px) {

    .inforWarp .list_img,
    .inforWarp .right-content {
        float: none;
        width: auto;
    }

    .inforWarp .right-content {
        padding: 6% 0;
    }

}



/*联系我们*/
.Contacts {
    padding: 5% 0;
    background: url(../image/mapBG.png) no-repeat center top;
}

.mapWarp .txtBox {
    background: var(--te-color);
    color: #fff;
    padding: 50px 40px 5%;
    z-index: 9;
    border-radius: 10px;
}

.mapWarp .txtBox h5 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 35px;
    line-height: 42px;
}

.mapWarp .txtBox h5:first-child {
    margin-bottom: 0;
}

.mapWarp .txtBox p {
    font-size: 16px;
    padding-left: 50px;
    position: relative;
    margin-bottom: 30px;
}

.mapWarp .txtBox p:before {
    width: 35px;
    height: 35px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mapWarp .txtBox p.pho:before {
    background: url(../image/mi1.png) no-repeat;
}

.mapWarp .txtBox p.web:before {
    background: url(../image/mi2.png) no-repeat;
}

.mapWarp .txtBox p.mal:before {
    background: url(../image/mi3.png) no-repeat;
}

.mapWarp .txtBox p.add:before {
    background: url(../image/mi4.png) no-repeat;
}

.mapWarp .txtBox .codeB {
    text-align: center;
    margin-top: 50px;
}

.mapWarp .txtBox .codeB .item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.mapWarp .txtBox .codeB .item .img {
    max-width: 120px;
    padding: 5px 5px;
    border: 1px solid rgba(255, 255, 255, .5);
}

.mapWarp .txtBox .codeB .item p {
    padding-left: 0;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

.mapWarp .txtBox .codeB .item p:before {
    display: none;
}

.demandForm .FormBox {
    float: none;
    max-width: 100%;
    padding: 0;
    background: none;
}

.Foor7.demandForm .FormBox h5 {
    margin-bottom: 50px;
    text-align: left;
}

.Foor7.demandForm .FormBox .form .itemBox.desBox {
    margin-top: 30px;
}

@media(min-width:1024px) {
    .Contacts .ytable {
        display: table;
        width: 100%;
    }

    .Contacts .ytable-fixed {
        table-layout: fixed;
    }

    .Contacts .ytable-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .demandForm {
        width: 65%;
        padding-right: 4%;
    }

    .demandForm .FormBox {
        width: 100%;
    }

    .mapWarp {
        width: 35%;
    }
}




/*加入我们*/

.TextList001729 ol.type {
    margin-top: 5%;
}

.TextList001729 .type {
    display: table;
    width: 100%;
}

.TextList001729 ol.type {
    font-size: 18px;
    background-color: var(--te-color);
    color: #fff;
}

.TextList001729 .type li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
}

.TextList001729 ul.type li {
    cursor: pointer;
    font-size: 16px;
}

.TextList001729 ul.type#On {
    background: #a0a0a0;
    color: #fff;
}

.TextList001729 .type li:nth-child(1),
.TextList001729 .type li:nth-child(2),
.TextList001729 .type li:nth-child(3),
.TextList001729 .type li:nth-child(4) {
    width: 18.75%;
}

.TextList001729 .type li:nth-child(5) {
    width: 25%;
}

.TextList001729 .type li:nth-child(1),
.TextList001729 .type li:nth-child(5) {
    padding-left: 2%;
    text-align: left !important;
}

.TextList001729 ul.type li:nth-child(5) {
    background: url(http://hzrongzhi.net/usr/themes/Asn/images/TextList001729-icon_close.png) no-repeat 90% center;
}

.TextList001729 ul.type#On li:nth-child(5) {
    background-image: url(http://hzrongzhi.net/usr/themes/Asn/images/TextList001729-icon_open.png);
}

.TextList001729 .list {
    border-bottom: 1px solid #e5e5e5;
}

.TextList001729 .list .con {
    display: none;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    font-size: 15px;
    line-height: 28px;
    color: #666666;
    padding: 2%;
    background: #f7f7f7;
}

.TextList001729 .list .con p {
    margin-bottom: 30px;
}

.TextList001729 .list .con strong {
    font-size: 18px;
    color: #00529b;
}

.TextList001729 .btn_apply {
    padding: 10px 0;
}

.TextList001729 .btn_apply a {
    display: inline-block;
    max-width: 180px;
    width: 40%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #f29200;
    font-size: 18px;
    border-radius: 3px;
}

@media(max-width:1000px) {

    .TextList001729 .type li:nth-child(2),
    .TextList001729 .type li:nth-child(3),
    .TextList001729 .type li:nth-child(4) {
        display: none;
    }

    .TextList001729 .type li {
        width: 60% !important;
    }

    .TextList001729 .type li:nth-child(5) {
        width: 40% !important;
    }
}

@media(max-width:680px) {
    .TextList001729 .type li {
        width: 80% !important;
    }

    .TextList001729 .type li:nth-child(5) {
        width: 20% !important;
        font-size: 0;
    }

    .TextList001729 ol.type {
        font-size: 15px;
    }

    .TextList001729 .btn_apply a {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .TextList001729 .list .con {
        font-size: 14px;
        line-height: 22px;
    }
}

/*二维码生成封面*/

.cl:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

.vm {
    vertical-align: middle
}

.comiis_poster_box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    opacity: 0
}

.comiis_poster_box img {
    display: initial;
}

.comiis_poster_box_show {
    opacity: 1
}



.comiis_poster_fdico {
    position: fixed;
    z-index: 100
}

.comiis_poster_fdico a {
    display: block;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 10px
}

.comiis_poster_fdico a img {
    width: 16px;
    height: 16px;
    padding-top: 8px;
    overflow: hidden
}

.comiis_poster_fdico a span {
    display: block;
    font-size: calc(20px/2);
    margin-top: 2px;
    overflow: hidden
}

.comiis_poster_okimg,
.comiis_poster_imgshow {
    height: calc(100% - 55px);
    text-align: center
}

.comiis_poster_okimg img {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 30px);
    margin: 25px 20px 10px;
    border-radius: 6px;
}

.comiis_poster_oktit {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    overflow: hidden
}

.comiis_poster_okclose {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 60px;
    text-align: center;
    overflow: hidden
}

.comiis_poster_okclose a {
    display: block;
    height: 60px;
    line-height: 40px;
    overflow: hidden
}

.comiis_poster_okclose a img {
    width: 40px;
    height: 40px
}

.comiis_poster_about {
    position: absolute;
    bottom: 74px;
    left: 30px;
    background: rgb(255 255 255 / 68%);
    padding: 12px 20px;
    width: 300px;
    border-radius: 3px;
    font-weight: bold;
    color: var(--te-color);
    font-style: italic;
    line-height: 24px;
    font-size: 13px;
}

.loading_color {
    width: 200px;
    height: 80px;
    margin: 0 auto
}

.loading_color span {
    display: inline-block;
    width: 3px;
    height: 30px;
    animation-name: scale;
    -webkit-animation-name: scale;
    -moz-animation-name: scale;
    -ms-animation-name: scale;
    -o-animation-name: scale;
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite
}

.loading_color span.loading_color1 {
    background: #2ecc71
}

.loading_color span.loading_color2 {
    background: #3498db
}

.loading_color span.loading_color3 {
    background: #9b59b6
}

.loading_color span.loading_color4 {
    background: #e67e22
}

.loading_color span.loading_color5 {
    background: #c0392b
}

.loading_color span.loading_color6 {
    background: #e74c3c
}

.loading_color span.loading_color7 {
    background: #e74c8c
}

.loading_color1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -ms-animation-delay: -1s;
    -o-animation-delay: -1s
}

.loading_color2 {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    -ms-animation-delay: -0.9s;
    -o-animation-delay: -0.9s
}

.loading_color3 {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    -ms-animation-delay: -0.8s;
    -o-animation-delay: -0.8s
}

.loading_color4 {
    animation-delay: -0.7s;
    -webkit-animation-delay: -0.7s;
    -moz-animation-delay: -0.7s;
    -ms-animation-delay: -0.7s;
    -o-animation-delay: -0.7s
}

.loading_color5 {
    animation-delay: -0.6s;
    -webkit-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
    -ms-animation-delay: -0.6s;
    -o-animation-delay: -0.6s
}

.loading_color6 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    -moz-animation-delay: -0.5s;
    -ms-animation-delay: -0.5s;
    -o-animation-delay: -0.5s
}

.loading_color7 {
    animation-delay: -0.4s;
    -webkit-animation-delay: -0.4s;
    -moz-animation-delay: -0.4s;
    -ms-animation-delay: -0.4s;
    -o-animation-delay: -0.4s
}

@-webkit-keyframes scale {

    0%,
    40%,
    100% {
        -moz-transform: scaleY(0.2);
        -ms-transform: scaleY(0.2);
        -o-transform: scaleY(0.2);
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2)
    }

    20%,
    60% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-moz-keyframes scale {

    0%,
    40%,
    100% {
        -moz-transform: scaleY(0.2);
        -ms-transform: scaleY(0.2);
        -o-transform: scaleY(0.2);
        -webkit-transform: scaleY(0.2);
        transform:
            scaleY(0.2)
    }

    20%,
    60% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-ms-keyframes scale {

    0%,
    40%,
    100% {
        -moz-transform: scaleY(0.2);
        -ms-transform: scaleY(0.2);
        -o-transform: scaleY(0.2);
        -webkit-transform: scaleY(0.2);
        transform:
            scaleY(0.2)
    }

    20%,
    60% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes scale {

    0%,
    40%,
    100% {
        -moz-transform: scaleY(0.2);
        -ms-transform: scaleY(0.2);
        -o-transform: scaleY(0.2);
        -webkit-transform: scaleY(0.2);
        transform:
            scaleY(0.2)
    }

    20%,
    60% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.comiis_poster_box_img {
    position: fixed;
    top: -2999px;
    width: 575px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comiis_poster_img {
    /* width: 100%; */
    max-height: 100%;
    max-width: 220px;
    overflow: hidden;
    position: relative
}

.comiis_poster_img img {
    width: 100%;
    height: auto
}

.comiis_poster_img .img_time {
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: 96px;
    line-height: 36px;
    font-size: 70px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 0px 20px rgba(0, 0, 0, 0.2)
}

.comiis_poster_img .img_time span {
    display: block;
    margin-top: 16px;
    border-top: 3px solid #fff;
    font-weight: 500;
    font-size: 24px
}

.comiis_poster_tit {
    margin: 22px 28px 28px;
    height: 100px;
    line-height: 50px;
    font-size: 36px;
    font-weight: 400;
    color: #222;
    overflow: hidden
}

.comiis_tets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comiis_uimg {
    padding: 20px 28px 10px 0;
}

.comiis_poster_time {
    padding: 20px 28px 10px 0;
}

.comiis_poster_tita {
    padding: 0px 28px 0 0;
    max-height: 82px;
    line-height: 42px;
    font-size: 25px;
    font-weight: 400;
    color: #ff034c;
    overflow: hidden
}

.comiis_poster_txta {
    margin: 5px 28px 5px 0;
    min-height: 35px;
    font-size: 15px;
    font-weight: 400;
    color: var(--te-color);
    overflow: hidden
}

.comiis_poster_user {
    padding: 0 29px 10px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    overflow: hidden
}

.comiis_poster_user .kmdico {
    float: left;
    margin-left: 2px;
    margin-top: 18px;
    height: 10px
}

.comiis_poster_user .kmuser {
    float: right;
    color: #369
}

.comiis_poster_user .kmuser img {
    float: left;
    width: 46px;
    height: 46px;
    margin-right: 12px;
    border-radius: 50%
}

.comiis_poster_user .kmuser .kmby {
    float: left;
    margin-right: 15px;
    color: #ccc
}

.comiis_poster_user_mt {
    margin-top: 20px
}

.comiis_poster_tops {
    padding: 8px 15px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #666;
    overflow: hidden
}

.comiis_poster_imgs {
    width: 100%;
    height: 300px;
    position: relative
}

.comiis_poster_imgs .kmbkbg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 250px;
    overflow: hidden
}

.comiis_poster_imgs .kmbkbg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow: hidden
}

.comiis_poster_imgs .kmbkimg {
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #fff;
    margin-left: -55px;
    width: 110px;
    height: 110px;
    border-radius: 6px
}

.comiis_poster_imgs .kmbkimg img {
    width: 100px;
    height: 100px;
    margin: 5px;
    border-radius: 6px
}

.comiis_poster_tits {
    text-align: center;
    padding: 15px 28px 10px;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    font-weight: 400;
    color: #369;
    overflow: hidden
}

.comiis_poster_txts {
    margin: 5px 28px;
    min-height: 68px;
    max-height: 170px;
    line-height: 34px;
    font-size: 24px;
    font-weight: 400;
    color: #666;
    overflow: hidden
}

.comiis_poster_dico {
    padding: 20px 29px
}

.comiis_poster_nqmpfhx {
    background: none
}

.comiis_poster_x {
    display: none;
    width: 100%;
    height: 45px;
    background: url(http://hzrongzhi.net/usr/themes/themes/spimes/poster/img/poster_x.jpg) repeat-x center;
    overflow: hidden
}

.comiis_poster_foot {
    padding: 17px 28px 25px 0;
    height: 50px;
    box-sizing: initial;
    overflow: hidden
}

.comiis_poster_foot .kmzw {
    float: left;
    margin-left: 1px;
    margin-right: 20px;
    width: 50px;
    height: 50px
}

.comiis_poster_foot .kmzwtip {
    margin-top: 13px;
    height: 40px;
    line-height: 25px;
    font-size: 13px;
    color: #aaa
}

.comiis_poster_foot .kmzwtips {
    float: left;
    margin-top: 12px;
    height: 68px;
    line-height: 36px;
    font-size: 22px;
    color: #aaa
}

.comiis_poster_foot .kmewm {
    float: right;
    width: 50px;
    height: 50px
}

.comiis_poster_fdico *,
#comiis_poster_box * {
    -moz-box-sizing: content-box;
    /* box-sizing: content-box; */
}

.comiis_poster_fdico {
    bottom: 82px;
    left: 12px;
}

.comiis_poster_a,
.comiis_footer_scroll a.comiis_poster_a {
    /* background:rgba(0,0,0,0.6); */
}

.comiis_poster_a span,
.comiis_poster_a i {}

cite,
i {
    font-style: normal;
}

a.comiis_poster_a:hover {}

.ewbg {
    width: 480px;
    height: 460px;
    background: url(http://hzrongzhi.net/usr/themes/Asn/img/ewbg.jpg) center center no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 270px;
}

.ewbg p {
    margin-left: 80px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ewfl {
    margin-left: 55px;
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
}

.ewfl span {
    color: rgba(255, 51, 0, 1);
    margin: 0 5px;
}

.ewbottom {
    margin-top: 85px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-left: 65px;
}

/***/
/*响应式*/
.nav_btn {
    float: right;
    width: 25px;
    height: 22px;
    margin: 23px 0 0 20px;
    position: relative;
    cursor: pointer;
    display: none;
    transition: margin 0.3s ease 0s;
    z-index: 999;
}

.nav_btn span,
.nav_btn span:before,
.nav_btn span:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--te-color);
    position: absolute;
    left: 0;
    border-radius: 3px;
}

.nav_btn span {
    top: 50%;
    margin-top: -1px;
}

.nav_btn span:before {
    top: -10px;
    transition: all 0.3s ease 0s;
}

.nav_btn span:after {
    bottom: -10px;
    transition: all 0.3s ease 0s;
}

.nav_btn.open span {
    height: 0;
}

.nav_btn.open span:before {
    transform: rotate(45deg);
    top: 0;
    background-color: var(--te-color);
}

.nav_btn.open span:after {
    transform: rotate(-45deg);
    bottom: -2px;
    background-color: var(--te-color);
}


@media(max-width:1480px) {
    .w1440 {
        padding: 0 2%;
    }

    .top .nav li {
        margin-right: 30px;
    }

    .bottom .bomnav dl {
        margin-left: 40px;
    }

    .culList .item {
        padding: 4% 8% 4% 2%;
    }

    .userPro .seproList .slick-arrow.slick-prev {
        left: 5px;
        z-index: 9;
    }

    .userPro .seproList .slick-arrow {
        right: 5px;
    }

    .w1200 {
        padding: 0 2%;
    }
}

@media(max-width:1024px) {
    .nav_btn {
        display: block;
    }

    .top {
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05)
    }

    .top .nav {
        position: absolute;
        top: 100%;
        right: 0;
        transition: all 0.5s;
        left: -100%;
        background: #fff;
        padding: 2% 5%;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        display: none;
        width: 100%;
        margin: 0;

        height: 100vh;
    }

    .nav.open {
        left: 0;
    }

    .top .nav li {
        float: none;
        margin-right: 0;
        padding-bottom: 0;
        border-bottom: 1px solid #eaeaea;
    }

    .top .nav li:hover>a,
    .top .nav li.on>a {
        border: none;
        color: var(--te-color);
    }

    .top .nav li .nav_sub {
        position: absolute;
        height: 100vh;
        width: 100%;
        background: #f8f8f8;
        top: 0;
        display: block !important;
        transition: all 0.5s;
        right: -200%;
        padding: 2% 5%;
    }

    .top .nav li .nav_sub dl .fanhui {
        font-size: 24px;
        color: var(--te-color);
        line-height: 2;
        position: relative;
        border-bottom: 1px solid #efefef;
        margin-bottom: 1rem;
        padding: 0px 30px;
    }

    .top .nav li .nav_sub dl .fanhui:before {
        content: '';
        display: block;
        width: 15px;
        height: 2px;
        background-color: var(--te-color);
        position: absolute;
        left: 0;
        border-radius: 0;
        top: 41%;
        transform: rotate(320deg);
    }

    .top .nav li .nav_sub dl .fanhui:after {
        content: '';
        display: block;
        width: 15px;
        height: 2px;
        background-color: var(--te-color);
        position: absolute;
        left: 0;
        border-radius: 0;
        top: 59%;
        transform: rotate(220deg);
    }



    .nav.open .clearfix .open .nav_sub {
        right: 0;
    }

    .top .nav li .nav_sub dl {
        background: #f8f8f8;
    }

    .top .nav li .nav_sub dd {
        width: 48%;
    }

    .top .nav li .nav_sub dd a {
        line-height: 36px;
        font-size: 14px;
    }

    .top .logo {
        width: 40%;
        line-height: 80px;
    }

    .top .searBox {
        padding: 28px 0;
    }

    .idxtit h5 {
        font-size: 30px;
    }

    .Foor2 .HomeF2slide .big .txtBox {
        display: block;
        width: 100%;
        padding: 2%;
    }

    .Foor2 .HomeF2slide .big .imgBox {
        width: 100%;
        text-align: center;
        display: block;
    }

    .Foor2 .HomeF2slide .big .imgBox img {
        margin: 0 auto;
    }

    .Foor2 .HomeF2slide .big .txtBox ul {
        margin-bottom: 30px;
    }

    .Foor2 .HomeF2slide .big .txtBox p {
        margin: 20px 0;
    }

    .Foor3 .HomeF3slide .smallWarp {
        transform: translateY(0);
        margin-bottom: 30px;
    }

    .Foor3 .HomeF3slide .big .Ispic {
        background-image: none !important;
        height: auto;
    }

    .Foor3 .HomeF3slide .big .Ispic img {
        display: block;
    }

    .Foor3 .HomeF3slide .big .item .txtBox {
        position: static;
        background: var(--te-color);
    }

    .Foor3 .HomeF3slide .big .item .txtBox .text {
        width: 100%;
        padding: 2%;
        background: none;
    }

    .Foor3 .HomeF3slide .big .item .txtBox .text h5 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .Foor3 .HomeF3slide .big .item .txtBox .text p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 22px;
    }

    .Foor4 {
        margin-top: 4%;
    }

    .Foor4 .Foor4Warp {
        display: none;
    }

    .Foor4 .Warpbox {
        display: block;
    }

    .Foor4 .Warpbox .slick-slide>div,
    .Foor4 .Foor4Warp .item {
        width: 50%;
        padding: 40px 0;
    }

    .Foor4 .Warpbox .slick-slide>div .iconB,
    .Foor4 .Foor4Warp .item .iconB {
        margin-bottom: 20px;
    }

    .Foor7 .FormBox h5 {
        font-size: 20px;
    }

    .innerBan.proinfoBan .Banbox {
        background-position: 75% center;
    }

    .innerBan.proinfoBan .Conbox {
        position: static;
        background: #f8f8f8;
        padding: 20px;
    }

    .innerBan.proinfoBan .menuLocat {
        display: none;
    }

    .innerBan.proinfoBan .Conbox .txtBox p {
        max-width: 100%;
    }

    /*  
	.innerBan{margin-top:80px;}
*/
    .sortsearWarp {
        margin-top: 80px;
    }

    .sortsearWarp.projectsort {
        margin-top: 0;
    }

    .innerBan .Conbox .txtBox h5 {
        font-size: 30px;
    }

    .innerBan .Conbox .txtBox p {
        font-size: 14px;
    }

    .innerBan .Conbox .txtBox {
        margin-bottom: 15px;
    }

    .culList .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .senseWarp {
        padding: 60px 2%;
    }

    .brandWarp .brandTop .txtBox:before {
        height: 50px;
    }

    .brandWarp .brandTop .txtBox:after {
        top: 50px;
    }

    .honerList li {
        padding: 35px 30px;
    }

    .featureList li {
        padding: 30px 20px;
    }

    .pronewsWarp .pronewsTop .slick-arrow {
        bottom: 2%;
    }

    .pronewsWarp .pronewsTop li .txtBox {
        padding-top: 2%;
    }

    .pronewsWarp .pronewsTop li .txtBox h5 {
        font-size: 28px;
        line-height: 36px;
    }

    .mapWarp .txtBox h5 {
        font-size: 24px;
    }

    .afsaleWarp .saleBom .processBox .item {
        width: 33.33%;
    }

    .afsaleWarp .saleBom .processBox .item:nth-child(4):before {
        display: none;
    }
}

@media(max-width:960px) {
    .Foor5 .leftBox {
        width: 100%;
        margin-bottom: 20px;
    }

    .Foor5 .leftBox .item .imgBox {
        text-align: center;
    }

    .Foor5 .rightBox {
        width: 100%;
        padding-left: 0;
    }

    .Foor7 .FormBox {
        float: none;
        width: 100%;
        padding: 20px 2%;
    }

    .Foor7 .imgBox {
        float: none;
        width: 100%;
        text-align: center;
        display: none;
    }

    .Foor7 .FormBox .form .moreBtn {
        margin-top: 15px;
    }

    .bottom {
        padding: 30px 0;
    }

    .bottom .bomnav dl {
        display: none;
    }

    .bottom .bomcon {
        float: none;
        text-align: center;
    }

    .bottom .bomcon .codeBox .item {
        float: none;
        display: inline-block;
    }

    .bottom .bomcon .linkBox {
        margin: 15px 0 10px;
    }

    .innerBan .Conbox .menuLocat .menu li {
        margin-right: 30px;
    }

    .profileWarp {
        padding-top: 4%;
    }

    .profileWarp .imgBox {
        width: 100%;
        position: static;
        text-align: center;
    }

    .profileWarp .titBox {
        width: 100%;
        font-size: 24px;
        padding-top: 15px;
        padding-left: 0;
    }

    .profileWarp .titBox h5 {
        margin-bottom: 12px;
    }

    .profileWarp .titBox p {
        line-height: 30px;
    }

    .profileWarp .txtBox {
        font-size: 14px;
        line-height: 24px;
    }

    .profileWarp .txtBox:before {
        top: 15px;
    }

    .patentWarp .patList li {
        width: 33.33%;
        margin-bottom: 10px;
    }

    .patentWarp .timeList .item {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .senseWarp .senseBox {
        background-size: cover;
    }

    .senseWarp .senseBox .titBox {
        float: none;
        width: 100%;
        padding: 15px 0;
    }

    .senseWarp .senseBox .titBox .iconB {
        margin-bottom: 10px;
    }

    .senseWarp .senseBox .tabBox {
        width: 100%;
        float: none;
    }

    .senseWarp .senseBox .titBox h5 {
        font-size: 20px;
    }

    .senseWarp .senseBox .tabBox .hd {
        width: 40%;
    }

    .senseWarp .senseBox .tabBox .bd {
        width: 60%;
    }

    .senseWarp .senseBox .tabBox .hd li {
        font-size: 15px;
        line-height: 40px;
    }

    .senseWarp .senseBox .tabBox .bd .itemBox {
        font-size: 14px;
        line-height: 24px;
        padding-right: 2%;
    }

    .culList .item h5 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .culList .item p {
        line-height: 24px;
        font-size: 15px;
    }

    .brandWarp .brandTop .imgBox {
        position: static;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .brandWarp .brandTop .txtBox p {
        font-size: 15px;
        line-height: 36px;
    }

    .brandWarp .brandBom .imgBox {
        float: none;
        width: 100%;
    }

    .brandWarp .brandBom .txtBox {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .brandWarp .brandBom .txtBox .logoB {
        margin: 40px 0;
    }

    .brandWarp .brandTop .titBox h5 {
        font-size: 24px;
    }

    .honerList li {
        width: 48%;
        margin-right: 4%;
        background-size: contain;
    }

    .honerList li:nth-child(2n) {
        margin-right: 0;
    }

    .honerList li p {
        padding: 15px 0;
        font-size: 15px;
        white-space: break-spaces;
    }

    .proMenu ul {
        display: block;
    }

    .proMenu li {
        width: 32.5%;
        padding: 0 1%;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 2%;
        padding-bottom: 10px;
    }

    .proMenu li:before {
        background-position: center;
    }

    .proList .item .txtBox {
        float: none;
        width: 100%;
        padding: 4% 2%;
        margin-bottom: 20px;
    }

    .proList .item .imgBox {
        float: none;
        width: 100%;
        text-align: center;
    }

    .proList .item .txtBox h5 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .proList .item .txtBox p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .prointit {
        font-size: 24px;
    }

    .coreWarp .coreTop ul li .txtBox p {
        font-size: 14px;
        line-height: 24px;
    }

    .coreWarp .coreTop ul li .txtBox h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .caseList .item {
        width: 33.33%;
    }

    .caseList .item.on {
        width: 38%;
    }

    .caseList .item.unon {
        width: 31%;
    }

    .caseList .item figure {
        padding-bottom: 420px;
    }

    .caseList .item p {
        font-size: 16px;
    }

    .caseList .item p:before {
        width: 25px;
        height: 25px;
        background-size: contain;
        margin-top: -12.5px;
    }

    .summaryWarp .sumTop .imgBox {
        position: static;
        width: 100%;
        text-align: center;
    }

    .summaryWarp .sumTop .txtBox {
        width: 100%;
        margin-bottom: 20px;
    }

    .summaryWarp .sumTop .txtBox h5 {
        font-size: 22px;
        padding: 15px 0;
        margin-bottom: 15px;
    }

    .summaryWarp .sumTop .txtBox p {
        font-size: 14px;
        line-height: 30px;
    }

    .summaryWarp .sumBom h5 {
        padding: 15px 0;
        font-size: 22px;
    }

    .summaryWarp .sumBom:before {
        height: 30px;
    }

    .summaryWarp .sumBom:after {
        top: 40px;
        left: 4.2%;
    }

    .summaryWarp .sumTop {
        padding-bottom: 5%;
    }

    .caseInfo .item .txtBox .des h5 {
        font-size: 22px;
        line-height: 32px;
    }

    .serveTit {
        font-size: 24px;
    }

    .serveList .item {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }

    .serveList .item .txt h5 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .serveList .item .txt p {
        font-size: 14px;
        line-height: 24px;
    }

    .agentWarp .agentList .item h5 {
        font-size: 18px;
        margin: 15px 0 10px;
    }

    .ownerWarp .leftBox {
        float: none;
        width: 100%;
    }

    .ownerWarp .imgBox {
        float: none;
        width: 100%;
        text-align: center;
    }

    .promiseWarp .textBox {
        padding: 0 2%;
    }

    .systemWarp:before {
        display: none;
    }

    .systemWarp .imgBox {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .systemWarp .txtBox {
        float: none;
        width: 100%;
    }

    .projectList li {
        width: 49%;
    }

    .projectList li:nth-child(3n) {
        margin-right: 2%;
    }

    .projectList li:nth-child(2n) {
        margin-right: 0;
    }

    .projectList li .txtBox:before {
        width: 25px;
        height: 25px;
        top: -12.5px;
        background-size: contain;
    }

    .projectList li .txtBox {
        padding: 15px 2%;
    }

    .projectList li .txtBox h5 {
        margin-bottom: 10px;
    }

    .industryList li {
        padding-left: 0;
    }

    .industryList li .timeB {
        position: static;
        transform: translateY(0);
        margin-bottom: 10px;
    }

    .industryList li .contB .txtBox {
        float: none;
        width: 100%;
        padding: 2%;
    }

    .industryList li .contB .imgBox {
        float: none;
        width: 100%;
        text-align: center;
    }

    .pronewsWarp .pronewsTop li .imgBox {
        float: none;
        width: 100%;
    }

    .pronewsWarp .pronewsTop li .txtBox {
        float: none;
        width: 100%;
        padding: 2%;
        padding-bottom: 4%;
    }

    .pronewsWarp .pronewsTop .slick-arrow {
        left: calc(45% + 50px);
    }

    .pronewsWarp .pronewsTop .slick-arrow.slick-prev {
        left: 45%;
    }

    .pronewsWarp .pronewsTop li .txtBox .timeB {
        margin-bottom: 15px;
    }

    .pronewsWarp .pronewsTop li .txtBox h5 {
        font-size: 22px;
        line-height: 28px;
    }

    .pronewsWarp .pronewsTop li .txtBox p {
        font-size: 14px;
        line-height: 24px;
    }

    .pronewsWarp .pronewsBom li .txtBox h5 {
        font-size: 18px;
    }

    .pronewsWarp .pronewsBom li .txtBox {
        padding: 10px 0;
    }

    .inforWarp .titBox h5 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .inforWarp .titBox time {
        font-size: 14px;
    }

    .inforWarp .txtBox {
        font-size: 14px;
        line-height: 22px;
    }

    .inforWarp .txtBox span {
        font-size: 18px;
    }

    .mapWarp .txtBox {
        position: static;
        padding: 4% 2%;
    }

    .mapWarp #dituContent {
        height: 320px;
    }

    .mapWarp .txtBox h5 {
        font-size: 20px;
        line-height: 26px;
    }

    .mapWarp .txtBox p {
        margin-bottom: 20px;
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .top {
        position: absolute;
    }

    .banner {
        margin-top: 0;
        padding-top: 50px;
    }

    .Foor2 .HomeF2slide .small .item img {
        max-height: 50px;
    }

    .Foor2 .HomeF2slide .small {
        margin-top: 20px;
    }

    .w1440 {
        padding: 0 4%;
    }

    .Foor3 .HomeF3slide .big .Ispic img {
        height: 180px;
    }

    .Foor4 .Warpbox {
        margin: 20px 0;
    }

    .idxtit {
        margin: 6% 0;
    }

    .Foor5 .rightBox .bd li h5 {
        font-size: 13px;
    }

    .z_quanqiu_box {
        width: 100% !important;
        padding: 20px;
    }

    .z_quanqiu_box .desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin: 20px 0 !important;
    }

    .z_quanqiu_box .tit {
        font-size: 18px !important;
    }

    .Foor3 .HomeF3slide .smallWarp .small .item p {
        font-size: 13px !important;
        margin: 15px;
    }

    .Foor3 .HomeF3slide .smallWarp .small .item img {
        max-width: 62px;
    }

    .z_about_num2 li h4 {
        font-size: 12px;
        font-weight: 400;
    }

    .innerBan .Conbox .txtBox {}

    .pronewsWarp .pronewsBom li .txtBox h5 {
        font-size: 14px;
    }

    .box_c .title {
        font-size: 20px;
        line-height: 22px;
    }

    .box_c {
        padding: 30px 10px;
    }

    .box_c .search {
        width: 92%;
        height: 40px;
    }

    .box_c .search .text {
        width: 60%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .box_c .search .submit {
        width: 40px;
        height: 40px;
    }

    .box_c .nav a {
        width: 33.3%;
        border-bottom: 1px solid #eaeaea;
        border-top: none;
    }

    .box_c .nav a .item .cn {
        font-size: 13px;
    }

    .box_c .nav a {
        height: 140px;
    }

    .proList .item .txtBox {
        padding: 4%;
    }

    .Foor2 .HomeF2slide .small .item p {
        font-size: 14px;
    }

    .proList .item .imgBox img {
        max-width: 100%;
    }

    .moreBtn {
        margin: 10px 0;
    }

    .inforWarp .right-content .tit {
        font-size: 22px;
        padding: 15px 0;
        margin-bottom: 15px;
    }

    .inforWarp .right-content .con {
        font-size: 14px;
        line-height: 24px;
    }

    .inforWarp .right-content .con p {
        line-height: 30px;
    }

    .inforWarp .xinwen {
        padding: 0px 20px;
    }

    .mapWarp .txtBox {
        padding: 6%;
    }

    .Foor7.demandForm .FormBox .form .itemBox.desBox {
        margin-top: 13px;
    }

    .mapWarp .txtBox p {
        margin-bottom: 30px;
    }

    .top .nav li .nav_sub dd {
        margin-bottom: 20px;
    }

    .Foor2 .HomeF2slide .big .txtBox p {
        margin: 10px 0;
    }

    .top .changj {
        display: none;
    }

    .top .logo {
        line-height: 48px;
        max-width: 120px;
    }

    .top .searBox {
        padding: 12px 0;
    }

    .top .searBox .sear input {
        line-height: 36px;
    }

    .nav_btn {
        margin-top: 14px;
    }

    .idxtit h5 {
        font-size: 20px;
        background-size: contain;
        margin: 10px 0;
    }

    .idxtit p {
        font-size: 14px;
    }

    .Foor2 .HomeF2slide .big .txtBox h5 {
        font-size: 18px;
        margin-top: 15px;
    }

    .Foor2 .HomeF2slide .big .txtBox p {
        font-size: 14px;
        line-height: 24px;
    }

    .Foor2 .HomeF2slide .big .txtBox ul {
        display: flex;
        text-align: center;
        font-size: 0;
        justify-content: center;
    }

    .Foor2 .HomeF2slide .big .txtBox li {
        display: inline-block;
    }

    .Foor2 .HomeF2slide .big .txtBox li span {
        font-size: 14px;
    }

    .moreBtn .more {
        width: 150px;
        font-size: 14px;
        padding: 0 16px;
        margin: 0 auto;
        display: block;
        line-height: 35px;
    }

    .moreBtn .mo {
        display: block;
        width: 60%;
    }

    .moreBtn2 .more {
        width: 210px;
        font-size: 14px;
    }


    .moreBtn .toudi {
        display: none;
    }

    .Foor3 .HomeF3slide .big .item .txtBox .text h5 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .Foor3 .HomeF3slide .big .item .txtBox .text p {
        display: none;
        font-size: 12px;
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .Foor3 .HomeF3slide .big .item .txtBox .text {}

    .Foor3 .HomeF3slide .big .item .txtBox .text .view {
        font-size: 14px;
    }

    .Foor4 .Foor4Warp .item p {
        font-size: 14px;
        min-height: 40px;
        padding: 0 2%;
    }

    .Foor5 .rightBox .hd li {
        padding: 0 18px;
    }

    .Foor5 .rightBox .bd li {
        line-height: 40px;
    }

    .Foor5 .rightBox .bd li h5 {
        padding-right: 40px;
    }

    .Foor5 .rightBox .bd li time {
        font-size: 14px;
    }

    .Foor7 .FormBox h5 {
        font-size: 16px;
    }

    .Foor7 .FormBox .form .itemBox .item {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }

    .Foor7 .FormBox .form .itemBox {
        margin-bottom: 0;
    }

    .Foor7 .FormBox .form .itemBox .item input,
    .Foor7 .FormBox .form .itemBox .item select {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }

    .Foor7 .FormBox .form .itemBox.desBox textarea {
        font-size: 14px;
    }

    .bottom .bomcon .codeBox .item {
        margin-bottom: 5px;
    }

    .innerBan .Banbox {
        padding-bottom: 320px;
    }

    .innerBan .Conbox .menuLocat .menu {
        float: none;
    }

    .innerBan .Conbox .menuLocat .menu li {
        line-height: 40px;
        margin-right: 15px;
    }

    .innerBan .Conbox .menuLocat .menu li a {
        font-size: 14px;
    }

    .innerBan .Conbox .menuLocat .locatBox {
        display: none;
    }

    .innerBan .Conbox .txtBox h5 {
        font-size: 24px;
    }

    .innerBan .Conbox .txtBox p {
        line-height: 24px;
    }

    .profileWarp .titBox {
        font-size: 20px;
    }

    .profileWarp .txtBox {
        padding-top: 40px;
    }

    .patentWarp .timeList .item .yearB {
        font-size: 15px;
        padding-left: 8px;
        padding-bottom: 8px;
    }

    .patentWarp .timeList .item .yearB span {
        font-size: 24px;
        margin-right: 5px;
    }

    .patentWarp .timeList .item p {
        padding-left: 8px;
        font-size: 14px;
        line-height: 22px;
    }

    .patentWarp .patList li p {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }

    .culList .item {
        padding: 4% 35% 4% 2%;
    }

    .culList .item h5 {
        font-size: 18px;
    }

    .senseWarp .senseBox .tabBox {
        display: none;
    }

    .senseWarp .senseBox .Wapbox {
        display: block;
    }

    .senseWarp .senseBox .titBox h5 {
        font-size: 18px;
    }

    .senseWarp .senseBox .tabBox .hd li {
        line-height: 36px;
    }

    .senseWarp {
        background-position: bottom;
        background-attachment: fixed;
    }

    .proMenu li p {
        font-size: 15px;
    }

    .proList .item .txtBox h5 {
        font-size: 18px;
    }

    .featureList li {
        padding: 15px 8px;
    }

    .featureList li .textB h5 {
        font-size: 18px;
        margin: 8px 0;
    }

    .featureList li .textB p {
        font-size: 14px;
        line-height: 24px;
    }

    .coreWarp .coreBom {
        transform: translateY(0);
        margin-top: 10px;
        margin-bottom: 4%;
    }

    .coreWarp .coreTop ul li .imgBox {
        width: 100%;
        float: none;
        text-align: center;
    }

    .coreWarp .coreTop ul li .txtBox {
        float: none;
        width: 100%;
    }

    .coreWarp .coreTop ul li .txtBox h5 {
        font-size: 18px;
    }

    .prointit {
        font-size: 22px;
    }

    .applyWarp .appDes {
        font-size: 15px;
    }

    .applyWarp li p {
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .appBtn {
        padding: 40px 0;
    }

    .appBtn .pop-up#form td {
        text-align: center;
    }

    .innerBan.proinfoBan .Conbox .txtBox h5 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .innerBan.proinfoBan .Conbox .txtBox p {
        line-height: 24px;
    }

    .coreWarp .coreBom ul li p {
        font-size: 14px;
    }

    .caseList .item {
        width: 50%;
    }

    .caseList .item.on {
        width: 60%;
    }

    .caseList .item.unon {
        width: 40%;
    }

    .caseList .item figure {
        padding-bottom: 320px;
    }

    .sortsearWarp .seleB {
        float: none;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .sortsearWarp .searB {
        float: none;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .summaryWarp .sumBom .contBox .txtBox {
        font-size: 14px;
        line-height: 24px;
    }

    .summaryWarp .sumBom .contBox .imgBox {
        position: static;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .summaryWarp .sumBom .contBox .txtBox .qus span {
        margin: 15px 0;
    }

    .caseInfo .item .txtBox .des {
        width: 90%;
    }

    .caseInfo .item .txtBox .des h5 {
        font-size: 18px;
    }

    .caseInfo .item .txtBox .des .line {
        margin: 15px 0;
    }

    .caseInfo .item .txtBox .des p {
        font-size: 14px;
        line-height: 24px;
    }

    .userPro h5 {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .userPro .seproList li p {
        font-size: 15px;
        margin-top: 10px;
    }

    .caseInfo .item figure {
        padding-bottom: 400px;
    }

    /*  
	.innerBan{margin-top:48px;}
*/
    .serveList .item .img {
        display: block;
        width: 100%;
    }

    .serveList .item .txt {
        width: 100%;
        display: block;
        padding-left: 0;
        margin-top: 15px;
    }

    .afsaleWarp .saleTop .stepList {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .afsaleWarp .saleTop .hotline {
        width: 100%;
        float: none;
        padding: 15px 2%;
    }

    .afsaleWarp .saleTop .stepList .item p {
        font-size: 12px;
    }

    .afsaleWarp .saleTop .hotline h5 {
        font-size: 18px;
    }

    .afsaleWarp .saleTop .hotline p {
        font-size: 20px;
        line-height: 32px;
    }

    .projectList li {
        width: 100%;
        margin-right: 0 !important;
    }

    .projectList li .txtBox h5 {
        font-size: 16px;
    }

    .industryList li .timeB,
    .pronewsWarp .pronewsTop li .txtBox .timeB {
        width: 60px;
        height: 60px;
    }

    .industryList li .timeB span,
    .pronewsWarp .pronewsTop li .txtBox .timeB span {
        font-size: 24px;
    }

    .industryList li .contB .txtBox h5 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .industryList li .contB .txtBox p {
        font-size: 14px;
        line-height: 24px;
    }

    .pronewsWarp .pronewsTop li .txtBox .timeB p {
        font-size: 14px;
    }

    .pronewsWarp .pronewsBom li {
        width: 49%;
    }

    .pronewsWarp .pronewsBom li:nth-child(3n) {
        margin-right: 2%;
    }

    .pronewsWarp .pronewsBom li:nth-child(2n) {
        margin-right: 0;
    }

    .pronewsWarp .pronewsTop li .txtBox h5 {
        font-size: 18px;
    }

    .pronewsWarp .pronewsTop li .txtBox {
        padding-bottom: 30px;
    }

    .pronewsWarp .pronewsBom li .txtBox time {
        font-size: 14px;
        padding-left: 20px;
    }

    .inforWarp .chapters .moreBtn {
        position: static;
        transform: translateY(0);
        margin-top: 10px;
    }

    .afsaleWarp .saleBom .processBox .item {
        width: 50%;
    }

    .afsaleWarp .saleBom .processBox .item:nth-child(4):before {
        display: block;
    }

    .afsaleWarp .saleBom .processBox .item:nth-child(3):before {
        display: none;
    }

    .afsaleWarp .saleBom .processBox .item:nth-child(5):before {
        display: none;
    }

    .bottom .bomcon .linkBox a {
        padding: 0 5px;
        font-size: 13px;
    }

    .bottom .b-bottom a {
        display: block;
    }

    .bottom .bomcon .codeBox {
        text-align: center;
    }

    .bottom .bomcon .codeBox .item:first-child {
        margin-left: 0;
    }

    .bottom .bomcon .codeBox .item .box .icon {
        width: 24px;
        height: 24px;
        margin-right: 6px;
    }

    .bottom .bomcon .codeBox .item {
        padding: 8px 20px 8px 8px;
        font-size: 13px;
    }

    .bottom .bomcon .codeBox .item:before {
        right: 6px;
    }

    .bottom .bomcon .codeBox .item p {
        line-height: 20px;
    }

    .bottom .bomcon .codeBox .item:nth-child(2) .box p {
        line-height: 40px;
    }
}

@media(max-width:640px) {
    .Foor4 .Warpbox .slick-slide>div {
        width: 100%;
    }
}

.logo .biLogo {
    display: none;
}

.aon .biLogo {
    display: inline-block;
}

.logo .wLogo {
    display: inline-block;
}

.aon .wLogo {
    display: none;
}

/* 缩放 */

.title_tag{
    font-size: 14px;
    color: #14b055;
}