.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@font-face {
    font-family: 'en';
    src: url("../font/Rockwell.ttc");
}

.padding {
    padding: 80px 0;
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

.transi {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.over-line-6{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-5{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-3{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-2{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.alltitle{
    text-align:center;
    margin-bottom: 50px;
}
.alltitle .en{
    font-family: SimSun;
    font-size:70px;
    color:#f7f7f7;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 9px;
    line-height: 70px;
}
.alltitle .t1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -51px;
    position: relative;
}
.alltitle .t1 .yuan{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border:1px solid #da631b;
}
.alltitle .t1 span{
    display: inline-block;
    margin:0 15px;
    font-size:36px;
    color:#333333;
    letter-spacing: 1px;
}
.alltitle .t2{
    font-size:16px;
    font-weight: lighter;
    color:#333333;
    margin-top: 12px;
}
.allhead{
    position: fixed;
    width: 100%;
    left:0;
    top:0;
    z-index: 1000;
    background: #fff;
    box-shadow:0 0 20px rgb(0 0 0 / 12%);
}
.imgwidth{
    width: 100%;
}

.allhead .inner{
    height: 100px;
}
.allhead .inner .logo{
    float: left;
    margin-top: 22px;
}
.allnav{
    width: 760px;
    margin-left: 151px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
}
.allnav a{
    display: block;
    line-height: 100px;
    font-size:16px;
    color:#333333;
    position: relative;
    width: 70px;
    text-align:center;
}
.allnav a:after{
    content:"";
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:0;
    width: 0;
    height: 4px;
    background: #da631b;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.allnav a:hover:after
,.allnav a.act:after{
    width: 100%;
}
.allnav a:hover
,.allnav a.act{
    color:#da631b;
}
.head-tel{
    float: right;
    padding-left: 60px;
    margin-top: 18px;
    background: url("../img/head-tel.png") no-repeat left center;
}
.head-tel .t1{
    font-size:14px;
    color:#666666;
}
.head-tel .t2{
    font-size:24px;
    color:#da631b;
    font-weight: bold;
}

.bannerbox{
    margin-top: 100px;
}
.bannerbox .swiper-slide img{
    width: 100%;
}
.bannerbox .swiper-pagination{
    bottom: 5%;
}
.bannerbox .swiper-pagination-bullet{
    background: rgba(255,255,255,0.4);
    opacity: 1;
    margin: 0 10px !important;
    position: relative;
}
.bannerbox .swiper-pagination-bullet:after{
    content:"";
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border:1px solid #fff;
    opacity: 0;
}
.bannerbox .swiper-pagination-bullet-active{
    background: #fff;
}
.bannerbox .swiper-pagination-bullet-active:after{
    opacity: 1;
}
.protbox{
    margin-bottom: 20px;
}
.protbox .left{
    float: left;
}
.protbox .right{
    float: right;
}
.cptype a{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 50px;
    float: left;
    width: 270px;
    position: relative;
}
.cptype a:after{
    content:"";
    position: absolute;
    right:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 30px;
    background: #dcdcdc;
}
.cptype a:last-child:after{
    display: none;
}
.cptype a:last-child{
    margin-left: 63px;
}
.cptype a .icon{
    position: relative;
    width: 55px;
    height: 50px;
}
.cptype a .icon .img2{
    opacity: 0;
}
.cptype a .title{
    font-size:20px;
    color:#333333;
    letter-spacing: 1px;
    margin-left: 20px;
}
.cptype a.act .icon .img2
,.cptype a:hover .icon .img2{
    opacity: 1;
}
.cptype a.act .icon .img1
,.cptype a:hover .icon .img1{
    opacity: 0;
}
.cptype a.act .title
,.cptype a:hover .title{
    color:#da631b;
}
.allmore{
    display: block;
    line-height: 40px;
    width: 160px;
    border-radius: 30px;
    border:1px solid #da631b;
    text-align:center;
    font-size:16px;
    color:#da631b;
}
.allmore:hover{
    background: #da631b;
    color:#fff;
}

.cp-item .list .catimg{
    width: 100%;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
}
.cp-item .list .cplubo{
    position: relative;
}
.cp-item .list .cplubo .imgbox{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.cp-item .list .cplubo .imgbox .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left:0;
    top:0;
    opacity: 0;
}
.cp-item .list .cplubo .imgbox:hover .meng{
    opacity: 1;
}
.cp-item .list .cplubo .imgbox .meng .inner{
    position: absolute;
    width: 90%;
    height: 90%;
    border:1px solid rgba(255,255,255,0.5);
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.cp-item .list .cplubo .imgbox .meng .inner .text1{
    position: absolute;
    color:#fff;
    font-size:20px;
    top: 5%;
    left: 6%;
    width: 80%;
}
.cp-item .list .cplubo .imgbox .meng .inner .text2{
    position: absolute;
    text-align:center;
    width: 100%;
    left:0;
    top:50%;
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%);
    color:#fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}
.cp-item .list .cplubo .imgbox .meng .inner .text2 img{
    display: block;
    margin:0 auto;
}
.cp-item .list .cplubo .imgbox .meng .inner .text2 .title{
    font-size:20px;
    margin:15px 0 5px 0;
}
.cp-item .list .cplubo .imgbox .meng .inner .text2 .en{
    font-size:14px;
    font-weight: lighter;
    text-transform: uppercase;
}
.cp-item .list .cplubo .imgbox:hover .meng .inner .text2{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cp-item .list .cplubo .imgbox:hover .meng .inner .text1{
    opacity: 0;
    visibility: hidden;
}
.cp-item .list .cplubo .imgbox:hover .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.cp-item .list .cplubo .btn:after{
    font-size: 25px;
    color: #666;
    font-weight: bold;
}
.cp-item .list .cplubo .btn:hover:after{
    color: #da631b;
}
.cp-item .list .cplubo .swiper-button-next{
    right:-45px;
}
.cp-item .list .cplubo .swiper-button-prev{
    left:-45px;
}
.cp-item .list{
    display: none;
}

.in_keji{
    height: 989px;
    position: relative;
}
.in_keji .swiper-container{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
}
.in_keji .imgbox{
    height: 100%;
}
.in_keji .alltitle{
    position: relative;
    z-index: 2;
}
.in_keji .alltitle .en{
    color:rgba(255,255,255,0.06);
}
.in_keji .alltitle .t1 span{
    color:#fff;
}
.in_keji .alltitle .t2{
    color:#fff;
}


.solution{
    position: relative;
    z-index: 2;
    height: 540px;
    margin-top: 149px;
}
.solution .other {
    position: absolute;
    width: 100%;
    height: 100% ;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 40;
    pointer-events: none;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
}
.solution .other #clock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 30;
    width: 540px;
    height: 540px;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}
.solution .other #clock .otherbg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}

.solution .other #clock .time-box {
    pointer-events: none;
    z-index: 5;
    position: absolute;
    width: calc(100% + 44px);
    height: calc(100% + 44px);
    top: -22px;
    left: -22px;
}
.solution .other #clock .time-box > ul.time-cir {
    transform-origin: 50% 50%;
    bottom: 50%;
    left: 50%;
    height: 50%;
}
.solution .other #clock .time-box > ul {
    width: 0;
    position: absolute;
}
.solution .other #clock .time-box > ul > li {
    height: calc(100% + 7.5px);
    position: absolute;
    top: -8px;
    left: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.solution .other #clock .time-box > ul > li:nth-of-type(1) {
}
.solution .other #clock .time-box > ul > li:nth-of-type(2) {
    -webkit-transform: rotate(51deg);
    transform: rotate(51deg);
}
.solution .other #clock .time-box > ul > li:nth-of-type(3) {
    -webkit-transform: rotate(102deg);
    transform: rotate(102deg);
}
.solution .other #clock .time-box > ul > li:nth-of-type(4) {
    -webkit-transform: rotate(153deg);
    transform: rotate(153deg);
}
.solution .other #clock .time-box > ul > li:nth-of-type(5) {
    -webkit-transform: rotate(204deg);
    transform: rotate(204deg);
}
.solution .other #clock .time-box > ul > li:nth-of-type(6) {
    -webkit-transform: rotate(255deg);
    transform: rotate(255deg);
}
.solution .other #clock .time-box > ul > li:nth-of-type(7) {
    -webkit-transform: rotate(306deg);
    transform: rotate(306deg);
}
.solution .other #clock .time-box > ul.time-cir > li.on > i {
    pointer-events: none;
}

