/*!****** lib.css *******/


/***

====================================================================
    Fonts
====================================================================

***/


/* font-family: '思源黑体', serif;
font-family   : 'Lato', sans-serif; */

@import url('baes.css');
@import url('pe-icon-7-stroke.css');
@import url('simple-line-icons.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('swiper.min.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('magnific-popup.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.timepicker.min.css');
@import url('style.css');

/*!-----------------[初始化]--------------*/

@import url(../css/baes.css);
@import url(../css/bootstrap.css);

/*!****** gc *******/

a {
    text-decoration: none;
    cursor: pointer;
    color: #e95e1d;
}

.auto-container {
    position: static;
    max-width: 1360px;
    margin: 0 auto;
}

.g-tit {
    text-align: center
}

.section {
    position: relative;
}

.g-tit h2 {
    font-size: 48px;
    color: #000;
    letter-spacing: 5px;
    font-weight: 400
}

.g-tit p {
    font-size: 16px;
    color: #666;
    line-height: 2.25em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.banner {
    overflow: hidden;
    margin-top: 102px
}

.banner .con {
    position: relative;
    display: block;
    height: 0;
    padding-top: 42.2%;
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: cover;
    background-size: cover
}

.banner .txt {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.banner .txt p {
    font-size: 36px;
    box-shadow: 0 6px 1px 0 rgba(233, 94, 29, .18);
    color: #fff
}

.banner .txt1 {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.banner .slick-dots {
    position: absolute;
    bottom: 33px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 4px
}

.banner .slick-dots button {
    width: 60px;
    height: 4px;
    background: #fff;
    font-size: 0;
    cursor: pointer;
    border: #fff;
    padding: 0
}

.banner .slick-dots li.slick-active button {
    background-color: #e95e1d
}

.banner .swiper-slide {
    width: 100%;
    height: 90vh;
    position: relative;
}

.banner .swiper-slide::before {
    content: "";
    background: rgb(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1
}

.video-wrapper {
    margin-top: 85px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-wrapper video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    object-fit: fill;
}

.front-logo {
    /*    position: absolute;
    top: 50%;
    left: 36%;*/
    text-align: left;
    /*    transform: translate(-50%, -36%);*/
    z-index: 7;
    display: none;
}

.front-logo p {
    font-size: 36px;
    color: #fff;
    line-height: 50px;
    text-shadow: 0.02em 0.02em 0.01em #ccc
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5% !important;
}

.front-logo.always {
    display: block !important;
}

.swiper-pagination span {
    width: 35px;
    height: 4px;
    border-radius: initial;
    background: #ff641e;
}

.row-a1 {
    overflow: hidden;
    background-color: #f2f2f2;
    margin-bottom: 79px
}

.ul-list1 {
    padding-top: 22px;
    overflow: hidden;
    margin: 0 -38px;
    padding-bottom: 20px
}

.ul-list1 li {
    position: relative;
    float: left;
    width: 20%;
    height: 168px;
    border-right: 1px solid #d7d7d7
}

.ul-list1 li:last-child {
    border-right: none
}

.ul-list1 .con {
    display: block;
    margin: 0 38px
}

.ul-list1 .con .tit {
    font-size: 24px;
    color: #ff641e;
    margin-bottom: 16px;
    font-weight: 400;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.ul-list1 .con .desc {
    font-size: 12px;
    color: #666;
    line-height: 1.5em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5
}

.ul-list1 .con .desc p {
    font-size: 12px;
    color: #666;
}

.ul-list1 li .con:hover .tit {
    color: #666
}

.row-a2 {
    overflow: hidden;
    margin-bottom: 90px
}

.row-a2 .g-tit {
    margin-bottom: 60px
}

.ul-list2 {
    overflow: hidden;
    margin: 0 -22px
}

.ul-list2 li {
    float: left;
    width: 16.666%
}

.ul-list2 .con {
    display: block;
    margin: 0 22px;
    text-align: center
}

.ul-list2 .con .pic {
    width: 76px;
    height: 75px;
    margin: 0 auto 50px
}

.ul-list2 .con .pic img {
    display: block;
    width: 100%
}

.ul-list2 .con .txt .tit {
    font-size: 24px;
    color: #333;
    margin-bottom: 26px;
    font-weight: 400;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ul-list2 .con .txt .desc {
    font-size: 14px;
    color: #666;
    line-height: 2.143em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.row-a3 {
    overflow: hidden;
    padding-top: 80px;
    background-color: #faf9f9;
    padding-bottom: 80px;
    position: relative;
}

.row-a3 .g-tit {
    margin-bottom: 70px
}

.row-a3 .g-tit h2 {
    margin-bottom: 26px
}

.ul-list3 {
    overflow: hidden;
    margin: 0 -6px
}

.ul-list3 li {
    float: left;
    width: 33.33%;
    margin-bottom: 25px
}

.ul-list3 .con {
    display: block;
    margin: 0 6px;
    text-align: center;
    height: 0;
    position: relative;
    padding-top: 86.562%;
    background: center center no-repeat #ff641e
}

.ul-list3 .con::after,
.ul-list3 .con::before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 3px;
    height: 0;
    background-color: #ff641e;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s
}

.ul-list3 .con::after {
    left: 0;
    bottom: 0
}

.ul-list3 .con::before {
    right: 0;
    top: 0
}

.ul-list3 .con:hover::after,
.ul-list3 .con:hover::before {
    height: 100%
}

.ul-list3 .con .pic {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0
}

.ul-list3 .con .pic::after,
.ul-list3 .con .pic::before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 0;
    height: 3px;
    background-color: #ff641e;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s
}

.ul-list3 .con .pic::after {
    right: 0;
    bottom: 0
}

.ul-list3 .con .pic::before {
    left: 0;
    top: 0
}

.ul-list3 .con:hover .pic::after,
.ul-list3 .con:hover .pic::before {
    width: 100%
}

.ul-list3 .con .pic img {
    display: block;
    width: 100%;
    height: 100%
}

.ul-list3 .con .txt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.ul-list3 .con .txt .pic1 {
    width: 85px;
    height: 69px;
    margin: 0 auto 32px;
    background: no-repeat;
}

.ul-list3 .con .txt .tit {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    padding: 0 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ul-list3 .con .pic,
.ul-list3 .con .txt .pic1,
.ul-list3 .con .txt .tit {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.ul-list3 .con:hover .pic {
    opacity: 1
}

.ul-list3 .con:hover .txt .tit {
    color: #e95e1d
}

.ul-list3 li:nth-child(1) .con:hover .txt .pic1 {
    background-image: url(../images/product/12-1.png) !important  
}

.ul-list3 li:nth-child(2) .con:hover .txt .pic1 {
    background-image: url(../images/product/11-1.png) !important
}

.ul-list3 li:nth-child(3) .con:hover .txt .pic1 {
    background-image: url(../images/product/13-1.png) !important
}

.ul-list3 li:nth-child(4) .con:hover .txt .pic1 {
    background-image: url(../images/product/14-1.png) !important
}

.ul-list3 li:nth-child(5) .con:hover .txt .pic1 {
    background-image: url(../images/product/15-1.png) !important
}

.ul-list3 li:nth-child(6) .con:hover .txt .pic1 {
    background-image: url(../images/product/16-1.png) !important
}

.row-a4 {
    overflow: hidden;
    background: top right no-repeat;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 72px;
    padding-bottom: 105px;
    margin-bottom: 76px
}

.row-a4 .g-tit {
    margin-bottom: 22px
}

.tab-list {
    font-size: 0;
    text-align: center;
    margin-bottom: 46px
}

.tab-list li {
    display: inline-block;
    margin: 0 10px;
    background: top right no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

.tab-list .tit {
    display: block;
    font-size: 24px;
    color: #000;
    padding: 0 20px 16px
}

.tab-list .on .tit {
    border-bottom: 4px solid #e95e1d
}

.tab-item {
    display: none
}

.tab-item .tit {
    font-size: 36px;
    color: #000;
    margin-bottom: 25px
}

.tab-item .desc {
    width: 40.53%;
    font-size: 14px;
    line-height: 2.5em;
    margin-bottom: 120px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.tab-item .more {
    display: block;
    width: 178px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    color: #e95e1d;
    border: 1px solid #e95e1d;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.tab-item .more:hover {
    background-color: #e95e1d;
    color: #fff
}

.tab-item .desc,
.tab-item-1 .tit {
    color: #444
}

.row-a5 {
    overflow: hidden;
    margin-bottom: 83px
}

.row-a5 .g-tit {
    margin-bottom: 42px
}

.m-box5 {
    overflow: hidden;
    padding-top: 44px;
    margin-bottom: 67px;
    padding-bottom: 44px
}

.m-box5 .col-l {
    width: 40.65%;
    margin-top: 8px
}

.m-box5 .l1 {
    background-position: left center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
    position: relative
}

.m-box5 .l1 .l1-img {
    position: relative
}

.m-box5 .l1 .l1-img img {
    display: block;
    width: 100%
}

.m-box5 .l1 .l1-img .img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.m-box5 .l1 .l2-c .cc {
    position: absolute;
    width: 16.35%;
    height: 16.35%;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.m-box5 .l1 .l2-c .cir1,
.m-box5 .l1 .l2-c .cir2,
.m-box5 .l1 .l2-c .cir3 {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    border: 1px solid #999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.m-box5 .l1 .l2-c .cir2 {
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s
}

.m-box5 .l1 .l2-c .cir3 {
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.m-box5 .l1 .l2-c .cc i {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: contain;
    background-size: contain
}

@-moz-keyframes mymove {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }
    50% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@-o-keyframes mymove {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }
    50% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@keyframes mymove {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }
    50% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@-webkit-keyframes mymove {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }
    50% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

.m-box5 .l1 .l2-c .tc {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.m-box5 .l1 .l2-c .rc {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.m-box5 .l1 .l2-c .bc {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.m-box5 .l1 .l2-c .lc {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.m-box5 .col-r {
    width: 46.95%
}

.m-box5 .r1 {
    font-size: 30px;
    color: #333;
    font-weight: 400;
    margin-bottom: 27px;
    text-align: center
}

.m-box5 .r2 {
    font-size: 14px;
    color: #333;
    line-height: 2.6428em;
    margin-bottom: 42px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6
}

.ul-r3 {
    overflow: hidden;
    margin: 0 -15px 56px;
    font-size: 0
}

.ul-r3 li {
    display: inline-block
}

.ul-r3 .r3-1 {
    display: block;
    margin: 0 15px;
    font-size: 18px;
    color: #191411;
    line-height: 38px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.ul-r3 .r3-1 .icon {
    display: inline-block;
    width: 41px;
    height: 38px;
    vertical-align: middle;
    margin-right: 15px;
    background: center center no-repeat;
    -o-background-size: contain;
    background-size: contain
}

.m-box5 .r4 {
    display: block;
    width: 202px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    border: 1px solid #ff641e;
    background-color: #ff641e;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.m-box5 .ul-r3 .r3-1:hover {
    color: #e95e1d
}

.m-box5 .ul-r3 .r3-1 .icon {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.m-box5 .ul-r3 li .r3-1:hover .icon {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07)
}

.m-box5 .ul-r3 li:nth-child(1) .r3-1:hover .icon {
    background-image: url(../images/icons/a1-1.png) !important
}

.m-box5 .ul-r3 li:nth-child(2) .r3-1:hover .icon {
    background-image: url(../images/icons/a2.png) !important
}

.m-box5 .ul-r3 li:nth-child(3) .r3-1:hover .icon {
    background-image: url(../images/icons/a3-1.png) !important
}

.m-box5 .ul-r3 li:nth-child(4) .r3-1:hover .icon {
    background-image: url(../images/icons/a4-1.png) !important
}

.m-box5 .r4:hover {
    background-color: transparent;
    color: #ff641e
}

.ul-list4 {
    overflow: hidden;
    margin: 0 -50px
}

.ul-list4 li {
    float: left;
    width: 16.666%;
    text-align: center
}

.ul-list4 li .icon {
    display: block;
    width: 57px;
    height: 57px;
    margin: 0 auto 32px;
    background-position: center center;
    background-repeat: no-repeat
}

.ul-list4 .tit {
    font-size: 48px;
    color: #ff641e;
    font-weight: 400;
    margin-bottom: 31px
}

.ul-list4 .desc {
    font-size: 24px;
    color: #666
}

.ul-list4 .desc p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.row-a6 {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 76px;
    padding-bottom: 68px
}

.row-a6 .g-tit {
    margin-bottom: 56px
}

.ul-list5 {
    overflow: hidden;
    margin: 0 -19px
}

.ul-list5 li {
    float: left;
    width: 33.333%
}

.ul-list5 .con {
    display: block;
    margin: 0 19px 30px
}

.ul-list5 .con .pic {
    width: 100%;
    display: block;
    position: relative;
    height: 0;
    padding-top: 66.457%;
    overflow: hidden
}

.ul-list5 .con .pic img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%
}

.ul-list5 .con .tit {
    padding: 23px 44px 27px 41px;
    background-color: #fff;
    text-decoration: none;
}

.ul-list5 .con .tit a,
.ul-list5 .con .tit a:hover {
    text-decoration: none !important;
    border: none !important;
}

.ul-list5 .con h3 {
    font-size: 22px;
    color: #222;
    line-height: 1.636em;
    font-weight: 400;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.ul-list5 .con .data {
    display: none;
    font-size: 14px;
    color: #666
}

.ul-list5 .txt {
    margin: 0 29px
}

.ul-list5 .desc {
    display: block;
    overflow: hidden;
    margin-bottom: 12px
}

.ul-list5 .desc .de-s1 {
    float: right;
    padding-left: 10px;
    font-size: 14px;
    color: #666
}

.ul-list5 .desc .de-s2 {
    font-size: 16px;
    color: #444;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ul-list5 .con,
.ul-list5 .con .pic img,
.ul-list5 .con .tit h3,
.ul-list5 .desc .de-s1,
.ul-list5 .desc .de-s2 {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.ul-list5 .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.ul-list5 .con:hover .tit h3,
.ul-list5 .desc:hover .de-s1,
.ul-list5 .desc:hover .de-s2 {
    color: #ff641e
}


/* 数字滚动 */

.fact-counter {
    position: relative;
}

.fact-counter .column {
    position: relative;
    margin-bottom: 30px;
}

.fact-counter .column .inner {
    position: relative;
}

.fact-counter .column .inner .content {
    position: relative;
    text-align: center;
}

.fact-counter .column .inner .icon {
    width: 53px;
    display: table;
    margin: 0 auto 20px;

}
.fact-counter .column .inner .icon img{
    width: 100%
}
.fact-counter .count-outer .percentage {
    display: inline-block;
    font-weight: 600;
    color: #020e28;
    font-size: 48px;
    line-height: 1em;
    margin: 0 auto;
}

.fact-counter .column .inner .count-outer {
    position: relative;
    font-weight: 700;
    color: #000;
    font-size: 48px;
    line-height: 1em;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.fact-counter .column .inner .counter-title {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin-top: 14px;
    color: #444;
    text-align: center;
}

.fact-counter.style-two .column .inner .content {
    text-align: center;
}

@media only screen and (max-width:479px) {
    .testimonial-block-two2 .ico {
        width: 20px;
        height: 20px
    }
    .fact-counter .column {
        width: 50% !important;
    }
    .fact-counter .column .inner .count-outer {
        font-size: 30px !important;
    }
    .fact-counter .column .inner .counter-title {
        font-size: 14px important;
    }
    .fact-counter .column .inner .icon {
    width: 35px;
    }
    .row-a5 .fact-counter span{
        font-size: 30px
    }
    .row-a5 .fact-counter .column .inner .counter-title{
        font-size: 18px !important
    }
    .g-tit h2{
        font-size: 30px !important
    }
    .ul-list2 .con .pic{
        width: 45px;
        height: auto;
    }

}

#particles {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}