@media screen and (max-width: 768px) {
    body .nav-fix a{
        display: none;
        z-index: -1;
    }
    
    body .nav-fix a.back-top{
        display: block;
        z-index: 11;
    }
}
.module-title h3{
    font-size: 22px;
    margin: 30px 0 0;
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.module-title h3 a{
    color: #000;
    position: relative;
}
.module-title h3 a::after{
    content: "";
    height: 3px;
    width: 30%;
    left: 35%;
    top: 35px;
    position: absolute;
    background: rgb(95,179,230);
}
.module-title p{
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: rgb(102,102,102);
}
.more{
    height: 40px;
    line-height: 40px;
    position: relative;
}
.more a{
    position: absolute;
    right: 15px;
    bottom: 0;
    color: #e53935;
    transition: all .5s linear;
}
.more button{
    margin: 0 auto;
}
.more a:hover{
    color: #ffac13;
}
a,a:hover, a:active ,a:focus {
    text-decoration: none;
}
.content-item{
    box-sizing: border-box;
    border-bottom: 1px solid #EAEAEA;
    background: #fff;
    transition: all .2s linear;
}
.content-item:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    transform: translate3d(0,-2px,0);
}
.content-item-yellow{
    border-bottom: 1px solid #ffac13;
    color: #ffac13;
}
.content-item-green{
    border-bottom: 1px solid #83c44e;
    color: #83c44e;
}
.content-item-red{
    border-bottom: 1px solid #e53935;
    color: #e53935;
}
.content-item-blue{
    border-bottom: 1px solid #2196f3;
    color: #2196f3;
}
.content-item .figure a{
    display: block;
}
.content-item .figure a img{
    width: 100%;
    height: auto;
}
.content-item .text{
    padding: 15px;
}
.content-item .text h2{
    margin: 0 0 18px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content-item .text p{
    color: #666;
    font-size: 14px;
    line-height: 16px;
    min-height: 32px;
    margin: 0;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#team-slide{
    position: relative;
    margin-top: 30px;
}
#team-slide .team-slide-control{
    position: absolute;
    top: -30px;
    right: 15px;
    height: 24px;
}
#team-slide .team-slide-control a{
    float: left;
    display: inline-block;
    border-radius: 2px;
    width: 30px;
    height: 24px;
    border: 1px solid #EAEAEA;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #EAEAEA;
    background: #2196f3;
    opacity: .7;
    transition: all .2s linear;
}
#team-slide .team-slide-control a:hover{
    color: #FFF;
    opacity: 1;
}
#team-slide .team-member{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#team-slide .team-member img{
    width: 100%;
    transition: all .5s linear;
}
#team-slide .team-member:hover img{
    transform: scale3d(1.2,1.2,1.2);
}
#team-slide .team-member .member{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: #000;
    color: #fff;
    padding: 0;
    text-align: center;
    transition: all .3s ease-in-out;
}
#team-slide .team-member .member h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#team-slide .team-member .member p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#team-slide .team-member:hover .member{
    padding: 20% 0 0;
    opacity: .7;
}
.computer-box{
    position: relative;
    min-height: 240px;
    margin: 40px 0px 20px;
    padding: 0 12.4%;
    background: url(../img/computer.png);
    background-size: 100% 100%;
}
.computer-box #computer-tab{
    padding: 15px 0 22px;
    width: 100%;
    min-height: 240px;
    overflow: hidden;
}
.computer-box #computer-tab a{
    display: block;
    width: 100%;
    overflow: hidden;
}
.computer-box #computer-tab a img{
    transition: all .3s linear;
}
.computer-box #computer-tab a:hover img{
    transform: scale3d(1.1,1.1,1.1);
}
.computer-box #computer-tab a img{
    min-height: 210px;
    width: 100%;
}
.computer-box #com-tab-control{
    position: absolute;
    display: flex;
    width: 75%;
    top: -40px;
}
.computer-box #com-tab-control li{
    display: inline-block;
    flex: 1;
    text-align: center;
    overflow: hidden; 
}
.computer-box #com-tab-control li:hover a{
    background: inherit;
    font-size: 20px;
    padding: 0 0 10px;

}
.computer-box #com-tab-control li a{
    padding: 10px 0;
    transition: all .2s linear;
}
.video-list .video-box{
    margin-bottom: 20px;
    transition: all .2s linear;
}
.video-list .video-box:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,.2);
    transform: translate3d(0,-3px,0);
}
.video-list .video-box>div{
    display: block;
    margin-bottom: 28px;
    position: relative;
    cursor: pointer;
}
.video-list .video-box div img{
    width: 100%;
    height: auto;
}
.video-list .video-box .video-play{
    position: absolute;
    box-sizing: content-box;
    left: 20px;
    bottom: 10px;
    width: 32px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 12px;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s linear;
    text-align: center;
}
.video-list .video-box .video-play:hover{
    background-color: #ff6700;
    border-color: #ff6700;
}
.video-list .video-box .video-play img{
    display: block;
    border:0;
    vertical-align: middle;
    width: 12px;
    margin: 3px auto;
}
.video-list .video-box .video-text{
    text-align: center;
    padding: 0 10px 10px;
}
.video-list .video-box .video-text h3{
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.video-list .video-box .video-text p{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 18px;
    margin: 0;
    font-size: 12px;
    color: #b0b0b0;
}
#videoModel{
    top: 30%;
}
#videoModel .modal-body{
    padding: 0;
}
#videoModel .modal-body video{
    border:0;
    min-width: 320px;
}
.footer{
    padding: 40px 0 0;
    background: #111113;
    color: #fff;
    text-align: center;
}
.footer h4{
    margin: 0 0 11px;
    font-size: 20px;
    text-shadow: none;
}
.ul-style{
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-style li{
    margin-bottom: 3px;
    transition: all .2s linear;
    color: #f5f5f5;
}
.ul-style li:hover{
    transform: translate3d(5px,0,0);
    color: #F1A72F;
}
.ul-style li a{
    color: inherit;
}
.footer .item-info em.tel{
    font-style: normal;
    display: block;
    font-size: 21px;
}
.footer .item-info em.tel:hover a{
    font-size: 22px;
}
.footer .item-info em.tel a{
    color: #F1A72F;
    margin: 0 8px;
    display: inline-block;
    transition: all .2s linear;
}
.footer .item-info p{
    margin: 0 0 10px;
    color: #f5f5f5;
}
.footer .item-info button{
    position: relative;
}
.footer .item-info button .wx-box{
    position: absolute;
    top: -130px;
    left: -19px;
    width: 120px;
    height: 120px;
    padding: 5px;
    display: none;
    transition: all .4s linear;
}
.footer .item-info button:hover .wx-box{
    display: block;
    animation-name: bounceIn;
}
.footer .item-info button .wx-box img{
    width: 110px;
    height: 110px;
}
.footer .foot p{
    padding: 10px 0;
}
nav.header-nav{
    background: rgba(63,63,63,.8);
}
nav.header-nav .navbar-toggle .icon-bar{
    background: #f5f5f5;
}
nav.header-nav ul.navbar-nav li a{
    transition: all .2s linear;
}
nav.header-nav .navbar-brand{
    padding: 0 15px;
}
nav.header-nav .navbar-brand .logo{
    display: inline-block;
    height: 38px;
    margin: 6px 10px 6px 0;
}
nav.header-nav .navbar-brand span{
    font-size: 13px;
    line-height: 50px;
    transition: all .3s linear;
}
nav.header-nav .navbar-brand span:hover{
    font-size: 20px;
    color: #F1A72F;
}
nav.header-nav ul.navbar-nav li a:hover{
    background: rgba(2,2,2,.6);
    font-size: 16px;
    color: #F1A72F;
}
nav.header-nav a{
    color: #f5f5f5;
}
.nav-fix{
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 11;
    transition: all .5s linear;
    display: none;
}
.nav-fix>a{
    width: 40px;
    height: 40px;
    background: #fff;
    color: #2196f3;
    font-size: 12px;
    padding: 5px;
    display: block;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,.35);
    cursor: pointer;
}
.nav-fix>a i{
    font-style: normal;
    font-size: 12px;
    line-height: 30px;
    display: block;
}
#software-slide{
    margin-top: 20px;
}
#software-slide .img-box{
    display: flex;
    max-height: 230px;
}
#software-slide .img-box img{
    padding: 0;
    width: 100%;
    height: 230px;
}
#software-slide .text-box{
    height: 100%;
    min-height: 230px;
    padding: 10px;
    text-align: center;
}
#software-slide .text-box h3{
    padding: 0;
    font-size: 24px;
    margin: 20px 0 10px;
}
#software-slide .text-box p{
    padding: 10px;
    margin: 10px 0;
    line-height: 30px;
    font-size: 16px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-indent: 2em;
}
.text-box-blue{
    background: #4498EA;
    color: #f5f5f5;
}
.news-box{
    background: #F2F5F6;
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px;
    overflow: hidden;
}
.news-box .news-left{
    overflow: hidden;
}
.news-box .news-left h3{
    z-index: 11;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    line-height: 1;
    color: #111;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'addfont',Microsoft Yahei;
}
.news-box .news-left h3 u{
    text-decoration: none;
    color: #00c0ff;
    font-size: 30px;
    padding-right: 5px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.news-box .news-left .info-box{
    z-index: 1;
    background: #fff;
    height: 240px;
    margin-top: 10px;
    overflow-y: hidden;
    position: relative;
}
.news-box .news-left .info-box .swiper-slide{
    height: 240px;
    margin-bottom: 0;
    font-weight: normal;
}
.info-box .info-li{
    display: flex;
    height: 80px;
    padding-bottom: 5px; 
}
.info-box .info-li img{
    display: block;
    height: 70px;
    margin: 0 20px 0 0;
    border-top-left-radius: 3px;
    border-bottom-radius: 3px;
}
.info-box .info-li .info-li-text{
    display: block;
    height: 70px;
}
.info-box .info-li .info-li-text a{
    color: #333;
    min-height: 50px;
    font-weight: 400;
    line-height: 25px;
    overflow : hidden;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s linear;
}
.info-box .info-li .info-li-text a:hover{
    color: #5A9EE0;
}
.info-box .info-li .info-li-text b{
    display: block;
    line-height: 1;
    font-weight: normal;
    padding: 8px 0 0;
    font-size: 12px;
}
.info-box .info-li .info-li-text b::before{
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 2px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    background: #ffffff;
    background: #00c0ff;
    position: relative;
    top: -3px;
    margin-right: 10px;
}
.news-tab{
    position: relative;
    display: flex;
    margin: 2.5px 0;
    padding-right: 40px;
    height: 35px;
}
.news-tab .more{
    position: absolute;
    right: 5px;
    bottom: 0;
    line-height: 35px;
    font-weight: 600;
    color: #DD3729;
    text-shadow: 2px 2px 2px rgba(0,0,0,.3);
    transition: all .5s linear;
}
.news-tab .more:hover{
    color: #F6660B;
}
.news-tab>div{
    text-align: center;
    padding: 7px 15px 3px;
    margin: 0 1px;
    font-size: 16px;
    border-radius: 5px;
    border-bottom: 3px solid #ccc;
    background: #3DB3F0;
    color: #f5f5f5;
    transition: all .3s linear;
    cursor: pointer;
}
.news-tab div.active{
    color: #D1D2D2;
    background: #1FA5EA;
    font-size: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 3px solid #666;
    border-bottom: 1px solid #666;
}
.news-item{
    display: none;
    background: #fff;
    height: 250px;
    padding: 5px 10px;
}
.news-content div.in{
    display: block;
}
.clear-fn{
    height: 20px;
    clear: both;
}
.news-item ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.news-item ul li{
    list-style: none;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    display: flex;
    position: relative;
}
.news-item ul li:hover{
    background: #F2F5F6;
}
.news-item ul li a{
    display: block;
    max-width: 65%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .3s linear;
    color: #666;
}
.news-item ul li a:hover{
    transform: translate3d(5px,0,0);
    color: #FB510B;
}
.news-item ul li time{
    position: absolute;
    font-size: 11px;
    width: 30%;
    text-align: right;
    right: 10px;
    bottom: 0;
}
.carousel{
    padding: 0;
}
p#newcon img{
	max-width: 100%;
}