.solution .other #clock .time-box > ul.time-cir > li > i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    border: 2px solid;
    /*opacity: 0.7;*/
    cursor: pointer;
    pointer-events: auto;
    border-color: transparent;
    background: #fff;
}
.solution .other #clock .time-box > ul.time-cir > li > i .icon{
    z-index: 4;
}
.solution .other #clock .time-box > ul.time-cir > li.on > i{
    background: #da631b;
}
.solution .other #clock .time-box > ul.time-cir > li:nth-child(2) > i .icon{
    transform: rotate(-51deg);
}
.solution .other #clock .time-box > ul.time-cir > li:nth-child(3) > i .icon{
    transform: rotate(-102deg);
}
.solution .other #clock .time-box > ul.time-cir > li:nth-child(4) > i .icon{
    transform: rotate(-153deg);
}
.solution .other #clock .time-box > ul.time-cir > li:nth-child(5) > i .icon{
    transform: rotate(-204deg);
}
.solution .other #clock .time-box > ul.time-cir > li:nth-child(6) > i .icon{
    transform: rotate(-255deg);
}
.solution .other #clock .time-box > ul.time-cir > li:nth-child(7) > i .icon{
    transform: rotate(-306deg);
}
.solution .other #clock .time-box > ul.time-cir > li.on > i .icon{
    filter:brightness(1000%);
}
.solution .other #clock .time-box > ul > li i {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.solution .other #clock .time-box > ul.time-cir > li > i > span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
}

.solution .other #clock .time-box > ul.time-cir > li:nth-child(1) > i > a {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:54px;
}
.solution .other #clock .time-box > ul.time-cir > li:nth-child(2) > i > a {
    left: 17px;
    top: -133px;
    transform: rotate(-51deg);
}
.solution .other #clock .time-box > ul.time-cir > li:nth-child(3) > i > a {
    right: -17px;
    top: -128px;
    -webkit-transform: rotate(-102deg);
    -moz-transform: rotate(-102deg);
    -ms-transform: rotate(-102deg);
    -o-transform: rotate(-102deg);
    transform: rotate(-102deg);
}
.solution .other #clock .time-box > ul.time-cir > li:nth-child(4) > i > a {
    right: 61px;
    bottom: 53px;
    -webkit-transform: rotate(-153deg);
    -moz-transform: rotate(-153deg);
    -ms-transform: rotate(-153deg);
    -o-transform: rotate(-153deg);
    transform: rotate(-153deg);
}
.solution .other #clock .time-box > ul.time-cir > li:nth-child(5) > i > a {
    right: -141px;
    bottom: 43px;
    -webkit-transform: rotate(-204deg);
    -moz-transform: rotate(-204deg);
    -ms-transform: rotate(-204deg);
    -o-transform: rotate(-204deg);
    transform: rotate(-204deg);
}
.solution .other #clock .time-box > ul.time-cir > li:nth-child(6) > i > a {
    right: -72px;
    bottom: 94px;
    -webkit-transform: rotate(-255deg);
    -moz-transform: rotate(-255deg);
    -ms-transform: rotate(-255deg);
    -o-transform: rotate(-255deg);
    transform: rotate(-255deg);
}
.solution .other #clock .time-box > ul.time-cir > li:nth-child(7) > i > a {
    right: 23px;
    bottom: 152px;
    -webkit-transform: rotate(-306deg);
    -moz-transform: rotate(-306deg);
    -ms-transform: rotate(-306deg);
    -o-transform: rotate(-306deg);
    transform: rotate(-306deg);
}
.solution .other #clock .time-box > ul.time-cir > li > i > a {
    position: absolute;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}
.solution.on .other #clock .time-box .time-cir > li i > a {
    transform: none !important;
    opacity: 1;
}

.solution .other #clock .time-box > ul.time-cir > li > i > a img {
    height:52px;
    margin:auto;
    display:block;
}
.solution .other #clock .time-box > ul.time-cir > li > i > a em {
    min-width:144px;
    white-space: nowrap;
    display: block;
    color:#FFF;
    font-size: 20px;
    line-height: 60px;
    font-style:normal;
    font-weight: lighter;
}

.solution .other #clock .time-move {
    z-index: 4;
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
}

.solution .other #clock .time-move canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: -1px;
}

.solution .other #clock .msg-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.solution .other #clock .msg-box .msg_1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 78%;
    height: 82%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.solution .other #clock .msg-box .msg_1 > li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.solution .other #clock .msg-box .msg_1 > li .time-note {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.solution .other #clock .msg-box .msg_1 > li .time-note > li.on, .solution .other #clock .msg-box .msg_1 > li .time-note > li.next {
    opacity:1;
}
.solution .other #clock .msg-box .msg_1 > li .time-note > li {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    min-height: 168px;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity:0;
}
.solution .other #clock .msg-box .msg_1 > li .time-note > li>img{
    max-height:76px;
    display:block;
    margin:0 auto;

    opacity:0;
    transition: all 1s ease 0.2s;
    -moz-transition: all 1s ease 0.2s;
    -webkit-transition: all 1s ease 0.2s;
    -o-transition: all 1s ease 0.2s;
    -ms-transition: all 1s ease 0.2s;

    transform: translateY(30px);
    -ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
}
.solution .other #clock .msg-box .msg_1 > li .time-note > li h3 {
    color: #fff;
    font-size: 4rem;
    font-weight: normal;
    margin-top: 1.5vw;
    margin-bottom: 1vw;

    opacity:0;
    transition: all 1s ease 0.3s;
    -moz-transition: all 1s ease 0.3s;
    -webkit-transition: all 1s ease 0.3s;
    -o-transition: all 1s ease 0.3s;
    -ms-transition: all 1s ease 0.3s;

    transform: translateY(30px);
    -ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
}

.solution .other #clock .msg-box .msg_1 > li .time-note > li small {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 1.8rem;
    font-weight: lighter;

    opacity:0;
    transition: all 1s ease 0.4s;
    -moz-transition: all 1s ease 0.4s;
    -webkit-transition: all 1s ease 0.4s;
    -o-transition: all 1s ease 0.4s;
    -ms-transition: all 1s ease 0.4s;

    transform: translateY(30px);
    -ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
}
.solution .other #clock .msg-box .msg_1 > li .time-note > li a {
    margin-top:4%;
    pointer-events: auto;

    opacity:0;
    transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
    -o-transition: all 1s ease 0.5s;
    -ms-transition: all 1s ease 0.5s;

    transform: translateY(30px);
    -ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
}
.solution .other #clock .msg-box .msg_1 > li .time-note > li.on img, .solution .other #clock .msg-box .msg_1 > li .time-note > li.on h3, .solution .other #clock .msg-box .msg_1 > li .time-note > li.on small, .solution .other #clock .msg-box .msg_1 > li .time-note > li.on a{
    opacity:1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}


.solution .other #clock .msg-box .msg_1 > li .time-note > li a.btn_style2{
    display:block;
    text-align: center;
    margin:0 auto;
    border:1px solid #fff;
    border-radius: 50px;
    position:relative;
    overflow:hidden;
    width: 180px;
    line-height: 47px;
    font-size: 1.8rem;
    color: #fff;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 25%, #ffffff 75%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, #ffffff 75%);
    background-position: 1% 50%;
    background-size: 400% 300%;
    -webkit-transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.solution .other #clock .msg-box .msg_1 > li .time-note > li a.btn_style2:hover{
    color: #000;
    background-position: 99% 50%;
}

.solution .time-note1{
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align:center;
    color:#fff;
    width: 100%;
}
.solution .time-note1 h3{
    font-weight: bold;
    font-size:30px;
    margin-bottom: 17px;
}
.solution .time-note1 p{
    font-size:16px;
    line-height: 50px;
}

.allcase .imgbox{
    float: left;
    width: 780px;
    height: 389px;
    overflow: hidden;
    position: relative;
}
.allcase .text{
    float: right;
    width: 570px;
    margin-top: 17px;
}
.allcase .text .en{
    font-size:20px;
    text-transform: uppercase;
    color:#f4d8cd;
    font-weight: bold;
}
.allcase .text .title{
    font-weight: bold;
    font-size:24px;
    color:#333333;
    margin:10px 0;
}
.allcase .text .des{
    font-size:14px;
    color:#666666;
    line-height: 25px;
    margin-top: 35px;
    margin-bottom: 44px;
}
.in_case_con .bottom {
    margin-top: 40px;
}
.in_case_con .bottom .list{
    float: left;
    width: 450px;
    margin-right: 25px;
    position: relative;
    overflow: hidden;
    height: 360px;
}
.in_case_con .bottom .list:nth-child(3n){
    margin-right: 0;
}
.in_case_con .bottom .list .imgbox{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.in_case_con .bottom .list .title{
    text-align:center;
    font-size:20px;
    color:#333333;
    background: #f5f5f5;
    padding:0 20px;
    line-height: 60px;
    height: 60px;
}
.in_case_con .bottom .list .meng{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
    opacity: 0;
}
.in_case_con .bottom .list .meng .inner{
    position: absolute;
    width: 90%;
    height: 90%;
    border: 1px solid rgba(255,255,255,0.5);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.in_case_con .bottom .list .meng .inner .text{
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}
.in_case_con .bottom .list .meng .inner .text img{
    display: block;
    margin: 0 auto;
}
.in_case_con .bottom .list .meng .inner .text .t1{
    font-size: 20px;
    margin: 15px 0 5px 0;
}
.in_case_con .bottom .list .meng .inner .text .en{
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
}
.in_case_con .bottom .list:hover .meng{
    opacity: 1;
}
.in_case_con .bottom .list:hover .title{
    height: 0;
    overflow: hidden;
}
.in_case_con .bottom .list:hover .imgbox{
    height: 100%;
}
.in_case_con .bottom .list:hover .imgbox .pic{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}


.in_company{
    background: url("../img/companybg.jpg") no-repeat center / cover;
    background-attachment: fixed;
}

.company_con .text{
    float: left;
    width: 50%;
    background: #fff;
    padding:65px 55px;
}
.company_con .text .tbox .en{
    text-transform: uppercase;
    font-weight: lighter;
    font-size:13px;
    color:#999999;
}
.company_con .text .tbox .title{
    font-weight: bold;
    font-size:30px;
    color:#333;
    margin-bottom: 22px;
}
.company_con .text .comdes{
    line-height: 24px;
    font-size:14px;
    color:#666;
    margin-bottom: 60px;
    margin-top: 22px;
}
.company_con .text .shu-item .list{
    float: left;
    margin-right: 112px;
    position: relative;
}
.company_con .text .shu-item .list:last-child{
    margin-right: 0;
}
.company_con .text .shu-item .list .t1{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.company_con .text .shu-item .list .t1 .s1{
    color:#da631b;
    font-family: en;
    font-size:36px;
    font-weight: bold;
    line-height: 40px;
}
.company_con .text .shu-item .list .t1 .s1 i{
    font-family: en;
}
.company_con .text .shu-item .list .t1 .s2{
    color:#333333;
    font-size:14px;
    display: inline-block;
    margin-left: 5px;
}
.company_con .text .shu-item .list .t2{
    color:#333333;
    text-align:center;
    font-size:14px;
    margin-top: 10px;
}
.company_con .text .shu-item .list:after{
    content:"";
    position: absolute;
    right: -58px;
    height: 60px;
    width: 1px;
    background: #dcdcdc;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.company_con .text .shu-item .list:last-child:after{
    display: none;
}
.company_con .img{
    float: left;
    width: 50%;
    height: 493px;
    position: relative;
    overflow: hidden;
}

.in_news_con{
    position: relative;
}

.allnews .imgbox{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.allnews .text a{
    display: block;
    background: #f5f5f5;
    padding:30px;
}
.allnews .text a .title{
    font-weight: bold;
    font-size:20px;
    color:#333;
}
.allnews .text a .con{
    font-weight: lighter;
    font-size:16px;
    color:#333333;
    margin:15px 0 20px 0;
}
.allnews .text a .time{
    font-size:14px;
    color:#999;
}
.allnews:hover .imgbox .pic{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.allnews:hover .text a{
    background: #da631b;
}
.allnews:hover .text a .title{
    color:#fff;
}
.allnews:hover .text a .con{
    color:#fff;
}
.allnews:hover .text a .time{
    color:#fff;
}

.in_news_con .btn:after{
    font-size:25px;
    font-weight: bold;
    color:#666;
}
.in_news_con .btn:hover:after{
    color: #da631b;
}
.in_news_con .swiper-button-next{
    right: -45px;
}
.in_news_con .swiper-button-prev{
    left: -45px;
}
.in_news .allmore{
    margin:40px auto 0 auto;
}

.in_adv .item{
    display: flex;
    justify-content: space-between;
}
.in_adv .item .list{
    position: relative;
    text-align:center;
}
.in_adv .item .list .icon{
    position: relative;
    height: 85px;
    width: 100%;
}
.in_adv .item .list .icon .img2{
    opacity: 0;
}
.in_adv .item .list .title{
    font-size:20px;
    color:#333333;
    margin:20px 0 15px 0;
}
.in_adv .item .list .con{
    font-size:14px;
    color:#666;
}
.in_adv .item .list:hover .icon{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.in_adv .item .list:hover .icon .img2{
    opacity: 1;
}
.in_adv .item .list:hover .icon .img1{
    opacity: 0;
}
.in_adv .item .list:hover .title{
    color:#da631b;
}
.in_adv .item .list:after{
    content:"";
    position: absolute;
    right: -99px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 110px;
    background: #dcdcdc;
}
.in_adv .item .list:last-child:after{
    display: none;
}

.footerbox{
    padding-top: 85px;
    background: #1a191b;
}
.footerbox .left{
    float: left;
    width: 535px;
    border-right:1px solid #2e2d2f;
}
.footerbox .left .logo .en{
    text-transform: uppercase;
    font-size:14px;
    font-weight: lighter;
    color:#fff;
}
.footerbox .left .logo .title{
    font-size:30px;
    font-weight: bold;
    color:#fff;
}
.footerbox .left .lx{
    margin-top: 50px;
}
.footerbox .left .lx p{
    line-height: 40px;
    font-size:14px;
    color:rgba(255,255,255,0.8);
    padding-left: 30px;
}
.footerbox .left .lx p.tel{
    color:#fff;
    font-weight: bold;
    font-size:19px;
    background: url("../img/f-tel.png") no-repeat left center;
}
.footerbox .left .lx p.email{
    background: url("../img/f-email.png") no-repeat left center;
}
.footerbox .left .lx p.address{
    background: url("../img/f-address.png") no-repeat left center;
}
.footerbox .cent{
    float: left;
    width: 540px;
    height: 236px;
    border-right:1px solid #2e2d2f;
    padding-left:113px;
}
.footerbox .cent .list{
    float: left;
}
.footerbox .cent .list .t{
    font-weight: bold;
    font-size:16px;
    color:#fff;
    margin-bottom: 25px;
    position: relative;
}
.footerbox .cent .list .t:before{
    content:"";
    position: absolute;
    left:-10px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
}
.footerbox .cent .list .abox a{
    display: block;
    font-size:14px;
    color:rgba(255,255,255,0.6);
    margin-bottom: 25px;
}
.footerbox .cent .list .abox a:hover{
    color:rgba(255,255,255,1);
}
.footerbox .cent .list.ban{
    width: 200px;
    margin-right: 30px;
}
.footerbox .cent .list.ban .abox a{
    float: left;
    width: 50%;
}
.footerbox .right{
    float: right;
    width: 165px;
    text-align:center;
}
.footerbox .right .erbox{
    width: 100%;
}
.footerbox .right .erbox img{
    width: 100%;
}
.footerbox .right .erbox p{
    margin-top: 13px;
    font-size:14px;
    color:rgba(255,255,255,0.6);
}

.copy{
    line-height: 50px;
    margin-top: 55px;
    text-align:center;
    font-size:14px;
    color:rgba(255,255,255,0.6);
}
.copy a{
    color:rgba(255,255,255,0.6);
}

.sbanner{
    width: 100%;
    height: 590px;
    position: relative;
    margin-top: 100px;
}
.sbanner.sbanner-company{
    background: url("../img/sbanner-company.jpg") no-repeat center;
}
.sbanner.sbanner-product{
    background: url("../img/sbanner-product.jpg") no-repeat center;
}
.sbanner.sbanner-case{
    background: url("../img/sbanner-case.jpg") no-repeat center;
}
.sbanner.sbanner-news{
    background: url("../img/sbanner-news.jpg") no-repeat center;
}
.sbanner.sbanner-contact{
    background: url("../img/sbanner-contact.jpg") no-repeat center;
}
.sbanner.sbanner-moive{
    background: url("../img/sbanner-moive.jpg") no-repeat center;
}

.sbanner .text{
    position: absolute;
    width: 100%;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
}
.sbanner .text .t1{
    font-size:36px;
    color:#fff;
}
.sbanner .text .t2{
    font-size:20px;
    color:#fff;
}
.sbanner .text .line{
    width: 60px;
    height: 3px;
    background: #fff;
    margin:20px 0;
}

.allcrumbs{
    background: #f5f5f5;
}
.allcrumbs .inner{
    line-height: 60px;
    font-size:16px;
    color:#333333;
    padding-left: 30px;
    background: url("../img/crumbs-icon.png") no-repeat left center;
}
.allcrumbs .inner a{
    color:#666666;
}
.inner-company-fir .company_con .text{
    background: #f5f5f5;
}
.inner-company-fir .company_con .text .title{
    margin-bottom: 0;
}
.inner-company-fir .company_con .text .en{
    margin-bottom: 22px;
}
.inner-company-fir .company_con .img{
    height: 638px;
}

.inner-company-sec{
    background: url("../img/innersecbg.jpg") no-repeat center / cover;
    background-attachment: fixed;
}
.inner-company-sec .in_adv .item .list{
    width: 270px;
    padding:30px 0;
    border-radius: 10px;
}
.inner-company-sec .in_adv .item .list:after{
    display: none;
}
.inner-company-sec .in_adv .item .list .title{
    color:#fff;
}
.inner-company-sec .in_adv .item .list .con{
    color:#fff;
}
.inner-company-sec .alltitle .en{
    color:rgba(255,255,255,0.05);
}
.inner-company-sec .alltitle .t1 span{
    color:#fff;
}
.inner-company-sec .alltitle .t2{
    color:#fff;
}
.inner-company-sec .in_adv .item .list:hover{
    background: #da631b;
}
.inner-company-thr{
    background: #f5f5f5;
}
.inner-company-thr .slov{
    position: relative;
}
.inner-company-thr .slov .imgbox{
    width: 100%;
    height: 496px;
    position: relative;
    overflow: hidden;
}
.inner-company-thr .slov .imgbox .con{
    position: absolute;
    top: 25%;
    left:200px;
    color:#fff;
    width: 540px;
}
.inner-company-thr .slov .imgbox .con .title{
    font-weight: bold;
    font-size:32px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}
.inner-company-thr .slov .swiper-slide-active .imgbox .con .title{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}
.inner-company-thr .slov .imgbox .con .line{
    width: 100px;
    height: 4px;
    margin:23px 0;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}
.inner-company-thr .slov .swiper-slide-active .imgbox .con .line{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}
.inner-company-thr .slov .imgbox .con .t2{
    font-weight: lighter;
    font-size:16px;
    line-height: 28px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.inner-company-thr .slov  .swiper-slide-active .imgbox .con .t2{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}
.inner-company-thr .slov .btn{
    position: absolute;
    width: 360px;
    right: 120px;
    top: 17%;
    z-index: 2;
}
.inner-company-thr .slov .btn .inner{
    background: #fff;
    padding:30px 45px;
}
.inner-company-thr .slov .btn .inner .title{
    font-size:16px;
    color:#333333;
    font-weight: bold;
    position: relative;

}
.inner-company-thr .slov .btn .inner .title:before{
    position: absolute;
    content:"";
    left:-17px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border:1px solid #da631b;
    border-radius: 100%;
}
.inner-company-thr .slov .btn .inner .con{
    font-size:14px;
    color:#666;
    margin-top: 15px;
    position: relative;
}
.inner-company-thr .slov .btn .inner:nth-child(1){
    margin-bottom: 60px;
}
.inner-company-thr .slov .btn .inner.act{
    background: #da631b;
}
.inner-company-thr .slov .btn .inner.act .title{
    color:#fff;
}
.inner-company-thr .slov .btn .inner.act .title:before{
    border:1px solid #fff;
}
.inner-company-thr .slov .btn .inner.act .con{
    color:#fff;
}

.inner-company-four .mesbox{
    background: url("../img/mesbg.jpg") no-repeat center;
    padding:50px 0 ;
}
.inner-company-four .textleft{
    color: #fff;
    font-size: 30px;
    line-height: 63px;
    float: left;
    margin-top: 223px;
    letter-spacing: 1px;
}
.inner-company-four .mes_form{
    float: right;
    width: 880px;
    padding:35px;
    background: #f5f5f5;
}
.inner-company-four .mes_form .top{
    margin-bottom: 40px;
}
.inner-company-four .mes_form .top .left{
    float: left;
}
.inner-company-four .mes_form .top .left .t1 span{
    display: inline-block;
}
.inner-company-four .mes_form .top .left .t1 span.s1{
    color:#333333;
    font-size:32px;
    padding-left: 26px;
    background: url("../img/t-yuan.png") no-repeat left center;
}
.inner-company-four .mes_form .top .left .t1 span.s2{
    color:#999999;
    font-size:20px;
    text-transform: uppercase;
    margin-left: 8px;
}
.inner-company-four .mes_form .top .left .t2{
    color:#666666;
    font-size:14px;
}
.inner-company-four .mes_form .top .right{
    float: right;
    line-height: 35px;
    padding-left: 35px;
    background: url("../img/head-tel.png") no-repeat left center;
    background-size: 30px;
    font-size:16px;
    color:#666;
    margin-top: 30px;
}
.inner-company-four .mes_form .top .right span{
    font-weight: bold;
    font-size:20px;
    color:#da631b;
}
.inner-company-four .mes_form .bottom .item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner-company-four .mes_form .bottom .item .inputbox{
    width: 48%;
    border:1px solid #dcdcdc;
    margin-bottom: 20px;
}
.inner-company-four .mes_form .bottom .item .inputbox .icon{
    float: left;
    width: 60px;
    height: 60px;
    position: relative;
    background: #fff;
}
.inner-company-four .mes_form .bottom .item .inputbox input{
    float: left;
    width: calc(100% - 60px);
    line-height: 60px;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#333;
}
.inner-company-four .mes_form .bottom .item .inputbox input::placeholder{
    font-size:14px;
    color:#666;
}
.inner-company-four .mes_form .bottom .textbox{
    border:1px solid #dcdcdc;
    background: #fff;
}
.inner-company-four .mes_form .bottom .textbox .icon{
    float: left;
    width: 60px;
    height: 60px;
    position: relative;
    background: #fff;
}
.inner-company-four .mes_form .bottom .textbox textarea{
    float: left;
    height: 175px;
    background: #fff;
    padding:18px 0;
    font-size:14px;
    color:#333;
}
.inner-company-four .mes_form .bottom .textbox textarea::placeholder{
    font-size:14px;
    color:#666;
}
.inner-company-four .mes_form .bottom .item .inputbox .code{
    float: left;
    width: calc(100% - 60px);
    position: relative;
}
.inner-company-four .mes_form .bottom .item .inputbox .code input{
    width: 100%;
}
.inner-company-four .mes_form .bottom .item .inputbox .code .verify{
    position: absolute;
    width: 95px;
    height: 38px;
    right: 14px;
    top: 9px;
}
.inner-company-four .mes_form .bottom .item .inputbox .code .verify img{
    width: 100%;
    height: 100%;
}
.inner-company-four .mes_form .bottom .submit{
    margin-top: 30px;
    background: #da631b;
    color:#fff;
}
.inner-pro-item{
    margin-top: 50px;
}
.inner-pro-list{
    float: left;
    width: 335px;
    border: 1px solid #eee;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.inner-pro-list:nth-child(4n){
    margin-right: 0;
}
.inner-pro-list .imgbox{
    width:100%;
    height: 290px;
    position: relative;
    overflow: hidden;
}
.inner-pro-list .text{
    text-align:center;
}
.inner-pro-list .text .title{
    font-size:18px;
    color:#333;
}
.inner-pro-list .text .allmore{
    margin:15px auto 25px auto;
    line-height: 30px;
}
.inner-pro-list:hover{
    border:1px solid #da631b;
}
.inner-pro-list:hover .text .title{
    color:#da631b;
}

.top-des-pro{
    margin-top: 40px;
    margin-bottom: 60px;
}
.top-des-pro .left{
    float: left;
    width: 760px;
    height: 500px;
}
.top-des-pro .left .swiper-container-des{
    float: right;
    width: 600px;
    height: 100%;
    border: 1px solid #eee;
}
.top-des-pro .left .pic{
    width: 100%;
    height: 100%;
    position: relative;
}
.top-des-pro  .but{
    width: 100%;
    height: 50px;
    background-color: #fff;
    border:1px solid #db6721;
    margin:0;
}
.top-des-pro  .but:after{
    font-size:25px;
    color:#db6721;
}
.top-des-pro  .but:hover{
    background-color: #db6721;
}
.top-des-pro  .but:hover:after{
    color:#fff;
}
.top-des-pro  .swiper-button-prev{
    top: 0;
    left: 0;
}
.top-des-pro .swiper-button-next{
    bottom: 0;
    right: 0;
    top: inherit;
}
.top-des-pro .swiper-button-next:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.top-des-pro .swiper-button-prev:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.des-tumb{
    float: left;
    width: 110px;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
}
.des-tumb .inner{
    width: 100%;
    height: 70%;
}
.des-tumb .swiper-container{
    width: 100%;
    height:100%;
}
.des-tumb .imgbox{
    width: 100%;
    height: 100%;
    border:1px solid #e6e6e6;
    position: relative;
}
.des-tumb .swiper-slide-thumb-active .imgbox{
    border:1px solid #db6721;
}

.top-des-pro .right{
    float: right;
    width: 640px;
    height: 500px;
    background: #fdf7f3;
    padding:28px 55px;
}
.desright .cat {
    line-height: 75px;
    border-top:1px dashed #f9e8dd;
    border-bottom:1px dashed #f9e8dd;
    padding-left: 26px;
    background: url("../img/menu.png") no-repeat left center;
    font-size:16px;
    color:#333333;
}

.desright .title{
    font-size:30px;
    color:#da631b;
    font-weight: bold;
    margin: 0 0 23px 0;
}

.desright .goods-des{
    font-size:14px;
    color:#333333;
    line-height: 25px;
    margin:25px 0 45px 0;
    padding-bottom: 25px;
    border-bottom:1px dashed #f9e8dd;
}

.desright .lxbox a{
    display: flex;
    float: right;
    height: 45px;
    width: 160px;
    background: #da631b;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.desright .lxbox a:hover{
    background: #333;
}
.desright .lxbox a span{
    display: inline-block;
    font-size:16px;
    color:#fff;
    margin-left: 12px;
}
.desright .lxbox .tel{
    float: left;
    padding-left: 60px;
    background: url("../img/protel.png") no-repeat left center;
}
.desright .lxbox .tel .t1{
    font-size:14px;
    color:#666;
}
.desright .lxbox .tel .t2{
    font-size:24px;
    color:#da631b;
    font-weight: bold;
    line-height: 31px;
    font-family: en;
}

.prodestype{
    background: #f5f5f5;
}
.prodestype a{
    float: left;
    width: 160px;
    line-height: 60px;
    display: block;
    text-align:center;
    font-size:20px;
    color:#333333;
    position: relative;
    cursor: pointer;
}
.prodestype a:after{
    content:"";
    position: absolute;
    right:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height:20px;
    background: #dcdcdc;
}
.prodestype a:last-child:after{
    display: none;
}
.prodestype a:hover
,.prodestype a.act{
    background: #db6721;
    color:#fff;
}

.prodes{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.prodes img{
    display: block;
    max-width: 1000px;
    margin:0 auto;
}

.prodes-slove .item .list{
    height: 360px;
}
.prodes-slove .item .list .imgbox{
    width: 50%;
    height: 100%;
}
.prodes-slove .item .list .text{
    width: 50%;
    height: 100%;
    background: #f5f5f5;
    padding:75px 60px;
}
.prodes-slove .item .list .text .title{
    font-weight: bold;
    font-size:30px;
    color:#333333;
}
.prodes-slove .item .list .text img{
    margin:20px 0;
}
.prodes-slove .item .list .text .con{
    line-height: 29px;
    font-size: 16px;
    color: #666;
}
.prodes-slove .item .list:nth-child(odd) .imgbox{
    float: left;
}
.prodes-slove .item .list:nth-child(odd) .text{
    float: right;
}
.prodes-slove .item .list:nth-child(even) .imgbox{
    float: right;
}
.prodes-slove .item .list:nth-child(even) .text{
    float: left;
}
.prodes-other{
    position: relative;
}
.prodes-other .imgbox{
    width: 100%;
    height: 233px;
    position: relative;
    overflow: hidden;
}
.prodes-other .imgbox .title{
    position: absolute;
    width: 100%;
    text-align:center;
    background: rgba(0,0,0,0.45);
    color:#fff;
    font-size:14px;
    line-height: 40px;
    left:0;
    bottom:0;
}
.prodes-other .imgbox:hover .title{
    background: #db6721;
    color:#fff;
}
.prodes-other .btn:after{
    font-size: 25px;
    color: #666;
    font-weight: bold;
}
.prodes-other .btn:hover:after{
    color:#db6721;
}
.prodes-other .swiper-button-next{
    right: -45px;
}
.prodes-other .swiper-button-prev{
    left: -45px;
}

.inner-case-list{
    margin-bottom: 55px;
    border-bottom: 1px solid #eee;
}
.inner-case-list:nth-child(even) .imgbox{
    float: right;
}
.inner-case-list:nth-child(even) .text{
    float: left;
}
.inner-news-des {
    background: #fff;
    padding: 69px 60px;
}
.inner-news-des .left .tbox{
    margin-bottom: 1%;
    text-align: center;
}
.inner-news-des .left .tbox .fir{
    font-size: 32px;
    color:#333;
}
.inner-news-des .left .tbox .t-yuan{
    display: block;
    margin:15px auto;
}
.inner-news-des .left .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}

.clickbox{
    line-height: 25px;
    margin-bottom: 31px;
    padding: 5px 10px;
    color: #777;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: center;
}
.clickbox span{
    margin-right: 2%;
}
.article-content{
    font-size: 16px;
    color: #737373;
    line-height: 30px;
}
.article-content img{
    max-width: 100%;
    margin:1% auto;
}
.inner-news-des.newsdes {
    border: 1px solid #eee;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}

.inner-news-list{
    float: left;
    width: 435px;
    margin-right: 47px;
    margin-bottom: 47px;
}
.inner-news-list:nth-child(3n){
    margin-right: 0;
}


.inner-contact-box .lxbox .list{
    float: left;
    width: 446px;
    height: 120px;
    border: 2px solid #f3f3f3;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 30px;
    margin-right: 30px;
}
.inner-contact-box .lxbox .list:nth-child(n+4){
    margin-top: 30px;
}
.inner-contact-box .lxbox .list:nth-child(3n){
    margin-right: 0;
}
.inner-contact-box .lxbox .list .imgbox{
    width: 50px;
    height: 50px;
    background: rgb(218 99 27 / 10%);
    position: relative;
    border-radius: 100%;
}
.inner-contact-box .lxbox .list .text{
    color: #000000;
    font-size: 18px;
    line-height: 36px;
    margin-left: 20px;
}
.inner-contact-box .lxbox .list .text a{
    display: inline-block;
    line-height: 36px;
    color: #000000;
}
.inner-contact-box .lxbox .list .er{
    width: 100px;
    height: 100px;
}
.inner-contact-box .lxbox .list  .er img{
    width: 100%;
}
.inner-contact-box .mymap{
    width: 100%;
    height:350px;
    margin:20px 0 0 0;
}
.inner-contact-box .mymap #mymap{
    width: 100%;
    height: 100%;
}

.contact-liuyan{
    width: 100%;
    padding:3%;
    border:1px solid #eee;
    margin-top: 3%;
}
.contact-liuyan .form-left{
    float: left;
    width: 75%;
}
.contact-liuyan .form-right{
    float: right;
    width: 24%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-liuyan .inputbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.contact-liuyan input[type=text]{
    width: 49.5%;
    line-height: 45px;
    border:1px solid #eee;
    padding-left: 15px;
    outline: none;
    background: #fff;
    font-size:14px;
    color:#333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
}
.contact-liuyan  input:focus{
    border:1px solid #da631b;
}
.contact-liuyan  input[type=text]::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan input[name=captcha]{
    width: 100%;
}
.contact-liuyan .verify{
    height: 45px;
    width: 100%;
    border:1px solid #eee;
    padding:3px;
}
.contact-liuyan .verify img{
    width: 100%;
    height: 100%;
}
.contact-liuyan textarea{
    width:100%;
    height: 155px;
    border:1px solid #eee;
    padding:15px;
    outline: none;
    resize: none;
    font-size:14px;
    color:#333;
    font-family: "Microsoft Yahei";
}
.contact-liuyan textarea::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan textarea:focus{
    border:1px solid #da631b;
}
.contact-liuyan .submit{
    display: block;
    width: 100%;
    line-height: 45px;
    text-align:center;
    color:#fff;
    font-size:16px;
    background: #da631b;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 64px;
}
.contact-liuyan .submit:hover{
    background: #222;
}
.contact-liuyan .contact-liuyan-title {
    color: #333;
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 2%;
}

.inner-moive-list{
    float: left;
    width: 435px;
    margin-right: 47px;
    margin-bottom: 47px;
}
.inner-moive-list:nth-child(3n){
    margin-right: 0;
}
.inner-moive-list .imgbox{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.inner-moive-list .imgbox .pic{
    filter:brightness(50%);
}
.inner-moive-list:hover .imgbox .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-moive-list .text{
    text-align:center;
    padding:0 20px;
    line-height: 50px;
    font-size:16px;
    color:#333;
    background: #f5f5f5;
}
.inner-moive-list:hover .text{
    background: #da631b;
    color:#fff;
}

.moivebox{
    width: 825px;
    margin:0 auto;
    height: 520px;
    position: relative;
}